diff --git a/CMakeLists.txt b/CMakeLists.txt index b56ed49e2ff..027c8991f02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # # 21st September 2010 Ben Morgan # -# $Id: CMakeLists.txt 79108 2014-02-17 09:54:05Z gcosmo $ +# $Id: CMakeLists.txt 82139 2014-06-11 10:58:09Z gcosmo $ # #------------------------------------------------------------------------------ @@ -51,10 +51,10 @@ set(CMAKE_MODULE_PATH # See the documentation in each of these modules for further details. # # - Versioning. We do this here for now -set(${PROJECT_NAME}_VERSION "10.0.1") +set(${PROJECT_NAME}_VERSION "10.0.2") set(${PROJECT_NAME}_VERSION_MAJOR "10") set(${PROJECT_NAME}_VERSION_MINOR "0") -set(${PROJECT_NAME}_VERSION_PATCH "1") +set(${PROJECT_NAME}_VERSION_PATCH "2") # - Provide dependent options as these are needed for some Geant4 features include(CMakeDependentOption) diff --git a/ReleaseNotes/Patch4.10.0-2.txt b/ReleaseNotes/Patch4.10.0-2.txt new file mode 100644 index 00000000000..16d42f4b09e --- /dev/null +++ b/ReleaseNotes/Patch4.10.0-2.txt @@ -0,0 +1,394 @@ + + Geant4 10.0 - patch-02 Release Notes + ------------------------------------ + + 13 June 2014 + +List of fixes included in this public patch since the public release 10.0.p01: + + o Configuration: + ------------- + + CMake: + o When static libraries are used, wrap G4physicslists library with flags + suitable to import whole archive. Implemented for GNU, Clang and Intel + compilers. Other compilers require further checks on flags and how to + apply to single library. Functionality needed to support global + registration of templated factories. + o Fixup usage of shared/static builtin libraries. Ensure that shared + builtins do not get linked to static. Added new component 'static' + allowing user to select static Geant4 libraries if they are available. + o Provide advanced option to select thread local storage model when + building multithreaded. Supported default mode: initial-exec model. + o Added zlib and g3tog4 to list of features that --has-feature + recognizes and can query. + o Added -DG4FPE_DEBUG to GNU/Clang flags for Debug build mode. + + GNUMake: + o Force loading of symbols for templated libraries in physics_lists + module for global libraries. + Defined LDFLAGS for Linux and Darwin targets accordingly. + o Replaced old win32def tool for extracting symbols definitions for + DLLs build on Windows with genwindef used also in CMake. + + o Analysis: + -------- + + Fixed implementation of compound commands in G4H[1,2,n]Messenger classes + using new G4AnalysisUtilities::Tokenize() function. + This allows to pass multi-word strings within "". + Addressing problem report #1616. + + Fixed G4H2ToolsManager::SetH2YAxisTitle: set title to y-axis and not + x-axis. Addressing problem report #1620. + + Do not allow creating objects with empty names. + Addressing problem report #1579. + + Do not remove Root base file if ntuples are in use. + Addressing problem report #1633. + + Fixed H1, H2 functions to access xmin, xmax and width + (do not apply function and unit to return values). + + Fixed bug in /analysis/h1/setAscii command. + + o Digits_Hits: + ----------- + + Fix the angle factor in G4PSSphereSurfaceFlux to keep it always + positive. Addressing to Bug Report #1479. + + G4ScoringMessenger: fixed broadcast parameters of commands that should + be used only by the master thread. Addressing problem report #1554. + + G4PSCylinderSurfaceCurrent: removed unnecessary printout. + Addressing problem report #1610. + + Added missing dependency to graphics_reps in scorer module. + + o Environments: + ------------ + + pyG4EllipticalCone: added missing return in CreateEllipticalCone() + method. Addressing problem report #1586. + + Fixed compilation error on pyG4Polycone. + Addressing problem report #1544. + + Configure script: physics list is changed to be always turned on. + Addressing problem report #1546. + + o Externals: + --------- + + clhep: + o Removed deprecated 'register' qualifiers in implementation of + CLHEP classes. + + zlib: + o Fixed compilation warnings from clang-3.4 for unused variables. + o Removed deprecated 'register' storage class specifier in source files. + + o G3toG4: + ------ + + Removed inline specification for G3VolTableEntry::operator==() + in sorce file. + + o Geometry: + -------- + + divisions: + o Added missing dependency to graphics_reps. + + magneticfield: + o Moved G4FieldTrack::LoadFromArray() to .cc and removed non-necessary + thread-local static data local to the function. + Fixes crash experienced when upgrading to clang-3.4 on MacOSX. + Addressing problem reports #1603, #1619, #1628. + o Fixed assignment operator for G4FieldTrack, and improved printing. + Fix in SetChargeAndMoments() to use corrected method + SetChargesAndMoments() from G4ChargeState. Revised constructors to + add pdg-spin as last argument (with default -1). + o G4ChargeState: fixed order of arguments in constructor making spin + 3rd argument (was 2nd) and making all arguments mandatory; fixing + use of SetChargeMoments() by G4FieldTrack, with addition of spin to + arguments. + o Fix in G4MagIntegratorDriver::OneGoodStep() for use of variable not set. + + management: + o Fixed operator=() signature in G4LogicalSurface. + o Get rid of deprecated 'register' storage class specifier in code. + + navigation: + o Added method in G4PathFinder for end of track, needed to signal + G4TransportationManager to use 'ordinary' navigator. + o G4Navigator: corrected saving/restoring of 'navigator state'. + Revised SetupHierarchy() to reduce extra cost due to handling the + case of nested parameterisations. + o PropagatorInField: when setting up a new intersection-locator + pass pointer to the current Navigator. + o Get rid of deprecated 'register' storage class specifier in code. + + solids/CSG: + o Fixed proper handling of polyhedron pointer in solids, to avoid memory + leak for visualization of parameterised volumes. + + solids/specific: + o Fixed proper handling of polyhedron pointer in solids, to avoid memory + leak for visualization of parameterised volumes. + o Fixed signature of assignment operator to G4Polycone, G4Polyhedra, + G4GenericPolycone and G4VCSGfaceted. + o Added protection in generic constructor of G4Polyhedra for the case + when improper number of sides is given as input. + o Get rid of deprecated 'register' storage class specifier in code. + + solids/usolids: + o Fixed DistanceToOut() for UTubs, UCons, USphere, UVSCGfaceted and + UPolycone, DistanceToOut() return normal even for concave faces. + o Fixed DistanceToOut() for UPolycone in case of points starting on + the Surface or on the Internal Surface. Improved convexity algorithm + in DistanceToOut() for UPolycone for points leaving +/-Dz. + o Corrected Implementation of SafetyFromInside() for UPolycone, + skipping internal Z sections. + o Implementation of auxiliary methods in UTubs and UCons: + SafetyFromInsideR(), SafetyFromOutsideR(),SafetyToPhi(). + These methods are used in Polycone for SafetyfromInside() + calculations. SafetyFromInside() and SafetyFromOutside() are changed + in order to avoid duplications. + o Fix to DistanceToIn() for UBox in case of points located on edges. + o Fixed handling of polyhedron pointer in G4USolid. + o Fixed use of inline keyword for methods defined in .cc files in UTrd, + UVCSGfaceted and UVoxelizer. + o Moved findComponentFastest() to be a method of UVoxelizer and changed + to FindComponentFastest(). + o Removed unused SaveVectorToExternalFile() methods in UUtils, also + causing cyclic dependency with UVector3. + + volumes: + o Minor cleanup and optimisation to G4EnhancedAllocator. + o Corrected signature of operator=() for G4LogicalBorder/SkinSurface. + o Code cleanup in G4GeometryWorkspace and G4GeometryWorkspacePool. + o Get rid of deprecated 'register' storage class specifier in code. + + o Global: + ------ + + Correction in G4Exp::G4Expf() to remove 2nd order term contribution + repeated twice by mistake. Correction included in VDT 0.3.7 library. + + Minor refinements to G4Poisson. + + Fix in G4SimplexDownhill header to proper define header guard. + + Get rid of deprecated 'register' storage class specifier in code. + + Updated date and version for 10.0.p02. + + o Intercoms: + --------- + + G4GenericMessenger: introducing three additional methods to make class + compliant to release 10. Addressing problem report #1580. + Corrected inclusion protection flag in G4GenericMessenger.hh. + Addressing old problem report #1527. + Fixed case of core dump when GetCurrentValue() method is invoked + for a command defined by DeclareMethod(). + + Fixed treatment of double-quotes in G4UImanager::ForeachS(). + Addressing problem report #1614. + + o Interfaces: + ---------- + + G4UIterminal: fixed the problem that some commands could not be processed; (o) + use substr() instead of () operator for the comparison of substrings. + + o Materials: + --------- + + G4Material, G4Element: define default names and symbols for elements (o) + and isotopes when loaded from NIST and not explicitly defined by users. + Fixes exporting of names in GDML when writing detector description. + + G4Material: corrected initialisation of pointers in fake default + constructor per use of persistency. Corrected typo in printout for + duplicate materials in function InitializePointers(). + + G4MaterialPropertyTable: fixed race condition problem. + Addressing problem report #1590. + + o Persistency: + ----------- + + ascii: + o G4tgbGeometryDumper: directly use G4ThreeVector methods for SymAxis + for dumping G4Para parameters. + + gdml: + o Correction to G4GDMLRead::Read() for the case when schema validation + is turned off, to disable initialisation of schema validation in the + parser and allow for standalone parsing off-network. + o Corrected potential memory leak in G4GDMLReadSolids. + o Added comparison operator for 3-vector key in 'vertexMap' in + G4GDMLWriteSolids for export of tessellated solid. + Addressing problem report #1573. + o Corrected dump of 'phi' and 'theta' for G4Trap and G4Para in writer. + Addressing problem report #1602. + o Corrected minor Coverity defect in G4GDMLParser for uninitialised + 'strip' flag in constructors. + o Get rid of deprecated 'register' storage class specifier in code. + + o Physics Lists: + ------------- + + builders + o OrderingParameterTable: processes "AnnihToMuMu" and "AnnihToHad" + should not be active AtRest. Addressing problem report #1598. + o Fixed memory leak in G4FTFBuilder. + + lists: + o Set cut on proton to zero to simulate all recoils from elastic + scattering in HP physics-lists (FTFP_BERT_HP, QGSP_BIC_HP, + QGSP_BERT_HP and in INCLXXPhysicsListHelper). + + o Processes - Electromagnetic : + --------------------------- + + Adjoint: + o G4VAdjointReverseReaction: added protection against potential infinite + loop; if cross-section correction exceeds 100 the total cross-section + is set to zero. + + DNA: + o Fixed compilation warnings and errors on MacOS/clang-3.4 + for c++11 standard. + o Corrected typo in DLL import flag in G4DNAWaterDissociationDisplacer. + + Low Energy: + o Bug fix in G4PenelopePhotoElectric effect (no fluorescence in MT mode). + + Polarisation: + o G4PolarizationMessenger: fixed Coverity report on non-initialized + members. + + Standard: + o G4CoulombScattering: use G4IonCoulombScatteringModel for ions by + default. + o G4IonCoulombScatteringModel: fixed warning from G4ParticleTable; + fixed final state generation and scattering off Hydrogen. + o G4WentzelOKandVIxSection: fixed mass of recoil for Hydrogen target. + o G4WentzelVIModel: changed order of displacement and angular + deflection (second order effect). + o G4GammaConversion: switch default number of bins from 77 to 140. + + Utils: + o G4EnergyLossMessenger: fix to enable re-initialisation of physics + after all de-excitation commands. + o G4LossTableMananger: fiz to do not recompute x-section if a process + is shared between particle and anti-particles. + Minor change of ionisation for charm and bottom mesons. + o G4VMultipleScattering - fixed old problem of displacement handling; + setting minimum displacement to 0.05 nm (Bohr radius). + o G4EmModelManager: fixed cuts for single scattering models; + use "cut for protons". + + o Processes - Generic: + ------------------- + + Cuts: + o Fixed Coverity defects in G4VRangeToEnergyConverter. + + Management: + o Fix for G4WrapperProcess not correctly forwarding call to wrapped + process with SetMasterProcess() in multi-threading mode. + Addressing problem report #1625. + + Phonon: + o Removed inline keywords in methods in G4PhononDownconversion.cc + and make coherent use of G4 types. + + Transportation: + o Fixed time in case of zero step in G4CoupledTransportation. + This caused a 'going back in time' error, when a zero step occurred + in particular at the boundary of a parallel world volume when scoring. + Addressing problem report #1017. + o Corrected AlongStepDoIt() methods of G4Transportation and + G4CoupledTransportation, to adapt it to corrected signature for + G4FieldTrack constructors, which now take PDG spin; modified to use + different constructor for G4FieldTrack (no Velocity) and adapted to + revised signature of G4ChargeState constructor. + o Fixed Coverity defect in G4UserSpecialCuts. + + o Processes - Hadronic: + -------------------- + + models/binary_cascade: + o G4BinaryCasacde: improved calculation of mass, and of correction for (o) + outgoing particles by always using GetIon() method; addresses potential + crash for p+d seen in d+H in BIC. + o G4{Proton,Neutron}Field.cc: protect against negative index into buffer. + + models/cascade + o Fixed implementation of G4CascadeParameters singleton to follow + canonical format. Addressing problem report #1557. + o G4InuclNuclei:fix case of floating-point exception in + setExcitationEnergy() for zero Ekin. + o Fix for memory leak in secondaries in G4IntraNucleiCascader. + Addressing problem report #1584. + o Removed non-existing modules from dependency list in CMake script. + + models/coherent_elastic: + o Get rid of deprecated 'register' storage class specifier in code. + + models/inclxx: + o Fixed use of inline keyword in G4INCLClusteringModelIntercomparison. + + models/lend: + o Fixed wrong usage of IonTable in G4LENDManager. + o Relaxed fatal energy CheckLevel in G4LENDFission. + o Fixed use of GetIon() from G4ParticleTable, obsolete since 10.0. + o Fixed compilation warnings detected by clang-3.4 compiler. + + models/neutron_hp: + o Fixed deletion of maps in G4NeutronHPFFFissionFS destructor. + Do not call G4PhysicsTable::clearAndDestroy() in destructors of + G4NeutronHPCaptureData, G4NeutronHPElasticData, G4NeutronHPFissionData + G4NeutronHPInelasticData. Because G4PhysicsTable content are manged by + allocators + o Fixed bug in kinematics of residual nucleus in G4NeutronHPCaptureFS. + o Fixes for minor memory leaks and code simplification for better + stability. + o Fixed problem on single temperature data file in class + G4NeutronHPThermalScattering. + Fixed compilation warning message from clang3.4 and gcc-4.9.0. + o Reset isotope pointer to the target G4Nucleus object of reaction in + G4NeutronHPCapturem G4NeutronHPElastic, G4NeutronHPFission and + G4NeutronHPInelastic. + + models/parton_string: + o Set the minimum energy to apply Reggeon-Cascade at 2 GeV + (it was wrongly set to 5 GeV in G4 9.6.ref03, causing the bump at + 5 GeV in the calorimeter visible energy of FTFP_BERT physics list). + It affects the calorimeter energy response of the physics list + FTFP_BERT(_HP), only for showers of hadrons between 4 and 5 GeV. + o Extended the vectors CandAQ, CandQ of G4FTFAnnihilation + in the case of one quark - anti-quark string, in order to correctly + handle antiproton - proton and antineutron - neutron annihilations. + Prepared also for Anti_Delta-- and Delta++ annihilation. + It is expected to affect only antiproton annihilations, with + negligible effects on the simulation of hadronic showers. + o G4LundStringFragmentation: fixed rare crashes in the case of + anti_sigma+ capture at rest on hydrogen; and added protections + against vector access outside the allowed range. + Negligible effects on the simulation of hadronic showers. + o Fix to remove 'inline' qualifier from methods in G4VParticipants + and G4PomeronCrossSection source files, responsible for run-time + errors for undefined symbols in library on clang-3.4 compiler. + + stopping: + o G4MuMinusCapturePrecompound: added simplified model for capture in + deuterium and in He4; reduced number of trials to find neutrino + 4-momentum from 1000 to 100; added protection 1 keV for negative + excitation energy, and substituted FatalException by JustWarning. + o Fixes for Coverity defects in G4MuonMinusCaptureAtRest and + G4AntiNeutronAnnihilationAtRest. + + o Readout: + ------- + + Fixed Coverity defects. + + o Track: + ----- + + Fixed G4FieldTrackUpdator to energy/momentum passed to field + integration: first set rest mass, then update kinetic energy. + The problem affects propagation in multiple geometries. + + Fixed memory leak in G4Step::SetPre/PostStepPoint(). + Addressing problem report #1583. + + o Visualization: + ------------- + + externals: + o Fixed bad text in G4OpenGL2PS action. + + management: + o Get rid of deprecated 'register' storage class specifier in code. + + FukuiRenderer: + o Fixed compilation warnings detected by clang-3.4 compiler. + + OpenGL: + o Fix in G4OpenGL to allow for compilation with only Qt driver on Linux + in case 'glu'h' is missing. Addressing problem report #1618. + + + o Examples: + -------- + + Updated reference outputs. + + extended/medical/DICOM: + o Reshuffled code for printout in DicomHandler::CheckFileFormat(). + + extended/field/field04: + o Corrected mismatch for delete/new of fFp pointer array in Clear(). + o Corrections for crashes in MT mode. + + extended/persistency/gdml/G01: + o Correction to solids.gdml for 'para' solid, where angle unit was + missing. + o Added GDML sample mat_nist.gdml showing how to load a NIST material, + although format is not part of the GDML schema yet (i.e. expected + warning in schema validation). + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o This patch should be applied on top of release 10.0 or 10.0.p01. + o Technical notes distributed for release 10.0 are also applicable and + valid for this patch. + +The code and rebuilt binary libraries for release 10.0.p02 are available +through our "Download" Web page: + http://cern.ch/geant4/support/download.shtml + +Please refer to the Geant4 User Documentation: + http://cern.ch/geant4/support/userdocuments.shtml +for further information about using Geant4. diff --git a/cmake/History b/cmake/History index d49c1f88ca1..6d195cdb06c 100644 --- a/cmake/History +++ b/cmake/History @@ -31,6 +31,44 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. ---------------------------------------------------------- +06th June 2014 - Ben Morgan (cmake-V09-06-49) +- Templates/geant4-config.in : Add zlib and g3tog4 to list of features + that --has-feature recognizes and can query (Patch from Ivana + Hrivnacova) + +27th May 2014 - Ben Morgan (cmake-V09-06-48) +- Modules/Geant4MakeRules_cxx.cmake : Factor -ftls-model flag + out of GEANT4_MULTITHREADED_CXX_FLAGS and provide function + supplying available thread local storage model flag arguments. + Addresses JIRA DEV-142 +- Modules/Geant4LibraryBuildOptions.cmake : Provide advanced option + to select thread local storage model when building multithreaded. + Default to supported initial-exec model. Addresses JIRA DEV-142. + +26th May 2014 - Ben Morgan +- Modules/Geant4MakeRules_cxx.cmake : Add -DG4FPE_DEBUG to GNU/Clang + flags for Debug build mode. Added following discussion with Gunter + Folger to help developers diagnose FPE problems. + +20th March 2014 - Ben Morgan (cmake-V09-06-47) +- Templates/Geant4Config.cmake.in : Fixes by Witold Pokorski for correct + static archive flags on Clang and syntax fixes for GNU. + +6th March 2014 - Ben Morgan +- Modules/Geant4Config.cmake.in : When static libraries are used, + wrap G4physicslists library with flags suitable to import whole + archive. Implemented for GNU/Clang/Intel compilers. Other compilers + require further checks on flags and how to apply to single library. + This functionality is needed to support global registration of + factories. + +5th March 2014 - Ben Morgan +- Modules/Geant4MacroLibraryTargets.cmake : Fixup usage of shared/static + builtin libraries. Ensure that shared builtins do not get linked to + static. +- Templates/Geant4Config.cmake.in : Add new component 'static' allowing + user to select static Geant4 libraries if they are available. + 18th February 2014 - Ben Morgan (cmake-V09-06-46) - Modules/Geant4ConfigureConfigScript.cmake : Export use of builtin zlib or otherwise to geant4-config (Bugfix #1572). diff --git a/cmake/Modules/Geant4LibraryBuildOptions.cmake b/cmake/Modules/Geant4LibraryBuildOptions.cmake index c991e7af73f..9e9781d9241 100644 --- a/cmake/Modules/Geant4LibraryBuildOptions.cmake +++ b/cmake/Modules/Geant4LibraryBuildOptions.cmake @@ -36,6 +36,8 @@ endif() # OFF by default. Switching on will enable multithreading, adding the # G4MULTITHREADED definition globally and appending the relevant # compiler flags to CMAKE_CXX_FLAGS +# Enabling the option allows advanced users to further select the +# thread local storage model if GNU/Clang/Intel compiler is used. option(GEANT4_BUILD_MULTITHREADED "Enable multithreading in Geant4" OFF) if(WIN32) @@ -57,6 +59,21 @@ if(GEANT4_BUILD_MULTITHREADED) message(WARNING "GEANT4_BUILD_MULTITHREADED IS NOT SUPPORTED on Win32. This option should only be activated by developers") endif() + # - Allow advanced users to select the thread local storage model, + # if the compiler supports it, defaulting to that recommended by Geant4 + if(TLSMODEL_IS_AVAILABLE) + enum_option(GEANT4_BUILD_TLS_MODEL + DOC "Build libraries with Thread Local Storage model" + VALUES ${TLSMODEL_IS_AVAILABLE} + CASE_INSENSITIVE + ) + mark_as_advanced(GEANT4_BUILD_TLS_MODEL) + geant4_add_feature(GEANT4_BUILD_TLS_MODEL "Building with TLS model '${GEANT4_BUILD_TLS_MODEL}'") + + set(GEANT4_MULTITHREADED_CXX_FLAGS "${GEANT4_MULTITHREADED_CXX_FLAGS} ${${GEANT4_BUILD_TLS_MODEL}_FLAGS}") + endif() + + # Set Defs/Compiler Flags add_definitions(-DG4MULTITHREADED) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GEANT4_MULTITHREADED_CXX_FLAGS}") endif() diff --git a/cmake/Modules/Geant4MacroLibraryTargets.cmake b/cmake/Modules/Geant4MacroLibraryTargets.cmake index c347dd012a4..5af18a9b4e8 100644 --- a/cmake/Modules/Geant4MacroLibraryTargets.cmake +++ b/cmake/Modules/Geant4MacroLibraryTargets.cmake @@ -100,7 +100,7 @@ MACRO(GEANT4_LIBRARY_TARGET) # but then remove the archive from the LINK_INTERFACE. target_link_libraries(${G4LIBTARGET_NAME} ${_archive} - ${G4LIBTARGET_GEANT4_LINK_LIBRARIES} + ${G4LIBTARGET_GEANT4_LINK_LIBRARIES} ${G4LIBTARGET_LINK_LIBRARIES}) set_target_properties(${G4LIBTARGET_NAME} @@ -109,15 +109,15 @@ MACRO(GEANT4_LIBRARY_TARGET) else() # - We build a Shared library in the usual fashion... add_library(${G4LIBTARGET_NAME} SHARED ${G4LIBTARGET_SOURCES}) - geant4_compile_definitions_config(${G4LIBTARGET_NAME}) + geant4_compile_definitions_config(${G4LIBTARGET_NAME}) target_link_libraries(${G4LIBTARGET_NAME} - ${G4LIBTARGET_GEANT4_LINK_LIBRARIES} + ${G4LIBTARGET_GEANT4_LINK_LIBRARIES} ${G4LIBTARGET_LINK_LIBRARIES}) endif() - # This property is set to prevent concurrent builds of static and + # This property is set to prevent concurrent builds of static and # shared libs removing each others files. - set_target_properties(${G4LIBTARGET_NAME} + set_target_properties(${G4LIBTARGET_NAME} PROPERTIES CLEAN_DIRECT_OUTPUT 1) # Set the INSTALL_NAME_DIR of the library to its final installation @@ -159,16 +159,26 @@ MACRO(GEANT4_LIBRARY_TARGET) list(APPEND G4LIBTARGET_GEANT4_LINK_LIBRARIES_STATIC ${_tgt}-static) endforeach() - target_link_libraries(${G4LIBTARGET_NAME}-static + # If we are building both types of library and builtin clhep etc, + # we want to link shared->shared and static->static. + # Because externals like clhep appear in G4LIBTARGET_LINK_LIBRARIES, + # filter this list to replace shared builtins with their static variant + string(REGEX REPLACE + "(G4clhep|G4expat|G4zlib)(;|$)" "\\1-static\\2" + G4LIBTARGET_LINK_LIBRARIES_STATIC + "${G4LIBTARGET_LINK_LIBRARIES}" + ) + + target_link_libraries(${G4LIBTARGET_NAME}-static ${G4LIBTARGET_GEANT4_LINK_LIBRARIES_STATIC} - ${G4LIBTARGET_LINK_LIBRARIES}) + ${G4LIBTARGET_LINK_LIBRARIES_STATIC}) # But we can rename the output library to the correct name # On WIN32 we *retain* the -static postfix because otherwise # we'll conflict with the .lib from the DLL build... # We could also install differently... if(NOT WIN32) - set_target_properties(${G4LIBTARGET_NAME}-static + set_target_properties(${G4LIBTARGET_NAME}-static PROPERTIES OUTPUT_NAME ${G4LIBTARGET_NAME}) endif() @@ -288,13 +298,13 @@ MACRO(GEANT4_GLOBAL_LIBRARY_TARGET) endif() # Now add the library target - GEANT4_LIBRARY_TARGET(NAME ${G4GLOBLIB_NAME} - SOURCES - ${${G4GLOBLIB_NAME}_GLOBAL_SOURCES} + GEANT4_LIBRARY_TARGET(NAME ${G4GLOBLIB_NAME} + SOURCES + ${${G4GLOBLIB_NAME}_GLOBAL_SOURCES} ${${G4GLOBLIB_NAME}_GLOBAL_HEADERS} - GEANT4_LINK_LIBRARIES + GEANT4_LINK_LIBRARIES ${${G4GLOBLIB_NAME}_GLOBAL_DEPENDENCIES} - LINK_LIBRARIES + LINK_LIBRARIES ${${G4GLOBLIB_NAME}_LINK_LIBRARIES}) # Header install? diff --git a/cmake/Modules/Geant4MakeRules_cxx.cmake b/cmake/Modules/Geant4MakeRules_cxx.cmake index 3ef1d0367a0..8ecb852801c 100644 --- a/cmake/Modules/Geant4MakeRules_cxx.cmake +++ b/cmake/Modules/Geant4MakeRules_cxx.cmake @@ -125,6 +125,20 @@ function(__configure_cxxstd_intel) endforeach() endfunction() +#----------------------------------------------------------------------- +# function __configure_tls_models() +# Set available thread local storage models. Valid for GNU, +# Clang and Intel compilers. +# +function(__configure_tls_models) + # available models, default first + set(_TLSMODELS initial-exec local-exec global-dynamic local-dynamic) + + set(TLSMODEL_IS_AVAILABLE ${_TLSMODELS} PARENT_SCOPE) + foreach(_s ${_TLSMODELS}) + set(${_s}_FLAGS "-ftls-model=${_s}" PARENT_SCOPE) + endforeach() +endfunction() #----------------------------------------------------------------------- # DEFAULT FLAG SETTING @@ -133,7 +147,7 @@ endfunction() # NB: At present, only identifies clang correctly on CMake > 2.8.1 if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") set(CMAKE_CXX_FLAGS_INIT "-W -Wall -pedantic -Wno-non-virtual-dtor -Wno-long-long -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -Wno-variadic-macros -Wshadow -pipe") - set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g") + set(CMAKE_CXX_FLAGS_DEBUG_INIT "-g -DG4FPE_DEBUG") set(CMAKE_CXX_FLAGS_RELEASE_INIT "-O2 -DNDEBUG") set(CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-Os -DNDEBUG") set(CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-O2 -g") @@ -158,7 +172,8 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") endif() # - Multithreading - set(GEANT4_MULTITHREADED_CXX_FLAGS "-ftls-model=initial-exec -pthread") + __configure_tls_models() + set(GEANT4_MULTITHREADED_CXX_FLAGS "-pthread") endif() @@ -202,7 +217,8 @@ if(CMAKE_CXX_COMPILER MATCHES "icpc.*|icc.*") __configure_cxxstd_intel() # - Multithreading - set(GEANT4_MULTITHREADED_CXX_FLAGS "-ftls-model=initial-exec -pthread") + __configure_tls_models() + set(GEANT4_MULTITHREADED_CXX_FLAGS "-pthread") # Linker flags set(CMAKE_EXE_LINKER_FLAGS "-i-dynamic -limf") diff --git a/cmake/Templates/Geant4Config.cmake.in b/cmake/Templates/Geant4Config.cmake.in index 81ab1275d0e..4a7093691fb 100644 --- a/cmake/Templates/Geant4Config.cmake.in +++ b/cmake/Templates/Geant4Config.cmake.in @@ -42,11 +42,23 @@ # then the module will issue a FATAL_ERROR if this build of Geant4 does # not have the requested component(s). # -# The list of components available generally corresponds to the optional -# extras that Geant4 can be built with and are: -# -# multithreaded (Libraries built with multithreading support) -# +# The components available generally correspond to configurations of +# the Geant4 libraries or optional extras that Geant4 can be built with. +# +# Library Configuration +# --------------------- +# static (Static libraries available. Using this component +# when static libraries are available will result in +# Geant4_LIBRARIES being populated with the static +# versions of the Geant4 libraries. It does not +# guarantee the use of static third party libraries.) +# multithreaded (Libraries have multithreading support. Using this +# component will add the compiler definitions needed +# to activate multithread mode to Geant4_DEFINITIONS, +# if the libraries support it.) +# +# Optional Components +# ------------------- # gdml (GDML support) # g3tog4 (Geant3 geometry call list reader library) # @@ -74,7 +86,7 @@ # argument is set. This is because these options do not depend on specific # components being available. # -# You can also query Geant4's use, or otherwise, of its builtin versions +# You can also query whether the Geant4 found uses the builtin versions # of CLHEP, ZLIB and Expat after calling find_package via the variables # # Geant4_builtin_clhep_FOUND (TRUE if Geant4 built with internal CLHEP) @@ -91,13 +103,13 @@ # system APIs as required, and you should use these to ensure you compile # and link against the same API version. # -# Environment variables for and directory paths to physics datasets +# Environment variables for, and directory paths to, physics datasets # used by some Geant4 physics processes may be determined from the # variables # # Geant4_DATASETS (List of dataset names known to Geant4) # Geant4_DATASET__ENVVAR (Name of environment variable used by -# Geant4 to query for path to dataset +# Geant4 to obtain path to dataset # ) # Geant4_DATASET__PATH (Path to dataset . NB this may # point to a non-existent path if Geant4 @@ -440,19 +452,24 @@ endif() #----------------------------------------------------------------------- # Now perform final configuration of libraries... -# We provide FOUND variables for shared and static but for now we don't -# allow users to choose - we prefer shared if available, and fallback to -# static otherwise -# +# We provide FOUND variables for presence of shared and static +# User can supply "static" component to force use of static libraries, if +# available. set(Geant4_shared_FOUND @BUILD_SHARED_LIBS@) set(Geant4_static_FOUND @BUILD_STATIC_LIBS@) +# - Default setting : shared if available, static otherwise if(Geant4_shared_FOUND) set(_geant4_lib_use_suffix "") else() set(_geant4_lib_use_suffix "-static") endif() +if(Geant4_FIND_REQUIRED_static AND Geant4_static_FOUND) + set(_geant4_lib_use_suffix "-static") + list(REMOVE_ITEM Geant4_FIND_COMPONENTS static) +endif() + # The list of libraries probably should be autogenerated, but we hard code # for now. We don't have to divide the list of shared libraries, but we # do so for consistency with the way we'll need to do it for static. @@ -487,6 +504,28 @@ if(_geant4_use_g3tog4_library) set(_geant4_g3tog4_library G3toG4${_geant4_lib_use_suffix}) endif() +# - Factory registration mechanism in physics_lists requires whole +# archive to be linked when using static libs, so requires wrapping +# with suitable compiler dependent flags +set(_geant4_physicslists_library G4physicslists${_geant4_lib_use_suffix}) +if(_geant4_lib_use_suffix STREQUAL "-static") + # - Use CMAKE_CXX_COMPILER_ID, which should be reliable enough... + # Though the GNU/Clang/Intel compilers/linkers *should* use identical + # flags,keep their sections separate until behaviour confirmed + # + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + set(_geant4_physicslists_library -Wl,--whole-archive G4physicslists${_geant4_lib_use_suffix} -Wl,--no-whole-archive) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") + set(_geant4_physicslists_library -Wl,-force_load G4physicslists${_geant4_lib_use_suffix}) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Intel") + set(_geant4_physicslists_library -Wl,--whole-archive G4physicslists${_geant4_lib_use_suffix} -Wl,--no-whole-archive) + else() + # Needs determination of other compiler options. + # NB: MSVC has /OPT:NOREF, but may apply globally... + set(_geant4_physicslists_library G4physicslists${_geant4_lib_use_suffix}) + endif() +endif() + # - 'Kernel' libraries list(APPEND _geant4_internal_libraries G4vis_management${_geant4_lib_use_suffix} @@ -497,7 +536,7 @@ list(APPEND _geant4_internal_libraries G4analysis${_geant4_lib_use_suffix} G4error_propagation${_geant4_lib_use_suffix} G4readout${_geant4_lib_use_suffix} - G4physicslists${_geant4_lib_use_suffix} + ${_geant4_physicslists_library} G4run${_geant4_lib_use_suffix} G4event${_geant4_lib_use_suffix} G4tracking${_geant4_lib_use_suffix} diff --git a/cmake/Templates/geant4-config.in b/cmake/Templates/geant4-config.in index 0208e7a00ce..4653a51dac0 100644 --- a/cmake/Templates/geant4-config.in +++ b/cmake/Templates/geant4-config.in @@ -526,12 +526,18 @@ while test $# -gt 0 ; do expat) echo ${have_expat} ;; + zlib) + echo ${have_zlib} + ;; gdml) echo ${have_gdml} ;; usolids) echo ${have_usolids} ;; + g3tog4) + echo ${have_g3tog4} + ;; qt) echo ${have_qt} ;; diff --git a/config/History b/config/History index d406c460acd..d7a23236c07 100644 --- a/config/History +++ b/config/History @@ -1,4 +1,4 @@ -svn log $Id: History 79120 2014-02-18 14:50:37Z gcosmo $ +svn log $Id: History 81424 2014-05-28 13:21:06Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,20 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +4th April 2014 Gabriele Cosmo (config-V09-06-19) +- Force loading of symbols for templated libraries in physics_lists modules + only for global libraries. Granular libraries not supporting physics_lists + factories. + +27th March 2014 Gabriele Cosmo +- Replaced old win32def tool for extracting symbols definitions for + DLLs build on Windows with genwindef used also in CMake. + +24th March 2014 Gabriele Cosmo +- Force loading of symbols for templated libraries in physics_lists modules. + Defined LDFLAGS for Linux and Darwin targets. + Modified binmake.gmk accordingly. + 17th January 2014 Gabriele Cosmo (config-V09-06-18) - Fixed setting of -fPIC also for Darwin targets. diff --git a/config/architecture.gmk b/config/architecture.gmk index c96224e3c26..f101be52641 100644 --- a/config/architecture.gmk +++ b/config/architecture.gmk @@ -1,4 +1,4 @@ -# $Id: architecture.gmk 76241 2013-11-08 11:07:59Z gcosmo $ +# $Id: architecture.gmk 81420 2014-05-28 13:14:40Z gcosmo $ # ------------------------------------------------------------------------ # GEANT 4 - Architecture configuration script for GNU Make # @@ -223,6 +223,11 @@ CPPFLAGS += -I$(CLHEP_INCLUDE_DIR) # ifndef LDFLAGS LDFLAGS := + # + # run-time loading flags + # + G4STATIC_MODE := + G4NOSTATIC_MODE := endif ifndef G4LIB_USE_CLHEP ifneq (,$(findstring WIN32-VC,$(G4SYSTEM))) diff --git a/config/binmake.gmk b/config/binmake.gmk index 8bb3bf0db37..d560b2a2a91 100644 --- a/config/binmake.gmk +++ b/config/binmake.gmk @@ -1,4 +1,4 @@ -# $Id: binmake.gmk 76321 2013-11-08 14:09:58Z gcosmo $ +# $Id: binmake.gmk 81418 2014-05-28 13:12:01Z gcosmo $ # ---------------------------------------------------------- # Script defining rules and paths for making binaries. # First implementation: Gabriele Cosmo, 25/06/1998. @@ -266,9 +266,17 @@ ifdef GLOBALLIBS LDLIBS2 += -lG4zlib endif + # Bring all symbols in for libraries which requires this (templated factories). + # + ifeq (,$(findstring WIN32-VC,$(G4SYSTEM))) + ifndef SHAREDLIBS + LDFLAGS += $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4physicslists.a $(G4NOSTATIC_MODE) + endif + endif + else -# The next lines specifically should read LDLIBS2 = , not LDLIBS2 :=, so -# that it is not expanded until the directory G4TMPDIR is created. + # The next lines specifically should read LDLIBS2 = , not LDLIBS2 :=, so + # that it is not expanded until the directory G4TMPDIR is created. ifeq ($(G4INCLUDE_EXEC),1) LDLIBS2 = $(shell \ G4TMP=$(G4TMP); export G4TMP; \ @@ -290,6 +298,24 @@ else # Extra libraries to resolve remaining circular dependencies... # LDLIBS2EXTRA = endif + # Bring all symbols in for libraries which requires this (templated factories). + # + # ifeq (,$(findstring WIN32-VC,$(G4SYSTEM))) + # ifndef SHAREDLIBS + # LDFLAGS += $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_lists.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_decay.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_em.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_glnuclear.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_helastic.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_hinelastic.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_ions.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_limiters.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_stopping.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_builders.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4phys_ctor_factory.a $(G4NOSTATIC_MODE) \ + # $(G4STATIC_MODE) $(G4LIB)/$(G4SYSTEM)/libG4physlist_util.a $(G4NOSTATIC_MODE) + # endif + # endif endif # LDLIBS3 contains the first set of low level libraries... diff --git a/config/genwindef.cc b/config/genwindef.cc new file mode 100644 index 00000000000..c4c199237b5 --- /dev/null +++ b/config/genwindef.cc @@ -0,0 +1,382 @@ +//$Id: genconf.cpp,v 1.35 2008/10/15 21:51:24 marcocle Exp $ // + +#ifdef _WIN32 + // Disable a warning in Boost program_options headers: + // inconsistent linkage in program_options/variables_map.hpp + #pragma warning ( disable : 4273 ) + #define popen _popen + #define pclose _pclose + #define fileno _fileno + #include +#endif + +// Include files---------------------------------------------------------------- +#include +#include +#include +#include + +// LibSymbolinfo---------------------------------------------------------------- +#if !defined(AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_) +#define AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_ + +#if _MSC_VER >= 1000 +#pragma once +#endif // _MSC_VER >= 1000 + +#include +#include + +#include +#include +#include + +class CLibSymbolInfo +{ +public: + CLibSymbolInfo(); + virtual ~CLibSymbolInfo(); + BOOL DumpSymbols(LPTSTR lpszLibPathName, std::ostream& pFile); + std::string GetLastError() const; + +protected: + std::string m_strResultsString; + std::string m_strErrorMsg; + + BOOL Dump(LPTSTR lpszLibPathName, std::ostream& pFile); + BOOL IsRegularLibSymbol( PSTR pszSymbolName ); + BOOL IsFiltedSymbol( std::string& pszSymbolName ); + DWORD ConvertBigEndian(DWORD bigEndian); +}; + +enum errMMF { errMMF_NoError, errMMF_FileOpen, + errMMF_FileMapping, errMMF_MapView }; + +class MEMORY_MAPPED_FILE +{ + public: + MEMORY_MAPPED_FILE( PSTR pszFileName ); + ~MEMORY_MAPPED_FILE(void); + + PVOID GetBase( void ){ return m_pMemoryMappedFileBase; } + DWORD GetFileSize( void ){ return m_cbFile; } + BOOL IsValid( void ) { return errMMF_NoError == m_errCode; } + errMMF GetErrorType(){ return m_errCode; } + + private: + + HANDLE m_hFile; + HANDLE m_hFileMapping; // Handle of memory mapped file + PVOID m_pMemoryMappedFileBase; + DWORD m_cbFile; + errMMF m_errCode; +}; + +typedef MEMORY_MAPPED_FILE* PMEMORY_MAPPED_FILE; + +#endif // !defined(AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_) + +using namespace std; + +#define MakePtr( cast, ptr, addValue ) (cast)( (DWORD)(ptr) + (DWORD)(addValue)) + +///////////////////////////////////////////////////////////////////////////// +// CLibSymbolInfo + +CLibSymbolInfo::CLibSymbolInfo() +{ +} + +CLibSymbolInfo::~CLibSymbolInfo() +{ +} + +//============================================================================= +// Function: DumpSymbols +// +// Parameters: +// LPTSTR lpszLibPathName - The library file path name +// CStdioFile* pFile - Address of the file in which to dump the symbols +// +// Description: +// +// Given a library file path name, the function dumps the symbol info into the file +// pointed to by pFile. +//============================================================================= +BOOL CLibSymbolInfo::DumpSymbols(LPTSTR lpszLibPathName, ostream& pFile) +{ + if(lpszLibPathName == NULL || pFile.bad() ) { + assert(lpszLibPathName != NULL); + assert(pFile.good()); + m_strErrorMsg.assign("NULL or Invalid file handle."); + return FALSE; + } + + if(!Dump(lpszLibPathName, pFile)) return FALSE; + return TRUE; +} + +//============================================================================= +// Function: Dump +// +// Parameters: +// As mentioned above. +// +// Description: +// +// Depending on the value specified in / the routine dumps/greps +// the symbo info. +//============================================================================= +BOOL CLibSymbolInfo::Dump(LPTSTR lpszLibPathName, ostream& pFile) +{ + string sBuff; + MEMORY_MAPPED_FILE libFile(lpszLibPathName); + + // Ensure that the file mapping worked + if( FALSE == libFile.IsValid() ) { + m_strErrorMsg = "Unable to access file "; + m_strErrorMsg+= lpszLibPathName; + return FALSE; + } + // All COFF libraries start with the string "!\n". Verify that this + // string is at the beginning of the mapped file + + PSTR pArchiveStartString = (PSTR)libFile.GetBase(); + + if ( 0 != strncmp( pArchiveStartString, IMAGE_ARCHIVE_START, + IMAGE_ARCHIVE_START_SIZE ) ) { + m_strErrorMsg.assign("Not a valid COFF LIB file."); + return FALSE; + } + + // Point to the first archive member. This entry contains the LIB symbols, + // and immediately follows the archive start string ("!\n") + PIMAGE_ARCHIVE_MEMBER_HEADER pMbrHdr; + pMbrHdr = MakePtr( PIMAGE_ARCHIVE_MEMBER_HEADER, pArchiveStartString, + IMAGE_ARCHIVE_START_SIZE ); + + // First DWORD after this member header is a symbol count + PDWORD pcbSymbols = (PDWORD)(pMbrHdr + 1); // Pointer math! + + // The symbol count is stored in big endian format, so adjust as + // appropriate for the target architecture + DWORD cSymbols = ConvertBigEndian( *pcbSymbols ); + + // Following the symbol count is an array of offsets to archive members + // (essentially, embedded .OBJ files) + PDWORD pMemberOffsets = pcbSymbols + 1; // Pointer math! + + // Following the array of member offsets is an array of offsets to symbol + // names. + PSTR pszSymbolName = MakePtr( PSTR, pMemberOffsets, 4 * cSymbols ); + + // + // Loop through every symbol in the first archive member + // + for ( unsigned i = 0; i < cSymbols; i++ ) + { + DWORD offset; + + // The offsets to the archive member that contains the symbol is stored + // in big endian format, so convert it appropriately. + offset = ConvertBigEndian( *pMemberOffsets ); + + // Call DisplayLibInfoForSymbol, which figures out what kind of symbol + // it is. The "IsRegularLibSymbol" filters out symbols that are + // internal to the linking process + if ( IsRegularLibSymbol( pszSymbolName ) ) { + string symbol(pszSymbolName); + if (IsFiltedSymbol(symbol) ) { + pFile << symbol << endl; + } + } + // Advanced to the next symbol offset and name. The MemberOffsets + // array has fixed length entries, while the symbol names are + // sequential null-terminated strings + pMemberOffsets++; + pszSymbolName += strlen(pszSymbolName) + 1; + } + return TRUE; +} + +//============================================================================= +// Filters out symbols that are internal to the linking process, and which +// the programmer never explicitly sees. +//============================================================================= +BOOL CLibSymbolInfo::IsRegularLibSymbol( PSTR pszSymbolName ) +{ + if ( 0 == strncmp( pszSymbolName, "__IMPORT_DESCRIPTOR_", 20 ) ) + return FALSE; + + if ( 0 == strncmp( pszSymbolName, "__NULL_IMPORT_DESCRIPTOR", 24 ) ) + return FALSE; + + if ( strstr( pszSymbolName, "_NULL_THUNK_DATA" ) ) + return FALSE; + + return TRUE; +} +//============================================================================= +// Filters out symbols that are not needed.... +//============================================================================= +BOOL CLibSymbolInfo::IsFiltedSymbol( string& symbolName ) +{ + // Filter problematic symbols for Win64 + if ( symbolName.substr(0,3) == "_CT" ) return FALSE; + if ( symbolName.substr(0,3) == "_TI" ) return FALSE; + // Filter other symbols + if ( symbolName.substr(0,2) == "__" ) + return FALSE; + if ( symbolName.substr(0,3) == "??_" && symbolName[3] != '0') // Keep 'operator/=' [??_0] + return FALSE; + if( symbolName[0] == '_') { + symbolName.erase(0, 1); // C functions ... + } + // Filter the internal Boost symbols + if (symbolName.find ("detail@boost") != string::npos ) + return FALSE; + if (symbolName.find ("details@boost") != string::npos ) + return FALSE; + return TRUE; +} + +//============================================================================= +// Converts from big endian to little endian numbers. +//============================================================================= +DWORD CLibSymbolInfo::ConvertBigEndian(DWORD bigEndian) +{ + DWORD temp = 0; + + temp |= bigEndian >> 24; + temp |= ((bigEndian & 0x00FF0000) >> 8); + temp |= ((bigEndian & 0x0000FF00) << 8); + temp |= ((bigEndian & 0x000000FF) << 24); + + return temp; +} + +string CLibSymbolInfo::GetLastError() const +{ + return m_strErrorMsg; +} + + +MEMORY_MAPPED_FILE::MEMORY_MAPPED_FILE( PSTR pszFileName ) { + + // + // Given a filename, the constructor opens a file handle, creates a file + // mapping, and maps the entire file into memory. + // + m_hFile = INVALID_HANDLE_VALUE; + m_hFileMapping = 0; + m_pMemoryMappedFileBase = 0; + m_cbFile = 0; + m_errCode = errMMF_FileOpen; // Initial error code: not found + // First get a file handle + m_hFile = CreateFile(pszFileName, GENERIC_READ, FILE_SHARE_READ, NULL, + OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, (HANDLE)0); + + if ( m_hFile == INVALID_HANDLE_VALUE ) + { + m_errCode = errMMF_FileOpen; + return; + } + m_cbFile = ::GetFileSize( m_hFile, 0 ); + // Now, create a file mapping + m_hFileMapping = CreateFileMapping(m_hFile,NULL, PAGE_READONLY, 0, 0,NULL); + if ( m_hFileMapping == 0 ) + { + // Oops. Something went wrong. Clean up. + CloseHandle(m_hFile); + m_hFile = INVALID_HANDLE_VALUE; + m_errCode = errMMF_FileMapping; + return; + } + m_pMemoryMappedFileBase = (PCHAR)MapViewOfFile( m_hFileMapping, + FILE_MAP_READ, 0, 0, 0); + if ( m_pMemoryMappedFileBase == 0 ) + { + // Oops. Something went wrong. Clean up. + CloseHandle(m_hFileMapping); + m_hFileMapping = 0; + CloseHandle(m_hFile); + m_hFile = INVALID_HANDLE_VALUE; + m_errCode = errMMF_MapView; + return; + } + m_errCode = errMMF_NoError; +} + +MEMORY_MAPPED_FILE::~MEMORY_MAPPED_FILE(void) +{ + // Clean up everything that was created by the constructor + if ( m_pMemoryMappedFileBase ) + UnmapViewOfFile( m_pMemoryMappedFileBase ); + + if ( m_hFileMapping ) + CloseHandle( m_hFileMapping ); + + if ( m_hFile != INVALID_HANDLE_VALUE ) + CloseHandle( m_hFile ); + + m_errCode = errMMF_FileOpen; +} + +namespace windef { + void usage(){ + cerr << "Usage: genwindef [-l ] [-o | exports.def] " << endl; + exit(1); + } +} + + +//--- Command main program----------------------------------------------------- +int main ( int argc, char** argv ) +//----------------------------------------------------------------------------- +{ + string outfile("exports.def"); + string library("UnknownLib"); + string objfiles; + bool debug(false); + + int arg; + if (argc < 3) windef::usage(); + arg = 1; + while (argv[arg][0] == '-') { + if (strcmp(argv[arg], "--") == 0) { + windef::usage(); + } + else if (strcmp(argv[arg], "-l") == 0) { + arg++; + if (arg == argc) windef::usage(); + library = argv[arg]; + } + else if (strcmp(argv[arg], "-o") == 0) { + arg++; + if (arg == argc) windef::usage(); + outfile = argv[arg]; + } + arg++; + } + if (arg == argc) windef::usage(); + for (arg; arg < argc; arg++) { + objfiles += argv[arg]; + if( arg+1 < argc) objfiles += " "; + } + + CLibSymbolInfo libsymbols; + ofstream out(outfile.c_str()); + if(out.fail()) { + cerr << "windef: Error opening file " << outfile << endl; + return 1; + } + out << "LIBRARY " << library << endl; + out << "EXPORTS" << endl; + + libsymbols.DumpSymbols(const_cast(objfiles.c_str()), out); + + out.close(); + + + return 0; +} diff --git a/config/sys/Darwin-clang.gmk b/config/sys/Darwin-clang.gmk index 2f493e9cd4f..4848ebb144d 100644 --- a/config/sys/Darwin-clang.gmk +++ b/config/sys/Darwin-clang.gmk @@ -39,6 +39,7 @@ ifeq ($(G4SYSTEM),Darwin-clang) CCFLAGS += -fPIC endif G4RUNPATHOPTION := -Wl,-rpath + G4STATIC_MODE += -Wl,-force_load FC := gfortran FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore LDFLAGS += -bind_at_load diff --git a/config/sys/Darwin-g++.gmk b/config/sys/Darwin-g++.gmk index 96b3e51c42a..19284f6b4b7 100644 --- a/config/sys/Darwin-g++.gmk +++ b/config/sys/Darwin-g++.gmk @@ -40,6 +40,8 @@ ifeq ($(G4SYSTEM),Darwin-g++) FCFLAGS += -fPIC CCFLAGS += -fPIC endif + G4RUNPATHOPTION := -Wl,-rpath + G4STATIC_MODE += -Wl,-force_load FC := gfortran FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore LDFLAGS += -bind_at_load diff --git a/config/sys/Linux-g++.gmk b/config/sys/Linux-g++.gmk index 712e25e37a8..61a9925d089 100644 --- a/config/sys/Linux-g++.gmk +++ b/config/sys/Linux-g++.gmk @@ -45,6 +45,8 @@ ifeq ($(G4SYSTEM),Linux-g++) CCFLAGS += -fPIC endif G4RUNPATHOPTION := -Wl,-rpath + G4STATIC_MODE += -Wl,--whole-archive + G4NOSTATIC_MODE += -Wl,--no-whole-archive CC := gcc FC := gfortran FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore diff --git a/config/sys/Linux-icc.gmk b/config/sys/Linux-icc.gmk index fd7c805c2ce..a61d09dc0f1 100644 --- a/config/sys/Linux-icc.gmk +++ b/config/sys/Linux-icc.gmk @@ -30,6 +30,8 @@ ifeq ($(G4SYSTEM),Linux-icc) LDFLAGS += -i-dynamic endif G4RUNPATHOPTION := -Wl,-rpath -Wl, + G4STATIC_MODE += -Wl,--whole-archive + G4NOSTATIC_MODE += -Wl,--no-whole-archive CC := icc FC := ifort FCFLAGS += -noautomatic -assume nobscc -assume no2underscores diff --git a/config/sys/WIN32-VC.gmk b/config/sys/WIN32-VC.gmk index 1139f2bb7b4..73c0a313913 100644 --- a/config/sys/WIN32-VC.gmk +++ b/config/sys/WIN32-VC.gmk @@ -55,21 +55,20 @@ ifeq ($(G4SYSTEM),WIN32-VC) endif # -# Building DLLs (G.Barrand) +# Building DLLs # ------------- # The commands below allow to build DLLs from the archive libraries. -# From a libG4xxx.a, it will extract the symbols with : -# DOS> dumpbin /symbols libG4xxx.a > G4xxx.dumpbin -# After that it will produce a G4xxx.def using the 'win32def' program. +# From a libG4xxx.a, will extract the symbols with the genwindef tool, +# which will produce a G4xxx.def file. # The G4xxx.def file will contain the list of symbols that are "exported" # or made public for using the DLLs. -# The source win32def.c is in the geant4/config directory. The binary is +# The source genwindef.cc is in the geant4/config directory. The binary is # built during the library installation process, and will be placed in # $G4LIB/G4SYSTEM. # If can also be built as follows : -# DOS> cl.exe /Fowin32def.exe win32def.c +# DOS> cl.exe /Fegenwindef.exe genwindef.cc # Then, to use it : -# DOS> win32def G4xxx < G4xxx.dumpbin > G4xxx.def +# DOS> genwindef -o G4xxx.def -l G4xxx libG4xxx.a # Libraries libG4xxx.lib can also be built with : # DOS> lib /def:G4xxx.def /out:libG4xxx.lib # It also produces a libG4xxx.exp used to build the DLL. @@ -84,13 +83,9 @@ ifeq ($(G4SYSTEM),WIN32-VC) define build-granular-shared-lib @libdir=`(cd $(@D);/bin/pwd)`;\ cd $(G4TMP)/$(G4SYSTEM);\ - $(ECHO) "Building $(name).dumpbin file ...";\ - $(RM) $(name).dumpbin;\ - dumpbin /symbols $(G4LIBDIR)/lib$(name).a > $(name).dumpbin;\ $(ECHO) "Building $(name).def file ...";\ $(RM) $(name).def;\ - $(G4LIB)/$(G4SYSTEM)/win32def.exe $(name) < $(name).dumpbin > $(name).def;\ - $(RM) $(name).dumpbin;\ + $(G4LIB)/$(G4SYSTEM)/genwindef.exe -o $(name).def -l $(name) $(G4LIBDIR)/lib$(name).a;\ $(ECHO) "Building lib$(name).exp and lib$(name).lib file ...";\ $(RM) $(G4LIBDIR)/lib$(name).exp;\ $(RM) $(G4LIBDIR)/lib$(name).lib;\ @@ -107,13 +102,9 @@ ifeq ($(G4SYSTEM),WIN32-VC) define build-global-shared-lib @libdir=`(cd $(@D);/bin/pwd)`;\ cd $(G4TMP)/$(G4SYSTEM);\ - $(ECHO) "Building $(name).dumpbin file ...";\ - $(RM) $(name).dumpbin;\ - dumpbin /symbols $(G4LIBDIR)/lib$(name).a > $(name).dumpbin;\ $(ECHO) "Building $(name).def file ...";\ $(RM) $(name).def;\ - $(G4LIB)/$(G4SYSTEM)/win32def.exe $(name) < $(name).dumpbin > $(name).def;\ - $(RM) $(name).dumpbin;\ + $(G4LIB)/$(G4SYSTEM)/genwindef.exe -o $(name).def -l $(name) $(G4LIBDIR)/lib$(name).a;\ $(ECHO) "Building lib$(name).exp and lib$(name).lib ...";\ $(RM) $(G4LIBDIR)/lib$(name).exp;\ $(RM) $(G4LIBDIR)/lib$(name).lib;\ diff --git a/environments/History b/environments/History index 986c9797d11..0c8b26272a9 100644 --- a/environments/History +++ b/environments/History @@ -1,4 +1,4 @@ -$Id: History 76884 2013-11-18 12:54:03Z gcosmo $ +$Id: History 81454 2014-05-28 15:35:38Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -18,6 +18,12 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +envs-V09-06-01 / May 25 2014 Koichi Murakami +[g4py] + - pyG4EllipticalCone.cc, add missing return in CreateEllipticalCone() method. + - configure script, physics list is changed to be always turned on. + - fix compile error on pyG4Polycone. + envs-V09-06-00 / 15 November 2013 Koichi Murakami [g4py] - add support for CMake build (experimental) diff --git a/environments/g4py/History b/environments/g4py/History index 6a6205651ca..42d26831c7a 100644 --- a/environments/g4py/History +++ b/environments/g4py/History @@ -11,6 +11,14 @@ Geant4Py is a Geant4-Python bridge. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 25 2014 Koichi Murakami + - remove IsGeneric() method in pyG4Polyone.cc because that method is removed. + (bug-id 1544) + - configure script, physics list is changed to be always turned on. + (bug-id 1546) + - pyG4EllipticalCone.cc, add missing return in CreateEllipticalCone() method. + (bug-id 1586) + 15 November 2013 K.Murakami - add support for CMake build - updated for 10.0 release diff --git a/environments/g4py/configure b/environments/g4py/configure index 3cc663c2e16..c052da5c335 100755 --- a/environments/g4py/configure +++ b/environments/g4py/configure @@ -95,7 +95,7 @@ enable_openglxm=0 enable_raytracerx=0 enable_gl2ps=0 -enable_physicslist=0 +enable_physicslist=1 enable_gdml=0 @@ -376,15 +376,15 @@ else fi # --- -echo $ac_n "Checking for physics list support ...$ac_c" -if [ -f "$g4_incdir"/QGSP.hh ]; then - enable_physicslist=1 -fi -if [ $enable_physicslist = 0 ]; then - echo "no" -else - echo "yes" -fi +#echo $ac_n "Checking for physics list support ...$ac_c" +#if [ -f "$g4_incdir"/FTFP_BERT.hh ]; then +# enable_physicslist=1 +#fi +#if [ $enable_physicslist = 0 ]; then +# echo "no" +#else +# echo "yes" +#fi # --- echo $ac_n "Checking for GDML support ...$ac_c" @@ -518,9 +518,9 @@ if [ $enable_gl2ps = 1 ]; then echo $ac_n " gl2ps$ac_c" fi -if [ $enable_physicslist = 1 ]; then - echo $ac_n " physicslist$ac_c" -fi +#if [ $enable_physicslist = 1 ]; then +# echo $ac_n " physicslist$ac_c" +#fi if [ $enable_gdml = 1 ]; then echo $ac_n " gdml$ac_c" diff --git a/environments/g4py/source/geometry/pyG4EllipticalCone.cc b/environments/g4py/source/geometry/pyG4EllipticalCone.cc index 1f183df3697..153463f0a92 100644 --- a/environments/g4py/source/geometry/pyG4EllipticalCone.cc +++ b/environments/g4py/source/geometry/pyG4EllipticalCone.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: pyG4EllipticalCone.cc 66892 2013-01-17 10:57:59Z gunter $ +// $Id: pyG4EllipticalCone.cc 81454 2014-05-28 15:35:38Z gcosmo $ // ==================================================================== // pyG4EllipticalCone.cc // @@ -45,7 +45,7 @@ G4EllipticalCone* CreateEllipticalCone(const G4String& name, G4double zMax, G4double pzTopCut) { - new G4EllipticalCone(name, pxSemiAxis,pySemiAxis, zMax, pzTopCut); + return new G4EllipticalCone(name, pxSemiAxis,pySemiAxis, zMax, pzTopCut); } } diff --git a/environments/g4py/source/geometry/pyG4Polycone.cc b/environments/g4py/source/geometry/pyG4Polycone.cc index 13dd368efcb..e0b1ad4138c 100644 --- a/environments/g4py/source/geometry/pyG4Polycone.cc +++ b/environments/g4py/source/geometry/pyG4Polycone.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: pyG4Polycone.cc 76884 2013-11-18 12:54:03Z gcosmo $ +// $Id: pyG4Polycone.cc 81454 2014-05-28 15:35:38Z gcosmo $ // ==================================================================== // pyG4Polycone.cc // @@ -96,7 +96,6 @@ void export_G4Polycone() .def("GetStartPhi", &G4Polycone::GetStartPhi) .def("GetEndPhi", &G4Polycone::GetEndPhi) .def("IsOpen", &G4Polycone::IsOpen) - .def("IsGeneric", &G4Polycone::IsGeneric) .def("GetNumRZCorner", &G4Polycone::GetNumRZCorner) // operators diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index 6121780792c..04dbf6b25a8 100644 --- a/examples/advanced/amsEcal/run1.out +++ b/examples/advanced/amsEcal/run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -16,15 +16,15 @@ Material: Lead density: 10.976 g/cm3 RadL: 5.803 mm Nucl.Int.Length: 18.869 cm Imean: 823.000 eV - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.20 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.20 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Scintillator density: 1.032 g/cm3 RadL: 42.438 cm Nucl.Int.Length: 70.639 cm + Material: Scintillator density: 1.032 g/cm3 RadL: 42.438 cm Nucl.Int.Length: 70.602 cm Imean: 65.944 eV ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -53,12 +53,12 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113728944.973 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -144,21 +144,21 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 32 kByte - Total CPU time elapsed for geometry optimisation: 0.01 seconds + Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 100.00 0.01 0.00 1k calorimeter 0.00 0.00 0.00 31k layer 0.00 0.00 0.00 1k module + 0.00 0.00 0.00 1k calorimeter Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 94.74 30k 1 490 980 0.00 layer 3.16 1k 1 17 20 0.00 module - 2.10 0k 1 10 18 0.01 calorimeter + 2.10 0k 1 10 18 0.00 calorimeter ### Run 0 starts. ### Run 0 start. @@ -189,7 +189,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=26.27s Real=49.81s Sys=0.46s + User=27.3s Real=65.83s Sys=0.6s ------------------------------------------------------------- ---> The calorimeter is 9 Modules diff --git a/examples/advanced/dnaphysics/dna.out b/examples/advanced/dnaphysics/dna.out index 2178b5f15b8..c639f84f412 100644 --- a/examples/advanced/dnaphysics/dna.out +++ b/examples/advanced/dnaphysics/dna.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 1 ***** - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -89,7 +89,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 1 GeV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LivermoreConversion : Emin= 0 eV Emax= 1 GeV BetheHeitler : Emin= 1 GeV Emax= 80 GeV @@ -216,14 +216,15 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds ### Run 0 starts. -##### Create analysis manager 0x11f7800 +##### Create analysis manager 0x89de90 Using Root analysis manager ... open Root analysis file : dna.root - done Run terminated. Run Summary Number of events processed : 100 - User=13.68s Real=26.97s Sys=0.13s + User=13.71s Real=34.65s Sys=0.13s ... write Root file : dna.root - done +... close Root file : dna.root - done Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index 32bc8494638..8ddfaa5f090 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -67,16 +67,16 @@ Available colours: Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.84 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.84 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Scintillator density: 1.032 g/cm3 RadL: 42.549 cm Nucl.Int.Length: 69.996 cm + Material: Scintillator density: 1.032 g/cm3 RadL: 42.549 cm Nucl.Int.Length: 69.955 cm Imean: 64.684 eV ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -157,12 +157,12 @@ Available colours: ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -206,7 +206,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -773,1372 +773,1359 @@ Number of tracker hits in this event = 6 0 124.671 897 0 0 -0.998069 -0.516552 -205.85 Number of digits in this event = 5 Event: 1 -Number of tracker hits in this event = 12 - 1 113.49 900 5 1 0.147968 0.14117 -54.45 - 1 161.005 900 5 0 0.155919 0.144034 -55.85 - 1 153.951 901 4 1 0.333178 0.203316 -84.45 - 1 158.041 900 4 0 0.341526 0.207815 -85.85 - 1 142.929 903 3 1 0.776414 0.700032 -114.45 - 1 115.846 903 3 0 0.793364 0.726454 -115.85 - 1 129.053 905 2 1 1.1496 1.26 -144.45 - 1 142.025 906 2 0 1.17033 1.28962 -145.85 - 1 146.401 907 1 1 1.59571 1.90648 -174.45 - 1 122.167 909 1 0 1.61568 1.94024 -175.85 - 1 191.71 909 0 1 2.03391 2.64221 -204.45 - 1 128.446 913 0 0 2.05403 2.6791 -205.85 +Number of tracker hits in this event = 13 + 1 224.157 900 4 1 0.10685 -0.0830687 -84.45 + 1 146.601 899 4 0 0.113938 -0.0841569 -85.85 + 1 101.329 901 3 1 0.261036 -0.0967316 -114.45 + 1 141.447 899 3 0 0.267259 -0.0956434 -115.85 + 1 184.521 901 2 1 0.409591 -0.0702653 -144.45 + 1 148.869 899 2 0 0.417578 -0.0750943 -145.85 + 1 125.224 902 1 1 0.588314 -0.184267 -174.45 + 1 207.586 899 1 0 0.58972 -0.190797 -175.85 + 1 131.451 902 0 1 0.631169 -0.295007 -204.45 + 1 181.792 898 0 0 0.629845 -0.299079 -205.85 + 1 103.395 894 4 0 0.05 -1.20111 -85.8886 + 1 171.567 893 4 0 0.0714518 -1.26116 -85.9553 + 1 37.579 877 4 1 -4.51521 -5.67857 -84.85 Number of digits in this event = 11 Event: 2 -Number of tracker hits in this event = 8 - 2 189.737 899 4 1 -0.185998 0.11547 -84.45 - 2 244.901 900 4 0 -0.189751 0.122821 -85.85 - 2 117.047 898 3 1 -0.25494 0.272149 -114.45 - 2 226.387 901 3 0 -0.253471 0.277339 -115.85 - 2 141.381 899 2 1 -0.209265 0.40561 -144.45 - 2 149.378 901 2 0 -0.205426 0.417322 -145.85 - 2 139.093 899 1 1 -0.103397 0.649951 -174.45 - 2 338.966 903 1 0 -0.100442 0.662791 -175.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 12 + 2 171.776 903 5 1 0.772216 0.382548 -54.45 + 2 124.28 901 5 0 0.811576 0.394793 -55.85 + 2 133.343 907 4 1 1.61579 0.645602 -84.45 + 2 217.976 903 4 0 1.65347 0.658582 -85.85 + 2 171.944 911 3 1 2.41625 0.909603 -114.45 + 2 159.098 904 3 0 2.45525 0.925795 -115.85 + 2 121.471 915 2 1 3.22634 1.2632 -144.45 + 2 140.436 906 2 0 3.26751 1.28212 -145.85 + 2 176.768 920 1 1 4.10579 1.67268 -174.45 + 2 130.119 908 1 0 4.14715 1.69082 -175.85 + 2 190.363 924 0 1 5.01364 2.07399 -204.45 + 2 125.412 910 0 0 5.06357 2.09655 -205.85 +Number of digits in this event = 13 Event: 3 -Number of tracker hits in this event = 6 - 3 140.208 897 2 1 -0.568757 0.109886 -144.45 - 3 138.984 900 2 0 -0.579353 0.110099 -145.85 - 3 132.971 896 1 1 -0.783953 0.108412 -174.45 - 3 104.52 900 1 0 -0.793797 0.107138 -175.85 - 3 136.478 895 0 1 -0.989025 0.0957477 -204.45 - 3 158.168 900 0 0 -1.00242 0.0978007 -205.85 -Number of digits in this event = 6 +Number of tracker hits in this event = 12 + 3 242.442 900 5 1 0.069769 0.110455 -54.45 + 3 143.909 900 5 0 0.07078 0.117127 -55.85 + 3 125.733 900 4 1 0.0797242 0.258902 -84.45 + 3 147.868 901 4 0 0.0843408 0.272136 -85.85 + 3 130.515 900 3 1 0.184877 0.534768 -114.45 + 3 144.732 902 3 0 0.200542 0.547399 -115.85 + 3 112.651 902 2 1 0.51903 0.819973 -144.45 + 3 137.873 903 2 0 0.531026 0.83422 -145.85 + 3 125.06 903 1 1 0.784817 1.13653 -174.45 + 3 185.16 905 1 0 0.795993 1.15009 -175.85 + 3 142.066 905 0 1 1.05627 1.42159 -204.45 + 3 411.949 906 0 0 1.07129 1.43444 -205.85 +Number of digits in this event = 13 Event: 4 Number of tracker hits in this event = 10 - 4 134.661 900 4 1 0.184277 -0.438356 -84.45 - 4 183.42 898 4 0 0.191211 -0.448759 -85.85 - 4 153.614 901 3 1 0.34743 -0.664492 -114.45 - 4 148.859 896 3 0 0.363446 -0.677978 -115.85 - 4 122.642 903 2 1 0.6788 -0.942864 -144.45 - 4 147.787 895 2 0 0.699644 -0.955548 -145.85 - 4 148.333 905 1 1 1.11222 -1.21609 -174.45 - 4 120.696 894 1 0 1.1324 -1.23432 -175.85 - 4 148.293 907 0 1 1.51242 -1.60951 -204.45 - 4 157.841 892 0 0 1.53604 -1.62564 -205.85 -Number of digits in this event = 11 + 4 104.375 900 4 1 0.132751 0.0911204 -84.45 + 4 117.56 900 4 0 0.137322 0.0951487 -85.85 + 4 153.726 900 3 1 0.22512 0.177455 -114.45 + 4 139.064 900 3 0 0.232762 0.186947 -115.85 + 4 234.838 901 2 1 0.408192 0.383163 -144.45 + 4 165.055 901 2 0 0.417906 0.392249 -145.85 + 4 120.756 902 1 1 0.596574 0.59796 -174.45 + 4 141.873 902 1 0 0.60346 0.608211 -175.85 + 4 177.029 903 0 1 0.754017 0.826393 -204.45 + 4 135.205 903 0 0 0.763885 0.835203 -205.85 +Number of digits in this event = 9 Event: 5 -Number of tracker hits in this event = 15 - 5 234.94 898 3 1 -0.433344 0.119598 -114.45 - 5 165.133 900 3 0 -0.444766 0.127493 -115.85 - 5 120.818 896 2 1 -0.693582 0.265132 -144.45 - 5 141.941 901 2 0 -0.705552 0.27001 -145.85 - 5 177.115 895 1 1 -0.960644 0.377572 -174.45 - 5 135.275 901 1 0 -0.971798 0.38567 -175.85 - 5 130.238 894 0 1 -1.19138 0.540064 -204.45 - 5 159.736 902 0 0 -1.20294 0.554631 -205.85 - 5 27.6221 899 5 1 -0.104376 -0.05 -54.7267 - 5 141.802 899 5 0 -0.147062 -0.0593852 -55.85 - 5 52.9739 797 5 0 -2.29344 -20.5923 -56.25 - 5 115.456 796 5 0 -2.32446 -20.6776 -56.1354 - 5 72.6357 880 5 1 -3.93795 -18.8067 -54.85 - 5 565.543 879 5 1 -4.07942 -18.6604 -54.7806 - 5 29.9485 878 5 1 -4.25442 -18.1179 -54.5117 -Number of digits in this event = 12 -Event: 6 Number of tracker hits in this event = 10 - 6 128.077 899 5 1 -0.0790737 0.134015 -54.45 - 6 250.3 900 5 0 -0.0829874 0.134462 -55.85 - 6 208.778 899 4 1 -0.172119 0.156953 -84.45 - 6 116.8 900 4 0 -0.17251 0.15543 -85.85 - 6 124.294 899 3 1 -0.163032 0.128206 -114.45 - 6 144.505 900 3 0 -0.165053 0.130711 -115.85 - 6 134.498 899 2 1 -0.216442 0.166787 -144.45 - 6 123.442 900 2 0 -0.222206 0.168248 -145.85 - 6 127.809 898 1 1 -0.342078 0.186358 -174.45 - 6 115.31 900 1 0 -0.349944 0.17912 -175.85 + 5 141.081 899 4 1 -0.188583 0.064627 -84.45 + 5 339.475 900 4 0 -0.188866 0.06876 -85.85 + 5 132.096 899 3 1 -0.18506 0.135197 -114.45 + 5 135.821 900 3 0 -0.185536 0.140815 -115.85 + 5 131.768 899 2 1 -0.176492 0.258314 -144.45 + 5 126.846 901 2 0 -0.175446 0.262856 -145.85 + 5 142.568 899 1 1 -0.129957 0.328301 -174.45 + 5 117.968 901 1 0 -0.128024 0.325599 -175.85 + 5 138.94 899 0 1 -0.0869449 0.25124 -204.45 + 5 116.037 900 0 0 -0.0857481 0.245662 -205.85 +Number of digits in this event = 9 +Event: 6 +Number of tracker hits in this event = 9 + 6 134.332 899 5 1 -0.0511145 0.0968046 -54.45 + 6 152.318 900 4 1 0.0598444 0.166243 -84.45 + 6 138.465 900 4 0 0.0671144 0.157884 -85.85 + 6 134.702 901 2 1 0.416053 -0.197545 -144.45 + 6 171.915 899 2 0 0.426881 -0.207056 -145.85 + 6 139.727 903 1 1 0.654643 -0.377996 -174.45 + 6 236.356 898 1 0 0.669683 -0.382178 -175.85 + 6 108.874 904 0 1 0.956952 -0.4736 -204.45 + 6 129.482 897 0 0 0.969423 -0.477635 -205.85 Number of digits in this event = 9 Event: 7 -Number of tracker hits in this event = 16 - 7 143.497 900 5 1 0.138209 -0.235592 -54.45 - 7 134.79 899 5 0 0.145329 -0.245076 -55.85 - 7 119.277 901 4 1 0.288429 -0.44829 -84.45 - 7 179.558 897 4 0 0.295793 -0.452571 -85.85 - 7 137.745 901 3 1 0.436262 -0.55448 -114.45 - 7 227.942 897 3 0 0.446747 -0.555618 -115.85 - 7 145.581 903 2 1 0.672938 -0.566403 -144.45 - 7 131.816 897 2 0 0.685178 -0.569112 -145.85 - 7 107.485 904 1 1 0.93672 -0.619935 -174.45 - 7 116.638 897 1 0 0.952251 -0.621381 -175.85 - 7 183.564 906 0 1 1.26595 -0.639673 -204.45 - 7 127.752 897 0 0 1.28435 -0.640331 -205.85 - 7 86.194 22 6 0 -56.4837 -175.656 -26.0815 - 7 9.14561 48 6 0 -60.7083 -170.457 -25.8609 - 7 1.00725 815 0 1 -16.9324 -12.257 -204.74 - 7 99.3644 503 3 1 -79.3132 -99.3692 -114.489 -Number of digits in this event = 12 +Number of tracker hits in this event = 12 + 7 138.365 899 5 1 -0.10567 0.0881442 -54.45 + 7 122.857 900 5 0 -0.113602 0.0954915 -55.85 + 7 150.968 898 4 1 -0.279394 0.25397 -84.45 + 7 116.216 901 4 0 -0.286614 0.261817 -85.85 + 7 147.188 897 3 1 -0.461009 0.425484 -114.45 + 7 108.735 901 3 0 -0.468664 0.428013 -115.85 + 7 227.088 896 2 1 -0.658825 0.480617 -144.45 + 7 117.353 902 2 0 -0.668034 0.487514 -145.85 + 7 119.409 896 1 1 -0.841656 0.63172 -174.45 + 7 158.624 902 1 0 -0.849021 0.637233 -175.85 + 7 436.885 895 0 1 -1.00299 0.758389 -204.45 + 7 147.422 903 0 0 -1.01669 0.76141 -205.85 +Number of digits in this event = 9 Event: 8 -Number of tracker hits in this event = 10 - 8 121.531 899 5 1 -0.0735017 -0.133576 -54.45 - 8 134.926 899 5 0 -0.0803023 -0.143208 -55.85 - 8 115.279 899 4 1 -0.24422 -0.344315 -84.45 - 8 128.862 898 4 0 -0.243452 -0.358151 -85.85 - 8 115.829 899 3 1 -0.241082 -0.655731 -114.45 - 8 120.986 896 3 0 -0.232298 -0.670161 -115.85 - 8 262.418 901 1 1 0.274966 -1.39973 -174.45 - 8 121.249 893 1 0 0.290044 -1.41111 -175.85 - 8 215.427 902 0 1 0.583028 -1.63149 -204.45 - 8 117.855 891 0 0 0.593679 -1.65195 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 12 + 8 132.898 899 5 1 -0.0699031 -0.0630292 -54.45 + 8 122.145 899 5 0 -0.0741844 -0.063507 -55.85 + 8 131.526 899 4 1 -0.160846 -0.0682012 -84.45 + 8 180.803 899 4 0 -0.167487 -0.0689147 -85.85 + 8 128.51 898 3 1 -0.296992 -0.0608291 -114.45 + 8 133.434 899 3 0 -0.305138 -0.0610434 -115.85 + 8 348.087 897 2 1 -0.469201 -0.0618797 -144.45 + 8 146.543 899 2 0 -0.477147 -0.0636332 -145.85 + 8 165.942 897 1 1 -0.647781 -0.110567 -174.45 + 8 128.403 899 1 0 -0.655317 -0.11216 -175.85 + 8 125.463 896 0 1 -0.817491 -0.137618 -204.45 + 8 147.354 899 0 0 -0.826669 -0.141142 -205.85 +Number of digits in this event = 13 Event: 9 -Number of tracker hits in this event = 11 - 9 126.28 899 5 1 -0.0748597 -0.0500788 -54.45 - 9 134.077 899 5 0 -0.0682799 -0.0578531 -55.85 - 9 193.828 900 3 1 0.0996066 -0.391375 -114.45 - 9 139.578 898 3 0 0.1089 -0.398246 -115.85 - 9 116.854 901 2 1 0.282554 -0.552716 -144.45 - 9 190.385 897 2 0 0.290276 -0.562267 -145.85 - 9 214.392 902 1 1 0.477379 -0.755773 -174.45 - 9 144.973 896 1 0 0.481693 -0.767371 -175.85 - 9 252.263 902 0 1 0.583531 -1.03324 -204.45 - 9 142.072 895 0 0 0.583125 -1.03707 -205.85 - 9 96.1935 447 0 1 -90.6288 48.655 -204.7 -Number of digits in this event = 12 +Number of tracker hits in this event = 10 + 9 183.318 900 4 1 0.172766 0.101381 -84.45 + 9 127.562 900 4 0 0.1799 0.107225 -85.85 + 9 134.005 901 3 1 0.316712 0.215438 -114.45 + 9 128.757 900 3 0 0.324842 0.218077 -115.85 + 9 131.766 902 2 1 0.482599 0.241261 -144.45 + 9 140.492 900 2 0 0.493386 0.244149 -145.85 + 9 149.293 903 1 1 0.69462 0.290072 -174.45 + 9 125.774 901 1 0 0.70283 0.297514 -175.85 + 9 143.056 904 0 1 0.865704 0.477826 -204.45 + 9 117.778 902 0 0 0.876994 0.492473 -205.85 +Number of digits in this event = 10 Event: 10 -Number of tracker hits in this event = 8 - 10 127.023 901 4 1 0.335192 -0.11401 -84.45 - 10 174.839 899 4 0 0.343033 -0.116264 -85.85 - 10 136.35 902 3 1 0.494732 -0.149688 -114.45 - 10 151.953 899 3 0 0.500811 -0.147972 -115.85 - 10 137.447 902 2 1 0.624789 -0.0778291 -144.45 - 10 108.914 899 2 0 0.630429 -0.0742017 -145.85 - 10 152.007 903 0 1 0.809731 0.118566 -204.45 - 10 115.865 900 0 0 0.816382 0.119415 -205.85 +Number of tracker hits in this event = 12 + 10 123.277 899 5 1 -0.0583344 0.0697843 -54.45 + 10 129.329 900 5 0 -0.0607261 0.0764455 -55.85 + 10 132.654 899 4 1 -0.108047 0.212806 -84.45 + 10 101.138 900 4 0 -0.110651 0.215725 -85.85 + 10 165.842 899 3 1 -0.176324 0.269915 -114.45 + 10 117.631 901 3 0 -0.180557 0.279934 -115.85 + 10 111.913 898 2 1 -0.271017 0.485965 -144.45 + 10 131.515 902 2 0 -0.272816 0.495512 -145.85 + 10 119.713 898 1 1 -0.30689 0.693692 -174.45 + 10 117.463 903 1 0 -0.314848 0.704878 -175.85 + 10 116.622 897 0 1 -0.454326 0.918077 -204.45 + 10 134.424 904 0 0 -0.459124 0.929977 -205.85 Number of digits in this event = 7 Event: 11 -Number of tracker hits in this event = 11 - 11 122.289 901 3 1 0.375746 0.0737252 -114.45 - 11 130.033 900 3 0 0.379729 0.0789974 -115.85 - 11 121.479 902 2 1 0.473056 0.189238 -144.45 - 11 144.521 900 2 0 0.469415 0.197461 -145.85 - 11 118.207 901 1 1 0.362534 0.393592 -174.45 - 11 121.912 901 1 0 0.357355 0.39833 -175.85 - 11 186.356 901 0 1 0.257265 0.488775 -204.45 - 11 160.504 902 0 0 0.253039 0.495638 -205.85 - 11 226.47 200 11 1 -140.089 82.921 125.236 - 11 88.9439 199 11 1 -140.151 82.919 125.471 - 11 76.1318 1503 9 0 -93.4603 120.899 63.7911 +Number of tracker hits in this event = 13 + 11 159.54 900 4 1 0.124966 0.1327 -84.45 + 11 149.526 900 4 0 0.123726 0.139872 -85.85 + 11 342.517 900 3 1 0.0895027 0.29328 -114.45 + 11 140.232 901 3 0 0.0920512 0.302168 -115.85 + 11 167.81 900 2 1 0.134234 0.464279 -144.45 + 11 117.939 902 2 0 0.137536 0.462778 -145.85 + 11 134.746 900 1 1 0.186651 0.387082 -174.45 + 11 196.474 901 1 0 0.177069 0.380722 -175.85 + 11 20.4985 909 3 0 -145.905 2.03871 -116.25 + 11 27.3819 35 13 1 -172.968 -47.8208 185.15 + 11 34.9932 1422 5 0 -101.718 104.742 -56.25 + 11 46.0053 1009 2 0 -17.2017 21.9476 -146.25 + 11 29.4392 1717 12 0 -97.7786 163.681 153.75 Number of digits in this event = 10 Event: 12 -Number of tracker hits in this event = 10 - 12 157.018 899 5 1 -0.0656195 0.0834712 -54.45 - 12 141.717 900 5 0 -0.0682455 0.0928212 -55.85 - 12 147.87 899 4 1 -0.121339 0.291289 -84.45 - 12 154.082 901 4 0 -0.123622 0.305151 -85.85 - 12 140.79 899 3 1 -0.156757 0.592968 -114.45 - 12 141.869 902 3 0 -0.153898 0.611463 -115.85 - 12 132.532 899 2 1 -0.110401 1.00401 -144.45 - 12 156.685 904 2 0 -0.104355 1.02735 -145.85 - 12 160.036 900 0 1 0.0659581 2.13236 -204.45 - 12 183.142 910 0 0 0.0669065 2.156 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 11 + 12 154.462 900 5 1 0.101842 -0.109551 -54.45 + 12 112.99 899 5 0 0.107104 -0.109878 -55.85 + 12 148.716 900 4 1 0.224058 -0.10243 -84.45 + 12 154.733 899 4 0 0.224334 -0.100403 -85.85 + 12 174.437 901 2 1 0.26299 0.227702 -144.45 + 12 270.343 900 2 0 0.258068 0.234094 -145.85 + 12 386.544 900 1 1 0.192214 0.394998 -174.45 + 12 134.979 901 1 0 0.189955 0.404047 -175.85 + 12 157.922 900 0 1 0.140558 0.558185 -204.45 + 12 122.712 902 0 0 0.138403 0.573053 -205.85 + 12 92.665 899 2 0 -0.109536 -0.05 -146.132 +Number of digits in this event = 10 Event: 13 -Number of tracker hits in this event = 9 - 13 183.931 900 2 1 0.119897 0.0800414 -144.45 - 13 149.525 900 2 0 0.127071 0.0787609 -145.85 - 13 134.091 901 1 1 0.266312 0.0505203 -174.45 - 13 132.539 900 1 0 0.271173 0.0503253 -175.85 - 13 42.0247 901 2 1 0.252178 0.233211 -144.85 - 13 70.831 906 2 0 2.00177 1.37579 -145.85 - 13 44.7408 907 2 0 2.09982 1.45943 -145.868 - 13 273.848 935 2 1 7.05297 12.8788 -144.85 - 13 7.5012 934 2 1 7.044 12.9506 -144.816 -Number of digits in this event = 6 -Event: 14 -Number of tracker hits in this event = 16 - 14 141.104 899 4 1 -0.130734 0.264709 -84.45 - 14 164.895 901 4 0 -0.145722 0.275066 -85.85 - 14 112.575 897 3 1 -0.4635 0.476781 -114.45 - 14 170.601 902 3 0 -0.480409 0.483307 -115.85 - 14 179.567 896 2 1 -0.828452 0.607213 -144.45 - 14 187.694 902 2 0 -0.849264 0.619254 -145.85 - 14 124.737 893 1 1 -1.29631 0.903752 -174.45 - 14 126.427 904 1 0 -1.32275 0.922554 -175.85 - 14 109.738 890 0 1 -1.8577 1.28483 -204.45 - 14 140.054 906 0 0 -1.87943 1.30556 -205.85 - 14 47.836 1045 9 1 29.1658 141.704 65.15 - 14 66.8477 895 2 1 -0.88525 0.669601 -144.611 - 14 80.3095 894 2 1 -1.08205 0.637496 -144.571 - 14 336.332 893 2 1 -1.26583 0.677458 -144.573 - 14 98.4949 1584 8 0 88.3327 137.069 34.0255 - 14 71.1531 641 5 0 -63.6279 -51.7403 -56.2249 +Number of tracker hits in this event = 18 + 13 157.736 899 4 1 -0.0539326 -0.21741 -84.45 + 13 192.624 899 4 0 -0.0586118 -0.216698 -85.85 + 13 127.536 899 3 1 -0.169879 -0.225867 -114.45 + 13 341.977 899 3 0 -0.17642 -0.224646 -115.85 + 13 147.159 898 2 1 -0.314078 -0.199086 -144.45 + 13 149.92 899 2 0 -0.316083 -0.195309 -145.85 + 13 126.828 898 1 1 -0.34838 -0.109946 -174.45 + 13 126.928 899 1 0 -0.355178 -0.112925 -175.85 + 13 193.046 897 0 1 -0.501131 -0.157569 -204.45 + 13 156.082 899 0 0 -0.50903 -0.159044 -205.85 + 13 144.594 1004 6 0 30.0229 20.8777 -26.25 + 13 54.5892 1005 6 0 30.216 21.0548 -25.9335 + 13 127.466 1049 6 1 29.9363 20.3704 -24.85 + 13 37.8866 828 6 0 26.0953 -14.3491 -25.85 + 13 89.5906 1028 6 1 25.7067 -15.9226 -24.85 + 13 21.2752 1027 6 1 25.6474 -15.9557 -24.8397 + 13 14.3735 821 6 0 26.4664 -15.7567 -25.85 + 13 67.5672 1034 6 1 26.8652 -17.3618 -24.85 Number of digits in this event = 13 +Event: 14 +Number of tracker hits in this event = 12 + 14 164.192 899 4 1 -0.0597007 0.341226 -84.45 + 14 113.212 901 4 0 -0.0612781 0.341377 -85.85 + 14 243.937 899 3 1 -0.0999679 0.359808 -114.45 + 14 206.413 901 3 0 -0.107881 0.365778 -115.85 + 14 115.932 898 2 1 -0.280765 0.51219 -144.45 + 14 187.64 902 2 0 -0.287345 0.521532 -145.85 + 14 121.403 898 1 1 -0.435563 0.715601 -174.45 + 14 115.867 903 1 0 -0.439636 0.724185 -175.85 + 14 139.421 897 0 1 -0.537328 0.866553 -204.45 + 14 152.836 904 0 0 -0.540794 0.870002 -205.85 + 14 245.266 904 4 0 -0.194689 0.922142 -85.85 + 14 172.017 905 4 0 -0.349429 1.05029 -85.9143 +Number of digits in this event = 10 Event: 15 Number of tracker hits in this event = 11 - 15 122.993 900 5 1 0.116954 0.0607542 -54.45 - 15 123.731 900 5 0 0.117318 0.0623006 -55.85 - 15 122.881 900 4 1 0.136167 0.0689842 -84.45 - 15 150.208 900 4 0 0.129374 0.066977 -85.85 - 15 152.99 898 2 1 -0.310778 0.149153 -144.45 - 15 139.137 900 2 0 -0.33156 0.151722 -145.85 - 15 213.48 896 1 1 -0.747961 0.188138 -174.45 - 15 141.135 900 1 0 -0.764722 0.192895 -175.85 - 15 179.937 894 0 1 -1.12151 0.299781 -204.45 - 15 149.746 901 0 0 -1.13669 0.306069 -205.85 - 15 16.225 558 2 0 -33.227 -68.4459 -146.25 -Number of digits in this event = 14 -Event: 16 -Number of tracker hits in this event = 8 - 16 133.271 900 3 1 0.10458 -0.188597 -114.45 - 16 125.036 899 3 0 0.104216 -0.20615 -115.85 - 16 151.268 900 2 1 0.11722 -0.575017 -144.45 - 16 119.577 897 2 0 0.120917 -0.599593 -145.85 - 16 151.379 900 1 1 0.181534 -1.07914 -174.45 - 16 157.518 894 1 0 0.179145 -1.09991 -175.85 - 16 141.4 900 0 1 0.138831 -1.57766 -204.45 - 16 134.537 892 0 0 0.136662 -1.60126 -205.85 + 15 140.602 899 5 0 0.077797 -0.0506015 -55.85 + 15 121.402 901 4 1 0.266895 -0.143964 -84.45 + 15 157.838 899 4 0 0.268602 -0.14722 -85.85 + 15 130.932 901 3 1 0.310974 -0.222002 -114.45 + 15 146.742 899 3 0 0.314196 -0.224349 -115.85 + 15 115.638 901 2 1 0.359968 -0.282057 -144.45 + 15 116.766 898 2 0 0.357503 -0.284383 -145.85 + 15 145.724 901 1 1 0.262863 -0.368109 -174.45 + 15 144.504 898 1 0 0.258838 -0.370633 -175.85 + 15 143.648 900 0 1 0.173083 -0.412952 -204.45 + 15 124.711 898 0 0 0.16139 -0.408862 -205.85 Number of digits in this event = 10 +Event: 16 +Number of tracker hits in this event = 33 + 16 122.289 901 3 1 0.375746 0.0737252 -114.45 + 16 130.033 900 3 0 0.379729 0.0789974 -115.85 + 16 121.479 902 2 1 0.473056 0.189238 -144.45 + 16 144.521 900 2 0 0.469415 0.197461 -145.85 + 16 118.207 901 1 1 0.362534 0.393592 -174.45 + 16 121.912 901 1 0 0.357355 0.39833 -175.85 + 16 186.356 901 0 1 0.257265 0.488775 -204.45 + 16 160.504 902 0 0 0.253039 0.495638 -205.85 + 16 130.729 696 3 0 82.8452 -40.7087 -116.25 + 16 97.7651 695 3 0 82.4825 -40.8768 -115.922 + 16 78.7552 694 3 0 82.3114 -41.1278 -115.853 + 16 52.6841 693 3 0 82.3096 -41.2953 -115.852 + 16 50.4347 1305 3 1 81.1365 -42.2527 -114.85 + 16 58.1687 1304 3 1 81.0434 -42.2936 -114.754 + 16 78.9262 1303 3 1 80.7927 -42.3666 -114.731 + 16 33.1479 1302 3 1 80.5481 -42.3159 -114.655 + 16 146.86 1301 3 1 80.4289 -42.3771 -114.636 + 16 47.2156 1300 3 1 80.2085 -42.6032 -114.751 + 16 159.093 688 3 0 80.086 -42.2783 -115.85 + 16 33.4494 798 0 0 -53.5069 -20.4307 -206.25 + 16 116.476 797 0 0 -53.4694 -20.4749 -206.163 + 16 14.7002 796 0 0 -53.2593 -20.6535 -205.895 + 16 249.52 637 0 1 -52.4994 -21.3956 -204.85 + 16 89.955 638 0 1 -52.3864 -21.4715 -204.795 + 16 20.8111 639 0 1 -52.2382 -21.5919 -204.811 + 16 138.226 788 0 0 -51.3582 -22.2821 -205.85 + 16 93.9362 787 0 0 -51.1716 -22.48 -206.095 + 16 227.822 786 0 0 -51.1249 -22.6591 -206.055 + 16 224.757 1462 4 1 112.655 97.7806 -84.8354 + 16 8.62266 1463 4 1 112.754 97.8503 -84.8224 + 16 9.31696 1363 4 0 111.786 92.7997 -85.85 + 16 45.5273 1455 4 1 111.28 93.2915 -84.85 + 16 26.6227 1231 1 0 120.228 66.2854 -176.071 +Number of digits in this event = 17 Event: 17 -Number of tracker hits in this event = 11 - 17 107.755 900 5 0 -0.103397 0.0505332 -55.85 - 17 221.58 899 4 1 -0.190518 0.140058 -84.45 - 17 189.203 900 4 0 -0.193383 0.140469 -85.85 - 17 97.0222 899 3 1 -0.237402 0.16044 -114.45 - 17 128.142 900 3 0 -0.241484 0.160144 -115.85 - 17 244.424 898 2 1 -0.350916 0.15242 -144.45 - 17 141.23 900 2 0 -0.350946 0.154696 -145.85 - 17 134.538 898 1 1 -0.352918 0.204001 -174.45 - 17 164.665 900 1 0 -0.354008 0.207923 -175.85 - 17 153.45 898 0 1 -0.384673 0.288183 -204.45 - 17 113.264 901 0 0 -0.379984 0.296308 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 12 + 17 136.643 900 4 1 0.162795 -0.280896 -84.45 + 17 150.228 898 4 0 0.163101 -0.293017 -85.85 + 17 117.969 900 3 1 0.169274 -0.526113 -114.45 + 17 191.816 897 3 0 0.169553 -0.537082 -115.85 + 17 160.98 900 2 1 0.19701 -0.756424 -144.45 + 17 123.293 896 2 0 0.194976 -0.762709 -145.85 + 17 122.083 900 1 1 0.126989 -0.909195 -174.45 + 17 129.598 895 1 0 0.127176 -0.916869 -175.85 + 17 131.808 900 0 1 0.133263 -1.08331 -204.45 + 17 126.531 894 0 0 0.132798 -1.08554 -205.85 + 17 14.259 1024 1 0 116.113 24.8869 -176.249 + 17 9.10804 1630 1 0 35.5604 146.305 -176.25 +Number of digits in this event = 12 Event: 18 -Number of tracker hits in this event = 7 - 18 162.837 899 4 0 -0.0502684 -0.20442 -85.85 - 18 140.977 899 3 1 -0.0893009 -0.166518 -114.45 - 18 138.511 899 3 0 -0.0870129 -0.15807 -115.85 - 18 297.062 899 1 1 -0.0797799 0.221225 -174.45 - 18 124.962 900 1 0 -0.0818051 0.231467 -175.85 - 18 134.946 899 0 1 -0.117362 0.428225 -204.45 - 18 240.933 901 0 0 -0.117622 0.438736 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 6 + 18 270.019 899 4 1 -0.110199 0.123919 -84.45 + 18 109.755 900 4 0 -0.120909 0.125571 -85.85 + 18 132.073 898 3 1 -0.340619 0.153529 -114.45 + 18 137.469 900 3 0 -0.352422 0.148429 -115.85 + 18 152.12 895 0 1 -0.894989 -0.108321 -204.45 + 18 134.14 899 0 0 -0.898998 -0.117459 -205.85 +Number of digits in this event = 6 Event: 19 -Number of tracker hits in this event = 10 - 19 157.306 900 4 1 0.149877 0.635016 -84.45 - 19 140.067 903 4 0 0.153976 0.659801 -85.85 - 19 116.341 900 3 1 0.24352 1.14008 -114.45 - 19 119.416 905 3 0 0.250363 1.16575 -115.85 - 19 166.482 901 2 1 0.38681 1.70431 -144.45 - 19 172.419 908 2 0 0.392894 1.72936 -145.85 - 19 135.792 902 1 1 0.540348 2.23639 -174.45 - 19 133.113 911 1 0 0.542763 2.26092 -175.85 - 19 187.777 902 0 1 0.592856 2.75052 -204.45 - 19 172.759 913 0 0 0.598269 2.77296 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 12 + 19 169.214 900 3 1 0.161376 -0.101813 -114.45 + 19 681.37 899 3 0 0.163059 -0.101989 -115.85 + 19 183.974 900 2 1 0.211658 -0.106695 -144.45 + 19 122.128 899 2 0 0.206445 -0.106194 -145.85 + 19 136.723 900 1 1 0.11489 -0.0932734 -174.45 + 19 169.54 899 1 0 0.106713 -0.094937 -175.85 + 19 342.119 899 0 1 -0.0761857 -0.130039 -204.45 + 19 118.612 899 0 0 -0.0817003 -0.128074 -205.85 + 19 328.154 898 3 0 4.4241 -0.284156 -116.023 + 19 266.999 923 3 1 4.74006 -0.188695 -114.85 + 19 90.1053 897 3 0 -0.812285 -0.489351 -116.15 + 19 8.47181 896 3 0 -0.866297 -0.714047 -116.235 +Number of digits in this event = 10 Event: 20 Number of tracker hits in this event = 5 - 20 155.131 900 4 1 0.0769039 -0.0835927 -84.45 - 20 309.996 899 4 0 0.080901 -0.0806414 -85.85 - 20 137.113 900 2 1 0.164964 0.144436 -144.45 - 20 151.079 900 2 0 0.15909 0.147816 -145.85 - 20 162.545 901 0 0 -0.0513034 0.286186 -205.85 -Number of digits in this event = 8 + 20 126.362 899 2 1 -0.106636 -0.872871 -144.45 + 20 121.429 895 2 0 -0.102886 -0.892234 -145.85 + 20 126.041 893 1 0 -0.0559477 -1.32051 -175.85 + 20 153.37 897 0 1 -0.621585 -2.13569 -204.45 + 20 120.501 889 0 0 -0.644823 -2.17581 -205.85 +Number of digits in this event = 6 Event: 21 Number of tracker hits in this event = 8 - 21 109.836 900 3 1 0.0586833 0.158689 -114.45 - 21 122.979 900 3 0 0.0527449 0.168282 -115.85 - 21 135.091 899 2 1 -0.066212 0.354175 -144.45 - 21 147.231 901 2 0 -0.0744428 0.370925 -145.85 - 21 113.402 898 1 1 -0.273577 0.713728 -174.45 - 21 147.974 903 1 0 -0.282926 0.730585 -175.85 - 21 148.943 897 0 1 -0.479126 1.0733 -204.45 - 21 173.034 905 0 0 -0.491495 1.08801 -205.85 + 21 135.059 898 3 1 -0.326287 0.133886 -114.45 + 21 118.794 900 3 0 -0.335783 0.146283 -115.85 + 21 138.568 897 2 1 -0.523548 0.407109 -144.45 + 21 141.212 901 2 0 -0.532704 0.418832 -145.85 + 21 133.71 896 1 1 -0.715717 0.644599 -174.45 + 21 138.074 903 1 0 -0.723288 0.659965 -175.85 + 21 119.924 895 0 1 -0.868745 0.983585 -204.45 + 21 127.225 904 0 0 -0.873185 0.999283 -205.85 Number of digits in this event = 7 Event: 22 -Number of tracker hits in this event = 12 - 22 226.948 899 5 1 -0.0660491 0.0852895 -54.45 - 22 118.749 900 5 0 -0.0704063 0.0896455 -55.85 - 22 286.907 899 4 1 -0.161787 0.18414 -84.45 - 22 101.113 900 4 0 -0.168791 0.191049 -85.85 - 22 152.9 898 3 1 -0.332137 0.297048 -114.45 - 22 135.272 901 3 0 -0.337976 0.295115 -115.85 - 22 130.191 898 2 1 -0.446863 0.271592 -144.45 - 22 120.708 901 2 0 -0.451251 0.265154 -145.85 - 22 222.51 897 1 1 -0.53129 0.109122 -174.45 - 22 390.713 900 1 0 -0.538474 0.0981526 -175.85 - 22 125.279 896 0 1 -0.695825 -0.111535 -204.45 - 22 164.855 899 0 0 -0.704736 -0.117281 -205.85 +Number of tracker hits in this event = 10 + 22 125.395 899 4 1 -0.21779 0.0513964 -84.45 + 22 140.348 900 4 0 -0.22139 0.0527574 -85.85 + 22 181.49 898 3 1 -0.270033 0.0602748 -114.45 + 22 144.351 900 3 0 -0.273456 0.0647076 -115.85 + 22 149.453 898 2 1 -0.349477 0.153746 -144.45 + 22 193.731 900 2 0 -0.353069 0.15637 -145.85 + 22 130.69 898 1 1 -0.408809 0.208625 -174.45 + 22 186.363 900 1 0 -0.414862 0.211458 -175.85 + 22 126.23 897 0 1 -0.558991 0.267114 -204.45 + 22 134.766 901 0 0 -0.570064 0.270936 -205.85 Number of digits in this event = 11 Event: 23 -Number of tracker hits in this event = 10 - 23 278.126 899 4 1 -0.108824 -0.0954937 -84.45 - 23 126.934 899 4 0 -0.119374 -0.097017 -85.85 - 23 136.234 898 3 1 -0.348676 -0.123434 -114.45 - 23 151.785 899 3 0 -0.361806 -0.125538 -115.85 - 23 108.48 897 2 1 -0.61454 -0.190859 -144.45 - 23 163.509 899 2 0 -0.627114 -0.194026 -145.85 - 23 158.866 895 1 1 -0.917392 -0.261905 -174.45 - 23 126.683 898 1 0 -0.935994 -0.257542 -175.85 - 23 175.092 893 0 1 -1.3192 -0.167319 -204.45 - 23 124.234 899 0 0 -1.34658 -0.155943 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 8 + 23 247.123 899 4 1 -0.0967917 -0.0655023 -84.45 + 23 129.382 899 4 0 -0.102796 -0.0605286 -85.85 + 23 172.019 898 2 1 -0.37032 0.134399 -144.45 + 23 121.044 900 2 0 -0.376241 0.139628 -145.85 + 23 134.828 897 1 1 -0.502192 0.231888 -174.45 + 23 113.912 900 1 0 -0.514962 0.245132 -175.85 + 23 110.903 896 0 1 -0.749054 0.501352 -204.45 + 23 133.616 902 0 0 -0.759201 0.51927 -205.85 +Number of digits in this event = 7 Event: 24 -Number of tracker hits in this event = 11 - 24 104.906 900 5 0 0.05 0.102243 -55.8571 - 24 124.506 901 4 1 0.279903 0.127502 -84.45 - 24 206.674 900 4 0 0.290972 0.12946 -85.85 - 24 238.13 902 3 1 0.514041 0.149693 -114.45 - 24 121.809 900 3 0 0.517669 0.155166 -115.85 - 24 224.594 902 2 1 0.584894 0.281296 -144.45 - 24 120.796 901 2 0 0.591704 0.287608 -145.85 - 24 169.637 903 1 1 0.707818 0.429505 -174.45 - 24 301.423 901 1 0 0.710613 0.437074 -175.85 - 24 146.161 903 0 1 0.782057 0.600097 -204.45 - 24 155.3 902 0 0 0.78169 0.607768 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 8 + 24 128.497 900 4 1 0.083175 -0.0658842 -84.45 + 24 167.426 899 4 0 0.08355 -0.0605007 -85.85 + 24 132.716 900 2 1 0.105828 0.103478 -144.45 + 24 132.373 900 2 0 0.110799 0.107644 -145.85 + 24 111.611 900 1 1 0.212994 0.19155 -174.45 + 24 141.006 900 1 0 0.209365 0.195406 -175.85 + 24 172.024 900 0 1 0.12062 0.261614 -204.45 + 24 118.802 901 0 0 0.110431 0.266875 -205.85 +Number of digits in this event = 8 Event: 25 Number of tracker hits in this event = 14 - 25 257.154 900 4 1 0.0887148 0.120417 -84.45 - 25 133.77 900 4 0 0.097593 0.124453 -85.85 - 25 159.711 901 3 1 0.256924 0.203231 -114.45 - 25 113.162 900 3 0 0.262518 0.21519 -115.85 - 25 126.652 901 2 1 0.373373 0.454582 -144.45 - 25 141.796 902 2 0 0.37694 0.469438 -145.85 - 25 133.279 901 1 1 0.436268 0.796665 -174.45 - 25 133.893 903 1 0 0.43263 0.808381 -175.85 - 25 150.75 901 0 1 0.366456 1.03096 -204.45 - 25 108.884 904 0 0 0.370937 1.04205 -205.85 - 25 386.254 547 3 1 -70.5941 14.5894 -114.45 - 25 233.466 548 3 1 -70.4157 14.654 -114.479 - 25 146.058 546 3 1 -70.6501 14.7106 -114.529 - 25 165.07 141 0 0 -177.315 -151.819 -205.985 -Number of digits in this event = 16 + 25 136.955 900 5 1 0.140173 0.105483 -54.45 + 25 136.47 900 5 0 0.148092 0.106996 -55.85 + 25 121.1 901 4 1 0.307087 0.14065 -84.45 + 25 136.356 900 4 0 0.314538 0.145148 -85.85 + 25 132.513 902 3 1 0.462558 0.246146 -114.45 + 25 128.797 901 3 0 0.469307 0.25645 -115.85 + 25 130.934 902 2 1 0.615465 0.439771 -144.45 + 25 130.405 901 2 0 0.623942 0.445056 -145.85 + 25 144.515 903 1 1 0.817079 0.545834 -174.45 + 25 146.593 902 1 0 0.826718 0.552162 -175.85 + 25 464.681 904 0 1 1.00488 0.69722 -204.45 + 25 124.201 903 0 0 1.0127 0.705117 -205.85 + 25 195.56 907 6 0 -0.05 1.61658 -25.9415 + 25 164.317 908 6 0 -0.0977378 1.65583 -25.9457 +Number of digits in this event = 15 Event: 26 -Number of tracker hits in this event = 2 - 26 132.453 897 0 1 -0.619691 -0.0541827 -204.45 - 26 120.126 899 0 0 -0.630651 -0.0593446 -205.85 -Number of digits in this event = 3 +Number of tracker hits in this event = 10 + 26 130.322 900 4 1 0.125829 -0.0534816 -84.45 + 26 173.203 899 4 0 0.128487 -0.0533277 -85.85 + 26 165.557 900 3 1 0.191578 -0.0564916 -114.45 + 26 140.62 899 3 0 0.193674 -0.0631308 -115.85 + 26 157.579 900 2 1 0.223287 -0.22055 -144.45 + 26 139.052 899 2 0 0.222315 -0.232193 -145.85 + 26 142.153 900 1 1 0.207152 -0.476396 -174.45 + 26 128.519 897 1 0 0.208788 -0.494523 -175.85 + 26 111.272 900 0 1 0.243172 -0.895716 -204.45 + 26 137.004 895 0 0 0.250156 -0.913699 -205.85 +Number of digits in this event = 10 Event: 27 +Number of tracker hits in this event = 11 + 27 114.107 899 5 0 -0.0524528 -0.0933381 -55.85 + 27 217.023 899 4 1 -0.220979 -0.225491 -84.45 + 27 167.954 899 4 0 -0.229864 -0.237435 -85.85 + 27 204.933 898 3 1 -0.408306 -0.473666 -114.45 + 27 152.116 897 3 0 -0.412645 -0.483046 -115.85 + 27 111.859 897 2 1 -0.482291 -0.67032 -144.45 + 27 123.266 896 2 0 -0.486905 -0.683656 -145.85 + 27 173.143 897 1 1 -0.567337 -0.964067 -174.45 + 27 128.846 895 1 0 -0.569463 -0.98507 -175.85 + 27 120.514 897 0 1 -0.600982 -1.40425 -204.45 + 27 155.255 893 0 0 -0.599999 -1.41903 -205.85 +Number of digits in this event = 10 +Event: 28 Number of tracker hits in this event = 10 - 27 136.949 898 4 1 -0.260269 0.066003 -84.45 - 27 143.066 900 4 0 -0.266434 0.0756367 -85.85 - 27 487.114 898 3 1 -0.384301 0.241274 -114.45 - 27 135.683 900 3 0 -0.393026 0.241113 -115.85 - 27 121.56 897 2 1 -0.56574 0.264896 -144.45 - 27 132.222 901 2 0 -0.573655 0.263632 -145.85 - 27 147.261 896 1 1 -0.742759 0.231956 -174.45 - 27 120.386 900 1 0 -0.749342 0.231122 -175.85 - 27 121.035 895 0 1 -0.887335 0.212455 -204.45 - 27 147.383 900 0 0 -0.895273 0.204314 -205.85 + 28 119.421 897 4 1 -0.47875 0.095377 -84.45 + 28 136.124 900 4 0 -0.489704 0.0995467 -85.85 + 28 132.786 896 3 1 -0.694555 0.192105 -114.45 + 28 155.997 900 3 0 -0.70639 0.194522 -115.85 + 28 214.854 895 2 1 -0.950711 0.218253 -144.45 + 28 135.579 900 2 0 -0.955393 0.214785 -145.85 + 28 161.023 894 1 1 -1.0553 0.140335 -174.45 + 28 120.246 900 1 0 -1.0614 0.138472 -175.85 + 28 127.714 894 0 1 -1.19722 0.0994905 -204.45 + 28 157.305 900 0 0 -1.20689 0.102091 -205.85 Number of digits in this event = 11 -Event: 28 -Number of tracker hits in this event = 8 - 28 209.894 899 5 1 -0.111076 0.113454 -54.45 - 28 125.861 900 5 0 -0.11349 0.11083 -55.85 - 28 129.509 899 3 1 -0.17423 0.0556354 -114.45 - 28 113.526 900 3 0 -0.177607 0.0524173 -115.85 - 28 166.922 898 1 1 -0.282919 -0.0719924 -174.45 - 28 155.651 899 1 0 -0.282765 -0.0749376 -175.85 - 28 169.81 898 0 1 -0.276054 -0.132171 -204.45 - 28 125.419 899 0 0 -0.275071 -0.137261 -205.85 -Number of digits in this event = 8 Event: 29 -Number of tracker hits in this event = 12 - 29 214.558 900 2 1 0.120787 0.358215 -144.45 - 29 136.385 901 2 0 0.116223 0.362119 -145.85 - 29 40.0979 900 3 0 0.05 0.107338 -116.003 - 29 73.4361 899 3 0 0.0808621 -0.05 -116.053 - 29 11.6221 898 3 0 -0.05 -0.443612 -116.041 - 29 81.3335 897 3 0 -0.0635028 -0.458121 -116.029 - 29 60.8523 896 3 0 0.05 -0.757222 -116.019 - 29 169.869 1089 1 1 37.8775 43.4234 -174.45 - 29 21.7678 1117 1 0 39.0457 43.6448 -175.85 - 29 330.734 1118 1 0 39.104 43.6557 -175.924 - 29 91.8466 1119 1 0 39.4044 43.8649 -176.146 - 29 229.127 1073 1 0 82.5672 34.8107 -176.25 -Number of digits in this event = 7 +Number of tracker hits in this event = 14 + 29 129.793 900 5 1 0.168585 -0.180419 -54.45 + 29 129.895 899 5 0 0.175083 -0.190328 -55.85 + 29 228.258 901 4 1 0.345968 -0.388458 -84.45 + 29 165.593 898 4 0 0.356104 -0.39661 -85.85 + 29 142.741 902 3 1 0.578404 -0.533518 -114.45 + 29 135.83 897 3 0 0.590496 -0.542049 -115.85 + 29 133.377 903 2 1 0.840776 -0.716337 -144.45 + 29 128.101 896 2 0 0.855184 -0.72315 -145.85 + 29 194.269 905 1 1 1.14496 -0.85817 -174.45 + 29 139.002 895 1 0 1.15985 -0.864568 -175.85 + 29 131.451 907 0 1 1.46603 -1.00177 -204.45 + 29 180.309 895 0 0 1.48244 -1.01111 -205.85 + 29 1.79726 545 2 1 -70.8794 4.96997 -144.85 + 29 17.0266 929 3 1 5.87 2.61676 -114.85 +Number of digits in this event = 15 Event: 30 -Number of tracker hits in this event = 8 - 30 141.051 900 4 1 0.0594979 -0.332175 -84.45 - 30 149.642 898 4 0 0.0552542 -0.339749 -85.85 - 30 134.709 899 2 1 -0.162332 -0.56867 -144.45 - 30 120.65 897 2 0 -0.170364 -0.576041 -145.85 - 30 125.354 898 1 1 -0.342436 -0.706226 -174.45 - 30 241.848 896 1 0 -0.348943 -0.707468 -175.85 - 30 135.06 897 0 1 -0.49544 -0.732383 -204.45 - 30 149.251 896 0 0 -0.503199 -0.763501 -205.85 +Number of tracker hits in this event = 9 + 30 194.353 900 4 1 0.059747 -0.253647 -84.45 + 30 197.351 898 4 0 0.0554254 -0.258698 -85.85 + 30 130.071 898 3 0 -0.0518901 -0.374784 -115.85 + 30 169.994 899 2 1 -0.212181 -0.396342 -144.45 + 30 115.336 898 2 0 -0.224793 -0.394551 -145.85 + 30 130.595 898 1 1 -0.447759 -0.379518 -174.45 + 30 129.239 898 1 0 -0.455298 -0.379268 -175.85 + 30 163.988 897 0 1 -0.595288 -0.353885 -204.45 + 30 136.285 898 0 0 -0.603747 -0.356608 -205.85 Number of digits in this event = 9 Event: 31 Number of tracker hits in this event = 13 - 31 124.524 900 5 1 0.0658642 0.0833428 -54.45 - 31 146.268 900 5 0 0.0630778 0.0893489 -55.85 - 31 112.21 899 3 1 -0.129995 0.447013 -114.45 - 31 203.587 902 3 0 -0.132828 0.458502 -115.85 - 31 143.657 899 2 1 -0.205855 0.690058 -144.45 - 31 130.898 903 2 0 -0.208089 0.695405 -145.85 - 31 124.52 899 1 1 -0.237131 0.803533 -174.45 - 31 143.598 903 1 0 -0.239665 0.803883 -175.85 - 31 125.376 898 0 1 -0.287108 0.813137 -204.45 - 31 149.425 903 0 0 -0.287323 0.819698 -205.85 - 31 5.62964 1076 0 1 35.2515 -49.6671 -204.85 - 31 273.56 846 0 1 -10.7616 -55.1067 -204.83 - 31 397.336 1075 0 0 -28.2598 35.1591 -206.156 -Number of digits in this event = 14 + 31 106.049 900 5 1 0.178169 -0.112929 -54.45 + 31 126.834 899 5 0 0.19038 -0.113735 -55.85 + 31 128.967 902 4 1 0.452765 -0.116338 -84.45 + 31 151.628 899 4 0 0.470528 -0.117621 -85.85 + 31 143.232 904 3 1 0.85132 -0.130441 -114.45 + 31 459.01 899 3 0 0.863835 -0.118229 -115.85 + 31 138.964 905 2 1 1.10673 0.102016 -144.45 + 31 113.441 900 2 0 1.11411 0.109689 -145.85 + 31 129.725 906 1 1 1.29711 0.298349 -174.45 + 31 127.832 901 1 0 1.30961 0.306173 -175.85 + 31 212.787 907 0 1 1.53895 0.469854 -204.45 + 31 138.965 902 0 0 1.55277 0.485117 -205.85 + 31 35.9258 939 1 0 -111.96 7.92376 -176.25 +Number of digits in this event = 13 Event: 32 -Number of tracker hits in this event = 11 - 32 122.255 900 4 1 0.113797 -0.0970523 -84.45 - 32 133.343 899 4 0 0.11892 -0.094488 -85.85 - 32 127.769 901 3 1 0.253537 -0.071107 -114.45 - 32 135.75 899 3 0 0.255507 -0.071922 -115.85 - 32 249.937 901 2 1 0.293637 -0.12326 -144.45 - 32 128.428 899 2 0 0.298856 -0.124277 -145.85 - 32 121.695 901 1 1 0.407028 -0.163972 -174.45 - 32 130.936 899 1 0 0.413632 -0.164183 -175.85 - 32 97.4206 902 0 1 0.534067 -0.163758 -204.45 - 32 180.128 899 0 0 0.537028 -0.165241 -205.85 - 32 110.782 902 2 1 0.463765 0.215688 -144.734 -Number of digits in this event = 10 +Number of tracker hits in this event = 12 + 32 130.898 899 5 1 -0.142866 -0.0884146 -54.45 + 32 148.379 899 5 0 -0.145211 -0.0909003 -55.85 + 32 137.995 899 4 1 -0.201875 -0.123822 -84.45 + 32 687.114 899 4 0 -0.204918 -0.12743 -85.85 + 32 155.24 898 3 1 -0.286893 -0.200083 -114.45 + 32 146.558 899 3 0 -0.291904 -0.204443 -115.85 + 32 131.951 898 2 1 -0.383516 -0.290785 -144.45 + 32 116.267 898 2 0 -0.381674 -0.294088 -145.85 + 32 132.581 898 1 1 -0.328095 -0.352936 -174.45 + 32 132.161 898 1 0 -0.323771 -0.352818 -175.85 + 32 141.162 899 0 1 -0.233337 -0.373126 -204.45 + 32 479.085 898 0 0 -0.22481 -0.37877 -205.85 +Number of digits in this event = 12 Event: 33 -Number of tracker hits in this event = 6 - 33 138.12 899 2 1 -0.195041 0.185877 -144.45 - 33 129.94 900 2 0 -0.202328 0.192327 -145.85 - 33 157.79 898 1 1 -0.348881 0.297501 -174.45 - 33 135.316 901 1 0 -0.352366 0.296891 -175.85 - 33 158.07 898 0 1 -0.406759 0.281857 -204.45 - 33 131.806 901 0 0 -0.40806 0.288276 -205.85 -Number of digits in this event = 7 -Event: 34 Number of tracker hits in this event = 10 - 34 119.106 899 4 1 -0.0959243 -0.403591 -84.45 - 34 123.588 898 4 0 -0.103445 -0.419313 -85.85 - 34 262.525 898 3 1 -0.266727 -0.713956 -114.45 - 34 179.681 896 3 0 -0.270634 -0.73146 -115.85 - 34 117.235 898 2 1 -0.344799 -1.08491 -144.45 - 34 101.837 894 2 0 -0.344379 -1.10044 -145.85 - 34 144.414 898 1 1 -0.341153 -1.38696 -174.45 - 34 133.987 893 1 0 -0.340407 -1.40211 -175.85 - 34 107.409 898 0 1 -0.326018 -1.71418 -204.45 - 34 170.239 891 0 0 -0.328383 -1.73159 -205.85 -Number of digits in this event = 7 -Event: 35 -Number of tracker hits in this event = 8 - 35 121.787 897 2 1 -0.57266 -0.0873148 -144.45 - 35 127.277 899 2 0 -0.592656 -0.0764752 -145.85 - 35 182.773 895 1 1 -0.990269 0.14225 -174.45 - 35 136.341 900 1 0 -1.00649 0.154702 -175.85 - 35 125.891 893 0 1 -1.34977 0.397393 -204.45 - 35 192.128 901 0 0 -1.36815 0.410459 -205.85 - 35 14.3173 900 5 0 -0.05 0.110328 -56.1885 - 35 19.2741 305 5 0 43.9355 -119.031 -56.25 + 33 147.483 900 4 1 0.0633362 0.161395 -84.45 + 33 130.77 900 4 0 0.0638741 0.161212 -85.85 + 33 118.841 900 3 1 0.0937757 0.1609 -114.45 + 33 175.643 900 3 0 0.0937032 0.162645 -115.85 + 33 140.805 900 2 1 0.100755 0.198378 -144.45 + 33 156.615 900 2 0 0.104016 0.193968 -145.85 + 33 155.974 900 1 1 0.174603 0.122898 -174.45 + 33 112.004 900 1 0 0.175153 0.113191 -175.85 + 33 159.492 900 0 1 0.17874 -0.0762118 -204.45 + 33 116.278 899 0 0 0.177609 -0.0964159 -205.85 Number of digits in this event = 8 +Event: 34 +Number of tracker hits in this event = 11 + 34 116.675 899 5 1 -0.0838766 0.163938 -54.45 + 34 124.014 900 5 0 -0.0831088 0.177097 -55.85 + 34 113.803 901 4 0 -0.05024 0.440103 -85.85 + 34 154.687 899 3 1 -0.106632 0.700382 -114.45 + 34 160.257 903 3 0 -0.109144 0.718706 -115.85 + 34 154.952 899 2 1 -0.171737 1.10683 -144.45 + 34 118.242 905 2 0 -0.174174 1.13085 -145.85 + 34 148.027 899 1 1 -0.218935 1.60897 -174.45 + 34 118.731 907 1 0 -0.2228 1.63137 -175.85 + 34 132.019 898 0 1 -0.307043 2.103 -204.45 + 34 140.07 910 0 0 -0.31427 2.12649 -205.85 +Number of digits in this event = 9 +Event: 35 +Number of tracker hits in this event = 17 + 35 148.709 899 4 1 -0.140304 0.110197 -84.45 + 35 134.392 900 4 0 -0.13977 0.115076 -85.85 + 35 173.238 899 3 1 -0.123557 0.218641 -114.45 + 35 120.443 900 3 0 -0.112688 0.217977 -115.85 + 35 117.535 900 2 1 0.1032 0.193985 -144.45 + 35 155.038 900 2 0 0.11074 0.205571 -145.85 + 35 378.691 900 1 1 0.249261 0.431752 -174.45 + 35 168.168 902 1 0 0.254683 0.450753 -175.85 + 35 179.559 901 0 1 0.377784 0.84666 -204.45 + 35 144.593 904 0 0 0.379881 0.869634 -205.85 + 35 3.56412 1635 10 0 -10.7194 147.155 93.75 + 35 43.2475 1482 3 1 116.634 65.1481 -114.85 + 35 113.284 900 6 1 0.05 -0.0652582 -24.4863 + 35 183.19 898 6 0 0.686057 -0.347471 -25.85 + 35 55.0694 748 6 0 31.8666 -30.4366 -26.25 + 35 96.8189 747 6 0 31.9233 -30.4699 -26.1612 + 35 140.226 1060 6 1 32.2032 -30.1997 -24.85 +Number of digits in this event = 13 Event: 36 -Number of tracker hits in this event = 12 - 36 133.438 900 5 1 0.141843 -0.0580129 -54.45 - 36 114.589 899 5 0 0.151854 -0.062875 -55.85 - 36 124.299 901 4 1 0.33988 -0.17104 -84.45 - 36 106.989 899 4 0 0.351562 -0.17365 -85.85 - 36 123.488 902 3 1 0.579523 -0.208437 -114.45 - 36 126.295 899 3 0 0.589525 -0.212314 -115.85 - 36 188.211 903 2 1 0.813203 -0.294447 -144.45 - 36 142.38 898 2 0 0.822207 -0.298566 -145.85 - 36 137.454 904 1 1 1.03296 -0.371642 -174.45 - 36 135.5 898 1 0 1.04544 -0.375256 -175.85 - 36 112.322 906 0 1 1.30034 -0.468325 -204.45 - 36 145.144 897 0 0 1.26847 -0.494879 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 8 + 36 134.09 898 3 1 -0.414422 -0.057666 -114.45 + 36 115.744 899 3 0 -0.427552 -0.062888 -115.85 + 36 136.499 896 2 1 -0.685801 -0.173455 -144.45 + 36 119.559 899 2 0 -0.702541 -0.180851 -145.85 + 36 124.587 895 1 1 -1.04488 -0.310856 -174.45 + 36 329.751 898 1 0 -1.05996 -0.313246 -175.85 + 36 129.989 893 0 1 -1.34126 -0.336857 -204.45 + 36 143.013 898 0 0 -1.3585 -0.336427 -205.85 +Number of digits in this event = 7 Event: 37 -Number of tracker hits in this event = 14 - 37 131.997 900 5 1 0.0777016 0.137302 -54.45 - 37 116.153 900 5 0 0.0811206 0.137641 -55.85 - 37 166.975 900 4 1 0.166082 0.0673512 -84.45 - 37 134.815 900 4 0 0.17177 0.0616167 -85.85 - 37 256.876 901 3 1 0.287966 -0.0514993 -114.45 - 37 158.452 899 3 0 0.295525 -0.0549864 -115.85 - 37 197.899 902 2 1 0.456933 -0.136753 -144.45 - 37 117.717 899 2 0 0.458191 -0.130101 -145.85 - 37 548.661 902 0 1 0.629703 0.0605108 -204.45 - 37 136.632 900 0 0 0.639529 0.0616968 -205.85 - 37 108.404 899 0 0 0.740535 -0.05 -206.146 - 37 189.641 862 0 0 7.60934 -7.54729 -206.25 - 37 102.457 869 0 0 4.40702 -6.23226 -206.25 - 37 32.9421 868 0 0 4.42792 -6.25216 -206.216 -Number of digits in this event = 10 +Number of tracker hits in this event = 2 + 37 152.042 899 0 1 -0.080285 2.33029 -204.45 + 37 171.123 911 0 0 -0.0796883 2.3516 -205.85 +Number of digits in this event = 5 Event: 38 -Number of tracker hits in this event = 10 - 38 122.294 900 4 1 0.103309 0.246282 -84.45 - 38 106.969 900 4 0 0.106333 0.248783 -85.85 - 38 128.504 900 3 1 0.152217 0.271732 -114.45 - 38 141.225 901 3 0 0.154451 0.277029 -115.85 - 38 142.787 900 2 1 0.194973 0.389727 -144.45 - 38 130.16 901 2 0 0.19852 0.391471 -145.85 - 38 112.241 901 1 1 0.263033 0.399189 -174.45 - 38 115.433 901 1 0 0.26404 0.392997 -175.85 - 38 384.664 901 0 1 0.298163 0.277523 -204.45 - 38 197.772 901 0 0 0.305229 0.269964 -205.85 +Number of tracker hits in this event = 8 + 38 160.36 900 4 1 0.191371 0.141715 -84.45 + 38 143.54 900 4 0 0.19566 0.143221 -85.85 + 38 136.117 901 3 1 0.294638 0.169924 -114.45 + 38 131.351 900 3 0 0.296757 0.167133 -115.85 + 38 144.736 901 2 1 0.345191 0.0962492 -144.45 + 38 273.258 900 2 0 0.328754 0.0764197 -145.85 + 38 105.613 898 0 1 -0.383437 -0.829348 -204.45 + 38 147.235 895 0 0 -0.400476 -0.857233 -205.85 Number of digits in this event = 8 Event: 39 -Number of tracker hits in this event = 8 - 39 134.11 900 3 1 0.0926628 0.11865 -114.45 - 39 135.587 900 3 0 0.0956484 0.120378 -115.85 - 39 117.496 900 2 1 0.110778 0.122159 -144.45 - 39 553.085 900 2 0 0.115128 0.122791 -145.85 - 39 147.028 900 1 1 0.201428 0.153092 -174.45 - 39 104.874 900 1 0 0.204745 0.152844 -175.85 - 39 177.426 901 0 1 0.29162 0.154641 -204.45 - 39 160.2 900 0 0 0.293561 0.160119 -205.85 -Number of digits in this event = 7 -Event: 40 Number of tracker hits in this event = 10 - 40 130.38 899 4 1 -0.0589918 -0.128991 -84.45 - 40 168.513 899 4 0 -0.0659854 -0.127578 -85.85 - 40 112.164 899 3 1 -0.200645 -0.0874854 -114.45 - 40 135.242 899 3 0 -0.209871 -0.0787178 -115.85 - 40 148.755 898 2 1 -0.410096 0.11498 -144.45 - 40 185.739 900 2 0 -0.419088 0.116847 -145.85 - 40 133.646 897 1 1 -0.597989 0.123864 -174.45 - 40 149.616 900 1 0 -0.600427 0.125528 -175.85 - 40 128.24 896 0 1 -0.654188 0.14557 -204.45 - 40 131.484 900 0 0 -0.660086 0.151414 -205.85 -Number of digits in this event = 10 + 39 120.969 900 4 1 0.0697813 0.15302 -84.45 + 39 166.919 900 4 0 0.0725063 0.161315 -85.85 + 39 168.523 900 3 1 0.143118 0.308238 -114.45 + 39 286.904 901 3 0 0.145366 0.316529 -115.85 + 39 159.757 900 2 1 0.195656 0.481922 -144.45 + 39 204.85 902 2 0 0.198535 0.487856 -145.85 + 39 169.206 900 1 1 0.249612 0.61955 -174.45 + 39 153.804 902 1 0 0.246605 0.624149 -175.85 + 39 129.307 900 0 1 0.166103 0.73679 -204.45 + 39 143.211 903 0 0 0.164527 0.750218 -205.85 +Number of digits in this event = 11 +Event: 40 +Number of tracker hits in this event = 9 + 40 128.335 899 5 1 -0.0921361 -0.0934343 -54.45 + 40 148.569 899 5 0 -0.0976808 -0.0962105 -55.85 + 40 150.394 899 4 1 -0.204473 -0.135768 -84.45 + 40 196.062 899 4 0 -0.207194 -0.135911 -85.85 + 40 118.433 898 3 1 -0.2605 -0.120507 -114.45 + 40 116.033 899 3 0 -0.263887 -0.117907 -115.85 + 40 166.98 897 0 1 -0.503039 -0.0958434 -204.45 + 40 111.967 899 0 0 -0.499934 -0.0974683 -205.85 + 40 13.5732 681 2 0 25.9141 -43.8175 -146.25 +Number of digits in this event = 7 Event: 41 -Number of tracker hits in this event = 10 - 41 156.768 899 4 1 -0.0635268 -0.116429 -84.45 - 41 148.69 899 4 0 -0.0718133 -0.119228 -85.85 - 41 181.56 899 3 1 -0.242273 -0.15706 -114.45 - 41 141.625 899 3 0 -0.248926 -0.157634 -115.85 - 41 165.307 898 2 1 -0.38436 -0.163694 -144.45 - 41 114.786 899 2 0 -0.387924 -0.166579 -145.85 - 41 202.63 897 1 1 -0.46233 -0.20944 -174.45 - 41 139.746 899 1 0 -0.461065 -0.210464 -175.85 - 41 200.862 898 0 1 -0.434182 -0.234933 -204.45 - 41 137.106 899 0 0 -0.434721 -0.235336 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 15 + 41 177.37 900 5 1 0.14952 -0.0792471 -54.45 + 41 216.1 899 5 0 0.154523 -0.0838792 -55.85 + 41 217.293 900 4 1 0.248834 -0.199303 -84.45 + 41 132.645 899 4 0 0.251185 -0.205912 -85.85 + 41 132.166 901 3 1 0.267461 -0.345924 -114.45 + 41 128.037 898 3 0 0.269763 -0.358669 -115.85 + 41 167.103 901 2 1 0.314571 -0.62463 -144.45 + 41 282.634 897 2 0 0.316744 -0.635853 -145.85 + 41 166.833 901 1 1 0.352316 -0.840542 -174.45 + 41 365.837 895 1 0 0.357107 -0.853728 -175.85 + 41 255.71 902 0 1 0.474366 -1.14807 -204.45 + 41 236.856 894 0 0 0.481826 -1.16238 -205.85 + 41 159.784 903 0 1 0.738596 -1.11702 -204.573 + 41 27.0757 904 0 1 0.978845 -0.898831 -204.778 + 41 219.293 897 0 0 1.9974 -0.632378 -205.85 +Number of digits in this event = 15 Event: 42 -Number of tracker hits in this event = 12 - 42 158.181 900 5 1 0.155375 0.0657609 -54.45 - 42 117.046 900 5 0 0.16125 0.0681226 -55.85 - 42 185.465 901 4 1 0.294173 0.110164 -84.45 - 42 140.433 900 4 0 0.294285 0.114912 -85.85 - 42 124.085 901 3 1 0.313776 0.21802 -114.45 - 42 141.538 900 3 0 0.314374 0.223838 -115.85 - 42 161.446 901 2 1 0.33025 0.3369 -144.45 - 42 133.454 901 2 0 0.333581 0.344227 -145.85 - 42 144.576 901 1 1 0.389933 0.504092 -174.45 - 42 116.912 902 1 0 0.394278 0.511873 -175.85 - 42 267.587 902 0 1 0.452605 0.654686 -204.45 - 42 132.189 903 0 0 0.455706 0.657968 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 8 + 42 125.742 900 4 1 0.122711 0.102739 -84.45 + 42 208.725 900 4 0 0.118713 0.10455 -85.85 + 42 129.992 899 2 1 -0.159984 0.253031 -144.45 + 42 126.076 901 2 0 -0.170858 0.262491 -145.85 + 42 124.855 898 1 1 -0.405855 0.454467 -174.45 + 42 139.107 902 1 0 -0.423344 0.467115 -175.85 + 42 137.251 896 0 1 -0.780901 0.728701 -204.45 + 42 123.041 903 0 0 -0.804683 0.737442 -205.85 +Number of digits in this event = 9 Event: 43 -Number of tracker hits in this event = 13 - 43 118.897 899 4 1 -0.0640568 0.168576 -84.45 - 43 121.918 900 4 0 -0.0696078 0.182069 -85.85 - 43 147.061 899 3 1 -0.181171 0.491828 -114.45 - 43 146.519 902 3 0 -0.183998 0.505457 -115.85 - 43 148.934 899 2 1 -0.237165 0.792896 -144.45 - 43 146.262 903 2 0 -0.233802 0.806498 -145.85 - 43 141.949 899 1 1 -0.170857 1.08682 -174.45 - 43 162.023 905 1 0 -0.163372 1.10164 -175.85 - 43 19.0646 900 6 1 0.05 0.118746 -24.7987 - 43 145.544 903 6 0 1.00905 0.782589 -25.85 - 43 60.0593 904 6 0 1.10479 0.86667 -26.0984 - 43 22.3175 820 6 0 -10.018 -16.0302 -26.25 - 43 182.9 819 6 0 -10.0195 -16.0511 -26.2228 -Number of digits in this event = 11 +Number of tracker hits in this event = 14 + 43 128.244 901 3 1 0.377407 -0.0837097 -114.45 + 43 136.056 899 3 0 0.383307 -0.0910321 -115.85 + 43 158.201 902 2 1 0.546956 -0.248466 -144.45 + 43 133.111 898 2 0 0.546662 -0.257441 -145.85 + 43 129.647 902 1 1 0.557523 -0.449999 -174.45 + 43 156.69 897 1 0 0.559127 -0.471845 -175.85 + 43 134.578 902 0 1 0.595764 -0.923611 -204.45 + 43 170.021 895 0 0 0.601365 -0.947109 -205.85 + 43 54.0619 478 3 1 -84.4382 -79.5597 -114.85 + 43 207.885 1566 5 0 -151.262 133.493 -55.934 + 43 43.8138 1385 0 1 97.197 26.566 -204.85 + 43 59.854 1026 0 0 98.2601 25.4087 -205.85 + 43 56.4865 876 1 0 92.8756 -4.67278 -176.25 + 43 40.2543 157 5 1 -148.621 138.378 -54.5693 +Number of digits in this event = 12 Event: 44 -Number of tracker hits in this event = 6 - 44 121.475 899 5 1 -0.0802534 0.145438 -54.45 - 44 135.341 900 5 0 -0.0766588 0.155657 -55.85 - 44 164.793 900 1 1 0.0930034 0.959613 -174.45 - 44 310.651 904 1 0 0.0938741 0.971902 -175.85 - 44 158.268 900 0 1 0.108851 1.21493 -204.45 - 44 161.263 905 0 0 0.110658 1.22517 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 25 + 44 101.099 900 4 1 0.0735021 -0.0750373 -84.45 + 44 195.97 899 4 0 0.0786745 -0.0748798 -85.85 + 44 160.262 900 3 1 0.193017 -0.0683671 -114.45 + 44 209.486 899 3 0 0.196378 -0.0653861 -115.85 + 44 104.325 901 0 1 0.401633 0.095649 -204.45 + 44 154.883 900 0 0 0.402431 0.103197 -205.85 + 44 12.6271 610 2 1 -57.9244 -74.3046 -144.85 + 44 21.9944 987 0 1 17.6376 -102.958 -204.85 + 44 2.96874 740 0 0 124.495 -32.019 -205.85 + 44 75.2548 740 5 0 27.7935 -31.9547 -56.25 + 44 101.303 739 5 0 27.7731 -32.0609 -56.1557 + 44 93.2553 676 5 0 23.8505 -44.6754 -56.25 + 44 102.385 1021 2 0 -135.318 24.381 -146.099 + 44 37.4627 2 4 1 -179.736 178.066 -84.5067 + 44 181.357 1 4 1 -179.816 178.09 -84.4527 + 44 100.826 1797 4 0 -179.178 179.59 -85.85 + 44 140.772 1798 4 0 -179.01 179.753 -85.9867 + 44 66.6465 8 4 1 -178.497 179.47 -84.85 + 44 226.346 7 4 1 -178.56 179.385 -84.8092 + 44 64.1429 1138 0 0 121.579 47.719 -206.25 + 44 30.993 1139 0 0 121.43 47.8587 -206.25 + 44 104.194 1479 0 0 2.48813 116.006 -206.25 + 44 199.344 1480 0 0 2.40207 116.164 -206.222 + 44 19.1734 1481 0 0 2.43835 116.352 -206.246 + 44 1.79777 1085 0 0 98.1058 37.2113 -206.21 +Number of digits in this event = 11 Event: 45 Number of tracker hits in this event = 10 - 45 119.701 899 4 1 -0.161351 -0.22715 -84.45 - 45 124.805 899 4 0 -0.16411 -0.234669 -85.85 - 45 120.114 899 3 1 -0.236738 -0.381249 -114.45 - 45 119.552 898 3 0 -0.243336 -0.387089 -115.85 - 45 121.171 898 2 1 -0.369635 -0.518565 -144.45 - 45 142.435 897 2 0 -0.371887 -0.523887 -145.85 - 45 178.552 898 1 1 -0.421594 -0.646146 -174.45 - 45 317.915 896 1 0 -0.422282 -0.652645 -175.85 - 45 135.396 898 0 1 -0.418297 -0.780731 -204.45 - 45 165.404 896 0 0 -0.419073 -0.787237 -205.85 -Number of digits in this event = 9 + 45 119.764 900 5 1 0.137833 0.0808916 -54.45 + 45 184.385 900 5 0 0.145921 0.0829246 -55.85 + 45 118.353 901 4 1 0.333983 0.120595 -84.45 + 45 237.33 900 4 0 0.345219 0.121517 -85.85 + 45 125.356 902 3 1 0.581856 0.129191 -114.45 + 45 233.178 900 3 0 0.59223 0.126551 -115.85 + 45 150.496 905 1 1 1.11028 -0.0782395 -174.45 + 45 227.517 899 1 0 1.12332 -0.0792872 -175.85 + 45 111.418 906 0 1 1.40801 -0.128881 -204.45 + 45 216.622 899 0 0 1.42501 -0.122968 -205.85 +Number of digits in this event = 8 Event: 46 -Number of tracker hits in this event = 33 - 46 299.975 900 5 1 0.19553 0.0900316 -54.45 - 46 269.321 900 5 0 0.205515 0.0976196 -55.85 - 46 486.83 902 4 1 0.55053 0.403167 -84.45 - 46 522.221 907 4 0 1.81066 1.53918 -85.85 - 46 942.166 1045 3 1 29.1123 25.2406 -114.45 - 46 731.811 1033 3 0 30.9042 26.8208 -115.85 - 46 863.115 1238 2 1 67.729 56.3678 -144.45 - 46 769.536 1186 2 0 69.791 57.4163 -145.85 - 46 937.365 1425 1 1 105.343 76.9017 -174.45 - 46 988.172 1286 1 0 106.682 77.3055 -175.85 - 46 727.609 1555 0 1 131.298 86.4588 -204.45 - 46 931.524 1333 0 0 132.28 86.8083 -205.85 - 46 1798.28 904 4 1 0.876031 0.99235 -84.45 - 46 1874.11 934 4 0 4.4476 6.87873 -85.85 - 46 1818.41 1279 3 1 76.043 124.303 -114.45 - 46 1879.22 1548 3 0 79.8127 129.882 -115.85 - 46 151.53 901 4 1 0.372991 0.184932 -84.45 - 46 256.041 897 4 0 0.16275 -0.489381 -85.85 - 46 175.129 879 3 1 -4.2319 -14.2917 -114.45 - 46 297.255 825 3 0 -4.45198 -14.9669 -115.85 - 46 230.426 855 2 1 -8.94978 -28.7703 -144.45 - 46 263.164 753 2 0 -9.16366 -29.4211 -145.85 - 46 178.937 832 1 1 -13.4729 -42.7586 -174.45 - 46 206.863 683 1 0 -13.6793 -43.3988 -175.85 - 46 270.054 810 0 1 -17.891 -56.4438 -204.45 - 46 214.609 614 0 0 -18.0862 -57.0857 -205.85 - 46 5.28121 1575 6 1 135.223 -66.7849 -24.85 - 46 21.9089 610 0 0 -18.7542 -58.0232 -205.85 - 46 89.2284 609 0 0 -18.769 -58.0672 -205.877 - 46 284.958 608 0 0 -18.8576 -58.258 -205.927 - 46 352.727 1594 0 0 159.847 139.116 -206.25 - 46 337.018 1704 0 1 161.01 143 -204.85 - 46 249.706 996 0 1 19.4207 -34.2474 -204.812 -Number of digits in this event = 34 -Event: 47 -Number of tracker hits in this event = 12 - 47 126.885 898 4 1 -0.29718 -0.0918147 -84.45 - 47 119.721 899 4 0 -0.298963 -0.0938011 -85.85 - 47 143.749 898 3 1 -0.364188 -0.0968466 -114.45 - 47 148.237 899 3 0 -0.369277 -0.0965123 -115.85 - 47 152.181 897 2 1 -0.48482 -0.0829174 -144.45 - 47 209.667 899 2 0 -0.488509 -0.0909927 -145.85 - 47 160.718 897 1 1 -0.572384 -0.244014 -174.45 - 47 252.309 898 1 0 -0.57594 -0.250089 -175.85 - 47 121.657 897 0 1 -0.646258 -0.374816 -204.45 - 47 153.687 898 0 0 -0.647864 -0.382587 -205.85 - 47 30.6296 309 5 1 -118.29 117.607 -54.85 - 47 16.1068 1144 4 0 135.236 48.9778 -85.85 +Number of tracker hits in this event = 10 + 46 156.372 898 4 1 -0.421799 0.185306 -84.45 + 46 134.59 900 4 0 -0.443192 0.193883 -85.85 + 46 132.367 896 3 1 -0.840074 0.356284 -114.45 + 46 173.771 901 3 0 -0.848776 0.3614 -115.85 + 46 144.527 895 2 1 -0.92516 0.452291 -144.45 + 46 132.135 902 2 0 -0.93054 0.454317 -145.85 + 46 154.052 894 1 1 -1.05389 0.504746 -174.45 + 46 121.559 902 1 0 -1.05347 0.507669 -175.85 + 46 124.966 895 0 1 -1.03371 0.625274 -204.45 + 46 121.37 902 0 0 -1.03172 0.630733 -205.85 Number of digits in this event = 11 -Event: 48 +Event: 47 Number of tracker hits in this event = 10 - 48 136.94 899 5 1 -0.065847 -0.116557 -54.45 - 48 149.779 899 5 0 -0.069147 -0.120455 -55.85 - 48 134.001 899 4 1 -0.15092 -0.195897 -84.45 - 48 127.286 899 4 0 -0.156175 -0.20109 -85.85 - 48 150.099 898 3 1 -0.289295 -0.28312 -114.45 - 48 137.737 898 3 0 -0.294408 -0.282947 -115.85 - 48 128.407 898 2 1 -0.398311 -0.277354 -144.45 - 48 119.639 898 2 0 -0.399897 -0.270965 -145.85 - 48 122.075 898 1 1 -0.436713 -0.157902 -174.45 - 48 115.24 899 1 0 -0.437592 -0.148769 -175.85 + 47 180.506 898 4 1 -0.282008 0.0552862 -84.45 + 47 130.192 900 4 0 -0.289546 0.0598118 -85.85 + 47 179.901 897 3 1 -0.481639 0.117162 -114.45 + 47 132.309 900 3 0 -0.489803 0.117336 -115.85 + 47 118.548 896 2 1 -0.671825 0.123533 -144.45 + 47 133.71 900 2 0 -0.679011 0.128221 -145.85 + 47 164.163 896 1 1 -0.838157 0.239512 -174.45 + 47 231.123 900 1 0 -0.843189 0.241842 -175.85 + 47 131.754 895 0 1 -0.958847 0.285116 -204.45 + 47 155.942 901 0 0 -0.964683 0.28723 -205.85 +Number of digits in this event = 10 +Event: 48 +Number of tracker hits in this event = 8 + 48 152.235 900 3 1 0.0938111 -0.284667 -114.45 + 48 150.176 898 3 0 0.098857 -0.295055 -115.85 + 48 145.578 900 2 1 0.196946 -0.50127 -144.45 + 48 146.062 897 2 0 0.204227 -0.503745 -145.85 + 48 144.574 901 1 1 0.354569 -0.555643 -174.45 + 48 142.891 897 1 0 0.36485 -0.564077 -175.85 + 48 124.303 902 0 1 0.541917 -0.73397 -204.45 + 48 151.247 896 0 0 0.552596 -0.744402 -205.85 Number of digits in this event = 9 Event: 49 -Number of tracker hits in this event = 9 - 49 121.397 898 4 0 -0.0730473 -0.252714 -85.85 - 49 144.195 896 3 1 -0.764622 -0.85892 -114.45 - 49 143.789 895 3 0 -0.796445 -0.886888 -115.85 - 49 104.706 892 2 1 -1.48892 -1.46695 -144.45 - 49 114.808 892 2 0 -1.51808 -1.48539 -145.85 - 49 160.307 889 1 1 -2.12758 -1.86164 -174.45 - 49 144.22 890 1 0 -2.16029 -1.8813 -175.85 - 49 128.501 886 0 1 -2.83513 -2.27963 -204.45 - 49 118.584 888 0 0 -2.86682 -2.29697 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 4 + 49 117.038 895 1 1 -0.88706 0.220451 -174.45 + 49 140.995 900 1 0 -0.901824 0.227594 -175.85 + 49 116.511 894 0 1 -1.2116 0.360341 -204.45 + 49 146.948 901 0 0 -1.23214 0.365762 -205.85 +Number of digits in this event = 3 Event: 50 -Number of tracker hits in this event = 28 - 50 124.986 897 5 1 -0.568547 0.946691 -54.45 - 50 148.29 904 5 0 -0.595707 0.988935 -55.85 - 50 105.917 894 4 1 -1.14106 1.86659 -84.45 - 50 154.619 909 4 0 -1.17501 1.91 -85.85 - 50 125.611 890 3 1 -1.87022 2.81603 -114.45 - 50 132.424 914 3 0 -1.90556 2.86158 -115.85 - 50 111.48 887 2 1 -2.6309 3.80145 -144.45 - 50 152.923 918 2 0 -2.668 3.84306 -145.85 - 50 126.818 883 1 1 -3.41795 4.71954 -174.45 - 50 218.147 923 1 0 -3.44689 4.76036 -175.85 - 50 144.445 880 0 1 -4.0234 5.59089 -204.45 - 50 122.287 927 0 0 -4.0503 5.63179 -205.85 - 50 649.669 1045 0 0 17.6993 29.1755 -206.25 - 50 813.641 993 0 1 18.7161 30.2613 -204.85 - 50 686.361 1155 1 0 40.8703 51.0874 -176.25 - 50 616.849 1109 1 1 41.9581 52.1122 -174.85 - 50 647.565 1260 2 0 63.2463 72.1506 -146.25 - 50 809.699 1221 2 1 64.2952 73.1384 -144.85 - 50 655.279 1368 3 0 85.1693 93.925 -116.25 - 50 910.77 1330 3 1 86.1861 94.9428 -114.85 - 50 640.891 1477 4 0 105.92 115.694 -86.25 - 50 811.295 1433 4 1 106.891 116.708 -84.85 - 50 760.416 1591 5 0 126.723 138.516 -56.25 - 50 980.967 1537 5 1 127.705 139.583 -54.85 - 50 753.8 1722 6 0 147.965 164.679 -26.25 - 50 929.609 1644 6 1 148.96 165.91 -24.85 - 50 0.410197 1280 2 1 76.0527 12.7464 -144.45 - 50 2.42939 1614 7 1 143.137 -115.751 5.55 -Number of digits in this event = 27 +Number of tracker hits in this event = 42 + 50 128.812 899 4 1 -0.0979723 0.412846 -84.45 + 50 116.022 901 4 0 -0.108592 0.417779 -85.85 + 50 138.457 898 3 1 -0.332307 0.531936 -114.45 + 50 222.206 902 3 0 -0.344982 0.53842 -115.85 + 50 149.78 897 2 1 -0.605563 0.672304 -144.45 + 50 677.339 903 2 0 -0.620932 0.676308 -145.85 + 50 121.62 895 1 1 -0.932913 0.775492 -174.45 + 50 151.17 903 1 0 -0.948495 0.783494 -175.85 + 50 136.893 894 0 1 -1.24678 0.951657 -204.45 + 50 147.94 904 0 0 -1.26488 0.958917 -205.85 + 50 117.955 901 3 0 -0.361917 0.445054 -116.028 + 50 260.033 900 3 0 -0.504154 0.242302 -115.984 + 50 36.3579 899 6 0 -0.05 -0.158256 -26.0926 + 50 180.214 898 6 0 -0.05 -0.315344 -26.0248 + 50 177.526 897 6 0 -0.361139 -0.455663 -26.0797 + 50 145.162 896 6 0 1.08885 -0.806629 -25.85 + 50 136.773 688 6 0 130.402 -42.4312 -26.25 + 50 4.75224 689 6 0 130.534 -42.2421 -26.2398 + 50 89.3591 795 6 1 -20.8985 -136.663 -24.45 + 50 160.793 794 6 1 -21.0526 -136.471 -24.5622 + 50 155.021 793 6 1 -21.2562 -136.149 -24.4992 + 50 182.597 792 6 1 -21.4634 -135.968 -24.6767 + 50 42.501 1112 8 1 42.6467 -152.612 35.5153 + 50 90.5109 1082 4 0 106.536 36.6173 -86.25 + 50 271.487 1081 4 0 106.479 36.4461 -86.1039 + 50 17.0722 1043 3 1 28.8135 81.3993 -114.514 + 50 186.638 910 0 0 33.9639 2.06632 -206.25 + 50 69.0096 1062 0 1 32.6061 1.83336 -204.85 + 50 307.612 1061 0 1 32.4314 1.81156 -204.683 + 50 378.876 787 1 0 -45.1616 -22.508 -176.25 + 50 363.342 655 1 1 -48.9399 -23.9777 -174.85 + 50 397.325 637 2 0 -146.862 -52.4839 -146.25 + 50 432.78 147 2 1 -150.64 -54.3758 -144.85 + 50 62.6648 1060 0 1 32.2447 1.81721 -204.508 + 50 214.177 1059 0 1 32.0478 1.92641 -204.559 + 50 340.465 1058 0 1 31.8369 1.88859 -204.573 + 50 11.4308 636 2 0 -147.419 -52.7221 -146.065 + 50 107.742 78 6 0 -1.2528 -164.425 -26.0756 + 50 211.325 1378 0 1 95.8028 7.80874 -204.686 + 50 301.259 941 0 0 96.7395 8.33755 -205.85 + 50 16.9818 1015 11 1 23.0716 -78.027 125.263 + 50 39.0549 419 8 1 -96.1741 -162.595 35.3751 +Number of digits in this event = 31 Event: 51 -Number of tracker hits in this event = 17 - 51 166.2 898 3 1 -0.288813 -0.0872309 -114.45 - 51 134.539 899 3 0 -0.292907 -0.0911018 -115.85 - 51 160.01 898 2 1 -0.375843 -0.194525 -144.45 - 51 211.637 899 2 0 -0.384436 -0.202819 -145.85 - 51 112.042 897 1 1 -0.580236 -0.374626 -174.45 - 51 133.444 898 1 0 -0.585176 -0.379645 -175.85 - 51 124.943 896 0 1 -0.654303 -0.480628 -204.45 - 51 122.585 897 0 0 -0.655469 -0.485519 -205.85 - 51 19.8805 343 5 1 -111.512 -34.6646 -54.85 - 51 2.98857 766 10 1 -26.8388 -126.876 95.55 - 51 64.522 897 2 1 -0.521303 -0.230052 -144.45 - 51 96.1506 896 2 1 -0.696148 -0.255206 -144.536 - 51 35.1679 895 2 1 -1.00401 -0.161423 -144.744 - 51 154.644 901 2 0 -2.00655 0.40267 -145.85 - 51 67.0304 902 2 0 -2.14855 0.545092 -145.997 - 51 9.51128 903 2 0 -2.07531 0.660851 -146.233 - 51 246.253 1013 0 0 -71.1934 22.8036 -206.127 -Number of digits in this event = 12 +Number of tracker hits in this event = 12 + 51 154.956 900 5 1 0.137558 -0.055505 -54.45 + 51 147.653 899 5 0 0.14374 -0.0678716 -55.85 + 51 142.071 901 4 1 0.263236 -0.334557 -84.45 + 51 110.916 898 4 0 0.268478 -0.350796 -85.85 + 51 127.521 901 3 1 0.37245 -0.676332 -114.45 + 51 122.331 896 3 0 0.375946 -0.687098 -115.85 + 51 148.732 901 2 1 0.444535 -0.886563 -144.45 + 51 157.381 895 2 0 0.450117 -0.889543 -145.85 + 51 199.665 902 1 1 0.569994 -0.923517 -174.45 + 51 629.174 895 1 0 0.577744 -0.918023 -175.85 + 51 112.773 903 0 1 0.76531 -0.811502 -204.45 + 51 116.969 896 0 0 0.77398 -0.80668 -205.85 +Number of digits in this event = 10 Event: 52 -Number of tracker hits in this event = 19 - 52 127.62 900 5 1 0.0907484 0.0512065 -54.45 - 52 164.461 900 5 0 0.0918516 0.0564384 -55.85 - 52 162.54 900 4 1 0.153778 0.224183 -84.45 - 52 268.526 900 4 0 0.161523 0.235773 -85.85 - 52 142.446 901 3 1 0.309047 0.488613 -114.45 - 52 183.485 902 3 0 0.317845 0.508353 -115.85 - 52 150.978 902 2 1 0.520197 0.926899 -144.45 - 52 141.279 904 2 0 0.535109 0.948489 -145.85 - 52 136.073 903 1 1 0.830651 1.40203 -174.45 - 52 17467.6 906 1 0 0.8468 1.42272 -175.85 - 52 202.673 896 0 1 -0.691226 7.81419 -204.45 - 52 598.534 940 0 0 -0.76795 8.13267 -205.85 - 52 120.125 942 0 0 -1.68566 8.57847 -205.85 - 52 98.4734 943 0 0 -1.98679 8.67916 -206.069 - 52 124.108 939 0 0 -25.4064 8.02237 -206.182 - 52 81.8944 938 0 0 -25.1594 7.82868 -206.041 - 52 214.262 779 0 1 -24.0789 7.37151 -204.85 - 52 102.352 780 0 1 -24.0295 7.33376 -204.797 - 52 225.523 781 0 1 -23.6852 10.2436 -204.85 -Number of digits in this event = 18 +Number of tracker hits in this event = 10 + 52 120.594 897 5 1 -0.576613 0.0907629 -54.45 + 52 132.991 900 5 0 -0.595016 0.0890877 -55.85 + 52 131.619 895 4 1 -0.998867 0.0701118 -84.45 + 52 127.746 900 4 0 -1.0226 0.0726943 -85.85 + 52 137.793 892 3 1 -1.52435 0.105437 -114.45 + 52 140.29 900 3 0 -1.54539 0.100389 -115.85 + 52 129.238 886 0 1 -2.8032 -0.0505193 -204.45 + 52 117.062 899 0 0 -2.81982 -0.0620086 -205.85 + 52 14.4977 899 6 0 -0.05 -0.234067 -26.184 + 52 49.9785 898 6 0 -0.0580846 -0.258235 -26.193 +Number of digits in this event = 8 Event: 53 -Number of tracker hits in this event = 15 - 53 4.10324 900 5 0 -0.0582139 0.05 -56.2406 - 53 134.317 899 4 1 -0.0915956 0.156232 -84.45 - 53 127.279 900 4 0 -0.0962276 0.162952 -85.85 - 53 274.618 899 3 1 -0.205375 0.295659 -114.45 - 53 149.562 901 3 0 -0.208227 0.300174 -115.85 - 53 145.022 898 2 1 -0.268095 0.346918 -144.45 - 53 113.183 901 2 0 -0.268691 0.350515 -145.85 - 53 221.644 898 1 1 -0.338493 0.383445 -174.45 - 53 128.186 901 1 0 -0.338162 0.385228 -175.85 - 53 124.416 898 0 1 -0.330596 0.431544 -204.45 - 53 115.134 901 0 0 -0.328244 0.429201 -205.85 - 53 116.922 230 0 1 -134.117 41.557 -204.45 - 53 262.192 229 0 1 -134.157 41.7404 -204.586 - 53 156.996 1017 12 0 -121.034 23.6364 153.75 - 53 171.542 292 12 1 -121.665 22.3349 155.15 -Number of digits in this event = 13 +Number of tracker hits in this event = 10 + 53 124.806 900 4 1 0.0683148 -0.168711 -84.45 + 53 145.356 899 4 0 0.0618025 -0.176453 -85.85 + 53 146.302 899 3 1 -0.0923831 -0.319359 -114.45 + 53 123.661 898 3 0 -0.101808 -0.328018 -115.85 + 53 111.879 898 2 1 -0.288833 -0.493871 -144.45 + 53 106.277 897 2 0 -0.298375 -0.506565 -145.85 + 53 175.093 897 1 1 -0.477969 -0.767653 -174.45 + 53 136.118 896 1 0 -0.485539 -0.778561 -175.85 + 53 118.941 896 0 1 -0.650362 -0.996527 -204.45 + 53 175.965 895 0 0 -0.659607 -1.0034 -205.85 +Number of digits in this event = 8 Event: 54 -Number of tracker hits in this event = 13 - 54 110.577 899 5 1 -0.0772018 -0.0760047 -54.45 - 54 256.124 899 5 0 -0.0873253 -0.0754368 -55.85 - 54 197.957 898 4 1 -0.271503 -0.0680738 -84.45 - 54 281.376 899 4 0 -0.27952 -0.0688446 -85.85 - 54 143.867 898 3 1 -0.403589 -0.102703 -114.45 - 54 119.802 899 3 0 -0.404698 -0.109944 -115.85 - 54 127.466 898 2 1 -0.425406 -0.237963 -144.45 - 54 115.907 899 2 0 -0.427248 -0.240705 -145.85 - 54 118.576 897 1 1 -0.459059 -0.30954 -174.45 - 54 124.654 898 1 0 -0.455319 -0.315996 -175.85 - 54 146.816 898 0 1 -0.384375 -0.439344 -204.45 - 54 261.497 898 0 0 -0.381756 -0.445269 -205.85 - 54 2546.8 807 0 0 -30.7081 -18.5177 -206.155 -Number of digits in this event = 12 +Number of tracker hits in this event = 9 + 54 129.104 899 3 1 -0.0777448 0.144565 -114.45 + 54 162.642 900 3 0 -0.0858047 0.141581 -115.85 + 54 142.426 899 2 1 -0.224168 0.0855903 -144.45 + 54 159.943 900 2 0 -0.232846 0.0887241 -145.85 + 54 122.5 898 1 1 -0.406336 0.171833 -174.45 + 54 132.912 900 1 0 -0.411298 0.179621 -175.85 + 54 501.123 897 0 1 -0.51811 0.330764 -204.45 + 54 236.358 901 0 0 -0.526197 0.334007 -205.85 + 54 8.70723 1750 0 1 170.178 91.212 -204.85 +Number of digits in this event = 10 Event: 55 Number of tracker hits in this event = 8 - 55 130.176 900 4 1 0.08784 0.0616284 -84.45 - 55 129.718 900 4 0 0.0836544 0.0712162 -85.85 - 55 146.287 899 2 1 -0.071042 0.452613 -144.45 - 55 121.475 902 2 0 -0.0699521 0.461156 -145.85 - 55 108.696 899 1 1 -0.0656679 0.632255 -174.45 - 55 121.633 902 1 0 -0.0800931 0.631129 -175.85 - 55 192.432 898 0 1 -0.383329 0.611664 -204.45 - 55 133.164 902 0 0 -0.396632 0.610884 -205.85 -Number of digits in this event = 8 + 55 136.276 900 3 1 0.134499 -0.296658 -114.45 + 55 181.533 898 3 0 0.141021 -0.303829 -115.85 + 55 151.597 901 2 1 0.285847 -0.443507 -144.45 + 55 136.473 897 2 0 0.296408 -0.45022 -145.85 + 55 119.084 902 1 1 0.507862 -0.550508 -174.45 + 55 275.089 897 1 0 0.516006 -0.559588 -175.85 + 55 113.077 903 0 1 0.675927 -0.731768 -204.45 + 55 173.995 896 0 0 0.686631 -0.73923 -205.85 +Number of digits in this event = 7 Event: 56 -Number of tracker hits in this event = 12 - 56 122.559 900 5 1 0.0536905 0.0546097 -54.45 - 56 152.958 900 5 0 0.0582588 0.0549593 -55.85 - 56 133.15 900 4 1 0.140489 0.07568 -84.45 - 56 178.374 900 4 0 0.147888 0.0748928 -85.85 - 56 128.01 901 3 1 0.278109 0.0642044 -114.45 - 56 116.927 900 3 0 0.290145 0.0668799 -115.85 - 56 135.229 902 2 1 0.517856 0.131021 -144.45 - 56 112.149 900 2 0 0.534379 0.134771 -145.85 - 56 134.628 904 1 1 0.878261 0.218422 -174.45 - 56 471.265 900 1 0 0.902399 0.221597 -175.85 - 56 131.769 906 0 1 1.39278 0.303625 -204.45 - 56 144.873 901 0 0 1.41541 0.303673 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 10 + 56 168.054 899 4 1 -0.109647 -0.188027 -84.45 + 56 148.951 899 4 0 -0.118078 -0.199525 -85.85 + 56 167.587 898 3 1 -0.287416 -0.439516 -114.45 + 56 122.789 897 3 0 -0.29646 -0.450691 -115.85 + 56 183.192 898 2 1 -0.445639 -0.690082 -144.45 + 56 104.107 896 2 0 -0.449114 -0.706238 -145.85 + 56 117.321 897 1 1 -0.60978 -1.1506 -174.45 + 56 158.678 894 1 0 -0.613221 -1.16467 -175.85 + 56 137.082 896 0 1 -0.690964 -1.43783 -204.45 + 56 121.817 892 0 0 -0.698113 -1.45139 -205.85 +Number of digits in this event = 9 Event: 57 -Number of tracker hits in this event = 6 - 57 112.038 899 2 1 -0.129702 -0.480406 -144.45 - 57 118.554 897 2 0 -0.139614 -0.490573 -145.85 - 57 113.231 898 1 1 -0.33265 -0.702866 -174.45 - 57 107.912 896 1 0 -0.337064 -0.711039 -175.85 - 57 124.794 898 0 1 -0.420431 -0.862701 -204.45 - 57 163.466 895 0 0 -0.421592 -0.869533 -205.85 -Number of digits in this event = 3 +Number of tracker hits in this event = 8 + 57 115.906 900 3 1 0.122777 -0.203134 -114.45 + 57 417.64 899 3 0 0.126806 -0.216671 -115.85 + 57 107.675 900 2 1 0.193992 -0.501899 -144.45 + 57 135.476 897 2 0 0.202443 -0.515953 -145.85 + 57 148.302 901 1 1 0.379715 -0.806947 -174.45 + 57 125.726 896 1 0 0.3849 -0.819994 -175.85 + 57 189.965 902 0 1 0.491353 -1.09481 -204.45 + 57 124.379 894 0 0 0.506023 -1.10586 -205.85 +Number of digits in this event = 7 Event: 58 -Number of tracker hits in this event = 10 - 58 149.795 899 5 1 -0.0510299 -0.115128 -54.45 - 58 137.387 899 5 0 -0.0536567 -0.121269 -55.85 - 58 146.523 899 4 1 -0.0855214 -0.242665 -84.45 - 58 117.04 898 4 0 -0.0814994 -0.256818 -85.85 - 58 131.445 900 2 1 0.109053 -0.835874 -144.45 - 58 125.437 895 2 0 0.117505 -0.856097 -145.85 - 58 137.753 901 1 1 0.289038 -1.26448 -174.45 - 58 254.321 893 1 0 0.292152 -1.2831 -175.85 - 58 140.742 901 0 1 0.340571 -1.66539 -204.45 - 58 157.667 891 0 0 0.34495 -1.68379 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 8 + 58 123.856 898 3 1 -0.260428 -0.132317 -114.45 + 58 130.58 899 3 0 -0.264969 -0.13492 -115.85 + 58 134.888 898 2 1 -0.376895 -0.215529 -144.45 + 58 170.847 899 2 0 -0.38018 -0.219194 -145.85 + 58 112.517 898 1 1 -0.448278 -0.297817 -174.45 + 58 165.7 898 1 0 -0.450211 -0.295518 -175.85 + 58 122.8 897 0 1 -0.476451 -0.228013 -204.45 + 58 137.674 899 0 0 -0.482782 -0.227778 -205.85 +Number of digits in this event = 8 Event: 59 -Number of tracker hits in this event = 26 - 59 1271.43 900 6 1 0.05 0.246494 -24.6911 - 59 1423.33 897 7 0 -41.3695 -0.638842 3.75 - 59 1223.49 683 7 1 -43.3968 -0.682385 5.15 - 59 1703.76 888 8 0 -86.6888 -2.30892 33.75 - 59 1747.57 456 8 1 -88.7993 -2.38475 35.15 - 59 2073.84 883 9 0 -134.145 -3.43523 63.75 - 59 2425.7 218 9 1 -136.406 -3.50531 65.15 - 59 2533.63 859 10 0 -166.892 -8.09547 93.75 - 59 2540.24 59 10 1 -168.324 -8.29628 95.15 - 59 457.771 899 6 1 -0.05 0.120012 -24.6172 - 59 692.94 902 6 0 -0.208202 0.509353 -25.85 - 59 687.67 880 5 1 -3.85927 9.85115 -54.45 - 59 788.84 951 5 0 -4.09455 10.2553 -55.85 - 59 826.651 855 4 1 -8.90869 18.8357 -84.45 - 59 854.219 996 4 0 -9.09967 19.3266 -85.85 - 59 822.511 835 3 1 -12.8705 29.1721 -114.45 - 59 830.063 1048 3 0 -13.0646 29.6728 -115.85 - 59 962.853 814 2 1 -17.1373 39.7051 -144.45 - 59 810.647 1100 2 0 -17.3175 40.1224 -145.85 - 59 1161.37 793 1 1 -21.4086 49.049 -174.45 - 59 1097.95 1147 1 0 -21.6767 49.5034 -175.85 - 59 1085.25 764 0 1 -27.1824 59.1493 -204.45 - 59 1209.69 1197 0 0 -27.3024 59.5959 -205.85 - 59 1513.93 4 7 0 -42.3732 -179.305 3.75 - 59 24.8103 1068 4 1 33.7183 -54.5922 -84.45 - 59 71.096 516 5 0 -159.782 -76.655 -56.2445 -Number of digits in this event = 28 +Number of tracker hits in this event = 10 + 59 147.068 900 4 1 0.0843902 0.165898 -84.45 + 59 133.167 900 4 0 0.0830365 0.17262 -85.85 + 59 140.7 900 3 1 0.0650665 0.296224 -114.45 + 59 117.808 901 3 0 0.0672984 0.301472 -115.85 + 59 114.786 900 2 1 0.114417 0.389333 -144.45 + 59 122.563 901 2 0 0.1187 0.397525 -145.85 + 59 134.895 900 1 1 0.1826 0.573128 -174.45 + 59 193.773 902 1 0 0.183505 0.578973 -175.85 + 59 380.272 900 0 1 0.195548 0.690884 -204.45 + 59 121.652 903 0 0 0.203515 0.690895 -205.85 +Number of digits in this event = 9 Event: 60 Number of tracker hits in this event = 14 - 60 137.948 900 5 1 0.138392 -0.10399 -54.45 - 60 325.556 899 5 0 0.142903 -0.111755 -55.85 - 60 149.563 900 4 1 0.232434 -0.276332 -84.45 - 60 106.091 898 4 0 0.234415 -0.282871 -85.85 - 60 118.306 901 3 1 0.273399 -0.447029 -114.45 - 60 114.091 898 3 0 0.273675 -0.448176 -115.85 - 60 167.765 901 2 1 0.292468 -0.478996 -144.45 - 60 136.619 897 2 0 0.294899 -0.485345 -145.85 - 60 120.888 901 1 1 0.351445 -0.623155 -174.45 - 60 209.011 897 1 0 0.35134 -0.634739 -175.85 - 60 168.418 901 0 1 0.357764 -0.851794 -204.45 - 60 151.329 895 0 0 0.352379 -0.860373 -205.85 - 60 208.249 703 5 0 -38.9741 -39.2645 -56.25 - 60 91.081 1145 8 1 49.2293 -50.7325 35.5131 + 60 121.609 900 5 1 0.156013 -0.0878855 -54.45 + 60 126.735 899 5 0 0.158751 -0.0955918 -55.85 + 60 118.412 900 4 1 0.222236 -0.247938 -84.45 + 60 305.295 898 4 0 0.223242 -0.255593 -85.85 + 60 197.719 900 3 1 0.24888 -0.406732 -114.45 + 60 120.677 898 3 0 0.247504 -0.41647 -115.85 + 60 133.407 900 2 1 0.229934 -0.621466 -144.45 + 60 134.751 897 2 0 0.226472 -0.634445 -145.85 + 60 147.247 900 1 1 0.156458 -0.897451 -174.45 + 60 115.801 895 1 0 0.154062 -0.913843 -175.85 + 60 145.44 900 0 1 0.107821 -1.24329 -204.45 + 60 124.131 893 0 0 0.104138 -1.26187 -205.85 + 60 91.373 899 3 1 -0.05 -0.141615 -114.682 + 60 232.204 898 3 1 -0.251745 -0.105605 -114.708 Number of digits in this event = 12 Event: 61 -Number of tracker hits in this event = 2 - 61 121.649 899 1 1 -0.051278 0.979091 -174.45 - 61 108.922 904 1 0 -0.0507401 0.991958 -175.85 -Number of digits in this event = 2 +Number of tracker hits in this event = 8 + 61 106.489 901 3 1 0.328142 -0.0612528 -114.45 + 61 105.752 899 3 0 0.341447 -0.0674614 -115.85 + 61 154.388 902 2 1 0.609629 -0.186644 -144.45 + 61 167.055 899 2 0 0.62027 -0.186453 -145.85 + 61 169.214 904 1 1 0.869627 -0.187471 -174.45 + 61 170.42 899 1 0 0.884643 -0.193234 -175.85 + 61 13.2085 910 0 1 2.09918 0.05 -204.812 + 61 158.785 900 0 0 2.14602 0.0572879 -205.85 +Number of digits in this event = 6 Event: 62 Number of tracker hits in this event = 8 - 62 160.345 901 3 1 0.323201 0.0857545 -114.45 - 62 112.998 900 3 0 0.33053 0.0890415 -115.85 - 62 107.669 902 2 1 0.49572 0.171407 -144.45 - 62 131.158 900 2 0 0.503486 0.176307 -145.85 - 62 118.091 903 1 1 0.658788 0.277392 -174.45 - 62 105.991 901 1 0 0.66275 0.285946 -175.85 - 62 146.54 903 0 1 0.760436 0.452433 -204.45 - 62 179.441 902 0 0 0.76569 0.462377 -205.85 -Number of digits in this event = 5 + 62 128.752 900 5 1 0.123632 0.0670215 -54.45 + 62 110.79 900 5 0 0.123132 0.0697092 -55.85 + 62 124.802 900 4 1 0.117988 0.12204 -84.45 + 62 183.484 900 4 0 0.113828 0.12218 -85.85 + 62 135.773 900 3 1 0.0589273 0.113906 -114.45 + 62 167.031 900 3 0 0.0601966 0.112533 -115.85 + 62 145.764 900 2 1 0.0859079 0.0617886 -144.45 + 62 156.393 900 2 0 0.0872477 0.0588483 -145.85 +Number of digits in this event = 8 Event: 63 -Number of tracker hits in this event = 5 - 63 30.7646 899 5 1 -0.05 -0.0767194 -54.7728 - 63 140.737 899 5 0 -0.0540364 -0.0757545 -55.85 - 63 127.688 900 3 0 -0.399886 0.050494 -115.85 - 63 173.238 897 2 1 -0.543526 0.0686753 -144.45 - 63 120.669 900 2 0 -0.550725 0.0663873 -145.85 -Number of digits in this event = 5 +Number of tracker hits in this event = 12 + 63 155.382 899 5 1 -0.0965242 -0.0997542 -54.45 + 63 117.007 899 5 0 -0.0969523 -0.102396 -55.85 + 63 137.031 899 4 1 -0.0970158 -0.144436 -84.45 + 63 195.748 899 4 0 -0.100246 -0.149265 -85.85 + 63 136.591 899 3 1 -0.16337 -0.247711 -114.45 + 63 172.254 899 3 0 -0.162267 -0.248749 -115.85 + 63 487.694 899 2 1 -0.155993 -0.279805 -144.45 + 63 117.893 898 2 0 -0.155626 -0.284298 -145.85 + 63 118.33 899 1 1 -0.167753 -0.366739 -174.45 + 63 123.392 898 1 0 -0.16884 -0.371388 -175.85 + 63 124.252 899 0 1 -0.206118 -0.464752 -204.45 + 63 108.519 897 0 0 -0.198585 -0.470585 -205.85 +Number of digits in this event = 9 Event: 64 -Number of tracker hits in this event = 11 - 64 133.237 898 4 1 -0.289122 0.192621 -84.45 - 64 256.044 900 4 0 -0.300356 0.20012 -85.85 - 64 129.177 897 3 1 -0.516056 0.350312 -114.45 - 64 133.072 901 3 0 -0.529501 0.354049 -115.85 - 64 135.668 896 2 1 -0.815684 0.397568 -144.45 - 64 133.283 901 2 0 -0.827258 0.396127 -145.85 - 64 162.917 894 1 1 -1.06226 0.380484 -174.45 - 64 129.721 901 1 0 -1.07351 0.375599 -175.85 - 64 106.136 893 0 1 -1.28725 0.291602 -204.45 - 64 161.267 901 0 0 -1.29283 0.284547 -205.85 - 64 22.071 899 4 0 -0.309997 -0.05 -86.2115 -Number of digits in this event = 12 -Event: 65 Number of tracker hits in this event = 15 - 65 141.247 900 4 1 0.0597775 -0.0859199 -84.45 - 65 120.283 899 4 0 0.0617983 -0.0875472 -85.85 - 65 185.959 900 3 1 0.114013 -0.104493 -114.45 - 65 157.737 899 3 0 0.115947 -0.106969 -115.85 - 65 114.674 900 2 1 0.172189 -0.161674 -144.45 - 65 153.403 899 2 0 0.170054 -0.160835 -145.85 - 65 145.526 900 1 1 0.120441 -0.132709 -174.45 - 65 129.24 899 1 0 0.114752 -0.127524 -175.85 - 65 153.282 898 3 1 -0.383392 0.05 -114.574 - 65 264.33 908 3 0 0.05 1.68352 -115.865 - 65 74.7617 910 3 0 0.143738 2.10701 -116.092 - 65 172.717 1121 3 0 5.73689 44.289 -116.25 - 65 404.122 928 3 1 5.74772 45.0117 -114.85 - 65 300.893 929 3 1 5.88833 45.2939 -114.45 - 65 77.4394 930 3 1 6.06463 44.5771 -114.649 + 64 135.565 899 4 1 -0.122489 0.157651 -84.45 + 64 133.184 900 4 0 -0.127213 0.156444 -85.85 + 64 162.794 899 3 1 -0.223926 0.145549 -114.45 + 64 134.626 900 3 0 -0.227934 0.140908 -115.85 + 64 147.363 898 2 1 -0.298574 0.0551087 -144.45 + 64 189.129 898 1 1 -0.387391 -0.1949 -174.45 + 64 153.85 899 1 0 -0.392489 -0.202088 -175.85 + 64 153.483 897 0 1 -0.507825 -0.348459 -204.45 + 64 134.687 898 0 0 -0.519652 -0.357147 -205.85 + 64 193.332 1262 3 0 69.5628 72.4585 -116.25 + 64 45.6737 1263 3 0 69.9426 72.8115 -115.954 + 64 166.617 1253 3 1 70.8103 72.5317 -114.85 + 64 114.691 1255 3 1 71.1831 72.6283 -114.45 + 64 55.1792 1254 3 1 71.0496 72.4946 -114.717 + 64 490.694 1259 3 0 70.5506 71.9696 -115.85 Number of digits in this event = 13 +Event: 65 +Number of tracker hits in this event = 14 + 65 144.29 899 5 1 -0.0583945 -0.0891784 -54.45 + 65 124.799 899 5 0 -0.0682744 -0.0986841 -55.85 + 65 173.532 898 4 1 -0.267837 -0.304767 -84.45 + 65 195.678 898 4 0 -0.279233 -0.309833 -85.85 + 65 139.02 897 3 1 -0.50998 -0.406616 -114.45 + 65 161.407 898 3 0 -0.51783 -0.407306 -115.85 + 65 133.696 896 2 1 -0.689433 -0.406757 -144.45 + 65 151.371 898 2 0 -0.701343 -0.404206 -145.85 + 65 203.852 895 1 1 -0.943237 -0.346309 -174.45 + 65 135.345 898 1 0 -0.957398 -0.350404 -175.85 + 65 200.947 894 0 1 -1.22112 -0.44547 -204.45 + 65 133.16 897 0 0 -1.22774 -0.452403 -205.85 + 65 4.67132 1000 13 0 -20.4305 20.236 183.75 + 65 12.8232 1359 2 0 74.8132 92.0416 -146.25 +Number of digits in this event = 14 Event: 66 -Number of tracker hits in this event = 11 - 66 140.124 900 4 1 0.10542 0.0805185 -84.45 - 66 121.149 900 4 0 0.107564 0.0809655 -85.85 - 66 122.243 900 3 1 0.138068 0.0898208 -114.45 - 66 155.565 900 3 0 0.135985 0.093588 -115.85 - 66 158.125 900 2 1 0.0757648 0.180101 -144.45 - 66 178.349 900 2 0 0.0718341 0.181607 -145.85 - 66 145.842 899 0 1 -0.0850505 0.126217 -204.45 - 66 125.859 900 0 0 -0.0920221 0.120624 -205.85 - 66 48.4023 901 2 0 -0.05 0.275519 -146.216 - 66 193.524 899 2 0 22.0924 -0.20605 -146.25 - 66 28.3843 898 2 0 22.1505 -0.25259 -146.121 -Number of digits in this event = 10 +Number of tracker hits in this event = 6 + 66 159.78 900 2 1 0.0739737 0.160071 -144.45 + 66 128.996 900 2 0 0.0782599 0.165006 -145.85 + 66 153.364 900 1 1 0.14528 0.284188 -174.45 + 66 128.739 901 1 0 0.149681 0.286715 -175.85 + 66 130.066 900 0 1 0.23513 0.316674 -204.45 + 66 179.664 901 0 0 0.239622 0.322959 -205.85 +Number of digits in this event = 7 Event: 67 Number of tracker hits in this event = 12 - 67 130.643 899 5 1 -0.199082 -0.113191 -54.45 - 67 172.194 899 5 0 -0.207421 -0.115563 -55.85 - 67 118.132 898 4 1 -0.377308 -0.179548 -84.45 - 67 141.065 899 4 0 -0.386823 -0.179462 -85.85 - 67 107.307 897 3 1 -0.610213 -0.173047 -114.45 - 67 149.324 899 3 0 -0.622284 -0.179624 -115.85 - 67 163.333 895 2 1 -0.889382 -0.307358 -144.45 - 67 139.169 898 2 0 -0.903218 -0.314935 -145.85 - 67 132.026 894 1 1 -1.17338 -0.461018 -174.45 - 67 194.848 897 1 0 -1.19099 -0.464508 -175.85 - 67 137.321 892 0 1 -1.53807 -0.517666 -204.45 - 67 172.824 897 0 0 -1.55741 -0.524715 -205.85 -Number of digits in this event = 11 + 67 153.265 899 5 1 -0.0542927 -0.138994 -54.45 + 67 146.657 899 5 0 -0.0557539 -0.148257 -55.85 + 67 110.973 899 4 1 -0.0771098 -0.331573 -84.45 + 67 102.972 898 4 0 -0.081581 -0.335949 -85.85 + 67 108.199 899 3 1 -0.167312 -0.440368 -114.45 + 67 163.475 898 3 0 -0.173247 -0.445141 -115.85 + 67 110.279 898 2 1 -0.284419 -0.539126 -144.45 + 67 157.429 897 2 0 -0.28614 -0.546292 -145.85 + 67 195.058 898 1 1 -0.318761 -0.69217 -174.45 + 67 148.441 896 1 0 -0.320511 -0.697572 -175.85 + 67 235.74 898 0 1 -0.344977 -0.807046 -204.45 + 67 123.832 896 0 0 -0.349026 -0.814043 -205.85 +Number of digits in this event = 9 Event: 68 Number of tracker hits in this event = 10 - 68 160.334 899 4 1 -0.0990409 -0.340093 -84.45 - 68 162.278 898 4 0 -0.0998601 -0.347359 -85.85 - 68 160.353 899 3 1 -0.0915418 -0.508202 -114.45 - 68 125.716 897 3 0 -0.0909154 -0.516546 -115.85 - 68 164.487 899 2 1 -0.0926297 -0.677954 -144.45 - 68 155.532 896 2 0 -0.0933086 -0.682159 -145.85 - 68 107.418 899 1 1 -0.11563 -0.761387 -174.45 - 68 114.238 896 1 0 -0.116718 -0.763447 -175.85 - 68 120.281 899 0 1 -0.131723 -0.795676 -204.45 - 68 466.489 896 0 0 -0.128547 -0.798903 -205.85 -Number of digits in this event = 9 + 68 475.542 901 4 1 0.376756 -0.170645 -84.45 + 68 134.319 899 4 0 0.394238 -0.18104 -85.85 + 68 138.485 903 3 1 0.750068 -0.380345 -114.45 + 68 173.08 898 3 0 0.763904 -0.392294 -115.85 + 68 159.165 905 2 1 1.0639 -0.634542 -144.45 + 68 128.105 897 2 0 1.07677 -0.644829 -145.85 + 68 146.903 906 1 1 1.34918 -0.838497 -174.45 + 68 113.281 896 1 0 1.36218 -0.847598 -175.85 + 68 234.894 907 0 1 1.6377 -1.00051 -204.45 + 68 179.473 895 0 0 1.65297 -1.00808 -205.85 +Number of digits in this event = 13 Event: 69 -Number of tracker hits in this event = 14 - 69 150.772 900 5 1 0.0976045 0.207338 -54.45 - 69 118.043 900 5 0 0.0990193 0.221008 -55.85 - 69 131.92 900 4 1 0.127052 0.509334 -84.45 - 69 143.488 902 4 0 0.125813 0.523973 -85.85 - 69 133.589 900 3 1 0.0947479 0.798386 -114.45 - 69 126.132 903 3 0 0.0914115 0.808703 -115.85 - 69 133.14 899 0 1 -0.107295 1.44646 -204.45 - 69 144.626 907 0 0 -0.115165 1.45854 -205.85 - 69 6.83881 1199 10 0 14.2645 59.9723 93.75 - 69 6.83744 1484 5 0 38.0536 117.066 -55.85 - 69 4.33996 648 12 0 19.519 -50.3229 153.75 - 69 9.02825 89 8 1 -162.191 7.23442 35.15 - 69 23.9095 1005 9 0 55.4347 21.2002 63.75 - 69 4.82258 316 5 1 -116.846 -169.068 -54.678 -Number of digits in this event = 11 -Event: 70 Number of tracker hits in this event = 8 - 70 142.544 899 3 1 -0.194561 -0.0648837 -114.45 - 70 125.527 899 3 0 -0.200173 -0.0646093 -115.85 - 70 356.905 898 2 1 -0.301358 -0.0570001 -144.45 - 70 134.18 899 2 0 -0.311043 -0.0611313 -145.85 - 70 262.348 897 1 1 -0.514808 -0.166254 -174.45 - 70 132.967 899 1 0 -0.547976 -0.217268 -175.85 - 70 143.578 894 0 1 -1.23873 -1.26412 -204.45 - 70 111.707 893 0 0 -1.2761 -1.31126 -205.85 -Number of digits in this event = 11 -Event: 71 + 69 158.595 900 3 1 0.0587972 -0.0737455 -114.45 + 69 154.792 899 3 0 0.0649815 -0.0810301 -115.85 + 69 285.785 900 2 1 0.189918 -0.208303 -144.45 + 69 133.137 899 2 0 0.19594 -0.216887 -145.85 + 69 241.7 901 1 1 0.332248 -0.395557 -174.45 + 69 139.51 898 1 0 0.344116 -0.399291 -175.85 + 69 143.657 902 0 1 0.571102 -0.50121 -204.45 + 69 130.62 897 0 0 0.57917 -0.497673 -205.85 +Number of digits in this event = 9 +Event: 70 Number of tracker hits in this event = 6 - 71 121.84 898 2 1 -0.264703 -0.118228 -144.45 - 71 142.105 899 2 0 -0.270008 -0.126486 -145.85 - 71 176.527 898 1 1 -0.38255 -0.295345 -174.45 - 71 108.786 898 1 0 -0.388336 -0.305936 -175.85 - 71 144.93 897 0 1 -0.52371 -0.519839 -204.45 - 71 456.048 897 0 0 -0.525398 -0.527786 -205.85 -Number of digits in this event = 6 + 70 124.418 899 4 1 -0.117838 -0.122182 -84.45 + 70 174.78 899 4 0 -0.121248 -0.124652 -85.85 + 70 128.554 899 3 1 -0.205329 -0.166538 -114.45 + 70 188.516 899 3 0 -0.204636 -0.160566 -115.85 + 70 169.33 900 0 1 0.134057 0.183299 -204.45 + 70 138.393 900 0 0 0.141857 0.185757 -205.85 +Number of digits in this event = 7 +Event: 71 +Number of tracker hits in this event = 9 + 71 177.512 900 4 1 0.0574648 0.305109 -84.45 + 71 148.455 901 4 0 0.0540754 0.32105 -85.85 + 71 116.018 899 2 1 -0.196215 1.09269 -144.45 + 71 136.754 905 2 0 -0.204917 1.11113 -145.85 + 71 124.119 898 1 1 -0.399049 1.49762 -174.45 + 71 316.082 907 1 0 -0.406996 1.51528 -175.85 + 71 133.246 897 0 1 -0.593796 1.88289 -204.45 + 71 130.371 909 0 0 -0.601377 1.89702 -205.85 + 71 87.1171 1694 10 1 159.124 174.165 95.271 +Number of digits in this event = 10 Event: 72 -Number of tracker hits in this event = 12 - 72 111.611 899 5 0 0.05 -0.0633673 -55.9345 - 72 121.461 900 4 1 0.134158 -0.119056 -84.45 - 72 131.788 899 4 0 0.134696 -0.119703 -85.85 - 72 147.417 900 3 1 0.139568 -0.118508 -114.45 - 72 216.886 899 3 0 0.144821 -0.11349 -115.85 - 72 107.547 902 1 1 0.4728 0.05 -174.532 - 72 171.558 900 1 0 0.483548 0.0594902 -175.85 - 72 132.231 903 0 1 0.658999 0.275185 -204.45 - 72 178.668 901 0 0 0.668141 0.285793 -205.85 - 72 9.8886 900 5 1 0.05 -0.0599759 -54.7383 - 72 211.242 901 5 0 0.565771 0.292005 -55.85 - 72 37.4742 1168 5 0 156.096 53.7828 -56.25 +Number of tracker hits in this event = 11 + 72 197.401 899 5 0 0.0524834 -0.10817 -55.85 + 72 122.365 900 4 1 0.17486 -0.137069 -84.45 + 72 129.932 899 4 0 0.175105 -0.141309 -85.85 + 72 122.237 900 3 1 0.173225 -0.216482 -114.45 + 72 133.001 899 3 0 0.1796 -0.227573 -115.85 + 72 191.227 901 2 1 0.323289 -0.444971 -144.45 + 72 132.533 897 2 0 0.324266 -0.461604 -145.85 + 72 172.97 901 1 1 0.369897 -0.816314 -174.45 + 72 129.624 896 1 0 0.369662 -0.834005 -175.85 + 72 117.797 901 0 1 0.352842 -1.21315 -204.45 + 72 119.268 894 0 0 0.354346 -1.22478 -205.85 Number of digits in this event = 10 Event: 73 -Number of tracker hits in this event = 11 - 73 133.59 901 3 1 0.255983 -0.0591905 -114.45 - 73 120.146 899 3 0 0.270374 -0.0639405 -115.85 - 73 112.315 902 2 1 0.56676 -0.153951 -144.45 - 73 133.589 899 2 0 0.582075 -0.157675 -145.85 - 73 148.721 904 1 1 0.900359 -0.226148 -174.45 - 73 138.637 899 1 0 0.920326 -0.229265 -175.85 - 73 136.813 906 0 1 1.31594 -0.307168 -204.45 - 73 132.554 898 0 0 1.33705 -0.311953 -205.85 - 73 0.089693 847 12 1 -10.6282 107.7 155.15 - 73 8.35903 1337 13 1 87.5021 59.3191 185.15 - 73 219.522 428 1 0 -39.3327 -94.441 -175.943 -Number of digits in this event = 11 +Number of tracker hits in this event = 8 + 73 131.901 900 4 1 0.0621096 -0.080592 -84.45 + 73 160.338 899 4 0 0.0650138 -0.078681 -85.85 + 73 138.15 900 3 1 0.12362 -0.0513032 -114.45 + 73 122.312 899 3 0 0.129184 -0.0510449 -115.85 + 73 164.329 900 2 1 0.245879 -0.0650778 -144.45 + 73 475.055 899 2 0 0.252814 -0.0627518 -145.85 + 73 134.742 901 2 1 0.267388 -0.0716566 -144.67 + 73 86.6884 898 2 0 1.56655 -0.252663 -145.954 +Number of digits in this event = 8 Event: 74 -Number of tracker hits in this event = 13 - 74 157.324 899 4 1 -0.164335 -0.344639 -84.45 - 74 163.965 898 4 0 -0.166677 -0.3449 -85.85 - 74 158.225 899 3 1 -0.187981 -0.361378 -114.45 - 74 138.853 898 3 0 -0.188563 -0.36463 -115.85 - 74 123.201 899 2 1 -0.214084 -0.456076 -144.45 - 74 109.057 897 2 0 -0.213019 -0.453641 -145.85 - 74 515.295 899 1 1 -0.174909 -0.395998 -174.45 - 74 333.432 898 1 0 -0.171543 -0.394922 -175.85 - 74 197.288 899 0 1 -0.119943 -0.356073 -204.45 - 74 137.261 898 0 0 -0.109186 -0.35503 -205.85 - 74 16.5895 899 1 0 0.102084 -0.241737 -175.867 - 74 98.5576 895 1 1 -0.988035 -0.629485 -174.85 - 74 190.679 894 1 1 -1.05246 -0.628149 -174.786 -Number of digits in this event = 11 -Event: 75 Number of tracker hits in this event = 12 - 75 147.089 900 5 1 0.0763218 -0.119884 -54.45 - 75 122.865 899 5 0 0.0803493 -0.1296 -55.85 - 75 151.636 900 4 1 0.172531 -0.322967 -84.45 - 75 148.366 898 4 0 0.173718 -0.333408 -85.85 - 75 138.253 900 3 1 0.209239 -0.564047 -114.45 - 75 129.27 897 3 0 0.21217 -0.570729 -115.85 - 75 130.099 900 2 1 0.246521 -0.68674 -144.45 - 75 181.848 896 2 0 0.253472 -0.689376 -145.85 - 75 153.338 901 1 1 0.399971 -0.734734 -174.45 - 75 161.304 896 1 0 0.407297 -0.737298 -175.85 - 75 147.571 902 0 1 0.551505 -0.791742 -204.45 - 75 119.385 896 0 0 0.555586 -0.797573 -205.85 + 74 125.869 900 5 1 0.18378 0.0757702 -54.45 + 74 193.127 900 5 0 0.189959 0.0786831 -55.85 + 74 252.268 901 4 1 0.355706 0.131554 -84.45 + 74 357.44 900 4 0 0.36228 0.13443 -85.85 + 74 150.887 902 3 1 0.503824 0.194877 -114.45 + 74 155.806 900 3 0 0.505717 0.198703 -115.85 + 74 122.669 902 2 1 0.55615 0.291927 -144.45 + 74 115.273 901 2 0 0.561807 0.297304 -145.85 + 74 136.393 903 1 1 0.659516 0.412253 -174.45 + 74 123.754 901 1 0 0.666962 0.416699 -175.85 + 74 121.892 903 0 1 0.844185 0.486068 -204.45 + 74 122.46 902 0 0 0.856494 0.494972 -205.85 Number of digits in this event = 12 +Event: 75 +Number of tracker hits in this event = 12 + 75 177.247 899 4 1 -0.0583262 -0.0591834 -84.45 + 75 143.088 899 4 0 -0.0632215 -0.0620628 -85.85 + 75 187.557 899 3 1 -0.159092 -0.129151 -114.45 + 75 140.13 899 3 0 -0.163945 -0.127419 -115.85 + 75 124.362 898 2 1 -0.270058 -0.0844618 -144.45 + 75 165.867 899 2 0 -0.275237 -0.087213 -145.85 + 75 133.481 898 1 1 -0.39505 -0.13752 -174.45 + 75 114.044 899 1 0 -0.402137 -0.134275 -175.85 + 75 168.825 897 0 1 -0.537886 -0.0569539 -204.45 + 75 14.7764 1153 3 0 26.2468 50.8217 -116.25 + 75 12.3782 1274 2 1 74.8821 44.3214 -144.45 + 75 10.0651 1111 2 0 70.5909 42.3063 -145.85 +Number of digits in this event = 11 Event: 76 -Number of tracker hits in this event = 10 - 76 123.27 900 4 1 0.227504 -0.24479 -84.45 - 76 107.259 898 4 0 0.24126 -0.257696 -85.85 - 76 124.043 902 3 1 0.512522 -0.53799 -114.45 - 76 121.62 897 3 0 0.520571 -0.559121 -115.85 - 76 127.004 903 2 1 0.695109 -0.999822 -144.45 - 76 107.771 895 2 0 0.700607 -1.02214 -145.85 - 76 194.55 903 1 1 0.798349 -1.46055 -174.45 - 76 136.332 892 1 0 0.800399 -1.48226 -175.85 - 76 120.002 903 0 1 0.846528 -1.93011 -204.45 - 76 128.575 890 0 0 0.845223 -1.95235 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 12 + 76 321.119 900 5 1 0.0822285 0.0736117 -54.45 + 76 261.546 900 5 0 0.0847762 0.08001 -55.85 + 76 128.785 900 4 1 0.148096 0.199059 -84.45 + 76 173.509 900 4 0 0.150717 0.204264 -85.85 + 76 124.042 900 3 1 0.199025 0.306816 -114.45 + 76 129.196 901 3 0 0.204803 0.311463 -115.85 + 76 509.683 901 2 1 0.325145 0.401544 -144.45 + 76 141.844 901 2 0 0.326169 0.406393 -145.85 + 76 174.267 901 1 1 0.326786 0.498949 -174.45 + 76 150.299 902 1 0 0.326547 0.505359 -175.85 + 76 122.162 901 0 1 0.31382 0.632586 -204.45 + 76 131.947 902 0 0 0.316992 0.628544 -205.85 +Number of digits in this event = 13 Event: 77 -Number of tracker hits in this event = 14 - 77 228.447 900 4 1 0.161812 -0.0929744 -84.45 - 77 233.091 899 4 0 0.164294 -0.095622 -85.85 - 77 210.324 900 3 1 0.21027 -0.161839 -114.45 - 77 240.549 899 3 0 0.215908 -0.171654 -115.85 - 77 190.687 901 2 1 0.330875 -0.37289 -144.45 - 77 227.514 898 2 0 0.339135 -0.385775 -145.85 - 77 140.592 902 1 1 0.502114 -0.627024 -174.45 - 77 140.257 897 1 0 0.508514 -0.638508 -175.85 - 77 148.341 902 0 1 0.643993 -0.850168 -204.45 - 77 159.765 895 0 0 0.65108 -0.85771 -205.85 - 77 0.431667 580 7 1 -64.0322 -99.7905 5.15 - 77 11.9132 500 8 0 -128.429 -79.8746 33.75 - 77 314.091 899 4 1 -0.05 -0.327285 -84.7319 - 77 115.067 230 7 1 -134.101 78.5036 5.43649 -Number of digits in this event = 15 +Number of tracker hits in this event = 2 + 77 152.352 900 0 1 0.0588467 -0.150877 -204.45 + 77 121.456 899 0 0 0.0528998 -0.154248 -205.85 +Number of digits in this event = 3 Event: 78 -Number of tracker hits in this event = 10 - 78 127.808 899 4 1 -0.135117 0.23247 -84.45 - 78 115.999 900 4 0 -0.140702 0.236945 -85.85 - 78 133.461 898 3 1 -0.255536 0.320463 -114.45 - 78 157.003 901 3 0 -0.267645 0.326977 -115.85 - 78 156.139 897 2 1 -0.492503 0.46105 -144.45 - 78 169.706 902 2 0 -0.505069 0.460081 -145.85 - 78 131.727 896 1 1 -0.755646 0.451818 -174.45 - 78 111.338 902 1 0 -0.764435 0.453203 -175.85 - 78 124.451 895 0 1 -0.939041 0.499408 -204.45 - 78 193.08 902 0 0 -0.93943 0.499467 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 4 + 78 151.769 899 0 1 -0.0697202 0.949527 -204.45 + 78 148.508 904 0 0 -0.0672634 0.962127 -205.85 + 78 13.313 675 6 1 -44.8898 18.2662 -24.85 + 78 2.86592 855 2 0 -89.392 -9.03114 -146.25 +Number of digits in this event = 5 Event: 79 -Number of tracker hits in this event = 10 - 79 142.277 900 5 1 0.113774 -0.0503817 -54.45 - 79 106.026 899 5 0 0.112698 -0.0503344 -55.85 - 79 149.743 900 4 1 0.0829583 -0.0505993 -84.45 - 79 143.88 899 4 0 0.0775715 -0.0528583 -85.85 - 79 138.851 899 2 1 -0.0586593 -0.232829 -144.45 - 79 136.34 899 2 0 -0.0589975 -0.237149 -145.85 - 79 160.019 899 1 1 -0.0663404 -0.32586 -174.45 - 79 120.231 898 1 0 -0.0577203 -0.327509 -175.85 - 79 120.143 900 0 1 0.120291 -0.354088 -204.45 - 79 130.575 898 0 0 0.134156 -0.354916 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 19 + 79 114.885 901 4 1 0.273087 -0.114101 -84.45 + 79 115.571 899 4 0 0.277653 -0.117978 -85.85 + 79 126.673 901 3 1 0.357513 -0.188242 -114.45 + 79 103.514 899 3 0 0.359839 -0.186244 -115.85 + 79 170.367 901 2 1 0.420675 -0.156816 -144.45 + 79 191.608 899 2 0 0.421678 -0.157693 -145.85 + 79 125.297 901 1 1 0.435296 -0.168998 -174.45 + 79 126.709 899 1 0 0.437266 -0.170916 -175.85 + 79 116.129 902 0 1 0.481319 -0.183397 -204.45 + 79 214.338 899 0 0 0.483345 -0.179933 -205.85 + 79 91.4818 816 2 1 -16.7859 106.545 -144.45 + 79 115.564 817 2 1 -16.6437 106.453 -144.64 + 79 9.00189 1426 2 0 -14.0807 105.365 -145.85 + 79 10.984 1425 2 0 -14.0495 105.347 -145.858 + 79 22.7426 840 2 1 -11.9163 105.583 -144.85 + 79 320.436 841 2 1 -11.8427 105.589 -144.821 + 79 56.779 842 2 1 -11.6399 105.623 -144.791 + 79 301.13 1489 0 0 95.4929 118.017 -205.885 + 79 173.318 430 0 1 -93.9843 -46.7434 -204.485 +Number of digits in this event = 13 Event: 80 -Number of tracker hits in this event = 13 - 80 129.33 899 4 1 -0.12275 -0.123546 -84.45 - 80 129.392 899 4 0 -0.129388 -0.129033 -85.85 - 80 190.251 898 3 1 -0.283322 -0.230031 -114.45 - 80 187.651 899 3 0 -0.292768 -0.237652 -115.85 - 80 122.112 897 2 1 -0.480425 -0.399736 -144.45 - 80 212.388 898 2 0 -0.486616 -0.412999 -145.85 - 80 120.335 897 1 1 -0.603301 -0.692208 -174.45 - 80 135.897 896 1 0 -0.606459 -0.707903 -175.85 - 80 167.706 896 0 1 -0.658947 -1.00909 -204.45 - 80 131.678 895 0 0 -0.65598 -1.02317 -205.85 - 80 138.752 1189 6 0 12.0047 57.956 -26.25 - 80 273.957 953 6 1 10.7052 57.997 -24.85 - 80 193.287 952 6 1 10.6316 57.9783 -24.7946 -Number of digits in this event = 14 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 81 Number of tracker hits in this event = 11 - 81 150.725 899 5 0 0.0500857 -0.083807 -55.85 - 81 134.563 900 4 1 0.123704 -0.101347 -84.45 - 81 170.759 899 4 0 0.129145 -0.101837 -85.85 - 81 131.206 901 3 1 0.252466 -0.12952 -114.45 - 81 112.418 899 3 0 0.24962 -0.134768 -115.85 - 81 128.877 900 2 1 0.198795 -0.254235 -144.45 - 81 101.413 898 2 0 0.194384 -0.260342 -145.85 - 81 114.024 900 1 1 0.0975714 -0.386998 -174.45 - 81 113.316 898 1 0 0.0912432 -0.388497 -175.85 - 81 128.682 899 0 1 -0.0508024 -0.439761 -204.45 - 81 138.83 897 0 0 -0.0522315 -0.453013 -205.85 -Number of digits in this event = 8 + 81 218.531 899 4 1 -0.145447 0.271165 -84.45 + 81 160.585 901 4 0 -0.15585 0.280151 -85.85 + 81 125.476 898 3 1 -0.357344 0.451495 -114.45 + 81 108.446 902 3 0 -0.366291 0.45836 -115.85 + 81 127.816 897 2 1 -0.543542 0.577034 -144.45 + 81 229.471 902 2 0 -0.549933 0.578558 -145.85 + 81 129.339 896 1 1 -0.663193 0.611326 -174.45 + 81 132.464 902 1 0 -0.667309 0.611436 -175.85 + 81 438.684 896 0 1 -0.7425 0.609219 -204.45 + 81 329.667 902 0 0 -0.743983 0.607432 -205.85 + 81 3.48456 706 1 1 -38.8147 -163.797 -174.85 +Number of digits in this event = 10 Event: 82 Number of tracker hits in this event = 10 - 82 251.749 900 3 1 0.053264 0.337111 -114.45 - 82 133.887 901 3 0 0.0617351 0.346845 -115.85 - 82 172.288 900 2 1 0.213038 0.57101 -144.45 - 82 131.685 902 2 0 0.221117 0.577991 -145.85 - 82 198.232 901 1 1 0.401255 0.736962 -174.45 - 82 154.554 903 1 0 0.410912 0.748028 -175.85 - 82 154.011 902 0 1 0.624086 0.978889 -204.45 - 82 130.581 904 0 0 0.635506 0.990447 -205.85 - 82 107.158 902 1 1 0.454632 0.817969 -174.684 - 82 153.978 912 1 0 0.785918 2.49798 -175.85 -Number of digits in this event = 11 + 82 129.377 901 4 1 0.31665 0.119137 -84.45 + 82 148.285 900 4 0 0.329307 0.126832 -85.85 + 82 146.009 902 3 1 0.599885 0.285694 -114.45 + 82 132.174 901 3 0 0.608268 0.296269 -115.85 + 82 117.861 903 2 1 0.75911 0.494863 -144.45 + 82 118.557 902 2 0 0.76765 0.50804 -145.85 + 82 139.815 904 1 1 0.947848 0.773481 -174.45 + 82 254.085 903 1 0 0.954972 0.787244 -175.85 + 82 132.883 905 0 1 1.10168 1.0517 -204.45 + 82 104.589 905 0 0 1.11243 1.06551 -205.85 +Number of digits in this event = 8 Event: 83 -Number of tracker hits in this event = 6 - 83 146.773 899 2 1 -0.0987669 0.638092 -144.45 - 83 130.866 902 2 0 -0.101693 0.648567 -145.85 - 83 136.464 899 1 1 -0.174663 0.885603 -174.45 - 83 116.114 904 1 0 -0.181073 0.89786 -175.85 - 83 141.736 898 0 1 -0.296272 1.16183 -204.45 - 83 122.077 905 0 0 -0.304038 1.17387 -205.85 -Number of digits in this event = 6 +Number of tracker hits in this event = 12 + 83 118.914 900 5 1 0.082037 0.099286 -54.45 + 83 154.151 900 5 0 0.0874049 0.108883 -55.85 + 83 116.636 900 4 1 0.181715 0.309246 -84.45 + 83 136.183 901 4 0 0.185407 0.317596 -85.85 + 83 133.492 901 3 1 0.255165 0.509051 -114.45 + 83 112.899 902 3 0 0.257568 0.513717 -115.85 + 83 156.333 901 2 1 0.301359 0.602577 -144.45 + 83 151.826 902 2 0 0.304117 0.601537 -145.85 + 83 149.174 901 1 1 0.387336 0.550858 -174.45 + 83 288.563 902 1 0 0.392428 0.547657 -175.85 + 83 313.256 902 0 1 0.486709 0.463767 -204.45 + 83 144.946 902 0 0 0.488553 0.466384 -205.85 +Number of digits in this event = 10 Event: 84 Number of tracker hits in this event = 10 - 84 119.671 898 4 1 -0.278212 0.156147 -84.45 - 84 139.421 900 4 0 -0.277434 0.165634 -85.85 - 84 129.173 898 3 1 -0.258125 0.368022 -114.45 - 84 150.991 901 3 0 -0.260012 0.37682 -115.85 - 84 117.858 898 2 1 -0.280449 0.550595 -144.45 - 84 222.885 902 2 0 -0.284155 0.559502 -145.85 - 84 129.006 898 1 1 -0.368546 0.751201 -174.45 - 84 115.357 903 1 0 -0.37878 0.737735 -175.85 - 84 135.397 897 0 1 -0.59401 0.469565 -204.45 - 84 202.702 902 0 0 -0.613632 0.450986 -205.85 -Number of digits in this event = 8 + 84 120.907 900 4 1 0.0852814 -0.196908 -84.45 + 84 119.357 899 4 0 0.0908003 -0.198241 -85.85 + 84 117.78 900 3 1 0.239467 -0.196624 -114.45 + 84 121.527 899 3 0 0.244333 -0.184497 -115.85 + 84 136.326 901 2 1 0.351981 0.0503534 -144.45 + 84 129.812 900 2 0 0.360165 0.062905 -145.85 + 84 135.782 902 1 1 0.532728 0.31156 -174.45 + 84 200.529 901 1 0 0.538517 0.323231 -175.85 + 84 127.631 903 0 1 0.665586 0.556906 -204.45 + 84 126.366 902 0 0 0.669993 0.568984 -205.85 +Number of digits in this event = 9 Event: 85 -Number of tracker hits in this event = 8 - 85 163.014 899 3 1 -0.0523706 -0.201174 -114.45 - 85 120.347 899 3 0 -0.0558162 -0.19779 -115.85 - 85 187.696 899 2 1 -0.126412 -0.128992 -144.45 - 85 132.929 899 2 0 -0.133347 -0.130072 -145.85 - 85 118.841 898 1 1 -0.280138 -0.132596 -174.45 - 85 123.879 899 1 0 -0.284447 -0.120905 -175.85 - 85 126.746 898 0 1 -0.38168 0.123748 -204.45 - 85 114.271 900 0 0 -0.384727 0.141572 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 11 + 85 145.506 898 3 1 -0.320334 0.105522 -114.45 + 85 133.78 900 3 0 -0.327257 0.105381 -115.85 + 85 146.327 898 2 1 -0.447156 0.102853 -144.45 + 85 111.484 900 2 0 -0.460993 0.0961328 -145.85 + 85 105.94 896 1 1 -0.750832 -0.05 -174.565 + 85 132.67 899 1 0 -0.768377 -0.0541803 -175.85 + 85 132.863 894 0 1 -1.16787 -0.148194 -204.45 + 85 132.585 899 0 0 -1.18794 -0.154603 -205.85 + 85 49.2889 861 0 0 22.4345 -7.83285 -206.25 + 85 253.165 860 0 0 22.5629 -7.85975 -206.182 + 85 166.838 859 0 0 22.9212 -8.06562 -206.112 +Number of digits in this event = 9 Event: 86 -Number of tracker hits in this event = 6 - 86 170.571 898 2 1 -0.29611 0.151188 -144.45 - 86 124.368 900 2 0 -0.299683 0.160168 -145.85 - 86 121.715 898 1 1 -0.378889 0.321145 -174.45 - 86 144.354 901 1 0 -0.375885 0.333507 -175.85 - 86 218.729 898 0 1 -0.313146 0.574327 -204.45 - 86 131.791 902 0 0 -0.310876 0.58509 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 11 + 86 126.317 900 3 1 0.0704454 0.221602 -114.45 + 86 128.485 900 3 0 0.0730654 0.231155 -115.85 + 86 154.499 900 2 1 0.142883 0.414121 -144.45 + 86 157.792 901 2 0 0.148658 0.425096 -145.85 + 86 147.632 901 1 1 0.265079 0.661295 -174.45 + 86 168.885 903 1 0 0.271635 0.675068 -175.85 + 86 135.794 901 0 1 0.404029 0.938358 -204.45 + 86 280.616 904 0 0 0.39638 0.962079 -205.85 + 86 58.7627 903 0 0 -0.05 0.740711 -206.155 + 86 133.076 1009 0 0 39.9757 21.8546 -206.25 + 86 184.077 1010 0 0 40.0396 22.0537 -206.094 +Number of digits in this event = 11 Event: 87 -Number of tracker hits in this event = 8 - 87 144.427 902 3 1 0.466334 -0.128233 -114.45 - 87 249.636 899 3 0 0.482791 -0.134967 -115.85 - 87 130.656 903 2 1 0.798233 -0.25148 -144.45 - 87 138.272 898 2 0 0.813572 -0.254928 -145.85 - 87 126.305 905 1 1 1.14581 -0.314812 -174.45 - 87 130.233 898 1 0 1.15845 -0.314631 -175.85 - 87 177.922 906 0 1 1.42042 -0.31292 -204.45 - 87 478.594 898 0 0 1.43949 -0.308702 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 6 + 87 153.165 899 4 1 -0.127951 -0.144101 -84.45 + 87 132.657 899 4 0 -0.123972 -0.128495 -85.85 + 87 142.414 899 3 1 -0.0547704 0.205604 -114.45 + 87 139.473 900 3 0 -0.0508319 0.219804 -115.85 + 87 117.861 900 0 1 0.0653751 1.27831 -204.45 + 87 121.948 906 0 0 0.0690217 1.29145 -205.85 +Number of digits in this event = 6 Event: 88 -Number of tracker hits in this event = 20 - 88 149.398 900 4 1 0.194666 0.112338 -84.45 - 88 146.81 900 4 0 0.209015 0.120551 -85.85 - 88 144.092 902 3 1 0.494234 0.264815 -114.45 - 88 130.489 901 3 0 0.511973 0.274776 -115.85 - 88 145.919 904 2 1 0.882379 0.502398 -144.45 - 88 117.799 902 2 0 0.89624 0.516128 -145.85 - 88 315.957 905 1 1 1.16509 0.792757 -174.45 - 88 259.496 903 1 0 1.18781 0.804304 -175.85 - 88 153.216 907 0 1 1.64908 1.02287 -204.45 - 88 196.518 904 0 0 1.67618 1.03567 -205.85 - 88 42.3494 915 1 0 0.562696 3.14094 -175.85 - 88 90.6524 916 1 0 0.512005 3.25064 -175.903 - 88 89.4228 917 1 0 0.426259 3.46347 -175.998 - 88 59.7259 918 1 0 0.333172 3.68089 -176.055 - 88 126.441 919 1 0 0.353499 3.92298 -176.043 - 88 41.1061 920 1 0 0.469996 4.13675 -176.029 - 88 113.156 921 1 0 0.455239 4.25704 -176.035 - 88 96.4369 922 1 0 0.199256 4.51819 -176.078 - 88 112.334 923 1 0 -0.0682229 4.65102 -175.944 - 88 83.248 584 2 0 95.9793 -63.2102 -145.984 -Number of digits in this event = 12 +Number of tracker hits in this event = 6 + 88 113.195 901 2 1 0.401769 0.204145 -144.45 + 88 309.68 900 2 0 0.414939 0.216266 -145.85 + 88 144.724 903 1 1 0.687453 0.45032 -174.45 + 88 186.541 902 1 0 0.697537 0.462183 -175.85 + 88 130.352 904 0 1 0.907314 0.694528 -204.45 + 88 112.94 903 0 0 0.916749 0.703705 -205.85 +Number of digits in this event = 5 Event: 89 -Number of tracker hits in this event = 10 - 89 138.11 899 5 1 -0.187485 -0.052642 -54.45 - 89 170.433 899 5 0 -0.192025 -0.0554564 -55.85 - 89 196.393 898 4 1 -0.315516 -0.100642 -84.45 - 89 139.606 899 4 0 -0.324096 -0.0964877 -85.85 - 89 116.301 896 2 1 -0.67176 0.0638922 -144.45 - 89 145.904 900 2 0 -0.683139 0.0655287 -145.85 - 89 121.514 895 1 1 -0.912336 0.0849161 -174.45 - 89 115.152 900 1 0 -0.924983 0.0851644 -175.85 - 89 137.992 894 0 1 -1.18602 0.0703286 -204.45 - 89 166.232 900 0 0 -1.20359 0.0727508 -205.85 +Number of tracker hits in this event = 9 + 89 130.283 900 5 1 0.082184 0.0540263 -54.45 + 89 151.088 900 5 0 0.0855421 0.0518964 -55.85 + 89 199.77 900 3 0 0.160964 0.0534387 -115.85 + 89 128.281 901 2 1 0.342437 0.180228 -144.45 + 89 112.661 900 2 0 0.345128 0.179221 -145.85 + 89 130.191 901 1 1 0.391676 0.167513 -174.45 + 89 281.53 900 1 0 0.395004 0.171623 -175.85 + 89 167.807 902 0 1 0.453984 0.254566 -204.45 + 89 137.41 901 0 0 0.451464 0.254578 -205.85 Number of digits in this event = 9 Event: 90 -Number of tracker hits in this event = 6 - 90 119.647 899 2 1 -0.121012 -0.274954 -144.45 - 90 197.826 898 2 0 -0.132204 -0.276889 -145.85 - 90 126.368 898 1 1 -0.350187 -0.31117 -174.45 - 90 126.989 898 1 0 -0.364337 -0.317352 -175.85 - 90 133.242 896 0 1 -0.659571 -0.461607 -204.45 - 90 141.154 897 0 0 -0.67441 -0.467301 -205.85 -Number of digits in this event = 6 -Event: 91 -Number of tracker hits in this event = 11 - 91 126.92 898 4 1 -0.415998 0.128873 -84.45 - 91 138.872 900 4 0 -0.435114 0.140097 -85.85 - 91 119.75 896 3 1 -0.841216 0.380944 -114.45 - 91 191.877 901 3 0 -0.861464 0.391968 -115.85 - 91 181.893 893 2 1 -1.27658 0.609262 -144.45 - 91 159.258 902 2 0 -1.30026 0.621695 -145.85 - 91 160.829 891 1 1 -1.7827 0.866915 -174.45 - 91 270.004 904 1 0 -1.81097 0.881995 -175.85 - 91 154.786 888 0 1 -2.37506 1.18466 -204.45 - 91 124.316 905 0 0 -2.40399 1.20392 -205.85 - 91 264.875 1208 0 1 61.757 -105.725 -204.609 +Number of tracker hits in this event = 12 + 90 133.574 900 4 1 0.110783 0.178648 -84.45 + 90 136.988 900 4 0 0.11311 0.189482 -85.85 + 90 532.754 900 3 1 0.147049 0.41601 -114.45 + 90 164.16 901 3 0 0.147471 0.422515 -115.85 + 90 151.409 900 2 1 0.144623 0.569583 -144.45 + 90 207.689 902 2 0 0.153376 0.577226 -145.85 + 90 120.443 901 1 1 0.343653 0.696414 -174.45 + 90 286.018 903 1 0 0.352421 0.704789 -175.85 + 90 139.778 902 0 1 0.529579 0.853215 -204.45 + 90 172.038 904 0 0 0.548863 0.86127 -205.85 + 90 163.688 901 3 1 0.28081 0.520269 -114.571 + 90 115.258 902 3 1 0.457337 0.666393 -114.52 Number of digits in this event = 12 +Event: 91 +Number of tracker hits in this event = 9 + 91 114.789 899 3 1 -0.223945 -0.0707184 -114.45 + 91 131.908 899 3 0 -0.252743 -0.0911164 -115.85 + 91 182.481 896 2 1 -0.828012 -0.509052 -144.45 + 91 115.913 897 2 0 -0.855264 -0.53494 -145.85 + 91 116.671 893 1 1 -1.4246 -1.05255 -174.45 + 91 200.893 894 1 0 -1.45166 -1.08124 -175.85 + 91 142.896 890 0 1 -2.004 -1.66821 -204.45 + 91 151.072 891 0 0 -2.03133 -1.70175 -205.85 + 91 102.388 900 3 0 -0.217373 0.05 -116.027 +Number of digits in this event = 6 Event: 92 -Number of tracker hits in this event = 13 - 92 120.987 900 5 1 0.107314 0.112368 -54.45 - 92 130.514 900 5 0 0.110694 0.120827 -55.85 - 92 115.743 900 4 1 0.183718 0.270461 -84.45 - 92 292.127 901 4 0 0.19739 0.278984 -85.85 - 92 166.983 902 3 1 0.480258 0.471698 -114.45 - 92 112.784 902 3 0 0.498152 0.484748 -115.85 - 92 139.782 904 2 1 0.884415 0.746381 -144.45 - 92 124.618 903 2 0 0.904343 0.756473 -145.85 - 92 165.877 906 1 1 1.32001 0.959211 -174.45 - 92 142.102 904 1 0 1.34129 0.971283 -175.85 - 92 94.3958 908 0 1 1.76423 1.2003 -204.45 - 92 162.871 905 0 0 1.78757 1.21282 -205.85 - 92 24.6315 429 4 0 -4.59967 -94.2848 -86.25 -Number of digits in this event = 13 +Number of tracker hits in this event = 5 + 92 143.083 899 5 1 -0.10197 0.0550456 -54.45 + 92 129.21 900 5 0 -0.0998073 0.0555046 -55.85 + 92 33.9011 899 4 1 -0.0501685 0.0782983 -84.45 + 92 97.7302 900 0 1 0.201875 0.05 -204.538 + 92 117.888 900 0 0 0.204185 0.0551505 -205.85 +Number of digits in this event = 3 Event: 93 -Number of tracker hits in this event = 12 - 93 135.326 900 5 1 0.0603248 0.106264 -54.45 - 93 184.484 900 5 0 0.0634449 0.112335 -55.85 - 93 133.292 900 4 1 0.134162 0.267893 -84.45 - 93 172.345 901 4 0 0.137805 0.276946 -85.85 - 93 158.054 900 3 1 0.225438 0.451284 -114.45 - 93 112.992 902 3 0 0.235581 0.462975 -115.85 - 93 208.893 901 2 1 0.442372 0.69479 -144.45 - 93 111.63 903 2 0 0.453958 0.709836 -145.85 - 93 152.745 903 1 1 0.700303 0.9885 -174.45 - 93 119.264 904 1 0 0.714046 1.006 -175.85 - 93 123.789 904 0 1 1.0195 1.36247 -204.45 - 93 130.566 906 0 0 1.02976 1.37875 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 8 + 93 134.725 899 3 1 -0.107411 0.339592 -114.45 + 93 169.455 901 3 0 -0.111483 0.345603 -115.85 + 93 140.074 899 2 1 -0.209322 0.486817 -144.45 + 93 105.581 902 2 0 -0.215262 0.495428 -145.85 + 93 129.241 898 1 1 -0.342664 0.671 -174.45 + 93 130.82 903 1 0 -0.349768 0.680106 -175.85 + 93 123.309 897 0 1 -0.479574 0.873372 -204.45 + 93 139.216 904 0 0 -0.483823 0.882202 -205.85 +Number of digits in this event = 8 Event: 94 -Number of tracker hits in this event = 3 - 94 352.712 896 0 1 -0.730862 -0.0788685 -204.45 - 94 237.201 899 0 0 -0.746151 -0.0843323 -205.85 - 94 25.5955 285 13 1 -122.961 -101.3 185.15 -Number of digits in this event = 6 +Number of tracker hits in this event = 10 + 94 165.771 900 4 1 0.185915 -0.170788 -84.45 + 94 134.427 899 4 0 0.19178 -0.184355 -85.85 + 94 190.713 901 3 1 0.304744 -0.50004 -114.45 + 94 107.978 897 3 0 0.310521 -0.515811 -115.85 + 94 147.764 901 2 1 0.4042 -0.847241 -144.45 + 94 170.09 895 2 0 0.41 -0.86623 -145.85 + 94 122.534 902 1 1 0.497207 -1.25832 -174.45 + 94 126.697 893 1 0 0.499627 -1.27711 -175.85 + 94 174.648 902 0 1 0.554268 -1.65952 -204.45 + 94 158.02 891 0 0 0.554557 -1.67849 -205.85 +Number of digits in this event = 10 Event: 95 -Number of tracker hits in this event = 8 - 95 165.885 899 3 1 -0.157142 0.201608 -114.45 - 95 129.316 900 3 0 -0.171504 0.211364 -115.85 - 95 119.424 897 2 1 -0.453248 0.396412 -144.45 - 95 131.148 901 2 0 -0.467442 0.407724 -145.85 - 95 129.031 896 1 1 -0.776741 0.619753 -174.45 - 95 135.229 902 1 0 -0.789676 0.631212 -175.85 - 95 115.028 895 0 1 -1.04959 0.877211 -204.45 - 95 155.173 904 0 0 -1.06174 0.892144 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 17 + 95 160.22 899 5 1 -0.081547 0.0664203 -54.45 + 95 164.488 900 5 0 -0.0860515 0.0635987 -55.85 + 95 133.913 898 1 1 -0.39341 -0.0609698 -174.45 + 95 187.683 899 1 0 -0.397411 -0.0603747 -175.85 + 95 115.761 897 0 1 -0.471833 -0.0610143 -204.45 + 95 162.984 899 0 0 -0.478516 -0.0570656 -205.85 + 95 2085.27 840 0 0 6.53996 -11.8554 -206.25 + 95 2261.75 935 0 1 7.12523 -12.8201 -204.85 + 95 2789.62 747 1 0 15.9214 -30.5219 -176.25 + 95 2371.6 746 1 0 15.9977 -30.6674 -176.012 + 95 4788.26 981 1 1 16.3243 -31.3305 -174.85 + 95 1359.74 763 0 0 -56.1101 -27.2782 -206.25 + 95 1269.3 598 0 1 -60.363 -29.381 -204.85 + 95 1167.25 572 1 0 -141.181 -65.5567 -176.25 + 95 1175.09 174 1 1 -145.169 -67.3066 -174.85 + 95 1092.64 941 0 0 64.3101 8.39699 -206.176 + 95 162.744 774 13 1 -25.1134 142.754 185.385 +Number of digits in this event = 19 Event: 96 Number of tracker hits in this event = 4 - 96 126.864 899 1 1 -0.165109 0.142699 -174.45 - 96 146.581 900 1 0 -0.170598 0.145131 -175.85 - 96 120.254 898 0 1 -0.295097 0.215769 -204.45 - 96 115.143 900 0 0 -0.298127 0.221166 -205.85 -Number of digits in this event = 4 + 96 114.048 899 2 1 -0.11631 -0.220921 -144.45 + 96 106.114 899 2 0 -0.113474 -0.220449 -145.85 + 96 160.345 899 1 1 -0.0744181 -0.217185 -174.45 + 96 181.374 899 1 0 -0.0708814 -0.221016 -175.85 +Number of digits in this event = 3 Event: 97 -Number of tracker hits in this event = 8 - 97 129.187 899 4 1 -0.0753442 0.307855 -84.45 - 97 162.572 901 4 0 -0.0746598 0.316064 -85.85 - 97 173.891 899 3 1 -0.0548222 0.514425 -114.45 - 97 175.594 902 3 0 -0.0527256 0.523458 -115.85 - 97 136.521 899 1 1 -0.0666903 0.919003 -174.45 - 97 150.691 904 1 0 -0.0696071 0.928099 -175.85 - 97 130.239 899 0 1 -0.174035 1.11694 -204.45 - 97 135.249 905 0 0 -0.179009 1.11772 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 9 + 97 127.614 900 4 0 -0.0897574 0.0517168 -85.85 + 97 132.668 899 3 1 -0.249071 0.130132 -114.45 + 97 142.808 900 3 0 -0.249891 0.140319 -115.85 + 97 146.723 898 2 1 -0.265054 0.360166 -144.45 + 97 141.448 901 2 0 -0.273113 0.374161 -145.85 + 97 135.468 898 1 1 -0.43926 0.644903 -174.45 + 97 133.181 903 1 0 -0.450695 0.660845 -175.85 + 97 168.253 896 0 1 -0.688889 0.978717 -204.45 + 97 127.059 904 0 0 -0.703605 0.992778 -205.85 +Number of digits in this event = 10 Event: 98 -Number of tracker hits in this event = 10 - 98 165.533 898 4 1 -0.301522 -0.055653 -84.45 - 98 276.683 899 4 0 -0.315497 -0.0628203 -85.85 - 98 141.644 897 3 1 -0.608133 -0.194396 -114.45 - 98 116.407 899 3 0 -0.619782 -0.203246 -115.85 - 98 126.478 895 2 1 -0.858738 -0.387228 -144.45 - 98 104.595 898 2 0 -0.876284 -0.3924 -145.85 - 98 165.84 894 1 1 -1.24802 -0.495248 -174.45 - 98 120.176 897 1 0 -1.2618 -0.500058 -175.85 - 98 142.015 892 0 1 -1.55566 -0.609222 -204.45 - 98 129.74 897 0 0 -1.5708 -0.613179 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 5 + 98 174.343 899 1 1 -0.187708 0.0927787 -174.45 + 98 231.341 900 1 0 -0.191512 0.0930766 -175.85 + 98 155.23 898 0 1 -0.27805 0.100207 -204.45 + 98 116.747 900 0 0 -0.27768 0.103391 -205.85 + 98 24.165 324 0 0 171.716 -115.326 -206.25 +Number of digits in this event = 6 Event: 99 -Number of tracker hits in this event = 11 - 99 132.587 900 4 1 0.0876897 0.148386 -84.45 - 99 127.049 900 4 0 0.0943779 0.155046 -85.85 - 99 150.554 900 3 1 0.217239 0.309175 -114.45 - 99 106.299 901 3 0 0.222357 0.319479 -115.85 - 99 108.002 901 2 1 0.328581 0.548126 -144.45 - 99 435.244 902 2 0 0.334286 0.559525 -145.85 - 99 154.782 901 1 1 0.448488 0.79335 -174.45 - 99 122.788 903 1 0 0.450187 0.807805 -175.85 - 99 110.538 902 0 1 0.486057 1.11278 -204.45 - 99 156.395 905 0 0 0.490271 1.12529 -205.85 - 99 2.96173 1133 4 0 -31.5533 46.7548 -86.25 -Number of digits in this event = 11 +Number of tracker hits in this event = 8 + 99 206.047 898 3 1 -0.342821 -0.054199 -114.45 + 99 123.391 899 3 0 -0.349935 -0.0533551 -115.85 + 99 141.599 897 2 1 -0.490652 -0.0539969 -144.45 + 99 145.214 899 2 0 -0.501603 -0.0633117 -145.85 + 99 119.532 896 1 1 -0.750626 -0.261886 -174.45 + 99 237.397 898 1 0 -0.756854 -0.273119 -175.85 + 99 112.217 895 0 1 -0.889282 -0.494013 -204.45 + 99 162.213 897 0 0 -0.921448 -0.513283 -205.85 +Number of digits in this event = 7 Run terminated. Run Summary Number of events processed : 100 - User=0.82s Real=1.95s Sys=0.01s + User=0.67s Real=1.74s Sys=0s End of Run File Tracks_0.dat /gun/particle gamma @@ -2191,1204 +2178,1070 @@ WARNING: Scene "none" not found. /vis/scene/list to see scenes. Opening output file gammaraytel ... done Event: 0 -Number of tracker hits in this event = 2 - 0 24.1453 830 0 1 -13.9145 -25.8377 -204.849 - 0 84.3867 767 0 0 -14.4548 -26.4632 -205.85 +Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 1 -Number of tracker hits in this event = 33 - 1 104.822 898 5 1 -0.328642 -0.425506 -54.45 - 1 146.646 898 5 0 -0.356983 -0.421073 -55.85 - 1 116.47 896 4 1 -0.749971 -0.353372 -84.45 - 1 125.401 898 4 0 -0.769521 -0.340387 -85.85 - 1 489.223 894 3 1 -1.15874 -0.121366 -114.45 - 1 111.481 899 3 0 -1.17158 -0.119335 -115.85 - 1 209.917 892 2 1 -1.47917 -0.0921835 -144.45 - 1 124.021 899 2 0 -1.50417 -0.0953436 -145.85 - 1 109.787 890 1 1 -2.04076 -0.0890844 -174.45 - 1 135.278 899 1 0 -2.02978 -0.0627867 -175.85 - 1 112.425 891 0 1 -1.82539 0.509101 -204.45 - 1 300.41 902 0 0 -1.78132 0.557225 -205.85 - 1 118.426 899 5 1 -0.193275 0.386769 -54.45 - 1 113.323 901 5 0 -0.213116 0.388853 -55.85 - 1 118.881 897 4 1 -0.591313 0.420388 -84.45 - 1 147.344 901 4 0 -0.622836 0.418101 -85.85 - 1 118.275 901 3 0 -1.30523 0.386461 -115.85 - 1 113.595 887 2 1 -2.50791 0.717305 -144.45 - 1 118.016 903 2 0 -2.57356 0.735055 -145.85 - 1 209.167 880 1 1 -3.89916 1.13242 -174.45 - 1 178.356 905 1 0 -3.95826 1.16083 -175.85 - 1 99.9683 874 0 1 -5.15832 1.84325 -204.45 - 1 304.448 909 0 0 -5.21766 1.892 -205.85 - 1 50.9582 881 1 1 -3.7164 1.07281 -174.689 - 1 236.503 906 1 0 -2.49064 1.27187 -175.85 - 1 141.954 907 1 0 -2.39472 1.47451 -176.056 - 1 132.684 908 1 0 -2.23452 1.66058 -176.018 - 1 168.505 885 0 1 -3.04642 0.454088 -204.45 - 1 91.5733 896 0 0 -2.71959 -0.844527 -205.85 - 1 390.395 895 0 0 -2.71958 -0.863734 -205.872 - 1 163.54 892 1 1 -1.56681 1.7321 -174.45 - 1 171.228 914 1 0 -1.75231 2.9315 -175.85 - 1 130.322 913 1 0 -1.7796 2.84228 -176.04 -Number of digits in this event = 21 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 2 -Number of tracker hits in this event = 22 - 2 110.872 902 3 1 0.456002 0.273226 -114.45 - 2 125.944 901 3 0 0.496265 0.330484 -115.85 - 2 141.27 905 2 1 1.12945 1.31202 -144.45 - 2 112.835 906 2 0 1.18628 1.31669 -145.85 - 2 91.4605 911 1 1 2.31583 1.18858 -174.45 - 2 140.077 904 1 0 2.43679 1.03116 -175.85 - 2 129.447 918 0 1 3.68681 -1.5755 -204.45 - 2 178.301 891 0 0 4.10404 -1.66031 -205.85 - 2 95.0094 901 2 1 0.282345 0.126726 -144.45 - 2 109.575 900 2 0 0.282393 0.137782 -145.85 - 2 121.773 901 1 1 0.271147 0.384624 -174.45 - 2 164.509 901 1 0 0.274003 0.405221 -175.85 - 2 117.592 901 0 1 0.313058 0.866911 -204.45 - 2 124.358 904 0 0 0.318503 0.892669 -205.85 - 2 121.117 899 4 1 -0.05 0.245384 -84.6987 - 2 227.13 898 4 1 -0.254972 0.237854 -84.735 - 2 37.6733 770 0 1 -26.0384 14.263 -204.808 - 2 105.581 769 0 1 -26.0701 14.2765 -204.766 - 2 38.7373 974 0 0 -25.1941 14.9942 -205.85 - 2 68.7924 975 0 0 -25.0724 15.0562 -205.906 - 2 52.6247 778 0 1 -24.4449 13.0105 -204.85 - 2 342.477 777 0 1 -24.4559 12.9004 -204.78 -Number of digits in this event = 12 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 3 -Number of tracker hits in this event = 9 - 3 160.933 1674 2 0 -30.1883 155.075 -146.25 - 3 463.574 749 2 1 -30.1114 155.774 -144.85 - 3 461.072 1675 2 0 -30.4466 155.329 -145.85 - 3 158.041 1562 2 0 -55.8355 132.602 -146.25 - 3 67.6265 1561 2 0 -56.1464 132.499 -146.002 - 3 109.626 615 2 1 -57.0237 132.38 -144.85 - 3 34.89 613 2 1 -57.2757 132.276 -144.528 - 3 32.2435 908 13 1 1.67164 4.44903 185.436 - 3 19.0688 907 13 1 1.64263 4.42544 185.518 -Number of digits in this event = 6 +Number of tracker hits in this event = 2 + 3 156.685 260 6 0 20.2455 -127.982 -26.25 + 3 44.7257 259 6 0 20.055 -128.153 -26.2212 +Number of digits in this event = 3 Event: 4 Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 5 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 16 + 5 126.629 898 3 1 -0.277232 -0.106837 -114.45 + 5 281.23 899 3 0 -0.311937 -0.0996031 -115.85 + 5 167.07 895 2 1 -1.02839 0.0696197 -144.45 + 5 111.189 900 2 0 -1.0686 0.080732 -145.85 + 5 172.795 890 1 1 -1.88535 0.320367 -174.45 + 5 117.15 901 1 0 -1.92865 0.332815 -175.85 + 5 124.155 886 0 1 -2.80149 0.554031 -204.45 + 5 170.386 902 0 0 -2.83942 0.563279 -205.85 + 5 137.296 901 3 1 0.269607 -0.147994 -114.45 + 5 105.385 902 2 1 0.600167 -0.253236 -144.45 + 5 120.699 898 2 0 0.629426 -0.274374 -145.85 + 5 124.263 906 1 1 1.25607 -0.76688 -174.45 + 5 121.226 896 1 0 1.272 -0.808469 -175.85 + 5 115.023 907 0 1 1.49057 -1.64034 -204.45 + 5 182.965 891 0 0 1.41149 -1.66958 -205.85 + 5 9.52297 192 10 0 -69.9563 -141.602 94.0571 +Number of digits in this event = 12 Event: 6 -Number of tracker hits in this event = 5 - 6 271.564 539 2 1 -72.1026 -12.2965 -144.781 - 6 91.1049 540 2 1 -72.0439 -12.3984 -144.525 - 6 60.9024 1071 9 0 -15.5886 34.4435 64.0725 - 6 25.9569 1135 0 0 -20.7807 47.1726 -206.25 - 6 355.411 1136 0 0 -20.8059 47.2642 -206.238 -Number of digits in this event = 3 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Event: 7 -Number of tracker hits in this event = 1 - 7 26.4695 821 0 1 -15.6724 100.338 -204.471 +Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 8 Number of tracker hits in this event = 0 -Number of digits in this event = 1 -Event: 9 -Number of tracker hits in this event = 8 - 9 116.611 1152 2 1 50.4533 -37.8105 -144.788 - 9 130.918 1434 3 0 96.4343 107.008 -116.25 - 9 99.699 1436 3 0 96.5048 107.396 -116.125 - 9 55.02 1437 3 0 96.4928 107.711 -116.183 - 9 78.8895 1438 3 0 96.4982 107.921 -116.25 - 9 60.7375 1440 3 0 96.6522 108.164 -116.159 - 9 85.7568 1441 3 0 96.7415 108.367 -116.108 - 9 47.5503 1442 3 0 96.7904 108.584 -116.151 Number of digits in this event = 2 +Event: 9 +Number of tracker hits in this event = 4 + 9 211.654 154 14 0 82.32 -149.288 213.75 + 9 122.497 1311 14 1 82.3914 -149.782 215.15 + 9 141.571 161 14 0 95.9008 -147.921 213.75 + 9 170.401 1381 14 1 96.5281 -148.306 215.15 +Number of digits in this event = 6 Event: 10 -Number of tracker hits in this event = 23 - 10 130.013 900 5 1 0.152502 -0.116242 -54.45 - 10 156.628 899 5 0 0.184135 -0.120508 -55.85 - 10 110.637 904 4 1 0.867851 -0.227875 -84.45 - 10 162.257 898 4 0 0.921186 -0.261729 -85.85 - 10 122.779 909 3 1 1.89946 -1.04807 -114.45 - 10 126.765 894 3 0 1.97113 -1.06912 -115.85 - 10 142.69 916 2 1 3.41458 -1.50735 -144.45 - 10 162.643 892 2 0 3.49619 -1.54267 -145.85 - 10 122.62 925 1 1 5.06799 -2.35803 -174.45 - 10 126.364 888 1 0 5.1369 -2.38654 -175.85 - 10 129.275 932 0 1 6.61368 -2.89788 -204.45 - 10 121.845 885 0 0 6.69608 -2.93735 -205.85 - 10 109.978 902 4 1 0.457448 0.159774 -84.45 - 10 120.448 900 4 0 0.49143 0.152262 -85.85 - 10 100.168 899 3 0 1.19422 -0.056535 -115.85 - 10 99.9976 909 2 1 1.87681 -0.383657 -144.45 - 10 264.213 898 2 0 1.93034 -0.403004 -145.85 - 10 121.008 914 1 1 3.01103 -0.815354 -174.45 - 10 121.437 896 1 0 3.07083 -0.836732 -175.85 - 10 122.47 921 0 1 4.30804 -1.24137 -204.45 - 10 242.675 894 0 0 4.36447 -1.24515 -205.85 - 10 13.4188 332 3 0 50.5472 -113.731 -116.228 - 10 107.504 331 3 0 50.5418 -113.752 -116.216 -Number of digits in this event = 18 +Number of tracker hits in this event = 20 + 10 101.215 898 3 1 -0.282794 -0.262825 -114.45 + 10 123.328 898 3 0 -0.295808 -0.283225 -115.85 + 10 129.723 897 2 1 -0.50394 -0.767966 -144.45 + 10 109.234 896 2 0 -0.508926 -0.78271 -145.85 + 10 103.464 897 1 1 -0.620652 -1.07174 -174.45 + 10 367.445 894 1 0 -0.613238 -1.09294 -175.85 + 10 110.166 898 0 1 -0.434769 -1.50112 -204.45 + 10 145.014 892 0 0 -0.432275 -1.51313 -205.85 + 10 107.506 899 3 0 0.0765226 -0.127944 -115.85 + 10 96.8324 921 3 0 25.6366 4.33485 -116.25 + 10 55.8367 920 3 0 25.7662 4.23563 -115.99 + 10 96.8803 1032 3 1 26.5549 4.28648 -114.85 + 10 112.02 1033 3 1 26.6574 4.30981 -114.693 + 10 126.26 900 3 0 -0.0527515 0.220461 -115.85 + 10 120.563 898 2 1 -0.445558 0.412654 -144.45 + 10 109.489 901 2 0 -0.468132 0.420822 -145.85 + 10 114.536 895 1 1 -0.924212 0.57821 -174.45 + 10 265.11 903 1 0 -0.973052 0.664751 -175.85 + 10 107.754 890 0 1 -1.90973 2.48814 -204.45 + 10 195.109 912 0 0 -1.94935 2.58769 -205.85 +Number of digits in this event = 10 Event: 11 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Event: 12 -Number of tracker hits in this event = 5 - 12 116.313 902 0 1 0.619548 -0.34752 -204.45 - 12 122.608 898 0 0 0.691816 -0.371633 -205.85 - 12 104.529 899 0 1 -0.0669894 0.0557204 -204.45 - 12 147.714 900 0 0 -0.0721624 0.0597615 -205.85 - 12 170.698 906 0 0 0.181239 1.35251 -205.85 -Number of digits in this event = 4 +Number of tracker hits in this event = 4 + 12 190.745 948 3 1 9.72774 -68.1321 -114.45 + 12 143.924 561 3 0 9.50384 -67.7687 -115.85 + 12 134.527 562 3 0 9.39449 -67.6476 -116.068 + 12 126.476 563 3 0 9.31962 -67.4347 -116.216 +Number of digits in this event = 5 Event: 13 -Number of tracker hits in this event = 11 - 13 133.299 900 1 1 0.102661 0.319592 -174.45 - 13 201.935 901 1 0 0.107531 0.328272 -175.85 - 13 139.931 900 0 1 0.190875 0.54107 -204.45 - 13 114.387 902 0 0 0.19321 0.533539 -205.85 - 13 79.1737 900 3 0 -0.05 0.0874738 -115.969 - 13 188.097 895 2 1 -1.02713 2.01564 -144.45 - 13 117.453 910 2 0 -1.01882 2.08706 -145.85 - 13 124.799 895 1 1 -0.933577 3.72483 -174.45 - 13 201.726 918 1 0 -0.851364 3.82904 -175.85 - 13 119.817 904 0 1 0.861812 5.77419 -204.45 - 13 143.994 928 0 0 0.860039 5.79494 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 7 + 13 115.102 899 1 1 -0.0910529 0.092644 -174.45 + 13 111.824 900 1 0 -0.100263 0.132757 -175.85 + 13 557.964 899 0 1 -0.215418 1.0364 -204.45 + 13 136.927 905 0 0 -0.202882 1.1065 -205.85 + 13 151.251 899 1 0 0.0989587 -0.053104 -175.85 + 13 122.747 899 0 0 -0.158495 -0.240833 -205.85 + 13 3.13541 349 1 0 -92.1591 -110.204 -176.099 +Number of digits in this event = 7 Event: 14 -Number of tracker hits in this event = 22 - 14 120.03 901 3 1 0.252338 -0.157159 -114.45 - 14 125.245 899 3 0 0.258115 -0.163961 -115.85 - 14 120.782 901 2 1 0.417606 -0.304055 -144.45 - 14 143.974 898 2 0 0.433815 -0.309489 -145.85 - 14 114.221 903 1 1 0.751005 -0.447702 -174.45 - 14 125.438 898 1 0 0.773986 -0.449713 -175.85 - 14 101.997 905 0 1 1.23908 -0.496469 -204.45 - 14 113.029 897 0 0 1.26544 -0.500713 -205.85 - 14 8.1076 1184 4 0 94.2602 56.8944 -86.2418 - 14 118.987 900 5 1 0.164318 0.101981 -54.45 - 14 230.686 900 5 0 0.135187 0.10905 -55.85 - 14 188.696 897 4 1 -0.48292 0.568288 -84.45 - 14 168.343 902 4 0 -0.494992 0.545846 -85.85 - 14 111.309 896 3 1 -0.669419 0.139189 -114.45 - 14 131.748 900 3 0 -0.703396 0.0928429 -115.85 - 14 159.94 893 2 1 -1.42489 -0.635053 -144.45 - 14 108.475 896 2 0 -1.45519 -0.675019 -145.85 - 14 136.651 891 1 1 -1.67674 -1.60159 -174.45 - 14 100.164 892 1 0 -1.7577 -1.5814 -175.85 - 14 117.041 884 0 1 -3.11495 -1.21059 -204.45 - 14 105.479 894 0 0 -3.18911 -1.0977 -205.85 - 14 57.7062 587 4 0 -54.0716 -62.5913 -86.25 -Number of digits in this event = 13 -Event: 15 -Number of tracker hits in this event = 2 - 15 10.643 964 0 0 58.8116 13.0343 -206.165 - 15 161.916 965 0 0 58.8207 13.0554 -206.156 -Number of digits in this event = 2 -Event: 16 Number of tracker hits in this event = 0 Number of digits in this event = 1 -Event: 17 +Event: 15 +Number of tracker hits in this event = 34 + 15 139.634 900 2 1 0.229479 -0.155784 -144.45 + 15 118.007 899 2 0 0.242036 -0.163439 -145.85 + 15 100.157 902 1 1 0.507893 -0.258578 -174.45 + 15 315.537 898 1 0 0.513185 -0.258871 -175.85 + 15 118.756 903 0 1 0.667806 -0.301297 -204.45 + 15 128.623 898 0 0 0.683487 -0.29521 -205.85 + 15 79.3578 899 1 0 0.435173 -0.225991 -176.068 + 15 35.3985 950 1 0 -21.869 10.0551 -176.25 + 15 183.721 949 1 0 -21.8631 10.0147 -176.175 + 15 91.6052 948 1 0 -22.1315 9.83786 -176.005 + 15 110.823 947 1 0 -22.0516 9.64321 -175.907 + 15 17.3394 946 1 0 -22.099 9.42482 -175.869 + 15 68.5092 790 1 1 -22.0123 9.50116 -174.85 + 15 242.445 789 1 1 -22.0562 9.56161 -174.715 + 15 183.387 900 3 1 0.122865 1.30099 -114.85 + 15 14.9428 901 3 1 0.253336 1.23267 -114.515 + 15 95.3964 1210 0 0 -46.3276 62.073 -206.25 + 15 51.0734 1211 0 0 -46.2931 62.2806 -206.002 + 15 36.8481 675 0 1 -44.9459 64.0917 -204.85 + 15 278.973 676 0 1 -44.8267 64.1465 -204.776 + 15 251.01 677 0 1 -44.6019 64.1827 -204.531 + 15 260.153 1219 0 0 -44.4964 63.9252 -205.85 + 15 29.8912 1218 0 0 -44.5069 63.8414 -206.006 + 15 107.428 901 4 1 0.329015 0.193672 -84.45 + 15 165.202 900 4 0 0.361803 0.1897 -85.85 + 15 113.073 900 3 0 0.905014 0.0607534 -115.85 + 15 110.129 908 2 1 1.77676 0.517582 -144.45 + 15 139.121 902 2 0 1.78797 0.511983 -145.85 + 15 138.61 911 1 1 2.3031 0.279537 -174.45 + 15 143.139 901 1 0 2.34536 0.282799 -175.85 + 15 148.558 916 0 1 3.29568 0.240994 -204.45 + 15 162.583 900 0 0 3.26341 0.182349 -205.85 + 15 145.977 900 5 1 0.05 -0.402993 -54.5996 + 15 109.382 915 0 0 104.85 3.24965 -205.97 +Number of digits in this event = 17 +Event: 16 Number of tracker hits in this event = 5 - 17 225.693 900 0 1 0.142865 -0.0808228 -204.45 - 17 236.55 899 0 0 0.127805 -0.0749258 -205.85 - 17 262.302 899 0 1 -0.141985 -0.0639343 -204.45 - 17 118.51 839 0 0 -2.29613 -12.127 -206.25 - 17 119.348 888 0 1 -2.33463 -12.7747 -204.85 -Number of digits in this event = 4 + 16 6.23049 1460 2 0 150.541 112.269 -145.866 + 16 287.747 1658 2 1 151.882 114.485 -144.85 + 16 123.766 1659 2 1 151.954 114.819 -144.789 + 16 19.3235 1499 7 1 119.962 -144.822 5.55 + 16 68.4409 1498 7 1 119.948 -144.795 5.54476 +Number of digits in this event = 5 +Event: 17 +Number of tracker hits in this event = 7 + 17 111.26 901 0 0 0.0542211 0.351709 -205.85 + 17 30.8075 1752 11 1 170.731 -95.7608 125.55 + 17 144.154 1753 11 1 170.753 -95.7958 125.472 + 17 42.1524 421 11 0 170.962 -95.8315 124.15 + 17 33.7361 422 11 0 170.908 -95.7472 124.11 + 17 200.862 1749 11 1 170.119 -94.8269 125.15 + 17 21.6132 781 0 0 -12.0054 -23.7206 -206.034 +Number of digits in this event = 3 Event: 18 -Number of tracker hits in this event = 40 - 18 147.063 900 4 1 0.0674039 0.803613 -84.45 - 18 114.869 903 4 0 0.0838243 0.826061 -85.85 - 18 115.22 901 3 1 0.430786 1.23908 -114.45 - 18 114.591 906 3 0 0.456836 1.27379 -115.85 - 18 112.56 904 2 1 0.953592 1.94636 -144.45 - 18 108.067 909 2 0 1.01557 1.96865 -145.85 - 18 123.798 911 1 1 2.33003 2.4938 -174.45 - 18 171.626 912 1 0 2.38441 2.52335 -175.85 - 18 104.689 917 0 1 3.57959 3.16157 -204.45 - 18 126.837 915 0 0 3.60576 3.19565 -205.85 - 18 64.1843 562 6 0 -3.67511 -67.483 -26.25 - 18 99.9216 561 6 0 -3.66115 -67.7053 -26.1236 - 18 113.371 560 6 0 -3.66734 -67.9449 -26.0316 - 18 74.4968 559 6 0 -3.74277 -68.195 -26.0356 - 18 68.4277 557 6 0 -3.7323 -68.4541 -26.0585 - 18 67.0408 556 6 0 -3.72707 -68.706 -26.0933 - 18 112.714 555 6 0 -3.65083 -68.9447 -26.0108 - 18 81.4328 554 6 0 -3.5343 -69.1581 -25.9666 - 18 78.8311 553 6 0 -3.70914 -69.2956 -26.1001 - 18 141.665 935 5 1 7.19164 -0.05 -54.4952 - 18 192.995 895 5 0 7.63426 -0.997156 -55.85 - 18 177.712 969 4 1 13.8977 -30.9115 -84.45 - 18 147.626 743 4 0 14.4011 -31.2935 -85.85 - 18 196.275 777 3 1 -24.604 69.4399 -114.547 - 18 124.34 727 6 1 -34.504 -128.265 -24.5161 - 18 51.744 832 4 0 -118.646 -13.545 -86.074 - 18 120.198 901 5 1 0.304887 -0.418596 -54.45 - 18 107.759 898 5 0 0.3404 -0.438695 -55.85 - 18 96.9861 903 4 1 0.849869 -0.888841 -84.45 - 18 162.285 895 4 0 0.881778 -0.913773 -85.85 - 18 108.428 907 3 1 1.53839 -1.54732 -114.45 - 18 107.781 892 3 0 1.55303 -1.52825 -115.85 - 18 112.91 908 2 1 1.82505 -1.07165 -144.45 - 18 176.573 895 2 0 1.83663 -1.04764 -145.85 - 18 154.701 908 1 1 1.80126 -0.554664 -174.45 - 18 217.448 897 1 0 1.73643 -0.451138 -175.85 - 18 120.977 901 0 1 0.392809 1.6428 -204.45 - 18 192.467 908 0 0 0.286556 1.79272 -205.85 - 18 33.9366 1058 0 0 -5.03457 31.7603 -206.25 - 18 179.389 1264 0 0 -9.27874 72.8611 -206.25 -Number of digits in this event = 21 +Number of tracker hits in this event = 2 + 18 8.93053 957 2 1 11.6498 -75.98 -144.543 + 18 227.421 958 2 1 11.65 -76.0042 -144.531 +Number of digits in this event = 3 Event: 19 -Number of tracker hits in this event = 5 - 19 28.5914 1579 3 0 55.6897 135.957 -116.19 - 19 29.6718 780 4 1 -23.8587 -139.002 -84.535 - 19 150.03 899 0 1 -0.0916201 0.165484 -204.45 - 19 142.374 900 0 0 -0.0890207 0.199504 -205.85 - 19 111.375 962 0 1 12.5662 15.1983 -204.45 -Number of digits in this event = 4 +Number of tracker hits in this event = 26 + 19 143.942 899 4 1 -0.152914 -0.17942 -84.45 + 19 106.838 899 4 0 -0.119975 -0.175746 -85.85 + 19 345.427 902 3 1 0.572987 -0.175757 -114.45 + 19 156.314 899 3 0 0.577587 -0.199465 -115.85 + 19 118.277 902 2 1 0.572672 -0.650362 -144.45 + 19 113.433 896 2 0 0.594847 -0.66157 -145.85 + 19 128.917 905 1 1 1.05148 -0.85621 -174.45 + 19 132.281 895 1 0 1.1066 -0.884887 -175.85 + 19 126.484 910 0 1 2.21211 -1.43106 -204.45 + 19 107.503 892 0 0 2.25527 -1.45059 -205.85 + 19 7.82567 258 0 0 132.625 -128.517 -206.189 + 19 86.8942 853 0 1 -9.32694 7.93916 -204.591 + 19 239.367 899 3 1 -0.0552169 -0.56936 -114.45 + 19 394.988 900 2 1 0.0575433 -1.12648 -144.45 + 19 141.022 894 2 0 0.070316 -1.15031 -145.85 + 19 115.704 901 1 1 0.348816 -1.65672 -174.45 + 19 108.615 891 1 0 0.359767 -1.68185 -175.85 + 19 123.684 902 0 1 0.566427 -2.19552 -204.45 + 19 140.083 889 0 0 0.559976 -2.2151 -205.85 + 19 67.8428 1114 1 0 59.9943 42.9286 -176.25 + 19 70.4707 1115 1 0 60.0474 43.1377 -176.076 + 19 71.5021 1204 1 1 60.9914 43.7021 -174.85 + 19 77.7892 1205 1 1 61.13 43.8133 -174.657 + 19 99.9818 893 0 1 -1.3736 -64.2681 -204.746 + 19 104.462 1399 3 1 100.065 -71.1921 -114.548 + 19 11.3713 842 3 0 -53.8825 -11.5549 -116.145 +Number of digits in this event = 12 Event: 20 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 8 + 20 141.175 895 2 1 -0.861359 0.659683 -144.45 + 20 136.086 902 2 0 -0.903794 0.638656 -145.85 + 20 112.948 891 1 1 -1.7884 -0.133615 -174.45 + 20 248.759 899 1 0 -1.94211 -0.226823 -175.85 + 20 160.505 873 0 1 -5.36612 -2.41567 -204.45 + 20 137.97 887 0 0 -5.58355 -2.58027 -205.85 + 20 11.8203 898 1 0 -1.93957 -0.257041 -176.221 + 20 279.615 1032 1 0 13.4161 26.5221 -176.25 +Number of digits in this event = 7 Event: 21 -Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of tracker hits in this event = 3 + 21 60.1208 602 4 0 86.8822 -59.6112 -86.0976 + 21 21.5738 1310 3 1 82.2373 -22.894 -114.841 + 21 105.336 1311 3 1 82.2523 -22.8699 -114.83 +Number of digits in this event = 1 Event: 22 -Number of tracker hits in this event = 43 - 22 133.913 908 4 1 1.72936 -0.435865 -84.45 - 22 181.612 898 4 0 1.96964 -0.417808 -85.85 - 22 184.275 933 3 1 6.78027 0.59496 -114.45 - 22 335.339 904 3 0 7.15483 0.857165 -115.85 - 22 162.855 968 2 1 13.7815 7.92276 -144.45 - 22 270.696 944 2 0 14.6483 8.8683 -145.85 - 22 173.383 1064 1 1 33.0459 28.3294 -174.45 - 22 157.346 1047 1 0 33.5743 29.501 -175.85 - 22 300.979 1117 0 1 43.4509 47.0951 -204.45 - 22 217.215 1144 0 0 44.8779 48.9482 -205.85 - 22 241.192 1476 0 0 81.2772 115.399 -206.25 - 22 192.21 1308 0 1 81.7923 117.52 -204.85 - 22 477.516 1563 1 0 45.0647 132.864 -176.25 - 22 236.513 1116 1 1 43.4025 133.397 -174.85 - 22 213.031 1113 1 1 42.7886 133.544 -174.45 - 22 50.2733 1111 1 1 42.3558 133.283 -174.816 - 22 115.179 1555 1 0 39.1788 131.315 -175.85 - 22 195.955 1554 1 0 38.9214 131.119 -175.926 - 22 124.154 1553 1 0 38.267 130.854 -175.992 - 22 17.5763 1552 1 0 38.1134 130.562 -175.874 - 22 353.394 1089 1 1 37.8924 128.985 -174.85 - 22 128.824 1088 1 1 37.8328 128.457 -174.826 - 22 23.8603 1087 1 1 37.6415 128.498 -174.659 - 22 0.26962 1112 1 1 42.6356 133.451 -174.634 - 22 242.451 1346 0 0 91.071 89.3895 -206.25 - 22 302.837 1347 0 0 91.6458 89.4768 -206.02 - 22 185.982 1362 0 1 92.68 89.2555 -204.85 - 22 92.18 899 4 1 -0.16244 -0.05 -84.6041 - 22 118.104 899 4 0 -0.16367 -0.073426 -85.85 - 22 123.492 899 3 1 -0.204166 -0.605217 -114.45 - 22 141.104 897 3 0 -0.21048 -0.63237 -115.85 - 22 115.132 898 2 1 -0.344383 -1.15037 -144.45 - 22 152.741 894 2 0 -0.350287 -1.17601 -145.85 - 22 104.095 897 1 1 -0.462656 -1.70471 -174.45 - 22 154.413 891 1 0 -0.452182 -1.73011 -175.85 - 22 211.026 898 0 1 -0.257044 -2.24968 -204.45 - 22 138.114 888 0 0 -0.241835 -2.26934 -205.85 - 22 116.113 886 0 0 -0.26014 -2.81693 -205.85 - 22 36.2573 1127 4 1 45.4815 93.482 -84.8481 - 22 62.6849 1126 4 1 45.4497 93.4599 -84.8371 - 22 22.3496 1096 0 0 -117.68 39.2795 -206.016 - 22 124.901 812 1 0 -87.7523 -17.4701 -175.944 - 22 100.058 1369 12 1 94.1438 -117.638 155.369 -Number of digits in this event = 30 -Event: 23 Number of tracker hits in this event = 2 - 23 165.446 900 0 1 0.111871 -0.13821 -204.45 - 23 124.21 899 0 0 0.131468 -0.136147 -205.85 -Number of digits in this event = 3 + 22 20.2128 1697 10 1 159.733 -53.3668 95.4446 + 22 240.373 1698 10 1 159.753 -53.3787 95.4851 +Number of digits in this event = 2 +Event: 23 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 24 -Number of tracker hits in this event = 5 - 24 143.223 1114 4 0 12.7421 42.8961 -86.1305 - 24 208.804 1115 4 0 12.7501 43.0521 -85.9594 - 24 12.9186 940 2 0 -99.5055 8.1138 -146.033 - 24 108.802 1063 3 0 -115.488 32.7294 -116.25 - 24 499.035 1062 3 0 -115.7 32.6271 -116.116 -Number of digits in this event = 4 +Number of tracker hits in this event = 1 + 24 161.246 902 0 0 0.0975874 0.46311 -205.85 +Number of digits in this event = 3 Event: 25 -Number of tracker hits in this event = 10 - 25 258.717 900 1 1 0.0723971 -0.118181 -174.45 - 25 128.454 899 1 0 0.0863166 -0.112516 -175.85 - 25 124.858 900 0 0 0.414752 0.0537089 -205.85 - 25 111.561 1355 1 1 91.2208 -65.8758 -174.643 - 25 220.637 1356 1 1 91.3511 -66.0151 -174.663 - 25 74.374 671 6 1 -45.7975 -43.3222 -24.5221 - 25 195.659 675 6 1 -44.923 -39.0853 -24.6281 - 25 120.458 898 1 0 0.10516 -0.331399 -175.85 - 25 128.886 902 0 1 0.539537 -0.604877 -204.45 - 25 111.788 897 0 0 0.504592 -0.576046 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 16 + 25 124.392 900 1 1 0.0910168 -0.189926 -174.45 + 25 106.508 899 1 0 0.100505 -0.198913 -175.85 + 25 414.67 901 0 1 0.31868 -0.399671 -204.45 + 25 243.467 898 0 0 0.335063 -0.400123 -205.85 + 25 118.476 899 0 0 0.245983 -0.140337 -205.85 + 25 4.77303 393 7 0 38.8554 -101.537 4.13835 + 25 308.657 1092 7 1 38.5469 -101.773 5.15 + 25 305.492 907 2 1 1.64612 -0.369013 -144.45 + 25 179.307 897 2 0 1.78654 -0.458842 -145.85 + 25 213.145 921 1 1 4.44816 -2.49585 -174.45 + 25 119.307 887 1 0 4.72076 -2.56738 -175.85 + 25 123.857 952 0 1 10.6074 -3.41325 -204.45 + 25 90.8728 882 0 0 10.7838 -3.53685 -205.85 + 25 41.7752 953 0 1 10.6605 -3.39492 -204.731 + 25 188.608 884 0 0 10.7335 -3.17014 -205.85 + 25 145.833 697 0 0 -7.26275 -40.6085 -206.25 +Number of digits in this event = 12 Event: 26 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 33 + 26 224.897 899 3 1 -0.226614 -0.150622 -114.45 + 26 139.459 899 3 0 -0.246865 -0.155181 -115.85 + 26 185.615 896 2 1 -0.699263 -0.123581 -144.45 + 26 153.444 899 2 0 -0.7058 -0.116456 -145.85 + 26 171.871 896 1 1 -0.815026 0.180011 -174.45 + 26 147.615 900 1 0 -0.837958 0.218214 -175.85 + 26 156.505 893 0 1 -1.39113 1.17315 -204.45 + 26 141.732 905 0 0 -1.42655 1.22148 -205.85 + 26 135.84 900 2 1 0.0782312 0.0581326 -144.45 + 26 113.336 900 2 0 0.0838562 0.0692499 -145.85 + 26 155.859 900 1 1 0.208564 0.282124 -174.45 + 26 133.826 901 1 0 0.214679 0.29129 -175.85 + 26 105.66 902 0 1 0.502045 0.507534 -204.45 + 26 150.214 902 0 0 0.520076 0.513556 -205.85 + 26 285.543 907 3 0 -2.99893 1.51667 -115.85 + 26 146.909 966 2 0 13.2816 13.3412 -146.25 + 26 324.56 967 2 0 13.3414 13.451 -145.896 + 26 40.4521 968 2 0 13.3697 13.6598 -145.972 + 26 12.2715 899 1 1 -0.05 0.369614 -174.813 + 26 140.168 825 0 1 -15.0091 -10.9202 -204.45 + 26 136.405 844 0 0 -15.5989 -11.2113 -205.85 + 26 152.125 766 0 0 -23.6274 -26.6803 -206.25 + 26 75.2075 765 0 0 -23.4627 -26.9273 -205.876 + 26 150.743 784 0 1 -23.0579 -27.472 -204.85 + 26 182.247 786 0 1 -22.7679 -27.6197 -204.45 + 26 0.820956 787 0 1 -22.6116 -27.7215 -204.845 + 26 175.238 758 0 0 -21.9451 -28.2506 -205.85 + 26 63.118 757 0 0 -21.6977 -28.4846 -206.127 + 26 151.798 704 0 0 -9.42761 -39.1729 -206.25 + 26 90.4261 705 0 0 -9.23858 -38.992 -206.03 + 26 116.002 706 0 0 -9.13762 -38.8296 -206.049 + 26 163.022 857 0 1 -8.61987 -38.6891 -204.85 + 26 247.979 856 0 1 -8.66489 -38.7621 -204.465 +Number of digits in this event = 27 Event: 27 -Number of tracker hits in this event = 22 - 27 458.195 899 3 0 -0.0655364 -0.0611776 -115.85 - 27 131.771 896 2 1 -0.662681 -0.132474 -144.45 - 27 121.951 899 2 0 -0.684157 -0.139575 -145.85 - 27 105.004 893 1 1 -1.30341 -0.326262 -174.45 - 27 383.719 898 1 0 -1.33174 -0.356305 -175.85 - 27 126.051 890 0 1 -1.94455 -0.935427 -204.45 - 27 114.526 895 0 0 -2.01186 -0.947999 -205.85 - 27 88.4721 1359 2 1 92.0109 -38.0287 -144.724 - 27 225.49 1360 2 1 92.1687 -37.9973 -144.696 - 27 127.384 902 3 1 0.519376 -0.108657 -114.45 - 27 109.497 908 2 1 1.67678 0.46866 -144.45 - 27 104.67 902 2 0 1.72417 0.565796 -145.85 - 27 127.007 914 1 1 2.87854 2.69759 -174.45 - 27 116.042 914 1 0 2.82222 2.86072 -175.85 - 27 128.757 908 0 1 1.69816 6.21851 -204.45 - 27 373.15 932 0 0 1.69016 6.46857 -205.85 - 27 63.7393 907 0 1 1.51348 5.78421 -204.704 - 27 113.465 929 0 0 1.34519 5.94099 -205.85 - 27 134.247 928 0 0 1.09146 5.73278 -205.85 - 27 1.55936 913 0 1 2.76826 0.243072 -204.839 - 27 155.76 901 0 0 2.82769 0.445464 -205.85 - 27 31.2453 902 0 0 2.82583 0.450902 -205.894 -Number of digits in this event = 15 +Number of tracker hits in this event = 2 + 27 71.1285 794 1 0 5.93129 -21.1515 -176.027 + 27 198.023 793 1 0 5.98481 -21.2517 -175.908 +Number of digits in this event = 2 Event: 28 -Number of tracker hits in this event = 3 - 28 66.8476 762 0 1 -27.6025 -131.662 -204.671 - 28 149.618 1207 0 1 61.4833 108.938 -204.45 - 28 235.747 1206 0 1 61.4457 108.821 -204.527 -Number of digits in this event = 3 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 29 -Number of tracker hits in this event = 2 - 29 39.2847 1057 0 1 31.6432 132.465 -204.63 - 29 145.908 1058 0 1 31.6637 132.535 -204.605 +Number of tracker hits in this event = 1 + 29 212.436 958 3 0 -84.2055 11.7072 -116.25 Number of digits in this event = 2 Event: 30 -Number of tracker hits in this event = 23 - 30 101.429 900 1 1 0.18383 -0.0744616 -174.45 - 30 116.971 899 1 0 0.197161 -0.0876347 -175.85 - 30 237.732 902 0 1 0.46651 -0.367734 -204.45 - 30 331.824 898 0 0 0.490071 -0.386828 -205.85 - 30 65.2871 909 0 0 1.7483 1.89601 -205.85 - 30 99.5282 910 0 0 1.88157 2.06434 -205.963 - 30 168.42 911 0 0 2.13572 2.3175 -206.086 - 30 30.3341 912 0 0 2.60256 2.56781 -206.227 - 30 115.365 1084 0 0 50.4416 36.9139 -206.25 - 30 53.7516 1085 0 0 50.5548 37.1323 -206.054 - 30 68.1652 1086 0 0 50.5906 37.3168 -206.008 - 30 129.218 1154 0 1 50.9778 39.1353 -204.85 - 30 7.30959 1155 0 1 51.0505 39.5289 -204.849 - 30 35.7598 1109 0 0 51.885 41.9986 -205.85 - 30 96.1856 1110 0 0 51.9056 42.0671 -205.871 - 30 6.31539 1196 0 1 59.442 47.5447 -204.85 - 30 8.12346 1197 0 1 59.4653 47.565 -204.845 - 30 52.3622 1137 0 0 64.415 47.6179 -205.85 - 30 74.5627 1239 0 1 67.9467 48.7767 -204.85 - 30 275.325 1240 0 1 68.0518 48.7435 -204.777 - 30 29.826 913 0 0 2.65165 2.82601 -206.122 - 30 132.971 901 1 0 -0.120935 0.322558 -175.85 - 30 122.577 887 0 1 -2.62215 -0.291103 -204.45 -Number of digits in this event = 8 +Number of tracker hits in this event = 5 + 30 243.727 442 3 0 115.974 -91.722 -116.25 + 30 112.344 1479 3 1 115.982 -91.8546 -114.85 + 30 146.606 1478 3 1 115.775 -91.9136 -114.45 + 30 52.9742 276 13 0 69.5508 -124.795 184.01 + 30 321.762 457 2 0 53.3874 -88.5105 -146.096 +Number of digits in this event = 5 Event: 31 -Number of tracker hits in this event = 11 - 31 129.146 899 1 1 -0.222491 0.136827 -174.45 - 31 110.431 900 1 0 -0.230036 0.140775 -175.85 - 31 113.481 898 0 1 -0.370094 0.217392 -204.45 - 31 150.355 900 0 0 -0.379941 0.214718 -205.85 - 31 399.511 901 0 0 -0.464653 0.268137 -206.026 - 31 207.011 902 1 1 0.633977 -1.9694 -174.45 - 31 437.967 889 1 0 0.492104 -2.15115 -175.85 - 31 106.88 895 0 1 -1.03009 -6.53809 -204.45 - 31 127.525 866 0 0 -1.1111 -6.66827 -205.85 - 31 81.1685 903 1 1 0.686766 -1.85361 -174.647 - 31 148.987 891 1 0 1.43328 -1.77475 -175.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Event: 32 -Number of tracker hits in this event = 2 - 32 121.784 915 4 1 3.24263 -24.8622 -84.45 - 32 199.356 916 4 1 3.25144 -24.8434 -84.4552 -Number of digits in this event = 4 +Number of tracker hits in this event = 18 + 32 103.112 899 2 1 -0.125156 0.326957 -144.45 + 32 106.612 901 2 0 -0.140326 0.332794 -145.85 + 32 121.705 896 1 1 -0.673061 0.500527 -174.45 + 32 141.483 902 1 0 -0.737816 0.484131 -175.85 + 32 150.979 890 0 1 -1.97685 0.278581 -204.45 + 32 129.373 901 0 0 -2.08841 0.263623 -205.85 + 32 124.697 474 0 0 6.31261 -85.1842 -206.25 + 32 303.691 472 0 0 6.26478 -85.4844 -206.17 + 32 209.009 471 0 0 6.15937 -85.751 -206.096 + 32 69.0323 470 0 0 5.95408 -85.9567 -206.023 + 32 212.747 469 0 0 5.68291 -86.0801 -206.008 + 32 46.8595 919 0 1 3.92962 -85.1435 -204.85 + 32 65.3084 918 0 1 3.83121 -85.1034 -204.814 + 32 132.977 917 0 1 3.64816 -85.1517 -204.762 + 32 105.429 916 0 1 3.40441 -85.3508 -204.687 + 32 373.666 915 0 1 3.22363 -85.4149 -204.706 + 32 105.125 914 0 1 3.0279 -85.935 -204.71 + 32 10.1147 913 0 1 2.82991 -85.8344 -204.831 +Number of digits in this event = 11 Event: 33 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 20 + 33 15.5603 899 5 0 -0.05 -0.126804 -56.1925 + 33 128.318 896 4 1 -0.680249 -0.431755 -84.45 + 33 97.9562 898 4 0 -0.731665 -0.431092 -85.85 + 33 111.22 891 3 1 -1.83281 -0.649301 -114.45 + 33 116.605 897 3 0 -1.95374 -0.599384 -115.85 + 33 116.042 879 2 1 -4.157 0.455577 -144.45 + 33 113.525 902 2 0 -4.26325 0.509119 -145.85 + 33 146.281 867 1 1 -6.46409 1.71868 -174.45 + 33 119.572 908 1 0 -6.60089 1.77555 -175.85 + 33 113.266 853 0 1 -9.33127 2.98184 -204.45 + 33 183.449 914 0 0 -9.51058 2.99972 -205.85 + 33 222.363 897 4 1 -0.613652 -0.428259 -84.45 + 33 185.844 905 4 0 0.381276 1.08673 -85.85 + 33 207.705 1032 3 1 26.5373 50.1812 -114.45 + 33 449.468 1153 3 0 25.1253 50.6766 -115.85 + 33 103.039 902 1 1 0.475298 0.249734 -174.45 + 33 115.34 901 1 0 0.496107 0.263351 -175.85 + 33 130.29 904 0 1 0.966308 0.577978 -204.45 + 33 109.787 902 0 0 0.989425 0.589592 -205.85 + 33 79.8022 17 4 1 -176.656 -98.3432 -84.5647 +Number of digits in this event = 9 Event: 34 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 28 + 34 130.074 900 4 1 0.112267 -0.149157 -84.45 + 34 117.779 899 4 0 0.118692 -0.161831 -85.85 + 34 122.356 900 3 1 0.230247 -0.413169 -114.45 + 34 114.023 898 3 0 0.231755 -0.430822 -115.85 + 34 123.799 901 2 1 0.287253 -0.777769 -144.45 + 34 159.219 896 2 0 0.28202 -0.784719 -145.85 + 34 122.805 900 1 1 0.202776 -0.875037 -174.45 + 34 198.91 895 1 0 0.196031 -0.890727 -175.85 + 34 170.475 900 0 1 0.0661755 -1.09861 -204.45 + 34 158.409 894 0 0 0.05907 -1.11824 -205.85 + 34 36.5991 904 0 1 0.867013 -0.712489 -204.631 + 34 141.949 897 3 1 -0.546237 0.102511 -114.45 + 34 132.688 900 3 0 -0.565446 0.108674 -115.85 + 34 116.184 895 2 1 -0.943142 0.197239 -144.45 + 34 172.176 900 2 0 -0.960325 0.209229 -145.85 + 34 291.704 893 1 1 -1.33806 0.468375 -174.45 + 34 252.77 902 1 0 -1.34943 0.486347 -175.85 + 34 150.722 892 0 1 -1.4719 0.907137 -204.45 + 34 156.443 904 0 0 -1.46936 0.923853 -205.85 + 34 38.0755 1295 1 0 -59.9284 79.0505 -175.976 + 34 106.703 599 1 1 -60.1667 79.4388 -174.85 + 34 46.4147 598 1 1 -60.2551 79.5246 -174.548 + 34 89.0486 612 2 1 -57.6191 -70.5741 -144.5 + 34 154.884 901 1 0 -1.33855 0.425866 -175.85 + 34 129.086 891 0 1 -1.65711 -0.356481 -204.45 + 34 186.338 898 0 0 -1.64779 -0.394473 -205.85 + 34 175.062 897 0 1 -0.636478 -3.2156 -204.45 + 34 115.356 881 0 0 -0.244142 -3.84449 -205.85 +Number of digits in this event = 21 Event: 35 -Number of tracker hits in this event = 9 - 35 140.096 900 2 1 0.11237 -0.289157 -144.45 - 35 169.953 898 2 0 0.0925249 -0.299305 -145.85 - 35 372.264 899 1 1 -0.207401 -0.565866 -174.45 - 35 127.813 897 1 0 -0.208316 -0.575824 -175.85 - 35 128.916 899 0 1 -0.200355 -0.832199 -204.45 - 35 117.037 896 0 0 -0.145562 -0.818022 -205.85 - 35 120.593 898 1 0 -0.11782 -0.262151 -175.85 - 35 148.256 899 0 0 -0.185376 -0.0510038 -205.85 - 35 122.427 896 1 0 0.05 -0.79924 -175.886 -Number of digits in this event = 9 -Event: 36 Number of tracker hits in this event = 0 Number of digits in this event = 1 +Event: 36 +Number of tracker hits in this event = 20 + 36 128.009 900 3 1 0.0950895 -0.104256 -114.45 + 36 89.4951 899 3 0 0.114834 -0.104409 -115.85 + 36 159.189 902 2 1 0.468499 -0.148713 -144.45 + 36 281.631 899 2 0 0.494056 -0.148827 -145.85 + 36 431.173 904 1 1 0.980428 -0.135625 -174.45 + 36 390.533 899 1 0 1.01199 -0.132739 -175.85 + 36 121.673 907 0 1 1.641 -0.0593325 -204.45 + 36 0.192936 899 0 0 1.6632 -0.0500113 -205.85 + 36 133.347 896 1 0 1.05007 -0.752478 -175.85 + 36 130.568 885 0 1 -2.99575 -7.90872 -204.45 + 36 123.371 857 0 0 -2.87754 -8.58268 -205.85 + 36 30.1363 889 0 1 -2.11381 0.305174 -204.45 + 36 198.091 890 0 1 -2.04504 0.335874 -204.499 + 36 101.363 891 0 1 -1.84697 0.452343 -204.639 + 36 336.721 892 0 1 -1.62221 0.587382 -204.755 + 36 140.999 899 2 1 -0.0837404 -0.0562349 -144.45 + 36 149.081 899 1 1 -0.194919 -0.956213 -174.45 + 36 134.647 895 1 0 -0.23815 -1.02626 -175.85 + 36 124.05 895 0 1 -1.00029 -2.48013 -204.45 + 36 113.032 887 0 0 -1.02476 -2.55645 -205.85 +Number of digits in this event = 16 Event: 37 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Event: 38 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Event: 39 -Number of tracker hits in this event = 6 - 39 60.5099 623 6 1 -55.3621 66.8282 -24.45 - 39 140.387 622 6 1 -55.4599 66.6754 -24.5782 - 39 31.054 1233 6 0 -55.8614 66.787 -25.85 - 39 265.653 620 6 1 -56.0037 66.7564 -24.85 - 39 71.1001 619 6 1 -56.0505 66.7206 -24.7358 - 39 148.754 621 6 1 -55.8447 66.7444 -24.5217 -Number of digits in this event = 4 -Event: 40 Number of tracker hits in this event = 0 Number of digits in this event = 1 -Event: 41 +Event: 40 Number of tracker hits in this event = 0 Number of digits in this event = 1 +Event: 41 +Number of tracker hits in this event = 21 + 41 124.013 893 3 1 -1.39943 0.581497 -114.45 + 41 115.462 903 3 0 -1.27903 0.658789 -115.85 + 41 117.664 906 2 1 1.39621 2.41362 -144.45 + 41 336.437 912 2 0 1.58673 2.49189 -145.85 + 41 109.181 925 1 1 5.24873 4.14824 -174.45 + 41 102.138 920 1 0 5.40668 4.1941 -175.85 + 41 131.464 944 0 1 8.89056 5.2543 -204.45 + 41 237.894 926 0 0 9.06928 5.31274 -205.85 + 41 1.86119 900 4 0 -0.961094 0.05 -86.2453 + 41 178.358 881 3 1 -3.7152 15.2745 -114.45 + 41 223.572 978 3 0 -2.97438 15.6958 -115.85 + 41 39.9769 1035 3 1 27.0964 45.9647 -114.744 + 41 104.332 899 4 1 -0.13993 0.24612 -84.45 + 41 159.502 901 4 0 -0.133769 0.287419 -85.85 + 41 124.873 900 2 1 0.177877 0.964682 -144.45 + 41 106.684 904 2 0 0.19705 0.94044 -145.85 + 41 109.795 902 1 1 0.589904 0.459343 -174.45 + 41 126.171 901 1 0 0.635788 0.4331 -175.85 + 41 571.006 908 0 1 1.66537 -0.0991361 -204.45 + 41 130.341 899 0 0 1.69586 -0.136985 -205.85 + 41 212.416 920 0 0 1.82489 4.21366 -205.85 +Number of digits in this event = 13 Event: 42 Number of tracker hits in this event = 0 Number of digits in this event = 2 Event: 43 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Event: 44 -Number of tracker hits in this event = 0 +Number of tracker hits in this event = 1 + 44 115.423 909 0 1 1.87626 -68.0466 -204.692 Number of digits in this event = 1 Event: 45 -Number of tracker hits in this event = 2 - 45 117.574 1229 3 1 65.9249 43.7023 -114.542 - 45 9.66169 1054 4 0 -24.5825 30.9121 -85.8928 -Number of digits in this event = 2 +Number of tracker hits in this event = 19 + 45 230.285 900 4 1 0.243145 -0.105666 -84.45 + 45 117.913 899 4 0 0.247452 -0.106881 -85.85 + 45 310.72 901 3 1 0.328519 -0.147487 -114.45 + 45 129.929 899 3 0 0.336065 -0.154802 -115.85 + 45 97.0965 902 2 1 0.492303 -0.298087 -144.45 + 45 129.466 898 2 0 0.509675 -0.30872 -145.85 + 45 238.483 903 1 1 0.844173 -0.501609 -174.45 + 45 109.715 897 1 0 0.863507 -0.497726 -175.85 + 45 113.129 905 0 1 1.20624 -0.444837 -204.45 + 45 168.871 897 0 0 1.21657 -0.45724 -205.85 + 45 150.331 888 4 0 0.143962 -2.38002 -85.85 + 45 147.449 881 3 0 0.428422 -3.78858 -115.85 + 45 106.375 908 2 1 1.75088 -6.65115 -144.45 + 45 135.111 865 2 0 1.82271 -6.87304 -145.85 + 45 101.369 915 1 1 3.15725 -11.7712 -174.45 + 45 168.76 840 1 0 3.233 -12.0161 -175.85 + 45 171.743 923 0 1 4.65407 -16.9604 -204.45 + 45 175.52 814 0 0 4.74229 -17.2375 -205.85 + 45 190.854 311 0 1 -117.829 -173.639 -204.63 +Number of digits in this event = 14 Event: 46 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Event: 47 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Event: 48 -Number of tracker hits in this event = 1 - 48 86.2434 1026 3 0 -23.3995 25.3801 -116.222 -Number of digits in this event = 1 -Event: 49 -Number of tracker hits in this event = 33 - 49 185.978 902 4 1 0.475635 0.212179 -84.45 - 49 107.254 900 4 0 0.488203 0.234356 -85.85 - 49 112.027 903 3 1 0.759759 0.681725 -114.45 - 49 162.324 903 3 0 0.751281 0.699172 -115.85 - 49 117.24 902 2 1 0.534008 1.07764 -144.45 - 49 110.489 905 2 0 0.496324 1.19932 -145.85 - 49 94.7915 898 1 1 -0.402845 3.71536 -174.45 - 49 112.986 918 1 0 -0.459857 3.80995 -175.85 - 49 110.218 891 0 1 -1.69723 5.76151 -204.45 - 49 136.738 929 0 0 -1.73341 5.85694 -205.85 - 49 105.314 898 4 1 -0.252313 -0.42368 -84.45 - 49 271.146 898 4 0 -0.261066 -0.444185 -85.85 - 49 112.057 897 3 1 -0.524753 -1.01236 -114.45 - 49 101.348 895 3 0 -0.528394 -1.04125 -115.85 - 49 102.494 897 2 1 -0.636677 -1.62201 -144.45 - 49 161.629 892 2 0 -0.624679 -1.63971 -145.85 - 49 123.386 897 1 1 -0.461566 -1.96017 -174.45 - 49 116.58 890 1 0 -0.475272 -1.97292 -175.85 - 49 136.917 896 0 1 -0.790111 -2.2335 -204.45 - 49 152.616 888 0 0 -0.794166 -2.25045 -205.85 - 49 70.4537 710 4 0 22.3553 -38.0007 -86.25 - 49 114.708 709 4 0 22.444 -38.1393 -86.1754 - 49 159.809 708 4 0 22.6551 -38.4481 -86.0064 - 49 143.374 706 4 0 22.905 -38.7526 -85.9209 - 49 144.91 705 4 0 23.1752 -39.0429 -86.0098 - 49 146.596 703 4 0 23.521 -39.2664 -86.056 - 49 20.0867 702 4 0 23.7357 -39.5346 -86.2418 - 49 36.5897 258 4 0 8.78822 -128.381 -86.25 - 49 224.405 259 4 0 8.73559 -128.313 -86.1943 - 49 314.845 260 4 0 8.52742 -128.131 -86.0712 - 49 18.4585 904 0 1 0.886381 8.49687 -204.45 - 49 84.5926 903 0 1 0.835984 8.49228 -204.473 - 49 50.4841 902 0 1 0.646757 8.54233 -204.469 -Number of digits in this event = 15 -Event: 50 Number of tracker hits in this event = 2 - 50 152.126 536 1 1 -72.6532 97.8383 -174.45 - 50 128.531 535 1 1 -72.8593 97.7237 -174.473 + 48 142.541 742 4 0 -57.875 -31.4786 -86.25 + 48 182.592 743 4 0 -57.8625 -31.4314 -85.992 Number of digits in this event = 3 -Event: 51 +Event: 49 Number of tracker hits in this event = 0 Number of digits in this event = 1 +Event: 50 +Number of tracker hits in this event = 25 + 50 100.816 901 4 1 0.301599 -0.216135 -84.45 + 50 97.1167 899 4 0 0.324785 -0.21264 -85.85 + 50 123.663 903 3 1 0.81091 -0.0872968 -114.45 + 50 202.563 899 3 0 0.839964 -0.0820381 -115.85 + 50 111.24 909 1 1 1.8566 0.46006 -174.45 + 50 118.235 902 1 0 1.85489 0.469872 -175.85 + 50 204.569 909 0 1 1.86918 0.711214 -204.45 + 50 121.005 903 0 0 1.87588 0.720441 -205.85 + 50 138.308 906 1 1 1.44348 -0.361356 -174.45 + 50 110.734 895 1 0 1.44898 -0.998513 -175.85 + 50 125.024 902 0 1 0.491623 -11.3295 -204.45 + 50 93.6309 841 0 0 0.108208 -11.7438 -205.85 + 50 324.617 907 1 1 1.45731 -0.337549 -174.45 + 50 126.148 898 1 0 1.48123 -0.367759 -175.85 + 50 100.835 908 0 1 1.81827 -0.626446 -204.45 + 50 144.745 896 0 0 1.73592 -0.717259 -205.85 + 50 165.805 900 3 1 0.179656 0.0856837 -114.45 + 50 108.771 900 3 0 0.197443 0.0903386 -115.85 + 50 119.075 901 2 1 0.350936 0.168456 -144.45 + 50 139.562 900 2 0 0.348867 0.172233 -145.85 + 50 129.949 901 1 1 0.313284 0.274649 -174.45 + 50 131.839 901 1 0 0.348517 0.282148 -175.85 + 50 159.445 904 0 1 0.875649 0.398946 -204.45 + 50 425.399 901 0 0 0.95625 0.399738 -205.85 + 50 134.835 1249 3 0 -128.399 70.0135 -115.895 +Number of digits in this event = 18 +Event: 51 +Number of tracker hits in this event = 11 + 51 215.995 900 2 1 0.123053 0.302943 -144.45 + 51 123.405 901 2 0 0.199 0.295133 -145.85 + 51 139.592 907 1 1 1.62491 -0.370302 -174.45 + 51 108.372 898 1 0 1.71443 -0.399993 -175.85 + 51 151.075 916 0 1 3.3613 -1.08283 -204.45 + 51 121.076 895 0 0 3.41569 -1.01347 -205.85 + 51 172.613 900 2 0 0.064633 0.0583881 -145.85 + 51 119.778 899 0 1 -0.157448 0.558651 -204.45 + 51 115.457 902 0 0 -0.164195 0.567862 -205.85 + 51 75.3644 1115 0 1 43.1341 55.951 -204.455 + 51 88.7494 1114 0 1 43.0373 55.9842 -204.57 +Number of digits in this event = 7 Event: 52 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 6 + 52 99.5353 889 1 1 -2.15084 0.479675 -174.45 + 52 115.965 902 1 0 -2.3113 0.558801 -175.85 + 52 124.336 871 0 1 -5.82006 2.30473 -204.45 + 52 102.968 911 0 0 -6.01349 2.38416 -205.85 + 52 113.556 900 0 1 0.187626 0.149084 -204.45 + 52 128.21 900 0 0 0.191442 0.145587 -205.85 +Number of digits in this event = 3 Event: 53 +Number of tracker hits in this event = 8 + 53 135.305 900 1 1 0.138128 -0.151386 -174.45 + 53 132.274 899 1 0 0.133232 -0.159455 -175.85 + 53 114.249 900 0 1 0.0522472 -0.296545 -204.45 + 53 132.302 899 2 0 0.0747565 -0.0512534 -145.85 + 53 148.366 906 1 1 1.40986 -0.758398 -174.45 + 53 111.195 897 1 0 1.46741 -0.623207 -175.85 + 53 285.63 910 0 1 2.24767 2.55543 -204.45 + 53 109.965 912 0 0 2.27218 2.53208 -205.85 +Number of digits in this event = 8 +Event: 54 Number of tracker hits in this event = 0 Number of digits in this event = 1 -Event: 54 -Number of tracker hits in this event = 31 - 54 114.315 900 3 1 0.146299 0.332105 -114.45 - 54 121.157 901 3 0 0.148366 0.357831 -115.85 - 54 234.103 900 2 1 0.209746 0.924377 -144.45 - 54 277.504 904 2 0 0.22028 0.955296 -145.85 - 54 108.238 902 1 1 0.504973 1.57672 -174.45 - 54 124.273 907 1 0 0.461522 1.61971 -175.85 - 54 287.652 898 0 1 -0.265363 2.5527 -204.45 - 54 307.157 912 0 0 -0.319564 2.62344 -205.85 - 54 70.4478 899 0 1 -0.223832 2.54698 -204.703 - 54 112.374 909 0 0 0.548463 1.95381 -205.85 - 54 307.558 908 0 0 0.633489 1.84236 -205.985 - 54 144.14 898 1 1 -0.329026 0.952509 -174.45 - 54 273.509 904 1 0 -0.288698 1.02371 -175.85 - 54 48.8057 902 2 1 0.547285 0.952301 -144.45 - 54 103.491 903 2 1 0.700753 0.945876 -144.534 - 54 14.584 904 2 1 0.962754 1.00987 -144.791 - 54 106.68 905 2 0 1.45335 1.18961 -145.85 - 54 67.9603 906 2 0 1.64332 1.30664 -146.126 - 54 98.5685 1292 3 1 78.6489 -9.98167 -114.802 - 54 121.865 1293 3 1 78.6745 -9.9942 -114.78 - 54 82.3923 900 5 0 -0.166178 0.05 -55.961 - 54 133.987 864 4 1 -7.08391 3.74473 -84.45 - 54 151.73 918 4 0 -7.31129 3.83483 -85.85 - 54 232.456 838 3 1 -12.4061 4.15674 -114.45 - 54 151.329 924 3 0 -12.9945 5.02784 -115.85 - 54 116.43 769 2 1 -26.1703 21.5309 -144.45 - 54 131.205 1007 2 0 -26.7595 21.6355 -145.85 - 54 145.578 706 1 1 -38.7128 24.7498 -174.45 - 54 137.279 1024 1 0 -38.9634 24.9794 -175.85 - 54 151.658 680 0 1 -44.0432 29.6127 -204.45 - 54 141.258 1048 0 0 -43.7472 29.8076 -205.85 -Number of digits in this event = 21 Event: 55 -Number of tracker hits in this event = 1 - 55 92.5286 1163 6 1 52.7178 52.2254 -24.5141 +Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 56 -Number of tracker hits in this event = 0 +Number of tracker hits in this event = 1 + 56 12.7793 1149 2 1 49.9791 110.763 -144.849 Number of digits in this event = 2 Event: 57 -Number of tracker hits in this event = 30 - 57 139.466 900 5 0 0.119803 0.055401 -55.85 - 57 121.06 912 4 1 2.52139 2.03988 -84.45 - 57 113.744 910 4 0 2.73921 2.11703 -85.85 - 57 194.522 935 3 1 7.07469 3.94762 -114.45 - 57 107.171 919 3 0 7.21733 3.8752 -115.85 - 57 43.8089 949 2 1 10.025 0.0543696 -144.45 - 57 152.065 899 2 0 10.3754 -0.117496 -145.85 - 57 169.589 978 1 1 15.8406 -2.6246 -174.45 - 57 122.112 885 1 0 16.1174 -3.00195 -175.85 - 57 477.058 1014 0 1 22.951 -9.03725 -204.45 - 57 120.554 854 0 0 23.3992 -9.16852 -205.85 - 57 528.011 898 2 1 -0.327757 1.91204 -144.45 - 57 104.6 908 2 0 -0.368919 1.76236 -145.85 - 57 101.333 891 1 1 -1.73488 -0.0724155 -174.45 - 57 122.574 898 1 0 -1.9038 -0.297698 -175.85 - 57 127.834 896 0 1 -0.797753 1.26132 -204.45 - 57 143.571 908 0 0 -1.51508 1.70843 -205.85 - 57 94.9996 899 4 1 -0.117157 0.0996754 -84.45 - 57 110.723 900 4 0 -0.116558 0.0976952 -85.85 - 57 531.557 899 3 1 -0.127354 0.0629619 -114.45 - 57 186.692 900 3 0 -0.128018 0.060731 -115.85 - 57 95.3436 897 1 1 -0.580738 0.18581 -174.45 - 57 111.721 900 1 0 -0.610094 0.193885 -175.85 - 57 119.981 894 0 1 -1.20107 0.367175 -204.45 - 57 202.724 901 0 0 -1.23498 0.371522 -205.85 - 57 133.279 909 2 0 -0.213405 1.89426 -145.85 - 57 143.551 910 1 1 2.12311 1.44092 -174.45 - 57 133.25 906 1 0 2.13782 1.41886 -175.85 - 57 101.836 912 0 1 2.62507 1.48242 -204.45 - 57 120.608 907 0 0 2.68835 1.53309 -205.85 -Number of digits in this event = 21 -Event: 58 Number of tracker hits in this event = 1 - 58 138.946 1174 0 1 54.9699 -1.56562 -204.494 -Number of digits in this event = 2 + 57 25.8095 1208 2 0 -24.0042 61.7115 -145.978 +Number of digits in this event = 1 +Event: 58 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 59 -Number of tracker hits in this event = 2 - 59 149.926 718 4 1 -36.339 78.6663 -84.7829 - 59 105.59 781 4 0 -7.78465 -23.825 -86.25 -Number of digits in this event = 3 +Number of tracker hits in this event = 45 + 59 291.906 900 3 1 0.131171 0.144193 -114.45 + 59 237.33 900 3 0 0.138225 0.163752 -115.85 + 59 233.51 901 2 1 0.368514 0.621817 -144.45 + 59 691.088 902 2 0 0.363202 0.628353 -145.85 + 59 107.475 900 1 1 0.095658 0.689407 -174.45 + 59 109.282 903 1 0 0.104254 0.693967 -175.85 + 59 109.616 900 0 1 0.217351 0.775559 -204.45 + 59 108.492 903 0 0 0.271534 0.759757 -205.85 + 59 214.465 1001 1 1 20.3117 6.2468 -174.45 + 59 196.482 931 1 0 21.3862 6.26572 -175.85 + 59 125.5 1123 0 1 44.7579 9.42891 -204.45 + 59 123.775 949 0 0 44.7928 9.91926 -205.85 + 59 238.031 900 2 1 0.0985513 0.510269 -144.45 + 59 103.293 897 1 1 -0.566353 0.568206 -174.45 + 59 129.889 902 1 0 -0.663117 0.629766 -175.85 + 59 102.984 888 0 1 -2.32335 1.73485 -204.45 + 59 115.901 908 0 0 -2.37333 1.66547 -205.85 + 59 158.075 920 1 1 4.21415 -1.54982 -174.45 + 59 200.536 885 1 0 4.96177 -2.86808 -175.85 + 59 506.413 521 1 0 3.70685 -75.656 -176.25 + 59 113.267 520 1 0 3.6364 -75.8936 -175.967 + 59 45.4999 887 1 1 -2.51056 -73.9135 -174.85 + 59 184.78 527 1 0 -4.69324 -74.532 -175.85 + 59 152.4 528 1 0 -5.10221 -74.4285 -175.994 + 59 125.313 529 1 0 -5.19172 -74.2455 -176.01 + 59 171.779 1003 0 1 20.6602 -36.6909 -204.45 + 59 76.4313 726 0 0 20.7681 -34.784 -205.85 + 59 115.358 727 0 0 20.7421 -34.5985 -206.029 + 59 176.025 757 0 0 23.5148 -28.5961 -206.25 + 59 280.637 756 0 0 23.4519 -28.6716 -205.957 + 59 114.433 755 0 0 23.4478 -28.8617 -205.991 + 59 55.0574 864 1 0 24.6138 -7.11637 -176.25 + 59 182.504 865 1 0 24.6466 -7.03671 -176.145 + 59 196.176 866 1 0 24.718 -6.82579 -175.921 + 59 135.914 1094 2 1 38.935 -117.684 -144.45 + 59 65.0079 1093 2 1 38.833 -117.61 -144.486 + 59 108.877 1095 2 1 39.0815 -117.504 -144.706 + 59 126.953 312 2 0 41.4095 -117.705 -145.85 + 59 123.364 311 2 0 41.6092 -117.76 -145.896 + 59 131.158 902 2 1 0.521687 0.194094 -144.45 + 59 110.092 900 2 0 0.518095 0.20261 -145.85 + 59 104.364 903 1 1 0.708621 0.297212 -174.45 + 59 147.036 901 1 0 0.749591 0.351478 -175.85 + 59 112.832 907 0 1 1.58865 1.36618 -204.45 + 59 134.655 906 0 0 1.68827 1.40967 -205.85 +Number of digits in this event = 29 Event: 60 Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Event: 61 -Number of tracker hits in this event = 0 Number of digits in this event = 1 +Event: 61 +Number of tracker hits in this event = 10 + 61 144.215 900 1 1 0.05 0.0832804 -174.529 + 61 235.144 902 1 0 1.09899 0.46979 -175.85 + 61 117.704 1037 0 1 27.5547 -0.966392 -204.45 + 61 68.3914 1036 0 1 27.4096 -1.19553 -204.693 + 61 100.274 884 0 0 26.9178 -3.20353 -205.85 + 61 66.5713 882 0 0 26.7802 -3.46757 -205.992 + 61 89.838 881 0 0 26.6105 -3.68574 -206.076 + 61 56.6437 880 0 0 26.4464 -3.92274 -206.107 + 61 163.158 1332 0 1 86.507 -150.31 -204.45 + 61 409.633 1331 0 1 86.4262 -150.49 -204.619 +Number of digits in this event = 6 Event: 62 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 5 + 62 101.351 913 0 1 2.83327 -3.64216 -204.45 + 62 336.71 914 0 1 2.8749 -3.67697 -204.628 + 62 120.627 880 0 0 3.17656 -4.00613 -205.85 + 62 27.5627 876 0 0 -2.19535 -4.77872 -205.85 + 62 85.614 884 0 1 -3.10971 -4.68188 -204.85 +Number of digits in this event = 4 Event: 63 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 14 + 63 110.521 897 3 1 -0.561159 -0.549137 -114.45 + 63 126.61 897 3 0 -0.612048 -0.612851 -115.85 + 63 120.146 891 2 1 -1.69085 -2.01531 -144.45 + 63 155.163 889 2 0 -1.71279 -2.08511 -145.85 + 63 135.871 888 1 1 -2.30748 -3.53944 -174.45 + 63 109.441 881 1 0 -2.36282 -3.65914 -175.85 + 63 112.652 882 0 1 -3.52298 -6.1559 -204.45 + 63 163.382 869 0 0 -3.58459 -6.21134 -205.85 + 63 99.8587 900 3 1 0.135097 -0.0689621 -114.45 + 63 119.208 899 3 0 0.139578 -0.073631 -115.85 + 63 145.175 901 2 1 0.289374 -0.166848 -144.45 + 63 109.22 899 2 0 0.295168 -0.16115 -145.85 + 63 108.906 903 0 1 0.729684 0.177167 -204.45 + 63 228.159 900 0 0 0.752959 0.182889 -205.85 +Number of digits in this event = 8 Event: 64 -Number of tracker hits in this event = 17 - 64 118.219 899 1 1 -0.0960567 0.126787 -174.45 - 64 146.5 900 1 0 -0.0932658 0.123522 -175.85 - 64 189.257 72 1 1 -165.57 21.8503 -174.543 - 64 11.5734 1757 1 0 7.46554 171.572 -175.866 - 64 30.1386 1338 2 0 10.0188 87.7726 -146.057 - 64 196.763 947 2 1 9.56382 87.2426 -144.847 - 64 176.377 897 1 1 -0.474465 0.376806 -174.45 - 64 133.211 901 1 0 -0.496598 0.388057 -175.85 - 64 357.875 895 0 1 -0.892722 0.635801 -204.45 - 64 133.119 902 0 0 -0.926598 0.644149 -205.85 - 64 132.833 909 1 1 2.0129 4.49939 -174.45 - 64 128.587 922 1 0 2.35422 4.54094 -175.85 - 64 149.201 951 0 1 10.4252 5.60353 -204.45 - 64 110.422 927 0 0 10.8455 5.6229 -205.85 - 64 111.682 963 1 1 12.7162 165.255 -174.535 - 64 247.185 962 1 1 12.6338 165.304 -174.573 - 64 315.862 903 0 0 -0.928039 0.679723 -205.85 -Number of digits in this event = 15 +Number of tracker hits in this event = 26 + 64 130.349 899 3 1 -0.171914 0.260799 -114.45 + 64 119.429 901 3 0 -0.17075 0.268595 -115.85 + 64 140.54 899 2 1 -0.133025 0.434693 -144.45 + 64 96.2524 901 2 0 -0.137151 0.441455 -145.85 + 64 104.35 899 1 1 -0.182796 0.521161 -174.45 + 64 138.019 902 1 0 -0.17937 0.542512 -175.85 + 64 124.251 899 0 1 -0.0871071 1.06152 -204.45 + 64 185.777 905 0 0 -0.0996567 1.09092 -205.85 + 64 56.041 1062 0 1 32.6375 51.7424 -204.707 + 64 137.716 892 3 1 -1.6133 -0.0927942 -114.45 + 64 121.328 899 3 0 -1.6265 -0.136935 -115.85 + 64 272.412 891 2 1 -1.81726 -1.2783 -144.45 + 64 212.04 893 2 0 -1.84276 -1.34546 -145.85 + 64 127.728 887 1 1 -2.589 -2.40967 -174.45 + 64 116.033 887 1 0 -2.64816 -2.48123 -175.85 + 64 124.117 881 0 1 -3.82986 -3.97774 -204.45 + 64 115.503 879 0 0 -3.90338 -4.10068 -205.85 + 64 311.892 896 0 1 -0.710491 -0.6154 -204.45 + 64 103.386 903 0 0 0.447481 0.813307 -205.85 + 64 37.2015 904 0 0 0.632323 1.04848 -206.199 + 64 211.922 906 0 0 0.551336 1.27711 -206.203 + 64 12.9752 1067 0 0 10.0717 33.509 -206.25 + 64 127.645 1399 0 0 34.4645 100.033 -206.25 + 64 37.8236 1286 0 0 25.644 77.2819 -206.25 + 64 73.6884 1285 0 0 25.6073 77.2487 -206.235 + 64 124.094 895 0 0 -0.945683 -0.852337 -205.85 +Number of digits in this event = 17 Event: 65 -Number of tracker hits in this event = 9 - 65 121.88 900 0 1 0.127881 -0.216936 -204.45 - 65 108.087 899 0 0 0.136587 -0.24652 -205.85 - 65 129.153 900 1 1 0.155219 0.0504489 -174.45 - 65 149.915 901 0 1 0.30744 0.0808109 -204.45 - 65 95.6583 900 0 0 0.303615 0.0802871 -205.85 - 65 92.9704 1136 2 1 47.3555 -17.4705 -144.723 - 65 200.893 1135 2 1 47.2328 -17.5536 -144.655 - 65 1.844 807 2 0 47.8331 -18.5949 -145.85 - 65 32.2816 806 2 0 47.9055 -18.7166 -145.973 -Number of digits in this event = 5 +Number of tracker hits in this event = 12 + 65 179.696 899 1 1 -0.135803 -0.455585 -174.45 + 65 144.648 897 1 0 -0.144995 -0.459216 -175.85 + 65 103.25 898 0 1 -0.303229 -0.571693 -204.45 + 65 121.121 897 0 0 -0.306017 -0.569053 -205.85 + 65 146.178 1044 5 0 -118.442 28.999 -56.25 + 65 108.39 1045 5 0 -118.46 29.0571 -56.1718 + 65 151.654 898 2 1 -0.261626 0.15546 -144.45 + 65 310.699 900 2 0 -0.256248 0.164449 -145.85 + 65 139.34 898 1 1 -0.26382 0.382054 -174.45 + 65 122.913 901 1 0 -0.272588 0.429799 -175.85 + 65 125.919 897 0 1 -0.493985 1.44176 -204.45 + 65 432.868 907 0 0 -0.528156 1.51291 -205.85 +Number of digits in this event = 12 Event: 66 -Number of tracker hits in this event = 17 - 66 84.3985 905 0 0 -0.282388 1.11086 -205.85 - 66 106.273 906 0 0 -0.339804 1.27251 -206.031 - 66 66.8129 907 0 0 -0.538947 1.53974 -206.071 - 66 54.999 908 0 0 -0.619022 1.72554 -205.993 - 66 49.5694 899 0 1 -0.0813179 1.76302 -204.85 - 66 53.3632 328 4 0 -23.9464 -114.504 -85.9556 - 66 37.636 327 4 0 -23.9806 -114.555 -85.8817 - 66 33.221 777 4 1 -24.5149 -116.003 -84.85 - 66 44.9456 315 4 0 -27.4317 -117.099 -85.85 - 66 75.5736 314 4 0 -27.4631 -117.152 -85.8583 - 66 63.1377 711 5 0 9.15653 -37.756 -56.1803 - 66 89.7807 710 5 0 9.08747 -37.8544 -56.0844 - 66 56.193 709 5 0 8.99461 -38.0931 -55.9081 - 66 65.6109 932 5 1 6.55745 -39.8123 -54.85 - 66 161.23 931 5 1 6.43131 -39.9097 -54.8317 - 66 96.6315 700 5 0 5.41037 -39.9318 -55.85 - 66 316.784 699 5 0 5.26511 -40.077 -55.9938 +Number of tracker hits in this event = 2 + 66 46.262 523 12 0 76.6343 -75.3917 154.004 + 66 159.415 522 12 0 76.6269 -75.4591 154.068 Number of digits in this event = 3 Event: 67 -Number of tracker hits in this event = 2 - 67 32.0309 924 1 0 17.5945 5.01134 -176.25 - 67 167.02 925 1 0 17.676 5.05297 -176.207 -Number of digits in this event = 2 -Event: 68 Number of tracker hits in this event = 0 Number of digits in this event = 1 +Event: 68 +Number of tracker hits in this event = 29 + 68 151.547 898 1 1 -0.267665 -0.0718249 -174.45 + 68 3.40517 899 1 0 -0.272933 -0.0501698 -175.85 + 68 109.502 898 0 1 -0.382152 0.341204 -204.45 + 68 122.299 901 0 0 -0.39948 0.36251 -205.85 + 68 205.002 901 4 1 0.447272 -0.166326 -84.45 + 68 185.343 899 4 0 0.490163 -0.179643 -85.85 + 68 131.693 906 3 1 1.3754 -0.467725 -114.45 + 68 117.701 897 3 0 1.39849 -0.520132 -115.85 + 68 142.961 909 2 1 1.88513 -1.52461 -144.45 + 68 315.309 892 2 0 1.89678 -1.56776 -145.85 + 68 203.095 909 1 1 2.03665 -2.33168 -174.45 + 68 112.254 888 1 0 2.02733 -2.3818 -175.85 + 68 138.665 908 0 1 1.80769 -3.43514 -204.45 + 68 153.363 882 0 0 1.76205 -3.51814 -205.85 + 68 74.9025 471 2 0 142.208 -85.7286 -146.25 + 68 133.058 470 2 0 142.27 -85.8506 -146.119 + 68 268.945 469 2 0 142.286 -86.0738 -146.118 + 68 134.604 911 2 1 2.3813 -0.947596 -144.45 + 68 159.16 891 2 0 3.15272 -1.6515 -145.85 + 68 177.536 978 1 1 15.8431 -19.0566 -174.45 + 68 246.789 799 1 0 17.209 -20.2271 -175.85 + 68 79.9348 797 1 0 17.6043 -20.5486 -176.188 + 68 283.514 594 1 0 98.2799 -61.0835 -176.25 + 68 210.727 1401 1 1 100.548 -61.0256 -174.85 + 68 275.668 1405 1 1 101.322 -60.7812 -174.45 + 68 360.558 611 1 0 102.497 -57.8132 -175.85 + 68 323.206 912 2 1 2.48793 -1.01429 -144.45 + 68 130.587 893 2 0 2.85948 -1.36683 -145.85 + 68 120.231 1067 1 1 33.5962 14.0294 -174.764 +Number of digits in this event = 25 Event: 69 -Number of tracker hits in this event = 70 - 69 112.052 899 1 1 -0.0947203 2.38744 -174.45 - 69 122.163 911 1 0 -0.093442 2.41552 -175.85 - 69 111.572 899 0 1 -0.0592585 2.99453 -204.45 - 69 146.164 914 0 0 -0.0613834 3.02988 -205.85 - 69 131.681 902 5 1 0.574297 -0.267834 -54.45 - 69 171.563 898 5 0 0.592832 -0.283378 -55.85 - 69 145.619 904 4 1 0.992234 -0.568703 -84.45 - 69 433.191 897 4 0 1.01256 -0.633338 -85.85 - 69 157.067 907 3 1 1.47508 -2.10849 -114.45 - 69 101.732 889 3 0 1.53013 -2.20874 -115.85 - 69 145.378 912 2 1 2.51751 -4.62279 -144.45 - 69 116.997 876 2 0 2.5318 -4.72568 -145.85 - 69 236.426 914 1 1 2.87873 -6.55877 -174.45 - 69 130.707 867 1 0 2.97715 -6.61519 -175.85 - 69 130.688 925 0 1 5.20974 -7.54248 -204.45 - 69 116.392 862 0 0 5.31981 -7.54701 -205.85 - 69 122.009 893 0 0 6.87537 -1.41191 -206.25 - 69 137.428 934 0 1 6.87794 -0.990843 -204.85 - 69 122.686 934 1 0 4.32818 7.02438 -176.25 - 69 147.115 920 1 1 4.21618 7.43174 -174.85 - 69 221.418 966 2 0 2.1194 13.4019 -146.25 - 69 184.885 909 2 1 2.02998 13.6554 -144.85 - 69 116.555 981 3 0 4.59853 16.4013 -116.25 - 69 110.409 923 3 1 4.73147 16.5085 -114.85 - 69 118.722 989 4 0 8.96183 17.9875 -86.25 - 69 117.348 945 4 1 9.16435 18.1006 -84.85 - 69 128.72 1092 5 0 17.1247 38.6066 -56.25 - 69 192.028 987 5 1 17.4802 39.6091 -54.85 - 69 310.551 1409 6 0 31.282 102.103 -26.25 - 69 52.9798 1414 6 0 31.4554 102.953 -25.8866 - 69 192.262 1060 6 1 32.2053 106.017 -24.85 - 69 625.062 1061 6 1 32.3404 106.608 -24.649 - 69 301.153 1778 7 0 43.2384 175.788 3.75 - 69 136.739 1781 7 0 43.3066 176.488 4.00486 - 69 102.589 1119 7 1 43.8814 179.82 5.15 - 69 209.759 1053 6 1 30.781 104.657 -24.85 - 69 150.198 944 4 1 8.92827 17.1811 -84.85 - 69 123.367 943 4 1 8.84102 16.9611 -84.6425 - 69 326.275 979 4 0 9.95879 15.9738 -85.85 - 69 97.9503 978 4 0 10.2417 15.8323 -86.1629 - 69 104.124 980 4 0 11.0208 16.0638 -86.0639 - 69 109.306 981 4 0 11.261 16.2654 -85.9944 - 69 133.695 982 4 0 11.4732 16.4954 -86.0372 - 69 65.1377 983 4 0 11.5192 16.7671 -86.1843 - 69 474.406 984 4 0 11.5229 16.9092 -86.2236 - 69 323.934 905 3 1 1.19102 -1.97546 -114.45 - 69 173.383 906 3 1 1.29202 -1.59768 -114.725 - 69 36.6601 904 3 1 0.996759 -0.949128 -114.782 - 69 114.679 898 3 0 0.485357 -0.436301 -115.85 - 69 58.7343 899 3 0 0.350196 -0.229367 -115.887 - 69 356.394 900 3 0 0.194231 0.05 -115.969 - 69 173.349 901 5 1 0.372572 0.05 -54.4786 - 69 94.2382 900 5 1 0.149298 0.490204 -54.4593 - 69 311.979 899 5 1 -0.05 1.35447 -54.5718 - 69 190.978 915 5 0 -0.945794 3.11417 -55.85 - 69 90.1512 916 5 0 -1.03054 3.30946 -55.9723 - 69 77.9383 917 5 0 -1.06323 3.57918 -56.0661 - 69 85.5015 918 5 0 -1.196 3.8254 -56.055 - 69 84.7135 920 5 0 -1.29799 4.08907 -56.0033 - 69 133.862 921 5 0 -1.37725 4.34474 -56.0705 - 69 71.6696 922 5 0 -1.33384 4.62962 -56.0621 - 69 80.5041 924 5 0 -1.38932 4.88115 -55.9684 - 69 272.206 925 5 0 -1.57214 5.0915 -55.9147 - 69 97.4334 927 5 0 -1.72202 5.48703 -56.019 - 69 102.645 928 5 0 -1.72356 5.74097 -56.0201 - 69 111.292 929 5 0 -1.661 5.98671 -56.0013 - 69 57.9361 930 5 0 -1.7923 6.1549 -55.9248 - 69 30.1315 885 5 1 -2.92582 4.95081 -54.85 - 69 250.375 919 5 0 -9.11344 3.93465 -55.85 - 69 1.67604 1783 7 0 43.3512 176.875 4.13487 -Number of digits in this event = 42 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 70 -Number of tracker hits in this event = 17 - 70 128.474 899 2 1 -0.0780013 -0.235139 -144.45 - 70 0.214753 899 2 0 -0.0500188 -0.0663483 -145.85 - 70 432.793 895 1 1 -0.914923 3.33427 -174.45 - 70 147.476 917 1 0 -1.28147 3.58236 -175.85 - 70 125.646 871 0 1 -5.73691 7.98323 -204.45 - 70 99.4541 941 0 0 -5.4963 8.25533 -205.85 - 70 99.4926 896 1 1 -0.680467 -0.741826 -174.45 - 70 118.813 896 1 0 -0.667701 -0.789174 -175.85 - 70 161.902 898 0 1 -0.363763 -1.74598 -204.45 - 70 113.745 891 0 0 -0.237443 -1.82373 -205.85 - 70 3.95618 900 3 1 0.092514 0.05 -114.844 - 70 62.5112 900 3 0 1.93327 0.207829 -115.85 - 70 113.762 901 3 0 2.10442 0.252409 -115.883 - 70 35.5344 902 3 0 2.34111 0.470913 -115.874 - 70 52.4364 931 3 1 6.25367 2.18699 -114.85 - 70 307.568 908 3 0 7.41528 1.81723 -115.85 - 70 36.6487 909 3 0 7.45995 1.85101 -116.017 -Number of digits in this event = 7 +Number of tracker hits in this event = 8 + 70 162.158 898 2 1 -0.277068 -0.201679 -144.45 + 70 147.414 899 2 0 -0.296477 -0.207421 -145.85 + 70 113.89 896 1 1 -0.722705 -0.645093 -174.45 + 70 125.726 897 1 0 -0.82438 -0.613282 -175.85 + 70 111.359 885 0 1 -2.94585 0.0641983 -204.45 + 70 246.349 900 0 0 -3.10404 0.0734922 -205.85 + 70 188.961 899 0 1 -0.109582 0.173585 -204.45 + 70 124.839 925 7 0 -129.876 5.08292 4.03098 +Number of digits in this event = 8 Event: 71 -Number of tracker hits in this event = 30 - 71 298.143 899 2 1 -0.106229 -0.448784 -144.45 - 71 103.544 897 2 0 -0.110856 -0.464307 -145.85 - 71 125.627 899 1 1 -0.207207 -0.77933 -174.45 - 71 135.216 896 1 0 -0.212632 -0.795651 -175.85 - 71 254.244 898 0 1 -0.328858 -1.10444 -204.45 - 71 142.982 894 0 0 -0.343686 -1.11412 -205.85 - 71 111.426 1047 1 1 29.5406 -15.2793 -174.79 - 71 274.485 1048 1 1 29.6543 -15.3238 -174.513 - 71 345.212 827 1 0 31.2032 -14.5984 -175.85 - 71 50.5893 244 3 0 126.368 -131.281 -116.215 - 71 86.7103 243 3 0 126.504 -131.371 -116.181 - 71 348.642 242 3 0 126.626 -131.554 -116.132 - 71 2.98199 1159 13 1 52.0245 62.6634 185.355 - 71 226.98 227 5 0 -163.208 -134.58 -56.25 - 71 125.52 229 5 0 -163.502 -134.305 -56.0491 - 71 208.477 231 5 0 -163.6 -133.874 -55.941 - 71 2.30638 233 5 0 -163.724 -133.452 -55.8523 - 71 371.638 79 5 1 -164.168 -131.736 -54.85 - 71 76.7981 78 5 1 -164.405 -130.934 -54.4673 - 71 44.4032 77 5 1 -164.609 -130.806 -54.4665 - 71 51.3789 984 6 1 17.0259 -15.4036 -24.7069 - 71 136.85 900 4 1 0.137326 -0.14095 -84.45 - 71 145.42 887 3 1 -2.49284 -4.64531 -114.45 - 71 136.456 878 3 0 -2.60965 -4.40685 -115.85 - 71 171.316 859 2 1 -8.14697 3.39699 -144.45 - 71 129.665 918 2 0 -8.41829 3.71973 -145.85 - 71 128.731 827 1 1 -14.6378 9.98692 -174.45 - 71 104.049 949 1 0 -14.6758 9.95021 -175.85 - 71 100.874 820 0 1 -15.9631 9.9081 -204.45 - 71 135.33 950 0 0 -16.1695 10.1749 -205.85 -Number of digits in this event = 20 -Event: 72 Number of tracker hits in this event = 0 Number of digits in this event = 1 +Event: 72 +Number of tracker hits in this event = 58 + 72 201.363 896 3 1 -0.774009 0.288345 -114.45 + 72 131.919 901 3 0 -0.800953 0.312354 -115.85 + 72 120.528 893 2 1 -1.33278 0.85092 -144.45 + 72 187.262 904 2 0 -1.36489 0.891888 -145.85 + 72 456.214 890 1 1 -2.02469 1.76745 -174.45 + 72 794.237 908 1 0 -2.07151 1.78738 -175.85 + 72 111.875 885 0 1 -2.98586 2.25041 -204.45 + 72 119.552 911 0 0 -3.04035 2.2957 -205.85 + 72 169.179 886 0 1 -2.81399 3.17542 -204.45 + 72 132.411 915 0 0 -2.8674 3.20325 -205.85 + 72 124.139 893 1 1 -1.25808 0.966765 -174.45 + 72 306.94 904 1 0 -1.25879 1.01876 -175.85 + 72 127.439 894 0 1 -1.2017 1.3636 -204.45 + 72 129.18 907 0 0 -1.13661 1.54847 -205.85 + 72 248.825 899 3 0 -0.462244 -0.0550211 -115.85 + 72 272.078 898 1 1 -0.395885 -0.81948 -174.45 + 72 97.3988 896 1 0 -0.396049 -0.808774 -175.85 + 72 118.599 899 0 1 -0.2308 -0.50939 -204.45 + 72 102.254 897 0 0 -0.203114 -0.510548 -205.85 + 72 221.953 894 1 1 -1.19764 1.02456 -174.45 + 72 170.947 898 2 1 -0.412019 1.05586 -144.45 + 72 399.041 905 2 0 -0.399234 1.21537 -145.85 + 72 128.44 900 1 1 0.147317 4.14601 -174.45 + 72 134.443 921 1 0 0.0861986 4.41711 -175.85 + 72 144.45 892 0 1 -1.46548 10.1598 -204.45 + 72 143.634 952 0 0 -1.44851 10.6356 -205.85 + 72 108.962 962 0 0 -9.12738 12.5903 -206.25 + 72 133.622 854 0 1 -9.23723 12.6662 -204.85 + 72 382.114 870 1 0 -29.5478 -6.0348 -176.25 + 72 345.331 744 1 1 -31.0541 -7.30343 -174.85 + 72 124.88 741 1 1 -31.8438 -7.82363 -174.45 + 72 133.313 859 1 0 -30.9207 -8.0661 -175.85 + 72 226.921 901 1 0 -71.6423 0.266298 -176.25 + 72 52.4123 902 1 0 -71.9886 0.552273 -176.049 + 72 44.0875 903 1 0 -72.037 0.707489 -175.999 + 72 126.613 905 1 0 -72.3302 1.0684 -175.857 + 72 187.832 532 1 1 -73.4696 2.02629 -174.85 + 72 591.639 531 1 1 -73.663 2.27154 -174.699 + 72 23.788 553 5 0 6.04485 -69.2648 -56.0701 + 72 193.497 963 0 0 -172.848 12.8417 -206.25 + 72 14.9288 964 0 0 -172.952 12.8527 -206.221 + 72 2.61279 979 0 0 26.8489 15.8664 -206.043 + 72 124.769 911 1 0 -1.71313 2.25447 -175.85 + 72 167.056 927 0 1 5.45791 10.4197 -204.45 + 72 150.071 956 0 0 5.75905 11.3536 -205.85 + 72 124.423 896 5 1 -0.666383 0.181886 -54.45 + 72 131.37 900 5 0 -0.717579 0.192916 -55.85 + 72 118.572 891 4 1 -1.74502 0.417874 -84.45 + 72 101.253 901 4 0 -1.78064 0.444549 -85.85 + 72 110.892 887 3 1 -2.61207 0.90442 -114.45 + 72 177.38 904 3 0 -2.62976 0.932256 -115.85 + 72 149.209 885 2 1 -2.92481 1.4351 -144.45 + 72 230.022 906 2 0 -2.93932 1.42223 -145.85 + 72 108.196 884 1 1 -3.24928 1.13194 -174.45 + 72 138.18 877 0 1 -4.61543 0.833396 -204.45 + 72 115.898 904 0 0 -4.68224 0.892511 -205.85 + 72 63.7789 880 2 1 -3.95156 0.923951 -144.45 + 72 105.643 881 2 1 -3.84931 0.980478 -144.621 +Number of digits in this event = 42 Event: 73 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Event: 74 -Number of tracker hits in this event = 3 - 74 52.7756 849 1 0 -163.205 -10.1307 -175.906 - 74 53.9217 80 1 1 -163.957 -10.5374 -174.85 - 74 99.3311 843 1 0 -163.581 -11.2917 -175.85 +Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 75 -Number of tracker hits in this event = 26 - 75 147.335 900 2 1 0.144713 0.0972385 -144.45 - 75 108.753 900 2 0 0.147633 0.0965227 -145.85 - 75 667.838 900 1 1 0.184131 0.0754506 -174.45 - 75 512.939 900 1 0 0.172191 0.0771754 -175.85 - 75 225.113 899 1 0 0.282039 -0.130065 -175.85 - 75 119.455 909 0 1 2.0241 -4.90061 -204.45 - 75 141.967 875 0 0 2.127 -5.02644 -205.85 - 75 115.925 887 0 1 -2.59454 3.80083 -204.45 - 75 99.0078 920 0 0 -2.7387 4.16586 -205.85 - 75 191.062 901 1 0 0.241537 0.261657 -176.25 - 75 138.156 901 1 1 0.259412 1.36305 -174.541 - 75 72.9499 902 1 1 0.481138 1.72416 -174.802 - 75 80.4837 914 1 0 0.944519 3.04404 -175.85 - 75 196.916 915 1 0 0.960376 3.08356 -175.885 - 75 310.03 215 3 0 8.74591 -136.964 -116.25 - 75 115.446 214 3 0 8.80679 -137.162 -116.186 - 75 85.3759 1151 2 1 50.3406 48.4421 -144.718 - 75 139.604 1152 2 1 50.4569 48.463 -144.709 - 75 241.476 894 3 1 -1.07606 -1.57988 -114.45 - 75 233.286 892 3 0 -1.07584 -1.62882 -115.85 - 75 235.938 895 2 1 -0.915701 -2.28549 -144.45 - 75 121.183 888 2 0 -0.967961 -2.26788 -145.85 - 75 140.184 888 1 1 -2.43095 -1.28683 -174.45 - 75 139.467 894 1 0 -2.49079 -1.16546 -175.85 - 75 113.267 878 0 1 -4.41542 1.25746 -204.45 - 75 126.102 907 0 0 -4.57431 1.47439 -205.85 -Number of digits in this event = 20 +Number of tracker hits in this event = 2 + 75 64.2629 706 2 0 -38.4849 -38.787 -146.25 + 75 76.6669 707 2 0 -38.4543 -38.6468 -146.159 +Number of digits in this event = 3 Event: 76 -Number of tracker hits in this event = 13 - 76 281.24 899 2 1 -0.144556 0.439326 -144.45 - 76 119.811 902 2 0 -0.161148 0.467432 -145.85 - 76 101.733 897 1 1 -0.581144 1.09957 -174.45 - 76 116.914 905 1 0 -0.596648 1.13286 -175.85 - 76 123.51 895 0 1 -0.928574 1.86371 -204.45 - 76 238.686 909 0 0 -0.944161 1.90139 -205.85 - 76 187.637 457 8 1 -88.6308 -14.8453 35.2205 - 76 142.514 456 8 1 -88.6535 -14.8442 35.3013 - 76 114.142 898 2 0 -0.101142 -0.289628 -145.85 - 76 117.701 898 1 1 -0.315854 -0.544904 -174.45 - 76 119.313 897 1 0 -0.286663 -0.581831 -175.85 - 76 211.019 901 0 1 0.387224 -1.14891 -204.45 - 76 105.956 894 0 0 0.415519 -1.11421 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 77 -Number of tracker hits in this event = 1 - 77 220.105 620 4 0 -41.5796 -55.9585 -86.25 -Number of digits in this event = 3 +Number of tracker hits in this event = 22 + 77 122.803 899 1 1 -0.0895206 0.0587535 -174.45 + 77 220.936 899 0 1 -0.0813358 -0.214058 -204.45 + 77 114.028 899 0 0 -0.0909505 -0.218839 -205.85 + 77 174.197 885 0 0 -2.15006 -2.88068 -205.85 + 77 52.884 884 0 0 -2.45348 -3.16161 -206.017 + 77 43.2511 883 0 0 -2.51481 -3.31807 -206.067 + 77 32.5333 882 0 0 -2.56193 -3.46551 -206.156 + 77 127.894 1283 1 1 76.6935 9.26518 -174.78 + 77 136.575 1284 1 1 76.8522 9.38604 -174.644 + 77 129.059 897 1 1 -0.645269 0.0729438 -174.45 + 77 123.498 900 1 0 -0.689652 0.113523 -175.85 + 77 140.863 892 0 1 -1.46271 1.00796 -204.45 + 77 95.6423 904 0 0 -1.50546 1.04011 -205.85 + 77 118.637 907 0 0 -1.2503 1.58361 -205.85 + 77 206.476 920 1 1 4.11075 -7.0462 -174.45 + 77 107.222 863 1 0 4.06832 -7.3046 -175.85 + 77 126.092 921 0 1 4.26151 -12.2362 -204.45 + 77 116.509 837 0 0 4.38736 -12.6055 -205.85 + 77 226.047 1264 2 0 130.097 72.9281 -146.25 + 77 225.643 1551 2 1 130.505 73.9117 -144.85 + 77 159.309 1430 0 0 -78.1959 106.241 -206.013 + 77 60.6882 1431 0 0 -78.2729 106.357 -205.899 +Number of digits in this event = 15 Event: 78 +Number of tracker hits in this event = 5 + 78 65.7317 508 9 0 90.441 -78.2716 64.029 + 78 2.40699 1602 12 0 -92.1493 140.637 154.142 + 78 127.185 441 12 1 -91.9324 141.334 155.15 + 78 34.1241 442 12 1 -91.7366 141.425 155.251 + 78 311.021 1608 12 0 -90.912 141.782 154.15 +Number of digits in this event = 3 +Event: 79 Number of tracker hits in this event = 0 Number of digits in this event = 1 -Event: 79 -Number of tracker hits in this event = 5 - 79 97.3719 898 0 1 -0.386637 0.20451 -204.45 - 79 207.528 900 0 0 -0.413177 0.166338 -205.85 - 79 238.376 899 0 1 -0.144004 0.0735631 -204.45 - 79 76.1481 55 4 1 -168.999 -90.8032 -84.7396 - 79 94.936 54 4 1 -169.15 -90.8855 -84.6169 -Number of digits in this event = 4 Event: 80 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 4 + 80 75.9763 902 6 0 -17.3717 0.503316 -26.25 + 80 54.576 901 6 0 -17.1899 0.429039 -26.0318 + 80 118.173 817 6 1 -16.6014 0.589509 -24.85 + 80 8.38686 818 6 1 -16.4452 0.654599 -24.4836 +Number of digits in this event = 1 Event: 81 -Number of tracker hits in this event = 23 - 81 122.689 899 4 1 -0.18225 -0.0601168 -84.45 - 81 166.955 899 4 0 -0.184133 -0.0612354 -85.85 - 81 119.956 899 3 1 -0.247739 -0.084158 -114.45 - 81 137.49 899 3 0 -0.248364 -0.0936746 -115.85 - 81 99.2084 898 2 1 -0.263168 -0.33537 -144.45 - 81 160.192 898 2 0 -0.27365 -0.344148 -145.85 - 81 134.881 897 1 1 -0.450107 -0.540974 -174.45 - 81 107.995 897 1 0 -0.454447 -0.553982 -175.85 - 81 100.486 897 0 1 -0.472472 -0.810253 -204.45 - 81 101.547 896 0 0 -0.468602 -0.820249 -205.85 - 81 83.813 1309 5 0 15.5815 82.0116 -55.9482 - 81 106.717 905 5 1 1.23274 -0.376528 -54.45 - 81 145.783 896 5 0 1.29277 -0.821736 -55.85 - 81 90.8327 913 4 1 2.80928 -8.97645 -84.45 - 81 116.125 853 4 0 2.74175 -9.39325 -85.85 - 81 269.657 909 3 1 2.03419 -17.8867 -114.45 - 81 110.317 810 3 0 1.72702 -17.9737 -115.85 - 81 175.009 878 2 1 -4.43587 -19.3127 -144.45 - 81 104.631 803 2 0 -4.72676 -19.2655 -145.85 - 81 140.077 845 1 1 -10.9731 -17.9317 -174.45 - 81 227.26 813 1 0 -10.9581 -17.4165 -175.85 - 81 125.946 851 0 1 -9.67349 -6.66695 -204.45 - 81 146.967 870 0 0 -9.303 -5.96214 -205.85 -Number of digits in this event = 13 -Event: 82 Number of tracker hits in this event = 0 Number of digits in this event = 1 +Event: 82 +Number of tracker hits in this event = 4 + 82 289.338 900 0 1 0.0921442 0.243457 -204.45 + 82 111.233 901 0 0 0.103369 0.255887 -205.85 + 82 116.955 900 0 0 0.220021 0.159257 -205.85 + 82 4.57475 1776 1 1 175.452 -113.521 -174.85 +Number of digits in this event = 4 Event: 83 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Event: 84 -Number of tracker hits in this event = 28 - 84 232.294 901 5 1 0.32756 -0.246059 -54.45 - 84 143.779 898 5 0 0.332554 -0.255402 -55.85 - 84 116.689 901 4 1 0.295903 -0.333379 -84.45 - 84 121.61 898 4 0 0.303883 -0.338264 -85.85 - 84 162.062 901 3 1 0.302381 -0.427756 -114.45 - 84 198.746 897 3 0 0.29442 -0.455399 -115.85 - 84 123.431 899 2 1 -0.0832206 -1.30345 -144.45 - 84 376.706 893 2 0 -0.103874 -1.35376 -145.85 - 84 113.228 898 1 1 -0.345238 -2.35063 -174.45 - 84 113.403 888 1 0 -0.364201 -2.38386 -175.85 - 84 116.415 896 0 1 -0.834331 -3.12219 -204.45 - 84 120.232 884 0 0 -0.861044 -3.15701 -205.85 - 84 310.483 812 3 0 -5.5156 -17.5456 -116.25 - 84 143.909 807 1 1 -18.6155 13.0234 -174.677 - 84 100.464 900 5 1 0.17674 0.118849 -54.45 - 84 174.581 900 5 0 0.173583 0.1312 -55.85 - 84 105.998 898 3 1 -0.418229 0.560872 -114.45 - 84 156.974 902 3 0 -0.509418 0.597046 -115.85 - 84 116.383 888 2 1 -2.39012 1.32833 -144.45 - 84 169.712 906 2 0 -2.48973 1.3625 -145.85 - 84 141.657 877 1 1 -4.5844 2.06156 -174.45 - 84 110.812 910 1 0 -4.69164 2.08561 -175.85 - 84 186.857 865 0 1 -6.86608 2.56462 -204.45 - 84 224.999 912 0 0 -6.97862 2.59099 -205.85 - 84 13.5808 1648 8 0 85.3408 149.784 33.8717 - 84 22.6456 1061 1 0 -38.3029 32.4373 -176.25 - 84 207.035 1062 1 0 -38.3157 32.4511 -176.196 - 84 75.2074 1063 1 0 -38.3962 32.6527 -176.195 -Number of digits in this event = 18 -Event: 85 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 +Event: 85 +Number of tracker hits in this event = 8 + 85 296.637 228 5 1 -134.4 -2.43231 -54.6789 + 85 259.937 229 5 1 -134.342 -2.62961 -54.4725 + 85 174.043 230 5 1 -134.147 -3.0298 -54.5516 + 85 31.1569 794 0 0 24.9573 -21.1094 -205.891 + 85 30.3291 1026 0 1 25.4232 -21.6626 -204.85 + 85 163.144 1027 0 1 25.4514 -21.6839 -204.795 + 85 40.9325 786 0 0 27.3508 -22.8059 -205.85 + 85 44.6657 795 0 0 24.9406 -21.0474 -205.949 +Number of digits in this event = 5 Event: 86 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 17 + 86 11.0718 899 2 1 -0.05 -0.0778733 -144.804 + 86 118.597 892 1 1 -1.56699 1.20267 -174.45 + 86 132.397 906 1 0 -1.64646 1.29995 -175.85 + 86 129.871 883 0 1 -3.32528 3.28035 -204.45 + 86 112.057 916 0 0 -3.42244 3.39212 -205.85 + 86 115.617 897 1 1 -0.537722 -0.152051 -174.45 + 86 122.072 899 1 0 -0.540667 -0.155426 -175.85 + 86 111.508 897 0 1 -0.587595 -0.21497 -204.45 + 86 151.638 899 0 0 -0.593376 -0.213611 -205.85 + 86 39.3082 900 3 1 0.05 0.0641822 -114.73 + 86 90.2692 904 3 0 0.80601 0.867382 -115.85 + 86 123.312 905 3 0 0.984999 1.07128 -116.03 + 86 103.973 906 3 0 1.24709 1.28797 -116.103 + 86 127.501 907 3 0 1.47528 1.55145 -116.096 + 86 126.971 908 3 0 1.65513 1.84388 -116.179 + 86 310.312 910 3 0 1.82267 2.09398 -116.25 + 86 471.493 911 3 0 2.58513 2.28048 -116.01 +Number of digits in this event = 11 Event: 87 Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 88 -Number of tracker hits in this event = 2 - 88 12.5571 1719 12 1 164.036 48.5961 155.547 - 88 32.4098 993 0 1 18.7593 -32.2119 -204.714 -Number of digits in this event = 2 +Number of tracker hits in this event = 15 + 88 237.913 899 3 0 -0.101786 -0.0863806 -115.85 + 88 105.639 887 2 1 -2.47129 -1.49625 -144.45 + 88 179.738 893 2 0 -2.61113 -1.27516 -145.85 + 88 123.838 874 1 1 -5.08113 2.84752 -174.45 + 88 100.635 915 1 0 -5.01559 3.18325 -175.85 + 88 131.355 878 0 1 -4.2838 10.9986 -204.45 + 88 316.967 956 0 0 -4.00648 11.2511 -205.85 + 88 120.545 903 0 1 0.676309 -0.086156 -204.45 + 88 126.245 899 0 0 0.693014 -0.0906796 -205.85 + 88 220.553 832 2 1 -13.6265 -7.22938 -144.45 + 88 314.849 877 2 0 -15.2994 -4.60355 -145.85 + 88 110.657 1154 2 0 -112.977 51.0258 -146.25 + 88 24.2199 1155 2 0 -113.204 51.2419 -145.929 + 88 209.483 332 2 1 -113.681 51.5737 -144.85 + 88 172.601 1135 4 1 47.1628 -98.1234 -84.5858 +Number of digits in this event = 13 Event: 89 -Number of tracker hits in this event = 21 - 89 125.588 900 4 1 0.203226 -0.1152 -84.45 - 89 102.265 899 4 0 0.217465 -0.115596 -85.85 - 89 176.846 902 3 1 0.487639 -0.203098 -114.45 - 89 150.5 899 3 0 0.480177 -0.198768 -115.85 - 89 189.643 901 2 1 0.316618 -0.134638 -144.45 - 89 126.346 899 2 0 0.310551 -0.131052 -145.85 - 89 129.237 900 1 1 0.217661 -0.0897383 -174.45 - 89 135.288 899 1 0 0.211931 -0.0953712 -175.85 - 89 104.921 900 0 1 0.062797 -0.177265 -204.45 - 89 30.9658 899 0 0 0.0588444 -0.186109 -206.22 - 89 40.8219 899 5 0 -0.05 -0.0885851 -56.2145 - 89 185.681 896 4 1 -0.785846 -1.45515 -84.45 - 89 112.669 892 4 0 -0.872548 -1.52 -85.85 - 89 142.289 885 3 1 -2.8581 -2.68746 -114.45 - 89 199.3 886 3 0 -2.93789 -2.73396 -115.85 - 89 132.767 877 2 1 -4.63173 -3.88627 -144.45 - 89 110.679 880 2 0 -4.75583 -3.97541 -145.85 - 89 132.618 863 1 1 -7.25372 -5.64177 -174.45 - 89 109.957 871 1 0 -7.38339 -5.66635 -175.85 - 89 133.076 852 0 1 -9.60251 -5.79119 -204.45 - 89 192.059 870 0 0 -9.67117 -5.92576 -205.85 -Number of digits in this event = 15 +Number of tracker hits in this event = 15 + 89 140.571 898 1 1 -0.310717 -0.216768 -174.45 + 89 282.564 899 1 0 -0.329155 -0.244124 -175.85 + 89 365.568 896 0 1 -0.686368 -0.772328 -204.45 + 89 111.875 896 0 0 -0.677868 -0.787665 -205.85 + 89 15.7476 257 7 1 -128.554 -65.3733 5.45696 + 89 111.67 258 7 1 -128.542 -65.377 5.48066 + 89 38.9038 532 1 1 -73.5277 1.54502 -174.464 + 89 205.246 901 1 1 0.281892 -0.124253 -174.45 + 89 113.928 904 0 1 0.877664 0.431104 -204.45 + 89 113.543 902 0 0 0.940198 0.491328 -205.85 + 89 152.575 624 10 1 -55.2237 8.93268 95.2009 + 89 82.1696 623 10 1 -55.2509 8.9754 95.4067 + 89 140.43 1229 5 0 104.596 65.9002 -56.064 + 89 179.742 596 7 0 -114.89 -60.7559 3.76776 + 89 54.8 595 7 0 -114.926 -60.8555 3.83424 +Number of digits in this event = 9 Event: 90 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 25 + 90 121.462 900 5 0 0.0915773 0.151594 -55.85 + 90 130.847 921 4 1 4.31535 5.37904 -84.45 + 90 138.522 929 4 0 4.8764 5.95591 -85.85 + 90 116.944 984 3 1 16.9452 17.3839 -114.45 + 90 106.661 986 3 0 17.2052 17.3836 -115.85 + 90 131.214 1015 2 1 23.2176 18.7781 -144.45 + 90 152.682 994 2 0 23.5086 19.0031 -145.85 + 90 139.231 1042 1 1 28.5474 23.7445 -174.45 + 90 197.319 1017 1 0 28.7173 23.5036 -175.85 + 90 396.334 1062 0 1 32.4731 17.7762 -204.45 + 90 208.737 986 0 0 32.1327 17.3568 -205.85 + 90 169.525 896 3 1 -0.794381 0.135901 -114.45 + 90 200.446 900 3 0 -0.826834 0.148738 -115.85 + 90 113.28 892 2 1 -1.49423 0.404017 -144.45 + 90 152.467 901 2 0 -1.51719 0.431964 -145.85 + 90 416.721 890 1 1 -1.9573 1.01287 -174.45 + 90 109.597 904 1 0 -1.98015 1.04738 -175.85 + 90 108.04 887 0 1 -2.47106 1.74489 -204.45 + 90 137.843 908 0 0 -2.50583 1.77907 -205.85 + 90 103.433 892 3 0 -4.18342 -1.64132 -116.25 + 90 265.582 891 3 0 -4.18301 -1.68509 -116.186 + 90 25.9167 890 3 0 -4.15015 -1.85897 -115.875 + 90 245.561 893 3 0 -3.8928 -1.40519 -116.087 + 90 52.6585 894 3 0 -3.89654 -1.22184 -115.899 + 90 239.944 879 3 1 -4.14238 -1.31451 -114.85 +Number of digits in this event = 19 Event: 91 Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 92 -Number of tracker hits in this event = 68 - 92 278.622 900 4 1 0.0782682 -0.150532 -84.45 - 92 105.771 899 4 0 0.0885106 -0.150602 -85.85 - 92 134.254 901 3 1 0.327725 -0.186366 -114.45 - 92 116.869 898 3 0 0.377336 -0.250901 -115.85 - 92 174.621 906 2 1 1.29883 -1.59477 -144.45 - 92 137.875 891 2 0 1.42484 -1.74027 -145.85 - 92 109.043 921 1 1 4.29829 -4.68601 -174.45 - 92 133.2 876 1 0 4.47633 -4.8082 -175.85 - 92 121.42 940 0 1 8.19156 -6.92255 -204.45 - 92 164.457 865 0 0 8.40012 -7.04564 -205.85 - 92 91.4207 941 0 1 8.38755 -6.78827 -204.45 - 92 74.5667 942 0 1 8.58476 -6.77277 -204.697 - 92 2.67112 943 0 1 8.78407 -6.80034 -204.844 - 92 215.712 864 0 0 11.6558 -7.07627 -205.949 - 92 6.92425 863 0 0 12.1017 -7.28227 -206.232 - 92 128.586 893 2 0 1.38917 -1.32014 -145.85 - 92 304.41 905 1 1 1.11461 6.55475 -174.45 - 92 647.337 944 1 0 -0.653287 9.0047 -175.85 - 92 173.99 723 0 1 -35.3645 95.73 -204.45 - 92 295.639 720 0 1 -35.912 95.7853 -204.753 - 92 758.717 1383 0 0 -47.2906 96.89 -205.85 - 92 706.764 1384 0 0 -47.846 96.9913 -205.917 - 92 67.3074 1385 0 0 -50.3098 97.1663 -206.205 - 92 91.6263 1386 0 0 -50.4132 97.3821 -206.191 - 92 57.1999 1387 0 0 -50.5461 97.567 -206.132 - 92 77.8756 1388 0 0 -50.6207 97.7974 -206.092 - 92 22.776 1389 0 0 -50.5808 97.9671 -205.921 - 92 47.7693 654 0 1 -49.2006 98.1667 -204.85 - 92 65.7286 655 0 1 -49.0449 98.2088 -204.772 - 92 78.8768 656 0 1 -48.8267 98.2434 -204.774 - 92 73.7783 1396 0 0 -48.0541 99.4377 -205.85 - 92 81.2294 1397 0 0 -47.9584 99.5538 -206.036 - 92 293.511 1611 0 0 -33.7762 142.466 -206.25 - 92 64.5211 1612 0 0 -33.7333 142.566 -206.235 - 92 133.371 901 1 0 0.540503 0.391839 -175.85 - 92 157.589 895 0 1 -0.991427 8.32971 -204.45 - 92 230.088 945 0 0 -2.28348 9.14359 -205.85 - 92 97.0306 903 1 1 0.714377 -0.0534397 -174.45 - 92 122.158 900 1 0 0.841169 0.0545595 -175.85 - 92 119.61 922 0 1 4.54486 2.53618 -204.45 - 92 115.972 915 0 0 4.40392 3.06944 -205.85 - 92 162.634 900 5 0 -0.0539944 0.0519062 -55.85 - 92 108.568 898 4 1 -0.436391 0.263575 -84.45 - 92 327.886 901 4 0 -0.458378 0.29311 -85.85 - 92 151.51 895 3 1 -0.915392 0.938862 -114.45 - 92 124.874 904 3 0 -0.928055 0.964341 -115.85 - 92 184.317 894 2 1 -1.09745 1.56129 -144.45 - 92 187.147 907 2 0 -1.07088 1.58332 -145.85 - 92 99.4024 897 1 1 -0.47983 2.05578 -174.45 - 92 137.578 910 1 0 -0.447084 2.05748 -175.85 - 92 136.316 900 0 1 0.246764 2.1496 -204.45 - 92 113.95 910 0 0 0.264641 2.1693 -205.85 - 92 141.399 891 3 1 -1.70542 0.733459 -114.45 - 92 211.61 903 3 0 -1.69106 0.725847 -115.85 - 92 110.469 899 2 0 -1.26965 -0.0687281 -145.85 - 92 105.694 881 1 1 -3.83275 -2.27323 -174.45 - 92 121.838 887 1 0 -3.82024 -2.49627 -175.85 - 92 145.773 871 0 1 -5.6627 -7.48992 -204.45 - 92 148.248 858 0 0 -5.71237 -8.352 -205.85 - 92 249.962 603 4 0 41.485 -59.4052 -86.0527 - 92 237.832 936 0 0 -2.8558 7.35965 -206.25 - 92 118.336 937 0 0 -3.02569 7.46228 -205.939 - 92 104.538 897 3 1 -0.623523 0.738719 -114.45 - 92 124.049 891 2 1 -1.78918 1.76952 -144.45 - 92 101.728 908 2 0 -1.8967 1.79892 -145.85 - 92 180.886 878 1 1 -4.38214 0.135807 -174.45 - 92 114.393 868 0 1 -6.41299 -2.8104 -204.45 - 92 119.031 884 0 0 -6.49578 -3.05977 -205.85 -Number of digits in this event = 38 +Number of tracker hits in this event = 6 + 92 119.838 901 0 1 0.261798 0.153569 -204.45 + 92 105.833 900 0 0 0.254271 0.16483 -205.85 + 92 12.6248 778 0 1 -24.4436 -1.47148 -204.563 + 92 121.528 777 0 1 -24.4721 -1.45806 -204.546 + 92 126.496 776 0 1 -24.6529 -1.48572 -204.467 + 92 62.7549 768 0 1 -26.4397 27.0261 -204.799 +Number of digits in this event = 3 Event: 93 -Number of tracker hits in this event = 21 - 93 110.578 900 4 1 0.153338 -0.0516398 -84.45 - 93 121.953 899 4 0 0.181896 -0.0911352 -85.85 - 93 133.277 903 3 1 0.73583 -0.876235 -114.45 - 93 109.016 895 3 0 0.763854 -0.922076 -115.85 - 93 129.693 906 2 1 1.2509 -1.97729 -144.45 - 93 114.107 889 2 0 1.23839 -2.11076 -145.85 - 93 116.98 904 1 1 1.00758 -4.92299 -174.45 - 93 113.996 874 1 0 1.04141 -5.05122 -175.85 - 93 106.205 908 0 1 1.66161 -7.86764 -204.45 - 93 136.216 860 0 0 1.7131 -7.98074 -205.85 - 93 123.366 898 0 0 1.24896 -0.251353 -206.099 - 93 190.719 900 3 1 0.0943819 -0.189721 -114.45 - 93 114.646 899 3 0 0.106639 -0.206239 -115.85 - 93 120.234 901 2 1 0.341647 -0.554295 -144.45 - 93 210.467 897 2 0 0.353684 -0.575436 -145.85 - 93 114.422 903 1 1 0.834612 -1.07591 -174.45 - 93 134.111 894 1 0 0.831331 -1.11344 -175.85 - 93 115.833 903 0 1 0.719125 -1.88122 -204.45 - 93 121.541 890 0 0 0.71695 -1.91204 -205.85 - 93 104.236 1089 2 1 37.9885 42.7333 -144.591 - 93 175.084 493 5 0 122.952 -81.3254 -56.1243 -Number of digits in this event = 14 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Event: 94 -Number of tracker hits in this event = 20 - 94 106.397 900 4 0 0.0831673 0.103701 -85.85 - 94 128.853 909 3 1 1.92186 2.46781 -114.45 - 94 185.474 913 3 0 2.09052 2.66272 -115.85 - 94 155.659 927 2 1 5.4985 6.36732 -144.45 - 94 123.864 932 2 0 5.52648 6.52379 -145.85 - 94 126.989 931 1 1 6.3351 9.88641 -174.45 - 94 130.008 950 1 0 6.25305 10.1966 -175.85 - 94 124.376 921 0 1 4.4099 16.8835 -204.45 - 94 128.572 985 0 0 4.29575 17.1137 -205.85 - 94 355.038 900 3 0 -0.0841973 0.05 -115.945 - 94 313.158 898 2 1 -0.336014 0.220023 -144.45 - 94 113.104 900 2 0 -0.346536 0.238438 -145.85 - 94 114.065 897 1 1 -0.464282 0.698537 -174.45 - 94 126.094 903 1 0 -0.449083 0.696586 -175.85 - 94 181.251 899 0 1 -0.108557 0.704045 -204.45 - 94 117.233 903 0 0 -0.0975991 0.733553 -205.85 - 94 149.401 904 2 0 -0.818242 0.938052 -145.85 - 94 136.92 1090 2 0 -3.00558 38.1804 -146.25 - 94 114.018 887 2 1 -2.63702 38.5691 -144.85 - 94 88.1579 1559 0 1 131.983 -16.1011 -204.706 -Number of digits in this event = 16 +Number of tracker hits in this event = 4 + 94 138.788 897 0 1 -0.513585 0.297509 -204.45 + 94 106.065 901 0 0 -0.530877 0.292432 -205.85 + 94 133.53 900 0 1 0.0645529 -0.239215 -204.45 + 94 115.555 898 0 0 0.068273 -0.253978 -205.85 +Number of digits in this event = 3 Event: 95 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 5 + 95 43.9888 13 6 1 -177.411 -73.1533 -24.739 + 95 175.416 1280 5 1 76.1614 -123.631 -54.767 + 95 90.0387 1279 5 1 76.0182 -123.699 -54.5432 + 95 62.5979 1278 5 1 75.8342 -123.704 -54.5517 + 95 339.025 1277 5 1 75.6489 -123.754 -54.5185 +Number of digits in this event = 4 Event: 96 Number of tracker hits in this event = 0 Number of digits in this event = 1 Event: 97 -Number of tracker hits in this event = 32 - 97 343.176 898 4 1 -0.342162 -0.176299 -84.45 - 97 111.617 899 4 0 -0.394956 -0.158892 -85.85 - 97 232.391 891 2 1 -1.72945 -0.20679 -144.45 - 97 111.869 899 2 0 -1.71737 -0.222375 -145.85 - 97 136.378 892 1 1 -1.5001 -0.57158 -174.45 - 97 133.767 897 1 0 -1.4408 -0.544269 -175.85 - 97 131.861 898 0 1 -0.340388 0.0764707 -204.45 - 97 109.758 900 0 0 -0.284087 0.096246 -205.85 - 97 129.156 900 4 0 -0.324553 0.0895947 -85.85 - 97 346.126 896 3 1 -0.70673 0.0699145 -114.45 - 97 96.664 900 3 0 -0.723248 0.0719398 -115.85 - 97 124.57 894 2 1 -1.10304 0.0950807 -144.45 - 97 109.123 900 2 0 -1.11436 0.0868297 -145.85 - 97 115.096 893 1 1 -1.39123 -0.11023 -174.45 - 97 119.215 899 1 0 -1.41257 -0.12565 -175.85 - 97 306.549 891 0 1 -1.7981 -0.388088 -204.45 - 97 157.671 898 0 0 -1.82135 -0.398284 -205.85 - 97 39.726 899 4 1 -0.134811 0.163839 -84.6642 - 97 81.7092 919 4 0 0.727428 3.8874 -85.85 - 97 129.288 920 4 0 0.813262 4.16329 -85.9494 - 97 282.467 922 4 0 0.932345 4.49059 -86.0768 - 97 117.221 923 4 0 0.985494 4.66952 -86.0939 - 97 129.58 924 4 0 0.949112 5.04059 -86.0871 - 97 94.3569 926 4 0 0.805083 5.38816 -86.0812 - 97 234.004 928 4 0 0.571885 5.67064 -86.1227 - 97 225.067 929 4 0 0.309392 5.89219 -86.0177 - 97 111.068 927 4 0 -0.796135 5.64174 -85.9116 - 97 75.799 896 4 1 -0.735229 4.11499 -84.85 - 97 94.2901 897 4 1 -0.616617 4.07724 -84.7617 - 97 297.548 921 4 0 -1.02231 4.29579 -85.85 - 97 113.017 653 8 0 19.8865 -49.2652 33.75 - 97 122.431 654 8 0 19.9262 -49.2428 33.8948 -Number of digits in this event = 18 +Number of tracker hits in this event = 2 + 97 24.6101 1709 5 1 162.101 -128.088 -54.8017 + 97 67.7285 1715 5 1 163.298 -128.417 -54.5648 +Number of digits in this event = 2 Event: 98 -Number of tracker hits in this event = 36 - 98 115.669 900 3 1 0.148964 -0.0883365 -114.45 - 98 117.025 899 3 0 0.122833 -0.106436 -115.85 - 98 107.007 897 1 1 -0.5856 0.79224 -174.45 - 98 104.759 904 1 0 -0.701593 0.916282 -175.85 - 98 117.046 886 0 1 -2.80714 4.21368 -204.45 - 98 108.008 921 0 0 -2.89073 4.39006 -205.85 - 98 106.378 909 3 1 1.94662 0.356951 -114.45 - 98 236.209 901 3 0 2.06279 0.359578 -115.85 - 98 115.863 921 2 1 4.28249 0.464758 -144.45 - 98 132.371 902 2 0 4.33203 0.560202 -145.85 - 98 177.933 926 1 1 5.27064 2.53238 -174.45 - 98 97.4279 912 1 0 5.28255 2.62877 -175.85 - 98 118.336 925 0 1 5.07605 4.56214 -204.45 - 98 133.867 923 0 0 5.0905 4.75079 -205.85 - 98 149.994 809 0 0 -10.0439 -18.2385 -206.25 - 98 91.072 807 0 0 -10.3241 -18.6067 -206.068 - 98 115.388 844 0 1 -11.223 -19.7468 -204.85 - 98 222.575 843 0 1 -11.3514 -19.9663 -204.526 - 98 59.6019 805 0 0 -10.0443 -18.976 -205.85 - 98 103.691 806 0 0 -9.86916 -18.8237 -206.005 - 98 156.963 825 0 0 62.824 -14.9359 -206.25 - 98 123.954 826 0 0 63.1583 -14.8234 -206.118 - 98 0.282704 827 0 0 63.4969 -14.6413 -206.249 - 98 142.259 1023 0 0 54.7571 24.8455 -206.25 - 98 177.236 1170 0 1 54.2429 25.1905 -204.85 - 98 109.192 1169 0 1 54.0378 25.4383 -204.603 - 98 69.2602 1168 0 1 53.7759 25.5657 -204.632 - 98 49.3042 1167 0 1 53.6034 25.6468 -204.548 - 98 0.203833 1201 0 1 60.4098 23.7869 -204.605 - 98 177.494 726 8 0 -21.7622 -34.8298 33.8858 - 98 79.6498 727 8 0 -21.7813 -34.6324 33.9096 - 98 0.0713108 1499 7 0 -11.2287 120.051 4.14992 - 98 15.9504 840 7 1 -11.9242 121.569 5.15 - 98 10.8778 1517 7 0 -16.2736 123.731 4.15 - 98 26.7099 635 7 1 -53.0244 140.474 5.15 - 98 151.272 634 7 1 -53.0519 140.49 5.15428 -Number of digits in this event = 14 +Number of tracker hits in this event = 25 + 98 192.564 899 6 0 0.053102 -0.0927593 -25.85 + 98 114.832 906 5 1 1.31221 -1.76866 -54.45 + 98 126.656 894 5 0 1.27884 -1.05637 -55.85 + 98 133.588 901 4 1 0.393428 13.7556 -84.45 + 98 438.105 970 4 0 0.335986 14.2279 -85.85 + 98 97.7305 971 4 0 0.326973 14.2872 -86.0231 + 98 134.291 902 3 1 0.512398 24.8045 -114.45 + 98 332.612 1026 3 0 0.558866 25.3355 -115.85 + 98 117.18 908 2 1 1.74298 36.1494 -144.45 + 98 142.737 1083 2 0 1.84901 36.739 -145.85 + 98 117.662 910 1 1 2.16737 48.775 -174.45 + 98 244.465 1146 1 0 1.99568 49.2734 -175.85 + 98 234.074 893 0 1 -1.38478 60.2158 -204.45 + 98 142.825 1203 0 0 -1.52667 60.801 -205.85 + 98 26.7888 1025 3 0 0.359857 25.2218 -115.85 + 98 264.635 900 3 1 0.179324 -0.0718495 -114.45 + 98 151.691 899 3 0 0.162898 -0.0790134 -115.85 + 98 123.892 897 2 1 -0.470567 -0.837835 -144.45 + 98 139.509 895 2 0 -0.484682 -0.883434 -145.85 + 98 120.436 896 1 1 -0.775371 -1.81919 -174.45 + 98 110.789 890 1 0 -0.84351 -1.9024 -175.85 + 98 122.154 887 0 1 -2.52228 -3.95188 -204.45 + 98 112.86 880 0 0 -2.53878 -4.01535 -205.85 + 98 330.584 490 7 0 -73.3735 -82.0496 3.75 + 98 99.0352 489 7 0 -73.2711 -82.0818 3.93231 +Number of digits in this event = 19 Event: 99 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 14 + 99 143 899 2 1 -0.154171 0.0749789 -144.45 + 99 257.564 900 2 0 -0.18686 0.0881099 -145.85 + 99 131.894 895 1 1 -0.906354 0.3963 -174.45 + 99 119.672 901 1 0 -0.942028 0.423621 -175.85 + 99 129.776 891 0 1 -1.73572 0.993882 -204.45 + 99 110.844 904 0 0 -1.783 1.03833 -205.85 + 99 126.554 899 4 0 0.104182 -0.05 -86.1467 + 99 213.703 869 4 0 6.31917 -6.19764 -86.25 + 99 103.586 900 2 1 0.0847383 0.118157 -144.45 + 99 116.181 900 0 1 0.131883 0.217862 -204.45 + 99 102.208 900 0 0 0.127541 0.231498 -205.85 + 99 60.5831 949 3 1 9.86827 89.1525 -114.815 + 99 32.8063 1255 2 1 71.1421 -39.8726 -144.612 + 99 33.9436 619 4 0 -6.9879 -56.055 -86.0069 +Number of digits in this event = 7 Run terminated. Run Summary Number of events processed : 100 - User=4.31s Real=8.05s Sys=0.01s + User=4.47s Real=12s Sys=0s End of Run File Tracks_1.dat /gun/particle e- @@ -3441,2119 +3294,2356 @@ WARNING: Scene "none" not found. /vis/scene/list to see scenes. Opening output file gammaraytel ... done Event: 0 -Number of tracker hits in this event = 11 - 0 116.322 899 4 1 -0.079335 0.458569 -84.45 - 0 124.367 902 4 0 -0.0860406 0.4733 -85.85 - 0 146.111 899 3 1 -0.22405 0.746112 -114.45 - 0 114.921 903 3 0 -0.224418 0.756134 -115.85 - 0 105.177 899 2 1 -0.22842 0.938388 -144.45 - 0 98.9565 904 2 0 -0.236333 0.949123 -145.85 - 0 134.948 898 1 1 -0.424625 1.15683 -174.45 - 0 98.0931 905 1 0 -0.435797 1.17157 -175.85 - 0 210.126 896 0 1 -0.675257 1.48068 -204.45 - 0 116.914 907 0 0 -0.677147 1.50022 -205.85 - 0 287.721 900 5 1 0.05 0.127312 -54.6793 -Number of digits in this event = 6 +Number of tracker hits in this event = 22 + 0 170.6 899 4 1 -0.129444 0.485406 -84.45 + 0 180.025 902 4 0 -0.138903 0.503445 -85.85 + 0 101.808 898 3 1 -0.337495 0.871161 -114.45 + 0 126.004 904 3 0 -0.342937 0.896862 -115.85 + 0 171.706 898 2 1 -0.413318 1.4292 -144.45 + 0 128.259 906 2 0 -0.464446 1.44736 -145.85 + 0 153.228 890 1 1 -1.90966 2.1592 -174.45 + 0 273.444 911 1 0 -1.95449 2.26852 -175.85 + 0 100.306 886 0 1 -2.78403 4.64337 -204.45 + 0 104.015 923 0 0 -2.73234 4.82628 -205.85 + 0 163.936 899 6 1 -0.05 -0.0788886 -24.553 + 0 188.227 896 6 0 -1.00492 -0.845239 -25.85 + 0 165.354 798 6 0 3.38711 -20.431 -26.25 + 0 227.21 921 6 1 4.31023 -20.3914 -24.85 + 0 74.3957 922 6 1 4.46329 -20.553 -24.45 + 0 163.16 920 6 1 4.15479 -20.7458 -24.6645 + 0 31.1719 791 6 0 4.23242 -21.7986 -25.85 + 0 54.6708 790 6 0 4.22332 -21.8837 -25.9172 + 0 78.0374 789 6 0 4.16853 -22.09 -26.0148 + 0 166.631 919 6 1 4.03 -24.7497 -24.6894 + 0 272.359 918 6 1 3.83177 -24.9365 -24.5845 + 0 282.999 774 6 0 3.31169 -25.135 -25.85 +Number of digits in this event = 16 Event: 1 -Number of tracker hits in this event = 26 - 1 104.887 900 5 1 0.199374 0.0826338 -54.45 - 1 210.354 900 5 0 0.207843 0.07549 -55.85 - 1 116.89 901 4 1 0.389637 -0.072399 -84.45 - 1 143.248 899 4 0 0.401097 -0.0708888 -85.85 - 1 98.8169 902 2 1 0.619934 0.307845 -144.45 - 1 127.92 901 2 0 0.601445 0.349898 -145.85 - 1 134.501 900 1 1 0.231249 1.21288 -174.45 - 1 143.553 906 1 0 0.213895 1.25075 -175.85 - 1 190.274 899 0 1 -0.191535 1.95716 -204.45 - 1 216.897 909 0 0 -0.197524 1.98464 -205.85 - 1 44.7761 900 3 0 0.491032 0.05 -115.96 - 1 173.559 901 3 1 0.397865 0.058442 -114.85 - 1 227.21 903 1 1 0.700513 0.577929 -174.45 - 1 281.283 903 1 0 0.749694 0.670907 -175.85 - 1 104.085 910 0 1 2.19506 3.08243 -204.45 - 1 121.441 916 0 0 2.24728 3.41112 -205.85 - 1 278.524 905 1 1 1.09574 0.316298 -174.45 - 1 239.076 900 1 0 1.14636 0.211633 -175.85 - 1 157.86 913 0 1 2.81793 -2.79363 -204.45 - 1 248.691 885 0 0 2.25579 -3.0293 -205.85 - 1 155.818 886 0 1 -2.79676 -2.84109 -204.45 - 1 98.6436 241 4 0 -37.6928 -131.766 -86.25 - 1 106.538 355 4 0 -54.8454 -109.003 -86.25 - 1 135.033 898 0 1 -0.348554 7.19154 -204.45 - 1 123.476 937 0 0 -0.292489 7.48106 -205.85 - 1 27.3473 939 0 0 -121.424 7.86689 -205.893 -Number of digits in this event = 19 +Number of tracker hits in this event = 18 + 1 129.641 900 5 1 0.0988844 -0.232484 -54.45 + 1 131.885 899 5 0 0.103573 -0.232428 -55.85 + 1 129.167 900 4 1 0.220428 -0.235005 -84.45 + 1 136.353 899 4 0 0.23541 -0.229996 -85.85 + 1 187.761 902 3 1 0.573295 -0.160856 -114.45 + 1 107.672 899 3 0 0.59646 -0.161525 -115.85 + 1 222.736 905 2 1 1.07649 -0.204261 -144.45 + 1 135.32 899 2 0 1.1027 -0.197775 -145.85 + 1 119.345 908 1 1 1.67063 -0.0685105 -174.45 + 1 103.922 899 1 0 1.69163 -0.0606085 -175.85 + 1 204.913 910 0 1 2.09296 0.13654 -204.45 + 1 96.6692 900 0 0 2.10944 0.150879 -205.85 + 1 174.134 898 2 0 1.11047 -0.379632 -145.85 + 1 152.234 909 1 1 1.93029 -3.71757 -174.45 + 1 113.488 880 1 0 2.0205 -3.98003 -175.85 + 1 127.029 918 0 1 3.7618 -9.27671 -204.45 + 1 221.853 853 0 0 3.98601 -9.30348 -205.85 + 1 139.044 862 3 1 -7.54473 -114.781 -114.727 +Number of digits in this event = 14 Event: 2 -Number of tracker hits in this event = 11 - 2 109.333 899 4 1 -0.153692 -0.217424 -84.45 - 2 187.441 899 4 0 -0.149993 -0.223792 -85.85 - 2 251.64 899 3 1 -0.103938 -0.439258 -114.45 - 2 145.091 898 3 0 -0.111764 -0.44984 -115.85 - 2 126.126 898 2 1 -0.272039 -0.71709 -144.45 - 2 183.769 896 2 0 -0.279129 -0.736998 -145.85 - 2 130.018 898 1 1 -0.425648 -1.15457 -174.45 - 2 133.046 894 1 0 -0.436121 -1.18211 -175.85 - 2 119.324 897 0 1 -0.637068 -1.73852 -204.45 - 2 143.661 891 0 0 -0.649097 -1.77183 -205.85 - 2 165.695 1180 0 1 56.1116 -110.294 -204.568 -Number of digits in this event = 11 +Number of tracker hits in this event = 20 + 2 134.416 900 5 1 0.0834668 -0.131145 -54.45 + 2 117.999 899 5 0 0.0925998 -0.135845 -55.85 + 2 202.02 901 4 1 0.257436 -0.20638 -84.45 + 2 157.188 899 4 0 0.268757 -0.209777 -85.85 + 2 113.825 902 3 1 0.516666 -0.32428 -114.45 + 2 112.657 898 3 0 0.534421 -0.328168 -115.85 + 2 746.035 904 2 1 0.902047 -0.426827 -144.45 + 2 114.867 898 2 0 0.920035 -0.423557 -145.85 + 2 116.565 906 1 1 1.2532 -0.355618 -174.45 + 2 102.065 898 1 0 1.26962 -0.350675 -175.85 + 2 157.375 907 0 1 1.60426 -0.201931 -204.45 + 2 106.559 899 0 0 1.61608 -0.179108 -205.85 + 2 30.4079 900 4 0 0.300607 0.05 -86.2083 + 2 32.6955 983 4 0 -53.163 16.6985 -86.25 + 2 183.213 982 4 0 -53.2077 16.6422 -86.1842 + 2 81.2371 644 4 1 -51.2252 15.5088 -84.85 + 2 133.735 645 4 1 -51.0285 15.3277 -84.812 + 2 1.99831 646 4 1 -50.8363 15.2128 -84.8448 + 2 232.54 976 4 0 -50.1621 15.2565 -85.85 + 2 227.845 1268 6 0 -71.9746 73.7271 -25.8756 +Number of digits in this event = 10 Event: 3 -Number of tracker hits in this event = 11 - 3 145.628 899 4 1 -0.0819658 0.265096 -84.45 - 3 110.996 901 4 0 -0.0776729 0.273933 -85.85 - 3 121.123 900 2 1 0.0596168 0.68998 -144.45 - 3 107.016 903 2 0 0.0599004 0.703851 -145.85 - 3 166.787 900 1 1 0.07457 0.99078 -174.45 - 3 105.248 904 1 0 0.0822249 0.995615 -175.85 - 3 108.139 900 0 1 0.231081 1.07278 -204.45 - 3 139.513 905 0 0 0.23993 1.06047 -205.85 - 3 91.9548 899 1 1 -0.05 0.313098 -174.479 - 3 199.447 898 1 1 -0.275046 0.371492 -174.523 - 3 263.657 911 1 0 1.60578 2.25872 -175.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 15 + 3 180.266 899 5 1 -0.124061 -0.0703908 -54.45 + 3 158.698 899 5 0 -0.118491 -0.0860873 -55.85 + 3 102.629 901 2 1 0.352459 -1.09163 -144.45 + 3 120.457 894 2 0 0.365709 -1.093 -145.85 + 3 503.718 902 1 1 0.639429 -1.09628 -174.45 + 3 113.26 894 1 0 0.641414 -1.08828 -175.85 + 3 147.863 903 0 1 0.690567 -0.918374 -204.45 + 3 122.484 895 0 0 0.696151 -0.92319 -205.85 + 3 104.521 891 1 0 0.426342 -1.67817 -175.85 + 3 110.12 882 0 1 -3.6219 -6.68936 -204.45 + 3 160.517 868 0 0 -3.97702 -6.4065 -205.85 + 3 14.1794 892 1 0 0.427275 -1.53071 -175.85 + 3 344.489 896 1 0 0.981946 -0.797196 -175.85 + 3 126.395 944 0 1 8.95039 8.82811 -204.45 + 3 123.18 946 0 0 9.54077 9.31327 -205.85 +Number of digits in this event = 11 Event: 4 -Number of tracker hits in this event = 14 - 4 123.393 900 5 1 0.127699 0.118616 -54.45 - 4 158.686 900 5 0 0.134487 0.130769 -55.85 - 4 91.7048 901 4 1 0.257032 0.373652 -84.45 - 4 103.523 901 4 0 0.264884 0.390801 -85.85 - 4 433.56 901 3 1 0.44121 0.738923 -114.45 - 4 164.532 903 3 0 0.451162 0.752983 -115.85 - 4 108.382 903 2 1 0.673232 1.02014 -144.45 - 4 109.253 904 2 0 0.678084 1.02966 -145.85 - 4 116.865 903 1 1 0.773141 1.25642 -174.45 - 4 148.385 906 1 0 0.784435 1.27147 -175.85 - 4 112.06 904 0 1 1.02214 1.54339 -204.45 - 4 143.821 907 0 0 1.02475 1.54533 -205.85 - 4 143.312 899 6 1 -0.05 0.0535375 -24.5393 - 4 92.2191 900 6 0 -0.462335 0.0743407 -25.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 27 + 4 147.583 900 5 1 0.188226 0.0968502 -54.45 + 4 104.806 900 5 0 0.198377 0.104392 -55.85 + 4 144.97 901 4 1 0.415945 0.245117 -84.45 + 4 304.79 901 4 0 0.406374 0.2701 -85.85 + 4 140.5 900 3 1 0.209635 0.768419 -114.45 + 4 128.662 903 3 0 0.191697 0.803936 -115.85 + 4 126.301 899 2 1 -0.205476 1.57975 -144.45 + 4 173.693 907 2 0 -0.227654 1.61475 -145.85 + 4 144.119 896 1 1 -0.692375 2.28054 -174.45 + 4 149.362 911 1 0 -0.709862 2.32285 -175.85 + 4 142.065 895 0 1 -1.03909 3.14054 -204.45 + 4 139.113 915 0 0 -1.04968 3.1855 -205.85 + 4 70.9238 903 1 1 0.80765 25.0057 -174.45 + 4 27.3411 904 1 1 0.866807 25.0829 -174.754 + 4 112.48 1026 1 0 0.228015 25.387 -175.85 + 4 150.576 1051 1 0 -105.244 30.3321 -176.25 + 4 23.1588 373 1 1 -105.365 30.578 -174.85 + 4 101.063 374 1 1 -105.344 30.5945 -174.77 + 4 130.013 898 4 1 -0.282603 0.252398 -84.45 + 4 141.445 897 3 1 -0.602579 0.8812 -114.45 + 4 213.649 904 3 0 -0.676215 0.94668 -115.85 + 4 153.32 890 2 1 -2.02301 2.43135 -144.45 + 4 256.956 912 2 0 -2.13029 2.55408 -145.85 + 4 120.118 878 1 1 -4.40072 4.97673 -174.45 + 4 112.195 925 1 0 -4.51968 5.11679 -175.85 + 4 115.585 865 0 1 -6.98774 7.98743 -204.45 + 4 119.253 940 0 0 -7.10934 8.10412 -205.85 +Number of digits in this event = 19 Event: 5 Number of tracker hits in this event = 11 - 5 240.785 901 3 1 0.443209 0.174666 -114.45 - 5 114.576 900 3 0 0.454346 0.188534 -115.85 - 5 113.885 903 2 1 0.667543 0.45398 -144.45 - 5 105.629 902 2 0 0.681082 0.470052 -145.85 - 5 362.834 904 1 1 0.959473 0.798365 -174.45 - 5 323.029 903 1 0 0.964522 0.813847 -175.85 - 5 111.692 905 0 1 1.1168 1.12233 -204.45 - 5 346.353 905 0 0 1.12808 1.12787 -205.85 - 5 384.564 898 6 1 -0.316368 -0.05 -24.533 - 5 197.402 907 0 1 1.50343 1.04442 -204.45 - 5 138.379 903 0 1 0.678764 1.10199 -204.45 + 5 114.471 901 4 1 0.291368 0.200278 -84.45 + 5 112.294 900 4 0 0.30892 0.197744 -85.85 + 5 109.846 903 3 1 0.677359 0.141021 -114.45 + 5 133.772 900 3 0 0.68517 0.145198 -115.85 + 5 130.785 904 2 1 0.905825 0.228701 -144.45 + 5 124.343 900 2 0 0.912808 0.222324 -145.85 + 5 166.327 899 1 0 1.16737 -0.0513055 -175.85 + 5 455.566 907 0 1 1.58501 -0.428877 -204.45 + 5 177.498 897 0 0 1.61483 -0.454279 -205.85 + 5 220.535 898 0 0 1.4849 -0.379855 -205.855 + 5 251.062 902 0 1 0.506286 0.327605 -204.45 Number of digits in this event = 9 Event: 6 -Number of tracker hits in this event = 17 - 6 123.501 900 5 1 0.163157 0.153083 -54.45 - 6 220.089 900 5 0 0.16017 0.151211 -55.85 - 6 122.056 891 1 1 -1.68395 -0.206247 -174.45 - 6 238.736 899 1 0 -1.69931 -0.239044 -175.85 - 6 350.076 890 0 1 -1.99575 -0.92913 -204.45 - 6 105.559 895 0 0 -1.99844 -0.967782 -205.85 - 6 181.533 890 1 1 -1.94527 0.0697083 -174.45 - 6 109.459 880 0 1 -4.01066 -1.57966 -204.45 - 6 124.011 892 0 0 -4.08213 -1.63103 -205.85 - 6 226.997 885 0 1 -2.9426 -0.355139 -204.45 - 6 125.546 898 0 0 -2.96154 -0.425272 -205.85 - 6 145.4 902 0 0 -1.97598 0.567699 -205.85 - 6 11.7509 903 0 0 -1.77092 0.76447 -206.218 - 6 125.746 717 0 0 -10.4798 -36.4685 -206.25 - 6 134.63 716 0 0 -10.3777 -36.6956 -205.943 - 6 129.637 849 0 1 -10.1198 -37.7656 -204.85 - 6 30.9161 850 0 1 -9.92964 -37.9719 -204.51 -Number of digits in this event = 15 -Event: 7 Number of tracker hits in this event = 13 - 7 172.073 900 5 1 0.0711923 -0.230482 -54.45 - 7 140.02 899 5 0 0.0712426 -0.24848 -55.85 - 7 143.467 900 4 1 0.0644233 -0.625544 -84.45 - 7 106.101 896 4 0 0.0665428 -0.651486 -85.85 - 7 123.069 900 3 1 0.123209 -1.16459 -114.45 - 7 133.795 894 3 0 0.128917 -1.18104 -115.85 - 7 140.919 900 2 1 0.227864 -1.5073 -144.45 - 7 125.072 892 2 0 0.23169 -1.51922 -145.85 - 7 138.226 901 1 1 0.315422 -1.78437 -174.45 - 7 150.938 891 1 0 0.316878 -1.79496 -175.85 - 7 100.658 901 0 1 0.341371 -1.99499 -204.45 - 7 113.611 890 0 0 0.333875 -2.00489 -205.85 - 7 46.3733 1316 9 0 -14.7922 83.2934 63.75 + 6 91.8309 899 5 1 -0.166849 0.146275 -54.45 + 6 126.258 900 5 0 -0.177119 0.158273 -55.85 + 6 117.232 898 4 1 -0.388185 0.404937 -84.45 + 6 172.186 901 4 0 -0.399863 0.415406 -85.85 + 6 99.3084 896 3 1 -0.677252 0.608794 -114.45 + 6 188.645 902 3 0 -0.679962 0.60815 -115.85 + 6 116.405 896 2 1 -0.715337 0.588319 -144.45 + 6 124.581 902 2 0 -0.723004 0.580898 -145.85 + 6 117.003 895 1 1 -0.917554 0.397769 -174.45 + 6 124.249 901 1 0 -0.932676 0.387012 -175.85 + 6 164.235 894 0 1 -1.23358 0.135638 -204.45 + 6 119.027 900 0 0 -1.26193 0.122996 -205.85 + 6 58.4637 132 3 0 -48.3463 -153.703 -115.867 +Number of digits in this event = 8 +Event: 7 +Number of tracker hits in this event = 11 + 7 129.109 898 5 1 -0.271897 0.0502257 -54.45 + 7 124.852 900 5 0 -0.282205 0.052585 -55.85 + 7 167.783 897 4 1 -0.520187 0.111604 -84.45 + 7 121.089 900 4 0 -0.534311 0.115203 -85.85 + 7 137.894 896 3 1 -0.83146 0.170095 -114.45 + 7 237.212 900 3 0 -0.843083 0.163596 -115.85 + 7 180.345 893 1 1 -1.35212 -0.140787 -174.45 + 7 139.418 899 1 0 -1.36701 -0.143262 -175.85 + 7 184.828 892 0 1 -1.64114 -0.247703 -204.45 + 7 104.606 899 0 0 -1.69378 -0.236761 -205.85 + 7 24.4848 899 3 0 1.02493 -0.060868 -115.938 Number of digits in this event = 10 Event: 8 -Number of tracker hits in this event = 21 - 8 161.147 900 5 1 0.206153 -0.159062 -54.45 - 8 143.605 899 5 0 0.223829 -0.158701 -55.85 - 8 140.377 902 4 1 0.593623 -0.105199 -84.45 - 8 138.35 899 4 0 0.603151 -0.107709 -85.85 - 8 115.174 903 3 1 0.802035 -0.206973 -114.45 - 8 114.536 899 3 0 0.804319 -0.209407 -115.85 - 8 126.069 903 2 1 0.837967 -0.267371 -144.45 - 8 124.511 898 2 0 0.837781 -0.278143 -145.85 - 8 123.316 903 1 1 0.843248 -0.501197 -174.45 - 8 140.608 897 1 0 0.857881 -0.506316 -175.85 - 8 110.722 905 0 1 1.18083 -0.605599 -204.45 - 8 118.332 897 0 0 1.19586 -0.618734 -205.85 - 8 142.567 900 4 0 0.316163 0.0566701 -85.85 - 8 335.978 850 3 1 -9.91058 3.13585 -114.45 - 8 295.389 921 3 0 -11.5679 4.26753 -115.85 - 8 668.022 899 6 1 -0.05 0.0694632 -24.5918 - 8 78.0611 898 6 1 -0.293942 0.05 -24.7305 - 8 97.8618 897 6 1 -0.470654 0.0636791 -24.7067 - 8 237.101 901 6 0 0.720854 0.437313 -25.85 - 8 5.85225 1099 4 0 -79.8057 40.0246 -86.105 - 8 256.216 849 3 1 -10.0799 3.07334 -114.628 -Number of digits in this event = 16 +Number of tracker hits in this event = 18 + 8 126.48 896 4 1 -0.6673 -0.402701 -84.45 + 8 207.78 898 4 0 -0.677472 -0.377248 -85.85 + 8 112.416 898 3 1 -0.357021 0.501879 -114.45 + 8 229.115 902 3 0 -0.383044 0.568065 -115.85 + 8 118.51 895 2 1 -1.02745 1.76226 -144.45 + 8 117.883 909 2 0 -0.981562 1.85497 -145.85 + 8 145.725 899 1 1 -0.207078 4.00746 -174.45 + 8 122.617 920 1 0 -0.174738 4.08374 -175.85 + 8 126.706 904 0 1 0.871207 6.16038 -204.45 + 8 117.66 930 0 0 0.979905 6.21761 -205.85 + 8 11.5283 900 5 1 0.05 0.246007 -54.8269 + 8 41.3432 898 5 0 0.663201 -0.365527 -55.85 + 8 56.0203 897 5 0 0.757036 -0.45782 -55.9141 + 8 265.353 904 5 1 0.94595 -2.15797 -54.85 + 8 84.094 905 5 1 1.0508 -2.42088 -54.7316 + 8 183.257 903 5 1 0.840985 -2.57535 -54.5839 + 8 280.063 898 0 1 -0.446909 2.42066 -204.45 + 8 216.206 912 0 0 -0.440812 2.4575 -205.85 +Number of digits in this event = 11 Event: 9 -Number of tracker hits in this event = 8 - 9 299.615 900 4 0 0.0527955 0.0731578 -85.85 - 9 388.173 901 2 1 0.399296 -0.17107 -144.45 - 9 168.06 899 2 0 0.409631 -0.172464 -145.85 - 9 110.362 902 1 1 0.619139 -0.196934 -174.45 - 9 176.034 899 1 0 0.62112 -0.187045 -175.85 - 9 135.297 899 0 0 0.160044 -0.0777974 -205.995 - 9 11.3028 881 0 1 -3.66618 -13.7985 -204.598 - 9 57.1565 882 0 1 -3.63764 -13.841 -204.568 -Number of digits in this event = 8 +Number of tracker hits in this event = 52 + 9 116.263 903 4 1 0.785237 -0.564573 -84.45 + 9 179.843 897 4 0 0.829915 -0.592519 -85.85 + 9 528.713 908 3 1 1.8459 -1.17833 -114.45 + 9 196.033 894 3 0 1.90655 -1.20086 -115.85 + 9 115.846 914 2 1 3.00956 -1.76965 -144.45 + 9 134.533 891 2 0 3.04805 -1.80266 -145.85 + 9 190.374 918 1 1 3.78104 -2.39458 -174.45 + 9 129.165 888 1 0 3.80963 -2.41923 -175.85 + 9 173.374 921 0 1 4.33517 -2.91696 -204.45 + 9 117.887 885 0 0 4.36532 -2.97025 -205.85 + 9 76.8084 899 6 1 -0.0723605 -0.05 -24.7269 + 9 62.7751 898 6 1 -0.250336 -0.155288 -24.6312 + 9 24.643 884 0 0 6.38672 -3.09788 -205.868 + 9 238.263 903 0 1 0.762467 0.143832 -204.45 + 9 373.418 900 0 0 0.752837 0.190279 -205.85 + 9 246.091 901 4 1 0.372695 -0.392462 -84.45 + 9 129.561 895 4 0 -0.338571 -0.900824 -85.85 + 9 95.4774 830 3 1 -13.8603 -7.20367 -114.45 + 9 36.1498 831 3 1 -13.8295 -7.11497 -114.777 + 9 120.717 867 3 0 -13.7281 -6.62705 -115.85 + 9 135.074 858 2 1 -8.27244 2.65703 -144.45 + 9 147.869 918 2 0 -7.89867 3.72079 -145.85 + 9 480.815 899 1 1 -0.142508 21.2014 -174.45 + 9 827.622 897 1 1 -0.629393 22.3683 -174.85 + 9 194.556 1030 1 0 -1.6223 26.1248 -175.85 + 9 40.9844 862 3 0 -13.2479 -7.60093 -115.85 + 9 372.995 861 3 0 -13.2226 -7.66704 -115.91 + 9 118.047 859 3 1 -8.20422 -8.05817 -114.45 + 9 113.335 859 3 0 -8.01705 -8.14685 -115.85 + 9 119.741 887 2 1 -2.45066 -12.1606 -144.45 + 9 103.637 838 2 0 -2.2132 -12.3915 -145.85 + 9 240.288 908 1 1 1.67837 -16.9139 -174.45 + 9 110.467 814 1 0 2.16538 -17.0792 -175.85 + 9 137.862 950 0 1 10.2032 -17.3 -204.45 + 9 382.074 814 0 0 11.3312 -17.143 -205.85 + 9 228.567 903 3 1 0.683214 0.20379 -114.45 + 9 48.2043 902 3 0 0.0871711 0.502252 -115.85 + 9 172.371 847 2 1 -10.5259 16.1263 -144.45 + 9 178.495 980 2 0 -9.52348 16.172 -145.85 + 9 270.469 975 2 0 7.70753 15.1048 -146.25 + 9 106.212 976 2 0 7.9535 15.2522 -145.935 + 9 199.118 974 2 0 8.23755 15.041 -146.232 + 9 179.369 890 2 1 -1.90009 -3.16713 -144.45 + 9 137.098 880 2 0 -1.9654 -4.01633 -145.85 + 9 159.356 882 1 1 -3.57419 -21.2884 -174.45 + 9 119.994 791 1 0 -4.06409 -21.744 -175.85 + 9 130.104 847 0 1 -10.5405 -31.0119 -204.45 + 9 121.505 743 0 0 -11.2361 -31.3077 -205.85 + 9 99.6682 104 10 0 -1.05941 -159.331 93.8984 + 9 112.161 568 1 0 -59.4426 -66.4063 -176.25 + 9 4.44018 567 1 0 -59.4475 -66.4533 -176.185 + 9 34.935 1016 1 0 -30.3744 23.39 -176.25 +Number of digits in this event = 33 Event: 10 -Number of tracker hits in this event = 10 - 10 128.064 901 4 1 0.279184 0.158603 -84.45 - 10 137.33 900 4 0 0.289978 0.178874 -85.85 - 10 134.343 902 3 1 0.508665 0.554643 -114.45 - 10 160.221 902 3 0 0.523753 0.567261 -115.85 - 10 289.343 903 2 1 0.826236 0.799037 -144.45 - 10 144.114 903 2 0 0.839523 0.807694 -145.85 - 10 166.476 905 1 1 1.10406 0.997044 -174.45 - 10 104.922 904 1 0 1.12394 0.99038 -175.85 - 10 135.283 907 0 1 1.56926 0.848407 -204.45 - 10 145.59 903 0 0 1.58672 0.835467 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 26 + 10 138.311 900 5 1 0.114645 0.0821357 -54.45 + 10 93.2815 900 5 0 0.112876 0.110616 -55.85 + 10 112.602 900 4 1 0.0910838 0.67464 -84.45 + 10 113.382 903 4 0 0.0881713 0.702892 -85.85 + 10 139.194 899 2 1 -0.0578416 1.82063 -144.45 + 10 177.01 908 2 0 -0.0602612 1.83989 -145.85 + 10 460.05 899 1 1 -0.164257 2.22186 -174.45 + 10 129.092 910 1 0 -0.165021 2.2317 -175.85 + 10 252.287 899 0 1 -0.189875 2.45041 -204.45 + 10 138.552 912 0 0 -0.197901 2.45616 -205.85 + 10 288.893 900 0 1 0.05 3.01971 -204.46 + 10 286.018 923 0 0 2.28946 4.77764 -205.85 + 10 180.841 898 0 1 -0.348523 3.30812 -204.467 + 10 204.137 896 0 1 -0.79934 3.63204 -204.454 + 10 175.568 893 0 1 -1.33708 3.5683 -204.574 + 10 160.213 890 0 1 -1.87209 3.67277 -204.582 + 10 149.754 888 0 1 -2.34399 3.7644 -204.825 + 10 84.0459 928 0 0 -3.11027 5.76082 -205.85 + 10 85.1513 929 0 0 -3.15587 5.96131 -206.075 + 10 21.3965 930 0 0 -3.18798 6.11009 -206.2 + 10 127.174 914 1 0 -0.24607 2.97334 -175.85 + 10 127.476 885 0 1 -2.87885 10.529 -204.45 + 10 112.883 954 0 0 -3.17824 10.8693 -205.85 + 10 157.641 913 1 0 -0.0788052 2.65591 -175.85 + 10 264.013 902 0 1 0.575253 1.82502 -204.45 + 10 142.228 907 0 0 0.742785 1.60836 -205.85 +Number of digits in this event = 20 Event: 11 -Number of tracker hits in this event = 12 - 11 116.215 899 5 1 -0.109714 0.180129 -54.45 - 11 118.441 900 5 0 -0.126554 0.184172 -55.85 - 11 109.879 898 4 1 -0.434653 0.263394 -84.45 - 11 91.9486 901 4 0 -0.453406 0.260019 -85.85 - 11 130.308 895 3 1 -0.856051 0.202988 -114.45 - 11 103.495 900 3 0 -0.870081 0.215899 -115.85 - 11 140.018 894 2 1 -1.15256 0.515895 -144.45 - 11 156.287 902 2 0 -1.1765 0.523201 -145.85 - 11 121.014 891 1 1 -1.67946 0.710391 -174.45 - 11 118.976 903 1 0 -1.70293 0.723108 -175.85 - 11 138.131 889 0 1 -2.1277 0.95059 -204.45 - 11 828.702 904 0 0 -2.13605 0.973766 -205.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 11 + 11 99.5101 899 5 1 -0.12381 -0.0870092 -54.45 + 11 152.86 899 5 0 -0.131197 -0.0841346 -55.85 + 11 138.696 897 3 1 -0.492629 0.0643142 -114.45 + 11 121.597 900 3 0 -0.502641 0.0724981 -115.85 + 11 191.567 896 2 1 -0.760117 0.210469 -144.45 + 11 109.046 900 2 0 -0.7738 0.22833 -145.85 + 11 113.779 895 1 1 -1.0424 0.610217 -174.45 + 11 106.784 902 1 0 -1.06067 0.638888 -175.85 + 11 100.003 893 0 1 -1.41979 1.2465 -204.45 + 11 115.11 906 0 0 -1.4347 1.27017 -205.85 + 11 135.592 119 1 1 -156.31 -39.5368 -174.602 +Number of digits in this event = 6 Event: 12 -Number of tracker hits in this event = 15 - 12 512.738 899 4 1 -0.150129 -0.140213 -84.45 - 12 108.827 899 4 0 -0.14996 -0.130416 -85.85 - 12 105.904 899 3 1 -0.20483 0.05 -114.492 - 12 145.342 900 3 0 -0.201832 0.0706877 -115.85 - 12 112.473 899 2 1 -0.160363 0.495602 -144.45 - 12 122.66 902 2 0 -0.165854 0.534896 -145.85 - 12 152.491 898 1 1 -0.279239 1.31547 -174.45 - 12 150.996 906 1 0 -0.293069 1.35107 -175.85 - 12 115.21 897 0 1 -0.530357 2.08863 -204.45 - 12 116.839 910 0 0 -0.53345 2.11795 -205.85 - 12 252.384 902 0 1 0.625246 0.0825187 -204.45 - 12 113.189 901 0 0 0.843305 0.431843 -205.85 - 12 111.997 898 0 0 0.671588 -0.32765 -205.85 - 12 40.8711 1345 0 0 39.3017 89.1814 -205.929 - 12 172.578 1346 0 0 39.3296 89.2533 -205.896 -Number of digits in this event = 8 +Number of tracker hits in this event = 21 + 12 160.633 898 5 1 -0.334092 -0.070425 -54.45 + 12 360.916 899 5 0 -0.35383 -0.0745982 -55.85 + 12 188.136 896 4 1 -0.763012 -0.174299 -84.45 + 12 113.65 899 4 0 -0.779729 -0.165495 -85.85 + 12 349.466 892 2 1 -1.58045 0.0742618 -144.45 + 12 278.883 900 2 0 -1.59951 0.076824 -145.85 + 12 131.008 890 1 1 -1.98643 0.182154 -174.45 + 12 246.657 900 1 0 -2.00293 0.188658 -175.85 + 12 154.239 888 0 1 -2.31754 0.323542 -204.45 + 12 105.887 901 0 0 -2.33034 0.337015 -205.85 + 12 145.701 894 3 1 -1.19706 -0.05 -114.543 + 12 314.721 893 3 1 -1.25365 -0.161476 -114.492 + 12 116.384 894 1 1 -1.09902 0.131287 -174.45 + 12 152.683 884 0 1 -3.0779 -1.87127 -204.45 + 12 100.667 890 0 0 -3.16372 -1.90467 -205.85 + 12 135.448 899 2 0 -1.48615 -0.0765357 -145.85 + 12 399.034 903 1 1 0.655559 -2.60941 -174.45 + 12 128.644 885 1 0 0.91132 -2.94298 -175.85 + 12 115.144 923 0 1 4.79432 -9.48645 -204.45 + 12 249.109 850 0 0 4.39268 -9.93241 -205.85 + 12 96.6847 1425 0 1 105.335 79.5995 -204.701 +Number of digits in this event = 17 Event: 13 -Number of tracker hits in this event = 23 - 13 137.043 901 5 1 0.349563 -0.321746 -54.45 - 13 139.336 898 5 0 0.348061 -0.335386 -55.85 - 13 165.754 901 4 1 0.338218 -0.585972 -84.45 - 13 114.079 897 4 0 0.338994 -0.637758 -85.85 - 13 101.638 901 3 1 0.338183 -1.56944 -114.45 - 13 107.156 892 3 0 0.360034 -1.59954 -115.85 - 13 105.148 904 2 1 0.859265 -2.16704 -144.45 - 13 124.008 889 2 0 0.915051 -2.2063 -145.85 - 13 145.202 909 1 1 1.97717 -2.87687 -174.45 - 13 159.352 885 1 0 2.04052 -2.87897 -175.85 - 13 151.018 917 0 1 3.55832 -3.13063 -204.45 - 13 121.014 884 0 0 3.5936 -3.16004 -205.85 - 13 30.2772 669 1 0 -33.9998 -46.231 -176.25 - 13 118.247 668 1 0 -33.9949 -46.3268 -176.203 - 13 27.173 667 1 0 -34.0294 -46.5554 -176.157 - 13 111.998 666 1 0 -34.0509 -46.6686 -176.152 - 13 102.147 665 1 0 -34.1743 -46.8644 -176.177 - 13 23.6235 728 1 1 -34.4479 -48.1594 -174.85 - 13 377.616 727 1 1 -34.463 -48.2225 -174.816 - 13 287.189 655 1 0 -37.7081 -48.9886 -175.85 - 13 200.016 473 3 1 -85.4083 43.449 -114.696 - 13 310.982 462 3 1 -87.5691 42.6866 -114.547 - 13 47.1367 1674 9 0 165.622 155.127 64.0847 -Number of digits in this event = 13 +Number of tracker hits in this event = 65 + 13 152.198 900 5 1 0.089626 0.070823 -54.45 + 13 120.865 900 5 0 0.0991049 0.0674184 -55.85 + 13 122.389 903 3 1 0.788638 -0.215112 -114.45 + 13 115.178 899 3 0 0.801007 -0.243439 -115.85 + 13 217.374 905 2 1 1.06965 -0.86824 -144.45 + 13 104.414 895 2 0 1.06814 -0.910128 -145.85 + 13 132.6 904 1 1 0.945717 -1.78015 -174.45 + 13 104.472 891 1 0 0.930461 -1.81423 -175.85 + 13 113.041 902 0 1 0.640247 -2.54744 -204.45 + 13 110.352 887 0 0 0.63047 -2.56571 -205.85 + 13 205.653 891 2 0 0.81204 -1.7046 -145.85 + 13 428.566 906 1 1 1.35911 -0.205233 -174.45 + 13 166.511 933 0 1 6.69137 5.46425 -204.45 + 13 204.542 929 0 0 6.8719 5.90985 -205.85 + 13 167.533 899 1 0 1.3677 -0.205493 -175.85 + 13 112.053 907 0 1 1.49905 -0.252199 -204.45 + 13 125.487 898 0 0 1.5001 -0.263149 -205.85 + 13 88.8764 1755 6 1 171.202 -69.4505 -24.5449 + 13 226.656 1756 6 1 171.364 -69.3038 -24.5636 + 13 28.3941 511 6 0 157.509 -77.7355 -25.9111 + 13 235.868 1686 6 1 157.547 -77.9868 -24.85 + 13 16.5599 1687 6 1 157.552 -77.9878 -24.8336 + 13 293.302 1163 1 1 52.6917 -114.21 -174.808 + 13 128.459 1164 1 1 52.9018 -115.106 -174.45 + 13 114.229 319 1 0 53.6315 -116.296 -175.85 + 13 143.225 317 1 0 53.7089 -116.616 -176.083 + 13 73.5306 331 1 0 58.7205 -113.843 -176.25 + 13 101.584 332 1 0 58.7729 -113.746 -176.108 + 13 268.486 1193 1 1 58.847 -112.719 -174.85 + 13 93.1719 1194 1 1 58.8587 -112.67 -174.758 + 13 195.151 335 1 0 60.0482 -112.968 -175.85 + 13 347.96 1204 1 1 60.9108 -113.709 -174.85 + 13 97.0679 1205 1 1 61.055 -113.735 -174.666 + 13 37.1056 1203 1 1 60.8498 -114.082 -174.468 + 13 78.2225 732 0 0 -32.5161 -33.5277 -206.25 + 13 42.1991 733 0 0 -32.5072 -33.3392 -206.001 + 13 260.387 736 0 1 -32.6907 -32.9674 -204.85 + 13 155.007 735 0 1 -32.9142 -32.5448 -204.547 + 13 90.3064 751 0 0 -32.7013 -29.8335 -205.85 + 13 37.2657 752 0 0 -32.6032 -29.5395 -205.945 + 13 87.2438 753 0 0 -32.5164 -29.4297 -205.897 + 13 81.1926 754 0 0 -32.3522 -29.2037 -205.959 + 13 39.361 755 0 0 -32.2552 -28.9252 -206.018 + 13 32.3818 756 0 0 -32.2632 -28.7865 -205.968 + 13 83.8102 757 0 0 -32.2153 -28.6486 -205.971 + 13 241.744 758 0 0 -32.062 -28.406 -205.952 + 13 106.025 759 0 0 -31.9141 -28.2357 -206.072 + 13 249.469 815 0 0 -36.9595 -16.9792 -206.25 + 13 309.335 493 0 0 -48.5442 -81.2959 -206.25 + 13 309.861 647 0 1 -50.47 -84.6095 -204.85 + 13 184.08 645 0 1 -50.9136 -85.3894 -204.646 + 13 357.128 643 0 1 -51.2544 -86.0074 -204.45 + 13 40.5061 642 0 1 -51.5402 -87.0809 -204.764 + 13 80.9815 458 0 0 -51.9482 -88.2683 -205.85 + 13 69.6027 457 0 0 -52.0413 -88.4882 -205.966 + 13 74.5422 456 0 0 -52.0419 -88.7121 -206.102 + 13 58.4852 455 0 0 -51.9387 -88.9532 -206.112 + 13 2.06853 454 0 0 -51.8154 -89.1306 -206.244 + 13 48.7487 552 0 0 -89.383 -69.5367 -206.25 + 13 86.7948 553 0 0 -89.4561 -69.4346 -206.194 + 13 60.9581 554 0 0 -89.5844 -69.2462 -205.992 + 13 169.305 449 0 1 -90.15 -68.9112 -204.838 + 13 43.2332 448 0 1 -90.3664 -68.5771 -204.491 + 13 152.081 1178 0 1 55.8051 -11.8122 -204.564 + 13 33.5217 1179 0 1 55.8518 -11.9153 -204.479 +Number of digits in this event = 31 Event: 14 -Number of tracker hits in this event = 13 - 14 297.802 899 5 1 -0.05 0.0824137 -54.6024 - 14 101.405 900 5 0 -0.063518 0.0868682 -55.85 - 14 112.645 898 4 1 -0.373233 0.158316 -84.45 - 14 116.999 900 4 0 -0.389441 0.163881 -85.85 - 14 186.51 896 3 1 -0.693487 0.285198 -114.45 - 14 120.612 901 3 0 -0.708891 0.297358 -115.85 - 14 182.973 895 2 1 -1.02046 0.555133 -144.45 - 14 214.519 902 2 0 -1.03238 0.565362 -145.85 - 14 156.259 893 1 1 -1.27228 0.797566 -174.45 - 14 120.992 903 1 0 -1.26824 0.824189 -175.85 - 14 125.43 894 0 1 -1.24093 1.31976 -204.45 - 14 113.827 906 0 0 -1.29588 1.27805 -205.85 - 14 8.96184 328 2 1 -114.441 20.3921 -144.511 -Number of digits in this event = 9 +Number of tracker hits in this event = 10 + 14 121.017 900 3 1 0.139087 -0.0813873 -114.45 + 14 135.898 899 3 0 0.138562 -0.0795018 -115.85 + 14 112.449 900 2 1 0.110773 -0.0833922 -144.45 + 14 174.222 899 2 0 0.109858 -0.0826215 -145.85 + 14 101.309 902 0 1 0.484893 1.03156 -204.45 + 14 130.413 905 0 0 0.567055 1.19373 -205.85 + 14 66.1583 623 0 0 163.893 -55.3557 -206.199 + 14 42.7366 900 5 0 0.160113 0.0942958 -56.0193 + 14 157.143 899 5 0 0.253653 -0.05 -56.1661 + 14 183.56 898 5 0 0.433333 -0.268425 -56.1368 +Number of digits in this event = 8 Event: 15 -Number of tracker hits in this event = 19 - 15 166.592 900 5 1 0.0729663 -0.224902 -54.45 - 15 111.606 899 5 0 0.0728353 -0.234319 -55.85 - 15 137.22 900 4 1 0.0569609 -0.45142 -84.45 - 15 111.988 897 4 0 0.0632543 -0.459655 -85.85 - 15 116.587 900 3 1 0.157685 -0.611504 -114.45 - 15 116.682 897 3 0 0.163694 -0.618195 -115.85 - 15 411.492 901 2 1 0.292946 -0.75382 -144.45 - 15 410.424 896 2 0 0.303441 -0.757482 -145.85 - 15 118.95 902 1 1 0.48909 -0.826784 -174.45 - 15 169.513 896 1 0 0.496986 -0.828361 -175.85 - 15 129.351 903 0 1 0.686098 -0.813672 -204.45 - 15 141.449 896 0 0 0.665398 -0.826181 -205.85 - 15 11.5683 1661 0 0 104.981 152.431 -206.077 - 15 70.0496 900 2 1 0.155286 -0.424918 -144.454 - 15 141.743 895 1 1 -0.975407 -5.28116 -174.45 - 15 142.309 872 1 0 -1.94828 -5.49026 -175.85 - 15 419.274 798 0 1 -20.3739 -9.19704 -204.45 - 15 146.943 853 0 0 -21.0422 -9.39712 -205.85 - 15 106.214 1065 1 0 -142.758 33.1191 -176.195 -Number of digits in this event = 12 +Number of tracker hits in this event = 32 + 15 505.815 900 4 1 0.156057 -0.231733 -84.45 + 15 130.799 899 4 0 0.160605 -0.234907 -85.85 + 15 119.388 900 3 1 0.226207 -0.28763 -114.45 + 15 110.308 898 3 0 0.240032 -0.291137 -115.85 + 15 140.848 902 2 1 0.556523 -0.378179 -144.45 + 15 93.0241 898 2 0 0.586254 -0.370941 -145.85 + 15 152.286 905 1 1 1.18631 -0.220381 -174.45 + 15 114.669 899 1 0 1.22234 -0.208279 -175.85 + 15 55.8014 910 0 1 2.07242 -0.05 -204.671 + 15 88.8575 897 0 0 2.61293 -0.596405 -205.85 + 15 109.538 896 0 0 2.72077 -0.703251 -206.097 + 15 390.272 883 3 1 -3.28938 -6.00612 -114.45 + 15 120.93 867 3 0 -3.44481 -6.6448 -115.85 + 15 121.565 861 2 1 -7.75966 -20.7738 -144.45 + 15 172.367 792 2 0 -7.64554 -21.4878 -145.85 + 15 149.815 871 1 1 -5.7721 -36.0697 -174.45 + 15 187.974 712 1 0 -6.7471 -37.4716 -175.85 + 15 179.419 781 0 1 -23.7833 -64.0368 -204.45 + 15 168.257 575 0 0 -24.0992 -64.9281 -205.85 + 15 111.268 892 3 1 -1.57251 3.59305 -114.45 + 15 105.342 918 3 0 -1.38874 3.66883 -115.85 + 15 129.93 909 2 1 1.93784 4.626 -144.45 + 15 154.966 923 2 0 2.36654 4.73762 -145.85 + 15 112.615 958 1 1 11.7987 7.39529 -174.45 + 15 128.709 938 1 0 12.1967 7.84295 -175.85 + 15 324.782 1008 0 1 21.816 20.8402 -204.45 + 15 120.682 1005 0 0 22.0683 21.1123 -205.85 + 15 123.964 1420 3 0 37.7065 104.34 -116.25 + 15 75.6539 1089 3 1 38.0129 104.191 -114.85 + 15 97.0819 1090 3 1 38.097 104.174 -114.572 + 15 59.3725 1491 8 1 118.499 -116.479 35.1532 + 15 50.5492 964 1 0 -5.92872 13.0444 -175.958 +Number of digits in this event = 20 Event: 16 -Number of tracker hits in this event = 11 - 16 112.319 900 5 0 -0.0516941 0.127104 -55.85 - 16 159.508 899 4 1 -0.16755 0.372831 -84.45 - 16 126.502 901 4 0 -0.183911 0.382422 -85.85 - 16 180.469 897 3 1 -0.508626 0.559794 -114.45 - 16 125.315 902 3 0 -0.513361 0.563097 -115.85 - 16 96.0291 897 2 1 -0.610912 0.64381 -144.45 - 16 138.522 903 2 0 -0.621146 0.650199 -145.85 - 16 132.71 895 1 1 -0.852105 0.785217 -174.45 - 16 115.116 903 1 0 -0.8632 0.795996 -175.85 - 16 180.919 894 0 1 -1.13229 1.00185 -204.45 - 16 123.96 904 0 0 -1.14042 1.00654 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 13 + 16 107.078 899 4 1 -0.183083 0.103908 -84.45 + 16 106.468 900 4 0 -0.188595 0.101932 -85.85 + 16 134.517 898 3 1 -0.316127 0.130737 -114.45 + 16 127.769 900 3 0 -0.316224 0.116678 -115.85 + 16 218.525 898 2 1 -0.330692 -0.131146 -144.45 + 16 107.37 899 2 0 -0.319653 -0.136986 -145.85 + 16 168.899 899 1 1 -0.114094 -0.240737 -174.45 + 16 137.912 899 1 0 -0.107231 -0.247043 -175.85 + 16 117.427 901 2 0 -0.192406 0.361209 -145.85 + 16 151.194 909 1 1 1.99702 3.63941 -174.45 + 16 149.197 919 1 0 2.23998 3.94759 -175.85 + 16 202.698 944 0 1 8.89426 9.30941 -204.45 + 16 132.74 948 0 0 9.28325 9.7965 -205.85 +Number of digits in this event = 11 Event: 17 -Number of tracker hits in this event = 16 - 17 123.919 900 5 1 0.124028 -0.204068 -54.45 - 17 263.686 899 5 0 0.130865 -0.208359 -55.85 - 17 126.616 901 4 1 0.255446 -0.312879 -84.45 - 17 107.919 898 4 0 0.273253 -0.326416 -85.85 - 17 111.542 903 3 1 0.81353 -0.386777 -114.45 - 17 117.714 898 3 0 0.820391 -0.319362 -115.85 - 17 233.331 904 2 1 0.996913 0.745706 -144.45 - 17 118.989 903 2 0 1.0182 0.806483 -145.85 - 17 195.848 906 1 1 1.26639 2.37126 -174.45 - 17 118.687 911 1 0 1.39013 2.42952 -175.85 - 17 110.741 918 0 1 3.78595 3.99527 -204.45 - 17 208.505 920 0 0 3.89094 4.17832 -205.85 - 17 120.804 931 1 0 18.9634 6.29471 -176.25 - 17 383.585 997 1 1 19.4603 6.19059 -174.85 - 17 92.9339 436 0 1 -92.7857 -133.355 -204.725 - 17 11.6002 797 1 0 -19.5176 -20.575 -176.039 -Number of digits in this event = 9 +Number of tracker hits in this event = 12 + 17 130.629 900 5 1 0.0739279 -0.0591026 -54.45 + 17 132.334 899 5 0 0.0876912 -0.0622355 -55.85 + 17 123.715 901 4 1 0.418534 -0.0974028 -84.45 + 17 323.456 899 4 0 0.434024 -0.0945217 -85.85 + 17 96.3524 903 3 1 0.781943 -0.067938 -114.45 + 17 65.8773 899 3 0 0.802845 -0.0534965 -115.85 + 17 148.463 905 2 1 1.20498 0.334742 -144.45 + 17 168.529 901 2 0 1.22463 0.344026 -145.85 + 17 132.172 907 1 1 1.64068 0.496606 -174.45 + 17 112.743 902 1 0 1.6684 0.507068 -175.85 + 17 177.237 911 0 1 2.28261 0.699625 -204.45 + 17 112.306 903 0 0 2.30658 0.709548 -205.85 +Number of digits in this event = 11 Event: 18 -Number of tracker hits in this event = 10 - 18 96.6552 900 4 1 0.10582 0.357769 -84.45 - 18 152.715 901 4 0 0.107836 0.374827 -85.85 - 18 113.792 900 3 1 0.124549 0.697782 -114.45 - 18 122.276 903 3 0 0.123947 0.720327 -115.85 - 18 110.202 900 2 1 0.242133 1.36644 -144.45 - 18 109.167 906 2 0 0.241221 1.44024 -145.85 - 18 206.774 900 1 1 0.129258 2.57482 -174.45 - 18 163.275 912 1 0 0.143953 2.64287 -175.85 - 18 273.267 902 0 1 0.552787 4.11009 -204.45 - 18 155.552 920 0 0 0.582431 4.20099 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 14 + 18 119.811 898 5 1 -0.284302 -0.0932185 -54.45 + 18 106.839 899 5 0 -0.293949 -0.100392 -55.85 + 18 254.566 897 4 1 -0.502021 -0.26433 -84.45 + 18 119.283 898 4 0 -0.528978 -0.265966 -85.85 + 18 138.312 894 3 1 -1.07253 -0.290203 -114.45 + 18 151.601 898 3 0 -1.09762 -0.297301 -115.85 + 18 161.209 892 2 1 -1.63242 -0.435682 -144.45 + 18 115.781 898 2 0 -1.66859 -0.431475 -145.85 + 18 121.936 888 1 1 -2.40431 -0.335201 -174.45 + 18 119.706 898 1 0 -2.43309 -0.329722 -175.85 + 18 176.509 885 0 1 -2.95772 -0.192831 -204.45 + 18 233.625 899 0 0 -2.99317 -0.17878 -205.85 + 18 3.19732 1000 0 0 8.10319 20.2344 -206.071 + 18 227.864 1044 0 1 28.9492 -82.5581 -204.606 +Number of digits in this event = 10 Event: 19 -Number of tracker hits in this event = 43 - 19 134.436 899 4 1 -0.0599878 -0.0776119 -84.45 - 19 259.657 899 4 0 -0.065486 -0.0837867 -85.85 - 19 97.7236 899 3 1 -0.181459 -0.182464 -114.45 - 19 189.693 899 3 0 -0.185496 -0.188647 -115.85 - 19 112.465 898 2 1 -0.258627 -0.274518 -144.45 - 19 120.731 898 2 0 -0.260019 -0.293664 -145.85 - 19 156.505 899 1 1 -0.214006 -0.67617 -174.45 - 19 210.771 896 1 0 -0.214089 -0.671516 -175.85 - 19 123.085 899 0 1 -0.203753 -0.532834 -204.45 - 19 310.994 897 0 0 -0.197337 -0.557281 -205.85 - 19 299.918 865 0 0 -3.93065 -6.9538 -206.25 - 19 79.9011 881 0 1 -3.74103 -6.30961 -204.85 - 19 99.0697 882 0 1 -3.61222 -6.32333 -204.612 - 19 151.844 883 0 1 -3.43912 -6.46116 -204.61 - 19 89.6001 884 0 1 -3.18434 -6.58826 -204.662 - 19 205.445 885 0 1 -2.98309 -6.62075 -204.73 - 19 95.8417 835 0 0 -6.23891 -12.9006 -205.85 - 19 124.621 834 0 0 -6.2943 -13.0526 -205.912 - 19 177.892 136 5 0 160.476 -152.83 -55.9141 - 19 87.4817 895 0 0 -0.185852 -1.04307 -206.03 - 19 238.359 851 0 0 -20.15 -9.69854 -206.25 - 19 121.402 904 3 1 1.04328 0.675947 -114.45 - 19 138.328 901 3 0 1.15816 0.421495 -115.85 - 19 159.821 914 2 1 2.92705 -4.92214 -144.45 - 19 209.921 874 2 0 3.26244 -5.13003 -145.85 - 19 112.52 954 1 1 10.9644 -8.93998 -174.45 - 19 119.168 857 1 0 11.2347 -8.58479 -175.85 - 19 153.738 987 0 1 17.5045 -1.69495 -204.45 - 19 113.059 894 0 0 18.2424 -1.23324 -205.85 - 19 194.659 893 3 1 -1.25888 -2.28391 -114.45 - 19 98.3703 888 3 0 -1.36668 -2.35064 -115.85 - 19 126.176 878 2 1 -4.39681 -3.21342 -144.45 - 19 150.998 884 2 0 -5.26283 -3.22002 -145.85 - 19 161.971 782 1 1 -23.6387 -1.68541 -174.45 - 19 441.961 889 1 0 -24.7958 -2.16558 -175.85 - 19 147.862 664 0 1 -47.1845 -10.2516 -204.45 - 19 138.484 847 0 0 -47.6942 -10.6314 -205.85 - 19 92.1032 892 3 1 -1.4559 -2.37028 -114.573 - 19 103.631 891 3 1 -1.65356 -2.3574 -114.625 - 19 251.743 890 3 1 -1.86416 -2.20281 -114.581 - 19 54.3614 1272 3 0 -12.8562 74.4605 -116.25 - 19 267.18 1271 3 0 -12.8453 74.4479 -116.219 - 19 106.832 737 3 0 131.88 -32.5427 -115.872 -Number of digits in this event = 30 +Number of tracker hits in this event = 19 + 19 135.801 900 4 1 0.118985 0.0612212 -84.45 + 19 123.088 900 4 0 0.11713 0.0567631 -85.85 + 19 155.537 900 2 1 0.225819 -0.551427 -144.45 + 19 120.35 897 2 0 0.245789 -0.581947 -145.85 + 19 113.294 903 1 1 0.656469 -1.26093 -174.45 + 19 114.441 893 1 0 0.672687 -1.28973 -175.85 + 19 152.836 905 0 1 1.06373 -1.85318 -204.45 + 19 157.954 890 0 0 1.08763 -1.88329 -205.85 + 19 99.6198 644 1 0 14.0409 -51.056 -176.25 + 19 352.227 900 0 1 0.172839 -0.248274 -204.45 + 19 115.315 899 0 0 0.233575 -0.235311 -205.85 + 19 335.936 902 1 1 0.62916 -0.224252 -174.45 + 19 60.8746 900 1 0 1.37569 0.05 -176.083 + 19 115.506 983 0 1 16.7985 6.66821 -204.45 + 19 117.358 932 0 0 16.9101 6.52656 -205.85 + 19 118.136 899 1 0 0.661399 -0.208811 -175.85 + 19 132.585 906 0 1 1.37026 0.12854 -204.45 + 19 608.433 900 0 0 1.3852 0.100349 -205.85 + 19 204.586 775 0 0 42.551 -24.9388 -206.009 +Number of digits in this event = 13 Event: 20 -Number of tracker hits in this event = 7 - 20 179.027 899 2 1 -0.136601 0.133568 -144.45 - 20 106.149 900 2 0 -0.142728 0.160077 -145.85 - 20 118.427 898 1 1 -0.274565 0.708101 -174.45 - 20 224.015 903 1 0 -0.174771 0.778767 -175.85 - 20 243.13 908 0 1 1.75043 2.26308 -204.45 - 20 113.576 911 0 0 1.87398 2.32748 -205.85 - 20 126.631 815 2 0 36.7714 -16.9889 -146.045 -Number of digits in this event = 6 -Event: 21 -Number of tracker hits in this event = 21 - 21 133.104 899 4 1 -0.0860049 0.169597 -84.45 - 21 282.075 900 4 0 -0.0816689 0.172636 -85.85 - 21 154.623 900 2 1 0.104505 0.290189 -144.45 - 21 167.436 901 2 0 0.11746 0.284002 -145.85 - 21 103.982 901 1 1 0.37487 0.223039 -174.45 - 21 103.786 900 1 0 0.389525 0.211149 -175.85 - 21 73.0554 899 0 0 0.618513 -0.05 -206.042 - 21 146.371 901 0 1 0.369094 -0.458759 -204.45 - 21 129.433 896 3 1 -0.661599 0.0748833 -114.45 - 21 93.9133 901 3 0 -0.174082 0.306547 -115.85 - 21 518.873 957 2 1 11.6262 5.97707 -144.45 - 21 793.727 964 2 0 16.1041 12.9106 -145.85 - 21 476.883 972 2 0 17.3673 14.508 -146.095 - 21 512.11 1003 2 1 20.7826 17.8059 -144.85 - 21 1150.1 1007 2 1 21.5124 18.2604 -144.689 - 21 219.98 1018 2 1 23.8458 19.9182 -144.45 - 21 199.679 1020 2 1 24.1088 20.5901 -144.602 - 21 296.113 1012 2 0 26.0425 22.5475 -145.85 - 21 11.9493 1008 2 1 21.7664 18.509 -144.676 - 21 157.263 899 0 1 -0.228664 1.37679 -204.45 - 21 157.325 906 0 0 -0.21548 1.34854 -205.85 -Number of digits in this event = 18 -Event: 22 Number of tracker hits in this event = 12 - 22 126.692 899 4 1 -0.122993 -0.0756446 -84.45 - 22 112.875 899 4 0 -0.131911 -0.104937 -85.85 - 22 191.362 899 3 1 -0.0649929 -0.293601 -114.45 - 22 150.421 898 3 0 -0.0899317 -0.315553 -115.85 - 22 177.463 897 2 1 -0.455003 -0.470675 -144.45 - 22 143.964 897 2 0 -0.48218 -0.482103 -145.85 - 22 115.326 894 1 1 -1.17875 -0.529601 -174.45 - 22 173.987 897 1 0 -1.18093 -0.52417 -175.85 - 22 107.736 894 0 1 -1.18362 -0.615501 -204.45 - 22 145.06 897 0 0 -1.14011 -0.644328 -205.85 - 22 23.1788 896 2 1 -0.688106 -0.203223 -144.45 - 22 52.2508 1098 3 0 70.4876 39.7949 -116.25 + 20 102.858 899 5 1 -0.0772227 -0.105146 -54.45 + 20 121.297 904 4 1 0.930567 -1.44687 -84.45 + 20 104.706 892 4 0 0.959403 -1.52909 -85.85 + 20 137.583 904 3 1 0.920209 -3.28135 -114.45 + 20 200.28 883 3 0 0.950157 -3.32088 -115.85 + 20 105.881 906 2 1 1.43605 -3.68109 -144.45 + 20 135.039 881 2 0 1.48232 -3.76632 -145.85 + 20 119.867 911 1 1 2.44385 -5.78509 -174.45 + 20 141.574 870 1 0 2.41802 -5.93075 -175.85 + 20 287.728 909 0 1 1.87599 -8.64889 -204.45 + 20 128.765 857 0 0 1.61286 -8.61437 -205.85 + 20 46.6747 882 3 0 0.942119 -3.45709 -116.134 Number of digits in this event = 8 -Event: 23 -Number of tracker hits in this event = 8 - 23 121.952 899 5 1 -0.0515078 0.113544 -54.45 - 23 182.214 900 5 0 -0.0507124 0.118613 -55.85 - 23 99.5748 899 3 1 -0.0999196 0.257488 -114.45 - 23 121.098 901 3 0 -0.0971259 0.25713 -115.85 - 23 127.725 901 1 1 0.256076 0.609114 -174.45 - 23 136.846 902 1 0 0.258391 0.61854 -175.85 - 23 126.681 901 0 1 0.330524 0.789505 -204.45 - 23 119.236 903 0 0 0.343131 0.795448 -205.85 -Number of digits in this event = 7 -Event: 24 +Event: 21 +Number of tracker hits in this event = 17 + 21 116.208 899 5 0 0.0507684 -0.0687579 -55.85 + 21 124.525 900 4 1 0.172864 -0.311478 -84.45 + 21 106.297 898 4 0 0.175213 -0.326641 -85.85 + 21 149.344 900 3 1 0.242211 -0.684127 -114.45 + 21 139.502 896 3 0 0.255091 -0.712785 -115.85 + 21 165.619 902 2 1 0.582752 -1.35348 -144.45 + 21 133.064 893 2 0 0.599766 -1.37944 -145.85 + 21 108.254 904 1 1 0.940323 -1.89651 -174.45 + 21 125.283 890 1 0 0.956145 -1.91797 -175.85 + 21 122.895 906 0 1 1.26669 -2.39885 -204.45 + 21 92.3382 888 0 0 1.27323 -2.42368 -205.85 + 21 6.77375 900 0 1 0.0574598 -0.140252 -204.45 + 21 42.4054 899 0 1 -0.05 -0.210698 -204.712 + 21 113.984 897 0 0 -0.45565 -0.498781 -205.85 + 21 105.247 907 0 1 1.57491 -0.616844 -204.45 + 21 116.602 896 0 0 1.6492 -0.70378 -205.85 + 21 222.115 446 0 1 -90.8504 -65.2662 -204.823 +Number of digits in this event = 9 +Event: 22 Number of tracker hits in this event = 11 - 24 135.643 897 4 1 -0.451268 0.0792826 -84.45 - 24 188.296 900 4 0 -0.45944 0.0845754 -85.85 - 24 138.199 897 3 1 -0.605038 0.191303 -114.45 - 24 140.377 900 3 0 -0.615924 0.209377 -115.85 - 24 387.515 895 2 1 -0.859583 0.617988 -144.45 - 24 119.983 902 2 0 -0.847412 0.6468 -145.85 - 24 9.92681 903 2 0 -0.844929 0.653337 -146.21 - 24 116.738 897 1 1 -0.578638 1.1918 -174.45 - 24 106.564 905 1 0 -0.567045 1.20633 -175.85 - 24 110.709 898 0 1 -0.332844 1.4758 -204.45 - 24 138.835 907 0 0 -0.311648 1.52555 -205.85 + 22 96.1558 902 5 1 0.628102 -0.0589643 -54.45 + 22 123.125 907 4 1 1.54919 0.782066 -84.45 + 22 125.547 904 4 0 1.52859 0.878633 -85.85 + 22 113.35 905 3 1 1.14293 2.81305 -114.45 + 22 460.215 914 3 0 1.14446 2.85824 -115.85 + 22 115.66 905 2 1 1.11724 3.78011 -144.45 + 22 112.818 918 2 0 1.13098 3.83812 -145.85 + 22 121.827 903 1 1 0.848062 5.09716 -174.45 + 22 98.9928 925 1 0 0.846358 5.14835 -175.85 + 22 121.757 904 0 1 0.9441 6.00143 -204.45 + 22 349.246 929 0 0 0.975387 6.01649 -205.85 Number of digits in this event = 7 +Event: 23 +Number of tracker hits in this event = 17 + 23 47.5287 899 5 0 -0.0510483 -0.0520729 -55.85 + 23 137.551 900 4 1 0.0551002 -0.196599 -84.45 + 23 102.862 899 4 0 0.0686513 -0.206476 -85.85 + 23 111.65 901 3 1 0.333753 -0.436938 -114.45 + 23 186.396 897 3 0 0.347985 -0.455289 -115.85 + 23 101.846 902 2 1 0.613505 -0.85812 -144.45 + 23 183.719 895 2 0 0.628146 -0.873168 -145.85 + 23 115.516 904 1 1 0.924184 -1.19422 -174.45 + 23 108.962 894 1 0 0.935088 -1.21804 -175.85 + 23 136.323 905 0 1 1.24843 -1.71858 -204.45 + 23 216.159 891 0 0 1.39574 -1.80276 -205.85 + 23 234.853 897 1 1 -0.470623 -0.281338 -174.45 + 23 108.59 898 1 0 -0.254546 -0.342711 -175.85 + 23 151.074 920 0 1 4.07376 -1.98595 -204.45 + 23 337.668 888 0 0 4.40679 -2.38002 -205.85 + 23 125.892 908 0 1 1.80805 4.61622 -204.45 + 23 186.625 924 0 0 1.87108 4.93014 -205.85 +Number of digits in this event = 12 +Event: 24 +Number of tracker hits in this event = 12 + 24 153.563 900 5 1 0.238411 0.113312 -54.45 + 24 103.21 900 5 0 0.257824 0.127951 -55.85 + 24 98.4019 903 4 1 0.66117 0.420708 -84.45 + 24 150.828 901 4 0 0.682808 0.428406 -85.85 + 24 123.905 905 3 1 1.1253 0.619927 -114.45 + 24 101.094 902 3 0 1.12833 0.639045 -115.85 + 24 109.741 905 2 1 1.24006 1.0198 -144.45 + 24 130.574 904 2 0 1.23214 1.0345 -145.85 + 24 120.7 905 1 1 1.07245 1.34716 -174.45 + 24 106.221 906 1 0 1.07396 1.34524 -175.85 + 24 117.101 905 0 1 1.13614 1.24866 -204.45 + 24 122.734 905 0 0 1.14381 1.2232 -205.85 +Number of digits in this event = 8 Event: 25 -Number of tracker hits in this event = 24 - 25 423.41 899 3 1 -0.113505 -0.574028 -114.45 - 25 120.988 897 3 0 -0.127869 -0.599062 -115.85 - 25 108.006 898 2 1 -0.374386 -1.16033 -144.45 - 25 134.809 894 2 0 -0.385011 -1.18596 -145.85 - 25 228.088 897 1 1 -0.611538 -1.68735 -174.45 - 25 197.501 891 1 0 -0.631434 -1.72668 -175.85 - 25 173.768 894 0 1 -1.05948 -2.52582 -204.45 - 25 100.595 887 0 0 -1.08991 -2.54613 -205.85 - 25 177.44 899 5 1 -0.211432 0.0879507 -54.45 - 25 196.147 902 5 0 -1.08839 0.594932 -55.85 - 25 178.818 925 5 0 -35.3269 5.22175 -56.25 - 25 255.965 719 5 1 -36.1906 5.25906 -54.85 - 25 141.331 718 5 1 -36.4066 5.36501 -54.45 - 25 137.457 721 5 1 -35.8317 5.68221 -54.7217 - 25 100.502 975 5 0 -28.0935 15.2205 -55.85 - 25 135.747 977 5 0 -27.8619 15.475 -55.8587 - 25 69.9763 978 5 0 -27.4158 15.8006 -55.8604 - 25 75.3992 979 5 0 -27.2949 16.0066 -56.0139 - 25 61.8744 981 5 0 -27.297 16.2556 -56.1546 - 25 57.2638 982 5 0 -27.2873 16.5174 -56.2197 - 25 59.1633 722 5 1 -35.6368 5.59607 -54.695 - 25 83.5289 723 5 1 -35.4366 5.58888 -54.6811 - 25 263.84 724 5 1 -35.2389 5.63618 -54.6871 - 25 5.93546 1087 0 0 5.54781 37.6477 -206.03 -Number of digits in this event = 16 +Number of tracker hits in this event = 17 + 25 106.276 901 5 1 0.291862 -0.146735 -54.45 + 25 116.632 899 5 0 0.303443 -0.157043 -55.85 + 25 116.454 902 4 1 0.564124 -0.346597 -84.45 + 25 178.31 898 4 0 0.586163 -0.355883 -85.85 + 25 113.888 904 3 1 0.99342 -0.540475 -114.45 + 25 95.9855 897 3 0 1.0197 -0.545518 -115.85 + 25 127.348 907 2 1 1.51165 -0.601033 -144.45 + 25 228.353 897 2 0 1.53872 -0.59938 -145.85 + 25 231.136 910 1 1 2.14271 -0.593284 -174.45 + 25 198.519 897 1 0 2.15775 -0.587876 -175.85 + 25 159.509 912 0 1 2.46859 -0.507946 -204.45 + 25 116.565 897 0 0 2.47989 -0.507313 -205.85 + 25 589.367 913 0 1 2.71082 -1.13093 -204.548 + 25 16.0651 914 0 1 2.85449 -2.16254 -204.807 + 25 255.871 884 0 0 3.01333 -3.14406 -205.85 + 25 295.165 921 1 0 29.0051 4.25998 -176.25 + 25 137.191 1111 0 0 -14.1188 42.3139 -205.957 +Number of digits in this event = 11 Event: 26 -Number of tracker hits in this event = 11 - 26 153.035 900 5 0 0.139901 0.0562379 -55.85 - 26 117.593 901 4 1 0.408877 0.311671 -84.45 - 26 236.264 901 4 0 0.426759 0.31609 -85.85 - 26 111.818 903 3 1 0.807591 0.414207 -114.45 - 26 140.946 901 3 0 0.821489 0.414215 -115.85 - 26 248.782 905 2 1 1.09473 0.416792 -144.45 - 26 106.306 901 2 0 1.10772 0.426568 -145.85 - 26 161.478 906 1 1 1.40553 0.67471 -174.45 - 26 98.3865 903 1 0 1.41168 0.680563 -175.85 - 26 202.758 907 0 1 1.53495 0.805524 -204.45 - 26 103.187 903 0 0 1.5319 0.809943 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 26 + 26 123.788 899 5 1 -0.0899826 0.113234 -54.45 + 26 122.239 900 5 0 -0.0922516 0.120624 -55.85 + 26 117.365 899 4 1 -0.179405 0.277375 -84.45 + 26 132.442 901 4 0 -0.175087 0.283282 -85.85 + 26 119.079 899 3 1 -0.0899768 0.385051 -114.45 + 26 117.293 901 3 0 -0.0908351 0.381529 -115.85 + 26 123.225 899 2 1 -0.0916677 0.308776 -144.45 + 26 233.919 901 2 0 -0.0974151 0.299778 -145.85 + 26 170.14 899 1 1 -0.223253 0.100273 -174.45 + 26 143.928 900 1 0 -0.221292 0.0785704 -175.85 + 26 125.324 899 0 1 -0.160937 -0.381726 -204.45 + 26 108.802 898 0 0 -0.164234 -0.40538 -205.85 + 26 243.986 898 2 1 -0.411 0.118866 -144.45 + 26 272.961 900 2 0 -0.379681 0.181948 -145.85 + 26 120.346 900 0 1 0.0638962 3.45815 -204.45 + 26 114.202 917 0 0 0.140608 3.5318 -205.85 + 26 145.283 900 1 1 0.143158 -1.36489 -174.45 + 26 120.938 893 1 0 0.31619 -1.2594 -175.85 + 26 118.236 924 0 1 4.90799 -0.383779 -204.45 + 26 132.88 899 0 0 5.06796 -0.197338 -205.85 + 26 271.591 663 0 0 20.076 -47.3075 -206.25 + 26 110.648 662 0 0 20.0852 -47.4956 -206.117 + 26 21.0992 661 0 0 19.9937 -47.8202 -206.164 + 26 159.095 699 0 0 28.8971 -40.1047 -206.25 + 26 65.6028 698 0 0 29.0378 -40.2526 -206.217 + 26 230.608 901 0 1 0.325523 3.50975 -204.45 +Number of digits in this event = 18 Event: 27 -Number of tracker hits in this event = 9 - 27 117.866 900 5 0 0.171478 0.0518848 -55.85 - 27 150.351 901 4 1 0.434124 0.141563 -84.45 - 27 157.353 900 4 0 0.443368 0.145215 -85.85 - 27 174.031 902 3 1 0.631206 0.195609 -114.45 - 27 111.397 900 3 0 0.643812 0.197002 -115.85 - 27 119.775 904 2 1 0.927836 0.183301 -144.45 - 27 100.301 900 2 0 0.956148 0.180271 -145.85 - 27 122.778 907 1 1 1.55596 0.118497 -174.45 - 27 131.134 900 1 0 1.58801 0.113908 -175.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 40 + 27 137.776 900 5 1 0.177283 0.0520984 -54.45 + 27 136.761 900 5 0 0.178573 0.0738772 -55.85 + 27 130.364 900 4 1 0.179804 0.486772 -84.45 + 27 111.568 902 4 0 0.18436 0.504234 -85.85 + 27 324.348 901 3 1 0.276445 0.858156 -114.45 + 27 405.152 904 3 0 0.278842 0.873102 -115.85 + 27 339.346 901 2 1 0.34414 1.19663 -144.45 + 27 126.464 905 2 0 0.35727 1.20752 -145.85 + 27 175.454 902 1 1 0.61813 1.44224 -174.45 + 27 179.236 907 1 0 0.635885 1.46085 -175.85 + 27 410.232 904 0 1 0.986938 1.85938 -204.45 + 27 146.062 909 0 0 1.00847 1.87485 -205.85 + 27 150.247 912 2 0 0.568026 2.49423 -145.85 + 27 488.157 936 1 1 7.37242 26.0708 -174.45 + 27 113.291 1033 1 0 7.13615 26.7543 -175.85 + 27 474.342 907 0 1 1.53862 39.2363 -204.45 + 27 471.899 1115 0 0 -1.60228 43.1559 -205.85 + 27 279.313 903 3 1 0.699295 0.326165 -114.45 + 27 69.3941 900 3 0 1.04361 0.089567 -115.85 + 27 173.971 926 2 1 5.31084 -4.22602 -144.45 + 27 206.27 872 2 0 4.39112 -5.45224 -145.85 + 27 56.8943 859 1 1 -8.23909 -15.185 -174.45 + 27 274.365 858 1 1 -8.2853 -15.324 -174.54 + 27 329.594 857 1 1 -8.46434 -15.45 -174.704 + 27 47.4096 856 1 1 -8.65936 -15.552 -174.676 + 27 183.189 859 2 1 -8.1925 12.4272 -144.45 + 27 197.936 966 2 0 -8.72559 13.363 -145.85 + 27 29.255 927 2 0 -30.7601 5.51576 -146.25 + 27 106.411 926 2 0 -30.8135 5.44864 -146.152 + 27 44.657 925 2 0 -30.8294 5.16398 -145.913 + 27 36.5846 745 2 1 -30.8625 3.52308 -144.85 + 27 296.279 746 2 1 -30.8226 3.40457 -144.746 + 27 27.9629 917 2 0 -31.3646 3.45645 -145.85 + 27 90.5463 916 2 0 -31.4181 3.43878 -145.909 + 27 55.0414 915 2 0 -31.508 3.21901 -146.133 + 27 31.6161 914 2 0 -31.5388 3.03676 -146.198 + 27 121.722 838 2 0 -26.2305 -12.4284 -146.25 + 27 69.4341 837 2 0 -26.2487 -12.4505 -146.176 + 27 142.99 902 3 1 0.486149 0.169032 -114.666 + 27 72.2932 908 0 0 0.782425 1.67914 -206.189 +Number of digits in this event = 26 Event: 28 -Number of tracker hits in this event = 14 - 28 107.227 899 5 1 -0.105294 0.248922 -54.45 - 28 125.347 901 5 0 -0.104513 0.255238 -55.85 - 28 138.295 899 4 1 -0.11816 0.359265 -84.45 - 28 101.625 901 4 0 -0.109342 0.353789 -85.85 - 28 237.577 900 3 1 0.0646606 0.240112 -114.45 - 28 137.857 900 3 0 0.0743178 0.234568 -115.85 - 28 105.623 901 2 1 0.271041 0.139258 -144.45 - 28 200.086 900 2 0 0.288357 0.12895 -145.85 - 28 145.76 902 1 1 0.599933 -0.0855562 -174.45 - 28 133.721 899 1 0 0.603789 -0.0906542 -175.85 - 28 525.295 903 0 1 0.677225 -0.195439 -204.45 - 28 287.174 899 0 0 0.684444 -0.196758 -205.85 - 28 59.9692 902 0 1 0.641181 -0.082113 -204.764 - 28 241.913 975 0 1 15.1532 -1.04628 -204.45 -Number of digits in this event = 12 +Number of tracker hits in this event = 10 + 28 139.054 900 4 1 0.0539535 -0.103296 -84.45 + 28 116.835 899 4 0 0.06528 -0.116809 -85.85 + 28 170.393 901 3 1 0.319419 -0.379219 -114.45 + 28 134.323 898 3 0 0.323785 -0.401718 -115.85 + 28 95.0476 901 2 1 0.400783 -0.841698 -144.45 + 28 147.365 895 2 0 0.401907 -0.858395 -145.85 + 28 249.395 901 1 1 0.418258 -1.14591 -174.45 + 28 116.588 894 1 0 0.427226 -1.15627 -175.85 + 28 149.147 902 0 1 0.584488 -1.3637 -204.45 + 28 117.928 893 0 0 0.588361 -1.37308 -205.85 +Number of digits in this event = 7 Event: 29 -Number of tracker hits in this event = 13 - 29 110.557 900 5 1 0.191967 0.14952 -54.45 - 29 193.968 900 5 0 0.201875 0.15232 -55.85 - 29 117.152 901 4 1 0.407388 0.187941 -84.45 - 29 106.874 900 4 0 0.4245 0.195844 -85.85 - 29 153.477 903 3 1 0.745355 0.400524 -114.45 - 29 109.451 901 3 0 0.755903 0.414868 -115.85 - 29 135.775 904 2 1 0.958153 0.70403 -144.45 - 29 107.04 903 2 0 0.956307 0.713719 -145.85 - 29 125.775 904 1 1 0.968289 0.953062 -174.45 - 29 186.81 904 1 0 0.959777 0.941464 -175.85 - 29 391.801 903 0 1 0.75658 0.849861 -204.45 - 29 108.266 903 0 0 0.758502 0.841055 -205.85 - 29 668.337 902 0 0 0.74121 0.493924 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 23 + 29 152.751 899 4 1 -0.0879314 0.224851 -84.45 + 29 125.161 900 4 0 -0.0933139 0.235369 -85.85 + 29 100.11 899 3 1 -0.189094 0.441628 -114.45 + 29 129.738 902 3 0 -0.19646 0.451798 -115.85 + 29 102.289 898 2 1 -0.369383 0.660128 -144.45 + 29 123.589 903 2 0 -0.336441 0.694837 -145.85 + 29 121.923 901 1 1 0.427854 1.25662 -174.45 + 29 138.707 906 1 0 0.414125 1.28082 -175.85 + 29 110.896 899 0 1 -0.132221 1.79218 -204.45 + 29 209.222 908 0 0 -0.124574 1.80722 -205.85 + 29 251.951 897 1 1 -0.616318 0.901931 -174.45 + 29 464.572 904 1 0 -0.665064 0.9013 -175.85 + 29 171.325 891 0 1 -1.7025 0.569939 -204.45 + 29 214.274 902 0 0 -1.80598 0.630525 -205.85 + 29 237.135 896 1 1 -0.657174 0.979965 -174.45 + 29 343.193 900 0 1 0.178886 1.46962 -204.45 + 29 113.859 907 0 0 0.293057 1.45727 -205.85 + 29 286.402 897 0 1 -0.519906 1.37616 -204.45 + 29 119.07 906 0 0 -0.499217 1.40715 -205.85 + 29 67.7642 915 0 0 -0.605859 3.18267 -205.85 + 29 85.3162 916 0 0 -0.606985 3.33671 -206.005 + 29 48.263 897 5 0 -88.2912 -0.490069 -56.25 + 29 21.2825 790 8 0 -98.502 -21.8862 34.0699 +Number of digits in this event = 17 Event: 30 -Number of tracker hits in this event = 14 - 30 129.705 900 5 1 0.0608768 -0.164444 -54.45 - 30 102.236 899 5 0 0.0716607 -0.171422 -55.85 - 30 108.183 901 4 1 0.313016 -0.315961 -84.45 - 30 152.184 898 4 0 0.325112 -0.327813 -85.85 - 30 125.669 902 3 1 0.617352 -0.638275 -114.45 - 30 209.477 896 3 0 0.630304 -0.654187 -115.85 - 30 162.931 904 2 1 0.891008 -0.981897 -144.45 - 30 102.208 895 2 0 0.896899 -0.989128 -145.85 - 30 109.188 904 1 1 0.861326 -0.928201 -174.45 - 30 140.896 895 1 0 0.865563 -0.877971 -175.85 - 30 108.536 905 0 1 1.08562 0.146743 -204.45 - 30 152.887 900 0 0 1.10278 0.204343 -205.85 - 30 219.264 907 0 1 1.47519 -2.18059 -204.45 - 30 263.273 889 0 0 1.49937 -2.20967 -205.85 +Number of tracker hits in this event = 19 + 30 137.902 898 5 0 0.052066 -0.294852 -55.85 + 30 99.614 901 4 1 0.397894 -0.542871 -84.45 + 30 240.439 897 4 0 0.417804 -0.554649 -85.85 + 30 111.946 903 3 1 0.803659 -0.800304 -114.45 + 30 134.781 896 3 0 0.823983 -0.812044 -115.85 + 30 159.323 906 2 1 1.28836 -1.04646 -144.45 + 30 122.157 894 2 0 1.31503 -1.07499 -145.85 + 30 116.291 909 1 1 1.89589 -1.63168 -174.45 + 30 116.899 891 1 0 1.88629 -1.68906 -175.85 + 30 117.143 907 0 1 1.62201 -2.58495 -204.45 + 30 119.632 886 0 0 1.61916 -2.68245 -205.85 + 30 102.224 954 0 0 -12.8834 10.9696 -206.108 + 30 117.565 955 0 0 -13.0118 11.0675 -205.955 + 30 176.008 833 0 1 -13.4394 11.6883 -204.85 + 30 111.915 834 0 1 -13.2404 11.8233 -204.762 + 30 4.53334 1032 0 0 30.4636 26.4774 -205.85 + 30 250.86 1070 0 1 34.088 27.3059 -204.85 + 30 162.204 1022 6 0 173.116 24.5197 -26.25 + 30 171.626 1769 6 1 174.078 24.485 -24.85 Number of digits in this event = 10 Event: 31 -Number of tracker hits in this event = 27 - 31 104.564 900 4 1 0.154638 0.0551838 -84.45 - 31 117.305 900 4 0 0.163068 0.0700476 -85.85 - 31 92.06 901 3 1 0.310136 0.266722 -114.45 - 31 144.741 901 3 0 0.309637 0.287427 -115.85 - 31 118.025 901 2 1 0.288843 0.664744 -144.45 - 31 133.418 903 2 0 0.287397 0.684369 -145.85 - 31 266.078 902 1 1 0.45023 1.27746 -174.45 - 31 133.311 906 1 0 0.455382 1.31027 -175.85 - 31 134.031 902 0 1 0.565101 1.98385 -204.45 - 31 108.108 909 0 0 0.541817 1.99542 -205.85 - 31 421.22 904 0 1 0.852852 0.888513 -204.45 - 31 105.874 904 0 0 0.832879 1.02304 -205.85 - 31 127.743 902 2 1 0.530704 -0.438228 -144.45 - 31 128.953 897 2 0 0.838416 -0.533026 -145.85 - 31 113.267 946 1 1 9.26182 -2.54447 -174.45 - 31 119.603 886 1 0 9.16488 -2.66456 -175.85 - 31 169.373 927 0 1 5.5929 -7.33491 -204.45 - 31 420.41 868 0 0 6.33511 -6.36397 -205.85 - 31 211.022 1065 0 0 27.0617 33.2445 -206.25 - 31 78.8632 1068 0 0 27.1619 33.6563 -205.911 - 31 137.555 1054 0 1 31.0026 39.9023 -204.85 - 31 0.669737 1056 0 1 31.2676 40.3211 -204.849 - 31 178.797 1114 0 0 30.8951 42.9951 -205.85 - 31 92.8047 1116 0 0 30.7862 43.3742 -205.952 - 31 197.039 1115 0 0 30.5581 43.1722 -205.884 - 31 123.212 905 0 0 1.34963 1.10077 -205.85 - 31 28.9478 664 1 1 -47.1811 81.2463 -174.836 -Number of digits in this event = 17 +Number of tracker hits in this event = 10 + 31 130.615 899 4 1 -0.232263 0.642907 -84.45 + 31 117 903 4 0 -0.243926 0.675558 -85.85 + 31 122.771 897 3 1 -0.471406 1.34133 -114.45 + 31 137.801 906 3 0 -0.47785 1.36884 -115.85 + 31 278.186 897 2 1 -0.648022 1.91619 -144.45 + 31 113.545 909 2 0 -0.656102 1.93861 -145.85 + 31 102.568 896 1 1 -0.807631 2.37011 -174.45 + 31 128.026 911 1 0 -0.814792 2.38511 -175.85 + 31 212.152 895 0 1 -0.968127 2.70811 -204.45 + 31 102.508 913 0 0 -0.975529 2.72663 -205.85 +Number of digits in this event = 7 Event: 32 -Number of tracker hits in this event = 19 - 32 162.516 900 5 1 0.214837 -0.0577978 -54.45 - 32 131.556 899 5 0 0.23029 -0.0626764 -55.85 - 32 112.512 902 4 1 0.559631 -0.156711 -84.45 - 32 132.352 899 4 0 0.587103 -0.170452 -85.85 - 32 180.509 905 3 1 1.10725 -0.450764 -114.45 - 32 110.946 897 3 0 1.13352 -0.479671 -115.85 - 32 114.254 908 2 1 1.66555 -1.08559 -144.45 - 32 170.73 894 2 0 1.68866 -1.11627 -145.85 - 32 132.48 910 1 1 2.1446 -1.76376 -174.45 - 32 107.147 891 1 0 2.16157 -1.79478 -175.85 - 32 148.458 912 0 1 2.5506 -2.38752 -204.45 - 32 131.055 888 0 0 2.56459 -2.42527 -205.85 - 32 119.096 900 5 0 0.635687 0.242692 -55.85 - 32 151.324 1055 5 0 83.1605 31.1423 -56.25 - 32 40.4412 1056 5 0 83.5329 31.3493 -55.9763 - 32 123.212 1322 5 1 84.5064 31.3348 -54.85 - 32 135.215 1323 5 1 84.7308 31.3482 -54.4607 - 32 109.225 1052 5 0 84.8586 30.5321 -55.85 - 32 40.548 1062 0 0 -22.6283 32.5282 -205.998 -Number of digits in this event = 12 +Number of tracker hits in this event = 14 + 32 115.988 901 4 1 0.370663 0.399181 -84.45 + 32 119.439 901 4 0 0.391863 0.419632 -85.85 + 32 290.602 903 3 1 0.82559 0.834266 -114.45 + 32 135.112 904 3 0 0.854094 0.854242 -115.85 + 32 108.881 906 2 1 1.42548 1.28269 -144.45 + 32 128.998 906 2 0 1.43885 1.31197 -145.85 + 32 109.655 908 1 1 1.67056 1.91154 -174.45 + 32 139.166 909 1 0 1.67772 1.94621 -175.85 + 32 121.456 908 0 1 1.78956 2.60248 -204.45 + 32 211.015 912 0 0 1.80023 2.61997 -205.85 + 32 19.2981 904 3 1 0.872886 1.37187 -114.815 + 32 99.5084 916 3 0 2.01843 3.27086 -115.85 + 32 331.545 917 3 0 2.11917 3.60958 -116.042 + 32 3.49449 919 3 0 2.13943 4.01535 -116.239 +Number of digits in this event = 9 Event: 33 Number of tracker hits in this event = 10 - 33 166.714 905 3 1 1.06374 0.169615 -114.45 - 33 135.669 900 3 0 1.07928 0.162322 -115.85 - 33 102.571 907 1 1 1.602 -0.242798 -174.45 - 33 110.363 899 1 0 1.63239 -0.237958 -175.85 - 33 148.028 910 0 1 2.17286 -0.0963027 -204.45 - 33 125.778 899 0 0 2.20741 -0.0745908 -205.85 - 33 116.288 793 0 0 -14.2873 -21.4367 -205.927 - 33 15.3472 792 0 0 -14.3023 -21.4538 -205.903 - 33 11.5775 843 0 1 -11.3906 -22.1019 -204.85 - 33 28.3994 795 0 0 -10.6063 -20.961 -205.85 -Number of digits in this event = 6 + 33 103.589 900 4 1 0.0795739 0.387486 -84.45 + 33 291.022 901 4 0 0.0890655 0.405904 -85.85 + 33 169.33 900 3 1 0.239423 0.795193 -114.45 + 33 294.826 903 3 0 0.259267 0.819036 -115.85 + 33 113.132 903 2 1 0.698145 1.30095 -144.45 + 33 123.716 906 2 0 0.718087 1.35265 -145.85 + 33 106.576 905 1 1 1.05696 2.36316 -174.45 + 33 129.464 911 1 0 1.07952 2.40141 -175.85 + 33 123.272 908 0 1 1.66302 3.27215 -204.45 + 33 131.011 916 0 0 1.71267 3.34628 -205.85 +Number of digits in this event = 8 Event: 34 Number of tracker hits in this event = 23 - 34 380.222 900 4 1 0.10977 0.10832 -84.45 - 34 351.004 900 4 0 0.116525 0.115127 -85.85 - 34 125.644 901 3 1 0.266297 0.250701 -114.45 - 34 98.9293 901 3 0 0.279567 0.265372 -115.85 - 34 257.808 902 2 1 0.564404 0.61782 -144.45 - 34 130.481 902 2 0 0.583873 0.649845 -145.85 - 34 96.1268 904 1 1 0.968199 1.31364 -174.45 - 34 127.239 906 1 0 0.997991 1.33181 -175.85 - 34 145.066 907 0 1 1.59146 1.67888 -204.45 - 34 103.492 908 0 0 1.61258 1.69795 -205.85 - 34 109.215 910 3 1 2.09694 2.03124 -114.45 - 34 134.993 912 3 0 2.55994 2.54343 -115.85 - 34 126.312 958 2 1 11.7416 12.185 -144.45 - 34 156.199 964 2 0 11.8272 13.0086 -145.85 - 34 332.385 973 1 1 14.6596 33.6448 -174.45 - 34 248.357 1075 1 0 13.6862 35.0806 -175.85 - 34 216.617 858 0 1 -8.42926 62.5658 -204.45 - 34 198.96 1220 0 0 -9.23255 64.0976 -205.85 - 34 120.815 901 2 0 0.38765 0.333563 -145.85 - 34 124.636 889 1 1 -2.22669 -3.39755 -174.45 - 34 132.676 883 1 0 -2.32967 -3.44784 -175.85 - 34 107.279 878 0 1 -4.29252 -4.63766 -204.45 - 34 242.959 876 0 0 -4.34776 -4.79346 -205.85 -Number of digits in this event = 19 + 34 119.017 899 5 1 -0.0719543 0.1059 -54.45 + 34 113.778 900 5 0 -0.0746426 0.113494 -55.85 + 34 113.321 899 4 1 -0.137947 0.247761 -84.45 + 34 271.781 901 4 0 -0.12821 0.252906 -85.85 + 34 112.185 900 3 1 0.089298 0.368454 -114.45 + 34 118.912 901 3 0 0.0980558 0.377087 -115.85 + 34 124.183 900 2 1 0.235549 0.586212 -144.45 + 34 131.236 902 2 0 0.24157 0.603542 -145.85 + 34 251.702 901 1 1 0.369398 0.959635 -174.45 + 34 126.682 904 1 0 0.370833 0.988755 -175.85 + 34 108.613 901 0 1 0.425125 1.5178 -204.45 + 34 101.278 907 0 0 0.427216 1.55267 -205.85 + 34 55.1659 900 1 1 0.17382 0.498618 -174.637 + 34 40.7512 899 1 1 -0.05 0.454421 -174.806 + 34 96.788 899 1 0 -1.16797 -0.121593 -175.85 + 34 246.678 898 1 0 -1.34712 -0.292199 -175.974 + 34 18.1822 897 1 0 -1.54237 -0.45022 -176.043 + 34 27.6022 891 1 1 -1.83328 -0.453422 -174.85 + 34 396.005 890 1 1 -1.85081 -0.473845 -174.752 + 34 31.0575 1509 3 1 122.14 -43.8225 -114.45 + 34 88.6207 1510 3 1 122.185 -43.7992 -114.58 + 34 351.124 682 3 0 123.196 -43.6036 -115.85 + 34 14.8086 1055 0 0 133.98 31.1846 -205.85 +Number of digits in this event = 10 Event: 35 -Number of tracker hits in this event = 44 - 35 161.657 899 5 1 -0.175353 0.0901398 -54.45 - 35 122.288 900 5 0 -0.179306 0.0818686 -55.85 - 35 125.901 898 4 1 -0.277582 -0.0829527 -84.45 - 35 135.241 899 4 0 -0.290183 -0.0903436 -85.85 - 35 131.534 897 3 1 -0.57986 -0.340746 -114.45 - 35 196.938 898 3 0 -0.618366 -0.362093 -115.85 - 35 107.831 893 2 1 -1.32958 -0.858941 -144.45 - 35 132.977 895 2 0 -1.4014 -0.89374 -145.85 - 35 171.053 886 1 1 -2.82848 -1.69041 -174.45 - 35 116.503 891 1 0 -2.87105 -1.72229 -175.85 - 35 113.391 882 0 1 -3.53889 -2.35451 -204.45 - 35 124.131 888 0 0 -3.57226 -2.40712 -205.85 - 35 121.891 906 3 1 1.27457 0.575122 -114.45 - 35 135.905 902 3 0 1.31999 0.62684 -115.85 - 35 111.054 910 2 1 2.23093 1.13407 -144.45 - 35 114.902 905 2 0 2.23378 1.08644 -145.85 - 35 36.8109 909 1 1 1.86846 0.0767242 -174.45 - 35 270.888 899 1 0 2.03455 -0.239027 -175.85 - 35 190.242 941 0 1 8.28678 -7.19657 -204.45 - 35 163.484 856 0 0 8.25763 -8.77086 -205.85 - 35 21.67 918 0 0 24.808 3.79485 -206.25 - 35 79.6499 919 0 0 24.8495 3.86332 -206.217 - 35 42.5516 920 0 0 24.9582 4.11065 -206.209 - 35 116.375 1415 0 0 143.508 103.281 -206.25 - 35 82.4007 1416 0 0 143.635 103.376 -206.173 - 35 91.44 1417 0 0 143.765 103.58 -206.152 - 35 401.861 899 3 1 -0.249029 0.670824 -114.45 - 35 104.535 903 3 0 -0.249316 0.701389 -115.85 - 35 119.551 899 2 1 -0.171729 1.34314 -144.45 - 35 175.556 906 2 0 -0.178535 1.36103 -145.85 - 35 153.915 898 1 1 -0.308958 1.67986 -174.45 - 35 159.092 908 1 0 -0.278582 1.68213 -175.85 - 35 117.715 901 0 1 0.308067 1.72279 -204.45 - 35 127.885 908 0 0 0.328139 1.73699 -205.85 - 35 100.775 1220 3 0 -43.0375 64.1554 -116.147 - 35 124.151 770 3 0 -141.033 -26.0075 -116.25 - 35 162.119 769 3 0 -141.067 -26.0557 -116.089 - 35 128.728 1799 10 0 -104.899 180.113 93.752 - 35 82.2826 902 1 1 0.605169 36.6636 -174.6 - 35 78.9146 901 1 1 0.433036 36.7666 -174.515 - 35 162.089 900 1 1 0.24275 36.8389 -174.633 - 35 140.317 1092 1 0 1.27754 38.5375 -175.85 - 35 24.6964 907 1 1 1.63855 37.8117 -174.85 - 35 239.27 908 1 1 1.65088 37.7798 -174.789 -Number of digits in this event = 28 +Number of tracker hits in this event = 11 + 35 130.133 900 3 1 0.0626705 0.267144 -114.45 + 35 108.2 901 3 0 0.0691223 0.28038 -115.85 + 35 103.636 900 2 1 0.173813 0.563808 -144.45 + 35 104.154 902 2 0 0.178157 0.571204 -145.85 + 35 176.625 901 1 1 0.263884 0.721628 -174.45 + 35 109.686 903 1 0 0.268156 0.736057 -175.85 + 35 121.937 901 0 1 0.325682 1.06539 -204.45 + 35 179.855 905 0 0 0.321022 1.07838 -205.85 + 35 58.695 858 4 0 55.4757 -8.41164 -86.0375 + 35 36.9763 857 4 0 55.5189 -8.4518 -85.9025 + 35 242.527 1173 4 1 54.8453 -8.50594 -84.85 +Number of digits in this event = 6 Event: 36 -Number of tracker hits in this event = 46 - 36 56.1369 899 5 1 -0.172174 0.0806787 -54.45 - 36 193.026 899 5 0 -0.207825 -0.11212 -55.85 - 36 378.252 898 4 1 -0.436503 -3.97302 -84.45 - 36 137.908 878 4 0 -0.378415 -4.31066 -85.85 - 36 121.864 903 3 1 0.775882 -11.3742 -114.45 - 36 47.5827 841 3 0 0.911131 -11.81 -115.85 - 36 141.3 840 3 0 0.92863 -11.8612 -116.028 - 36 137.549 910 2 1 2.14274 -21.8906 -144.45 - 36 240.271 790 2 0 1.61552 -22.0373 -145.85 - 36 105.536 855 1 1 -8.97135 -24.4315 -174.45 - 36 147.44 777 1 0 -9.01995 -24.46 -175.85 - 36 127.77 860 0 1 -7.99359 -25.122 -204.45 - 36 376.05 774 0 0 -8.01798 -25.1496 -205.85 - 36 87.3828 1392 3 0 -13.7719 98.7366 -116.25 - 36 60.3627 1393 3 0 -13.8067 98.8422 -116.237 - 36 31.7828 1394 3 0 -13.9434 98.9953 -116.247 - 36 158.417 899 4 1 -0.103359 -3.60876 -84.7632 - 36 234.223 888 4 0 1.76898 -2.27432 -85.85 - 36 202.007 889 4 0 1.98738 -2.19546 -85.9865 - 36 203.007 900 5 0 -0.176221 0.09119 -55.8882 - 36 95.2191 906 4 0 -0.0906247 1.31812 -85.85 - 36 297.909 909 3 1 1.88481 11.0131 -114.45 - 36 223.259 966 3 0 2.48092 13.2887 -115.85 - 36 183.389 928 2 1 5.6646 57.0004 -144.45 - 36 186.87 1190 2 0 6.91905 58.095 -145.85 - 36 230.539 994 1 1 18.8624 79.6836 -174.45 - 36 190.804 1306 1 0 19.7978 81.2672 -175.85 - 36 187.681 1083 0 1 36.6968 101.953 -204.45 - 36 141.292 1410 0 0 36.7465 102.17 -205.85 - 36 26.1368 43 0 1 -171.49 -50.496 -204.657 - 36 232.022 866 0 0 -143.111 -6.84449 -206.033 - 36 141.896 902 4 1 0.511136 1.10117 -84.45 - 36 130.923 908 4 0 0.420959 1.73183 -85.85 - 36 179.339 892 3 1 -1.5495 10.0215 -114.45 - 36 104.592 891 3 1 -1.74704 10.404 -114.708 - 36 245.75 961 3 0 -2.65939 12.3717 -115.85 - 36 471.953 1069 3 0 -35.7942 33.9284 -116.25 - 36 17.3067 1066 3 0 -35.8664 33.327 -115.893 - 36 370.642 725 3 1 -35.0417 30.7888 -114.85 - 36 6.26048 726 3 1 -34.7052 29.7525 -114.463 - 36 181.2 1017 4 0 9.52388 23.603 -86.25 - 36 178.704 1016 4 0 9.59902 23.4258 -85.9975 - 36 27.8192 1015 4 0 9.3217 23.2447 -86.1546 - 36 74.5314 860 1 1 -7.99496 45.0078 -174.45 - 36 88.5888 859 1 1 -8.06355 45.0247 -174.509 - 36 89.7171 858 1 1 -8.25934 44.991 -174.662 -Number of digits in this event = 34 +Number of tracker hits in this event = 17 + 36 126.901 897 4 1 -0.499443 1.36565 -84.45 + 36 122.362 907 4 0 -0.530812 1.45651 -85.85 + 36 206.035 896 3 1 -0.835367 3.03173 -114.45 + 36 141.295 914 3 0 -0.841346 3.0402 -115.85 + 36 116 894 2 1 -1.05704 3.24801 -144.45 + 36 137.026 915 2 0 -1.11523 3.23791 -145.85 + 36 116.089 887 1 1 -2.64815 2.87043 -174.45 + 36 135.381 913 1 0 -2.68572 2.83966 -175.85 + 36 134.908 883 0 1 -3.39232 2.05437 -204.45 + 36 259.76 910 0 0 -3.43606 2.12384 -205.85 + 36 4.41907 899 4 0 -0.353656 -0.0617431 -86.0784 + 36 35.8187 900 4 0 -0.406703 0.05 -86.2108 + 36 112.302 900 2 1 0.063327 -0.0934383 -144.45 + 36 189.236 899 2 0 0.0708101 -0.0882388 -145.85 + 36 152.416 901 0 1 0.392176 0.154713 -204.45 + 36 172.278 900 0 0 0.39965 0.161281 -205.85 + 36 4.4377 789 0 1 -22.1108 52.2166 -204.569 +Number of digits in this event = 12 Event: 37 -Number of tracker hits in this event = 10 - 37 175.475 900 5 1 0.0552999 -0.0641295 -54.45 - 37 115.577 899 5 0 0.0548204 -0.0618006 -55.85 - 37 118.409 897 3 1 -0.634781 -0.0962438 -114.45 - 37 111.239 899 3 0 -0.775982 -0.236678 -115.85 - 37 123.843 881 2 1 -3.84731 -3.43137 -144.45 - 37 111.304 881 2 0 -4.01762 -3.81802 -145.85 - 37 106.534 848 1 1 -10.2933 -13.317 -174.45 - 37 136.291 832 1 0 -10.9217 -13.6124 -175.85 - 37 217.493 781 0 1 -23.73 -16.0282 -204.45 - 37 108.201 816 0 0 -23.88 -16.6876 -205.85 +Number of tracker hits in this event = 8 + 37 116.098 898 3 1 -0.35072 0.172387 -114.45 + 37 334.617 900 3 0 -0.346534 0.174784 -115.85 + 37 98.3303 898 2 1 -0.276575 0.210367 -144.45 + 37 143.377 900 2 0 -0.259168 0.225281 -145.85 + 37 98.2725 900 1 1 0.103575 0.57255 -174.45 + 37 248.298 902 1 0 0.124797 0.588003 -175.85 + 37 135.431 902 0 1 0.492832 0.92682 -204.45 + 37 115.975 904 0 0 0.513286 0.947218 -205.85 Number of digits in this event = 5 Event: 38 -Number of tracker hits in this event = 28 - 38 109.097 900 5 1 0.137216 -0.194856 -54.45 - 38 111.353 899 5 0 0.144318 -0.208985 -55.85 - 38 108.044 901 4 1 0.300795 -0.513651 -84.45 - 38 96.8628 897 4 0 0.315123 -0.526953 -85.85 - 38 137.613 902 3 1 0.621512 -0.822396 -114.45 - 38 108.286 896 3 0 0.630198 -0.831637 -115.85 - 38 135.497 903 2 1 0.798852 -1.01074 -144.45 - 38 180.023 895 2 0 0.808369 -1.02133 -145.85 - 38 239.885 904 1 1 1.0006 -1.25088 -174.45 - 38 288.336 893 1 0 1.00533 -1.26584 -175.85 - 38 111.603 905 0 1 1.10105 -1.54669 -204.45 - 38 143.231 892 0 0 1.10217 -1.55795 -205.85 - 38 110.839 803 0 0 7.65759 -19.3161 -206.25 - 38 123.216 802 0 0 7.65219 -19.4694 -206.067 - 38 37.0959 935 0 1 7.07272 -20.121 -204.85 - 38 153.027 796 0 0 6.6201 -20.7793 -205.85 - 38 532.771 928 0 1 5.82178 -1.66108 -204.45 - 38 75.1278 924 0 1 4.85337 -0.302213 -204.47 - 38 74.4449 923 0 1 4.7059 -0.182082 -204.45 - 38 157.917 921 0 1 4.36756 0.05 -204.542 - 38 36.5971 920 0 1 4.1211 0.135079 -204.742 - 38 92.6567 901 0 0 3.47001 0.277063 -205.85 - 38 42.9458 900 0 0 3.27185 0.222681 -206.151 - 38 26.1405 1080 0 0 -34.9366 36.2257 -206.25 - 38 109.841 1081 0 0 -34.946 36.2629 -206.179 - 38 303.048 729 0 1 -34.117 36.1855 -204.85 - 38 164.929 728 0 1 -34.2627 36.2907 -204.479 - 38 175.449 727 0 1 -34.4597 36.4067 -204.655 -Number of digits in this event = 14 +Number of tracker hits in this event = 46 + 38 119.691 899 5 1 -0.0919424 -0.051755 -54.45 + 38 114.472 899 5 0 -0.080284 -0.0529105 -55.85 + 38 134.537 900 4 1 0.1468 -0.0582238 -84.45 + 38 129.28 899 4 0 0.161787 -0.0599709 -85.85 + 38 139.963 902 3 1 0.477795 -0.0744338 -114.45 + 38 231.218 899 3 0 0.489969 -0.0731261 -115.85 + 38 112.272 905 1 1 1.09972 0.0951479 -174.45 + 38 97.9727 900 1 0 1.12446 0.0973229 -175.85 + 38 148.594 907 0 1 1.64912 0.116934 -204.45 + 38 123.203 900 0 0 1.67371 0.125602 -205.85 + 38 74.2979 923 6 0 -111.87 4.83317 -26.25 + 38 34.6768 924 6 0 -111.969 4.86087 -26.2019 + 38 92.3856 832 6 0 -118.963 -13.5139 -26.25 + 38 168.368 831 6 0 -118.836 -13.6501 -26.1633 + 38 122.059 902 2 1 0.562528 -0.153193 -144.45 + 38 113.242 901 2 0 0.918244 0.256643 -145.85 + 38 140.709 943 1 1 8.79687 10.2581 -174.45 + 38 113.145 955 1 0 9.44801 11.0878 -175.85 + 38 180.166 1023 0 1 24.8171 33.777 -204.45 + 38 194.057 1075 0 0 25.5511 35.2186 -205.85 + 38 98.5889 1062 0 0 -14.6307 32.4659 -206.25 + 38 101.164 1063 0 0 -14.6627 32.676 -206.127 + 38 32.2175 1064 0 0 -14.676 32.8543 -205.951 + 38 467.514 824 0 1 -15.0656 35.6006 -204.85 + 38 47.5026 823 0 1 -15.254 36.3441 -204.728 + 38 27.2418 862 0 1 -7.49064 27.9879 -204.85 + 38 72.9665 863 0 1 -7.44057 27.9494 -204.841 + 38 164.16 1037 0 0 -6.45955 27.5834 -205.85 + 38 176.446 898 3 1 -0.327271 -0.156866 -114.45 + 38 32.4127 899 3 1 -0.237526 -0.11858 -114.712 + 38 222.924 903 2 1 0.733997 0.05 -144.538 + 38 685.62 915 2 0 5.42462 3.20909 -145.85 + 38 124.45 886 2 1 -2.65628 -1.4137 -144.45 + 38 138.104 892 2 0 -2.64028 -1.48134 -145.85 + 38 110.723 887 1 1 -2.59331 -2.81669 -174.45 + 38 121.781 885 1 0 -2.55419 -3.02105 -175.85 + 38 175.963 892 0 1 -1.50417 -7.31349 -204.45 + 38 108.753 862 0 0 -1.29527 -7.49424 -205.85 + 38 52.1805 380 2 1 -104.125 -168.463 -144.45 + 38 106.425 379 2 1 -104.167 -168.552 -144.582 + 38 66.8885 56 2 0 -104.307 -168.931 -145.85 + 38 47.3565 55 2 0 -104.351 -168.959 -146.023 + 38 113.703 213 2 0 -98.1451 -137.453 -146.25 + 38 178.837 214 2 0 -97.9898 -137.304 -146.102 + 38 13.668 215 2 0 -97.733 -137.101 -145.889 + 38 133.065 414 2 1 -97.2426 -136.802 -144.85 +Number of digits in this event = 24 Event: 39 -Number of tracker hits in this event = 30 - 39 140.546 900 5 1 0.183556 0.142491 -54.45 - 39 104.959 900 5 0 0.166475 0.165033 -55.85 - 39 115.088 899 4 1 -0.164026 0.667078 -84.45 - 39 89.3284 903 4 0 -0.179972 0.68663 -85.85 - 39 119.164 897 3 1 -0.518801 1.08231 -114.45 - 39 119.627 905 3 0 -0.54736 1.1114 -115.85 - 39 119.938 894 2 1 -1.17828 1.74081 -144.45 - 39 168.051 908 2 0 -1.19987 1.77328 -145.85 - 39 165.875 891 1 1 -1.76545 2.53353 -174.45 - 39 96.4779 912 1 0 -1.80685 2.57859 -175.85 - 39 125.472 887 0 1 -2.60971 3.42893 -204.45 - 39 188.044 917 0 0 -2.62703 3.46717 -205.85 - 39 103.445 932 1 1 6.52752 -3.87911 -174.45 - 39 106.662 881 1 0 6.51093 -3.78379 -175.85 - 39 146.675 942 0 1 8.47347 -5.58668 -204.45 - 39 140.809 868 0 0 8.91351 -6.30119 -205.85 - 39 101.995 643 2 0 -92.3863 -51.3303 -146.25 - 39 46.9493 642 2 0 -92.596 -51.4583 -146.154 - 39 200.706 894 1 1 -1.14326 2.19359 -174.45 - 39 115.223 910 1 0 -1.00117 2.20544 -175.85 - 39 169.453 908 0 1 1.76251 2.39453 -204.45 - 39 128.683 907 0 0 1.38741 1.60799 -205.85 - 39 10.3779 1053 0 0 -16.0131 30.757 -205.972 - 39 18.5624 438 12 1 -92.3611 -162.399 155.278 - 39 200.832 439 12 1 -92.3479 -162.397 155.311 - 39 138.995 911 1 0 -0.928826 2.26 -175.85 - 39 281.74 916 0 1 3.34422 3.10393 -204.45 - 39 132.878 914 0 0 3.80036 2.9625 -205.85 - 39 185.328 912 0 0 3.95835 2.55279 -205.85 - 39 118.442 967 0 0 27.5558 13.5621 -206.083 -Number of digits in this event = 17 +Number of tracker hits in this event = 35 + 39 122.697 900 5 1 0.0781328 -0.0730578 -54.45 + 39 133.579 899 5 0 0.0772773 -0.072126 -55.85 + 39 124.564 899 4 0 0.0842328 -0.0644188 -85.85 + 39 129.609 898 3 1 -0.345936 -0.707944 -114.45 + 39 112.916 896 3 0 -0.348453 -0.717576 -115.85 + 39 109.682 898 2 1 -0.34196 -0.951561 -144.45 + 39 121.037 895 2 0 -0.330052 -0.968789 -145.85 + 39 112.751 897 0 1 -0.608769 -1.89059 -204.45 + 39 108.493 890 0 0 -0.62536 -1.86845 -205.85 + 39 197.101 472 5 0 21.7747 -85.6379 -56.25 + 39 157.777 471 5 0 21.6674 -85.664 -56.0883 + 39 132.126 967 2 1 13.6078 -27.5921 -144.773 + 39 159.865 968 2 1 13.6516 -27.5257 -144.568 + 39 33.0464 969 2 1 13.8604 -27.5902 -144.475 + 39 135.86 898 3 0 -0.183535 -0.359338 -115.85 + 39 103.929 888 2 1 -2.34672 -5.2458 -144.45 + 39 124.9 876 2 0 -2.11718 -4.74832 -145.85 + 39 123.947 918 1 1 3.66118 3.42379 -174.45 + 39 607.514 916 1 0 5.9011 3.40139 -175.85 + 39 117.682 451 1 0 156.287 -89.7787 -176.25 + 39 394.671 449 1 0 156.656 -90.15 -176.111 + 39 119.916 1699 1 1 160.054 -93.7406 -174.85 + 39 142.411 1701 1 1 160.362 -93.9984 -174.767 + 39 298.928 1702 1 1 160.583 -94.1544 -174.652 + 39 845.397 1704 1 1 160.953 -94.4907 -174.614 + 39 189.478 1711 1 1 162.497 -95.7654 -174.794 + 39 42.6474 408 1 0 163.331 -98.4722 -175.85 + 39 185.265 407 1 0 163.347 -98.5941 -175.943 + 39 31.9091 406 1 0 163.365 -98.7815 -176.184 + 39 133.519 900 2 1 0.0757748 0.304988 -144.45 + 39 111.931 901 2 0 0.0734629 0.292605 -145.85 + 39 220.977 900 1 1 0.130436 -0.139179 -174.45 + 39 107.495 899 1 0 0.164653 -0.149294 -175.85 + 39 135.281 905 0 1 1.06511 -0.306983 -204.45 + 39 154.642 898 0 0 1.0629 -0.301406 -205.85 +Number of digits in this event = 26 Event: 40 -Number of tracker hits in this event = 19 - 40 28.0433 899 5 1 -0.152673 -0.05 -54.7159 - 40 124.483 899 5 0 -0.148917 -0.0947947 -55.85 - 40 137.234 899 4 1 -0.073507 -1.19063 -84.45 - 40 131.682 893 4 0 -0.0704311 -1.25058 -85.85 - 40 177.65 900 2 1 0.199793 -3.97531 -144.45 - 40 123.74 880 2 0 0.208094 -4.04766 -145.85 - 40 379.293 901 1 1 0.346238 -5.54966 -174.45 - 40 184.852 872 1 0 0.343343 -5.6188 -175.85 - 40 142.095 901 0 1 0.260053 -7.04329 -204.45 - 40 146.8 864 0 0 0.260199 -7.11586 -205.85 - 40 131.677 873 1 0 -0.352132 -5.30341 -175.85 - 40 132.927 836 0 1 -12.8303 -15.4262 -204.45 - 40 123.861 820 0 0 -13.4141 -15.9139 -205.85 - 40 112.964 898 1 1 -0.28377 -4.73728 -174.45 - 40 138.232 876 1 0 -0.156411 -4.65597 -175.85 - 40 119.876 908 0 1 1.8261 -0.553874 -204.45 - 40 80.1707 899 0 0 1.9439 -0.136653 -205.85 - 40 353.866 886 1 0 -0.594064 -2.75522 -175.85 - 40 61.8144 1123 4 0 15.945 44.8225 -85.9942 -Number of digits in this event = 16 +Number of tracker hits in this event = 76 + 40 153.947 899 5 1 -0.0862242 0.10624 -54.45 + 40 121.557 900 5 0 -0.0999511 0.122446 -55.85 + 40 158.768 898 4 1 -0.267946 0.447278 -84.45 + 40 121.702 902 4 0 -0.280859 0.457684 -85.85 + 40 128.497 897 3 1 -0.628191 0.615066 -114.45 + 40 122.123 902 3 0 -0.651394 0.631034 -115.85 + 40 372.996 895 2 1 -0.922846 0.910947 -144.45 + 40 243.074 904 2 0 -0.933018 0.906548 -145.85 + 40 379.56 894 1 1 -1.14587 0.702837 -174.45 + 40 455.558 903 1 0 -1.15183 0.685142 -175.85 + 40 114.026 894 0 1 -1.2282 0.210148 -204.45 + 40 97.7917 900 0 0 -1.24625 0.220644 -205.85 + 40 375.426 903 2 0 -0.805116 0.702757 -145.85 + 40 139.594 913 1 1 2.74836 -0.58772 -174.45 + 40 142.711 897 1 0 3.06792 -0.64759 -175.85 + 40 137.812 946 0 1 9.33496 -2.42871 -204.45 + 40 110.424 888 0 0 9.70057 -2.43098 -205.85 + 40 266.29 895 0 1 -0.896018 1.23746 -204.45 + 40 269.069 906 0 0 -0.735508 1.27868 -205.85 + 40 217.347 897 2 1 -0.461134 0.882349 -144.45 + 40 131.071 887 1 1 -2.4877 -2.12312 -174.45 + 40 148.179 888 1 0 -2.34577 -2.30183 -175.85 + 40 106.851 909 0 1 1.99376 -7.54527 -204.45 + 40 182.224 861 0 0 2.17605 -7.81722 -205.85 + 40 223.145 820 0 0 24.8576 -16.0147 -206.25 + 40 136.656 819 0 0 25.1689 -16.0956 -206.124 + 40 402.317 1029 0 1 26.0379 -16.4201 -204.85 + 40 175.237 1030 0 1 26.1175 -16.4142 -204.652 + 40 41.6376 826 0 0 25.493 -14.7328 -205.85 + 40 23.5638 827 0 0 25.4359 -14.643 -205.867 + 40 21.5241 1022 0 1 24.4559 -11.9863 -204.85 + 40 78.5953 1021 0 1 24.4232 -11.9325 -204.815 + 40 241.718 1020 0 1 24.2374 -11.8787 -204.736 + 40 265.232 1019 0 1 24.033 -11.9427 -204.695 + 40 239.727 899 4 1 -0.130129 0.125778 -84.45 + 40 128.577 900 4 0 -0.128292 0.14653 -85.85 + 40 156.704 899 3 1 -0.213679 0.670394 -114.45 + 40 126.05 903 3 0 -0.213281 0.66086 -115.85 + 40 155.408 899 2 1 -0.186997 0.530275 -144.45 + 40 114.527 902 2 0 -0.186153 0.538292 -145.85 + 40 164.548 899 1 1 -0.112806 0.715283 -174.45 + 40 162.611 909 1 0 -0.528657 1.91518 -175.85 + 40 206.051 877 0 1 -4.58639 8.92538 -204.45 + 40 92.5518 878 0 1 -4.28538 8.82918 -204.472 + 40 134.417 880 0 1 -4.02196 8.73784 -204.644 + 40 91.2205 881 0 1 -3.71112 8.76131 -204.512 + 40 103.075 883 0 1 -3.40385 8.86181 -204.471 + 40 102.902 884 0 1 -3.15804 9.05438 -204.563 + 40 117.919 885 0 1 -2.85732 9.19767 -204.534 + 40 143.113 887 0 1 -2.54942 9.19397 -204.467 + 40 39.5468 888 0 1 -2.28378 9.04645 -204.461 + 40 83.713 889 0 1 -2.24139 9.03415 -204.45 + 40 62.894 890 0 1 -2.00758 9.03278 -204.486 + 40 75.3942 891 0 1 -1.82554 9.10429 -204.522 + 40 100.336 892 0 1 -1.63011 9.25924 -204.605 + 40 66.0193 893 0 1 -1.42099 9.35077 -204.756 + 40 148.427 943 0 0 -1.03746 8.80618 -205.85 + 40 222.028 896 0 1 -0.654357 8.27888 -204.85 + 40 180.103 897 0 1 -0.647658 8.26923 -204.836 + 40 116.536 901 4 0 -0.308704 0.305009 -85.85 + 40 118.502 881 3 1 -3.82362 4.78734 -114.45 + 40 207.823 924 3 0 -3.72105 5.00102 -115.85 + 40 131.48 894 2 1 -1.11355 8.49086 -144.45 + 40 112.944 944 2 0 -1.13923 8.99215 -145.85 + 40 151.11 1003 1 0 -1.13746 20.6581 -175.85 + 40 283.683 903 0 1 0.848648 29.9884 -204.45 + 40 117.482 1050 0 0 0.930988 30.1609 -205.85 + 40 117.92 898 1 1 -0.378672 1.0655 -174.45 + 40 126.981 905 1 0 -0.370621 1.1522 -175.85 + 40 113.05 898 0 1 -0.368342 2.80373 -204.45 + 40 121.64 914 0 0 -0.350477 2.90763 -205.85 + 40 131.593 901 1 0 -1.20064 0.354171 -175.85 + 40 202.41 899 0 0 -0.620139 -0.243575 -205.85 + 40 36.6374 665 4 0 89.7843 -46.8765 -86.0101 + 40 165.384 666 4 0 89.8215 -46.8409 -85.9715 + 40 97.8235 334 0 1 -113.246 7.53305 -204.464 +Number of digits in this event = 50 Event: 41 -Number of tracker hits in this event = 7 - 41 121.98 900 3 0 0.0783917 0.0839634 -115.85 - 41 152.372 903 2 1 0.82975 0.243374 -144.45 - 41 105.457 901 2 0 0.663862 0.42431 -145.85 - 41 114.44 887 1 1 -2.51117 4.84113 -174.45 - 41 117.511 924 1 0 -2.58355 4.97029 -175.85 - 41 125.811 880 0 1 -3.94443 7.04474 -204.45 - 41 125.149 935 0 0 -3.66808 7.23411 -205.85 -Number of digits in this event = 5 -Event: 42 Number of tracker hits in this event = 15 - 42 122.649 899 6 1 -0.05 -0.103889 -24.5001 - 42 56.5335 896 6 0 -0.698642 -0.762482 -25.85 - 42 88.3573 895 6 0 -0.794213 -0.860268 -26.0213 - 42 1175.29 820 5 1 -15.9267 -16.6915 -54.45 - 42 467.253 796 5 0 -22.1854 -20.7079 -55.85 - 42 302.725 790 5 0 -23.2797 -21.9007 -56.25 - 42 294.825 772 5 1 -25.5965 -23.8948 -54.85 - 42 28.1732 992 6 0 -41.044 18.6362 -26.25 - 42 53.8209 993 6 0 -41.0533 18.7769 -26.1829 - 42 40.7326 994 6 0 -41.0369 18.9109 -26.0853 - 42 86.0284 995 6 0 -41.0663 19.0603 -26.0151 - 42 70.5019 692 6 1 -41.5387 20.5425 -24.85 - 42 67.5197 691 6 1 -41.6963 20.6895 -24.7147 - 42 74.4426 690 6 1 -41.9159 20.7141 -24.7282 - 42 63.3776 689 6 1 -42.075 20.8013 -24.5694 -Number of digits in this event = 6 + 41 124.552 898 5 1 -0.430554 0.0730918 -54.45 + 41 128.689 900 5 0 -0.449612 0.0779131 -55.85 + 41 147.671 896 4 1 -0.84051 0.187438 -84.45 + 41 110.673 900 4 0 -0.853686 0.203797 -85.85 + 41 102.336 894 3 1 -1.16547 0.518427 -114.45 + 41 142.098 902 3 0 -1.18059 0.529552 -115.85 + 41 169.281 892 2 1 -1.48999 0.743071 -144.45 + 41 118.048 903 2 0 -1.49938 0.747346 -145.85 + 41 114.043 891 1 1 -1.68402 0.783959 -174.45 + 41 91.0446 903 1 0 -1.70407 0.787782 -175.85 + 41 610.514 889 0 1 -2.19515 0.986194 -204.45 + 41 190.244 904 0 0 -2.25739 0.996009 -205.85 + 41 131.029 888 0 1 -2.25181 1.07295 -204.627 + 41 52.1996 660 1 0 -51.6617 -47.9036 -175.949 + 41 192.85 642 1 1 -51.6065 -47.6283 -174.85 +Number of digits in this event = 10 +Event: 42 +Number of tracker hits in this event = 33 + 42 193.699 905 3 1 1.15711 -0.475984 -114.45 + 42 101.694 897 3 0 1.05579 -0.477314 -115.85 + 42 368.736 890 2 1 -1.89597 -0.109368 -144.45 + 42 143.97 900 2 0 -1.34831 0.05 -145.897 + 42 258.598 954 1 1 10.8648 4.13452 -174.45 + 42 115.853 922 1 0 11.2218 4.5544 -175.85 + 42 148.77 991 0 1 18.2977 12.9214 -204.45 + 42 175.18 968 0 0 18.5538 13.7099 -205.85 + 42 552.135 900 3 1 0.0855084 -0.342674 -114.45 + 42 233.1 898 3 0 0.103605 -0.33241 -115.85 + 42 119.144 896 1 1 -0.775443 0.291434 -174.45 + 42 103.233 900 1 0 -0.825772 0.245158 -175.85 + 42 216.186 890 0 1 -1.93498 -0.879189 -204.45 + 42 154.572 895 0 0 -1.94918 -0.952472 -205.85 + 42 269.048 901 2 1 0.259296 -0.63699 -144.45 + 42 545.667 896 2 0 0.266521 -0.654191 -145.85 + 42 381.802 901 1 1 0.446755 -1.17616 -174.45 + 42 195.882 894 1 0 0.447543 -1.20303 -175.85 + 42 587.24 902 0 1 0.474115 -1.71924 -204.45 + 42 473.24 891 0 0 0.472151 -1.7373 -205.85 + 42 44.0569 898 2 0 0.168335 -0.404743 -146.117 + 42 100.615 1171 2 0 -70.0128 54.4066 -146.25 + 42 36.0566 1172 2 0 -70.2898 54.555 -145.99 + 42 135.195 546 2 1 -70.7921 54.7238 -144.85 + 42 1.09089 545 2 1 -70.9585 54.7846 -144.454 + 42 262.54 903 0 1 0.702476 -1.71224 -204.45 + 42 105.491 895 1 0 0.394068 -0.969018 -175.85 + 42 115.168 905 0 1 1.15831 -1.76359 -204.45 + 42 69.0314 999 1 0 92.5781 20.0141 -175.976 + 42 95.4932 1205 11 0 -94.6003 61.0534 124.04 + 42 98.0577 896 1 0 0.405801 -0.755669 -175.85 + 42 130.03 907 0 0 0.682544 1.50071 -205.85 + 42 39.8591 835 8 0 -82.1634 -12.9931 34.0322 +Number of digits in this event = 20 Event: 43 -Number of tracker hits in this event = 15 - 43 185.42 899 3 1 -0.227935 0.100898 -114.45 - 43 133.163 900 3 0 -0.238285 0.116786 -115.85 - 43 146.226 898 2 1 -0.423264 0.451083 -144.45 - 43 212.05 902 2 0 -0.434633 0.470666 -145.85 - 43 210.995 896 1 1 -0.668311 0.835485 -174.45 - 43 115.784 904 1 0 -0.673535 0.857214 -175.85 - 43 118.186 896 0 1 -0.773446 1.27502 -204.45 - 43 114.517 906 0 0 -0.776836 1.30084 -205.85 - 43 133.409 905 6 0 -0.4053 1.14755 -25.85 - 43 87.2161 773 0 0 30.2821 -25.3611 -206.245 - 43 382.355 1576 0 0 -68.4838 135.461 -206.25 - 43 395.411 552 0 1 -69.4776 138.389 -204.85 - 43 10.4786 239 0 1 -132.29 -51.4674 -204.85 - 43 22.6095 100 1 1 -159.974 -41.4974 -174.85 - 43 389.183 1374 2 0 48.0084 95.0682 -146.25 -Number of digits in this event = 12 +Number of tracker hits in this event = 54 + 43 132.612 900 4 1 0.132016 -0.150045 -84.45 + 43 132.841 899 4 0 0.126352 -0.166922 -85.85 + 43 105.686 900 1 1 0.175131 -0.996667 -174.45 + 43 132.337 895 1 0 0.158872 -0.993744 -175.85 + 43 121.026 899 0 1 -0.154894 -0.926665 -204.45 + 43 102.73 895 0 0 -0.181266 -0.911153 -205.85 + 43 60.877 673 3 0 127.259 -45.4331 -116.097 + 43 162.124 56 0 0 69.6611 -168.92 -206.25 + 43 126.067 53 0 0 69.7609 -169.361 -206.05 + 43 59.5797 52 0 0 69.7817 -169.749 -205.905 + 43 147.497 1242 0 1 68.5613 -173.698 -204.85 + 43 5.11981 1241 0 1 68.4482 -174.277 -204.846 + 43 257.049 14 0 0 69.1019 -177.254 -205.85 + 43 63.312 12 0 0 69.1754 -177.559 -205.955 + 43 90.6787 11 0 0 69.2725 -177.771 -205.927 + 43 67.7966 10 0 0 69.3728 -177.974 -205.94 + 43 108.161 9 0 0 69.4784 -178.169 -205.994 + 43 109.748 921 4 1 4.34525 -4.4497 -84.45 + 43 106.123 878 4 0 4.3828 -4.4374 -85.85 + 43 474.849 928 3 1 5.80305 -4.00812 -114.45 + 43 190.247 887 3 0 5.97429 -2.46077 -115.85 + 43 381.651 960 2 1 12.0824 26.594 -144.45 + 43 493.758 1044 2 0 10.3541 28.8542 -145.85 + 43 196.345 784 1 1 -23.1796 69.9323 -174.45 + 43 221.859 1256 1 0 -24.9092 71.4061 -175.85 + 43 351.81 572 0 1 -65.5442 107.13 -204.45 + 43 185.699 1440 0 0 -66.4783 108.218 -205.85 + 43 68.2088 1447 0 0 -83.4494 109.618 -206.25 + 43 67.3313 1446 0 0 -83.5058 109.415 -206.087 + 43 0.546745 1445 0 0 -83.607 109.293 -205.851 + 43 148.088 481 0 1 -83.7319 108.553 -204.85 + 43 117.311 900 5 0 0.0580072 0.0662372 -55.85 + 43 150.995 903 4 1 0.777707 2.64422 -84.45 + 43 120.976 913 4 0 0.718497 2.73321 -85.85 + 43 171.799 894 3 1 -1.17018 6.77675 -114.45 + 43 175.794 933 3 0 -0.392075 6.84093 -115.85 + 43 125.929 967 2 1 13.511 6.41106 -144.45 + 43 120.765 931 2 0 13.4551 6.36114 -145.85 + 43 147.995 949 1 1 9.87469 5.39096 -174.45 + 43 139.516 924 1 0 9.04006 4.96595 -175.85 + 43 14.8327 412 1 0 47.84 -97.7307 -176.074 + 43 97.9934 411 1 0 47.8789 -97.7806 -176.073 + 43 60.313 410 1 0 47.9229 -98.029 -176.127 + 43 73.7285 409 1 0 47.883 -98.2004 -176.158 + 43 83.34 224 1 0 0.913565 -135.183 -176.25 + 43 381.488 223 1 0 0.952424 -135.372 -176.214 + 43 46.824 222 1 0 1.0499 -135.554 -175.94 + 43 81.6929 908 1 1 1.72707 -135.704 -174.85 + 43 185.101 959 1 1 11.9695 24.2151 -174.45 + 43 102.245 1019 1 0 11.3888 23.8976 -175.85 + 43 36.86 1018 1 0 11.3832 23.8484 -176.043 + 43 43.4417 918 4 0 15.8108 3.73115 -86.25 + 43 7.68247 756 1 0 -79.3482 -28.7644 -176.25 + 43 45.4184 851 0 0 -64.233 -9.72968 -206.025 +Number of digits in this event = 29 Event: 44 -Number of tracker hits in this event = 51 - 44 99.7449 900 5 1 0.0787278 -0.0920511 -54.45 - 44 113.388 899 5 0 0.0951999 -0.105312 -55.85 - 44 122.659 901 4 1 0.421289 -0.408482 -84.45 - 44 455.864 898 4 0 0.433372 -0.431572 -85.85 - 44 104.151 903 3 1 0.669133 -0.923339 -114.45 - 44 119.811 895 3 0 0.669571 -0.959113 -115.85 - 44 187.701 902 2 1 0.643628 -1.69217 -144.45 - 44 119.702 891 2 0 0.64309 -1.73189 -145.85 - 44 104.823 903 1 1 0.655004 -2.52629 -174.45 - 44 156.355 887 1 0 0.66803 -2.57532 -175.85 - 44 120.292 904 0 1 0.959783 -3.6 -204.45 - 44 134.047 881 0 0 0.979002 -3.65298 -205.85 - 44 45.4337 899 4 0 0.417557 -0.244081 -86.1661 - 44 139.217 1045 4 0 -44.9343 29.2248 -86.25 - 44 243.946 1044 4 0 -45.0048 29.0498 -86.0116 - 44 17.3204 899 4 1 -0.107279 0.05 -84.7805 - 44 130.676 900 4 0 0.123401 0.226758 -85.85 - 44 192.918 946 3 1 9.43756 3.98185 -114.45 - 44 126.122 922 3 0 9.59596 4.4653 -115.85 - 44 164.915 948 2 1 9.8293 11.6864 -144.45 - 44 439.188 955 2 0 13.2871 11.2058 -145.85 - 44 139.463 1165 1 1 53.2092 36.487 -174.45 - 44 163.275 1084 1 0 54.0564 36.8953 -175.85 - 44 142.228 1171 1 0 83.8169 54.3566 -176.25 - 44 144.491 1322 1 1 84.5156 54.8281 -174.85 - 44 129.086 896 3 1 -0.741698 -0.206309 -114.45 - 44 118.299 899 3 0 -0.861465 -0.228301 -115.85 - 44 147.577 883 2 1 -3.37123 -0.951049 -144.45 - 44 108.584 895 2 0 -3.40693 -0.988952 -145.85 - 44 138.19 879 1 1 -4.05099 -1.69495 -174.45 - 44 160.669 892 1 0 -4.20604 -1.61676 -175.85 - 44 142.587 863 0 1 -7.27756 -0.246728 -204.45 - 44 259.832 898 0 0 -7.51242 -0.320222 -205.85 - 44 251.305 764 0 0 -10.8225 -27.1437 -206.25 - 44 473.018 847 0 1 -10.6375 -28.8755 -204.85 - 44 339.073 850 0 1 -9.96993 -30.1099 -204.78 - 44 235.666 852 0 1 -9.62841 -30.6991 -204.714 - 44 295.636 851 0 1 -9.75073 -31.1985 -204.826 - 44 122.722 849 0 1 -10.0669 -31.5032 -204.45 - 44 87.5478 743 0 0 -9.51228 -31.3122 -205.85 - 44 137.629 742 0 0 -9.67334 -31.4587 -205.986 - 44 69.536 844 0 1 -11.2061 -32.1586 -204.85 - 44 244.961 843 0 1 -11.2559 -32.155 -204.712 - 44 779.066 1239 0 0 92.6543 67.9032 -206.25 - 44 1.77951 1247 0 0 94.4435 69.4812 -205.853 - 44 261.929 1378 0 1 95.78 71.0219 -204.85 - 44 0.28022 1380 0 1 96.3055 71.6318 -204.451 - 44 62.6397 802 0 0 -12.0466 -19.486 -206.25 - 44 45.8745 803 0 0 -12.0484 -19.3553 -206.022 - 44 144.778 840 0 1 -12.0083 -19.1111 -204.85 - 44 10.9912 1148 0 0 -7.03333 49.8205 -206.25 -Number of digits in this event = 37 +Number of tracker hits in this event = 14 + 44 116.96 900 5 1 0.0521544 -0.0859692 -54.45 + 44 103.224 899 3 1 -0.234883 -0.531134 -114.45 + 44 173.033 897 3 0 -0.247807 -0.537277 -115.85 + 44 130.013 897 2 1 -0.502167 -0.657673 -144.45 + 44 150.677 896 2 0 -0.508422 -0.665655 -145.85 + 44 117.514 897 1 1 -0.619844 -0.920742 -174.45 + 44 146.854 895 1 0 -0.53517 -0.9652 -175.85 + 44 112.484 906 0 1 1.32103 -1.73705 -204.45 + 44 119.479 891 0 0 1.38555 -1.76851 -205.85 + 44 320.328 903 6 0 1.42516 0.709167 -25.85 + 44 18.5739 1067 1 1 33.4702 7.4026 -174.45 + 44 43.643 1066 1 1 33.4442 7.36859 -174.459 + 44 27.025 915 2 0 -6.96264 3.08684 -145.898 + 44 266.003 863 2 1 -7.25294 2.63284 -144.85 +Number of digits in this event = 8 Event: 45 -Number of tracker hits in this event = 17 - 45 145.805 898 5 1 -0.398418 0.236496 -54.45 - 45 129.506 901 5 0 -0.423987 0.25281 -55.85 - 45 163.94 895 4 1 -0.969005 0.605365 -84.45 - 45 114.777 902 4 0 -0.972943 0.612798 -85.85 - 45 111.018 895 3 1 -1.02191 0.72516 -114.45 - 45 124.345 903 3 0 -1.50706 0.650471 -115.85 - 45 149.931 847 2 1 -10.6395 0.366722 -144.45 - 45 174.445 895 2 0 -11.0936 -1.04842 -145.85 - 45 1297.12 805 1 1 -19.042 -31.8719 -174.45 - 45 193.755 789 1 1 -22.1233 -33.9729 -174.493 - 45 347.981 788 1 1 -22.4415 -34.144 -174.553 - 45 693.285 721 1 0 -28.4512 -35.8049 -175.85 - 45 44.5134 894 4 1 -1.05463 0.701339 -84.7407 - 45 107.168 908 4 0 -1.29189 1.66439 -85.85 - 45 133.004 909 4 0 -1.43351 1.86341 -86.112 - 45 13.4055 787 1 1 -22.5801 -34.2223 -174.546 - 45 0.00446017 705 1 0 -29.8852 -39.0321 -176.148 -Number of digits in this event = 14 +Number of tracker hits in this event = 16 + 45 91.613 900 5 1 0.107498 0.05 -54.576 + 45 122.978 900 5 0 0.112285 0.127481 -55.85 + 45 124.771 900 4 1 0.05 1.9533 -84.4933 + 45 109.91 909 4 0 0.140605 2.009 -85.85 + 45 114.114 910 3 1 2.06455 3.11435 -114.45 + 45 163.534 915 3 0 2.11817 3.22958 -115.85 + 45 128.07 916 2 1 3.37789 5.79618 -144.45 + 45 113.72 929 2 0 3.4705 6.04649 -145.85 + 45 147.022 927 1 1 5.50702 11.1605 -174.45 + 45 125.667 957 1 0 5.65368 11.4687 -175.85 + 45 118.511 941 0 1 8.32725 17.8521 -204.45 + 45 150.343 990 0 0 8.39313 18.2192 -205.85 + 45 149.829 13 12 0 56.8976 -177.36 153.75 + 45 5.84306 12 12 0 56.9545 -177.588 154.127 + 45 328.073 1181 12 1 56.4073 -178.414 155.15 + 45 402.382 1180 12 1 56.2419 -178.727 155.455 +Number of digits in this event = 11 Event: 46 -Number of tracker hits in this event = 27 - 46 143.639 899 5 0 0.214388 -0.0654038 -55.85 - 46 255.341 900 4 1 0.214299 -0.589996 -84.45 - 46 106.283 897 4 0 0.211367 -0.593444 -85.85 - 46 24.3582 900 3 1 0.0517609 -0.639563 -114.45 - 46 194.659 898 2 1 -0.387324 -0.568358 -144.45 - 46 109.203 897 2 0 -0.414042 -0.57165 -145.85 - 46 117.305 895 1 1 -0.957569 -0.625412 -174.45 - 46 164.675 897 1 0 -1.02347 -0.599614 -175.85 - 46 39.4715 900 0 0 -2.32957 0.05 -206.146 - 46 111.784 901 4 0 0.102955 0.345094 -85.85 - 46 116.076 903 3 0 0.0582966 0.761052 -115.85 - 46 317.097 903 2 1 0.825003 0.401886 -144.45 - 46 235.226 901 2 0 0.948821 0.426947 -145.85 - 46 104.764 917 1 1 3.49141 1.40318 -174.45 - 46 128.638 906 1 0 3.66351 1.44946 -175.85 - 46 124.08 935 0 1 7.15258 2.5503 -204.45 - 46 115.777 912 0 0 7.30873 2.60895 -205.85 - 46 118.038 899 4 1 -0.210583 1.74092 -84.45 - 46 155.911 908 4 0 -0.154355 1.68846 -85.85 - 46 145.175 904 3 1 0.938033 0.274662 -114.45 - 46 113.56 901 3 0 1.03124 0.274523 -115.85 - 46 133.305 912 2 1 2.57672 0.0683619 -144.45 - 46 158.903 919 1 1 3.96721 6.93157 -174.45 - 46 222.119 936 1 0 4.06138 7.27215 -175.85 - 46 131.232 930 0 1 6.14038 14.1938 -204.45 - 46 148.068 972 0 0 6.05209 14.5311 -205.85 - 46 218.169 1033 2 1 26.8225 -3.73941 -144.688 -Number of digits in this event = 17 -Event: 47 -Number of tracker hits in this event = 14 - 47 141.311 898 6 0 -0.206463 -0.343647 -25.85 - 47 125.376 870 5 1 -5.96632 -4.31298 -54.45 - 47 104.094 879 5 0 -6.20777 -4.20931 -55.85 - 47 146.009 840 4 1 -11.986 -3.95869 -84.45 - 47 144.976 882 4 0 -11.6626 -3.61455 -85.85 - 47 508.533 878 3 1 -4.371 2.80213 -114.45 - 47 301.91 899 3 0 -2.39297 -0.05 -115.868 - 47 162.922 705 3 0 51.6903 -38.9293 -116.25 - 47 74.8293 706 3 0 52.0511 -38.8466 -115.959 - 47 32.507 1159 3 1 51.8699 -38.3857 -114.85 - 47 135.688 1158 3 1 51.8433 -38.3626 -114.76 - 47 86.5303 1157 3 1 51.6399 -38.1987 -114.519 - 47 149.609 779 3 0 104.596 -24.0718 -116.172 - 47 203.505 778 3 0 104.565 -24.2769 -116.064 +Number of tracker hits in this event = 16 + 46 121.829 901 4 1 0.255642 -0.107751 -84.45 + 46 120.219 899 4 0 0.267839 -0.119087 -85.85 + 46 240.538 902 3 1 0.504745 -0.341588 -114.45 + 46 116.733 898 3 0 0.513789 -0.347118 -115.85 + 46 103.331 903 2 1 0.745476 -0.521938 -144.45 + 46 106.588 897 2 0 0.754558 -0.523995 -145.85 + 46 203.388 904 1 1 0.919387 -0.602813 -174.45 + 46 137.33 897 1 0 0.921437 -0.626807 -175.85 + 46 217.103 904 0 1 0.985106 -1.13095 -204.45 + 46 175.637 894 0 0 0.975047 -1.19788 -205.85 + 46 177.022 895 0 0 0.755807 -0.996116 -205.85 + 46 1.844 703 0 1 -39.3597 17.284 -204.85 + 46 29.3699 702 0 1 -39.5036 17.1529 -204.643 + 46 175.212 1255 1 0 35.4484 71.1764 -176.25 + 46 128.805 1073 1 1 34.6863 71.9027 -174.85 + 46 33.1964 1292 10 0 93.1541 78.4511 94.0106 Number of digits in this event = 12 +Event: 47 +Number of tracker hits in this event = 28 + 47 510.858 900 5 1 0.195232 -0.178804 -54.45 + 47 161.691 899 5 0 0.204421 -0.177167 -55.85 + 47 103.514 901 4 1 0.383193 -0.177383 -84.45 + 47 189.876 899 4 0 0.377131 -0.186757 -85.85 + 47 110.247 900 3 1 0.241151 -0.371276 -114.45 + 47 138.816 898 3 0 0.238309 -0.380446 -115.85 + 47 107.712 900 2 1 0.198542 -0.553746 -144.45 + 47 126.078 897 2 0 0.194135 -0.563552 -145.85 + 47 103.501 900 1 1 0.0938284 -0.724607 -174.45 + 47 131.055 896 1 0 0.0851404 -0.736276 -175.85 + 47 168.256 899 0 1 -0.0978699 -0.990444 -204.45 + 47 115.783 895 0 0 -0.111581 -0.999114 -205.85 + 47 396.44 897 3 0 0.277363 -0.456582 -115.872 + 47 437.365 886 2 1 -2.72465 -3.61525 -144.45 + 47 21.1512 887 2 1 -2.45519 -3.38058 -144.789 + 47 96.36 892 2 0 -2.52462 -1.59766 -145.85 + 47 50.0203 893 2 0 -2.49219 -1.30677 -146.093 + 47 8.54487 894 2 0 -2.49996 -1.19652 -146.231 + 47 71.5667 882 3 0 3.52628 -3.49096 -116.25 + 47 67.4915 883 3 0 3.57032 -3.43649 -116.044 + 47 131.862 915 3 1 3.22355 -2.80383 -114.85 + 47 123.4 916 3 1 3.29837 -2.64665 -114.487 + 47 191.6 917 3 1 3.4692 -2.39789 -114.584 + 47 205.84 892 3 0 4.91634 -1.58763 -115.85 + 47 25.685 1101 1 0 -4.14884 40.2601 -175.87 + 47 11.5976 883 1 1 -3.25561 39.7633 -174.85 + 47 4.94511 884 1 1 -3.24925 39.7608 -174.848 + 47 63.9521 1098 1 0 -0.946604 39.6729 -175.85 +Number of digits in this event = 14 Event: 48 -Number of tracker hits in this event = 18 - 48 124.892 900 5 1 0.0786514 -0.0940548 -54.45 - 48 125.437 899 5 0 0.0789678 -0.0901982 -55.85 - 48 121.95 900 3 1 0.165942 0.122821 -114.45 - 48 119.532 900 3 0 0.173869 0.133161 -115.85 - 48 169.526 901 2 1 0.330053 0.344286 -144.45 - 48 138.034 901 2 0 0.337393 0.347551 -145.85 - 48 116.793 902 1 1 0.493139 0.404018 -174.45 - 48 160.308 901 1 0 0.504269 0.419055 -175.85 - 48 118.308 903 0 1 0.740375 0.709227 -204.45 - 48 138.109 903 0 0 0.748499 0.72412 -205.85 - 48 22.4285 897 5 1 -0.543916 -0.189753 -54.45 - 48 10.6974 899 6 0 0.168615 -0.05 -26.2213 - 48 179.216 767 6 0 33.9555 -26.602 -26.25 - 48 30.3565 766 6 0 34.1119 -26.6683 -25.8831 - 48 6.79165 1069 6 1 33.9211 -27.3888 -24.85 - 48 8.30006 819 6 0 29.9022 -16.1088 -25.85 - 48 9.40939 1046 6 1 29.3564 -14.3271 -24.85 - 48 202.822 830 6 0 29.7608 -14.0348 -25.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 7 + 48 141.518 900 3 1 0.0591575 -0.592097 -114.45 + 48 326.74 898 2 1 -0.301159 -1.03775 -144.45 + 48 153.184 894 2 0 -0.310392 -1.05756 -145.85 + 48 106.866 897 1 1 -0.501501 -1.42721 -174.45 + 48 116.736 892 1 0 -0.520109 -1.45196 -175.85 + 48 147.97 895 0 1 -0.91771 -1.97029 -204.45 + 48 117.347 890 0 0 -0.954763 -1.98632 -205.85 +Number of digits in this event = 5 Event: 49 -Number of tracker hits in this event = 20 - 49 2.21487 900 5 1 0.0574266 0.05 -54.4726 - 49 334.521 899 5 1 -0.05 0.129877 -54.5218 - 49 188.503 906 5 0 -2.33133 1.33049 -55.85 - 49 62.527 907 5 0 -2.84753 1.45884 -56.1578 - 49 231.827 694 4 1 -41.1278 15.3523 -84.45 - 49 118.214 695 4 1 -41.0488 15.2942 -84.5929 - 49 162.305 899 6 1 -0.05 -0.38581 -24.511 - 49 54.1441 898 6 1 -0.264715 -0.690176 -24.7554 - 49 108.998 890 6 0 -1.52866 -1.88914 -25.85 - 49 8.58224 889 6 0 -1.7257 -2.07274 -25.8523 - 49 12.3557 875 6 1 -4.90049 -5.60667 -24.85 - 49 286.173 870 6 0 -7.44057 -5.87317 -25.85 - 49 34.1172 871 6 0 -7.50434 -5.84886 -25.9046 - 49 351.971 1010 0 0 23.688 22.2287 -206.25 - 49 54.8431 1009 0 0 23.4969 21.9273 -205.954 - 49 36.1153 1015 0 1 23.0633 18.6261 -204.85 - 49 264.581 1014 0 1 23.0311 18.5162 -204.796 - 49 525.174 1013 0 1 22.8215 17.9467 -204.596 - 49 202.601 988 0 0 23.0178 17.6897 -205.85 - 49 113.26 989 0 0 23.1197 17.8614 -205.982 -Number of digits in this event = 10 +Number of tracker hits in this event = 25 + 49 600.6 899 5 0 -0.0520422 -0.0849499 -55.85 + 49 144.389 899 4 1 -0.190563 -0.101437 -84.45 + 49 173.82 899 4 0 -0.200974 -0.102926 -85.85 + 49 122.787 898 3 1 -0.446648 -0.104211 -114.45 + 49 103.37 899 3 0 -0.455784 -0.112172 -115.85 + 49 119.501 897 2 1 -0.639906 -0.286072 -144.45 + 49 117.234 898 2 0 -0.649784 -0.300903 -145.85 + 49 123.793 896 1 1 -0.837233 -0.607471 -174.45 + 49 152.416 897 1 0 -0.846357 -0.610761 -175.85 + 49 124.094 895 0 1 -0.998192 -0.686214 -204.45 + 49 149.058 896 0 0 -1.01127 -0.694542 -205.85 + 49 270.554 905 4 1 1.1218 0.797548 -84.45 + 49 314.044 902 4 0 2.23176 0.607877 -85.85 + 49 1149.5 1014 3 1 22.8874 -3.08758 -114.45 + 49 110.096 884 4 1 -3.145 -4.14994 -84.45 + 49 166.739 878 4 0 -2.92371 -4.34379 -85.85 + 49 274.94 884 3 1 -3.08011 -5.13517 -114.45 + 49 181.008 883 3 0 -4.22986 -3.42484 -115.85 + 49 406.78 777 2 1 -24.6367 16.2835 -144.45 + 49 18.5872 778 2 1 -24.4457 16.3277 -144.721 + 49 73.0826 1317 2 0 84.8207 83.4581 -146.25 + 49 151.762 1318 2 0 84.7866 83.6508 -146.117 + 49 258.942 1324 2 1 84.855 83.2969 -144.85 + 49 207.865 1323 2 1 84.8343 83.2481 -144.785 + 49 158.986 1352 5 1 90.6667 -0.92258 -54.5916 +Number of digits in this event = 22 Event: 50 -Number of tracker hits in this event = 9 - 50 107.91 900 4 1 0.0912657 0.11654 -84.45 - 50 249.224 900 4 0 0.0946877 0.116613 -85.85 - 50 139.667 900 3 1 0.172217 0.132942 -114.45 - 50 103.324 900 3 0 0.179737 0.134415 -115.85 - 50 167.713 901 2 1 0.335234 0.116208 -144.45 - 50 99.3596 900 2 0 0.354539 0.111421 -145.85 - 50 114.859 904 0 1 1.03448 0.0816221 -204.45 - 50 129.472 900 0 0 1.04679 0.0792303 -205.85 - 50 266.307 1786 14 1 177.492 49.223 215.348 -Number of digits in this event = 6 +Number of tracker hits in this event = 14 + 50 137.981 900 5 1 0.117165 -0.199071 -54.45 + 50 98.1944 899 5 0 0.118686 -0.242805 -55.85 + 50 114.207 900 4 1 0.0623541 -1.15412 -84.45 + 50 118.888 894 4 0 0.057645 -1.24316 -85.85 + 50 258.082 900 3 1 0.069622 -3.07765 -114.45 + 50 112.619 884 3 0 0.0825046 -3.13758 -115.85 + 50 125.316 901 2 1 0.405106 -4.34323 -144.45 + 50 136.25 878 2 0 0.412273 -4.38745 -145.85 + 50 126.37 903 1 1 0.664632 -5.36318 -174.45 + 50 119.1 873 1 0 0.714098 -5.41722 -175.85 + 50 112.954 908 0 1 1.78529 -6.50537 -204.45 + 50 161.997 867 0 0 1.80727 -6.54196 -205.85 + 50 244.261 899 0 1 -0.129418 -4.78488 -204.45 + 50 285.511 876 0 0 -0.157457 -4.83582 -205.85 +Number of digits in this event = 11 Event: 51 -Number of tracker hits in this event = 24 - 51 267.79 898 4 1 -0.380198 0.114218 -84.45 - 51 155.554 908 4 0 -0.332072 1.80173 -85.85 - 51 214.102 850 3 1 -9.88754 62.7235 -114.45 - 51 62.4503 848 3 1 -10.3069 62.91 -114.734 - 51 178.371 1210 3 0 -12.2859 62.1716 -115.85 - 51 66.2858 1209 3 0 -12.8998 61.9625 -116.009 - 51 132.467 1208 3 0 -13.0279 61.779 -116.035 - 51 5.05777 1207 3 0 -13.3405 61.5424 -116.24 - 51 13.6122 748 3 0 -54.9544 -30.4379 -116.25 - 51 88.553 747 3 0 -54.958 -30.4802 -116.229 - 51 107.017 746 3 0 -54.9266 -30.6578 -116.051 - 51 99.5844 637 3 1 -52.5992 -30.0326 -114.85 - 51 373.081 638 3 1 -52.4435 -29.9008 -114.764 - 51 3.62357 1724 1 1 165.144 4.99439 -174.453 - 51 71.1666 1725 1 1 165.154 4.98776 -174.45 - 51 175.994 907 3 0 -21.8426 1.50829 -116.009 - 51 341.336 721 2 1 -35.7465 -6.3607 -144.45 - 51 330.775 697 2 1 -40.6164 3.51289 -144.45 - 51 230.195 907 2 0 -41.8912 1.48786 -145.85 - 51 225.746 613 1 1 -57.412 -26.4535 -174.45 - 51 214.808 776 1 0 -57.9706 -24.7934 -175.85 - 51 122.725 894 1 0 -64.0431 -1.11915 -176.25 - 51 101.29 895 1 0 -63.7372 -1.03226 -176.061 - 51 307.577 601 1 1 -59.8095 6.82794 -174.85 -Number of digits in this event = 16 +Number of tracker hits in this event = 12 + 51 112.538 900 5 1 0.20527 0.137911 -54.45 + 51 123.03 900 5 0 0.218742 0.13 -55.85 + 51 114.843 905 3 1 1.09701 -0.0870525 -114.45 + 51 160.942 899 3 0 1.13051 -0.0892969 -115.85 + 51 103.279 908 2 1 1.80482 -0.134615 -144.45 + 51 122.128 899 2 0 1.83821 -0.150914 -145.85 + 51 140.617 912 1 1 2.54417 -0.472961 -174.45 + 51 101.152 897 1 0 2.58072 -0.490617 -175.85 + 51 127.339 916 0 1 3.29285 -0.884319 -204.45 + 51 121.265 895 0 0 3.3253 -0.915943 -205.85 + 51 150.375 732 0 1 -33.5527 -29.4324 -204.796 + 51 82.8749 229 13 1 -134.223 -112.614 185.434 +Number of digits in this event = 9 Event: 52 -Number of tracker hits in this event = 13 - 52 147.356 898 3 1 -0.263791 0.145536 -114.45 - 52 139.99 900 3 0 -0.276549 0.137617 -115.85 - 52 110.985 896 1 1 -0.677687 -0.115071 -174.45 - 52 214.081 899 1 0 -0.691351 -0.117522 -175.85 - 52 136.271 895 0 1 -0.968598 -0.176076 -204.45 - 52 278.336 899 0 0 -0.993697 -0.174356 -205.85 - 52 116.51 897 1 1 -0.568155 0.12284 -174.45 - 52 156.187 903 1 0 0.803634 0.676825 -175.85 - 52 114.296 302 2 1 -119.581 -6.08052 -144.818 - 52 197.553 301 2 1 -119.757 -6.13618 -144.762 - 52 10.0524 871 2 0 -119.056 -5.74793 -145.85 - 52 1.8051 309 2 1 -118.178 -6.12826 -144.85 - 52 21.0573 321 2 1 -115.8 -5.60788 -144.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 8 + 52 133.217 900 3 1 0.0872181 -0.0869214 -114.45 + 52 92.4373 899 3 0 0.0966827 -0.0910687 -115.85 + 52 125.211 901 2 1 0.304016 -0.168339 -144.45 + 52 188.585 899 2 0 0.31945 -0.169819 -145.85 + 52 135.772 902 1 1 0.646573 -0.204591 -174.45 + 52 127.812 899 1 0 0.66663 -0.204749 -175.85 + 52 110.991 905 0 1 1.07984 -0.20954 -204.45 + 52 203.888 899 0 0 1.10045 -0.215704 -205.85 +Number of digits in this event = 7 Event: 53 -Number of tracker hits in this event = 41 - 53 122.057 899 5 1 -0.0661675 -0.06571 -54.45 - 53 119.902 899 5 0 -0.0781903 -0.064175 -55.85 - 53 129.686 898 4 1 -0.308035 -0.0685559 -84.45 - 53 125.92 899 4 0 -0.31522 -0.0684068 -85.85 - 53 378.014 897 3 1 -0.460383 -0.0520637 -114.45 - 53 126.366 899 3 0 -0.467361 -0.0599773 -115.85 - 53 392.796 897 2 1 -0.615498 -0.190036 -144.45 - 53 239.727 899 2 0 -0.619331 -0.202824 -145.85 - 53 132.685 896 1 1 -0.679607 -0.497371 -174.45 - 53 169.197 897 1 0 -0.68495 -0.514705 -175.85 - 53 261.974 896 0 1 -0.754334 -0.922969 -204.45 - 53 128.211 895 0 0 -0.761973 -0.936109 -205.85 - 53 66.9396 897 1 1 -0.648968 -0.506462 -174.547 - 53 94.9539 898 1 1 -0.433801 -0.574793 -174.567 - 53 65.9912 899 1 1 -0.22013 -0.615738 -174.506 - 53 227.797 900 1 1 0.05 -0.613653 -174.6 - 53 94.5256 904 1 0 -5.48092 0.980386 -175.85 - 53 160.969 898 2 0 -0.963318 -0.252849 -145.85 - 53 148.411 875 1 1 -4.86086 0.439334 -174.45 - 53 220.145 895 1 0 -5.72864 -0.892193 -175.85 - 53 122.586 753 0 1 -29.4373 -40.1798 -204.45 - 53 53.6784 754 0 1 -29.2062 -40.4596 -204.63 - 53 83.6341 755 0 1 -29.0362 -40.4916 -204.656 - 53 366.667 697 0 0 -28.8942 -40.6303 -205.85 - 53 31.3725 696 0 0 -28.5923 -40.656 -206.071 - 53 49.7312 851 0 0 -9.16198 -9.79967 -206.25 - 53 144.94 850 0 0 -9.13274 -9.85232 -206.228 - 53 53.2647 1633 0 0 -106.544 146.844 -206.25 - 53 103.598 1634 0 0 -106.575 146.959 -206.213 - 53 230.695 1635 0 0 -106.524 147.171 -206.136 - 53 125.297 887 1 1 -2.51393 -1.07341 -174.45 - 53 119.792 894 1 0 -2.62048 -1.09863 -175.85 - 53 129.776 874 0 1 -5.09729 -1.63738 -204.45 - 53 163.792 891 0 0 -5.45972 -1.74472 -205.85 - 53 124.677 853 2 0 -4.09991 -9.27077 -146.25 - 53 137.394 882 2 1 -3.6081 -9.21051 -144.85 - 53 169.337 883 2 1 -3.42231 -9.1448 -144.45 - 53 238.837 855 2 0 -2.4107 -8.90412 -145.85 - 53 142.023 1008 3 1 21.7367 32.2218 -114.72 - 53 277.225 833 0 1 -13.374 -56.0405 -204.471 - 53 242.691 832 0 1 -13.4673 -56.3422 -204.61 -Number of digits in this event = 32 +Number of tracker hits in this event = 15 + 53 155.646 899 5 1 -0.099264 -0.188876 -54.45 + 53 139.201 899 5 0 -0.128901 -0.174492 -55.85 + 53 100.892 896 4 1 -0.774943 0.140717 -84.45 + 53 122.947 900 4 0 -0.769914 0.135114 -85.85 + 53 108.91 896 3 1 -0.794841 -0.0961894 -114.45 + 53 175.118 899 3 0 -0.794707 -0.164104 -115.85 + 53 103.51 895 2 1 -0.876851 -1.51888 -144.45 + 53 110.258 892 2 0 -0.90486 -1.52757 -145.85 + 53 253.184 892 1 1 -1.53433 -1.69026 -174.45 + 53 112.986 891 1 0 -1.62729 -1.78758 -175.85 + 53 140.375 881 0 1 -3.68936 -4.47957 -204.45 + 53 127.438 877 0 0 -3.74764 -4.52366 -205.85 + 53 289.36 896 0 1 -0.697131 -1.27559 -204.45 + 53 259.827 893 0 0 -0.712128 -1.28368 -205.85 + 53 26.5819 1192 2 1 58.516 -25.3574 -144.607 +Number of digits in this event = 11 Event: 54 -Number of tracker hits in this event = 14 - 54 313.33 900 5 1 0.121534 -0.26464 -54.45 - 54 101.349 898 5 0 0.124052 -0.282934 -55.85 - 54 112.362 900 4 1 0.184293 -0.638323 -84.45 - 54 118.521 897 4 0 0.186252 -0.648312 -85.85 - 54 113.594 900 3 1 0.219597 -0.842395 -114.45 - 54 118.333 895 3 0 0.228882 -0.856558 -115.85 - 54 129.158 902 2 1 0.452815 -1.13557 -144.45 - 54 163.413 894 2 0 0.46423 -1.14034 -145.85 - 54 119.535 903 1 1 0.689666 -1.2469 -174.45 - 54 119.825 893 1 0 0.706099 -1.25189 -175.85 - 54 100.408 905 0 1 1.05065 -1.3834 -204.45 - 54 98.8962 893 0 0 1.05232 -1.40058 -205.85 - 54 114.964 757 3 1 -28.5528 131.399 -114.45 - 54 110.951 1437 0 0 -51.5349 107.7 -205.973 -Number of digits in this event = 4 +Number of tracker hits in this event = 10 + 54 130.783 900 5 1 0.0541101 -0.11592 -54.45 + 54 153.291 899 5 0 0.0532412 -0.118474 -55.85 + 54 116.4 899 3 1 -0.230319 -0.189507 -114.45 + 54 511.533 899 3 0 -0.243562 -0.196731 -115.85 + 54 117.14 897 2 1 -0.489715 -0.311659 -144.45 + 54 152.887 898 2 0 -0.4995 -0.316663 -145.85 + 54 122.139 896 1 1 -0.680017 -0.415088 -174.45 + 54 137.278 898 1 0 -0.648424 -0.427143 -175.85 + 54 25.1407 896 0 0 0.05 -0.751326 -206.145 + 54 136.834 586 0 0 54.3206 -62.8278 -206.002 +Number of digits in this event = 8 Event: 55 -Number of tracker hits in this event = 15 - 55 120.523 899 5 1 -0.0532003 -0.157434 -54.45 - 55 132.29 899 5 0 -0.0628302 -0.171751 -55.85 - 55 145.179 898 4 1 -0.264161 -0.48325 -84.45 - 55 155.93 897 4 0 -0.277536 -0.495912 -85.85 - 55 132.259 897 3 1 -0.54429 -0.740289 -114.45 - 55 145.28 896 3 0 -0.560709 -0.754264 -115.85 - 55 117.443 895 2 1 -0.877689 -0.993961 -144.45 - 55 111.6 895 2 0 -0.897244 -1.00395 -145.85 - 55 100.369 893 1 1 -1.26043 -1.20643 -174.45 - 55 130.961 894 1 0 -1.27256 -1.21979 -175.85 - 55 141.33 894 0 1 -1.17059 -1.19175 -204.45 - 55 94.1352 894 0 0 -1.16272 -1.18708 -205.85 - 55 230.292 892 0 1 -1.57838 -1.4846 -204.45 - 55 103.965 892 0 0 -1.54601 -1.53572 -205.85 - 55 109.298 893 0 0 -1.59752 -1.42341 -205.85 -Number of digits in this event = 10 -Event: 56 Number of tracker hits in this event = 14 - 56 128.006 900 5 1 0.141764 -0.108585 -54.45 - 56 172.794 899 5 0 0.149444 -0.124236 -55.85 - 56 151.509 901 4 1 0.34355 -0.42754 -84.45 - 56 111.61 897 4 0 0.358283 -0.452818 -85.85 - 56 217.11 902 3 1 0.621056 -1.00698 -114.45 - 56 116.31 895 3 0 0.65241 -1.03154 -115.85 - 56 322.938 906 2 1 1.25331 -1.5162 -144.45 - 56 230.691 892 2 0 1.28372 -1.53992 -145.85 - 56 541.943 909 1 1 1.91892 -2.0416 -174.45 - 56 110.776 889 1 0 1.96936 -2.06226 -175.85 - 56 150.975 914 0 1 3.0109 -2.54559 -204.45 - 56 128.218 887 0 0 3.06175 -2.58141 -205.85 - 56 238.629 905 0 1 1.12645 -1.84387 -204.45 - 56 282.527 891 0 0 1.15674 -1.80313 -205.85 -Number of digits in this event = 12 + 55 135.175 899 5 1 -0.157567 -0.101306 -54.45 + 55 135.315 899 5 0 -0.15526 -0.104698 -55.85 + 55 174.395 899 4 1 -0.115521 -0.196095 -84.45 + 55 107.283 899 4 0 -0.10853 -0.223357 -85.85 + 55 161.194 900 2 1 0.0957359 -1.35218 -144.45 + 55 163.121 893 2 0 0.100205 -1.37608 -145.85 + 55 128.492 901 1 1 0.280752 -1.8097 -174.45 + 55 168.113 891 1 0 0.290117 -1.84311 -175.85 + 55 125.996 902 0 1 0.522851 -2.52232 -204.45 + 55 129.246 887 0 0 0.533897 -2.54727 -205.85 + 55 148.594 861 1 1 -7.84251 -1.32803 -174.45 + 55 163.917 892 1 0 -8.58812 -1.64724 -175.85 + 55 168.841 803 0 1 -19.4402 -6.12084 -204.45 + 55 129.104 866 0 0 -20.0753 -6.75381 -205.85 +Number of digits in this event = 14 +Event: 56 +Number of tracker hits in this event = 27 + 56 123.788 900 5 1 0.171863 -0.134011 -54.45 + 56 110.234 899 5 0 0.173219 -0.138691 -55.85 + 56 101.805 900 4 1 0.168793 -0.246197 -84.45 + 56 112.646 898 4 0 0.189247 -0.250643 -85.85 + 56 521.739 902 3 1 0.633741 -0.359976 -114.45 + 56 107.35 898 3 0 0.653325 -0.366309 -115.85 + 56 111.314 904 2 1 1.02199 -0.490867 -144.45 + 56 117.959 897 2 0 1.0482 -0.487243 -145.85 + 56 390.282 907 1 1 1.57912 -0.486928 -174.45 + 56 107.396 897 1 0 1.60546 -0.491083 -175.85 + 56 113.898 910 0 1 2.14124 -0.591541 -204.45 + 56 459.49 897 0 0 2.16897 -0.58822 -205.85 + 56 293.073 901 0 1 0.385131 -0.85445 -204.45 + 56 228.467 895 0 0 0.410821 -0.882238 -205.85 + 56 247.792 899 3 0 0.47312 -0.0778643 -115.85 + 56 89.3507 905 2 1 1.17115 -1.26556 -144.45 + 56 130.341 893 2 0 1.18641 -1.28819 -145.85 + 56 166.672 890 1 0 1.35476 -1.88981 -175.85 + 56 115.447 888 0 1 -2.28865 -4.10698 -204.45 + 56 125.031 878 0 0 -2.43225 -4.26177 -205.85 + 56 134.714 902 2 1 0.615355 -0.89067 -144.45 + 56 112.495 895 2 0 0.495817 -1.04642 -145.85 + 56 117.982 886 1 1 -2.76251 -3.0493 -174.45 + 56 140.85 883 1 0 -2.73292 -3.30089 -175.85 + 56 150.876 890 0 1 -2.00173 -8.14187 -204.45 + 56 177.916 858 0 0 -1.75678 -8.37858 -205.85 + 56 93.5742 459 2 0 128.94 -88.1747 -146.096 +Number of digits in this event = 16 Event: 57 -Number of tracker hits in this event = 16 - 57 418.64 900 4 1 0.242918 0.096402 -84.45 - 57 115.198 900 4 0 0.25565 0.105883 -85.85 - 57 123.511 902 3 1 0.51589 0.304387 -114.45 - 57 214.503 901 3 0 0.52468 0.31074 -115.85 - 57 529.435 903 2 1 0.717205 0.427099 -144.45 - 57 129.673 902 2 0 0.706941 0.451031 -145.85 - 57 105.347 902 1 1 0.473808 0.953088 -174.45 - 57 141.912 904 1 0 0.453772 0.974529 -175.85 - 57 126.507 900 2 0 0.957709 0.206048 -145.85 - 57 191.553 927 1 1 5.63612 -6.73242 -174.45 - 57 195.891 862 1 0 5.82429 -7.59941 -175.85 - 57 178.289 938 0 1 7.70461 -21.5512 -204.45 - 57 308.897 783 0 0 7.97557 -23.3851 -205.85 - 57 159.348 904 2 0 0.773355 0.983451 -145.85 - 57 910.556 911 1 1 2.35819 9.9101 -174.45 - 57 545.888 954 1 0 6.98137 10.8618 -175.85 -Number of digits in this event = 15 +Number of tracker hits in this event = 12 + 57 158.032 899 5 1 -0.195344 0.0712904 -54.45 + 57 129.913 900 5 0 -0.205367 0.0732909 -55.85 + 57 116.407 898 4 1 -0.405713 0.107316 -84.45 + 57 176.675 900 4 0 -0.423084 0.120753 -85.85 + 57 123.41 896 3 1 -0.724284 0.424474 -114.45 + 57 112.37 901 3 0 -0.745906 0.429439 -115.85 + 57 154.289 894 2 1 -1.20601 0.541603 -144.45 + 57 122.857 902 2 0 -1.21576 0.539628 -145.85 + 57 130.886 893 1 1 -1.39196 0.496207 -174.45 + 57 121.566 902 1 0 -1.40121 0.568119 -175.85 + 57 120.563 891 0 1 -1.65323 1.97385 -204.45 + 57 106.922 909 0 0 -1.6707 2.03493 -205.85 +Number of digits in this event = 10 Event: 58 -Number of tracker hits in this event = 49 - 58 41.9096 900 5 0 0.0629757 0.05 -56.0825 - 58 102.715 900 4 1 0.195625 0.0993938 -84.45 - 58 113.566 900 4 0 0.192993 0.101267 -85.85 - 58 111.99 900 3 1 0.148711 0.129876 -114.45 - 58 120.286 900 3 0 0.140207 0.132696 -115.85 - 58 257.052 899 2 1 -0.0974106 0.21269 -144.45 - 58 272.884 900 2 0 -0.0995719 0.219559 -145.85 - 58 130.858 899 1 1 -0.0783432 0.375841 -174.45 - 58 114.142 901 1 0 -0.100284 0.386507 -175.85 - 58 115.095 897 0 1 -0.471008 0.626539 -204.45 - 58 138.423 903 0 0 -0.50012 0.685431 -205.85 - 58 245.165 899 5 1 -0.141422 0.0775997 -54.45 - 58 89.1471 897 5 1 -0.639188 0.652736 -54.7257 - 58 327.834 911 5 0 -2.18583 2.26917 -55.85 - 58 169.65 910 5 0 -19.0378 2.17227 -56.25 - 58 229.879 803 5 1 -19.2794 1.86045 -54.85 - 58 371.394 804 5 1 -19.247 1.84677 -54.5339 - 58 432.761 900 6 1 0.05 -0.0719071 -24.5057 - 58 100.434 886 6 0 1.04954 -2.66544 -25.85 - 58 70.3287 885 6 0 1.10049 -2.95942 -26.0728 - 58 4.26582 884 6 0 1.12798 -3.125 -26.2448 - 58 129.911 600 6 0 24.6427 -59.9837 -26.25 - 58 627.318 1022 6 1 24.608 -60.1524 -24.85 - 58 53.1162 1023 6 1 24.6537 -60.0891 -24.6057 - 58 45.9377 1021 6 1 24.4485 -59.5574 -24.5824 - 58 586.304 799 1 1 -20.1129 9.56402 -174.45 - 58 398.033 806 1 1 -18.7386 10.6885 -174.607 - 58 20.9361 900 1 0 0.305974 0.23969 -176.215 - 58 155.04 613 1 0 -41.248 -57.4445 -176.25 - 58 97.9689 900 2 1 0.100956 0.172432 -144.45 - 58 104.619 899 2 0 0.095024 -0.0939728 -145.85 - 58 73.7876 1476 2 0 -165.534 115.498 -146.25 - 58 117.43 1477 2 0 -165.634 115.596 -146.103 - 58 1.63985 1478 2 0 -165.323 115.798 -145.859 - 58 76.9953 74 2 1 -165.169 116.504 -144.85 - 58 97.2893 75 2 1 -165.118 116.69 -144.66 - 58 457.861 76 2 1 -164.927 116.838 -144.657 - 58 27.2347 77 2 1 -164.741 116.803 -144.714 - 58 41.8258 857 1 0 -49.2623 -8.51944 -176.25 - 58 68.3777 1683 0 0 -4.1599 156.789 -205.885 - 58 169.141 1684 0 0 -4.00922 156.999 -205.89 - 58 16.5514 1685 0 0 -4.08267 157.181 -205.855 - 58 21.7723 875 0 1 -5.04006 164.252 -204.85 - 58 242.745 874 0 1 -5.0549 164.312 -204.847 - 58 197.959 873 0 1 -5.25371 164.922 -204.729 - 58 8.06293 1697 0 0 0.950524 159.569 -205.85 - 58 12.012 1696 0 0 0.966339 159.549 -205.854 - 58 9.83272 904 0 1 0.958877 153.676 -204.85 - 58 207.859 1644 0 0 2.24058 149.009 -205.85 -Number of digits in this event = 23 +Number of tracker hits in this event = 10 + 58 108.565 900 4 1 0.141038 0.0881454 -84.45 + 58 268.859 900 4 0 0.150653 0.0754951 -85.85 + 58 117.306 901 3 1 0.356945 -0.191547 -114.45 + 58 101.313 899 3 0 0.367737 -0.20096 -115.85 + 58 167.438 902 2 1 0.598381 -0.3908 -144.45 + 58 132.496 898 2 0 0.613966 -0.406674 -145.85 + 58 103.233 904 1 1 0.936941 -0.747412 -174.45 + 58 290.383 896 1 0 0.956353 -0.762636 -175.85 + 58 130.151 906 0 1 1.3572 -1.07519 -204.45 + 58 146.211 894 0 0 1.364 -1.08826 -205.85 +Number of digits in this event = 7 Event: 59 -Number of tracker hits in this event = 23 - 59 131.855 900 2 0 -0.0524446 0.121627 -145.85 - 59 116.625 899 1 1 -0.168506 0.184999 -174.45 - 59 104.555 900 1 0 -0.171567 0.18978 -175.85 - 59 158.864 898 0 1 -0.256267 0.288464 -204.45 - 59 125.643 901 0 0 -0.253754 0.285696 -205.85 - 59 101.123 900 3 1 0.149399 0.050298 -114.45 - 59 284.875 900 3 0 -0.280718 0.218259 -115.85 - 59 153.981 833 2 1 -13.3575 2.88258 -144.45 - 59 156.207 907 2 0 -13.8112 1.52772 -145.85 - 59 130.107 514 2 0 29.699 -77.1242 -146.25 - 59 110.675 1048 2 1 29.7271 -76.8741 -144.85 - 59 132.584 563 3 0 49.1887 -67.324 -116.25 - 59 120.487 1149 3 1 50.0087 -67.2412 -114.85 - 59 52.5557 1151 3 1 50.3406 -67.5278 -114.45 - 59 182.778 562 4 0 72.835 -67.4888 -86.25 - 59 77.1457 1270 4 1 74.2285 -67.793 -84.85 - 59 98.3166 1271 4 1 74.4498 -67.7723 -84.6436 - 59 118.548 1273 4 1 74.7079 -67.8214 -84.45 - 59 62.031 1274 4 1 74.892 -68.0155 -84.7233 - 59 119.349 555 4 0 76.1906 -69.0125 -85.85 - 59 34.0273 554 4 0 76.2894 -69.0582 -85.9098 - 59 83.1254 758 0 1 -28.3401 -38.8474 -204.545 - 59 90.6826 839 11 1 -12.0571 11.7031 125.3 -Number of digits in this event = 11 -Event: 60 Number of tracker hits in this event = 16 - 60 97.0373 898 5 1 -0.327092 0.0795493 -54.45 - 60 156.654 900 5 0 -0.341575 0.0788868 -55.85 - 60 188.415 897 4 1 -0.592168 0.11008 -84.45 - 60 116.753 900 4 0 -0.614894 0.118503 -85.85 - 60 140.953 894 3 1 -1.07408 0.290982 -114.45 - 60 146.954 901 3 0 -1.09848 0.302483 -115.85 - 60 377.127 892 2 1 -1.57509 0.551046 -144.45 - 60 130.806 902 2 0 -1.58961 0.568789 -145.85 - 60 492.513 890 1 1 -1.90398 0.980454 -174.45 - 60 152.056 904 1 0 -1.91621 0.990842 -175.85 - 60 113.167 889 0 1 -2.15403 1.1871 -204.45 - 60 113.548 905 0 0 -2.16561 1.20556 -205.85 - 60 41.6833 907 4 0 -10.8854 1.46696 -86.036 - 60 89.7105 1301 3 0 0.0972877 80.3477 -116.25 - 60 159.693 603 4 1 -59.3965 50.1203 -84.5888 - 60 90.5358 604 4 1 -59.2467 50.2627 -84.4958 + 59 132.163 899 5 1 -0.120476 -0.089374 -54.45 + 59 131.606 899 5 0 -0.127163 -0.0951661 -55.85 + 59 126.202 898 4 1 -0.269277 -0.183951 -84.45 + 59 116.379 899 4 0 -0.266444 -0.193892 -85.85 + 59 403.113 899 3 1 -0.249272 -0.400496 -114.45 + 59 111.306 898 3 0 -0.241936 -0.402169 -115.85 + 59 105.941 899 2 1 -0.107127 -0.420808 -144.45 + 59 119.65 898 2 0 -0.0983833 -0.427347 -145.85 + 59 303.895 900 1 1 0.070798 -0.567525 -174.45 + 59 272.01 897 1 0 0.082291 -0.571522 -175.85 + 59 122.517 901 0 1 0.321199 -0.655716 -204.45 + 59 120.798 896 0 0 0.326299 -0.661547 -205.85 + 59 0.417175 900 0 1 0.0500424 1.31361 -204.45 + 59 218.779 896 1 0 0.0671921 -0.671357 -175.85 + 59 108.061 904 0 1 0.993687 -1.90741 -204.45 + 59 199.833 891 0 0 0.513324 -1.81092 -205.85 Number of digits in this event = 11 +Event: 60 +Number of tracker hits in this event = 4 + 60 152.025 899 1 1 -0.0905173 0.296416 -174.45 + 60 166.972 901 1 0 -0.10284 0.307453 -175.85 + 60 185.481 898 0 1 -0.331483 0.540201 -204.45 + 60 109.466 902 0 0 -0.352406 0.548321 -205.85 +Number of digits in this event = 4 Event: 61 -Number of tracker hits in this event = 18 - 61 97.7042 897 3 1 -0.458433 0.0977809 -114.45 - 61 105.504 900 3 0 -0.458115 0.0873681 -115.85 - 61 365.839 898 2 1 -0.440943 -0.110447 -144.45 - 61 347.415 899 2 0 -0.44203 -0.124468 -145.85 - 61 244.619 898 1 1 -0.439203 -0.383064 -174.45 - 61 112.968 898 1 0 -0.433568 -0.380771 -175.85 - 61 135.811 898 0 1 -0.262175 -0.289052 -204.45 - 61 115.661 898 0 0 -0.236321 -0.301986 -205.85 - 61 142.16 899 1 1 -0.0815339 -0.0917047 -174.45 - 61 81.275 899 1 0 -0.0542362 -0.0998068 -175.85 - 61 344.1 902 0 1 0.539939 -0.201919 -204.45 - 61 120.065 899 0 0 0.561157 -0.214226 -205.85 - 61 102.499 901 1 0 -0.223634 0.396828 -175.85 - 61 137.88 906 0 1 1.26045 3.89462 -204.45 - 61 123.208 919 0 0 1.34662 3.92403 -205.85 - 61 117.203 745 7 1 -30.9368 15.2414 5.38506 - 61 68.5946 892 7 0 -40.9456 -1.63985 4.06072 - 61 118.752 579 3 0 -88.5618 -64.0936 -116.25 -Number of digits in this event = 11 +Number of tracker hits in this event = 13 + 61 119.087 899 5 1 -0.113088 -0.170834 -54.45 + 61 132.541 899 5 0 -0.11231 -0.186256 -55.85 + 61 118.42 899 4 1 -0.0621987 -0.534187 -84.45 + 61 113.463 897 4 0 -0.0590016 -0.552565 -85.85 + 61 124.185 901 2 1 0.258433 0.266846 -144.45 + 61 120.136 901 2 0 0.270282 0.328071 -145.85 + 61 264.171 902 1 1 0.52432 1.56863 -174.45 + 61 179.683 907 1 0 0.533833 1.62282 -175.85 + 61 215.586 903 0 1 0.785954 2.72165 -204.45 + 61 177.858 913 0 0 0.805572 2.76905 -205.85 + 61 55.8013 1205 2 1 61.1214 -36.8353 -144.45 + 61 77.4993 1204 2 1 61.0191 -36.7785 -144.578 + 61 484.764 1203 2 1 60.8038 -36.7117 -144.636 +Number of digits in this event = 9 Event: 62 -Number of tracker hits in this event = 36 - 62 121.758 899 5 1 -0.126606 0.153681 -54.45 - 62 134.249 900 5 0 -0.13501 0.154198 -55.85 - 62 101.489 898 4 1 -0.329731 0.150426 -84.45 - 62 110.984 900 4 0 -0.330644 0.140428 -85.85 - 62 226.702 898 3 1 -0.350894 -0.0541387 -114.45 - 62 182.607 899 3 0 -0.345733 -0.0623036 -115.85 - 62 113.75 898 2 1 -0.257073 -0.260536 -144.45 - 62 117.028 898 2 0 -0.255853 -0.272486 -145.85 - 62 204.604 898 1 1 -0.266039 -0.545899 -174.45 - 62 141.633 897 1 0 -0.26416 -0.563956 -175.85 - 62 257.677 899 0 1 -0.231268 -0.935749 -204.45 - 62 278.093 895 0 0 -0.230122 -0.940279 -205.85 - 62 21.5991 963 0 0 5.19286 12.8243 -206.25 - 62 85.8528 964 0 0 5.1992 12.8653 -206.2 - 62 34.8776 965 0 0 5.16429 13.0592 -206.175 - 62 121.725 899 1 0 -0.481472 -0.205684 -175.85 - 62 469.216 599 1 0 -47.9219 -60.0823 -176.25 - 62 222.649 655 1 1 -48.8985 -62.8877 -174.85 - 62 569.741 654 1 1 -49.0542 -63.574 -174.499 - 62 108.504 651 1 1 -49.6895 -65.1498 -174.69 - 62 78.1872 562 1 0 -50.0399 -67.5015 -175.85 - 62 282.685 561 1 0 -50.0611 -67.7223 -175.917 - 62 30.8069 557 1 0 -50.0273 -68.4661 -176.228 - 62 239.089 103 2 0 -156.813 -159.466 -146.25 - 62 132.081 104 2 0 -156.922 -159.324 -146.165 - 62 149.079 102 2 0 -157.675 -159.578 -146.089 - 62 29.8461 101 2 0 -157.771 -159.786 -146.214 - 62 90.689 220 2 0 -117.084 -136.022 -146.25 - 62 100.271 895 1 1 -0.983983 0.426504 -174.45 - 62 153.766 901 1 0 -1.14662 0.252282 -175.85 - 62 196.872 855 0 1 -8.87886 -7.23209 -204.45 - 62 132.035 860 0 0 -9.26911 -7.91297 -205.85 - 62 7.61299 859 0 0 -9.31196 -8.05593 -206.231 - 62 85.1203 784 0 0 -1.38953 -23.0784 -206.25 - 62 122.382 785 0 0 -1.27552 -23.0144 -206.076 - 62 69.854 900 0 1 0.05 -24.1627 -204.804 -Number of digits in this event = 23 +Number of tracker hits in this event = 8 + 62 453.623 900 4 1 0.127741 0.134121 -84.45 + 62 151.2 900 4 0 0.126403 0.130944 -85.85 + 62 107.209 904 2 1 0.960696 0.0684449 -144.45 + 62 128.984 900 2 0 0.987351 0.0839098 -145.85 + 62 134.243 907 1 1 1.59713 0.403947 -174.45 + 62 111.117 901 1 0 1.62579 0.405505 -175.85 + 62 195.351 910 0 1 2.14215 0.436987 -204.45 + 62 102.427 901 0 0 2.14443 0.407998 -205.85 +Number of digits in this event = 6 Event: 63 -Number of tracker hits in this event = 22 - 63 161.702 900 5 1 0.226276 -0.0781255 -54.45 - 63 127.225 899 5 0 0.234907 -0.0856636 -55.85 - 63 100.333 901 4 1 0.415337 -0.216818 -84.45 - 63 146.273 899 4 0 0.425417 -0.22547 -85.85 - 63 126.843 902 3 1 0.62693 -0.430404 -114.45 - 63 129.493 898 3 0 0.636667 -0.441315 -115.85 - 63 166.542 903 2 1 0.825831 -0.636913 -144.45 - 63 112.917 897 2 0 0.838514 -0.632354 -145.85 - 63 114.875 905 1 1 1.09661 -0.539867 -174.45 - 63 224.668 897 1 0 1.10998 -0.524317 -175.85 - 63 171.807 906 0 1 1.35267 -0.224223 -204.45 - 63 130.819 899 0 0 1.3724 -0.206422 -205.85 - 63 220.553 648 3 0 115.811 -50.2653 -116.25 - 63 17.8816 649 3 0 115.796 -50.2484 -116.16 - 63 76.3809 893 0 1 -1.28268 9.54885 -204.45 - 63 158.097 892 0 1 -1.46829 9.51335 -204.56 - 63 181.142 946 0 0 -2.88399 9.40069 -205.85 - 63 126.402 874 0 0 -26.0117 -5.07905 -206.25 - 63 200.074 769 0 1 -26.0915 -5.14649 -204.85 - 63 149.747 770 0 1 -26.043 -5.20591 -204.526 - 63 113.886 871 0 0 -25.7405 -5.7663 -205.85 - 63 328.817 870 0 0 -25.6242 -5.85025 -206.054 -Number of digits in this event = 17 +Number of tracker hits in this event = 15 + 63 118.028 900 5 1 0.223408 -0.162049 -54.45 + 63 122.407 899 5 0 0.243032 -0.175085 -55.85 + 63 125.853 902 4 1 0.630839 -0.508502 -84.45 + 63 140.335 897 4 0 0.657125 -0.517871 -85.85 + 63 104.869 905 3 1 1.19561 -0.771913 -114.45 + 63 122.732 896 3 0 1.22991 -0.781883 -115.85 + 63 109.486 909 2 1 1.97515 -0.926769 -144.45 + 63 199.837 895 2 0 2.01196 -0.927219 -145.85 + 63 170.292 913 1 1 2.75761 -0.98065 -174.45 + 63 107.349 895 1 0 2.81322 -0.989502 -175.85 + 63 114.31 919 0 1 3.93764 -1.16751 -204.45 + 63 102.509 894 0 0 3.9939 -1.17754 -205.85 + 63 28.2128 914 1 1 2.9007 -1.06373 -174.802 + 63 132.771 892 1 0 3.33236 -1.48284 -175.85 + 63 40.7927 892 0 0 3.06482 -1.62447 -205.856 +Number of digits in this event = 8 Event: 64 Number of tracker hits in this event = 13 - 64 123.838 898 2 1 -0.310266 -0.0648165 -144.45 - 64 118.168 899 2 0 -0.318135 -0.074188 -145.85 - 64 98.2967 898 1 1 -0.419936 -0.334244 -174.45 - 64 102.649 898 1 0 -0.433376 -0.332881 -175.85 - 64 128.08 896 0 1 -0.724968 -0.250782 -204.45 - 64 153.054 898 0 0 -0.751947 -0.260542 -205.85 - 64 758.839 1132 1 0 75.7771 46.6456 -176.213 - 64 189.681 867 1 0 81.8481 -6.52863 -176.25 - 64 24.5894 697 7 1 -40.6279 -95.5326 5.27668 - 64 22.8156 1526 5 0 63.3298 125.46 -56.0948 - 64 16.5542 1469 7 0 35.5458 114.096 4.11464 - 64 301.908 1078 7 1 35.7537 114.322 5.15 - 64 0.59937 1210 10 1 62.076 -160.473 95.15 -Number of digits in this event = 9 + 64 100.914 899 4 1 -0.165473 0.278978 -84.45 + 64 147.086 901 4 0 -0.175926 0.29235 -85.85 + 64 135.529 898 3 1 -0.426377 0.525028 -114.45 + 64 124.348 902 3 0 -0.433751 0.538046 -115.85 + 64 121.18 897 2 1 -0.595461 0.783851 -144.45 + 64 144.408 903 2 0 -0.603553 0.787364 -145.85 + 64 132.553 896 1 1 -0.752115 0.821185 -174.45 + 64 425.179 903 1 0 -0.758331 0.832537 -175.85 + 64 238.757 895 0 1 -0.896902 1.08391 -204.45 + 64 104.832 905 0 0 -0.904836 1.10119 -205.85 + 64 295.652 896 0 1 -0.844444 1.42649 -204.45 + 64 93.5589 907 0 0 -1.18761 1.61824 -205.85 + 64 108.207 906 0 0 -0.826887 1.38817 -205.85 +Number of digits in this event = 11 Event: 65 -Number of tracker hits in this event = 14 - 65 510.589 898 5 1 -0.28972 0.491708 -54.45 - 65 196.352 902 5 0 -0.326207 0.539157 -55.85 - 65 204.099 895 4 1 -1.04911 1.4622 -84.45 - 65 134.002 907 4 0 -1.07772 1.52024 -85.85 - 65 125.943 892 3 1 -1.57766 2.7969 -114.45 - 65 114.721 913 3 0 -1.59426 2.84454 -115.85 - 65 133.404 890 2 1 -1.89565 3.84849 -144.45 - 65 107.466 918 2 0 -1.79823 3.79735 -145.85 - 65 103.696 900 1 1 0.060494 2.72161 -174.45 - 65 98.9527 913 1 0 0.121151 2.69549 -175.85 - 65 135.887 906 0 1 1.37826 2.32689 -204.45 - 65 109.932 911 0 0 1.4738 2.2894 -205.85 - 65 78.7054 406 2 0 104.767 -98.8524 -146.25 - 65 111.879 405 2 0 104.809 -98.956 -146.248 -Number of digits in this event = 8 +Number of tracker hits in this event = 20 + 65 133.454 897 5 1 -0.508663 0.152947 -54.45 + 65 127.424 900 5 0 -0.527408 0.179142 -55.85 + 65 110.686 895 4 1 -1.01269 0.679872 -84.45 + 65 135.622 903 4 0 -1.01643 0.71302 -85.85 + 65 172.172 894 3 1 -1.08116 1.35973 -114.45 + 65 130.741 906 3 0 -1.07822 1.36384 -115.85 + 65 129.976 894 2 1 -1.12007 1.41619 -144.45 + 65 113.968 906 2 0 -1.11884 1.41844 -145.85 + 65 111.799 894 1 1 -1.10915 1.50361 -174.45 + 65 113.068 907 1 0 -1.12458 1.52832 -175.85 + 65 178.378 893 0 1 -1.40258 2.05558 -204.45 + 65 114.783 910 0 0 -1.40178 2.08771 -205.85 + 65 179.58 712 2 1 -37.4937 -1.33895 -144.45 + 65 102.716 891 1 1 -1.6879 0.766564 -174.45 + 65 68.9375 900 1 0 -1.60053 0.132615 -175.85 + 65 12.263 899 1 0 -1.56379 -0.05 -176.208 + 65 130.315 891 0 1 -1.83853 -19.8581 -204.45 + 65 117.026 797 0 0 -1.97505 -20.4789 -205.85 + 65 180.853 1027 2 0 13.0513 25.4612 -146.25 + 65 249.388 967 2 1 13.638 26.8084 -144.85 +Number of digits in this event = 13 Event: 66 Number of tracker hits in this event = 12 - 66 130.722 899 4 1 -0.168042 0.237217 -84.45 - 66 214.554 900 4 0 -0.162231 0.245367 -85.85 - 66 129.268 899 3 1 -0.0847357 0.431703 -114.45 - 66 136.303 904 2 1 0.904981 2.47318 -144.45 - 66 101.195 912 2 0 0.953686 2.56604 -145.85 - 66 119.688 909 1 1 1.98355 4.44259 -174.45 - 66 132.985 922 1 0 2.03188 4.53713 -175.85 - 66 122.484 914 0 1 2.97868 6.47856 -204.45 - 66 99.8037 932 0 0 3.02312 6.57053 -205.85 - 66 117.913 901 2 1 0.289745 0.466123 -144.45 - 66 195.265 900 2 1 0.246141 0.605863 -144.604 - 66 199.439 1148 7 0 -107.664 49.7075 3.75 -Number of digits in this event = 9 + 66 145.2 900 5 1 0.105629 0.254905 -54.45 + 66 314.066 901 5 0 0.123683 0.268521 -55.85 + 66 194.993 901 4 1 0.39162 0.706753 -84.45 + 66 170.711 903 4 0 0.404162 0.720394 -85.85 + 66 132.324 903 3 1 0.67119 1.05709 -114.45 + 66 155.355 904 3 0 0.664031 1.0445 -115.85 + 66 107.316 902 2 1 0.455637 0.868927 -144.45 + 66 116.242 904 2 0 0.470115 0.871782 -145.85 + 66 131.55 903 1 1 0.750506 1.11687 -174.45 + 66 157.955 905 1 0 0.760718 1.12215 -175.85 + 66 111.587 904 0 1 0.982003 1.29387 -204.45 + 66 120.484 906 0 0 1.0271 1.28612 -205.85 +Number of digits in this event = 12 Event: 67 Number of tracker hits in this event = 9 - 67 127.417 901 3 1 0.261871 0.117067 -114.45 - 67 140.664 900 3 0 0.268833 0.128559 -115.85 - 67 135.491 901 2 1 0.364347 0.330684 -144.45 - 67 104.96 901 2 0 0.370155 0.33822 -145.85 - 67 131.774 902 1 1 0.493032 0.484964 -174.45 - 67 126.958 902 1 0 0.506139 0.495462 -175.85 - 67 99.8961 903 0 1 0.795867 0.692065 -204.45 - 67 117.744 903 0 0 0.807727 0.708198 -205.85 - 67 126.19 814 2 1 -17.2223 12.6009 -144.509 -Number of digits in this event = 7 -Event: 68 -Number of tracker hits in this event = 13 - 68 196.953 900 4 1 0.151404 -0.754219 -84.45 - 68 116.594 896 4 0 0.159102 -0.776637 -85.85 - 68 122.239 901 3 1 0.314619 -1.20621 -114.45 - 68 124.599 894 3 0 0.319601 -1.22746 -115.85 - 68 107.128 901 2 1 0.424635 -1.68779 -144.45 - 68 109.28 891 2 0 0.434718 -1.70646 -145.85 - 68 110.684 902 1 1 0.645862 -2.07133 -174.45 - 68 129.321 889 1 0 0.645558 -2.07789 -175.85 - 68 158.798 903 0 1 0.653794 -2.18113 -204.45 - 68 131.827 889 0 0 0.644333 -2.18817 -205.85 - 68 30.685 864 0 1 -7.2066 26.1414 -204.761 - 68 203.892 996 6 0 -149.201 19.4443 -26.25 - 68 50.6768 1130 10 0 -46.4376 46.1681 93.75 + 67 129.364 899 4 1 -0.177375 0.252289 -84.45 + 67 554.73 901 4 0 -0.179377 0.262447 -85.85 + 67 112.522 899 3 1 -0.1947 0.469047 -114.45 + 67 118.988 902 3 0 -0.189079 0.479131 -115.85 + 67 140.943 901 1 1 0.363413 0.887096 -174.45 + 67 165.173 904 1 0 0.370398 0.908994 -175.85 + 67 123.393 902 0 1 0.461757 1.38797 -204.45 + 67 197.903 906 0 0 0.474451 1.40907 -205.85 + 67 12.7959 1184 2 1 57.0175 106.588 -144.67 Number of digits in this event = 8 +Event: 68 +Number of tracker hits in this event = 21 + 68 125.785 899 5 1 -0.099755 0.162488 -54.45 + 68 134.164 900 5 0 -0.0948971 0.161929 -55.85 + 68 101.403 899 2 1 -0.133312 0.327436 -144.45 + 68 112.706 901 2 0 -0.147046 0.328711 -145.85 + 68 118.549 898 1 1 -0.439329 0.384853 -174.45 + 68 349.162 901 1 0 -0.455201 0.388412 -175.85 + 68 259.173 896 0 1 -0.794703 0.503996 -204.45 + 68 239.809 902 0 0 -0.804707 0.509844 -205.85 + 68 80.1181 900 4 0 -0.05 0.166779 -86.0024 + 68 33.0404 930 3 1 6.05042 23.9774 -114.45 + 68 97.7486 929 3 1 6.00857 23.886 -114.486 + 68 84.3285 928 3 1 5.82329 23.634 -114.476 + 68 176.693 927 3 1 5.62067 23.412 -114.53 + 68 49.1335 926 3 1 5.33489 23.3319 -114.571 + 68 42.6249 925 3 1 5.19539 23.3324 -114.5 + 68 137.652 841 2 1 -11.7163 -46.9779 -144.45 + 68 264.833 899 1 1 -0.207679 0.272233 -174.45 + 68 111.498 900 1 0 -0.224251 0.241705 -175.85 + 68 102.827 897 0 1 -0.583273 -0.439823 -204.45 + 68 101.94 898 0 0 -0.605419 -0.449573 -205.85 + 68 19.9314 1090 5 1 38.0787 174.688 -54.45 +Number of digits in this event = 9 Event: 69 -Number of tracker hits in this event = 33 - 69 188.783 899 5 1 -0.0991755 -0.0778711 -54.45 - 69 220.057 899 5 0 -0.10711 -0.0813296 -55.85 - 69 112.189 898 4 1 -0.255359 -0.111978 -84.45 - 69 414.079 899 4 0 -0.263054 -0.113193 -85.85 - 69 106.24 898 3 1 -0.401915 -0.162129 -114.45 - 69 235.729 899 3 0 -0.397024 -0.168503 -115.85 - 69 147.056 898 2 1 -0.294253 -0.307521 -144.45 - 69 248.232 898 2 0 -0.285436 -0.327158 -145.85 - 69 113.005 899 1 1 -0.176894 -0.762973 -174.45 - 69 250.307 896 1 0 -0.162463 -0.79277 -175.85 - 69 114.091 900 0 1 0.156766 -1.35919 -204.45 - 69 107.184 893 0 0 0.16343 -1.38942 -205.85 - 69 391.846 899 4 1 -0.0763583 -0.137429 -84.45 - 69 74.6456 897 3 0 0.0870381 -0.454398 -115.85 - 69 73.5439 898 3 0 0.097997 -0.448049 -116.123 - 69 113.127 906 2 1 1.42639 0.281311 -144.45 - 69 161.151 901 2 0 1.60567 0.308933 -145.85 - 69 181.659 926 1 1 5.3962 0.737762 -174.45 - 69 168.516 903 1 0 5.60373 0.765238 -175.85 - 69 117.01 948 0 1 9.72513 1.42703 -204.45 - 69 132.677 906 0 0 9.96995 1.42005 -205.85 - 69 393.053 908 2 1 1.79837 0.724834 -144.45 - 69 139.953 903 2 0 1.92408 0.674861 -145.85 - 69 112.866 922 1 1 4.62192 -0.772263 -174.45 - 69 115.812 935 0 1 7.2187 -2.33284 -204.45 - 69 116.861 887 0 0 7.31994 -2.48606 -205.85 - 69 110.542 905 2 0 1.72973 1.0832 -145.85 - 69 178.315 778 2 0 -39.5255 -24.2999 -146.25 - 69 79.9121 699 2 1 -40.205 -25.1042 -144.85 - 69 359.004 698 2 1 -40.2686 -25.1656 -144.638 - 69 71.4265 909 2 1 1.85853 0.552262 -144.727 - 69 146.684 899 2 0 1.63457 -0.129185 -145.85 - 69 82.333 981 1 1 16.2987 -8.62007 -174.658 -Number of digits in this event = 18 +Number of tracker hits in this event = 14 + 69 117.443 899 2 1 -0.199586 0.110359 -144.45 + 69 113.544 900 2 0 -0.200249 0.113665 -145.85 + 69 114.5 899 1 1 -0.2201 0.23294 -174.45 + 69 110.033 900 1 0 -0.221163 0.246377 -175.85 + 69 108.269 898 0 1 -0.276752 0.497083 -204.45 + 69 109.874 902 0 0 -0.280268 0.51269 -205.85 + 69 38.8873 647 0 0 91.2509 -50.6273 -206.25 + 69 87.7096 646 0 0 91.3029 -50.6668 -206.24 + 69 265.358 540 0 0 119.427 -71.8955 -206.25 + 69 159.748 1493 0 1 118.886 -72.5286 -204.85 + 69 483.072 897 0 1 -0.471899 0.070825 -204.45 + 69 10.8475 903 0 0 -0.0630462 0.752331 -205.85 + 69 1.42183 904 0 0 0.05 0.945986 -206.241 + 69 126.18 900 0 0 -0.964909 0.164495 -205.85 +Number of digits in this event = 5 Event: 70 -Number of tracker hits in this event = 11 - 70 122.506 900 4 1 0.101251 0.125914 -84.45 - 70 121.672 900 4 0 0.0945599 0.137231 -85.85 - 70 221.02 899 3 1 -0.0607143 0.375466 -114.45 - 70 125.232 901 3 0 -0.0655995 0.381877 -115.85 - 70 139.943 899 2 1 -0.172114 0.531217 -144.45 - 70 108.19 902 2 0 -0.178879 0.543766 -145.85 - 70 95.3851 898 1 1 -0.293149 0.796781 -174.45 - 70 124.928 903 1 0 -0.296925 0.799341 -175.85 - 70 100.138 898 0 1 -0.349649 0.845585 -204.45 - 70 118.142 903 0 0 -0.354939 0.8414 -205.85 - 70 386.582 386 3 0 -54.3942 -102.923 -116.25 -Number of digits in this event = 10 +Number of tracker hits in this event = 47 + 70 166.844 899 5 1 -0.0513414 -0.208052 -54.45 + 70 155.772 899 5 0 -0.0537639 -0.218624 -55.85 + 70 179.687 899 4 1 -0.0749668 -0.416911 -84.45 + 70 114.646 898 4 0 -0.0806987 -0.420424 -85.85 + 70 118.008 899 3 1 -0.198648 -0.491403 -114.45 + 70 165.555 897 3 0 -0.205354 -0.502879 -115.85 + 70 142.562 898 2 1 -0.368801 -0.760102 -144.45 + 70 130.659 896 2 0 -0.386721 -0.766072 -145.85 + 70 107.503 896 1 1 -0.775066 -0.900876 -174.45 + 70 126.6 895 1 0 -0.785407 -0.93231 -175.85 + 70 458.203 894 0 1 -1.06515 -1.54325 -204.45 + 70 129.743 892 0 0 -1.06482 -1.56965 -205.85 + 70 176.703 903 4 0 0.05 0.766491 -86.0024 + 70 111.63 902 4 0 0.398441 0.647925 -86.1454 + 70 109.109 712 4 0 21.0318 -37.5542 -86.25 + 70 11.2938 711 4 0 21.1205 -37.6526 -86.2453 + 70 216.3 891 0 0 -0.987114 -1.67595 -205.85 + 70 116.425 896 0 1 -0.696737 -0.968968 -204.45 + 70 168.568 893 0 0 -0.419499 -1.4293 -205.85 + 70 113.314 888 0 0 16.6451 -2.38873 -206.25 + 70 236.42 889 0 0 16.7288 -2.23941 -205.949 + 70 135.585 990 0 1 18.1144 -4.02481 -204.85 + 70 93.8221 991 0 1 18.3629 -4.31957 -204.767 + 70 81.1476 992 0 1 18.5742 -4.51062 -204.668 + 70 112.268 993 0 1 18.6741 -4.7821 -204.791 + 70 125.752 994 0 1 18.8628 -5.00669 -204.843 + 70 138.727 995 0 1 19.131 -5.12973 -204.819 + 70 91.2493 996 0 1 19.4194 -5.14708 -204.753 + 70 55.6552 997 0 1 19.6053 -5.28865 -204.547 + 70 42.2294 998 0 1 19.7836 -5.41355 -204.45 + 70 70.8239 999 0 1 19.8802 -5.52117 -204.525 + 70 106.531 1000 0 1 20.0778 -5.65427 -204.636 + 70 12.9655 1001 0 1 20.3084 -5.79074 -204.823 + 70 34.1004 872 0 0 21.0635 -5.46631 -205.85 + 70 79.7015 873 0 0 21.1075 -5.43467 -205.954 + 70 70.0843 874 0 0 21.2021 -5.24697 -206.12 + 70 124.769 875 0 0 21.0926 -5.01627 -206.154 + 70 93.1746 876 0 0 20.8081 -4.83381 -206.06 + 70 264.365 877 0 0 20.6511 -4.64754 -205.988 + 70 180.465 897 0 1 -0.519963 -1.07534 -204.45 + 70 102.867 1589 10 0 -161.674 138.129 93.75 + 70 34.4508 1590 10 0 -161.652 138.203 94.0551 + 70 105.395 94 10 1 -161.266 138.966 95.15 + 70 56.521 95 10 1 -161.125 139.156 95.2612 + 70 72.5164 96 10 1 -160.945 139.341 95.244 + 70 112.42 1599 10 0 -159.784 140.111 94.15 + 70 21.6347 1600 10 0 -159.511 140.16 93.8155 +Number of digits in this event = 22 Event: 71 Number of tracker hits in this event = 15 - 71 137.118 901 4 1 0.424987 0.06666 -84.45 - 71 245.227 900 4 0 0.435094 0.0656132 -85.85 - 71 273.458 903 3 1 0.691127 0.0837195 -114.45 - 71 124.378 900 3 0 0.705985 0.0835019 -115.85 - 71 150.426 904 2 1 1.01396 0.087071 -144.45 - 71 116.28 900 2 0 1.03096 0.0732424 -145.85 - 71 145.088 906 1 1 1.41249 -0.196439 -174.45 - 71 98.7902 899 1 0 1.44113 -0.20688 -175.85 - 71 104.306 910 0 1 2.09065 -0.459055 -204.45 - 71 96.8485 897 0 0 2.11408 -0.473067 -205.85 - 71 1.90642 908 0 1 1.81826 -0.431584 -204.847 - 71 268.626 898 0 0 1.83215 -0.445572 -205.85 - 71 80.5265 26 2 0 3.7963 -174.802 -146.191 - 71 5.77493 839 7 0 62.0736 -12.1648 4.14327 - 71 154.058 1213 7 1 62.7779 -12.4786 5.15 -Number of digits in this event = 10 + 71 118.95 899 5 1 -0.088359 0.100609 -54.45 + 71 137.217 900 5 0 -0.0925705 0.11072 -55.85 + 71 117.238 899 4 1 -0.184199 0.332429 -84.45 + 71 109.947 901 4 0 -0.186632 0.341692 -85.85 + 71 125.118 899 3 1 -0.208409 0.509177 -114.45 + 71 100.318 902 3 0 -0.206105 0.520964 -115.85 + 71 126.545 899 2 1 -0.184268 0.769461 -144.45 + 71 106.484 903 2 0 -0.180156 0.781093 -145.85 + 71 118.338 899 1 1 -0.0843717 1.00822 -174.45 + 71 105.247 904 1 0 -0.0831581 1.01935 -175.85 + 71 150.282 905 0 0 -0.0527508 1.22422 -205.85 + 71 312.695 898 3 1 -0.369004 0.480159 -114.45 + 71 85.4621 896 3 1 -0.673707 0.455016 -114.615 + 71 1.72076 895 3 1 -0.871547 0.421336 -114.843 + 71 118.922 901 3 0 -0.999554 0.367251 -115.85 +Number of digits in this event = 6 Event: 72 -Number of tracker hits in this event = 21 - 72 128.31 899 4 1 -0.108941 0.263347 -84.45 - 72 137.013 901 4 0 -0.117986 0.28285 -85.85 - 72 137.829 898 3 1 -0.300376 0.708946 -114.45 - 72 213.411 903 3 0 -0.310777 0.735736 -115.85 - 72 186.116 897 2 1 -0.517829 1.26014 -144.45 - 72 91.3125 906 2 0 -0.52314 1.29248 -145.85 - 72 342.575 897 1 1 -0.610779 1.92833 -174.45 - 72 404.271 909 1 0 -0.621024 1.97554 -175.85 - 72 170.555 896 0 1 -0.845568 2.92552 -204.45 - 72 121.626 914 0 0 -0.856937 2.97942 -205.85 - 72 297.355 898 2 1 -0.402491 1.50504 -144.481 - 72 242.504 899 2 1 -0.223589 1.54519 -144.581 - 72 295.115 900 2 1 0.05 1.37317 -144.524 - 72 105.225 893 0 1 -1.41813 2.33641 -204.45 - 72 114.933 910 0 0 -1.57293 2.24009 -205.85 - 72 137.413 897 0 1 -0.556249 2.68134 -204.45 - 72 308.244 913 0 0 -0.532597 2.7666 -205.85 - 72 52.1345 1043 0 0 26.3934 28.755 -205.921 - 72 36.4242 1044 0 0 26.3797 28.8562 -205.859 - 72 65.6874 1030 0 1 26.051 31.2465 -204.85 - 72 23.1882 1029 0 1 26.0488 31.2516 -204.849 -Number of digits in this event = 15 +Number of tracker hits in this event = 19 + 72 98.1004 902 5 1 0.559414 0.825121 -54.45 + 72 128.48 904 5 0 0.584971 0.853397 -55.85 + 72 292.361 905 4 1 1.08998 1.40716 -84.45 + 72 112.901 906 4 0 1.13845 1.43866 -85.85 + 72 385.317 910 3 1 2.11393 2.03854 -114.45 + 72 109.37 910 3 0 2.17267 2.06152 -115.85 + 72 127.484 916 2 1 3.28122 2.46705 -144.45 + 72 112.116 912 2 0 3.34466 2.49328 -145.85 + 72 171.711 923 1 1 4.7235 3.1706 -174.45 + 72 104.734 915 1 0 4.80165 3.22071 -175.85 + 72 114.181 931 0 1 6.26175 4.17727 -204.45 + 72 142.266 920 0 0 6.36576 4.24426 -205.85 + 72 136.02 906 4 1 1.37788 1.15876 -84.6893 + 72 138.847 899 4 0 2.65682 -0.05 -85.9347 + 72 151.805 805 4 0 17.1016 -19.0051 -86.25 + 72 39.977 989 4 1 17.9748 -18.7176 -84.85 + 72 96.3123 990 4 1 18.0591 -18.6469 -84.7725 + 72 77.0191 991 4 1 18.2641 -18.4249 -84.6807 + 72 155.075 811 4 0 18.3856 -17.8064 -85.85 +Number of digits in this event = 11 Event: 73 -Number of tracker hits in this event = 18 - 73 102.137 900 4 1 0.0549904 -0.0732294 -84.45 - 73 204.904 899 4 0 0.0563496 -0.0787166 -85.85 - 73 123.773 900 3 1 0.0900485 -0.20455 -114.45 - 73 124.805 899 3 0 0.0906325 -0.217508 -115.85 - 73 101.543 900 2 1 0.129351 -0.465205 -144.45 - 73 103.568 897 2 0 0.133269 -0.473477 -145.85 - 73 148.292 900 1 1 0.203474 -0.649015 -174.45 - 73 145.857 897 1 0 0.222119 -0.643083 -175.85 - 73 83.7293 899 0 1 -0.05 -0.0998339 -204.696 - 73 145.568 899 0 0 -0.365669 -0.207376 -205.85 - 73 255.669 1098 1 0 30.0252 39.7775 -176.25 - 73 196.972 1054 1 1 30.8693 40.4649 -174.85 - 73 771.609 1038 2 0 129.716 27.6864 -146.25 - 73 224.001 1039 2 0 131.807 27.8841 -145.855 - 73 118.458 1041 2 0 132.158 28.4415 -145.87 - 73 139.128 1043 2 0 132.407 28.6656 -145.85 - 73 123.987 1044 2 0 132.775 29.0403 -146.025 - 73 29.5614 1045 2 0 133.215 29.17 -146.192 -Number of digits in this event = 15 -Event: 74 -Number of tracker hits in this event = 13 - 74 157.705 900 5 1 0.0798477 0.19253 -54.45 - 74 127.476 900 5 0 0.0739358 0.206754 -55.85 - 74 451.756 899 3 1 -0.0854243 0.543965 -114.45 - 74 197.871 902 3 0 -0.0867238 0.541867 -115.85 - 74 124.384 899 2 1 -0.136752 0.464015 -144.45 - 74 130.189 902 2 0 -0.137857 0.45793 -145.85 - 74 127.962 899 1 1 -0.144644 0.354742 -174.45 - 74 173.528 901 1 0 -0.141918 0.350895 -175.85 - 74 105.049 899 0 1 -0.0537001 0.27727 -204.45 - 74 110.821 901 0 0 -0.052732 0.26844 -205.85 - 74 27.19 1562 13 0 106.386 132.731 183.975 - 74 86.7048 1563 13 0 106.419 132.758 184.028 - 74 204.292 1434 13 1 106.981 132.818 185.15 +Number of tracker hits in this event = 12 + 73 211.388 897 4 1 -0.564933 0.0658043 -84.45 + 73 107.454 900 4 0 -0.579336 0.0739807 -85.85 + 73 119.666 895 3 1 -0.889703 0.247308 -114.45 + 73 115.557 901 3 0 -0.899066 0.250689 -115.85 + 73 126.987 894 2 1 -1.07773 0.332909 -144.45 + 73 130.79 901 2 0 -1.08709 0.342186 -145.85 + 73 138.769 893 1 1 -1.35856 0.444825 -174.45 + 73 120.895 902 1 0 -1.36915 0.461 -175.85 + 73 185.846 892 0 1 -1.60109 0.784792 -204.45 + 73 125.503 903 0 0 -1.60445 0.800666 -205.85 + 73 273.851 896 4 1 -0.666841 -0.0777472 -84.7466 + 73 39.8837 895 4 1 -0.875692 0.05 -84.7801 Number of digits in this event = 10 +Event: 74 +Number of tracker hits in this event = 12 + 74 127.113 899 5 1 -0.109584 -0.0970688 -54.45 + 74 133.422 899 5 0 -0.114035 -0.101712 -55.85 + 74 126.979 899 4 1 -0.189598 -0.204267 -84.45 + 74 199.222 899 4 0 -0.19338 -0.208472 -85.85 + 74 116.588 898 3 1 -0.29026 -0.312619 -114.45 + 74 136.228 898 3 0 -0.286362 -0.327856 -115.85 + 74 447.273 899 2 1 -0.168419 -0.649256 -144.45 + 74 145.476 896 2 0 -0.181502 -0.674091 -145.85 + 74 116.229 897 1 1 -0.468 -1.19735 -174.45 + 74 138.013 894 1 0 -0.487794 -1.22021 -175.85 + 74 103.423 895 0 1 -0.90421 -1.66202 -204.45 + 74 119.288 891 0 0 -0.914994 -1.69299 -205.85 +Number of digits in this event = 9 Event: 75 -Number of tracker hits in this event = 10 - 75 175.342 900 5 1 0.121183 0.0825282 -54.45 - 75 123.959 900 5 0 0.126153 0.082941 -55.85 - 75 227.48 900 4 1 0.232958 0.0728718 -84.45 - 75 161.003 900 4 0 0.234137 0.0653919 -85.85 - 75 119.406 900 3 1 0.245188 -0.0949305 -114.45 - 75 145.331 899 3 0 0.238201 -0.10145 -115.85 - 75 113.728 900 2 1 0.0857606 -0.203977 -144.45 - 75 99.3831 899 2 0 0.0742104 -0.210345 -145.85 - 75 145.06 899 1 1 -0.193998 -0.322005 -174.45 - 75 105.837 898 1 0 -0.203433 -0.308725 -175.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 29 + 75 147.401 901 3 1 0.33035 -0.282503 -114.45 + 75 126.232 898 3 0 0.349768 -0.298849 -115.85 + 75 130.697 903 2 1 0.717539 -0.545412 -144.45 + 75 318.965 897 2 0 0.746482 -0.568505 -145.85 + 75 102.465 906 1 1 1.28955 -1.08185 -174.45 + 75 124.288 894 1 0 1.31407 -1.102 -175.85 + 75 123.98 908 0 1 1.75318 -1.52118 -204.45 + 75 174.353 892 0 0 1.75701 -1.5411 -205.85 + 75 240.976 900 3 1 0.102128 -0.166163 -114.45 + 75 236.203 899 3 0 0.652053 -0.142134 -115.85 + 75 400.949 934 2 1 6.85472 0.60625 -144.45 + 75 137.261 910 2 0 6.18203 2.18989 -145.85 + 75 112.039 859 1 1 -8.21114 25.8448 -174.45 + 75 54.2853 858 1 1 -8.40657 25.582 -174.737 + 75 98.6022 1022 1 0 -9.06821 24.553 -175.85 + 75 119.401 1021 1 0 -9.1276 24.4418 -175.973 + 75 124.82 1020 1 0 -9.34079 24.1206 -176.083 + 75 76.1718 1019 1 0 -9.59438 23.852 -176.22 + 75 174.18 896 1 0 -37.7949 -0.729579 -176.25 + 75 389.376 710 1 1 -37.8948 -0.501453 -174.85 + 75 158.311 711 1 1 -37.8359 -0.552454 -174.655 + 75 121.495 904 2 1 0.921942 -0.390973 -144.45 + 75 153.706 918 1 1 3.78279 -2.86853 -174.45 + 75 95.9829 885 1 0 3.89042 -3.00168 -175.85 + 75 112.779 932 0 1 6.54895 -5.47261 -204.45 + 75 131.078 872 0 0 6.71812 -5.58495 -205.85 + 75 135.033 435 13 1 -93.0199 -113.083 185.324 + 75 48.5048 698 11 1 -40.3502 -52.9414 125.389 + 75 50.5099 997 1 1 19.5322 -35.8876 -174.714 +Number of digits in this event = 21 Event: 76 -Number of tracker hits in this event = 5 - 76 152.328 910 1 1 2.05758 0.217985 -174.45 - 76 108.442 900 1 0 2.08013 0.227581 -175.85 - 76 146.797 911 0 1 2.41872 0.532919 -204.45 - 76 115.803 902 0 0 2.44208 0.556265 -205.85 - 76 25.8636 419 4 1 -96.2874 -47.7732 -84.659 -Number of digits in this event = 4 +Number of tracker hits in this event = 18 + 76 112.3 900 4 1 0.075423 0.0832912 -84.45 + 76 208.887 900 4 0 0.0855025 0.0800352 -85.85 + 76 121.917 902 2 1 0.634821 -0.197258 -144.45 + 76 133.279 899 2 0 0.659921 -0.207242 -145.85 + 76 204.703 905 1 1 1.19022 -0.422961 -174.45 + 76 118.064 898 1 0 1.21895 -0.433654 -175.85 + 76 241.695 908 0 1 1.81911 -0.653566 -204.45 + 76 251.562 896 0 0 1.84439 -0.658662 -205.85 + 76 12.6716 895 0 0 1.55321 -0.850474 -206.222 + 76 151.322 848 0 0 -17.2358 -10.2857 -206.25 + 76 73.1968 847 0 0 -17.315 -10.4523 -206.173 + 76 62.8884 906 1 1 1.38946 -0.449508 -174.45 + 76 129.237 907 1 1 1.46353 -0.664385 -174.577 + 76 83.261 894 1 0 1.54382 -1.19524 -175.85 + 76 32.3935 893 1 0 1.61637 -1.28198 -176.113 + 76 153.291 1170 8 1 54.1184 29.7996 35.365 + 76 303.677 902 3 0 0.310491 0.474519 -116.004 + 76 26.3185 911 3 0 0.230414 2.31453 -116.054 +Number of digits in this event = 12 Event: 77 -Number of tracker hits in this event = 41 - 77 158.383 899 4 1 -0.0587926 0.120984 -84.45 - 77 124.488 900 4 0 -0.0652098 0.132707 -85.85 - 77 162.581 899 3 1 -0.188193 0.363521 -114.45 - 77 121.401 901 3 0 -0.196505 0.382605 -115.85 - 77 172.603 898 2 1 -0.35239 0.749666 -144.45 - 77 125.628 903 2 0 -0.352743 0.771015 -145.85 - 77 131.635 898 1 1 -0.354312 1.20307 -174.45 - 77 259.666 905 1 0 -0.367088 1.21709 -175.85 - 77 119.234 897 0 1 -0.648027 1.49061 -204.45 - 77 517.429 907 0 0 -0.664084 1.50655 -205.85 - 77 99.842 899 5 1 -0.05 -0.095584 -54.8467 - 77 284.846 899 5 0 -0.0535331 -0.0949766 -55.85 - 77 166.984 896 4 1 -0.813603 -0.577117 -84.45 - 77 127.817 897 4 0 -0.81483 -0.598103 -85.85 - 77 237.951 895 3 1 -1.01313 -0.353739 -114.45 - 77 165.714 898 3 0 -1.08312 -0.327037 -115.85 - 77 119.72 889 2 1 -2.14985 0.432215 -144.45 - 77 6.31667 900 2 0 -2.0227 0.0586336 -145.85 - 77 3.91879 899 2 0 -1.99019 -0.05 -146.243 - 77 124.507 902 1 1 0.549472 -8.10194 -174.45 - 77 130.273 857 1 0 0.794587 -8.47145 -175.85 - 77 116.995 929 0 1 5.89721 -16.289 -204.45 - 77 208.231 817 0 0 6.06782 -16.5497 -205.85 - 77 117.316 886 4 1 -2.66096 -0.0713201 -84.45 - 77 131.731 899 4 0 -2.11246 -0.101603 -85.85 - 77 222.464 941 3 1 8.28119 -1.33331 -114.45 - 77 160.005 895 3 0 7.71384 -1.027 -115.85 - 77 194.754 874 2 1 -5.10345 4.61505 -144.45 - 77 130.184 925 2 0 -5.41733 5.2498 -145.85 - 77 118.413 840 1 1 -11.8956 20.4118 -174.45 - 77 155.052 1002 1 0 -11.755 20.6264 -175.85 - 77 169.374 857 0 1 -8.62973 24.6375 -204.45 - 77 145.527 1027 0 0 -9.21339 25.456 -205.85 - 77 122.112 940 3 1 8.05689 -1.40615 -114.45 - 77 90.667 942 3 1 8.55315 -1.82145 -114.58 - 77 51.5088 890 3 0 7.78408 -2.0164 -115.85 - 77 106.809 889 3 0 7.71511 -2.10423 -115.931 - 77 75.801 888 3 0 7.6913 -2.32227 -115.913 - 77 83.3997 887 3 0 7.44794 -2.47646 -115.914 - 77 263.591 886 3 0 7.35503 -2.66386 -115.982 - 77 141.862 781 4 0 36.6472 -23.7582 -86.116 -Number of digits in this event = 31 +Number of tracker hits in this event = 54 + 77 114.499 900 5 1 0.223272 0.264185 -54.45 + 77 247.337 901 5 0 0.229098 0.261675 -55.85 + 77 116.941 901 4 1 0.348434 0.204751 -84.45 + 77 334.71 900 4 0 0.369987 0.198591 -85.85 + 77 322.942 903 3 1 0.755477 0.115453 -114.45 + 77 205.735 900 3 0 0.781074 0.123574 -115.85 + 77 258.962 906 2 1 1.29885 0.243127 -144.45 + 77 119.033 901 2 0 1.22836 0.268656 -145.85 + 77 112.325 896 1 1 -0.830816 1.15412 -174.45 + 77 152.903 905 1 0 -0.92431 1.20955 -175.85 + 77 165.027 886 0 1 -2.77085 2.28058 -204.45 + 77 240.573 911 0 0 -2.84677 2.33947 -205.85 + 77 301.494 900 4 1 0.137136 0.342678 -84.45 + 77 159.565 1022 3 1 24.6204 -5.21319 -114.45 + 77 286.122 876 3 0 24.3144 -4.76252 -115.85 + 77 5.25237 878 3 0 23.8139 -4.40895 -116.229 + 77 267.966 903 3 0 0.753221 0.787833 -115.85 + 77 305.566 904 2 0 1.28663 0.990539 -145.85 + 77 186.897 908 1 1 1.66801 1.45224 -174.45 + 77 138.034 907 1 0 1.65714 1.47009 -175.85 + 77 148.706 908 0 1 1.68576 2.16579 -204.45 + 77 224.985 897 4 0 -0.0889335 -0.512851 -85.85 + 77 126.448 881 3 1 -3.67952 -9.89298 -114.45 + 77 202.505 846 3 0 -3.86327 -10.7531 -115.85 + 77 166.856 871 2 1 -5.6507 -25.9791 -144.45 + 77 72.0275 767 2 0 -5.95659 -26.5252 -145.85 + 77 60.2774 766 2 0 -6.02014 -26.6508 -146.124 + 77 195.873 827 1 1 -14.4802 -40.7916 -174.45 + 77 214.961 691 1 0 -15.1883 -41.825 -175.85 + 77 199.421 738 0 1 -32.4391 -62.1398 -204.45 + 77 133.214 589 0 0 -32.5038 -62.1647 -205.85 + 77 119.419 905 2 1 1.22195 1.0129 -144.45 + 77 147.954 903 1 1 0.730813 -0.241817 -174.45 + 77 151.057 898 1 0 0.691164 -0.269571 -175.85 + 77 103.142 899 0 1 -0.0634756 -1.04573 -204.45 + 77 38.0406 894 0 0 -0.0690242 -1.22573 -206.048 + 77 132.017 893 0 0 -0.113328 -1.25021 -206.079 + 77 18.5749 500 12 0 -21.5647 -79.9921 153.75 + 77 66.6646 519 12 0 -55.0347 -76.0878 153.75 + 77 71.681 853 7 1 -9.36888 -145.493 5.39215 + 77 73.2849 854 7 1 -9.09498 -145.627 5.55 + 77 68.7059 855 7 1 -9.0296 -145.493 5.37959 + 77 104.459 172 7 0 -8.10013 -145.7 4.15 + 77 28.7397 171 7 0 -7.94042 -145.756 3.8369 + 77 375.534 835 0 1 -12.9723 -86.7899 -204.79 + 77 83.4195 184 3 0 -23.2537 -143.187 -116.155 + 77 35.7827 183 3 0 -23.2215 -143.39 -115.927 + 77 119.699 793 3 1 -21.4479 -144.465 -114.85 + 77 119.425 794 3 1 -21.2265 -144.669 -114.614 + 77 79.2647 795 3 1 -21.0256 -144.761 -114.586 + 77 86.5109 796 3 1 -20.8105 -144.785 -114.554 + 77 90.9971 797 3 1 -20.6306 -144.812 -114.645 + 77 141.212 798 3 1 -20.4071 -144.881 -114.631 + 77 407.409 799 3 1 -20.2017 -144.859 -114.541 +Number of digits in this event = 33 Event: 78 -Number of tracker hits in this event = 11 - 78 140.388 900 5 1 0.103203 0.153621 -54.45 - 78 128.202 900 5 0 0.107012 0.167224 -55.85 - 78 115.466 900 4 1 0.178147 0.458302 -84.45 - 78 131.915 902 4 0 0.180455 0.477002 -85.85 - 78 122.116 900 3 1 0.222038 0.886485 -114.45 - 78 125.751 904 3 0 0.209885 0.916658 -115.85 - 78 112.672 897 1 1 -0.49569 2.42248 -174.45 - 78 119.392 912 1 0 -0.512347 2.46939 -175.85 - 78 113.767 896 0 1 -0.821067 3.38198 -204.45 - 78 121.899 917 0 0 -0.759028 3.46396 -205.85 - 78 13.5804 898 1 1 -0.308958 1.77235 -174.45 -Number of digits in this event = 7 +Number of tracker hits in this event = 10 + 78 110.229 900 4 1 0.109248 -0.18867 -84.45 + 78 114.478 899 4 0 0.116554 -0.21439 -85.85 + 78 121.056 901 3 1 0.259924 -0.72791 -114.45 + 78 107.972 896 3 0 0.258887 -0.77256 -115.85 + 78 120.176 901 2 1 0.271341 -1.65218 -144.45 + 78 125.272 891 2 0 0.268742 -1.69555 -145.85 + 78 173.586 900 1 1 0.209172 -2.60697 -174.45 + 78 106.538 886 1 0 0.190863 -2.66834 -175.85 + 78 94.2606 899 0 1 -0.22198 -3.92234 -204.45 + 78 120.212 880 0 0 -0.235088 -3.97813 -205.85 +Number of digits in this event = 6 Event: 79 -Number of tracker hits in this event = 26 - 79 275.386 899 5 1 -0.0931223 0.118136 -54.45 - 79 121.849 900 5 0 -0.0968506 0.124986 -55.85 - 79 124.277 899 4 1 -0.149151 0.272262 -84.45 - 79 104.819 901 4 0 -0.139563 0.300979 -85.85 - 79 123.083 900 3 1 0.0805542 0.900964 -114.45 - 79 115.454 904 3 0 0.0891021 0.938482 -115.85 - 79 282.751 901 2 1 0.284987 1.7158 -144.45 - 79 121.925 908 2 0 0.288798 1.75387 -145.85 - 79 175.308 900 1 1 0.159146 2.60741 -174.45 - 79 111.245 913 1 0 0.153281 2.65689 -175.85 - 79 117.35 982 2 0 -28.3379 16.5392 -146.217 - 79 37.2943 981 2 0 -28.3841 16.434 -145.918 - 79 10.2389 755 2 1 -29.0465 15.2015 -144.85 - 79 33.6049 754 2 1 -29.0694 15.1736 -144.828 - 79 27.6413 955 2 0 -29.2523 11.1294 -145.85 - 79 213.926 954 2 0 -29.248 11.041 -145.885 - 79 20.3653 953 2 0 -29.4638 10.8394 -146.111 - 79 377.582 897 3 1 -0.497301 0.347929 -114.472 - 79 363.486 896 3 1 -0.659948 0.139827 -114.708 - 79 168.906 898 3 1 -0.404903 0.359994 -114.45 - 79 270.675 898 3 0 -0.387329 -0.376907 -115.85 - 79 387.061 899 3 0 -0.759495 -0.242758 -116.049 - 79 71.7106 892 3 1 -1.60394 -2.45527 -114.85 - 79 231.902 895 3 1 -0.857871 -0.608916 -114.837 - 79 22.861 896 3 0 -1.71249 -0.724698 -115.85 - 79 121.121 883 3 1 -3.29161 -1.25555 -114.85 -Number of digits in this event = 18 +Number of tracker hits in this event = 14 + 79 4.68808 899 5 1 -0.05 -0.143359 -54.8331 + 79 141.225 899 5 0 -0.0560164 -0.142202 -55.85 + 79 146.725 898 4 1 -0.270992 -0.1237 -84.45 + 79 233.225 899 4 0 -0.257867 -0.128561 -85.85 + 79 553.982 901 0 1 0.303345 -0.220036 -204.45 + 79 147.532 899 0 0 0.342414 -0.211042 -205.85 + 79 134.762 900 1 1 0.103972 0.05 -174.516 + 79 15.2047 900 1 0 0.292715 0.062201 -175.85 + 79 206.545 935 1 0 -54.3394 7.18907 -176.25 + 79 109.696 936 1 0 -54.7049 7.37816 -176.093 + 79 146.45 937 1 0 -55.0767 7.53448 -176.037 + 79 181.35 621 1 1 -55.7403 7.67175 -174.85 + 79 417.475 620 1 1 -55.8609 7.5618 -174.54 + 79 292.025 996 5 1 19.4462 29.222 -54.726 +Number of digits in this event = 12 Event: 80 -Number of tracker hits in this event = 17 - 80 182.094 899 5 1 -0.113116 -0.0674711 -54.45 - 80 153.342 899 5 0 -0.120569 -0.0703419 -55.85 - 80 127.996 898 4 1 -0.288588 -0.151199 -84.45 - 80 123.027 899 4 0 -0.299429 -0.150515 -85.85 - 80 112.973 897 3 1 -0.538295 -0.148683 -114.45 - 80 103.432 899 3 0 -0.552219 -0.140489 -115.85 - 80 272.274 894 1 1 -1.05006 -0.168629 -174.45 - 80 142.302 899 1 0 -1.05282 -0.17631 -175.85 - 80 163.712 895 0 1 -0.987647 -0.21476 -204.45 - 80 117.365 899 0 0 -0.97966 -0.20994 -205.85 - 80 327.331 892 0 1 -1.54678 -0.369118 -204.45 - 80 369.703 898 0 0 -1.71414 -0.365391 -205.85 - 80 31.3811 207 6 0 41.42 -138.708 -26.25 - 80 442.36 206 6 0 41.3931 -138.785 -26.1641 - 80 24.3072 205 6 0 41.3022 -138.964 -25.9251 - 80 85.9287 1104 6 1 40.9227 -139.371 -24.85 - 80 75.4741 1103 6 1 40.8433 -139.532 -24.6132 -Number of digits in this event = 11 +Number of tracker hits in this event = 13 + 80 265.102 899 5 1 -0.236722 -0.204037 -54.45 + 80 315.174 899 5 0 -0.250354 -0.215524 -55.85 + 80 127.159 897 4 1 -0.5359 -0.400767 -84.45 + 80 98.3511 898 4 0 -0.555665 -0.408589 -85.85 + 80 179.799 895 3 1 -0.92999 -0.596845 -114.45 + 80 251.65 897 3 0 -0.950767 -0.630925 -115.85 + 80 127.853 893 2 1 -1.40355 -1.3013 -144.45 + 80 119.259 893 2 0 -1.42833 -1.33897 -145.85 + 80 117.104 890 1 1 -1.923 -2.12944 -174.45 + 80 98.4114 889 1 0 -1.94551 -2.16778 -175.85 + 80 187.321 888 0 1 -2.44262 -2.91401 -204.45 + 80 176.78 885 0 0 -2.46806 -2.94268 -205.85 + 80 129.872 894 2 1 -1.24667 -0.751947 -144.572 +Number of digits in this event = 10 Event: 81 -Number of tracker hits in this event = 11 - 81 110.122 899 4 1 -0.164091 -0.137927 -84.45 - 81 210.36 899 4 0 -0.180504 -0.138835 -85.85 - 81 107.535 897 3 1 -0.510578 -0.145242 -114.45 - 81 211.238 899 3 0 -0.530121 -0.143227 -115.85 - 81 169.185 895 2 1 -0.915973 -0.153777 -144.45 - 81 121.304 899 2 0 -0.925621 -0.146033 -145.85 - 81 154.796 893 0 1 -1.28018 -0.136208 -204.45 - 81 123.731 899 0 0 -1.27935 -0.12849 -205.85 - 81 16.3282 639 3 0 -107.021 -52.1622 -115.876 - 81 66.4704 365 3 1 -107.014 -51.7023 -114.85 - 81 211.169 366 3 1 -106.942 -51.638 -114.728 -Number of digits in this event = 8 +Number of tracker hits in this event = 40 + 81 133.51 898 5 1 -0.250914 0.131148 -54.45 + 81 186.019 900 5 0 -0.263479 0.131892 -55.85 + 81 131.342 897 4 1 -0.505304 0.125093 -84.45 + 81 156.626 900 4 0 -0.520817 0.120857 -85.85 + 81 99.4994 895 3 1 -0.860423 0.0754504 -114.45 + 81 134.913 900 3 0 -0.878109 0.0716476 -115.85 + 81 157.574 892 1 1 -1.60577 -0.125423 -174.45 + 81 181.368 899 1 0 -1.63391 -0.15067 -175.85 + 81 336.675 889 0 1 -2.19744 -0.726774 -204.45 + 81 114.648 896 0 0 -2.22816 -0.743011 -205.85 + 81 138.397 869 3 0 -16.8595 -6.19317 -116.201 + 81 121.156 899 0 0 -2.61306 -0.220941 -205.85 + 81 135.393 894 2 1 -1.19503 0.05 -144.473 + 81 146.946 904 2 0 -1.26761 0.941516 -145.85 + 81 136.5 912 1 1 2.57008 18.9742 -174.45 + 81 121.6 999 1 0 2.624 19.9903 -175.85 + 81 76.1749 1391 1 0 21.3775 98.441 -176.25 + 81 216.547 1392 1 0 21.3779 98.675 -176.068 + 81 228.978 959 1 1 12.0456 117.325 -174.85 + 81 300.913 958 1 1 11.7757 117.863 -174.793 + 81 46.9738 1507 1 0 10.5533 121.731 -175.85 + 81 68.4377 1508 1 0 10.5334 121.914 -175.924 + 81 31.9212 1509 1 0 10.5892 122.141 -175.889 + 81 57.6782 1510 1 0 10.5799 122.26 -175.85 + 81 64.0949 1511 1 0 10.6161 122.46 -175.935 + 81 70.8007 1512 1 0 10.6135 122.623 -176.037 + 81 57.9166 1513 1 0 10.6223 122.775 -176.149 + 81 116.277 890 0 1 -2.00351 0.23915 -204.45 + 81 132.011 900 0 0 -1.76892 0.189149 -205.85 + 81 150.138 899 2 0 -2.15737 -0.0888691 -145.85 + 81 255.243 803 1 1 -19.3143 -2.0149 -174.45 + 81 120.643 888 1 0 -20.0898 -2.34538 -175.85 + 81 246.967 718 0 1 -36.3906 -10.3802 -204.45 + 81 179.842 847 0 0 -37.5594 -10.5639 -205.85 + 81 33.0143 891 0 1 -1.74454 -0.0796497 -204.643 + 81 0.110976 890 1 1 -1.90466 56.6971 -174.45 + 81 25.0958 974 0 0 2.63018 14.9822 -206.25 + 81 49.9032 792 1 1 -21.647 41.7799 -174.677 + 81 116.929 640 0 0 -62.8477 -51.8959 -206.188 + 81 94.7789 639 0 0 -62.8026 -52.06 -206.146 +Number of digits in this event = 26 Event: 82 -Number of tracker hits in this event = 11 - 82 21.1332 897 4 1 -0.457926 -0.05 -84.7779 - 82 120.288 899 4 0 -0.469189 -0.0517667 -85.85 - 82 108.688 896 3 1 -0.776247 -0.0792255 -114.45 - 82 112.981 899 3 0 -0.786557 -0.0789111 -115.85 - 82 139.162 895 2 1 -0.977355 -0.0848425 -144.45 - 82 128.463 899 2 0 -0.979337 -0.0808979 -145.85 - 82 123.121 895 0 1 -0.858034 0.264169 -204.45 - 82 133.161 901 0 0 -0.858912 0.265375 -205.85 - 82 158.411 937 0 0 0.0970351 7.56814 -206.25 - 82 131.12 900 0 1 0.111187 8.29287 -204.85 - 82 105.496 550 2 0 -47.9954 -69.9611 -146.108 -Number of digits in this event = 8 +Number of tracker hits in this event = 5 + 82 103.832 900 1 1 0.0981626 -0.825618 -174.45 + 82 111.67 896 1 0 0.110631 -0.83068 -175.85 + 82 127.236 901 0 1 0.394117 -0.915081 -204.45 + 82 136.06 895 0 0 0.410966 -0.92597 -205.85 + 82 156.465 823 0 1 -15.3524 -12.2212 -204.796 +Number of digits in this event = 4 Event: 83 -Number of tracker hits in this event = 21 - 83 142.087 899 5 1 -0.153293 0.328638 -54.45 - 83 138.446 901 5 0 -0.166482 0.348396 -55.85 - 83 226.739 898 4 1 -0.440499 0.746439 -84.45 - 83 100.938 903 4 0 -0.461787 0.762333 -85.85 - 83 153.841 895 3 1 -0.902265 1.08383 -114.45 - 83 152.597 905 3 0 -0.927675 1.10763 -115.85 - 83 119.43 893 2 1 -1.43385 1.55594 -144.45 - 83 182.876 907 2 0 -1.451 1.56623 -145.85 - 83 123.513 891 1 1 -1.79965 1.7768 -174.45 - 83 151.718 908 1 0 -1.82877 1.78231 -175.85 - 83 120.83 887 0 1 -2.49006 1.90081 -204.45 - 83 258.366 909 0 0 -2.51409 1.90352 -205.85 - 83 168.538 909 1 0 -1.38419 1.95952 -175.944 - 83 292.44 891 0 1 -1.65811 1.74219 -204.45 - 83 296.712 893 0 1 -1.4166 2.53268 -204.45 - 83 149.936 912 0 0 -1.37638 2.60577 -205.85 - 83 27.4022 791 0 1 -21.8193 16.8957 -204.696 - 83 297.812 790 0 1 -21.8534 16.8795 -204.638 - 83 110.653 537 4 1 -72.451 0.523769 -84.5941 - 83 83.4317 1180 0 0 -22.2625 56.0957 -206.122 - 83 55.9236 731 0 1 -33.7839 34.1949 -204.541 -Number of digits in this event = 16 +Number of tracker hits in this event = 25 + 83 114.406 899 5 1 -0.17482 0.0657521 -54.45 + 83 123.975 900 5 0 -0.182154 0.062962 -55.85 + 83 122.222 899 2 1 -0.0781643 0.299558 -144.45 + 83 98.5662 901 2 0 -0.0776067 0.291085 -145.85 + 83 174.644 899 1 1 -0.0793003 0.123655 -174.45 + 83 128.681 900 1 0 -0.0814966 0.122872 -175.85 + 83 381.287 899 0 1 -0.113699 0.116659 -204.45 + 83 154.808 900 0 0 -0.129074 0.125046 -205.85 + 83 265.708 894 2 1 -1.19241 -0.271642 -144.45 + 83 147.534 899 2 0 -1.19501 -0.150273 -145.85 + 83 119.908 893 1 1 -1.39029 2.78408 -174.45 + 83 161.864 914 1 0 -1.34851 2.92847 -175.85 + 83 125.261 901 0 1 0.428553 5.85382 -204.45 + 83 138.299 928 0 0 0.599729 5.67539 -205.85 + 83 265.005 898 0 0 0.104938 -0.367211 -205.85 + 83 114.843 899 3 0 -0.489991 -0.0500786 -115.85 + 83 459.508 891 2 0 -1.13931 -1.66125 -145.85 + 83 315.15 897 1 1 -0.632301 -3.17242 -174.45 + 83 113.087 884 1 0 -0.643875 -3.23882 -175.85 + 83 98.813 880 0 0 0.0851815 -3.88972 -205.85 + 83 25.168 887 1 0 -0.725492 -2.4923 -175.85 + 83 104.654 888 1 0 -0.745884 -2.42819 -175.905 + 83 112.882 889 1 0 -0.619318 -2.23923 -175.887 + 83 165.983 890 1 0 -0.50699 -2.0334 -175.91 + 83 102.122 947 1 0 -0.646574 9.49773 -176.25 +Number of digits in this event = 17 Event: 84 -Number of tracker hits in this event = 7 - 84 125.65 899 2 1 -0.111787 -1.45909 -144.45 - 84 104.998 892 2 0 -0.122144 -1.48347 -145.85 - 84 179.146 898 1 1 -0.270437 -1.93445 -174.45 - 84 89.3253 890 1 0 -0.280962 -1.95671 -175.85 - 84 131.406 897 0 1 -0.512384 -2.41503 -204.45 - 84 116.906 888 0 0 -0.523322 -2.44114 -205.85 - 84 79.1277 839 0 1 -12.2281 26.1115 -204.476 -Number of digits in this event = 5 +Number of tracker hits in this event = 38 + 84 153.71 900 5 1 0.0590136 -0.0800608 -54.45 + 84 111.142 899 4 1 -0.186223 -0.354197 -84.45 + 84 143.085 898 4 0 -0.201549 -0.362073 -85.85 + 84 110.203 897 3 1 -0.521285 -0.524036 -114.45 + 84 276.781 897 3 0 -0.538876 -0.534388 -115.85 + 84 136.544 895 2 1 -0.896339 -0.743505 -144.45 + 84 138.298 896 2 0 -0.914641 -0.755737 -145.85 + 84 115.04 893 1 1 -1.31551 -0.982675 -174.45 + 84 98.3475 895 1 0 -1.35868 -0.992083 -175.85 + 84 107.268 888 0 1 -2.3626 -1.16881 -204.45 + 84 131.926 894 0 0 -2.3962 -1.13132 -205.85 + 84 42.3046 711 2 0 -60.4428 -37.6848 -146.25 + 84 373.131 712 2 0 -60.5004 -37.648 -146.151 + 84 149.512 902 3 1 0.471314 0.287817 -114.45 + 84 165.638 904 3 0 -1.10883 0.988166 -115.85 + 84 12.1014 905 3 0 -1.42158 1.1113 -116.22 + 84 196.016 1259 3 0 -5.18323 71.9852 -116.25 + 84 165.485 1261 3 0 -4.97541 72.3216 -116.142 + 84 152.297 1262 3 0 -5.1191 72.566 -116.048 + 84 80.4419 1260 3 0 -5.47449 72.1208 -115.994 + 84 1.24528 1257 3 0 -5.69066 71.594 -115.853 + 84 210.831 866 3 1 -6.67455 70.9423 -114.85 + 84 162.28 865 3 1 -6.89745 71.2089 -114.45 + 84 27.4791 1250 3 0 -7.76943 70.0951 -115.85 + 84 115.412 1249 3 0 -7.81821 70.0454 -115.898 + 84 52.9849 1248 3 0 -7.98337 69.8483 -116.168 + 84 317.928 900 3 0 0.0788901 0.05 -115.927 + 84 5.6587 617 3 0 53.6399 -56.5608 -116.25 + 84 85.3008 900 3 1 0.10808 0.0583955 -114.45 + 84 184.952 948 2 1 9.83981 -12.6914 -144.45 + 84 123.172 834 2 0 10.3828 -13.0947 -145.85 + 84 284.789 1003 1 1 20.7684 -19.2623 -174.45 + 84 142.448 797 1 0 20.9517 -20.4538 -175.85 + 84 166.919 1042 0 1 28.558 -48.3896 -204.45 + 84 147.904 653 0 0 28.6261 -49.3231 -205.85 + 84 39.3807 645 0 0 31.5576 -51.0153 -206.198 + 84 75.4487 644 0 0 31.5372 -51.0535 -206.165 + 84 207.113 505 3 0 -84.5116 -78.9343 -116.038 +Number of digits in this event = 23 Event: 85 -Number of tracker hits in this event = 18 - 85 104.647 899 5 1 -0.125304 0.0833544 -54.45 - 85 115.074 900 5 0 -0.11852 0.08535 -55.85 - 85 126.316 901 3 1 0.396188 0.309374 -114.45 - 85 159.237 901 3 0 0.448501 0.313067 -115.85 - 85 125.672 907 2 1 1.48272 0.487973 -144.45 - 85 101.718 902 2 0 1.5296 0.557818 -145.85 - 85 120.804 913 1 1 2.71301 1.50347 -174.45 - 85 144.401 907 1 0 2.95538 1.55512 -175.85 - 85 114.4 936 0 1 7.39397 2.91596 -204.45 - 85 149.038 914 0 0 7.4548 3.01313 -205.85 - 85 19.8289 900 4 1 0.0786069 -0.05 -84.7494 - 85 111.036 898 4 0 0.311913 -0.328735 -85.85 - 85 163.139 800 6 0 -1.26751 -19.9823 -26.25 - 85 57.3055 901 6 1 0.305761 -19.8248 -24.85 - 85 83.2999 902 6 1 0.454446 -19.7688 -24.7768 - 85 136.913 903 6 1 0.676185 -19.864 -24.7707 - 85 208.982 827 6 0 -1.22663 -14.6361 -25.85 - 85 54.3638 1044 0 1 29.0372 3.63805 -204.524 -Number of digits in this event = 11 +Number of tracker hits in this event = 20 + 85 129.377 900 4 1 0.0828308 -0.378074 -84.45 + 85 108.646 898 4 0 0.0852264 -0.378898 -85.85 + 85 134.138 900 3 1 0.148249 -0.373148 -114.45 + 85 141.579 898 3 0 0.157921 -0.366496 -115.85 + 85 124.035 901 2 1 0.353239 -0.249551 -144.45 + 85 124.214 899 2 0 0.358466 -0.249457 -145.85 + 85 173.58 902 1 1 0.472133 -0.236265 -174.45 + 85 111.916 899 1 0 0.479272 -0.232084 -175.85 + 85 122.078 902 0 1 0.612381 -0.16428 -204.45 + 85 137.634 899 0 0 0.622834 -0.157967 -205.85 + 85 175.528 902 2 1 0.467984 -0.672952 -144.45 + 85 616.431 880 2 0 3.58736 -3.91669 -145.85 + 85 172.102 1023 1 1 24.7459 -22.8685 -174.45 + 85 15.2713 1022 1 1 24.632 -23.4524 -174.489 + 85 91.6779 1016 1 1 23.435 -22.6684 -174.727 + 85 105.397 900 2 1 0.183584 -0.534642 -144.45 + 85 162.049 883 1 1 -3.25033 1.27876 -174.45 + 85 164.09 908 1 0 -3.54427 1.76828 -175.85 + 85 152.263 850 0 1 -10.0213 11.8615 -204.45 + 85 128.786 961 0 0 -9.58641 12.3622 -205.85 +Number of digits in this event = 16 Event: 86 -Number of tracker hits in this event = 18 - 86 154.894 899 4 1 -0.0775714 0.376828 -84.45 - 86 195.91 901 4 0 -0.0891218 0.389632 -85.85 - 86 104.277 898 3 1 -0.255536 0.575885 -114.45 - 86 97.2666 902 3 0 -0.264205 0.588373 -115.85 - 86 235.012 897 2 1 -0.453255 0.792255 -144.45 - 86 118.606 903 2 0 -0.469878 0.781072 -145.85 - 86 118.106 896 1 1 -0.823096 0.522359 -174.45 - 86 210.214 902 1 0 -0.853269 0.494484 -175.85 - 86 156.311 892 0 1 -1.47831 -0.0784611 -204.45 - 86 139.057 899 0 0 -1.51919 -0.124061 -205.85 - 86 319.23 1059 13 0 116.882 31.9564 183.75 - 86 268.154 897 1 1 -0.556084 1.22599 -174.45 - 86 242.371 905 1 0 -0.561519 1.23811 -175.85 - 86 102.524 896 0 1 -0.699974 1.50192 -204.45 - 86 116.17 907 0 0 -0.725202 1.52336 -205.85 - 86 114.702 898 0 1 -0.337908 1.68659 -204.45 - 86 110.893 908 0 0 -0.298723 1.73695 -205.85 - 86 12.4737 1728 5 1 165.909 179.7 -54.5865 -Number of digits in this event = 12 +Number of tracker hits in this event = 10 + 86 142.211 899 4 1 -0.137621 0.142094 -84.45 + 86 128.402 900 4 0 -0.151295 0.143875 -85.85 + 86 124.349 898 3 1 -0.415351 0.210106 -114.45 + 86 124.124 900 3 0 -0.42861 0.208445 -115.85 + 86 341.292 896 2 1 -0.718241 0.190428 -144.45 + 86 118.355 900 2 0 -0.733791 0.187998 -145.85 + 86 120.625 895 1 1 -1.04867 0.145484 -174.45 + 86 133.875 900 1 0 -1.06696 0.141214 -175.85 + 86 25.7412 1380 1 0 -98.3254 96.1569 -176.113 + 86 65.8937 1101 1 1 40.343 15.3826 -174.779 +Number of digits in this event = 10 Event: 87 -Number of tracker hits in this event = 11 - 87 106.469 901 4 1 0.416848 -0.148733 -84.45 - 87 114.982 899 4 0 0.441921 -0.151943 -85.85 - 87 128.596 904 3 1 0.963831 -0.203337 -114.45 - 87 148.027 899 3 0 0.981443 -0.209929 -115.85 - 87 129.802 906 2 1 1.29918 -0.346254 -144.45 - 87 134.587 898 2 0 1.32088 -0.345601 -145.85 - 87 145.382 908 1 1 1.79753 -0.277862 -174.45 - 87 119.085 898 1 0 1.82659 -0.288167 -175.85 - 87 124.448 911 0 1 2.40761 -0.453473 -204.45 - 87 375.066 897 0 0 2.43422 -0.463076 -205.85 - 87 81.427 629 2 1 -54.1175 -74.1856 -144.595 -Number of digits in this event = 8 +Number of tracker hits in this event = 16 + 87 117.954 900 5 1 0.0775623 -0.116128 -54.45 + 87 231.245 899 5 0 0.0751591 -0.121966 -55.85 + 87 139.911 899 3 1 -0.147083 -0.28913 -114.45 + 87 106.515 898 3 0 -0.148752 -0.282274 -115.85 + 87 246.594 899 2 1 -0.152744 -0.148887 -144.45 + 87 349.804 899 2 0 -0.138159 -0.149483 -145.85 + 87 109.726 903 0 1 0.838245 0.0847359 -204.45 + 87 552.958 900 0 0 0.874719 0.0994468 -205.85 + 87 140.096 918 1 1 3.6895 -7.23495 -174.45 + 87 289.567 863 1 0 4.4391 -7.32788 -175.85 + 87 158.564 1005 0 1 21.1949 -6.19399 -204.45 + 87 141.156 873 0 0 21.9669 -5.30821 -205.85 + 87 15.3863 888 2 1 -2.2987 -0.865349 -144.85 + 87 261.462 903 2 0 -3.07594 0.750923 -145.85 + 87 959.807 898 0 1 -0.350443 -0.942653 -204.45 + 87 116.742 895 0 0 -0.30208 -0.879819 -205.85 +Number of digits in this event = 13 Event: 88 -Number of tracker hits in this event = 26 - 88 120.046 900 4 1 0.0641232 0.112884 -84.45 - 88 156.451 900 4 0 0.072119 0.106081 -85.85 - 88 134.708 903 2 1 0.651341 -0.283926 -144.45 - 88 106.741 898 2 0 0.669585 -0.294439 -145.85 - 88 219.082 904 1 1 1.02796 -0.533577 -174.45 - 88 123.836 897 1 0 1.04294 -0.553366 -175.85 - 88 281.886 906 0 1 1.36717 -0.963966 -204.45 - 88 106.965 895 0 0 1.38955 -0.988596 -205.85 - 88 451.301 901 3 1 0.313774 -0.05 -114.488 - 88 199.606 891 3 0 -0.788455 -1.77624 -115.85 - 88 156.683 468 3 0 -74.7879 -86.4268 -116.25 - 88 154.043 522 3 1 -75.4573 -87.2316 -114.85 - 88 124.825 521 3 1 -75.7364 -87.6974 -114.45 - 88 181.407 460 3 0 -76.7436 -87.9282 -115.85 - 88 542.165 398 2 1 -100.538 -86.8043 -144.45 - 88 237.447 474 2 0 -101.489 -85.0952 -145.85 - 88 356.721 907 5 0 -0.188332 1.45631 -55.85 - 88 361.352 908 5 0 -0.252052 1.69868 -56.0182 - 88 37.2715 909 5 0 -0.410544 1.8909 -56.059 - 88 81.2693 899 1 0 0.990371 -0.103474 -175.85 - 88 123.694 912 0 1 2.60345 3.28778 -204.45 - 88 181.108 917 0 0 2.3561 3.47537 -205.85 - 88 85.7161 582 0 0 -2.35403 -63.59 -206.235 - 88 128.905 747 2 0 37.4413 -30.5736 -146.25 - 88 76.4269 746 2 0 37.5743 -30.755 -146.073 - 88 27.4214 745 2 0 37.5645 -30.9742 -146.211 -Number of digits in this event = 21 +Number of tracker hits in this event = 17 + 88 135.474 899 5 1 -0.159778 0.056278 -54.45 + 88 241.804 900 5 0 -0.156816 0.0652868 -55.85 + 88 149.597 899 4 1 -0.0912417 0.246474 -84.45 + 88 135.795 901 4 0 -0.0950528 0.255888 -85.85 + 88 149.713 899 3 1 -0.157015 0.468431 -114.45 + 88 107.9 902 3 0 -0.166444 0.48549 -115.85 + 88 115.149 898 2 1 -0.368369 0.82711 -144.45 + 88 200 904 2 0 -0.386157 0.850148 -145.85 + 88 118.934 896 1 1 -0.746382 1.29359 -174.45 + 88 154.651 906 1 0 -0.759829 1.31884 -175.85 + 88 125.805 895 0 1 -1.03794 1.86984 -204.45 + 88 115.001 909 0 0 -1.04685 1.8993 -205.85 + 88 130.494 900 6 1 0.05 0.0736138 -24.5244 + 88 157.474 904 6 0 0.522715 0.991028 -25.85 + 88 180.53 819 14 0 140.123 -16.0913 213.75 + 88 352.643 1600 14 1 140.256 -17.4125 215.15 + 88 190.604 1601 14 1 140.362 -17.6211 215.373 +Number of digits in this event = 15 Event: 89 -Number of tracker hits in this event = 10 - 89 176.992 903 3 1 0.765955 0.289637 -114.45 - 89 119.555 901 3 0 0.794526 0.311419 -115.85 - 89 129.733 906 2 1 1.35314 0.752389 -144.45 - 89 213.643 903 2 0 1.3833 0.772802 -145.85 - 89 146.096 909 1 1 1.99767 1.17321 -174.45 - 89 128.189 905 1 0 2.02908 1.18928 -175.85 - 89 237.319 913 0 1 2.68142 1.5228 -204.45 - 89 206.464 907 0 0 2.69312 1.51076 -205.85 - 89 140.469 912 0 1 2.6322 1.78482 -204.45 - 89 125.953 908 0 0 2.62626 1.83107 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 41 + 89 365.712 899 3 1 -0.0643428 0.501196 -114.45 + 89 183.702 901 2 1 0.277547 3.38632 -144.45 + 89 116.523 917 2 0 0.29177 3.52439 -145.85 + 89 139.735 902 1 1 0.561445 6.40087 -174.45 + 89 114.286 932 1 0 0.564378 6.54181 -175.85 + 89 132.709 902 0 1 0.585265 9.26821 -204.45 + 89 116.078 946 0 0 0.530473 9.38911 -205.85 + 89 86.8125 969 0 1 13.8909 74.46 -204.45 + 89 261.326 968 0 1 13.8482 74.4351 -204.462 + 89 101.412 901 3 1 0.336597 0.707829 -114.45 + 89 268.416 903 3 0 0.228982 0.765314 -115.85 + 89 182.32 890 2 1 -1.89755 2.15382 -144.45 + 89 120.611 910 2 0 -1.98542 2.13245 -145.85 + 89 158.327 884 1 1 -3.23809 1.29717 -174.45 + 89 94.6918 906 1 0 -3.38168 1.26107 -175.85 + 89 144.1 868 0 1 -6.25502 0.992747 -204.45 + 89 144.744 904 0 0 -6.45501 0.974896 -205.85 + 89 115.994 902 3 0 -0.587598 0.583233 -115.85 + 89 134.988 830 2 1 -13.9246 9.59651 -144.45 + 89 142.146 949 2 0 -13.7634 9.89019 -145.85 + 89 163.941 877 1 1 -4.46346 14.8841 -174.45 + 89 217.741 964 1 0 -3.88312 12.928 -175.85 + 89 160.354 835 0 1 -13.0179 -22.2024 -204.45 + 89 80.6792 836 0 1 -12.8396 -21.8394 -204.525 + 89 114.44 909 2 1 1.97144 -1.11741 -144.45 + 89 133.204 894 2 0 1.93831 -1.18085 -145.85 + 89 107.772 908 1 1 1.65465 -2.71687 -174.45 + 89 106.301 886 1 0 1.68443 -2.71426 -175.85 + 89 135.784 914 0 1 2.91717 -2.08841 -204.45 + 89 101.866 890 0 0 3.0049 -1.98151 -205.85 + 89 1.844 815 0 0 -11.8764 -16.8663 -205.85 + 89 35.5344 821 0 0 -11.6099 -15.6933 -206.189 + 89 119.693 903 3 1 0.654921 -0.368002 -114.45 + 89 238.846 898 3 0 0.739016 -0.34762 -115.85 + 89 132.465 912 2 1 2.49337 0.127776 -144.45 + 89 542.219 900 2 0 2.68039 0.163892 -145.85 + 89 125.096 931 1 1 6.42064 0.621979 -174.45 + 89 120.167 903 1 0 6.68551 0.739415 -175.85 + 89 190.827 978 0 1 15.7676 6.75239 -204.45 + 89 153.667 936 0 0 15.9698 7.30035 -205.85 + 89 44.4419 1133 0 1 46.7023 30.9571 -204.629 +Number of digits in this event = 26 Event: 90 -Number of tracker hits in this event = 13 - 90 113.035 902 3 1 0.527731 -0.132019 -114.45 - 90 125.441 899 3 0 0.517456 -0.136572 -115.85 - 90 143.036 901 2 1 0.28101 -0.240157 -144.45 - 90 109.96 898 2 0 -0.106545 -0.34226 -145.85 - 90 134.772 861 1 1 -7.66808 -2.18435 -174.45 - 90 126.074 890 1 0 -7.99096 -2.03771 -175.85 - 90 119.247 827 0 1 -14.5384 0.498446 -204.45 - 90 118.175 903 0 0 -14.635 0.669121 -205.85 - 90 673.135 902 0 1 0.546726 -1.20297 -204.45 - 90 153.056 893 0 0 0.519667 -1.27088 -205.85 - 90 138.44 892 0 0 0.585725 -1.56024 -205.85 - 90 403.122 895 0 0 0.569131 -1.04212 -205.85 - 90 199.758 246 5 1 -130.814 -44.6429 -54.6845 -Number of digits in this event = 10 +Number of tracker hits in this event = 14 + 90 133.085 902 4 1 0.502234 -0.189421 -84.45 + 90 124.689 899 4 0 0.526894 -0.195298 -85.85 + 90 121.295 904 3 1 1.04233 -0.342813 -114.45 + 90 104.569 898 3 0 1.06615 -0.349655 -115.85 + 90 115.035 907 2 1 1.56192 -0.397702 -144.45 + 90 149.095 898 2 0 1.59048 -0.398294 -145.85 + 90 164.034 910 1 1 2.19438 -0.39131 -174.45 + 90 135.035 898 1 0 2.22158 -0.39549 -175.85 + 90 92.3933 913 0 1 2.76521 -0.480172 -204.45 + 90 130.557 897 0 0 2.79591 -0.480926 -205.85 + 90 340.294 1289 6 0 -160.724 77.9082 -26.25 + 90 33.2082 1590 4 1 138.276 -162.198 -84.8269 + 90 186.606 1591 4 1 138.36 -162.235 -84.7734 + 90 276.115 1592 4 1 138.564 -162.267 -84.7837 +Number of digits in this event = 11 Event: 91 -Number of tracker hits in this event = 42 - 91 109.043 900 4 1 0.156202 0.12334 -84.45 - 91 205.494 900 4 0 0.176482 0.124239 -85.85 - 91 151.108 902 3 1 0.643397 0.130896 -114.45 - 91 97.1274 900 3 0 0.664615 0.137526 -115.85 - 91 160.226 905 2 1 1.10876 0.280135 -144.45 - 91 123.304 901 2 0 1.12803 0.289234 -145.85 - 91 131.061 907 1 1 1.48644 0.540605 -174.45 - 91 122.637 902 1 0 1.50642 0.549297 -175.85 - 91 326.835 909 0 1 1.89551 0.757571 -204.45 - 91 126.562 903 0 0 1.90944 0.776216 -205.85 - 91 63.8271 1277 4 0 -102.879 75.4976 -85.9655 - 91 61.8061 1155 1 0 -3.33064 51.2495 -176.25 - 91 119.013 1156 1 0 -3.33033 51.2581 -176.19 - 91 99.3413 1716 1 0 70.7572 163.38 -176.25 - 91 189.618 900 5 0 -0.0622253 0.05 -56.0798 - 91 178.679 883 4 1 -3.254 0.767691 -84.45 - 91 105.876 904 4 0 -3.3783 0.856023 -85.85 - 91 113.324 871 3 1 -5.73585 2.4787 -114.45 - 91 156.01 912 3 0 -5.77813 2.51436 -115.85 - 91 137.647 867 2 1 -6.50664 3.23971 -144.45 - 91 110.94 916 2 0 -6.506 3.2979 -145.85 - 91 94.6635 867 1 1 -6.49839 4.23079 -174.45 - 91 140.185 921 1 0 -6.58003 4.33196 -175.85 - 91 117.077 859 0 1 -8.24884 6.37243 -204.45 - 91 126.795 932 0 0 -8.32258 6.53149 -205.85 - 91 95.1294 899 5 1 -0.05 0.0715102 -54.5778 - 91 18.3583 812 4 1 -17.4663 3.0129 -84.45 - 91 107.883 813 4 1 -17.4479 3.01659 -84.5219 - 91 109.865 915 4 0 -17.0681 3.12056 -85.85 - 91 358.573 852 3 1 -9.52816 13.2128 -114.45 - 91 63.4525 853 3 1 -9.34204 14.4679 -114.631 - 91 140.576 970 3 0 -8.9114 14.1586 -115.85 - 91 131.591 838 3 0 5.57815 -12.2502 -116.25 - 91 68.0668 837 3 0 5.50262 -12.4963 -115.962 - 91 84.867 836 3 0 5.51545 -12.6985 -115.945 - 91 64.8949 835 3 0 5.47708 -12.93 -115.872 - 91 72.9137 834 3 0 5.41054 -13.1046 -115.906 - 91 97.865 833 3 0 5.3358 -13.2744 -115.923 - 91 475.232 832 3 0 5.24932 -13.4805 -116.015 - 91 18.0496 831 3 0 5.39053 -13.6633 -116.07 - 91 132.543 1232 7 0 -102.461 66.5076 3.75 - 91 102.828 1233 7 0 -102.356 66.6532 3.75126 -Number of digits in this event = 20 +Number of tracker hits in this event = 19 + 91 273.979 900 2 1 0.217405 0.38446 -144.45 + 91 123.486 901 2 0 0.26897 0.378944 -145.85 + 91 116.714 907 1 1 1.60826 0.271077 -174.45 + 91 119.469 901 1 0 1.66912 0.250662 -175.85 + 91 121.628 913 0 1 2.70316 -0.222385 -204.45 + 91 152.493 899 0 0 2.75304 -0.197959 -205.85 + 91 152.2 901 3 0 0.329201 0.295941 -116.011 + 91 129.816 907 2 1 1.51248 -0.255393 -144.45 + 91 265.277 1020 2 0 -42.4238 24.2447 -146.25 + 91 691.528 673 2 1 -45.4301 25.0575 -144.85 + 91 127.777 901 2 1 0.328601 0.591729 -144.45 + 91 139.621 902 2 0 0.351331 0.6354 -145.85 + 91 107.019 903 1 1 0.739461 1.54486 -174.45 + 91 150.941 907 1 0 0.852546 1.62831 -175.85 + 91 153.779 915 0 1 3.13963 3.37253 -204.45 + 91 126.107 917 0 0 3.29473 3.45408 -205.85 + 91 65.7052 397 4 1 -100.66 142.064 -84.6096 + 91 226.677 639 2 1 -52.1904 39.4286 -144.589 + 91 245.21 555 6 1 -69.0154 173.232 -24.5506 +Number of digits in this event = 17 Event: 92 -Number of tracker hits in this event = 23 - 92 131.273 898 5 1 -0.27031 -0.0527565 -54.45 - 92 343.275 899 5 0 -0.288855 -0.0560649 -55.85 - 92 99.2349 896 4 1 -0.698609 -0.105834 -84.45 - 92 101.937 899 4 0 -0.711734 -0.104052 -85.85 - 92 157.143 895 3 1 -0.92382 -0.0657588 -114.45 - 92 188.969 899 3 0 -0.929146 -0.0768449 -115.85 - 92 105.732 894 2 1 -1.09509 -0.312039 -144.45 - 92 677.476 898 2 0 -1.11595 -0.312795 -145.85 - 92 155.523 892 1 1 -1.53684 -0.316675 -174.45 - 92 106.074 898 1 0 -1.55994 -0.320543 -175.85 - 92 157.014 890 0 1 -1.9882 -0.465555 -204.45 - 92 120.553 897 0 0 -2.00555 -0.490153 -205.85 - 92 44.3137 899 2 0 -0.960175 -0.212862 -146.193 - 92 5.90295 889 0 1 -2.10898 -0.446961 -204.552 - 92 214.731 895 2 1 -0.954039 -0.402844 -144.45 - 92 119.71 891 1 1 -1.78635 -0.568034 -174.45 - 92 176.4 897 1 0 -1.86247 -0.549731 -175.85 - 92 145.074 883 0 1 -3.40603 -0.166162 -204.45 - 92 198.004 899 0 0 -3.50744 -0.148268 -205.85 - 92 122.316 893 1 1 -1.44543 0.405932 -174.45 - 92 137.864 901 1 0 -1.49614 0.423934 -175.85 - 92 116.118 885 0 1 -2.99553 0.614348 -204.45 - 92 135.317 903 0 0 -3.05681 0.769604 -205.85 -Number of digits in this event = 16 +Number of tracker hits in this event = 47 + 92 529.055 899 4 1 -0.0945376 0.118443 -84.45 + 92 353.349 900 4 0 -0.104383 0.129268 -85.85 + 92 162.22 898 3 1 -0.294667 0.304445 -114.45 + 92 122.469 901 3 0 -0.291474 0.305796 -115.85 + 92 111.991 898 2 1 -0.290927 0.342906 -144.45 + 92 224.163 901 2 0 -0.279947 0.332746 -145.85 + 92 196.42 901 0 1 0.443044 -0.250906 -204.45 + 92 108.099 898 0 0 0.462465 -0.270608 -205.85 + 92 117.862 902 0 1 0.540943 0.05 -204.625 + 92 293.097 906 0 0 1.75989 1.36622 -205.85 + 92 17.7359 1189 0 0 23.1976 58.0291 -206.25 + 92 47.9339 1190 0 0 23.2028 58.0603 -206.24 + 92 57.5868 1550 0 0 42.8203 130.304 -206.25 + 92 283.4 1551 0 0 42.854 130.367 -206.187 + 92 93.8277 1552 0 0 43.2236 130.555 -205.947 + 92 263.455 900 4 1 0.05 -0.217249 -84.6194 + 92 687.09 886 4 0 2.77915 -2.78903 -85.85 + 92 144.83 1271 3 1 74.4166 -63.1669 -114.45 + 92 122.387 588 3 0 74.0932 -62.4469 -115.85 + 92 160.882 572 3 0 53.2235 -65.6373 -116.25 + 92 167.922 1153 3 1 50.6777 -67.33 -114.85 + 92 185.806 1151 3 1 50.3128 -67.6803 -114.648 + 92 89.8376 1149 3 1 49.867 -68.1355 -114.555 + 92 113.81 893 3 1 -1.34046 2.22573 -114.45 + 92 111.885 910 3 0 -1.37614 2.14014 -115.85 + 92 108.808 891 2 1 -1.65846 1.06786 -144.45 + 92 196.845 903 2 0 -1.56534 0.771456 -145.85 + 92 113.605 904 1 1 0.905276 -6.04026 -174.45 + 92 352.828 869 1 0 1.04159 -6.23723 -175.85 + 92 105.341 920 0 1 4.14987 -9.42118 -204.45 + 92 139.835 852 0 0 4.06955 -9.54886 -205.85 + 92 113.224 897 3 1 -0.494585 17.0378 -114.45 + 92 131.011 986 3 0 -0.730611 17.3556 -115.85 + 92 202.827 863 2 1 -7.44978 26.2617 -144.45 + 92 111.892 1040 2 0 -7.20571 28.075 -145.85 + 92 82.0461 1041 2 0 -7.12415 28.4174 -146.061 + 92 153.634 1310 2 0 17.9978 82.0985 -146.25 + 92 135.027 983 2 1 16.7797 81.9248 -144.85 + 92 83.1693 982 2 1 16.6257 81.8592 -144.726 + 92 155.391 1304 2 0 15.3368 81.0402 -145.85 + 92 293.19 1303 2 0 15.2895 80.8483 -146.204 + 92 195.159 1090 1 1 38.1271 84.9588 -174.45 + 92 132.926 1089 1 1 38.047 84.8049 -174.532 + 92 111.194 911 3 0 -1.41611 2.26933 -115.875 + 92 62.2819 840 2 1 -11.9439 2.83341 -144.45 + 92 415.966 839 2 1 -12.0552 2.78558 -144.608 + 92 173.889 832 4 0 -35.2208 -13.5631 -86.25 +Number of digits in this event = 30 Event: 93 -Number of tracker hits in this event = 13 - 93 107.26 899 5 1 -0.119016 -0.13037 -54.45 - 93 237.729 899 5 0 -0.125198 -0.136393 -55.85 - 93 144.476 899 4 1 -0.242258 -0.27433 -84.45 - 93 100.887 898 4 0 -0.244836 -0.278228 -85.85 - 93 130.01 898 3 1 -0.292483 -0.339126 -114.45 - 93 114.521 898 3 0 -0.289639 -0.335032 -115.85 - 93 149.23 899 2 1 -0.211707 -0.246726 -144.45 - 93 119.071 899 2 0 -0.201084 -0.246325 -145.85 - 93 111.734 899 1 0 -0.0648946 -0.0778874 -175.85 - 93 115.917 893 0 1 -1.39871 1.95533 -204.45 - 93 115.089 910 0 0 -1.46836 2.05172 -205.85 - 93 21.4705 513 0 1 -77.263 63.8251 -204.809 - 93 34.2985 1239 0 0 -63.0834 67.869 -205.877 -Number of digits in this event = 5 +Number of tracker hits in this event = 14 + 93 156.489 898 4 1 -0.433692 -0.117795 -84.45 + 93 118.183 899 4 0 -0.451176 -0.117235 -85.85 + 93 122.32 896 3 1 -0.80029 -0.0586484 -114.45 + 93 124.628 899 3 0 -0.815426 -0.0553087 -115.85 + 93 132.145 892 1 1 -1.57899 0.112984 -174.45 + 93 125.28 900 1 0 -1.60202 0.113073 -175.85 + 93 129.723 889 0 1 -2.09682 0.123458 -204.45 + 93 123.541 900 0 0 -2.12641 0.126837 -205.85 + 93 17.4887 1791 8 0 -0.673017 178.543 33.75 + 93 84.6708 1792 8 0 -0.694363 178.576 33.7774 + 93 260.853 531 0 1 -73.6505 69.7644 -204.45 + 93 167.614 1249 0 0 -73.7942 69.888 -205.85 + 93 40.6254 1248 0 0 -73.5676 69.8253 -206.178 + 93 53.2612 1423 5 1 104.883 -47.7716 -54.6871 +Number of digits in this event = 11 Event: 94 -Number of tracker hits in this event = 12 - 94 113.66 900 4 1 0.168994 0.162586 -84.45 - 94 130.838 900 4 0 0.180619 0.174228 -85.85 - 94 181.155 901 3 1 0.395647 0.452145 -114.45 - 94 120.342 902 3 0 0.403396 0.470632 -115.85 - 94 145.393 902 2 1 0.572496 0.817463 -144.45 - 94 119.939 903 2 0 0.576665 0.828721 -145.85 - 94 119.369 902 1 1 0.617999 1.08818 -174.45 - 94 105.62 905 1 0 0.615319 1.09256 -175.85 - 94 110.148 902 0 1 0.544717 1.08513 -204.45 - 94 145.137 905 0 0 0.553407 1.09267 -205.85 - 94 51.3067 1054 1 0 -14.7281 30.8853 -176.01 - 94 153.003 826 1 1 -14.7333 30.5765 -174.85 -Number of digits in this event = 7 +Number of tracker hits in this event = 16 + 94 144.467 899 4 1 -0.111712 0.40676 -84.45 + 94 117.613 901 4 0 -0.11789 0.413363 -85.85 + 94 101.067 899 3 1 -0.225723 0.550128 -114.45 + 94 125.164 902 3 0 -0.222129 0.56141 -115.85 + 94 130.587 899 2 1 -0.181417 0.810631 -144.45 + 94 142.498 903 2 0 -0.181859 0.82215 -145.85 + 94 143.63 899 1 1 -0.201609 1.05022 -174.45 + 94 150.137 905 1 0 -0.203544 1.05996 -175.85 + 94 120.292 899 0 1 -0.244399 1.30759 -204.45 + 94 165.562 906 0 0 -0.223028 1.33573 -205.85 + 94 98.2809 907 0 0 -0.234036 1.47653 -206.043 + 94 51.5243 908 0 0 -0.175016 1.65143 -206.008 + 94 348.593 898 0 1 -0.300887 2.54148 -204.85 + 94 52.343 1377 3 0 35.5979 95.5536 -115.917 + 94 262.263 1078 3 1 35.7546 96.5084 -114.85 + 94 184.097 952 0 1 10.5731 -6.71199 -204.699 +Number of digits in this event = 12 Event: 95 -Number of tracker hits in this event = 10 - 95 132.821 901 3 1 0.343348 -0.228678 -114.45 - 95 243.02 899 3 0 0.35166 -0.234364 -115.85 - 95 177.924 902 2 1 0.545824 -0.347417 -144.45 - 95 112.099 898 2 0 0.558974 -0.35604 -145.85 - 95 233.031 904 1 1 0.912361 -0.489819 -174.45 - 95 116.565 897 1 0 0.92025 -0.487622 -175.85 - 95 125.2 905 0 1 1.18211 -0.498496 -204.45 - 95 111.248 897 0 0 1.20147 -0.506452 -205.85 - 95 221.875 899 0 1 -0.207469 0.292698 -204.45 - 95 221.244 901 0 0 -0.245157 0.35491 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 31 + 95 111.958 900 5 1 0.116005 0.0901383 -54.45 + 95 114.493 900 5 0 0.120867 0.0915768 -55.85 + 95 134.727 900 4 1 0.245616 0.0567351 -84.45 + 95 317.167 900 3 1 0.0567904 -0.158797 -114.45 + 95 106.469 899 2 1 -0.180739 -0.422203 -144.45 + 95 153.581 898 2 0 -0.196535 -0.447245 -145.85 + 95 104.878 897 1 1 -0.535663 -0.972958 -174.45 + 95 120.2 895 1 0 -0.55544 -1.00032 -175.85 + 95 131.812 895 0 1 -1.01814 -1.54296 -204.45 + 95 150.742 892 0 0 -1.04387 -1.56786 -205.85 + 95 132.256 902 4 1 0.639315 0.0631914 -84.45 + 95 98.272 900 4 0 0.662048 0.224882 -85.85 + 95 112.463 906 3 1 1.36831 3.87332 -114.45 + 95 118.901 919 3 0 1.25506 3.98034 -115.85 + 95 200.068 893 2 1 -1.41371 6.62743 -144.45 + 95 164.88 934 2 0 -1.26574 6.89329 -145.85 + 95 122.721 914 1 1 3.03719 11.6305 -174.45 + 95 163.424 960 1 0 3.53988 12.1755 -175.85 + 95 202.997 963 0 1 12.8167 21.3878 -204.45 + 95 318.79 1007 0 0 13.4955 21.535 -205.85 + 95 215.666 903 4 1 0.687319 -0.128573 -84.45 + 95 108.944 898 4 0 1.08143 -0.255198 -85.85 + 95 87.0648 983 3 1 16.6904 5.06662 -114.45 + 95 93.2072 982 3 1 16.6125 5.12465 -114.577 + 95 135.573 922 3 0 14.7373 4.601 -115.85 + 95 107.889 921 3 0 14.3985 4.43091 -116.022 + 95 449.71 885 4 1 -2.85414 3.6594 -84.45 + 95 219.568 886 4 1 -2.78005 4.04208 -84.6817 + 95 113.109 923 4 0 -2.3187 4.72984 -85.85 + 95 56.193 924 4 0 -2.17298 4.97075 -86.1261 + 95 38.2501 1270 7 1 74.0835 121.297 5.29966 +Number of digits in this event = 19 Event: 96 -Number of tracker hits in this event = 27 - 96 138.584 900 5 1 0.116567 0.182733 -54.45 - 96 139.382 900 5 0 0.112169 0.187697 -55.85 - 96 173.5 899 3 1 -0.0976652 0.16973 -114.45 - 96 106.005 900 3 0 -0.106856 0.162039 -115.85 - 96 95.4019 901 2 1 0.256567 0.275777 -144.45 - 96 142.617 902 2 0 0.285338 0.636334 -145.85 - 96 203.31 889 1 1 -2.15629 6.48646 -174.45 - 96 239.427 886 1 1 -2.66102 6.76943 -174.544 - 96 125.28 885 1 1 -2.89278 7.13603 -174.608 - 96 24.9378 884 1 1 -3.09463 7.45737 -174.817 - 96 88.5306 945 1 0 -4.22391 9.21852 -175.85 - 96 185.382 946 1 0 -4.39675 9.37698 -175.959 - 96 233.752 947 1 0 -4.5646 9.58524 -176.213 - 96 136.67 948 1 0 -4.62804 9.77123 -176.205 - 96 211.694 949 1 0 -4.46412 9.87675 -176.027 - 96 114.16 900 2 1 0.247036 0.275833 -144.45 - 96 118.808 900 2 0 -0.363176 0.199763 -145.85 - 96 48.7602 873 2 0 -15.155 -5.414 -146.25 - 96 63.5487 872 2 0 -15.1676 -5.51096 -146.073 - 96 255.858 826 2 1 -14.7415 -5.51018 -144.85 - 96 170.445 825 2 1 -14.8638 -5.31907 -144.558 - 96 100.186 824 2 1 -15.1162 -4.94498 -144.72 - 96 116.368 823 2 1 -15.3126 -4.77507 -144.698 - 96 277.888 822 2 1 -15.4789 -4.74996 -144.527 - 96 1.844 910 2 0 -18.945 2.16762 -145.85 - 96 24.7039 917 2 0 -19.6536 3.64485 -146.082 - 96 62.8786 922 3 1 4.48248 -22.7596 -114.495 -Number of digits in this event = 16 +Number of tracker hits in this event = 13 + 96 131.575 900 5 1 0.137988 -0.12149 -54.45 + 96 239.145 899 5 0 0.141034 -0.12105 -55.85 + 96 151.116 900 4 1 0.192644 -0.108834 -84.45 + 96 173.359 899 4 0 0.191575 -0.100561 -85.85 + 96 245.775 897 1 1 -0.584526 0.240284 -174.45 + 96 128.736 901 1 0 -0.601446 0.264756 -175.85 + 96 140.993 895 0 1 -0.967196 0.851653 -204.45 + 96 135.23 904 0 0 -0.978892 0.862356 -205.85 + 96 89.9031 898 5 0 0.15024 -0.259528 -56.0686 + 96 293.362 897 5 0 0.193933 -0.465275 -56.0478 + 96 103.371 808 2 0 -149.854 -18.2806 -146.25 + 96 9.27187 1100 2 0 -27.6763 40.1687 -146.25 + 96 85.4835 1379 2 0 61.1786 96.0833 -146.25 +Number of digits in this event = 11 Event: 97 -Number of tracker hits in this event = 11 - 97 158.129 900 4 1 0.143538 0.610007 -84.45 - 97 422.129 902 4 0 0.158746 0.628692 -85.85 - 97 140.08 902 3 1 0.508362 0.996347 -114.45 - 97 100.46 904 3 0 0.529147 1.0084 -115.85 - 97 115.144 904 2 1 0.926695 1.28603 -144.45 - 97 111.571 906 2 0 0.949393 1.30637 -145.85 - 97 94.8599 906 1 1 1.40538 1.72486 -174.45 - 97 110.077 908 1 0 1.41761 1.74889 -175.85 - 97 108.631 908 0 1 1.69522 2.23999 -204.45 - 97 103.558 911 0 0 1.72583 2.27628 -205.85 - 97 66.155 901 5 0 -0.05 0.333557 -56.2156 -Number of digits in this event = 4 +Number of tracker hits in this event = 15 + 97 111.883 899 5 1 -0.181911 0.0670311 -54.45 + 97 117.377 900 5 0 -0.193088 0.0702981 -55.85 + 97 113.366 898 4 1 -0.377715 0.154533 -84.45 + 97 129.57 900 4 0 -0.390498 0.156459 -85.85 + 97 107.7 897 3 1 -0.605233 0.20769 -114.45 + 97 111.599 900 3 0 -0.622251 0.214898 -115.85 + 97 111.907 895 2 1 -0.991689 0.353326 -144.45 + 97 110.807 901 2 0 -0.999738 0.356212 -145.85 + 97 116.046 894 1 1 -1.12467 0.431693 -174.45 + 97 109.815 901 1 0 -1.08951 0.426009 -175.85 + 97 125.818 897 0 1 -0.459912 0.279557 -204.45 + 97 137.348 901 0 0 -0.391267 0.271387 -205.85 + 97 337.792 728 0 0 -18.5388 -34.3899 -206.233 + 97 47.1343 1342 4 0 -100.022 88.6181 -86.25 + 97 107.531 1343 4 0 -99.9983 88.65 -86.2014 +Number of digits in this event = 6 Event: 98 -Number of tracker hits in this event = 14 - 98 112.484 900 5 0 0.0874562 0.05 -56.0064 - 98 122.384 903 4 1 0.837294 1.23655 -84.45 - 98 154.512 906 4 0 0.870787 1.32025 -85.85 - 98 200.745 909 3 1 1.85039 2.81723 -114.45 - 98 133.789 914 3 0 1.98428 2.95952 -115.85 - 98 168.164 930 2 1 6.23946 5.12573 -144.45 - 98 109.757 926 2 0 6.31286 5.29502 -145.85 - 98 243.998 937 1 1 7.6249 8.4479 -174.45 - 98 100.742 943 1 0 7.60586 8.80635 -175.85 - 98 110.757 937 0 1 7.46412 17.4233 -204.45 - 98 115.72 988 0 0 7.43487 17.7201 -205.85 - 98 54.6061 36 2 0 -117.183 -172.944 -146.25 - 98 13.9607 35 2 0 -117.251 -173.065 -146.245 - 98 260.364 899 6 0 0.13735 -0.125991 -25.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 13 + 98 187.614 897 4 1 -0.581814 0.0996782 -84.45 + 98 120.679 900 4 0 -0.592588 0.137668 -85.85 + 98 104.436 895 3 1 -0.968145 1.10551 -114.45 + 98 130.121 905 3 0 -1.01312 1.16798 -115.85 + 98 106.095 890 2 1 -1.92039 2.34802 -144.45 + 98 85.4358 911 2 0 -2.0086 2.41608 -145.85 + 98 230.249 880 1 1 -3.87575 4.07373 -174.45 + 98 107.573 920 1 0 -3.95658 4.08826 -175.85 + 98 112.353 871 0 1 -5.70945 4.32204 -204.45 + 98 113.997 921 0 0 -5.70114 4.28252 -205.85 + 98 48.2532 644 0 0 -0.472896 -51.2249 -206.157 + 98 236.506 643 0 0 -0.462132 -51.2765 -206.136 + 98 198.445 642 0 0 -0.708257 -51.4564 -206.093 +Number of digits in this event = 7 Event: 99 -Number of tracker hits in this event = 14 - 99 98.5003 899 5 1 -0.13366 0.0589497 -54.45 - 99 108.845 900 5 0 -0.143564 0.0622098 -55.85 - 99 118.584 898 4 1 -0.333454 0.122886 -84.45 - 99 146.344 900 4 0 -0.34486 0.120316 -85.85 - 99 116.863 894 1 1 -1.19931 -0.171352 -174.45 - 99 151.939 899 1 0 -1.21023 -0.179954 -175.85 - 99 150.516 893 0 1 -1.4395 -0.369728 -204.45 - 99 126.591 898 0 0 -1.46328 -0.376567 -205.85 - 99 0.574765 1604 7 0 161.168 141.06 4.07128 - 99 48.8022 656 1 0 -8.9266 -48.7768 -175.925 - 99 4.47595 655 1 0 -8.88582 -48.8654 -175.852 - 99 287.021 851 1 1 -9.84447 -69.0599 -174.85 - 99 57.7757 476 6 0 -145.099 -84.7805 -25.9751 - 99 109.941 475 6 0 -145.1 -84.8588 -25.9687 -Number of digits in this event = 6 +Number of tracker hits in this event = 44 + 99 147.028 900 4 1 0.079995 -0.0772619 -84.45 + 99 110.492 899 4 0 0.0867907 -0.0764661 -85.85 + 99 153.164 901 3 1 0.271987 -0.0605539 -114.45 + 99 269.305 899 3 0 0.278693 -0.06654 -115.85 + 99 498.517 901 2 1 0.39081 -0.172114 -144.45 + 99 99.1106 899 2 0 0.393891 -0.175378 -145.85 + 99 210.184 901 1 1 0.433048 -0.275334 -174.45 + 99 132.575 898 1 0 0.427234 -0.27678 -175.85 + 99 118.345 901 0 1 0.299515 -0.302606 -204.45 + 99 109.998 898 0 0 0.288228 -0.302685 -205.85 + 99 38.4722 900 1 1 0.198501 -0.52034 -174.512 + 99 97.7547 899 1 1 -0.05 -0.509348 -174.661 + 99 203.76 900 1 0 0.05 0.108259 -175.867 + 99 306.864 901 1 0 0.140761 0.264663 -176.053 + 99 131.257 896 2 0 0.299123 -0.67983 -145.85 + 99 232.482 877 1 1 -4.47286 -15.8565 -174.45 + 99 435.709 814 1 0 -4.63273 -17.1026 -175.85 + 99 150.149 878 0 1 -4.3521 -37.5652 -204.45 + 99 125.375 707 0 0 -4.71455 -38.4657 -205.85 + 99 72.1351 878 1 1 -4.37022 -15.6852 -174.61 + 99 65.4865 824 1 0 -3.17664 -15.222 -175.85 + 99 98.78 823 1 0 -2.97517 -15.2742 -175.981 + 99 102.87 822 1 0 -2.81825 -15.4779 -176.049 + 99 9.9897 821 1 0 -2.60766 -15.7284 -176.237 + 99 82.8973 305 1 0 -27.4621 -119.12 -176.25 + 99 125.319 304 1 0 -27.4529 -119.151 -176.149 + 99 338.082 900 3 0 0.400213 0.110848 -115.85 + 99 127.052 922 2 1 4.49695 2.51786 -144.45 + 99 119.039 912 2 0 4.66087 2.58515 -145.85 + 99 99.9409 942 1 1 8.54774 4.01021 -174.45 + 99 131.701 920 1 0 8.6358 4.08553 -175.85 + 99 141.342 949 0 1 9.917 5.65481 -204.45 + 99 79.6018 929 0 0 10.0685 6.02356 -205.85 + 99 43.334 930 0 0 10.1161 6.09316 -206.105 + 99 26.009 900 3 1 0.218709 -0.05 -114.766 + 99 124.565 894 2 1 -1.19533 -3.27798 -144.45 + 99 149.031 886 2 0 -1.12513 -2.81918 -145.85 + 99 187.257 898 2 0 0.361234 -0.321802 -145.85 + 99 544.432 896 1 1 -0.710853 -3.64435 -174.45 + 99 250.557 879 1 0 -0.86559 -4.12056 -175.85 + 99 133.705 887 0 1 -2.54064 -14.2502 -204.45 + 99 189.489 825 0 0 -2.66184 -14.8574 -205.85 + 99 235.122 265 3 1 -127.039 73.8539 -114.706 + 99 16.1577 264 3 1 -127.169 73.6893 -114.709 +Number of digits in this event = 27 Run terminated. Run Summary Number of events processed : 100 - User=4.53s Real=8.21s Sys=0s + User=4.77s Real=12.12s Sys=0.01s End of Run File Tracks_2.dat Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== -Number of memory pools allocated: 20 of which, static: 4 -Dynamic pools deleted: 16 / Total memory freed: 0.62 Mb +Number of memory pools allocated: 19 of which, static: 4 +Dynamic pools deleted: 15 / Total memory freed: 0.62 Mb ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/microdosimetry/microdosimetry.out b/examples/advanced/microdosimetry/microdosimetry.out index c8cc638ded7..a9896b5ee3c 100644 --- a/examples/advanced/microdosimetry/microdosimetry.out +++ b/examples/advanced/microdosimetry/microdosimetry.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -215,14 +215,15 @@ Index : 1 used in the geometry : Yes ==================================================================== -##### Create analysis manager 0x11e9450 +##### Create analysis manager 0x253d7e0 Using Root analysis manager ... open Root analysis file : microdosimetry.root - done ... write Root file : microdosimetry.root - done +... close Root file : microdosimetry.root - done Number and type of particles created outside region "Target" : -N e- : 5153 +N e- : 5076 _______________________ Number and type of particles created in region "Target" : -N e- : 48166 +N e- : 47789 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index 7035f840fcd..fad242604f1 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -14,12 +14,12 @@ ***** Table : Nb of materials = 1 ***** - Material: Vacuum density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Vacuum density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Vacuum ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -49,7 +49,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -162,7 +162,7 @@ Index : 0 used in the geometry : Yes ==================================================================== -##### Create analysis manager 0x1b51a80 +##### Create analysis manager 0x1127e20 Using Root analysis manager Ntuple-1 created Ntuple-2 created diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 9d2c4d546af..fba1676b987 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -73,7 +73,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -602,7 +602,7 @@ hPairProd: for pi- SubType= 4 --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV - Dose in scoring volume : 50.9887 picoGy +- 4.26027 picoGy + Dose in scoring volume : 50.5734 picoGy +- 4.23801 picoGy ------------------------------------------------------------ ### Run 1 starts. @@ -619,7 +619,7 @@ hPairProd: for pi- SubType= 4 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 4.67373 nanoGy +- 144.685 picoGy + Dose in scoring volume : 4.69014 nanoGy +- 146.833 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index 1cf52abe220..5f502eed50c 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -140,7 +140,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -661,169 +661,169 @@ hPairProd: for pi- SubType= 4 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -2.94e+03 200 0 0 0 World initStep - 1 -0.0922 0.0299 -2.83e+03 200 0.021 115 115 World eIoni - 2 -0.804 0.861 -2.45e+03 200 0.0663 373 488 World eIoni - 3 -0.809 0.863 -2.45e+03 200 0.000445 1.88 490 Target Transportation - 4 -0.81 0.865 -2.45e+03 154 0.387 0.281 490 Target eBrem - 5 -0.809 0.899 -2.45e+03 152 1.29 0.822 491 Target eBrem - 6 -0.817 0.899 -2.45e+03 152 0.12 0.115 491 Target eBrem - 7 -0.824 0.896 -2.45e+03 152 0.278 0.236 491 Target eBrem - 8 -0.844 0.876 -2.45e+03 108 0.481 0.406 492 Target eBrem - 9 -0.847 0.875 -2.45e+03 103 0.0369 0.0506 492 Target eBrem - 10 -0.885 0.737 -2.45e+03 101 1.89 1.59 494 Target eBrem - 11 -0.891 0.719 -2.45e+03 66 0.131 0.14 494 Target eBrem - 12 -0.892 0.705 -2.45e+03 63.7 0.103 0.115 494 Target eBrem - 13 -0.846 0.697 -2.45e+03 59.2 0.679 0.587 494 Target eBrem - 14 -0.839 0.683 -2.45e+03 58 0.135 0.141 494 Target eBrem - 15 -0.839 0.682 -2.45e+03 57.8 0.0135 0.0107 495 Target eBrem - 16 -0.722 0.701 -2.44e+03 53.3 1.87 1.5 496 Target eBrem - 17 -0.746 0.798 -2.44e+03 48.4 0.946 0.805 497 Target eBrem - 18 -0.605 0.97 -2.44e+03 46.9 0.959 0.892 498 Target eBrem - 19 -0.597 0.977 -2.44e+03 46.6 0.0624 0.0504 498 Target eBrem - 20 -0.579 1.01 -2.44e+03 45.1 0.253 0.18 498 Target eBrem - 21 -0.472 1.24 -2.44e+03 41.4 0.945 0.911 499 Target eIoni - 22 -0.419 1.28 -2.44e+03 30.1 0.196 0.182 499 Target eBrem - 23 -0.415 1.28 -2.44e+03 29.9 0.0166 0.0127 499 Target eBrem - 24 -0.386 1.31 -2.44e+03 29.7 0.0955 0.0932 499 Target eBrem - 25 0.22 2.51 -2.44e+03 26.8 2.82 2.28 501 Target eBrem - 26 0.241 2.64 -2.44e+03 24.9 1.73 1.19 503 Target eBrem - 27 0.19 2.52 -2.44e+03 23.3 0.951 0.69 503 Target eBrem - 28 0.19 2.52 -2.44e+03 16.5 0.0126 0.0119 503 Target eBrem - 29 0.342 2.27 -2.44e+03 13.8 1.16 1.05 504 Target eBrem - 30 0.475 2.41 -2.44e+03 12.7 0.869 0.616 505 Target eBrem - 31 0.432 2.45 -2.44e+03 7.52 0.0494 0.0645 505 Target eBrem - 32 0.43 2.45 -2.44e+03 7.05 0.00205 0.00213 505 Target eBrem - 33 0.281 2.78 -2.44e+03 6.29 0.65 0.417 505 Target eBrem - 34 0.281 2.84 -2.44e+03 2.89 0.0681 0.0817 506 Target eBrem - 35 -0.481 4.07 -2.44e+03 1.05 1.85 1.75 507 Target eIoni - 36 -0.564 4.04 -2.44e+03 0 1.05 0.78 508 Target eIoni - 37 -0.564 4.04 -2.44e+03 0 0 0 508 Target annihil + 1 -0.0918 0.0321 -2.83e+03 200 0.021 115 115 World eIoni + 2 -0.663 0.742 -2.45e+03 200 0.0663 373 488 World eIoni + 3 -0.668 0.744 -2.45e+03 200 0.000445 1.88 490 Target Transportation + 4 -0.668 0.743 -2.45e+03 154 0.387 0.281 490 Target eBrem + 5 -0.706 0.748 -2.45e+03 152 1.29 0.822 491 Target eBrem + 6 -0.712 0.748 -2.45e+03 152 0.12 0.115 491 Target eBrem + 7 -0.725 0.744 -2.45e+03 152 0.278 0.236 491 Target eBrem + 8 -0.746 0.736 -2.45e+03 108 0.481 0.406 492 Target eBrem + 9 -0.748 0.735 -2.45e+03 103 0.0369 0.0506 492 Target eBrem + 10 -0.835 0.601 -2.45e+03 101 1.89 1.59 494 Target eBrem + 11 -0.841 0.584 -2.45e+03 66 0.131 0.14 494 Target eBrem + 12 -0.843 0.57 -2.45e+03 63.7 0.103 0.115 494 Target eBrem + 13 -0.797 0.562 -2.45e+03 59.2 0.679 0.587 494 Target eBrem + 14 -0.79 0.548 -2.45e+03 58 0.135 0.141 494 Target eBrem + 15 -0.79 0.547 -2.45e+03 57.8 0.0135 0.0107 494 Target eBrem + 16 -0.673 0.566 -2.44e+03 53.3 1.87 1.5 496 Target eBrem + 17 -0.696 0.663 -2.44e+03 48.4 0.946 0.805 497 Target eBrem + 18 -0.555 0.835 -2.44e+03 46.9 0.959 0.892 498 Target eBrem + 19 -0.547 0.842 -2.44e+03 46.6 0.0624 0.0504 498 Target eBrem + 20 -0.53 0.871 -2.44e+03 45.1 0.253 0.18 498 Target eBrem + 21 -0.423 1.11 -2.44e+03 41.4 0.945 0.911 499 Target eIoni + 22 -0.37 1.14 -2.44e+03 30.1 0.196 0.181 499 Target eBrem + 23 -0.366 1.15 -2.44e+03 29.9 0.0166 0.0127 499 Target eBrem + 24 -0.337 1.17 -2.44e+03 29.7 0.0955 0.0932 499 Target eBrem + 25 0.27 2.37 -2.44e+03 26.8 2.82 2.28 501 Target eBrem + 26 0.29 2.51 -2.44e+03 24.9 1.73 1.19 503 Target eBrem + 27 0.24 2.38 -2.44e+03 23.3 0.951 0.69 503 Target eBrem + 28 0.24 2.38 -2.44e+03 16.5 0.0126 0.0119 503 Target eBrem + 29 0.392 2.14 -2.44e+03 13.8 1.16 1.05 504 Target eBrem + 30 0.525 2.28 -2.44e+03 12.7 0.869 0.616 505 Target eBrem + 31 0.481 2.31 -2.44e+03 7.52 0.0494 0.0645 505 Target eBrem + 32 0.48 2.31 -2.44e+03 7.05 0.00205 0.00213 505 Target eBrem + 33 0.33 2.64 -2.44e+03 6.29 0.65 0.417 505 Target eBrem + 34 0.331 2.71 -2.44e+03 2.89 0.0681 0.0817 506 Target eBrem + 35 -0.431 3.93 -2.44e+03 1.05 1.85 1.75 507 Target eIoni + 36 -0.514 3.9 -2.44e+03 0 1.05 0.78 508 Target eIoni + 37 -0.514 3.9 -2.44e+03 0 0 0 508 Target annihil ********************************************************************************************************* * 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 -0.472 1.24 -2.44e+03 2.79 0 0 0 Target initStep - 1 -0.898 -0.107 -2.44e+03 0.673 2.11 1.69 1.69 Target eIoni - 2 -0.932 -0.257 -2.44e+03 0.306 0.185 0.176 1.87 Target eBrem - 3 -0.923 -0.261 -2.44e+03 0 0.306 0.154 2.02 Target eIoni + 0 -0.423 1.11 -2.44e+03 2.79 0 0 0 Target initStep + 1 -0.849 -0.241 -2.44e+03 0.673 2.11 1.69 1.69 Target eIoni + 2 -0.882 -0.392 -2.44e+03 0.306 0.185 0.176 1.87 Target eBrem + 3 -0.873 -0.396 -2.44e+03 0 0.306 0.154 2.02 Target 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 -0.804 0.861 -2.45e+03 0.00466 0 0 0 World initStep - 1 -0.64 1.11 -2.45e+03 0 0.00466 0.677 0.677 World eIoni + 0 -0.663 0.742 -2.45e+03 0.00466 0 0 0 World initStep + 1 -0.499 0.994 -2.45e+03 0 0.00466 0.677 0.677 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 -0.0922 0.0299 -2.83e+03 0.0012 0 0 0 World initStep - 1 -0.108 0.0031 -2.83e+03 0 0.0012 0.0747 0.0747 World eIoni + 0 -0.0918 0.0321 -2.83e+03 0.0012 0 0 0 World initStep + 1 -0.107 0.00525 -2.83e+03 0 0.0012 0.0747 0.0747 World eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 21 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.932 -0.257 -2.44e+03 0.181 0 0 0 Target initStep - 1 -0.738 -0.33 -2.44e+03 0.129 0 0.923 0.923 Target compt - 2 -0.76 -0.0559 -2.44e+03 0 0.088 0.275 1.2 Target phot + 0 -0.882 -0.392 -2.44e+03 0.181 0 0 0 Target initStep + 1 -0.689 -0.465 -2.44e+03 0.129 0 0.923 0.923 Target compt + 2 -0.711 -0.191 -2.44e+03 0 0.088 0.275 1.2 Target phot ********************************************************************************************************* * 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 -0.76 -0.0559 -2.44e+03 0.0407 0 0 0 Target initStep - 1 -0.761 -0.0556 -2.44e+03 0 0.0407 0.00637 0.00637 Target eIoni + 0 -0.711 -0.191 -2.44e+03 0.0407 0 0 0 Target initStep + 1 -0.711 -0.19 -2.44e+03 0 0.0407 0.00637 0.00637 Target eIoni ********************************************************************************************************* * 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 -0.738 -0.33 -2.44e+03 0.0527 0 0 0 Target initStep - 1 -0.738 -0.33 -2.44e+03 0 0.0527 0.00971 0.00971 Target eIoni + 0 -0.689 -0.465 -2.44e+03 0.0527 0 0 0 Target initStep + 1 -0.688 -0.465 -2.44e+03 0 0.0527 0.00971 0.00971 Target eIoni ********************************************************************************************************* * 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.564 4.04 -2.44e+03 0.511 0 0 0 Target initStep - 1 1.34 8.87 -2.44e+03 0.434 0 5.32 5.32 Target compt - 2 2.85 11.8 -2.44e+03 0 0.088 3.52 8.84 Target phot + 0 -0.514 3.9 -2.44e+03 0.511 0 0 0 Target initStep + 1 1.39 8.73 -2.44e+03 0.434 0 5.32 5.32 Target compt + 2 2.9 11.6 -2.44e+03 0 0.088 3.52 8.84 Target phot ********************************************************************************************************* * 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 2.85 11.8 -2.44e+03 0.346 0 0 0 Target initStep - 1 2.86 11.8 -2.44e+03 0 0.346 0.183 0.183 Target eIoni + 0 2.9 11.6 -2.44e+03 0.346 0 0 0 Target initStep + 1 2.91 11.6 -2.44e+03 0 0.346 0.183 0.183 Target eIoni ********************************************************************************************************* * 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.34 8.87 -2.44e+03 0.0771 0 0 0 Target initStep - 1 1.34 8.87 -2.44e+03 0 0.0771 0.018 0.018 Target eIoni + 0 1.39 8.73 -2.44e+03 0.0771 0 0 0 Target initStep + 1 1.39 8.73 -2.44e+03 0 0.0771 0.018 0.018 Target eIoni ********************************************************************************************************* * 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.564 4.04 -2.44e+03 0.511 0 0 0 Target initStep - 1 -0.691 3.71 -2.44e+03 0 0.088 0.356 0.356 Target phot + 0 -0.514 3.9 -2.44e+03 0.511 0 0 0 Target initStep + 1 -0.642 3.58 -2.44e+03 0 0.088 0.356 0.356 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 35 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.691 3.71 -2.44e+03 0.423 0 0 0 Target initStep - 1 -0.702 3.7 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -0.642 3.58 -2.44e+03 0.423 0 0 0 Target initStep + 1 -0.653 3.57 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * 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 0.281 2.84 -2.44e+03 3.33 0 0 0 Target initStep - 1 -0.698 20.9 -2.42e+03 0.491 0 24.4 24.4 Target compt - 2 -4.86 17 -2.41e+03 0 0.088 7.87 32.3 Target phot + 0 0.331 2.71 -2.44e+03 3.33 0 0 0 Target initStep + 1 -0.647 20.8 -2.42e+03 0.491 0 24.4 24.4 Target compt + 2 -4.81 16.9 -2.41e+03 0 0.088 7.87 32.3 Target phot ********************************************************************************************************* * 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 -4.86 17 -2.41e+03 0.403 0 0 0 Target initStep - 1 -4.87 17 -2.41e+03 0 0.403 0.227 0.227 Target eIoni + 0 -4.81 16.9 -2.41e+03 0.403 0 0 0 Target initStep + 1 -4.82 16.9 -2.41e+03 0 0.403 0.227 0.227 Target eIoni ********************************************************************************************************* * 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 -0.698 20.9 -2.42e+03 2.84 0 0 0 Target initStep - 1 -1.03 20.8 -2.42e+03 0.0643 1.23 0.82 0.82 Target eBrem - 2 -1.03 20.8 -2.42e+03 0 0.0643 0.0134 0.834 Target eIoni + 0 -0.647 20.8 -2.42e+03 2.84 0 0 0 Target initStep + 1 -0.976 20.7 -2.42e+03 0.0643 1.23 0.82 0.82 Target eBrem + 2 -0.977 20.7 -2.42e+03 0 0.0643 0.0134 0.834 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.03 20.8 -2.42e+03 1.54 0 0 0 Target initStep - 1 -11.2 22.3 -2.42e+03 1.54 0 10.4 10.4 World Transportation + 0 -0.976 20.7 -2.42e+03 1.54 0 0 0 Target initStep + 1 -11.4 22.2 -2.42e+03 1.54 0 10.6 10.6 World Transportation 2 -2.94e+03 452 -2.65e+03 1.54 0 2.97e+03 2.98e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -831,586 +831,586 @@ 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.281 2.78 -2.44e+03 0.108 0 0 0 Target initStep - 1 0.283 2.83 -2.44e+03 0 0.088 0.0719 0.0719 Target phot + 0 0.33 2.64 -2.44e+03 0.108 0 0 0 Target initStep + 1 0.333 2.69 -2.44e+03 0 0.088 0.0719 0.0719 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 33 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.283 2.83 -2.44e+03 0.0198 0 0 0 Target initStep - 1 0.283 2.83 -2.44e+03 0 0.0198 0.002 0.002 Target eIoni + 0 0.333 2.69 -2.44e+03 0.0198 0 0 0 Target initStep + 1 0.333 2.69 -2.44e+03 0 0.0198 0.002 0.002 Target eIoni ********************************************************************************************************* * 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.43 2.45 -2.44e+03 0.474 0 0 0 Target initStep - 1 -2.8 6 -2.43e+03 0 0.088 5.79 5.79 Target phot + 0 0.48 2.31 -2.44e+03 0.474 0 0 0 Target initStep + 1 -2.75 5.86 -2.43e+03 0 0.088 5.79 5.79 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 47, Parent ID = 32 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.8 6 -2.43e+03 0.386 0 0 0 Target initStep - 1 -2.8 6 -2.43e+03 0 0.386 0.214 0.214 Target eIoni + 0 -2.75 5.86 -2.43e+03 0.386 0 0 0 Target initStep + 1 -2.75 5.86 -2.43e+03 0 0.386 0.214 0.214 Target eIoni ********************************************************************************************************* * 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.432 2.45 -2.44e+03 5.16 0 0 0 Target initStep - 1 -1.61 4.44 -2.43e+03 0 0 3.45 3.45 Target conv + 0 0.481 2.31 -2.44e+03 5.16 0 0 0 Target initStep + 1 -1.56 4.31 -2.43e+03 0 0 3.45 3.45 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 31 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.61 4.44 -2.43e+03 0.864 0 0 0 Target initStep - 1 -1.77 4.42 -2.43e+03 0.518 0.2 0.219 0.219 Target eBrem - 2 -1.78 4.43 -2.43e+03 0 0.518 0.32 0.539 Target eIoni + 0 -1.56 4.31 -2.43e+03 0.864 0 0 0 Target initStep + 1 -1.72 4.28 -2.43e+03 0.518 0.2 0.219 0.219 Target eBrem + 2 -1.73 4.29 -2.43e+03 0 0.518 0.32 0.539 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 48 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.77 4.42 -2.43e+03 0.145 0 0 0 Target initStep - 1 -2.05 3.66 -2.43e+03 0 0.088 1.05 1.05 Target phot + 0 -1.72 4.28 -2.43e+03 0.145 0 0 0 Target initStep + 1 -2 3.52 -2.43e+03 0 0.088 1.05 1.05 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.05 3.66 -2.43e+03 0.0571 0 0 0 Target initStep - 1 -2.05 3.65 -2.43e+03 0 0.0571 0.0111 0.0111 Target eIoni + 0 -2 3.52 -2.43e+03 0.0571 0 0 0 Target initStep + 1 -2 3.52 -2.43e+03 0 0.0571 0.0111 0.0111 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.475 2.41 -2.44e+03 0.192 0 0 0 Target initStep - 1 -0.778 3.25 -2.43e+03 0 0.088 1.87 1.87 Target phot + 0 0.525 2.28 -2.44e+03 0.192 0 0 0 Target initStep + 1 -0.729 3.11 -2.43e+03 0 0.088 1.87 1.87 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 30 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.778 3.25 -2.43e+03 0.104 0 0 0 Target initStep - 1 -0.779 3.25 -2.43e+03 0 0.104 0.0294 0.0294 Target eIoni + 0 -0.729 3.11 -2.43e+03 0.104 0 0 0 Target initStep + 1 -0.73 3.11 -2.43e+03 0 0.104 0.0294 0.0294 Target eIoni ********************************************************************************************************* * 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.342 2.27 -2.44e+03 1.55 0 0 0 Target initStep - 1 0.0723 2.02 -2.42e+03 0.252 0 19.8 19.8 Target compt - 2 -0.395 1.99 -2.42e+03 0 0.088 0.665 20.5 Target phot + 0 0.392 2.14 -2.44e+03 1.55 0 0 0 Target initStep + 1 0.122 1.88 -2.42e+03 0.252 0 19.8 19.8 Target compt + 2 -0.345 1.86 -2.42e+03 0 0.088 0.665 20.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 54, Parent ID = 29 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.395 1.99 -2.42e+03 0.164 0 0 0 Target initStep - 1 -0.395 1.99 -2.42e+03 0 0.164 0.0598 0.0598 Target eIoni + 0 -0.345 1.86 -2.42e+03 0.164 0 0 0 Target initStep + 1 -0.346 1.86 -2.42e+03 0 0.164 0.0598 0.0598 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 29 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0723 2.02 -2.42e+03 1.3 0 0 0 Target initStep - 1 0.0798 2.02 -2.42e+03 0 1.3 0.989 0.989 Target eIoni + 0 0.122 1.88 -2.42e+03 1.3 0 0 0 Target initStep + 1 0.129 1.88 -2.42e+03 0 1.3 0.989 0.989 Target eIoni ********************************************************************************************************* * 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.19 2.52 -2.44e+03 6.81 0 0 0 Target initStep - 1 0.406 2.14 -2.43e+03 0 0 10.4 10.4 Target conv + 0 0.24 2.38 -2.44e+03 6.81 0 0 0 Target initStep + 1 0.455 2 -2.43e+03 0 0 10.4 10.4 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 55, Parent ID = 28 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.406 2.14 -2.43e+03 5.15 0 0 0 Target initStep - 1 0.497 1.71 -2.43e+03 3.86 0.73 0.734 0.734 Target eBrem - 2 0.515 1.78 -2.43e+03 3.24 0.313 0.294 1.03 Target eBrem - 3 0.679 1.63 -2.43e+03 2.75 0.295 0.307 1.33 Target eBrem - 4 0.827 0.933 -2.43e+03 0.783 1.53 1.33 2.66 Target eBrem - 5 0.79 0.919 -2.43e+03 0 0.783 0.543 3.2 Target eIoni + 0 0.455 2 -2.43e+03 5.15 0 0 0 Target initStep + 1 0.546 1.58 -2.43e+03 3.86 0.73 0.734 0.734 Target eBrem + 2 0.565 1.64 -2.43e+03 3.24 0.313 0.294 1.03 Target eBrem + 3 0.729 1.5 -2.43e+03 2.75 0.295 0.307 1.33 Target eBrem + 4 0.876 0.798 -2.43e+03 0.783 1.53 1.33 2.66 Target eBrem + 5 0.839 0.784 -2.43e+03 0 0.783 0.543 3.2 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 55 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.827 0.933 -2.43e+03 0.438 0 0 0 Target initStep - 1 -1.65 3.87 -2.43e+03 0.351 0 5.37 5.37 Target compt - 2 -3.16 4.93 -2.43e+03 0 0.088 1.85 7.22 Target phot + 0 0.876 0.798 -2.43e+03 0.438 0 0 0 Target initStep + 1 -1.6 3.73 -2.43e+03 0.351 0 5.37 5.37 Target compt + 2 -3.11 4.8 -2.43e+03 0 0.088 1.85 7.22 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 62, Parent ID = 60 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.16 4.93 -2.43e+03 0.263 0 0 0 Target initStep - 1 -3.16 4.94 -2.43e+03 0 0.263 0.123 0.123 Target eIoni + 0 -3.11 4.8 -2.43e+03 0.263 0 0 0 Target initStep + 1 -3.11 4.8 -2.43e+03 0 0.263 0.123 0.123 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.65 3.87 -2.43e+03 0.0863 0 0 0 Target initStep - 1 -1.65 3.87 -2.43e+03 0 0.0863 0.0216 0.0216 Target eIoni + 0 -1.6 3.73 -2.43e+03 0.0863 0 0 0 Target initStep + 1 -1.6 3.73 -2.43e+03 0 0.0863 0.0216 0.0216 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 55 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.679 1.63 -2.43e+03 0.2 0 0 0 Target initStep - 1 -0.0558 0.365 -2.43e+03 0.142 0 1.78 1.78 Target compt - 2 0.436 0.0358 -2.43e+03 0 0.088 0.602 2.38 Target phot + 0 0.729 1.5 -2.43e+03 0.2 0 0 0 Target initStep + 1 -0.00642 0.23 -2.43e+03 0.142 0 1.78 1.78 Target compt + 2 0.486 -0.0991 -2.43e+03 0 0.088 0.602 2.38 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 59 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.436 0.0358 -2.43e+03 0.0539 0 0 0 Target initStep - 1 0.437 0.0356 -2.43e+03 0 0.0539 0.0101 0.0101 Target eIoni + 0 0.486 -0.0991 -2.43e+03 0.0539 0 0 0 Target initStep + 1 0.486 -0.0993 -2.43e+03 0 0.0539 0.0101 0.0101 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 63, Parent ID = 59 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0558 0.365 -2.43e+03 0.0584 0 0 0 Target initStep - 1 -0.0564 0.365 -2.43e+03 0 0.0584 0.0115 0.0115 Target eIoni + 0 -0.00642 0.23 -2.43e+03 0.0584 0 0 0 Target initStep + 1 -0.00708 0.23 -2.43e+03 0 0.0584 0.0115 0.0115 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 55 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.515 1.78 -2.43e+03 0.301 0 0 0 Target initStep - 1 0.738 1.57 -2.42e+03 0 0.088 2.19 2.19 Target phot + 0 0.565 1.64 -2.43e+03 0.301 0 0 0 Target initStep + 1 0.788 1.44 -2.42e+03 0 0.088 2.19 2.19 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 65, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.738 1.57 -2.42e+03 0.213 0 0 0 Target initStep - 1 0.738 1.57 -2.42e+03 0 0.213 0.0896 0.0896 Target eIoni + 0 0.788 1.44 -2.42e+03 0.213 0 0 0 Target initStep + 1 0.787 1.44 -2.42e+03 0 0.213 0.0896 0.0896 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.497 1.71 -2.43e+03 0.561 0 0 0 Target initStep - 1 -0.13 1.27 -2.43e+03 0.297 0 1.52 1.52 Target compt - 2 -2.82 -2.64 -2.43e+03 0 0.088 4.97 6.49 Target phot + 0 0.546 1.58 -2.43e+03 0.561 0 0 0 Target initStep + 1 -0.0807 1.14 -2.43e+03 0.297 0 1.52 1.52 Target compt + 2 -2.77 -2.77 -2.43e+03 0 0.088 4.97 6.49 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.82 -2.64 -2.43e+03 0.209 0 0 0 Target initStep - 1 -2.82 -2.64 -2.43e+03 0 0.209 0.0873 0.0873 Target eIoni + 0 -2.77 -2.77 -2.43e+03 0.209 0 0 0 Target initStep + 1 -2.77 -2.78 -2.43e+03 0 0.209 0.0873 0.0873 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 66, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.13 1.27 -2.43e+03 0.263 0 0 0 Target initStep - 1 -0.131 1.27 -2.43e+03 0 0.263 0.123 0.123 Target eIoni + 0 -0.0807 1.14 -2.43e+03 0.263 0 0 0 Target initStep + 1 -0.0817 1.14 -2.43e+03 0 0.263 0.123 0.123 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.19 2.52 -2.44e+03 0.586 0 0 0 Target initStep - 1 0.406 2.32 -2.43e+03 0.501 0 4.75 4.75 Target compt - 2 -2.02 2.18 -2.43e+03 0.223 0 5.01 9.76 Target compt - 3 -3.26 1.22 -2.43e+03 0 0.088 2.09 11.8 Target phot + 0 0.24 2.38 -2.44e+03 0.586 0 0 0 Target initStep + 1 0.456 2.18 -2.43e+03 0.501 0 4.75 4.75 Target compt + 2 -1.97 2.04 -2.43e+03 0.223 0 5.01 9.76 Target compt + 3 -3.21 1.08 -2.43e+03 0 0.088 2.09 11.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 27 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.26 1.22 -2.43e+03 0.135 0 0 0 Target initStep - 1 -3.26 1.22 -2.43e+03 0 0.135 0.044 0.044 Target eIoni + 0 -3.21 1.08 -2.43e+03 0.135 0 0 0 Target initStep + 1 -3.21 1.08 -2.43e+03 0 0.135 0.044 0.044 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 27 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.02 2.18 -2.43e+03 0.279 0 0 0 Target initStep - 1 -2.02 2.18 -2.43e+03 0 0.279 0.134 0.134 Target eIoni + 0 -1.97 2.04 -2.43e+03 0.279 0 0 0 Target initStep + 1 -1.97 2.05 -2.43e+03 0 0.279 0.134 0.134 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 27 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.406 2.32 -2.43e+03 0.0852 0 0 0 Target initStep - 1 0.407 2.32 -2.43e+03 0 0.0852 0.0212 0.0212 Target eIoni + 0 0.456 2.18 -2.43e+03 0.0852 0 0 0 Target initStep + 1 0.457 2.18 -2.43e+03 0 0.0852 0.0212 0.0212 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.241 2.64 -2.44e+03 0.174 0 0 0 Target initStep - 1 0.24 2.64 -2.44e+03 0 0.088 0.234 0.234 Target phot + 0 0.29 2.51 -2.44e+03 0.174 0 0 0 Target initStep + 1 0.29 2.51 -2.44e+03 0 0.088 0.234 0.234 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 26 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.24 2.64 -2.44e+03 0.086 0 0 0 Target initStep - 1 0.239 2.64 -2.44e+03 0 0.086 0.0215 0.0215 Target eIoni + 0 0.29 2.51 -2.44e+03 0.086 0 0 0 Target initStep + 1 0.289 2.51 -2.44e+03 0 0.086 0.0215 0.0215 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.22 2.51 -2.44e+03 0.128 0 0 0 Target initStep - 1 0.246 2.54 -2.44e+03 0 0.088 0.173 0.173 Target phot + 0 0.27 2.37 -2.44e+03 0.128 0 0 0 Target initStep + 1 0.296 2.4 -2.44e+03 0 0.088 0.173 0.173 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 25 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.246 2.54 -2.44e+03 0.0401 0 0 0 Target initStep - 1 0.246 2.54 -2.44e+03 0 0.0401 0.00622 0.00622 Target eIoni + 0 0.296 2.4 -2.44e+03 0.0401 0 0 0 Target initStep + 1 0.296 2.4 -2.44e+03 0 0.0401 0.00622 0.00622 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.386 1.31 -2.44e+03 0.0965 0 0 0 Target initStep - 1 -0.348 1.33 -2.44e+03 0 0.088 0.118 0.118 Target phot + 0 -0.337 1.17 -2.44e+03 0.0965 0 0 0 Target initStep + 1 -0.299 1.2 -2.44e+03 0 0.088 0.118 0.118 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 24 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.348 1.33 -2.44e+03 0.00854 0 0 0 Target initStep - 1 -0.348 1.33 -2.44e+03 0 0.00854 0.000557 0.000557 Target eIoni + 0 -0.299 1.2 -2.44e+03 0.00854 0 0 0 Target initStep + 1 -0.299 1.2 -2.44e+03 0 0.00854 0.000557 0.000557 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.415 1.28 -2.44e+03 0.21 0 0 0 Target initStep - 1 0.122 1.71 -2.44e+03 0.158 0 1.49 1.49 Target compt - 2 -0.023 1.7 -2.44e+03 0 0.088 0.175 1.67 Target phot + 0 -0.366 1.15 -2.44e+03 0.21 0 0 0 Target initStep + 1 0.172 1.57 -2.44e+03 0.158 0 1.49 1.49 Target compt + 2 0.0265 1.56 -2.44e+03 0 0.088 0.175 1.67 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.023 1.7 -2.44e+03 0.0697 0 0 0 Target initStep - 1 -0.0233 1.7 -2.44e+03 0 0.0697 0.0153 0.0153 Target eIoni + 0 0.0265 1.56 -2.44e+03 0.0697 0 0 0 Target initStep + 1 0.0262 1.56 -2.44e+03 0 0.0697 0.0153 0.0153 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.122 1.71 -2.44e+03 0.0523 0 0 0 Target initStep - 1 0.123 1.71 -2.44e+03 0 0.0523 0.00961 0.00961 Target eIoni + 0 0.172 1.57 -2.44e+03 0.0523 0 0 0 Target initStep + 1 0.172 1.57 -2.44e+03 0 0.0523 0.00961 0.00961 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.419 1.28 -2.44e+03 11 0 0 0 Target initStep - 1 1.85 2.84 -2.44e+03 0 0 6.27 6.27 Target conv + 0 -0.37 1.14 -2.44e+03 11 0 0 0 Target initStep + 1 1.9 2.71 -2.44e+03 0 0 6.27 6.27 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 22 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.85 2.84 -2.44e+03 2.9 0 0 0 Target initStep - 1 2.55 2.68 -2.43e+03 1.8 1.1 1.03 1.03 Target eBrem - 2 2.33 3.62 -2.43e+03 0.473 1.33 1.32 2.36 Target eIoni - 3 2.31 3.62 -2.43e+03 0 0.473 0.283 2.64 Target eIoni + 0 1.9 2.71 -2.44e+03 2.9 0 0 0 Target initStep + 1 2.6 2.55 -2.43e+03 1.8 1.1 1.03 1.03 Target eBrem + 2 2.38 3.49 -2.43e+03 0.473 1.33 1.32 2.36 Target eIoni + 3 2.36 3.48 -2.43e+03 0 0.473 0.283 2.64 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.579 1.01 -2.44e+03 1.21 0 0 0 Target initStep - 1 -0.0986 1.64 -2.44e+03 0 0.088 5.23 5.23 Target phot + 0 -0.53 0.871 -2.44e+03 1.21 0 0 0 Target initStep + 1 -0.049 1.51 -2.44e+03 0 0.088 5.23 5.23 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 20 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0986 1.64 -2.44e+03 1.13 0 0 0 Target initStep - 1 -0.114 1.63 -2.44e+03 0 1.13 0.84 0.84 Target eIoni + 0 -0.049 1.51 -2.44e+03 1.13 0 0 0 Target initStep + 1 -0.0647 1.5 -2.44e+03 0 1.13 0.84 0.84 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.597 0.977 -2.44e+03 0.206 0 0 0 Target initStep - 1 -0.443 1.2 -2.44e+03 0.196 0 1.32 1.32 Target compt - 2 -0.551 1.51 -2.44e+03 0 0.088 0.562 1.89 Target phot + 0 -0.547 0.842 -2.44e+03 0.206 0 0 0 Target initStep + 1 -0.394 1.07 -2.44e+03 0.196 0 1.32 1.32 Target compt + 2 -0.501 1.37 -2.44e+03 0 0.088 0.562 1.89 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.551 1.51 -2.44e+03 0.108 0 0 0 Target initStep - 1 -0.55 1.51 -2.44e+03 0 0.108 0.0308 0.0308 Target eIoni + 0 -0.501 1.37 -2.44e+03 0.108 0 0 0 Target initStep + 1 -0.5 1.37 -2.44e+03 0 0.108 0.0308 0.0308 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.443 1.2 -2.44e+03 0.0105 0 0 0 Target initStep - 1 -0.443 1.2 -2.44e+03 0 0.0105 0.000752 0.000752 Target eIoni + 0 -0.394 1.07 -2.44e+03 0.0105 0 0 0 Target initStep + 1 -0.394 1.07 -2.44e+03 0 0.0105 0.000752 0.000752 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.605 0.97 -2.44e+03 0.627 0 0 0 Target initStep - 1 -0.534 1.04 -2.44e+03 0.42 0 0.533 0.533 Target compt - 2 -1.79 2.54 -2.44e+03 0 0.088 2.44 2.97 Target phot + 0 -0.555 0.835 -2.44e+03 0.627 0 0 0 Target initStep + 1 -0.484 0.904 -2.44e+03 0.42 0 0.533 0.533 Target compt + 2 -1.74 2.41 -2.44e+03 0 0.088 2.44 2.97 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 18 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.79 2.54 -2.44e+03 0.332 0 0 0 Target initStep - 1 -1.8 2.55 -2.44e+03 0 0.332 0.172 0.172 Target eIoni + 0 -1.74 2.41 -2.44e+03 0.332 0 0 0 Target initStep + 1 -1.75 2.41 -2.44e+03 0 0.332 0.172 0.172 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 81, Parent ID = 18 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.534 1.04 -2.44e+03 0.207 0 0 0 Target initStep - 1 -0.53 1.04 -2.44e+03 0 0.207 0.0856 0.0856 Target eIoni + 0 -0.484 0.904 -2.44e+03 0.207 0 0 0 Target initStep + 1 -0.481 0.902 -2.44e+03 0 0.207 0.0856 0.0856 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.746 0.798 -2.44e+03 3.93 0 0 0 Target initStep - 1 -0.374 1.47 -2.44e+03 1.52 0 5.11 5.11 Target compt - 2 -0.914 1.42 -2.44e+03 0.225 0 1.03 6.14 Target compt - 3 1.19 1.62 -2.44e+03 0 0.088 2.65 8.79 Target phot + 0 -0.696 0.663 -2.44e+03 3.93 0 0 0 Target initStep + 1 -0.324 1.33 -2.44e+03 1.52 0 5.11 5.11 Target compt + 2 -0.865 1.28 -2.44e+03 0.225 0 1.03 6.14 Target compt + 3 1.24 1.49 -2.44e+03 0 0.088 2.65 8.79 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 85, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.19 1.62 -2.44e+03 0.137 0 0 0 Target initStep - 1 1.19 1.62 -2.44e+03 0 0.137 0.0453 0.0453 Target eIoni + 0 1.24 1.49 -2.44e+03 0.137 0 0 0 Target initStep + 1 1.24 1.49 -2.44e+03 0 0.137 0.0453 0.0453 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 84, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.914 1.42 -2.44e+03 1.3 0 0 0 Target initStep - 1 -0.961 1.41 -2.44e+03 0 1.3 0.988 0.988 Target eIoni + 0 -0.865 1.28 -2.44e+03 1.3 0 0 0 Target initStep + 1 -0.912 1.28 -2.44e+03 0 1.3 0.988 0.988 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.374 1.47 -2.44e+03 2.41 0 0 0 Target initStep - 1 -0.42 0.644 -2.44e+03 0.222 2.18 1.57 1.57 Target eIoni - 2 -0.414 0.643 -2.44e+03 0 0.222 0.0957 1.67 Target eIoni + 0 -0.324 1.33 -2.44e+03 2.41 0 0 0 Target initStep + 1 -0.371 0.51 -2.44e+03 0.222 2.18 1.57 1.57 Target eIoni + 2 -0.364 0.508 -2.44e+03 0 0.222 0.0957 1.67 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.722 0.701 -2.44e+03 2.65 0 0 0 Target initStep - 1 -0.814 1.07 -2.43e+03 2.56 0 13.3 13.3 Target compt - 2 -0.225 3.88 -2.41e+03 0.525 0 20.5 33.8 Target compt - 3 -3.12 13 -2.41e+03 0.287 0 9.63 43.4 Target compt - 4 -3.2 13 -2.41e+03 0 0.088 0.128 43.6 Target phot + 0 -0.673 0.566 -2.44e+03 2.65 0 0 0 Target initStep + 1 -0.765 0.933 -2.43e+03 2.56 0 13.3 13.3 Target compt + 2 -0.175 3.75 -2.41e+03 0.525 0 20.5 33.8 Target compt + 3 -3.07 12.9 -2.41e+03 0.287 0 9.63 43.4 Target compt + 4 -3.15 12.9 -2.41e+03 0 0.088 0.128 43.6 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 89, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.2 13 -2.41e+03 0.199 0 0 0 Target initStep - 1 -3.2 13 -2.41e+03 0 0.199 0.0809 0.0809 Target eIoni + 0 -3.15 12.9 -2.41e+03 0.199 0 0 0 Target initStep + 1 -3.15 12.9 -2.41e+03 0 0.199 0.0809 0.0809 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 88, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.12 13 -2.41e+03 0.238 0 0 0 Target initStep - 1 -3.12 13 -2.41e+03 0 0.238 0.106 0.106 Target eIoni + 0 -3.07 12.9 -2.41e+03 0.238 0 0 0 Target initStep + 1 -3.07 12.9 -2.41e+03 0 0.238 0.106 0.106 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 87, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.225 3.88 -2.41e+03 2.03 0 0 0 Target initStep - 1 -0.21 3.87 -2.41e+03 0.466 0.0511 0.0505 0.0505 Target eBrem - 2 -0.22 3.87 -2.41e+03 0 0.466 0.277 0.327 Target eIoni + 0 -0.175 3.75 -2.41e+03 2.03 0 0 0 Target initStep + 1 -0.16 3.73 -2.41e+03 0.466 0.0511 0.0505 0.0505 Target eBrem + 2 -0.171 3.73 -2.41e+03 0 0.466 0.277 0.327 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 86, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.814 1.07 -2.43e+03 0.0883 0 0 0 Target initStep - 1 -0.814 1.07 -2.43e+03 0 0.0883 0.0224 0.0224 Target eIoni + 0 -0.765 0.933 -2.43e+03 0.0883 0 0 0 Target initStep + 1 -0.765 0.931 -2.43e+03 0 0.0883 0.0224 0.0224 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 90, Parent ID = 87 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.21 3.87 -2.41e+03 1.52 0 0 0 Target initStep - 1 2.49 4.1 -2.41e+03 0 0.088 2.89 2.89 Target phot + 0 -0.16 3.73 -2.41e+03 1.52 0 0 0 Target initStep + 1 2.54 3.97 -2.41e+03 0 0.088 2.89 2.89 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 91, Parent ID = 90 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.49 4.1 -2.41e+03 1.43 0 0 0 Target initStep - 1 2.6 4.05 -2.41e+03 1.02 0.154 0.168 0.168 Target eBrem - 2 2.65 4.05 -2.41e+03 0 1.02 0.75 0.919 Target eIoni + 0 2.54 3.97 -2.41e+03 1.43 0 0 0 Target initStep + 1 2.65 3.91 -2.41e+03 1.02 0.154 0.168 0.168 Target eBrem + 2 2.7 3.92 -2.41e+03 0 1.02 0.75 0.919 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.6 4.05 -2.41e+03 0.251 0 0 0 Target initStep - 1 4.85 4.3 -2.41e+03 0.188 0 2.68 2.68 Target compt - 2 4.9 4.09 -2.41e+03 0 0.088 0.246 2.92 Target phot + 0 2.65 3.91 -2.41e+03 0.251 0 0 0 Target initStep + 1 4.9 4.17 -2.41e+03 0.188 0 2.68 2.68 Target compt + 2 4.95 3.95 -2.41e+03 0 0.088 0.246 2.92 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 94, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.9 4.09 -2.41e+03 0.1 0 0 0 Target initStep - 1 4.9 4.09 -2.41e+03 0 0.1 0.0276 0.0276 Target eIoni + 0 4.95 3.95 -2.41e+03 0.1 0 0 0 Target initStep + 1 4.95 3.95 -2.41e+03 0 0.1 0.0276 0.0276 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 93, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.85 4.3 -2.41e+03 0.0625 0 0 0 Target initStep - 1 4.85 4.3 -2.41e+03 0 0.0625 0.0128 0.0128 Target eIoni + 0 4.9 4.17 -2.41e+03 0.0625 0 0 0 Target initStep + 1 4.9 4.17 -2.41e+03 0 0.0625 0.0128 0.0128 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.839 0.682 -2.45e+03 0.159 0 0 0 Target initStep - 1 -0.835 0.618 -2.44e+03 0 0.088 0.953 0.953 Target phot + 0 -0.79 0.547 -2.45e+03 0.159 0 0 0 Target initStep + 1 -0.786 0.483 -2.44e+03 0 0.088 0.953 0.953 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 95, Parent ID = 15 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.835 0.618 -2.44e+03 0.0711 0 0 0 Target initStep - 1 -0.835 0.618 -2.44e+03 0 0.0711 0.0158 0.0158 Target eIoni + 0 -0.786 0.483 -2.44e+03 0.0711 0 0 0 Target initStep + 1 -0.785 0.483 -2.44e+03 0 0.0711 0.0158 0.0158 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.839 0.683 -2.45e+03 1.09 0 0 0 Target initStep - 1 -0.793 0.536 -2.44e+03 0.528 0 1.9 1.9 Target compt - 2 1.19 2.97 -2.44e+03 0 0.088 3.73 5.63 Target phot + 0 -0.79 0.548 -2.45e+03 1.09 0 0 0 Target initStep + 1 -0.743 0.401 -2.44e+03 0.528 0 1.9 1.9 Target compt + 2 1.24 2.83 -2.44e+03 0 0.088 3.73 5.63 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.19 2.97 -2.44e+03 0.44 0 0 0 Target initStep - 1 1.19 2.98 -2.44e+03 0 0.44 0.256 0.256 Target eIoni + 0 1.24 2.83 -2.44e+03 0.44 0 0 0 Target initStep + 1 1.24 2.84 -2.44e+03 0 0.44 0.256 0.256 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 96, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.793 0.536 -2.44e+03 0.56 0 0 0 Target initStep - 1 -0.799 0.525 -2.44e+03 0 0.56 0.354 0.354 Target eIoni + 0 -0.743 0.401 -2.44e+03 0.56 0 0 0 Target initStep + 1 -0.75 0.39 -2.44e+03 0 0.56 0.354 0.354 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.846 0.697 -2.45e+03 3.78 0 0 0 Target initStep - 1 2.01 -2.38 -2.4e+03 3.78 0 45.9 45.9 Tracker Transportation - 2 45.8 -49.5 -1.7e+03 3.78 0 703 749 Chamber_PV Transportation - 3 58.3 -63 -1.5e+03 3.78 0 201 950 Tracker Transportation - 4 95.9 -103 -900 3.78 0 603 1.55e+03 Chamber_PV Transportation + 0 -0.797 0.562 -2.45e+03 3.78 0 0 0 Target initStep + 1 2.06 -2.51 -2.4e+03 3.78 0 45.9 45.9 Tracker Transportation + 2 45.9 -49.7 -1.7e+03 3.78 0 703 749 Chamber_PV Transportation + 3 58.4 -63.1 -1.5e+03 3.78 0 201 950 Tracker Transportation + 4 95.9 -104 -900 3.78 0 603 1.55e+03 Chamber_PV Transportation 5 108 -117 -700 3.78 0 201 1.75e+03 Tracker Transportation 6 146 -157 -100 3.78 0 603 2.36e+03 Chamber_PV Transportation 7 158 -171 100 3.78 0 201 2.56e+03 Tracker Transportation 8 196 -211 700 3.78 0 603 3.16e+03 Chamber_PV Transportation - 9 208 -225 900 3.78 0 201 3.36e+03 Tracker Transportation + 9 209 -225 900 3.78 0 201 3.36e+03 Tracker Transportation 10 246 -265 1.5e+03 3.78 0 603 3.96e+03 Chamber_PV Transportation 11 259 -279 1.7e+03 3.78 0 201 4.16e+03 Tracker Transportation 12 302 -326 2.4e+03 3.78 0 703 4.87e+03 World Transportation @@ -1421,289 +1421,289 @@ 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.892 0.705 -2.45e+03 2.24 0 0 0 Target initStep - 1 -0.789 -0.232 -2.43e+03 0 0 16.5 16.5 Target conv + 0 -0.843 0.57 -2.45e+03 2.24 0 0 0 Target initStep + 1 -0.738 -0.372 -2.43e+03 0 0 16.6 16.6 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 98, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.789 -0.232 -2.43e+03 0.0928 0 0 0 Target initStep - 1 -0.789 -0.232 -2.43e+03 0 0.0928 0.0243 0.0243 Target eIoni + 0 -0.738 -0.372 -2.43e+03 0.0928 0 0 0 Target initStep + 1 -0.739 -0.372 -2.43e+03 0 0.0928 0.0243 0.0243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.891 0.719 -2.45e+03 34.5 0 0 0 Target initStep - 1 -1.62 -2.49 -2.42e+03 0 0 26.2 26.2 Target conv + 0 -0.841 0.584 -2.45e+03 34.5 0 0 0 Target initStep + 1 -1.58 -2.62 -2.42e+03 0 0 26.2 26.2 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.62 -2.49 -2.42e+03 11.5 0 0 0 Target initStep - 1 -1.84 -2.86 -2.42e+03 9.77 1.24 0.98 0.98 Target eBrem - 2 -1.6 -3.01 -2.42e+03 7.09 0.919 0.555 1.54 Target eBrem - 3 -1.22 -4.49 -2.42e+03 4.97 1.86 1.68 3.21 Target eBrem - 4 -1.42 -4.23 -2.42e+03 2.83 1.32 1.27 4.48 Target eBrem - 5 -2.07 -4.26 -2.42e+03 1.25 1.16 1.1 5.58 Target eBrem - 6 -2.09 -4.25 -2.42e+03 0 1.25 0.951 6.53 Target eIoni + 0 -1.58 -2.62 -2.42e+03 11.5 0 0 0 Target initStep + 1 -1.79 -2.99 -2.42e+03 9.77 1.24 0.98 0.98 Target eBrem + 2 -1.55 -3.15 -2.42e+03 7.09 0.919 0.555 1.54 Target eBrem + 3 -1.17 -4.62 -2.42e+03 4.97 1.86 1.68 3.21 Target eBrem + 4 -1.37 -4.36 -2.42e+03 2.83 1.32 1.27 4.48 Target eBrem + 5 -2.02 -4.39 -2.42e+03 1.25 1.16 1.1 5.58 Target eBrem + 6 -2.04 -4.38 -2.42e+03 0 1.25 0.951 6.53 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 106, Parent ID = 100 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.07 -4.26 -2.42e+03 0.415 0 0 0 Target initStep - 1 -3.93 -1.58 -2.41e+03 0 0.088 8.46 8.46 Target phot + 0 -2.02 -4.39 -2.42e+03 0.415 0 0 0 Target initStep + 1 -3.89 -1.72 -2.41e+03 0 0.088 8.46 8.46 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 107, Parent ID = 106 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.93 -1.58 -2.41e+03 0.327 0 0 0 Target initStep - 1 -3.93 -1.58 -2.41e+03 0 0.327 0.169 0.169 Target eIoni + 0 -3.89 -1.72 -2.41e+03 0.327 0 0 0 Target initStep + 1 -3.89 -1.71 -2.41e+03 0 0.327 0.169 0.169 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 105, Parent ID = 100 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.42 -4.23 -2.42e+03 0.812 0 0 0 Target initStep - 1 -1.7 -2.47 -2.42e+03 0.762 0 1.78 1.78 Target compt - 2 -1.86 -0.782 -2.42e+03 0.348 0 1.74 3.52 Target compt - 3 -2.15 -0.81 -2.42e+03 0 0.088 1.02 4.54 Target phot + 0 -1.37 -4.36 -2.42e+03 0.812 0 0 0 Target initStep + 1 -1.65 -2.61 -2.42e+03 0.762 0 1.78 1.78 Target compt + 2 -1.81 -0.917 -2.42e+03 0.348 0 1.74 3.52 Target compt + 3 -2.1 -0.945 -2.42e+03 0 0.088 1.02 4.54 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 110, Parent ID = 105 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.15 -0.81 -2.42e+03 0.26 0 0 0 Target initStep - 1 -2.15 -0.806 -2.42e+03 0 0.26 0.121 0.121 Target eIoni + 0 -2.1 -0.945 -2.42e+03 0.26 0 0 0 Target initStep + 1 -2.1 -0.941 -2.42e+03 0 0.26 0.121 0.121 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 109, Parent ID = 105 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.86 -0.782 -2.42e+03 0.414 0 0 0 Target initStep - 1 -1.86 -0.767 -2.42e+03 0 0.414 0.235 0.235 Target eIoni + 0 -1.81 -0.917 -2.42e+03 0.414 0 0 0 Target initStep + 1 -1.81 -0.902 -2.42e+03 0 0.414 0.235 0.235 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 108, Parent ID = 105 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.7 -2.47 -2.42e+03 0.0501 0 0 0 Target initStep - 1 -1.7 -2.47 -2.42e+03 0 0.0501 0.00893 0.00893 Target eIoni + 0 -1.65 -2.61 -2.42e+03 0.0501 0 0 0 Target initStep + 1 -1.65 -2.61 -2.42e+03 0 0.0501 0.00893 0.00893 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 104, Parent ID = 100 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.22 -4.49 -2.42e+03 0.266 0 0 0 Target initStep - 1 -2.55 -7.15 -2.42e+03 0 0.088 3.91 3.91 Target phot + 0 -1.17 -4.62 -2.42e+03 0.266 0 0 0 Target initStep + 1 -2.5 -7.28 -2.42e+03 0 0.088 3.91 3.91 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 111, Parent ID = 104 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.55 -7.15 -2.42e+03 0.178 0 0 0 Target initStep - 1 -2.55 -7.15 -2.42e+03 0 0.178 0.0681 0.0681 Target eIoni + 0 -2.5 -7.28 -2.42e+03 0.178 0 0 0 Target initStep + 1 -2.5 -7.28 -2.42e+03 0 0.178 0.0681 0.0681 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 103, Parent ID = 100 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.6 -3.01 -2.42e+03 1.76 0 0 0 Target initStep - 1 -2.93 -7.44 -2.4e+03 0.888 0 16.8 16.8 Target compt - 2 -3.1 -6.5 -2.4e+03 0 0.088 1.93 18.7 Target phot + 0 -1.55 -3.15 -2.42e+03 1.76 0 0 0 Target initStep + 1 -2.88 -7.58 -2.4e+03 0.888 0 16.8 16.8 Target compt + 2 -3.05 -6.64 -2.4e+03 0 0.088 1.93 18.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 113, Parent ID = 103 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.1 -6.5 -2.4e+03 0.8 0 0 0 Target initStep - 1 -3.11 -6.51 -2.4e+03 0 0.8 0.558 0.558 Target eIoni + 0 -3.05 -6.64 -2.4e+03 0.8 0 0 0 Target initStep + 1 -3.06 -6.65 -2.4e+03 0 0.8 0.558 0.558 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 112, Parent ID = 103 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.93 -7.44 -2.4e+03 0.873 0 0 0 Target initStep - 1 -2.93 -7.47 -2.4e+03 0 0.873 0.62 0.62 Target eIoni + 0 -2.88 -7.58 -2.4e+03 0.873 0 0 0 Target initStep + 1 -2.88 -7.61 -2.4e+03 0 0.873 0.62 0.62 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 102, Parent ID = 100 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.84 -2.86 -2.42e+03 0.439 0 0 0 Target initStep - 1 -1.1 -2.69 -2.42e+03 0 0.088 2.17 2.17 Target phot + 0 -1.79 -2.99 -2.42e+03 0.439 0 0 0 Target initStep + 1 -1.05 -2.83 -2.42e+03 0 0.088 2.17 2.17 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 114, Parent ID = 102 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.1 -2.69 -2.42e+03 0.351 0 0 0 Target initStep - 1 -1.08 -2.69 -2.42e+03 0.164 0.0161 0.0242 0.0242 Target eBrem - 2 -1.08 -2.69 -2.42e+03 0 0.164 0.06 0.0842 Target eIoni + 0 -1.05 -2.83 -2.42e+03 0.351 0 0 0 Target initStep + 1 -1.03 -2.82 -2.42e+03 0.164 0.0161 0.0242 0.0242 Target eBrem + 2 -1.03 -2.82 -2.42e+03 0 0.164 0.06 0.0842 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 115, Parent ID = 114 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.08 -2.69 -2.42e+03 0.171 0 0 0 Target initStep - 1 -1.09 -2.58 -2.42e+03 0 0.088 0.132 0.132 Target phot + 0 -1.03 -2.82 -2.42e+03 0.171 0 0 0 Target initStep + 1 -1.04 -2.72 -2.42e+03 0 0.088 0.132 0.132 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 116, Parent ID = 115 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.09 -2.58 -2.42e+03 0.0826 0 0 0 Target initStep - 1 -1.09 -2.58 -2.42e+03 0 0.0826 0.0202 0.0202 Target eIoni + 0 -1.04 -2.72 -2.42e+03 0.0826 0 0 0 Target initStep + 1 -1.04 -2.72 -2.42e+03 0 0.0826 0.0202 0.0202 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.885 0.737 -2.45e+03 0.257 0 0 0 Target initStep - 1 -0.918 0.647 -2.45e+03 0 0.088 0.761 0.761 Target phot + 0 -0.835 0.601 -2.45e+03 0.257 0 0 0 Target initStep + 1 -0.868 0.512 -2.45e+03 0 0.088 0.761 0.761 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 117, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.918 0.647 -2.45e+03 0.169 0 0 0 Target initStep - 1 -0.917 0.645 -2.45e+03 0 0.169 0.0629 0.0629 Target eIoni + 0 -0.868 0.512 -2.45e+03 0.169 0 0 0 Target initStep + 1 -0.867 0.51 -2.45e+03 0 0.169 0.0629 0.0629 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.847 0.875 -2.45e+03 4.8 0 0 0 Target initStep - 1 -1.2 0.446 -2.44e+03 0 0 10.1 10.1 Target conv + 0 -0.748 0.735 -2.45e+03 4.8 0 0 0 Target initStep + 1 -1.1 0.306 -2.44e+03 0 0 10.1 10.1 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 118, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.2 0.446 -2.44e+03 0.7 0 0 0 Target initStep - 1 -1.23 0.453 -2.44e+03 0 0.7 0.472 0.472 Target eIoni + 0 -1.1 0.306 -2.44e+03 0.7 0 0 0 Target initStep + 1 -1.14 0.313 -2.44e+03 0 0.7 0.472 0.472 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.844 0.876 -2.45e+03 43.4 0 0 0 Target initStep - 1 -1.11 0.715 -2.44e+03 28.9 0 6.11 6.11 Target compt - 2 -0.0309 0.96 -2.42e+03 0 0 18.4 24.5 Target conv + 0 -0.746 0.736 -2.45e+03 43.4 0 0 0 Target initStep + 1 -1.01 0.575 -2.44e+03 28.9 0 6.11 6.11 Target compt + 2 0.0674 0.82 -2.42e+03 0 0 18.4 24.5 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 121, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0309 0.96 -2.42e+03 24.1 0 0 0 Target initStep - 1 -0.0284 0.965 -2.42e+03 23.8 0.119 0.0471 0.0471 Target eBrem - 2 0.02 0.962 -2.42e+03 23.1 0.341 0.307 0.354 Target eBrem - 3 -0.484 -0.269 -2.42e+03 19.2 3.66 2.45 2.8 Target eBrem - 4 -0.586 -0.305 -2.42e+03 18.3 0.139 0.143 2.94 Target eBrem - 5 -0.672 -0.329 -2.42e+03 6.11 0.108 0.109 3.05 Target eBrem - 6 -1.04 -0.625 -2.42e+03 5.23 0.602 0.529 3.58 Target eBrem - 7 0.555 -1.22 -2.42e+03 2.14 3.09 2.27 5.85 Target eIoni - 8 0.313 -0.316 -2.42e+03 1.12 0.9 0.962 6.81 Target eBrem - 9 0.27 -0.33 -2.42e+03 0 1.12 0.831 7.65 Target eIoni + 0 0.0674 0.82 -2.42e+03 24.1 0 0 0 Target initStep + 1 0.0699 0.825 -2.42e+03 23.8 0.119 0.0471 0.0471 Target eBrem + 2 0.118 0.823 -2.42e+03 23.1 0.341 0.307 0.354 Target eBrem + 3 -0.385 -0.409 -2.42e+03 19.2 3.66 2.45 2.8 Target eBrem + 4 -0.487 -0.445 -2.42e+03 18.3 0.139 0.143 2.94 Target eBrem + 5 -0.574 -0.469 -2.42e+03 6.11 0.108 0.109 3.05 Target eBrem + 6 -0.939 -0.765 -2.42e+03 5.23 0.602 0.529 3.58 Target eBrem + 7 0.653 -1.36 -2.42e+03 2.14 3.09 2.27 5.85 Target eIoni + 8 0.412 -0.456 -2.42e+03 1.12 0.9 0.962 6.81 Target eBrem + 9 0.368 -0.469 -2.42e+03 0 1.12 0.831 7.65 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 120, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.11 0.715 -2.44e+03 14.5 0 0 0 Target initStep - 1 -1.46 0.153 -2.44e+03 12.5 2.05 1.38 1.38 Target msc - 2 -1.4 0.0591 -2.44e+03 10.3 0.217 0.122 1.5 Target eBrem - 3 -1.38 -0.434 -2.44e+03 1.73 0.738 0.657 2.16 Target eBrem - 4 -1.05 0.0636 -2.44e+03 0.337 1.4 1.28 3.44 Target eIoni - 5 -1.05 0.054 -2.44e+03 0 0.337 0.176 3.62 Target eIoni + 0 -1.01 0.575 -2.44e+03 14.5 0 0 0 Target initStep + 1 -1.36 0.0129 -2.44e+03 12.5 2.05 1.38 1.38 Target msc + 2 -1.31 -0.0808 -2.44e+03 10.3 0.217 0.122 1.5 Target eBrem + 3 -1.28 -0.574 -2.44e+03 1.73 0.738 0.657 2.16 Target eBrem + 4 -0.949 -0.0763 -2.44e+03 0.337 1.4 1.28 3.44 Target eIoni + 5 -0.949 -0.0858 -2.44e+03 0 0.337 0.176 3.62 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 131, Parent ID = 120 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.38 -0.434 -2.44e+03 7.88 0 0 0 Target initStep - 1 6.08 -12.2 -2.42e+03 0 0 22 22 Target conv + 0 -1.28 -0.574 -2.44e+03 7.88 0 0 0 Target initStep + 1 6.18 -12.3 -2.42e+03 0 0 22 22 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 132, Parent ID = 131 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.08 -12.2 -2.42e+03 2.24 0 0 0 Target initStep - 1 6.03 -12.5 -2.42e+03 1.56 0.536 0.412 0.412 Target eBrem - 2 6.05 -12.5 -2.42e+03 1.26 0.167 0.129 0.541 Target eBrem - 3 6.08 -12.6 -2.42e+03 0 1.26 0.952 1.49 Target eIoni + 0 6.18 -12.3 -2.42e+03 2.24 0 0 0 Target initStep + 1 6.13 -12.6 -2.42e+03 1.56 0.536 0.412 0.412 Target eBrem + 2 6.15 -12.7 -2.42e+03 1.26 0.167 0.129 0.541 Target eBrem + 3 6.17 -12.7 -2.42e+03 0 1.26 0.952 1.49 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 135, Parent ID = 132 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.05 -12.5 -2.42e+03 0.137 0 0 0 Target initStep - 1 5.91 -13.3 -2.42e+03 0 0.088 0.929 0.929 Target phot + 0 6.15 -12.7 -2.42e+03 0.137 0 0 0 Target initStep + 1 6.01 -13.4 -2.42e+03 0 0.088 0.929 0.929 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 136, Parent ID = 135 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.91 -13.3 -2.42e+03 0.0486 0 0 0 Target initStep - 1 5.91 -13.3 -2.42e+03 0 0.0486 0.00851 0.00851 Target eIoni + 0 6.01 -13.4 -2.42e+03 0.0486 0 0 0 Target initStep + 1 6 -13.4 -2.42e+03 0 0.0486 0.00851 0.00851 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 134, Parent ID = 132 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.03 -12.5 -2.42e+03 0.143 0 0 0 Target initStep - 1 6.37 -12.6 -2.42e+03 0 0.088 0.421 0.421 Target phot + 0 6.13 -12.6 -2.42e+03 0.143 0 0 0 Target initStep + 1 6.47 -12.8 -2.42e+03 0 0.088 0.421 0.421 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 137, Parent ID = 134 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.37 -12.6 -2.42e+03 0.0545 0 0 0 Target initStep - 1 6.38 -12.6 -2.42e+03 0 0.0545 0.0103 0.0103 Target eIoni + 0 6.47 -12.8 -2.42e+03 0.0545 0 0 0 Target initStep + 1 6.47 -12.8 -2.42e+03 0 0.0545 0.0103 0.0103 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 130, Parent ID = 120 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.4 0.0591 -2.44e+03 1.94 0 0 0 Target initStep - 1 14.7 -20.2 -2.42e+03 1.94 0 34.1 34.1 World Transportation - 2 28.3 -37.4 -2.4e+03 1.94 0 28.9 62.9 Tracker Transportation + 0 -1.31 -0.0808 -2.44e+03 1.94 0 0 0 Target initStep + 1 14.7 -20.2 -2.42e+03 1.94 0 33.8 33.8 World Transportation + 2 28.4 -37.6 -2.4e+03 1.94 0 29.1 62.9 Tracker Transportation 3 1.49e+03 -1.88e+03 -390 1.94 0 3.09e+03 3.16e+03 World Transportation 4 2.33e+03 -2.94e+03 766 1.94 0 1.78e+03 4.94e+03 OutOfWorld Transportation @@ -1712,382 +1712,382 @@ 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.313 -0.316 -2.42e+03 0.122 0 0 0 Target initStep - 1 0.213 -0.245 -2.42e+03 0 0.088 0.125 0.125 Target phot + 0 0.412 -0.456 -2.42e+03 0.122 0 0 0 Target initStep + 1 0.311 -0.384 -2.42e+03 0 0.088 0.125 0.125 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 138, Parent ID = 129 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.213 -0.245 -2.42e+03 0.0339 0 0 0 Target initStep - 1 0.213 -0.244 -2.42e+03 0 0.0339 0.00474 0.00474 Target eIoni + 0 0.311 -0.384 -2.42e+03 0.0339 0 0 0 Target initStep + 1 0.312 -0.384 -2.42e+03 0 0.0339 0.00474 0.00474 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 128, Parent ID = 121 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.04 -0.625 -2.42e+03 0.274 0 0 0 Target initStep - 1 -1.16 -1.13 -2.42e+03 0 0.088 0.616 0.616 Target phot + 0 -0.939 -0.765 -2.42e+03 0.274 0 0 0 Target initStep + 1 -1.06 -1.27 -2.42e+03 0 0.088 0.616 0.616 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 139, Parent ID = 128 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.16 -1.13 -2.42e+03 0.186 0 0 0 Target initStep - 1 -1.16 -1.14 -2.42e+03 0 0.186 0.0726 0.0726 Target eIoni + 0 -1.06 -1.27 -2.42e+03 0.186 0 0 0 Target initStep + 1 -1.06 -1.28 -2.42e+03 0 0.186 0.0726 0.0726 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 127, Parent ID = 121 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.672 -0.329 -2.42e+03 12.1 0 0 0 Target initStep - 1 -7.65 -3.59 -2.42e+03 0 0 9.29 9.29 Target conv + 0 -0.574 -0.469 -2.42e+03 12.1 0 0 0 Target initStep + 1 -7.56 -3.73 -2.42e+03 0 0 9.29 9.29 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 140, Parent ID = 127 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.65 -3.59 -2.42e+03 9.39 0 0 0 Target initStep - 1 -8.08 -3.85 -2.42e+03 7.2 1.57 0.576 0.576 Target eBrem - 2 -8.39 -4.37 -2.42e+03 5.84 1.05 0.945 1.52 Target eBrem - 3 -8.32 -4.56 -2.42e+03 2.15 0.281 0.24 1.76 Target eBrem - 4 -8.29 -4.57 -2.42e+03 1.53 0.0799 0.0582 1.82 Target eBrem - 5 -8.5 -3.6 -2.42e+03 0.229 1.3 1.16 2.98 Target eIoni - 6 -8.5 -3.61 -2.42e+03 0 0.229 0.1 3.08 Target eIoni + 0 -7.56 -3.73 -2.42e+03 9.39 0 0 0 Target initStep + 1 -7.98 -3.99 -2.42e+03 7.2 1.57 0.576 0.576 Target eBrem + 2 -8.3 -4.51 -2.42e+03 5.84 1.05 0.945 1.52 Target eBrem + 3 -8.23 -4.7 -2.42e+03 2.15 0.281 0.24 1.76 Target eBrem + 4 -8.19 -4.71 -2.42e+03 1.53 0.0799 0.0582 1.82 Target eBrem + 5 -8.4 -3.74 -2.42e+03 0.229 1.3 1.16 2.98 Target eIoni + 6 -8.4 -3.75 -2.42e+03 0 0.229 0.1 3.08 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 145, Parent ID = 140 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.29 -4.57 -2.42e+03 0.545 0 0 0 Target initStep - 1 -5.17 -6.28 -2.42e+03 0.491 0 4.68 4.68 Target compt - 2 -3.84 -9.01 -2.42e+03 0 0.088 4.89 9.56 Target phot + 0 -8.19 -4.71 -2.42e+03 0.545 0 0 0 Target initStep + 1 -5.07 -6.42 -2.42e+03 0.491 0 4.68 4.68 Target compt + 2 -3.74 -9.15 -2.42e+03 0 0.088 4.89 9.56 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 147, Parent ID = 145 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.84 -9.01 -2.42e+03 0.403 0 0 0 Target initStep - 1 -3.93 -9.14 -2.42e+03 0.0579 0.25 0.207 0.207 Target eBrem - 2 -3.93 -9.14 -2.42e+03 0 0.0579 0.0113 0.219 Target eIoni + 0 -3.74 -9.15 -2.42e+03 0.403 0 0 0 Target initStep + 1 -3.83 -9.28 -2.42e+03 0.0579 0.25 0.207 0.207 Target eBrem + 2 -3.83 -9.28 -2.42e+03 0 0.0579 0.0113 0.219 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 146, Parent ID = 145 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.17 -6.28 -2.42e+03 0.0547 0 0 0 Target initStep - 1 -5.17 -6.28 -2.42e+03 0 0.0547 0.0103 0.0103 Target eIoni + 0 -5.07 -6.42 -2.42e+03 0.0547 0 0 0 Target initStep + 1 -5.07 -6.42 -2.42e+03 0 0.0547 0.0103 0.0103 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 148, Parent ID = 147 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.93 -9.14 -2.42e+03 0.095 0 0 0 Target initStep - 1 -3.78 -9.21 -2.42e+03 0 0.088 0.171 0.171 Target phot + 0 -3.83 -9.28 -2.42e+03 0.095 0 0 0 Target initStep + 1 -3.68 -9.35 -2.42e+03 0 0.088 0.171 0.171 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 149, Parent ID = 148 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.78 -9.21 -2.42e+03 0.00699 0 0 0 Target initStep - 1 -3.78 -9.21 -2.42e+03 0 0.00699 0.000417 0.000417 Target eIoni + 0 -3.68 -9.35 -2.42e+03 0.00699 0 0 0 Target initStep + 1 -3.68 -9.35 -2.42e+03 0 0.00699 0.000417 0.000417 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 144, Parent ID = 140 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.32 -4.56 -2.42e+03 3.41 0 0 0 Target initStep - 1 -7.29 -4.92 -2.42e+03 2.65 0 1.88 1.88 Target compt - 2 1.27 -14.4 -2.43e+03 0.459 0 21.3 23.2 Target compt - 3 -0.236 -12.7 -2.44e+03 0 0.088 3 26.2 Target phot + 0 -8.23 -4.7 -2.42e+03 3.41 0 0 0 Target initStep + 1 -7.2 -5.06 -2.42e+03 2.65 0 1.88 1.88 Target compt + 2 1.37 -14.5 -2.43e+03 0.459 0 21.3 23.2 Target compt + 3 -0.138 -12.8 -2.44e+03 0 0.088 3 26.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 152, Parent ID = 144 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.236 -12.7 -2.44e+03 0.371 0 0 0 Target initStep - 1 -0.245 -12.7 -2.44e+03 0 0.371 0.202 0.202 Target eIoni + 0 -0.138 -12.8 -2.44e+03 0.371 0 0 0 Target initStep + 1 -0.147 -12.8 -2.44e+03 0 0.371 0.202 0.202 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 151, Parent ID = 144 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.27 -14.4 -2.43e+03 2.19 0 0 0 Target initStep - 1 0.487 -15.5 -2.43e+03 0.652 1.53 1.49 1.49 Target eIoni - 2 0.502 -15.5 -2.43e+03 0 0.652 0.431 1.92 Target eIoni + 0 1.37 -14.5 -2.43e+03 2.19 0 0 0 Target initStep + 1 0.585 -15.6 -2.43e+03 0.652 1.53 1.49 1.49 Target eIoni + 2 0.6 -15.6 -2.43e+03 0 0.652 0.431 1.92 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 150, Parent ID = 144 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.29 -4.92 -2.42e+03 0.765 0 0 0 Target initStep - 1 -7.27 -4.9 -2.42e+03 0 0.765 0.528 0.528 Target eIoni + 0 -7.2 -5.06 -2.42e+03 0.765 0 0 0 Target initStep + 1 -7.17 -5.04 -2.42e+03 0 0.765 0.528 0.528 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 143, Parent ID = 140 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.39 -4.37 -2.42e+03 0.308 0 0 0 Target initStep - 1 -5.46 -8.72 -2.42e+03 0 0.088 5.36 5.36 Target phot + 0 -8.3 -4.51 -2.42e+03 0.308 0 0 0 Target initStep + 1 -5.36 -8.86 -2.42e+03 0 0.088 5.36 5.36 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 153, Parent ID = 143 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.46 -8.72 -2.42e+03 0.22 0 0 0 Target initStep - 1 -5.46 -8.72 -2.42e+03 0 0.22 0.094 0.094 Target eIoni + 0 -5.36 -8.86 -2.42e+03 0.22 0 0 0 Target initStep + 1 -5.36 -8.86 -2.42e+03 0 0.22 0.094 0.094 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 142, Parent ID = 140 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.08 -3.85 -2.42e+03 0.624 0 0 0 Target initStep - 1 -17.6 -8.38 -2.41e+03 0.352 0 11.1 11.1 Target compt - 2 -17.7 -9.01 -2.41e+03 0 0.088 6.93 18 Target phot + 0 -7.98 -3.99 -2.42e+03 0.624 0 0 0 Target initStep + 1 -17.5 -8.52 -2.41e+03 0.352 0 11.1 11.1 Target compt + 2 -17.6 -9.15 -2.41e+03 0 0.088 6.93 18 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 155, Parent ID = 142 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.7 -9.01 -2.41e+03 0.264 0 0 0 Target initStep - 1 -17.7 -9.01 -2.41e+03 0 0.264 0.123 0.123 Target eIoni + 0 -17.6 -9.15 -2.41e+03 0.264 0 0 0 Target initStep + 1 -17.6 -9.15 -2.41e+03 0 0.264 0.123 0.123 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 154, Parent ID = 142 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.6 -8.38 -2.41e+03 0.272 0 0 0 Target initStep - 1 -17.6 -8.38 -2.41e+03 0 0.272 0.129 0.129 Target eIoni + 0 -17.5 -8.52 -2.41e+03 0.272 0 0 0 Target initStep + 1 -17.5 -8.52 -2.41e+03 0 0.272 0.129 0.129 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 126, Parent ID = 121 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.586 -0.305 -2.42e+03 0.782 0 0 0 Target initStep - 1 -8.47 -3.58 -2.42e+03 0.771 0 10.2 10.2 Target compt - 2 -14.9 -7.19 -2.41e+03 0.275 0 9.48 19.7 Target compt - 3 -17.4 -5.73 -2.41e+03 0 0.088 4.22 23.9 Target phot + 0 -0.487 -0.445 -2.42e+03 0.782 0 0 0 Target initStep + 1 -8.37 -3.72 -2.42e+03 0.771 0 10.2 10.2 Target compt + 2 -14.8 -7.33 -2.41e+03 0.275 0 9.48 19.7 Target compt + 3 -17.3 -5.87 -2.41e+03 0 0.088 4.22 23.9 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 158, Parent ID = 126 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.4 -5.73 -2.41e+03 0.187 0 0 0 Target initStep - 1 -17.4 -5.73 -2.41e+03 0 0.187 0.0732 0.0732 Target eIoni + 0 -17.3 -5.87 -2.41e+03 0.187 0 0 0 Target initStep + 1 -17.3 -5.87 -2.41e+03 0 0.187 0.0732 0.0732 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 157, Parent ID = 126 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.9 -7.19 -2.41e+03 0.496 0 0 0 Target initStep - 1 -14.9 -7.2 -2.41e+03 0 0.496 0.302 0.302 Target eIoni + 0 -14.8 -7.33 -2.41e+03 0.496 0 0 0 Target initStep + 1 -14.8 -7.34 -2.41e+03 0 0.496 0.302 0.302 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 156, Parent ID = 126 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.47 -3.58 -2.42e+03 0.0108 0 0 0 Target initStep - 1 -8.47 -3.58 -2.42e+03 0 0.0108 0.000787 0.000787 Target eIoni + 0 -8.37 -3.72 -2.42e+03 0.0108 0 0 0 Target initStep + 1 -8.37 -3.72 -2.42e+03 0 0.0108 0.000787 0.000787 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 125, Parent ID = 121 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.484 -0.269 -2.42e+03 0.214 0 0 0 Target initStep - 1 -0.493 -0.276 -2.42e+03 0 0.088 0.0144 0.0144 Target phot + 0 -0.385 -0.409 -2.42e+03 0.214 0 0 0 Target initStep + 1 -0.395 -0.416 -2.42e+03 0 0.088 0.0144 0.0144 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 159, Parent ID = 125 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.493 -0.276 -2.42e+03 0.126 0 0 0 Target initStep - 1 -0.493 -0.276 -2.42e+03 0 0.126 0.0394 0.0394 Target eIoni + 0 -0.395 -0.416 -2.42e+03 0.126 0 0 0 Target initStep + 1 -0.395 -0.415 -2.42e+03 0 0.126 0.0394 0.0394 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 124, Parent ID = 121 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.02 0.962 -2.42e+03 0.398 0 0 0 Target initStep - 1 -1.06 -2.07 -2.41e+03 0 0.088 9.85 9.85 Target phot + 0 0.118 0.823 -2.42e+03 0.398 0 0 0 Target initStep + 1 -0.966 -2.21 -2.41e+03 0 0.088 9.85 9.85 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 160, Parent ID = 124 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.06 -2.07 -2.41e+03 0.31 0 0 0 Target initStep - 1 -1.06 -2.08 -2.41e+03 0 0.31 0.157 0.157 Target eIoni + 0 -0.966 -2.21 -2.41e+03 0.31 0 0 0 Target initStep + 1 -0.966 -2.22 -2.41e+03 0 0.31 0.157 0.157 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 123, Parent ID = 121 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0284 0.965 -2.42e+03 0.199 0 0 0 Target initStep - 1 -0.0038 0.987 -2.42e+03 0 0.088 0.422 0.422 Target phot + 0 0.0699 0.825 -2.42e+03 0.199 0 0 0 Target initStep + 1 0.0945 0.847 -2.42e+03 0 0.088 0.422 0.422 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 161, Parent ID = 123 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0038 0.987 -2.42e+03 0.111 0 0 0 Target initStep - 1 -0.00237 0.988 -2.42e+03 0 0.111 0.0326 0.0326 Target eIoni + 0 0.0945 0.847 -2.42e+03 0.111 0 0 0 Target initStep + 1 0.096 0.848 -2.42e+03 0 0.111 0.0326 0.0326 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.824 0.896 -2.45e+03 0.125 0 0 0 Target initStep - 1 -0.838 0.887 -2.45e+03 0 0.088 0.269 0.269 Target phot + 0 -0.725 0.744 -2.45e+03 0.125 0 0 0 Target initStep + 1 -0.739 0.735 -2.45e+03 0 0.088 0.269 0.269 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 162, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.838 0.887 -2.45e+03 0.0368 0 0 0 Target initStep - 1 -0.838 0.887 -2.45e+03 0 0.0368 0.00541 0.00541 Target eIoni + 0 -0.739 0.735 -2.45e+03 0.0368 0 0 0 Target initStep + 1 -0.739 0.735 -2.45e+03 0 0.0368 0.00541 0.00541 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.817 0.899 -2.45e+03 0.19 0 0 0 Target initStep - 1 -0.852 0.903 -2.45e+03 0 0.088 0.758 0.758 Target phot + 0 -0.712 0.748 -2.45e+03 0.19 0 0 0 Target initStep + 1 -0.748 0.752 -2.45e+03 0 0.088 0.758 0.758 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 163, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.852 0.903 -2.45e+03 0.102 0 0 0 Target initStep - 1 -0.853 0.903 -2.45e+03 0 0.102 0.0282 0.0282 Target eIoni + 0 -0.748 0.752 -2.45e+03 0.102 0 0 0 Target initStep + 1 -0.749 0.752 -2.45e+03 0 0.102 0.0282 0.0282 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.809 0.899 -2.45e+03 0.794 0 0 0 Target initStep - 1 -1.78 0.927 -2.43e+03 0.782 0 16.4 16.4 Target compt - 2 -5.16 1.43 -2.42e+03 0.299 0 17.5 33.9 Target compt - 3 -6.31 -1.17 -2.42e+03 0 0.088 2.87 36.8 Target phot + 0 -0.706 0.748 -2.45e+03 0.794 0 0 0 Target initStep + 1 -1.68 0.775 -2.43e+03 0.782 0 16.4 16.4 Target compt + 2 -5.05 1.28 -2.42e+03 0.299 0 17.5 33.9 Target compt + 3 -6.21 -1.32 -2.42e+03 0 0.088 2.87 36.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 166, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.31 -1.17 -2.42e+03 0.211 0 0 0 Target initStep - 1 -6.31 -1.17 -2.42e+03 0 0.211 0.0882 0.0882 Target eIoni + 0 -6.21 -1.32 -2.42e+03 0.211 0 0 0 Target initStep + 1 -6.21 -1.33 -2.42e+03 0 0.211 0.0882 0.0882 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 165, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.16 1.43 -2.42e+03 0.484 0 0 0 Target initStep - 1 -5.16 1.44 -2.42e+03 0 0.484 0.291 0.291 Target eIoni + 0 -5.05 1.28 -2.42e+03 0.484 0 0 0 Target initStep + 1 -5.05 1.29 -2.42e+03 0 0.484 0.291 0.291 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 164, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.78 0.927 -2.43e+03 0.0115 0 0 0 Target initStep - 1 -1.78 0.927 -2.43e+03 0 0.0115 0.000861 0.000861 Target eIoni + 0 -1.68 0.775 -2.43e+03 0.0115 0 0 0 Target initStep + 1 -1.68 0.775 -2.43e+03 0 0.0115 0.000861 0.000861 Target eIoni ********************************************************************************************************* * 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 - 0 -0.81 0.865 -2.45e+03 45.2 0 0 0 Target initStep - 1 -1.06 0.843 -2.41e+03 0 0 36.3 36.3 Target conv + 0 -0.668 0.743 -2.45e+03 45.2 0 0 0 Target initStep + 1 -0.919 0.722 -2.41e+03 0 0 36.3 36.3 Target conv ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 168, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.06 0.843 -2.41e+03 13.5 0 0 0 Target initStep - 1 -1.06 0.849 -2.41e+03 13 0.147 0.0751 0.0751 Target eBrem - 2 -3.62 1.27 -2.41e+03 7.85 4.12 3.44 3.51 Target eBrem - 3 -3.73 0.717 -2.41e+03 6.07 1.6 0.655 4.17 Target eBrem - 4 -3.19 0.205 -2.41e+03 4.84 0.85 0.88 5.04 Target eBrem - 5 -2.77 -0.488 -2.41e+03 3.66 1 0.868 5.91 Target eBrem - 6 -2.7 -0.711 -2.41e+03 1.95 0.371 0.321 6.23 Target eIoni - 7 -2.69 -0.713 -2.41e+03 1.64 0.0158 0.0185 6.25 Target eBrem - 8 -2.98 0.42 -2.41e+03 0.297 1.34 1.25 7.51 Target eIoni - 9 -2.98 0.415 -2.41e+03 0 0.297 0.143 7.65 Target eIoni - 10 -2.98 0.415 -2.41e+03 0 0 0 7.65 Target annihil + 0 -0.919 0.722 -2.41e+03 13.5 0 0 0 Target initStep + 1 -0.919 0.728 -2.41e+03 13 0.147 0.0751 0.0751 Target eBrem + 2 -3.47 1.15 -2.41e+03 7.85 4.12 3.44 3.51 Target eBrem + 3 -3.59 0.596 -2.41e+03 6.07 1.6 0.655 4.17 Target eBrem + 4 -3.05 0.0832 -2.41e+03 4.84 0.85 0.88 5.04 Target eBrem + 5 -2.63 -0.609 -2.41e+03 3.66 1 0.868 5.91 Target eBrem + 6 -2.56 -0.832 -2.41e+03 1.95 0.371 0.321 6.23 Target eIoni + 7 -2.55 -0.835 -2.41e+03 1.64 0.0158 0.0185 6.25 Target eBrem + 8 -2.84 0.299 -2.41e+03 0.297 1.34 1.25 7.51 Target eIoni + 9 -2.84 0.293 -2.41e+03 0 0.297 0.143 7.65 Target eIoni + 10 -2.84 0.293 -2.41e+03 0 0 0 7.65 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 174, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.7 -0.711 -2.41e+03 1.35 0 0 0 Target initStep - 1 -3.53 -1.11 -2.41e+03 0.143 1.2 1.03 1.03 Target eIoni - 2 -3.53 -1.11 -2.41e+03 0 0.143 0.0482 1.08 Target eIoni + 0 -2.56 -0.832 -2.41e+03 1.35 0 0 0 Target initStep + 1 -3.39 -1.23 -2.41e+03 0.143 1.2 1.03 1.03 Target eIoni + 2 -3.39 -1.23 -2.41e+03 0 0.143 0.0482 1.08 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 167, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.06 0.843 -2.41e+03 30.6 0 0 0 Target initStep - 1 -1.25 0.788 -2.41e+03 28.1 1.75 1.34 1.34 Target eBrem - 2 -0.919 0.701 -2.41e+03 23.7 1.58 1.2 2.54 Target eBrem - 3 -0.999 0.451 -2.41e+03 22.5 0.943 0.904 3.44 Target eBrem - 4 -1.02 0.462 -2.41e+03 20.3 0.196 0.172 3.61 Target eBrem - 5 -0.841 0.998 -2.41e+03 15 5.23 2.61 6.22 Target eBrem - 6 -0.751 1.48 -2.41e+03 14 0.878 0.865 7.09 Target eBrem - 7 0.135 2.39 -2.41e+03 10.2 2.48 1.79 8.88 Target eBrem - 8 0.979 2.77 -2.4e+03 7.9 2.02 1.53 10.4 Target eBrem - 9 1.56 2.18 -2.4e+03 5.77 1.56 1.37 11.8 Target eBrem - 10 1.85 2.04 -2.4e+03 5.12 0.478 0.448 12.2 Target eBrem - 11 1.99 2.08 -2.4e+03 4.17 0.218 0.21 12.4 Target eBrem - 12 1.81 1.19 -2.41e+03 2.33 1.68 1.66 14.1 Target eBrem - 13 1.47 1.6 -2.4e+03 0.0829 0.665 0.636 14.7 Target eBrem - 14 1.47 1.6 -2.4e+03 0 0.0829 0.0203 14.8 Target eIoni + 0 -0.919 0.722 -2.41e+03 30.6 0 0 0 Target initStep + 1 -1.11 0.666 -2.41e+03 28.1 1.75 1.34 1.34 Target eBrem + 2 -0.777 0.58 -2.41e+03 23.7 1.58 1.2 2.54 Target eBrem + 3 -0.857 0.33 -2.41e+03 22.5 0.943 0.904 3.44 Target eBrem + 4 -0.875 0.34 -2.41e+03 20.3 0.196 0.172 3.61 Target eBrem + 5 -0.699 0.877 -2.41e+03 15 5.23 2.61 6.22 Target eBrem + 6 -0.609 1.36 -2.41e+03 14 0.878 0.865 7.09 Target eBrem + 7 0.277 2.27 -2.41e+03 10.2 2.48 1.79 8.88 Target eBrem + 8 1.12 2.65 -2.4e+03 7.9 2.02 1.53 10.4 Target eBrem + 9 1.7 2.05 -2.4e+03 5.77 1.56 1.37 11.8 Target eBrem + 10 1.99 1.91 -2.4e+03 5.12 0.478 0.448 12.2 Target eBrem + 11 2.13 1.96 -2.4e+03 4.17 0.218 0.21 12.4 Target eBrem + 12 1.96 1.07 -2.41e+03 2.33 1.68 1.66 14.1 Target eBrem + 13 1.62 1.47 -2.4e+03 0.0829 0.665 0.636 14.7 Target eBrem + 14 1.62 1.47 -2.4e+03 0 0.0829 0.0203 14.8 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 190, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.47 1.6 -2.4e+03 1.58 0 0 0 Target initStep - 1 -2.4 0.813 -2.4e+03 1.58 0 6.27 6.27 Tracker Transportation + 0 1.62 1.47 -2.4e+03 1.58 0 0 0 Target initStep + 1 -2.26 0.692 -2.4e+03 1.58 0 6.26 6.26 Tracker Transportation 2 -2.35e+03 -474 550 1.58 0 3.8e+03 3.81e+03 World Transportation 3 -2.94e+03 -593 1.29e+03 1.58 0 950 4.76e+03 OutOfWorld Transportation @@ -2096,107 +2096,107 @@ 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 1.81 1.19 -2.41e+03 0.159 0 0 0 Target initStep - 1 1.71 1.11 -2.4e+03 0 0.088 0.222 0.222 Target phot + 0 1.96 1.07 -2.41e+03 0.159 0 0 0 Target initStep + 1 1.85 0.986 -2.4e+03 0 0.088 0.222 0.222 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 191, Parent ID = 189 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.71 1.11 -2.4e+03 0.0707 0 0 0 Target initStep - 1 1.71 1.11 -2.4e+03 0 0.0707 0.0157 0.0157 Target eIoni + 0 1.85 0.986 -2.4e+03 0.0707 0 0 0 Target initStep + 1 1.85 0.985 -2.4e+03 0 0.0707 0.0157 0.0157 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 188, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.99 2.08 -2.4e+03 0.736 0 0 0 Target initStep - 1 4.4 0.52 -2.41e+03 0.733 0 2.92 2.92 Target compt - 2 13.6 -4.65 -2.41e+03 0 0.088 10.7 13.7 Target phot + 0 2.13 1.96 -2.4e+03 0.736 0 0 0 Target initStep + 1 4.55 0.398 -2.41e+03 0.733 0 2.92 2.92 Target compt + 2 13.7 -4.77 -2.41e+03 0 0.088 10.7 13.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 193, Parent ID = 188 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 13.6 -4.65 -2.41e+03 0.645 0 0 0 Target initStep - 1 13.6 -4.67 -2.41e+03 0 0.645 0.426 0.426 Target eIoni + 0 13.7 -4.77 -2.41e+03 0.645 0 0 0 Target initStep + 1 13.8 -4.79 -2.41e+03 0 0.645 0.426 0.426 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 192, Parent ID = 188 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.4 0.52 -2.41e+03 0.00224 0 0 0 Target initStep - 1 4.4 0.52 -2.41e+03 0 0.00224 8.83e-05 8.83e-05 Target eIoni + 0 4.55 0.398 -2.41e+03 0.00224 0 0 0 Target initStep + 1 4.55 0.398 -2.41e+03 0 0.00224 8.83e-05 8.83e-05 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 187, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.85 2.04 -2.4e+03 0.176 0 0 0 Target initStep - 1 2.03 2.14 -2.4e+03 0 0.088 0.389 0.389 Target phot + 0 1.99 1.91 -2.4e+03 0.176 0 0 0 Target initStep + 1 2.17 2.02 -2.4e+03 0 0.088 0.389 0.389 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 194, Parent ID = 187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.03 2.14 -2.4e+03 0.0875 0 0 0 Target initStep - 1 2.03 2.15 -2.4e+03 0 0.0875 0.0221 0.0221 Target eIoni + 0 2.17 2.02 -2.4e+03 0.0875 0 0 0 Target initStep + 1 2.17 2.02 -2.4e+03 0 0.0875 0.0221 0.0221 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 186, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.56 2.18 -2.4e+03 0.567 0 0 0 Target initStep - 1 17.9 -3.2 -2.41e+03 0.207 0 17.9 17.9 Target compt - 2 17.3 -3.41 -2.41e+03 0 0.088 0.649 18.5 Target phot + 0 1.7 2.05 -2.4e+03 0.567 0 0 0 Target initStep + 1 18 -3.32 -2.41e+03 0.207 0 17.9 17.9 Target compt + 2 17.5 -3.53 -2.41e+03 0 0.088 0.649 18.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 196, Parent ID = 186 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.3 -3.41 -2.41e+03 0.119 0 0 0 Target initStep - 1 17.3 -3.41 -2.41e+03 0 0.119 0.0363 0.0363 Target eIoni + 0 17.5 -3.53 -2.41e+03 0.119 0 0 0 Target initStep + 1 17.5 -3.53 -2.41e+03 0 0.119 0.0363 0.0363 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 195, Parent ID = 186 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 17.9 -3.2 -2.41e+03 0.36 0 0 0 Target initStep - 1 17.9 -3.2 -2.41e+03 0 0.36 0.193 0.193 Target eIoni + 0 18 -3.32 -2.41e+03 0.36 0 0 0 Target initStep + 1 18 -3.32 -2.41e+03 0 0.36 0.193 0.193 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 185, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.979 2.77 -2.4e+03 0.299 0 0 0 Target initStep - 1 0.982 2.73 -2.4e+03 0 0.088 0.0499 0.0499 Target phot + 0 1.12 2.65 -2.4e+03 0.299 0 0 0 Target initStep + 1 1.12 2.61 -2.4e+03 0 0.088 0.0499 0.0499 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 197, Parent ID = 185 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.982 2.73 -2.4e+03 0.211 0 0 0 Target initStep - 1 0.983 2.73 -2.4e+03 0 0.211 0.0885 0.0885 Target eIoni + 0 1.12 2.61 -2.4e+03 0.211 0 0 0 Target initStep + 1 1.12 2.6 -2.4e+03 0 0.211 0.0885 0.0885 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 184, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.135 2.39 -2.41e+03 1.31 0 0 0 Target initStep - 1 2.24 7.46 -2.4e+03 1.31 0 7.9 7.9 Tracker Transportation - 2 918 2.22e+03 77.1 1.31 0 3.44e+03 3.45e+03 World Transportation + 0 0.277 2.27 -2.41e+03 1.31 0 0 0 Target initStep + 1 2.38 7.33 -2.4e+03 1.31 0 7.89 7.89 Tracker Transportation + 2 918 2.22e+03 77.2 1.31 0 3.44e+03 3.45e+03 World Transportation 3 1.22e+03 2.94e+03 887 1.31 0 1.13e+03 4.58e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -2204,622 +2204,622 @@ 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.751 1.48 -2.41e+03 0.121 0 0 0 Target initStep - 1 -0.764 1.56 -2.41e+03 0 0.088 0.197 0.197 Target phot + 0 -0.609 1.36 -2.41e+03 0.121 0 0 0 Target initStep + 1 -0.622 1.44 -2.41e+03 0 0.088 0.197 0.197 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 198, Parent ID = 183 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.764 1.56 -2.41e+03 0.0327 0 0 0 Target initStep - 1 -0.764 1.57 -2.41e+03 0 0.0327 0.00447 0.00447 Target eIoni + 0 -0.622 1.44 -2.41e+03 0.0327 0 0 0 Target initStep + 1 -0.622 1.44 -2.41e+03 0 0.0327 0.00447 0.00447 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.841 0.998 -2.41e+03 0.101 0 0 0 Target initStep - 1 -0.868 1.06 -2.41e+03 0 0.088 0.0887 0.0887 Target phot + 0 -0.699 0.877 -2.41e+03 0.101 0 0 0 Target initStep + 1 -0.726 0.935 -2.41e+03 0 0.088 0.0887 0.0887 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 199, Parent ID = 182 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.868 1.06 -2.41e+03 0.0129 0 0 0 Target initStep - 1 -0.868 1.06 -2.41e+03 0 0.0129 0.00104 0.00104 Target eIoni + 0 -0.726 0.935 -2.41e+03 0.0129 0 0 0 Target initStep + 1 -0.725 0.935 -2.41e+03 0 0.0129 0.00104 0.00104 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 181, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.02 0.462 -2.41e+03 1.94 0 0 0 Target initStep - 1 -0.92 1.21 -2.4e+03 1.94 0 9.95 9.95 Tracker Transportation - 2 5.91 54.2 -1.7e+03 1.94 0 702 712 Chamber_PV Transportation - 3 7.86 69.3 -1.5e+03 1.94 0 201 913 Tracker Transportation - 4 13.7 115 -900 1.94 0 602 1.51e+03 Chamber_PV Transportation - 5 15.7 130 -700 1.94 0 201 1.71e+03 Tracker Transportation - 6 21.5 175 -100 1.94 0 602 2.32e+03 Chamber_PV Transportation - 7 23.5 190 100 1.94 0 201 2.52e+03 Tracker Transportation - 8 29.3 236 700 1.94 0 602 3.12e+03 Chamber_PV Transportation - 9 31.3 251 900 1.94 0 201 3.32e+03 Tracker Transportation - 10 37.1 296 1.5e+03 1.94 0 602 3.92e+03 Chamber_PV Transportation - 11 39.1 312 1.7e+03 1.94 0 201 4.12e+03 Tracker Transportation - 12 45.9 365 2.4e+03 1.94 0 702 4.82e+03 World Transportation - 13 51.1 405 2.94e+03 1.94 0 542 5.37e+03 OutOfWorld Transportation + 0 -0.875 0.34 -2.41e+03 1.94 0 0 0 Target initStep + 1 -0.778 1.09 -2.4e+03 1.94 0 9.95 9.95 Tracker Transportation + 2 6.05 54.1 -1.7e+03 1.94 0 702 712 Chamber_PV Transportation + 3 8 69.2 -1.5e+03 1.94 0 201 913 Tracker Transportation + 4 13.8 115 -900 1.94 0 602 1.51e+03 Chamber_PV Transportation + 5 15.8 130 -700 1.94 0 201 1.71e+03 Tracker Transportation + 6 21.6 175 -100 1.94 0 602 2.32e+03 Chamber_PV Transportation + 7 23.6 190 100 1.94 0 201 2.52e+03 Tracker Transportation + 8 29.4 236 700 1.94 0 602 3.12e+03 Chamber_PV Transportation + 9 31.4 251 900 1.94 0 201 3.32e+03 Tracker Transportation + 10 37.2 296 1.5e+03 1.94 0 602 3.92e+03 Chamber_PV Transportation + 11 39.2 311 1.7e+03 1.94 0 201 4.12e+03 Tracker Transportation + 12 46 364 2.4e+03 1.94 0 702 4.82e+03 World Transportation + 13 51.3 405 2.94e+03 1.94 0 542 5.37e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 180, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.999 0.451 -2.41e+03 0.271 0 0 0 Target initStep - 1 -0.93 0.386 -2.41e+03 0.235 0 1.4 1.4 Target compt - 2 -0.843 0.353 -2.41e+03 0 0.088 0.124 1.52 Target phot + 0 -0.857 0.33 -2.41e+03 0.271 0 0 0 Target initStep + 1 -0.788 0.265 -2.41e+03 0.235 0 1.4 1.4 Target compt + 2 -0.701 0.231 -2.41e+03 0 0.088 0.124 1.52 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 201, Parent ID = 180 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.843 0.353 -2.41e+03 0.147 0 0 0 Target initStep - 1 -0.842 0.355 -2.41e+03 0 0.147 0.0506 0.0506 Target eIoni + 0 -0.701 0.231 -2.41e+03 0.147 0 0 0 Target initStep + 1 -0.7 0.234 -2.41e+03 0 0.147 0.0506 0.0506 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 200, Parent ID = 180 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.93 0.386 -2.41e+03 0.0363 0 0 0 Target initStep - 1 -0.93 0.386 -2.41e+03 0 0.0363 0.00529 0.00529 Target eIoni + 0 -0.788 0.265 -2.41e+03 0.0363 0 0 0 Target initStep + 1 -0.788 0.265 -2.41e+03 0 0.0363 0.00529 0.00529 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 179, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.919 0.701 -2.41e+03 2.86 0 0 0 Target initStep - 1 -0.729 -0.755 -2.4e+03 2.86 0 11 11 Tracker Transportation - 2 11.4 -93.9 -1.7e+03 2.86 0 706 717 Chamber_PV Transportation - 3 14.9 -121 -1.5e+03 2.86 0 202 919 Tracker Transportation - 4 25.3 -200 -900 2.86 0 605 1.52e+03 Chamber_PV Transportation - 5 28.8 -227 -700 2.86 0 202 1.73e+03 Tracker Transportation - 6 39.2 -307 -100 2.86 0 605 2.33e+03 Chamber_PV Transportation - 7 42.7 -333 100 2.86 0 202 2.53e+03 Tracker Transportation - 8 53.1 -413 700 2.86 0 605 3.14e+03 Chamber_PV Transportation - 9 56.6 -440 900 2.86 0 202 3.34e+03 Tracker Transportation - 10 67 -520 1.5e+03 2.86 0 605 3.95e+03 Chamber_PV Transportation - 11 70.5 -546 1.7e+03 2.86 0 202 4.15e+03 Tracker Transportation - 12 82.6 -640 2.4e+03 2.86 0 706 4.85e+03 World Transportation - 13 92 -711 2.94e+03 2.86 0 545 5.4e+03 OutOfWorld Transportation + 0 -0.777 0.58 -2.41e+03 2.86 0 0 0 Target initStep + 1 -0.587 -0.876 -2.4e+03 2.86 0 11 11 Tracker Transportation + 2 11.6 -94 -1.7e+03 2.86 0 706 717 Chamber_PV Transportation + 3 15 -121 -1.5e+03 2.86 0 202 919 Tracker Transportation + 4 25.5 -200 -900 2.86 0 605 1.52e+03 Chamber_PV Transportation + 5 28.9 -227 -700 2.86 0 202 1.73e+03 Tracker Transportation + 6 39.4 -307 -100 2.86 0 605 2.33e+03 Chamber_PV Transportation + 7 42.8 -334 100 2.86 0 202 2.53e+03 Tracker Transportation + 8 53.2 -413 700 2.86 0 605 3.14e+03 Chamber_PV Transportation + 9 56.7 -440 900 2.86 0 202 3.34e+03 Tracker Transportation + 10 67.1 -520 1.5e+03 2.86 0 605 3.95e+03 Chamber_PV Transportation + 11 70.6 -546 1.7e+03 2.86 0 202 4.15e+03 Tracker Transportation + 12 82.8 -640 2.4e+03 2.86 0 706 4.85e+03 World Transportation + 13 92.1 -711 2.94e+03 2.86 0 545 5.4e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 178, Parent ID = 167 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.25 0.788 -2.41e+03 0.728 0 0 0 Target initStep - 1 -0.498 -0.337 -2.4e+03 0 0.088 8 8 Target phot + 0 -1.11 0.666 -2.41e+03 0.728 0 0 0 Target initStep + 1 -0.356 -0.458 -2.4e+03 0 0.088 8 8 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 202, Parent ID = 178 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.498 -0.337 -2.4e+03 0.64 0 0 0 Target initStep - 1 -0.501 -0.334 -2.4e+03 0 0.64 0.421 0.421 Target eIoni + 0 -0.356 -0.458 -2.4e+03 0.64 0 0 0 Target initStep + 1 -0.359 -0.456 -2.4e+03 0 0.64 0.421 0.421 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 177, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.98 0.415 -2.41e+03 0.511 0 0 0 Target initStep - 1 -1.54 2.21 -2.41e+03 0 0.088 2.86 2.86 Target phot + 0 -2.84 0.293 -2.41e+03 0.511 0 0 0 Target initStep + 1 -1.4 2.09 -2.41e+03 0 0.088 2.86 2.86 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 203, Parent ID = 177 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.54 2.21 -2.41e+03 0.423 0 0 0 Target initStep - 1 -1.53 2.22 -2.41e+03 0 0.423 0.243 0.243 Target eIoni + 0 -1.4 2.09 -2.41e+03 0.423 0 0 0 Target initStep + 1 -1.39 2.1 -2.41e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 176, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.98 0.415 -2.41e+03 0.511 0 0 0 Target initStep - 1 -4.35 -1.29 -2.41e+03 0.454 0 2.71 2.71 Target compt - 2 -7.5 -2.19 -2.41e+03 0.351 0 5.21 7.92 Target compt - 3 -7.95 -2.73 -2.41e+03 0 0.088 0.72 8.64 Target phot + 0 -2.84 0.293 -2.41e+03 0.511 0 0 0 Target initStep + 1 -4.21 -1.41 -2.41e+03 0.454 0 2.71 2.71 Target compt + 2 -7.36 -2.31 -2.41e+03 0.351 0 5.21 7.92 Target compt + 3 -7.81 -2.86 -2.41e+03 0 0.088 0.72 8.64 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 206, Parent ID = 176 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.95 -2.73 -2.41e+03 0.263 0 0 0 Target initStep - 1 -7.96 -2.74 -2.41e+03 0 0.263 0.123 0.123 Target eIoni + 0 -7.81 -2.86 -2.41e+03 0.263 0 0 0 Target initStep + 1 -7.81 -2.86 -2.41e+03 0 0.263 0.123 0.123 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 205, Parent ID = 176 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.5 -2.19 -2.41e+03 0.103 0 0 0 Target initStep - 1 -7.5 -2.19 -2.41e+03 0 0.103 0.0288 0.0288 Target eIoni + 0 -7.36 -2.31 -2.41e+03 0.103 0 0 0 Target initStep + 1 -7.36 -2.31 -2.41e+03 0 0.103 0.0288 0.0288 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 204, Parent ID = 176 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.35 -1.29 -2.41e+03 0.0572 0 0 0 Target initStep - 1 -4.35 -1.29 -2.41e+03 0 0.0572 0.0111 0.0111 Target eIoni + 0 -4.21 -1.41 -2.41e+03 0.0572 0 0 0 Target initStep + 1 -4.21 -1.41 -2.41e+03 0 0.0572 0.0111 0.0111 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 175, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.69 -0.713 -2.41e+03 0.289 0 0 0 Target initStep - 1 -2.35 -0.659 -2.41e+03 0 0.088 0.466 0.466 Target phot + 0 -2.55 -0.835 -2.41e+03 0.289 0 0 0 Target initStep + 1 -2.2 -0.781 -2.41e+03 0 0.088 0.466 0.466 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 207, Parent ID = 175 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.35 -0.659 -2.41e+03 0.201 0 0 0 Target initStep - 1 -2.35 -0.657 -2.41e+03 0 0.201 0.082 0.082 Target eIoni + 0 -2.2 -0.781 -2.41e+03 0.201 0 0 0 Target initStep + 1 -2.2 -0.779 -2.41e+03 0 0.201 0.082 0.082 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 173, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.77 -0.488 -2.41e+03 0.176 0 0 0 Target initStep - 1 -2.77 -0.954 -2.41e+03 0 0.088 0.497 0.497 Target phot + 0 -2.63 -0.609 -2.41e+03 0.176 0 0 0 Target initStep + 1 -2.63 -1.08 -2.41e+03 0 0.088 0.497 0.497 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 208, Parent ID = 173 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.77 -0.954 -2.41e+03 0.0876 0 0 0 Target initStep - 1 -2.77 -0.955 -2.41e+03 0 0.0876 0.0222 0.0222 Target eIoni + 0 -2.63 -1.08 -2.41e+03 0.0876 0 0 0 Target initStep + 1 -2.63 -1.08 -2.41e+03 0 0.0876 0.0222 0.0222 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 172, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.19 0.205 -2.41e+03 0.374 0 0 0 Target initStep - 1 -2.64 -0.581 -2.41e+03 0 0.088 1.01 1.01 Target phot + 0 -3.05 0.0832 -2.41e+03 0.374 0 0 0 Target initStep + 1 -2.49 -0.702 -2.41e+03 0 0.088 1.01 1.01 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 209, Parent ID = 172 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.64 -0.581 -2.41e+03 0.286 0 0 0 Target initStep - 1 -2.63 -0.586 -2.41e+03 0 0.286 0.139 0.139 Target eIoni + 0 -2.49 -0.702 -2.41e+03 0.286 0 0 0 Target initStep + 1 -2.49 -0.708 -2.41e+03 0 0.286 0.139 0.139 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 171, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.73 0.717 -2.41e+03 0.19 0 0 0 Target initStep - 1 -3.22 -1.09 -2.41e+03 0 0.088 1.89 1.89 Target phot + 0 -3.59 0.596 -2.41e+03 0.19 0 0 0 Target initStep + 1 -3.07 -1.21 -2.41e+03 0 0.088 1.89 1.89 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 210, Parent ID = 171 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.22 -1.09 -2.41e+03 0.102 0 0 0 Target initStep - 1 -3.22 -1.09 -2.41e+03 0 0.102 0.0285 0.0285 Target eIoni + 0 -3.07 -1.21 -2.41e+03 0.102 0 0 0 Target initStep + 1 -3.07 -1.21 -2.41e+03 0 0.102 0.0285 0.0285 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 170, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.62 1.27 -2.41e+03 1.03 0 0 0 Target initStep - 1 -3.95 0.646 -2.41e+03 0.786 0 0.72 0.72 Target compt - 2 -9.65 -3.01 -2.41e+03 0.217 0 6.78 7.5 Target compt - 3 -9.52 -3.01 -2.41e+03 0 0.088 0.147 7.65 Target phot + 0 -3.47 1.15 -2.41e+03 1.03 0 0 0 Target initStep + 1 -3.81 0.524 -2.41e+03 0.786 0 0.72 0.72 Target compt + 2 -9.51 -3.13 -2.41e+03 0.217 0 6.78 7.5 Target compt + 3 -9.37 -3.13 -2.41e+03 0 0.088 0.147 7.65 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 169, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.06 0.849 -2.41e+03 0.38 0 0 0 Target initStep - 1 -1.09 0.916 -2.41e+03 0 0.088 0.823 0.823 Target phot + 0 -0.919 0.728 -2.41e+03 0.38 0 0 0 Target initStep + 1 -0.948 0.794 -2.41e+03 0 0.088 0.823 0.823 Target phot ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 141, Parent ID = 127 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.65 -3.59 -2.42e+03 1.64 0 0 0 Target initStep - 1 -7.6 -3.98 -2.42e+03 0 1.64 1.25 1.25 Target eIoni - 2 -7.6 -3.98 -2.42e+03 0 0 0 1.25 Target annihil + 0 -7.56 -3.73 -2.42e+03 1.64 0 0 0 Target initStep + 1 -7.5 -4.12 -2.42e+03 0 1.64 1.25 1.25 Target eIoni + 2 -7.5 -4.12 -2.42e+03 0 0 0 1.25 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 133, Parent ID = 131 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.08 -12.2 -2.42e+03 4.62 0 0 0 Target initStep - 1 5.54 -13.1 -2.42e+03 1.98 2.63 2.17 2.17 Target eIoni - 2 4.37 -12.7 -2.42e+03 0.601 1.38 1.43 3.6 Target eIoni - 3 4.37 -12.7 -2.42e+03 0 0.601 0.388 3.99 Target eIoni - 4 4.37 -12.7 -2.42e+03 0 0 0 3.99 Target annihil + 0 6.18 -12.3 -2.42e+03 4.62 0 0 0 Target initStep + 1 5.64 -13.2 -2.42e+03 1.98 2.63 2.17 2.17 Target eIoni + 2 4.46 -12.9 -2.42e+03 0.601 1.38 1.43 3.6 Target eIoni + 3 4.47 -12.8 -2.42e+03 0 0.601 0.388 3.99 Target eIoni + 4 4.47 -12.8 -2.42e+03 0 0 0 3.99 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 122, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0309 0.96 -2.42e+03 3.75 0 0 0 Target initStep - 1 0.241 1.59 -2.42e+03 1.5 2.25 1.98 1.98 Target eIoni - 2 0.683 1.31 -2.42e+03 0.813 0.687 0.656 2.63 Target eBrem - 3 0.678 1.25 -2.42e+03 0 0.813 0.572 3.21 Target eIoni - 4 0.678 1.25 -2.42e+03 0 0 0 3.21 Target annihil + 0 0.0674 0.82 -2.42e+03 3.75 0 0 0 Target initStep + 1 0.34 1.45 -2.42e+03 1.5 2.25 1.98 1.98 Target eIoni + 2 0.782 1.17 -2.42e+03 0.813 0.687 0.656 2.63 Target eBrem + 3 0.776 1.11 -2.42e+03 0 0.813 0.572 3.21 Target eIoni + 4 0.776 1.11 -2.42e+03 0 0 0 3.21 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 119, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.2 0.446 -2.44e+03 3.08 0 0 0 Target initStep - 1 0.462 0.00173 -2.44e+03 1.3 1.78 1.81 1.81 Target eIoni - 2 1.33 -0.47 -2.44e+03 0.276 1.02 1 2.81 Target eIoni - 3 1.33 -0.468 -2.44e+03 0 0.276 0.128 2.94 Target eIoni - 4 1.33 -0.468 -2.44e+03 0 0 0 2.94 Target annihil + 0 -1.1 0.306 -2.44e+03 3.08 0 0 0 Target initStep + 1 0.561 -0.139 -2.44e+03 1.3 1.78 1.81 1.81 Target eIoni + 2 1.42 -0.61 -2.44e+03 0.276 1.02 1 2.81 Target eIoni + 3 1.43 -0.608 -2.44e+03 0 0.276 0.128 2.94 Target eIoni + 4 1.43 -0.608 -2.44e+03 0 0 0 2.94 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 101, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.62 -2.49 -2.42e+03 22 0 0 0 Target initStep - 1 -1.49 -2.53 -2.42e+03 18.6 1.4 1.16 1.16 Target eIoni - 2 -1.58 -2.53 -2.42e+03 16.4 0.996 0.62 1.78 Target eBrem - 3 -1.59 -2.53 -2.42e+03 16.1 0.0515 0.0399 1.82 Target eBrem - 4 -3.54 -1.75 -2.42e+03 12.6 3.11 2.67 4.49 Target eBrem - 5 -3.83 -1.76 -2.42e+03 11.7 0.385 0.321 4.81 Target eBrem - 6 -4.02 -1.69 -2.42e+03 11.4 0.258 0.218 5.03 Target eBrem - 7 -6.22 -3.89 -2.42e+03 6.26 5.11 3.4 8.43 Target eIoni - 8 -6.07 -3.94 -2.42e+03 5.76 0.173 0.171 8.6 Target eBrem - 9 -4.75 -3.21 -2.42e+03 1.04 2.95 1.77 10.4 Target eBrem - 10 -4.73 -3.19 -2.42e+03 0 1.04 0.774 11.1 Target eIoni - 11 -4.73 -3.19 -2.42e+03 0 0 0 11.1 Target annihil + 0 -1.58 -2.62 -2.42e+03 22 0 0 0 Target initStep + 1 -1.44 -2.67 -2.42e+03 18.6 1.4 1.16 1.16 Target eIoni + 2 -1.53 -2.66 -2.42e+03 16.4 0.996 0.62 1.78 Target eBrem + 3 -1.54 -2.67 -2.42e+03 16.1 0.0515 0.0399 1.82 Target eBrem + 4 -3.49 -1.89 -2.42e+03 12.6 3.11 2.67 4.49 Target eBrem + 5 -3.78 -1.9 -2.42e+03 11.7 0.385 0.321 4.81 Target eBrem + 6 -3.97 -1.83 -2.42e+03 11.4 0.258 0.218 5.03 Target eBrem + 7 -6.17 -4.03 -2.42e+03 6.26 5.11 3.4 8.43 Target eIoni + 8 -6.02 -4.07 -2.42e+03 5.76 0.173 0.171 8.6 Target eBrem + 9 -4.7 -3.34 -2.42e+03 1.04 2.95 1.77 10.4 Target eBrem + 10 -4.68 -3.32 -2.42e+03 0 1.04 0.774 11.1 Target eIoni + 11 -4.68 -3.32 -2.42e+03 0 0 0 11.1 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 223, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.49 -2.53 -2.42e+03 2.05 0 0 0 Target initStep - 1 -1.95 -2.86 -2.42e+03 1.18 0.671 0.603 0.603 Target eBrem - 2 -2 -2.81 -2.42e+03 0 1.18 0.889 1.49 Target eIoni + 0 -1.44 -2.67 -2.42e+03 2.05 0 0 0 Target initStep + 1 -1.9 -3 -2.42e+03 1.18 0.671 0.603 0.603 Target eBrem + 2 -1.95 -2.95 -2.42e+03 0 1.18 0.889 1.49 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 214, Parent ID = 169 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.09 0.916 -2.41e+03 0.292 0 0 0 Target initStep - 1 -1.09 0.919 -2.41e+03 0 0.292 0.143 0.143 Target eIoni + 0 -0.948 0.794 -2.41e+03 0.292 0 0 0 Target initStep + 1 -0.947 0.797 -2.41e+03 0 0.292 0.143 0.143 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 213, Parent ID = 170 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.52 -3.01 -2.41e+03 0.129 0 0 0 Target initStep - 1 -9.51 -3.02 -2.41e+03 0 0.129 0.0412 0.0412 Target eIoni + 0 -9.37 -3.13 -2.41e+03 0.129 0 0 0 Target initStep + 1 -9.37 -3.14 -2.41e+03 0 0.129 0.0412 0.0412 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 212, Parent ID = 170 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.65 -3.01 -2.41e+03 0.569 0 0 0 Target initStep - 1 -9.67 -3.02 -2.41e+03 0 0.569 0.362 0.362 Target eIoni + 0 -9.51 -3.13 -2.41e+03 0.569 0 0 0 Target initStep + 1 -9.53 -3.14 -2.41e+03 0 0.569 0.362 0.362 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 211, Parent ID = 170 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.95 0.646 -2.41e+03 0.246 0 0 0 Target initStep - 1 -3.95 0.639 -2.41e+03 0 0.246 0.112 0.112 Target eIoni + 0 -3.81 0.524 -2.41e+03 0.246 0 0 0 Target initStep + 1 -3.8 0.518 -2.41e+03 0 0.246 0.112 0.112 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 233, Parent ID = 223 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.95 -2.86 -2.42e+03 0.201 0 0 0 Target initStep - 1 -2.93 -2.07 -2.42e+03 0 0.088 1.29 1.29 Target phot + 0 -1.9 -3 -2.42e+03 0.201 0 0 0 Target initStep + 1 -2.88 -2.2 -2.42e+03 0 0.088 1.29 1.29 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 234, Parent ID = 233 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.93 -2.07 -2.42e+03 0.113 0 0 0 Target initStep - 1 -2.93 -2.06 -2.42e+03 0 0.113 0.0336 0.0336 Target eIoni + 0 -2.88 -2.2 -2.42e+03 0.113 0 0 0 Target initStep + 1 -2.88 -2.2 -2.42e+03 0 0.113 0.0336 0.0336 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.73 -3.19 -2.42e+03 0.511 0 0 0 Target initStep - 1 -8.63 2 -2.42e+03 0.484 0 6.9 6.9 Target compt - 2 -9.75 4.79 -2.42e+03 0 0.088 3.03 9.93 Target phot + 0 -4.68 -3.32 -2.42e+03 0.511 0 0 0 Target initStep + 1 -8.58 1.87 -2.42e+03 0.484 0 6.9 6.9 Target compt + 2 -9.7 4.65 -2.42e+03 0 0.088 3.03 9.93 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 236, Parent ID = 232 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.75 4.79 -2.42e+03 0.396 0 0 0 Target initStep - 1 -9.76 4.8 -2.42e+03 0 0.396 0.222 0.222 Target eIoni + 0 -9.7 4.65 -2.42e+03 0.396 0 0 0 Target initStep + 1 -9.71 4.66 -2.42e+03 0 0.396 0.222 0.222 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 235, Parent ID = 232 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.63 2 -2.42e+03 0.0266 0 0 0 Target initStep - 1 -8.63 2 -2.42e+03 0 0.0266 0.0032 0.0032 Target eIoni + 0 -8.58 1.87 -2.42e+03 0.0266 0 0 0 Target initStep + 1 -8.58 1.87 -2.42e+03 0 0.0266 0.0032 0.0032 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 231, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.73 -3.19 -2.42e+03 0.511 0 0 0 Target initStep - 1 -3.62 -4.67 -2.42e+03 0 0.088 1.97 1.97 Target phot + 0 -4.68 -3.32 -2.42e+03 0.511 0 0 0 Target initStep + 1 -3.57 -4.81 -2.42e+03 0 0.088 1.97 1.97 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 237, Parent ID = 231 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.62 -4.67 -2.42e+03 0.423 0 0 0 Target initStep - 1 -3.61 -4.68 -2.42e+03 0 0.423 0.243 0.243 Target eIoni + 0 -3.57 -4.81 -2.42e+03 0.423 0 0 0 Target initStep + 1 -3.56 -4.81 -2.42e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 230, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.75 -3.21 -2.42e+03 1.77 0 0 0 Target initStep - 1 -2.75 1.51 -2.43e+03 0 0.088 14 14 Target phot + 0 -4.7 -3.34 -2.42e+03 1.77 0 0 0 Target initStep + 1 -2.7 1.38 -2.43e+03 0 0.088 14 14 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 238, Parent ID = 230 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.75 1.51 -2.43e+03 1.68 0 0 0 Target initStep - 1 -2.54 1.64 -2.43e+03 0.299 1.39 1.26 1.26 Target eIoni - 2 -2.54 1.65 -2.43e+03 0 0.299 0.148 1.41 Target eIoni + 0 -2.7 1.38 -2.43e+03 1.68 0 0 0 Target initStep + 1 -2.49 1.51 -2.43e+03 0.299 1.39 1.26 1.26 Target eIoni + 2 -2.49 1.51 -2.43e+03 0 0.299 0.148 1.41 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 229, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.07 -3.94 -2.42e+03 0.328 0 0 0 Target initStep - 1 -5.64 -4.12 -2.42e+03 0.187 0 0.472 0.472 Target compt - 2 -5.61 -3.99 -2.42e+03 0 0.088 0.134 0.607 Target phot + 0 -6.02 -4.07 -2.42e+03 0.328 0 0 0 Target initStep + 1 -5.59 -4.26 -2.42e+03 0.187 0 0.472 0.472 Target compt + 2 -5.56 -4.13 -2.42e+03 0 0.088 0.134 0.607 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 240, Parent ID = 229 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.61 -3.99 -2.42e+03 0.0988 0 0 0 Target initStep - 1 -5.61 -3.99 -2.42e+03 0 0.0988 0.0269 0.0269 Target eIoni + 0 -5.56 -4.13 -2.42e+03 0.0988 0 0 0 Target initStep + 1 -5.56 -4.12 -2.42e+03 0 0.0988 0.0269 0.0269 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 239, Parent ID = 229 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.64 -4.12 -2.42e+03 0.141 0 0 0 Target initStep - 1 -5.64 -4.12 -2.42e+03 0 0.141 0.0474 0.0474 Target eIoni + 0 -5.59 -4.26 -2.42e+03 0.141 0 0 0 Target initStep + 1 -5.59 -4.26 -2.42e+03 0 0.141 0.0474 0.0474 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 228, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.02 -1.69 -2.42e+03 0.106 0 0 0 Target initStep - 1 -4.12 -1.68 -2.42e+03 0 0.088 0.104 0.104 Target phot + 0 -3.97 -1.83 -2.42e+03 0.106 0 0 0 Target initStep + 1 -4.07 -1.81 -2.42e+03 0 0.088 0.104 0.104 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 241, Parent ID = 228 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.12 -1.68 -2.42e+03 0.0184 0 0 0 Target initStep - 1 -4.12 -1.68 -2.42e+03 0 0.0184 0.00178 0.00178 Target eIoni + 0 -4.07 -1.81 -2.42e+03 0.0184 0 0 0 Target initStep + 1 -4.07 -1.81 -2.42e+03 0 0.0184 0.00178 0.00178 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 227, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.83 -1.76 -2.42e+03 0.523 0 0 0 Target initStep - 1 -7.33 -1.36 -2.42e+03 0 0.088 3.56 3.56 Target phot + 0 -3.78 -1.9 -2.42e+03 0.523 0 0 0 Target initStep + 1 -7.28 -1.5 -2.42e+03 0 0.088 3.56 3.56 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 242, Parent ID = 227 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.33 -1.36 -2.42e+03 0.435 0 0 0 Target initStep - 1 -7.34 -1.36 -2.42e+03 0 0.435 0.252 0.252 Target eIoni + 0 -7.28 -1.5 -2.42e+03 0.435 0 0 0 Target initStep + 1 -7.29 -1.49 -2.42e+03 0 0.435 0.252 0.252 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 226, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.54 -1.75 -2.42e+03 0.38 0 0 0 Target initStep - 1 -4.18 -1.91 -2.42e+03 0 0.088 0.698 0.698 Target phot + 0 -3.49 -1.89 -2.42e+03 0.38 0 0 0 Target initStep + 1 -4.13 -2.05 -2.42e+03 0 0.088 0.698 0.698 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 243, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.18 -1.91 -2.42e+03 0.292 0 0 0 Target initStep - 1 -4.18 -1.92 -2.42e+03 0 0.292 0.144 0.144 Target eIoni + 0 -4.13 -2.05 -2.42e+03 0.292 0 0 0 Target initStep + 1 -4.13 -2.06 -2.42e+03 0 0.292 0.144 0.144 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.59 -2.53 -2.42e+03 0.187 0 0 0 Target initStep - 1 -1.69 -2.55 -2.42e+03 0 0.088 0.224 0.224 Target phot + 0 -1.54 -2.67 -2.42e+03 0.187 0 0 0 Target initStep + 1 -1.64 -2.68 -2.42e+03 0 0.088 0.224 0.224 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 244, Parent ID = 225 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.69 -2.55 -2.42e+03 0.0989 0 0 0 Target initStep - 1 -1.69 -2.54 -2.42e+03 0 0.0989 0.0269 0.0269 Target eIoni + 0 -1.64 -2.68 -2.42e+03 0.0989 0 0 0 Target initStep + 1 -1.64 -2.68 -2.42e+03 0 0.0989 0.0269 0.0269 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 101 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.58 -2.53 -2.42e+03 1.2 0 0 0 Target initStep - 1 -5.45 -4.76 -2.41e+03 0.977 0 13.5 13.5 Target compt - 2 -10.4 -5 -2.4e+03 0.226 0 7.45 20.9 Target compt - 3 -10.4 -5.05 -2.4e+03 0.212 0 0.0726 21 Target compt - 4 -10.3 -5.09 -2.4e+03 0 0.088 0.0775 21.1 Target phot + 0 -1.53 -2.66 -2.42e+03 1.2 0 0 0 Target initStep + 1 -5.4 -4.9 -2.41e+03 0.977 0 13.5 13.5 Target compt + 2 -10.3 -5.14 -2.4e+03 0.226 0 7.45 20.9 Target compt + 3 -10.3 -5.19 -2.4e+03 0.212 0 0.0726 21 Target compt + 4 -10.3 -5.23 -2.4e+03 0 0.088 0.0775 21.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 248, Parent ID = 224 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.3 -5.09 -2.4e+03 0.124 0 0 0 Target initStep - 1 -10.3 -5.1 -2.4e+03 0 0.124 0.0389 0.0389 Target eIoni + 0 -10.3 -5.23 -2.4e+03 0.124 0 0 0 Target initStep + 1 -10.3 -5.23 -2.4e+03 0 0.124 0.0389 0.0389 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 247, Parent ID = 224 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.4 -5.05 -2.4e+03 0.0136 0 0 0 Target initStep - 1 -10.4 -5.05 -2.4e+03 0 0.0136 0.00112 0.00112 Target eIoni + 0 -10.3 -5.19 -2.4e+03 0.0136 0 0 0 Target initStep + 1 -10.3 -5.19 -2.4e+03 0 0.0136 0.00112 0.00112 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 246, Parent ID = 224 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.4 -5 -2.4e+03 0.751 0 0 0 Target initStep - 1 -10.4 -4.95 -2.4e+03 0.557 0.193 0.17 0.17 Target msc - 2 -10.5 -4.97 -2.4e+03 0.367 0.191 0.0884 0.259 Target msc - 3 -10.5 -4.94 -2.4e+03 0.2 0.0425 0.0468 0.306 Target eBrem - 4 -10.4 -4.94 -2.4e+03 0 0.2 0.0817 0.387 Target eIoni + 0 -10.3 -5.14 -2.4e+03 0.751 0 0 0 Target initStep + 1 -10.4 -5.09 -2.4e+03 0.561 0.19 0.168 0.168 Target msc + 2 -10.4 -5.1 -2.4e+03 0.373 0.188 0.0869 0.255 Target msc + 3 -10.4 -5.07 -2.4e+03 0.204 0.0451 0.0515 0.306 Target eBrem + 4 -10.4 -5.07 -2.4e+03 0 0.204 0.0838 0.39 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 245, Parent ID = 224 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.45 -4.76 -2.41e+03 0.228 0 0 0 Target initStep - 1 -5.45 -4.77 -2.41e+03 0 0.228 0.0994 0.0994 Target eIoni + 0 -5.4 -4.9 -2.41e+03 0.228 0 0 0 Target initStep + 1 -5.4 -4.9 -2.41e+03 0 0.228 0.0994 0.0994 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 249, Parent ID = 246 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 -4.94 -2.4e+03 0.124 0 0 0 Target initStep - 1 -10.2 -4.9 -2.4e+03 0 0.088 0.218 0.218 Target phot + 0 -10.4 -5.07 -2.4e+03 0.124 0 0 0 Target initStep + 1 -10.2 -5.04 -2.4e+03 0 0.088 0.22 0.22 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 250, Parent ID = 249 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 -4.9 -2.4e+03 0.0357 0 0 0 Target initStep - 1 -10.2 -4.9 -2.4e+03 0 0.0357 0.00516 0.00516 Target eIoni + 0 -10.2 -5.04 -2.4e+03 0.036 0 0 0 Target initStep + 1 -10.2 -5.04 -2.4e+03 0 0.036 0.00523 0.00523 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 222, Parent ID = 119 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.33 -0.468 -2.44e+03 0.511 0 0 0 Target initStep - 1 -0.00324 -2.99 -2.44e+03 0.378 0 3.4 3.4 Target compt - 2 1.46 -7.47 -2.44e+03 0 0.088 4.74 8.14 Target phot + 0 1.43 -0.608 -2.44e+03 0.511 0 0 0 Target initStep + 1 0.0951 -3.13 -2.44e+03 0.378 0 3.4 3.4 Target compt + 2 1.56 -7.61 -2.44e+03 0 0.088 4.74 8.14 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 252, Parent ID = 222 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.46 -7.47 -2.44e+03 0.29 0 0 0 Target initStep - 1 1.46 -7.47 -2.44e+03 0 0.29 0.142 0.142 Target eIoni + 0 1.56 -7.61 -2.44e+03 0.29 0 0 0 Target initStep + 1 1.56 -7.61 -2.44e+03 0 0.29 0.142 0.142 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 251, Parent ID = 222 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00324 -2.99 -2.44e+03 0.133 0 0 0 Target initStep - 1 -0.0056 -2.99 -2.44e+03 0 0.133 0.0431 0.0431 Target eIoni + 0 0.0951 -3.13 -2.44e+03 0.133 0 0 0 Target initStep + 1 0.0927 -3.13 -2.44e+03 0 0.133 0.0431 0.0431 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 221, Parent ID = 119 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.33 -0.468 -2.44e+03 0.511 0 0 0 Target initStep - 1 1.99 0.788 -2.44e+03 0 0.088 1.69 1.69 Target phot + 0 1.43 -0.608 -2.44e+03 0.511 0 0 0 Target initStep + 1 2.09 0.648 -2.44e+03 0 0.088 1.69 1.69 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 253, Parent ID = 221 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.99 0.788 -2.44e+03 0.423 0 0 0 Target initStep - 1 2 0.796 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 2.09 0.648 -2.44e+03 0.423 0 0 0 Target initStep + 1 2.1 0.655 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 220, Parent ID = 122 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.678 1.25 -2.42e+03 0.511 0 0 0 Target initStep - 1 3.21 24.8 -2.42e+03 0.511 0 24.3 24.3 World Transportation - 2 11.2 99.2 -2.4e+03 0.511 0 76.8 101 Tracker Transportation - 3 257 2.39e+03 -1.86e+03 0.511 0 2.36e+03 2.46e+03 World Transportation + 0 0.776 1.11 -2.42e+03 0.511 0 0 0 Target initStep + 1 3.32 24.8 -2.42e+03 0.511 0 24.4 24.4 World Transportation + 2 11.3 99 -2.4e+03 0.511 0 76.7 101 Tracker Transportation + 3 258 2.39e+03 -1.86e+03 0.511 0 2.36e+03 2.46e+03 World Transportation 4 317 2.94e+03 -1.73e+03 0.511 0 572 3.04e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -2827,455 +2827,455 @@ 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.678 1.25 -2.42e+03 0.511 0 0 0 Target initStep - 1 0.286 -2.38 -2.42e+03 0.305 0 3.75 3.75 Target compt - 2 0.279 -2.39 -2.42e+03 0 0.088 0.0108 3.76 Target phot + 0 0.776 1.11 -2.42e+03 0.511 0 0 0 Target initStep + 1 0.384 -2.52 -2.42e+03 0.305 0 3.75 3.75 Target compt + 2 0.377 -2.53 -2.42e+03 0 0.088 0.0108 3.76 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 255, Parent ID = 219 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.279 -2.39 -2.42e+03 0.217 0 0 0 Target initStep - 1 0.279 -2.39 -2.42e+03 0 0.217 0.0921 0.0921 Target eIoni + 0 0.377 -2.53 -2.42e+03 0.217 0 0 0 Target initStep + 1 0.378 -2.53 -2.42e+03 0 0.217 0.0921 0.0921 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 254, Parent ID = 219 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.286 -2.38 -2.42e+03 0.206 0 0 0 Target initStep - 1 0.288 -2.39 -2.42e+03 0 0.206 0.0853 0.0853 Target eIoni + 0 0.384 -2.52 -2.42e+03 0.206 0 0 0 Target initStep + 1 0.386 -2.53 -2.42e+03 0 0.206 0.0853 0.0853 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 218, Parent ID = 133 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.37 -12.7 -2.42e+03 0.511 0 0 0 Target initStep - 1 3.71 -14.3 -2.42e+03 0 0.088 1.99 1.99 Target phot + 0 4.47 -12.8 -2.42e+03 0.511 0 0 0 Target initStep + 1 3.81 -14.5 -2.42e+03 0 0.088 1.99 1.99 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 256, Parent ID = 218 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.71 -14.3 -2.42e+03 0.423 0 0 0 Target initStep - 1 3.71 -14.4 -2.42e+03 0 0.423 0.243 0.243 Target eIoni + 0 3.81 -14.5 -2.42e+03 0.423 0 0 0 Target initStep + 1 3.81 -14.5 -2.42e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 217, Parent ID = 133 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.37 -12.7 -2.42e+03 0.511 0 0 0 Target initStep - 1 4.42 -12.6 -2.42e+03 0.453 0 0.145 0.145 Target compt - 2 6.96 -10.8 -2.42e+03 0 0.088 3.86 4.01 Target phot + 0 4.47 -12.8 -2.42e+03 0.511 0 0 0 Target initStep + 1 4.52 -12.7 -2.42e+03 0.453 0 0.145 0.145 Target compt + 2 7.06 -10.9 -2.42e+03 0 0.088 3.86 4.01 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 258, Parent ID = 217 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.96 -10.8 -2.42e+03 0.365 0 0 0 Target initStep - 1 6.97 -10.8 -2.42e+03 0 0.365 0.198 0.198 Target eIoni + 0 7.06 -10.9 -2.42e+03 0.365 0 0 0 Target initStep + 1 7.07 -10.9 -2.42e+03 0 0.365 0.198 0.198 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 257, Parent ID = 217 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.42 -12.6 -2.42e+03 0.0578 0 0 0 Target initStep - 1 4.42 -12.6 -2.42e+03 0 0.0578 0.0113 0.0113 Target eIoni + 0 4.52 -12.7 -2.42e+03 0.0578 0 0 0 Target initStep + 1 4.52 -12.7 -2.42e+03 0 0.0578 0.0113 0.0113 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 216, Parent ID = 141 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.6 -3.98 -2.42e+03 0.511 0 0 0 Target initStep - 1 -7.52 -4.63 -2.42e+03 0.184 0 0.765 0.765 Target compt - 2 -7.49 -4.6 -2.42e+03 0 0.088 0.0622 0.827 Target phot + 0 -7.5 -4.12 -2.42e+03 0.511 0 0 0 Target initStep + 1 -7.42 -4.77 -2.42e+03 0.184 0 0.765 0.765 Target compt + 2 -7.39 -4.74 -2.42e+03 0 0.088 0.0622 0.827 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 215, Parent ID = 141 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.6 -3.98 -2.42e+03 0.511 0 0 0 Target initStep - 1 -7.86 -1.95 -2.41e+03 0.344 0 2.39 2.39 Target compt - 2 -6.45 -0.949 -2.41e+03 0.197 0 1.78 4.17 Target compt - 3 -7.94 -0.363 -2.41e+03 0 0.088 2.87 7.04 Target phot + 0 -7.5 -4.12 -2.42e+03 0.511 0 0 0 Target initStep + 1 -7.76 -2.09 -2.41e+03 0.344 0 2.39 2.39 Target compt + 2 -6.35 -1.09 -2.41e+03 0.197 0 1.78 4.17 Target compt + 3 -7.85 -0.503 -2.41e+03 0 0.088 2.87 7.04 Target phot ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 99, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.789 -0.232 -2.43e+03 1.12 0 0 0 Target initStep - 1 -0.648 -0.257 -2.43e+03 0.804 0.193 0.213 0.213 Target eBrem - 2 -0.825 -0.577 -2.43e+03 0.368 0.436 0.449 0.661 Target eBrem - 3 -0.82 -0.577 -2.43e+03 0 0.368 0.196 0.857 Target eIoni - 4 -0.82 -0.577 -2.43e+03 0 0 0 0.857 Target annihil + 0 -0.738 -0.372 -2.43e+03 1.12 0 0 0 Target initStep + 1 -0.598 -0.396 -2.43e+03 0.804 0.193 0.213 0.213 Target eBrem + 2 -0.774 -0.717 -2.43e+03 0.368 0.436 0.449 0.661 Target eBrem + 3 -0.77 -0.717 -2.43e+03 0 0.368 0.196 0.857 Target eIoni + 4 -0.77 -0.717 -2.43e+03 0 0 0 0.857 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 77, Parent ID = 22 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.85 2.84 -2.44e+03 7.12 0 0 0 Target initStep - 1 2.68 3.86 -2.44e+03 5.54 1.42 1.38 1.38 Target eBrem - 2 3.82 3.13 -2.44e+03 0.125 2.23 1.63 3.02 Target eIoni - 3 3.82 3.13 -2.44e+03 0 0.125 0.0367 3.05 Target eIoni - 4 3.82 3.13 -2.44e+03 0 0 0 3.05 Target annihil + 0 1.9 2.71 -2.44e+03 7.12 0 0 0 Target initStep + 1 2.73 3.72 -2.44e+03 5.54 1.42 1.38 1.38 Target eBrem + 2 3.87 3 -2.44e+03 0.125 2.23 1.63 3.02 Target eIoni + 3 3.87 3 -2.44e+03 0 0.125 0.0367 3.05 Target eIoni + 4 3.87 3 -2.44e+03 0 0 0 3.05 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 56, Parent ID = 28 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.406 2.14 -2.43e+03 0.64 0 0 0 Target initStep - 1 0.365 2.14 -2.43e+03 0 0.64 0.421 0.421 Target eIoni - 2 0.365 2.14 -2.43e+03 0 0 0 0.421 Target annihil + 0 0.455 2 -2.43e+03 0.64 0 0 0 Target initStep + 1 0.415 2 -2.43e+03 0 0.64 0.421 0.421 Target eIoni + 2 0.415 2 -2.43e+03 0 0 0 0.421 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 49, Parent ID = 31 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.61 4.44 -2.43e+03 3.27 0 0 0 Target initStep - 1 -1.88 4.39 -2.43e+03 0.767 0.742 0.537 0.537 Target eBrem - 2 -1.93 4.37 -2.43e+03 0 0.767 0.531 1.07 Target eIoni - 3 -1.93 4.37 -2.43e+03 0 0 0 1.07 Target annihil + 0 -1.56 4.31 -2.43e+03 3.27 0 0 0 Target initStep + 1 -1.83 4.26 -2.43e+03 0.767 0.742 0.537 0.537 Target eBrem + 2 -1.88 4.23 -2.43e+03 0 0.767 0.531 1.07 Target eIoni + 3 -1.88 4.23 -2.43e+03 0 0 0 1.07 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 268, Parent ID = 77 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.82 3.13 -2.44e+03 3.18 0 0 0 Target initStep - 1 4.13 3.39 -2.44e+03 1.72 0.574 0.489 0.489 Target eBrem - 2 4.24 3.78 -2.43e+03 1.01 0.591 0.526 1.01 Target eBrem - 3 4.04 3.97 -2.43e+03 0.172 0.57 0.356 1.37 Target eBrem - 4 4.05 3.97 -2.43e+03 0 0.172 0.0647 1.43 Target eIoni + 0 3.87 3 -2.44e+03 3.18 0 0 0 Target initStep + 1 4.18 3.26 -2.44e+03 1.72 0.574 0.489 0.489 Target eBrem + 2 4.29 3.65 -2.43e+03 1.01 0.591 0.526 1.01 Target eBrem + 3 4.09 3.83 -2.43e+03 0.172 0.57 0.356 1.37 Target eBrem + 4 4.1 3.83 -2.43e+03 0 0.172 0.0647 1.43 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 263, Parent ID = 215 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.94 -0.363 -2.41e+03 0.109 0 0 0 Target initStep - 1 -7.94 -0.364 -2.41e+03 0 0.109 0.0315 0.0315 Target eIoni + 0 -7.85 -0.503 -2.41e+03 0.109 0 0 0 Target initStep + 1 -7.85 -0.504 -2.41e+03 0 0.109 0.0315 0.0315 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 262, Parent ID = 215 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.45 -0.949 -2.41e+03 0.147 0 0 0 Target initStep - 1 -6.44 -0.948 -2.41e+03 0 0.147 0.0503 0.0503 Target eIoni + 0 -6.35 -1.09 -2.41e+03 0.147 0 0 0 Target initStep + 1 -6.34 -1.09 -2.41e+03 0 0.147 0.0503 0.0503 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 261, Parent ID = 215 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.86 -1.95 -2.41e+03 0.167 0 0 0 Target initStep - 1 -7.86 -1.95 -2.41e+03 0 0.167 0.0619 0.0619 Target eIoni + 0 -7.76 -2.09 -2.41e+03 0.167 0 0 0 Target initStep + 1 -7.76 -2.09 -2.41e+03 0 0.167 0.0619 0.0619 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 260, Parent ID = 216 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.49 -4.6 -2.42e+03 0.0956 0 0 0 Target initStep - 1 -7.49 -4.6 -2.42e+03 0 0.0956 0.0255 0.0255 Target eIoni + 0 -7.39 -4.74 -2.42e+03 0.0956 0 0 0 Target initStep + 1 -7.39 -4.74 -2.42e+03 0 0.0956 0.0255 0.0255 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 259, Parent ID = 216 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.52 -4.63 -2.42e+03 0.327 0 0 0 Target initStep - 1 -7.52 -4.64 -2.42e+03 0 0.327 0.169 0.169 Target eIoni + 0 -7.42 -4.77 -2.42e+03 0.327 0 0 0 Target initStep + 1 -7.42 -4.78 -2.42e+03 0 0.327 0.169 0.169 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 278, Parent ID = 268 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.04 3.97 -2.43e+03 0.264 0 0 0 Target initStep - 1 4.05 4.44 -2.44e+03 0 0.088 1.58 1.58 Target phot + 0 4.09 3.83 -2.43e+03 0.264 0 0 0 Target initStep + 1 4.1 4.31 -2.44e+03 0 0.088 1.58 1.58 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 279, Parent ID = 278 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.05 4.44 -2.44e+03 0.176 0 0 0 Target initStep - 1 4.05 4.44 -2.44e+03 0 0.176 0.0671 0.0671 Target eIoni + 0 4.1 4.31 -2.44e+03 0.176 0 0 0 Target initStep + 1 4.1 4.31 -2.44e+03 0 0.176 0.0671 0.0671 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 277, Parent ID = 268 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.24 3.78 -2.43e+03 0.126 0 0 0 Target initStep - 1 4.27 3.87 -2.43e+03 0 0.088 0.249 0.249 Target phot + 0 4.29 3.65 -2.43e+03 0.126 0 0 0 Target initStep + 1 4.32 3.73 -2.43e+03 0 0.088 0.249 0.249 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 280, Parent ID = 277 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.27 3.87 -2.43e+03 0.0375 0 0 0 Target initStep - 1 4.27 3.87 -2.43e+03 0 0.0375 0.00558 0.00558 Target eIoni + 0 4.32 3.73 -2.43e+03 0.0375 0 0 0 Target initStep + 1 4.32 3.73 -2.43e+03 0 0.0375 0.00558 0.00558 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 276, Parent ID = 268 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.13 3.39 -2.44e+03 0.882 0 0 0 Target initStep - 1 10.1 0.655 -2.43e+03 0.469 0 7.08 7.08 Target compt - 2 10.3 0.149 -2.43e+03 0 0.088 0.58 7.66 Target phot + 0 4.18 3.26 -2.44e+03 0.882 0 0 0 Target initStep + 1 10.2 0.52 -2.43e+03 0.469 0 7.08 7.08 Target compt + 2 10.3 0.0143 -2.43e+03 0 0.088 0.58 7.66 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 282, Parent ID = 276 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.3 0.149 -2.43e+03 0.381 0 0 0 Target initStep - 1 10.3 0.141 -2.43e+03 0 0.381 0.21 0.21 Target eIoni + 0 10.3 0.0143 -2.43e+03 0.381 0 0 0 Target initStep + 1 10.4 0.00614 -2.43e+03 0 0.381 0.21 0.21 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 281, Parent ID = 276 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.1 0.655 -2.43e+03 0.412 0 0 0 Target initStep - 1 10.1 0.657 -2.43e+03 0 0.412 0.234 0.234 Target eIoni + 0 10.2 0.52 -2.43e+03 0.412 0 0 0 Target initStep + 1 10.2 0.522 -2.43e+03 0 0.412 0.234 0.234 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 275, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.93 4.37 -2.43e+03 0.511 0 0 0 Target initStep - 1 1.11 4 -2.43e+03 0 0.088 3.06 3.06 Target phot + 0 -1.88 4.23 -2.43e+03 0.511 0 0 0 Target initStep + 1 1.16 3.86 -2.43e+03 0 0.088 3.06 3.06 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 283, Parent ID = 275 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.11 4 -2.43e+03 0.423 0 0 0 Target initStep - 1 1.12 4.01 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 1.16 3.86 -2.43e+03 0.423 0 0 0 Target initStep + 1 1.17 3.88 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 274, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.93 4.37 -2.43e+03 0.511 0 0 0 Target initStep - 1 -2.16 4.4 -2.43e+03 0 0.088 0.237 0.237 Target phot + 0 -1.88 4.23 -2.43e+03 0.511 0 0 0 Target initStep + 1 -2.11 4.26 -2.43e+03 0 0.088 0.237 0.237 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 284, Parent ID = 274 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.16 4.4 -2.43e+03 0.423 0 0 0 Target initStep - 1 -2.17 4.38 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 -2.11 4.26 -2.43e+03 0.423 0 0 0 Target initStep + 1 -2.12 4.25 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 273, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.88 4.39 -2.43e+03 1.77 0 0 0 Target initStep - 1 -6.53 0.0765 -2.43e+03 0.618 0 6.34 6.34 Target compt - 2 -19.5 4.56 -2.43e+03 0 0.088 14 20.3 Target phot + 0 -1.83 4.26 -2.43e+03 1.77 0 0 0 Target initStep + 1 -6.48 -0.0577 -2.43e+03 0.618 0 6.34 6.34 Target compt + 2 -19.4 4.43 -2.43e+03 0 0.088 14 20.3 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 286, Parent ID = 273 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.5 4.56 -2.43e+03 0.53 0 0 0 Target initStep - 1 -19.5 4.56 -2.43e+03 0 0.53 0.329 0.329 Target eIoni + 0 -19.4 4.43 -2.43e+03 0.53 0 0 0 Target initStep + 1 -19.5 4.43 -2.43e+03 0 0.53 0.329 0.329 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 285, Parent ID = 273 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.53 0.0765 -2.43e+03 1.15 0 0 0 Target initStep - 1 -6.56 0.0145 -2.43e+03 0 1.15 0.858 0.858 Target eIoni + 0 -6.48 -0.0577 -2.43e+03 1.15 0 0 0 Target initStep + 1 -6.51 -0.12 -2.43e+03 0 1.15 0.858 0.858 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 272, Parent ID = 56 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.365 2.14 -2.43e+03 0.511 0 0 0 Target initStep - 1 0.725 2.12 -2.43e+03 0 0.088 0.422 0.422 Target phot + 0 0.415 2 -2.43e+03 0.511 0 0 0 Target initStep + 1 0.775 1.99 -2.43e+03 0 0.088 0.422 0.422 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 287, Parent ID = 272 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.725 2.12 -2.43e+03 0.423 0 0 0 Target initStep - 1 0.728 2.12 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 0.775 1.99 -2.43e+03 0.423 0 0 0 Target initStep + 1 0.777 1.99 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 271, Parent ID = 56 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.365 2.14 -2.43e+03 0.511 0 0 0 Target initStep - 1 -9.66 2.5 -2.43e+03 0 0.088 11.7 11.7 Target phot + 0 0.415 2 -2.43e+03 0.511 0 0 0 Target initStep + 1 -9.61 2.37 -2.43e+03 0 0.088 11.7 11.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 288, Parent ID = 271 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.66 2.5 -2.43e+03 0.423 0 0 0 Target initStep - 1 -9.66 2.52 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 -9.61 2.37 -2.43e+03 0.423 0 0 0 Target initStep + 1 -9.61 2.38 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 270, Parent ID = 77 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.82 3.13 -2.44e+03 0.511 0 0 0 Target initStep - 1 12.3 6.84 -2.44e+03 0.258 0 9.3 9.3 Target compt - 2 12.3 6.97 -2.44e+03 0 0.088 0.579 9.88 Target phot + 0 3.87 3 -2.44e+03 0.511 0 0 0 Target initStep + 1 12.4 6.7 -2.44e+03 0.258 0 9.3 9.3 Target compt + 2 12.3 6.84 -2.44e+03 0 0.088 0.579 9.88 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 290, Parent ID = 270 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.3 6.97 -2.44e+03 0.17 0 0 0 Target initStep - 1 12.3 6.97 -2.44e+03 0 0.17 0.0636 0.0636 Target eIoni + 0 12.3 6.84 -2.44e+03 0.17 0 0 0 Target initStep + 1 12.3 6.84 -2.44e+03 0 0.17 0.0636 0.0636 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 289, Parent ID = 270 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 12.3 6.84 -2.44e+03 0.253 0 0 0 Target initStep - 1 12.4 6.84 -2.44e+03 0 0.253 0.116 0.116 Target eIoni + 0 12.4 6.7 -2.44e+03 0.253 0 0 0 Target initStep + 1 12.4 6.7 -2.44e+03 0 0.253 0.116 0.116 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 269, Parent ID = 77 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.82 3.13 -2.44e+03 0.511 0 0 0 Target initStep - 1 3.09 2.82 -2.44e+03 0.509 0 0.795 0.795 Target compt - 2 1.54 2.31 -2.44e+03 0 0.088 1.63 2.43 Target phot + 0 3.87 3 -2.44e+03 0.511 0 0 0 Target initStep + 1 3.14 2.68 -2.44e+03 0.509 0 0.795 0.795 Target compt + 2 1.59 2.18 -2.44e+03 0 0.088 1.63 2.43 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 292, Parent ID = 269 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.54 2.31 -2.44e+03 0.421 0 0 0 Target initStep - 1 1.52 2.32 -2.44e+03 0 0.421 0.241 0.241 Target eIoni + 0 1.59 2.18 -2.44e+03 0.421 0 0 0 Target initStep + 1 1.57 2.18 -2.44e+03 0 0.421 0.241 0.241 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 291, Parent ID = 269 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.09 2.82 -2.44e+03 0.00244 0 0 0 Target initStep - 1 3.09 2.82 -2.44e+03 0 0.00244 9.96e-05 9.96e-05 Target eIoni + 0 3.14 2.68 -2.44e+03 0.00244 0 0 0 Target initStep + 1 3.14 2.68 -2.44e+03 0 0.00244 9.96e-05 9.96e-05 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 267, Parent ID = 77 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.68 3.86 -2.44e+03 0.16 0 0 0 Target initStep - 1 2.79 3.89 -2.44e+03 0 0.088 0.118 0.118 Target phot + 0 2.73 3.72 -2.44e+03 0.16 0 0 0 Target initStep + 1 2.84 3.75 -2.44e+03 0 0.088 0.118 0.118 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 293, Parent ID = 267 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.79 3.89 -2.44e+03 0.0721 0 0 0 Target initStep - 1 2.79 3.88 -2.44e+03 0 0.0721 0.0162 0.0162 Target eIoni + 0 2.84 3.75 -2.44e+03 0.0721 0 0 0 Target initStep + 1 2.84 3.75 -2.44e+03 0 0.0721 0.0162 0.0162 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 266, Parent ID = 99 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.82 -0.577 -2.43e+03 0.511 0 0 0 Target initStep - 1 -4.23 -1.57 -2.43e+03 0.358 0 5.52 5.52 Target compt - 2 -4.09 -1.78 -2.43e+03 0 0.088 0.528 6.05 Target phot + 0 -0.77 -0.717 -2.43e+03 0.511 0 0 0 Target initStep + 1 -4.18 -1.71 -2.43e+03 0.358 0 5.52 5.52 Target compt + 2 -4.04 -1.92 -2.43e+03 0 0.088 0.528 6.05 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 265, Parent ID = 99 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.82 -0.577 -2.43e+03 0.511 0 0 0 Target initStep - 1 1.29 0.0349 -2.43e+03 0.302 0 3.41 3.41 Target compt - 2 1.09 -0.123 -2.43e+03 0 0.088 0.46 3.87 Target phot + 0 -0.77 -0.717 -2.43e+03 0.511 0 0 0 Target initStep + 1 1.34 -0.105 -2.43e+03 0.302 0 3.41 3.41 Target compt + 2 1.14 -0.263 -2.43e+03 0 0.088 0.46 3.87 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 264, Parent ID = 99 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.648 -0.257 -2.43e+03 0.124 0 0 0 Target initStep - 1 -0.552 -0.352 -2.43e+03 0 0.088 0.164 0.164 Target phot + 0 -0.598 -0.396 -2.43e+03 0.124 0 0 0 Target initStep + 1 -0.502 -0.492 -2.43e+03 0 0.088 0.164 0.164 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 298, Parent ID = 264 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.552 -0.352 -2.43e+03 0.036 0 0 0 Target initStep - 1 -0.552 -0.352 -2.43e+03 0 0.036 0.00522 0.00522 Target eIoni + 0 -0.502 -0.492 -2.43e+03 0.036 0 0 0 Target initStep + 1 -0.502 -0.492 -2.43e+03 0 0.036 0.00522 0.00522 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 297, Parent ID = 265 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.09 -0.123 -2.43e+03 0.214 0 0 0 Target initStep - 1 1.09 -0.127 -2.43e+03 0 0.214 0.0902 0.0902 Target eIoni + 0 1.14 -0.263 -2.43e+03 0.214 0 0 0 Target initStep + 1 1.14 -0.267 -2.43e+03 0 0.214 0.0902 0.0902 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 296, Parent ID = 265 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.29 0.0349 -2.43e+03 0.209 0 0 0 Target initStep - 1 1.29 0.0371 -2.43e+03 0 0.209 0.0871 0.0871 Target eIoni + 0 1.34 -0.105 -2.43e+03 0.209 0 0 0 Target initStep + 1 1.34 -0.103 -2.43e+03 0 0.209 0.0871 0.0871 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 295, Parent ID = 266 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.09 -1.78 -2.43e+03 0.27 0 0 0 Target initStep - 1 -4.09 -1.78 -2.43e+03 0 0.27 0.128 0.128 Target eIoni + 0 -4.04 -1.92 -2.43e+03 0.27 0 0 0 Target initStep + 1 -4.04 -1.92 -2.43e+03 0 0.27 0.128 0.128 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 294, Parent ID = 266 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.23 -1.57 -2.43e+03 0.153 0 0 0 Target initStep - 1 -4.24 -1.57 -2.43e+03 0 0.153 0.0537 0.0537 Target eIoni + 0 -4.18 -1.71 -2.43e+03 0.153 0 0 0 Target initStep + 1 -4.19 -1.71 -2.43e+03 0 0.153 0.0537 0.0537 Target eIoni >>> Event: 0 0 hits stored in this event ### Run 1 starts. @@ -3287,114 +3287,114 @@ 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 -2.94e+03 1e+06 0 0 0 World initStep - 1 -6.75e-08 1.65e-07 -2.92e+03 1e+06 0.00301 21.6 21.6 World muIoni - 2 9.86e-06 -1.57e-06 -2.75e+03 1e+06 0.0342 170 191 World muIoni - 3 1.11e-05 7.86e-06 -2.67e+03 1e+06 0.0116 73.8 265 World muIoni - 4 2.15e-05 1.3e-05 -2.58e+03 1e+06 0.0229 96.3 362 World muIoni - 5 4.33e-05 1.42e-05 -2.49e+03 1e+06 0.0169 89 451 World muIoni - 6 5.78e-05 6.65e-06 -2.45e+03 1e+06 0.00924 39.4 490 Target Transportation - 7 4.87e-05 1.31e-05 -2.45e+03 1e+06 2.54 1.65 492 Target muPairProd - 8 5.14e-05 1.74e-05 -2.45e+03 1e+06 0.893 0.481 492 Target CoulombScat - 9 -0.000295 9e-05 -2.44e+03 1e+06 13.4 9.27 501 Target muIoni - 10 -0.00103 0.000313 -2.42e+03 1e+06 24.3 18.1 519 Target muIoni - 11 -0.00157 0.000396 -2.41e+03 1e+06 10.4 7.78 527 Target muIoni - 12 -0.00261 0.000323 -2.4e+03 1e+06 16.4 12.7 540 Tracker Transportation - 13 -0.00735 -0.00232 -2.34e+03 1e+06 0.0145 63.7 604 Tracker muIoni - 14 -0.0148 -0.00647 -2.24e+03 1e+06 0.0209 100 704 Tracker StepLimiter - 15 -0.0223 -0.0106 -2.14e+03 1e+06 0.0192 100 804 Tracker StepLimiter - 16 -0.024 -0.0116 -2.11e+03 1e+06 0.00508 22.9 827 Tracker muIoni - 17 -0.0263 -0.0129 -2.08e+03 1e+06 0.00686 30.9 857 Tracker muIoni - 18 -0.0337 -0.017 -1.98e+03 1e+06 0.0186 100 957 Tracker StepLimiter - 19 -0.0359 -0.0183 -1.95e+03 1e+06 0.00461 29.4 987 Tracker muIoni - 20 -0.0434 -0.0224 -1.85e+03 1e+06 0.0197 100 1.09e+03 Tracker StepLimiter - 21 -0.0495 -0.0259 -1.77e+03 1e+06 0.0162 83.5 1.17e+03 Tracker muIoni - 22 -0.0531 -0.0279 -1.72e+03 1e+06 0.00958 47.8 1.22e+03 Tracker muIoni - 23 -0.0547 -0.0288 -1.7e+03 1e+06 0.00563 21.8 1.24e+03 Chamber_PV Transportation - 24 -0.0562 -0.0296 -1.68e+03 1e+06 0.00948 19.7 1.26e+03 Chamber_PV muIoni - 25 -0.0576 -0.0303 -1.66e+03 1e+06 0.0168 19 1.28e+03 Chamber_PV muIoni - 26 -0.0587 -0.031 -1.65e+03 1e+06 0.00743 15 1.29e+03 Chamber_PV muIoni - 27 -0.0611 -0.0323 -1.61e+03 1e+06 0.0172 32.5 1.33e+03 Chamber_PV muIoni - 28 -0.064 -0.0339 -1.57e+03 1e+06 0.0257 39.8 1.37e+03 Chamber_PV muIoni - 29 -0.066 -0.035 -1.55e+03 1e+06 0.0152 26.5 1.39e+03 Chamber_PV muIoni - 30 -0.0695 -0.037 -1.5e+03 1e+06 0.0338 47.6 1.44e+03 Tracker Transportation - 31 -0.0716 -0.0381 -1.47e+03 1e+06 0.00625 28.4 1.47e+03 Tracker muIoni - 32 -0.0767 -0.0408 -1.4e+03 1e+06 0.0137 67.9 1.54e+03 Tracker muIoni - 33 -0.0774 -0.0412 -1.39e+03 1e+06 0.00128 9.63 1.55e+03 Tracker muIoni - 34 -0.0846 -0.0451 -1.3e+03 1e+06 0.0186 96.6 1.64e+03 Tracker muIoni - 35 -0.0921 -0.0491 -1.2e+03 1e+06 0.0192 100 1.74e+03 Tracker StepLimiter - 36 -0.0958 -0.0511 -1.15e+03 1e+06 0.00843 49.4 1.79e+03 Tracker muIoni - 37 -0.103 -0.0551 -1.05e+03 1e+06 0.02 97.1 1.89e+03 Tracker muIoni - 38 -0.111 -0.0591 -951 1e+06 0.0223 100 1.99e+03 Tracker StepLimiter - 39 -0.114 -0.0612 -900 1e+06 0.00991 51.1 2.04e+03 Chamber_PV Transportation - 40 -0.115 -0.0617 -888 1e+06 0.00685 12.5 2.05e+03 Chamber_PV muPairProd - 41 -0.119 -0.0635 -841 1e+06 0.0328 46.6 2.1e+03 Chamber_PV muIoni - 42 -0.12 -0.064 -827 1e+06 0.00873 13.5 2.11e+03 Chamber_PV muIoni - 43 -0.121 -0.0645 -815 1e+06 0.00994 12 2.12e+03 Chamber_PV muIoni - 44 -0.124 -0.066 -778 1e+06 0.0262 37.7 2.16e+03 Chamber_PV muIoni - 45 -0.124 -0.0663 -770 1e+06 0.00372 8.05 2.17e+03 Chamber_PV muIoni - 46 -0.127 -0.0675 -738 1e+06 0.0218 31.2 2.2e+03 Chamber_PV muIoni - 47 -0.128 -0.068 -726 1e+06 0.0106 12.7 2.21e+03 Chamber_PV muIoni - 48 -0.13 -0.0689 -700 1e+06 0.0179 25.7 2.24e+03 Tracker Transportation - 49 -0.137 -0.0724 -600 1e+06 0.0162 100 2.34e+03 Tracker StepLimiter - 50 -0.145 -0.076 -500 1e+06 0.0225 100 2.44e+03 Tracker StepLimiter - 51 -0.149 -0.0778 -450 1e+06 0.00909 49.9 2.49e+03 Tracker muIoni - 52 -0.156 -0.0813 -350 1e+06 0.0221 100 2.59e+03 Tracker StepLimiter - 53 -0.163 -0.0844 -262 1e+06 0.0177 87.9 2.68e+03 Tracker muIoni - 54 -0.171 -0.0879 -162 1e+06 0.0204 100 2.78e+03 Tracker StepLimiter - 55 -0.176 -0.0901 -100 1e+06 0.00739 62.2 2.84e+03 Chamber_PV Transportation - 56 -0.191 -0.0972 100 1e+06 0.134 200 3.04e+03 Tracker Transportation - 57 -0.195 -0.0991 153 1e+06 0.0106 52.7 3.09e+03 Tracker muIoni + 1 1.42e-07 1.07e-07 -2.92e+03 1e+06 0.00301 21.6 21.6 World muIoni + 2 1.67e-05 8.23e-06 -2.75e+03 1e+06 0.0342 170 191 World muIoni + 3 2.58e-05 2.12e-05 -2.67e+03 1e+06 0.0116 73.8 265 World muIoni + 4 5.25e-05 2.15e-05 -2.58e+03 1e+06 0.0229 96.3 362 World muIoni + 5 7.62e-05 1.74e-05 -2.49e+03 1e+06 0.0169 89 451 World muIoni + 6 9.07e-05 9.9e-06 -2.45e+03 1e+06 0.00924 39.4 490 Target Transportation + 7 0.0001 1.74e-05 -2.45e+03 1e+06 2.54 1.65 492 Target muPairProd + 8 0.000101 2.01e-05 -2.45e+03 1e+06 0.893 0.481 492 Target CoulombScat + 9 -0.000247 0.000177 -2.44e+03 1e+06 13.4 9.27 501 Target muIoni + 10 -0.00111 0.000646 -2.42e+03 1e+06 24.3 18.1 519 Target muIoni + 11 -0.00169 0.000681 -2.41e+03 1e+06 10.4 7.78 527 Target muIoni + 12 -0.00273 0.000608 -2.4e+03 1e+06 16.4 12.7 540 Tracker Transportation + 13 -0.00747 -0.00203 -2.34e+03 1e+06 0.0145 63.7 604 Tracker muIoni + 14 -0.0149 -0.00618 -2.24e+03 1e+06 0.0209 100 704 Tracker StepLimiter + 15 -0.0224 -0.0103 -2.14e+03 1e+06 0.0192 100 804 Tracker StepLimiter + 16 -0.0241 -0.0113 -2.11e+03 1e+06 0.00508 22.9 827 Tracker muIoni + 17 -0.0264 -0.0126 -2.08e+03 1e+06 0.00686 30.9 857 Tracker muIoni + 18 -0.0339 -0.0168 -1.98e+03 1e+06 0.0186 100 957 Tracker StepLimiter + 19 -0.036 -0.018 -1.95e+03 1e+06 0.00461 29.4 987 Tracker muIoni + 20 -0.0435 -0.0222 -1.85e+03 1e+06 0.0197 100 1.09e+03 Tracker StepLimiter + 21 -0.0496 -0.0256 -1.77e+03 1e+06 0.0162 83.5 1.17e+03 Tracker muIoni + 22 -0.0532 -0.0276 -1.72e+03 1e+06 0.00958 47.8 1.22e+03 Tracker muIoni + 23 -0.0548 -0.0285 -1.7e+03 1e+06 0.00563 21.8 1.24e+03 Chamber_PV Transportation + 24 -0.0563 -0.0293 -1.68e+03 1e+06 0.00948 19.7 1.26e+03 Chamber_PV muIoni + 25 -0.0577 -0.0301 -1.66e+03 1e+06 0.0168 19 1.28e+03 Chamber_PV muIoni + 26 -0.0588 -0.0307 -1.65e+03 1e+06 0.00743 15 1.29e+03 Chamber_PV muIoni + 27 -0.0612 -0.032 -1.61e+03 1e+06 0.0172 32.5 1.33e+03 Chamber_PV muIoni + 28 -0.0641 -0.0336 -1.57e+03 1e+06 0.0257 39.8 1.37e+03 Chamber_PV muIoni + 29 -0.0661 -0.0347 -1.55e+03 1e+06 0.0152 26.5 1.39e+03 Chamber_PV muIoni + 30 -0.0696 -0.0367 -1.5e+03 1e+06 0.0338 47.6 1.44e+03 Tracker Transportation + 31 -0.0717 -0.0378 -1.47e+03 1e+06 0.00625 28.4 1.47e+03 Tracker muIoni + 32 -0.0768 -0.0405 -1.4e+03 1e+06 0.0137 67.9 1.54e+03 Tracker muIoni + 33 -0.0775 -0.0409 -1.39e+03 1e+06 0.00128 9.63 1.55e+03 Tracker muIoni + 34 -0.0847 -0.0448 -1.3e+03 1e+06 0.0186 96.6 1.64e+03 Tracker muIoni + 35 -0.0922 -0.0488 -1.2e+03 1e+06 0.0192 100 1.74e+03 Tracker StepLimiter + 36 -0.0959 -0.0508 -1.15e+03 1e+06 0.00843 49.4 1.79e+03 Tracker muIoni + 37 -0.103 -0.0548 -1.05e+03 1e+06 0.02 97.1 1.89e+03 Tracker muIoni + 38 -0.111 -0.0588 -951 1e+06 0.0223 100 1.99e+03 Tracker StepLimiter + 39 -0.115 -0.0608 -900 1e+06 0.00991 51.1 2.04e+03 Chamber_PV Transportation + 40 -0.115 -0.0613 -888 1e+06 0.00685 12.5 2.05e+03 Chamber_PV muPairProd + 41 -0.119 -0.0632 -841 1e+06 0.0328 46.6 2.1e+03 Chamber_PV muIoni + 42 -0.12 -0.0637 -827 1e+06 0.00873 13.5 2.11e+03 Chamber_PV muIoni + 43 -0.121 -0.0642 -815 1e+06 0.00994 12 2.12e+03 Chamber_PV muIoni + 44 -0.124 -0.0657 -778 1e+06 0.0262 37.7 2.16e+03 Chamber_PV muIoni + 45 -0.124 -0.066 -770 1e+06 0.00372 8.05 2.17e+03 Chamber_PV muIoni + 46 -0.127 -0.0671 -738 1e+06 0.0218 31.2 2.2e+03 Chamber_PV muIoni + 47 -0.128 -0.0676 -726 1e+06 0.0106 12.7 2.21e+03 Chamber_PV muIoni + 48 -0.13 -0.0685 -700 1e+06 0.0179 25.7 2.24e+03 Tracker Transportation + 49 -0.137 -0.0721 -600 1e+06 0.0162 100 2.34e+03 Tracker StepLimiter + 50 -0.145 -0.0756 -500 1e+06 0.0225 100 2.44e+03 Tracker StepLimiter + 51 -0.149 -0.0774 -450 1e+06 0.00909 49.9 2.49e+03 Tracker muIoni + 52 -0.157 -0.0809 -350 1e+06 0.0221 100 2.59e+03 Tracker StepLimiter + 53 -0.163 -0.084 -262 1e+06 0.0177 87.9 2.68e+03 Tracker muIoni + 54 -0.171 -0.0876 -162 1e+06 0.0204 100 2.78e+03 Tracker StepLimiter + 55 -0.176 -0.0897 -100 1e+06 0.00739 62.2 2.84e+03 Chamber_PV Transportation + 56 -0.191 -0.0968 100 1e+06 0.134 200 3.04e+03 Tracker Transportation + 57 -0.195 -0.0987 153 1e+06 0.0106 52.7 3.09e+03 Tracker muIoni 58 -0.202 -0.102 244 1e+06 0.0251 91.2 3.18e+03 Tracker muIoni - 59 -0.204 -0.103 270 1e+06 0.0047 26.2 3.21e+03 Tracker muIoni + 59 -0.205 -0.103 270 1e+06 0.0047 26.2 3.21e+03 Tracker muIoni 60 -0.21 -0.106 342 1e+06 0.0175 72.2 3.28e+03 Tracker muIoni - 61 -0.218 -0.11 442 1e+06 0.0201 100 3.38e+03 Tracker StepLimiter - 62 -0.218 -0.11 447 1e+06 0.00118 4.92 3.39e+03 Tracker muIoni + 61 -0.218 -0.109 442 1e+06 0.0201 100 3.38e+03 Tracker StepLimiter + 62 -0.218 -0.109 447 1e+06 0.00118 4.92 3.39e+03 Tracker muIoni 63 -0.222 -0.111 492 1e+06 0.00541 44.9 3.43e+03 Tracker muIoni - 64 -0.222 -0.112 500 1e+06 0.00117 8 3.44e+03 Tracker muIoni + 64 -0.222 -0.111 500 1e+06 0.00117 8 3.44e+03 Tracker muIoni 65 -0.223 -0.112 511 1e+06 0.00106 10.7 3.45e+03 Tracker muIoni - 66 -0.231 -0.116 608 1e+06 0.0216 97.5 3.55e+03 Tracker muIoni - 67 -0.238 -0.119 700 1e+06 0.0229 91.7 3.64e+03 Chamber_PV Transportation + 66 -0.231 -0.115 608 1e+06 0.0216 97.5 3.55e+03 Tracker muIoni + 67 -0.238 -0.118 700 1e+06 0.0229 91.7 3.64e+03 Chamber_PV Transportation 68 -0.243 -0.121 766 1e+06 0.0375 65.9 3.71e+03 Chamber_PV muIoni 69 -0.247 -0.123 824 1e+06 0.0443 58.3 3.76e+03 Chamber_PV muIoni 70 -0.249 -0.124 849 1e+06 0.0164 25.2 3.79e+03 Chamber_PV muIoni 71 -0.251 -0.125 875 1e+06 0.0168 25.4 3.81e+03 Chamber_PV muIoni - 72 -0.252 -0.126 888 1e+06 0.0116 12.7 3.83e+03 Chamber_PV muIoni + 72 -0.252 -0.125 888 1e+06 0.0116 12.7 3.83e+03 Chamber_PV muIoni 73 -0.253 -0.126 900 1e+06 0.0115 12.5 3.84e+03 Tracker Transportation 74 -0.26 -0.129 988 1e+06 0.0183 88.4 3.93e+03 Tracker muIoni - 75 -0.268 -0.133 1.09e+03 1e+06 0.0218 100 4.03e+03 Tracker StepLimiter - 76 -0.275 -0.136 1.19e+03 1e+06 0.0235 100 4.13e+03 Tracker StepLimiter + 75 -0.268 -0.132 1.09e+03 1e+06 0.0218 100 4.03e+03 Tracker StepLimiter + 76 -0.276 -0.136 1.19e+03 1e+06 0.0235 100 4.13e+03 Tracker StepLimiter 77 -0.283 -0.14 1.29e+03 1e+06 0.0176 100 4.23e+03 Tracker StepLimiter - 78 -0.289 -0.143 1.36e+03 1e+06 0.0179 72.8 4.3e+03 Tracker muIoni + 78 -0.289 -0.142 1.36e+03 1e+06 0.0179 72.8 4.3e+03 Tracker muIoni 79 -0.297 -0.146 1.46e+03 1e+06 0.0179 100 4.4e+03 Tracker StepLimiter - 80 -0.299 -0.147 1.5e+03 1e+06 0.00812 37.6 4.44e+03 Tracker muIoni - 81 -0.3 -0.148 1.5e+03 1e+06 0.000243 1.18 4.44e+03 Chamber_PV Transportation - 82 -0.302 -0.149 1.54e+03 1e+06 0.0268 35.2 4.48e+03 Chamber_PV muIoni + 80 -0.3 -0.147 1.5e+03 1e+06 0.00812 37.6 4.44e+03 Tracker muIoni + 81 -0.3 -0.147 1.5e+03 1e+06 0.000243 1.18 4.44e+03 Chamber_PV Transportation + 82 -0.302 -0.148 1.54e+03 1e+06 0.0268 35.2 4.48e+03 Chamber_PV muIoni 83 -0.305 -0.15 1.57e+03 1e+06 0.0281 33.4 4.51e+03 Chamber_PV muIoni 84 -0.306 -0.15 1.58e+03 1e+06 0.00322 8.17 4.52e+03 Chamber_PV muIoni 85 -0.308 -0.151 1.61e+03 1e+06 0.0172 29.7 4.55e+03 Chamber_PV muIoni 86 -0.309 -0.152 1.62e+03 1e+06 0.0101 17.9 4.56e+03 Chamber_PV muIoni 87 -0.312 -0.153 1.65e+03 1e+06 0.0192 29.6 4.59e+03 Chamber_PV muIoni - 88 -0.315 -0.155 1.7e+03 1e+06 0.0335 46.1 4.64e+03 Tracker Transportation + 88 -0.315 -0.154 1.7e+03 1e+06 0.0335 46.1 4.64e+03 Tracker Transportation 89 -0.323 -0.158 1.8e+03 1e+06 0.0228 100 4.74e+03 Tracker StepLimiter 90 -0.331 -0.162 1.9e+03 1e+06 0.0211 100 4.84e+03 Tracker StepLimiter 91 -0.335 -0.164 1.95e+03 1e+06 0.00945 54.3 4.89e+03 Tracker muIoni 92 -0.343 -0.168 2.05e+03 1e+06 0.0162 100 4.99e+03 Tracker StepLimiter - 93 -0.351 -0.172 2.15e+03 1e+06 0.0208 100 5.09e+03 Tracker StepLimiter - 94 -0.355 -0.174 2.21e+03 1e+06 0.01 56.3 5.15e+03 Tracker muIoni + 93 -0.351 -0.171 2.15e+03 1e+06 0.0208 100 5.09e+03 Tracker StepLimiter + 94 -0.355 -0.173 2.21e+03 1e+06 0.01 56.3 5.15e+03 Tracker muIoni 95 -0.358 -0.175 2.25e+03 1e+06 0.00765 39.8 5.19e+03 Tracker muIoni 96 -0.358 -0.175 2.25e+03 1e+06 0.00012 0.621 5.19e+03 Tracker muIoni - 97 -0.359 -0.176 2.26e+03 1e+06 0.00266 9.78 5.2e+03 Tracker muIoni + 97 -0.359 -0.175 2.26e+03 1e+06 0.00266 9.78 5.2e+03 Tracker muIoni 98 -0.364 -0.178 2.33e+03 1e+06 0.0139 67.2 5.27e+03 Tracker muIoni 99 -0.37 -0.181 2.4e+03 1e+06 0.0141 72 5.34e+03 World Transportation - 100 -0.375 -0.184 2.47e+03 1e+06 0.0168 70 5.41e+03 World muIoni + 100 -0.376 -0.183 2.47e+03 1e+06 0.0168 70 5.41e+03 World muIoni 101 -0.377 -0.184 2.49e+03 1e+06 0.00311 16.9 5.43e+03 World muIoni 102 -0.383 -0.187 2.57e+03 1e+06 0.0168 81.9 5.51e+03 World muIoni - 103 -0.384 -0.188 2.58e+03 1e+06 0.00158 14.1 5.52e+03 World muIoni + 103 -0.385 -0.187 2.58e+03 1e+06 0.00158 14.1 5.52e+03 World muIoni 104 -0.386 -0.188 2.6e+03 1e+06 0.0036 15.5 5.54e+03 World muIoni - 105 -0.391 -0.191 2.67e+03 1e+06 0.0133 73 5.61e+03 World muIoni - 106 -0.399 -0.195 2.76e+03 1e+06 0.0192 93 5.7e+03 World muIoni + 105 -0.392 -0.191 2.67e+03 1e+06 0.0133 73 5.61e+03 World muIoni + 106 -0.399 -0.194 2.76e+03 1e+06 0.0192 93 5.7e+03 World muIoni 107 -0.404 -0.197 2.83e+03 1e+06 0.0127 65.5 5.77e+03 World muIoni - 108 -0.406 -0.198 2.85e+03 1e+06 0.00467 23.8 5.79e+03 World muIoni + 108 -0.406 -0.197 2.85e+03 1e+06 0.00467 23.8 5.79e+03 World muIoni 109 -0.411 -0.2 2.92e+03 1e+06 0.0142 67.7 5.86e+03 World muIoni 110 -0.413 -0.201 2.94e+03 1e+06 0.00212 18.7 5.88e+03 OutOfWorld Transportation @@ -3412,8 +3412,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.406 -0.198 2.85e+03 0.00103 0 0 0 World initStep - 1 -0.425 -0.211 2.85e+03 0 0.00103 0.0591 0.0591 World eIoni + 0 -0.406 -0.197 2.85e+03 0.00103 0 0 0 World initStep + 1 -0.426 -0.211 2.85e+03 0 0.00103 0.0591 0.0591 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 77, Parent ID = 1 @@ -3428,7 +3428,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.399 -0.195 2.76e+03 0.00144 0 0 0 World initStep + 0 -0.399 -0.194 2.76e+03 0.00144 0 0 0 World initStep 1 -0.391 -0.154 2.76e+03 0 0.00144 0.0975 0.0975 World eIoni ********************************************************************************************************* @@ -3436,8 +3436,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.391 -0.191 2.67e+03 0.00228 0 0 0 World initStep - 1 -0.336 -0.259 2.67e+03 0 0.00228 0.2 0.2 World eIoni + 0 -0.392 -0.191 2.67e+03 0.00228 0 0 0 World initStep + 1 -0.336 -0.258 2.67e+03 0 0.00228 0.2 0.2 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 @@ -3445,14 +3445,14 @@ 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.386 -0.188 2.6e+03 0.00103 0 0 0 World initStep - 1 -0.406 -0.202 2.6e+03 0 0.00103 0.0599 0.0599 World eIoni + 1 -0.406 -0.201 2.6e+03 0 0.00103 0.0599 0.0599 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 -0.384 -0.188 2.58e+03 0.00406 0 0 0 World initStep + 0 -0.385 -0.187 2.58e+03 0.00406 0 0 0 World initStep 1 -0.388 -0.186 2.58e+03 0.00229 0 0.00414 0.00414 World eIoni 2 -0.412 -0.109 2.58e+03 0 0.00229 0.201 0.206 World eIoni @@ -3462,7 +3462,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -0.388 -0.186 2.58e+03 0.00176 0 0 0 World initStep - 1 -0.441 -0.194 2.58e+03 0 0.00176 0.133 0.133 World eIoni + 1 -0.441 -0.193 2.58e+03 0 0.00176 0.133 0.133 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 @@ -3470,8 +3470,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -0.383 -0.187 2.57e+03 0.00277 0 0 0 World initStep - 1 -0.416 -0.173 2.57e+03 0.00228 0.000489 0.0379 0.0379 World eIoni - 2 -0.503 -0.166 2.57e+03 0 0.00228 0.2 0.238 World eIoni + 1 -0.416 -0.172 2.57e+03 0.00228 0.000489 0.0379 0.0379 World eIoni + 2 -0.503 -0.165 2.57e+03 0 0.00228 0.2 0.238 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 @@ -3564,7 +3564,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.375 -0.184 2.47e+03 0.00177 0 0 0 World initStep + 0 -0.376 -0.183 2.47e+03 0.00177 0 0 0 World initStep 1 -0.348 -0.133 2.47e+03 0 0.00177 0.133 0.133 World eIoni ********************************************************************************************************* @@ -3580,7 +3580,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.359 -0.176 2.26e+03 0.00204 0 0 0 Tracker initStep + 0 -0.359 -0.175 2.26e+03 0.00204 0 0 0 Tracker initStep 1 -0.388 -0.109 2.26e+03 0 0.00204 0.167 0.167 Tracker eIoni ********************************************************************************************************* @@ -3595,7 +3595,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 10.2 -6.43 2.27e+03 0.0322 0.00366 7.12 30.6 Tracker eIoni 5 10.5 -4.92 2.27e+03 0.0288 0.00158 2.01 32.7 Tracker eIoni 6 8.46 -0.988 2.27e+03 0.0237 0.0051 5.27 37.9 Tracker eIoni - 7 5.38 -0.283 2.27e+03 0.0181 0.00378 3.54 41.5 Tracker eIoni + 7 5.38 -0.282 2.27e+03 0.0181 0.00378 3.54 41.5 Tracker eIoni 8 3.54 1.61 2.28e+03 0.0141 0.00403 3.08 44.6 Tracker eIoni 9 1.74 1.82 2.28e+03 0.0103 0.00374 2.44 47 Tracker eIoni 10 0.966 2.87 2.28e+03 0.00563 0.00472 1.89 48.9 Tracker eIoni @@ -3606,7 +3606,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.38 -0.283 2.27e+03 0.00183 0 0 0 Tracker initStep + 0 5.38 -0.282 2.27e+03 0.00183 0 0 0 Tracker initStep 1 5.41 -0.267 2.27e+03 0 0.00183 0.141 0.141 Tracker eIoni ********************************************************************************************************* @@ -3631,15 +3631,15 @@ 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.358 -0.175 2.25e+03 0.00195 0 0 0 Tracker initStep - 1 -0.294 -0.195 2.25e+03 0 0.00195 0.155 0.155 Tracker eIoni + 1 -0.294 -0.194 2.25e+03 0 0.00195 0.155 0.155 Tracker 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.355 -0.174 2.21e+03 0.00237 0 0 0 Tracker initStep - 1 -0.355 -0.267 2.21e+03 0 0.00237 0.213 0.213 Tracker eIoni + 0 -0.355 -0.173 2.21e+03 0.00237 0 0 0 Tracker initStep + 1 -0.356 -0.267 2.21e+03 0 0.00237 0.213 0.213 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 @@ -3663,9 +3663,9 @@ 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.309 -0.152 1.62e+03 0.0514 0 0 0 Chamber_PV initStep - 1 -2.71 0.459 1.62e+03 0.0402 0.00619 3.37 3.37 Chamber_PV eIoni + 1 -2.71 0.46 1.62e+03 0.0402 0.00619 3.37 3.37 Chamber_PV eIoni 2 -2.71 0.492 1.62e+03 0.0401 6.68e-05 0.0333 3.41 Chamber_PV eIoni - 3 1.11 0.789 1.62e+03 0.0318 0.00827 4.29 7.7 Chamber_PV eIoni + 3 1.11 0.79 1.62e+03 0.0318 0.00827 4.29 7.7 Chamber_PV eIoni 4 1.04 0.77 1.62e+03 0.0266 0.00377 1.49 9.19 Chamber_PV eIoni 5 0.812 2.09 1.62e+03 0.0206 0.00609 2.82 12 Chamber_PV eIoni 6 0.847 2.09 1.62e+03 0.0202 0.000367 0.0614 12.1 Chamber_PV eIoni @@ -3687,15 +3687,15 @@ 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 1.04 0.77 1.62e+03 0.00141 0 0 0 Chamber_PV initStep - 1 1.03 0.772 1.62e+03 0 0.00141 0.065 0.065 Chamber_PV eIoni + 1 1.03 0.773 1.62e+03 0 0.00141 0.065 0.065 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 92, Parent ID = 62 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.71 0.459 1.62e+03 0.00503 0 0 0 Chamber_PV initStep - 1 -2.67 0.45 1.62e+03 0 0.00503 0.397 0.397 Chamber_PV eIoni + 0 -2.71 0.46 1.62e+03 0.00503 0 0 0 Chamber_PV initStep + 1 -2.67 0.451 1.62e+03 0 0.00503 0.397 0.397 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 @@ -3703,7 +3703,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -0.308 -0.151 1.61e+03 0.0209 0 0 0 Chamber_PV initStep - 1 -0.594 -0.229 1.61e+03 0.0197 0.00119 0.385 0.385 Chamber_PV eIoni + 1 -0.594 -0.228 1.61e+03 0.0197 0.00119 0.385 0.385 Chamber_PV eIoni 2 -0.574 -1.47 1.61e+03 0.0115 0.00824 2.19 2.57 Chamber_PV eIoni 3 0.394 -1.81 1.6e+03 0.00442 0.00705 1.39 3.96 Chamber_PV eIoni 4 0.411 -1.81 1.6e+03 0 0.00442 0.324 4.29 Chamber_PV eIoni @@ -3715,7 +3715,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -0.306 -0.15 1.58e+03 0.00947 0 0 0 Chamber_PV initStep 1 -0.292 -0.132 1.58e+03 0.00772 0.000223 0.0237 0.0237 Chamber_PV eIoni - 2 -0.237 -0.0686 1.58e+03 0 0.00772 0.794 0.817 Chamber_PV eIoni + 2 -0.238 -0.0683 1.58e+03 0 0.00772 0.794 0.817 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 95, Parent ID = 60 @@ -3738,7 +3738,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.302 -0.149 1.54e+03 0.0292 0 0 0 Chamber_PV initStep + 0 -0.302 -0.148 1.54e+03 0.0292 0 0 0 Chamber_PV initStep 1 2.4 -0.297 1.54e+03 0.0213 0.00791 3.07 3.07 Chamber_PV eIoni 2 1.83 1.7 1.54e+03 0.00921 0.0121 2.33 5.4 Chamber_PV eIoni 3 1.73 1.66 1.54e+03 0 0.00921 1.06 6.46 Chamber_PV eIoni @@ -3748,15 +3748,15 @@ 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.299 -0.147 1.5e+03 0.00184 0 0 0 Tracker initStep - 1 -0.287 -0.0876 1.5e+03 0 0.00184 0.142 0.142 Tracker eIoni + 0 -0.3 -0.147 1.5e+03 0.00184 0 0 0 Tracker initStep + 1 -0.287 -0.0872 1.5e+03 0 0.00184 0.142 0.142 Tracker 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 -0.289 -0.143 1.36e+03 0.00366 0 0 0 Tracker initStep + 0 -0.289 -0.142 1.36e+03 0.00366 0 0 0 Tracker initStep 1 -0.249 -0.335 1.36e+03 0 0.00366 0.443 0.443 Tracker eIoni ********************************************************************************************************* @@ -3765,15 +3765,15 @@ 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.26 -0.129 988 0.00145 0 0 0 Tracker initStep - 1 -0.279 -0.166 988 0 0.00145 0.0983 0.0983 Tracker eIoni + 1 -0.28 -0.166 988 0 0.00145 0.0983 0.0983 Tracker 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 -0.252 -0.126 888 0.00147 0 0 0 Chamber_PV initStep - 1 -0.256 -0.117 888 0 0.00147 0.0686 0.0686 Chamber_PV eIoni + 0 -0.252 -0.125 888 0.00147 0 0 0 Chamber_PV initStep + 1 -0.257 -0.117 888 0 0.00147 0.0686 0.0686 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 @@ -3809,15 +3809,15 @@ 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.243 -0.121 766 0.00295 0 0 0 Chamber_PV initStep - 1 -0.255 -0.141 766 0 0.00295 0.178 0.178 Chamber_PV eIoni + 1 -0.255 -0.14 766 0 0.00295 0.178 0.178 Chamber_PV 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 -0.231 -0.116 608 0.00233 0 0 0 Tracker initStep - 1 -0.321 -0.107 608 0 0.00233 0.207 0.207 Tracker eIoni + 0 -0.231 -0.115 608 0.00233 0 0 0 Tracker initStep + 1 -0.321 -0.106 608 0 0.00233 0.207 0.207 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 @@ -3832,9 +3832,9 @@ 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.222 -0.112 500 0.00622 0 0 0 Tracker initStep + 0 -0.222 -0.111 500 0.00622 0 0 0 Tracker initStep 1 -1 -0.252 499 0.00101 0.00521 1.12 1.12 Tracker eIoni - 2 -0.985 -0.264 499 0 0.00101 0.0577 1.18 Tracker eIoni + 2 -0.985 -0.263 499 0 0.00101 0.0577 1.18 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 @@ -3842,14 +3842,14 @@ 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.222 -0.111 492 0.00293 0 0 0 Tracker initStep - 1 -0.236 0.0199 492 0 0.00293 0.254 0.254 Tracker eIoni + 1 -0.236 0.0203 492 0 0.00293 0.254 0.254 Tracker 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 -0.218 -0.11 447 0.0401 0 0 0 Tracker initStep + 0 -0.218 -0.109 447 0.0401 0 0 0 Tracker initStep 1 0.787 6.43 451 0.0346 0.00544 8.36 8.36 Tracker eIoni 2 1.31 12.9 450 0.0288 0.00587 6.77 15.1 Tracker eIoni 3 1.77 16.2 446 0.0222 0.00656 5.26 20.4 Tracker eIoni @@ -3873,15 +3873,15 @@ 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.21 -0.106 342 0.00145 0 0 0 Tracker initStep - 1 -0.218 -0.0653 342 0 0.00145 0.0981 0.0981 Tracker eIoni + 1 -0.218 -0.0649 342 0 0.00145 0.0981 0.0981 Tracker 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 -0.204 -0.103 270 0.00172 0 0 0 Tracker initStep - 1 -0.194 -0.0495 270 0 0.00172 0.128 0.128 Tracker eIoni + 0 -0.205 -0.103 270 0.00172 0 0 0 Tracker initStep + 1 -0.194 -0.0492 270 0 0.00172 0.128 0.128 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 @@ -3889,30 +3889,30 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -0.202 -0.102 244 0.00121 0 0 0 Tracker initStep - 1 -0.179 -0.0815 244 0 0.00121 0.0753 0.0753 Tracker eIoni + 1 -0.179 -0.0812 244 0 0.00121 0.0753 0.0753 Tracker 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 -0.195 -0.0991 153 0.00258 0 0 0 Tracker initStep - 1 -0.233 0.00204 153 0 0.00258 0.245 0.245 Tracker eIoni + 0 -0.195 -0.0987 153 0.00258 0 0 0 Tracker initStep + 1 -0.234 0.00242 153 0 0.00258 0.245 0.245 Tracker 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 -0.163 -0.0844 -262 0.00107 0 0 0 Tracker initStep - 1 -0.144 -0.0671 -262 0 0.00107 0.0627 0.0627 Tracker eIoni + 0 -0.163 -0.084 -262 0.00107 0 0 0 Tracker initStep + 1 -0.144 -0.0667 -262 0 0.00107 0.0627 0.0627 Tracker 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 -0.149 -0.0778 -450 0.00113 0 0 0 Tracker initStep + 0 -0.149 -0.0774 -450 0.00113 0 0 0 Tracker initStep 1 -0.161 -0.103 -450 0 0.00113 0.0684 0.0684 Tracker eIoni ********************************************************************************************************* @@ -3920,69 +3920,69 @@ 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.128 -0.068 -726 0.00379 0 0 0 Chamber_PV initStep - 1 -0.126 -0.0996 -726 0 0.00379 0.256 0.256 Chamber_PV eIoni + 0 -0.128 -0.0676 -726 0.00379 0 0 0 Chamber_PV initStep + 1 -0.126 -0.0993 -726 0 0.00379 0.256 0.256 Chamber_PV 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 -0.127 -0.0675 -738 0.00629 0 0 0 Chamber_PV initStep - 1 -0.183 -0.0343 -738 0 0.00629 0.567 0.567 Chamber_PV eIoni + 0 -0.127 -0.0671 -738 0.00629 0 0 0 Chamber_PV initStep + 1 -0.183 -0.034 -738 0 0.00629 0.567 0.567 Chamber_PV 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 -0.124 -0.0663 -770 0.00491 0 0 0 Chamber_PV initStep - 1 -0.08 -0.0534 -770 0 0.00491 0.383 0.383 Chamber_PV eIoni + 0 -0.124 -0.066 -770 0.00491 0 0 0 Chamber_PV initStep + 1 -0.0802 -0.0531 -770 0 0.00491 0.383 0.383 Chamber_PV 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 -0.124 -0.066 -778 0.00138 0 0 0 Chamber_PV initStep - 1 -0.121 -0.0577 -778 0 0.00138 0.0631 0.0631 Chamber_PV eIoni + 0 -0.124 -0.0657 -778 0.00138 0 0 0 Chamber_PV initStep + 1 -0.121 -0.0574 -778 0 0.00138 0.0631 0.0631 Chamber_PV 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 -0.121 -0.0645 -815 0.00683 0 0 0 Chamber_PV initStep - 1 -0.161 -0.126 -815 0 0.00683 0.649 0.649 Chamber_PV eIoni + 0 -0.121 -0.0642 -815 0.00683 0 0 0 Chamber_PV initStep + 1 -0.162 -0.126 -815 0 0.00683 0.649 0.649 Chamber_PV 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 -0.12 -0.064 -827 0.00327 0 0 0 Chamber_PV initStep - 1 -0.0945 -0.0704 -827 0 0.00327 0.206 0.206 Chamber_PV eIoni + 0 -0.12 -0.0637 -827 0.00327 0 0 0 Chamber_PV initStep + 1 -0.0947 -0.0701 -827 0 0.00327 0.206 0.206 Chamber_PV 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 -0.119 -0.0635 -841 0.00186 0 0 0 Chamber_PV initStep - 1 -0.13 -0.0671 -841 0 0.00186 0.0939 0.0939 Chamber_PV eIoni + 0 -0.119 -0.0632 -841 0.00186 0 0 0 Chamber_PV initStep + 1 -0.131 -0.0668 -841 0 0.00186 0.0939 0.0939 Chamber_PV 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 -0.115 -0.0617 -888 30.4 0 0 0 Chamber_PV initStep - 1 -0.114 -0.0463 -884 30.3 0.003 4.01 4.01 Chamber_PV eIoni + 0 -0.115 -0.0613 -888 30.4 0 0 0 Chamber_PV initStep + 1 -0.115 -0.0459 -884 30.3 0.003 4.01 4.01 Chamber_PV eIoni 2 0.332 -0.76 -838 30.3 0.0295 45.4 49.5 Chamber_PV eIoni 3 0.73 -0.94 -828 30.3 0.00658 9.9 59.4 Chamber_PV eIoni 4 0.859 -0.953 -826 30.3 0.00165 2.13 61.5 Chamber_PV eIoni 5 5.57 -0.173 -752 30.2 0.0411 74.4 136 Chamber_PV eIoni - 6 6.41 -0.765 -700 30.2 0.0234 51.8 188 Tracker Transportation + 6 6.41 -0.764 -700 30.2 0.0234 51.8 188 Tracker Transportation 7 6.66 -2.18 -600 30.2 0.0157 100 288 Tracker StepLimiter 8 6.77 -3.37 -536 30.2 0.0115 64.4 352 Tracker eIoni 9 7.47 -4.94 -436 30.2 0.0169 100 452 Tracker StepLimiter @@ -3992,7 +3992,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 13 8.49 -10.5 -182 30 0.0108 68 706 Tracker eIoni 14 8.72 -11.2 -116 30 0.0103 66 772 Tracker eIoni 15 8.89 -11.4 -100 30 0.00227 15.8 788 Chamber_PV Transportation - 16 8.91 -11.5 -97.3 30 0.000926 2.68 791 Chamber_PV eIoni + 16 8.9 -11.5 -97.3 30 0.000926 2.68 791 Chamber_PV eIoni 17 8.82 -11.9 -80.5 30 0.0125 16.8 807 Chamber_PV eIoni 18 8.71 -12.2 -69.9 30 0.00605 10.6 818 Chamber_PV eIoni 19 8.57 -13.6 -37.7 29.9 0.0155 32.2 850 Chamber_PV eIoni @@ -4447,7 +4447,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 10.2 -117 545 0.0146 0 0 0 Tracker initStep - 1 9.33 -116 545 0.00941 0.00524 2.52 2.52 Tracker eIoni + 1 9.32 -116 545 0.00941 0.00524 2.52 2.52 Tracker eIoni 2 8.91 -114 545 0.00584 0.00358 1.74 4.27 Tracker eIoni 3 8.57 -114 546 0 0.00584 1.01 5.28 Tracker eIoni @@ -4548,7 +4548,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1 4.86 -12.2 -1.43 0.051 0.00924 5.03 5.03 Chamber_PV eIoni 2 5.07 -12.3 -4.65 0.0453 0.00566 5.74 10.8 Chamber_PV eIoni 3 3.76 -9.55 -3.88 0.0413 0.00404 4.96 15.7 Chamber_PV eIoni - 4 0.936 -7.87 -2.31 0.0236 0.00589 3.74 19.5 Chamber_PV eIoni + 4 0.935 -7.87 -2.31 0.0236 0.00589 3.74 19.5 Chamber_PV eIoni 5 2.17 -8.62 -3.42 0.0154 0.00824 2.53 22 Chamber_PV eIoni 6 2.13 -8.36 -3.92 0.00819 0.00717 1.8 23.8 Chamber_PV eIoni 7 2.22 -8.32 -3.88 0.00438 0.00109 0.128 23.9 Chamber_PV eIoni @@ -4567,9 +4567,9 @@ 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.936 -7.87 -2.31 0.0118 0 0 0 Chamber_PV initStep - 1 -0.046 -8.48 -2.18 0.000439 0.0113 1.43 1.43 Chamber_PV eIoni - 2 -0.0479 -8.48 -2.19 0 0.000439 0.0175 1.44 Chamber_PV eIoni + 0 0.935 -7.87 -2.31 0.0118 0 0 0 Chamber_PV initStep + 1 -0.0462 -8.48 -2.18 0.000439 0.0113 1.43 1.43 Chamber_PV eIoni + 2 -0.048 -8.48 -2.19 0 0.000439 0.0175 1.44 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 170, Parent ID = 112 @@ -4616,11 +4616,11 @@ 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 8.91 -11.5 -97.3 0.0439 0 0 0 Chamber_PV initStep + 0 8.9 -11.5 -97.3 0.0439 0 0 0 Chamber_PV initStep 1 9.62 -11.5 -97.2 0.0429 0.001 0.991 0.991 Chamber_PV msc 2 9.58 -11.8 -97.8 0.0417 0.0012 0.722 1.71 Chamber_PV msc 3 9.53 -12.2 -98.2 0.0401 0.0016 0.722 2.43 Chamber_PV msc - 4 9.24 -12.6 -98.5 0.0387 0.00136 0.722 3.16 Chamber_PV msc + 4 9.23 -12.6 -98.5 0.0387 0.00136 0.722 3.16 Chamber_PV msc 5 9.16 -12.6 -98.7 0.0366 0.000267 0.186 3.34 Chamber_PV eIoni 6 8.78 -12.6 -99.2 0.0343 0.00238 0.722 4.06 Chamber_PV msc 7 8.73 -12.6 -99.6 0.0308 0.000551 0.358 4.42 Chamber_PV eIoni @@ -4707,12 +4707,12 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 7.84 -6.34 -377 0.0639 0 0 0 Tracker initStep - 1 16.7 -1.21 -374 0.0585 0.00538 11.3 11.3 Tracker eIoni + 1 16.7 -1.2 -374 0.0585 0.00538 11.3 11.3 Tracker eIoni 2 16.9 -1.13 -374 0.057 4.47e-05 0.235 11.5 Tracker eIoni 3 21.5 -0.617 -373 0.0505 0.00355 4.88 16.4 Tracker eIoni 4 30.5 1.06 -368 0.045 0.00552 11.9 28.3 Tracker eIoni 5 37 5.04 -364 0.039 0.00598 9.94 38.2 Tracker eIoni - 6 37.6 8.84 -358 0.0332 0.00478 6.96 45.2 Tracker eIoni + 6 37.5 8.84 -358 0.0332 0.00478 6.96 45.2 Tracker eIoni 7 36.9 13.9 -356 0.0277 0.00544 6.37 51.6 Tracker eIoni 8 33.2 15.1 -358 0.0227 0.00506 5.02 56.6 Tracker eIoni 9 31.1 15.8 -361 0.0183 0.00442 3.93 60.5 Tracker eIoni @@ -4726,7 +4726,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 37.6 8.84 -358 0.001 0 0 0 Tracker initStep + 0 37.5 8.84 -358 0.001 0 0 0 Tracker initStep 1 37.5 8.83 -358 0 0.001 0.0574 0.0574 Tracker eIoni ********************************************************************************************************* @@ -4760,8 +4760,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 5.57 -0.173 -752 0.0114 0 0 0 Chamber_PV initStep - 1 5.67 -0.14 -751 0.00551 0.00591 1.39 1.39 Chamber_PV eIoni - 2 5.73 -0.148 -751 0 0.00551 0.459 1.84 Chamber_PV eIoni + 1 5.67 -0.139 -751 0.00551 0.00591 1.39 1.39 Chamber_PV eIoni + 2 5.72 -0.148 -751 0 0.00551 0.459 1.84 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 30 @@ -4777,9 +4777,9 @@ 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.73 -0.94 -828 0.0201 0 0 0 Chamber_PV initStep - 1 0.479 -0.749 -826 0.0144 0.00575 2.22 2.22 Chamber_PV eIoni - 2 0.858 -0.373 -827 0.00925 0.00365 0.982 3.2 Chamber_PV eIoni - 3 0.616 -0.463 -827 0.0057 0.00206 0.332 3.54 Chamber_PV eIoni + 1 0.479 -0.748 -826 0.0144 0.00575 2.22 2.22 Chamber_PV eIoni + 2 0.858 -0.372 -827 0.00925 0.00365 0.982 3.2 Chamber_PV eIoni + 3 0.616 -0.462 -827 0.0057 0.00206 0.332 3.54 Chamber_PV eIoni 4 0.617 -0.422 -827 0 0.0057 0.485 4.02 Chamber_PV eIoni ********************************************************************************************************* @@ -4787,15 +4787,15 @@ 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.616 -0.463 -827 0.00149 0 0 0 Chamber_PV initStep - 1 0.607 -0.465 -827 0 0.00149 0.0699 0.0699 Chamber_PV eIoni + 0 0.616 -0.462 -827 0.00149 0 0 0 Chamber_PV initStep + 1 0.607 -0.464 -827 0 0.00149 0.0699 0.0699 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 181, Parent ID = 99 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.858 -0.373 -827 0.00145 0 0 0 Chamber_PV initStep + 0 0.858 -0.372 -827 0.00145 0 0 0 Chamber_PV initStep 1 0.864 -0.38 -827 0 0.00145 0.0674 0.0674 Chamber_PV eIoni ********************************************************************************************************* @@ -4804,39 +4804,39 @@ 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.332 -0.76 -838 0.00246 0 0 0 Chamber_PV initStep - 1 0.343 -0.774 -838 0 0.00246 0.139 0.139 Chamber_PV eIoni + 1 0.343 -0.773 -838 0 0.00246 0.139 0.139 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 30 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.114 -0.0463 -884 0.00513 0 0 0 Chamber_PV initStep - 1 -0.155 -0.0733 -884 0 0.00513 0.41 0.41 Chamber_PV eIoni + 0 -0.115 -0.0459 -884 0.00513 0 0 0 Chamber_PV initStep + 1 -0.155 -0.0729 -884 0 0.00513 0.41 0.41 Chamber_PV 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 -0.103 -0.0551 -1.05e+03 0.00124 0 0 0 Tracker initStep - 1 -0.0837 -0.0292 -1.05e+03 0 0.00124 0.0777 0.0777 Tracker eIoni + 0 -0.103 -0.0548 -1.05e+03 0.00124 0 0 0 Tracker initStep + 1 -0.0838 -0.0289 -1.05e+03 0 0.00124 0.0777 0.0777 Tracker 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 -0.0958 -0.0511 -1.15e+03 0.00718 0 0 0 Tracker initStep - 1 -0.315 0.554 -1.15e+03 0.00162 0.00429 1.34 1.34 Tracker eIoni - 2 -0.362 0.556 -1.15e+03 0 0.00162 0.117 1.46 Tracker eIoni + 0 -0.0959 -0.0508 -1.15e+03 0.00718 0 0 0 Tracker initStep + 1 -0.316 0.554 -1.15e+03 0.00162 0.00429 1.34 1.34 Tracker eIoni + 2 -0.362 0.557 -1.15e+03 0 0.00162 0.117 1.46 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 183, Parent ID = 28 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.315 0.554 -1.15e+03 0.00128 0 0 0 Tracker initStep + 0 -0.316 0.554 -1.15e+03 0.00128 0 0 0 Tracker initStep 1 -0.324 0.526 -1.15e+03 0 0.00128 0.0816 0.0816 Tracker eIoni ********************************************************************************************************* @@ -4844,31 +4844,31 @@ 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.0846 -0.0451 -1.3e+03 0.0011 0 0 0 Tracker initStep - 1 -0.0633 -0.0615 -1.3e+03 0 0.0011 0.0657 0.0657 Tracker eIoni + 0 -0.0847 -0.0448 -1.3e+03 0.0011 0 0 0 Tracker initStep + 1 -0.0634 -0.0613 -1.3e+03 0 0.0011 0.0657 0.0657 Tracker 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 -0.0774 -0.0412 -1.39e+03 0.0026 0 0 0 Tracker initStep - 1 0.0274 -0.0718 -1.39e+03 0 0.0026 0.248 0.248 Tracker eIoni + 0 -0.0775 -0.0409 -1.39e+03 0.0026 0 0 0 Tracker initStep + 1 0.0273 -0.0715 -1.39e+03 0 0.0026 0.248 0.248 Tracker 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 -0.0767 -0.0408 -1.4e+03 0.00214 0 0 0 Tracker initStep - 1 -0.146 -0.00474 -1.4e+03 0 0.00214 0.18 0.18 Tracker eIoni + 0 -0.0768 -0.0405 -1.4e+03 0.00214 0 0 0 Tracker initStep + 1 -0.146 -0.00445 -1.4e+03 0 0.00214 0.18 0.18 Tracker 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 -0.0716 -0.0381 -1.47e+03 0.00233 0 0 0 Tracker initStep + 0 -0.0717 -0.0378 -1.47e+03 0.00233 0 0 0 Tracker initStep 1 -0.137 -0.101 -1.47e+03 0 0.00233 0.207 0.207 Tracker eIoni ********************************************************************************************************* @@ -4876,55 +4876,55 @@ 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.066 -0.035 -1.55e+03 0.00222 0 0 0 Chamber_PV initStep - 1 -0.078 -0.0446 -1.55e+03 0 0.00222 0.12 0.12 Chamber_PV eIoni + 0 -0.0661 -0.0347 -1.55e+03 0.00222 0 0 0 Chamber_PV initStep + 1 -0.0781 -0.0443 -1.55e+03 0 0.00222 0.12 0.12 Chamber_PV 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 -0.064 -0.0339 -1.57e+03 0.00205 0 0 0 Chamber_PV initStep - 1 -0.051 -0.0293 -1.57e+03 0 0.00205 0.107 0.107 Chamber_PV eIoni + 0 -0.0641 -0.0336 -1.57e+03 0.00205 0 0 0 Chamber_PV initStep + 1 -0.0512 -0.029 -1.57e+03 0 0.00205 0.107 0.107 Chamber_PV 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 -0.0611 -0.0323 -1.61e+03 0.00166 0 0 0 Chamber_PV initStep - 1 -0.0628 -0.0429 -1.61e+03 0 0.00166 0.0805 0.0805 Chamber_PV eIoni + 0 -0.0612 -0.032 -1.61e+03 0.00166 0 0 0 Chamber_PV initStep + 1 -0.0629 -0.0426 -1.61e+03 0 0.00166 0.0805 0.0805 Chamber_PV 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 -0.0587 -0.031 -1.65e+03 0.00203 0 0 0 Chamber_PV initStep - 1 -0.0721 -0.033 -1.65e+03 0 0.00203 0.106 0.106 Chamber_PV eIoni + 0 -0.0588 -0.0307 -1.65e+03 0.00203 0 0 0 Chamber_PV initStep + 1 -0.0722 -0.0327 -1.65e+03 0 0.00203 0.106 0.106 Chamber_PV 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 -0.0576 -0.0303 -1.66e+03 0.00184 0 0 0 Chamber_PV initStep - 1 -0.0645 -0.0205 -1.66e+03 0 0.00184 0.0927 0.0927 Chamber_PV eIoni + 0 -0.0577 -0.0301 -1.66e+03 0.00184 0 0 0 Chamber_PV initStep + 1 -0.0646 -0.0202 -1.66e+03 0 0.00184 0.0927 0.0927 Chamber_PV 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 -0.0562 -0.0296 -1.68e+03 0.0023 0 0 0 Chamber_PV initStep - 1 -0.0573 -0.0457 -1.68e+03 0 0.0023 0.126 0.126 Chamber_PV eIoni + 0 -0.0563 -0.0293 -1.68e+03 0.0023 0 0 0 Chamber_PV initStep + 1 -0.0574 -0.0454 -1.68e+03 0 0.0023 0.126 0.126 Chamber_PV 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 -0.0531 -0.0279 -1.72e+03 0.00384 0 0 0 Tracker initStep + 0 -0.0532 -0.0276 -1.72e+03 0.00384 0 0 0 Tracker initStep 1 -0.197 -0.186 -1.72e+03 0 0.00384 0.481 0.481 Tracker eIoni ********************************************************************************************************* @@ -4932,47 +4932,47 @@ 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.0495 -0.0259 -1.77e+03 0.00178 0 0 0 Tracker initStep - 1 -0.0065 0.0133 -1.77e+03 0 0.00178 0.135 0.135 Tracker eIoni + 0 -0.0496 -0.0256 -1.77e+03 0.00178 0 0 0 Tracker initStep + 1 -0.0066 0.0136 -1.77e+03 0 0.00178 0.135 0.135 Tracker 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 -0.0359 -0.0183 -1.95e+03 0.00237 0 0 0 Tracker initStep - 1 -0.0755 -0.103 -1.95e+03 0 0.00237 0.213 0.213 Tracker eIoni + 0 -0.036 -0.018 -1.95e+03 0.00237 0 0 0 Tracker initStep + 1 -0.0756 -0.103 -1.95e+03 0 0.00237 0.213 0.213 Tracker 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 -0.0263 -0.0129 -2.08e+03 0.00123 0 0 0 Tracker initStep - 1 0.00521 -0.00655 -2.08e+03 0 0.00123 0.0773 0.0773 Tracker eIoni + 0 -0.0264 -0.0126 -2.08e+03 0.00123 0 0 0 Tracker initStep + 1 0.00509 -0.00625 -2.08e+03 0 0.00123 0.0773 0.0773 Tracker 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 -0.024 -0.0116 -2.11e+03 0.00136 0 0 0 Tracker initStep - 1 0.00126 -0.0394 -2.11e+03 0 0.00136 0.0893 0.0893 Tracker eIoni + 0 -0.0241 -0.0113 -2.11e+03 0.00136 0 0 0 Tracker initStep + 1 0.00113 -0.0391 -2.11e+03 0 0.00136 0.0893 0.0893 Tracker 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 -0.00735 -0.00232 -2.34e+03 0.00189 0 0 0 Tracker initStep - 1 0.0567 0.00106 -2.34e+03 0 0.00189 0.148 0.148 Tracker eIoni + 0 -0.00747 -0.00203 -2.34e+03 0.00189 0 0 0 Tracker initStep + 1 0.0565 0.00135 -2.34e+03 0 0.00189 0.148 0.148 Tracker 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 -0.00157 0.000396 -2.41e+03 1.91 0 0 0 Target initStep + 0 -0.00169 0.000681 -2.41e+03 1.91 0 0 0 Target initStep 1 1.14 -0.475 -2.41e+03 0.185 1.72 1.37 1.37 Target eIoni 2 1.14 -0.471 -2.41e+03 0 0.185 0.0724 1.44 Target eIoni @@ -4981,8 +4981,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00103 0.000313 -2.42e+03 2.35 0 0 0 Target initStep - 1 -0.197 -0.293 -2.42e+03 1.34 0.667 0.659 0.659 Target eBrem + 0 -0.00111 0.000646 -2.42e+03 2.35 0 0 0 Target initStep + 1 -0.198 -0.293 -2.42e+03 1.34 0.667 0.659 0.659 Target eBrem 2 0.43 -0.154 -2.42e+03 0.0117 1.33 1.03 1.69 Target eIoni 3 0.43 -0.154 -2.42e+03 0 0.0117 0.000892 1.69 Target eIoni @@ -4991,49 +4991,49 @@ 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.000295 9e-05 -2.44e+03 1.03 0 0 0 Target initStep - 1 -0.0197 0.0376 -2.44e+03 0 1.03 0.759 0.759 Target eIoni + 0 -0.000247 0.000177 -2.44e+03 1.03 0 0 0 Target initStep + 1 -0.0196 0.0377 -2.44e+03 0 1.03 0.759 0.759 Target 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 4.87e-05 1.31e-05 -2.45e+03 205 0 0 0 Target initStep - 1 0.0027 -0.00773 -2.45e+03 199 1.3 0.816 0.816 Target eBrem - 2 -0.00254 0.00305 -2.45e+03 187 0.555 0.397 1.21 Target eBrem - 3 -0.00591 0.00732 -2.45e+03 186 0.127 0.0961 1.31 Target eBrem - 4 -0.00604 0.00755 -2.45e+03 157 0.00154 0.00449 1.31 Target eBrem - 5 -0.0352 0.0397 -2.45e+03 156 0.84 0.619 1.93 Target eBrem - 6 -0.0377 0.047 -2.45e+03 156 0.0556 0.0531 1.99 Target eBrem - 7 -0.0774 0.133 -2.45e+03 155 0.816 0.623 2.61 Target eBrem - 8 -0.0938 0.18 -2.45e+03 103 0.326 0.31 2.92 Target eBrem - 9 -0.127 0.224 -2.45e+03 91.8 0.475 0.424 3.34 Target eBrem - 10 -0.128 0.224 -2.45e+03 83.4 0.0102 0.00514 3.35 Target eBrem - 11 -0.131 0.228 -2.44e+03 83 0.0165 0.0245 3.37 Target eBrem - 12 -0.152 0.257 -2.44e+03 70 0.275 0.24 3.61 Target eBrem - 13 -0.208 0.286 -2.44e+03 68.9 0.48 0.436 4.05 Target eBrem - 14 -0.474 0.489 -2.44e+03 66.9 1.63 1.19 5.24 Target eBrem - 15 -0.485 0.494 -2.44e+03 65.9 0.069 0.0495 5.28 Target eBrem - 16 -0.71 0.579 -2.44e+03 50 1.56 1.32 6.61 Target eBrem - 17 -0.76 1.06 -2.44e+03 42.8 1.87 1.31 7.92 Target eBrem - 18 -0.807 1.23 -2.44e+03 41.3 0.55 0.429 8.35 Target eBrem - 19 -0.824 1.35 -2.44e+03 24.5 0.472 0.433 8.78 Target eBrem - 20 -0.853 1.45 -2.44e+03 19.7 0.392 0.299 9.08 Target eBrem - 21 -0.902 1.84 -2.44e+03 12.9 0.764 0.646 9.73 Target eBrem - 22 -0.891 1.91 -2.44e+03 9.06 0.194 0.175 9.9 Target eBrem - 23 -0.904 1.96 -2.44e+03 7.04 0.0662 0.0826 9.98 Target eBrem - 24 -0.555 2.22 -2.44e+03 3.92 1.13 0.998 11 Target eBrem - 25 -0.974 3.57 -2.44e+03 1.9 2.02 1.99 13 Target eIoni - 26 -0.884 3.79 -2.44e+03 1.11 0.262 0.282 13.3 Target eBrem - 27 -0.866 3.75 -2.44e+03 0 1.11 0.823 14.1 Target eIoni + 0 0.0001 1.74e-05 -2.45e+03 205 0 0 0 Target initStep + 1 0.000289 0.00812 -2.45e+03 199 1.3 0.816 0.816 Target eBrem + 2 -0.00582 0.0224 -2.45e+03 187 0.555 0.397 1.21 Target eBrem + 3 -0.00908 0.0271 -2.45e+03 186 0.127 0.0961 1.31 Target eBrem + 4 -0.00923 0.0274 -2.45e+03 157 0.00154 0.00449 1.31 Target eBrem + 5 -0.0382 0.0676 -2.45e+03 156 0.84 0.619 1.93 Target eBrem + 6 -0.0407 0.075 -2.45e+03 156 0.0556 0.0531 1.99 Target eBrem + 7 -0.0595 0.165 -2.45e+03 155 0.816 0.623 2.61 Target eBrem + 8 -0.0786 0.211 -2.45e+03 103 0.326 0.31 2.92 Target eBrem + 9 -0.12 0.266 -2.45e+03 91.8 0.475 0.424 3.34 Target eBrem + 10 -0.121 0.266 -2.45e+03 83.4 0.0102 0.00514 3.35 Target eBrem + 11 -0.124 0.269 -2.44e+03 83 0.0165 0.0245 3.37 Target eBrem + 12 -0.144 0.298 -2.44e+03 70 0.275 0.24 3.61 Target eBrem + 13 -0.201 0.328 -2.44e+03 68.9 0.48 0.436 4.05 Target eBrem + 14 -0.466 0.531 -2.44e+03 66.9 1.63 1.19 5.24 Target eBrem + 15 -0.478 0.535 -2.44e+03 65.9 0.069 0.0495 5.28 Target eBrem + 16 -0.702 0.621 -2.44e+03 50 1.56 1.32 6.61 Target eBrem + 17 -0.752 1.1 -2.44e+03 42.8 1.87 1.31 7.92 Target eBrem + 18 -0.8 1.27 -2.44e+03 41.3 0.55 0.429 8.35 Target eBrem + 19 -0.817 1.39 -2.44e+03 24.5 0.472 0.433 8.78 Target eBrem + 20 -0.846 1.49 -2.44e+03 19.7 0.392 0.299 9.08 Target eBrem + 21 -0.894 1.88 -2.44e+03 12.9 0.764 0.646 9.73 Target eBrem + 22 -0.883 1.95 -2.44e+03 9.06 0.194 0.175 9.9 Target eBrem + 23 -0.896 2.01 -2.44e+03 7.04 0.0662 0.0826 9.98 Target eBrem + 24 -0.548 2.26 -2.44e+03 3.92 1.13 0.998 11 Target eBrem + 25 -0.966 3.61 -2.44e+03 1.9 2.02 1.99 13 Target eIoni + 26 -0.877 3.83 -2.44e+03 1.11 0.262 0.282 13.3 Target eBrem + 27 -0.858 3.79 -2.44e+03 0 1.11 0.823 14.1 Target 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 4.33e-05 1.42e-05 -2.49e+03 0.00156 0 0 0 World initStep + 0 7.62e-05 1.74e-05 -2.49e+03 0.00156 0 0 0 World initStep 1 -0.0365 0.0293 -2.49e+03 0 0.00156 0.11 0.11 World eIoni ********************************************************************************************************* @@ -5041,15 +5041,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.15e-05 1.3e-05 -2.58e+03 0.00104 0 0 0 World initStep - 1 -0.0234 -0.00676 -2.58e+03 0 0.00104 0.0601 0.0601 World eIoni + 0 5.25e-05 2.15e-05 -2.58e+03 0.00104 0 0 0 World initStep + 1 -0.0234 -0.00675 -2.58e+03 0 0.00104 0.0601 0.0601 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 1.11e-05 7.86e-06 -2.67e+03 0.0025 0 0 0 World initStep + 0 2.58e-05 2.12e-05 -2.67e+03 0.0025 0 0 0 World initStep 1 0.0422 0.0929 -2.67e+03 0 0.0025 0.232 0.232 World eIoni ********************************************************************************************************* @@ -5057,7 +5057,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.86e-06 -1.57e-06 -2.75e+03 0.00284 0 0 0 World initStep + 0 1.67e-05 8.23e-06 -2.75e+03 0.00284 0 0 0 World initStep 1 0.0803 -0.0988 -2.75e+03 0 0.00284 0.288 0.288 World eIoni ********************************************************************************************************* @@ -5065,7 +5065,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.75e-08 1.65e-07 -2.92e+03 0.00313 0 0 0 World initStep + 0 1.42e-07 1.07e-07 -2.92e+03 0.00313 0 0 0 World initStep 1 0.00902 -0.15 -2.92e+03 0 0.00313 0.339 0.339 World eIoni ********************************************************************************************************* @@ -5073,267 +5073,267 @@ 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.884 3.79 -2.44e+03 0.535 0 0 0 Target initStep - 1 -0.59 3.22 -2.44e+03 0.419 0 0.76 0.76 Target compt - 2 6.29 1.75 -2.44e+03 0 0.088 8.13 8.89 Target phot + 0 -0.877 3.83 -2.44e+03 0.535 0 0 0 Target initStep + 1 -0.582 3.27 -2.44e+03 0.419 0 0.76 0.76 Target compt + 2 6.3 1.79 -2.44e+03 0 0.088 8.13 8.89 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 211, Parent ID = 209 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.29 1.75 -2.44e+03 0.331 0 0 0 Target initStep - 1 6.28 1.69 -2.44e+03 0.112 0.219 0.103 0.103 Target eBrem - 2 6.28 1.7 -2.44e+03 0 0.112 0.033 0.136 Target eIoni + 0 6.3 1.79 -2.44e+03 0.331 0 0 0 Target initStep + 1 6.29 1.74 -2.44e+03 0.112 0.219 0.103 0.103 Target eBrem + 2 6.29 1.74 -2.44e+03 0 0.112 0.033 0.136 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 210, Parent ID = 209 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.59 3.22 -2.44e+03 0.116 0 0 0 Target initStep - 1 -0.591 3.22 -2.44e+03 0 0.116 0.0349 0.0349 Target eIoni + 0 -0.582 3.27 -2.44e+03 0.116 0 0 0 Target initStep + 1 -0.583 3.26 -2.44e+03 0 0.116 0.0349 0.0349 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 208, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.555 2.22 -2.44e+03 1.99 0 0 0 Target initStep - 1 0.775 2.64 -2.44e+03 0.327 0 1.8 1.8 Target compt - 2 1.52 1.09 -2.44e+03 0 0.088 2.19 3.99 Target phot + 0 -0.548 2.26 -2.44e+03 1.99 0 0 0 Target initStep + 1 0.782 2.68 -2.44e+03 0.327 0 1.8 1.8 Target compt + 2 1.53 1.14 -2.44e+03 0 0.088 2.19 3.99 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 213, Parent ID = 208 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.52 1.09 -2.44e+03 0.239 0 0 0 Target initStep - 1 1.52 1.09 -2.44e+03 0 0.239 0.107 0.107 Target eIoni + 0 1.53 1.14 -2.44e+03 0.239 0 0 0 Target initStep + 1 1.53 1.13 -2.44e+03 0 0.239 0.107 0.107 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 212, Parent ID = 208 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.775 2.64 -2.44e+03 1.67 0 0 0 Target initStep - 1 1.14 2.99 -2.44e+03 0.718 0.698 0.64 0.64 Target eBrem - 2 1.16 2.97 -2.44e+03 0 0.718 0.487 1.13 Target eIoni + 0 0.782 2.68 -2.44e+03 1.67 0 0 0 Target initStep + 1 1.15 3.03 -2.44e+03 0.718 0.698 0.64 0.64 Target eBrem + 2 1.17 3.01 -2.44e+03 0 0.718 0.487 1.13 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 214, Parent ID = 212 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.14 2.99 -2.44e+03 0.251 0 0 0 Target initStep - 1 1.97 2.16 -2.44e+03 0 0.088 1.18 1.18 Target phot + 0 1.15 3.03 -2.44e+03 0.251 0 0 0 Target initStep + 1 1.98 2.2 -2.44e+03 0 0.088 1.18 1.18 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 215, Parent ID = 214 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.97 2.16 -2.44e+03 0.163 0 0 0 Target initStep - 1 1.97 2.15 -2.44e+03 0 0.163 0.0595 0.0595 Target eIoni + 0 1.98 2.2 -2.44e+03 0.163 0 0 0 Target initStep + 1 1.98 2.2 -2.44e+03 0 0.163 0.0595 0.0595 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 207, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.904 1.96 -2.44e+03 1.96 0 0 0 Target initStep - 1 -1.34 3.3 -2.44e+03 0 0.088 2.77 2.77 Target phot + 0 -0.896 2.01 -2.44e+03 1.96 0 0 0 Target initStep + 1 -1.33 3.34 -2.44e+03 0 0.088 2.77 2.77 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 216, Parent ID = 207 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.34 3.3 -2.44e+03 1.87 0 0 0 Target initStep - 1 -1.67 3.11 -2.44e+03 1.08 0.585 0.616 0.616 Target eBrem - 2 -2.09 2.88 -2.44e+03 0.321 0.659 0.6 1.22 Target eBrem - 3 -2.09 2.89 -2.44e+03 0 0.321 0.164 1.38 Target eIoni + 0 -1.33 3.34 -2.44e+03 1.87 0 0 0 Target initStep + 1 -1.66 3.15 -2.44e+03 1.08 0.585 0.616 0.616 Target eBrem + 2 -2.08 2.92 -2.44e+03 0.321 0.659 0.6 1.22 Target eBrem + 3 -2.09 2.93 -2.44e+03 0 0.321 0.164 1.38 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 218, Parent ID = 216 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.09 2.88 -2.44e+03 0.0975 0 0 0 Target initStep - 1 -2.13 2.88 -2.44e+03 0 0.088 0.0784 0.0784 Target phot + 0 -2.08 2.92 -2.44e+03 0.0975 0 0 0 Target initStep + 1 -2.12 2.92 -2.44e+03 0 0.088 0.0784 0.0784 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 219, Parent ID = 218 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.13 2.88 -2.44e+03 0.0095 0 0 0 Target initStep - 1 -2.13 2.88 -2.44e+03 0 0.0095 0.000651 0.000651 Target eIoni + 0 -2.12 2.92 -2.44e+03 0.0095 0 0 0 Target initStep + 1 -2.12 2.92 -2.44e+03 0 0.0095 0.000651 0.000651 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 217, Parent ID = 216 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.67 3.11 -2.44e+03 0.207 0 0 0 Target initStep - 1 0.000661 -0.0915 -2.44e+03 0 0.088 3.67 3.67 Target phot + 0 -1.66 3.15 -2.44e+03 0.207 0 0 0 Target initStep + 1 0.00796 -0.0497 -2.44e+03 0 0.088 3.67 3.67 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 220, Parent ID = 217 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000661 -0.0915 -2.44e+03 0.119 0 0 0 Target initStep - 1 0.000248 -0.0934 -2.44e+03 0 0.119 0.036 0.036 Target eIoni + 0 0.00796 -0.0497 -2.44e+03 0.119 0 0 0 Target initStep + 1 0.00755 -0.0515 -2.44e+03 0 0.119 0.036 0.036 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.891 1.91 -2.44e+03 3.68 0 0 0 Target initStep - 1 -0.926 2.17 -2.44e+03 1.28 0 0.453 0.453 Target compt - 2 2.34 1.22 -2.42e+03 0.904 0 16.3 16.7 Target compt - 3 1.77 1.27 -2.42e+03 0.497 0 1.55 18.3 Target compt - 4 0.981 -0.759 -2.42e+03 0 0.088 2.49 20.8 Target phot + 0 -0.883 1.95 -2.44e+03 3.68 0 0 0 Target initStep + 1 -0.919 2.22 -2.44e+03 1.28 0 0.453 0.453 Target compt + 2 2.34 1.26 -2.42e+03 0.904 0 16.3 16.7 Target compt + 3 1.77 1.32 -2.42e+03 0.497 0 1.55 18.3 Target compt + 4 0.988 -0.718 -2.42e+03 0 0.088 2.49 20.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 224, Parent ID = 206 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.981 -0.759 -2.42e+03 0.409 0 0 0 Target initStep - 1 1.01 -0.829 -2.42e+03 0.246 0.163 0.158 0.158 Target eBrem - 2 1.01 -0.83 -2.42e+03 0 0.246 0.111 0.269 Target eIoni + 0 0.988 -0.718 -2.42e+03 0.409 0 0 0 Target initStep + 1 1.02 -0.787 -2.42e+03 0.246 0.163 0.158 0.158 Target eBrem + 2 1.02 -0.789 -2.42e+03 0 0.246 0.111 0.269 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 223, Parent ID = 206 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.77 1.27 -2.42e+03 0.408 0 0 0 Target initStep - 1 1.76 1.28 -2.42e+03 0 0.408 0.231 0.231 Target eIoni + 0 1.77 1.32 -2.42e+03 0.408 0 0 0 Target initStep + 1 1.77 1.32 -2.42e+03 0 0.408 0.231 0.231 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 222, Parent ID = 206 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.34 1.22 -2.42e+03 0.378 0 0 0 Target initStep - 1 2.35 1.22 -2.42e+03 0 0.378 0.208 0.208 Target eIoni + 0 2.34 1.26 -2.42e+03 0.378 0 0 0 Target initStep + 1 2.36 1.26 -2.42e+03 0 0.378 0.208 0.208 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 221, Parent ID = 206 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.926 2.17 -2.44e+03 2.4 0 0 0 Target initStep - 1 -0.476 2.37 -2.44e+03 1.37 0.556 0.546 0.546 Target eBrem - 2 -0.303 2.06 -2.44e+03 0.401 0.499 0.519 1.06 Target eBrem - 3 -0.29 2.06 -2.44e+03 0 0.401 0.225 1.29 Target eIoni + 0 -0.919 2.22 -2.44e+03 2.4 0 0 0 Target initStep + 1 -0.468 2.41 -2.44e+03 1.37 0.556 0.546 0.546 Target eBrem + 2 -0.295 2.1 -2.44e+03 0.401 0.499 0.519 1.06 Target eBrem + 3 -0.282 2.11 -2.44e+03 0 0.401 0.225 1.29 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 226, Parent ID = 221 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.303 2.06 -2.44e+03 0.473 0 0 0 Target initStep - 1 2.98 7.13 -2.44e+03 0.406 0 6.19 6.19 Target compt - 2 4.65 8.64 -2.44e+03 0.386 0 2.38 8.57 Target compt - 3 4.8 8.72 -2.44e+03 0.33 0 0.163 8.73 Target compt - 4 4.86 8.85 -2.44e+03 0.327 0 0.153 8.89 Target compt - 5 6.86 12.1 -2.44e+03 0.304 0 3.88 12.8 Target compt - 6 7.72 12.7 -2.44e+03 0.183 0 1.29 14.1 Target compt - 7 7.62 12.8 -2.44e+03 0 0.088 0.138 14.2 Target phot + 0 -0.295 2.1 -2.44e+03 0.473 0 0 0 Target initStep + 1 2.99 7.18 -2.44e+03 0.406 0 6.19 6.19 Target compt + 2 4.66 8.68 -2.44e+03 0.386 0 2.38 8.57 Target compt + 3 4.8 8.76 -2.44e+03 0.33 0 0.163 8.73 Target compt + 4 4.87 8.89 -2.44e+03 0.327 0 0.153 8.89 Target compt + 5 6.87 12.1 -2.44e+03 0.304 0 3.88 12.8 Target compt + 6 7.73 12.8 -2.44e+03 0.183 0 1.29 14.1 Target compt + 7 7.63 12.9 -2.44e+03 0 0.088 0.138 14.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 233, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.62 12.8 -2.44e+03 0.0949 0 0 0 Target initStep - 1 7.62 12.8 -2.44e+03 0 0.0949 0.0252 0.0252 Target eIoni + 0 7.63 12.9 -2.44e+03 0.0949 0 0 0 Target initStep + 1 7.63 12.9 -2.44e+03 0 0.0949 0.0252 0.0252 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 232, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.72 12.7 -2.44e+03 0.121 0 0 0 Target initStep - 1 7.72 12.7 -2.44e+03 0 0.121 0.0374 0.0374 Target eIoni + 0 7.73 12.8 -2.44e+03 0.121 0 0 0 Target initStep + 1 7.73 12.8 -2.44e+03 0 0.121 0.0374 0.0374 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 231, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.86 12.1 -2.44e+03 0.0224 0 0 0 Target initStep - 1 6.86 12.1 -2.44e+03 0 0.0224 0.00244 0.00244 Target eIoni + 0 6.87 12.1 -2.44e+03 0.0224 0 0 0 Target initStep + 1 6.87 12.1 -2.44e+03 0 0.0224 0.00244 0.00244 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 230, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.86 8.85 -2.44e+03 0.00349 0 0 0 Target initStep - 1 4.86 8.85 -2.44e+03 0 0.00349 0.000161 0.000161 Target eIoni + 0 4.87 8.89 -2.44e+03 0.00349 0 0 0 Target initStep + 1 4.87 8.89 -2.44e+03 0 0.00349 0.000161 0.000161 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 229, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.8 8.72 -2.44e+03 0.0554 0 0 0 Target initStep - 1 4.8 8.72 -2.44e+03 0 0.0554 0.0105 0.0105 Target eIoni + 0 4.8 8.76 -2.44e+03 0.0554 0 0 0 Target initStep + 1 4.8 8.76 -2.44e+03 0 0.0554 0.0105 0.0105 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 228, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.65 8.64 -2.44e+03 0.0204 0 0 0 Target initStep - 1 4.65 8.64 -2.44e+03 0 0.0204 0.0021 0.0021 Target eIoni + 0 4.66 8.68 -2.44e+03 0.0204 0 0 0 Target initStep + 1 4.66 8.68 -2.44e+03 0 0.0204 0.0021 0.0021 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 227, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.98 7.13 -2.44e+03 0.0673 0 0 0 Target initStep - 1 2.98 7.13 -2.44e+03 0 0.0673 0.0145 0.0145 Target eIoni + 0 2.99 7.18 -2.44e+03 0.0673 0 0 0 Target initStep + 1 2.99 7.18 -2.44e+03 0 0.0673 0.0145 0.0145 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 221 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.476 2.37 -2.44e+03 0.473 0 0 0 Target initStep - 1 -0.555 2.09 -2.43e+03 0.367 0 7.64 7.64 Target compt - 2 -0.139 2.34 -2.43e+03 0 0.088 0.685 8.32 Target phot + 0 -0.468 2.41 -2.44e+03 0.473 0 0 0 Target initStep + 1 -0.548 2.13 -2.43e+03 0.367 0 7.64 7.64 Target compt + 2 -0.131 2.38 -2.43e+03 0 0.088 0.685 8.32 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 235, Parent ID = 225 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.139 2.34 -2.43e+03 0.279 0 0 0 Target initStep - 1 -0.135 2.35 -2.43e+03 0 0.279 0.134 0.134 Target eIoni + 0 -0.131 2.38 -2.43e+03 0.279 0 0 0 Target initStep + 1 -0.128 2.39 -2.43e+03 0 0.279 0.134 0.134 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 234, Parent ID = 225 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.555 2.09 -2.43e+03 0.106 0 0 0 Target initStep - 1 -0.556 2.09 -2.43e+03 0 0.106 0.0302 0.0302 Target eIoni + 0 -0.548 2.13 -2.43e+03 0.106 0 0 0 Target initStep + 1 -0.549 2.13 -2.43e+03 0 0.106 0.0302 0.0302 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 205, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.902 1.84 -2.44e+03 5.97 0 0 0 Target initStep - 1 2.19 14.6 -2.4e+03 5.97 0 41.2 41.2 Tracker Transportation + 0 -0.894 1.88 -2.44e+03 5.97 0 0 0 Target initStep + 1 2.2 14.7 -2.4e+03 5.97 0 41.2 41.2 Tracker Transportation 2 121 506 -900 5.97 0 1.58e+03 1.62e+03 Chamber_PV Transportation 3 137 571 -700 5.97 0 211 1.84e+03 Tracker Transportation 4 184 768 -100 5.97 0 633 2.47e+03 Chamber_PV Transportation @@ -5350,86 +5350,86 @@ 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.853 1.45 -2.44e+03 4.42 0 0 0 Target initStep - 1 -0.983 2.45 -2.44e+03 0 0 2.52 2.52 Target conv + 0 -0.846 1.49 -2.44e+03 4.42 0 0 0 Target initStep + 1 -0.976 2.49 -2.44e+03 0 0 2.52 2.52 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 236, Parent ID = 204 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.983 2.45 -2.44e+03 1.09 0 0 0 Target initStep - 1 -0.957 2.4 -2.44e+03 0.499 0.214 0.266 0.266 Target eBrem - 2 -0.971 2.38 -2.44e+03 0 0.499 0.304 0.57 Target eIoni + 0 -0.976 2.49 -2.44e+03 1.09 0 0 0 Target initStep + 1 -0.95 2.44 -2.44e+03 0.499 0.214 0.266 0.266 Target eBrem + 2 -0.963 2.42 -2.44e+03 0 0.499 0.304 0.57 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 238, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.957 2.4 -2.44e+03 0.378 0 0 0 Target initStep - 1 -1.85 1.04 -2.44e+03 0.32 0 1.69 1.69 Target compt - 2 -1.82 0.728 -2.44e+03 0 0.088 0.311 2 Target phot + 0 -0.95 2.44 -2.44e+03 0.378 0 0 0 Target initStep + 1 -1.84 1.08 -2.44e+03 0.32 0 1.69 1.69 Target compt + 2 -1.81 0.77 -2.44e+03 0 0.088 0.311 2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 240, Parent ID = 238 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.82 0.728 -2.44e+03 0.232 0 0 0 Target initStep - 1 -1.82 0.722 -2.44e+03 0 0.232 0.102 0.102 Target eIoni + 0 -1.81 0.77 -2.44e+03 0.232 0 0 0 Target initStep + 1 -1.81 0.764 -2.44e+03 0 0.232 0.102 0.102 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 239, Parent ID = 238 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.85 1.04 -2.44e+03 0.0581 0 0 0 Target initStep - 1 -1.85 1.04 -2.44e+03 0 0.0581 0.0114 0.0114 Target eIoni + 0 -1.84 1.08 -2.44e+03 0.0581 0 0 0 Target initStep + 1 -1.84 1.08 -2.44e+03 0 0.0581 0.0114 0.0114 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 203, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.824 1.35 -2.44e+03 16.3 0 0 0 Target initStep - 1 -1.19 2.55 -2.44e+03 0 0 4.55 4.55 Target conv + 0 -0.817 1.39 -2.44e+03 16.3 0 0 0 Target initStep + 1 -1.18 2.59 -2.44e+03 0 0 4.55 4.55 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 241, Parent ID = 203 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.19 2.55 -2.44e+03 12.3 0 0 0 Target initStep - 1 -2.29 1.9 -2.43e+03 9.05 2.83 2.38 2.38 Target eBrem - 2 -2.68 2.18 -2.43e+03 7.4 0.718 0.646 3.03 Target eBrem - 3 -2.84 2.23 -2.43e+03 0.323 0.215 0.169 3.2 Target eBrem - 4 -2.85 2.24 -2.43e+03 0 0.323 0.166 3.36 Target eIoni + 0 -1.18 2.59 -2.44e+03 12.3 0 0 0 Target initStep + 1 -2.28 1.94 -2.43e+03 9.05 2.83 2.38 2.38 Target eBrem + 2 -2.68 2.22 -2.43e+03 7.4 0.718 0.646 3.03 Target eBrem + 3 -2.84 2.27 -2.43e+03 0.323 0.215 0.169 3.2 Target eBrem + 4 -2.85 2.28 -2.43e+03 0 0.323 0.166 3.36 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 245, Parent ID = 241 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.84 2.23 -2.43e+03 6.86 0 0 0 Target initStep - 1 -6.84 3.83 -2.43e+03 0 0 4.4 4.4 Target conv + 0 -2.84 2.27 -2.43e+03 6.86 0 0 0 Target initStep + 1 -6.83 3.87 -2.43e+03 0 0 4.4 4.4 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 246, Parent ID = 245 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.84 3.83 -2.43e+03 0.114 0 0 0 Target initStep - 1 -6.84 3.83 -2.43e+03 0 0.114 0.0337 0.0337 Target eIoni + 0 -6.83 3.87 -2.43e+03 0.114 0 0 0 Target initStep + 1 -6.83 3.87 -2.43e+03 0 0.114 0.0337 0.0337 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 244, Parent ID = 241 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.68 2.18 -2.43e+03 0.935 0 0 0 Target initStep + 0 -2.68 2.22 -2.43e+03 0.935 0 0 0 Target initStep 1 -21.4 12.9 -2.43e+03 0.935 0 21.6 21.6 World Transportation - 2 -845 483 -2.4e+03 0.935 0 949 971 Tracker Transportation + 2 -845 483 -2.4e+03 0.935 0 950 971 Tracker Transportation 3 -2.08e+03 1.19e+03 -2.35e+03 0.935 0 1.43e+03 2.4e+03 World Transportation 4 -2.94e+03 1.68e+03 -2.32e+03 0.935 0 986 3.38e+03 OutOfWorld Transportation @@ -5438,327 +5438,327 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.29 1.9 -2.43e+03 0.385 0 0 0 Target initStep - 1 -5.93 1.34 -2.44e+03 0.375 0 4.23 4.23 Target compt - 2 -5.94 1.34 -2.44e+03 0 0.088 0.0129 4.25 Target phot + 0 -2.28 1.94 -2.43e+03 0.385 0 0 0 Target initStep + 1 -5.93 1.38 -2.44e+03 0.375 0 4.23 4.23 Target compt + 2 -5.94 1.38 -2.44e+03 0 0.088 0.0129 4.25 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 249, Parent ID = 243 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.94 1.34 -2.44e+03 0.287 0 0 0 Target initStep - 1 -5.95 1.34 -2.44e+03 0 0.287 0.14 0.14 Target eIoni + 0 -5.94 1.38 -2.44e+03 0.287 0 0 0 Target initStep + 1 -5.94 1.39 -2.44e+03 0 0.287 0.14 0.14 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 248, Parent ID = 243 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.93 1.34 -2.44e+03 0.00984 0 0 0 Target initStep - 1 -5.93 1.34 -2.44e+03 0 0.00984 0.000686 0.000686 Target eIoni + 0 -5.93 1.38 -2.44e+03 0.00984 0 0 0 Target initStep + 1 -5.93 1.38 -2.44e+03 0 0.00984 0.000686 0.000686 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 202, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.807 1.23 -2.44e+03 0.98 0 0 0 Target initStep - 1 -1 3.22 -2.43e+03 0.431 0 6.08 6.08 Target compt - 2 -0.927 4.81 -2.43e+03 0.19 0 1.59 7.67 Target compt - 3 -0.866 4.73 -2.43e+03 0 0.088 0.132 7.8 Target phot + 0 -0.8 1.27 -2.44e+03 0.98 0 0 0 Target initStep + 1 -0.995 3.26 -2.43e+03 0.431 0 6.08 6.08 Target compt + 2 -0.92 4.85 -2.43e+03 0.19 0 1.59 7.67 Target compt + 3 -0.858 4.78 -2.43e+03 0 0.088 0.132 7.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 252, Parent ID = 202 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.866 4.73 -2.43e+03 0.102 0 0 0 Target initStep - 1 -0.864 4.73 -2.43e+03 0 0.102 0.0281 0.0281 Target eIoni + 0 -0.858 4.78 -2.43e+03 0.102 0 0 0 Target initStep + 1 -0.857 4.78 -2.43e+03 0 0.102 0.0281 0.0281 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 251, Parent ID = 202 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.927 4.81 -2.43e+03 0.241 0 0 0 Target initStep - 1 -0.928 4.81 -2.43e+03 0 0.241 0.108 0.108 Target eIoni + 0 -0.92 4.85 -2.43e+03 0.241 0 0 0 Target initStep + 1 -0.921 4.85 -2.43e+03 0 0.241 0.108 0.108 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 250, Parent ID = 202 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1 3.22 -2.43e+03 0.549 0 0 0 Target initStep - 1 -1 3.22 -2.43e+03 0 0.549 0.345 0.345 Target eIoni + 0 -0.995 3.26 -2.43e+03 0.549 0 0 0 Target initStep + 1 -0.996 3.26 -2.43e+03 0 0.549 0.345 0.345 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 201, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.76 1.06 -2.44e+03 5.35 0 0 0 Target initStep - 1 -1.16 2.75 -2.44e+03 0 0 4.41 4.41 Target conv + 0 -0.752 1.1 -2.44e+03 5.35 0 0 0 Target initStep + 1 -1.15 2.79 -2.44e+03 0 0 4.41 4.41 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 253, Parent ID = 201 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.16 2.75 -2.44e+03 0.957 0 0 0 Target initStep - 1 -1.18 2.78 -2.44e+03 0 0.957 0.693 0.693 Target eIoni + 0 -1.15 2.79 -2.44e+03 0.957 0 0 0 Target initStep + 1 -1.17 2.82 -2.44e+03 0 0.957 0.693 0.693 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 200, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.71 0.579 -2.44e+03 14.3 0 0 0 Target initStep - 1 -0.584 5.99 -2.43e+03 0 0 14 14 Target conv + 0 -0.702 0.621 -2.44e+03 14.3 0 0 0 Target initStep + 1 -0.577 6.03 -2.43e+03 0 0 14 14 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 255, Parent ID = 200 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.584 5.99 -2.43e+03 6.94 0 0 0 Target initStep - 1 -0.374 6.21 -2.43e+03 5.22 0.59 0.562 0.562 Target eBrem - 2 -0.272 6.2 -2.43e+03 4.96 0.139 0.157 0.72 Target eBrem - 3 1.63 6.88 -2.43e+03 2.42 2.54 2.22 2.94 Target eIoni - 4 1.53 6.45 -2.43e+03 1.68 0.622 0.572 3.51 Target eBrem - 5 1.51 6.7 -2.43e+03 0.366 1.32 1.26 4.76 Target eIoni - 6 1.5 6.69 -2.43e+03 0 0.366 0.198 4.96 Target eIoni + 0 -0.577 6.03 -2.43e+03 6.94 0 0 0 Target initStep + 1 -0.367 6.26 -2.43e+03 5.22 0.59 0.562 0.562 Target eBrem + 2 -0.264 6.24 -2.43e+03 4.96 0.139 0.157 0.72 Target eBrem + 3 1.64 6.92 -2.43e+03 2.42 2.54 2.22 2.94 Target eIoni + 4 1.53 6.49 -2.43e+03 1.68 0.622 0.572 3.51 Target eBrem + 5 1.52 6.74 -2.43e+03 0.366 1.32 1.26 4.76 Target eIoni + 6 1.51 6.74 -2.43e+03 0 0.366 0.198 4.96 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 259, Parent ID = 255 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.53 6.45 -2.43e+03 0.118 0 0 0 Target initStep - 1 1.35 6.49 -2.43e+03 0 0.088 0.188 0.188 Target phot + 0 1.53 6.49 -2.43e+03 0.118 0 0 0 Target initStep + 1 1.35 6.53 -2.43e+03 0 0.088 0.188 0.188 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 260, Parent ID = 259 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.35 6.49 -2.43e+03 0.0303 0 0 0 Target initStep - 1 1.35 6.49 -2.43e+03 0 0.0303 0.00395 0.00395 Target eIoni + 0 1.35 6.53 -2.43e+03 0.0303 0 0 0 Target initStep + 1 1.35 6.53 -2.43e+03 0 0.0303 0.00395 0.00395 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 258, Parent ID = 255 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.272 6.2 -2.43e+03 0.116 0 0 0 Target initStep - 1 -0.244 6.18 -2.43e+03 0 0.088 0.0451 0.0451 Target phot + 0 -0.264 6.24 -2.43e+03 0.116 0 0 0 Target initStep + 1 -0.237 6.23 -2.43e+03 0 0.088 0.0451 0.0451 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 261, Parent ID = 258 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.244 6.18 -2.43e+03 0.0282 0 0 0 Target initStep - 1 -0.244 6.18 -2.43e+03 0 0.0282 0.00352 0.00352 Target eIoni + 0 -0.237 6.23 -2.43e+03 0.0282 0 0 0 Target initStep + 1 -0.237 6.23 -2.43e+03 0 0.0282 0.00352 0.00352 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 257, Parent ID = 255 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.374 6.21 -2.43e+03 1.13 0 0 0 Target initStep - 1 0.813 3.44 -2.42e+03 0.324 0 5.73 5.73 Target compt - 2 -0.45 3.37 -2.42e+03 0.18 0 1.27 6.99 Target compt - 3 -0.379 3.38 -2.42e+03 0 0.088 0.365 7.36 Target phot + 0 -0.367 6.26 -2.43e+03 1.13 0 0 0 Target initStep + 1 0.821 3.48 -2.42e+03 0.324 0 5.73 5.73 Target compt + 2 -0.443 3.42 -2.42e+03 0.18 0 1.27 6.99 Target compt + 3 -0.372 3.42 -2.42e+03 0 0.088 0.365 7.36 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 264, Parent ID = 257 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.379 3.38 -2.42e+03 0.0922 0 0 0 Target initStep - 1 -0.38 3.38 -2.42e+03 0 0.0922 0.0241 0.0241 Target eIoni + 0 -0.372 3.42 -2.42e+03 0.0922 0 0 0 Target initStep + 1 -0.373 3.42 -2.42e+03 0 0.0922 0.0241 0.0241 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 263, Parent ID = 257 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.45 3.37 -2.42e+03 0.144 0 0 0 Target initStep - 1 -0.453 3.37 -2.42e+03 0 0.144 0.0488 0.0488 Target eIoni + 0 -0.443 3.42 -2.42e+03 0.144 0 0 0 Target initStep + 1 -0.446 3.42 -2.42e+03 0 0.144 0.0488 0.0488 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 262, Parent ID = 257 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.813 3.44 -2.42e+03 0.809 0 0 0 Target initStep - 1 0.833 3.42 -2.42e+03 0 0.809 0.566 0.566 Target eIoni + 0 0.821 3.48 -2.42e+03 0.809 0 0 0 Target initStep + 1 0.84 3.46 -2.42e+03 0 0.809 0.566 0.566 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 199, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.485 0.494 -2.44e+03 0.89 0 0 0 Target initStep - 1 -2.29 1.05 -2.44e+03 0.657 0 7.61 7.61 Target compt - 2 0.634 -5.87 -2.42e+03 0 0.088 16.9 24.5 Target phot + 0 -0.478 0.535 -2.44e+03 0.89 0 0 0 Target initStep + 1 -2.28 1.09 -2.44e+03 0.657 0 7.61 7.61 Target compt + 2 0.641 -5.83 -2.42e+03 0 0.088 16.9 24.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 266, Parent ID = 199 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.634 -5.87 -2.42e+03 0.569 0 0 0 Target initStep - 1 0.633 -5.89 -2.42e+03 0 0.569 0.362 0.362 Target eIoni + 0 0.641 -5.83 -2.42e+03 0.569 0 0 0 Target initStep + 1 0.64 -5.85 -2.42e+03 0 0.569 0.362 0.362 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 265, Parent ID = 199 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.29 1.05 -2.44e+03 0.232 0 0 0 Target initStep - 1 -2.29 1.06 -2.44e+03 0 0.232 0.102 0.102 Target eIoni + 0 -2.28 1.09 -2.44e+03 0.232 0 0 0 Target initStep + 1 -2.28 1.1 -2.44e+03 0 0.232 0.102 0.102 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 198, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.474 0.489 -2.44e+03 0.375 0 0 0 Target initStep - 1 -0.548 0.515 -2.44e+03 0 0.088 0.3 0.3 Target phot + 0 -0.466 0.531 -2.44e+03 0.375 0 0 0 Target initStep + 1 -0.541 0.557 -2.44e+03 0 0.088 0.3 0.3 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 267, Parent ID = 198 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.548 0.515 -2.44e+03 0.287 0 0 0 Target initStep - 1 -0.542 0.514 -2.44e+03 0 0.287 0.14 0.14 Target eIoni + 0 -0.541 0.557 -2.44e+03 0.287 0 0 0 Target initStep + 1 -0.535 0.556 -2.44e+03 0 0.287 0.14 0.14 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 197, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.208 0.286 -2.44e+03 0.639 0 0 0 Target initStep - 1 -0.652 0.77 -2.44e+03 0.504 0 3.09 3.09 Target compt - 2 -3.41 -5.22 -2.43e+03 0.238 0 12.5 15.6 Target compt - 3 -2.64 -4.58 -2.43e+03 0 0.088 1.08 16.7 Target phot + 0 -0.201 0.328 -2.44e+03 0.639 0 0 0 Target initStep + 1 -0.645 0.812 -2.44e+03 0.504 0 3.09 3.09 Target compt + 2 -3.4 -5.18 -2.43e+03 0.238 0 12.5 15.6 Target compt + 3 -2.63 -4.54 -2.43e+03 0 0.088 1.08 16.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 270, Parent ID = 197 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.64 -4.58 -2.43e+03 0.15 0 0 0 Target initStep - 1 -2.63 -4.58 -2.43e+03 0 0.15 0.052 0.052 Target eIoni + 0 -2.63 -4.54 -2.43e+03 0.15 0 0 0 Target initStep + 1 -2.63 -4.54 -2.43e+03 0 0.15 0.052 0.052 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 269, Parent ID = 197 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.41 -5.22 -2.43e+03 0.267 0 0 0 Target initStep - 1 -3.42 -5.23 -2.43e+03 0 0.267 0.126 0.126 Target eIoni + 0 -3.4 -5.18 -2.43e+03 0.267 0 0 0 Target initStep + 1 -3.41 -5.18 -2.43e+03 0 0.267 0.126 0.126 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 268, Parent ID = 197 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.652 0.77 -2.44e+03 0.135 0 0 0 Target initStep - 1 -0.652 0.773 -2.44e+03 0 0.135 0.0441 0.0441 Target eIoni + 0 -0.645 0.812 -2.44e+03 0.135 0 0 0 Target initStep + 1 -0.645 0.815 -2.44e+03 0 0.135 0.0441 0.0441 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 196, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.152 0.257 -2.44e+03 12.7 0 0 0 Target initStep - 1 -1 1.24 -2.43e+03 0 0 12 12 Target conv + 0 -0.144 0.298 -2.44e+03 12.7 0 0 0 Target initStep + 1 -0.992 1.28 -2.43e+03 0 0 12 12 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 271, Parent ID = 196 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1 1.24 -2.43e+03 9.03 0 0 0 Target initStep - 1 -0.707 1.53 -2.43e+03 6.24 2.41 1.48 1.48 Target eBrem - 2 -0.816 1.7 -2.43e+03 4.43 0.758 0.537 2.01 Target eBrem - 3 -0.813 1.73 -2.43e+03 3.49 0.0606 0.0674 2.08 Target eBrem - 4 -1.49 2.33 -2.43e+03 2.08 1.28 1.06 3.14 Target eBrem - 5 -1.54 3.12 -2.43e+03 0.412 1.67 1.45 4.59 Target eIoni - 6 -1.53 3.12 -2.43e+03 0 0.412 0.234 4.82 Target eIoni + 0 -0.992 1.28 -2.43e+03 9.03 0 0 0 Target initStep + 1 -0.7 1.58 -2.43e+03 6.24 2.41 1.48 1.48 Target eBrem + 2 -0.809 1.74 -2.43e+03 4.43 0.758 0.537 2.01 Target eBrem + 3 -0.806 1.77 -2.43e+03 3.49 0.0606 0.0674 2.08 Target eBrem + 4 -1.49 2.37 -2.43e+03 2.08 1.28 1.06 3.14 Target eBrem + 5 -1.54 3.16 -2.43e+03 0.412 1.67 1.45 4.59 Target eIoni + 6 -1.53 3.16 -2.43e+03 0 0.412 0.234 4.82 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 276, Parent ID = 271 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.49 2.33 -2.43e+03 0.139 0 0 0 Target initStep - 1 -1.48 2.31 -2.43e+03 0 0.088 0.0656 0.0656 Target phot + 0 -1.49 2.37 -2.43e+03 0.139 0 0 0 Target initStep + 1 -1.47 2.35 -2.43e+03 0 0.088 0.0656 0.0656 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 277, Parent ID = 276 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.48 2.31 -2.43e+03 0.0507 0 0 0 Target initStep - 1 -1.48 2.31 -2.43e+03 0 0.0507 0.00912 0.00912 Target eIoni + 0 -1.47 2.35 -2.43e+03 0.0507 0 0 0 Target initStep + 1 -1.47 2.35 -2.43e+03 0 0.0507 0.00912 0.00912 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 275, Parent ID = 271 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.813 1.73 -2.43e+03 0.873 0 0 0 Target initStep - 1 -5.9 7.13 -2.42e+03 0.722 0 10.6 10.6 Target compt - 2 -5.91 7.82 -2.42e+03 0.3 0 1 11.6 Target compt - 3 -6.82 9.1 -2.42e+03 0.179 0 1.99 13.6 Target compt - 4 -7.46 8.48 -2.42e+03 0 0.088 0.894 14.5 Target phot + 0 -0.806 1.77 -2.43e+03 0.873 0 0 0 Target initStep + 1 -5.89 7.17 -2.42e+03 0.722 0 10.6 10.6 Target compt + 2 -5.91 7.86 -2.42e+03 0.3 0 1 11.6 Target compt + 3 -6.82 9.15 -2.42e+03 0.179 0 1.99 13.6 Target compt + 4 -7.45 8.52 -2.42e+03 0 0.088 0.894 14.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 281, Parent ID = 275 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.46 8.48 -2.42e+03 0.0907 0 0 0 Target initStep - 1 -7.46 8.48 -2.42e+03 0 0.0907 0.0234 0.0234 Target eIoni + 0 -7.45 8.52 -2.42e+03 0.0907 0 0 0 Target initStep + 1 -7.45 8.52 -2.42e+03 0 0.0907 0.0234 0.0234 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 280, Parent ID = 275 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.82 9.1 -2.42e+03 0.121 0 0 0 Target initStep - 1 -6.82 9.11 -2.42e+03 0 0.121 0.0372 0.0372 Target eIoni + 0 -6.82 9.15 -2.42e+03 0.121 0 0 0 Target initStep + 1 -6.82 9.15 -2.42e+03 0 0.121 0.0372 0.0372 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 279, Parent ID = 275 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.91 7.82 -2.42e+03 0.423 0 0 0 Target initStep - 1 -5.91 7.82 -2.42e+03 0 0.423 0.242 0.242 Target eIoni + 0 -5.91 7.86 -2.42e+03 0.423 0 0 0 Target initStep + 1 -5.9 7.86 -2.42e+03 0 0.423 0.242 0.242 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 278, Parent ID = 275 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.9 7.13 -2.42e+03 0.15 0 0 0 Target initStep - 1 -5.9 7.13 -2.42e+03 0 0.15 0.0524 0.0524 Target eIoni + 0 -5.89 7.17 -2.42e+03 0.15 0 0 0 Target initStep + 1 -5.89 7.17 -2.42e+03 0 0.15 0.0524 0.0524 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 274, Parent ID = 271 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.816 1.7 -2.43e+03 1.06 0 0 0 Target initStep - 1 2.76 9.37 -2.4e+03 1.06 0 32.4 32.4 Tracker Transportation + 0 -0.809 1.74 -2.43e+03 1.06 0 0 0 Target initStep + 1 2.76 9.41 -2.4e+03 1.06 0 32.4 32.4 Tracker Transportation 2 82.7 181 -1.7e+03 1.06 0 725 758 Chamber_PV Transportation - 3 100 218 -1.55e+03 1.06 0 158 915 Tracker Transportation + 3 100 218 -1.55e+03 1.06 0 157 915 Tracker Transportation 4 174 377 -900 1.06 0 671 1.59e+03 Chamber_PV Transportation 5 197 426 -700 1.06 0 207 1.79e+03 Tracker Transportation 6 265 573 -100 1.06 0 622 2.41e+03 Chamber_PV Transportation @@ -5775,268 +5775,268 @@ 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.707 1.53 -2.43e+03 0.377 0 0 0 Target initStep - 1 -0.668 1.68 -2.43e+03 0.164 0 0.261 0.261 Target compt - 2 -0.644 1.55 -2.43e+03 0 0.088 0.145 0.406 Target phot + 0 -0.7 1.58 -2.43e+03 0.377 0 0 0 Target initStep + 1 -0.661 1.72 -2.43e+03 0.164 0 0.261 0.261 Target compt + 2 -0.637 1.59 -2.43e+03 0 0.088 0.145 0.406 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 283, Parent ID = 273 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.644 1.55 -2.43e+03 0.0761 0 0 0 Target initStep - 1 -0.644 1.54 -2.43e+03 0 0.0761 0.0177 0.0177 Target eIoni + 0 -0.637 1.59 -2.43e+03 0.0761 0 0 0 Target initStep + 1 -0.636 1.59 -2.43e+03 0 0.0761 0.0177 0.0177 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 282, Parent ID = 273 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.668 1.68 -2.43e+03 0.213 0 0 0 Target initStep - 1 -0.668 1.69 -2.43e+03 0 0.213 0.0898 0.0898 Target eIoni + 0 -0.661 1.72 -2.43e+03 0.213 0 0 0 Target initStep + 1 -0.66 1.73 -2.43e+03 0 0.213 0.0898 0.0898 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 195, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.131 0.228 -2.44e+03 0.349 0 0 0 Target initStep - 1 -0.189 0.29 -2.44e+03 0 0.088 0.499 0.499 Target phot + 0 -0.124 0.269 -2.44e+03 0.349 0 0 0 Target initStep + 1 -0.182 0.332 -2.44e+03 0 0.088 0.499 0.499 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 284, Parent ID = 195 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.189 0.29 -2.44e+03 0.261 0 0 0 Target initStep - 1 -0.192 0.295 -2.44e+03 0 0.261 0.121 0.121 Target eIoni + 0 -0.182 0.332 -2.44e+03 0.261 0 0 0 Target initStep + 1 -0.185 0.337 -2.44e+03 0 0.261 0.121 0.121 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 194, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.128 0.224 -2.45e+03 8.45 0 0 0 Target initStep - 1 -0.692 0.883 -2.44e+03 0 0 5.27 5.27 Target conv + 0 -0.121 0.266 -2.45e+03 8.45 0 0 0 Target initStep + 1 -0.685 0.924 -2.44e+03 0 0 5.27 5.27 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 285, Parent ID = 194 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.692 0.883 -2.44e+03 6.17 0 0 0 Target initStep - 1 -0.917 0.799 -2.44e+03 4.89 0.591 0.46 0.46 Target eBrem - 2 -0.93 0.794 -2.44e+03 4.63 0.0432 0.056 0.516 Target eBrem - 3 -1.19 1.36 -2.44e+03 3.46 1.06 0.664 1.18 Target eBrem - 4 -1.51 1.47 -2.44e+03 0 3.46 1.88 3.06 Target eIoni + 0 -0.685 0.924 -2.44e+03 6.17 0 0 0 Target initStep + 1 -0.91 0.841 -2.44e+03 4.89 0.591 0.46 0.46 Target eBrem + 2 -0.923 0.836 -2.44e+03 4.63 0.0432 0.056 0.516 Target eBrem + 3 -1.18 1.4 -2.44e+03 3.46 1.06 0.664 1.18 Target eBrem + 4 -1.5 1.51 -2.44e+03 0 3.46 1.88 3.06 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 289, Parent ID = 285 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.19 1.36 -2.44e+03 0.107 0 0 0 Target initStep - 1 -1.22 1.37 -2.44e+03 0 0.088 0.0317 0.0317 Target phot + 0 -1.18 1.4 -2.44e+03 0.107 0 0 0 Target initStep + 1 -1.21 1.42 -2.44e+03 0 0.088 0.0317 0.0317 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 290, Parent ID = 289 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.22 1.37 -2.44e+03 0.0189 0 0 0 Target initStep - 1 -1.22 1.37 -2.44e+03 0 0.0189 0.00186 0.00186 Target eIoni + 0 -1.21 1.42 -2.44e+03 0.0189 0 0 0 Target initStep + 1 -1.21 1.42 -2.44e+03 0 0.0189 0.00186 0.00186 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 288, Parent ID = 285 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.93 0.794 -2.44e+03 0.208 0 0 0 Target initStep - 1 -0.95 0.798 -2.44e+03 0 0.088 0.0534 0.0534 Target phot + 0 -0.923 0.836 -2.44e+03 0.208 0 0 0 Target initStep + 1 -0.943 0.84 -2.44e+03 0 0.088 0.0534 0.0534 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 291, Parent ID = 288 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.95 0.798 -2.44e+03 0.12 0 0 0 Target initStep - 1 -0.951 0.8 -2.44e+03 0 0.12 0.0369 0.0369 Target eIoni + 0 -0.943 0.84 -2.44e+03 0.12 0 0 0 Target initStep + 1 -0.943 0.842 -2.44e+03 0 0.12 0.0369 0.0369 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 287, Parent ID = 285 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.917 0.799 -2.44e+03 0.692 0 0 0 Target initStep - 1 -5.19 2.16 -2.43e+03 0 0.088 14.3 14.3 Target phot + 0 -0.91 0.841 -2.44e+03 0.692 0 0 0 Target initStep + 1 -5.18 2.2 -2.43e+03 0 0.088 14.3 14.3 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 292, Parent ID = 287 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.19 2.16 -2.43e+03 0.604 0 0 0 Target initStep - 1 -5.19 2.18 -2.43e+03 0 0.604 0.391 0.391 Target eIoni + 0 -5.18 2.2 -2.43e+03 0.604 0 0 0 Target initStep + 1 -5.18 2.22 -2.43e+03 0 0.604 0.391 0.391 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 193, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.127 0.224 -2.45e+03 10.5 0 0 0 Target initStep - 1 -4.91 5.15 -2.41e+03 0 0 40.2 40.2 Target conv + 0 -0.12 0.266 -2.45e+03 10.5 0 0 0 Target initStep + 1 -4.9 5.19 -2.41e+03 0 0 40.2 40.2 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 293, Parent ID = 193 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.91 5.15 -2.41e+03 3.39 0 0 0 Target initStep - 1 -4.39 4.16 -2.4e+03 1.72 1.5 1.44 1.44 Target eBrem - 2 -4.33 4.21 -2.4e+03 0.849 0.147 0.145 1.59 Target eBrem - 3 -4.31 4.23 -2.4e+03 0 0.849 0.6 2.19 Target eIoni + 0 -4.9 5.19 -2.41e+03 3.39 0 0 0 Target initStep + 1 -4.39 4.2 -2.4e+03 1.72 1.5 1.44 1.44 Target eBrem + 2 -4.33 4.25 -2.4e+03 0.849 0.147 0.145 1.59 Target eBrem + 3 -4.31 4.27 -2.4e+03 0 0.849 0.6 2.19 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 296, Parent ID = 293 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.33 4.21 -2.4e+03 0.726 0 0 0 Target initStep - 1 4.91 15.8 -2.42e+03 0.384 0 22.2 22.2 Target compt - 2 7 11.8 -2.43e+03 0.243 0 6.76 29 Target compt - 3 7.37 12.2 -2.43e+03 0 0.088 0.68 29.7 Target phot + 0 -4.33 4.25 -2.4e+03 0.726 0 0 0 Target initStep + 1 4.91 15.9 -2.42e+03 0.384 0 22.2 22.2 Target compt + 2 7.01 11.8 -2.43e+03 0.243 0 6.76 29 Target compt + 3 7.37 12.3 -2.43e+03 0 0.088 0.68 29.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 299, Parent ID = 296 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.37 12.2 -2.43e+03 0.155 0 0 0 Target initStep - 1 7.37 12.2 -2.43e+03 0 0.155 0.0552 0.0552 Target eIoni + 0 7.37 12.3 -2.43e+03 0.155 0 0 0 Target initStep + 1 7.38 12.3 -2.43e+03 0 0.155 0.0552 0.0552 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 298, Parent ID = 296 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7 11.8 -2.43e+03 0.14 0 0 0 Target initStep - 1 7 11.8 -2.43e+03 0 0.14 0.0469 0.0469 Target eIoni + 0 7.01 11.8 -2.43e+03 0.14 0 0 0 Target initStep + 1 7.01 11.8 -2.43e+03 0 0.14 0.0469 0.0469 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 297, Parent ID = 296 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.91 15.8 -2.42e+03 0.342 0 0 0 Target initStep - 1 4.91 15.8 -2.42e+03 0 0.342 0.18 0.18 Target eIoni + 0 4.91 15.9 -2.42e+03 0.342 0 0 0 Target initStep + 1 4.92 15.9 -2.42e+03 0 0.342 0.18 0.18 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 295, Parent ID = 293 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.39 4.16 -2.4e+03 0.167 0 0 0 Target initStep - 1 -4.44 4.12 -2.4e+03 0 0.088 0.153 0.153 Target phot + 0 -4.39 4.2 -2.4e+03 0.167 0 0 0 Target initStep + 1 -4.44 4.16 -2.4e+03 0 0.088 0.153 0.153 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 300, Parent ID = 295 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.44 4.12 -2.4e+03 0.0794 0 0 0 Target initStep - 1 -4.44 4.12 -2.4e+03 0 0.0794 0.0189 0.0189 Target eIoni + 0 -4.44 4.16 -2.4e+03 0.0794 0 0 0 Target initStep + 1 -4.44 4.16 -2.4e+03 0 0.0794 0.0189 0.0189 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 192, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0938 0.18 -2.45e+03 51.5 0 0 0 Target initStep - 1 -0.538 1.07 -2.44e+03 0 0 6.71 6.71 Target conv + 0 -0.0786 0.211 -2.45e+03 51.5 0 0 0 Target initStep + 1 -0.523 1.1 -2.44e+03 0 0 6.71 6.71 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 301, Parent ID = 192 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.538 1.07 -2.44e+03 40.5 0 0 0 Target initStep - 1 -0.584 1.1 -2.44e+03 39.7 0.673 0.533 0.533 Target eBrem - 2 -0.371 1.08 -2.44e+03 24.8 1.8 1.51 2.04 Target eBrem - 3 -0.13 0.78 -2.44e+03 21.9 2.48 1.69 3.73 Target eBrem - 4 -0.126 0.758 -2.44e+03 19 0.0736 0.0639 3.8 Target eBrem - 5 -0.025 0.557 -2.43e+03 18.1 0.623 0.445 4.24 Target eBrem - 6 0.0089 -0.509 -2.43e+03 14.3 2.36 1.74 5.99 Target eBrem - 7 -0.416 -1.98 -2.43e+03 7.05 2.1 1.9 7.88 Target eBrem - 8 -1.33 -2.42 -2.43e+03 5.01 1.94 1.55 9.44 Target eBrem - 9 -1.14 -2.76 -2.43e+03 3.9 0.595 0.628 10.1 Target eBrem - 10 -1.37 -2.17 -2.43e+03 2.09 1.63 1.4 11.5 Target eBrem - 11 -1.65 -1.84 -2.44e+03 0.658 1.43 0.874 12.3 Target eBrem - 12 -1.67 -1.82 -2.44e+03 0 0.658 0.437 12.8 Target eIoni + 0 -0.523 1.1 -2.44e+03 40.5 0 0 0 Target initStep + 1 -0.569 1.13 -2.44e+03 39.7 0.673 0.533 0.533 Target eBrem + 2 -0.356 1.11 -2.44e+03 24.8 1.8 1.51 2.04 Target eBrem + 3 -0.114 0.811 -2.44e+03 21.9 2.48 1.69 3.73 Target eBrem + 4 -0.11 0.789 -2.44e+03 19 0.0736 0.0639 3.8 Target eBrem + 5 -0.00981 0.588 -2.43e+03 18.1 0.623 0.445 4.24 Target eBrem + 6 0.0241 -0.478 -2.43e+03 14.3 2.36 1.74 5.99 Target eBrem + 7 -0.401 -1.95 -2.43e+03 7.05 2.1 1.9 7.88 Target eBrem + 8 -1.32 -2.39 -2.43e+03 5.01 1.94 1.55 9.44 Target eBrem + 9 -1.12 -2.73 -2.43e+03 3.9 0.595 0.628 10.1 Target eBrem + 10 -1.36 -2.14 -2.43e+03 2.09 1.63 1.4 11.5 Target eBrem + 11 -1.63 -1.81 -2.44e+03 0.658 1.43 0.874 12.3 Target eBrem + 12 -1.66 -1.79 -2.44e+03 0 0.658 0.437 12.8 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 312, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.37 -2.17 -2.43e+03 0.174 0 0 0 Target initStep - 1 -1.88 -2.01 -2.43e+03 0 0.088 0.714 0.714 Target phot + 0 -1.36 -2.14 -2.43e+03 0.174 0 0 0 Target initStep + 1 -1.86 -1.98 -2.43e+03 0 0.088 0.714 0.714 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 313, Parent ID = 312 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.88 -2.01 -2.43e+03 0.0864 0 0 0 Target initStep - 1 -1.88 -2.01 -2.43e+03 0 0.0864 0.0217 0.0217 Target eIoni + 0 -1.86 -1.98 -2.43e+03 0.0864 0 0 0 Target initStep + 1 -1.86 -1.98 -2.43e+03 0 0.0864 0.0217 0.0217 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 311, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.14 -2.76 -2.43e+03 0.52 0 0 0 Target initStep - 1 3.64 -5.16 -2.44e+03 0.463 0 6.97 6.97 Target compt - 2 8.09 -10.9 -2.44e+03 0 0.088 7.75 14.7 Target phot + 0 -1.12 -2.73 -2.43e+03 0.52 0 0 0 Target initStep + 1 3.65 -5.13 -2.44e+03 0.463 0 6.97 6.97 Target compt + 2 8.1 -10.8 -2.44e+03 0 0.088 7.75 14.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 315, Parent ID = 311 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.09 -10.9 -2.44e+03 0.375 0 0 0 Target initStep - 1 8.1 -10.9 -2.44e+03 0 0.375 0.205 0.205 Target eIoni + 0 8.1 -10.8 -2.44e+03 0.375 0 0 0 Target initStep + 1 8.11 -10.8 -2.44e+03 0 0.375 0.205 0.205 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 314, Parent ID = 311 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.64 -5.16 -2.44e+03 0.0569 0 0 0 Target initStep - 1 3.64 -5.16 -2.44e+03 0 0.0569 0.011 0.011 Target eIoni + 0 3.65 -5.13 -2.44e+03 0.0569 0 0 0 Target initStep + 1 3.65 -5.13 -2.44e+03 0 0.0569 0.011 0.011 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 310, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.33 -2.42 -2.43e+03 0.0983 0 0 0 Target initStep - 1 -1.35 -2.45 -2.43e+03 0 0.088 0.0891 0.0891 Target phot + 0 -1.32 -2.39 -2.43e+03 0.0983 0 0 0 Target initStep + 1 -1.33 -2.42 -2.43e+03 0 0.088 0.0891 0.0891 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 316, Parent ID = 310 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.35 -2.45 -2.43e+03 0.0103 0 0 0 Target initStep - 1 -1.35 -2.45 -2.43e+03 0 0.0103 0.000735 0.000735 Target eIoni + 0 -1.33 -2.42 -2.43e+03 0.0103 0 0 0 Target initStep + 1 -1.33 -2.42 -2.43e+03 0 0.0103 0.000735 0.000735 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 309, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.416 -1.98 -2.43e+03 5.18 0 0 0 Target initStep - 1 -6.86 -0.183 -2.45e+03 5.18 0 18.7 18.7 World Transportation + 0 -0.401 -1.95 -2.43e+03 5.18 0 0 0 Target initStep + 1 -6.84 -0.152 -2.45e+03 5.18 0 18.7 18.7 World Transportation 2 -187 50.2 -2.94e+03 5.18 0 525 543 OutOfWorld Transportation ********************************************************************************************************* @@ -6044,76 +6044,76 @@ 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.0089 -0.509 -2.43e+03 1.36 0 0 0 Target initStep - 1 -1.11 -4.7 -2.43e+03 1.25 0 8.18 8.18 Target compt - 2 -7.82 -15.8 -2.41e+03 0.217 0 18.8 27 Target compt - 3 -7.81 -15.8 -2.41e+03 0 0.088 0.0122 27 Target phot + 0 0.0241 -0.478 -2.43e+03 1.36 0 0 0 Target initStep + 1 -1.1 -4.67 -2.43e+03 1.25 0 8.18 8.18 Target compt + 2 -7.8 -15.7 -2.41e+03 0.217 0 18.8 27 Target compt + 3 -7.8 -15.7 -2.41e+03 0 0.088 0.0122 27 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 319, Parent ID = 308 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.81 -15.8 -2.41e+03 0.129 0 0 0 Target initStep - 1 -7.81 -15.8 -2.41e+03 0 0.129 0.0413 0.0413 Target eIoni + 0 -7.8 -15.7 -2.41e+03 0.129 0 0 0 Target initStep + 1 -7.8 -15.7 -2.41e+03 0 0.129 0.0413 0.0413 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 318, Parent ID = 308 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.82 -15.8 -2.41e+03 1.03 0 0 0 Target initStep - 1 -7.84 -15.8 -2.41e+03 0 1.03 0.758 0.758 Target eIoni + 0 -7.8 -15.7 -2.41e+03 1.03 0 0 0 Target initStep + 1 -7.82 -15.8 -2.41e+03 0 1.03 0.758 0.758 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 317, Parent ID = 308 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.11 -4.7 -2.43e+03 0.114 0 0 0 Target initStep - 1 -1.11 -4.7 -2.43e+03 0 0.114 0.0339 0.0339 Target eIoni + 0 -1.1 -4.67 -2.43e+03 0.114 0 0 0 Target initStep + 1 -1.09 -4.67 -2.43e+03 0 0.114 0.0339 0.0339 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 307, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.025 0.557 -2.43e+03 0.303 0 0 0 Target initStep - 1 -0.223 -0.73 -2.43e+03 0 0.088 4.09 4.09 Target phot + 0 -0.00981 0.588 -2.43e+03 0.303 0 0 0 Target initStep + 1 -0.208 -0.699 -2.43e+03 0 0.088 4.09 4.09 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 320, Parent ID = 307 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.223 -0.73 -2.43e+03 0.215 0 0 0 Target initStep - 1 -0.232 -0.731 -2.43e+03 0.0828 0.0203 0.017 0.017 Target eBrem - 2 -0.233 -0.731 -2.43e+03 0 0.0828 0.0202 0.0372 Target eIoni + 0 -0.208 -0.699 -2.43e+03 0.215 0 0 0 Target initStep + 1 -0.217 -0.7 -2.43e+03 0.0828 0.0203 0.017 0.017 Target eBrem + 2 -0.218 -0.7 -2.43e+03 0 0.0828 0.0202 0.0372 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 321, Parent ID = 320 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.232 -0.731 -2.43e+03 0.112 0 0 0 Target initStep - 1 -0.314 -0.742 -2.43e+03 0 0.088 0.132 0.132 Target phot + 0 -0.217 -0.7 -2.43e+03 0.112 0 0 0 Target initStep + 1 -0.299 -0.711 -2.43e+03 0 0.088 0.132 0.132 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 322, Parent ID = 321 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.314 -0.742 -2.43e+03 0.0237 0 0 0 Target initStep - 1 -0.314 -0.742 -2.43e+03 0 0.0237 0.00267 0.00267 Target eIoni + 0 -0.299 -0.711 -2.43e+03 0.0237 0 0 0 Target initStep + 1 -0.299 -0.711 -2.43e+03 0 0.0237 0.00267 0.00267 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 306, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.126 0.758 -2.44e+03 2.85 0 0 0 Target initStep - 1 4.87 -10.1 -2.4e+03 1.05 0 34.3 34.3 Target compt - 2 9.27 -11.3 -2.4e+03 1.05 0 5.41 39.7 Tracker Transportation + 0 -0.11 0.789 -2.44e+03 2.85 0 0 0 Target initStep + 1 4.88 -10.1 -2.4e+03 1.05 0 34.3 34.3 Target compt + 2 9.28 -11.2 -2.4e+03 1.05 0 5.41 39.7 Tracker Transportation 3 2.32e+03 -631 -874 1.05 0 2.83e+03 2.87e+03 World Transportation 4 2.94e+03 -798 -461 1.05 0 767 3.64e+03 OutOfWorld Transportation @@ -6122,149 +6122,149 @@ 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 4.87 -10.1 -2.4e+03 1.8 0 0 0 Target initStep - 1 4.84 -10.1 -2.4e+03 0 1.8 1.32 1.32 Target eIoni + 0 4.88 -10.1 -2.4e+03 1.8 0 0 0 Target initStep + 1 4.85 -10.1 -2.4e+03 0 1.8 1.32 1.32 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 305, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.13 0.78 -2.44e+03 0.466 0 0 0 Target initStep - 1 0.105 -1.25 -2.43e+03 0.261 0 5.95 5.95 Target compt - 2 1.2 -0.669 -2.43e+03 0 0.088 1.29 7.24 Target phot + 0 -0.114 0.811 -2.44e+03 0.466 0 0 0 Target initStep + 1 0.121 -1.22 -2.43e+03 0.261 0 5.95 5.95 Target compt + 2 1.22 -0.638 -2.43e+03 0 0.088 1.29 7.24 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 325, Parent ID = 305 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.2 -0.669 -2.43e+03 0.173 0 0 0 Target initStep - 1 1.2 -0.668 -2.43e+03 0 0.173 0.0653 0.0653 Target eIoni + 0 1.22 -0.638 -2.43e+03 0.173 0 0 0 Target initStep + 1 1.22 -0.637 -2.43e+03 0 0.173 0.0653 0.0653 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 324, Parent ID = 305 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.105 -1.25 -2.43e+03 0.204 0 0 0 Target initStep - 1 0.103 -1.26 -2.43e+03 0 0.204 0.0842 0.0842 Target eIoni + 0 0.121 -1.22 -2.43e+03 0.204 0 0 0 Target initStep + 1 0.118 -1.23 -2.43e+03 0 0.204 0.0842 0.0842 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 304, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.371 1.08 -2.44e+03 13 0 0 0 Target initStep - 1 -1.71 1.03 -2.41e+03 1.27 0 25.9 25.9 Target compt - 2 -1.16 -2.34 -2.41e+03 1.11 0 4.47 30.4 Target compt - 3 -0.756 -7.53 -2.41e+03 0.829 0 5.56 36 Target compt - 4 -6.76 -17.8 -2.4e+03 0 0.088 12.7 48.6 Target phot + 0 -0.356 1.11 -2.44e+03 13 0 0 0 Target initStep + 1 -1.69 1.06 -2.41e+03 1.27 0 25.9 25.9 Target compt + 2 -1.14 -2.31 -2.41e+03 1.11 0 4.47 30.4 Target compt + 3 -0.741 -7.5 -2.41e+03 0.829 0 5.56 36 Target compt + 4 -6.75 -17.8 -2.4e+03 0 0.088 12.7 48.6 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 329, Parent ID = 304 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.76 -17.8 -2.4e+03 0.741 0 0 0 Target initStep - 1 -6.79 -17.8 -2.4e+03 0 0.741 0.507 0.507 Target eIoni + 0 -6.75 -17.8 -2.4e+03 0.741 0 0 0 Target initStep + 1 -6.77 -17.8 -2.4e+03 0 0.741 0.507 0.507 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 328, Parent ID = 304 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.756 -7.53 -2.41e+03 0.282 0 0 0 Target initStep - 1 -0.749 -7.53 -2.41e+03 0 0.282 0.136 0.136 Target eIoni + 0 -0.741 -7.5 -2.41e+03 0.282 0 0 0 Target initStep + 1 -0.734 -7.5 -2.41e+03 0 0.282 0.136 0.136 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 327, Parent ID = 304 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.16 -2.34 -2.41e+03 0.163 0 0 0 Target initStep - 1 -1.16 -2.34 -2.41e+03 0 0.163 0.0595 0.0595 Target eIoni + 0 -1.14 -2.31 -2.41e+03 0.163 0 0 0 Target initStep + 1 -1.14 -2.31 -2.41e+03 0 0.163 0.0595 0.0595 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 326, Parent ID = 304 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.71 1.03 -2.41e+03 11.8 0 0 0 Target initStep - 1 -1.76 0.923 -2.41e+03 10.8 0.464 0.44 0.44 Target eBrem - 2 -1.94 0.82 -2.41e+03 8.9 0.674 0.323 0.764 Target eBrem - 3 -1.29 -0.929 -2.41e+03 3.09 2.63 2.28 3.04 Target eBrem - 4 -1.81 0.0428 -2.41e+03 1.57 1.37 1.31 4.36 Target eBrem - 5 -1.5 -0.295 -2.41e+03 0.0274 1.16 0.971 5.33 Target eBrem - 6 -1.5 -0.295 -2.41e+03 0 0.0274 0.00336 5.33 Target eIoni + 0 -1.69 1.06 -2.41e+03 11.8 0 0 0 Target initStep + 1 -1.75 0.954 -2.41e+03 10.8 0.464 0.44 0.44 Target eBrem + 2 -1.93 0.851 -2.41e+03 8.9 0.674 0.323 0.764 Target eBrem + 3 -1.28 -0.898 -2.41e+03 3.09 2.63 2.28 3.04 Target eBrem + 4 -1.79 0.0738 -2.41e+03 1.57 1.37 1.31 4.36 Target eBrem + 5 -1.48 -0.264 -2.41e+03 0.0274 1.16 0.971 5.33 Target eBrem + 6 -1.48 -0.264 -2.41e+03 0 0.0274 0.00336 5.33 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 334, Parent ID = 326 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.5 -0.295 -2.41e+03 0.382 0 0 0 Target initStep - 1 -2.17 1.54 -2.41e+03 0 0.088 2.43 2.43 Target phot + 0 -1.48 -0.264 -2.41e+03 0.382 0 0 0 Target initStep + 1 -2.15 1.57 -2.41e+03 0 0.088 2.43 2.43 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 335, Parent ID = 334 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.17 1.54 -2.41e+03 0.294 0 0 0 Target initStep - 1 -2.18 1.59 -2.41e+03 0.0201 0.112 0.087 0.087 Target eBrem - 2 -2.17 1.59 -2.41e+03 0 0.0201 0.00205 0.089 Target eIoni + 0 -2.15 1.57 -2.41e+03 0.294 0 0 0 Target initStep + 1 -2.16 1.62 -2.41e+03 0.0201 0.112 0.087 0.087 Target eBrem + 2 -2.16 1.62 -2.41e+03 0 0.0201 0.00205 0.089 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 336, Parent ID = 335 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.18 1.59 -2.41e+03 0.162 0 0 0 Target initStep - 1 -2.08 1.67 -2.41e+03 0 0.088 0.16 0.16 Target phot + 0 -2.16 1.62 -2.41e+03 0.162 0 0 0 Target initStep + 1 -2.06 1.7 -2.41e+03 0 0.088 0.16 0.16 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 337, Parent ID = 336 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.08 1.67 -2.41e+03 0.0737 0 0 0 Target initStep - 1 -2.08 1.67 -2.41e+03 0 0.0737 0.0168 0.0168 Target eIoni + 0 -2.06 1.7 -2.41e+03 0.0737 0 0 0 Target initStep + 1 -2.06 1.7 -2.41e+03 0 0.0737 0.0168 0.0168 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 333, Parent ID = 326 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.81 0.0428 -2.41e+03 0.156 0 0 0 Target initStep - 1 -2.08 0.0021 -2.41e+03 0 0.088 0.289 0.289 Target phot + 0 -1.79 0.0738 -2.41e+03 0.156 0 0 0 Target initStep + 1 -2.07 0.0331 -2.41e+03 0 0.088 0.289 0.289 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 338, Parent ID = 333 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.08 0.0021 -2.41e+03 0.0682 0 0 0 Target initStep - 1 -2.08 0.00149 -2.41e+03 0 0.0682 0.0148 0.0148 Target eIoni + 0 -2.07 0.0331 -2.41e+03 0.0682 0 0 0 Target initStep + 1 -2.07 0.0325 -2.41e+03 0 0.0682 0.0148 0.0148 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 332, Parent ID = 326 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.29 -0.929 -2.41e+03 3.18 0 0 0 Target initStep - 1 -1.41 -1.48 -2.4e+03 3.18 0 8.94 8.94 Tracker Transportation + 0 -1.28 -0.898 -2.41e+03 3.18 0 0 0 Target initStep + 1 -1.4 -1.45 -2.4e+03 3.18 0 8.94 8.94 Tracker Transportation 2 -10.5 -44.5 -1.7e+03 3.18 0 701 710 Chamber_PV Transportation 3 -13.1 -56.8 -1.5e+03 3.18 0 200 911 Tracker Transportation - 4 -21 -93.7 -900 3.18 0 601 1.51e+03 Chamber_PV Transportation - 5 -23.6 -106 -700 3.18 0 200 1.71e+03 Tracker Transportation + 4 -20.9 -93.7 -900 3.18 0 601 1.51e+03 Chamber_PV Transportation + 5 -23.5 -106 -700 3.18 0 200 1.71e+03 Tracker Transportation 6 -31.4 -143 -100 3.18 0 601 2.31e+03 Chamber_PV Transportation 7 -34 -155 100 3.18 0 200 2.51e+03 Tracker Transportation 8 -41.8 -192 700 3.18 0 601 3.12e+03 Chamber_PV Transportation 9 -44.4 -204 900 3.18 0 200 3.32e+03 Tracker Transportation 10 -52.2 -241 1.5e+03 3.18 0 601 3.92e+03 Chamber_PV Transportation 11 -54.8 -254 1.7e+03 3.18 0 200 4.12e+03 Tracker Transportation - 12 -64 -297 2.4e+03 3.18 0 701 4.82e+03 World Transportation + 12 -63.9 -297 2.4e+03 3.18 0 701 4.82e+03 World Transportation 13 -71 -330 2.94e+03 3.18 0 541 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -6272,144 +6272,144 @@ 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 -1.94 0.82 -2.41e+03 1.27 0 0 0 Target initStep - 1 3.46 -4.58 -2.4e+03 0.527 0 10.6 10.6 Target compt - 2 4.55 -6.63 -2.4e+03 0 0.088 2.45 13.1 Target phot + 0 -1.93 0.851 -2.41e+03 1.27 0 0 0 Target initStep + 1 3.47 -4.55 -2.4e+03 0.527 0 10.6 10.6 Target compt + 2 4.56 -6.6 -2.4e+03 0 0.088 2.45 13.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 340, Parent ID = 331 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.55 -6.63 -2.4e+03 0.439 0 0 0 Target initStep - 1 4.56 -6.64 -2.4e+03 0 0.439 0.255 0.255 Target eIoni + 0 4.56 -6.6 -2.4e+03 0.439 0 0 0 Target initStep + 1 4.58 -6.61 -2.4e+03 0 0.439 0.255 0.255 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 339, Parent ID = 331 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.46 -4.58 -2.4e+03 0.745 0 0 0 Target initStep - 1 3.47 -4.59 -2.4e+03 0 0.745 0.51 0.51 Target eIoni + 0 3.47 -4.55 -2.4e+03 0.745 0 0 0 Target initStep + 1 3.48 -4.55 -2.4e+03 0 0.745 0.51 0.51 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 330, Parent ID = 326 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.76 0.923 -2.41e+03 0.458 0 0 0 Target initStep - 1 -2.77 0.634 -2.41e+03 0.389 0 2.39 2.39 Target compt - 2 -4.89 2.2 -2.41e+03 0 0.088 3.55 5.94 Target phot + 0 -1.75 0.954 -2.41e+03 0.458 0 0 0 Target initStep + 1 -2.75 0.665 -2.41e+03 0.389 0 2.39 2.39 Target compt + 2 -4.87 2.23 -2.41e+03 0 0.088 3.55 5.94 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 342, Parent ID = 330 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.89 2.2 -2.41e+03 0.301 0 0 0 Target initStep - 1 -4.9 2.21 -2.41e+03 0 0.301 0.15 0.15 Target eIoni + 0 -4.87 2.23 -2.41e+03 0.301 0 0 0 Target initStep + 1 -4.88 2.24 -2.41e+03 0 0.301 0.15 0.15 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 341, Parent ID = 330 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.77 0.634 -2.41e+03 0.0696 0 0 0 Target initStep - 1 -2.77 0.633 -2.41e+03 0 0.0696 0.0153 0.0153 Target eIoni + 0 -2.75 0.665 -2.41e+03 0.0696 0 0 0 Target initStep + 1 -2.75 0.664 -2.41e+03 0 0.0696 0.0153 0.0153 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 303, Parent ID = 301 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.584 1.1 -2.44e+03 0.113 0 0 0 Target initStep - 1 -0.579 1.11 -2.44e+03 0 0.088 0.115 0.115 Target phot + 0 -0.569 1.13 -2.44e+03 0.113 0 0 0 Target initStep + 1 -0.564 1.15 -2.44e+03 0 0.088 0.115 0.115 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 343, Parent ID = 303 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.579 1.11 -2.44e+03 0.025 0 0 0 Target initStep - 1 -0.579 1.11 -2.44e+03 0 0.025 0.00291 0.00291 Target eIoni + 0 -0.564 1.15 -2.44e+03 0.025 0 0 0 Target initStep + 1 -0.564 1.15 -2.44e+03 0 0.025 0.00291 0.00291 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 191, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0774 0.133 -2.45e+03 0.112 0 0 0 Target initStep - 1 -0.0774 0.133 -2.45e+03 0 0.088 0.000577 0.000577 Target phot + 0 -0.0595 0.165 -2.45e+03 0.112 0 0 0 Target initStep + 1 -0.0595 0.165 -2.45e+03 0 0.088 0.000577 0.000577 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 344, Parent ID = 191 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0774 0.133 -2.45e+03 0.0239 0 0 0 Target initStep - 1 -0.0772 0.134 -2.45e+03 0 0.0239 0.0027 0.0027 Target eIoni + 0 -0.0595 0.165 -2.45e+03 0.0239 0 0 0 Target initStep + 1 -0.0594 0.165 -2.45e+03 0 0.0239 0.0027 0.0027 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 190, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0377 0.047 -2.45e+03 0.125 0 0 0 Target initStep - 1 -0.0418 0.0601 -2.45e+03 0 0.088 0.0905 0.0905 Target phot + 0 -0.0407 0.075 -2.45e+03 0.125 0 0 0 Target initStep + 1 -0.0449 0.088 -2.45e+03 0 0.088 0.0905 0.0905 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 345, Parent ID = 190 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0418 0.0601 -2.45e+03 0.0371 0 0 0 Target initStep - 1 -0.0421 0.0599 -2.45e+03 0 0.0371 0.00548 0.00548 Target eIoni + 0 -0.0449 0.088 -2.45e+03 0.0371 0 0 0 Target initStep + 1 -0.0452 0.0878 -2.45e+03 0 0.0371 0.00548 0.00548 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 189, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0352 0.0397 -2.45e+03 0.145 0 0 0 Target initStep - 1 -0.119 0.41 -2.44e+03 0 0.088 2.61 2.61 Target phot + 0 -0.0382 0.0676 -2.45e+03 0.145 0 0 0 Target initStep + 1 -0.122 0.438 -2.44e+03 0 0.088 2.61 2.61 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 346, Parent ID = 189 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.41 -2.44e+03 0.0566 0 0 0 Target initStep - 1 -0.119 0.41 -2.44e+03 0 0.0566 0.0109 0.0109 Target eIoni + 0 -0.122 0.438 -2.44e+03 0.0566 0 0 0 Target initStep + 1 -0.122 0.438 -2.44e+03 0 0.0566 0.0109 0.0109 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 188, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00604 0.00755 -2.45e+03 29.4 0 0 0 Target initStep - 1 -0.209 0.36 -2.44e+03 0 0 7 7 Target conv + 0 -0.00923 0.0274 -2.45e+03 29.4 0 0 0 Target initStep + 1 -0.212 0.38 -2.44e+03 0 0 7 7 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 347, Parent ID = 188 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.209 0.36 -2.44e+03 9.49 0 0 0 Target initStep - 1 -0.012 0.355 -2.44e+03 8.6 0.667 0.482 0.482 Target eBrem - 2 0.0372 0.474 -2.44e+03 8.17 0.307 0.321 0.803 Target eBrem - 3 0.141 0.602 -2.44e+03 7.32 0.338 0.352 1.16 Target eBrem - 4 -0.818 2.54 -2.44e+03 4.06 3.26 2.67 3.82 Target eIoni - 5 -0.72 3.04 -2.44e+03 1.33 1.33 0.709 4.53 Target eBrem - 6 -0.744 3.12 -2.44e+03 0 1.33 1.02 5.55 Target eIoni + 0 -0.212 0.38 -2.44e+03 9.49 0 0 0 Target initStep + 1 -0.0152 0.375 -2.44e+03 8.6 0.667 0.482 0.482 Target eBrem + 2 0.034 0.494 -2.44e+03 8.17 0.307 0.321 0.803 Target eBrem + 3 0.137 0.622 -2.44e+03 7.32 0.338 0.352 1.16 Target eBrem + 4 -0.821 2.56 -2.44e+03 4.06 3.26 2.67 3.82 Target eIoni + 5 -0.724 3.06 -2.44e+03 1.33 1.33 0.709 4.53 Target eBrem + 6 -0.748 3.14 -2.44e+03 0 1.33 1.02 5.55 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 352, Parent ID = 347 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.72 3.04 -2.44e+03 1.39 0 0 0 Target initStep - 1 -0.975 3.92 -2.44e+03 1.29 0 0.939 0.939 Target compt - 2 -9.26 23.2 -2.44e+03 1.29 0 21 21.9 World Transportation + 0 -0.724 3.06 -2.44e+03 1.39 0 0 0 Target initStep + 1 -0.978 3.94 -2.44e+03 1.29 0 0.939 0.939 Target compt + 2 -9.25 23.2 -2.44e+03 1.29 0 21 21.9 World Transportation 3 -1.26e+03 2.94e+03 -2.43e+03 1.29 0 3.17e+03 3.2e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -6417,123 +6417,123 @@ 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.975 3.92 -2.44e+03 0.103 0 0 0 Target initStep - 1 -0.974 3.92 -2.44e+03 0 0.103 0.0287 0.0287 Target eIoni + 0 -0.978 3.94 -2.44e+03 0.103 0 0 0 Target initStep + 1 -0.978 3.94 -2.44e+03 0 0.103 0.0287 0.0287 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 351, Parent ID = 347 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.141 0.602 -2.44e+03 0.508 0 0 0 Target initStep - 1 8.79 5.67 -2.43e+03 0.332 0 11.3 11.3 Target compt - 2 8.99 9.28 -2.43e+03 0 0.088 3.61 15 Target phot + 0 0.137 0.622 -2.44e+03 0.508 0 0 0 Target initStep + 1 8.79 5.69 -2.43e+03 0.332 0 11.3 11.3 Target compt + 2 8.98 9.3 -2.43e+03 0 0.088 3.61 15 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 355, Parent ID = 351 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.99 9.28 -2.43e+03 0.244 0 0 0 Target initStep - 1 8.99 9.28 -2.43e+03 0 0.244 0.11 0.11 Target eIoni + 0 8.98 9.3 -2.43e+03 0.244 0 0 0 Target initStep + 1 8.99 9.3 -2.43e+03 0 0.244 0.11 0.11 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 354, Parent ID = 351 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.79 5.67 -2.43e+03 0.176 0 0 0 Target initStep - 1 8.8 5.67 -2.43e+03 0 0.176 0.0668 0.0668 Target eIoni + 0 8.79 5.69 -2.43e+03 0.176 0 0 0 Target initStep + 1 8.79 5.69 -2.43e+03 0 0.176 0.0668 0.0668 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 350, Parent ID = 347 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0372 0.474 -2.44e+03 0.121 0 0 0 Target initStep - 1 0.0388 0.53 -2.44e+03 0 0.088 0.151 0.151 Target phot + 0 0.034 0.494 -2.44e+03 0.121 0 0 0 Target initStep + 1 0.0356 0.549 -2.44e+03 0 0.088 0.151 0.151 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 356, Parent ID = 350 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0388 0.53 -2.44e+03 0.0327 0 0 0 Target initStep - 1 0.0384 0.53 -2.44e+03 0 0.0327 0.00448 0.00448 Target eIoni + 0 0.0356 0.549 -2.44e+03 0.0327 0 0 0 Target initStep + 1 0.0353 0.549 -2.44e+03 0 0.0327 0.00448 0.00448 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 349, Parent ID = 347 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.012 0.355 -2.44e+03 0.227 0 0 0 Target initStep - 1 -0.108 0.46 -2.44e+03 0 0.088 0.592 0.592 Target phot + 0 -0.0152 0.375 -2.44e+03 0.227 0 0 0 Target initStep + 1 -0.111 0.48 -2.44e+03 0 0.088 0.592 0.592 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 357, Parent ID = 349 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.108 0.46 -2.44e+03 0.139 0 0 0 Target initStep - 1 -0.107 0.458 -2.44e+03 0 0.139 0.046 0.046 Target eIoni + 0 -0.111 0.48 -2.44e+03 0.139 0 0 0 Target initStep + 1 -0.11 0.478 -2.44e+03 0 0.139 0.046 0.046 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 187, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00591 0.00732 -2.45e+03 0.4 0 0 0 Target initStep - 1 -0.046 0.077 -2.45e+03 0.279 0 1.46 1.46 Target compt - 2 1.1 1.45 -2.44e+03 0.176 0 1.98 3.44 Target compt - 3 -0.972 2.54 -2.44e+03 0 0.088 2.44 5.88 Target phot + 0 -0.00908 0.0271 -2.45e+03 0.4 0 0 0 Target initStep + 1 -0.0492 0.0968 -2.45e+03 0.279 0 1.46 1.46 Target compt + 2 1.1 1.47 -2.44e+03 0.176 0 1.98 3.44 Target compt + 3 -0.975 2.56 -2.44e+03 0 0.088 2.44 5.88 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 360, Parent ID = 187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.972 2.54 -2.44e+03 0.0883 0 0 0 Target initStep - 1 -0.972 2.54 -2.44e+03 0 0.0883 0.0225 0.0225 Target eIoni + 0 -0.975 2.56 -2.44e+03 0.0883 0 0 0 Target initStep + 1 -0.975 2.56 -2.44e+03 0 0.0883 0.0225 0.0225 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 359, Parent ID = 187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.1 1.45 -2.44e+03 0.102 0 0 0 Target initStep - 1 1.1 1.45 -2.44e+03 0 0.102 0.0285 0.0285 Target eIoni + 0 1.1 1.47 -2.44e+03 0.102 0 0 0 Target initStep + 1 1.1 1.47 -2.44e+03 0 0.102 0.0285 0.0285 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 358, Parent ID = 187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.046 0.077 -2.45e+03 0.121 0 0 0 Target initStep - 1 -0.0472 0.0758 -2.45e+03 0 0.121 0.0373 0.0373 Target eIoni + 0 -0.0492 0.0968 -2.45e+03 0.121 0 0 0 Target initStep + 1 -0.0504 0.0956 -2.45e+03 0 0.121 0.0373 0.0373 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 186, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00254 0.00305 -2.45e+03 12.1 0 0 0 Target initStep - 1 -0.0373 0.0545 -2.45e+03 0 0 0.954 0.954 Target conv + 0 -0.00582 0.0224 -2.45e+03 12.1 0 0 0 Target initStep + 1 -0.0405 0.0739 -2.45e+03 0 0 0.954 0.954 Target conv ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 185, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0027 -0.00773 -2.45e+03 4.37 0 0 0 Target initStep - 1 0.0695 0.181 -2.43e+03 0.262 0 14.1 14.1 Target compt - 2 -0.264 0.027 -2.43e+03 0 0.088 0.662 14.8 Target phot + 0 0.000289 0.00812 -2.45e+03 4.37 0 0 0 Target initStep + 1 0.0671 0.197 -2.43e+03 0.262 0 14.1 14.1 Target compt + 2 -0.267 0.0428 -2.43e+03 0 0.088 0.662 14.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 184, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.197 -0.293 -2.42e+03 0.339 0 0 0 Target initStep + 0 -0.198 -0.293 -2.42e+03 0.339 0 0 0 Target initStep 1 -0.252 -0.302 -2.42e+03 0 0.088 0.119 0.119 Target phot ********************************************************************************************************* @@ -6541,47 +6541,47 @@ 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.0373 0.0545 -2.45e+03 6 0 0 0 Target initStep - 1 -0.598 0.583 -2.45e+03 4.65 1.07 1 1 Target eBrem - 2 -0.425 0.282 -2.44e+03 2.99 1.66 0.722 1.72 Target msc - 3 -0.336 -0.0853 -2.45e+03 1.98 0.417 0.472 2.2 Target eBrem - 4 -0.132 -0.855 -2.45e+03 0.768 0.931 0.873 3.07 Target eBrem - 5 -0.0972 -0.861 -2.45e+03 0 0.768 0.533 3.6 Target eIoni - 6 -0.0972 -0.861 -2.45e+03 0 0 0 3.6 Target annihil + 0 -0.0405 0.0739 -2.45e+03 6 0 0 0 Target initStep + 1 -0.601 0.602 -2.45e+03 4.65 1.07 1 1 Target eBrem + 2 -0.429 0.302 -2.44e+03 2.99 1.66 0.722 1.72 Target msc + 3 -0.339 -0.0659 -2.45e+03 1.98 0.417 0.472 2.2 Target eBrem + 4 -0.135 -0.836 -2.45e+03 0.768 0.931 0.873 3.07 Target eBrem + 5 -0.101 -0.842 -2.45e+03 0 0.768 0.533 3.6 Target eIoni + 6 -0.101 -0.842 -2.45e+03 0 0 0 3.6 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 348, Parent ID = 188 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.209 0.36 -2.44e+03 18.9 0 0 0 Target initStep - 1 -0.312 0.407 -2.44e+03 18.1 0.605 0.517 0.517 Target eBrem - 2 -0.73 0.175 -2.44e+03 2.84 0.862 0.833 1.35 Target eIoni - 3 -1.09 0.709 -2.44e+03 1.23 1.6 1.74 3.08 Target eIoni - 4 -1.13 0.806 -2.44e+03 0 1.23 0.945 4.03 Target eIoni - 5 -1.13 0.806 -2.44e+03 0 0 0 4.03 Target annihil + 0 -0.212 0.38 -2.44e+03 18.9 0 0 0 Target initStep + 1 -0.315 0.426 -2.44e+03 18.1 0.605 0.517 0.517 Target eBrem + 2 -0.734 0.195 -2.44e+03 2.84 0.862 0.833 1.35 Target eIoni + 3 -1.1 0.729 -2.44e+03 1.23 1.6 1.74 3.08 Target eIoni + 4 -1.14 0.825 -2.44e+03 0 1.23 0.945 4.03 Target eIoni + 5 -1.14 0.825 -2.44e+03 0 0 0 4.03 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 372, Parent ID = 348 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.73 0.175 -2.44e+03 14.4 0 0 0 Target initStep - 1 -1.48 0.136 -2.44e+03 11.4 0.841 0.767 0.767 Target eBrem - 2 -2.82 -0.13 -2.44e+03 9.02 1.51 1.5 2.27 Target eBrem - 3 -3.57 0.315 -2.44e+03 6.35 1.36 1.23 3.5 Target eBrem - 4 -4 0.773 -2.44e+03 5.43 0.806 0.684 4.19 Target eBrem - 5 -4.12 0.726 -2.44e+03 4.25 0.145 0.135 4.32 Target eIoni - 6 -4.5 0.503 -2.44e+03 0.898 1.02 0.809 5.13 Target eBrem - 7 -4.54 0.523 -2.44e+03 0 0.898 0.642 5.77 Target eIoni + 0 -0.734 0.195 -2.44e+03 14.4 0 0 0 Target initStep + 1 -1.48 0.156 -2.44e+03 11.4 0.841 0.767 0.767 Target eBrem + 2 -2.82 -0.111 -2.44e+03 9.02 1.51 1.5 2.27 Target eBrem + 3 -3.58 0.334 -2.44e+03 6.35 1.36 1.23 3.5 Target eBrem + 4 -4 0.793 -2.44e+03 5.43 0.806 0.684 4.19 Target eBrem + 5 -4.12 0.746 -2.44e+03 4.25 0.145 0.135 4.32 Target eIoni + 6 -4.5 0.523 -2.44e+03 0.898 1.02 0.809 5.13 Target eBrem + 7 -4.54 0.543 -2.44e+03 0 0.898 0.642 5.77 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 379, Parent ID = 372 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.12 0.726 -2.44e+03 1.03 0 0 0 Target initStep - 1 -4.09 0.676 -2.44e+03 0 1.03 0.754 0.754 Target eIoni + 0 -4.12 0.746 -2.44e+03 1.03 0 0 0 Target initStep + 1 -4.09 0.695 -2.44e+03 0 1.03 0.754 0.754 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 365, Parent ID = 184 @@ -6596,188 +6596,188 @@ 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.264 0.027 -2.43e+03 0.174 0 0 0 Target initStep - 1 -0.269 0.0261 -2.43e+03 0 0.174 0.0655 0.0655 Target eIoni + 0 -0.267 0.0428 -2.43e+03 0.174 0 0 0 Target initStep + 1 -0.271 0.0419 -2.43e+03 0 0.174 0.0655 0.0655 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 363, Parent ID = 185 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0695 0.181 -2.43e+03 4.11 0 0 0 Target initStep - 1 0.178 0.324 -2.43e+03 0.936 0.763 0.651 0.651 Target eBrem - 2 0.222 0.316 -2.43e+03 0 0.936 0.675 1.33 Target eIoni + 0 0.0671 0.197 -2.43e+03 4.11 0 0 0 Target initStep + 1 0.175 0.34 -2.43e+03 0.936 0.763 0.651 0.651 Target eBrem + 2 0.219 0.332 -2.43e+03 0 0.936 0.675 1.33 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 361, Parent ID = 186 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0373 0.0545 -2.45e+03 5.03 0 0 0 Target initStep - 1 0.836 0.0145 -2.45e+03 3.85 1.18 1.11 1.11 Target msc - 2 0.876 -0.102 -2.45e+03 3.43 0.203 0.178 1.28 Target eBrem - 3 0.436 -0.385 -2.45e+03 2.87 0.554 0.564 1.85 Target eBrem - 4 0.396 -0.554 -2.45e+03 1.75 0.681 0.297 2.14 Target eBrem - 5 -0.0191 0.347 -2.45e+03 0.0545 1.69 1.29 3.44 Target eIoni - 6 -0.0193 0.347 -2.45e+03 0 0.0545 0.0103 3.45 Target eIoni + 0 -0.0405 0.0739 -2.45e+03 5.03 0 0 0 Target initStep + 1 0.832 0.0338 -2.45e+03 3.85 1.18 1.11 1.11 Target msc + 2 0.872 -0.0826 -2.45e+03 3.43 0.203 0.178 1.28 Target eBrem + 3 0.433 -0.365 -2.45e+03 2.87 0.554 0.564 1.85 Target eBrem + 4 0.392 -0.534 -2.45e+03 1.75 0.681 0.297 2.14 Target eBrem + 5 -0.0223 0.367 -2.45e+03 0.0545 1.69 1.29 3.44 Target eIoni + 6 -0.0226 0.367 -2.45e+03 0 0.0545 0.0103 3.45 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 383, Parent ID = 361 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.396 -0.554 -2.45e+03 0.443 0 0 0 Target initStep - 1 0.204 -0.636 -2.45e+03 0.441 0 0.24 0.24 Target compt - 2 -2.68 -1.82 -2.44e+03 0.331 0 3.88 4.12 Target compt - 3 -2.54 -4.55 -2.44e+03 0 0.088 3.91 8.03 Target phot + 0 0.392 -0.534 -2.45e+03 0.443 0 0 0 Target initStep + 1 0.201 -0.617 -2.45e+03 0.441 0 0.24 0.24 Target compt + 2 -2.68 -1.8 -2.44e+03 0.331 0 3.88 4.12 Target compt + 3 -2.54 -4.53 -2.44e+03 0 0.088 3.91 8.03 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 386, Parent ID = 383 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.54 -4.55 -2.44e+03 0.243 0 0 0 Target initStep - 1 -2.54 -4.56 -2.44e+03 0 0.243 0.109 0.109 Target eIoni + 0 -2.54 -4.53 -2.44e+03 0.243 0 0 0 Target initStep + 1 -2.54 -4.54 -2.44e+03 0 0.243 0.109 0.109 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 385, Parent ID = 383 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.68 -1.82 -2.44e+03 0.11 0 0 0 Target initStep - 1 -2.68 -1.82 -2.44e+03 0 0.11 0.032 0.032 Target eIoni + 0 -2.68 -1.8 -2.44e+03 0.11 0 0 0 Target initStep + 1 -2.68 -1.8 -2.44e+03 0 0.11 0.032 0.032 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 384, Parent ID = 383 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.204 -0.636 -2.45e+03 0.00276 0 0 0 Target initStep - 1 0.204 -0.636 -2.45e+03 0 0.00276 0.000117 0.000117 Target eIoni + 0 0.201 -0.617 -2.45e+03 0.00276 0 0 0 Target initStep + 1 0.201 -0.617 -2.45e+03 0 0.00276 0.000117 0.000117 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 382, Parent ID = 361 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.876 -0.102 -2.45e+03 0.218 0 0 0 Target initStep - 1 0.0897 0.119 -2.45e+03 0 0.088 0.839 0.839 Target phot + 0 0.872 -0.0826 -2.45e+03 0.218 0 0 0 Target initStep + 1 0.0864 0.138 -2.45e+03 0 0.088 0.839 0.839 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 387, Parent ID = 382 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0897 0.119 -2.45e+03 0.13 0 0 0 Target initStep - 1 0.0872 0.118 -2.45e+03 0 0.13 0.0416 0.0416 Target eIoni + 0 0.0864 0.138 -2.45e+03 0.13 0 0 0 Target initStep + 1 0.0839 0.137 -2.45e+03 0 0.13 0.0416 0.0416 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 381, Parent ID = 363 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.178 0.324 -2.43e+03 2.41 0 0 0 Target initStep - 1 21.4 -6.28 -2.42e+03 0.858 0 23.9 23.9 Target compt - 2 22.9 -6.29 -2.42e+03 0 0.088 1.61 25.5 Target phot + 0 0.175 0.34 -2.43e+03 2.41 0 0 0 Target initStep + 1 21.4 -6.26 -2.42e+03 0.858 0 23.9 23.9 Target compt + 2 22.8 -6.27 -2.42e+03 0 0.088 1.61 25.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 389, Parent ID = 381 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.9 -6.29 -2.42e+03 0.77 0 0 0 Target initStep - 1 22.9 -6.27 -2.43e+03 0 0.77 0.532 0.532 Target eIoni + 0 22.8 -6.27 -2.42e+03 0.77 0 0 0 Target initStep + 1 22.9 -6.26 -2.43e+03 0 0.77 0.532 0.532 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 388, Parent ID = 381 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 21.4 -6.28 -2.42e+03 1.55 0 0 0 Target initStep - 1 21.5 -6.31 -2.42e+03 0 1.55 1.18 1.18 Target eIoni + 0 21.4 -6.26 -2.42e+03 1.55 0 0 0 Target initStep + 1 21.5 -6.3 -2.42e+03 0 1.55 1.18 1.18 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 380, Parent ID = 372 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.5 0.503 -2.44e+03 2.34 0 0 0 Target initStep - 1 -18.3 5.07 -2.44e+03 0.269 0 14.5 14.5 Target compt - 2 -17.9 5.23 -2.44e+03 0 0.088 0.367 14.9 Target phot + 0 -4.5 0.523 -2.44e+03 2.34 0 0 0 Target initStep + 1 -18.3 5.09 -2.44e+03 0.269 0 14.5 14.5 Target compt + 2 -17.9 5.25 -2.44e+03 0 0.088 0.367 14.9 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 391, Parent ID = 380 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.9 5.23 -2.44e+03 0.181 0 0 0 Target initStep - 1 -17.9 5.23 -2.44e+03 0 0.181 0.0698 0.0698 Target eIoni + 0 -17.9 5.25 -2.44e+03 0.181 0 0 0 Target initStep + 1 -17.9 5.25 -2.44e+03 0 0.181 0.0698 0.0698 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 390, Parent ID = 380 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.3 5.07 -2.44e+03 2.07 0 0 0 Target initStep - 1 -18.4 5.14 -2.44e+03 1.28 0.406 0.328 0.328 Target eBrem - 2 -18.4 5.06 -2.44e+03 0 1.28 0.974 1.3 Target eIoni + 0 -18.3 5.09 -2.44e+03 2.07 0 0 0 Target initStep + 1 -18.4 5.16 -2.44e+03 1.28 0.406 0.328 0.328 Target eBrem + 2 -18.4 5.08 -2.44e+03 0 1.28 0.974 1.3 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 392, Parent ID = 390 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.4 5.14 -2.44e+03 0.379 0 0 0 Target initStep - 1 -18.3 4.59 -2.44e+03 0 0.088 0.589 0.589 Target phot + 0 -18.4 5.16 -2.44e+03 0.379 0 0 0 Target initStep + 1 -18.3 4.61 -2.44e+03 0 0.088 0.589 0.589 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 393, Parent ID = 392 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.3 4.59 -2.44e+03 0.291 0 0 0 Target initStep - 1 -18.3 4.58 -2.44e+03 0 0.291 0.143 0.143 Target eIoni + 0 -18.3 4.61 -2.44e+03 0.291 0 0 0 Target initStep + 1 -18.3 4.6 -2.44e+03 0 0.291 0.143 0.143 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 378, Parent ID = 372 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4 0.773 -2.44e+03 0.12 0 0 0 Target initStep - 1 -4.18 0.725 -2.44e+03 0 0.088 0.215 0.215 Target phot + 0 -4 0.793 -2.44e+03 0.12 0 0 0 Target initStep + 1 -4.19 0.745 -2.44e+03 0 0.088 0.215 0.215 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 394, Parent ID = 378 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.18 0.725 -2.44e+03 0.0321 0 0 0 Target initStep - 1 -4.18 0.725 -2.44e+03 0 0.0321 0.00434 0.00434 Target eIoni + 0 -4.19 0.745 -2.44e+03 0.0321 0 0 0 Target initStep + 1 -4.19 0.745 -2.44e+03 0 0.0321 0.00434 0.00434 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 377, Parent ID = 372 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.57 0.315 -2.44e+03 1.31 0 0 0 Target initStep - 1 -3.5 7.4 -2.44e+03 0.999 0 7.09 7.09 Target compt - 2 -4.32 10 -2.44e+03 0.327 0 2.97 10.1 Target compt - 3 -2.21 9.14 -2.43e+03 0 0.088 4.07 14.1 Target phot + 0 -3.58 0.334 -2.44e+03 1.31 0 0 0 Target initStep + 1 -3.51 7.42 -2.44e+03 0.999 0 7.09 7.09 Target compt + 2 -4.33 10.1 -2.44e+03 0.327 0 2.97 10.1 Target compt + 3 -2.22 9.16 -2.43e+03 0 0.088 4.07 14.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 397, Parent ID = 377 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.21 9.14 -2.43e+03 0.239 0 0 0 Target initStep - 1 -2.21 9.13 -2.43e+03 0 0.239 0.107 0.107 Target eIoni + 0 -2.22 9.16 -2.43e+03 0.239 0 0 0 Target initStep + 1 -2.21 9.15 -2.43e+03 0 0.239 0.107 0.107 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 396, Parent ID = 377 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.32 10 -2.44e+03 0.672 0 0 0 Target initStep + 0 -4.33 10.1 -2.44e+03 0.672 0 0 0 Target initStep 1 -4.34 10.1 -2.44e+03 0 0.672 0.448 0.448 Target eIoni ********************************************************************************************************* @@ -6785,162 +6785,162 @@ 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 -3.5 7.4 -2.44e+03 0.316 0 0 0 Target initStep - 1 -3.5 7.4 -2.44e+03 0 0.316 0.161 0.161 Target eIoni + 0 -3.51 7.42 -2.44e+03 0.316 0 0 0 Target initStep + 1 -3.5 7.42 -2.44e+03 0 0.316 0.161 0.161 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 376, Parent ID = 372 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.82 -0.13 -2.44e+03 0.826 0 0 0 Target initStep - 1 -2.86 -0.128 -2.44e+03 0.563 0 0.0447 0.0447 Target compt - 2 -10.1 5.38 -2.44e+03 0 0.088 9.93 9.97 Target phot + 0 -2.82 -0.111 -2.44e+03 0.826 0 0 0 Target initStep + 1 -2.87 -0.109 -2.44e+03 0.563 0 0.0447 0.0447 Target compt + 2 -10.1 5.4 -2.44e+03 0 0.088 9.93 9.97 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 399, Parent ID = 376 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.1 5.38 -2.44e+03 0.475 0 0 0 Target initStep - 1 -10.1 5.4 -2.44e+03 0 0.475 0.285 0.285 Target eIoni + 0 -10.1 5.4 -2.44e+03 0.475 0 0 0 Target initStep + 1 -10.1 5.42 -2.44e+03 0 0.475 0.285 0.285 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 398, Parent ID = 376 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.86 -0.128 -2.44e+03 0.262 0 0 0 Target initStep - 1 -2.87 -0.132 -2.44e+03 0 0.262 0.122 0.122 Target eIoni + 0 -2.87 -0.109 -2.44e+03 0.262 0 0 0 Target initStep + 1 -2.87 -0.112 -2.44e+03 0 0.262 0.122 0.122 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 375, Parent ID = 372 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.48 0.136 -2.44e+03 2.23 0 0 0 Target initStep - 1 -13.3 4.29 -2.44e+03 0 0 12.6 12.6 Target conv + 0 -1.48 0.156 -2.44e+03 2.23 0 0 0 Target initStep + 1 -13.4 4.34 -2.44e+03 0 0 12.7 12.7 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 400, Parent ID = 375 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.3 4.29 -2.44e+03 0.234 0 0 0 Target initStep - 1 -13.3 4.3 -2.44e+03 0 0.234 0.103 0.103 Target eIoni + 0 -13.4 4.34 -2.44e+03 0.234 0 0 0 Target initStep + 1 -13.4 4.34 -2.44e+03 0 0.234 0.103 0.103 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 374, Parent ID = 348 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13 0.806 -2.44e+03 0.511 0 0 0 Target initStep - 1 -4.2 6.65 -2.44e+03 0 0.088 7.55 7.55 Target phot + 0 -1.14 0.825 -2.44e+03 0.511 0 0 0 Target initStep + 1 -4.2 6.67 -2.44e+03 0 0.088 7.55 7.55 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 402, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.2 6.65 -2.44e+03 0.423 0 0 0 Target initStep - 1 -4.21 6.65 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -4.2 6.67 -2.44e+03 0.423 0 0 0 Target initStep + 1 -4.21 6.67 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 373, Parent ID = 348 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13 0.806 -2.44e+03 0.511 0 0 0 Target initStep - 1 1.82 -4.83 -2.44e+03 0.239 0 7.29 7.29 Target compt - 2 1.79 -4.81 -2.44e+03 0 0.088 0.0646 7.35 Target phot + 0 -1.14 0.825 -2.44e+03 0.511 0 0 0 Target initStep + 1 1.82 -4.82 -2.44e+03 0.239 0 7.29 7.29 Target compt + 2 1.78 -4.79 -2.44e+03 0 0.088 0.0646 7.35 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 404, Parent ID = 373 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.79 -4.81 -2.44e+03 0.151 0 0 0 Target initStep - 1 1.78 -4.81 -2.44e+03 0 0.151 0.0525 0.0525 Target eIoni + 0 1.78 -4.79 -2.44e+03 0.151 0 0 0 Target initStep + 1 1.78 -4.79 -2.44e+03 0 0.151 0.0525 0.0525 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 403, Parent ID = 373 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.82 -4.83 -2.44e+03 0.272 0 0 0 Target initStep - 1 1.83 -4.84 -2.44e+03 0 0.272 0.129 0.129 Target eIoni + 0 1.82 -4.82 -2.44e+03 0.272 0 0 0 Target initStep + 1 1.83 -4.82 -2.44e+03 0 0.272 0.129 0.129 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 371, Parent ID = 348 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.312 0.407 -2.44e+03 0.191 0 0 0 Target initStep - 1 -0.806 0.431 -2.44e+03 0 0.088 1.26 1.26 Target phot + 0 -0.315 0.426 -2.44e+03 0.191 0 0 0 Target initStep + 1 -0.809 0.451 -2.44e+03 0 0.088 1.26 1.26 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 405, Parent ID = 371 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.806 0.431 -2.44e+03 0.103 0 0 0 Target initStep - 1 -0.806 0.432 -2.44e+03 0 0.103 0.0289 0.0289 Target eIoni + 0 -0.809 0.451 -2.44e+03 0.103 0 0 0 Target initStep + 1 -0.809 0.452 -2.44e+03 0 0.103 0.0289 0.0289 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 370, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0972 -0.861 -2.45e+03 0.511 0 0 0 Target initStep - 1 0.718 1.83 -2.44e+03 0 0.088 5.26 5.26 Target phot + 0 -0.101 -0.842 -2.45e+03 0.511 0 0 0 Target initStep + 1 0.715 1.85 -2.44e+03 0 0.088 5.26 5.26 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 406, Parent ID = 370 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.718 1.83 -2.44e+03 0.423 0 0 0 Target initStep - 1 0.713 1.84 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 0.715 1.85 -2.44e+03 0.423 0 0 0 Target initStep + 1 0.709 1.86 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 369, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0972 -0.861 -2.45e+03 0.511 0 0 0 Target initStep - 1 -0.202 -1.21 -2.45e+03 0 0.088 0.673 0.673 Target phot + 0 -0.101 -0.842 -2.45e+03 0.511 0 0 0 Target initStep + 1 -0.205 -1.19 -2.45e+03 0 0.088 0.673 0.673 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 407, Parent ID = 369 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.202 -1.21 -2.45e+03 0.423 0 0 0 Target initStep - 1 -0.209 -1.22 -2.45e+03 0 0.423 0.243 0.243 Target eIoni + 0 -0.205 -1.19 -2.45e+03 0.423 0 0 0 Target initStep + 1 -0.212 -1.2 -2.45e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 368, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.132 -0.855 -2.45e+03 0.28 0 0 0 Target initStep - 1 -0.858 -2.11 -2.45e+03 0 0.088 1.68 1.68 Target phot + 0 -0.135 -0.836 -2.45e+03 0.28 0 0 0 Target initStep + 1 -0.862 -2.1 -2.45e+03 0 0.088 1.68 1.68 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 408, Parent ID = 368 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.858 -2.11 -2.45e+03 0.192 0 0 0 Target initStep - 1 -0.861 -2.12 -2.45e+03 0 0.192 0.0766 0.0766 Target eIoni + 0 -0.862 -2.1 -2.45e+03 0.192 0 0 0 Target initStep + 1 -0.864 -2.1 -2.45e+03 0 0.192 0.0766 0.0766 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 367, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.336 -0.0853 -2.45e+03 0.595 0 0 0 Target initStep - 1 10.5 -1.61 -2.45e+03 0.595 0 12 12 World Transportation + 0 -0.339 -0.0659 -2.45e+03 0.595 0 0 0 Target initStep + 1 10.5 -1.59 -2.45e+03 0.595 0 12 12 World Transportation 2 1.12e+03 -157 -2.94e+03 0.595 0 1.22e+03 1.23e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -6948,133 +6948,133 @@ 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.598 0.583 -2.45e+03 0.288 0 0 0 Target initStep - 1 -0.654 1.42 -2.44e+03 0 0.088 3.5 3.5 Target phot + 0 -0.601 0.602 -2.45e+03 0.288 0 0 0 Target initStep + 1 -0.658 1.44 -2.44e+03 0 0.088 3.5 3.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 401, Parent ID = 375 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.3 4.29 -2.44e+03 0.975 0 0 0 Target initStep - 1 -13.4 4.3 -2.44e+03 0 0.975 0.716 0.716 Target eIoni - 2 -13.4 4.3 -2.44e+03 0 0 0 0.716 Target annihil + 0 -13.4 4.34 -2.44e+03 0.975 0 0 0 Target initStep + 1 -13.5 4.35 -2.44e+03 0 0.975 0.716 0.716 Target eIoni + 2 -13.5 4.35 -2.44e+03 0 0 0 0.716 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 302, Parent ID = 192 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.538 1.07 -2.44e+03 9.99 0 0 0 Target initStep - 1 -0.909 1.61 -2.44e+03 8.16 1.68 1.21 1.21 Target eBrem - 2 -1.18 1.7 -2.44e+03 2.66 0.382 0.341 1.55 Target eBrem - 3 -0.746 2.51 -2.44e+03 1.28 1.24 1.31 2.85 Target eBrem - 4 -0.817 2.55 -2.44e+03 0 1.28 0.986 3.84 Target eIoni - 5 -0.817 2.55 -2.44e+03 0 0 0 3.84 Target annihil + 0 -0.523 1.1 -2.44e+03 9.99 0 0 0 Target initStep + 1 -0.894 1.64 -2.44e+03 8.16 1.68 1.21 1.21 Target eBrem + 2 -1.17 1.73 -2.44e+03 2.66 0.382 0.341 1.55 Target eBrem + 3 -0.731 2.54 -2.44e+03 1.28 1.24 1.31 2.85 Target eBrem + 4 -0.801 2.58 -2.44e+03 0 1.28 0.986 3.84 Target eIoni + 5 -0.801 2.58 -2.44e+03 0 0 0 3.84 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 294, Parent ID = 193 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.91 5.15 -2.41e+03 6.13 0 0 0 Target initStep - 1 -4.45 4.11 -2.4e+03 4.2 1.93 1.61 1.61 Target eBrem - 2 -4.54 2.82 -2.4e+03 1.58 2.62 2.08 3.69 Target eIoni - 3 -4.08 3.15 -2.4e+03 0.394 1.18 1.21 4.9 Target eIoni - 4 -4.07 3.16 -2.4e+03 0 0.394 0.217 5.12 Target eIoni - 5 -4.07 3.16 -2.4e+03 0 0 0 5.12 Target annihil + 0 -4.9 5.19 -2.41e+03 6.13 0 0 0 Target initStep + 1 -4.45 4.15 -2.4e+03 4.2 1.93 1.61 1.61 Target eBrem + 2 -4.53 2.86 -2.4e+03 1.58 2.62 2.08 3.69 Target eIoni + 3 -4.07 3.19 -2.4e+03 0.394 1.18 1.21 4.9 Target eIoni + 4 -4.06 3.2 -2.4e+03 0 0.394 0.217 5.12 Target eIoni + 5 -4.06 3.2 -2.4e+03 0 0 0 5.12 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 286, Parent ID = 194 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.692 0.883 -2.44e+03 1.25 0 0 0 Target initStep - 1 -0.63 0.926 -2.44e+03 0 1.25 0.964 0.964 Target eIoni - 2 -0.63 0.926 -2.44e+03 0 0 0 0.964 Target annihil + 0 -0.685 0.924 -2.44e+03 1.25 0 0 0 Target initStep + 1 -0.623 0.968 -2.44e+03 0 1.25 0.964 0.964 Target eIoni + 2 -0.623 0.968 -2.44e+03 0 0 0 0.964 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 272, Parent ID = 196 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1 1.24 -2.43e+03 2.67 0 0 0 Target initStep - 1 -1.69 1.49 -2.43e+03 0.757 1.07 1.1 1.1 Target eBrem - 2 -1.64 1.56 -2.43e+03 0 0.235 0.138 1.24 Target annihil + 0 -0.992 1.28 -2.43e+03 2.67 0 0 0 Target initStep + 1 -1.69 1.53 -2.43e+03 0.757 1.07 1.1 1.1 Target eBrem + 2 -1.63 1.6 -2.43e+03 0 0.235 0.138 1.24 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 256, Parent ID = 200 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.584 5.99 -2.43e+03 6.35 0 0 0 Target initStep - 1 -0.676 5.91 -2.43e+03 4.51 1.38 1.22 1.22 Target eBrem - 2 -0.381 6.12 -2.43e+03 3.28 0.456 0.373 1.59 Target eBrem - 3 0.266 6.24 -2.43e+03 2.14 0.924 0.985 2.58 Target eBrem - 4 0.265 6.19 -2.43e+03 1.52 0.624 0.454 3.03 Target eBrem - 5 1.18 6.15 -2.43e+03 0.315 1.2 1.18 4.21 Target eIoni - 6 1.18 6.13 -2.43e+03 0 0.315 0.156 4.37 Target eIoni - 7 1.18 6.13 -2.43e+03 0 0 0 4.37 Target annihil + 0 -0.577 6.03 -2.43e+03 6.35 0 0 0 Target initStep + 1 -0.669 5.95 -2.43e+03 4.51 1.38 1.22 1.22 Target eBrem + 2 -0.374 6.16 -2.43e+03 3.28 0.456 0.373 1.59 Target eBrem + 3 0.274 6.29 -2.43e+03 2.14 0.924 0.985 2.58 Target eBrem + 4 0.272 6.23 -2.43e+03 1.52 0.624 0.454 3.03 Target eBrem + 5 1.19 6.19 -2.43e+03 0.315 1.2 1.18 4.21 Target eIoni + 6 1.19 6.17 -2.43e+03 0 0.315 0.156 4.37 Target eIoni + 7 1.19 6.17 -2.43e+03 0 0 0 4.37 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 254, Parent ID = 201 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.16 2.75 -2.44e+03 3.37 0 0 0 Target initStep - 1 -2.11 1.66 -2.44e+03 1.35 2.03 1.88 1.88 Target eIoni - 2 -2.15 1.83 -2.44e+03 0.169 1.18 1.05 2.93 Target eIoni - 3 -2.16 1.83 -2.44e+03 0 0.169 0.06 2.99 Target eIoni - 4 -2.16 1.83 -2.44e+03 0 0 0 2.99 Target annihil + 0 -1.15 2.79 -2.44e+03 3.37 0 0 0 Target initStep + 1 -2.1 1.7 -2.44e+03 1.35 2.03 1.88 1.88 Target eIoni + 2 -2.15 1.88 -2.44e+03 0.169 1.18 1.05 2.93 Target eIoni + 3 -2.15 1.87 -2.44e+03 0 0.169 0.06 2.99 Target eIoni + 4 -2.15 1.87 -2.44e+03 0 0 0 2.99 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 247, Parent ID = 245 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.84 3.83 -2.43e+03 5.72 0 0 0 Target initStep - 1 -6.95 3.9 -2.43e+03 5.48 0.133 0.131 0.131 Target eBrem - 2 -8.46 3.58 -2.43e+03 3.21 2.27 2.35 2.48 Target eIoni - 3 -9.1 3.61 -2.43e+03 2.23 0.723 0.688 3.17 Target eBrem - 4 -9.61 3.19 -2.43e+03 1.24 0.849 0.77 3.94 Target eBrem - 5 -9.61 3.08 -2.43e+03 1 0.127 0.13 4.07 Target eBrem - 6 -9.89 2.58 -2.43e+03 0.337 0.663 0.594 4.66 Target eBrem - 7 -9.88 2.57 -2.43e+03 0 0.337 0.173 4.84 Target eIoni - 8 -9.88 2.57 -2.43e+03 0 0 0 4.84 Target annihil + 0 -6.83 3.87 -2.43e+03 5.72 0 0 0 Target initStep + 1 -6.94 3.94 -2.43e+03 5.48 0.133 0.131 0.131 Target eBrem + 2 -8.46 3.62 -2.43e+03 3.21 2.27 2.35 2.48 Target eIoni + 3 -9.09 3.65 -2.43e+03 2.23 0.723 0.688 3.17 Target eBrem + 4 -9.6 3.23 -2.43e+03 1.24 0.849 0.77 3.94 Target eBrem + 5 -9.6 3.12 -2.43e+03 1 0.127 0.13 4.07 Target eBrem + 6 -9.88 2.62 -2.43e+03 0.337 0.663 0.594 4.66 Target eBrem + 7 -9.87 2.61 -2.43e+03 0 0.337 0.173 4.84 Target eIoni + 8 -9.87 2.61 -2.43e+03 0 0 0 4.84 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 242, Parent ID = 203 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.19 2.55 -2.44e+03 3.03 0 0 0 Target initStep - 1 -1.74 3.35 -2.44e+03 1.8 1.12 1.19 1.19 Target eBrem - 2 -1.77 2.94 -2.44e+03 0.374 1.43 1.34 2.53 Target eIoni - 3 -1.75 2.94 -2.44e+03 0 0.374 0.2 2.73 Target eIoni - 4 -1.75 2.94 -2.44e+03 0 0 0 2.73 Target annihil + 0 -1.18 2.59 -2.44e+03 3.03 0 0 0 Target initStep + 1 -1.73 3.39 -2.44e+03 1.8 1.12 1.19 1.19 Target eBrem + 2 -1.76 2.98 -2.44e+03 0.374 1.43 1.34 2.53 Target eIoni + 3 -1.74 2.98 -2.44e+03 0 0.374 0.2 2.73 Target eIoni + 4 -1.74 2.98 -2.44e+03 0 0 0 2.73 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 237, Parent ID = 204 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.983 2.45 -2.44e+03 2.3 0 0 0 Target initStep - 1 -1.49 2.49 -2.44e+03 0.858 1.45 1.56 1.56 Target eIoni - 2 -1.44 2.52 -2.44e+03 0 0.858 0.612 2.17 Target eIoni - 3 -1.44 2.52 -2.44e+03 0 0 0 2.17 Target annihil + 0 -0.976 2.49 -2.44e+03 2.3 0 0 0 Target initStep + 1 -1.48 2.53 -2.44e+03 0.858 1.45 1.56 1.56 Target eIoni + 2 -1.43 2.56 -2.44e+03 0 0.858 0.612 2.17 Target eIoni + 3 -1.43 2.56 -2.44e+03 0 0 0 2.17 Target annihil ********************************************************************************************************* * 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 -0.115 -0.0617 -888 29.8 0 0 0 Chamber_PV initStep - 1 -0.127 -0.136 -878 29.7 0.0048 9.2 9.2 Chamber_PV eIoni - 2 -0.0973 -0.14 -876 29.7 0.000768 1.89 11.1 Chamber_PV eIoni - 3 0.624 -0.307 -840 29.7 0.0152 36.9 48 Chamber_PV eIoni - 4 0.836 -0.117 -831 29.7 0.00439 8.11 56.1 Chamber_PV eIoni - 5 0.826 0.951 -798 29.7 0.0127 33.7 89.8 Chamber_PV eIoni - 6 0.602 1.26 -780 29.7 0.00596 17.6 107 Chamber_PV eIoni + 0 -0.115 -0.0613 -888 29.8 0 0 0 Chamber_PV initStep + 1 -0.127 -0.135 -878 29.7 0.0048 9.2 9.2 Chamber_PV eIoni + 2 -0.0975 -0.14 -876 29.7 0.000768 1.89 11.1 Chamber_PV eIoni + 3 0.624 -0.306 -840 29.7 0.0152 36.9 48 Chamber_PV eIoni + 4 0.835 -0.117 -831 29.7 0.00439 8.11 56.1 Chamber_PV eIoni + 5 0.826 0.952 -798 29.7 0.0127 33.7 89.8 Chamber_PV eIoni + 6 0.601 1.26 -780 29.7 0.00596 17.6 107 Chamber_PV eIoni 7 1.33 2.37 -726 29.7 0.0262 54 161 Chamber_PV eIoni 8 1.59 3.48 -700 29.6 0.0159 26.2 188 Tracker Transportation 9 1.63 3.63 -696 29.6 0.000627 3.9 192 Tracker eIoni @@ -7126,7 +7126,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 55 108 45.8 1.94e+03 28.8 0.022 100 2.83e+03 Tracker StepLimiter 56 108 45.7 1.94e+03 28.8 0.000269 1.91 2.84e+03 Tracker eIoni 57 113 44.8 1.99e+03 28.8 0.00772 45.3 2.88e+03 Tracker eIoni - 58 114 44.5 2.01e+03 28.8 0.00428 20.3 2.9e+03 Tracker eIoni + 58 114 44.6 2.01e+03 28.8 0.00428 20.3 2.9e+03 Tracker eIoni 59 124 42.9 2.11e+03 28.8 0.0213 100 3e+03 Tracker StepLimiter 60 125 42.8 2.12e+03 28.8 0.00169 10.1 3.01e+03 Tracker eIoni 61 135 41.8 2.22e+03 28.8 0.0188 100 3.11e+03 Tracker StepLimiter @@ -7238,7 +7238,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 114 44.5 2.01e+03 0.0022 0 0 0 Tracker initStep + 0 114 44.6 2.01e+03 0.0022 0 0 0 Tracker initStep 1 114 44.6 2.01e+03 0 0.0022 0.188 0.188 Tracker eIoni ********************************************************************************************************* @@ -7537,7 +7537,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.602 1.26 -780 0.00378 0 0 0 Chamber_PV initStep + 0 0.601 1.26 -780 0.00378 0 0 0 Chamber_PV initStep 1 0.585 1.24 -780 0 0.00378 0.255 0.255 Chamber_PV eIoni ********************************************************************************************************* @@ -7545,7 +7545,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.826 0.951 -798 0.00296 0 0 0 Chamber_PV initStep + 0 0.826 0.952 -798 0.00296 0 0 0 Chamber_PV initStep 1 0.838 0.971 -798 0 0.00296 0.179 0.179 Chamber_PV eIoni ********************************************************************************************************* @@ -7553,7 +7553,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.836 -0.117 -831 0.00296 0 0 0 Chamber_PV initStep + 0 0.835 -0.117 -831 0.00296 0 0 0 Chamber_PV initStep 1 0.819 -0.133 -831 0 0.00296 0.179 0.179 Chamber_PV eIoni ********************************************************************************************************* @@ -7561,92 +7561,92 @@ 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.624 -0.307 -840 0.00941 0 0 0 Chamber_PV initStep + 0 0.624 -0.306 -840 0.00941 0 0 0 Chamber_PV initStep 1 1.3 -0.345 -839 0.00421 0.0052 1.1 1.1 Chamber_PV eIoni - 2 1.27 -0.342 -839 0 0.00421 0.3 1.4 Chamber_PV eIoni + 2 1.27 -0.341 -839 0 0.00421 0.3 1.4 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 443, Parent ID = 31 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0973 -0.14 -876 0.00202 0 0 0 Chamber_PV initStep - 1 -0.0869 -0.149 -876 0 0.00202 0.105 0.105 Chamber_PV eIoni + 0 -0.0975 -0.14 -876 0.00202 0 0 0 Chamber_PV initStep + 1 -0.0871 -0.149 -876 0 0.00202 0.105 0.105 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 442, Parent ID = 31 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.127 -0.136 -878 0.00872 0 0 0 Chamber_PV initStep - 1 -0.223 -0.18 -878 0 0.00872 0.973 0.973 Chamber_PV eIoni + 0 -0.127 -0.135 -878 0.00872 0 0 0 Chamber_PV initStep + 1 -0.224 -0.179 -878 0 0.00872 0.973 0.973 Chamber_PV eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 409, Parent ID = 366 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.654 1.42 -2.44e+03 0.2 0 0 0 Target initStep - 1 -0.656 1.42 -2.44e+03 0 0.2 0.0812 0.0812 Target eIoni + 0 -0.658 1.44 -2.44e+03 0.2 0 0 0 Target initStep + 1 -0.659 1.44 -2.44e+03 0 0.2 0.0812 0.0812 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 441, Parent ID = 237 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.44 2.52 -2.44e+03 0.511 0 0 0 Target initStep - 1 -0.176 3.75 -2.44e+03 0.487 0 2.32 2.32 Target compt - 2 0.213 4.45 -2.44e+03 0 0.088 0.915 3.24 Target phot + 0 -1.43 2.56 -2.44e+03 0.511 0 0 0 Target initStep + 1 -0.168 3.79 -2.44e+03 0.487 0 2.32 2.32 Target compt + 2 0.22 4.5 -2.44e+03 0 0.088 0.915 3.24 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 496, Parent ID = 441 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.213 4.45 -2.44e+03 0.399 0 0 0 Target initStep - 1 0.221 4.47 -2.44e+03 0 0.399 0.224 0.224 Target eIoni + 0 0.22 4.5 -2.44e+03 0.399 0 0 0 Target initStep + 1 0.228 4.51 -2.44e+03 0 0.399 0.224 0.224 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 495, Parent ID = 441 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.176 3.75 -2.44e+03 0.0238 0 0 0 Target initStep - 1 -0.176 3.75 -2.44e+03 0 0.0238 0.00268 0.00268 Target eIoni + 0 -0.168 3.79 -2.44e+03 0.0238 0 0 0 Target initStep + 1 -0.168 3.79 -2.44e+03 0 0.0238 0.00268 0.00268 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 440, Parent ID = 237 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.44 2.52 -2.44e+03 0.511 0 0 0 Target initStep - 1 -7.17 -3.1 -2.43e+03 0.185 0 10.5 10.5 Target compt - 2 -5.73 -2.26 -2.43e+03 0 0.088 1.67 12.2 Target phot + 0 -1.43 2.56 -2.44e+03 0.511 0 0 0 Target initStep + 1 -7.17 -3.06 -2.43e+03 0.185 0 10.5 10.5 Target compt + 2 -5.73 -2.22 -2.43e+03 0 0.088 1.67 12.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 498, Parent ID = 440 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.73 -2.26 -2.43e+03 0.097 0 0 0 Target initStep - 1 -5.73 -2.26 -2.43e+03 0 0.097 0.0261 0.0261 Target eIoni + 0 -5.73 -2.22 -2.43e+03 0.097 0 0 0 Target initStep + 1 -5.73 -2.21 -2.43e+03 0 0.097 0.0261 0.0261 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 497, Parent ID = 440 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.17 -3.1 -2.43e+03 0.326 0 0 0 Target initStep - 1 -7.18 -3.11 -2.43e+03 0 0.326 0.168 0.168 Target eIoni + 0 -7.17 -3.06 -2.43e+03 0.326 0 0 0 Target initStep + 1 -7.17 -3.07 -2.43e+03 0 0.326 0.168 0.168 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 439, Parent ID = 242 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.75 2.94 -2.44e+03 0.511 0 0 0 Target initStep - 1 -4.82 1 -2.44e+03 0.467 0 3.7 3.7 Target compt - 2 -5.02 0.876 -2.44e+03 0.445 0 0.244 3.95 Target compt + 0 -1.74 2.98 -2.44e+03 0.511 0 0 0 Target initStep + 1 -4.82 1.04 -2.44e+03 0.467 0 3.7 3.7 Target compt + 2 -5.02 0.918 -2.44e+03 0.445 0 0.244 3.95 Target compt 3 -19.2 -11.1 -2.44e+03 0 0.088 18.6 22.5 Target phot ********************************************************************************************************* @@ -7662,286 +7662,286 @@ 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 -5.02 0.876 -2.44e+03 0.0215 0 0 0 Target initStep - 1 -5.02 0.876 -2.44e+03 0 0.0215 0.00229 0.00229 Target eIoni + 0 -5.02 0.918 -2.44e+03 0.0215 0 0 0 Target initStep + 1 -5.02 0.918 -2.44e+03 0 0.0215 0.00229 0.00229 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 499, Parent ID = 439 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.82 1 -2.44e+03 0.0442 0 0 0 Target initStep - 1 -4.82 1 -2.44e+03 0 0.0442 0.0073 0.0073 Target eIoni + 0 -4.82 1.04 -2.44e+03 0.0442 0 0 0 Target initStep + 1 -4.82 1.04 -2.44e+03 0 0.0442 0.0073 0.0073 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 438, Parent ID = 242 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.75 2.94 -2.44e+03 0.511 0 0 0 Target initStep - 1 -0.607 3.66 -2.43e+03 0.455 0 1.37 1.37 Target compt - 2 3.2 8.26 -2.43e+03 0 0.088 7.21 8.59 Target phot + 0 -1.74 2.98 -2.44e+03 0.511 0 0 0 Target initStep + 1 -0.6 3.7 -2.43e+03 0.455 0 1.37 1.37 Target compt + 2 3.21 8.3 -2.43e+03 0 0.088 7.21 8.59 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 503, Parent ID = 438 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.2 8.26 -2.43e+03 0.367 0 0 0 Target initStep - 1 3.21 8.27 -2.43e+03 0 0.367 0.199 0.199 Target eIoni + 0 3.21 8.3 -2.43e+03 0.367 0 0 0 Target initStep + 1 3.22 8.31 -2.43e+03 0 0.367 0.199 0.199 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 502, Parent ID = 438 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.607 3.66 -2.43e+03 0.0557 0 0 0 Target initStep - 1 -0.607 3.66 -2.43e+03 0 0.0557 0.0106 0.0106 Target eIoni + 0 -0.6 3.7 -2.43e+03 0.0557 0 0 0 Target initStep + 1 -0.6 3.7 -2.43e+03 0 0.0557 0.0106 0.0106 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 437, Parent ID = 242 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.74 3.35 -2.44e+03 0.102 0 0 0 Target initStep - 1 -2.05 3.45 -2.43e+03 0 0.088 0.493 0.493 Target phot + 0 -1.73 3.39 -2.44e+03 0.102 0 0 0 Target initStep + 1 -2.04 3.49 -2.43e+03 0 0.088 0.493 0.493 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 504, Parent ID = 437 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.05 3.45 -2.43e+03 0.0141 0 0 0 Target initStep - 1 -2.05 3.45 -2.43e+03 0 0.0141 0.00118 0.00118 Target eIoni + 0 -2.04 3.49 -2.43e+03 0.0141 0 0 0 Target initStep + 1 -2.04 3.49 -2.43e+03 0 0.0141 0.00118 0.00118 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 436, Parent ID = 247 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.88 2.57 -2.43e+03 0.511 0 0 0 Target initStep - 1 -6.93 -1.35 -2.43e+03 0.458 0 4.95 4.95 Target compt - 2 -4.57 -2.94 -2.43e+03 0 0.088 2.91 7.86 Target phot + 0 -9.87 2.61 -2.43e+03 0.511 0 0 0 Target initStep + 1 -6.93 -1.31 -2.43e+03 0.458 0 4.95 4.95 Target compt + 2 -4.57 -2.9 -2.43e+03 0 0.088 2.91 7.86 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 506, Parent ID = 436 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.57 -2.94 -2.43e+03 0.37 0 0 0 Target initStep - 1 -4.56 -2.94 -2.43e+03 0 0.37 0.201 0.201 Target eIoni + 0 -4.57 -2.9 -2.43e+03 0.37 0 0 0 Target initStep + 1 -4.56 -2.9 -2.43e+03 0 0.37 0.201 0.201 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 505, Parent ID = 436 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.93 -1.35 -2.43e+03 0.0533 0 0 0 Target initStep - 1 -6.93 -1.35 -2.43e+03 0 0.0533 0.00989 0.00989 Target eIoni + 0 -6.93 -1.31 -2.43e+03 0.0533 0 0 0 Target initStep + 1 -6.93 -1.31 -2.43e+03 0 0.0533 0.00989 0.00989 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 435, Parent ID = 247 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.88 2.57 -2.43e+03 0.511 0 0 0 Target initStep - 1 -10.5 3.33 -2.43e+03 0 0.088 0.959 0.959 Target phot + 0 -9.87 2.61 -2.43e+03 0.511 0 0 0 Target initStep + 1 -10.4 3.37 -2.43e+03 0 0.088 0.959 0.959 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 507, Parent ID = 435 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 3.33 -2.43e+03 0.423 0 0 0 Target initStep - 1 -10.5 3.34 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 -10.4 3.37 -2.43e+03 0.423 0 0 0 Target initStep + 1 -10.4 3.38 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 434, Parent ID = 247 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.61 3.08 -2.43e+03 0.109 0 0 0 Target initStep - 1 -9.41 2.7 -2.43e+03 0 0.088 0.433 0.433 Target phot + 0 -9.6 3.12 -2.43e+03 0.109 0 0 0 Target initStep + 1 -9.41 2.74 -2.43e+03 0 0.088 0.433 0.433 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 508, Parent ID = 434 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.41 2.7 -2.43e+03 0.0211 0 0 0 Target initStep - 1 -9.41 2.7 -2.43e+03 0 0.0211 0.00221 0.00221 Target eIoni + 0 -9.41 2.74 -2.43e+03 0.0211 0 0 0 Target initStep + 1 -9.41 2.74 -2.43e+03 0 0.0211 0.00221 0.00221 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 433, Parent ID = 247 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.61 3.19 -2.43e+03 0.144 0 0 0 Target initStep - 1 -8.71 2.86 -2.43e+03 0 0.088 1 1 Target phot + 0 -9.6 3.23 -2.43e+03 0.144 0 0 0 Target initStep + 1 -8.7 2.9 -2.43e+03 0 0.088 1 1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 509, Parent ID = 433 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.71 2.86 -2.43e+03 0.0563 0 0 0 Target initStep - 1 -8.7 2.86 -2.43e+03 0 0.0563 0.0108 0.0108 Target eIoni + 0 -8.7 2.9 -2.43e+03 0.0563 0 0 0 Target initStep + 1 -8.7 2.91 -2.43e+03 0 0.0563 0.0108 0.0108 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 432, Parent ID = 247 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.1 3.61 -2.43e+03 0.262 0 0 0 Target initStep - 1 -9.62 3.92 -2.44e+03 0 0.088 2.44 2.44 Target phot + 0 -9.09 3.65 -2.43e+03 0.262 0 0 0 Target initStep + 1 -9.61 3.96 -2.44e+03 0 0.088 2.44 2.44 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 510, Parent ID = 432 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.62 3.92 -2.44e+03 0.174 0 0 0 Target initStep - 1 -9.62 3.92 -2.44e+03 0 0.174 0.0657 0.0657 Target eIoni + 0 -9.61 3.96 -2.44e+03 0.174 0 0 0 Target initStep + 1 -9.61 3.97 -2.44e+03 0 0.174 0.0657 0.0657 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 431, Parent ID = 247 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.95 3.9 -2.43e+03 0.108 0 0 0 Target initStep - 1 -7.18 3.97 -2.43e+03 0 0.088 0.253 0.253 Target phot + 0 -6.94 3.94 -2.43e+03 0.108 0 0 0 Target initStep + 1 -7.18 4.02 -2.43e+03 0 0.088 0.253 0.253 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 511, Parent ID = 431 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.18 3.97 -2.43e+03 0.0199 0 0 0 Target initStep - 1 -7.18 3.97 -2.43e+03 0 0.0199 0.00203 0.00203 Target eIoni + 0 -7.18 4.02 -2.43e+03 0.0199 0 0 0 Target initStep + 1 -7.18 4.02 -2.43e+03 0 0.0199 0.00203 0.00203 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 430, Parent ID = 254 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.16 1.83 -2.44e+03 0.511 0 0 0 Target initStep - 1 -2.84 1.18 -2.44e+03 0.46 0 0.948 0.948 Target compt - 2 -6.71 -0.0305 -2.43e+03 0.196 0 4.06 5 Target compt - 3 -5.92 0.351 -2.43e+03 0 0.088 1.56 6.57 Target phot + 0 -2.15 1.87 -2.44e+03 0.511 0 0 0 Target initStep + 1 -2.84 1.22 -2.44e+03 0.46 0 0.948 0.948 Target compt + 2 -6.7 0.0113 -2.43e+03 0.196 0 4.06 5 Target compt + 3 -5.91 0.393 -2.43e+03 0 0.088 1.56 6.57 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 514, Parent ID = 430 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.92 0.351 -2.43e+03 0.108 0 0 0 Target initStep - 1 -5.92 0.35 -2.43e+03 0 0.108 0.0309 0.0309 Target eIoni + 0 -5.91 0.393 -2.43e+03 0.108 0 0 0 Target initStep + 1 -5.91 0.391 -2.43e+03 0 0.108 0.0309 0.0309 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 513, Parent ID = 430 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.71 -0.0305 -2.43e+03 0.264 0 0 0 Target initStep - 1 -6.71 -0.0331 -2.43e+03 0 0.264 0.124 0.124 Target eIoni + 0 -6.7 0.0113 -2.43e+03 0.264 0 0 0 Target initStep + 1 -6.71 0.00871 -2.43e+03 0 0.264 0.124 0.124 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 512, Parent ID = 430 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.84 1.18 -2.44e+03 0.0509 0 0 0 Target initStep - 1 -2.84 1.18 -2.44e+03 0 0.0509 0.00919 0.00919 Target eIoni + 0 -2.84 1.22 -2.44e+03 0.0509 0 0 0 Target initStep + 1 -2.84 1.22 -2.44e+03 0 0.0509 0.00919 0.00919 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 429, Parent ID = 254 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.16 1.83 -2.44e+03 0.511 0 0 0 Target initStep - 1 -0.164 3.71 -2.43e+03 0.218 0 2.75 2.75 Target compt - 2 -0.475 3.63 -2.44e+03 0 0.088 1.02 3.77 Target phot + 0 -2.15 1.87 -2.44e+03 0.511 0 0 0 Target initStep + 1 -0.157 3.75 -2.43e+03 0.218 0 2.75 2.75 Target compt + 2 -0.467 3.68 -2.44e+03 0 0.088 1.02 3.77 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 516, Parent ID = 429 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.475 3.63 -2.44e+03 0.13 0 0 0 Target initStep - 1 -0.475 3.63 -2.44e+03 0 0.13 0.0414 0.0414 Target eIoni + 0 -0.467 3.68 -2.44e+03 0.13 0 0 0 Target initStep + 1 -0.468 3.67 -2.44e+03 0 0.13 0.0414 0.0414 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 515, Parent ID = 429 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.164 3.71 -2.43e+03 0.293 0 0 0 Target initStep - 1 -0.157 3.72 -2.43e+03 0 0.293 0.144 0.144 Target eIoni + 0 -0.157 3.75 -2.43e+03 0.293 0 0 0 Target initStep + 1 -0.15 3.76 -2.43e+03 0 0.293 0.144 0.144 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 428, Parent ID = 256 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.18 6.13 -2.43e+03 0.511 0 0 0 Target initStep - 1 0.0486 5.28 -2.43e+03 0.268 0 1.9 1.9 Target compt - 2 0.304 5.17 -2.43e+03 0 0.088 0.344 2.24 Target phot + 0 1.19 6.17 -2.43e+03 0.511 0 0 0 Target initStep + 1 0.0559 5.32 -2.43e+03 0.268 0 1.9 1.9 Target compt + 2 0.311 5.21 -2.43e+03 0 0.088 0.344 2.24 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 518, Parent ID = 428 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.304 5.17 -2.43e+03 0.18 0 0 0 Target initStep - 1 0.306 5.17 -2.43e+03 0 0.18 0.0691 0.0691 Target eIoni + 0 0.311 5.21 -2.43e+03 0.18 0 0 0 Target initStep + 1 0.314 5.21 -2.43e+03 0 0.18 0.0691 0.0691 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 517, Parent ID = 428 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0486 5.28 -2.43e+03 0.243 0 0 0 Target initStep - 1 0.0421 5.28 -2.43e+03 0 0.243 0.109 0.109 Target eIoni + 0 0.0559 5.32 -2.43e+03 0.243 0 0 0 Target initStep + 1 0.0494 5.32 -2.43e+03 0 0.243 0.109 0.109 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 427, Parent ID = 256 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.18 6.13 -2.43e+03 0.511 0 0 0 Target initStep - 1 4.15 8.36 -2.42e+03 0 0.088 4.96 4.96 Target phot + 0 1.19 6.17 -2.43e+03 0.511 0 0 0 Target initStep + 1 4.16 8.41 -2.42e+03 0 0.088 4.96 4.96 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 519, Parent ID = 427 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.15 8.36 -2.42e+03 0.423 0 0 0 Target initStep - 1 4.17 8.37 -2.42e+03 0 0.423 0.243 0.243 Target eIoni + 0 4.16 8.41 -2.42e+03 0.423 0 0 0 Target initStep + 1 4.17 8.41 -2.42e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 426, Parent ID = 256 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.266 6.24 -2.43e+03 0.212 0 0 0 Target initStep - 1 0.661 6.17 -2.43e+03 0 0.088 0.419 0.419 Target phot + 0 0.274 6.29 -2.43e+03 0.212 0 0 0 Target initStep + 1 0.668 6.21 -2.43e+03 0 0.088 0.419 0.419 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 520, Parent ID = 426 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.661 6.17 -2.43e+03 0.124 0 0 0 Target initStep - 1 0.662 6.16 -2.43e+03 0 0.124 0.0387 0.0387 Target eIoni + 0 0.668 6.21 -2.43e+03 0.124 0 0 0 Target initStep + 1 0.67 6.2 -2.43e+03 0 0.124 0.0387 0.0387 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 425, Parent ID = 256 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.381 6.12 -2.43e+03 0.774 0 0 0 Target initStep - 1 7.1 24 -2.43e+03 0.774 0 19.4 19.4 World Transportation + 0 -0.374 6.16 -2.43e+03 0.774 0 0 0 Target initStep + 1 7.09 24 -2.43e+03 0.774 0 19.3 19.3 World Transportation 2 291 702 -2.4e+03 0.774 0 735 755 Tracker Transportation 3 925 2.21e+03 -2.34e+03 0.774 0 1.64e+03 2.4e+03 World Transportation 4 1.23e+03 2.94e+03 -2.31e+03 0.774 0 787 3.18e+03 OutOfWorld Transportation @@ -7951,85 +7951,85 @@ 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.676 5.91 -2.43e+03 0.459 0 0 0 Target initStep - 1 -0.35 6.08 -2.43e+03 0 0.088 0.417 0.417 Target phot + 0 -0.669 5.95 -2.43e+03 0.459 0 0 0 Target initStep + 1 -0.342 6.12 -2.43e+03 0 0.088 0.417 0.417 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 521, Parent ID = 424 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.35 6.08 -2.43e+03 0.37 0 0 0 Target initStep - 1 -0.338 6.07 -2.43e+03 0 0.37 0.202 0.202 Target eIoni + 0 -0.342 6.12 -2.43e+03 0.37 0 0 0 Target initStep + 1 -0.33 6.12 -2.43e+03 0 0.37 0.202 0.202 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 423, Parent ID = 272 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.64 1.56 -2.43e+03 0.879 0 0 0 Target initStep - 1 -2.96 6.39 -2.43e+03 0.221 0 5.01 5.01 Target compt - 2 -1.49 5.41 -2.43e+03 0.12 0 1.85 6.86 Target compt - 3 -1.66 5.47 -2.43e+03 0 0.088 0.219 7.08 Target phot + 0 -1.63 1.6 -2.43e+03 0.879 0 0 0 Target initStep + 1 -2.95 6.44 -2.43e+03 0.221 0 5.01 5.01 Target compt + 2 -1.48 5.45 -2.43e+03 0.12 0 1.85 6.86 Target compt + 3 -1.66 5.51 -2.43e+03 0 0.088 0.219 7.08 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 524, Parent ID = 423 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.66 5.47 -2.43e+03 0.0324 0 0 0 Target initStep - 1 -1.66 5.47 -2.43e+03 0 0.0324 0.0044 0.0044 Target eIoni + 0 -1.66 5.51 -2.43e+03 0.0324 0 0 0 Target initStep + 1 -1.66 5.51 -2.43e+03 0 0.0324 0.0044 0.0044 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 523, Parent ID = 423 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.49 5.41 -2.43e+03 0.101 0 0 0 Target initStep - 1 -1.49 5.41 -2.43e+03 0 0.101 0.0278 0.0278 Target eIoni + 0 -1.48 5.45 -2.43e+03 0.101 0 0 0 Target initStep + 1 -1.48 5.45 -2.43e+03 0 0.101 0.0278 0.0278 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 522, Parent ID = 423 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.96 6.39 -2.43e+03 0.657 0 0 0 Target initStep - 1 -2.97 6.42 -2.43e+03 0 0.657 0.436 0.436 Target eIoni + 0 -2.95 6.44 -2.43e+03 0.657 0 0 0 Target initStep + 1 -2.97 6.46 -2.43e+03 0 0.657 0.436 0.436 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 422, Parent ID = 272 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.64 1.56 -2.43e+03 0.665 0 0 0 Target initStep - 1 -4.67 -1.74 -2.44e+03 0.368 0 6.89 6.89 Target compt - 2 -3.71 -0.78 -2.44e+03 0 0.088 2.96 9.85 Target phot + 0 -1.63 1.6 -2.43e+03 0.665 0 0 0 Target initStep + 1 -4.66 -1.69 -2.44e+03 0.368 0 6.89 6.89 Target compt + 2 -3.71 -0.738 -2.44e+03 0 0.088 2.96 9.85 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 526, Parent ID = 422 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.71 -0.78 -2.44e+03 0.28 0 0 0 Target initStep - 1 -3.72 -0.775 -2.44e+03 0 0.28 0.135 0.135 Target eIoni + 0 -3.71 -0.738 -2.44e+03 0.28 0 0 0 Target initStep + 1 -3.71 -0.733 -2.44e+03 0 0.28 0.135 0.135 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 525, Parent ID = 422 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.67 -1.74 -2.44e+03 0.297 0 0 0 Target initStep - 1 -4.67 -1.74 -2.44e+03 0 0.297 0.147 0.147 Target eIoni + 0 -4.66 -1.69 -2.44e+03 0.297 0 0 0 Target initStep + 1 -4.67 -1.7 -2.44e+03 0 0.297 0.147 0.147 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 421, Parent ID = 272 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.69 1.49 -2.43e+03 0.847 0 0 0 Target initStep - 1 -1.19 5.14 -2.43e+03 0.789 0 3.77 3.77 Target compt - 2 4.85 17.8 -2.44e+03 0.509 0 14.4 18.2 Target compt - 3 5.09 17.9 -2.44e+03 0.436 0 0.265 18.5 Target compt + 0 -1.69 1.53 -2.43e+03 0.847 0 0 0 Target initStep + 1 -1.18 5.18 -2.43e+03 0.789 0 3.77 3.77 Target compt + 2 4.85 17.9 -2.44e+03 0.509 0 14.4 18.2 Target compt + 3 5.1 18 -2.44e+03 0.436 0 0.265 18.5 Target compt 4 11.1 18.5 -2.44e+03 0 0.088 6.38 24.8 Target phot ********************************************************************************************************* @@ -8045,136 +8045,136 @@ 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 5.09 17.9 -2.44e+03 0.0722 0 0 0 Target initStep - 1 5.09 17.9 -2.44e+03 0 0.0722 0.0162 0.0162 Target eIoni + 0 5.1 18 -2.44e+03 0.0722 0 0 0 Target initStep + 1 5.1 18 -2.44e+03 0 0.0722 0.0162 0.0162 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 528, Parent ID = 421 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.85 17.8 -2.44e+03 0.28 0 0 0 Target initStep - 1 4.84 17.9 -2.44e+03 0 0.28 0.135 0.135 Target eIoni + 0 4.85 17.9 -2.44e+03 0.28 0 0 0 Target initStep + 1 4.85 17.9 -2.44e+03 0 0.28 0.135 0.135 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 527, Parent ID = 421 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.19 5.14 -2.43e+03 0.0581 0 0 0 Target initStep - 1 -1.19 5.14 -2.43e+03 0 0.0581 0.0114 0.0114 Target eIoni + 0 -1.18 5.18 -2.43e+03 0.0581 0 0 0 Target initStep + 1 -1.18 5.18 -2.43e+03 0 0.0581 0.0114 0.0114 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 420, Parent ID = 286 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.63 0.926 -2.44e+03 0.511 0 0 0 Target initStep - 1 1.89 -6.15 -2.44e+03 0.425 0 8.53 8.53 Target compt - 2 1.58 -7.96 -2.44e+03 0.369 0 1.84 10.4 Target compt - 3 0.766 -8.79 -2.44e+03 0.227 0 1.2 11.6 Target compt - 4 -0.718 -7.35 -2.43e+03 0 0.088 2.59 14.2 Target phot + 0 -0.623 0.968 -2.44e+03 0.511 0 0 0 Target initStep + 1 1.89 -6.11 -2.44e+03 0.425 0 8.53 8.53 Target compt + 2 1.58 -7.91 -2.44e+03 0.369 0 1.84 10.4 Target compt + 3 0.773 -8.75 -2.44e+03 0.227 0 1.2 11.6 Target compt + 4 -0.71 -7.3 -2.43e+03 0 0.088 2.59 14.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 534, Parent ID = 420 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.718 -7.35 -2.43e+03 0.139 0 0 0 Target initStep - 1 -0.719 -7.34 -2.43e+03 0 0.139 0.0465 0.0465 Target eIoni + 0 -0.71 -7.3 -2.43e+03 0.139 0 0 0 Target initStep + 1 -0.712 -7.3 -2.43e+03 0 0.139 0.0465 0.0465 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 533, Parent ID = 420 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.766 -8.79 -2.44e+03 0.142 0 0 0 Target initStep - 1 0.765 -8.8 -2.44e+03 0 0.142 0.0478 0.0478 Target eIoni + 0 0.773 -8.75 -2.44e+03 0.142 0 0 0 Target initStep + 1 0.772 -8.76 -2.44e+03 0 0.142 0.0478 0.0478 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 532, Parent ID = 420 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.58 -7.96 -2.44e+03 0.0561 0 0 0 Target initStep - 1 1.58 -7.96 -2.44e+03 0 0.0561 0.0108 0.0108 Target eIoni + 0 1.58 -7.91 -2.44e+03 0.0561 0 0 0 Target initStep + 1 1.58 -7.91 -2.44e+03 0 0.0561 0.0108 0.0108 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 531, Parent ID = 420 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.89 -6.15 -2.44e+03 0.0856 0 0 0 Target initStep - 1 1.89 -6.15 -2.44e+03 0 0.0856 0.0214 0.0214 Target eIoni + 0 1.89 -6.11 -2.44e+03 0.0856 0 0 0 Target initStep + 1 1.89 -6.11 -2.44e+03 0 0.0856 0.0214 0.0214 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 419, Parent ID = 286 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.63 0.926 -2.44e+03 0.511 0 0 0 Target initStep - 1 -3.9 10.1 -2.44e+03 0 0.088 11.1 11.1 Target phot + 0 -0.623 0.968 -2.44e+03 0.511 0 0 0 Target initStep + 1 -3.89 10.2 -2.44e+03 0 0.088 11.1 11.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 535, Parent ID = 419 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.9 10.1 -2.44e+03 0.423 0 0 0 Target initStep - 1 -3.91 10.1 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -3.89 10.2 -2.44e+03 0.423 0 0 0 Target initStep + 1 -3.9 10.2 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 418, Parent ID = 294 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.07 3.16 -2.4e+03 0.511 0 0 0 Target initStep - 1 -7.47 9.43 -2.4e+03 0.175 0 7.22 7.22 Target compt - 2 -6.66 7.94 -2.4e+03 0 0.088 1.98 9.2 Target phot + 0 -4.06 3.2 -2.4e+03 0.511 0 0 0 Target initStep + 1 -7.46 9.47 -2.4e+03 0.175 0 7.22 7.22 Target compt + 2 -6.66 7.98 -2.4e+03 0 0.088 1.98 9.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 537, Parent ID = 418 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.66 7.94 -2.4e+03 0.0867 0 0 0 Target initStep - 1 -6.66 7.94 -2.4e+03 0 0.0867 0.0218 0.0218 Target eIoni + 0 -6.66 7.98 -2.4e+03 0.0867 0 0 0 Target initStep + 1 -6.66 7.98 -2.4e+03 0 0.0867 0.0218 0.0218 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 536, Parent ID = 418 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.47 9.43 -2.4e+03 0.336 0 0 0 Target initStep - 1 -7.46 9.44 -2.4e+03 0.155 0.0395 0.0237 0.0237 Target eBrem - 2 -7.46 9.44 -2.4e+03 0 0.155 0.0546 0.0783 Target eIoni + 0 -7.46 9.47 -2.4e+03 0.336 0 0 0 Target initStep + 1 -7.45 9.48 -2.4e+03 0.155 0.0395 0.0237 0.0237 Target eBrem + 2 -7.45 9.48 -2.4e+03 0 0.155 0.0546 0.0783 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 538, Parent ID = 536 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.46 9.44 -2.4e+03 0.142 0 0 0 Target initStep - 1 -7.21 9.45 -2.4e+03 0 0.088 0.292 0.292 Target phot + 0 -7.45 9.48 -2.4e+03 0.142 0 0 0 Target initStep + 1 -7.2 9.49 -2.4e+03 0 0.088 0.292 0.292 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 539, Parent ID = 538 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.21 9.45 -2.4e+03 0.0543 0 0 0 Target initStep - 1 -7.21 9.45 -2.4e+03 0 0.0543 0.0102 0.0102 Target eIoni + 0 -7.2 9.49 -2.4e+03 0.0543 0 0 0 Target initStep + 1 -7.2 9.49 -2.4e+03 0 0.0543 0.0102 0.0102 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 417, Parent ID = 294 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.07 3.16 -2.4e+03 0.511 0 0 0 Target initStep - 1 -3.87 2.8 -2.4e+03 0.508 0 0.416 0.416 Target compt - 2 -1.74 -0.406 -2.4e+03 0.475 0 3.86 4.28 Target compt - 3 -1.47 -1.21 -2.4e+03 0.444 0 0.904 5.18 Target compt - 4 0.754 -4.22 -2.4e+03 0.444 0 4.69 9.87 Tracker Transportation + 0 -4.06 3.2 -2.4e+03 0.511 0 0 0 Target initStep + 1 -3.86 2.84 -2.4e+03 0.508 0 0.416 0.416 Target compt + 2 -1.73 -0.365 -2.4e+03 0.475 0 3.86 4.28 Target compt + 3 -1.46 -1.17 -2.4e+03 0.444 0 0.904 5.18 Target compt + 4 0.763 -4.18 -2.4e+03 0.444 0 4.69 9.87 Tracker Transportation 5 1.42e+03 -1.93e+03 -594 0.444 0 3e+03 3.01e+03 World Transportation 6 2.17e+03 -2.94e+03 350 0.444 0 1.57e+03 4.58e+03 OutOfWorld Transportation @@ -8183,89 +8183,89 @@ 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 -1.47 -1.21 -2.4e+03 0.0314 0 0 0 Target initStep - 1 -1.47 -1.21 -2.4e+03 0 0.0314 0.00418 0.00418 Target eIoni + 0 -1.46 -1.17 -2.4e+03 0.0314 0 0 0 Target initStep + 1 -1.46 -1.17 -2.4e+03 0 0.0314 0.00418 0.00418 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 541, Parent ID = 417 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.74 -0.406 -2.4e+03 0.0325 0 0 0 Target initStep - 1 -1.74 -0.406 -2.4e+03 0 0.0325 0.00443 0.00443 Target eIoni + 0 -1.73 -0.365 -2.4e+03 0.0325 0 0 0 Target initStep + 1 -1.73 -0.365 -2.4e+03 0 0.0325 0.00443 0.00443 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 540, Parent ID = 417 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.87 2.8 -2.4e+03 0.00313 0 0 0 Target initStep - 1 -3.87 2.8 -2.4e+03 0 0.00313 0.000139 0.000139 Target eIoni + 0 -3.86 2.84 -2.4e+03 0.00313 0 0 0 Target initStep + 1 -3.86 2.84 -2.4e+03 0 0.00313 0.000139 0.000139 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 416, Parent ID = 302 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.817 2.55 -2.44e+03 0.511 0 0 0 Target initStep - 1 -0.0487 4.23 -2.44e+03 0.327 0 2.06 2.06 Target compt - 2 -1.4 8.18 -2.44e+03 0 0.088 4.5 6.56 Target phot + 0 -0.801 2.58 -2.44e+03 0.511 0 0 0 Target initStep + 1 -0.0335 4.26 -2.44e+03 0.327 0 2.06 2.06 Target compt + 2 -1.38 8.21 -2.44e+03 0 0.088 4.5 6.56 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 544, Parent ID = 416 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.4 8.18 -2.44e+03 0.239 0 0 0 Target initStep - 1 -1.4 8.18 -2.44e+03 0 0.239 0.107 0.107 Target eIoni + 0 -1.38 8.21 -2.44e+03 0.239 0 0 0 Target initStep + 1 -1.39 8.21 -2.44e+03 0 0.239 0.107 0.107 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 543, Parent ID = 416 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0487 4.23 -2.44e+03 0.184 0 0 0 Target initStep - 1 -0.0458 4.23 -2.44e+03 0 0.184 0.0715 0.0715 Target eIoni + 0 -0.0335 4.26 -2.44e+03 0.184 0 0 0 Target initStep + 1 -0.0306 4.26 -2.44e+03 0 0.184 0.0715 0.0715 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 415, Parent ID = 302 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.817 2.55 -2.44e+03 0.511 0 0 0 Target initStep - 1 -4.18 -4.82 -2.44e+03 0 0.088 9.02 9.02 Target phot + 0 -0.801 2.58 -2.44e+03 0.511 0 0 0 Target initStep + 1 -4.17 -4.79 -2.44e+03 0 0.088 9.02 9.02 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 545, Parent ID = 415 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.18 -4.82 -2.44e+03 0.423 0 0 0 Target initStep - 1 -4.19 -4.83 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -4.17 -4.79 -2.44e+03 0.423 0 0 0 Target initStep + 1 -4.18 -4.8 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 414, Parent ID = 302 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.746 2.51 -2.44e+03 0.144 0 0 0 Target initStep - 1 -0.823 2.47 -2.44e+03 0 0.088 0.203 0.203 Target phot + 0 -0.731 2.54 -2.44e+03 0.144 0 0 0 Target initStep + 1 -0.808 2.5 -2.44e+03 0 0.088 0.203 0.203 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 546, Parent ID = 414 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.823 2.47 -2.44e+03 0.0557 0 0 0 Target initStep - 1 -0.823 2.47 -2.44e+03 0 0.0557 0.0106 0.0106 Target eIoni + 0 -0.808 2.5 -2.44e+03 0.0557 0 0 0 Target initStep + 1 -0.807 2.5 -2.44e+03 0 0.0557 0.0106 0.0106 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 413, Parent ID = 302 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18 1.7 -2.44e+03 5.11 0 0 0 Target initStep - 1 -18.3 17.1 -2.43e+03 5.11 0 24 24 World Transportation + 0 -1.17 1.73 -2.44e+03 5.11 0 0 0 Target initStep + 1 -18.2 17.1 -2.43e+03 5.11 0 24 24 World Transportation 2 -94.7 86 -2.4e+03 5.11 0 107 131 Tracker Transportation 3 -1.78e+03 1.61e+03 -1.72e+03 5.11 0 2.37e+03 2.5e+03 World Transportation 4 -2.94e+03 2.65e+03 -1.25e+03 5.11 0 1.63e+03 4.13e+03 OutOfWorld Transportation @@ -8275,90 +8275,90 @@ 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.909 1.61 -2.44e+03 0.153 0 0 0 Target initStep - 1 -0.937 1.63 -2.44e+03 0 0.088 0.0565 0.0565 Target phot + 0 -0.894 1.64 -2.44e+03 0.153 0 0 0 Target initStep + 1 -0.922 1.66 -2.44e+03 0 0.088 0.0565 0.0565 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 547, Parent ID = 412 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.937 1.63 -2.44e+03 0.0648 0 0 0 Target initStep - 1 -0.937 1.63 -2.44e+03 0 0.0648 0.0136 0.0136 Target eIoni + 0 -0.922 1.66 -2.44e+03 0.0648 0 0 0 Target initStep + 1 -0.922 1.66 -2.44e+03 0 0.0648 0.0136 0.0136 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 411, Parent ID = 401 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.4 4.3 -2.44e+03 0.511 0 0 0 Target initStep - 1 -17.1 0.248 -2.44e+03 0 0.088 6.62 6.62 Target phot + 0 -13.5 4.35 -2.44e+03 0.511 0 0 0 Target initStep + 1 -17.2 0.29 -2.44e+03 0 0.088 6.62 6.62 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 410, Parent ID = 401 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.4 4.3 -2.44e+03 0.511 0 0 0 Target initStep - 1 -12.7 5.07 -2.44e+03 0 0.088 1.24 1.24 Target phot + 0 -13.5 4.35 -2.44e+03 0.511 0 0 0 Target initStep + 1 -12.8 5.11 -2.44e+03 0 0.088 1.24 1.24 Target phot ********************************************************************************************************* * 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 4.87e-05 1.31e-05 -2.45e+03 157 0 0 0 Target initStep - 1 7.65e-05 -7.72e-05 -2.45e+03 146 0.0209 0.0273 0.0273 Target eBrem - 2 0.000318 5.51e-05 -2.45e+03 139 0.0284 0.0388 0.0661 Target eBrem - 3 -0.000194 6.91e-05 -2.45e+03 138 0.0621 0.0523 0.118 Target eBrem - 4 -0.00957 0.0246 -2.45e+03 136 1.37 0.796 0.915 Target eBrem - 5 -0.00864 0.023 -2.45e+03 135 0.038 0.0341 0.949 Target eBrem - 6 -0.00744 0.013 -2.45e+03 133 0.215 0.189 1.14 Target eBrem - 7 0.005 -0.0217 -2.45e+03 128 0.485 0.449 1.59 Target eBrem - 8 0.00483 -0.0223 -2.45e+03 11.3 0.0257 0.032 1.62 Target eBrem - 9 0.147 0.000562 -2.45e+03 10.4 0.943 0.777 2.4 Target msc - 10 0.124 0.301 -2.45e+03 2.81 0.78 0.493 2.89 Target eIoni - 11 1.18 1.61 -2.45e+03 0.977 1.84 1.73 4.62 Target eIoni - 12 1.2 1.56 -2.45e+03 0.886 0.0912 0.073 4.69 Target eBrem - 13 1.21 1.54 -2.45e+03 0 0.886 0.637 5.33 Target eIoni - 14 1.21 1.54 -2.45e+03 0 0 0 5.33 Target annihil + 0 0.0001 1.74e-05 -2.45e+03 157 0 0 0 Target initStep + 1 8.35e-05 0.000108 -2.45e+03 146 0.0209 0.0273 0.0273 Target eBrem + 2 -0.000131 1.98e-05 -2.45e+03 139 0.0284 0.0388 0.0661 Target eBrem + 3 -0.000942 -0.000442 -2.45e+03 138 0.0621 0.0523 0.118 Target eBrem + 4 0.000149 -0.0325 -2.45e+03 136 1.37 0.796 0.915 Target eBrem + 5 0.00111 -0.0342 -2.45e+03 135 0.038 0.0341 0.949 Target eBrem + 6 0.00495 -0.0471 -2.45e+03 133 0.215 0.189 1.14 Target eBrem + 7 0.00592 -0.0666 -2.45e+03 128 0.485 0.449 1.59 Target eBrem + 8 0.00561 -0.0668 -2.45e+03 11.3 0.0257 0.032 1.62 Target eBrem + 9 0.147 -0.044 -2.45e+03 10.4 0.943 0.777 2.4 Target msc + 10 0.125 0.257 -2.45e+03 2.81 0.78 0.493 2.89 Target eIoni + 11 1.18 1.56 -2.45e+03 0.977 1.84 1.73 4.62 Target eIoni + 12 1.21 1.52 -2.45e+03 0.886 0.0913 0.073 4.69 Target eBrem + 13 1.21 1.5 -2.45e+03 0 0.886 0.637 5.33 Target eIoni + 14 1.21 1.5 -2.45e+03 0 0 0 5.33 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 558, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.124 0.301 -2.45e+03 6.78 0 0 0 Target initStep - 1 0.381 0.611 -2.45e+03 6.06 0.49 0.519 0.519 Target eBrem - 2 1.09 0.905 -2.45e+03 4.95 0.8 0.783 1.3 Target eBrem - 3 1.3 1.3 -2.44e+03 3.53 0.913 0.831 2.13 Target eBrem - 4 1.79 1.78 -2.45e+03 0.139 1.05 0.842 2.98 Target eBrem - 5 1.79 1.78 -2.45e+03 0 0.139 0.046 3.02 Target eIoni + 0 0.125 0.257 -2.45e+03 6.78 0 0 0 Target initStep + 1 0.382 0.567 -2.45e+03 6.06 0.49 0.519 0.519 Target eBrem + 2 1.09 0.861 -2.45e+03 4.95 0.8 0.783 1.3 Target eBrem + 3 1.3 1.25 -2.44e+03 3.53 0.913 0.831 2.13 Target eBrem + 4 1.79 1.73 -2.45e+03 0.139 1.05 0.842 2.98 Target eBrem + 5 1.79 1.74 -2.45e+03 0 0.139 0.046 3.02 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 549, Parent ID = 410 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.7 5.07 -2.44e+03 0.423 0 0 0 Target initStep - 1 -12.7 5.08 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -12.8 5.11 -2.44e+03 0.423 0 0 0 Target initStep + 1 -12.8 5.12 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 548, Parent ID = 411 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.1 0.248 -2.44e+03 0.423 0 0 0 Target initStep - 1 -17.1 0.245 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -17.2 0.29 -2.44e+03 0.423 0 0 0 Target initStep + 1 -17.2 0.287 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 564, Parent ID = 558 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.79 1.78 -2.45e+03 2.34 0 0 0 Target initStep - 1 0.664 5.98 -2.44e+03 1.77 0 4.42 4.42 Target compt - 2 0.0158 10.4 -2.44e+03 1.36 0 5.24 9.66 Target compt + 0 1.79 1.73 -2.45e+03 2.34 0 0 0 Target initStep + 1 0.665 5.94 -2.44e+03 1.77 0 4.42 4.42 Target compt + 2 0.0162 10.4 -2.44e+03 1.36 0 5.24 9.66 Target compt 3 0.157 14.7 -2.44e+03 0.318 0 4.38 14 Target compt 4 0.659 14.6 -2.44e+03 0 0.088 0.533 14.6 Target phot @@ -8383,98 +8383,98 @@ 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.0158 10.4 -2.44e+03 0.412 0 0 0 Target initStep - 1 0.0104 10.4 -2.44e+03 0 0.412 0.234 0.234 Target eIoni + 0 0.0162 10.4 -2.44e+03 0.412 0 0 0 Target initStep + 1 0.0108 10.4 -2.44e+03 0 0.412 0.234 0.234 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 565, Parent ID = 564 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.664 5.98 -2.44e+03 0.573 0 0 0 Target initStep - 1 0.674 5.99 -2.44e+03 0.277 0.296 0.267 0.267 Target eBrem - 2 0.682 5.99 -2.44e+03 0 0.277 0.133 0.4 Target eIoni + 0 0.665 5.94 -2.44e+03 0.573 0 0 0 Target initStep + 1 0.675 5.95 -2.44e+03 0.277 0.296 0.267 0.267 Target eBrem + 2 0.683 5.95 -2.44e+03 0 0.277 0.133 0.4 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 563, Parent ID = 558 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.3 1.3 -2.44e+03 0.513 0 0 0 Target initStep - 1 10.7 6.51 -2.44e+03 0 0.088 11.5 11.5 Target phot + 0 1.3 1.25 -2.44e+03 0.513 0 0 0 Target initStep + 1 10.7 6.46 -2.44e+03 0 0.088 11.5 11.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 569, Parent ID = 563 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.7 6.51 -2.44e+03 0.425 0 0 0 Target initStep - 1 10.7 6.51 -2.44e+03 0 0.425 0.244 0.244 Target eIoni + 0 10.7 6.46 -2.44e+03 0.425 0 0 0 Target initStep + 1 10.7 6.46 -2.44e+03 0 0.425 0.244 0.244 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 562, Parent ID = 558 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.09 0.905 -2.45e+03 0.312 0 0 0 Target initStep - 1 2.79 0.0752 -2.44e+03 0 0.088 2.41 2.41 Target phot + 0 1.09 0.861 -2.45e+03 0.312 0 0 0 Target initStep + 1 2.79 0.0309 -2.44e+03 0 0.088 2.41 2.41 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 570, Parent ID = 562 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.79 0.0752 -2.44e+03 0.224 0 0 0 Target initStep - 1 2.79 0.0731 -2.44e+03 0 0.224 0.0967 0.0967 Target eIoni + 0 2.79 0.0309 -2.44e+03 0.224 0 0 0 Target initStep + 1 2.79 0.0287 -2.44e+03 0 0.224 0.0967 0.0967 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 561, Parent ID = 558 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.381 0.611 -2.45e+03 0.222 0 0 0 Target initStep - 1 1.22 1.9 -2.44e+03 0.203 0 2.01 2.01 Target compt - 2 1.38 2.57 -2.44e+03 0 0.088 0.697 2.7 Target phot + 0 0.382 0.567 -2.45e+03 0.222 0 0 0 Target initStep + 1 1.22 1.85 -2.44e+03 0.203 0 2.01 2.01 Target compt + 2 1.38 2.53 -2.44e+03 0 0.088 0.697 2.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 572, Parent ID = 561 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.38 2.57 -2.44e+03 0.115 0 0 0 Target initStep - 1 1.38 2.57 -2.44e+03 0 0.115 0.0341 0.0341 Target eIoni + 0 1.38 2.53 -2.44e+03 0.115 0 0 0 Target initStep + 1 1.38 2.53 -2.44e+03 0 0.115 0.0341 0.0341 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 571, Parent ID = 561 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.22 1.9 -2.44e+03 0.0194 0 0 0 Target initStep - 1 1.22 1.9 -2.44e+03 0 0.0194 0.00194 0.00194 Target eIoni + 0 1.22 1.85 -2.44e+03 0.0194 0 0 0 Target initStep + 1 1.22 1.85 -2.44e+03 0 0.0194 0.00194 0.00194 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 560, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.21 1.54 -2.45e+03 0.511 0 0 0 Target initStep - 1 -0.0942 -0.297 -2.44e+03 0 0.088 2.48 2.48 Target phot + 0 1.21 1.5 -2.45e+03 0.511 0 0 0 Target initStep + 1 -0.0935 -0.341 -2.44e+03 0 0.088 2.48 2.48 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 573, Parent ID = 560 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0942 -0.297 -2.44e+03 0.423 0 0 0 Target initStep - 1 -0.1 -0.304 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -0.0935 -0.341 -2.44e+03 0.423 0 0 0 Target initStep + 1 -0.0996 -0.348 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 559, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.21 1.54 -2.45e+03 0.511 0 0 0 Target initStep - 1 7 9.72 -2.45e+03 0.511 0 11.1 11.1 World Transportation + 0 1.21 1.5 -2.45e+03 0.511 0 0 0 Target initStep + 1 7 9.67 -2.45e+03 0.511 0 11 11 World Transportation 2 617 871 -2.94e+03 0.511 0 1.16e+03 1.17e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -8482,61 +8482,61 @@ 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.00483 -0.0223 -2.45e+03 117 0 0 0 Target initStep - 1 -0.0476 -0.0372 -2.44e+03 0 0 4.18 4.18 Target conv + 0 0.00561 -0.0668 -2.45e+03 117 0 0 0 Target initStep + 1 -0.0468 -0.0817 -2.44e+03 0 0 4.18 4.18 Target conv ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 556, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.005 -0.0217 -2.45e+03 4.67 0 0 0 Target initStep - 1 -0.199 -0.336 -2.43e+03 0.478 0 21.7 21.7 Target compt - 2 -1.61 0.813 -2.42e+03 0.38 0 1.82 23.5 Target compt - 3 -2.77 0.846 -2.43e+03 0 0.088 1.25 24.8 Target phot + 0 0.00592 -0.0666 -2.45e+03 4.67 0 0 0 Target initStep + 1 -0.198 -0.381 -2.43e+03 0.478 0 21.7 21.7 Target compt + 2 -1.61 0.768 -2.42e+03 0.38 0 1.82 23.5 Target compt + 3 -2.77 0.801 -2.43e+03 0 0.088 1.25 24.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 555, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00744 0.013 -2.45e+03 1.04 0 0 0 Target initStep - 1 -0.0048 0.00217 -2.45e+03 0 0.088 0.18 0.18 Target phot + 0 0.00495 -0.0471 -2.45e+03 1.04 0 0 0 Target initStep + 1 0.00758 -0.0579 -2.45e+03 0 0.088 0.18 0.18 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 554, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00864 0.023 -2.45e+03 1.59 0 0 0 Target initStep - 1 0.133 -0.275 -2.44e+03 0.946 0 5.76 5.76 Target compt - 2 2.55 -11.7 -2.43e+03 0.568 0 17.5 23.3 Target compt - 3 3.45 -11.4 -2.43e+03 0 0.088 2.37 25.7 Target phot + 0 0.00111 -0.0342 -2.45e+03 1.59 0 0 0 Target initStep + 1 0.143 -0.333 -2.44e+03 0.946 0 5.76 5.76 Target compt + 2 2.56 -11.8 -2.43e+03 0.568 0 17.5 23.3 Target compt + 3 3.46 -11.4 -2.43e+03 0 0.088 2.37 25.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 553, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00957 0.0246 -2.45e+03 0.632 0 0 0 Target initStep - 1 0.197 -0.288 -2.44e+03 0.227 0 6.46 6.46 Target compt - 2 0.636 0.0306 -2.44e+03 0 0.088 0.605 7.06 Target phot + 0 0.000149 -0.0325 -2.45e+03 0.632 0 0 0 Target initStep + 1 0.206 -0.345 -2.44e+03 0.227 0 6.46 6.46 Target compt + 2 0.645 -0.0264 -2.44e+03 0 0.088 0.605 7.06 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 552, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000194 6.91e-05 -2.45e+03 0.159 0 0 0 Target initStep - 1 -0.00247 -0.000692 -2.45e+03 0 0.088 0.0943 0.0943 Target phot + 0 -0.000942 -0.000442 -2.45e+03 0.159 0 0 0 Target initStep + 1 -0.00321 -0.0012 -2.45e+03 0 0.088 0.0943 0.0943 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 551, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000318 5.51e-05 -2.45e+03 7.51 0 0 0 Target initStep - 1 -0.274 -0.397 -2.4e+03 7.51 0 48.3 48.3 Tracker Transportation + 0 -0.000131 1.98e-05 -2.45e+03 7.51 0 0 0 Target initStep + 1 -0.275 -0.397 -2.4e+03 7.51 0 48.3 48.3 Tracker Transportation 2 -4.25 -6.15 -1.7e+03 7.51 0 700 748 Chamber_PV Transportation 3 -5.39 -7.79 -1.5e+03 7.51 0 200 948 Tracker Transportation 4 -8.8 -12.7 -900 7.51 0 600 1.55e+03 Chamber_PV Transportation @@ -8555,42 +8555,42 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.65e-05 -7.72e-05 -2.45e+03 11.1 0 0 0 Target initStep - 1 0.0206 0.0258 -2.44e+03 0 0 5.39 5.39 Target conv + 0 8.35e-05 0.000108 -2.45e+03 11.1 0 0 0 Target initStep + 1 0.0206 0.026 -2.44e+03 0 0 5.39 5.39 Target conv ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 587, Parent ID = 550 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0206 0.0258 -2.44e+03 1.1 0 0 0 Target initStep - 1 0.00201 0.0349 -2.44e+03 0 1.1 0.824 0.824 Target eIoni - 2 0.00201 0.0349 -2.44e+03 0 0 0 0.824 Target annihil + 0 0.0206 0.026 -2.44e+03 1.1 0 0 0 Target initStep + 1 0.00201 0.035 -2.44e+03 0 1.1 0.824 0.824 Target eIoni + 2 0.00201 0.035 -2.44e+03 0 0 0 0.824 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 575, Parent ID = 557 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0476 -0.0372 -2.44e+03 19.9 0 0 0 Target initStep - 1 -0.0734 -0.019 -2.44e+03 18.1 0.578 0.479 0.479 Target eBrem - 2 -0.113 -0.0397 -2.44e+03 4.17 0.3 0.295 0.774 Target eBrem - 3 -0.114 0.0316 -2.44e+03 1.85 0.337 0.345 1.12 Target eBrem - 4 0.167 0.179 -2.44e+03 0.919 0.615 0.591 1.71 Target eBrem - 5 0.194 0.242 -2.44e+03 0 0.919 0.666 2.38 Target eIoni - 6 0.194 0.242 -2.44e+03 0 0 0 2.38 Target annihil + 0 -0.0468 -0.0817 -2.44e+03 19.9 0 0 0 Target initStep + 1 -0.0726 -0.0635 -2.44e+03 18.1 0.578 0.479 0.479 Target eBrem + 2 -0.112 -0.0842 -2.44e+03 4.17 0.3 0.295 0.774 Target eBrem + 3 -0.113 -0.013 -2.44e+03 1.85 0.337 0.345 1.12 Target eBrem + 4 0.168 0.134 -2.44e+03 0.919 0.615 0.591 1.71 Target eBrem + 5 0.195 0.197 -2.44e+03 0 0.919 0.666 2.38 Target eIoni + 6 0.195 0.197 -2.44e+03 0 0 0 2.38 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 586, Parent ID = 550 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0206 0.0258 -2.44e+03 8.95 0 0 0 Target initStep + 0 0.0206 0.026 -2.44e+03 8.95 0 0 0 Target initStep 1 1.33 -0.803 -2.44e+03 5.21 3.41 1.98 1.98 Target eBrem 2 1.32 -0.926 -2.44e+03 4.44 0.178 0.161 2.14 Target eBrem 3 1.31 -1.06 -2.44e+03 3.73 0.2 0.174 2.31 Target eBrem 4 1.28 -1.31 -2.44e+03 3.09 0.284 0.309 2.62 Target eBrem - 5 0.827 -1.13 -2.44e+03 1.31 0.711 0.646 3.27 Target eBrem + 5 0.827 -1.12 -2.44e+03 1.31 0.711 0.646 3.27 Target eBrem 6 0.747 -1.15 -2.44e+03 0 1.31 1 4.27 Target eIoni ********************************************************************************************************* @@ -8598,265 +8598,265 @@ 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.00247 -0.000692 -2.45e+03 0.0712 0 0 0 Target initStep - 1 -0.00221 -0.000294 -2.45e+03 0 0.0712 0.0158 0.0158 Target eIoni + 0 -0.00321 -0.0012 -2.45e+03 0.0712 0 0 0 Target initStep + 1 -0.00295 -0.000804 -2.45e+03 0 0.0712 0.0158 0.0158 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 584, Parent ID = 553 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.636 0.0306 -2.44e+03 0.139 0 0 0 Target initStep - 1 0.637 0.0334 -2.44e+03 0 0.139 0.0462 0.0462 Target eIoni + 0 0.645 -0.0264 -2.44e+03 0.139 0 0 0 Target initStep + 1 0.647 -0.0237 -2.44e+03 0 0.139 0.0462 0.0462 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 583, Parent ID = 553 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.197 -0.288 -2.44e+03 0.405 0 0 0 Target initStep - 1 0.194 -0.291 -2.44e+03 0 0.405 0.228 0.228 Target eIoni + 0 0.206 -0.345 -2.44e+03 0.405 0 0 0 Target initStep + 1 0.203 -0.348 -2.44e+03 0 0.405 0.228 0.228 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 582, Parent ID = 554 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.45 -11.4 -2.43e+03 0.48 0 0 0 Target initStep - 1 3.46 -11.4 -2.43e+03 0 0.48 0.288 0.288 Target eIoni + 0 3.46 -11.4 -2.43e+03 0.48 0 0 0 Target initStep + 1 3.47 -11.4 -2.43e+03 0 0.48 0.288 0.288 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 581, Parent ID = 554 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.55 -11.7 -2.43e+03 0.378 0 0 0 Target initStep - 1 2.55 -11.7 -2.43e+03 0 0.378 0.207 0.207 Target eIoni + 0 2.56 -11.8 -2.43e+03 0.378 0 0 0 Target initStep + 1 2.56 -11.8 -2.43e+03 0 0.378 0.207 0.207 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 580, Parent ID = 554 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.133 -0.275 -2.44e+03 0.643 0 0 0 Target initStep - 1 0.13 -0.273 -2.44e+03 0.462 0.00508 0.00714 0.00714 Target eBrem - 2 0.124 -0.279 -2.44e+03 0 0.462 0.274 0.281 Target eIoni + 0 0.143 -0.333 -2.44e+03 0.643 0 0 0 Target initStep + 1 0.14 -0.33 -2.44e+03 0.462 0.00508 0.00714 0.00714 Target eBrem + 2 0.134 -0.337 -2.44e+03 0 0.462 0.274 0.281 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 579, Parent ID = 555 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0048 0.00217 -2.45e+03 0.952 0 0 0 Target initStep - 1 -0.0238 0.00927 -2.45e+03 0 0.952 0.689 0.689 Target eIoni + 0 0.00758 -0.0579 -2.45e+03 0.952 0 0 0 Target initStep + 1 -0.0114 -0.0508 -2.45e+03 0 0.952 0.689 0.689 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 578, Parent ID = 556 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.77 0.846 -2.43e+03 0.292 0 0 0 Target initStep - 1 -2.77 0.85 -2.43e+03 0 0.292 0.143 0.143 Target eIoni + 0 -2.77 0.801 -2.43e+03 0.292 0 0 0 Target initStep + 1 -2.77 0.805 -2.43e+03 0 0.292 0.143 0.143 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 577, Parent ID = 556 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.61 0.813 -2.42e+03 0.0982 0 0 0 Target initStep - 1 -1.61 0.815 -2.42e+03 0 0.0982 0.0266 0.0266 Target eIoni + 0 -1.61 0.768 -2.42e+03 0.0982 0 0 0 Target initStep + 1 -1.61 0.77 -2.42e+03 0 0.0982 0.0266 0.0266 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 576, Parent ID = 556 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.199 -0.336 -2.43e+03 4.19 0 0 0 Target initStep - 1 -0.0691 -0.378 -2.42e+03 3.71 0.247 0.228 0.228 Target eBrem - 2 0.211 -1.47 -2.42e+03 1.56 2.15 1.94 2.17 Target eIoni - 3 -0.174 -1.75 -2.42e+03 0.358 1.21 0.829 3 Target eBrem - 4 -0.202 -1.77 -2.42e+03 0.206 0.0441 0.0451 3.04 Target eBrem - 5 -0.205 -1.76 -2.42e+03 0 0.206 0.0851 3.13 Target eIoni + 0 -0.198 -0.381 -2.43e+03 4.19 0 0 0 Target initStep + 1 -0.0682 -0.423 -2.42e+03 3.71 0.247 0.228 0.228 Target eBrem + 2 0.212 -1.51 -2.42e+03 1.56 2.15 1.94 2.17 Target eIoni + 3 -0.173 -1.8 -2.42e+03 0.358 1.21 0.829 3 Target eBrem + 4 -0.201 -1.81 -2.42e+03 0.206 0.0441 0.0451 3.04 Target eBrem + 5 -0.204 -1.81 -2.42e+03 0 0.206 0.0851 3.13 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 574, Parent ID = 557 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0476 -0.0372 -2.44e+03 96 0 0 0 Target initStep - 1 -0.0583 -0.0406 -2.44e+03 95.3 0.361 0.321 0.321 Target eBrem - 2 -0.0594 -0.0403 -2.44e+03 94.4 0.0269 0.0231 0.344 Target eBrem - 3 -0.0693 -0.0444 -2.44e+03 66.2 0.3 0.222 0.566 Target eBrem - 4 -0.0913 -0.0338 -2.44e+03 57.8 0.254 0.275 0.841 Target eBrem - 5 -0.0935 -0.0279 -2.44e+03 57.3 0.183 0.159 0.999 Target eBrem - 6 -0.115 -0.0485 -2.44e+03 55 0.585 0.508 1.51 Target eBrem - 7 -0.274 0.0799 -2.44e+03 53.4 1.09 1.03 2.54 Target eBrem - 8 -0.283 0.0896 -2.44e+03 46.1 0.0793 0.0633 2.6 Target eBrem - 9 -0.452 0.296 -2.44e+03 44.5 1.37 1.05 3.65 Target eBrem - 10 -0.588 0.365 -2.44e+03 43.9 0.581 0.533 4.19 Target eBrem - 11 -0.821 0.476 -2.44e+03 10.2 0.866 0.762 4.95 Target eBrem - 12 -1.7 0.201 -2.44e+03 7.1 2.32 1.38 6.33 Target eBrem - 13 -2.12 -0.339 -2.44e+03 5.12 1.82 1.72 8.04 Target eBrem - 14 -2.08 -0.389 -2.44e+03 4.88 0.103 0.1 8.14 Target eBrem - 15 -2.07 -0.442 -2.44e+03 4.57 0.053 0.0735 8.22 Target eBrem - 16 -2.03 -0.339 -2.44e+03 3.13 1.15 1.17 9.39 Target eBrem - 17 -2.2 -0.0957 -2.44e+03 0 3.13 1.74 11.1 Target eIoni + 0 -0.0468 -0.0817 -2.44e+03 96 0 0 0 Target initStep + 1 -0.0576 -0.0851 -2.44e+03 95.3 0.361 0.321 0.321 Target eBrem + 2 -0.0586 -0.0848 -2.44e+03 94.4 0.0269 0.0231 0.344 Target eBrem + 3 -0.0685 -0.089 -2.44e+03 66.2 0.3 0.222 0.566 Target eBrem + 4 -0.0905 -0.0783 -2.44e+03 57.8 0.254 0.275 0.841 Target eBrem + 5 -0.0927 -0.0724 -2.44e+03 57.3 0.183 0.159 0.999 Target eBrem + 6 -0.114 -0.0931 -2.44e+03 55 0.585 0.508 1.51 Target eBrem + 7 -0.274 0.0354 -2.44e+03 53.4 1.09 1.03 2.54 Target eBrem + 8 -0.282 0.0451 -2.44e+03 46.1 0.0793 0.0633 2.6 Target eBrem + 9 -0.451 0.252 -2.44e+03 44.5 1.37 1.05 3.65 Target eBrem + 10 -0.587 0.321 -2.44e+03 43.9 0.581 0.533 4.19 Target eBrem + 11 -0.82 0.431 -2.44e+03 10.2 0.866 0.762 4.95 Target eBrem + 12 -1.7 0.157 -2.44e+03 7.1 2.32 1.38 6.33 Target eBrem + 13 -2.12 -0.384 -2.44e+03 5.12 1.82 1.72 8.04 Target eBrem + 14 -2.08 -0.433 -2.44e+03 4.88 0.103 0.1 8.14 Target eBrem + 15 -2.07 -0.487 -2.44e+03 4.57 0.053 0.0735 8.22 Target eBrem + 16 -2.03 -0.384 -2.44e+03 3.13 1.15 1.17 9.39 Target eBrem + 17 -2.2 -0.14 -2.44e+03 0 3.13 1.74 11.1 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 619, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.03 -0.339 -2.44e+03 0.293 0 0 0 Target initStep - 1 -2.21 -0.0954 -2.44e+03 0 0.088 0.317 0.317 Target phot + 0 -2.03 -0.384 -2.44e+03 0.293 0 0 0 Target initStep + 1 -2.21 -0.14 -2.44e+03 0 0.088 0.317 0.317 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 620, Parent ID = 619 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.21 -0.0954 -2.44e+03 0.205 0 0 0 Target initStep - 1 -2.21 -0.0946 -2.44e+03 0 0.205 0.0847 0.0847 Target eIoni + 0 -2.21 -0.14 -2.44e+03 0.205 0 0 0 Target initStep + 1 -2.21 -0.139 -2.44e+03 0 0.205 0.0847 0.0847 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 618, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.07 -0.442 -2.44e+03 0.259 0 0 0 Target initStep - 1 -2.23 -1.04 -2.44e+03 0 0.088 0.676 0.676 Target phot + 0 -2.07 -0.487 -2.44e+03 0.259 0 0 0 Target initStep + 1 -2.23 -1.08 -2.44e+03 0 0.088 0.676 0.676 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 621, Parent ID = 618 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.23 -1.04 -2.44e+03 0.171 0 0 0 Target initStep - 1 -2.23 -1.04 -2.44e+03 0 0.171 0.0642 0.0642 Target eIoni + 0 -2.23 -1.08 -2.44e+03 0.171 0 0 0 Target initStep + 1 -2.23 -1.08 -2.44e+03 0 0.171 0.0642 0.0642 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 617, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.08 -0.389 -2.44e+03 0.134 0 0 0 Target initStep - 1 -2.07 -0.399 -2.44e+03 0 0.088 0.0153 0.0153 Target phot + 0 -2.08 -0.433 -2.44e+03 0.134 0 0 0 Target initStep + 1 -2.07 -0.444 -2.44e+03 0 0.088 0.0153 0.0153 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 622, Parent ID = 617 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.07 -0.399 -2.44e+03 0.0462 0 0 0 Target initStep - 1 -2.07 -0.399 -2.44e+03 0 0.0462 0.00783 0.00783 Target eIoni + 0 -2.07 -0.444 -2.44e+03 0.0462 0 0 0 Target initStep + 1 -2.07 -0.444 -2.44e+03 0 0.0462 0.00783 0.00783 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 616, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.12 -0.339 -2.44e+03 0.157 0 0 0 Target initStep - 1 -2.11 -0.359 -2.44e+03 0 0.088 0.0256 0.0256 Target phot + 0 -2.12 -0.384 -2.44e+03 0.157 0 0 0 Target initStep + 1 -2.11 -0.403 -2.44e+03 0 0.088 0.0256 0.0256 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 623, Parent ID = 616 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.11 -0.359 -2.44e+03 0.0688 0 0 0 Target initStep - 1 -2.11 -0.359 -2.44e+03 0 0.0688 0.015 0.015 Target eIoni + 0 -2.11 -0.403 -2.44e+03 0.0688 0 0 0 Target initStep + 1 -2.11 -0.404 -2.44e+03 0 0.0688 0.015 0.015 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 615, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.7 0.201 -2.44e+03 0.752 0 0 0 Target initStep - 1 -1.94 -0.322 -2.44e+03 0.608 0 0.696 0.696 Target compt - 2 -5.91 -3.34 -2.44e+03 0 0.088 5.12 5.81 Target phot + 0 -1.7 0.157 -2.44e+03 0.752 0 0 0 Target initStep + 1 -1.94 -0.366 -2.44e+03 0.608 0 0.696 0.696 Target compt + 2 -5.91 -3.38 -2.44e+03 0 0.088 5.12 5.81 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 625, Parent ID = 615 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.91 -3.34 -2.44e+03 0.52 0 0 0 Target initStep - 1 -5.92 -3.36 -2.44e+03 0 0.52 0.321 0.321 Target eIoni + 0 -5.91 -3.38 -2.44e+03 0.52 0 0 0 Target initStep + 1 -5.92 -3.4 -2.44e+03 0 0.52 0.321 0.321 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 624, Parent ID = 615 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.94 -0.322 -2.44e+03 0.144 0 0 0 Target initStep - 1 -1.94 -0.323 -2.44e+03 0 0.144 0.049 0.049 Target eIoni + 0 -1.94 -0.366 -2.44e+03 0.144 0 0 0 Target initStep + 1 -1.94 -0.368 -2.44e+03 0 0.144 0.049 0.049 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 614, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.821 0.476 -2.44e+03 32.8 0 0 0 Target initStep - 1 -9.04 2.3 -2.42e+03 0 0 22.8 22.8 Target conv + 0 -0.82 0.431 -2.44e+03 32.8 0 0 0 Target initStep + 1 -9.04 2.26 -2.42e+03 0 0 22.8 22.8 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 626, Parent ID = 614 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.04 2.3 -2.42e+03 25.5 0 0 0 Target initStep - 1 -9.3 2.3 -2.42e+03 24.1 1.05 0.917 0.917 Target eBrem - 2 -9.51 2.26 -2.42e+03 22.4 0.575 0.481 1.4 Target eIoni - 3 -9.6 2.28 -2.42e+03 18.4 0.173 0.15 1.55 Target eBrem - 4 -9.54 2.01 -2.41e+03 15.8 1.59 1.38 2.92 Target eBrem - 5 -9.54 2.03 -2.41e+03 13 0.0577 0.0469 2.97 Target eBrem - 6 -9.56 2.13 -2.41e+03 11.2 0.323 0.235 3.21 Target eBrem - 7 -9.87 1.87 -2.41e+03 5.31 1.67 1.64 4.85 Target eBrem - 8 -10.5 2.52 -2.41e+03 2.81 2.5 2.29 7.13 Target eIoni - 9 -9.6 2.31 -2.41e+03 1.01 1.8 1.7 8.83 Target eIoni - 10 -9.49 2.34 -2.41e+03 0.427 0.326 0.298 9.13 Target eBrem - 11 -9.5 2.35 -2.41e+03 0 0.427 0.246 9.38 Target eIoni + 0 -9.04 2.26 -2.42e+03 25.5 0 0 0 Target initStep + 1 -9.3 2.25 -2.42e+03 24.1 1.05 0.917 0.917 Target eBrem + 2 -9.5 2.21 -2.42e+03 22.4 0.575 0.481 1.4 Target eIoni + 3 -9.6 2.23 -2.42e+03 18.4 0.173 0.15 1.55 Target eBrem + 4 -9.54 1.96 -2.41e+03 15.8 1.59 1.38 2.92 Target eBrem + 5 -9.54 1.98 -2.41e+03 13 0.0577 0.0469 2.97 Target eBrem + 6 -9.56 2.08 -2.41e+03 11.2 0.323 0.235 3.21 Target eBrem + 7 -9.87 1.83 -2.41e+03 5.31 1.67 1.64 4.85 Target eBrem + 8 -10.5 2.48 -2.41e+03 2.81 2.5 2.29 7.13 Target eIoni + 9 -9.6 2.27 -2.41e+03 1.01 1.8 1.7 8.83 Target eIoni + 10 -9.49 2.29 -2.41e+03 0.427 0.326 0.298 9.13 Target eBrem + 11 -9.5 2.31 -2.41e+03 0 0.427 0.246 9.38 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 629, Parent ID = 626 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.51 2.26 -2.42e+03 1.08 0 0 0 Target initStep - 1 -9.5 2.25 -2.42e+03 0 1.08 0.802 0.802 Target eIoni + 0 -9.5 2.21 -2.42e+03 1.08 0 0 0 Target initStep + 1 -9.5 2.21 -2.42e+03 0 1.08 0.802 0.802 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 635, Parent ID = 626 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.49 2.34 -2.41e+03 0.255 0 0 0 Target initStep - 1 -8.64 2.51 -2.41e+03 0.252 0 1.16 1.16 Target compt - 2 -8.56 2.5 -2.41e+03 0 0.088 0.111 1.27 Target phot + 0 -9.49 2.29 -2.41e+03 0.255 0 0 0 Target initStep + 1 -8.64 2.46 -2.41e+03 0.252 0 1.16 1.16 Target compt + 2 -8.56 2.45 -2.41e+03 0 0.088 0.111 1.27 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 637, Parent ID = 635 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.56 2.5 -2.41e+03 0.164 0 0 0 Target initStep - 1 -8.56 2.5 -2.41e+03 0 0.164 0.0597 0.0597 Target eIoni + 0 -8.56 2.45 -2.41e+03 0.164 0 0 0 Target initStep + 1 -8.56 2.45 -2.41e+03 0 0.164 0.0597 0.0597 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 636, Parent ID = 635 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.64 2.51 -2.41e+03 0.00305 0 0 0 Target initStep - 1 -8.64 2.51 -2.41e+03 0 0.00305 0.000134 0.000134 Target eIoni + 0 -8.64 2.46 -2.41e+03 0.00305 0 0 0 Target initStep + 1 -8.64 2.46 -2.41e+03 0 0.00305 0.000134 0.000134 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 634, Parent ID = 626 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.87 1.87 -2.41e+03 4.27 0 0 0 Target initStep - 1 -9.33 1.38 -2.4e+03 4.27 0 12.3 12.3 Tracker Transportation + 0 -9.87 1.83 -2.41e+03 4.27 0 0 0 Target initStep + 1 -9.33 1.33 -2.4e+03 4.27 0 12.3 12.3 Tracker Transportation 2 21.4 -26.9 -1.7e+03 4.27 0 701 714 Chamber_PV Transportation 3 30.1 -35 -1.5e+03 4.27 0 200 914 Tracker Transportation 4 56.4 -59.2 -900 4.27 0 601 1.51e+03 Chamber_PV Transportation @@ -8875,8 +8875,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.56 2.13 -2.41e+03 1.43 0 0 0 Target initStep - 1 -12.2 4.83 -2.4e+03 1.43 0 14.1 14.1 Tracker Transportation + 0 -9.56 2.08 -2.41e+03 1.43 0 0 0 Target initStep + 1 -12.2 4.78 -2.4e+03 1.43 0 14.1 14.1 Tracker Transportation 2 -146 144 -1.7e+03 1.43 0 726 740 Chamber_PV Transportation 3 -170 169 -1.57e+03 1.43 0 134 874 Tracker Transportation 4 -298 302 -900 1.43 0 696 1.57e+03 Chamber_PV Transportation @@ -8885,7 +8885,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 7 -489 501 100 1.43 0 207 2.61e+03 Tracker Transportation 8 -603 620 700 1.43 0 622 3.23e+03 Chamber_PV Transportation 9 -641 659 900 1.43 0 207 3.44e+03 Tracker Transportation - 10 -756 779 1.5e+03 1.43 0 622 4.06e+03 Chamber_PV Transportation + 10 -756 778 1.5e+03 1.43 0 622 4.06e+03 Chamber_PV Transportation 11 -794 818 1.7e+03 1.43 0 207 4.27e+03 Tracker Transportation 12 -927 957 2.4e+03 1.43 0 726 4.99e+03 World Transportation 13 -1.03e+03 1.06e+03 2.94e+03 1.43 0 560 5.55e+03 OutOfWorld Transportation @@ -8895,12 +8895,12 @@ 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 -9.54 2.03 -2.41e+03 2.74 0 0 0 Target initStep - 1 -7.22 6.68 -2.4e+03 2.74 0 14.8 14.8 Tracker Transportation + 0 -9.54 1.98 -2.41e+03 2.74 0 0 0 Target initStep + 1 -7.22 6.64 -2.4e+03 2.74 0 14.8 14.8 Tracker Transportation 2 245 512 -900 2.74 0 1.6e+03 1.62e+03 Chamber_PV Transportation 3 278 580 -700 2.74 0 214 1.83e+03 Tracker Transportation 4 379 782 -100 2.74 0 641 2.47e+03 Chamber_PV Transportation - 5 413 850 100 2.74 0 214 2.69e+03 Tracker Transportation + 5 413 849 100 2.74 0 214 2.69e+03 Tracker Transportation 6 514 1.05e+03 700 2.74 0 641 3.33e+03 Chamber_PV Transportation 7 547 1.12e+03 900 2.74 0 214 3.54e+03 Tracker Transportation 8 648 1.32e+03 1.5e+03 2.74 0 641 4.18e+03 Chamber_PV Transportation @@ -8913,11 +8913,11 @@ 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 -9.54 2.01 -2.41e+03 1.02 0 0 0 Target initStep - 1 -9.39 2.58 -2.41e+03 0.962 0 1.7 1.7 Target compt - 2 -11.3 5.88 -2.4e+03 0.962 0 12.8 14.5 Tracker Transportation + 0 -9.54 1.96 -2.41e+03 1.02 0 0 0 Target initStep + 1 -9.39 2.54 -2.41e+03 0.962 0 1.7 1.7 Target compt + 2 -11.3 5.83 -2.4e+03 0.962 0 12.8 14.5 Tracker Transportation 3 -122 194 -1.7e+03 0.962 0 733 748 Chamber_PV Transportation - 4 -128 203 -1.67e+03 0.962 0 36.6 784 Tracker Transportation + 4 -128 203 -1.66e+03 0.962 0 36.7 784 Tracker Transportation 5 -249 409 -900 0.962 0 801 1.59e+03 Chamber_PV Transportation 6 -280 462 -700 0.962 0 209 1.8e+03 Tracker Transportation 7 -375 623 -100 0.962 0 628 2.42e+03 Chamber_PV Transportation @@ -8934,17 +8934,17 @@ 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 -9.39 2.58 -2.41e+03 0.0628 0 0 0 Target initStep - 1 -9.39 2.58 -2.41e+03 0 0.0628 0.0129 0.0129 Target eIoni + 0 -9.39 2.54 -2.41e+03 0.0628 0 0 0 Target initStep + 1 -9.39 2.54 -2.41e+03 0 0.0628 0.0129 0.0129 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 630, Parent ID = 626 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.6 2.28 -2.42e+03 3.86 0 0 0 Target initStep - 1 -14.5 0.348 -2.4e+03 0.675 0 15.7 15.7 Target compt - 2 -14.5 -0.948 -2.4e+03 0.675 0 1.34 17.1 Tracker Transportation + 0 -9.6 2.23 -2.42e+03 3.86 0 0 0 Target initStep + 1 -14.5 0.303 -2.4e+03 0.675 0 15.7 15.7 Target compt + 2 -14.5 -0.989 -2.4e+03 0.675 0 1.34 17.1 Tracker Transportation 3 -99.5 -2.4e+03 -1.75e+03 0.675 0 2.49e+03 2.5e+03 World Transportation 4 -119 -2.94e+03 -1.6e+03 0.675 0 562 3.06e+03 OutOfWorld Transportation @@ -8953,118 +8953,118 @@ 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 -14.5 0.348 -2.4e+03 3.18 0 0 0 Target initStep - 1 -14.6 0.405 -2.4e+03 3.02 0.158 0.14 0.14 Target msc - 2 -14.5 0.465 -2.4e+03 2.84 0.18 0.103 0.244 Target msc - 3 -14.4 0.495 -2.4e+03 2.73 0.116 0.103 0.347 Target msc - 4 -14.4 0.533 -2.4e+03 2.6 0.131 0.103 0.45 Target msc - 5 -14.4 0.584 -2.4e+03 2.51 0.0859 0.103 0.553 Target msc - 6 -14.3 0.626 -2.4e+03 2.42 0.0886 0.103 0.657 Target msc - 7 -14.2 0.692 -2.4e+03 2.29 0.133 0.117 0.773 Target msc - 8 -14.1 0.634 -2.4e+03 2.16 0.129 0.122 0.895 Target msc - 9 -14 0.605 -2.4e+03 2.05 0.107 0.126 1.02 Target msc - 10 -14 0.622 -2.4e+03 1.99 0.066 0.113 1.13 Target msc - 11 -13.9 0.672 -2.4e+03 1.75 0.24 0.106 1.24 Target msc - 12 -13.8 0.657 -2.4e+03 1.63 0.115 0.119 1.36 Target msc - 13 -13.8 0.69 -2.4e+03 1.48 0.157 0.11 1.47 Target msc - 14 -13.8 0.759 -2.4e+03 1.39 0.0902 0.103 1.57 Target msc - 15 -13.8 0.74 -2.4e+03 1.28 0.107 0.103 1.68 Target msc - 16 -13.8 0.644 -2.4e+03 1.19 0.0861 0.103 1.78 Target msc - 17 -13.8 0.709 -2.4e+03 1.06 0.129 0.103 1.88 Target msc - 18 -13.8 0.792 -2.4e+03 0.933 0.13 0.103 1.99 Target msc - 19 -13.8 0.88 -2.4e+03 0.488 0.445 0.103 2.09 Target msc - 20 -13.7 0.868 -2.4e+03 0.357 0.131 0.103 2.19 Target msc - 21 -13.6 0.862 -2.4e+03 0.203 0.155 0.103 2.3 Target msc - 22 -13.6 0.867 -2.4e+03 0 0.203 0.0831 2.38 Target eIoni + 0 -14.5 0.303 -2.4e+03 3.18 0 0 0 Target initStep + 1 -14.6 0.361 -2.4e+03 3.03 0.157 0.14 0.14 Target msc + 2 -14.5 0.421 -2.4e+03 2.85 0.18 0.103 0.243 Target msc + 3 -14.4 0.451 -2.4e+03 2.73 0.116 0.103 0.346 Target msc + 4 -14.4 0.489 -2.4e+03 2.6 0.131 0.103 0.45 Target msc + 5 -14.4 0.54 -2.4e+03 2.51 0.0859 0.103 0.553 Target msc + 6 -14.3 0.582 -2.4e+03 2.42 0.0886 0.103 0.656 Target msc + 7 -14.2 0.647 -2.4e+03 2.29 0.132 0.116 0.773 Target msc + 8 -14.1 0.59 -2.4e+03 2.16 0.129 0.122 0.894 Target msc + 9 -14 0.561 -2.4e+03 2.06 0.107 0.126 1.02 Target msc + 10 -14 0.577 -2.4e+03 1.99 0.0657 0.113 1.13 Target msc + 11 -13.9 0.627 -2.4e+03 1.75 0.24 0.105 1.24 Target msc + 12 -13.8 0.612 -2.4e+03 1.64 0.115 0.118 1.36 Target msc + 13 -13.8 0.645 -2.4e+03 1.48 0.156 0.11 1.47 Target msc + 14 -13.8 0.714 -2.4e+03 1.39 0.0902 0.103 1.57 Target msc + 15 -13.8 0.695 -2.4e+03 1.28 0.107 0.103 1.67 Target msc + 16 -13.8 0.599 -2.4e+03 1.2 0.0861 0.103 1.78 Target msc + 17 -13.8 0.664 -2.4e+03 1.07 0.129 0.103 1.88 Target msc + 18 -13.8 0.747 -2.4e+03 0.936 0.13 0.103 1.98 Target msc + 19 -13.8 0.835 -2.4e+03 0.491 0.445 0.103 2.09 Target msc + 20 -13.7 0.824 -2.4e+03 0.36 0.131 0.103 2.19 Target msc + 21 -13.6 0.818 -2.4e+03 0.206 0.154 0.103 2.29 Target msc + 22 -13.6 0.823 -2.4e+03 0 0.206 0.0853 2.38 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 628, Parent ID = 626 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.3 2.3 -2.42e+03 0.359 0 0 0 Target initStep - 1 -11.2 2.47 -2.41e+03 0 0.088 4.05 4.05 Target phot + 0 -9.3 2.25 -2.42e+03 0.359 0 0 0 Target initStep + 1 -11.2 2.42 -2.41e+03 0 0.088 4.05 4.05 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 640, Parent ID = 628 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.2 2.47 -2.41e+03 0.271 0 0 0 Target initStep - 1 -11.2 2.47 -2.41e+03 0 0.271 0.128 0.128 Target eIoni + 0 -11.2 2.42 -2.41e+03 0.271 0 0 0 Target initStep + 1 -11.2 2.42 -2.41e+03 0 0.271 0.128 0.128 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 613, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.588 0.365 -2.44e+03 0.0992 0 0 0 Target initStep - 1 -0.609 0.376 -2.44e+03 0 0.088 0.0834 0.0834 Target phot + 0 -0.587 0.321 -2.44e+03 0.0992 0 0 0 Target initStep + 1 -0.608 0.331 -2.44e+03 0 0.088 0.0834 0.0834 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 641, Parent ID = 613 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.609 0.376 -2.44e+03 0.0112 0 0 0 Target initStep - 1 -0.609 0.376 -2.44e+03 0 0.0112 0.000827 0.000827 Target eIoni + 0 -0.608 0.331 -2.44e+03 0.0112 0 0 0 Target initStep + 1 -0.608 0.331 -2.44e+03 0 0.0112 0.000827 0.000827 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 612, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.452 0.296 -2.44e+03 0.237 0 0 0 Target initStep - 1 -0.578 0.323 -2.44e+03 0 0.088 0.528 0.528 Target phot + 0 -0.451 0.252 -2.44e+03 0.237 0 0 0 Target initStep + 1 -0.577 0.279 -2.44e+03 0 0.088 0.528 0.528 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 642, Parent ID = 612 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.578 0.323 -2.44e+03 0.149 0 0 0 Target initStep - 1 -0.579 0.326 -2.44e+03 0 0.149 0.0518 0.0518 Target eIoni + 0 -0.577 0.279 -2.44e+03 0.149 0 0 0 Target initStep + 1 -0.578 0.281 -2.44e+03 0 0.149 0.0518 0.0518 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 611, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.283 0.0896 -2.44e+03 7.17 0 0 0 Target initStep - 1 -1.71 1.42 -2.43e+03 0 0 12.8 12.8 Target conv + 0 -0.282 0.0451 -2.44e+03 7.17 0 0 0 Target initStep + 1 -1.71 1.37 -2.43e+03 0 0 12.8 12.8 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 643, Parent ID = 611 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.71 1.42 -2.43e+03 0.867 0 0 0 Target initStep - 1 -1.71 1.42 -2.43e+03 0 0.867 0.615 0.615 Target eIoni + 0 -1.71 1.37 -2.43e+03 0.867 0 0 0 Target initStep + 1 -1.71 1.38 -2.43e+03 0 0.867 0.615 0.615 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 610, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.274 0.0799 -2.44e+03 0.563 0 0 0 Target initStep - 1 -3.24 2.61 -2.42e+03 0 0.088 21.4 21.4 Target phot + 0 -0.274 0.0354 -2.44e+03 0.563 0 0 0 Target initStep + 1 -3.24 2.57 -2.42e+03 0 0.088 21.4 21.4 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 645, Parent ID = 610 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.24 2.61 -2.42e+03 0.475 0 0 0 Target initStep - 1 -3.24 2.61 -2.42e+03 0 0.475 0.284 0.284 Target eIoni + 0 -3.24 2.57 -2.42e+03 0.475 0 0 0 Target initStep + 1 -3.24 2.57 -2.42e+03 0 0.475 0.284 0.284 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 609, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.115 -0.0485 -2.44e+03 1.63 0 0 0 Target initStep - 1 -2.57 2.82 -2.4e+03 1.63 0 41.2 41.2 Tracker Transportation - 2 -44.4 51.7 -1.7e+03 1.63 0 703 744 Chamber_PV Transportation + 0 -0.114 -0.0931 -2.44e+03 1.63 0 0 0 Target initStep + 1 -2.57 2.77 -2.4e+03 1.63 0 41.2 41.2 Tracker Transportation + 2 -44.4 51.6 -1.7e+03 1.63 0 703 744 Chamber_PV Transportation 3 -56.3 65.6 -1.5e+03 1.63 0 201 945 Tracker Transportation 4 -92.2 107 -900 1.63 0 603 1.55e+03 Chamber_PV Transportation 5 -104 121 -700 1.63 0 201 1.75e+03 Tracker Transportation @@ -9082,372 +9082,372 @@ 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.0935 -0.0279 -2.44e+03 0.389 0 0 0 Target initStep - 1 0.184 0.652 -2.44e+03 0.16 0 1.05 1.05 Target compt - 2 -0.0189 0.558 -2.44e+03 0 0.088 0.356 1.4 Target phot + 0 -0.0927 -0.0724 -2.44e+03 0.389 0 0 0 Target initStep + 1 0.184 0.607 -2.44e+03 0.16 0 1.05 1.05 Target compt + 2 -0.0182 0.514 -2.44e+03 0 0.088 0.356 1.4 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 647, Parent ID = 608 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0189 0.558 -2.44e+03 0.0721 0 0 0 Target initStep - 1 -0.0191 0.557 -2.44e+03 0 0.0721 0.0162 0.0162 Target eIoni + 0 -0.0182 0.514 -2.44e+03 0.0721 0 0 0 Target initStep + 1 -0.0184 0.513 -2.44e+03 0 0.0721 0.0162 0.0162 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 646, Parent ID = 608 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.184 0.652 -2.44e+03 0.229 0 0 0 Target initStep - 1 0.186 0.655 -2.44e+03 0 0.229 0.0998 0.0998 Target eIoni + 0 0.184 0.607 -2.44e+03 0.229 0 0 0 Target initStep + 1 0.187 0.611 -2.44e+03 0 0.229 0.0998 0.0998 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 607, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0913 -0.0338 -2.44e+03 8.11 0 0 0 Target initStep - 1 -0.113 0.551 -2.43e+03 0 0 10.3 10.3 Target conv + 0 -0.0905 -0.0783 -2.44e+03 8.11 0 0 0 Target initStep + 1 -0.113 0.507 -2.43e+03 0 0 10.3 10.3 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 648, Parent ID = 607 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.113 0.551 -2.43e+03 3.08 0 0 0 Target initStep - 1 -0.14 0.585 -2.43e+03 2.49 0.199 0.0922 0.0922 Target eBrem - 2 -0.603 0.986 -2.43e+03 1.52 0.974 0.798 0.891 Target eBrem - 3 -0.623 0.985 -2.43e+03 1.33 0.0308 0.049 0.94 Target eBrem - 4 -0.888 1.53 -2.43e+03 0.138 1.19 1.02 1.96 Target eIoni - 5 -0.889 1.53 -2.43e+03 0 0.138 0.0456 2 Target eIoni + 0 -0.113 0.507 -2.43e+03 3.08 0 0 0 Target initStep + 1 -0.139 0.541 -2.43e+03 2.49 0.199 0.0922 0.0922 Target eBrem + 2 -0.602 0.942 -2.43e+03 1.52 0.974 0.798 0.891 Target eBrem + 3 -0.622 0.94 -2.43e+03 1.33 0.0308 0.049 0.94 Target eBrem + 4 -0.888 1.48 -2.43e+03 0.138 1.19 1.02 1.96 Target eIoni + 5 -0.888 1.48 -2.43e+03 0 0.138 0.0456 2 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 651, Parent ID = 648 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.623 0.985 -2.43e+03 0.157 0 0 0 Target initStep - 1 0.0262 1.37 -2.43e+03 0 0.088 0.757 0.757 Target phot + 0 -0.622 0.94 -2.43e+03 0.157 0 0 0 Target initStep + 1 0.027 1.33 -2.43e+03 0 0.088 0.757 0.757 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 652, Parent ID = 651 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0262 1.37 -2.43e+03 0.069 0 0 0 Target initStep - 1 0.0268 1.37 -2.43e+03 0 0.069 0.0151 0.0151 Target eIoni + 0 0.027 1.33 -2.43e+03 0.069 0 0 0 Target initStep + 1 0.0276 1.33 -2.43e+03 0 0.069 0.0151 0.0151 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 650, Parent ID = 648 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.14 0.585 -2.43e+03 0.392 0 0 0 Target initStep - 1 2.53 1.81 -2.43e+03 0 0.088 3.32 3.32 Target phot + 0 -0.139 0.541 -2.43e+03 0.392 0 0 0 Target initStep + 1 2.53 1.77 -2.43e+03 0 0.088 3.32 3.32 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 653, Parent ID = 650 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.53 1.81 -2.43e+03 0.304 0 0 0 Target initStep - 1 2.54 1.82 -2.43e+03 0 0.304 0.152 0.152 Target eIoni + 0 2.53 1.77 -2.43e+03 0.304 0 0 0 Target initStep + 1 2.54 1.78 -2.43e+03 0 0.304 0.152 0.152 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 606, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0693 -0.0444 -2.44e+03 27.9 0 0 0 Target initStep - 1 -0.202 0.024 -2.44e+03 0 0 2.73 2.73 Target conv + 0 -0.0685 -0.089 -2.44e+03 27.9 0 0 0 Target initStep + 1 -0.201 -0.0206 -2.44e+03 0 0 2.73 2.73 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 654, Parent ID = 606 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.202 0.024 -2.44e+03 19.5 0 0 0 Target initStep - 1 -0.352 -0.12 -2.44e+03 17.4 0.998 0.886 0.886 Target eBrem - 2 -0.969 0.298 -2.44e+03 7.77 2.02 1.83 2.72 Target eIoni - 3 -1.76 -0.0574 -2.44e+03 6.46 1.21 1.04 3.76 Target eBrem - 4 -2.26 -0.665 -2.44e+03 3.39 0.846 0.842 4.61 Target eBrem - 5 -0.591 -0.322 -2.44e+03 0.466 2.93 1.86 6.47 Target eIoni - 6 -0.582 -0.337 -2.44e+03 0 0.466 0.277 6.74 Target eIoni + 0 -0.201 -0.0206 -2.44e+03 19.5 0 0 0 Target initStep + 1 -0.351 -0.165 -2.44e+03 17.4 0.998 0.886 0.886 Target eBrem + 2 -0.968 0.254 -2.44e+03 7.77 2.02 1.83 2.72 Target eIoni + 3 -1.76 -0.102 -2.44e+03 6.46 1.21 1.04 3.76 Target eBrem + 4 -2.26 -0.71 -2.44e+03 3.39 0.846 0.842 4.61 Target eBrem + 5 -0.59 -0.367 -2.44e+03 0.466 2.93 1.86 6.47 Target eIoni + 6 -0.582 -0.382 -2.44e+03 0 0.466 0.277 6.74 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 657, Parent ID = 654 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.969 0.298 -2.44e+03 7.64 0 0 0 Target initStep - 1 -1.38 0.144 -2.44e+03 5.91 0.634 0.512 0.512 Target eIoni - 2 -2.01 0.344 -2.44e+03 4.32 1.19 1.04 1.55 Target eBrem - 3 -2.34 0.358 -2.44e+03 2.43 0.428 0.368 1.92 Target eBrem - 4 -2.41 0.433 -2.44e+03 2.2 0.111 0.106 2.02 Target eBrem - 5 -2.37 -0.123 -2.44e+03 0.344 1.85 1.49 3.52 Target eIoni - 6 -2.38 -0.134 -2.44e+03 0 0.344 0.182 3.7 Target eIoni + 0 -0.968 0.254 -2.44e+03 7.64 0 0 0 Target initStep + 1 -1.38 0.0999 -2.44e+03 5.91 0.634 0.512 0.512 Target eIoni + 2 -2.01 0.3 -2.44e+03 4.32 1.19 1.04 1.55 Target eBrem + 3 -2.34 0.313 -2.44e+03 2.43 0.428 0.368 1.92 Target eBrem + 4 -2.41 0.389 -2.44e+03 2.2 0.111 0.106 2.02 Target eBrem + 5 -2.37 -0.167 -2.44e+03 0.344 1.85 1.49 3.52 Target eIoni + 6 -2.38 -0.178 -2.44e+03 0 0.344 0.182 3.7 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 660, Parent ID = 657 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.38 0.144 -2.44e+03 1.1 0 0 0 Target initStep - 1 -1.38 0.494 -2.44e+03 0.463 0.461 0.495 0.495 Target eBrem - 2 -1.36 0.495 -2.44e+03 0 0.463 0.275 0.77 Target eIoni + 0 -1.38 0.0999 -2.44e+03 1.1 0 0 0 Target initStep + 1 -1.38 0.45 -2.44e+03 0.463 0.461 0.495 0.495 Target eBrem + 2 -1.36 0.45 -2.44e+03 0 0.463 0.275 0.77 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 664, Parent ID = 660 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.38 0.494 -2.44e+03 0.172 0 0 0 Target initStep - 1 -0.696 0.33 -2.44e+03 0 0.088 0.702 0.702 Target phot + 0 -1.38 0.45 -2.44e+03 0.172 0 0 0 Target initStep + 1 -0.695 0.285 -2.44e+03 0 0.088 0.702 0.702 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 665, Parent ID = 664 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.696 0.33 -2.44e+03 0.0836 0 0 0 Target initStep - 1 -0.696 0.329 -2.44e+03 0 0.0836 0.0206 0.0206 Target eIoni + 0 -0.695 0.285 -2.44e+03 0.0836 0 0 0 Target initStep + 1 -0.695 0.284 -2.44e+03 0 0.0836 0.0206 0.0206 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 663, Parent ID = 657 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.41 0.433 -2.44e+03 0.123 0 0 0 Target initStep - 1 -2.45 0.428 -2.44e+03 0.101 0 0.0429 0.0429 Target compt - 2 -2.47 0.55 -2.44e+03 0 0.088 0.145 0.188 Target phot + 0 -2.41 0.389 -2.44e+03 0.123 0 0 0 Target initStep + 1 -2.45 0.383 -2.44e+03 0.101 0 0.0429 0.0429 Target compt + 2 -2.47 0.505 -2.44e+03 0 0.088 0.145 0.188 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 667, Parent ID = 663 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.47 0.55 -2.44e+03 0.0128 0 0 0 Target initStep - 1 -2.47 0.55 -2.44e+03 0 0.0128 0.00101 0.00101 Target eIoni + 0 -2.47 0.505 -2.44e+03 0.0128 0 0 0 Target initStep + 1 -2.47 0.505 -2.44e+03 0 0.0128 0.00101 0.00101 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 666, Parent ID = 663 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.45 0.428 -2.44e+03 0.0223 0 0 0 Target initStep - 1 -2.45 0.427 -2.44e+03 0 0.0223 0.00243 0.00243 Target eIoni + 0 -2.45 0.383 -2.44e+03 0.0223 0 0 0 Target initStep + 1 -2.45 0.383 -2.44e+03 0 0.0223 0.00243 0.00243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 662, Parent ID = 657 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.34 0.358 -2.44e+03 1.46 0 0 0 Target initStep - 1 -10 2.67 -2.44e+03 0 0.088 8.04 8.04 Target phot + 0 -2.34 0.313 -2.44e+03 1.46 0 0 0 Target initStep + 1 -10 2.62 -2.44e+03 0 0.088 8.04 8.04 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 668, Parent ID = 662 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10 2.67 -2.44e+03 1.37 0 0 0 Target initStep - 1 -10.1 2.69 -2.44e+03 0 1.37 1.05 1.05 Target eBrem + 0 -10 2.62 -2.44e+03 1.37 0 0 0 Target initStep + 1 -10.1 2.65 -2.44e+03 0 1.37 1.05 1.05 Target eBrem ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 661, Parent ID = 657 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.01 0.344 -2.44e+03 0.403 0 0 0 Target initStep - 1 -3.65 0.187 -2.43e+03 0.232 0 2.7 2.7 Target compt - 2 -3.78 0.142 -2.43e+03 0 0.088 0.162 2.87 Target phot + 0 -2.01 0.3 -2.44e+03 0.403 0 0 0 Target initStep + 1 -3.65 0.143 -2.43e+03 0.232 0 2.7 2.7 Target compt + 2 -3.78 0.097 -2.43e+03 0 0.088 0.162 2.87 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 670, Parent ID = 661 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.78 0.142 -2.43e+03 0.144 0 0 0 Target initStep - 1 -3.78 0.139 -2.43e+03 0 0.144 0.049 0.049 Target eIoni + 0 -3.78 0.097 -2.43e+03 0.144 0 0 0 Target initStep + 1 -3.78 0.0944 -2.43e+03 0 0.144 0.049 0.049 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 669, Parent ID = 661 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.65 0.187 -2.43e+03 0.171 0 0 0 Target initStep - 1 -3.65 0.188 -2.43e+03 0 0.171 0.064 0.064 Target eIoni + 0 -3.65 0.143 -2.43e+03 0.171 0 0 0 Target initStep + 1 -3.65 0.143 -2.43e+03 0 0.171 0.064 0.064 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 659, Parent ID = 654 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.26 -0.665 -2.44e+03 2.23 0 0 0 Target initStep - 1 3.49 -22 -2.42e+03 0 0 28.4 28.4 Target conv + 0 -2.26 -0.71 -2.44e+03 2.23 0 0 0 Target initStep + 1 3.52 -22.2 -2.42e+03 0 0 28.6 28.6 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 671, Parent ID = 659 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.49 -22 -2.42e+03 0.485 0 0 0 Target initStep - 1 3.47 -22 -2.42e+03 0 0.485 0.292 0.292 Target eIoni + 0 3.52 -22.2 -2.42e+03 0.485 0 0 0 Target initStep + 1 3.5 -22.2 -2.42e+03 0 0.485 0.292 0.292 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 658, Parent ID = 654 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.76 -0.0574 -2.44e+03 0.0986 0 0 0 Target initStep - 1 -1.7 -0.218 -2.44e+03 0 0.088 0.251 0.251 Target phot + 0 -1.76 -0.102 -2.44e+03 0.0986 0 0 0 Target initStep + 1 -1.7 -0.263 -2.44e+03 0 0.088 0.251 0.251 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 673, Parent ID = 658 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.7 -0.218 -2.44e+03 0.0106 0 0 0 Target initStep - 1 -1.7 -0.218 -2.44e+03 0 0.0106 0.000768 0.000768 Target eIoni + 0 -1.7 -0.263 -2.44e+03 0.0106 0 0 0 Target initStep + 1 -1.7 -0.263 -2.44e+03 0 0.0106 0.000768 0.000768 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 656, Parent ID = 654 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.352 -0.12 -2.44e+03 1.02 0 0 0 Target initStep - 1 -0.533 -0.202 -2.44e+03 0 0.088 1.27 1.27 Target phot + 0 -0.351 -0.165 -2.44e+03 1.02 0 0 0 Target initStep + 1 -0.532 -0.247 -2.44e+03 0 0.088 1.27 1.27 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 674, Parent ID = 656 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.533 -0.202 -2.44e+03 0.931 0 0 0 Target initStep - 1 -0.749 -0.513 -2.44e+03 0.252 0.409 0.399 0.399 Target eBrem - 2 -0.743 -0.515 -2.44e+03 0 0.252 0.115 0.514 Target eIoni + 0 -0.532 -0.247 -2.44e+03 0.931 0 0 0 Target initStep + 1 -0.748 -0.557 -2.44e+03 0.252 0.409 0.399 0.399 Target eBrem + 2 -0.743 -0.56 -2.44e+03 0 0.252 0.115 0.514 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 675, Parent ID = 674 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.749 -0.513 -2.44e+03 0.27 0 0 0 Target initStep - 1 -1.07 -2.98 -2.44e+03 0 0.088 2.61 2.61 Target phot + 0 -0.748 -0.557 -2.44e+03 0.27 0 0 0 Target initStep + 1 -1.07 -3.02 -2.44e+03 0 0.088 2.61 2.61 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 676, Parent ID = 675 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.07 -2.98 -2.44e+03 0.182 0 0 0 Target initStep - 1 -1.07 -2.98 -2.44e+03 0 0.182 0.0703 0.0703 Target eIoni + 0 -1.07 -3.02 -2.44e+03 0.182 0 0 0 Target initStep + 1 -1.07 -3.03 -2.44e+03 0 0.182 0.0703 0.0703 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 605, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0594 -0.0403 -2.44e+03 0.845 0 0 0 Target initStep - 1 -0.224 -0.0191 -2.44e+03 0.25 0 3.12 3.12 Target compt - 2 2.21 1.04 -2.44e+03 0 0.088 2.89 6.01 Target phot + 0 -0.0586 -0.0848 -2.44e+03 0.845 0 0 0 Target initStep + 1 -0.223 -0.0636 -2.44e+03 0.25 0 3.12 3.12 Target compt + 2 2.21 0.999 -2.44e+03 0 0.088 2.89 6.01 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 678, Parent ID = 605 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.21 1.04 -2.44e+03 0.162 0 0 0 Target initStep - 1 2.21 1.04 -2.44e+03 0 0.162 0.0589 0.0589 Target eIoni + 0 2.21 0.999 -2.44e+03 0.162 0 0 0 Target initStep + 1 2.21 0.998 -2.44e+03 0 0.162 0.0589 0.0589 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 677, Parent ID = 605 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.224 -0.0191 -2.44e+03 0.595 0 0 0 Target initStep - 1 -0.231 -0.0215 -2.44e+03 0 0.595 0.384 0.384 Target eIoni + 0 -0.223 -0.0636 -2.44e+03 0.595 0 0 0 Target initStep + 1 -0.23 -0.066 -2.44e+03 0 0.595 0.384 0.384 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 604, Parent ID = 574 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0583 -0.0406 -2.44e+03 0.397 0 0 0 Target initStep - 1 -0.147 -0.0333 -2.44e+03 0.342 0 1.8 1.8 Target compt - 2 2.1 -0.65 -2.44e+03 0 0.088 4.07 5.87 Target phot + 0 -0.0576 -0.0851 -2.44e+03 0.397 0 0 0 Target initStep + 1 -0.146 -0.0778 -2.44e+03 0.342 0 1.8 1.8 Target compt + 2 2.1 -0.695 -2.44e+03 0 0.088 4.07 5.87 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 680, Parent ID = 604 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.1 -0.65 -2.44e+03 0.254 0 0 0 Target initStep - 1 2.11 -0.648 -2.44e+03 0 0.254 0.116 0.116 Target eIoni + 0 2.1 -0.695 -2.44e+03 0.254 0 0 0 Target initStep + 1 2.11 -0.693 -2.44e+03 0 0.254 0.116 0.116 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 679, Parent ID = 604 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.147 -0.0333 -2.44e+03 0.0554 0 0 0 Target initStep - 1 -0.147 -0.0331 -2.44e+03 0 0.0554 0.0105 0.0105 Target eIoni + 0 -0.146 -0.0778 -2.44e+03 0.0554 0 0 0 Target initStep + 1 -0.146 -0.0776 -2.44e+03 0 0.0554 0.0105 0.0105 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 603, Parent ID = 576 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.202 -1.77 -2.42e+03 0.108 0 0 0 Target initStep - 1 -0.232 -1.72 -2.42e+03 0 0.088 0.0535 0.0535 Target phot + 0 -0.201 -1.81 -2.42e+03 0.108 0 0 0 Target initStep + 1 -0.231 -1.77 -2.42e+03 0 0.088 0.0535 0.0535 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 681, Parent ID = 603 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.232 -1.72 -2.42e+03 0.0198 0 0 0 Target initStep - 1 -0.232 -1.72 -2.42e+03 0 0.0198 0.00201 0.00201 Target eIoni + 0 -0.231 -1.77 -2.42e+03 0.0198 0 0 0 Target initStep + 1 -0.231 -1.77 -2.42e+03 0 0.0198 0.00201 0.00201 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 602, Parent ID = 576 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0691 -0.378 -2.42e+03 0.227 0 0 0 Target initStep - 1 -0.0238 -0.865 -2.43e+03 0 0.088 0.571 0.571 Target phot + 0 -0.0682 -0.423 -2.42e+03 0.227 0 0 0 Target initStep + 1 -0.0229 -0.91 -2.43e+03 0 0.088 0.571 0.571 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 682, Parent ID = 602 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0238 -0.865 -2.43e+03 0.139 0 0 0 Target initStep - 1 -0.0236 -0.868 -2.43e+03 0 0.139 0.0464 0.0464 Target eIoni + 0 -0.0229 -0.91 -2.43e+03 0.139 0 0 0 Target initStep + 1 -0.0227 -0.913 -2.43e+03 0 0.139 0.0464 0.0464 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 601, Parent ID = 580 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.13 -0.273 -2.44e+03 0.176 0 0 0 Target initStep - 1 0.508 0.45 -2.44e+03 0 0.088 1.5 1.5 Target phot + 0 0.14 -0.33 -2.44e+03 0.176 0 0 0 Target initStep + 1 0.518 0.393 -2.44e+03 0 0.088 1.5 1.5 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 683, Parent ID = 601 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.508 0.45 -2.44e+03 0.0876 0 0 0 Target initStep - 1 0.509 0.45 -2.44e+03 0 0.0876 0.0222 0.0222 Target eIoni + 0 0.518 0.393 -2.44e+03 0.0876 0 0 0 Target initStep + 1 0.519 0.393 -2.44e+03 0 0.0876 0.0222 0.0222 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 600, Parent ID = 586 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.827 -1.13 -2.44e+03 1.07 0 0 0 Target initStep + 0 0.827 -1.12 -2.44e+03 1.07 0 0 0 Target initStep 1 -17.6 -10.6 -2.43e+03 0.874 0 23 23 Target compt 2 -22.7 -10.4 -2.43e+03 0.874 0 6.15 29.1 World Transportation 3 -64.2 -8.98 -2.4e+03 0.874 0 50.1 79.2 Tracker Transportation @@ -9525,14 +9525,14 @@ 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 1.33 -0.803 -2.44e+03 0.329 0 0 0 Target initStep - 1 1.26 -1.52 -2.44e+03 0 0.088 0.874 0.874 Target phot + 1 1.26 -1.51 -2.44e+03 0 0.088 0.874 0.874 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 689, Parent ID = 596 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.26 -1.52 -2.44e+03 0.241 0 0 0 Target initStep + 0 1.26 -1.51 -2.44e+03 0.241 0 0 0 Target initStep 1 1.26 -1.52 -2.44e+03 0 0.241 0.108 0.108 Target eIoni ********************************************************************************************************* @@ -9540,66 +9540,66 @@ 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.194 0.242 -2.44e+03 0.511 0 0 0 Target initStep - 1 0.0513 0.193 -2.44e+03 0 0.088 0.288 0.288 Target phot + 0 0.195 0.197 -2.44e+03 0.511 0 0 0 Target initStep + 1 0.052 0.148 -2.44e+03 0 0.088 0.288 0.288 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 690, Parent ID = 595 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0513 0.193 -2.44e+03 0.423 0 0 0 Target initStep - 1 0.0492 0.188 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 0.052 0.148 -2.44e+03 0.423 0 0 0 Target initStep + 1 0.05 0.144 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 594, Parent ID = 575 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.194 0.242 -2.44e+03 0.511 0 0 0 Target initStep - 1 0.686 0.412 -2.44e+03 0.19 0 0.993 0.993 Target compt - 2 0.0722 0.55 -2.44e+03 0 0.088 0.661 1.65 Target phot + 0 0.195 0.197 -2.44e+03 0.511 0 0 0 Target initStep + 1 0.687 0.367 -2.44e+03 0.19 0 0.993 0.993 Target compt + 2 0.073 0.505 -2.44e+03 0 0.088 0.661 1.65 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 692, Parent ID = 594 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0722 0.55 -2.44e+03 0.102 0 0 0 Target initStep - 1 0.0708 0.551 -2.44e+03 0 0.102 0.0285 0.0285 Target eIoni + 0 0.073 0.505 -2.44e+03 0.102 0 0 0 Target initStep + 1 0.0716 0.506 -2.44e+03 0 0.102 0.0285 0.0285 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 691, Parent ID = 594 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.686 0.412 -2.44e+03 0.321 0 0 0 Target initStep - 1 0.693 0.413 -2.44e+03 0 0.321 0.164 0.164 Target eIoni + 0 0.687 0.367 -2.44e+03 0.321 0 0 0 Target initStep + 1 0.694 0.368 -2.44e+03 0 0.321 0.164 0.164 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 593, Parent ID = 575 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.167 0.179 -2.44e+03 0.315 0 0 0 Target initStep - 1 2.35 5.34 -2.44e+03 0 0.088 5.6 5.6 Target phot + 0 0.168 0.134 -2.44e+03 0.315 0 0 0 Target initStep + 1 2.35 5.3 -2.44e+03 0 0.088 5.6 5.6 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 693, Parent ID = 593 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.35 5.34 -2.44e+03 0.227 0 0 0 Target initStep - 1 2.35 5.34 -2.44e+03 0 0.227 0.099 0.099 Target eIoni + 0 2.35 5.3 -2.44e+03 0.227 0 0 0 Target initStep + 1 2.35 5.3 -2.44e+03 0 0.227 0.099 0.099 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 592, Parent ID = 575 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.114 0.0316 -2.44e+03 1.98 0 0 0 Target initStep - 1 1.13 -25 -2.43e+03 1.98 0 29.8 29.8 World Transportation - 2 3.09 -64.4 -2.4e+03 1.98 0 46.9 76.7 Tracker Transportation + 0 -0.113 -0.013 -2.44e+03 1.98 0 0 0 Target initStep + 1 1.13 -25 -2.43e+03 1.98 0 29.7 29.7 World Transportation + 2 3.09 -64.5 -2.4e+03 1.98 0 47 76.7 Tracker Transportation 3 119 -2.4e+03 -898 1.98 0 2.78e+03 2.85e+03 World Transportation 4 146 -2.94e+03 -548 1.98 0 646 3.5e+03 OutOfWorld Transportation @@ -9608,24 +9608,24 @@ 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.113 -0.0397 -2.44e+03 13.6 0 0 0 Target initStep - 1 -3.57 -0.871 -2.42e+03 0.765 0 25.3 25.3 Target compt - 2 23.2 -9.37 -2.4e+03 0.765 0 32 57.3 World Transportation - 3 25.5 -10.1 -2.4e+03 0.765 0 2.77 60.1 Tracker Transportation + 0 -0.112 -0.0842 -2.44e+03 13.6 0 0 0 Target initStep + 1 -3.57 -0.916 -2.42e+03 0.765 0 25.3 25.3 Target compt + 2 23.2 -9.41 -2.4e+03 0.765 0 32 57.3 World Transportation + 3 25.5 -10.1 -2.4e+03 0.765 0 2.8 60.1 Tracker Transportation 4 2.29e+03 -728 -1.1e+03 0.765 0 2.7e+03 2.76e+03 World Transportation - 5 2.94e+03 -935 -726 0.765 0 781 3.55e+03 OutOfWorld Transportation + 5 2.94e+03 -936 -726 0.765 0 781 3.55e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 590, Parent ID = 575 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0734 -0.019 -2.44e+03 1.28 0 0 0 Target initStep - 1 -12.1 -2.16 -2.4e+03 1.28 0 43.8 43.8 Tracker Transportation + 0 -0.0726 -0.0635 -2.44e+03 1.28 0 0 0 Target initStep + 1 -12.1 -2.2 -2.4e+03 1.28 0 43.8 43.8 Tracker Transportation 2 -212 -37.8 -1.7e+03 1.28 0 729 773 Chamber_PV Transportation - 3 -236 -42 -1.62e+03 1.28 0 87.3 860 Tracker Transportation + 3 -236 -42.1 -1.62e+03 1.28 0 87.3 860 Tracker Transportation 4 -441 -78.5 -900 1.28 0 746 1.61e+03 Chamber_PV Transportation - 5 -498 -88.6 -700 1.28 0 208 1.81e+03 Tracker Transportation + 5 -498 -88.7 -700 1.28 0 208 1.81e+03 Tracker Transportation 6 -670 -119 -100 1.28 0 625 2.44e+03 Chamber_PV Transportation 7 -727 -129 100 1.28 0 208 2.65e+03 Tracker Transportation 8 -899 -160 700 1.28 0 625 3.27e+03 Chamber_PV Transportation @@ -9640,7 +9640,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00201 0.0349 -2.44e+03 0.511 0 0 0 Target initStep + 0 0.00201 0.035 -2.44e+03 0.511 0 0 0 Target initStep 1 -3.29 2.77 -2.44e+03 0.262 0 4.31 4.31 Target compt 2 -3.21 3.01 -2.44e+03 0 0.088 0.616 4.92 Target phot @@ -9649,68 +9649,68 @@ 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.00201 0.0349 -2.44e+03 0.511 0 0 0 Target initStep - 1 0.674 -0.524 -2.44e+03 0 0.088 0.88 0.88 Target phot + 0 0.00201 0.035 -2.44e+03 0.511 0 0 0 Target initStep + 1 0.674 -0.523 -2.44e+03 0 0.088 0.88 0.88 Target phot ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 672, Parent ID = 659 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.49 -22 -2.42e+03 0.721 0 0 0 Target initStep - 1 3.53 -22 -2.42e+03 0 0.721 0.491 0.491 Target eIoni - 2 3.53 -22 -2.42e+03 0 0 0 0.491 Target annihil + 0 3.52 -22.2 -2.42e+03 0.721 0 0 0 Target initStep + 1 3.57 -22.2 -2.42e+03 0 0.721 0.491 0.491 Target eIoni + 2 3.57 -22.2 -2.42e+03 0 0 0 0.491 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 655, Parent ID = 606 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.202 0.024 -2.44e+03 7.42 0 0 0 Target initStep - 1 -0.215 0.0346 -2.44e+03 3.96 0.0785 0.0867 0.0867 Target eBrem - 2 -0.218 0.0347 -2.44e+03 3.78 0.00222 0.00551 0.0922 Target eBrem - 3 -0.222 0.0351 -2.44e+03 1.73 0.00527 0.00558 0.0977 Target eBrem - 4 -0.209 0.971 -2.44e+03 0.3 1.43 1.3 1.4 Target eIoni - 5 -0.201 0.972 -2.44e+03 0 0.3 0.145 1.55 Target eIoni - 6 -0.201 0.972 -2.44e+03 0 0 0 1.55 Target annihil + 0 -0.201 -0.0206 -2.44e+03 7.42 0 0 0 Target initStep + 1 -0.215 -0.00996 -2.44e+03 3.96 0.0785 0.0867 0.0867 Target eBrem + 2 -0.218 -0.00982 -2.44e+03 3.78 0.00222 0.00551 0.0922 Target eBrem + 3 -0.221 -0.00938 -2.44e+03 1.73 0.00527 0.00558 0.0977 Target eBrem + 4 -0.208 0.927 -2.44e+03 0.3 1.43 1.3 1.4 Target eIoni + 5 -0.2 0.927 -2.44e+03 0 0.3 0.145 1.55 Target eIoni + 6 -0.2 0.927 -2.44e+03 0 0 0 1.55 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 649, Parent ID = 607 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.113 0.551 -2.43e+03 4.01 0 0 0 Target initStep - 1 -0.839 -0.87 -2.43e+03 2 2.01 2.04 2.04 Target eIoni - 2 0.374 -0.837 -2.43e+03 0.275 1.72 1.43 3.47 Target eIoni - 3 0.373 -0.846 -2.43e+03 0 0.275 0.128 3.6 Target eIoni - 4 0.373 -0.846 -2.43e+03 0 0 0 3.6 Target annihil + 0 -0.113 0.507 -2.43e+03 4.01 0 0 0 Target initStep + 1 -0.838 -0.915 -2.43e+03 2 2.01 2.04 2.04 Target eIoni + 2 0.374 -0.882 -2.43e+03 0.275 1.72 1.43 3.47 Target eIoni + 3 0.374 -0.89 -2.43e+03 0 0.275 0.128 3.6 Target eIoni + 4 0.374 -0.89 -2.43e+03 0 0 0 3.6 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 644, Parent ID = 611 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.71 1.42 -2.43e+03 5.28 0 0 0 Target initStep - 1 -1.66 1.59 -2.43e+03 0 0.37 0.356 0.356 Target annihil + 0 -1.71 1.37 -2.43e+03 5.28 0 0 0 Target initStep + 1 -1.66 1.55 -2.43e+03 0 0.37 0.356 0.356 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 627, Parent ID = 614 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.04 2.3 -2.42e+03 6.29 0 0 0 Target initStep - 1 -9.93 2.18 -2.42e+03 4.86 1.34 1.09 1.09 Target eBrem - 2 -9.95 2.12 -2.42e+03 4.55 0.066 0.0674 1.16 Target eBrem - 3 -9.45 1.91 -2.42e+03 2.62 0.991 1.04 2.2 Target eBrem - 4 -8.86 2.08 -2.42e+03 0 2.62 1.67 3.87 Target eIoni - 5 -8.86 2.08 -2.42e+03 0 0 0 3.87 Target annihil + 0 -9.04 2.26 -2.42e+03 6.29 0 0 0 Target initStep + 1 -9.93 2.14 -2.42e+03 4.86 1.34 1.09 1.09 Target eBrem + 2 -9.95 2.08 -2.42e+03 4.55 0.066 0.0674 1.16 Target eBrem + 3 -9.45 1.86 -2.42e+03 2.62 0.991 1.04 2.2 Target eBrem + 4 -8.86 2.03 -2.42e+03 0 2.62 1.67 3.87 Target eIoni + 5 -8.86 2.03 -2.42e+03 0 0 0 3.87 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 697, Parent ID = 588 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.674 -0.524 -2.44e+03 0.423 0 0 0 Target initStep + 0 0.674 -0.523 -2.44e+03 0.423 0 0 0 Target initStep 1 0.686 -0.531 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* @@ -9734,54 +9734,54 @@ 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 -3.57 -0.871 -2.42e+03 12.8 0 0 0 Target initStep - 1 -3.58 -0.848 -2.42e+03 11.8 0.531 0.461 0.461 Target eBrem - 2 -4.07 -0.776 -2.42e+03 9.42 1.09 0.839 1.3 Target eBrem - 3 -3.92 -1.15 -2.41e+03 7.24 1.96 1.77 3.07 Target eBrem - 4 -3.82 -1.07 -2.41e+03 6.1 0.226 0.205 3.28 Target eBrem - 5 -3.28 -0.662 -2.41e+03 3.92 1.14 1.01 4.29 Target eBrem - 6 -2.68 -0.958 -2.41e+03 2.41 0.895 0.861 5.15 Target eBrem - 7 -3.43 0.00699 -2.41e+03 0.669 1.75 1.57 6.73 Target eIoni - 8 -3.44 0.0182 -2.41e+03 0 0.669 0.446 7.17 Target eIoni + 0 -3.57 -0.916 -2.42e+03 12.8 0 0 0 Target initStep + 1 -3.58 -0.892 -2.42e+03 11.8 0.531 0.461 0.461 Target eBrem + 2 -4.06 -0.821 -2.42e+03 9.42 1.09 0.839 1.3 Target eBrem + 3 -3.92 -1.2 -2.41e+03 7.24 1.96 1.77 3.07 Target eBrem + 4 -3.82 -1.11 -2.41e+03 6.1 0.226 0.205 3.28 Target eBrem + 5 -3.28 -0.706 -2.41e+03 3.92 1.14 1.01 4.29 Target eBrem + 6 -2.68 -1 -2.41e+03 2.41 0.895 0.861 5.15 Target eBrem + 7 -3.42 -0.0375 -2.41e+03 0.669 1.75 1.57 6.73 Target eIoni + 8 -3.44 -0.0264 -2.41e+03 0 0.669 0.446 7.17 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 719, Parent ID = 694 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.68 -0.958 -2.41e+03 0.615 0 0 0 Target initStep - 1 -3.09 2.52 -2.41e+03 0 0.088 3.58 3.58 Target phot + 0 -2.68 -1 -2.41e+03 0.615 0 0 0 Target initStep + 1 -3.09 2.48 -2.41e+03 0 0.088 3.58 3.58 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 720, Parent ID = 719 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.09 2.52 -2.41e+03 0.527 0 0 0 Target initStep - 1 -3.1 2.54 -2.41e+03 0 0.527 0.327 0.327 Target eIoni + 0 -3.09 2.48 -2.41e+03 0.527 0 0 0 Target initStep + 1 -3.1 2.5 -2.41e+03 0 0.527 0.327 0.327 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 718, Parent ID = 694 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.28 -0.662 -2.41e+03 1.03 0 0 0 Target initStep - 1 5.5 -5.91 -2.41e+03 0 0.088 12.1 12.1 Target phot + 0 -3.28 -0.706 -2.41e+03 1.03 0 0 0 Target initStep + 1 5.5 -5.96 -2.41e+03 0 0.088 12.1 12.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 721, Parent ID = 718 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.5 -5.91 -2.41e+03 0.947 0 0 0 Target initStep - 1 5.52 -5.95 -2.41e+03 0 0.947 0.685 0.685 Target eIoni + 0 5.5 -5.96 -2.41e+03 0.947 0 0 0 Target initStep + 1 5.52 -5.99 -2.41e+03 0 0.947 0.685 0.685 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 717, Parent ID = 694 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.82 -1.07 -2.41e+03 0.917 0 0 0 Target initStep + 0 -3.82 -1.11 -2.41e+03 0.917 0 0 0 Target initStep 1 -2.19 11.1 -2.4e+03 0.917 0 18.5 18.5 Tracker Transportation 2 313 2.38e+03 278 0.917 0 3.59e+03 3.61e+03 World Transportation 3 387 2.94e+03 912 0.917 0 849 4.46e+03 OutOfWorld Transportation @@ -9791,24 +9791,24 @@ 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 -3.92 -1.15 -2.41e+03 0.216 0 0 0 Target initStep - 1 -3.86 -0.989 -2.41e+03 0 0.088 0.35 0.35 Target phot + 0 -3.92 -1.2 -2.41e+03 0.216 0 0 0 Target initStep + 1 -3.86 -1.03 -2.41e+03 0 0.088 0.35 0.35 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 722, Parent ID = 716 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.86 -0.989 -2.41e+03 0.128 0 0 0 Target initStep - 1 -3.86 -0.988 -2.41e+03 0 0.128 0.0405 0.0405 Target eIoni + 0 -3.86 -1.03 -2.41e+03 0.128 0 0 0 Target initStep + 1 -3.86 -1.03 -2.41e+03 0 0.128 0.0405 0.0405 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 715, Parent ID = 694 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.07 -0.776 -2.42e+03 1.3 0 0 0 Target initStep - 1 -15.6 1.62 -2.4e+03 1.3 0 19.6 19.6 Tracker Transportation + 0 -4.06 -0.821 -2.42e+03 1.3 0 0 0 Target initStep + 1 -15.6 1.57 -2.4e+03 1.3 0 19.6 19.6 Tracker Transportation 2 -2.35e+03 486 757 1.3 0 3.96e+03 3.98e+03 World Transportation 3 -2.94e+03 608 1.55e+03 1.3 0 999 4.97e+03 OutOfWorld Transportation @@ -9817,139 +9817,139 @@ 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 -3.58 -0.848 -2.42e+03 0.487 0 0 0 Target initStep - 1 -6.89 -2.32 -2.41e+03 0 0.088 8.77 8.77 Target phot + 0 -3.58 -0.892 -2.42e+03 0.487 0 0 0 Target initStep + 1 -6.89 -2.36 -2.41e+03 0 0.088 8.77 8.77 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 723, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.89 -2.32 -2.41e+03 0.399 0 0 0 Target initStep - 1 -6.89 -2.32 -2.41e+03 0 0.399 0.223 0.223 Target eIoni + 0 -6.89 -2.36 -2.41e+03 0.399 0 0 0 Target initStep + 1 -6.89 -2.36 -2.41e+03 0 0.399 0.223 0.223 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 713, Parent ID = 627 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.86 2.08 -2.42e+03 0.511 0 0 0 Target initStep - 1 -3.72 2.08 -2.41e+03 0.45 0 5.96 5.96 Target compt - 2 -3.64 2.04 -2.41e+03 0.193 0 0.0905 6.05 Target compt - 3 -3.63 2.8 -2.41e+03 0 0.088 0.844 6.9 Target phot + 0 -8.86 2.03 -2.42e+03 0.511 0 0 0 Target initStep + 1 -3.72 2.03 -2.41e+03 0.45 0 5.96 5.96 Target compt + 2 -3.64 1.99 -2.41e+03 0.193 0 0.0905 6.05 Target compt + 3 -3.63 2.75 -2.41e+03 0 0.088 0.844 6.9 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 726, Parent ID = 713 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.63 2.8 -2.41e+03 0.105 0 0 0 Target initStep - 1 -3.63 2.8 -2.41e+03 0 0.105 0.0297 0.0297 Target eIoni + 0 -3.63 2.75 -2.41e+03 0.105 0 0 0 Target initStep + 1 -3.63 2.76 -2.41e+03 0 0.105 0.0297 0.0297 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 725, Parent ID = 713 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.64 2.04 -2.41e+03 0.257 0 0 0 Target initStep - 1 -3.63 2.03 -2.41e+03 0 0.257 0.118 0.118 Target eIoni + 0 -3.64 1.99 -2.41e+03 0.257 0 0 0 Target initStep + 1 -3.63 1.99 -2.41e+03 0 0.257 0.118 0.118 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 724, Parent ID = 713 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.72 2.08 -2.41e+03 0.0613 0 0 0 Target initStep - 1 -3.72 2.08 -2.41e+03 0 0.0613 0.0124 0.0124 Target eIoni + 0 -3.72 2.03 -2.41e+03 0.0613 0 0 0 Target initStep + 1 -3.71 2.03 -2.41e+03 0 0.0613 0.0124 0.0124 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 712, Parent ID = 627 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.86 2.08 -2.42e+03 0.511 0 0 0 Target initStep - 1 -20.2 2.08 -2.42e+03 0.177 0 13.2 13.2 Target compt - 2 -20.2 2.08 -2.42e+03 0 0.088 0.0198 13.2 Target phot + 0 -8.86 2.03 -2.42e+03 0.511 0 0 0 Target initStep + 1 -20.2 2.03 -2.42e+03 0.177 0 13.2 13.2 Target compt + 2 -20.2 2.03 -2.42e+03 0 0.088 0.0198 13.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 728, Parent ID = 712 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.2 2.08 -2.42e+03 0.0892 0 0 0 Target initStep - 1 -20.2 2.08 -2.42e+03 0 0.0892 0.0228 0.0228 Target eIoni + 0 -20.2 2.03 -2.42e+03 0.0892 0 0 0 Target initStep + 1 -20.2 2.04 -2.42e+03 0 0.0892 0.0228 0.0228 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 727, Parent ID = 712 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.2 2.08 -2.42e+03 0.334 0 0 0 Target initStep - 1 -20.3 2.07 -2.42e+03 0 0.334 0.174 0.174 Target eIoni + 0 -20.2 2.03 -2.42e+03 0.334 0 0 0 Target initStep + 1 -20.3 2.03 -2.42e+03 0 0.334 0.174 0.174 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 711, Parent ID = 627 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.45 1.91 -2.42e+03 0.935 0 0 0 Target initStep - 1 7.28 -8.34 -2.42e+03 0.36 0 19.9 19.9 Target compt - 2 8.73 -6.56 -2.42e+03 0 0.088 2.31 22.2 Target phot + 0 -9.45 1.86 -2.42e+03 0.935 0 0 0 Target initStep + 1 7.28 -8.39 -2.42e+03 0.36 0 19.9 19.9 Target compt + 2 8.73 -6.6 -2.42e+03 0 0.088 2.31 22.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 730, Parent ID = 711 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.73 -6.56 -2.42e+03 0.272 0 0 0 Target initStep - 1 8.74 -6.55 -2.42e+03 0 0.272 0.129 0.129 Target eIoni + 0 8.73 -6.6 -2.42e+03 0.272 0 0 0 Target initStep + 1 8.74 -6.6 -2.42e+03 0 0.272 0.129 0.129 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 729, Parent ID = 711 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.28 -8.34 -2.42e+03 0.575 0 0 0 Target initStep - 1 7.29 -8.37 -2.42e+03 0 0.575 0.366 0.366 Target eIoni + 0 7.28 -8.39 -2.42e+03 0.575 0 0 0 Target initStep + 1 7.29 -8.41 -2.42e+03 0 0.575 0.366 0.366 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 710, Parent ID = 627 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.95 2.12 -2.42e+03 0.239 0 0 0 Target initStep - 1 -9.95 2.1 -2.42e+03 0 0.088 0.0269 0.0269 Target phot + 0 -9.95 2.08 -2.42e+03 0.239 0 0 0 Target initStep + 1 -9.95 2.06 -2.42e+03 0 0.088 0.0269 0.0269 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 731, Parent ID = 710 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.95 2.1 -2.42e+03 0.151 0 0 0 Target initStep - 1 -9.95 2.1 -2.42e+03 0 0.151 0.0528 0.0528 Target eIoni + 0 -9.95 2.06 -2.42e+03 0.151 0 0 0 Target initStep + 1 -9.95 2.05 -2.42e+03 0 0.151 0.0528 0.0528 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 709, Parent ID = 627 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.93 2.18 -2.42e+03 0.102 0 0 0 Target initStep - 1 -9.95 2.1 -2.42e+03 0 0.088 0.0919 0.0919 Target phot + 0 -9.93 2.14 -2.42e+03 0.102 0 0 0 Target initStep + 1 -9.95 2.05 -2.42e+03 0 0.088 0.0919 0.0919 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 732, Parent ID = 709 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.95 2.1 -2.42e+03 0.0137 0 0 0 Target initStep - 1 -9.95 2.1 -2.42e+03 0 0.0137 0.00113 0.00113 Target eIoni + 0 -9.95 2.05 -2.42e+03 0.0137 0 0 0 Target initStep + 1 -9.95 2.05 -2.42e+03 0 0.0137 0.00113 0.00113 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 708, Parent ID = 644 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.66 1.59 -2.43e+03 5.39 0 0 0 Target initStep + 0 -1.66 1.55 -2.43e+03 5.39 0 0 0 Target initStep 1 12.5 13 -2.4e+03 5.39 0 32.6 32.6 Tracker Transportation 2 1.86e+03 1.51e+03 1.14e+03 5.39 0 4.26e+03 4.3e+03 World Transportation 3 2.81e+03 2.28e+03 2.94e+03 5.39 0 2.18e+03 6.47e+03 OutOfWorld Transportation @@ -9959,183 +9959,183 @@ 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 -1.66 1.59 -2.43e+03 0.538 0 0 0 Target initStep - 1 -4.06 -0.35 -2.43e+03 0.186 0 3.62 3.62 Target compt - 2 -3.88 -0.345 -2.43e+03 0 0.088 0.34 3.96 Target phot + 0 -1.66 1.55 -2.43e+03 0.538 0 0 0 Target initStep + 1 -4.06 -0.394 -2.43e+03 0.186 0 3.62 3.62 Target compt + 2 -3.88 -0.389 -2.43e+03 0 0.088 0.34 3.96 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 734, Parent ID = 707 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.88 -0.345 -2.43e+03 0.098 0 0 0 Target initStep - 1 -3.88 -0.344 -2.43e+03 0 0.098 0.0265 0.0265 Target eIoni + 0 -3.88 -0.389 -2.43e+03 0.098 0 0 0 Target initStep + 1 -3.88 -0.388 -2.43e+03 0 0.098 0.0265 0.0265 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 733, Parent ID = 707 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.06 -0.35 -2.43e+03 0.352 0 0 0 Target initStep - 1 -4.07 -0.355 -2.43e+03 0 0.352 0.188 0.188 Target eIoni + 0 -4.06 -0.394 -2.43e+03 0.352 0 0 0 Target initStep + 1 -4.07 -0.4 -2.43e+03 0 0.352 0.188 0.188 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 706, Parent ID = 649 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.373 -0.846 -2.43e+03 0.511 0 0 0 Target initStep - 1 5.14 -5.12 -2.43e+03 0.324 0 6.48 6.48 Target compt - 2 8.32 -4.21 -2.43e+03 0 0.088 3.59 10.1 Target phot + 0 0.374 -0.89 -2.43e+03 0.511 0 0 0 Target initStep + 1 5.14 -5.16 -2.43e+03 0.324 0 6.48 6.48 Target compt + 2 8.32 -4.25 -2.43e+03 0 0.088 3.59 10.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 736, Parent ID = 706 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.32 -4.21 -2.43e+03 0.236 0 0 0 Target initStep - 1 8.32 -4.2 -2.43e+03 0 0.236 0.104 0.104 Target eIoni + 0 8.32 -4.25 -2.43e+03 0.236 0 0 0 Target initStep + 1 8.32 -4.25 -2.43e+03 0 0.236 0.104 0.104 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 735, Parent ID = 706 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.14 -5.12 -2.43e+03 0.187 0 0 0 Target initStep - 1 5.14 -5.12 -2.43e+03 0 0.187 0.0737 0.0737 Target eIoni + 0 5.14 -5.16 -2.43e+03 0.187 0 0 0 Target initStep + 1 5.14 -5.17 -2.43e+03 0 0.187 0.0737 0.0737 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 705, Parent ID = 649 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.373 -0.846 -2.43e+03 0.511 0 0 0 Target initStep - 1 -2.04 1.31 -2.43e+03 0.427 0 3.28 3.28 Target compt - 2 -2.87 5.5 -2.43e+03 0 0.088 4.31 7.58 Target phot + 0 0.374 -0.89 -2.43e+03 0.511 0 0 0 Target initStep + 1 -2.03 1.27 -2.43e+03 0.427 0 3.28 3.28 Target compt + 2 -2.87 5.46 -2.43e+03 0 0.088 4.31 7.58 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 738, Parent ID = 705 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.87 5.5 -2.43e+03 0.339 0 0 0 Target initStep - 1 -2.87 5.5 -2.43e+03 0 0.339 0.178 0.178 Target eIoni + 0 -2.87 5.46 -2.43e+03 0.339 0 0 0 Target initStep + 1 -2.87 5.45 -2.43e+03 0 0.339 0.178 0.178 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 737, Parent ID = 705 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.04 1.31 -2.43e+03 0.0835 0 0 0 Target initStep - 1 -2.04 1.31 -2.43e+03 0 0.0835 0.0205 0.0205 Target eIoni + 0 -2.03 1.27 -2.43e+03 0.0835 0 0 0 Target initStep + 1 -2.04 1.27 -2.43e+03 0 0.0835 0.0205 0.0205 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 704, Parent ID = 655 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.201 0.972 -2.44e+03 0.511 0 0 0 Target initStep - 1 -1.09 2.11 -2.44e+03 0 0.088 4.03 4.03 Target phot + 0 -0.2 0.927 -2.44e+03 0.511 0 0 0 Target initStep + 1 -1.09 2.06 -2.44e+03 0 0.088 4.03 4.03 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 739, Parent ID = 704 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.09 2.11 -2.44e+03 0.423 0 0 0 Target initStep - 1 -1.1 2.11 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -1.09 2.06 -2.44e+03 0.423 0 0 0 Target initStep + 1 -1.1 2.06 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 703, Parent ID = 655 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.201 0.972 -2.44e+03 0.511 0 0 0 Target initStep - 1 -0.169 0.931 -2.44e+03 0 0.088 0.144 0.144 Target phot + 0 -0.2 0.927 -2.44e+03 0.511 0 0 0 Target initStep + 1 -0.168 0.886 -2.44e+03 0 0.088 0.144 0.144 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 740, Parent ID = 703 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.169 0.931 -2.44e+03 0.423 0 0 0 Target initStep - 1 -0.168 0.935 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -0.168 0.886 -2.44e+03 0.423 0 0 0 Target initStep + 1 -0.167 0.89 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 702, Parent ID = 655 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.222 0.0351 -2.44e+03 2.05 0 0 0 Target initStep - 1 -16.5 0.899 -2.41e+03 0.639 0 33.9 33.9 Target compt - 2 -18.9 0.0461 -2.41e+03 0.214 0 2.5 36.4 Target compt - 3 -17.7 -0.422 -2.41e+03 0 0.088 1.54 37.9 Target phot + 0 -0.221 -0.00938 -2.44e+03 2.05 0 0 0 Target initStep + 1 -16.5 0.854 -2.41e+03 0.639 0 33.9 33.9 Target compt + 2 -18.9 0.00159 -2.41e+03 0.214 0 2.5 36.4 Target compt + 3 -17.7 -0.466 -2.41e+03 0 0.088 1.54 37.9 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 743, Parent ID = 702 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.7 -0.422 -2.41e+03 0.126 0 0 0 Target initStep - 1 -17.7 -0.424 -2.41e+03 0 0.126 0.0396 0.0396 Target eIoni + 0 -17.7 -0.466 -2.41e+03 0.126 0 0 0 Target initStep + 1 -17.7 -0.469 -2.41e+03 0 0.126 0.0396 0.0396 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 742, Parent ID = 702 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.9 0.0461 -2.41e+03 0.425 0 0 0 Target initStep - 1 -18.9 0.0429 -2.41e+03 0 0.425 0.245 0.245 Target eIoni + 0 -18.9 0.00159 -2.41e+03 0.425 0 0 0 Target initStep + 1 -18.9 -0.0016 -2.41e+03 0 0.425 0.245 0.245 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 741, Parent ID = 702 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.5 0.899 -2.41e+03 1.41 0 0 0 Target initStep - 1 -16.5 0.786 -2.41e+03 0.551 0.245 0.247 0.247 Target eBrem - 2 -16.5 0.789 -2.41e+03 0 0.551 0.347 0.594 Target eIoni + 0 -16.5 0.854 -2.41e+03 1.41 0 0 0 Target initStep + 1 -16.5 0.741 -2.41e+03 0.551 0.245 0.247 0.247 Target eBrem + 2 -16.5 0.745 -2.41e+03 0 0.551 0.347 0.594 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 744, Parent ID = 741 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.5 0.786 -2.41e+03 0.61 0 0 0 Target initStep - 1 -12.1 -7.61 -2.41e+03 0 0.088 9.57 9.57 Target phot + 0 -16.5 0.741 -2.41e+03 0.61 0 0 0 Target initStep + 1 -12.1 -7.65 -2.41e+03 0 0.088 9.57 9.57 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 745, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.1 -7.61 -2.41e+03 0.522 0 0 0 Target initStep - 1 -12.1 -7.63 -2.41e+03 0 0.522 0.323 0.323 Target eIoni + 0 -12.1 -7.65 -2.41e+03 0.522 0 0 0 Target initStep + 1 -12.1 -7.67 -2.41e+03 0 0.522 0.323 0.323 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 701, Parent ID = 655 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.218 0.0347 -2.44e+03 0.182 0 0 0 Target initStep - 1 -0.577 0.0637 -2.44e+03 0 0.088 0.543 0.543 Target phot + 0 -0.218 -0.00982 -2.44e+03 0.182 0 0 0 Target initStep + 1 -0.576 0.0192 -2.44e+03 0 0.088 0.543 0.543 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 746, Parent ID = 701 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.577 0.0637 -2.44e+03 0.0944 0 0 0 Target initStep - 1 -0.578 0.0649 -2.44e+03 0 0.0944 0.025 0.025 Target eIoni + 0 -0.576 0.0192 -2.44e+03 0.0944 0 0 0 Target initStep + 1 -0.577 0.0203 -2.44e+03 0 0.0944 0.025 0.025 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 700, Parent ID = 655 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.215 0.0346 -2.44e+03 3.38 0 0 0 Target initStep - 1 -24.8 -3.21 -2.4e+03 3.38 0 42.4 42.4 World Transportation - 2 -28.2 -3.67 -2.4e+03 3.38 0 5.9 48.3 Tracker Transportation + 0 -0.215 -0.00996 -2.44e+03 3.38 0 0 0 Target initStep + 1 -24.8 -3.26 -2.4e+03 3.38 0 42.4 42.4 World Transportation + 2 -28.2 -3.71 -2.4e+03 3.38 0 5.91 48.3 Tracker Transportation 3 -2.38e+03 -314 890 3.38 0 4.06e+03 4.1e+03 World Transportation 4 -2.94e+03 -389 1.68e+03 3.38 0 967 5.07e+03 OutOfWorld Transportation @@ -10144,53 +10144,183 @@ 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 3.53 -22 -2.42e+03 0.511 0 0 0 Target initStep - 1 2.98 -21.9 -2.42e+03 0.217 0 0.582 0.582 Target compt - 2 3.08 -22.1 -2.42e+03 0 0.088 0.236 0.818 Target phot + 0 3.57 -22.2 -2.42e+03 0.511 0 0 0 Target initStep + 1 3.01 -22.1 -2.42e+03 0.217 0 0.582 0.582 Target compt + 2 3.11 -22.3 -2.42e+03 0 0.088 0.236 0.818 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 698, Parent ID = 672 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.53 -22 -2.42e+03 0.511 0 0 0 Target initStep - 1 9.76 -22.8 -2.42e+03 0 0.088 6.51 6.51 Target phot + 0 3.57 -22.2 -2.42e+03 0.511 0 0 0 Target initStep + 1 9.79 -23 -2.42e+03 0 0.088 6.51 6.51 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 749, Parent ID = 698 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.76 -22.8 -2.42e+03 0.423 0 0 0 Target initStep - 1 9.78 -22.8 -2.42e+03 0.291 0.132 0.0763 0.0763 Target msc - 2 9.78 -22.8 -2.42e+03 0.233 0.0583 0.0427 0.119 Target msc - 3 9.79 -22.8 -2.42e+03 0 0.233 0.102 0.221 Target eIoni + 0 9.79 -23 -2.42e+03 0.423 0 0 0 Target initStep + 1 9.8 -23 -2.42e+03 0.407 0.0159 0.0145 0.0145 Target msc + 2 9.81 -23 -2.42e+03 0.398 0.00956 0.0097 0.0242 Target msc + 3 9.81 -23 -2.42e+03 0.389 0.00899 0.0097 0.0339 Target msc + 4 9.8 -23 -2.42e+03 0.382 0.00649 0.0097 0.0436 Target msc + 5 9.79 -23 -2.42e+03 0.36 0.0225 0.0097 0.0534 Target msc + 6 9.8 -23 -2.42e+03 0.341 0.0184 0.0097 0.0631 Target msc + 7 9.8 -23 -2.42e+03 0.327 0.0138 0.0097 0.0728 Target msc + 8 9.81 -23 -2.42e+03 0.314 0.0137 0.0097 0.0825 Target msc + 9 9.82 -23 -2.42e+03 0.304 0.00998 0.0097 0.0922 Target msc + 10 9.83 -23 -2.42e+03 0.249 0.0541 0.0097 0.102 Target msc + 11 9.82 -23 -2.42e+03 0.243 0.0061 0.0097 0.112 Target msc + 12 9.82 -23 -2.42e+03 0.229 0.0139 0.0097 0.121 Target msc + 13 9.83 -23 -2.42e+03 0.223 0.00696 0.0055 0.127 World Transportation + 14 -12.5 -64.9 -2.42e+03 0.212 0.00917 47.9 48.1 World eIoni + 15 -20.3 -77 -2.43e+03 0.205 0.00685 15.2 63.2 World eIoni + 16 -20.5 -79.8 -2.43e+03 0.204 0.000548 3.31 66.5 World eIoni + 17 -17.4 -98 -2.44e+03 0.2 0.00324 22.8 89.4 World eIoni + 18 -1.73 -148 -2.5e+03 0.176 0.0194 82.6 172 World eIoni + 19 -1.43 -148 -2.5e+03 0.174 7.96e-06 0.323 172 World eIoni + 20 75.5 -125 -2.55e+03 0.154 0.0195 91.4 264 World eIoni + 21 82.8 -123 -2.56e+03 0.147 0.00577 20.9 285 World eIoni + 22 93.5 -121 -2.58e+03 0.142 0.00478 19.5 304 World eIoni + 23 125 -97.9 -2.62e+03 0.124 0.0164 58 362 World eIoni + 24 130 -80.8 -2.63e+03 0.117 0.00646 21.5 384 World eIoni + 25 131 -73.5 -2.64e+03 0.0974 0.00219 12.3 396 World eIoni + 26 110 -71.7 -2.67e+03 0.0843 0.0132 34.9 431 World eIoni + 27 102 -65.7 -2.69e+03 0.0738 0.0105 27.4 458 World eIoni + 28 103 -63.4 -2.71e+03 0.0645 0.00929 22 480 World eIoni + 29 101 -49.4 -2.72e+03 0.0579 0.00663 17.6 498 World eIoni + 30 94.2 -37.4 -2.72e+03 0.0499 0.00798 14.8 513 World eIoni + 31 89 -29.3 -2.73e+03 0.0432 0.00666 11.7 524 World eIoni + 32 89.1 -28 -2.73e+03 0.0429 0.000383 1.58 526 World eIoni + 33 89.8 -23.1 -2.73e+03 0.0357 0.00153 5.68 532 World eIoni + 34 89.3 -20.8 -2.74e+03 0.0299 0.00584 7.07 539 World eIoni + 35 88.6 -17.6 -2.74e+03 0.0254 0.00451 5.53 544 World eIoni + 36 91.8 -15.5 -2.74e+03 0.0201 0.00531 4.48 549 World eIoni + 37 92.2 -13.3 -2.74e+03 0.0147 0.0054 3.43 552 World eIoni + 38 92.1 -13.3 -2.74e+03 0.0116 9.07e-05 0.0311 552 World eIoni + 39 90.5 -13.2 -2.74e+03 0.0069 0.00465 2.06 554 World eIoni + 40 90.8 -13.9 -2.74e+03 0.00191 0.00499 1.29 555 World eIoni + 41 90.7 -14 -2.74e+03 0 0.00191 0.151 556 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 759, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 92.1 -13.3 -2.74e+03 0.00302 0 0 0 World initStep + 1 92.1 -13.2 -2.74e+03 0 0.00302 0.318 0.318 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 758, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 89.8 -23.1 -2.73e+03 0.00561 0 0 0 World initStep + 1 90.1 -22.9 -2.73e+03 0 0.00561 0.939 0.939 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 757, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 131 -73.5 -2.64e+03 0.0171 0 0 0 World initStep + 1 132 -76.3 -2.64e+03 0.0139 0.00315 2.91 2.91 World eIoni + 2 132 -76.7 -2.64e+03 0.01 0.0022 1.58 4.49 World eIoni + 3 131 -77.5 -2.65e+03 0.00626 0.00379 1.84 6.33 World eIoni + 4 132 -78.1 -2.65e+03 0.00264 0.00362 1.13 7.46 World eIoni + 5 132 -78.1 -2.65e+03 0 0.00264 0.253 7.72 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 760, Parent ID = 757 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 132 -76.7 -2.64e+03 0.00167 0 0 0 World initStep + 1 132 -76.7 -2.64e+03 0 0.00167 0.122 0.122 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 756, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 130 -80.8 -2.63e+03 0.00129 0 0 0 World initStep + 1 130 -80.8 -2.63e+03 0 0.00129 0.0827 0.0827 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 755, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 125 -97.9 -2.62e+03 0.00117 0 0 0 World initStep + 1 125 -97.8 -2.62e+03 0 0.00117 0.0717 0.0717 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 754, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 82.8 -123 -2.56e+03 0.00179 0 0 0 World initStep + 1 82.9 -123 -2.56e+03 0 0.00179 0.136 0.136 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 753, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.43 -148 -2.5e+03 0.002 0 0 0 World initStep + 1 -1.41 -148 -2.5e+03 0 0.002 0.161 0.161 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 752, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -1.73 -148 -2.5e+03 0.00515 0 0 0 World initStep + 1 -1.63 -148 -2.5e+03 0 0.00515 0.808 0.808 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 751, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -20.5 -79.8 -2.43e+03 0.00121 0 0 0 World initStep + 1 -20.5 -79.9 -2.43e+03 0 0.00121 0.0749 0.0749 World eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 750, Parent ID = 749 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -12.5 -64.9 -2.42e+03 0.00109 0 0 0 World initStep + 1 -12.6 -64.8 -2.42e+03 0 0.00109 0.0644 0.0644 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 748, Parent ID = 699 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.08 -22.1 -2.42e+03 0.129 0 0 0 Target initStep - 1 3.08 -22.1 -2.42e+03 0 0.129 0.041 0.041 Target eIoni + 0 3.11 -22.3 -2.42e+03 0.129 0 0 0 Target initStep + 1 3.11 -22.3 -2.42e+03 0 0.129 0.041 0.041 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 747, Parent ID = 699 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.98 -21.9 -2.42e+03 0.294 0 0 0 Target initStep - 1 2.97 -21.9 -2.42e+03 0 0.294 0.145 0.145 Target eIoni + 0 3.01 -22.1 -2.42e+03 0.294 0 0 0 Target initStep + 1 3 -22.1 -2.42e+03 0 0.294 0.145 0.145 Target eIoni >>> Event: 0 207 hits stored in this event ### Run 2 starts. --> Event 0 starts. >>> Event: 0 - 93 hits stored in this event + 0 hits stored in this event >>> Event: 1 0 hits stored in this event >>> Event: 2 - 0 hits stored in this event + 92 hits stored in this event >>> Event: 3 0 hits stored in this event >>> Event: 4 @@ -10216,7 +10346,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 14 0 hits stored in this event >>> Event: 15 - 49 hits stored in this event + 0 hits stored in this event >>> Event: 16 0 hits stored in this event >>> Event: 17 @@ -10230,21 +10360,21 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 21 0 hits stored in this event >>> Event: 22 - 58 hits stored in this event + 0 hits stored in this event >>> Event: 23 0 hits stored in this event >>> Event: 24 - 18 hits stored in this event + 0 hits stored in this event >>> Event: 25 - 38 hits stored in this event + 0 hits stored in this event >>> Event: 26 0 hits stored in this event >>> Event: 27 0 hits stored in this event >>> Event: 28 - 0 hits stored in this event + 144 hits stored in this event >>> Event: 29 - 283 hits stored in this event + 0 hits stored in this event >>> Event: 30 0 hits stored in this event >>> Event: 31 @@ -10260,13 +10390,13 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 36 0 hits stored in this event >>> Event: 37 - 79 hits stored in this event + 9 hits stored in this event >>> Event: 38 0 hits stored in this event >>> Event: 39 0 hits stored in this event >>> Event: 40 - 0 hits stored in this event + 60 hits stored in this event >>> Event: 41 0 hits stored in this event >>> Event: 42 @@ -10274,11 +10404,11 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 43 0 hits stored in this event >>> Event: 44 - 77 hits stored in this event + 0 hits stored in this event >>> Event: 45 0 hits stored in this event >>> Event: 46 - 19 hits stored in this event + 0 hits stored in this event >>> Event: 47 0 hits stored in this event >>> Event: 48 @@ -10286,27 +10416,27 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 49 0 hits stored in this event >>> Event: 50 - 0 hits stored in this event + 136 hits stored in this event >>> Event: 51 - 62 hits stored in this event + 0 hits stored in this event >>> Event: 52 0 hits stored in this event >>> Event: 53 0 hits stored in this event >>> Event: 54 - 38 hits stored in this event + 0 hits stored in this event >>> Event: 55 0 hits stored in this event >>> Event: 56 - 0 hits stored in this event + 28 hits stored in this event >>> Event: 57 0 hits stored in this event >>> Event: 58 - 0 hits stored in this event + 51 hits stored in this event >>> Event: 59 0 hits stored in this event >>> Event: 60 - 0 hits stored in this event + 90 hits stored in this event >>> Event: 61 0 hits stored in this event >>> Event: 62 @@ -10318,7 +10448,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 65 0 hits stored in this event >>> Event: 66 - 7 hits stored in this event + 0 hits stored in this event >>> Event: 67 0 hits stored in this event >>> Event: 68 @@ -10326,7 +10456,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 69 0 hits stored in this event >>> Event: 70 - 41 hits stored in this event + 0 hits stored in this event >>> Event: 71 0 hits stored in this event >>> Event: 72 @@ -10334,7 +10464,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 73 0 hits stored in this event >>> Event: 74 - 38 hits stored in this event + 0 hits stored in this event >>> Event: 75 0 hits stored in this event >>> Event: 76 @@ -10342,21 +10472,21 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 77 0 hits stored in this event >>> Event: 78 - 0 hits stored in this event + 14 hits stored in this event >>> Event: 79 - 109 hits stored in this event + 0 hits stored in this event >>> Event: 80 0 hits stored in this event >>> Event: 81 - 73 hits stored in this event + 56 hits stored in this event >>> Event: 82 - 0 hits stored in this event + 314 hits stored in this event >>> Event: 83 0 hits stored in this event >>> Event: 84 0 hits stored in this event >>> Event: 85 - 81 hits stored in this event + 0 hits stored in this event >>> Event: 86 0 hits stored in this event >>> Event: 87 @@ -10364,7 +10494,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu >>> Event: 88 0 hits stored in this event >>> Event: 89 - 0 hits stored in this event + 128 hits stored in this event >>> Event: 90 0 hits stored in this event >>> Event: 91 @@ -10388,204 +10518,204 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ### Run 3 starts. --> Event 0 starts. >>> Event: 0 - 93 hits stored in this event + 134 hits stored in this event >>> Event: 1 - 78 hits stored in this event + 125 hits stored in this event >>> Event: 2 - 267 hits stored in this event + 338 hits stored in this event >>> Event: 3 - 43 hits stored in this event + 184 hits stored in this event >>> Event: 4 - 249 hits stored in this event + 118 hits stored in this event >>> Event: 5 - 65 hits stored in this event + 172 hits stored in this event >>> Event: 6 - 822 hits stored in this event + 123 hits stored in this event >>> Event: 7 - 996 hits stored in this event + 194 hits stored in this event >>> Event: 8 - 50 hits stored in this event ->>> Event: 9 52 hits stored in this event +>>> Event: 9 + 66 hits stored in this event >>> Event: 10 - 159 hits stored in this event + 1033 hits stored in this event >>> Event: 11 - 1104 hits stored in this event + 55 hits stored in this event >>> Event: 12 - 63 hits stored in this event + 118 hits stored in this event >>> Event: 13 - 369 hits stored in this event + 71 hits stored in this event >>> Event: 14 - 113 hits stored in this event + 445 hits stored in this event >>> Event: 15 - 62 hits stored in this event + 132 hits stored in this event >>> Event: 16 - 459 hits stored in this event + 137 hits stored in this event >>> Event: 17 - 130 hits stored in this event + 64 hits stored in this event >>> Event: 18 - 189 hits stored in this event + 100 hits stored in this event >>> Event: 19 - 193 hits stored in this event + 39 hits stored in this event >>> Event: 20 - 64 hits stored in this event + 84 hits stored in this event >>> Event: 21 - 69 hits stored in this event + 205 hits stored in this event >>> Event: 22 - 56 hits stored in this event + 85 hits stored in this event >>> Event: 23 - 838 hits stored in this event + 70 hits stored in this event >>> Event: 24 - 76 hits stored in this event + 85 hits stored in this event >>> Event: 25 - 71 hits stored in this event + 148 hits stored in this event >>> Event: 26 - 159 hits stored in this event + 112 hits stored in this event >>> Event: 27 - 134 hits stored in this event + 64 hits stored in this event >>> Event: 28 - 51 hits stored in this event + 174 hits stored in this event >>> Event: 29 - 82 hits stored in this event + 70 hits stored in this event >>> Event: 30 - 81 hits stored in this event + 52 hits stored in this event >>> Event: 31 - 147 hits stored in this event + 97 hits stored in this event >>> Event: 32 - 243 hits stored in this event + 49 hits stored in this event >>> Event: 33 - 89 hits stored in this event + 60 hits stored in this event >>> Event: 34 - 226 hits stored in this event + 76 hits stored in this event >>> Event: 35 - 93 hits stored in this event + 94 hits stored in this event >>> Event: 36 - 211 hits stored in this event + 60 hits stored in this event >>> Event: 37 - 259 hits stored in this event + 41 hits stored in this event >>> Event: 38 - 57 hits stored in this event + 61 hits stored in this event >>> Event: 39 - 99 hits stored in this event + 564 hits stored in this event >>> Event: 40 - 284 hits stored in this event + 570 hits stored in this event >>> Event: 41 - 59 hits stored in this event + 57 hits stored in this event >>> Event: 42 - 96 hits stored in this event + 73 hits stored in this event >>> Event: 43 - 122 hits stored in this event + 192 hits stored in this event >>> Event: 44 - 63 hits stored in this event + 100 hits stored in this event >>> Event: 45 - 857 hits stored in this event + 64 hits stored in this event >>> Event: 46 - 128 hits stored in this event + 80 hits stored in this event >>> Event: 47 - 113 hits stored in this event + 384 hits stored in this event >>> Event: 48 - 87 hits stored in this event + 111 hits stored in this event >>> Event: 49 - 159 hits stored in this event + 74 hits stored in this event >>> Event: 50 - 80 hits stored in this event + 73 hits stored in this event >>> Event: 51 - 135 hits stored in this event + 95 hits stored in this event >>> Event: 52 - 920 hits stored in this event + 52 hits stored in this event >>> Event: 53 - 79 hits stored in this event + 149 hits stored in this event >>> Event: 54 - 82 hits stored in this event + 68 hits stored in this event >>> Event: 55 - 67 hits stored in this event + 63 hits stored in this event >>> Event: 56 - 971 hits stored in this event + 109 hits stored in this event >>> Event: 57 - 1175 hits stored in this event + 181 hits stored in this event >>> Event: 58 - 221 hits stored in this event + 75 hits stored in this event >>> Event: 59 - 39 hits stored in this event + 66 hits stored in this event >>> Event: 60 - 101 hits stored in this event + 81 hits stored in this event >>> Event: 61 - 59 hits stored in this event + 117 hits stored in this event >>> Event: 62 - 91 hits stored in this event + 86 hits stored in this event >>> Event: 63 - 300 hits stored in this event + 1344 hits stored in this event >>> Event: 64 - 81 hits stored in this event + 113 hits stored in this event >>> Event: 65 - 70 hits stored in this event + 172 hits stored in this event >>> Event: 66 - 76 hits stored in this event + 111 hits stored in this event >>> Event: 67 - 87 hits stored in this event + 411 hits stored in this event >>> Event: 68 - 84 hits stored in this event + 113 hits stored in this event >>> Event: 69 - 75 hits stored in this event + 108 hits stored in this event >>> Event: 70 - 232 hits stored in this event + 193 hits stored in this event >>> Event: 71 - 81 hits stored in this event + 63 hits stored in this event >>> Event: 72 - 79 hits stored in this event + 69 hits stored in this event >>> Event: 73 - 72 hits stored in this event + 112 hits stored in this event >>> Event: 74 - 54 hits stored in this event + 122 hits stored in this event >>> Event: 75 - 634 hits stored in this event + 100 hits stored in this event >>> Event: 76 - 91 hits stored in this event + 158 hits stored in this event >>> Event: 77 - 62 hits stored in this event + 67 hits stored in this event >>> Event: 78 - 226 hits stored in this event + 180 hits stored in this event >>> Event: 79 - 94 hits stored in this event + 1779 hits stored in this event >>> Event: 80 - 82 hits stored in this event + 106 hits stored in this event >>> Event: 81 - 155 hits stored in this event + 92 hits stored in this event >>> Event: 82 - 56 hits stored in this event + 140 hits stored in this event >>> Event: 83 - 406 hits stored in this event + 83 hits stored in this event >>> Event: 84 - 96 hits stored in this event + 41 hits stored in this event >>> Event: 85 - 54 hits stored in this event + 86 hits stored in this event >>> Event: 86 - 52 hits stored in this event + 93 hits stored in this event >>> Event: 87 - 5378 hits stored in this event + 167 hits stored in this event >>> Event: 88 - 134 hits stored in this event + 113 hits stored in this event >>> Event: 89 - 90 hits stored in this event + 240 hits stored in this event >>> Event: 90 - 779 hits stored in this event + 73 hits stored in this event >>> Event: 91 - 103 hits stored in this event + 589 hits stored in this event >>> Event: 92 - 98 hits stored in this event + 159 hits stored in this event >>> Event: 93 - 49 hits stored in this event + 141 hits stored in this event >>> Event: 94 - 51 hits stored in this event + 83 hits stored in this event >>> Event: 95 - 119 hits stored in this event + 75 hits stored in this event >>> Event: 96 - 180 hits stored in this event + 74 hits stored in this event >>> Event: 97 - 75 hits stored in this event + 96 hits stored in this event >>> Event: 98 - 73 hits stored in this event + 88 hits stored in this event >>> Event: 99 - 93 hits stored in this event + 217 hits stored in this event Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index 2953e001fbe..036739df580 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -136,7 +136,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -657,108 +657,108 @@ hPairProd: for pi- SubType= 4 Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -2.94e+03 200 0 0 0 World initStep - 1 -0.00135 -0.00453 -2.92e+03 200 0.00378 21.7 21.7 World eIoni - 2 0.113 0.0322 -2.82e+03 200 0.0165 94 116 World eIoni - 3 0.277 0.191 -2.69e+03 200 0.0269 138 254 World eIoni - 4 0.275 0.191 -2.68e+03 200 0.00071 1.73 255 World eIoni - 5 0.261 0.221 -2.62e+03 200 0.012 67.1 322 World eIoni - 6 0.255 0.224 -2.61e+03 200 0.000721 5.05 328 World eIoni - 7 0.491 0.353 -2.46e+03 200 0.0354 153 481 World eIoni - 8 0.507 0.353 -2.45e+03 200 0.00193 9.31 490 Target Transportation - 9 0.509 0.344 -2.45e+03 198 0.892 0.769 491 Target eBrem - 10 0.515 0.33 -2.45e+03 192 0.702 0.534 491 Target eBrem - 11 0.519 0.328 -2.45e+03 186 0.082 0.112 491 Target eBrem - 12 0.523 0.32 -2.45e+03 185 0.275 0.291 492 Target eBrem - 13 0.529 0.31 -2.45e+03 183 1.35 1.18 493 Target eBrem - 14 0.529 0.31 -2.45e+03 182 0.00045 0.000663 493 Target eBrem - 15 0.538 0.331 -2.45e+03 180 0.565 0.507 493 Target eIoni - 16 0.533 0.332 -2.45e+03 176 0.298 0.205 494 Target eBrem - 17 0.533 0.332 -2.45e+03 165 0.0101 0.0122 494 Target eBrem - 18 0.523 0.332 -2.45e+03 158 0.393 0.324 494 Target eBrem - 19 0.508 0.332 -2.45e+03 157 0.383 0.276 494 Target eBrem - 20 0.496 0.331 -2.45e+03 123 0.293 0.236 494 Target eBrem - 21 0.484 0.353 -2.45e+03 120 0.7 0.507 495 Target eBrem - 22 0.448 0.368 -2.44e+03 119 1.04 0.911 496 Target eBrem - 23 0.443 0.374 -2.44e+03 119 0.144 0.12 496 Target CoulombScat - 24 0.439 0.392 -2.44e+03 113 0.0412 0.0377 496 Target eBrem - 25 0.425 0.472 -2.44e+03 98.7 0.2 0.161 496 Target eBrem - 26 0.353 0.924 -2.44e+03 71 1.78 0.912 497 Target eBrem - 27 0.319 1.07 -2.44e+03 67.4 0.304 0.294 497 Target eBrem - 28 0.152 1.44 -2.44e+03 36.2 1.32 0.775 498 Target eBrem - 29 -0.0862 3.16 -2.44e+03 7.1 3.58 2.45 501 Target eBrem - 30 -1.16 3.54 -2.44e+03 5.45 1.46 1.34 502 Target eBrem - 31 -1.2 3.57 -2.44e+03 5.26 0.0481 0.0538 502 Target eBrem - 32 -1.33 3.57 -2.44e+03 4.93 0.158 0.148 502 Target eBrem - 33 -1.39 3.59 -2.44e+03 2.51 0.0643 0.0867 502 Target eBrem - 34 -1.39 3.59 -2.44e+03 2.28 0.00426 0.00324 502 Target eBrem - 35 -1.47 3.81 -2.44e+03 0.714 0.452 0.267 503 Target eBrem - 36 -1.5 3.85 -2.44e+03 0 0.714 0.485 503 Target eIoni - 37 -1.5 3.85 -2.44e+03 0 0 0 503 Target annihil + 1 0.00231 -0.00412 -2.92e+03 200 0.00378 21.7 21.7 World eIoni + 2 0.131 0.0138 -2.82e+03 200 0.0165 94 116 World eIoni + 3 0.126 0.0668 -2.69e+03 200 0.0269 138 254 World eIoni + 4 0.125 0.0667 -2.68e+03 200 0.00071 1.73 255 World eIoni + 5 0.0673 0.0931 -2.62e+03 200 0.012 67.1 322 World eIoni + 6 0.0606 0.0964 -2.61e+03 200 0.000721 5.05 328 World eIoni + 7 0.314 0.207 -2.46e+03 200 0.0354 153 481 World eIoni + 8 0.33 0.207 -2.45e+03 200 0.00193 9.31 490 Target Transportation + 9 0.337 0.201 -2.45e+03 198 0.892 0.769 491 Target eBrem + 10 0.345 0.187 -2.45e+03 192 0.702 0.534 491 Target eBrem + 11 0.347 0.184 -2.45e+03 186 0.082 0.112 491 Target eBrem + 12 0.348 0.182 -2.45e+03 185 0.275 0.291 492 Target eBrem + 13 0.337 0.196 -2.45e+03 183 1.35 1.18 493 Target eBrem + 14 0.337 0.196 -2.45e+03 182 0.00045 0.000663 493 Target eBrem + 15 0.334 0.202 -2.45e+03 180 0.565 0.507 493 Target eIoni + 16 0.329 0.203 -2.45e+03 176 0.298 0.205 494 Target eBrem + 17 0.329 0.203 -2.45e+03 165 0.0101 0.0122 494 Target eBrem + 18 0.319 0.203 -2.45e+03 158 0.393 0.324 494 Target eBrem + 19 0.307 0.205 -2.45e+03 157 0.383 0.276 494 Target eBrem + 20 0.296 0.205 -2.45e+03 123 0.293 0.236 494 Target eBrem + 21 0.286 0.226 -2.45e+03 120 0.7 0.507 495 Target eBrem + 22 0.262 0.273 -2.44e+03 119 1.04 0.911 496 Target eBrem + 23 0.259 0.277 -2.44e+03 119 0.144 0.12 496 Target CoulombScat + 24 0.255 0.295 -2.44e+03 113 0.0412 0.0377 496 Target eBrem + 25 0.237 0.373 -2.44e+03 98.7 0.2 0.161 496 Target eBrem + 26 0.166 0.825 -2.44e+03 71 1.78 0.912 497 Target eBrem + 27 0.131 0.968 -2.44e+03 67.4 0.304 0.294 497 Target eBrem + 28 -0.0361 1.34 -2.44e+03 36.2 1.32 0.775 498 Target eBrem + 29 -0.274 3.06 -2.44e+03 7.1 3.58 2.45 501 Target eBrem + 30 -1.35 3.44 -2.44e+03 5.45 1.46 1.34 502 Target eBrem + 31 -1.39 3.47 -2.44e+03 5.26 0.0481 0.0538 502 Target eBrem + 32 -1.51 3.47 -2.44e+03 4.93 0.158 0.148 502 Target eBrem + 33 -1.58 3.49 -2.44e+03 2.51 0.0643 0.0867 502 Target eBrem + 34 -1.58 3.49 -2.44e+03 2.28 0.00426 0.00324 502 Target eBrem + 35 -1.66 3.71 -2.44e+03 0.714 0.452 0.267 503 Target eBrem + 36 -1.69 3.75 -2.44e+03 0 0.714 0.485 503 Target eIoni + 37 -1.69 3.75 -2.44e+03 0 0 0 503 Target annihil ********************************************************************************************************* * 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 0.538 0.331 -2.45e+03 1.54 0 0 0 Target initStep - 1 -0.24 0.912 -2.45e+03 0.287 1.26 1.17 1.17 Target eIoni - 2 -0.236 0.917 -2.45e+03 0 0.287 0.139 1.31 Target eIoni + 0 0.334 0.202 -2.45e+03 1.54 0 0 0 Target initStep + 1 -0.444 0.783 -2.45e+03 0.287 1.26 1.17 1.17 Target eIoni + 2 -0.44 0.787 -2.45e+03 0 0.287 0.139 1.31 Target 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 0.491 0.353 -2.46e+03 0.00108 0 0 0 World initStep - 1 0.47 0.368 -2.46e+03 0 0.00108 0.0639 0.0639 World eIoni + 0 0.314 0.207 -2.46e+03 0.00108 0 0 0 World initStep + 1 0.293 0.223 -2.46e+03 0 0.00108 0.0639 0.0639 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 0.255 0.224 -2.61e+03 0.00275 0 0 0 World initStep - 1 0.186 0.126 -2.61e+03 0 0.00275 0.272 0.272 World eIoni + 0 0.0606 0.0964 -2.61e+03 0.00275 0 0 0 World initStep + 1 -0.00848 -0.00204 -2.61e+03 0 0.00275 0.272 0.272 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 0.261 0.221 -2.62e+03 0.00247 0 0 0 World initStep - 1 0.204 0.302 -2.62e+03 0 0.00247 0.227 0.227 World eIoni + 0 0.0673 0.0931 -2.62e+03 0.00247 0 0 0 World initStep + 1 0.00973 0.175 -2.62e+03 0 0.00247 0.227 0.227 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 0.275 0.191 -2.68e+03 0.00143 0 0 0 World initStep - 1 0.238 0.208 -2.68e+03 0 0.00143 0.0961 0.0961 World eIoni + 0 0.125 0.0667 -2.68e+03 0.00143 0 0 0 World initStep + 1 0.0877 0.0835 -2.68e+03 0 0.00143 0.0961 0.0961 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 0.277 0.191 -2.69e+03 0.00349 0 0 0 World initStep - 1 0.415 0.0741 -2.69e+03 0 0.00349 0.409 0.409 World eIoni + 0 0.126 0.0668 -2.69e+03 0.00349 0 0 0 World initStep + 1 0.265 -0.0504 -2.69e+03 0 0.00349 0.409 0.409 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 0.113 0.0322 -2.82e+03 0.00123 0 0 0 World initStep - 1 0.107 0.0636 -2.82e+03 0 0.00123 0.0771 0.0771 World eIoni + 0 0.131 0.0138 -2.82e+03 0.00123 0 0 0 World initStep + 1 0.124 0.0453 -2.82e+03 0 0.00123 0.0771 0.0771 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 -0.00135 -0.00453 -2.92e+03 0.0482 0 0 0 World initStep - 1 -8.88 -4.99 -2.92e+03 0.0424 0.00576 11.1 11.1 World eIoni + 0 0.00231 -0.00412 -2.92e+03 0.0482 0 0 0 World initStep + 1 -8.87 -4.99 -2.92e+03 0.0424 0.00576 11.1 11.1 World eIoni 2 -13.1 -7.13 -2.92e+03 0.037 0.00416 5 16.1 World eIoni 3 -16.7 -7.93 -2.91e+03 0.0324 0.00464 7.45 23.5 World eIoni 4 -17 -8.87 -2.91e+03 0.0294 0.00128 1.62 25.1 World eIoni @@ -791,9 +791,9 @@ 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 -1.5 3.85 -2.44e+03 0.511 0 0 0 Target initStep - 1 1.93 0.407 -2.45e+03 0.324 0 10.1 10.1 Target compt - 2 2.36 1.59 -2.45e+03 0.324 0 1.67 11.8 World Transportation + 0 -1.69 3.75 -2.44e+03 0.511 0 0 0 Target initStep + 1 1.74 0.307 -2.45e+03 0.324 0 10.1 10.1 Target compt + 2 2.17 1.49 -2.45e+03 0.324 0 1.68 11.8 World Transportation 3 192 526 -2.94e+03 0.324 0 743 754 OutOfWorld Transportation ********************************************************************************************************* @@ -801,33 +801,33 @@ 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 1.93 0.407 -2.45e+03 0.187 0 0 0 Target initStep - 1 1.93 0.403 -2.45e+03 0 0.187 0.0733 0.0733 Target eIoni + 0 1.74 0.307 -2.45e+03 0.187 0 0 0 Target initStep + 1 1.75 0.303 -2.45e+03 0 0.187 0.0733 0.0733 Target eIoni ********************************************************************************************************* * 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 -1.5 3.85 -2.44e+03 0.511 0 0 0 Target initStep - 1 -3.7 6.05 -2.43e+03 0 0.088 6.46 6.46 Target phot + 0 -1.69 3.75 -2.44e+03 0.511 0 0 0 Target initStep + 1 -3.89 5.95 -2.43e+03 0 0.088 6.46 6.46 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.7 6.05 -2.43e+03 0.423 0 0 0 Target initStep - 1 -3.7 6.06 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 -3.89 5.95 -2.43e+03 0.423 0 0 0 Target initStep + 1 -3.89 5.96 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * 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.47 3.81 -2.44e+03 1.12 0 0 0 Target initStep - 1 -12.2 21.8 -2.43e+03 1.12 0 22.8 22.8 World Transportation - 2 -50.1 85 -2.4e+03 1.12 0 80 103 Tracker Transportation + 0 -1.66 3.71 -2.44e+03 1.12 0 0 0 Target initStep + 1 -12.4 21.7 -2.43e+03 1.12 0 22.8 22.8 World Transportation + 2 -50.3 84.9 -2.4e+03 1.12 0 80.1 103 Tracker Transportation 3 -1.23e+03 2.06e+03 -1.43e+03 1.12 0 2.5e+03 2.6e+03 World Transportation 4 -1.76e+03 2.94e+03 -992 1.12 0 1.11e+03 3.72e+03 OutOfWorld Transportation @@ -836,212 +836,212 @@ 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 -1.39 3.59 -2.44e+03 0.218 0 0 0 Target initStep - 1 -3.06 4.84 -2.44e+03 0 0.088 2.29 2.29 Target phot + 0 -1.58 3.49 -2.44e+03 0.218 0 0 0 Target initStep + 1 -3.25 4.74 -2.44e+03 0 0.088 2.29 2.29 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 41, Parent ID = 33 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.06 4.84 -2.44e+03 0.13 0 0 0 Target initStep - 1 -3.06 4.84 -2.44e+03 0 0.13 0.0414 0.0414 Target eIoni + 0 -3.25 4.74 -2.44e+03 0.13 0 0 0 Target initStep + 1 -3.25 4.74 -2.44e+03 0 0.13 0.0414 0.0414 Target eIoni ********************************************************************************************************* * 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 -1.39 3.59 -2.44e+03 2.36 0 0 0 Target initStep - 1 -16.9 14.8 -2.45e+03 2.36 0 21.6 21.6 World Transportation - 2 -780 564 -2.94e+03 2.36 0 1.06e+03 1.08e+03 OutOfWorld Transportation + 0 -1.58 3.49 -2.44e+03 2.36 0 0 0 Target initStep + 1 -17.1 14.7 -2.45e+03 2.36 0 21.6 21.6 World Transportation + 2 -781 564 -2.94e+03 2.36 0 1.06e+03 1.08e+03 OutOfWorld Transportation ********************************************************************************************************* * 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 -1.33 3.57 -2.44e+03 0.168 0 0 0 Target initStep - 1 -1.71 3.65 -2.44e+03 0 0.088 0.414 0.414 Target phot + 0 -1.51 3.47 -2.44e+03 0.168 0 0 0 Target initStep + 1 -1.89 3.55 -2.44e+03 0 0.088 0.414 0.414 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 42, Parent ID = 31 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.71 3.65 -2.44e+03 0.0802 0 0 0 Target initStep - 1 -1.71 3.65 -2.44e+03 0 0.0802 0.0192 0.0192 Target eIoni + 0 -1.89 3.55 -2.44e+03 0.0802 0 0 0 Target initStep + 1 -1.89 3.55 -2.44e+03 0 0.0802 0.0192 0.0192 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.2 3.57 -2.44e+03 0.141 0 0 0 Target initStep - 1 -3.09 4.26 -2.44e+03 0 0.088 2.28 2.28 Target phot + 0 -1.39 3.47 -2.44e+03 0.141 0 0 0 Target initStep + 1 -3.28 4.16 -2.44e+03 0 0.088 2.28 2.28 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 43, Parent ID = 30 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.09 4.26 -2.44e+03 0.053 0 0 0 Target initStep - 1 -3.09 4.26 -2.44e+03 0 0.053 0.00981 0.00981 Target eIoni + 0 -3.28 4.16 -2.44e+03 0.053 0 0 0 Target initStep + 1 -3.28 4.16 -2.44e+03 0 0.053 0.00981 0.00981 Target eIoni ********************************************************************************************************* * 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 -1.16 3.54 -2.44e+03 0.198 0 0 0 Target initStep - 1 -3.01 5.37 -2.44e+03 0 0.088 2.64 2.64 Target phot + 0 -1.35 3.44 -2.44e+03 0.198 0 0 0 Target initStep + 1 -3.2 5.27 -2.44e+03 0 0.088 2.64 2.64 Target phot ********************************************************************************************************* * 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 -3.01 5.37 -2.44e+03 0.11 0 0 0 Target initStep - 1 -3.01 5.38 -2.44e+03 0 0.11 0.0319 0.0319 Target eIoni + 0 -3.2 5.27 -2.44e+03 0.11 0 0 0 Target initStep + 1 -3.2 5.28 -2.44e+03 0 0.11 0.0319 0.0319 Target eIoni ********************************************************************************************************* * 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.0862 3.16 -2.44e+03 25.5 0 0 0 Target initStep - 1 -5.34 6.75 -2.44e+03 0 0 6.42 6.42 Target conv + 0 -0.274 3.06 -2.44e+03 25.5 0 0 0 Target initStep + 1 -5.53 6.65 -2.44e+03 0 0 6.42 6.42 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 45, Parent ID = 28 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.34 6.75 -2.44e+03 11 0 0 0 Target initStep - 1 -5.59 6.97 -2.44e+03 10.4 0.415 0.358 0.358 Target eBrem - 2 -5.82 7.1 -2.44e+03 9.1 0.338 0.272 0.63 Target eBrem - 3 -6.13 7.5 -2.44e+03 7.61 0.708 0.59 1.22 Target eBrem - 4 -5.67 7.47 -2.44e+03 3.78 3.83 2.72 3.94 Target eIoni - 5 -5.65 7.52 -2.44e+03 3.53 0.103 0.104 4.04 Target eBrem - 6 -6.23 7.67 -2.44e+03 1.53 1.99 1.9 5.94 Target eIoni - 7 -5.4 7.12 -2.44e+03 0.244 1.29 1.17 7.1 Target eIoni - 8 -5.4 7.11 -2.44e+03 0 0.244 0.11 7.21 Target eIoni + 0 -5.53 6.65 -2.44e+03 11 0 0 0 Target initStep + 1 -5.78 6.87 -2.44e+03 10.4 0.415 0.358 0.358 Target eBrem + 2 -6.01 7 -2.44e+03 9.1 0.338 0.272 0.63 Target eBrem + 3 -6.32 7.4 -2.44e+03 7.61 0.708 0.59 1.22 Target eBrem + 4 -5.86 7.37 -2.44e+03 3.78 3.83 2.72 3.94 Target eIoni + 5 -5.84 7.42 -2.44e+03 3.53 0.103 0.104 4.04 Target eBrem + 6 -6.42 7.57 -2.44e+03 1.53 1.99 1.9 5.94 Target eIoni + 7 -5.58 7.02 -2.44e+03 0.244 1.29 1.17 7.1 Target eIoni + 8 -5.59 7.01 -2.44e+03 0 0.244 0.11 7.21 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 45 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.65 7.52 -2.44e+03 0.147 0 0 0 Target initStep - 1 -5.55 7.74 -2.44e+03 0 0.088 0.437 0.437 Target phot + 0 -5.84 7.42 -2.44e+03 0.147 0 0 0 Target initStep + 1 -5.73 7.64 -2.44e+03 0 0.088 0.437 0.437 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.55 7.74 -2.44e+03 0.0592 0 0 0 Target initStep - 1 -5.55 7.74 -2.44e+03 0 0.0592 0.0117 0.0117 Target eIoni + 0 -5.73 7.64 -2.44e+03 0.0592 0 0 0 Target initStep + 1 -5.73 7.64 -2.44e+03 0 0.0592 0.0117 0.0117 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.13 7.5 -2.44e+03 0.78 0 0 0 Target initStep - 1 -9.18 11.5 -2.45e+03 0.346 0 7.74 7.74 Target compt - 2 -11.3 13 -2.45e+03 0 0.088 2.97 10.7 Target phot + 0 -6.32 7.4 -2.44e+03 0.78 0 0 0 Target initStep + 1 -9.37 11.4 -2.45e+03 0.346 0 7.74 7.74 Target compt + 2 -11.5 12.9 -2.45e+03 0 0.088 2.97 10.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 53, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.3 13 -2.45e+03 0.258 0 0 0 Target initStep - 1 -11.3 13 -2.45e+03 0 0.258 0.119 0.119 Target eIoni + 0 -11.5 12.9 -2.45e+03 0.258 0 0 0 Target initStep + 1 -11.5 12.9 -2.45e+03 0 0.258 0.119 0.119 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.18 11.5 -2.45e+03 0.434 0 0 0 Target initStep - 1 -9.19 11.5 -2.45e+03 0 0.434 0.252 0.252 Target eIoni + 0 -9.37 11.4 -2.45e+03 0.434 0 0 0 Target initStep + 1 -9.37 11.4 -2.45e+03 0 0.434 0.252 0.252 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.82 7.1 -2.44e+03 1 0 0 0 Target initStep - 1 -18 12.2 -2.45e+03 0.337 0 14 14 Target compt - 2 -18.2 11.5 -2.45e+03 0 0.088 0.777 14.8 Target phot + 0 -6.01 7 -2.44e+03 1 0 0 0 Target initStep + 1 -18.1 12.1 -2.45e+03 0.337 0 14 14 Target compt + 2 -18.4 11.4 -2.45e+03 0 0.088 0.777 14.8 Target phot ********************************************************************************************************* * 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 -18.2 11.5 -2.45e+03 0.249 0 0 0 Target initStep - 1 -18.2 11.5 -2.45e+03 0 0.249 0.113 0.113 Target eIoni + 0 -18.4 11.4 -2.45e+03 0.249 0 0 0 Target initStep + 1 -18.4 11.4 -2.45e+03 0 0.249 0.113 0.113 Target eIoni ********************************************************************************************************* * 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 -18 12.2 -2.45e+03 0.666 0 0 0 Target initStep - 1 -18 12.2 -2.45e+03 0 0.666 0.443 0.443 Target eIoni + 0 -18.1 12.1 -2.45e+03 0.666 0 0 0 Target initStep + 1 -18.2 12.1 -2.45e+03 0 0.666 0.443 0.443 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.59 6.97 -2.44e+03 0.155 0 0 0 Target initStep - 1 -5.68 7.02 -2.44e+03 0 0.088 0.105 0.105 Target phot + 0 -5.78 6.87 -2.44e+03 0.155 0 0 0 Target initStep + 1 -5.87 6.92 -2.44e+03 0 0.088 0.105 0.105 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 56, Parent ID = 47 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.68 7.02 -2.44e+03 0.0667 0 0 0 Target initStep - 1 -5.68 7.02 -2.44e+03 0 0.0667 0.0143 0.0143 Target eIoni + 0 -5.87 6.92 -2.44e+03 0.0667 0 0 0 Target initStep + 1 -5.87 6.92 -2.44e+03 0 0.0667 0.0143 0.0143 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.152 1.44 -2.44e+03 29.9 0 0 0 Target initStep - 1 -0.702 3.62 -2.44e+03 0 0 4.2 4.2 Target conv + 0 -0.0361 1.34 -2.44e+03 29.9 0 0 0 Target initStep + 1 -0.889 3.52 -2.44e+03 0 0 4.2 4.2 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 57, Parent ID = 27 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.702 3.62 -2.44e+03 20.3 0 0 0 Target initStep - 1 -0.745 4.43 -2.44e+03 17 3.31 2.48 2.48 Target msc - 2 -0.609 4.4 -2.44e+03 14.9 0.651 0.42 2.9 Target eBrem - 3 -0.682 4.27 -2.44e+03 13.8 0.395 0.383 3.28 Target eBrem - 4 -0.742 4.18 -2.44e+03 13.4 0.263 0.214 3.5 Target eBrem - 5 -1.18 3.43 -2.43e+03 11.2 1.49 1.3 4.8 Target eBrem - 6 -1.17 2.49 -2.43e+03 9.82 1.2 1.05 5.84 Target eBrem - 7 -0.879 2.3 -2.43e+03 8.05 1.67 0.377 6.22 Target eBrem - 8 -0.871 2.29 -2.43e+03 7.9 0.014 0.00902 6.23 Target eBrem - 9 -0.264 1.47 -2.43e+03 2.83 1.29 1.12 7.35 Target eBrem - 10 0.854 1.84 -2.43e+03 0.817 2.01 1.71 9.05 Target eIoni - 11 0.88 1.81 -2.43e+03 0 0.817 0.573 9.63 Target eIoni + 0 -0.889 3.52 -2.44e+03 20.3 0 0 0 Target initStep + 1 -0.933 4.33 -2.44e+03 17 3.31 2.48 2.48 Target msc + 2 -0.797 4.3 -2.44e+03 14.9 0.65 0.42 2.9 Target eBrem + 3 -0.869 4.17 -2.44e+03 13.8 0.395 0.383 3.28 Target eBrem + 4 -0.93 4.08 -2.44e+03 13.4 0.263 0.214 3.5 Target eBrem + 5 -1.37 3.33 -2.43e+03 11.2 1.49 1.3 4.8 Target eBrem + 6 -1.36 2.39 -2.43e+03 9.82 1.2 1.05 5.84 Target eBrem + 7 -1.07 2.2 -2.43e+03 8.05 1.67 0.377 6.22 Target eBrem + 8 -1.06 2.19 -2.43e+03 7.9 0.014 0.00902 6.23 Target eBrem + 9 -0.449 1.37 -2.43e+03 2.83 1.29 1.12 7.35 Target eBrem + 10 0.668 1.74 -2.43e+03 0.817 2.01 1.71 9.05 Target eIoni + 11 0.694 1.71 -2.43e+03 0 0.817 0.573 9.63 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.264 1.47 -2.43e+03 3.79 0 0 0 Target initStep - 1 18 -4.17 -2.45e+03 3.79 0 24.4 24.4 World Transportation + 0 -0.449 1.37 -2.43e+03 3.79 0 0 0 Target initStep + 1 17.8 -4.25 -2.45e+03 3.79 0 24.4 24.4 World Transportation 2 607 -186 -2.94e+03 3.79 0 788 812 OutOfWorld Transportation ********************************************************************************************************* @@ -1049,740 +1049,740 @@ 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.871 2.29 -2.43e+03 0.129 0 0 0 Target initStep - 1 -0.794 2.26 -2.43e+03 0 0.088 0.0866 0.0866 Target phot + 0 -1.06 2.19 -2.43e+03 0.129 0 0 0 Target initStep + 1 -0.98 2.16 -2.43e+03 0 0.088 0.0866 0.0866 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 67, Parent ID = 65 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.794 2.26 -2.43e+03 0.0409 0 0 0 Target initStep - 1 -0.794 2.26 -2.43e+03 0 0.0409 0.00643 0.00643 Target eIoni + 0 -0.98 2.16 -2.43e+03 0.0409 0 0 0 Target initStep + 1 -0.98 2.16 -2.43e+03 0 0.0409 0.00643 0.00643 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.879 2.3 -2.43e+03 0.108 0 0 0 Target initStep - 1 -0.825 2.27 -2.43e+03 0 0.088 0.0644 0.0644 Target phot + 0 -1.07 2.2 -2.43e+03 0.108 0 0 0 Target initStep + 1 -1.01 2.17 -2.43e+03 0 0.088 0.0644 0.0644 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 68, Parent ID = 64 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.825 2.27 -2.43e+03 0.02 0 0 0 Target initStep - 1 -0.825 2.27 -2.43e+03 0 0.02 0.00204 0.00204 Target eIoni + 0 -1.01 2.17 -2.43e+03 0.02 0 0 0 Target initStep + 1 -1.01 2.17 -2.43e+03 0 0.02 0.00204 0.00204 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.17 2.49 -2.43e+03 0.136 0 0 0 Target initStep - 1 -1.1 2.43 -2.43e+03 0 0.088 0.0957 0.0957 Target phot + 0 -1.36 2.39 -2.43e+03 0.136 0 0 0 Target initStep + 1 -1.29 2.33 -2.43e+03 0 0.088 0.0957 0.0957 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 69, Parent ID = 63 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.1 2.43 -2.43e+03 0.0484 0 0 0 Target initStep - 1 -1.1 2.43 -2.43e+03 0 0.0484 0.00846 0.00846 Target eIoni + 0 -1.29 2.33 -2.43e+03 0.0484 0 0 0 Target initStep + 1 -1.29 2.33 -2.43e+03 0 0.0484 0.00846 0.00846 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18 3.43 -2.43e+03 0.727 0 0 0 Target initStep - 1 -3.05 -6.65 -2.43e+03 0.568 0 10.7 10.7 Target compt - 2 -2.02 -8.6 -2.43e+03 0.483 0 2.38 13.1 Target compt - 3 -1.83 -9.57 -2.43e+03 0 0.088 1 14.1 Target phot + 0 -1.37 3.33 -2.43e+03 0.727 0 0 0 Target initStep + 1 -3.23 -6.75 -2.43e+03 0.568 0 10.7 10.7 Target compt + 2 -2.2 -8.7 -2.43e+03 0.483 0 2.38 13.1 Target compt + 3 -2 -9.67 -2.43e+03 0 0.088 1 14.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 72, Parent ID = 62 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.83 -9.57 -2.43e+03 0.395 0 0 0 Target initStep - 1 -1.82 -9.58 -2.43e+03 0 0.395 0.22 0.22 Target eIoni + 0 -2 -9.67 -2.43e+03 0.395 0 0 0 Target initStep + 1 -2 -9.68 -2.43e+03 0 0.395 0.22 0.22 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 71, Parent ID = 62 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.02 -8.6 -2.43e+03 0.0852 0 0 0 Target initStep - 1 -2.02 -8.6 -2.43e+03 0 0.0852 0.0212 0.0212 Target eIoni + 0 -2.2 -8.7 -2.43e+03 0.0852 0 0 0 Target initStep + 1 -2.2 -8.7 -2.43e+03 0 0.0852 0.0212 0.0212 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 70, Parent ID = 62 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.05 -6.65 -2.43e+03 0.159 0 0 0 Target initStep - 1 -3.06 -6.65 -2.43e+03 0 0.159 0.0572 0.0572 Target eIoni + 0 -3.23 -6.75 -2.43e+03 0.159 0 0 0 Target initStep + 1 -3.23 -6.75 -2.43e+03 0 0.159 0.0572 0.0572 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.742 4.18 -2.44e+03 0.12 0 0 0 Target initStep - 1 -0.742 4.13 -2.44e+03 0 0.088 0.0752 0.0752 Target phot + 0 -0.93 4.08 -2.44e+03 0.12 0 0 0 Target initStep + 1 -0.929 4.03 -2.44e+03 0 0.088 0.0752 0.0752 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 73, Parent ID = 61 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.742 4.13 -2.44e+03 0.032 0 0 0 Target initStep - 1 -0.742 4.13 -2.44e+03 0 0.032 0.00433 0.00433 Target eIoni + 0 -0.929 4.03 -2.44e+03 0.032 0 0 0 Target initStep + 1 -0.929 4.03 -2.44e+03 0 0.032 0.00433 0.00433 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.682 4.27 -2.44e+03 0.764 0 0 0 Target initStep - 1 -3.34 -4.03 -2.41e+03 0.226 0 26.8 26.8 Target compt - 2 -3.35 -4.04 -2.41e+03 0 0.088 0.0236 26.9 Target phot + 0 -0.869 4.17 -2.44e+03 0.764 0 0 0 Target initStep + 1 -3.52 -4.14 -2.41e+03 0.226 0 26.8 26.8 Target compt + 2 -3.53 -4.14 -2.41e+03 0 0.088 0.0236 26.9 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 75, Parent ID = 60 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.35 -4.04 -2.41e+03 0.138 0 0 0 Target initStep - 1 -3.35 -4.04 -2.41e+03 0 0.138 0.0458 0.0458 Target eIoni + 0 -3.53 -4.14 -2.41e+03 0.138 0 0 0 Target initStep + 1 -3.54 -4.14 -2.41e+03 0 0.138 0.0458 0.0458 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 74, Parent ID = 60 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.34 -4.03 -2.41e+03 0.538 0 0 0 Target initStep - 1 -3.34 -4.04 -2.41e+03 0 0.538 0.336 0.336 Target eIoni + 0 -3.52 -4.14 -2.41e+03 0.538 0 0 0 Target initStep + 1 -3.52 -4.14 -2.41e+03 0 0.538 0.336 0.336 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 57 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.609 4.4 -2.44e+03 1.45 0 0 0 Target initStep - 1 -2.48 -1.72 -2.41e+03 0 0 28.1 28.1 Target conv + 0 -0.797 4.3 -2.44e+03 1.45 0 0 0 Target initStep + 1 -2.68 -1.88 -2.41e+03 0 0 28.3 28.3 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 76, Parent ID = 59 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.48 -1.72 -2.41e+03 0.267 0 0 0 Target initStep - 1 -2.48 -1.73 -2.41e+03 0 0.267 0.126 0.126 Target eIoni + 0 -2.68 -1.88 -2.41e+03 0.267 0 0 0 Target initStep + 1 -2.68 -1.88 -2.41e+03 0 0.267 0.126 0.126 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.319 1.07 -2.44e+03 3.3 0 0 0 Target initStep - 1 -0.302 2.2 -2.44e+03 0.346 0 2.64 2.64 Target compt - 2 0.000194 2.78 -2.44e+03 0.16 0 0.833 3.47 Target compt - 3 0.035 2.69 -2.44e+03 0 0.088 0.42 3.89 Target phot + 0 0.131 0.968 -2.44e+03 3.3 0 0 0 Target initStep + 1 -0.49 2.1 -2.44e+03 0.346 0 2.64 2.64 Target compt + 2 -0.188 2.68 -2.44e+03 0.16 0 0.833 3.47 Target compt + 3 -0.153 2.59 -2.44e+03 0 0.088 0.42 3.89 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 80, Parent ID = 26 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.035 2.69 -2.44e+03 0.0719 0 0 0 Target initStep - 1 0.0349 2.69 -2.44e+03 0 0.0719 0.0161 0.0161 Target eIoni + 0 -0.153 2.59 -2.44e+03 0.0719 0 0 0 Target initStep + 1 -0.153 2.59 -2.44e+03 0 0.0719 0.0161 0.0161 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 79, Parent ID = 26 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000194 2.78 -2.44e+03 0.186 0 0 0 Target initStep - 1 0.00134 2.79 -2.44e+03 0 0.186 0.073 0.073 Target eIoni + 0 -0.188 2.68 -2.44e+03 0.186 0 0 0 Target initStep + 1 -0.186 2.69 -2.44e+03 0 0.186 0.073 0.073 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 78, Parent ID = 26 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.302 2.2 -2.44e+03 2.95 0 0 0 Target initStep - 1 -1.21 1.78 -2.44e+03 1.11 1.84 1.74 1.74 Target eIoni - 2 -1.21 1.74 -2.44e+03 0.881 0.0803 0.0561 1.8 Target eBrem - 3 -1.25 1.72 -2.44e+03 0 0.881 0.628 2.43 Target eIoni + 0 -0.49 2.1 -2.44e+03 2.95 0 0 0 Target initStep + 1 -1.4 1.68 -2.44e+03 1.11 1.84 1.74 1.74 Target eIoni + 2 -1.4 1.64 -2.44e+03 0.881 0.0803 0.0561 1.8 Target eBrem + 3 -1.44 1.62 -2.44e+03 0 0.881 0.628 2.43 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 78 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.21 1.74 -2.44e+03 0.151 0 0 0 Target initStep - 1 -1.32 1.71 -2.44e+03 0 0.088 0.139 0.139 Target phot + 0 -1.4 1.64 -2.44e+03 0.151 0 0 0 Target initStep + 1 -1.51 1.61 -2.44e+03 0 0.088 0.139 0.139 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.32 1.71 -2.44e+03 0.063 0 0 0 Target initStep - 1 -1.32 1.71 -2.44e+03 0 0.063 0.013 0.013 Target eIoni + 0 -1.51 1.61 -2.44e+03 0.063 0 0 0 Target initStep + 1 -1.51 1.61 -2.44e+03 0 0.063 0.013 0.013 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.353 0.924 -2.44e+03 25.9 0 0 0 Target initStep - 1 -1.21 8.37 -2.43e+03 0 0 14.4 14.4 Target conv + 0 0.166 0.825 -2.44e+03 25.9 0 0 0 Target initStep + 1 -1.4 8.27 -2.43e+03 0 0 14.4 14.4 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 83, Parent ID = 25 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.21 8.37 -2.43e+03 3.82 0 0 0 Target initStep - 1 -1.44 7.96 -2.43e+03 2.5 1.06 0.932 0.932 Target eBrem - 2 -1.58 8.33 -2.43e+03 1.13 1.37 0.635 1.57 Target eBrem - 3 -1.47 8.32 -2.43e+03 0.415 0.61 0.54 2.11 Target eBrem - 4 -1.46 8.33 -2.43e+03 0 0.415 0.237 2.34 Target eIoni + 0 -1.4 8.27 -2.43e+03 3.82 0 0 0 Target initStep + 1 -1.62 7.86 -2.43e+03 2.5 1.06 0.932 0.932 Target eBrem + 2 -1.77 8.24 -2.43e+03 1.13 1.37 0.635 1.57 Target eBrem + 3 -1.66 8.22 -2.43e+03 0.415 0.61 0.54 2.11 Target eBrem + 4 -1.64 8.23 -2.43e+03 0 0.415 0.237 2.34 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 83 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.47 8.32 -2.43e+03 0.106 0 0 0 Target initStep - 1 -1.43 8.36 -2.43e+03 0 0.088 0.0638 0.0638 Target phot + 0 -1.66 8.22 -2.43e+03 0.106 0 0 0 Target initStep + 1 -1.62 8.26 -2.43e+03 0 0.088 0.0638 0.0638 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 87, Parent ID = 86 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.43 8.36 -2.43e+03 0.0175 0 0 0 Target initStep - 1 -1.43 8.36 -2.43e+03 0 0.0175 0.00165 0.00165 Target eIoni + 0 -1.62 8.26 -2.43e+03 0.0175 0 0 0 Target initStep + 1 -1.62 8.26 -2.43e+03 0 0.0175 0.00165 0.00165 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 83 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.44 7.96 -2.43e+03 0.262 0 0 0 Target initStep - 1 -1.44 7.94 -2.43e+03 0 0.088 0.0355 0.0355 Target phot + 0 -1.62 7.86 -2.43e+03 0.262 0 0 0 Target initStep + 1 -1.63 7.84 -2.43e+03 0 0.088 0.0355 0.0355 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 88, Parent ID = 85 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.44 7.94 -2.43e+03 0.174 0 0 0 Target initStep - 1 -1.44 7.94 -2.43e+03 0 0.174 0.0656 0.0656 Target eIoni + 0 -1.63 7.84 -2.43e+03 0.174 0 0 0 Target initStep + 1 -1.63 7.84 -2.43e+03 0 0.174 0.0656 0.0656 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.425 0.472 -2.44e+03 14.4 0 0 0 Target initStep - 1 0.333 0.88 -2.44e+03 0 0 0.858 0.858 Target conv + 0 0.237 0.373 -2.44e+03 14.4 0 0 0 Target initStep + 1 0.145 0.78 -2.44e+03 0 0 0.858 0.858 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 89, Parent ID = 24 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.333 0.88 -2.44e+03 8.51 0 0 0 Target initStep - 1 0.365 1.17 -2.44e+03 7.54 0.579 0.41 0.41 Target eBrem - 2 0.459 1.16 -2.44e+03 7.27 0.0947 0.0969 0.507 Target eBrem - 3 0.887 1.32 -2.44e+03 5.95 0.709 0.484 0.992 Target eBrem - 4 1.43 2.14 -2.44e+03 3.8 1.4 1.21 2.2 Target eBrem - 5 2.4 2.1 -2.44e+03 1.55 2.11 1.92 4.12 Target eBrem - 6 1.56 2.56 -2.44e+03 0.0904 1.46 1.18 5.3 Target eIoni - 7 1.56 2.56 -2.44e+03 0 0.0904 0.0233 5.32 Target eIoni + 0 0.145 0.78 -2.44e+03 8.51 0 0 0 Target initStep + 1 0.177 1.07 -2.44e+03 7.54 0.579 0.41 0.41 Target eBrem + 2 0.271 1.06 -2.44e+03 7.27 0.0947 0.0969 0.507 Target eBrem + 3 0.7 1.22 -2.44e+03 5.95 0.709 0.484 0.992 Target eBrem + 4 1.24 2.04 -2.44e+03 3.8 1.4 1.21 2.2 Target eBrem + 5 2.21 2 -2.44e+03 1.55 2.11 1.92 4.12 Target eBrem + 6 1.37 2.46 -2.44e+03 0.0904 1.46 1.18 5.3 Target eIoni + 7 1.37 2.46 -2.44e+03 0 0.0904 0.0233 5.32 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 89 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.4 2.1 -2.44e+03 0.133 0 0 0 Target initStep - 1 1.99 1.67 -2.44e+03 0 0.088 0.607 0.607 Target phot + 0 2.21 2 -2.44e+03 0.133 0 0 0 Target initStep + 1 1.8 1.57 -2.44e+03 0 0.088 0.607 0.607 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 96, Parent ID = 95 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.99 1.67 -2.44e+03 0.0446 0 0 0 Target initStep - 1 1.99 1.67 -2.44e+03 0 0.0446 0.0074 0.0074 Target eIoni + 0 1.8 1.57 -2.44e+03 0.0446 0 0 0 Target initStep + 1 1.8 1.57 -2.44e+03 0 0.0446 0.0074 0.0074 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 89 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.43 2.14 -2.44e+03 0.751 0 0 0 Target initStep - 1 11.1 4.89 -2.44e+03 0.202 0 10.7 10.7 Target compt - 2 11 4.91 -2.44e+03 0 0.088 0.0731 10.8 Target phot + 0 1.24 2.04 -2.44e+03 0.751 0 0 0 Target initStep + 1 10.9 4.79 -2.44e+03 0.202 0 10.7 10.7 Target compt + 2 10.8 4.81 -2.44e+03 0 0.088 0.0731 10.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 98, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11 4.91 -2.44e+03 0.114 0 0 0 Target initStep - 1 11 4.91 -2.44e+03 0 0.114 0.0339 0.0339 Target eIoni + 0 10.8 4.81 -2.44e+03 0.114 0 0 0 Target initStep + 1 10.8 4.81 -2.44e+03 0 0.114 0.0339 0.0339 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 97, Parent ID = 94 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11.1 4.89 -2.44e+03 0.549 0 0 0 Target initStep - 1 11.1 4.9 -2.44e+03 0 0.549 0.345 0.345 Target eIoni + 0 10.9 4.79 -2.44e+03 0.549 0 0 0 Target initStep + 1 10.9 4.8 -2.44e+03 0 0.549 0.345 0.345 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 89 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.887 1.32 -2.44e+03 0.616 0 0 0 Target initStep - 1 5.22 4.09 -2.45e+03 0.407 0 7.44 7.44 Target compt - 2 5.84 4.01 -2.45e+03 0.322 0 0.623 8.07 Target compt - 3 8.42 6.15 -2.45e+03 0.189 0 3.46 11.5 Target compt - 4 8.36 6.24 -2.45e+03 0 0.088 0.137 11.7 Target phot + 0 0.7 1.22 -2.44e+03 0.616 0 0 0 Target initStep + 1 5.03 3.99 -2.45e+03 0.407 0 7.44 7.44 Target compt + 2 5.65 3.91 -2.45e+03 0.322 0 0.623 8.07 Target compt + 3 8.23 6.06 -2.45e+03 0.189 0 3.46 11.5 Target compt + 4 8.17 6.14 -2.45e+03 0 0.088 0.137 11.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 102, Parent ID = 93 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.36 6.24 -2.45e+03 0.101 0 0 0 Target initStep - 1 8.36 6.24 -2.45e+03 0 0.101 0.0279 0.0279 Target eIoni + 0 8.17 6.14 -2.45e+03 0.101 0 0 0 Target initStep + 1 8.17 6.14 -2.45e+03 0 0.101 0.0279 0.0279 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 101, Parent ID = 93 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.42 6.15 -2.45e+03 0.133 0 0 0 Target initStep - 1 8.42 6.16 -2.45e+03 0 0.133 0.0432 0.0432 Target eIoni + 0 8.23 6.06 -2.45e+03 0.133 0 0 0 Target initStep + 1 8.24 6.06 -2.45e+03 0 0.133 0.0432 0.0432 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 100, Parent ID = 93 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.84 4.01 -2.45e+03 0.0847 0 0 0 Target initStep - 1 5.84 4.01 -2.45e+03 0 0.0847 0.021 0.021 Target eIoni + 0 5.65 3.91 -2.45e+03 0.0847 0 0 0 Target initStep + 1 5.65 3.91 -2.45e+03 0 0.0847 0.021 0.021 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 99, Parent ID = 93 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.22 4.09 -2.45e+03 0.209 0 0 0 Target initStep - 1 5.22 4.09 -2.45e+03 0 0.209 0.0871 0.0871 Target eIoni + 0 5.03 3.99 -2.45e+03 0.209 0 0 0 Target initStep + 1 5.03 3.99 -2.45e+03 0 0.209 0.0871 0.0871 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 89 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.459 1.16 -2.44e+03 0.178 0 0 0 Target initStep - 1 1.18 1.02 -2.44e+03 0 0.088 0.751 0.751 Target phot + 0 0.271 1.06 -2.44e+03 0.178 0 0 0 Target initStep + 1 0.996 0.923 -2.44e+03 0 0.088 0.751 0.751 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 103, Parent ID = 92 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.18 1.02 -2.44e+03 0.0895 0 0 0 Target initStep - 1 1.18 1.02 -2.44e+03 0 0.0895 0.023 0.023 Target eIoni + 0 0.996 0.923 -2.44e+03 0.0895 0 0 0 Target initStep + 1 0.997 0.923 -2.44e+03 0 0.0895 0.023 0.023 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 89 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.365 1.17 -2.44e+03 0.388 0 0 0 Target initStep - 1 7.89 1.93 -2.44e+03 0.362 0 7.82 7.82 Target compt - 2 9.12 1.66 -2.45e+03 0 0.088 1.51 9.33 Target phot + 0 0.177 1.07 -2.44e+03 0.388 0 0 0 Target initStep + 1 7.7 1.83 -2.44e+03 0.362 0 7.82 7.82 Target compt + 2 8.93 1.56 -2.45e+03 0 0.088 1.51 9.33 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 105, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.12 1.66 -2.45e+03 0.274 0 0 0 Target initStep - 1 9.12 1.67 -2.45e+03 0 0.274 0.131 0.131 Target eIoni + 0 8.93 1.56 -2.45e+03 0.274 0 0 0 Target initStep + 1 8.94 1.57 -2.45e+03 0 0.274 0.131 0.131 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 104, Parent ID = 91 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.89 1.93 -2.44e+03 0.0256 0 0 0 Target initStep - 1 7.89 1.93 -2.44e+03 0 0.0256 0.00302 0.00302 Target eIoni + 0 7.7 1.83 -2.44e+03 0.0256 0 0 0 Target initStep + 1 7.7 1.83 -2.44e+03 0 0.0256 0.00302 0.00302 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.439 0.392 -2.44e+03 5.83 0 0 0 Target initStep - 1 -0.115 3.1 -2.44e+03 1.11 0 5.51 5.51 Target compt - 2 -4.24 2.19 -2.43e+03 0.791 0 6.15 11.7 Target compt - 3 -4.97 2.29 -2.43e+03 0.2 0 0.771 12.4 Target compt - 4 -4.48 2.2 -2.43e+03 0 0.088 0.65 13.1 Target phot + 0 0.255 0.295 -2.44e+03 5.83 0 0 0 Target initStep + 1 -0.299 3 -2.44e+03 1.11 0 5.51 5.51 Target compt + 2 -4.42 2.1 -2.43e+03 0.791 0 6.15 11.7 Target compt + 3 -5.16 2.19 -2.43e+03 0.2 0 0.771 12.4 Target compt + 4 -4.67 2.11 -2.43e+03 0 0.088 0.65 13.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 109, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.48 2.2 -2.43e+03 0.112 0 0 0 Target initStep - 1 -4.48 2.2 -2.43e+03 0 0.112 0.033 0.033 Target eIoni + 0 -4.67 2.11 -2.43e+03 0.112 0 0 0 Target initStep + 1 -4.67 2.11 -2.43e+03 0 0.112 0.033 0.033 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 108, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.97 2.29 -2.43e+03 0.591 0 0 0 Target initStep - 1 -5 2.29 -2.43e+03 0 0.591 0.38 0.38 Target eIoni + 0 -5.16 2.19 -2.43e+03 0.591 0 0 0 Target initStep + 1 -5.18 2.2 -2.43e+03 0 0.591 0.38 0.38 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 107, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.24 2.19 -2.43e+03 0.315 0 0 0 Target initStep - 1 -4.23 2.19 -2.43e+03 0 0.315 0.16 0.16 Target eIoni + 0 -4.42 2.1 -2.43e+03 0.315 0 0 0 Target initStep + 1 -4.42 2.09 -2.43e+03 0 0.315 0.16 0.16 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 106, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.115 3.1 -2.44e+03 4.72 0 0 0 Target initStep - 1 -0.253 3.29 -2.44e+03 4.18 0.427 0.371 0.371 Target eBrem - 2 -0.366 3.57 -2.44e+03 3.68 0.498 0.38 0.75 Target eBrem - 3 0.0758 5.1 -2.44e+03 1.69 1.99 1.93 2.68 Target eIoni - 4 0.0698 5.14 -2.44e+03 0 1.69 1.26 3.95 Target eIoni + 0 -0.299 3 -2.44e+03 4.72 0 0 0 Target initStep + 1 -0.437 3.2 -2.44e+03 4.18 0.427 0.371 0.371 Target eBrem + 2 -0.55 3.47 -2.44e+03 3.68 0.498 0.38 0.75 Target eBrem + 3 -0.108 5.01 -2.44e+03 1.69 1.99 1.93 2.68 Target eIoni + 4 -0.114 5.04 -2.44e+03 0 1.69 1.26 3.95 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 110, Parent ID = 106 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.253 3.29 -2.44e+03 0.116 0 0 0 Target initStep - 1 -0.276 3.35 -2.44e+03 0 0.088 0.0595 0.0595 Target phot + 0 -0.437 3.2 -2.44e+03 0.116 0 0 0 Target initStep + 1 -0.46 3.25 -2.44e+03 0 0.088 0.0595 0.0595 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 111, Parent ID = 110 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.276 3.35 -2.44e+03 0.0276 0 0 0 Target initStep - 1 -0.276 3.35 -2.44e+03 0 0.0276 0.00341 0.00341 Target eIoni + 0 -0.46 3.25 -2.44e+03 0.0276 0 0 0 Target initStep + 1 -0.46 3.25 -2.44e+03 0 0.0276 0.00341 0.00341 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.448 0.368 -2.44e+03 0.0955 0 0 0 Target initStep - 1 0.43 0.394 -2.44e+03 0 0.088 0.544 0.544 Target phot + 0 0.262 0.273 -2.44e+03 0.0955 0 0 0 Target initStep + 1 0.244 0.298 -2.44e+03 0 0.088 0.544 0.544 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 112, Parent ID = 22 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.43 0.394 -2.44e+03 0.00745 0 0 0 Target initStep - 1 0.43 0.394 -2.44e+03 0 0.00745 0.000457 0.000457 Target eIoni + 0 0.244 0.298 -2.44e+03 0.00745 0 0 0 Target initStep + 1 0.244 0.298 -2.44e+03 0 0.00745 0.000457 0.000457 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, 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.353 -2.45e+03 1.82 0 0 0 Target initStep - 1 0.511 0.557 -2.43e+03 0.451 0 14.1 14.1 Target compt - 2 4.81 3.19 -2.43e+03 0 0.088 5.09 19.2 Target phot + 0 0.286 0.226 -2.45e+03 1.82 0 0 0 Target initStep + 1 0.313 0.429 -2.43e+03 0.451 0 14.1 14.1 Target compt + 2 4.61 3.07 -2.43e+03 0 0.088 5.09 19.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 114, Parent ID = 21 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.81 3.19 -2.43e+03 0.363 0 0 0 Target initStep - 1 4.81 3.2 -2.43e+03 0 0.363 0.196 0.196 Target eIoni + 0 4.61 3.07 -2.43e+03 0.363 0 0 0 Target initStep + 1 4.62 3.08 -2.43e+03 0 0.363 0.196 0.196 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 113, Parent ID = 21 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.511 0.557 -2.43e+03 1.37 0 0 0 Target initStep - 1 0.758 1.06 -2.43e+03 0.659 0.59 0.631 0.631 Target eBrem - 2 0.739 1.08 -2.43e+03 0 0.659 0.437 1.07 Target eIoni + 0 0.313 0.429 -2.43e+03 1.37 0 0 0 Target initStep + 1 0.561 0.934 -2.43e+03 0.659 0.59 0.631 0.631 Target eBrem + 2 0.541 0.951 -2.43e+03 0 0.659 0.437 1.07 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 115, Parent ID = 113 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.758 1.06 -2.43e+03 0.12 0 0 0 Target initStep - 1 -0.36 1.43 -2.43e+03 0 0.088 1.24 1.24 Target phot + 0 0.561 0.934 -2.43e+03 0.12 0 0 0 Target initStep + 1 -0.558 1.3 -2.43e+03 0 0.088 1.24 1.24 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 116, Parent ID = 115 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.36 1.43 -2.43e+03 0.0322 0 0 0 Target initStep - 1 -0.36 1.43 -2.43e+03 0 0.0322 0.00436 0.00436 Target eIoni + 0 -0.558 1.3 -2.43e+03 0.0322 0 0 0 Target initStep + 1 -0.557 1.3 -2.43e+03 0 0.0322 0.00436 0.00436 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.496 0.331 -2.45e+03 33.3 0 0 0 Target initStep - 1 0.428 0.522 -2.44e+03 0 0 4.28 4.28 Target conv + 0 0.296 0.205 -2.45e+03 33.3 0 0 0 Target initStep + 1 0.227 0.396 -2.44e+03 0 0 4.28 4.28 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 117, Parent ID = 20 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.428 0.522 -2.44e+03 10.1 0 0 0 Target initStep - 1 -0.975 0.056 -2.44e+03 6.71 3.4 3.15 3.15 Target eIoni - 2 -0.895 0.0688 -2.44e+03 6.18 0.152 0.148 3.3 Target eBrem - 3 -0.816 0.0724 -2.44e+03 4.13 0.0776 0.081 3.38 Target eIoni - 4 -0.503 -0.115 -2.44e+03 2.85 0.665 0.51 3.89 Target eBrem - 5 0.346 -0.273 -2.44e+03 1.21 1.29 1.22 5.12 Target eBrem - 6 0.325 -0.344 -2.44e+03 0 1.21 0.913 6.03 Target eIoni + 0 0.227 0.396 -2.44e+03 10.1 0 0 0 Target initStep + 1 -1.18 -0.0705 -2.44e+03 6.71 3.4 3.15 3.15 Target eIoni + 2 -1.1 -0.0576 -2.44e+03 6.18 0.152 0.148 3.3 Target eBrem + 3 -1.02 -0.0541 -2.44e+03 4.13 0.0776 0.081 3.38 Target eIoni + 4 -0.704 -0.242 -2.44e+03 2.85 0.665 0.51 3.89 Target eBrem + 5 0.145 -0.4 -2.44e+03 1.21 1.29 1.22 5.12 Target eBrem + 6 0.124 -0.47 -2.44e+03 0 1.21 0.913 6.03 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 120, Parent ID = 117 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.816 0.0724 -2.44e+03 1.97 0 0 0 Target initStep - 1 -1.04 0.998 -2.44e+03 0.484 1.49 1.4 1.4 Target eIoni - 2 -1.07 0.99 -2.44e+03 0.312 0.172 0.117 1.52 Target eBrem - 3 -1.07 0.986 -2.44e+03 0 0.312 0.158 1.68 Target eIoni + 0 -1.02 -0.0541 -2.44e+03 1.97 0 0 0 Target initStep + 1 -1.24 0.871 -2.44e+03 0.484 1.49 1.4 1.4 Target eIoni + 2 -1.27 0.864 -2.44e+03 0.312 0.172 0.117 1.52 Target eBrem + 3 -1.27 0.859 -2.44e+03 0 0.312 0.158 1.68 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 122, Parent ID = 117 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.346 -0.273 -2.44e+03 0.357 0 0 0 Target initStep - 1 -0.208 -4.81 -2.44e+03 0 0.088 4.79 4.79 Target phot + 0 0.145 -0.4 -2.44e+03 0.357 0 0 0 Target initStep + 1 -0.409 -4.94 -2.44e+03 0 0.088 4.79 4.79 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 123, Parent ID = 122 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.208 -4.81 -2.44e+03 0.269 0 0 0 Target initStep - 1 -0.174 -4.89 -2.44e+03 0.0454 0.122 0.0941 0.0941 Target eBrem - 2 -0.173 -4.89 -2.44e+03 0 0.0454 0.00763 0.102 Target eIoni + 0 -0.409 -4.94 -2.44e+03 0.269 0 0 0 Target initStep + 1 -0.374 -5.01 -2.44e+03 0.0454 0.122 0.0941 0.0941 Target eBrem + 2 -0.374 -5.01 -2.44e+03 0 0.0454 0.00763 0.102 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 124, Parent ID = 123 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.174 -4.89 -2.44e+03 0.102 0 0 0 Target initStep - 1 -0.145 -4.73 -2.44e+03 0 0.088 0.16 0.16 Target phot + 0 -0.374 -5.01 -2.44e+03 0.102 0 0 0 Target initStep + 1 -0.345 -4.86 -2.44e+03 0 0.088 0.16 0.16 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 125, Parent ID = 124 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.145 -4.73 -2.44e+03 0.014 0 0 0 Target initStep - 1 -0.145 -4.73 -2.44e+03 0 0.014 0.00117 0.00117 Target eIoni + 0 -0.345 -4.86 -2.44e+03 0.014 0 0 0 Target initStep + 1 -0.345 -4.86 -2.44e+03 0 0.014 0.00117 0.00117 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 121, Parent ID = 117 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.503 -0.115 -2.44e+03 0.609 0 0 0 Target initStep - 1 8.19 3.54 -2.43e+03 0 0.088 14.2 14.2 Target phot + 0 -0.704 -0.242 -2.44e+03 0.609 0 0 0 Target initStep + 1 7.99 3.41 -2.43e+03 0 0.088 14.2 14.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 126, Parent ID = 121 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 8.19 3.54 -2.43e+03 0.521 0 0 0 Target initStep - 1 8.21 3.55 -2.43e+03 0 0.521 0.322 0.322 Target eIoni + 0 7.99 3.41 -2.43e+03 0.521 0 0 0 Target initStep + 1 8.01 3.43 -2.43e+03 0 0.521 0.322 0.322 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 119, Parent ID = 117 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.895 0.0688 -2.44e+03 0.382 0 0 0 Target initStep - 1 9.76 -4.53 -2.44e+03 0 0.088 11.7 11.7 Target phot + 0 -1.1 -0.0576 -2.44e+03 0.382 0 0 0 Target initStep + 1 9.56 -4.66 -2.44e+03 0 0.088 11.7 11.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 127, Parent ID = 119 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.76 -4.53 -2.44e+03 0.294 0 0 0 Target initStep - 1 9.77 -4.53 -2.44e+03 0 0.294 0.145 0.145 Target eIoni + 0 9.56 -4.66 -2.44e+03 0.294 0 0 0 Target initStep + 1 9.57 -4.65 -2.44e+03 0 0.294 0.145 0.145 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.508 0.332 -2.45e+03 0.597 0 0 0 Target initStep - 1 0.481 0.326 -2.45e+03 0.29 0 0.585 0.585 Target compt - 2 -1.3 4.37 -2.44e+03 0 0.088 4.43 5.02 Target phot + 0 0.307 0.205 -2.45e+03 0.597 0 0 0 Target initStep + 1 0.281 0.2 -2.45e+03 0.29 0 0.585 0.585 Target compt + 2 -1.5 4.25 -2.44e+03 0 0.088 4.43 5.02 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 129, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.3 4.37 -2.44e+03 0.202 0 0 0 Target initStep - 1 -1.3 4.38 -2.44e+03 0 0.202 0.0824 0.0824 Target eIoni + 0 -1.5 4.25 -2.44e+03 0.202 0 0 0 Target initStep + 1 -1.5 4.25 -2.44e+03 0 0.202 0.0824 0.0824 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 128, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.481 0.326 -2.45e+03 0.308 0 0 0 Target initStep - 1 0.483 0.322 -2.45e+03 0 0.308 0.155 0.155 Target eIoni + 0 0.281 0.2 -2.45e+03 0.308 0 0 0 Target initStep + 1 0.282 0.195 -2.45e+03 0 0.308 0.155 0.155 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, 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.332 -2.45e+03 6.98 0 0 0 Target initStep - 1 -0.508 0.324 -2.42e+03 0 0 22.5 22.5 Target conv + 0 0.319 0.203 -2.45e+03 6.98 0 0 0 Target initStep + 1 -0.712 0.195 -2.42e+03 0 0 22.5 22.5 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 130, Parent ID = 18 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.508 0.324 -2.42e+03 3.3 0 0 0 Target initStep - 1 -0.487 0.419 -2.42e+03 2.96 0.34 0.308 0.308 Target eBrem - 2 -0.0456 1.05 -2.42e+03 0.468 1.15 0.878 1.19 Target eBrem - 3 -0.0163 1.09 -2.42e+03 0.216 0.252 0.205 1.39 Target eBrem - 4 -0.0205 1.1 -2.42e+03 0 0.216 0.0915 1.48 Target eIoni + 0 -0.712 0.195 -2.42e+03 3.3 0 0 0 Target initStep + 1 -0.691 0.291 -2.42e+03 2.96 0.34 0.308 0.308 Target eBrem + 2 -0.25 0.921 -2.42e+03 0.468 1.15 0.878 1.19 Target eBrem + 3 -0.22 0.966 -2.42e+03 0.216 0.252 0.205 1.39 Target eBrem + 4 -0.225 0.97 -2.42e+03 0 0.216 0.0915 1.48 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 132, Parent ID = 130 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0456 1.05 -2.42e+03 1.35 0 0 0 Target initStep - 1 2.29 2.81 -2.42e+03 0 0.088 2.96 2.96 Target phot + 0 -0.25 0.921 -2.42e+03 1.35 0 0 0 Target initStep + 1 2.09 2.68 -2.42e+03 0 0.088 2.96 2.96 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 133, Parent ID = 132 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.29 2.81 -2.42e+03 1.26 0 0 0 Target initStep - 1 2.36 2.84 -2.42e+03 0 1.26 0.954 0.954 Target eIoni + 0 2.09 2.68 -2.42e+03 1.26 0 0 0 Target initStep + 1 2.15 2.71 -2.42e+03 0 1.26 0.954 0.954 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.533 0.332 -2.45e+03 11.1 0 0 0 Target initStep - 1 0.0471 0.326 -2.42e+03 0.426 0 26.8 26.8 Target compt - 2 -3.69 -6.3 -2.42e+03 0.366 0 7.71 34.5 Target compt - 3 -3.51 -7.84 -2.42e+03 0 0.088 1.55 36.1 Target phot + 0 0.329 0.203 -2.45e+03 11.1 0 0 0 Target initStep + 1 -0.157 0.197 -2.42e+03 0.426 0 26.8 26.8 Target compt + 2 -3.9 -6.43 -2.42e+03 0.366 0 7.71 34.5 Target compt + 3 -3.71 -7.97 -2.42e+03 0 0.088 1.55 36.1 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 136, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.51 -7.84 -2.42e+03 0.278 0 0 0 Target initStep - 1 -3.51 -7.84 -2.42e+03 0 0.278 0.133 0.133 Target eIoni + 0 -3.71 -7.97 -2.42e+03 0.278 0 0 0 Target initStep + 1 -3.71 -7.97 -2.42e+03 0 0.278 0.133 0.133 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 135, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.69 -6.3 -2.42e+03 0.0605 0 0 0 Target initStep - 1 -3.69 -6.3 -2.42e+03 0 0.0605 0.0122 0.0122 Target eIoni + 0 -3.9 -6.43 -2.42e+03 0.0605 0 0 0 Target initStep + 1 -3.9 -6.43 -2.42e+03 0 0.0605 0.0122 0.0122 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 134, Parent ID = 17 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0471 0.326 -2.42e+03 10.7 0 0 0 Target initStep - 1 -0.321 -0.222 -2.42e+03 8.9 1.58 1.27 1.27 Target eBrem - 2 -0.349 -0.222 -2.42e+03 8.41 0.288 0.244 1.51 Target eBrem - 3 0.0151 -0.67 -2.42e+03 7.28 0.839 0.734 2.25 Target eBrem - 4 0.977 -0.339 -2.42e+03 4.12 1.33 1.24 3.49 Target eBrem - 5 1.17 -0.14 -2.42e+03 2.44 0.785 0.755 4.24 Target eBrem - 6 1.82 0.849 -2.42e+03 0.186 2.26 1.58 5.83 Target eIoni - 7 1.83 0.848 -2.42e+03 0 0.186 0.0727 5.9 Target eIoni + 0 -0.157 0.197 -2.42e+03 10.7 0 0 0 Target initStep + 1 -0.525 -0.351 -2.42e+03 8.9 1.58 1.27 1.27 Target eBrem + 2 -0.553 -0.351 -2.42e+03 8.41 0.288 0.244 1.51 Target eBrem + 3 -0.189 -0.799 -2.42e+03 7.28 0.839 0.734 2.25 Target eBrem + 4 0.773 -0.468 -2.42e+03 4.12 1.33 1.24 3.49 Target eBrem + 5 0.961 -0.269 -2.42e+03 2.44 0.785 0.755 4.24 Target eBrem + 6 1.62 0.72 -2.42e+03 0.186 2.26 1.58 5.83 Target eIoni + 7 1.62 0.719 -2.42e+03 0 0.186 0.0727 5.9 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 141, Parent ID = 134 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.17 -0.14 -2.42e+03 0.897 0 0 0 Target initStep - 1 0.986 -0.86 -2.42e+03 0.263 0 0.857 0.857 Target compt - 2 4.48 -1.75 -2.42e+03 0 0.088 5.52 6.38 Target phot + 0 0.961 -0.269 -2.42e+03 0.897 0 0 0 Target initStep + 1 0.782 -0.989 -2.42e+03 0.263 0 0.857 0.857 Target compt + 2 4.28 -1.88 -2.42e+03 0 0.088 5.52 6.38 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 143, Parent ID = 141 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.48 -1.75 -2.42e+03 0.175 0 0 0 Target initStep - 1 4.49 -1.76 -2.42e+03 0 0.175 0.0661 0.0661 Target eIoni + 0 4.28 -1.88 -2.42e+03 0.175 0 0 0 Target initStep + 1 4.28 -1.88 -2.42e+03 0 0.175 0.0661 0.0661 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 142, Parent ID = 141 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.986 -0.86 -2.42e+03 0.634 0 0 0 Target initStep - 1 0.976 -0.88 -2.42e+03 0 0.634 0.416 0.416 Target eIoni + 0 0.782 -0.989 -2.42e+03 0.634 0 0 0 Target initStep + 1 0.772 -1.01 -2.42e+03 0 0.634 0.416 0.416 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 140, Parent ID = 134 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.977 -0.339 -2.42e+03 1.82 0 0 0 Target initStep - 1 25 -0.696 -2.41e+03 1.82 0 26 26 World Transportation - 2 44.1 -0.979 -2.4e+03 1.82 0 20.6 46.6 Tracker Transportation - 3 2.4e+03 -35.9 -1.43e+03 1.82 0 2.55e+03 2.6e+03 World Transportation + 0 0.773 -0.468 -2.42e+03 1.82 0 0 0 Target initStep + 1 25 -0.827 -2.41e+03 1.82 0 26.2 26.2 World Transportation + 2 43.9 -1.11 -2.4e+03 1.82 0 20.4 46.6 Tracker Transportation + 3 2.4e+03 -36 -1.43e+03 1.82 0 2.55e+03 2.6e+03 World Transportation 4 2.94e+03 -44 -1.2e+03 1.82 0 585 3.18e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -1790,475 +1790,475 @@ 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.0151 -0.67 -2.42e+03 0.291 0 0 0 Target initStep - 1 1.74 -1.3 -2.42e+03 0.251 0 1.87 1.87 Target compt - 2 1.96 -1.76 -2.42e+03 0 0.088 0.569 2.44 Target phot + 0 -0.189 -0.799 -2.42e+03 0.291 0 0 0 Target initStep + 1 1.54 -1.42 -2.42e+03 0.251 0 1.87 1.87 Target compt + 2 1.76 -1.89 -2.42e+03 0 0.088 0.569 2.44 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 145, Parent ID = 139 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.96 -1.76 -2.42e+03 0.163 0 0 0 Target initStep - 1 1.97 -1.76 -2.42e+03 0 0.163 0.0593 0.0593 Target eIoni + 0 1.76 -1.89 -2.42e+03 0.163 0 0 0 Target initStep + 1 1.76 -1.89 -2.42e+03 0 0.163 0.0593 0.0593 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 144, Parent ID = 139 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.74 -1.3 -2.42e+03 0.0407 0 0 0 Target initStep - 1 1.74 -1.3 -2.42e+03 0 0.0407 0.00637 0.00637 Target eIoni + 0 1.54 -1.42 -2.42e+03 0.0407 0 0 0 Target initStep + 1 1.54 -1.42 -2.42e+03 0 0.0407 0.00637 0.00637 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 138, Parent ID = 134 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.349 -0.222 -2.42e+03 0.203 0 0 0 Target initStep - 1 -0.322 -0.23 -2.42e+03 0 0.088 0.0595 0.0595 Target phot + 0 -0.553 -0.351 -2.42e+03 0.203 0 0 0 Target initStep + 1 -0.526 -0.36 -2.42e+03 0 0.088 0.0595 0.0595 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 146, Parent ID = 138 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.322 -0.23 -2.42e+03 0.115 0 0 0 Target initStep - 1 -0.323 -0.231 -2.42e+03 0 0.115 0.0343 0.0343 Target eIoni + 0 -0.526 -0.36 -2.42e+03 0.115 0 0 0 Target initStep + 1 -0.527 -0.36 -2.42e+03 0 0.115 0.0343 0.0343 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 137, Parent ID = 134 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.321 -0.222 -2.42e+03 0.203 0 0 0 Target initStep - 1 -0.3 -0.247 -2.42e+03 0 0.088 0.514 0.514 Target phot + 0 -0.525 -0.351 -2.42e+03 0.203 0 0 0 Target initStep + 1 -0.504 -0.376 -2.42e+03 0 0.088 0.514 0.514 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 147, Parent ID = 137 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.3 -0.247 -2.42e+03 0.115 0 0 0 Target initStep - 1 -0.3 -0.245 -2.42e+03 0 0.115 0.0342 0.0342 Target eIoni + 0 -0.504 -0.376 -2.42e+03 0.115 0 0 0 Target initStep + 1 -0.504 -0.374 -2.42e+03 0 0.115 0.0342 0.0342 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.533 0.332 -2.45e+03 3.97 0 0 0 Target initStep - 1 0.465 0.37 -2.44e+03 1.55 0 4.77 4.77 Target compt - 2 1.27 0.0787 -2.44e+03 0.521 0 1.45 6.23 Target compt - 3 0.819 1.76 -2.44e+03 0.229 0 2.51 8.74 Target compt - 4 0.862 1.73 -2.44e+03 0.134 0 0.0558 8.79 Target compt - 5 0.205 1.43 -2.44e+03 0 0.088 0.944 9.74 Target phot + 0 0.329 0.203 -2.45e+03 3.97 0 0 0 Target initStep + 1 0.261 0.24 -2.44e+03 1.55 0 4.77 4.77 Target compt + 2 1.07 -0.0503 -2.44e+03 0.521 0 1.45 6.23 Target compt + 3 0.615 1.63 -2.44e+03 0.229 0 2.51 8.74 Target compt + 4 0.658 1.6 -2.44e+03 0.134 0 0.0558 8.79 Target compt + 5 0.00103 1.3 -2.44e+03 0 0.088 0.944 9.74 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 152, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.205 1.43 -2.44e+03 0.0457 0 0 0 Target initStep - 1 0.205 1.43 -2.44e+03 0 0.0457 0.00771 0.00771 Target eIoni + 0 0.00103 1.3 -2.44e+03 0.0457 0 0 0 Target initStep + 1 0.000605 1.3 -2.44e+03 0 0.0457 0.00771 0.00771 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 151, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.862 1.73 -2.44e+03 0.0953 0 0 0 Target initStep - 1 0.864 1.73 -2.44e+03 0 0.0953 0.0254 0.0254 Target eIoni + 0 0.658 1.6 -2.44e+03 0.0953 0 0 0 Target initStep + 1 0.66 1.6 -2.44e+03 0 0.0953 0.0254 0.0254 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 150, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.819 1.76 -2.44e+03 0.292 0 0 0 Target initStep - 1 0.815 1.76 -2.44e+03 0 0.292 0.143 0.143 Target eIoni + 0 0.615 1.63 -2.44e+03 0.292 0 0 0 Target initStep + 1 0.611 1.63 -2.44e+03 0 0.292 0.143 0.143 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 149, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.27 0.0787 -2.44e+03 1.03 0 0 0 Target initStep - 1 1.31 0.0518 -2.44e+03 0 1.03 0.753 0.753 Target eIoni + 0 1.07 -0.0503 -2.44e+03 1.03 0 0 0 Target initStep + 1 1.11 -0.0772 -2.44e+03 0 1.03 0.753 0.753 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 148, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.465 0.37 -2.44e+03 2.43 0 0 0 Target initStep - 1 0.524 0.383 -2.44e+03 1.86 0.411 0.172 0.172 Target eBrem - 2 0.498 0.432 -2.44e+03 0.817 0.0663 0.0619 0.234 Target eBrem - 3 0.493 0.464 -2.44e+03 0 0.817 0.572 0.806 Target eIoni + 0 0.261 0.24 -2.44e+03 2.43 0 0 0 Target initStep + 1 0.32 0.254 -2.44e+03 1.86 0.411 0.172 0.172 Target eBrem + 2 0.294 0.303 -2.44e+03 0.817 0.0663 0.0619 0.234 Target eBrem + 3 0.289 0.335 -2.44e+03 0 0.817 0.572 0.806 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 154, Parent ID = 148 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.498 0.432 -2.44e+03 0.978 0 0 0 Target initStep - 1 0.337 2.26 -2.44e+03 0 0.088 6.46 6.46 Target phot + 0 0.294 0.303 -2.44e+03 0.978 0 0 0 Target initStep + 1 0.133 2.14 -2.44e+03 0 0.088 6.46 6.46 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 155, Parent ID = 154 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.337 2.26 -2.44e+03 0.89 0 0 0 Target initStep - 1 0.322 2.3 -2.44e+03 0 0.89 0.636 0.636 Target eIoni + 0 0.133 2.14 -2.44e+03 0.89 0 0 0 Target initStep + 1 0.118 2.17 -2.44e+03 0 0.89 0.636 0.636 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 153, Parent ID = 148 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.524 0.383 -2.44e+03 0.155 0 0 0 Target initStep - 1 0.398 0.473 -2.44e+03 0 0.088 0.169 0.169 Target phot + 0 0.32 0.254 -2.44e+03 0.155 0 0 0 Target initStep + 1 0.194 0.344 -2.44e+03 0 0.088 0.169 0.169 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 156, Parent ID = 153 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.398 0.473 -2.44e+03 0.0673 0 0 0 Target initStep - 1 0.399 0.473 -2.44e+03 0 0.0673 0.0145 0.0145 Target eIoni + 0 0.194 0.344 -2.44e+03 0.0673 0 0 0 Target initStep + 1 0.195 0.344 -2.44e+03 0 0.0673 0.0145 0.0145 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.529 0.31 -2.45e+03 0.0966 0 0 0 Target initStep - 1 0.529 0.31 -2.45e+03 0 0.088 0.014 0.014 Target phot + 0 0.337 0.196 -2.45e+03 0.0966 0 0 0 Target initStep + 1 0.337 0.196 -2.45e+03 0 0.088 0.014 0.014 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 157, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.529 0.31 -2.45e+03 0.00859 0 0 0 Target initStep - 1 0.529 0.31 -2.45e+03 0 0.00859 0.000562 0.000562 Target eIoni + 0 0.337 0.196 -2.45e+03 0.00859 0 0 0 Target initStep + 1 0.337 0.196 -2.45e+03 0 0.00859 0.000562 0.000562 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.529 0.31 -2.45e+03 1.32 0 0 0 Target initStep - 1 0.825 1.2 -2.42e+03 0.56 0 27.8 27.8 Target compt - 2 4.85 -0.331 -2.42e+03 0 0.088 4.9 32.7 Target phot + 0 0.337 0.196 -2.45e+03 1.32 0 0 0 Target initStep + 1 0.633 1.09 -2.42e+03 0.56 0 27.8 27.8 Target compt + 2 4.66 -0.445 -2.42e+03 0 0.088 4.9 32.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 159, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.85 -0.331 -2.42e+03 0.472 0 0 0 Target initStep - 1 4.87 -0.335 -2.42e+03 0 0.472 0.281 0.281 Target eIoni + 0 4.66 -0.445 -2.42e+03 0.472 0 0 0 Target initStep + 1 4.68 -0.449 -2.42e+03 0 0.472 0.281 0.281 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 158, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.825 1.2 -2.42e+03 0.756 0 0 0 Target initStep - 1 0.811 1.21 -2.42e+03 0 0.756 0.52 0.52 Target eIoni + 0 0.633 1.09 -2.42e+03 0.756 0 0 0 Target initStep + 1 0.618 1.09 -2.42e+03 0 0.756 0.52 0.52 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.523 0.32 -2.45e+03 0.266 0 0 0 Target initStep - 1 0.507 0.314 -2.44e+03 0 0.088 3.42 3.42 Target phot + 0 0.348 0.182 -2.45e+03 0.266 0 0 0 Target initStep + 1 0.331 0.176 -2.44e+03 0 0.088 3.42 3.42 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 160, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.507 0.314 -2.44e+03 0.178 0 0 0 Target initStep - 1 0.506 0.317 -2.44e+03 0 0.178 0.0683 0.0683 Target eIoni + 0 0.331 0.176 -2.44e+03 0.178 0 0 0 Target initStep + 1 0.331 0.18 -2.44e+03 0 0.178 0.0683 0.0683 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.519 0.328 -2.45e+03 6.47 0 0 0 Target initStep - 1 0.792 -1.14 -2.4e+03 6.47 0 48.6 48.6 Tracker Transportation - 2 4.73 -22.3 -1.7e+03 6.47 0 700 749 Chamber Transportation - 3 5.85 -28.4 -1.5e+03 6.47 0 200 949 Tracker Transportation - 4 9.23 -46.5 -900 6.47 0 600 1.55e+03 Chamber Transportation - 5 10.4 -52.6 -700 6.47 0 200 1.75e+03 Tracker Transportation - 6 13.7 -70.8 -100 6.47 0 600 2.35e+03 Chamber Transportation - 7 14.9 -76.8 100 6.47 0 200 2.55e+03 Tracker Transportation - 8 18.2 -95 700 6.47 0 600 3.15e+03 Chamber Transportation - 9 19.4 -101 900 6.47 0 200 3.35e+03 Tracker Transportation - 10 22.7 -119 1.5e+03 6.47 0 600 3.95e+03 Chamber Transportation - 11 23.9 -125 1.7e+03 6.47 0 200 4.15e+03 Tracker Transportation - 12 27.8 -146 2.4e+03 6.47 0 700 4.85e+03 World Transportation - 13 30.8 -163 2.94e+03 6.47 0 540 5.39e+03 OutOfWorld Transportation + 0 0.347 0.184 -2.45e+03 6.47 0 0 0 Target initStep + 1 0.621 -1.29 -2.4e+03 6.47 0 48.6 48.6 Tracker Transportation + 2 4.56 -22.5 -1.7e+03 6.47 0 700 749 Chamber Transportation + 3 5.68 -28.5 -1.5e+03 6.47 0 200 949 Tracker Transportation + 4 9.06 -46.7 -900 6.47 0 600 1.55e+03 Chamber Transportation + 5 10.2 -52.7 -700 6.47 0 200 1.75e+03 Tracker Transportation + 6 13.6 -70.9 -100 6.47 0 600 2.35e+03 Chamber Transportation + 7 14.7 -76.9 100 6.47 0 200 2.55e+03 Tracker Transportation + 8 18.1 -95.1 700 6.47 0 600 3.15e+03 Chamber Transportation + 9 19.2 -101 900 6.47 0 200 3.35e+03 Tracker Transportation + 10 22.6 -119 1.5e+03 6.47 0 600 3.95e+03 Chamber Transportation + 11 23.7 -125 1.7e+03 6.47 0 200 4.15e+03 Tracker Transportation + 12 27.6 -147 2.4e+03 6.47 0 700 4.85e+03 World Transportation + 13 30.7 -163 2.94e+03 6.47 0 540 5.39e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.515 0.33 -2.45e+03 5.38 0 0 0 Target initStep - 1 1.14 -0.205 -2.43e+03 0 0 23.4 23.4 Target conv + 0 0.345 0.187 -2.45e+03 5.38 0 0 0 Target initStep + 1 0.972 -0.349 -2.43e+03 0 0 23.4 23.4 Target conv ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.509 0.344 -2.45e+03 0.522 0 0 0 Target initStep - 1 0.626 0.269 -2.44e+03 0 0.088 8.48 8.48 Target phot + 0 0.337 0.201 -2.45e+03 0.522 0 0 0 Target initStep + 1 0.455 0.126 -2.44e+03 0 0.088 8.48 8.48 Target phot ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 162, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.14 -0.205 -2.43e+03 4.05 0 0 0 Target initStep - 1 0.818 0.0241 -2.43e+03 2.83 0.892 0.73 0.73 Target eBrem - 2 0.489 -0.973 -2.43e+03 1.14 1.69 1.73 2.46 Target eIoni - 3 0.407 -0.942 -2.43e+03 0 1.14 0.859 3.32 Target eIoni - 4 0.407 -0.942 -2.43e+03 0 0 0 3.32 Target annihil + 0 0.972 -0.349 -2.43e+03 4.05 0 0 0 Target initStep + 1 0.648 -0.12 -2.43e+03 2.83 0.892 0.73 0.73 Target eBrem + 2 0.32 -1.12 -2.43e+03 1.14 1.69 1.73 2.46 Target eIoni + 3 0.238 -1.09 -2.43e+03 0 1.14 0.859 3.32 Target eIoni + 4 0.238 -1.09 -2.43e+03 0 0 0 3.32 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 131, Parent ID = 18 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.508 0.324 -2.42e+03 2.66 0 0 0 Target initStep - 1 -0.419 0.514 -2.42e+03 1.22 0.457 0.323 0.323 Target eBrem - 2 -0.438 0.598 -2.42e+03 0 1.22 0.939 1.26 Target eIoni - 3 -0.438 0.598 -2.42e+03 0 0 0 1.26 Target annihil + 0 -0.712 0.195 -2.42e+03 2.66 0 0 0 Target initStep + 1 -0.623 0.386 -2.42e+03 1.22 0.457 0.323 0.323 Target eBrem + 2 -0.642 0.469 -2.42e+03 0 1.22 0.939 1.26 Target eIoni + 3 -0.642 0.469 -2.42e+03 0 0 0 1.26 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 118, Parent ID = 20 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.428 0.522 -2.44e+03 22.2 0 0 0 Target initStep - 1 0.431 0.551 -2.44e+03 19.9 0.654 0.339 0.339 Target eIoni - 2 0.371 0.61 -2.44e+03 19.1 0.452 0.311 0.65 Target eBrem - 3 0.312 0.718 -2.44e+03 14.6 0.409 0.331 0.98 Target eIoni - 4 0.255 0.792 -2.44e+03 9.99 0.246 0.182 1.16 Target eBrem - 5 0.177 1.06 -2.44e+03 6.97 0.856 0.793 1.96 Target eBrem - 6 -1 0.89 -2.44e+03 4.66 2.18 1.78 3.73 Target eBrem - 7 -1.36 0.556 -2.44e+03 3.91 0.646 0.511 4.24 Target eBrem - 8 -1.61 -0.0961 -2.44e+03 2.06 1.33 0.833 5.08 Target eBrem - 9 -2.02 0.382 -2.44e+03 0.676 1.39 1.2 6.28 Target eBrem - 10 -2.06 0.382 -2.44e+03 0 0.676 0.452 6.73 Target eIoni - 11 -2.06 0.382 -2.44e+03 0 0 0 6.73 Target annihil + 0 0.227 0.396 -2.44e+03 22.2 0 0 0 Target initStep + 1 0.23 0.425 -2.44e+03 19.9 0.654 0.339 0.339 Target eIoni + 2 0.17 0.484 -2.44e+03 19.1 0.452 0.311 0.65 Target eBrem + 3 0.111 0.592 -2.44e+03 14.6 0.409 0.331 0.98 Target eIoni + 4 0.0542 0.666 -2.44e+03 9.99 0.246 0.182 1.16 Target eBrem + 5 -0.024 0.931 -2.44e+03 6.97 0.856 0.793 1.96 Target eBrem + 6 -1.2 0.764 -2.44e+03 4.66 2.18 1.78 3.73 Target eBrem + 7 -1.56 0.429 -2.44e+03 3.91 0.646 0.511 4.24 Target eBrem + 8 -1.81 -0.223 -2.44e+03 2.06 1.33 0.833 5.08 Target eBrem + 9 -2.22 0.256 -2.44e+03 0.676 1.39 1.2 6.28 Target eBrem + 10 -2.26 0.255 -2.44e+03 0 0.676 0.452 6.73 Target eIoni + 11 -2.26 0.255 -2.44e+03 0 0 0 6.73 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 172, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.312 0.718 -2.44e+03 4.07 0 0 0 Target initStep - 1 -0.548 0.394 -2.44e+03 1.75 2.32 2.02 2.02 Target eIoni - 2 -0.731 0.384 -2.44e+03 1.47 0.156 0.191 2.22 Target eBrem - 3 -0.903 0.216 -2.44e+03 1.06 0.253 0.255 2.47 Target eBrem - 4 -0.936 0.189 -2.44e+03 0 1.06 0.781 3.25 Target eIoni + 0 0.111 0.592 -2.44e+03 4.07 0 0 0 Target initStep + 1 -0.749 0.267 -2.44e+03 1.75 2.32 2.02 2.02 Target eIoni + 2 -0.931 0.257 -2.44e+03 1.47 0.156 0.191 2.22 Target eBrem + 3 -1.1 0.0894 -2.44e+03 1.06 0.253 0.255 2.47 Target eBrem + 4 -1.14 0.0625 -2.44e+03 0 1.06 0.781 3.25 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 170, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.431 0.551 -2.44e+03 1.65 0 0 0 Target initStep - 1 0.383 0.624 -2.44e+03 0 1.65 1.24 1.24 Target eIoni + 0 0.23 0.425 -2.44e+03 1.65 0 0 0 Target initStep + 1 0.183 0.497 -2.44e+03 0 1.65 1.24 1.24 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 163, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.626 0.269 -2.44e+03 0.434 0 0 0 Target initStep - 1 0.631 0.275 -2.44e+03 0 0.434 0.252 0.252 Target eIoni + 0 0.455 0.126 -2.44e+03 0.434 0 0 0 Target initStep + 1 0.459 0.132 -2.44e+03 0 0.434 0.252 0.252 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 161, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.14 -0.205 -2.43e+03 0.308 0 0 0 Target initStep - 1 1.14 -0.197 -2.43e+03 0 0.308 0.155 0.155 Target eIoni + 0 0.972 -0.349 -2.43e+03 0.308 0 0 0 Target initStep + 1 0.966 -0.341 -2.43e+03 0 0.308 0.155 0.155 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 181, Parent ID = 172 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.903 0.216 -2.44e+03 0.162 0 0 0 Target initStep - 1 -0.00717 -0.108 -2.44e+03 0 0.088 1.04 1.04 Target phot + 0 -1.1 0.0894 -2.44e+03 0.162 0 0 0 Target initStep + 1 -0.208 -0.235 -2.44e+03 0 0.088 1.04 1.04 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 182, Parent ID = 181 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00717 -0.108 -2.44e+03 0.0736 0 0 0 Target initStep - 1 -0.00614 -0.109 -2.44e+03 0 0.0736 0.0167 0.0167 Target eIoni + 0 -0.208 -0.235 -2.44e+03 0.0736 0 0 0 Target initStep + 1 -0.207 -0.235 -2.44e+03 0 0.0736 0.0167 0.0167 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 180, Parent ID = 172 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.731 0.384 -2.44e+03 0.117 0 0 0 Target initStep - 1 -0.783 0.395 -2.44e+03 0 0.088 0.0581 0.0581 Target phot + 0 -0.931 0.257 -2.44e+03 0.117 0 0 0 Target initStep + 1 -0.984 0.269 -2.44e+03 0 0.088 0.0581 0.0581 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 183, Parent ID = 180 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.783 0.395 -2.44e+03 0.0294 0 0 0 Target initStep - 1 -0.783 0.396 -2.44e+03 0 0.0294 0.00376 0.00376 Target eIoni + 0 -0.984 0.269 -2.44e+03 0.0294 0 0 0 Target initStep + 1 -0.984 0.269 -2.44e+03 0 0.0294 0.00376 0.00376 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 179, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.06 0.382 -2.44e+03 0.511 0 0 0 Target initStep - 1 -1.18 0.212 -2.44e+03 0.22 0 0.924 0.924 Target compt - 2 -1.45 0.861 -2.44e+03 0 0.088 0.835 1.76 Target phot + 0 -2.26 0.255 -2.44e+03 0.511 0 0 0 Target initStep + 1 -1.38 0.0854 -2.44e+03 0.22 0 0.924 0.924 Target compt + 2 -1.65 0.734 -2.44e+03 0 0.088 0.835 1.76 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 185, Parent ID = 179 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.45 0.861 -2.44e+03 0.132 0 0 0 Target initStep - 1 -1.45 0.861 -2.44e+03 0 0.132 0.0426 0.0426 Target eIoni + 0 -1.65 0.734 -2.44e+03 0.132 0 0 0 Target initStep + 1 -1.65 0.735 -2.44e+03 0 0.132 0.0426 0.0426 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 184, Parent ID = 179 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18 0.212 -2.44e+03 0.291 0 0 0 Target initStep - 1 -1.17 0.208 -2.44e+03 0 0.291 0.143 0.143 Target eIoni + 0 -1.38 0.0854 -2.44e+03 0.291 0 0 0 Target initStep + 1 -1.37 0.0814 -2.44e+03 0 0.291 0.143 0.143 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 178, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.06 0.382 -2.44e+03 0.511 0 0 0 Target initStep - 1 -12.3 2.35 -2.44e+03 0 0.088 10.7 10.7 Target phot + 0 -2.26 0.255 -2.44e+03 0.511 0 0 0 Target initStep + 1 -12.5 2.23 -2.44e+03 0 0.088 10.7 10.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 186, Parent ID = 178 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.3 2.35 -2.44e+03 0.423 0 0 0 Target initStep - 1 -12.3 2.35 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -12.5 2.23 -2.44e+03 0.423 0 0 0 Target initStep + 1 -12.5 2.22 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 177, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.61 -0.0961 -2.44e+03 0.516 0 0 0 Target initStep - 1 -4.42 -4.58 -2.44e+03 0.266 0 5.4 5.4 Target compt - 2 -4.38 -4.58 -2.44e+03 0 0.088 0.174 5.58 Target phot + 0 -1.81 -0.223 -2.44e+03 0.516 0 0 0 Target initStep + 1 -4.62 -4.7 -2.44e+03 0.266 0 5.4 5.4 Target compt + 2 -4.58 -4.71 -2.44e+03 0 0.088 0.174 5.58 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 188, Parent ID = 177 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.38 -4.58 -2.44e+03 0.178 0 0 0 Target initStep - 1 -4.38 -4.58 -2.44e+03 0 0.178 0.068 0.068 Target eIoni + 0 -4.58 -4.71 -2.44e+03 0.178 0 0 0 Target initStep + 1 -4.58 -4.7 -2.44e+03 0 0.178 0.068 0.068 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 187, Parent ID = 177 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.42 -4.58 -2.44e+03 0.251 0 0 0 Target initStep - 1 -4.43 -4.58 -2.44e+03 0 0.251 0.114 0.114 Target eIoni + 0 -4.62 -4.7 -2.44e+03 0.251 0 0 0 Target initStep + 1 -4.63 -4.71 -2.44e+03 0 0.251 0.114 0.114 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 176, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.36 0.556 -2.44e+03 0.104 0 0 0 Target initStep - 1 -1.39 0.45 -2.44e+03 0 0.088 0.132 0.132 Target phot + 0 -1.56 0.429 -2.44e+03 0.104 0 0 0 Target initStep + 1 -1.59 0.323 -2.44e+03 0 0.088 0.132 0.132 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 189, Parent ID = 176 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.39 0.45 -2.44e+03 0.0155 0 0 0 Target initStep - 1 -1.39 0.45 -2.44e+03 0 0.0155 0.00137 0.00137 Target eIoni + 0 -1.59 0.323 -2.44e+03 0.0155 0 0 0 Target initStep + 1 -1.59 0.323 -2.44e+03 0 0.0155 0.00137 0.00137 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 175, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1 0.89 -2.44e+03 0.133 0 0 0 Target initStep - 1 -1.48 0.812 -2.44e+03 0 0.088 0.485 0.485 Target phot + 0 -1.2 0.764 -2.44e+03 0.133 0 0 0 Target initStep + 1 -1.68 0.686 -2.44e+03 0 0.088 0.485 0.485 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 190, Parent ID = 175 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.48 0.812 -2.44e+03 0.0446 0 0 0 Target initStep - 1 -1.48 0.812 -2.44e+03 0 0.0446 0.00741 0.00741 Target eIoni + 0 -1.68 0.686 -2.44e+03 0.0446 0 0 0 Target initStep + 1 -1.68 0.685 -2.44e+03 0 0.0446 0.00741 0.00741 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 174, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.177 1.06 -2.44e+03 2.17 0 0 0 Target initStep - 1 -12.5 -8.98 -2.42e+03 0.256 0 26.3 26.3 Target compt - 2 -12.9 -7.06 -2.42e+03 0 0.088 2.94 29.2 Target phot + 0 -0.024 0.931 -2.44e+03 2.17 0 0 0 Target initStep + 1 -12.7 -9.11 -2.42e+03 0.256 0 26.3 26.3 Target compt + 2 -13.1 -7.19 -2.42e+03 0 0.088 2.94 29.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 192, Parent ID = 174 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.9 -7.06 -2.42e+03 0.168 0 0 0 Target initStep - 1 -13 -7.06 -2.42e+03 0 0.168 0.0623 0.0623 Target eIoni + 0 -13.1 -7.19 -2.42e+03 0.168 0 0 0 Target initStep + 1 -13.2 -7.18 -2.42e+03 0 0.168 0.0623 0.0623 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 191, Parent ID = 174 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.5 -8.98 -2.42e+03 1.92 0 0 0 Target initStep - 1 -12.6 -7.95 -2.42e+03 0.161 1.76 1.38 1.38 Target eIoni - 2 -12.6 -7.95 -2.42e+03 0 0.161 0.0585 1.43 Target eIoni + 0 -12.7 -9.11 -2.42e+03 1.92 0 0 0 Target initStep + 1 -12.8 -8.07 -2.42e+03 0.161 1.76 1.38 1.38 Target eIoni + 2 -12.8 -8.07 -2.42e+03 0 0.161 0.0585 1.43 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 173, Parent ID = 118 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.255 0.792 -2.44e+03 4.34 0 0 0 Target initStep - 1 -13.7 20.9 -2.4e+03 4.34 0 45.1 45.1 World Transportation - 2 -14.6 22.1 -2.4e+03 4.34 0 2.7 47.8 Tracker Transportation + 0 0.0542 0.666 -2.44e+03 4.34 0 0 0 Target initStep + 1 -13.9 20.8 -2.4e+03 4.34 0 45.1 45.1 World Transportation + 2 -14.8 22 -2.4e+03 4.34 0 2.71 47.8 Tracker Transportation 3 -1.37e+03 1.97e+03 1.28e+03 4.34 0 4.37e+03 4.42e+03 World Transportation 4 -1.98e+03 2.85e+03 2.94e+03 4.34 0 1.98e+03 6.4e+03 OutOfWorld Transportation @@ -2267,65 +2267,65 @@ 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.371 0.61 -2.44e+03 0.374 0 0 0 Target initStep - 1 0.194 0.85 -2.44e+03 0 0.088 1.43 1.43 Target phot + 0 0.17 0.484 -2.44e+03 0.374 0 0 0 Target initStep + 1 -0.00706 0.724 -2.44e+03 0 0.088 1.43 1.43 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 193, Parent ID = 171 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.194 0.85 -2.44e+03 0.286 0 0 0 Target initStep - 1 0.189 0.858 -2.44e+03 0 0.286 0.139 0.139 Target eIoni + 0 -0.00706 0.724 -2.44e+03 0.286 0 0 0 Target initStep + 1 -0.0114 0.732 -2.44e+03 0 0.286 0.139 0.139 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 169, Parent ID = 131 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.438 0.598 -2.42e+03 0.511 0 0 0 Target initStep - 1 -2.53 1.37 -2.42e+03 0.378 0 2.24 2.24 Target compt - 2 -4.28 5.41 -2.42e+03 0 0.088 4.54 6.78 Target phot + 0 -0.642 0.469 -2.42e+03 0.511 0 0 0 Target initStep + 1 -2.73 1.24 -2.42e+03 0.378 0 2.24 2.24 Target compt + 2 -4.48 5.29 -2.42e+03 0 0.088 4.54 6.78 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 195, Parent ID = 169 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.28 5.41 -2.42e+03 0.29 0 0 0 Target initStep - 1 -4.28 5.41 -2.42e+03 0 0.29 0.142 0.142 Target eIoni + 0 -4.48 5.29 -2.42e+03 0.29 0 0 0 Target initStep + 1 -4.49 5.28 -2.42e+03 0 0.29 0.142 0.142 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 194, Parent ID = 169 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.53 1.37 -2.42e+03 0.133 0 0 0 Target initStep - 1 -2.53 1.37 -2.42e+03 0 0.133 0.043 0.043 Target eIoni + 0 -2.73 1.24 -2.42e+03 0.133 0 0 0 Target initStep + 1 -2.73 1.24 -2.42e+03 0 0.133 0.043 0.043 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 131 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.438 0.598 -2.42e+03 0.511 0 0 0 Target initStep - 1 2.74 -0.581 -2.42e+03 0 0.088 3.4 3.4 Target phot + 0 -0.642 0.469 -2.42e+03 0.511 0 0 0 Target initStep + 1 2.54 -0.71 -2.42e+03 0 0.088 3.4 3.4 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 196, Parent ID = 168 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.74 -0.581 -2.42e+03 0.423 0 0 0 Target initStep - 1 2.76 -0.585 -2.42e+03 0 0.423 0.243 0.243 Target eIoni + 0 2.54 -0.71 -2.42e+03 0.423 0 0 0 Target initStep + 1 2.55 -0.713 -2.42e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 167, Parent ID = 131 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.419 0.514 -2.42e+03 0.977 0 0 0 Target initStep - 1 -11.7 22.1 -2.42e+03 0.977 0 24.3 24.3 World Transportation + 0 -0.623 0.386 -2.42e+03 0.977 0 0 0 Target initStep + 1 -11.9 22 -2.42e+03 0.977 0 24.4 24.4 World Transportation 2 -1.54e+03 2.94e+03 -2.42e+03 0.977 0 3.29e+03 3.32e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -2333,530 +2333,530 @@ 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.407 -0.942 -2.43e+03 0.511 0 0 0 Target initStep - 1 18.9 4.14 -2.43e+03 0 0.088 19.2 19.2 Target phot + 0 0.238 -1.09 -2.43e+03 0.511 0 0 0 Target initStep + 1 18.7 4 -2.43e+03 0 0.088 19.2 19.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 165, Parent ID = 162 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.407 -0.942 -2.43e+03 0.511 0 0 0 Target initStep - 1 0.392 -0.946 -2.43e+03 0 0.088 0.0162 0.0162 Target phot + 0 0.238 -1.09 -2.43e+03 0.511 0 0 0 Target initStep + 1 0.222 -1.09 -2.43e+03 0 0.088 0.0162 0.0162 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 164, Parent ID = 162 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.818 0.0241 -2.43e+03 0.327 0 0 0 Target initStep - 1 1.02 0.91 -2.43e+03 0 0.088 0.946 0.946 Target phot + 0 0.648 -0.12 -2.43e+03 0.327 0 0 0 Target initStep + 1 0.853 0.767 -2.43e+03 0 0.088 0.946 0.946 Target phot ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 90, Parent ID = 24 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.333 0.88 -2.44e+03 4.91 0 0 0 Target initStep - 1 0.788 0.279 -2.44e+03 2.41 2.5 2.24 2.24 Target eIoni - 2 1.83 0.615 -2.44e+03 0 2.41 1.6 3.83 Target eIoni - 3 1.83 0.615 -2.44e+03 0 0 0 3.83 Target annihil + 0 0.145 0.78 -2.44e+03 4.91 0 0 0 Target initStep + 1 0.601 0.179 -2.44e+03 2.41 2.5 2.24 2.24 Target eIoni + 2 1.64 0.515 -2.44e+03 0 2.41 1.6 3.83 Target eIoni + 3 1.64 0.515 -2.44e+03 0 0 0 3.83 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 84, Parent ID = 25 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.21 8.37 -2.43e+03 21.1 0 0 0 Target initStep - 1 -1.18 8.71 -2.43e+03 20.3 0.653 0.561 0.561 Target eBrem - 2 -0.999 9.04 -2.43e+03 18.1 1.39 0.799 1.36 Target eBrem - 3 -0.141 9.95 -2.43e+03 15.5 1.57 1.48 2.84 Target eIoni - 4 0.575 10.3 -2.43e+03 13.1 1.25 1.1 3.93 Target eIoni - 5 0.634 10.3 -2.43e+03 12.1 0.128 0.154 4.09 Target eBrem - 6 1.1 10.6 -2.43e+03 7.22 1.29 1.11 5.19 Target eBrem - 7 1.18 11.2 -2.43e+03 5.92 1.05 0.712 5.9 Target eBrem - 8 1.22 11.2 -2.43e+03 4.89 0.141 0.0687 5.97 Target eBrem - 9 1.55 11.5 -2.43e+03 3.67 0.567 0.452 6.43 Target eBrem - 10 2.33 11.3 -2.43e+03 1.39 2.27 1.85 8.27 Target eBrem - 11 2.57 10.7 -2.43e+03 0.61 0.785 0.841 9.12 Target eBrem - 12 2.6 10.8 -2.43e+03 0 0.61 0.395 9.51 Target eIoni - 13 2.6 10.8 -2.43e+03 0 0 0 9.51 Target annihil + 0 -1.4 8.27 -2.43e+03 21.1 0 0 0 Target initStep + 1 -1.37 8.61 -2.43e+03 20.3 0.653 0.561 0.561 Target eBrem + 2 -1.19 8.94 -2.43e+03 18.1 1.39 0.799 1.36 Target eBrem + 3 -0.329 9.85 -2.43e+03 15.5 1.57 1.48 2.84 Target eIoni + 4 0.387 10.2 -2.43e+03 13.1 1.25 1.1 3.93 Target eIoni + 5 0.446 10.2 -2.43e+03 12.1 0.128 0.154 4.09 Target eBrem + 6 0.917 10.5 -2.43e+03 7.22 1.29 1.11 5.19 Target eBrem + 7 0.988 11.1 -2.43e+03 5.92 1.05 0.712 5.9 Target eBrem + 8 1.03 11.1 -2.43e+03 4.89 0.141 0.0687 5.97 Target eBrem + 9 1.36 11.4 -2.43e+03 3.67 0.567 0.452 6.43 Target eBrem + 10 2.14 11.2 -2.43e+03 1.39 2.27 1.85 8.27 Target eBrem + 11 2.38 10.6 -2.43e+03 0.61 0.785 0.841 9.12 Target eBrem + 12 2.41 10.7 -2.43e+03 0 0.61 0.395 9.51 Target eIoni + 13 2.41 10.7 -2.43e+03 0 0 0 9.51 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 205, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.575 10.3 -2.43e+03 1.07 0 0 0 Target initStep - 1 0.625 10.3 -2.43e+03 0 1.07 0.79 0.79 Target eIoni + 0 0.387 10.2 -2.43e+03 1.07 0 0 0 Target initStep + 1 0.437 10.2 -2.43e+03 0 1.07 0.79 0.79 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 204, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.141 9.95 -2.43e+03 1.1 0 0 0 Target initStep - 1 0.302 9.78 -2.43e+03 0.423 0.675 0.597 0.597 Target eBrem - 2 0.307 9.79 -2.43e+03 0 0.423 0.243 0.84 Target eIoni + 0 -0.329 9.85 -2.43e+03 1.1 0 0 0 Target initStep + 1 0.114 9.68 -2.43e+03 0.423 0.675 0.597 0.597 Target eBrem + 2 0.119 9.69 -2.43e+03 0 0.423 0.243 0.84 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 199, Parent ID = 164 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.02 0.91 -2.43e+03 0.239 0 0 0 Target initStep - 1 1.03 0.915 -2.43e+03 0 0.239 0.107 0.107 Target eIoni + 0 0.853 0.767 -2.43e+03 0.239 0 0 0 Target initStep + 1 0.856 0.771 -2.43e+03 0 0.239 0.107 0.107 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 198, Parent ID = 165 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.392 -0.946 -2.43e+03 0.423 0 0 0 Target initStep - 1 0.379 -0.951 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 0.222 -1.09 -2.43e+03 0.423 0 0 0 Target initStep + 1 0.21 -1.09 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 197, Parent ID = 166 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 18.9 4.14 -2.43e+03 0.423 0 0 0 Target initStep - 1 18.9 4.13 -2.43e+03 0 0.423 0.243 0.243 Target eIoni + 0 18.7 4 -2.43e+03 0.423 0 0 0 Target initStep + 1 18.7 3.99 -2.43e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 212, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.6 10.8 -2.43e+03 0.511 0 0 0 Target initStep - 1 -1.04 7.78 -2.41e+03 0.477 0 13.2 13.2 Target compt - 2 -1.35 8.07 -2.41e+03 0.24 0 2.25 15.5 Target compt - 3 -1.26 7.8 -2.41e+03 0 0.088 0.284 15.8 Target phot + 0 2.41 10.7 -2.43e+03 0.511 0 0 0 Target initStep + 1 -1.22 7.68 -2.41e+03 0.477 0 13.2 13.2 Target compt + 2 -1.54 7.97 -2.41e+03 0.24 0 2.25 15.5 Target compt + 3 -1.44 7.7 -2.41e+03 0 0.088 0.284 15.8 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 215, Parent ID = 212 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.26 7.8 -2.41e+03 0.152 0 0 0 Target initStep - 1 -1.26 7.8 -2.41e+03 0 0.152 0.0532 0.0532 Target eIoni + 0 -1.44 7.7 -2.41e+03 0.152 0 0 0 Target initStep + 1 -1.44 7.7 -2.41e+03 0 0.152 0.0532 0.0532 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 214, Parent ID = 212 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.35 8.07 -2.41e+03 0.237 0 0 0 Target initStep - 1 -1.35 8.07 -2.41e+03 0 0.237 0.105 0.105 Target eIoni + 0 -1.54 7.97 -2.41e+03 0.237 0 0 0 Target initStep + 1 -1.54 7.97 -2.41e+03 0 0.237 0.105 0.105 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 213, Parent ID = 212 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.04 7.78 -2.41e+03 0.0342 0 0 0 Target initStep - 1 -1.04 7.78 -2.41e+03 0 0.0342 0.00481 0.00481 Target eIoni + 0 -1.22 7.68 -2.41e+03 0.0342 0 0 0 Target initStep + 1 -1.22 7.68 -2.41e+03 0 0.0342 0.00481 0.00481 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 211, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.6 10.8 -2.43e+03 0.511 0 0 0 Target initStep - 1 7.74 15 -2.44e+03 0 0.088 18.7 18.7 Target phot + 0 2.41 10.7 -2.43e+03 0.511 0 0 0 Target initStep + 1 7.55 14.9 -2.44e+03 0 0.088 18.7 18.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 216, Parent ID = 211 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.74 15 -2.44e+03 0.423 0 0 0 Target initStep - 1 7.75 15 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 7.55 14.9 -2.44e+03 0.423 0 0 0 Target initStep + 1 7.56 14.9 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 210, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.55 11.5 -2.43e+03 0.65 0 0 0 Target initStep - 1 2.66 13.4 -2.43e+03 0.219 0 2.8 2.8 Target compt - 2 4.27 11.6 -2.43e+03 0 0.088 2.91 5.7 Target phot + 0 1.36 11.4 -2.43e+03 0.65 0 0 0 Target initStep + 1 2.47 13.3 -2.43e+03 0.219 0 2.8 2.8 Target compt + 2 4.08 11.5 -2.43e+03 0 0.088 2.91 5.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 218, Parent ID = 210 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.27 11.6 -2.43e+03 0.131 0 0 0 Target initStep - 1 4.27 11.6 -2.43e+03 0 0.131 0.0422 0.0422 Target eIoni + 0 4.08 11.5 -2.43e+03 0.131 0 0 0 Target initStep + 1 4.08 11.5 -2.43e+03 0 0.131 0.0422 0.0422 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 217, Parent ID = 210 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.66 13.4 -2.43e+03 0.431 0 0 0 Target initStep - 1 2.66 13.4 -2.43e+03 0 0.431 0.249 0.249 Target eIoni + 0 2.47 13.3 -2.43e+03 0.431 0 0 0 Target initStep + 1 2.47 13.3 -2.43e+03 0 0.431 0.249 0.249 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 209, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.22 11.2 -2.43e+03 0.895 0 0 0 Target initStep - 1 1.52 11.3 -2.43e+03 0.437 0 0.389 0.389 Target compt - 2 1.28 11.3 -2.43e+03 0 0.088 0.871 1.26 Target phot + 0 1.03 11.1 -2.43e+03 0.895 0 0 0 Target initStep + 1 1.33 11.2 -2.43e+03 0.437 0 0.389 0.389 Target compt + 2 1.09 11.2 -2.43e+03 0 0.088 0.871 1.26 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 220, Parent ID = 209 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.28 11.3 -2.43e+03 0.349 0 0 0 Target initStep - 1 1.27 11.3 -2.43e+03 0 0.349 0.185 0.185 Target eIoni + 0 1.09 11.2 -2.43e+03 0.349 0 0 0 Target initStep + 1 1.08 11.2 -2.43e+03 0 0.349 0.185 0.185 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 219, Parent ID = 209 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.52 11.3 -2.43e+03 0.458 0 0 0 Target initStep - 1 1.54 11.3 -2.43e+03 0 0.458 0.271 0.271 Target eIoni + 0 1.33 11.2 -2.43e+03 0.458 0 0 0 Target initStep + 1 1.35 11.2 -2.43e+03 0 0.458 0.271 0.271 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 208, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.18 11.2 -2.43e+03 0.257 0 0 0 Target initStep - 1 1.25 11.3 -2.43e+03 0 0.088 0.134 0.134 Target phot + 0 0.988 11.1 -2.43e+03 0.257 0 0 0 Target initStep + 1 1.07 11.2 -2.43e+03 0 0.088 0.134 0.134 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 221, Parent ID = 208 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.25 11.3 -2.43e+03 0.169 0 0 0 Target initStep - 1 1.25 11.3 -2.43e+03 0 0.169 0.0628 0.0628 Target eIoni + 0 1.07 11.2 -2.43e+03 0.169 0 0 0 Target initStep + 1 1.06 11.2 -2.43e+03 0 0.169 0.0628 0.0628 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 207, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.1 10.6 -2.43e+03 3.57 0 0 0 Target initStep - 1 -0.428 14.6 -2.42e+03 0 0 6.46 6.46 Target conv + 0 0.917 10.5 -2.43e+03 3.57 0 0 0 Target initStep + 1 -0.615 14.5 -2.42e+03 0 0 6.46 6.46 Target conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 222, Parent ID = 207 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.428 14.6 -2.42e+03 0.0353 0 0 0 Target initStep - 1 -0.428 14.6 -2.42e+03 0 0.0353 0.00507 0.00507 Target eIoni + 0 -0.615 14.5 -2.42e+03 0.0353 0 0 0 Target initStep + 1 -0.615 14.5 -2.42e+03 0 0.0353 0.00507 0.00507 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.634 10.3 -2.43e+03 0.938 0 0 0 Target initStep - 1 2.46 13.3 -2.42e+03 0 0.088 5.02 5.02 Target phot + 0 0.446 10.2 -2.43e+03 0.938 0 0 0 Target initStep + 1 2.27 13.2 -2.42e+03 0 0.088 5.02 5.02 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 224, Parent ID = 206 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.46 13.3 -2.42e+03 0.85 0 0 0 Target initStep - 1 2.49 13.4 -2.42e+03 0 0.85 0.601 0.601 Target eIoni + 0 2.27 13.2 -2.42e+03 0.85 0 0 0 Target initStep + 1 2.3 13.3 -2.42e+03 0 0.85 0.601 0.601 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 203, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.999 9.04 -2.43e+03 0.79 0 0 0 Target initStep - 1 12.4 21.7 -2.41e+03 0.79 0 26.3 26.3 World Transportation - 2 20.3 29.1 -2.4e+03 0.79 0 15.4 41.7 Tracker Transportation - 3 1.74e+03 1.65e+03 4.41 0.79 0 3.37e+03 3.41e+03 World Transportation - 4 2.94e+03 2.78e+03 1.68e+03 0.79 0 2.35e+03 5.76e+03 OutOfWorld Transportation + 0 -1.19 8.94 -2.43e+03 0.79 0 0 0 Target initStep + 1 12.4 21.7 -2.41e+03 0.79 0 26.6 26.6 World Transportation + 2 20.1 29 -2.4e+03 0.79 0 15.2 41.7 Tracker Transportation + 3 1.74e+03 1.65e+03 4.62 0.79 0 3.37e+03 3.41e+03 World Transportation + 4 2.94e+03 2.78e+03 1.68e+03 0.79 0 2.35e+03 5.77e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 202, Parent ID = 84 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18 8.71 -2.43e+03 0.106 0 0 0 Target initStep - 1 -1.13 8.82 -2.43e+03 0 0.088 0.262 0.262 Target phot + 0 -1.37 8.61 -2.43e+03 0.106 0 0 0 Target initStep + 1 -1.32 8.72 -2.43e+03 0 0.088 0.262 0.262 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 225, Parent ID = 202 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13 8.82 -2.43e+03 0.018 0 0 0 Target initStep - 1 -1.13 8.82 -2.43e+03 0 0.018 0.00173 0.00173 Target eIoni + 0 -1.32 8.72 -2.43e+03 0.018 0 0 0 Target initStep + 1 -1.32 8.72 -2.43e+03 0 0.018 0.00173 0.00173 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 201, Parent ID = 90 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.83 0.615 -2.44e+03 0.511 0 0 0 Target initStep - 1 6.95 8.04 -2.45e+03 0 0.088 10 10 Target phot + 0 1.64 0.515 -2.44e+03 0.511 0 0 0 Target initStep + 1 6.76 7.94 -2.45e+03 0 0.088 10 10 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 200, Parent ID = 90 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.83 0.615 -2.44e+03 0.511 0 0 0 Target initStep - 1 -2.32 -5.39 -2.44e+03 0 0.088 8.12 8.12 Target phot + 0 1.64 0.515 -2.44e+03 0.511 0 0 0 Target initStep + 1 -2.51 -5.49 -2.44e+03 0 0.088 8.12 8.12 Target phot ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 223, Parent ID = 207 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.428 14.6 -2.42e+03 2.51 0 0 0 Target initStep - 1 -1.7 14.6 -2.42e+03 0.625 1.89 1.63 1.63 Target eIoni - 2 -1.7 14.6 -2.42e+03 0 0.625 0.408 2.04 Target eIoni - 3 -1.7 14.6 -2.42e+03 0 0 0 2.04 Target annihil + 0 -0.615 14.5 -2.42e+03 2.51 0 0 0 Target initStep + 1 -1.88 14.5 -2.42e+03 0.625 1.89 1.63 1.63 Target eIoni + 2 -1.89 14.5 -2.42e+03 0 0.625 0.408 2.04 Target eIoni + 3 -1.89 14.5 -2.42e+03 0 0 0 2.04 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 77, Parent ID = 59 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.48 -1.72 -2.41e+03 0.157 0 0 0 Target initStep - 1 -2.48 -1.72 -2.41e+03 0 0.157 0.0531 0.0531 Target eIoni - 2 -2.48 -1.72 -2.41e+03 0 0 0 0.0531 Target annihil + 0 -2.68 -1.88 -2.41e+03 0.157 0 0 0 Target initStep + 1 -2.68 -1.88 -2.41e+03 0 0.157 0.0531 0.0531 Target eIoni + 2 -2.68 -1.88 -2.41e+03 0 0 0 0.0531 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 58, Parent ID = 27 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.702 3.62 -2.44e+03 8.55 0 0 0 Target initStep - 1 -0.945 4.02 -2.44e+03 6.53 0.819 0.701 0.701 Target eBrem - 2 -0.771 4.59 -2.44e+03 3.49 0.81 0.759 1.46 Target eBrem - 3 -0.762 4.55 -2.44e+03 3.1 0.218 0.242 1.7 Target eBrem - 4 -2.03 3.8 -2.44e+03 1.05 2.06 1.49 3.19 Target eBrem - 5 -2.09 3.86 -2.44e+03 0 1.05 0.778 3.97 Target eIoni - 6 -2.09 3.86 -2.44e+03 0 0 0 3.97 Target annihil + 0 -0.889 3.52 -2.44e+03 8.55 0 0 0 Target initStep + 1 -1.13 3.92 -2.44e+03 6.53 0.819 0.701 0.701 Target eBrem + 2 -0.958 4.49 -2.44e+03 3.49 0.81 0.759 1.46 Target eBrem + 3 -0.95 4.45 -2.44e+03 3.1 0.218 0.242 1.7 Target eBrem + 4 -2.21 3.7 -2.44e+03 1.05 2.06 1.49 3.19 Target eBrem + 5 -2.27 3.76 -2.44e+03 0 1.05 0.778 3.97 Target eIoni + 6 -2.27 3.76 -2.44e+03 0 0 0 3.97 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e+, Track ID = 46, Parent ID = 28 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.34 6.75 -2.44e+03 13.5 0 0 0 Target initStep - 1 -5.56 6.86 -2.44e+03 13 0.252 0.245 0.245 Target eBrem - 2 -5.93 7.12 -2.44e+03 12.4 0.399 0.447 0.692 Target eBrem - 3 -8.03 6.91 -2.44e+03 9.29 3.15 2.45 3.14 Target msc - 4 -8.84 6.25 -2.44e+03 7.35 1.94 1.71 4.85 Target msc - 5 -9.4 5.08 -2.44e+03 4.99 2.35 1.46 6.32 Target eBrem - 6 -10.2 5.06 -2.44e+03 2.84 1.28 1.07 7.39 Target eBrem - 7 -10.5 5.67 -2.44e+03 1.38 1.29 1.28 8.67 Target eBrem - 8 -10.6 4.86 -2.44e+03 0 1.38 1.06 9.73 Target eBrem - 9 -10.6 4.86 -2.44e+03 0 0 0 9.73 Target annihil + 0 -5.53 6.65 -2.44e+03 13.5 0 0 0 Target initStep + 1 -5.75 6.76 -2.44e+03 13 0.252 0.245 0.245 Target eBrem + 2 -6.11 7.02 -2.44e+03 12.4 0.399 0.447 0.692 Target eBrem + 3 -8.21 6.81 -2.44e+03 9.29 3.15 2.45 3.14 Target msc + 4 -9.03 6.15 -2.44e+03 7.35 1.94 1.71 4.85 Target msc + 5 -9.58 4.98 -2.44e+03 4.99 2.35 1.46 6.32 Target eBrem + 6 -10.4 4.96 -2.44e+03 2.84 1.28 1.07 7.39 Target eBrem + 7 -10.7 5.57 -2.44e+03 1.38 1.29 1.28 8.67 Target eBrem + 8 -10.8 4.77 -2.44e+03 0 1.38 1.06 9.73 Target eBrem + 9 -10.8 4.77 -2.44e+03 0 0 0 9.73 Target annihil ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 227, Parent ID = 200 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.32 -5.39 -2.44e+03 0.423 0 0 0 Target initStep - 1 -2.33 -5.39 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -2.51 -5.49 -2.44e+03 0.423 0 0 0 Target initStep + 1 -2.52 -5.49 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 226, Parent ID = 201 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.95 8.04 -2.45e+03 0.423 0 0 0 Target initStep - 1 6.96 8.04 -2.45e+03 0 0.423 0.243 0.243 Target eIoni + 0 6.76 7.94 -2.45e+03 0.423 0 0 0 Target initStep + 1 6.77 7.94 -2.45e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 242, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.6 4.86 -2.44e+03 0.511 0 0 0 Target initStep - 1 -5.96 2.96 -2.44e+03 0 0.088 5.75 5.75 Target phot + 0 -10.8 4.77 -2.44e+03 0.511 0 0 0 Target initStep + 1 -6.15 2.86 -2.44e+03 0 0.088 5.75 5.75 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 243, Parent ID = 242 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.96 2.96 -2.44e+03 0.423 0 0 0 Target initStep - 1 -5.95 2.95 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -6.15 2.86 -2.44e+03 0.423 0 0 0 Target initStep + 1 -6.14 2.85 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 241, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.6 4.86 -2.44e+03 0.511 0 0 0 Target initStep - 1 -11 5.02 -2.44e+03 0 0.088 0.473 0.473 Target phot + 0 -10.8 4.77 -2.44e+03 0.511 0 0 0 Target initStep + 1 -11.2 4.92 -2.44e+03 0 0.088 0.473 0.473 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 244, Parent ID = 241 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11 5.02 -2.44e+03 0.423 0 0 0 Target initStep - 1 -11 5.03 -2.44e+03 0 0.423 0.243 0.243 Target eIoni + 0 -11.2 4.92 -2.44e+03 0.423 0 0 0 Target initStep + 1 -11.2 4.93 -2.44e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 240, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 5.67 -2.44e+03 0.164 0 0 0 Target initStep - 1 -10.8 5.65 -2.44e+03 0 0.088 0.263 0.263 Target phot + 0 -10.7 5.57 -2.44e+03 0.164 0 0 0 Target initStep + 1 -11 5.56 -2.44e+03 0 0.088 0.263 0.263 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 245, Parent ID = 240 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.8 5.65 -2.44e+03 0.076 0 0 0 Target initStep - 1 -10.8 5.65 -2.44e+03 0 0.076 0.0176 0.0176 Target eIoni + 0 -11 5.56 -2.44e+03 0.076 0 0 0 Target initStep + 1 -11 5.56 -2.44e+03 0 0.076 0.0176 0.0176 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 239, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.2 5.06 -2.44e+03 0.878 0 0 0 Target initStep - 1 -16.4 5.53 -2.44e+03 0.315 0 6.24 6.24 Target compt - 2 -16.5 4.44 -2.44e+03 0 0.088 1.73 7.96 Target phot + 0 -10.4 4.96 -2.44e+03 0.878 0 0 0 Target initStep + 1 -16.6 5.43 -2.44e+03 0.315 0 6.24 6.24 Target compt + 2 -16.7 4.34 -2.44e+03 0 0.088 1.73 7.96 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 247, Parent ID = 239 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.5 4.44 -2.44e+03 0.227 0 0 0 Target initStep - 1 -16.5 4.44 -2.44e+03 0 0.227 0.0985 0.0985 Target eIoni + 0 -16.7 4.34 -2.44e+03 0.227 0 0 0 Target initStep + 1 -16.7 4.34 -2.44e+03 0 0.227 0.0985 0.0985 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 246, Parent ID = 239 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.4 5.53 -2.44e+03 0.563 0 0 0 Target initStep - 1 -16.5 5.54 -2.44e+03 0 0.563 0.357 0.357 Target eIoni + 0 -16.6 5.43 -2.44e+03 0.563 0 0 0 Target initStep + 1 -16.7 5.44 -2.44e+03 0 0.563 0.357 0.357 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 238, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.93 7.12 -2.44e+03 0.139 0 0 0 Target initStep - 1 -6.18 7.15 -2.44e+03 0 0.088 0.367 0.367 Target phot + 0 -6.11 7.02 -2.44e+03 0.139 0 0 0 Target initStep + 1 -6.36 7.05 -2.44e+03 0 0.088 0.367 0.367 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 248, Parent ID = 238 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.18 7.15 -2.44e+03 0.051 0 0 0 Target initStep - 1 -6.18 7.15 -2.44e+03 0 0.051 0.00921 0.00921 Target eIoni + 0 -6.36 7.05 -2.44e+03 0.051 0 0 0 Target initStep + 1 -6.36 7.05 -2.44e+03 0 0.051 0.00921 0.00921 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 237, Parent ID = 46 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.56 6.86 -2.44e+03 0.25 0 0 0 Target initStep - 1 -6.33 7.16 -2.44e+03 0 0.088 0.825 0.825 Target phot + 0 -5.75 6.76 -2.44e+03 0.25 0 0 0 Target initStep + 1 -6.52 7.06 -2.44e+03 0 0.088 0.825 0.825 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 249, Parent ID = 237 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.33 7.16 -2.44e+03 0.162 0 0 0 Target initStep - 1 -6.33 7.16 -2.44e+03 0 0.162 0.0586 0.0586 Target eIoni + 0 -6.52 7.06 -2.44e+03 0.162 0 0 0 Target initStep + 1 -6.52 7.06 -2.44e+03 0 0.162 0.0586 0.0586 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 236, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.09 3.86 -2.44e+03 0.511 0 0 0 Target initStep - 1 -4.83 3.2 -2.43e+03 0.176 0 5.24 5.24 Target compt - 2 -4.58 3.42 -2.43e+03 0 0.088 0.436 5.67 Target phot + 0 -2.27 3.76 -2.44e+03 0.511 0 0 0 Target initStep + 1 -5.02 3.1 -2.43e+03 0.176 0 5.24 5.24 Target compt + 2 -4.77 3.32 -2.43e+03 0 0.088 0.436 5.67 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 251, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.58 3.42 -2.43e+03 0.0879 0 0 0 Target initStep - 1 -4.58 3.42 -2.43e+03 0 0.0879 0.0223 0.0223 Target eIoni + 0 -4.77 3.32 -2.43e+03 0.0879 0 0 0 Target initStep + 1 -4.76 3.32 -2.43e+03 0 0.0879 0.0223 0.0223 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 250, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.83 3.2 -2.43e+03 0.335 0 0 0 Target initStep - 1 -4.84 3.2 -2.43e+03 0 0.335 0.175 0.175 Target eIoni + 0 -5.02 3.1 -2.43e+03 0.335 0 0 0 Target initStep + 1 -5.02 3.1 -2.43e+03 0 0.335 0.175 0.175 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 235, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.09 3.86 -2.44e+03 0.511 0 0 0 Target initStep - 1 0.769 4.55 -2.44e+03 0.437 0 5.45 5.45 Target compt - 2 0.839 4.24 -2.44e+03 0 0.088 2.08 7.53 Target phot + 0 -2.27 3.76 -2.44e+03 0.511 0 0 0 Target initStep + 1 0.582 4.45 -2.44e+03 0.437 0 5.45 5.45 Target compt + 2 0.651 4.14 -2.44e+03 0 0.088 2.08 7.53 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 253, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.839 4.24 -2.44e+03 0.349 0 0 0 Target initStep - 1 0.834 4.23 -2.44e+03 0 0.349 0.185 0.185 Target eIoni + 0 0.651 4.14 -2.44e+03 0.349 0 0 0 Target initStep + 1 0.646 4.13 -2.44e+03 0 0.349 0.185 0.185 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 252, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.769 4.55 -2.44e+03 0.0742 0 0 0 Target initStep - 1 0.77 4.55 -2.44e+03 0 0.0742 0.017 0.017 Target eIoni + 0 0.582 4.45 -2.44e+03 0.0742 0 0 0 Target initStep + 1 0.583 4.45 -2.44e+03 0 0.0742 0.017 0.017 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 234, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.762 4.55 -2.44e+03 0.17 0 0 0 Target initStep - 1 -0.882 4.45 -2.44e+03 0 0.088 0.434 0.434 Target phot + 0 -0.95 4.45 -2.44e+03 0.17 0 0 0 Target initStep + 1 -1.07 4.35 -2.44e+03 0 0.088 0.434 0.434 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 254, Parent ID = 234 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.882 4.45 -2.44e+03 0.0822 0 0 0 Target initStep - 1 -0.882 4.45 -2.44e+03 0 0.0822 0.02 0.02 Target eIoni + 0 -1.07 4.35 -2.44e+03 0.0822 0 0 0 Target initStep + 1 -1.07 4.35 -2.44e+03 0 0.0822 0.02 0.02 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 233, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.771 4.59 -2.44e+03 2.23 0 0 0 Target initStep - 1 7.23 0.682 -2.43e+03 1.49 0 9.75 9.75 Target compt - 2 22.2 -11.6 -2.43e+03 1.49 0 19.3 29.1 World Transportation + 0 -0.958 4.49 -2.44e+03 2.23 0 0 0 Target initStep + 1 7.04 0.583 -2.43e+03 1.49 0 9.75 9.75 Target compt + 2 22.1 -11.8 -2.43e+03 1.49 0 19.4 29.2 World Transportation 3 2.94e+03 -2.41e+03 -2.46e+03 1.49 0 3.78e+03 3.81e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -2864,110 +2864,110 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.23 0.682 -2.43e+03 0.746 0 0 0 Target initStep - 1 7.25 0.684 -2.43e+03 0 0.746 0.512 0.512 Target eIoni + 0 7.04 0.583 -2.43e+03 0.746 0 0 0 Target initStep + 1 7.06 0.585 -2.43e+03 0 0.746 0.512 0.512 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 58 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.945 4.02 -2.44e+03 1.2 0 0 0 Target initStep - 1 -2.13 12.3 -2.44e+03 0.705 0 8.65 8.65 Target compt - 2 -5 15.6 -2.44e+03 0 0.088 4.59 13.2 Target phot + 0 -1.13 3.92 -2.44e+03 1.2 0 0 0 Target initStep + 1 -2.32 12.2 -2.44e+03 0.705 0 8.65 8.65 Target compt + 2 -5.18 15.5 -2.44e+03 0 0.088 4.59 13.2 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 257, Parent ID = 232 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5 15.6 -2.44e+03 0.617 0 0 0 Target initStep - 1 -5.02 15.6 -2.44e+03 0 0.617 0.401 0.401 Target eIoni + 0 -5.18 15.5 -2.44e+03 0.617 0 0 0 Target initStep + 1 -5.21 15.5 -2.44e+03 0 0.617 0.401 0.401 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 256, Parent ID = 232 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.13 12.3 -2.44e+03 0.491 0 0 0 Target initStep - 1 -2.12 12.3 -2.44e+03 0 0.491 0.298 0.298 Target eIoni + 0 -2.32 12.2 -2.44e+03 0.491 0 0 0 Target initStep + 1 -2.31 12.2 -2.44e+03 0 0.491 0.298 0.298 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 231, Parent ID = 77 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.48 -1.72 -2.41e+03 0.511 0 0 0 Target initStep - 1 -3.18 -4.61 -2.41e+03 0 0.088 3.59 3.59 Target phot + 0 -2.68 -1.88 -2.41e+03 0.511 0 0 0 Target initStep + 1 -3.38 -4.76 -2.41e+03 0 0.088 3.59 3.59 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 258, Parent ID = 231 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.18 -4.61 -2.41e+03 0.423 0 0 0 Target initStep - 1 -3.18 -4.6 -2.41e+03 0 0.423 0.243 0.243 Target eIoni + 0 -3.38 -4.76 -2.41e+03 0.423 0 0 0 Target initStep + 1 -3.38 -4.75 -2.41e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 230, Parent ID = 77 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.48 -1.72 -2.41e+03 0.511 0 0 0 Target initStep - 1 -1.73 1.33 -2.41e+03 0.174 0 3.8 3.8 Target compt - 2 -1.87 0.844 -2.41e+03 0 0.088 0.868 4.67 Target phot + 0 -2.68 -1.88 -2.41e+03 0.511 0 0 0 Target initStep + 1 -1.93 1.18 -2.41e+03 0.174 0 3.8 3.8 Target compt + 2 -2.07 0.69 -2.41e+03 0 0.088 0.868 4.67 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 260, Parent ID = 230 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.87 0.844 -2.41e+03 0.0858 0 0 0 Target initStep - 1 -1.87 0.843 -2.41e+03 0 0.0858 0.0214 0.0214 Target eIoni + 0 -2.07 0.69 -2.41e+03 0.0858 0 0 0 Target initStep + 1 -2.07 0.69 -2.41e+03 0 0.0858 0.0214 0.0214 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 259, Parent ID = 230 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.73 1.33 -2.41e+03 0.337 0 0 0 Target initStep - 1 -1.73 1.34 -2.41e+03 0 0.337 0.176 0.176 Target eIoni + 0 -1.93 1.18 -2.41e+03 0.337 0 0 0 Target initStep + 1 -1.93 1.19 -2.41e+03 0 0.337 0.176 0.176 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 229, Parent ID = 223 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.7 14.6 -2.42e+03 0.511 0 0 0 Target initStep - 1 -1.65 10.4 -2.42e+03 0.181 0 4.31 4.31 Target compt - 2 -2.41 11.5 -2.42e+03 0 0.088 1.4 5.71 Target phot + 0 -1.89 14.5 -2.42e+03 0.511 0 0 0 Target initStep + 1 -1.84 10.3 -2.42e+03 0.181 0 4.31 4.31 Target compt + 2 -2.6 11.4 -2.42e+03 0 0.088 1.4 5.71 Target phot ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 228, Parent ID = 223 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.7 14.6 -2.42e+03 0.511 0 0 0 Target initStep - 1 -1.82 24.9 -2.42e+03 0.511 0 10.6 10.6 World Transportation - 2 -2.75 103 -2.4e+03 0.511 0 80.3 90.9 Tracker Transportation - 3 -30 2.4e+03 -1.82e+03 0.511 0 2.37e+03 2.46e+03 World Transportation - 4 -36.5 2.94e+03 -1.68e+03 0.511 0 557 3.02e+03 OutOfWorld Transportation + 0 -1.89 14.5 -2.42e+03 0.511 0 0 0 Target initStep + 1 -2.01 24.9 -2.42e+03 0.511 0 10.7 10.7 World Transportation + 2 -2.93 103 -2.4e+03 0.511 0 80.2 90.9 Tracker Transportation + 3 -30.2 2.4e+03 -1.82e+03 0.511 0 2.37e+03 2.46e+03 World Transportation + 4 -36.7 2.94e+03 -1.68e+03 0.511 0 557 3.02e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 262, Parent ID = 229 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.41 11.5 -2.42e+03 0.093 0 0 0 Target initStep - 1 -2.41 11.5 -2.42e+03 0 0.093 0.0244 0.0244 Target eIoni + 0 -2.6 11.4 -2.42e+03 0.093 0 0 0 Target initStep + 1 -2.6 11.4 -2.42e+03 0 0.093 0.0244 0.0244 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 261, Parent ID = 229 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.65 10.4 -2.42e+03 0.33 0 0 0 Target initStep - 1 -1.65 10.4 -2.42e+03 0 0.33 0.171 0.171 Target eIoni + 0 -1.84 10.3 -2.42e+03 0.33 0 0 0 Target initStep + 1 -1.83 10.3 -2.42e+03 0 0.33 0.171 0.171 Target eIoni >>> Event: 0 0 hits stored in this event ### Run 1 starts. @@ -2979,148 +2979,148 @@ 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 -2.94e+03 1e+06 0 0 0 World initStep - 1 1.83e-07 -1.86e-07 -2.91e+03 1e+06 0.00595 28.1 28.1 World muIoni - 2 -1.72e-05 8e-06 -2.71e+03 1e+06 0.0381 199 227 World muIoni - 3 -1.45e-05 -9.1e-06 -2.6e+03 1e+06 0.0182 109 335 World muIoni - 4 -3.9e-05 -3.21e-05 -2.53e+03 1e+06 0.0134 77.1 413 World muIoni - 5 -5.85e-05 -5.25e-05 -2.45e+03 1e+06 0.0134 77.4 490 Target Transportation - 6 -0.000139 -3.66e-05 -2.43e+03 1e+06 22.8 16.7 507 Target muIoni - 7 -0.000411 1.49e-06 -2.42e+03 1e+06 13.6 9.78 517 Target muIoni - 8 -0.000316 -3.82e-05 -2.42e+03 1e+06 5.5 4.21 521 Target muIoni - 9 -0.000296 -2.53e-05 -2.42e+03 9.97e+05 2.18 1.67 522 Target muPairProd - 10 0.000104 6.46e-05 -2.4e+03 9.97e+05 22.6 17.6 540 Tracker Transportation - 11 0.00187 0.000202 -2.35e+03 9.97e+05 0.00941 45.5 585 Tracker muIoni - 12 0.00573 0.000497 -2.25e+03 9.97e+05 0.0166 100 685 Tracker StepLimiter - 13 0.00724 0.000613 -2.22e+03 9.97e+05 0.00812 39.1 725 Tracker muIoni - 14 0.00983 0.000819 -2.15e+03 9.97e+05 0.0129 66.7 791 Tracker muIoni - 15 0.00989 0.000824 -2.15e+03 9.97e+05 2.81e-05 1.59 793 Tracker muIoni - 16 0.0138 0.00111 -2.05e+03 9.97e+05 0.0169 100 893 Tracker StepLimiter - 17 0.0176 0.00142 -1.95e+03 9.97e+05 0.0194 98.7 992 Tracker muIoni - 18 0.0215 0.00174 -1.85e+03 9.97e+05 0.0193 100 1.09e+03 Tracker StepLimiter - 19 0.0237 0.00193 -1.79e+03 9.97e+05 0.0105 57.8 1.15e+03 Tracker muIoni - 20 0.024 0.00195 -1.78e+03 9.97e+05 0.00187 6.27 1.16e+03 Tracker muIoni - 21 0.0267 0.00217 -1.71e+03 9.97e+05 0.0131 69.6 1.23e+03 Tracker muIoni - 22 0.0273 0.00222 -1.7e+03 9.97e+05 0.0022 14.7 1.24e+03 Chamber Transportation - 23 0.0278 0.00227 -1.69e+03 9.97e+05 0.00781 13.2 1.25e+03 Chamber muIoni - 24 0.0296 0.00241 -1.64e+03 9.97e+05 0.0237 47.5 1.3e+03 Chamber muIoni - 25 0.0312 0.00256 -1.6e+03 9.97e+05 0.0306 40.6 1.34e+03 Chamber muIoni - 26 0.0313 0.00257 -1.6e+03 9.97e+05 0.00162 3.56 1.34e+03 Chamber muIoni - 27 0.0315 0.00259 -1.59e+03 9.97e+05 0.00324 4.65 1.35e+03 Chamber muIoni - 28 0.0323 0.00267 -1.57e+03 9.97e+05 0.0131 21.9 1.37e+03 Chamber muIoni - 29 0.0337 0.00281 -1.53e+03 9.97e+05 0.0233 34.1 1.41e+03 Chamber muIoni - 30 0.0344 0.00289 -1.52e+03 9.97e+05 0.0163 18.9 1.42e+03 Chamber muIoni - 31 0.0345 0.0029 -1.51e+03 9.97e+05 0.00131 2.64 1.43e+03 Chamber muIoni - 32 0.035 0.00295 -1.5e+03 9.97e+05 0.00755 11.7 1.44e+03 Chamber muIoni - 33 0.035 0.00295 -1.5e+03 9.97e+05 0.000326 1.15 1.44e+03 Tracker Transportation - 34 0.0363 0.00306 -1.47e+03 9.97e+05 0.00514 30.9 1.47e+03 Tracker muIoni - 35 0.0402 0.00343 -1.37e+03 9.97e+05 0.0176 100 1.57e+03 Tracker StepLimiter - 36 0.0442 0.00379 -1.27e+03 9.97e+05 0.0206 100 1.67e+03 Tracker StepLimiter - 37 0.0482 0.00416 -1.17e+03 9.97e+05 0.0213 100 1.77e+03 Tracker StepLimiter - 38 0.049 0.00423 -1.15e+03 9.97e+05 0.004 21.3 1.79e+03 Tracker muIoni - 39 0.0493 0.00426 -1.14e+03 9.97e+05 0.000857 7.04 1.8e+03 Tracker muIoni - 40 0.0504 0.00435 -1.11e+03 9.97e+05 0.00794 28.9 1.83e+03 Tracker muIoni - 41 0.0536 0.00463 -1.03e+03 9.97e+05 0.0132 80.4 1.91e+03 Tracker muIoni - 42 0.0548 0.00473 -1e+03 9.97e+05 0.00515 29.7 1.94e+03 Tracker muIoni - 43 0.0552 0.00476 -991 9.97e+05 0.00235 10.4 1.95e+03 Tracker muIoni - 44 0.0555 0.00479 -983 9.97e+05 0.00124 8.21 1.96e+03 Tracker muIoni - 45 0.0556 0.0048 -980 9.97e+05 0.000451 3.02 1.96e+03 Tracker muIoni - 46 0.0574 0.00496 -934 9.97e+05 0.0118 45.6 2.01e+03 Tracker muIoni - 47 0.0581 0.00501 -918 9.97e+05 0.00317 16.1 2.02e+03 Tracker muIoni - 48 0.0582 0.00502 -914 9.97e+05 0.000935 4.44 2.03e+03 Tracker muIoni - 49 0.0588 0.00507 -900 9.97e+05 0.00213 13.9 2.04e+03 Chamber Transportation - 50 0.0597 0.00514 -879 9.97e+05 0.0154 21.3 2.06e+03 Chamber muIoni - 51 0.0604 0.00522 -860 9.97e+05 0.0204 18.9 2.08e+03 Chamber muIoni - 52 0.0606 0.00523 -855 9.97e+05 0.00702 4.51 2.08e+03 Chamber muIoni - 53 0.0618 0.00533 -827 9.97e+05 0.0167 28.7 2.11e+03 Chamber muIoni - 54 0.0647 0.0056 -752 9.97e+05 0.0584 74.1 2.19e+03 Chamber muIoni - 55 0.0651 0.00563 -742 9.97e+05 0.00645 10.8 2.2e+03 Chamber muIoni - 56 0.0668 0.00577 -700 9.97e+05 0.0279 41.7 2.24e+03 Tracker Transportation - 57 0.0702 0.00602 -616 9.97e+05 0.0166 84.4 2.32e+03 Tracker muIoni - 58 0.0738 0.00626 -527 9.97e+05 0.0206 88.3 2.41e+03 Tracker muIoni - 59 0.0773 0.00648 -443 9.97e+05 0.0156 84.3 2.5e+03 Tracker muIoni - 60 0.0797 0.00664 -386 9.97e+05 0.0112 56.9 2.55e+03 Tracker muIoni - 61 0.0838 0.0069 -286 9.97e+05 0.02 100 2.65e+03 Tracker StepLimiter - 62 0.0879 0.00716 -186 9.97e+05 0.0188 100 2.75e+03 Tracker StepLimiter - 63 0.0903 0.00731 -130 9.97e+05 0.0122 55.8 2.81e+03 Tracker muIoni - 64 0.0906 0.00733 -122 9.97e+05 0.00128 8.49 2.82e+03 Tracker muIoni - 65 0.091 0.00735 -112 9.97e+05 0.00166 9.37 2.83e+03 Tracker muIoni - 66 0.0911 0.00736 -109 9.97e+05 0.000701 3.1 2.83e+03 Tracker muIoni - 67 0.0915 0.00738 -100 9.97e+05 0.000946 9.37 2.84e+03 Chamber Transportation - 68 0.0916 0.00739 -97.2 9.97e+05 0.00204 2.76 2.84e+03 Chamber muIoni - 69 0.0918 0.0074 -93.2 9.97e+05 0.003 4.06 2.85e+03 Chamber muIoni - 70 0.0924 0.00744 -77.9 9.97e+05 0.00876 15.2 2.86e+03 Chamber muIoni - 71 0.0943 0.00754 -34 9.97e+05 0.0457 43.9 2.91e+03 Chamber muIoni - 72 0.096 0.0076 7.54 9.97e+05 0.0264 41.5 2.95e+03 Chamber muIoni - 73 0.0967 0.0076 25 9.97e+05 0.0074 17.5 2.96e+03 Chamber muIoni - 74 0.0975 0.00761 45.4 9.97e+05 0.0117 20.4 2.99e+03 Chamber muIoni - 75 0.0997 0.00763 100 9.97e+05 0.0302 54.6 3.04e+03 Tracker Transportation - 76 0.104 0.00774 200 9.97e+05 0.0202 100 3.14e+03 Tracker StepLimiter - 77 0.106 0.00781 259 9.97e+05 0.00903 58.9 3.2e+03 Tracker muIoni - 78 0.11 0.00791 341 9.97e+05 0.0171 81.8 3.28e+03 Tracker muIoni - 79 0.11 0.00792 355 9.97e+05 0.00187 13.9 3.29e+03 Tracker muIoni - 80 0.111 0.00794 368 9.97e+05 0.00263 13.1 3.31e+03 Tracker muIoni - 81 0.114 0.00803 448 9.97e+05 0.0117 80.7 3.39e+03 Tracker muIoni - 82 0.117 0.00809 509 9.97e+05 0.0139 60.8 3.45e+03 Tracker muIoni - 83 0.121 0.00821 609 9.97e+05 0.022 100 3.55e+03 Tracker StepLimiter - 84 0.121 0.00823 626 9.97e+05 0.00569 16.6 3.57e+03 Tracker muIoni - 85 0.123 0.00829 673 9.97e+05 0.012 47 3.61e+03 Tracker muIoni - 86 0.125 0.00833 700 9.97e+05 0.00504 27.2 3.64e+03 Chamber Transportation - 87 0.125 0.00833 706 9.97e+05 0.00263 5.79 3.65e+03 Chamber muIoni - 88 0.125 0.00834 712 9.97e+05 0.00505 6.49 3.65e+03 Chamber muIoni - 89 0.125 0.00836 721 9.97e+05 0.00277 8.97 3.66e+03 Chamber muIoni - 90 0.125 0.00836 721 9.97e+05 0.000137 0.0796 3.66e+03 Chamber muIoni - 91 0.126 0.00837 730 9.97e+05 0.00424 8.9 3.67e+03 Chamber muIoni - 92 0.128 0.00843 773 9.97e+05 0.0358 42.7 3.71e+03 Chamber muIoni - 93 0.128 0.00844 775 9.97e+05 0.0013 2.11 3.71e+03 Chamber muIoni - 94 0.133 0.00866 900 9.97e+05 0.102 125 3.84e+03 Tracker Transportation - 95 0.133 0.00868 908 9.97e+05 0.000705 8.11 3.85e+03 Tracker muIoni - 96 0.134 0.00871 920 9.97e+05 0.00275 11.9 3.86e+03 Tracker muIoni - 97 0.138 0.00894 1.02e+03 9.97e+05 0.0198 100 3.96e+03 Tracker StepLimiter - 98 0.139 0.00898 1.03e+03 9.97e+05 0.00145 13.7 3.97e+03 Tracker muIoni - 99 0.143 0.00926 1.13e+03 9.97e+05 0.018 100 4.07e+03 Tracker StepLimiter - 100 0.144 0.00933 1.16e+03 9.97e+05 0.00463 28.2 4.1e+03 Tracker muIoni - 101 0.146 0.00944 1.2e+03 9.97e+05 0.00919 39.4 4.14e+03 Tracker muIoni - 102 0.149 0.00967 1.28e+03 9.97e+05 0.016 83.5 4.22e+03 Tracker muIoni - 103 0.153 0.00992 1.36e+03 9.97e+05 0.0154 79.4 4.3e+03 Tracker muIoni + 1 -2.42e-07 -9.79e-08 -2.91e+03 1e+06 0.00595 28.1 28.1 World muIoni + 2 -1.91e-05 5.93e-06 -2.71e+03 1e+06 0.0381 199 227 World muIoni + 3 -5.44e-05 -3.77e-06 -2.6e+03 1e+06 0.0182 109 335 World muIoni + 4 -8.08e-05 -2.71e-05 -2.53e+03 1e+06 0.0134 77.1 413 World muIoni + 5 -0.0001 -4.75e-05 -2.45e+03 1e+06 0.0134 77.4 490 Target Transportation + 6 -0.000107 -0.000134 -2.43e+03 1e+06 22.8 16.7 507 Target muIoni + 7 -0.000137 -7.63e-05 -2.42e+03 1e+06 13.6 9.78 517 Target muIoni + 8 -7.23e-05 -3.4e-05 -2.42e+03 1e+06 5.5 4.21 521 Target muIoni + 9 -4.02e-05 -1.99e-05 -2.42e+03 9.97e+05 2.18 1.67 522 Target muPairProd + 10 0.00036 6.99e-05 -2.4e+03 9.97e+05 22.6 17.6 540 Tracker Transportation + 11 0.00212 0.000202 -2.35e+03 9.97e+05 0.00941 45.5 585 Tracker muIoni + 12 0.00598 0.000496 -2.25e+03 9.97e+05 0.0166 100 685 Tracker StepLimiter + 13 0.0075 0.000615 -2.22e+03 9.97e+05 0.00812 39.1 725 Tracker muIoni + 14 0.0101 0.000818 -2.15e+03 9.97e+05 0.0129 66.7 791 Tracker muIoni + 15 0.0101 0.000823 -2.15e+03 9.97e+05 2.81e-05 1.59 793 Tracker muIoni + 16 0.014 0.00112 -2.05e+03 9.97e+05 0.0169 100 893 Tracker StepLimiter + 17 0.0178 0.00142 -1.95e+03 9.97e+05 0.0194 98.7 992 Tracker muIoni + 18 0.0217 0.00174 -1.85e+03 9.97e+05 0.0193 100 1.09e+03 Tracker StepLimiter + 19 0.024 0.00193 -1.79e+03 9.97e+05 0.0105 57.8 1.15e+03 Tracker muIoni + 20 0.0242 0.00195 -1.78e+03 9.97e+05 0.00187 6.27 1.16e+03 Tracker muIoni + 21 0.0269 0.00217 -1.71e+03 9.97e+05 0.0131 69.6 1.23e+03 Tracker muIoni + 22 0.0275 0.00222 -1.7e+03 9.97e+05 0.0022 14.7 1.24e+03 Chamber Transportation + 23 0.028 0.00226 -1.69e+03 9.97e+05 0.00781 13.2 1.25e+03 Chamber muIoni + 24 0.0298 0.00241 -1.64e+03 9.97e+05 0.0237 47.5 1.3e+03 Chamber muIoni + 25 0.0314 0.00255 -1.6e+03 9.97e+05 0.0306 40.6 1.34e+03 Chamber muIoni + 26 0.0316 0.00257 -1.6e+03 9.97e+05 0.00162 3.56 1.34e+03 Chamber muIoni + 27 0.0317 0.00258 -1.59e+03 9.97e+05 0.00324 4.65 1.35e+03 Chamber muIoni + 28 0.0326 0.00266 -1.57e+03 9.97e+05 0.0131 21.9 1.37e+03 Chamber muIoni + 29 0.0339 0.0028 -1.53e+03 9.97e+05 0.0233 34.1 1.41e+03 Chamber muIoni + 30 0.0347 0.00288 -1.52e+03 9.97e+05 0.0163 18.9 1.42e+03 Chamber muIoni + 31 0.0348 0.00289 -1.51e+03 9.97e+05 0.00131 2.64 1.43e+03 Chamber muIoni + 32 0.0353 0.00293 -1.5e+03 9.97e+05 0.00755 11.7 1.44e+03 Chamber muIoni + 33 0.0353 0.00293 -1.5e+03 9.97e+05 0.000326 1.15 1.44e+03 Tracker Transportation + 34 0.0365 0.00305 -1.47e+03 9.97e+05 0.00514 30.9 1.47e+03 Tracker muIoni + 35 0.0405 0.00342 -1.37e+03 9.97e+05 0.0176 100 1.57e+03 Tracker StepLimiter + 36 0.0444 0.00378 -1.27e+03 9.97e+05 0.0206 100 1.67e+03 Tracker StepLimiter + 37 0.0484 0.00414 -1.17e+03 9.97e+05 0.0213 100 1.77e+03 Tracker StepLimiter + 38 0.0492 0.00421 -1.15e+03 9.97e+05 0.004 21.3 1.79e+03 Tracker muIoni + 39 0.0495 0.00423 -1.14e+03 9.97e+05 0.000857 7.04 1.8e+03 Tracker muIoni + 40 0.0506 0.00433 -1.11e+03 9.97e+05 0.00794 28.9 1.83e+03 Tracker muIoni + 41 0.0538 0.0046 -1.03e+03 9.97e+05 0.0132 80.4 1.91e+03 Tracker muIoni + 42 0.055 0.0047 -1e+03 9.97e+05 0.00515 29.7 1.94e+03 Tracker muIoni + 43 0.0554 0.00474 -991 9.97e+05 0.00235 10.4 1.95e+03 Tracker muIoni + 44 0.0557 0.00476 -983 9.97e+05 0.00124 8.21 1.96e+03 Tracker muIoni + 45 0.0558 0.00477 -980 9.97e+05 0.000451 3.02 1.96e+03 Tracker muIoni + 46 0.0576 0.00493 -934 9.97e+05 0.0118 45.6 2.01e+03 Tracker muIoni + 47 0.0583 0.00498 -918 9.97e+05 0.00317 16.1 2.02e+03 Tracker muIoni + 48 0.0585 0.005 -914 9.97e+05 0.000935 4.44 2.03e+03 Tracker muIoni + 49 0.059 0.00504 -900 9.97e+05 0.00213 13.9 2.04e+03 Chamber Transportation + 50 0.0599 0.00512 -879 9.97e+05 0.0154 21.3 2.06e+03 Chamber muIoni + 51 0.0606 0.00518 -860 9.97e+05 0.0204 18.9 2.08e+03 Chamber muIoni + 52 0.0608 0.00519 -855 9.97e+05 0.00702 4.51 2.08e+03 Chamber muIoni + 53 0.062 0.0053 -827 9.97e+05 0.0167 28.7 2.11e+03 Chamber muIoni + 54 0.0649 0.00556 -752 9.97e+05 0.0584 74.1 2.19e+03 Chamber muIoni + 55 0.0653 0.0056 -742 9.97e+05 0.00645 10.8 2.2e+03 Chamber muIoni + 56 0.067 0.00574 -700 9.97e+05 0.0279 41.7 2.24e+03 Tracker Transportation + 57 0.0704 0.00599 -616 9.97e+05 0.0166 84.4 2.32e+03 Tracker muIoni + 58 0.074 0.00623 -527 9.97e+05 0.0206 88.3 2.41e+03 Tracker muIoni + 59 0.0775 0.00645 -443 9.97e+05 0.0156 84.3 2.5e+03 Tracker muIoni + 60 0.0799 0.00659 -386 9.97e+05 0.0112 56.9 2.55e+03 Tracker muIoni + 61 0.084 0.00685 -286 9.97e+05 0.02 100 2.65e+03 Tracker StepLimiter + 62 0.0881 0.00712 -186 9.97e+05 0.0188 100 2.75e+03 Tracker StepLimiter + 63 0.0905 0.00726 -130 9.97e+05 0.0122 55.8 2.81e+03 Tracker muIoni + 64 0.0908 0.00728 -122 9.97e+05 0.00128 8.49 2.82e+03 Tracker muIoni + 65 0.0912 0.00731 -112 9.97e+05 0.00166 9.37 2.83e+03 Tracker muIoni + 66 0.0913 0.00732 -109 9.97e+05 0.000701 3.1 2.83e+03 Tracker muIoni + 67 0.0917 0.00734 -100 9.97e+05 0.000946 9.37 2.84e+03 Chamber Transportation + 68 0.0918 0.00735 -97.2 9.97e+05 0.00204 2.76 2.84e+03 Chamber muIoni + 69 0.092 0.00736 -93.2 9.97e+05 0.003 4.06 2.85e+03 Chamber muIoni + 70 0.0926 0.00739 -77.9 9.97e+05 0.00876 15.2 2.86e+03 Chamber muIoni + 71 0.0945 0.00746 -34 9.97e+05 0.0457 43.9 2.91e+03 Chamber muIoni + 72 0.0962 0.00746 7.54 9.97e+05 0.0264 41.5 2.95e+03 Chamber muIoni + 73 0.0969 0.00746 25 9.97e+05 0.0074 17.5 2.96e+03 Chamber muIoni + 74 0.0977 0.00747 45.4 9.97e+05 0.0117 20.4 2.99e+03 Chamber muIoni + 75 0.0999 0.0075 100 9.97e+05 0.0302 54.6 3.04e+03 Tracker Transportation + 76 0.104 0.00761 200 9.97e+05 0.0202 100 3.14e+03 Tracker StepLimiter + 77 0.106 0.00768 259 9.97e+05 0.00903 58.9 3.2e+03 Tracker muIoni + 78 0.11 0.00778 341 9.97e+05 0.0171 81.8 3.28e+03 Tracker muIoni + 79 0.11 0.0078 355 9.97e+05 0.00187 13.9 3.29e+03 Tracker muIoni + 80 0.111 0.00781 368 9.97e+05 0.00263 13.1 3.31e+03 Tracker muIoni + 81 0.114 0.0079 448 9.97e+05 0.0117 80.7 3.39e+03 Tracker muIoni + 82 0.117 0.00797 509 9.97e+05 0.0139 60.8 3.45e+03 Tracker muIoni + 83 0.121 0.00808 609 9.97e+05 0.022 100 3.55e+03 Tracker StepLimiter + 84 0.122 0.0081 626 9.97e+05 0.00569 16.6 3.57e+03 Tracker muIoni + 85 0.124 0.00816 673 9.97e+05 0.012 47 3.61e+03 Tracker muIoni + 86 0.125 0.0082 700 9.97e+05 0.00504 27.2 3.64e+03 Chamber Transportation + 87 0.125 0.00821 706 9.97e+05 0.00263 5.79 3.65e+03 Chamber muIoni + 88 0.125 0.00822 712 9.97e+05 0.00505 6.49 3.65e+03 Chamber muIoni + 89 0.126 0.00823 721 9.97e+05 0.00277 8.97 3.66e+03 Chamber muIoni + 90 0.126 0.00823 721 9.97e+05 0.000137 0.0796 3.66e+03 Chamber muIoni + 91 0.126 0.00825 730 9.97e+05 0.00424 8.9 3.67e+03 Chamber muIoni + 92 0.128 0.00833 773 9.97e+05 0.0358 42.7 3.71e+03 Chamber muIoni + 93 0.128 0.00833 775 9.97e+05 0.0013 2.11 3.71e+03 Chamber muIoni + 94 0.133 0.00856 900 9.97e+05 0.102 125 3.84e+03 Tracker Transportation + 95 0.133 0.00858 908 9.97e+05 0.000705 8.11 3.85e+03 Tracker muIoni + 96 0.134 0.00861 920 9.97e+05 0.00275 11.9 3.86e+03 Tracker muIoni + 97 0.138 0.00887 1.02e+03 9.97e+05 0.0198 100 3.96e+03 Tracker StepLimiter + 98 0.139 0.00891 1.03e+03 9.97e+05 0.00145 13.7 3.97e+03 Tracker muIoni + 99 0.143 0.00918 1.13e+03 9.97e+05 0.018 100 4.07e+03 Tracker StepLimiter + 100 0.144 0.00926 1.16e+03 9.97e+05 0.00463 28.2 4.1e+03 Tracker muIoni + 101 0.146 0.00937 1.2e+03 9.97e+05 0.00919 39.4 4.14e+03 Tracker muIoni + 102 0.15 0.00962 1.28e+03 9.97e+05 0.016 83.5 4.22e+03 Tracker muIoni + 103 0.153 0.00986 1.36e+03 9.97e+05 0.0154 79.4 4.3e+03 Tracker muIoni 104 0.157 0.0102 1.46e+03 9.97e+05 0.0188 100 4.4e+03 Tracker StepLimiter - 105 0.159 0.0104 1.5e+03 9.97e+05 0.00691 35.7 4.44e+03 Chamber Transportation - 106 0.159 0.0104 1.51e+03 9.97e+05 0.00603 8.98 4.45e+03 Chamber muIoni - 107 0.159 0.0104 1.51e+03 9.97e+05 3.93e-05 0.0385 4.45e+03 Chamber muIoni - 108 0.16 0.0105 1.54e+03 9.97e+05 0.0276 30.3 4.48e+03 Chamber muIoni - 109 0.162 0.0106 1.57e+03 9.97e+05 0.0197 34.7 4.51e+03 Chamber muIoni - 110 0.162 0.0106 1.58e+03 9.97e+05 0.00737 9.14 4.52e+03 Chamber muIoni - 111 0.164 0.0107 1.62e+03 9.97e+05 0.0268 34.8 4.56e+03 Chamber muIoni - 112 0.164 0.0107 1.62e+03 9.97e+05 0.00196 5.49 4.56e+03 Chamber muIoni + 105 0.159 0.0103 1.5e+03 9.97e+05 0.00691 35.7 4.44e+03 Chamber Transportation + 106 0.159 0.0103 1.51e+03 9.97e+05 0.00603 8.98 4.45e+03 Chamber muIoni + 107 0.159 0.0103 1.51e+03 9.97e+05 3.93e-05 0.0385 4.45e+03 Chamber muIoni + 108 0.16 0.0104 1.54e+03 9.97e+05 0.0276 30.3 4.48e+03 Chamber muIoni + 109 0.162 0.0105 1.57e+03 9.97e+05 0.0197 34.7 4.51e+03 Chamber muIoni + 110 0.162 0.0105 1.58e+03 9.97e+05 0.00737 9.14 4.52e+03 Chamber muIoni + 111 0.164 0.0106 1.62e+03 9.97e+05 0.0268 34.8 4.56e+03 Chamber muIoni + 112 0.164 0.0106 1.62e+03 9.97e+05 0.00196 5.49 4.56e+03 Chamber muIoni 113 0.166 0.0108 1.67e+03 9.97e+05 0.0292 43.4 4.61e+03 Chamber muIoni - 114 0.167 0.0109 1.7e+03 9.97e+05 0.0267 33.1 4.64e+03 Tracker Transportation - 115 0.169 0.011 1.73e+03 9.97e+05 0.00846 32.6 4.67e+03 Tracker muIoni + 114 0.167 0.0108 1.7e+03 9.97e+05 0.0267 33.1 4.64e+03 Tracker Transportation + 115 0.169 0.0109 1.73e+03 9.97e+05 0.00846 32.6 4.67e+03 Tracker muIoni 116 0.173 0.0112 1.83e+03 9.97e+05 0.0219 100 4.77e+03 Tracker StepLimiter - 117 0.177 0.0115 1.93e+03 9.97e+05 0.02 100 4.87e+03 Tracker StepLimiter + 117 0.178 0.0114 1.93e+03 9.97e+05 0.02 100 4.87e+03 Tracker StepLimiter 118 0.182 0.0117 2.03e+03 9.97e+05 0.018 100 4.97e+03 Tracker StepLimiter - 119 0.182 0.0118 2.05e+03 9.97e+05 0.00254 13.4 4.99e+03 Tracker muIoni - 120 0.187 0.012 2.15e+03 9.97e+05 0.0216 100 5.09e+03 Tracker StepLimiter + 119 0.183 0.0117 2.05e+03 9.97e+05 0.00254 13.4 4.99e+03 Tracker muIoni + 120 0.187 0.0119 2.15e+03 9.97e+05 0.0216 100 5.09e+03 Tracker StepLimiter 121 0.191 0.0122 2.25e+03 9.97e+05 0.0202 100 5.19e+03 Tracker StepLimiter 122 0.193 0.0123 2.28e+03 9.97e+05 0.00669 33.8 5.22e+03 Tracker muIoni - 123 0.197 0.0126 2.38e+03 9.97e+05 0.0188 100 5.32e+03 Tracker StepLimiter - 124 0.198 0.0126 2.4e+03 9.97e+05 0.00496 20.2 5.34e+03 World Transportation - 125 0.206 0.013 2.58e+03 9.97e+05 0.0353 176 5.52e+03 World muIoni - 126 0.213 0.0133 2.75e+03 9.97e+05 0.0364 179 5.69e+03 World muIoni - 127 0.221 0.0137 2.94e+03 9.97e+05 0.0354 186 5.88e+03 OutOfWorld Transportation + 123 0.197 0.0125 2.38e+03 9.97e+05 0.0188 100 5.32e+03 Tracker StepLimiter + 124 0.198 0.0125 2.4e+03 9.97e+05 0.00496 20.2 5.34e+03 World Transportation + 125 0.206 0.0129 2.58e+03 9.97e+05 0.0353 176 5.52e+03 World muIoni + 126 0.214 0.0132 2.75e+03 9.97e+05 0.0364 179 5.69e+03 World muIoni + 127 0.222 0.0135 2.94e+03 9.97e+05 0.0354 186 5.88e+03 OutOfWorld Transportation ********************************************************************************************************* * 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 0.213 0.0133 2.75e+03 0.00132 0 0 0 World initStep - 1 0.218 0.0487 2.75e+03 0 0.00132 0.0851 0.0851 World eIoni + 0 0.214 0.0132 2.75e+03 0.00132 0 0 0 World initStep + 1 0.218 0.0486 2.75e+03 0 0.00132 0.0851 0.0851 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 0.206 0.013 2.58e+03 0.0138 0 0 0 World initStep + 0 0.206 0.0129 2.58e+03 0.0138 0 0 0 World initStep 1 1.01 1.81 2.58e+03 0.00689 0.0069 2.39 2.39 World eIoni 2 1.17 1.93 2.58e+03 0.00444 0.00144 0.459 2.85 World eIoni 3 1.15 2.15 2.58e+03 0 0.00444 0.622 3.47 World eIoni @@ -3146,16 +3146,16 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.182 0.0118 2.05e+03 0.00476 0 0 0 Tracker initStep - 1 0.0812 0.307 2.05e+03 0 0.00476 0.701 0.701 Tracker eIoni + 0 0.183 0.0117 2.05e+03 0.00476 0 0 0 Tracker initStep + 1 0.0815 0.307 2.05e+03 0 0.00476 0.701 0.701 Tracker 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 0.169 0.011 1.73e+03 0.00283 0 0 0 Tracker initStep - 1 0.0504 -0.0341 1.73e+03 0 0.00283 0.286 0.286 Tracker eIoni + 0 0.169 0.0109 1.73e+03 0.00283 0 0 0 Tracker initStep + 1 0.0507 -0.0342 1.73e+03 0 0.00283 0.286 0.286 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 91, Parent ID = 1 @@ -3163,38 +3163,38 @@ 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.166 0.0108 1.67e+03 0.00209 0 0 0 Chamber initStep - 1 0.152 0.011 1.67e+03 0 0.00209 0.11 0.11 Chamber eIoni + 1 0.152 0.0109 1.67e+03 0 0.00209 0.11 0.11 Chamber 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 0.164 0.0107 1.62e+03 0.00203 0 0 0 Chamber initStep - 1 0.15 0.00792 1.62e+03 0 0.00203 0.106 0.106 Chamber eIoni + 0 0.164 0.0106 1.62e+03 0.00203 0 0 0 Chamber initStep + 1 0.151 0.00785 1.62e+03 0 0.00203 0.106 0.106 Chamber 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 0.164 0.0107 1.62e+03 0.00167 0 0 0 Chamber initStep - 1 0.154 0.00611 1.62e+03 0 0.00167 0.0813 0.0813 Chamber eIoni + 0 0.164 0.0106 1.62e+03 0.00167 0 0 0 Chamber initStep + 1 0.154 0.00604 1.62e+03 0 0.00167 0.0813 0.0813 Chamber 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 0.162 0.0106 1.58e+03 0.00178 0 0 0 Chamber initStep - 1 0.151 0.0149 1.58e+03 0 0.00178 0.0885 0.0885 Chamber eIoni + 0 0.162 0.0105 1.58e+03 0.00178 0 0 0 Chamber initStep + 1 0.152 0.0149 1.58e+03 0 0.00178 0.0885 0.0885 Chamber 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 0.162 0.0106 1.57e+03 0.00731 0 0 0 Chamber initStep + 0 0.162 0.0105 1.57e+03 0.00731 0 0 0 Chamber initStep 1 0.234 0.0478 1.57e+03 0 0.00731 0.725 0.725 Chamber eIoni ********************************************************************************************************* @@ -3202,15 +3202,15 @@ 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.16 0.0105 1.54e+03 0.00196 0 0 0 Chamber initStep - 1 0.159 0.0235 1.54e+03 0 0.00196 0.101 0.101 Chamber eIoni + 0 0.16 0.0104 1.54e+03 0.00196 0 0 0 Chamber initStep + 1 0.16 0.0235 1.54e+03 0 0.00196 0.101 0.101 Chamber 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 0.159 0.0104 1.51e+03 0.0224 0 0 0 Chamber initStep + 0 0.159 0.0103 1.51e+03 0.0224 0 0 0 Chamber initStep 1 0.761 0.392 1.51e+03 0.0171 0.0053 2.42 2.42 Chamber eIoni 2 2.16 -0.119 1.51e+03 0.00787 0.00922 1.95 4.38 Chamber eIoni 3 2.22 -0.147 1.51e+03 0 0.00787 0.82 5.2 Chamber eIoni @@ -3220,15 +3220,15 @@ 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.159 0.0104 1.51e+03 0.00299 0 0 0 Chamber initStep - 1 0.137 0.0179 1.51e+03 0 0.00299 0.181 0.181 Chamber eIoni + 0 0.159 0.0103 1.51e+03 0.00299 0 0 0 Chamber initStep + 1 0.137 0.0178 1.51e+03 0 0.00299 0.181 0.181 Chamber 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 0.153 0.00992 1.36e+03 0.00281 0 0 0 Tracker initStep + 0 0.153 0.00986 1.36e+03 0.00281 0 0 0 Tracker initStep 1 0.226 -0.0917 1.36e+03 0 0.00281 0.283 0.283 Tracker eIoni ********************************************************************************************************* @@ -3236,15 +3236,15 @@ 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.149 0.00967 1.28e+03 0.00117 0 0 0 Tracker initStep - 1 0.167 0.0329 1.28e+03 0 0.00117 0.0715 0.0715 Tracker eIoni + 0 0.15 0.00962 1.28e+03 0.00117 0 0 0 Tracker initStep + 1 0.168 0.0329 1.28e+03 0 0.00117 0.0715 0.0715 Tracker 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 0.146 0.00944 1.2e+03 0.00689 0 0 0 Tracker initStep + 0 0.146 0.00937 1.2e+03 0.00689 0 0 0 Tracker initStep 1 -0.229 0.946 1.2e+03 0.000947 0.00594 1.28 1.28 Tracker eIoni 2 -0.244 0.953 1.2e+03 0 0.000947 0.0528 1.34 Tracker eIoni @@ -3253,72 +3253,72 @@ 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.144 0.00933 1.16e+03 0.00119 0 0 0 Tracker initStep - 1 0.137 0.039 1.16e+03 0 0.00119 0.0735 0.0735 Tracker eIoni + 0 0.144 0.00926 1.16e+03 0.00119 0 0 0 Tracker initStep + 1 0.137 0.0389 1.16e+03 0 0.00119 0.0735 0.0735 Tracker 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 0.139 0.00898 1.03e+03 0.00148 0 0 0 Tracker initStep - 1 0.16 0.046 1.03e+03 0 0.00148 0.101 0.101 Tracker eIoni + 0 0.139 0.00891 1.03e+03 0.00148 0 0 0 Tracker initStep + 1 0.16 0.0459 1.03e+03 0 0.00148 0.101 0.101 Tracker 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 0.134 0.00871 920 0.00167 0 0 0 Tracker initStep - 1 0.0888 -0.0187 920 0 0.00167 0.123 0.123 Tracker eIoni + 0 0.134 0.00861 920 0.00167 0 0 0 Tracker initStep + 1 0.0891 -0.0188 920 0 0.00167 0.123 0.123 Tracker 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 0.133 0.00868 908 0.0012 0 0 0 Tracker initStep - 1 0.164 0.0117 908 0 0.0012 0.0745 0.0745 Tracker eIoni + 0 0.133 0.00858 908 0.0012 0 0 0 Tracker initStep + 1 0.164 0.0116 908 0 0.0012 0.0745 0.0745 Tracker 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 0.128 0.00844 775 0.00338 0 0 0 Chamber initStep - 1 0.1 0.00954 775 0 0.00338 0.217 0.217 Chamber eIoni + 0 0.128 0.00833 775 0.00338 0 0 0 Chamber initStep + 1 0.101 0.00943 775 0 0.00338 0.217 0.217 Chamber 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 0.128 0.00843 773 0.00191 0 0 0 Chamber initStep - 1 0.115 0.00742 773 0 0.00191 0.0977 0.0977 Chamber eIoni + 0 0.128 0.00833 773 0.00191 0 0 0 Chamber initStep + 1 0.115 0.00732 773 0 0.00191 0.0977 0.0977 Chamber 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 0.126 0.00837 730 0.00169 0 0 0 Chamber initStep - 1 0.115 0.0113 730 0 0.00169 0.0824 0.0824 Chamber eIoni + 0 0.126 0.00825 730 0.00169 0 0 0 Chamber initStep + 1 0.115 0.0112 730 0 0.00169 0.0824 0.0824 Chamber 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 0.125 0.00836 721 0.00602 0 0 0 Chamber initStep - 1 0.184 -0.00969 721 0 0.00602 0.529 0.529 Chamber eIoni + 0 0.126 0.00823 721 0.00602 0 0 0 Chamber initStep + 1 0.185 -0.00981 721 0 0.00602 0.529 0.529 Chamber 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 0.125 0.00836 721 0.0179 0 0 0 Chamber initStep - 1 0.735 0.925 720 0.00781 0.0101 2.03 2.03 Chamber eIoni + 0 0.126 0.00823 721 0.0179 0 0 0 Chamber initStep + 1 0.736 0.925 720 0.00781 0.0101 2.03 2.03 Chamber eIoni 2 0.773 0.998 720 0.00392 0.00113 0.22 2.25 Chamber eIoni 3 0.76 1.01 720 0 0.00392 0.27 2.52 Chamber eIoni @@ -3328,30 +3328,30 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.773 0.998 720 0.00276 0 0 0 Chamber initStep - 1 0.775 1.02 720 0 0.00276 0.162 0.162 Chamber eIoni + 1 0.776 1.02 720 0 0.00276 0.162 0.162 Chamber 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 0.125 0.00834 712 0.00147 0 0 0 Chamber initStep - 1 0.134 0.00588 712 0 0.00147 0.0685 0.0685 Chamber eIoni + 0 0.125 0.00822 712 0.00147 0 0 0 Chamber initStep + 1 0.134 0.00575 712 0 0.00147 0.0685 0.0685 Chamber 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 0.125 0.00833 706 0.00879 0 0 0 Chamber initStep - 1 0.0873 0.108 706 0 0.00879 0.985 0.985 Chamber eIoni + 0 0.125 0.00821 706 0.00879 0 0 0 Chamber initStep + 1 0.0875 0.108 706 0 0.00879 0.985 0.985 Chamber 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 0.123 0.00829 673 0.00577 0 0 0 Tracker initStep + 0 0.124 0.00816 673 0.00577 0 0 0 Tracker initStep 1 0.34 -0.374 673 0 0.00577 0.988 0.988 Tracker eIoni ********************************************************************************************************* @@ -3359,15 +3359,15 @@ 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.121 0.00823 626 0.0011 0 0 0 Tracker initStep - 1 0.096 -2e-05 626 0 0.0011 0.0653 0.0653 Tracker eIoni + 0 0.122 0.0081 626 0.0011 0 0 0 Tracker initStep + 1 0.0962 -0.000145 626 0 0.0011 0.0653 0.0653 Tracker 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 0.117 0.00809 509 0.00785 0 0 0 Tracker initStep + 0 0.117 0.00797 509 0.00785 0 0 0 Tracker initStep 1 0.512 0.783 508 0.00284 0.00501 1.48 1.48 Tracker eIoni 2 0.502 0.906 508 0 0.00284 0.287 1.77 Tracker eIoni @@ -3376,87 +3376,87 @@ 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.114 0.00803 448 0.00211 0 0 0 Tracker initStep - 1 0.0636 0.0657 448 0 0.00211 0.176 0.176 Tracker eIoni + 0 0.114 0.0079 448 0.00211 0 0 0 Tracker initStep + 1 0.0638 0.0656 448 0 0.00211 0.176 0.176 Tracker 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.111 0.00794 368 0.00149 0 0 0 Tracker initStep - 1 0.105 0.0509 368 0 0.00149 0.102 0.102 Tracker eIoni + 0 0.111 0.00781 368 0.00149 0 0 0 Tracker initStep + 1 0.105 0.0507 368 0 0.00149 0.102 0.102 Tracker 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 0.11 0.00792 355 0.00114 0 0 0 Tracker initStep - 1 0.101 0.0348 355 0 0.00114 0.069 0.069 Tracker eIoni + 0 0.11 0.0078 355 0.00114 0 0 0 Tracker initStep + 1 0.101 0.0347 355 0 0.00114 0.069 0.069 Tracker 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 0.11 0.00791 341 0.00189 0 0 0 Tracker initStep - 1 0.173 -0.000742 341 0 0.00189 0.148 0.148 Tracker eIoni + 0 0.11 0.00778 341 0.00189 0 0 0 Tracker initStep + 1 0.173 -0.000871 341 0 0.00189 0.148 0.148 Tracker 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 0.106 0.00781 259 0.00147 0 0 0 Tracker initStep - 1 0.137 0.0376 259 0 0.00147 0.101 0.101 Tracker eIoni + 0 0.106 0.00768 259 0.00147 0 0 0 Tracker initStep + 1 0.137 0.0374 259 0 0.00147 0.101 0.101 Tracker 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 0.0975 0.00761 45.4 0.00185 0 0 0 Chamber initStep - 1 0.102 0.0189 45.4 0 0.00185 0.0936 0.0936 Chamber eIoni + 0 0.0977 0.00747 45.4 0.00185 0 0 0 Chamber initStep + 1 0.102 0.0188 45.4 0 0.00185 0.0936 0.0936 Chamber 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 0.0967 0.0076 25 0.00144 0 0 0 Chamber initStep - 1 0.0915 0.0152 25 0 0.00144 0.0664 0.0664 Chamber eIoni + 0 0.0969 0.00746 25 0.00144 0 0 0 Chamber initStep + 1 0.0917 0.015 25 0 0.00144 0.0664 0.0664 Chamber 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 0.096 0.0076 7.54 0.00417 0 0 0 Chamber initStep - 1 0.11 -0.0257 7.54 0 0.00417 0.297 0.297 Chamber eIoni + 0 0.0962 0.00746 7.54 0.00417 0 0 0 Chamber initStep + 1 0.111 -0.0258 7.54 0 0.00417 0.297 0.297 Chamber 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 0.0943 0.00754 -34 0.00142 0 0 0 Chamber initStep - 1 0.0855 0.00952 -34 0 0.00142 0.0653 0.0653 Chamber eIoni + 0 0.0945 0.00746 -34 0.00142 0 0 0 Chamber initStep + 1 0.0857 0.00944 -34 0 0.00142 0.0653 0.0653 Chamber 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 0.0924 0.00744 -77.9 0.0021 0 0 0 Chamber initStep - 1 0.0866 0.0204 -77.9 0 0.0021 0.111 0.111 Chamber eIoni + 0 0.0926 0.00739 -77.9 0.0021 0 0 0 Chamber initStep + 1 0.0868 0.0204 -77.9 0 0.0021 0.111 0.111 Chamber 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 0.0918 0.0074 -93.2 0.711 0 0 0 Chamber initStep + 0 0.092 0.00736 -93.2 0.711 0 0 0 Chamber initStep 1 -1.69 3.02 -89.8 0.706 0.00257 4.88 4.88 Chamber eIoni 2 5.62 52.4 -56.9 0.68 0.0232 72 76.9 Chamber eIoni 3 29 65.2 -41.3 0.667 0.0101 32.5 109 Chamber eIoni @@ -3615,7 +3615,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -7.87 64.3 16.7 0.00258 0 0 0 Chamber initStep - 1 -7.86 64.3 16.7 0 0.00258 0.148 0.148 Chamber eIoni + 1 -7.85 64.3 16.7 0 0.00258 0.148 0.148 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 120, Parent ID = 56 @@ -4027,15 +4027,15 @@ 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.0916 0.00739 -97.2 0.00155 0 0 0 Chamber initStep - 1 0.0887 -0.00212 -97.2 0 0.00155 0.0734 0.0734 Chamber eIoni + 0 0.0918 0.00735 -97.2 0.00155 0 0 0 Chamber initStep + 1 0.0889 -0.00216 -97.2 0 0.00155 0.0734 0.0734 Chamber 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 0.0911 0.00736 -109 0.00495 0 0 0 Tracker initStep + 0 0.0913 0.00732 -109 0.00495 0 0 0 Tracker initStep 1 0.424 -0.0271 -109 0 0.00495 0.751 0.751 Tracker eIoni ********************************************************************************************************* @@ -4043,7 +4043,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.091 0.00735 -112 0.00962 0 0 0 Tracker initStep + 0 0.0912 0.00731 -112 0.00962 0 0 0 Tracker initStep 1 -0.99 -0.853 -111 0.00571 0.0039 1.78 1.78 Tracker eIoni 2 -1.25 -0.75 -111 0 0.00571 0.972 2.75 Tracker eIoni @@ -4052,23 +4052,23 @@ 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.0906 0.00733 -122 0.00111 0 0 0 Tracker initStep - 1 0.114 -0.00692 -122 0 0.00111 0.0666 0.0666 Tracker eIoni + 0 0.0908 0.00728 -122 0.00111 0 0 0 Tracker initStep + 1 0.114 -0.00697 -122 0 0.00111 0.0666 0.0666 Tracker 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 0.0903 0.00731 -130 0.00101 0 0 0 Tracker initStep - 1 0.0734 -0.00882 -130 0 0.00101 0.0576 0.0576 Tracker eIoni + 0 0.0905 0.00726 -130 0.00101 0 0 0 Tracker initStep + 1 0.0736 -0.00886 -130 0 0.00101 0.0576 0.0576 Tracker 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 0.0797 0.00664 -386 0.00506 0 0 0 Tracker initStep + 0 0.0799 0.00659 -386 0.00506 0 0 0 Tracker initStep 1 0.378 0.186 -386 0 0.00506 0.782 0.782 Tracker eIoni ********************************************************************************************************* @@ -4076,23 +4076,23 @@ 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.0773 0.00648 -443 0.00122 0 0 0 Tracker initStep - 1 0.0845 -0.0243 -443 0 0.00122 0.0761 0.0761 Tracker eIoni + 0 0.0775 0.00645 -443 0.00122 0 0 0 Tracker initStep + 1 0.0847 -0.0243 -443 0 0.00122 0.0761 0.0761 Tracker 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 0.0738 0.00626 -527 0.00199 0 0 0 Tracker initStep - 1 0.0873 0.0747 -527 0 0.00199 0.161 0.161 Tracker eIoni + 0 0.074 0.00623 -527 0.00199 0 0 0 Tracker initStep + 1 0.0875 0.0747 -527 0 0.00199 0.161 0.161 Tracker 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 0.0702 0.00602 -616 0.0123 0 0 0 Tracker initStep + 0 0.0704 0.00599 -616 0.0123 0 0 0 Tracker initStep 1 1.68 0.666 -615 0.00656 0.00571 2.17 2.17 Tracker eIoni 2 1.69 0.463 -616 0.00109 0.00546 1.2 3.37 Tracker eIoni 3 1.66 0.463 -616 0 0.00109 0.0647 3.44 Tracker eIoni @@ -4102,79 +4102,79 @@ 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.0651 0.00563 -742 0.00218 0 0 0 Chamber initStep - 1 0.0773 0.0143 -742 0 0.00218 0.117 0.117 Chamber eIoni + 0 0.0653 0.0056 -742 0.00218 0 0 0 Chamber initStep + 1 0.0775 0.0143 -742 0 0.00218 0.117 0.117 Chamber 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 0.0647 0.0056 -752 0.00225 0 0 0 Chamber initStep - 1 0.0804 0.00567 -752 0 0.00225 0.123 0.123 Chamber eIoni + 0 0.0649 0.00556 -752 0.00225 0 0 0 Chamber initStep + 1 0.0806 0.00564 -752 0 0.00225 0.123 0.123 Chamber 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 0.0618 0.00533 -827 0.00271 0 0 0 Chamber initStep - 1 0.0418 0.00139 -827 0 0.00271 0.158 0.158 Chamber eIoni + 0 0.062 0.0053 -827 0.00271 0 0 0 Chamber initStep + 1 0.042 0.00135 -827 0 0.00271 0.158 0.158 Chamber 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 0.0606 0.00523 -855 0.00214 0 0 0 Chamber initStep - 1 0.0507 -0.00549 -855 0 0.00214 0.114 0.114 Chamber eIoni + 0 0.0608 0.00519 -855 0.00214 0 0 0 Chamber initStep + 1 0.0509 -0.00552 -855 0 0.00214 0.114 0.114 Chamber 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 0.0604 0.00522 -860 0.0028 0 0 0 Chamber initStep - 1 0.0815 0.00853 -860 0 0.0028 0.166 0.166 Chamber eIoni + 0 0.0606 0.00518 -860 0.0028 0 0 0 Chamber initStep + 1 0.0817 0.00849 -860 0 0.0028 0.166 0.166 Chamber 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 0.0597 0.00514 -879 0.00326 0 0 0 Chamber initStep - 1 0.0354 0.0145 -879 0 0.00326 0.205 0.205 Chamber eIoni + 0 0.0599 0.00512 -879 0.00326 0 0 0 Chamber initStep + 1 0.0356 0.0145 -879 0 0.00326 0.205 0.205 Chamber 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 0.0582 0.00502 -914 0.00351 0 0 0 Tracker initStep - 1 -0.0862 0.117 -914 0 0.00351 0.412 0.412 Tracker eIoni + 0 0.0585 0.005 -914 0.00351 0 0 0 Tracker initStep + 1 -0.086 0.117 -914 0 0.00351 0.412 0.412 Tracker 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 0.0581 0.00501 -918 0.0013 0 0 0 Tracker initStep - 1 0.0856 0.0263 -918 0 0.0013 0.0832 0.0832 Tracker eIoni + 0 0.0583 0.00498 -918 0.0013 0 0 0 Tracker initStep + 1 0.0858 0.0262 -918 0 0.0013 0.0832 0.0832 Tracker 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 0.0574 0.00496 -934 0.0046 0 0 0 Tracker initStep - 1 -0.0613 0.274 -934 0 0.0046 0.661 0.661 Tracker eIoni + 0 0.0576 0.00493 -934 0.0046 0 0 0 Tracker initStep + 1 -0.0611 0.274 -934 0 0.0046 0.661 0.661 Tracker 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 0.0556 0.0048 -980 0.00555 0 0 0 Tracker initStep + 0 0.0558 0.00477 -980 0.00555 0 0 0 Tracker initStep 1 -0.117 0.377 -980 0 0.00555 0.922 0.922 Tracker eIoni ********************************************************************************************************* @@ -4182,15 +4182,15 @@ 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.0555 0.00479 -983 0.00253 0 0 0 Tracker initStep - 1 0.0119 -0.0896 -983 0 0.00253 0.236 0.236 Tracker eIoni + 0 0.0557 0.00476 -983 0.00253 0 0 0 Tracker initStep + 1 0.0121 -0.0896 -983 0 0.00253 0.236 0.236 Tracker 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 0.0552 0.00476 -991 0.0677 0 0 0 Tracker initStep + 0 0.0554 0.00474 -991 0.0677 0 0 0 Tracker initStep 1 -13.3 3.75 -979 0.0585 0.00928 19.1 19.1 Tracker eIoni 2 -16.8 11 -967 0.0502 0.00827 15 34.1 Tracker eIoni 3 -26.2 14.9 -965 0.0456 0.0046 11.8 45.9 Tracker eIoni @@ -4224,7 +4224,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0548 0.00473 -1e+03 0.00259 0 0 0 Tracker initStep + 0 0.055 0.0047 -1e+03 0.00259 0 0 0 Tracker initStep 1 0.148 0.0603 -1e+03 0 0.00259 0.247 0.247 Tracker eIoni ********************************************************************************************************* @@ -4232,40 +4232,40 @@ 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.0536 0.00463 -1.03e+03 0.00255 0 0 0 Tracker initStep - 1 0.0108 0.102 -1.03e+03 0 0.00255 0.241 0.241 Tracker eIoni + 0 0.0538 0.0046 -1.03e+03 0.00255 0 0 0 Tracker initStep + 1 0.011 0.102 -1.03e+03 0 0.00255 0.241 0.241 Tracker 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 0.0504 0.00435 -1.11e+03 0.00562 0 0 0 Tracker initStep - 1 0.0728 -0.413 -1.11e+03 0.000568 0.00506 0.841 0.841 Tracker eIoni - 2 0.0683 -0.411 -1.11e+03 0 0.000568 0.0268 0.867 Tracker eIoni + 0 0.0506 0.00433 -1.11e+03 0.00562 0 0 0 Tracker initStep + 1 0.073 -0.413 -1.11e+03 0.000568 0.00506 0.841 0.841 Tracker eIoni + 2 0.0685 -0.411 -1.11e+03 0 0.000568 0.0268 0.867 Tracker 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 0.0493 0.00426 -1.14e+03 0.00155 0 0 0 Tracker initStep - 1 0.0926 0.0206 -1.14e+03 0 0.00155 0.109 0.109 Tracker eIoni + 0 0.0495 0.00423 -1.14e+03 0.00155 0 0 0 Tracker initStep + 1 0.0928 0.0206 -1.14e+03 0 0.00155 0.109 0.109 Tracker 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 0.049 0.00423 -1.15e+03 0.00133 0 0 0 Tracker initStep - 1 0.0827 -0.00924 -1.15e+03 0 0.00133 0.0864 0.0864 Tracker eIoni + 0 0.0492 0.00421 -1.15e+03 0.00133 0 0 0 Tracker initStep + 1 0.0829 -0.00926 -1.15e+03 0 0.00133 0.0864 0.0864 Tracker 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 0.0363 0.00306 -1.47e+03 0.00407 0 0 0 Tracker initStep + 0 0.0365 0.00305 -1.47e+03 0.00407 0 0 0 Tracker initStep 1 0.141 0.213 -1.47e+03 0.0019 0.000755 0.265 0.265 Tracker eIoni 2 0.156 0.269 -1.47e+03 0 0.0019 0.149 0.414 Tracker eIoni @@ -4282,128 +4282,128 @@ 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.035 0.00295 -1.5e+03 0.00253 0 0 0 Chamber initStep - 1 0.0381 0.0211 -1.5e+03 0 0.00253 0.144 0.144 Chamber eIoni + 0 0.0353 0.00293 -1.5e+03 0.00253 0 0 0 Chamber initStep + 1 0.0383 0.0211 -1.5e+03 0 0.00253 0.144 0.144 Chamber 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 0.0345 0.0029 -1.51e+03 0.00287 0 0 0 Chamber initStep - 1 0.0566 0.00248 -1.51e+03 0 0.00287 0.172 0.172 Chamber eIoni + 0 0.0348 0.00289 -1.51e+03 0.00287 0 0 0 Chamber initStep + 1 0.0568 0.00246 -1.51e+03 0 0.00287 0.172 0.172 Chamber 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 0.0344 0.00289 -1.52e+03 0.00237 0 0 0 Chamber initStep - 1 0.0246 0.0165 -1.52e+03 0 0.00237 0.131 0.131 Chamber eIoni + 0 0.0347 0.00288 -1.52e+03 0.00237 0 0 0 Chamber initStep + 1 0.0249 0.0165 -1.52e+03 0 0.00237 0.131 0.131 Chamber 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 0.0337 0.00281 -1.53e+03 0.00152 0 0 0 Chamber initStep - 1 0.0338 0.0126 -1.53e+03 0 0.00152 0.0715 0.0715 Chamber eIoni + 0 0.0339 0.0028 -1.53e+03 0.00152 0 0 0 Chamber initStep + 1 0.0341 0.0125 -1.53e+03 0 0.00152 0.0715 0.0715 Chamber 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 0.0323 0.00267 -1.57e+03 0.00487 0 0 0 Chamber initStep - 1 -0.0126 0.00903 -1.57e+03 0 0.00487 0.378 0.378 Chamber eIoni + 0 0.0326 0.00266 -1.57e+03 0.00487 0 0 0 Chamber initStep + 1 -0.0124 0.00902 -1.57e+03 0 0.00487 0.378 0.378 Chamber 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 0.0315 0.00259 -1.59e+03 0.00708 0 0 0 Chamber initStep - 1 0.0932 0.0497 -1.59e+03 0 0.00708 0.688 0.688 Chamber eIoni + 0 0.0317 0.00258 -1.59e+03 0.00708 0 0 0 Chamber initStep + 1 0.0935 0.0497 -1.59e+03 0 0.00708 0.688 0.688 Chamber 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 0.0313 0.00257 -1.6e+03 0.0055 0 0 0 Chamber initStep - 1 0.0823 0.021 -1.6e+03 0 0.0055 0.458 0.458 Chamber eIoni + 0 0.0316 0.00257 -1.6e+03 0.0055 0 0 0 Chamber initStep + 1 0.0826 0.021 -1.6e+03 0 0.0055 0.458 0.458 Chamber 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 0.0312 0.00256 -1.6e+03 0.00297 0 0 0 Chamber initStep - 1 0.0458 -0.0152 -1.6e+03 0 0.00297 0.18 0.18 Chamber eIoni + 0 0.0314 0.00255 -1.6e+03 0.00297 0 0 0 Chamber initStep + 1 0.0461 -0.0152 -1.6e+03 0 0.00297 0.18 0.18 Chamber 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 0.0296 0.00241 -1.64e+03 0.0019 0 0 0 Chamber initStep - 1 0.0302 0.0149 -1.64e+03 0 0.0019 0.0965 0.0965 Chamber eIoni + 0 0.0298 0.00241 -1.64e+03 0.0019 0 0 0 Chamber initStep + 1 0.0304 0.0149 -1.64e+03 0 0.0019 0.0965 0.0965 Chamber 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 0.0278 0.00227 -1.69e+03 0.00697 0 0 0 Chamber initStep - 1 0.0647 0.115 -1.69e+03 0.00213 0.00484 0.626 0.626 Chamber eIoni - 2 0.0675 0.129 -1.69e+03 0 0.00213 0.113 0.74 Chamber eIoni + 0 0.028 0.00226 -1.69e+03 0.00697 0 0 0 Chamber initStep + 1 0.0649 0.115 -1.69e+03 0.00213 0.00484 0.626 0.626 Chamber eIoni + 2 0.0678 0.129 -1.69e+03 0 0.00213 0.113 0.74 Chamber 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 0.0267 0.00217 -1.71e+03 0.00193 0 0 0 Tracker initStep - 1 0.0345 -0.0636 -1.71e+03 0 0.00193 0.153 0.153 Tracker eIoni + 0 0.0269 0.00217 -1.71e+03 0.00193 0 0 0 Tracker initStep + 1 0.0347 -0.0636 -1.71e+03 0 0.00193 0.153 0.153 Tracker 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 0.024 0.00195 -1.78e+03 0.00168 0 0 0 Tracker initStep - 1 -0.0146 0.0384 -1.78e+03 0 0.00168 0.124 0.124 Tracker eIoni + 0 0.0242 0.00195 -1.78e+03 0.00168 0 0 0 Tracker initStep + 1 -0.0144 0.0384 -1.78e+03 0 0.00168 0.124 0.124 Tracker 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 0.0237 0.00193 -1.79e+03 0.00101 0 0 0 Tracker initStep - 1 0.0179 -0.0206 -1.79e+03 0 0.00101 0.0575 0.0575 Tracker eIoni + 0 0.024 0.00193 -1.79e+03 0.00101 0 0 0 Tracker initStep + 1 0.0181 -0.0206 -1.79e+03 0 0.00101 0.0575 0.0575 Tracker 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 0.0176 0.00142 -1.95e+03 0.00647 0 0 0 Tracker initStep - 1 -0.521 0.0251 -1.95e+03 0 0.00647 1.18 1.18 Tracker eIoni + 0 0.0178 0.00142 -1.95e+03 0.00647 0 0 0 Tracker initStep + 1 -0.521 0.0252 -1.95e+03 0 0.00647 1.18 1.18 Tracker 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 0.00989 0.000824 -2.15e+03 0.00181 0 0 0 Tracker initStep - 1 -0.00474 0.0586 -2.15e+03 0 0.00181 0.138 0.138 Tracker eIoni + 0 0.0101 0.000823 -2.15e+03 0.00181 0 0 0 Tracker initStep + 1 -0.0045 0.0586 -2.15e+03 0 0.00181 0.138 0.138 Tracker 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 0.00983 0.000819 -2.15e+03 0.00507 0 0 0 Tracker initStep + 0 0.0101 0.000818 -2.15e+03 0.00507 0 0 0 Tracker initStep 1 -0.339 0.0159 -2.15e+03 0 0.00507 0.785 0.785 Tracker eIoni ********************************************************************************************************* @@ -4411,15 +4411,15 @@ 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.00724 0.000613 -2.22e+03 0.00233 0 0 0 Tracker initStep - 1 -0.0755 -0.0372 -2.22e+03 0 0.00233 0.207 0.207 Tracker eIoni + 0 0.0075 0.000615 -2.22e+03 0.00233 0 0 0 Tracker initStep + 1 -0.0752 -0.0372 -2.22e+03 0 0.00233 0.207 0.207 Tracker 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 0.00187 0.000202 -2.35e+03 0.00384 0 0 0 Tracker initStep + 0 0.00212 0.000202 -2.35e+03 0.00384 0 0 0 Tracker initStep 1 0.166 0.137 -2.35e+03 0 0.00384 0.481 0.481 Tracker eIoni ********************************************************************************************************* @@ -4427,97 +4427,97 @@ 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.000296 -2.53e-05 -2.42e+03 484 0 0 0 Target initStep - 1 -0.000847 0.00439 -2.42e+03 482 1.05 0.86 0.86 Target eBrem - 2 -0.00137 0.00294 -2.42e+03 474 0.171 0.152 1.01 Target eBrem - 3 -0.00174 0.000584 -2.42e+03 448 0.133 0.141 1.15 Target eBrem - 4 -0.00371 -0.00224 -2.42e+03 428 0.197 0.187 1.34 Target eBrem - 5 -0.00422 -0.00914 -2.42e+03 426 0.737 0.525 1.87 Target eBrem - 6 -0.00114 -0.0127 -2.42e+03 408 0.64 0.469 2.33 Target eBrem - 7 0.00399 -0.0173 -2.41e+03 386 0.468 0.413 2.75 Target eBrem - 8 0.00317 -0.0228 -2.41e+03 385 0.5 0.456 3.2 Target eBrem - 9 0.00317 -0.0252 -2.41e+03 382 0.143 0.0848 3.29 Target eBrem - 10 -0.00115 -0.0339 -2.41e+03 381 0.894 0.745 4.03 Target eBrem - 11 -0.0281 -0.0883 -2.41e+03 221 1.73 1.45 5.49 Target eBrem - 12 -0.0314 -0.105 -2.41e+03 215 0.58 0.535 6.02 Target eIoni - 13 -0.033 -0.113 -2.41e+03 120 0.228 0.172 6.2 Target eBrem - 14 -0.0342 -0.128 -2.41e+03 119 0.774 0.384 6.58 Target eBrem - 15 -0.0348 -0.129 -2.41e+03 118 0.0201 0.019 6.6 Target eBrem - 16 -0.151 -0.204 -2.41e+03 108 2.04 1.56 8.16 Target eBrem - 17 -0.152 -0.204 -2.41e+03 107 0.51 0.35 8.51 Target eBrem - 18 -0.152 -0.203 -2.41e+03 60.8 0.0166 0.0227 8.53 Target eBrem - 19 -0.158 -0.188 -2.41e+03 44.5 0.363 0.331 8.87 Target eBrem - 20 -0.158 -0.186 -2.41e+03 43.4 0.0175 0.0188 8.88 Target eBrem - 21 -0.196 -0.0903 -2.41e+03 42.4 0.755 0.492 9.38 Target eBrem - 22 -0.214 -0.0778 -2.41e+03 40.1 0.122 0.106 9.48 Target eIoni - 23 -0.282 -0.0409 -2.41e+03 32.5 0.373 0.389 9.87 Target eBrem - 24 -0.301 -0.011 -2.41e+03 29.8 0.233 0.251 10.1 Target eBrem - 25 -0.292 0.113 -2.41e+03 28.9 0.654 0.575 10.7 Target eBrem - 26 -0.272 0.153 -2.41e+03 28.2 0.0908 0.0844 10.8 Target eBrem - 27 -0.038 0.787 -2.41e+03 20.7 1.45 1.08 11.9 Target eBrem - 28 1.63 1.78 -2.4e+03 14.3 4.98 4.26 16.1 Target eIoni - 29 1.6 1.85 -2.4e+03 5.85 0.0985 0.0927 16.2 Target eBrem - 30 1.36 1.87 -2.4e+03 4.43 0.319 0.292 16.5 Target eBrem - 31 1.32 3.66 -2.4e+03 1.96 2.47 2.1 18.6 Target eIoni - 32 1.62 2.39 -2.4e+03 0.392 1.56 1.39 20 Target eIoni - 33 1.63 2.39 -2.4e+03 0 0.392 0.218 20.2 Target eIoni + 0 -4.02e-05 -1.99e-05 -2.42e+03 484 0 0 0 Target initStep + 1 0.00427 -0.000617 -2.42e+03 482 1.05 0.86 0.86 Target eBrem + 2 0.00409 -0.00219 -2.42e+03 474 0.171 0.152 1.01 Target eBrem + 3 0.00344 -0.00442 -2.42e+03 448 0.133 0.141 1.15 Target eBrem + 4 0.00337 -0.00646 -2.42e+03 428 0.197 0.187 1.34 Target eBrem + 5 0.00476 -0.00959 -2.42e+03 426 0.737 0.525 1.87 Target eBrem + 6 0.00754 -0.0134 -2.42e+03 408 0.64 0.469 2.33 Target eBrem + 7 0.0103 -0.016 -2.41e+03 386 0.468 0.413 2.75 Target eBrem + 8 0.0108 -0.0222 -2.41e+03 385 0.5 0.456 3.2 Target eBrem + 9 0.011 -0.0242 -2.41e+03 382 0.143 0.0848 3.29 Target eBrem + 10 0.00344 -0.0437 -2.41e+03 381 0.894 0.745 4.03 Target eBrem + 11 -0.0398 -0.0895 -2.41e+03 221 1.73 1.45 5.49 Target eBrem + 12 -0.042 -0.111 -2.41e+03 215 0.58 0.535 6.02 Target eIoni + 13 -0.0438 -0.12 -2.41e+03 120 0.228 0.172 6.2 Target eBrem + 14 -0.0529 -0.139 -2.41e+03 119 0.774 0.384 6.58 Target eBrem + 15 -0.0534 -0.139 -2.41e+03 118 0.0201 0.019 6.6 Target eBrem + 16 -0.0184 -0.207 -2.41e+03 108 2.04 1.56 8.16 Target eBrem + 17 -0.0205 -0.205 -2.41e+03 107 0.51 0.35 8.51 Target eBrem + 18 -0.0206 -0.205 -2.41e+03 60.8 0.0166 0.0227 8.53 Target eBrem + 19 -0.0258 -0.19 -2.41e+03 44.5 0.363 0.331 8.87 Target eBrem + 20 -0.0262 -0.187 -2.41e+03 43.4 0.0175 0.0188 8.88 Target eBrem + 21 -0.0639 -0.0915 -2.41e+03 42.4 0.755 0.492 9.38 Target eBrem + 22 -0.082 -0.079 -2.41e+03 40.1 0.122 0.106 9.48 Target eIoni + 23 -0.15 -0.0421 -2.41e+03 32.5 0.373 0.389 9.87 Target eBrem + 24 -0.169 -0.0122 -2.41e+03 29.8 0.233 0.251 10.1 Target eBrem + 25 -0.16 0.111 -2.41e+03 28.9 0.654 0.575 10.7 Target eBrem + 26 -0.14 0.152 -2.41e+03 28.2 0.0908 0.0844 10.8 Target eBrem + 27 0.0938 0.786 -2.41e+03 20.7 1.45 1.08 11.9 Target eBrem + 28 1.76 1.78 -2.4e+03 14.3 4.98 4.26 16.1 Target eIoni + 29 1.74 1.84 -2.4e+03 5.85 0.0985 0.0927 16.2 Target eBrem + 30 1.49 1.87 -2.4e+03 4.43 0.319 0.292 16.5 Target eBrem + 31 1.45 3.66 -2.4e+03 1.96 2.47 2.1 18.6 Target eIoni + 32 1.76 2.39 -2.4e+03 0.392 1.56 1.39 20 Target eIoni + 33 1.77 2.39 -2.4e+03 0 0.392 0.218 20.2 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 190, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.63 1.78 -2.4e+03 1.47 0 0 0 Target initStep - 1 1.59 1.79 -2.4e+03 0 1.47 0.903 0.903 Target eBrem + 0 1.76 1.78 -2.4e+03 1.47 0 0 0 Target initStep + 1 1.72 1.79 -2.4e+03 0 1.47 0.903 0.903 Target eBrem ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 184, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.214 -0.0778 -2.41e+03 2.21 0 0 0 Target initStep - 1 0.373 -1.1 -2.41e+03 0.603 1.61 1.5 1.5 Target eIoni - 2 0.39 -1.08 -2.41e+03 0 0.603 0.39 1.89 Target eIoni + 0 -0.082 -0.079 -2.41e+03 2.21 0 0 0 Target initStep + 1 0.505 -1.1 -2.41e+03 0.603 1.61 1.5 1.5 Target eIoni + 2 0.522 -1.08 -2.41e+03 0 0.603 0.39 1.89 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 174, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0314 -0.105 -2.41e+03 5.5 0 0 0 Target initStep - 1 0.0218 -0.022 -2.41e+03 5.18 0.143 0.151 0.151 Target eBrem - 2 -0.669 0.595 -2.41e+03 3.43 1.49 1.29 1.44 Target eBrem - 3 -0.457 1.11 -2.41e+03 2.06 1.25 0.866 2.31 Target eBrem - 4 -0.412 1.14 -2.41e+03 1.72 0.0945 0.0614 2.37 Target eBrem - 5 -0.262 1.08 -2.41e+03 0.895 0.61 0.644 3.02 Target eBrem - 6 -0.23 1.04 -2.41e+03 0 0.895 0.64 3.66 Target eIoni + 0 -0.042 -0.111 -2.41e+03 5.5 0 0 0 Target initStep + 1 0.0111 -0.028 -2.41e+03 5.18 0.143 0.151 0.151 Target eBrem + 2 -0.68 0.589 -2.41e+03 3.43 1.49 1.29 1.44 Target eBrem + 3 -0.467 1.11 -2.41e+03 2.06 1.25 0.866 2.31 Target eBrem + 4 -0.423 1.14 -2.41e+03 1.72 0.0945 0.0614 2.37 Target eBrem + 5 -0.273 1.07 -2.41e+03 0.895 0.61 0.644 3.02 Target eBrem + 6 -0.241 1.03 -2.41e+03 0 0.895 0.64 3.66 Target 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 -0.000316 -3.82e-05 -2.42e+03 1.34 0 0 0 Target initStep - 1 0.2 0.0464 -2.42e+03 0.664 0.335 0.354 0.354 Target eBrem - 2 0.21 0.0723 -2.42e+03 0 0.664 0.442 0.796 Target eIoni + 0 -7.23e-05 -3.4e-05 -2.42e+03 1.34 0 0 0 Target initStep + 1 0.201 0.0464 -2.42e+03 0.664 0.335 0.354 0.354 Target eBrem + 2 0.211 0.0723 -2.42e+03 0 0.664 0.442 0.796 Target 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 -0.000411 1.49e-06 -2.42e+03 2.56 0 0 0 Target initStep - 1 0.0378 -0.0949 -2.42e+03 1.64 0.24 0.205 0.205 Target eBrem - 2 0.0506 -0.157 -2.42e+03 0.523 0.083 0.0909 0.296 Target eBrem - 3 0.0505 -0.135 -2.42e+03 0 0.523 0.323 0.619 Target eIoni + 0 -0.000137 -7.63e-05 -2.42e+03 2.56 0 0 0 Target initStep + 1 0.0381 -0.095 -2.42e+03 1.64 0.24 0.205 0.205 Target eBrem + 2 0.0509 -0.157 -2.42e+03 0.523 0.083 0.0909 0.296 Target eBrem + 3 0.0508 -0.136 -2.42e+03 0 0.523 0.323 0.619 Target 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 -0.000139 -3.66e-05 -2.43e+03 2.29 0 0 0 Target initStep - 1 -0.0882 -0.0882 -2.43e+03 1.76 0.3 0.342 0.342 Target eBrem + 0 -0.000107 -0.000134 -2.43e+03 2.29 0 0 0 Target initStep + 1 -0.0881 -0.0883 -2.43e+03 1.76 0.3 0.342 0.342 Target eBrem 2 -0.112 -0.127 -2.43e+03 1.54 0.104 0.116 0.458 Target eBrem 3 0.663 0.578 -2.43e+03 0.308 1.23 1.17 1.63 Target eIoni 4 0.661 0.576 -2.43e+03 0 0.308 0.155 1.78 Target eIoni @@ -4527,15 +4527,15 @@ 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 -3.9e-05 -3.21e-05 -2.53e+03 0.00214 0 0 0 World initStep - 1 -0.00192 -0.0783 -2.53e+03 0 0.00214 0.18 0.18 World eIoni + 0 -8.08e-05 -2.71e-05 -2.53e+03 0.00214 0 0 0 World initStep + 1 -0.00196 -0.0783 -2.53e+03 0 0.00214 0.18 0.18 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 -1.45e-05 -9.1e-06 -2.6e+03 0.00132 0 0 0 World initStep + 0 -5.44e-05 -3.77e-06 -2.6e+03 0.00132 0 0 0 World initStep 1 0.021 -0.0291 -2.6e+03 0 0.00132 0.0857 0.0857 World eIoni ********************************************************************************************************* @@ -4543,7 +4543,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.72e-05 8e-06 -2.71e+03 0.0026 0 0 0 World initStep + 0 -1.91e-05 5.93e-06 -2.71e+03 0.0026 0 0 0 World initStep 1 -0.0249 -0.107 -2.71e+03 0 0.0026 0.248 0.248 World eIoni ********************************************************************************************************* @@ -4551,7 +4551,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.83e-07 -1.86e-07 -2.91e+03 0.00106 0 0 0 World initStep + 0 -2.42e-07 -9.79e-08 -2.91e+03 0.00106 0 0 0 World initStep 1 0.0184 0.0172 -2.91e+03 0 0.00106 0.0618 0.0618 World eIoni ********************************************************************************************************* @@ -4575,23 +4575,23 @@ 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.0882 -0.0882 -2.43e+03 0.234 0 0 0 Target initStep - 1 -0.0539 -0.0921 -2.43e+03 0 0.088 0.0425 0.0425 Target phot + 0 -0.0881 -0.0883 -2.43e+03 0.234 0 0 0 Target initStep + 1 -0.0539 -0.0922 -2.43e+03 0 0.088 0.0425 0.0425 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 204, Parent ID = 201 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0539 -0.0921 -2.43e+03 0.146 0 0 0 Target initStep - 1 -0.0514 -0.0901 -2.43e+03 0 0.146 0.05 0.05 Target eIoni + 0 -0.0539 -0.0922 -2.43e+03 0.146 0 0 0 Target initStep + 1 -0.0513 -0.0902 -2.43e+03 0 0.146 0.05 0.05 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 200, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0506 -0.157 -2.42e+03 1.03 0 0 0 Target initStep + 0 0.0509 -0.157 -2.42e+03 1.03 0 0 0 Target initStep 1 3.56 5.22 -2.43e+03 0.926 0 6.81 6.81 Target compt 2 3.58 5.31 -2.43e+03 0.226 0 0.11 6.92 Target compt 3 3.5 5.28 -2.43e+03 0 0.088 0.157 7.07 Target phot @@ -4625,7 +4625,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0378 -0.0949 -2.42e+03 0.677 0 0 0 Target initStep + 0 0.0381 -0.095 -2.42e+03 0.677 0 0 0 Target initStep 1 -1.18 -2.99 -2.42e+03 0.464 0 3.24 3.24 Target compt 2 -0.352 -4.54 -2.42e+03 0 0.088 1.81 5.05 Target phot @@ -4650,7 +4650,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.2 0.0464 -2.42e+03 0.34 0 0 0 Target initStep + 0 0.201 0.0464 -2.42e+03 0.34 0 0 0 Target initStep 1 1.37 2.83 -2.42e+03 0.25 0 3.17 3.17 Target compt 2 0.938 3.26 -2.42e+03 0 0.088 0.667 3.84 Target phot @@ -4660,7 +4660,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.938 3.26 -2.42e+03 0.162 0 0 0 Target initStep - 1 0.937 3.26 -2.42e+03 0 0.162 0.0586 0.0586 Target eIoni + 1 0.938 3.26 -2.42e+03 0 0.162 0.0586 0.0586 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 210, Parent ID = 198 @@ -4675,106 +4675,106 @@ 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.262 1.08 -2.41e+03 0.215 0 0 0 Target initStep - 1 0.835 0.776 -2.41e+03 0 0.088 1.24 1.24 Target phot + 0 -0.273 1.07 -2.41e+03 0.215 0 0 0 Target initStep + 1 0.824 0.77 -2.41e+03 0 0.088 1.24 1.24 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 212, Parent ID = 197 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.835 0.776 -2.41e+03 0.127 0 0 0 Target initStep - 1 0.837 0.775 -2.41e+03 0 0.127 0.04 0.04 Target eIoni + 0 0.824 0.77 -2.41e+03 0.127 0 0 0 Target initStep + 1 0.826 0.769 -2.41e+03 0 0.127 0.04 0.04 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 196, Parent ID = 174 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.412 1.14 -2.41e+03 0.241 0 0 0 Target initStep - 1 2.48 2.03 -2.41e+03 0.224 0 3.02 3.02 Target compt - 2 2.92 1.9 -2.41e+03 0.218 0 0.463 3.49 Target compt - 3 3.05 1.85 -2.41e+03 0 0.088 0.147 3.63 Target phot + 0 -0.423 1.14 -2.41e+03 0.241 0 0 0 Target initStep + 1 2.47 2.03 -2.41e+03 0.224 0 3.02 3.02 Target compt + 2 2.91 1.9 -2.41e+03 0.218 0 0.463 3.49 Target compt + 3 3.04 1.84 -2.41e+03 0 0.088 0.147 3.63 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 215, Parent ID = 196 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.05 1.85 -2.41e+03 0.13 0 0 0 Target initStep - 1 3.05 1.85 -2.41e+03 0 0.13 0.0417 0.0417 Target eIoni + 0 3.04 1.84 -2.41e+03 0.13 0 0 0 Target initStep + 1 3.04 1.85 -2.41e+03 0 0.13 0.0417 0.0417 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 214, Parent ID = 196 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.92 1.9 -2.41e+03 0.00563 0 0 0 Target initStep - 1 2.92 1.9 -2.41e+03 0 0.00563 0.000308 0.000308 Target eIoni + 0 2.91 1.9 -2.41e+03 0.00563 0 0 0 Target initStep + 1 2.91 1.9 -2.41e+03 0 0.00563 0.000308 0.000308 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 213, Parent ID = 196 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.48 2.03 -2.41e+03 0.0177 0 0 0 Target initStep - 1 2.48 2.03 -2.41e+03 0 0.0177 0.00168 0.00168 Target eIoni + 0 2.47 2.03 -2.41e+03 0.0177 0 0 0 Target initStep + 1 2.47 2.03 -2.41e+03 0 0.0177 0.00168 0.00168 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 195, Parent ID = 174 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.457 1.11 -2.41e+03 0.132 0 0 0 Target initStep - 1 -0.335 1.16 -2.41e+03 0 0.088 0.13 0.13 Target phot + 0 -0.467 1.11 -2.41e+03 0.132 0 0 0 Target initStep + 1 -0.345 1.15 -2.41e+03 0 0.088 0.13 0.13 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 216, Parent ID = 195 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.335 1.16 -2.41e+03 0.0443 0 0 0 Target initStep - 1 -0.334 1.16 -2.41e+03 0 0.0443 0.00732 0.00732 Target eIoni + 0 -0.345 1.15 -2.41e+03 0.0443 0 0 0 Target initStep + 1 -0.345 1.15 -2.41e+03 0 0.0443 0.00732 0.00732 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 194, Parent ID = 174 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.669 0.595 -2.41e+03 0.257 0 0 0 Target initStep - 1 -2.53 4.92 -2.41e+03 0 0.088 4.77 4.77 Target phot + 0 -0.68 0.589 -2.41e+03 0.257 0 0 0 Target initStep + 1 -2.54 4.91 -2.41e+03 0 0.088 4.77 4.77 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 217, Parent ID = 194 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.53 4.92 -2.41e+03 0.169 0 0 0 Target initStep - 1 -2.54 4.92 -2.41e+03 0 0.169 0.0626 0.0626 Target eIoni + 0 -2.54 4.91 -2.41e+03 0.169 0 0 0 Target initStep + 1 -2.55 4.91 -2.41e+03 0 0.169 0.0626 0.0626 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 193, Parent ID = 174 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0218 -0.022 -2.41e+03 0.18 0 0 0 Target initStep - 1 -0.244 0.816 -2.41e+03 0 0.088 0.953 0.953 Target phot + 0 0.0111 -0.028 -2.41e+03 0.18 0 0 0 Target initStep + 1 -0.255 0.81 -2.41e+03 0 0.088 0.953 0.953 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 218, Parent ID = 193 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.244 0.816 -2.41e+03 0.0921 0 0 0 Target initStep - 1 -0.245 0.817 -2.41e+03 0 0.0921 0.024 0.024 Target eIoni + 0 -0.255 0.81 -2.41e+03 0.0921 0 0 0 Target initStep + 1 -0.256 0.811 -2.41e+03 0 0.0921 0.024 0.024 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 192, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.36 1.87 -2.4e+03 1.1 0 0 0 Target initStep - 1 -2.31 2.74 -2.4e+03 1.1 0 4.48 4.48 Tracker Transportation + 0 1.49 1.87 -2.4e+03 1.1 0 0 0 Target initStep + 1 -2.18 2.74 -2.4e+03 1.1 0 4.48 4.48 Tracker Transportation 2 -2.34e+03 552 -861 1.1 0 2.85e+03 2.85e+03 World Transportation 3 -2.94e+03 695 -463 1.1 0 738 3.59e+03 OutOfWorld Transportation @@ -4783,9 +4783,9 @@ 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 1.6 1.85 -2.4e+03 8.32 0 0 0 Target initStep - 1 -0.648 3.68 -2.4e+03 8.32 0 3.87 3.87 Tracker Transportation - 2 -1.86e+03 1.52e+03 -294 8.32 0 3.19e+03 3.19e+03 World Transportation + 0 1.74 1.84 -2.4e+03 8.32 0 0 0 Target initStep + 1 -0.515 3.68 -2.4e+03 8.32 0 3.87 3.87 Tracker Transportation + 2 -1.86e+03 1.52e+03 -294 8.32 0 3.19e+03 3.2e+03 World Transportation 3 -2.94e+03 2.4e+03 931 8.32 0 1.86e+03 5.05e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -4793,8 +4793,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.038 0.787 -2.41e+03 5.99 0 0 0 Target initStep - 1 0.464 5.27 -2.4e+03 5.99 0 7.54 7.54 Tracker Transportation + 0 0.0938 0.786 -2.41e+03 5.99 0 0 0 Target initStep + 1 0.595 5.27 -2.4e+03 5.99 0 7.53 7.53 Tracker Transportation 2 267 2.39e+03 807 5.99 0 4e+03 4.01e+03 World Transportation 3 329 2.94e+03 1.55e+03 5.99 0 933 4.94e+03 OutOfWorld Transportation @@ -4803,44 +4803,44 @@ 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.272 0.153 -2.41e+03 0.679 0 0 0 Target initStep - 1 0.0429 0.629 -2.41e+03 0 0.088 1.15 1.15 Target phot + 0 -0.14 0.152 -2.41e+03 0.679 0 0 0 Target initStep + 1 0.175 0.628 -2.41e+03 0 0.088 1.15 1.15 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 219, Parent ID = 188 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0429 0.629 -2.41e+03 0.591 0 0 0 Target initStep - 1 0.0629 0.638 -2.41e+03 0 0.591 0.38 0.38 Target eIoni + 0 0.175 0.628 -2.41e+03 0.591 0 0 0 Target initStep + 1 0.195 0.637 -2.41e+03 0 0.591 0.38 0.38 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 187, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.292 0.113 -2.41e+03 0.225 0 0 0 Target initStep - 1 -0.157 0.453 -2.41e+03 0 0.088 0.737 0.737 Target phot + 0 -0.16 0.111 -2.41e+03 0.225 0 0 0 Target initStep + 1 -0.0256 0.451 -2.41e+03 0 0.088 0.737 0.737 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 220, Parent ID = 187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.157 0.453 -2.41e+03 0.137 0 0 0 Target initStep - 1 -0.156 0.451 -2.41e+03 0 0.137 0.0452 0.0452 Target eIoni + 0 -0.0256 0.451 -2.41e+03 0.137 0 0 0 Target initStep + 1 -0.0244 0.45 -2.41e+03 0 0.137 0.0452 0.0452 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 186, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.301 -0.011 -2.41e+03 2.43 0 0 0 Target initStep - 1 -0.984 2.26 -2.4e+03 2.43 0 7.87 7.87 Tracker Transportation - 2 -64.7 214 -1.7e+03 2.43 0 734 742 Chamber Transportation - 3 -69.4 230 -1.65e+03 2.43 0 55.2 797 Tracker Transportation + 0 -0.169 -0.0122 -2.41e+03 2.43 0 0 0 Target initStep + 1 -0.852 2.26 -2.4e+03 2.43 0 7.87 7.87 Tracker Transportation + 2 -64.5 214 -1.7e+03 2.43 0 734 742 Chamber Transportation + 3 -69.3 230 -1.65e+03 2.43 0 55.3 797 Tracker Transportation 4 -137 456 -900 2.43 0 784 1.58e+03 Chamber Transportation - 5 -156 516 -700 2.43 0 210 1.79e+03 Tracker Transportation + 5 -155 516 -700 2.43 0 210 1.79e+03 Tracker Transportation 6 -210 697 -100 2.43 0 629 2.42e+03 Chamber Transportation 7 -228 758 100 2.43 0 210 2.63e+03 Tracker Transportation 8 -283 939 700 2.43 0 629 3.26e+03 Chamber Transportation @@ -4855,8 +4855,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.282 -0.0409 -2.41e+03 7.21 0 0 0 Target initStep - 1 -1.45 1.52 -2.4e+03 7.21 0 8 8 Tracker Transportation + 0 -0.15 -0.0421 -2.41e+03 7.21 0 0 0 Target initStep + 1 -1.32 1.52 -2.4e+03 7.21 0 8 8 Tracker Transportation 2 -107 143 -1.7e+03 7.21 0 722 730 Chamber Transportation 3 -137 183 -1.5e+03 7.21 0 206 936 Tracker Transportation 4 -228 304 -900 7.21 0 619 1.55e+03 Chamber Transportation @@ -4875,32 +4875,32 @@ 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.196 -0.0903 -2.41e+03 0.29 0 0 0 Target initStep - 1 -0.333 -0.00607 -2.41e+03 0 0.088 0.7 0.7 Target phot + 0 -0.0639 -0.0915 -2.41e+03 0.29 0 0 0 Target initStep + 1 -0.201 -0.00726 -2.41e+03 0 0.088 0.7 0.7 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 221, Parent ID = 183 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.333 -0.00607 -2.41e+03 0.202 0 0 0 Target initStep - 1 -0.331 -0.00685 -2.41e+03 0 0.202 0.0829 0.0829 Target eIoni + 0 -0.201 -0.00726 -2.41e+03 0.202 0 0 0 Target initStep + 1 -0.199 -0.00804 -2.41e+03 0 0.202 0.0829 0.0829 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.158 -0.186 -2.41e+03 1.1 0 0 0 Target initStep - 1 -0.488 0.989 -2.4e+03 1.1 0 8.8 8.8 Tracker Transportation - 2 -27 95.3 -1.7e+03 1.1 0 707 716 Chamber Transportation - 3 -34.6 122 -1.5e+03 1.1 0 202 918 Tracker Transportation - 4 -57.3 203 -900 1.1 0 606 1.52e+03 Chamber Transportation - 5 -64.9 230 -700 1.1 0 202 1.73e+03 Tracker Transportation - 6 -87.6 311 -100 1.1 0 606 2.33e+03 Chamber Transportation - 7 -95.2 338 100 1.1 0 202 2.53e+03 Tracker Transportation + 0 -0.0262 -0.187 -2.41e+03 1.1 0 0 0 Target initStep + 1 -0.357 0.988 -2.4e+03 1.1 0 8.8 8.8 Tracker Transportation + 2 -26.9 95.3 -1.7e+03 1.1 0 707 716 Chamber Transportation + 3 -34.5 122 -1.5e+03 1.1 0 202 918 Tracker Transportation + 4 -57.2 203 -900 1.1 0 606 1.52e+03 Chamber Transportation + 5 -64.8 230 -700 1.1 0 202 1.73e+03 Tracker Transportation + 6 -87.5 311 -100 1.1 0 606 2.33e+03 Chamber Transportation + 7 -95.1 338 100 1.1 0 202 2.53e+03 Tracker Transportation 8 -118 419 700 1.1 0 606 3.14e+03 Chamber Transportation - 9 -126 446 900 1.1 0 202 3.34e+03 Tracker Transportation + 9 -125 446 900 1.1 0 202 3.34e+03 Tracker Transportation 10 -148 527 1.5e+03 1.1 0 606 3.95e+03 Chamber Transportation 11 -156 554 1.7e+03 1.1 0 202 4.15e+03 Tracker Transportation 12 -182 648 2.4e+03 1.1 0 707 4.86e+03 World Transportation @@ -4911,18 +4911,18 @@ 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.158 -0.188 -2.41e+03 15.9 0 0 0 Target initStep - 1 -0.403 0.892 -2.4e+03 15.9 0 8.81 8.81 Tracker Transportation - 2 -20.1 87.5 -1.7e+03 15.9 0 706 714 Chamber Transportation - 3 -25.7 112 -1.5e+03 15.9 0 202 916 Tracker Transportation - 4 -42.6 186 -900 15.9 0 605 1.52e+03 Chamber Transportation - 5 -48.2 211 -700 15.9 0 202 1.72e+03 Tracker Transportation - 6 -65 285 -100 15.9 0 605 2.33e+03 Chamber Transportation - 7 -70.7 310 100 15.9 0 202 2.53e+03 Tracker Transportation - 8 -87.5 384 700 15.9 0 605 3.13e+03 Chamber Transportation - 9 -93.1 409 900 15.9 0 202 3.34e+03 Tracker Transportation + 0 -0.0258 -0.19 -2.41e+03 15.9 0 0 0 Target initStep + 1 -0.271 0.891 -2.4e+03 15.9 0 8.81 8.81 Tracker Transportation + 2 -19.9 87.5 -1.7e+03 15.9 0 706 714 Chamber Transportation + 3 -25.6 112 -1.5e+03 15.9 0 202 916 Tracker Transportation + 4 -42.4 186 -900 15.9 0 605 1.52e+03 Chamber Transportation + 5 -48 211 -700 15.9 0 202 1.72e+03 Tracker Transportation + 6 -64.9 285 -100 15.9 0 605 2.33e+03 Chamber Transportation + 7 -70.5 310 100 15.9 0 202 2.53e+03 Tracker Transportation + 8 -87.4 384 700 15.9 0 605 3.13e+03 Chamber Transportation + 9 -93 409 900 15.9 0 202 3.34e+03 Tracker Transportation 10 -110 483 1.5e+03 15.9 0 605 3.94e+03 Chamber Transportation - 11 -116 508 1.7e+03 15.9 0 202 4.14e+03 Tracker Transportation + 11 -115 508 1.7e+03 15.9 0 202 4.14e+03 Tracker Transportation 12 -135 595 2.4e+03 15.9 0 706 4.85e+03 World Transportation 13 -150 661 2.94e+03 15.9 0 544 5.39e+03 OutOfWorld Transportation @@ -4931,152 +4931,152 @@ 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.152 -0.203 -2.41e+03 46.5 0 0 0 Target initStep - 1 -0.142 0.134 -2.4e+03 46.5 0 9.07 9.07 Tracker Transportation - 2 0.687 26.2 -1.7e+03 46.5 0 700 710 Chamber Transportation - 3 0.924 33.6 -1.5e+03 46.5 0 200 910 Tracker Transportation - 4 1.63 56 -900 46.5 0 600 1.51e+03 Chamber Transportation - 5 1.87 63.4 -700 46.5 0 200 1.71e+03 Tracker Transportation - 6 2.58 85.7 -100 46.5 0 600 2.31e+03 Chamber Transportation - 7 2.82 93.2 100 46.5 0 200 2.51e+03 Tracker Transportation - 8 3.53 116 700 46.5 0 600 3.11e+03 Chamber Transportation - 9 3.77 123 900 46.5 0 200 3.31e+03 Tracker Transportation - 10 4.48 145 1.5e+03 46.5 0 600 3.91e+03 Chamber Transportation - 11 4.71 153 1.7e+03 46.5 0 200 4.11e+03 Tracker Transportation - 12 5.54 179 2.4e+03 46.5 0 700 4.81e+03 World Transportation - 13 6.18 199 2.94e+03 46.5 0 540 5.35e+03 OutOfWorld Transportation + 0 -0.0206 -0.205 -2.41e+03 46.5 0 0 0 Target initStep + 1 -0.00987 0.133 -2.4e+03 46.5 0 9.07 9.07 Tracker Transportation + 2 0.819 26.2 -1.7e+03 46.5 0 700 710 Chamber Transportation + 3 1.06 33.6 -1.5e+03 46.5 0 200 910 Tracker Transportation + 4 1.77 56 -900 46.5 0 600 1.51e+03 Chamber Transportation + 5 2 63.4 -700 46.5 0 200 1.71e+03 Tracker Transportation + 6 2.71 85.7 -100 46.5 0 600 2.31e+03 Chamber Transportation + 7 2.95 93.2 100 46.5 0 200 2.51e+03 Tracker Transportation + 8 3.66 116 700 46.5 0 600 3.11e+03 Chamber Transportation + 9 3.9 123 900 46.5 0 200 3.31e+03 Tracker Transportation + 10 4.61 145 1.5e+03 46.5 0 600 3.91e+03 Chamber Transportation + 11 4.85 153 1.7e+03 46.5 0 200 4.11e+03 Tracker Transportation + 12 5.68 179 2.4e+03 46.5 0 700 4.81e+03 World Transportation + 13 6.32 199 2.94e+03 46.5 0 540 5.35e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 179, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.152 -0.204 -2.41e+03 0.456 0 0 0 Target initStep - 1 -0.209 -0.18 -2.41e+03 0 0.088 3.16 3.16 Target phot + 0 -0.0205 -0.205 -2.41e+03 0.456 0 0 0 Target initStep + 1 -0.0769 -0.182 -2.41e+03 0 0.088 3.16 3.16 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 222, Parent ID = 179 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.209 -0.18 -2.41e+03 0.368 0 0 0 Target initStep - 1 -0.169 -0.0782 -2.41e+03 0.164 0.205 0.133 0.133 Target eBrem - 2 -0.166 -0.0797 -2.41e+03 0 0.164 0.0597 0.193 Target eIoni + 0 -0.0769 -0.182 -2.41e+03 0.368 0 0 0 Target initStep + 1 -0.0375 -0.0797 -2.41e+03 0.164 0.205 0.133 0.133 Target eBrem + 2 -0.0338 -0.0811 -2.41e+03 0 0.164 0.0597 0.193 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 178, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.151 -0.204 -2.41e+03 7.91 0 0 0 Target initStep - 1 -0.154 -0.195 -2.41e+03 2.31 0 2.15 2.15 Target compt - 2 -0.0222 1.52 -2.4e+03 0.415 0 3.18 5.32 Target compt - 3 0.426 1.34 -2.4e+03 0 0.088 0.488 5.81 Target phot + 0 -0.0184 -0.207 -2.41e+03 7.91 0 0 0 Target initStep + 1 -0.021 -0.198 -2.41e+03 2.31 0 2.15 2.15 Target compt + 2 0.11 1.51 -2.4e+03 0.415 0 3.18 5.32 Target compt + 3 0.559 1.34 -2.4e+03 0 0.088 0.488 5.81 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 225, Parent ID = 178 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.426 1.34 -2.4e+03 0.327 0 0 0 Target initStep - 1 0.432 1.33 -2.4e+03 0 0.327 0.169 0.169 Target eIoni + 0 0.559 1.34 -2.4e+03 0.327 0 0 0 Target initStep + 1 0.565 1.33 -2.4e+03 0 0.327 0.169 0.169 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 224, Parent ID = 178 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0222 1.52 -2.4e+03 1.9 0 0 0 Target initStep - 1 -0.34 1.64 -2.4e+03 1.29 0.495 0.492 0.492 Target eBrem - 2 -0.348 1.72 -2.4e+03 0 1.29 0.983 1.48 Target eIoni + 0 0.11 1.51 -2.4e+03 1.9 0 0 0 Target initStep + 1 -0.207 1.63 -2.4e+03 1.29 0.495 0.492 0.492 Target eBrem + 2 -0.215 1.72 -2.4e+03 0 1.29 0.983 1.48 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 223, Parent ID = 178 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.154 -0.195 -2.41e+03 5.6 0 0 0 Target initStep - 1 1.24 -0.418 -2.41e+03 2.56 2.78 2.12 2.12 Target eBrem - 2 0.3 0.0429 -2.41e+03 0.557 2 1.62 3.74 Target eIoni - 3 0.127 0.103 -2.41e+03 0.0146 0.217 0.192 3.93 Target eBrem - 4 0.127 0.103 -2.41e+03 0 0.0146 0.00125 3.93 Target eIoni + 0 -0.021 -0.198 -2.41e+03 5.6 0 0 0 Target initStep + 1 1.37 -0.42 -2.41e+03 2.56 2.78 2.12 2.12 Target eBrem + 2 0.433 0.0403 -2.41e+03 0.557 2 1.62 3.74 Target eIoni + 3 0.26 0.101 -2.41e+03 0.0146 0.217 0.192 3.93 Target eBrem + 4 0.26 0.101 -2.41e+03 0 0.0146 0.00125 3.93 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 228, Parent ID = 223 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.127 0.103 -2.41e+03 0.326 0 0 0 Target initStep - 1 0.804 -2.77 -2.41e+03 0.313 0 3.02 3.02 Target compt - 2 0.878 -5.4 -2.41e+03 0.152 0 3.04 6.06 Target compt - 3 0.578 -5.18 -2.41e+03 0 0.088 0.555 6.61 Target phot + 0 0.26 0.101 -2.41e+03 0.326 0 0 0 Target initStep + 1 0.937 -2.77 -2.41e+03 0.313 0 3.02 3.02 Target compt + 2 1.01 -5.41 -2.41e+03 0.152 0 3.04 6.06 Target compt + 3 0.711 -5.18 -2.41e+03 0 0.088 0.555 6.61 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 231, Parent ID = 228 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.578 -5.18 -2.41e+03 0.064 0 0 0 Target initStep - 1 0.577 -5.18 -2.41e+03 0 0.064 0.0133 0.0133 Target eIoni + 0 0.711 -5.18 -2.41e+03 0.064 0 0 0 Target initStep + 1 0.71 -5.18 -2.41e+03 0 0.064 0.0133 0.0133 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 230, Parent ID = 228 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.878 -5.4 -2.41e+03 0.161 0 0 0 Target initStep - 1 0.879 -5.41 -2.41e+03 0 0.161 0.0581 0.0581 Target eIoni + 0 1.01 -5.41 -2.41e+03 0.161 0 0 0 Target initStep + 1 1.01 -5.41 -2.41e+03 0 0.161 0.0581 0.0581 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 229, Parent ID = 228 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.804 -2.77 -2.41e+03 0.013 0 0 0 Target initStep - 1 0.804 -2.77 -2.41e+03 0 0.013 0.00104 0.00104 Target eIoni + 0 0.937 -2.77 -2.41e+03 0.013 0 0 0 Target initStep + 1 0.937 -2.77 -2.41e+03 0 0.013 0.00104 0.00104 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 227, Parent ID = 223 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.24 -0.418 -2.41e+03 0.253 0 0 0 Target initStep - 1 1.33 -0.565 -2.41e+03 0 0.088 0.409 0.409 Target phot + 0 1.37 -0.42 -2.41e+03 0.253 0 0 0 Target initStep + 1 1.47 -0.568 -2.41e+03 0 0.088 0.409 0.409 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 232, Parent ID = 227 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.33 -0.565 -2.41e+03 0.165 0 0 0 Target initStep - 1 1.33 -0.564 -2.41e+03 0 0.165 0.0603 0.0603 Target eIoni + 0 1.47 -0.568 -2.41e+03 0.165 0 0 0 Target initStep + 1 1.47 -0.567 -2.41e+03 0 0.165 0.0603 0.0603 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 226, Parent ID = 224 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.34 1.64 -2.4e+03 0.111 0 0 0 Target initStep - 1 -0.37 1.93 -2.4e+03 0 0.088 0.295 0.295 Target phot + 0 -0.207 1.63 -2.4e+03 0.111 0 0 0 Target initStep + 1 -0.237 1.92 -2.4e+03 0 0.088 0.295 0.295 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 233, Parent ID = 226 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.37 1.93 -2.4e+03 0.0234 0 0 0 Target initStep - 1 -0.37 1.93 -2.4e+03 0 0.0234 0.00261 0.00261 Target eIoni + 0 -0.237 1.92 -2.4e+03 0.0234 0 0 0 Target initStep + 1 -0.237 1.92 -2.4e+03 0 0.0234 0.00261 0.00261 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 177, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0348 -0.129 -2.41e+03 0.779 0 0 0 Target initStep - 1 -0.344 -0.678 -2.4e+03 0.779 0 11 11 Tracker Transportation - 2 -20 -35.6 -1.7e+03 0.779 0 701 712 Chamber Transportation + 0 -0.0534 -0.139 -2.41e+03 0.779 0 0 0 Target initStep + 1 -0.363 -0.688 -2.4e+03 0.779 0 11 11 Tracker Transportation + 2 -20.1 -35.6 -1.7e+03 0.779 0 701 712 Chamber Transportation 3 -25.7 -45.5 -1.5e+03 0.779 0 200 912 Tracker Transportation - 4 -42.6 -75.4 -900 0.779 0 601 1.51e+03 Chamber Transportation + 4 -42.6 -75.5 -900 0.779 0 601 1.51e+03 Chamber Transportation 5 -48.2 -85.4 -700 0.779 0 200 1.71e+03 Tracker Transportation 6 -65.1 -115 -100 0.779 0 601 2.31e+03 Chamber Transportation 7 -70.7 -125 100 0.779 0 200 2.52e+03 Tracker Transportation @@ -5092,8956 +5092,8923 @@ 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.0342 -0.128 -2.41e+03 0.422 0 0 0 Target initStep - 1 -0.103 -0.229 -2.41e+03 0 0.088 2.09 2.09 Target phot + 0 -0.0529 -0.139 -2.41e+03 0.422 0 0 0 Target initStep + 1 -0.122 -0.239 -2.41e+03 0 0.088 2.09 2.09 Target phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 234, Parent ID = 176 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.103 -0.229 -2.41e+03 0.334 0 0 0 Target initStep - 1 -0.102 -0.224 -2.41e+03 0 0.334 0.174 0.174 Target eIoni + 0 -0.122 -0.239 -2.41e+03 0.334 0 0 0 Target initStep + 1 -0.12 -0.234 -2.41e+03 0 0.334 0.174 0.174 Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 175, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.033 -0.113 -2.41e+03 94.7 0 0 0 Target initStep - 1 -0.182 -0.76 -2.4e+03 94.7 0 11.4 11.4 Tracker Transportation - 2 -9.32 -40.5 -1.7e+03 94.7 0 701 713 Chamber Transportation + 0 -0.0438 -0.12 -2.41e+03 94.7 0 0 0 Target initStep + 1 -0.193 -0.766 -2.4e+03 94.7 0 11.4 11.4 Tracker Transportation + 2 -9.33 -40.5 -1.7e+03 94.7 0 701 713 Chamber Transportation 3 -11.9 -51.8 -1.5e+03 94.7 0 200 913 Tracker Transportation 4 -19.8 -85.8 -900 94.7 0 601 1.51e+03 Chamber Transportation - 5 -22 -95.4 -732 0 0 169 1.68e+03 Chamber conv + 5 -22 -95.4 -731 0 0 169 1.68e+03 Chamber conv ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 235, Parent ID = 175 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 -95.4 -732 47.9 0 0 0 Chamber initStep - 1 -23.1 -96.6 -700 47.8 0.0184 31.6 31.6 Tracker Transportation - 2 -27.4 -101 -600 47.8 0.0173 100 132 Tracker StepLimiter - 3 -31.7 -106 -500 47.8 0.0194 100 232 Tracker StepLimiter - 4 -36.3 -110 -401 47.8 0.0227 100 332 Tracker StepLimiter - 5 -37.3 -111 -377 47.8 0.00364 23.4 355 Tracker eIoni - 6 -39.4 -113 -326 47.8 0.00777 51.8 407 Tracker eIoni - 7 -43.1 -117 -226 47.7 0.0183 100 507 Tracker StepLimiter - 8 -46.6 -121 -126 47.7 0.0183 100 607 Tracker StepLimiter - 9 -47.1 -123 -100 47.7 0.00326 26 633 Chamber Transportation - 10 -50.7 -137 62.9 47.6 0.0961 164 796 Chamber eIoni - 11 -52 -142 100 47.6 0.0125 37.5 834 Tracker Transportation - 12 -56.1 -155 199 47.6 0.0215 100 934 Tracker StepLimiter - 13 -58.2 -164 260 47.6 0.0102 61.8 996 Tracker eIoni - 14 -61.6 -177 359 47.6 0.0197 100 1.1e+03 Tracker StepLimiter - 15 -64.1 -189 445 47.5 0.019 86.3 1.18e+03 Tracker eIoni - 16 -65.9 -202 544 47.5 0.0193 100 1.28e+03 Tracker StepLimiter - 17 -66.4 -206 573 47.5 0.00542 29.7 1.31e+03 Tracker eIoni - 18 -67 -210 603 47.5 0.00631 30.2 1.34e+03 Tracker eIoni - 19 -68.4 -221 681 47.4 0.0131 78.5 1.42e+03 Tracker eIoni - 20 -68.8 -224 700 47.4 0.00342 19.4 1.44e+03 Chamber Transportation - 21 -70.2 -252 861 47.4 0.081 164 1.6e+03 Chamber eIoni - 22 -70.2 -255 880 47.3 0.0174 19.2 1.62e+03 Chamber eIoni - 23 -70.2 -256 891 47.3 0.00739 10.4 1.63e+03 Chamber eIoni - 24 -70.1 -258 900 47.3 0.00779 9.43 1.64e+03 Tracker Transportation - 25 -69.1 -274 999 47.3 0.0167 100 1.74e+03 Tracker StepLimiter - 26 -69.1 -274 1e+03 47.2 0.000517 3.83 1.75e+03 Tracker eIoni - 27 -67.3 -291 1.1e+03 47.2 0.0181 100 1.85e+03 Tracker StepLimiter - 28 -66.4 -301 1.16e+03 47.2 0.00932 63.6 1.91e+03 Tracker eIoni - 29 -66.3 -302 1.17e+03 47.2 0.00097 5.97 1.92e+03 Tracker eIoni - 30 -65.5 -317 1.27e+03 47.2 0.0205 100 2.02e+03 Tracker StepLimiter - 31 -64.1 -332 1.37e+03 47.2 0.0149 100 2.12e+03 Tracker StepLimiter - 32 -62.4 -348 1.47e+03 47.2 0.0162 100 2.22e+03 Tracker StepLimiter - 33 -61.8 -353 1.5e+03 47.2 0.00662 34.1 2.25e+03 Chamber Transportation - 34 -61.7 -354 1.51e+03 47.1 0.00442 7.07 2.26e+03 Chamber eIoni - 35 -61.5 -355 1.51e+03 47.1 0.00229 4.66 2.26e+03 Chamber eIoni - 36 -61.4 -356 1.52e+03 47.1 0.00582 8.34 2.27e+03 Chamber eIoni - 37 -60.9 -360 1.54e+03 47.1 0.0171 22.6 2.29e+03 Chamber eIoni - 38 -60 -364 1.56e+03 47.1 0.011 21 2.31e+03 Chamber eIoni - 39 -59.7 -365 1.57e+03 47.1 0.00577 7.4 2.32e+03 Chamber eIoni - 40 -58 -371 1.61e+03 47.1 0.0211 40.7 2.36e+03 Chamber eIoni - 41 -57.8 -372 1.62e+03 47.1 0.00413 7.81 2.37e+03 Chamber eIoni - 42 -57.4 -374 1.63e+03 47.1 0.00497 9.05 2.38e+03 Chamber eIoni - 43 -57.3 -374 1.63e+03 42.9 0.00129 2.85 2.38e+03 Chamber eBrem - 44 -56.8 -377 1.65e+03 42.8 0.00752 17.7 2.4e+03 Chamber eIoni - 45 -55.8 -382 1.68e+03 42.8 0.0237 31.9 2.43e+03 Chamber eIoni - 46 -55.7 -382 1.68e+03 42.8 0.000792 2.51 2.43e+03 Chamber eIoni - 47 -55.2 -385 1.7e+03 42.8 0.0164 19.1 2.45e+03 Tracker Transportation - 48 -51.1 -402 1.8e+03 42.8 0.0197 100 2.55e+03 Tracker StepLimiter - 49 -50.2 -405 1.82e+03 42.8 0.00386 18.8 2.57e+03 Tracker eIoni - 50 -48.8 -411 1.85e+03 42.8 0.00649 33.3 2.6e+03 Tracker eBrem - 51 -44.6 -428 1.95e+03 42.7 0.0196 100 2.7e+03 Tracker StepLimiter - 52 -44.4 -430 1.95e+03 42.7 0.00119 6.35 2.71e+03 Tracker eIoni - 53 -41.1 -447 2.05e+03 42.7 0.0162 100 2.81e+03 Tracker StepLimiter - 54 -37.6 -463 2.15e+03 42.7 0.0171 100 2.91e+03 Tracker StepLimiter - 55 -35.2 -475 2.22e+03 42.7 0.0124 68.8 2.98e+03 Tracker eIoni - 56 -33.7 -486 2.28e+03 42.7 0.0114 60.5 3.04e+03 Tracker eIoni - 57 -31.6 -497 2.34e+03 42.6 0.0149 63.1 3.1e+03 Tracker eIoni - 58 -31 -502 2.37e+03 42.6 0.00457 24.9 3.13e+03 Tracker eIoni - 59 -30 -508 2.4e+03 42.6 0.00757 35.5 3.16e+03 World Transportation - 60 -23.6 -551 2.63e+03 42.6 0.0466 237 3.4e+03 World eIoni - 61 -22.5 -556 2.66e+03 42.6 0.00641 26 3.43e+03 World eIoni - 62 -22.4 -556 2.66e+03 42.5 0.000545 4.47 3.43e+03 World eIoni - 63 -17.8 -581 2.79e+03 42.5 0.0227 134 3.56e+03 World eIoni - 64 -16.5 -589 2.84e+03 42.5 0.00923 43.7 3.61e+03 World eIoni - 65 -12.4 -607 2.94e+03 42.5 0.0169 102 3.71e+03 World eIoni - 66 -12.2 -607 2.94e+03 42.5 0.000366 2.96 3.71e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 276, Parent ID = 235 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.4 -607 2.94e+03 0.000995 0 0 0 World initStep - 1 -12.4 -607 2.94e+03 0 0.000995 0.0566 0.0566 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 275, Parent ID = 235 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.5 -589 2.84e+03 0.00105 0 0 0 World initStep - 1 -16.5 -589 2.84e+03 0 0.00105 0.061 0.061 World eIoni + 0 -22 -95.4 -731 47.9 0 0 0 Chamber initStep + 1 -23.1 -96.6 -700 47.8 0.0182 30.9 30.9 Tracker Transportation + 2 -27.4 -101 -600 47.8 0.0173 100 131 Tracker StepLimiter + 3 -31.7 -106 -500 47.8 0.0194 100 231 Tracker StepLimiter + 4 -36.2 -110 -401 47.8 0.0227 100 331 Tracker StepLimiter + 5 -37.3 -111 -375 47.8 0.00379 25.2 356 Tracker eIoni + 6 -39.5 -113 -324 47.8 0.00777 51.8 408 Tracker eIoni + 7 -43.1 -117 -224 47.7 0.0183 100 508 Tracker StepLimiter + 8 -46.6 -121 -124 47.7 0.0183 100 608 Tracker StepLimiter + 9 -47 -123 -100 47.7 0.00295 24.1 632 Chamber Transportation + 10 -50.6 -136 63.6 47.6 0.0965 164 796 Chamber eIoni + 11 -51.8 -141 100 47.6 0.0123 36.8 833 Tracker Transportation + 12 -55.8 -155 199 47.6 0.0215 100 933 Tracker StepLimiter + 13 -58 -164 262 47.6 0.0104 63.7 997 Tracker eIoni + 14 -61.3 -177 361 47.5 0.0197 100 1.1e+03 Tracker StepLimiter + 15 -63.8 -189 447 47.5 0.019 86.3 1.18e+03 Tracker eIoni + 16 -65.5 -202 546 47.5 0.0193 100 1.28e+03 Tracker StepLimiter + 17 -66 -206 575 47.5 0.00542 29.7 1.31e+03 Tracker eIoni + 18 -66.6 -210 605 47.5 0.00631 30.2 1.34e+03 Tracker eIoni + 19 -67.9 -221 683 47.4 0.0131 78.5 1.42e+03 Tracker eIoni + 20 -68.3 -223 700 47.4 0.00313 17.4 1.44e+03 Chamber Transportation + 21 -69.5 -251 862 47.4 0.0814 165 1.6e+03 Chamber eIoni + 22 -69.6 -254 881 47.3 0.0174 19.2 1.62e+03 Chamber eIoni + 23 -69.5 -256 891 47.3 0.00739 10.4 1.63e+03 Chamber eIoni + 24 -69.4 -257 900 47.3 0.00742 8.7 1.64e+03 Tracker Transportation + 25 -68.4 -273 999 47.3 0.0167 100 1.74e+03 Tracker StepLimiter + 26 -68.3 -274 1e+03 47.3 0.000531 5.8 1.75e+03 Tracker eIoni + 27 -66.2 -291 1.1e+03 47.2 0.0161 100 1.85e+03 Tracker StepLimiter + 28 -64.6 -302 1.17e+03 47.2 0.0109 71.7 1.92e+03 Tracker eIoni + 29 -63.7 -311 1.23e+03 47.2 0.0106 53.1 1.97e+03 Tracker eIoni + 30 -62.9 -318 1.27e+03 47.2 0.00803 43.3 2.02e+03 Tracker eIoni + 31 -62.9 -318 1.27e+03 47.2 0.000312 1.33 2.02e+03 Tracker eIoni + 32 -60.6 -334 1.37e+03 47.2 0.0195 100 2.12e+03 Tracker StepLimiter + 33 -59.9 -339 1.39e+03 47.1 0.00604 25.5 2.14e+03 Tracker eIoni + 34 -57.5 -355 1.49e+03 47.1 0.0176 100 2.24e+03 Tracker StepLimiter + 35 -57.3 -356 1.5e+03 47.1 0.00257 7.47 2.25e+03 Chamber Transportation + 36 -57.2 -357 1.5e+03 47.1 0.0018 5.05 2.26e+03 Chamber eIoni + 37 -57.2 -357 1.51e+03 47.1 0.000468 1.49 2.26e+03 Chamber eIoni + 38 -57 -358 1.51e+03 47.1 0.00582 8.34 2.26e+03 Chamber eIoni + 39 -56.5 -362 1.54e+03 47.1 0.0171 22.6 2.29e+03 Chamber eIoni + 40 -55.6 -366 1.56e+03 47.1 0.011 21 2.31e+03 Chamber eIoni + 41 -55.3 -367 1.56e+03 47.1 0.00577 7.4 2.32e+03 Chamber eIoni + 42 -53.6 -373 1.61e+03 47 0.0211 40.7 2.36e+03 Chamber eIoni + 43 -53.4 -375 1.61e+03 47 0.00413 7.81 2.36e+03 Chamber eIoni + 44 -53 -376 1.62e+03 47 0.00497 9.05 2.37e+03 Chamber eIoni + 45 -52.7 -377 1.63e+03 47 0.00465 8.73 2.38e+03 Chamber eBrem + 46 -52.2 -379 1.64e+03 47 0.00899 11.8 2.39e+03 Chamber eIoni + 47 -50.3 -389 1.7e+03 47 0.03 58.9 2.45e+03 Tracker Transportation + 48 -46.1 -407 1.8e+03 47 0.0176 100 2.55e+03 Tracker StepLimiter + 49 -45.3 -410 1.82e+03 46.9 0.00207 17.8 2.57e+03 Tracker eIoni + 50 -41.9 -426 1.9e+03 46.9 0.0146 84.3 2.65e+03 Tracker eIoni + 51 -37.5 -444 2e+03 46.9 0.0179 100 2.75e+03 Tracker StepLimiter + 52 -33.3 -460 2.08e+03 46.9 0.0161 87.8 2.84e+03 Tracker eIoni + 53 -28.8 -477 2.18e+03 46.9 0.0185 100 2.94e+03 Tracker StepLimiter + 54 -25.8 -489 2.25e+03 46.9 0.0147 65.7 3.01e+03 Tracker eIoni + 55 -22.8 -500 2.3e+03 46.8 0.0106 58.4 3.07e+03 Tracker eIoni + 56 -18 -518 2.4e+03 46.8 0.0164 98.6 3.17e+03 World Transportation + 57 -17.5 -520 2.41e+03 46.8 0.00264 10.7 3.18e+03 World eIoni + 58 -9.25 -554 2.59e+03 46.8 0.0317 184 3.36e+03 World eIoni + 59 -6.19 -567 2.66e+03 46.8 0.0142 70.8 3.43e+03 World eIoni + 60 1 -599 2.83e+03 46.7 0.0323 169 3.6e+03 World eIoni + 61 1.87 -603 2.85e+03 46.7 0.00287 21.3 3.62e+03 World eIoni + 62 5.53 -621 2.94e+03 46.7 0.0183 94.9 3.72e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 274, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.8 -581 2.79e+03 0.00266 0 0 0 World initStep - 1 -17.9 -581 2.79e+03 0 0.00266 0.258 0.258 World eIoni + 0 1.87 -603 2.85e+03 0.00197 0 0 0 World initStep + 1 1.83 -603 2.85e+03 0 0.00197 0.158 0.158 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 273, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.4 -556 2.66e+03 0.056 0 0 0 World initStep - 1 -10.4 -557 2.67e+03 0.0481 0.00791 14 14 World eIoni - 2 -14.9 -554 2.68e+03 0.0433 0.00478 11 25 World eIoni - 3 -16.1 -554 2.68e+03 0.0405 0.00127 2.35 27.4 World eIoni - 4 -22 -550 2.68e+03 0.0347 0.0058 8.49 35.9 World eIoni - 5 -22.5 -550 2.68e+03 0.0334 0.000268 0.797 36.7 World eIoni - 6 -26.8 -546 2.69e+03 0.0278 0.00556 6.42 43.1 World eIoni - 7 -30 -544 2.69e+03 0.0227 0.0051 5.03 48.1 World eIoni - 8 -29.3 -544 2.69e+03 0.0162 0.00282 2.54 50.7 World eIoni - 9 -29.1 -544 2.69e+03 0.0139 0.00231 1.44 52.1 World eIoni - 10 -29.3 -546 2.69e+03 0.00857 0.00533 2.41 54.5 World eIoni - 11 -29.2 -547 2.69e+03 0.0034 0.00517 1.61 56.1 World eIoni - 12 -29 -547 2.69e+03 0 0.0034 0.391 56.5 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 279, Parent ID = 273 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.3 -544 2.69e+03 0.00367 0 0 0 World initStep - 1 -29.1 -544 2.69e+03 0 0.00367 0.445 0.445 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 278, Parent ID = 273 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.5 -550 2.68e+03 0.00108 0 0 0 World initStep - 1 -22.5 -550 2.68e+03 0 0.00108 0.0635 0.0635 World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 277, Parent ID = 273 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.1 -554 2.68e+03 0.00153 0 0 0 World initStep - 1 -16.1 -554 2.68e+03 0 0.00153 0.107 0.107 World eIoni + 0 1 -599 2.83e+03 0.00149 0 0 0 World initStep + 1 1.03 -599 2.83e+03 0 0.00149 0.102 0.102 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 272, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.5 -556 2.66e+03 0.00102 0 0 0 World initStep - 1 -22.5 -556 2.66e+03 0 0.00102 0.0589 0.0589 World eIoni + 0 -6.19 -567 2.66e+03 0.00172 0 0 0 World initStep + 1 -6.17 -567 2.66e+03 0 0.00172 0.127 0.127 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 271, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.6 -551 2.63e+03 0.00118 0 0 0 World initStep - 1 -23.6 -551 2.63e+03 0 0.00118 0.0723 0.0723 World eIoni + 0 -9.25 -554 2.59e+03 0.00118 0 0 0 World initStep + 1 -9.25 -554 2.59e+03 0 0.00118 0.0725 0.0725 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 270, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -31 -502 2.37e+03 0.00792 0 0 0 Tracker initStep - 1 -31.8 -502 2.36e+03 0.00376 0.00416 1.49 1.49 Tracker eIoni - 2 -31.8 -502 2.36e+03 0 0.00376 0.464 1.96 Tracker eIoni + 0 -17.5 -520 2.41e+03 0.00279 0 0 0 World initStep + 1 -17.5 -520 2.41e+03 0 0.00279 0.278 0.278 World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 269, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -31.6 -497 2.34e+03 0.00113 0 0 0 Tracker initStep - 1 -31.6 -497 2.34e+03 0 0.00113 0.0681 0.0681 Tracker eIoni + 0 -22.8 -500 2.3e+03 0.00116 0 0 0 Tracker initStep + 1 -22.8 -500 2.3e+03 0 0.00116 0.071 0.071 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 268, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.7 -486 2.28e+03 0.0111 0 0 0 Tracker initStep - 1 -35 -486 2.28e+03 0.00722 0.00383 1.99 1.99 Tracker eIoni - 2 -35 -486 2.28e+03 0 0.00722 1.36 3.35 Tracker eIoni + 0 -25.8 -489 2.25e+03 0.00316 0 0 0 Tracker initStep + 1 -25.7 -490 2.25e+03 0 0.00316 0.343 0.343 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 267, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.2 -475 2.22e+03 0.00952 0 0 0 Tracker initStep - 1 -34.5 -474 2.22e+03 0.00442 0.00362 1.63 1.63 Tracker eIoni - 2 -34.5 -474 2.22e+03 0 0.00442 0.617 2.25 Tracker eIoni + 0 -33.3 -460 2.08e+03 0.0023 0 0 0 Tracker initStep + 1 -33.2 -460 2.08e+03 0 0.0023 0.202 0.202 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 280, Parent ID = 267 +* G4Track Information: Particle = e-, Track ID = 266, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.5 -474 2.22e+03 0.00148 0 0 0 Tracker initStep - 1 -34.5 -474 2.22e+03 0 0.00148 0.101 0.101 Tracker eIoni + 0 -41.9 -426 1.9e+03 0.00733 0 0 0 Tracker initStep + 1 -41.2 -426 1.9e+03 0.000776 0.00655 1.38 1.38 Tracker eIoni + 2 -41.2 -426 1.9e+03 0 0.000776 0.0402 1.42 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 266, Parent ID = 235 +* G4Track Information: Particle = e-, Track ID = 265, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.4 -430 1.95e+03 0.00119 0 0 0 Tracker initStep - 1 -44.4 -430 1.95e+03 0 0.00119 0.0738 0.0738 Tracker eIoni + 0 -45.3 -410 1.82e+03 0.00462 0 0 0 Tracker initStep + 1 -45.2 -411 1.82e+03 0 0.00462 0.666 0.666 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 264, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.2 -405 1.82e+03 0.001 0 0 0 Tracker initStep - 1 -50.3 -405 1.82e+03 0 0.001 0.0572 0.0572 Tracker eIoni + 0 -52.2 -379 1.64e+03 0.00555 0 0 0 Chamber initStep + 1 -52.2 -379 1.64e+03 0 0.00555 0.465 0.465 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 263, Parent ID = 235 +* G4Track Information: Particle = e-, Track ID = 262, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.7 -382 1.68e+03 0.00158 0 0 0 Chamber initStep - 1 -55.7 -382 1.68e+03 0 0.00158 0.0751 0.0751 Chamber eIoni + 0 -53 -376 1.62e+03 0.0017 0 0 0 Chamber initStep + 1 -53 -376 1.62e+03 0 0.0017 0.0829 0.0829 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 262, Parent ID = 235 +* G4Track Information: Particle = e-, Track ID = 261, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.8 -382 1.68e+03 0.00289 0 0 0 Chamber initStep - 1 -55.8 -382 1.68e+03 0 0.00289 0.173 0.173 Chamber eIoni + 0 -53.4 -375 1.61e+03 0.00649 0 0 0 Chamber initStep + 1 -53.4 -375 1.61e+03 0 0.00649 0.597 0.597 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 261, Parent ID = 235 +* G4Track Information: Particle = e-, Track ID = 260, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.8 -377 1.65e+03 0.00197 0 0 0 Chamber initStep - 1 -56.8 -377 1.65e+03 0 0.00197 0.102 0.102 Chamber eIoni + 0 -53.6 -373 1.61e+03 0.00201 0 0 0 Chamber initStep + 1 -53.6 -373 1.61e+03 0 0.00201 0.105 0.105 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 259, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.4 -374 1.63e+03 0.0017 0 0 0 Chamber initStep - 1 -57.4 -374 1.63e+03 0 0.0017 0.0829 0.0829 Chamber eIoni + 0 -55.3 -367 1.56e+03 0.00164 0 0 0 Chamber initStep + 1 -55.3 -367 1.56e+03 0 0.00164 0.0794 0.0794 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 258, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.8 -372 1.62e+03 0.00649 0 0 0 Chamber initStep - 1 -57.8 -372 1.62e+03 0 0.00649 0.597 0.597 Chamber eIoni + 0 -55.6 -366 1.56e+03 0.00265 0 0 0 Chamber initStep + 1 -55.6 -366 1.56e+03 0 0.00265 0.153 0.153 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 257, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -58 -371 1.61e+03 0.00201 0 0 0 Chamber initStep - 1 -58 -371 1.61e+03 0 0.00201 0.105 0.105 Chamber eIoni + 0 -56.5 -362 1.54e+03 0.00188 0 0 0 Chamber initStep + 1 -56.5 -362 1.54e+03 0 0.00188 0.0957 0.0957 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 256, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -59.7 -365 1.57e+03 0.00164 0 0 0 Chamber initStep - 1 -59.7 -365 1.57e+03 0 0.00164 0.0794 0.0794 Chamber eIoni + 0 -57 -358 1.51e+03 0.0057 0 0 0 Chamber initStep + 1 -57.1 -358 1.51e+03 0 0.0057 0.484 0.484 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 255, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -60 -364 1.56e+03 0.00265 0 0 0 Chamber initStep - 1 -60 -364 1.56e+03 0 0.00265 0.153 0.153 Chamber eIoni + 0 -57.2 -357 1.51e+03 0.00176 0 0 0 Chamber initStep + 1 -57.2 -357 1.51e+03 0 0.00176 0.0869 0.0869 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 254, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -60.9 -360 1.54e+03 0.00188 0 0 0 Chamber initStep - 1 -60.9 -360 1.54e+03 0 0.00188 0.0957 0.0957 Chamber eIoni + 0 -57.2 -357 1.5e+03 0.00358 0 0 0 Chamber initStep + 1 -57.2 -357 1.5e+03 0 0.00358 0.236 0.236 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 253, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -61.4 -356 1.52e+03 0.0057 0 0 0 Chamber initStep - 1 -61.4 -356 1.52e+03 0 0.0057 0.484 0.484 Chamber eIoni + 0 -59.9 -339 1.39e+03 0.00164 0 0 0 Tracker initStep + 1 -59.9 -339 1.39e+03 0 0.00164 0.119 0.119 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 252, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -61.5 -355 1.51e+03 0.00176 0 0 0 Chamber initStep - 1 -61.5 -355 1.51e+03 0 0.00176 0.0869 0.0869 Chamber eIoni + 0 -62.9 -318 1.27e+03 0.00302 0 0 0 Tracker initStep + 1 -63 -318 1.27e+03 0 0.00302 0.319 0.319 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 251, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -61.7 -354 1.51e+03 0.00164 0 0 0 Chamber initStep - 1 -61.7 -354 1.51e+03 0 0.00164 0.0795 0.0795 Chamber eIoni + 0 -62.9 -318 1.27e+03 0.00587 0 0 0 Tracker initStep + 1 -62.8 -317 1.27e+03 0 0.00587 1.02 1.02 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 250, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -66.3 -302 1.17e+03 0.00218 0 0 0 Tracker initStep - 1 -66.3 -302 1.17e+03 0 0.00218 0.185 0.185 Tracker eIoni + 0 -63.7 -311 1.23e+03 0.00112 0 0 0 Tracker initStep + 1 -63.8 -311 1.23e+03 0 0.00112 0.0668 0.0668 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 249, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -66.4 -301 1.16e+03 0.00876 0 0 0 Tracker initStep - 1 -65.9 -300 1.16e+03 0.00502 0.00373 1.64 1.64 Tracker eIoni - 2 -65.7 -300 1.16e+03 0.0021 0.00149 0.283 1.92 Tracker eIoni - 3 -65.7 -300 1.16e+03 0 0.0021 0.175 2.1 Tracker eIoni + 0 -64.6 -302 1.17e+03 0.0231 0 0 0 Tracker initStep + 1 -65.7 -305 1.18e+03 0.0171 0.00594 4 4 Tracker eIoni + 2 -67.5 -306 1.17e+03 0.0116 0.00256 2.42 6.42 Tracker eIoni + 3 -66.8 -307 1.17e+03 0.0079 0.00367 2.07 8.49 Tracker eIoni + 4 -66.8 -307 1.17e+03 0.00603 8.33e-05 0.037 8.52 Tracker eIoni + 5 -66 -308 1.17e+03 0.000576 0.00546 1.07 9.59 Tracker eIoni + 6 -66 -308 1.17e+03 0 0.000576 0.0273 9.62 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 281, Parent ID = 249 +* G4Track Information: Particle = e-, Track ID = 276, Parent ID = 249 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -65.7 -300 1.16e+03 0.00143 0 0 0 Tracker initStep - 1 -65.7 -300 1.16e+03 0 0.00143 0.0963 0.0963 Tracker eIoni + 0 -66.8 -307 1.17e+03 0.00179 0 0 0 Tracker initStep + 1 -66.7 -308 1.17e+03 0 0.00179 0.135 0.135 Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 275, Parent ID = 249 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -67.5 -306 1.17e+03 0.00298 0 0 0 Tracker initStep + 1 -67.6 -306 1.17e+03 0 0.00298 0.312 0.312 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 248, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.1 -274 1e+03 0.00195 0 0 0 Tracker initStep - 1 -69.1 -275 1e+03 0 0.00195 0.155 0.155 Tracker eIoni + 0 -68.3 -274 1e+03 0.00109 0 0 0 Tracker initStep + 1 -68.3 -274 1e+03 0 0.00109 0.0649 0.0649 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 247, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.2 -256 891 0.00619 0 0 0 Chamber initStep - 1 -70.2 -256 891 0 0.00619 0.554 0.554 Chamber eIoni + 0 -69.5 -256 891 0.00619 0 0 0 Chamber initStep + 1 -69.5 -256 891 0 0.00619 0.554 0.554 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 246, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.2 -255 880 0.0528 0 0 0 Chamber initStep - 1 -72.9 -253 883 0.0433 0.00945 5.11 5.11 Chamber msc - 2 -73.6 -254 883 0.0265 0.00266 1.33 6.43 Chamber eIoni - 3 -71.8 -255 884 0.0175 0.009 2.8 9.24 Chamber eIoni - 4 -71.1 -256 884 0.00762 0.00988 1.99 11.2 Chamber eIoni - 5 -71 -256 884 0 0.00762 0.776 12 Chamber eIoni + 0 -69.6 -254 881 0.0528 0 0 0 Chamber initStep + 1 -69.6 -254 881 0.0525 0.000223 0.328 0.328 Chamber eIoni + 2 -67 -251 881 0.0326 0.00573 4.58 4.91 Chamber eIoni + 3 -66.8 -253 881 0.0262 0.0064 3.42 8.33 Chamber eIoni + 4 -66.1 -253 882 0.0206 0.00554 2.77 11.1 Chamber eIoni + 5 -67.6 -252 882 0.0156 0.00503 2.27 13.4 Chamber eIoni + 6 -67.9 -252 882 0.0127 0.00146 0.511 13.9 Chamber eIoni + 7 -68.9 -252 883 0.00217 0.0106 1.54 15.4 Chamber eIoni + 8 -68.9 -252 883 0 0.00217 0.116 15.5 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 282, Parent ID = 246 +* G4Track Information: Particle = e-, Track ID = 278, Parent ID = 246 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.6 -254 883 0.0142 0 0 0 Chamber initStep - 1 -73.3 -255 882 0.00711 0.00706 1.68 1.68 Chamber eIoni - 2 -73 -255 882 0.00266 0.00216 0.29 1.97 Chamber eIoni - 3 -73 -255 882 0 0.00266 0.154 2.13 Chamber eIoni + 0 -67.9 -252 882 0.00142 0 0 0 Chamber initStep + 1 -67.9 -252 882 0 0.00142 0.0653 0.0653 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 283, Parent ID = 282 +* G4Track Information: Particle = e-, Track ID = 277, Parent ID = 246 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73 -255 882 0.00229 0 0 0 Chamber initStep - 1 -73 -255 882 0 0.00229 0.125 0.125 Chamber eIoni + 0 -67 -251 881 0.0142 0 0 0 Chamber initStep + 1 -68.6 -251 881 0.00573 0.0085 1.69 1.69 Chamber eIoni + 2 -68.6 -251 881 0 0.00573 0.489 2.18 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 245, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.2 -252 861 0.00459 0 0 0 Chamber initStep - 1 -70.2 -251 862 0.00143 0.00316 0.223 0.223 Chamber eIoni - 2 -70.2 -251 862 0 0.00143 0.066 0.289 Chamber eIoni + 0 -69.5 -251 862 0.00459 0 0 0 Chamber initStep + 1 -69.4 -251 862 0 0.00459 0.344 0.344 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 244, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.4 -221 681 0.00269 0 0 0 Tracker initStep - 1 -68.3 -221 681 0.000285 0.0024 0.26 0.26 Tracker eIoni - 2 -68.3 -221 681 0 0.000285 0.0124 0.272 Tracker eIoni + 0 -67.9 -221 683 0.00269 0 0 0 Tracker initStep + 1 -67.8 -221 683 0 0.00269 0.261 0.261 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 243, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67 -210 603 0.0279 0 0 0 Tracker initStep - 1 -65.5 -205 602 0.0229 0.00502 5.06 5.06 Tracker eIoni - 2 -63.9 -203 600 0.0183 0.00461 3.97 9.04 Tracker eIoni - 3 -61.1 -203 601 0.0137 0.00465 3.12 12.2 Tracker eIoni - 4 -61.5 -203 604 0.0106 0.00308 2.37 14.5 Tracker eIoni - 5 -63.4 -202 604 0.00491 0.00567 1.92 16.4 Tracker eIoni - 6 -63.6 -202 604 0 0.00491 0.742 17.2 Tracker eIoni + 0 -66.6 -210 605 0.0279 0 0 0 Tracker initStep + 1 -63.9 -207 608 0.0238 0.00411 5.06 5.06 Tracker eIoni + 2 -66 -206 611 0.0185 0.00534 4.16 9.22 Tracker eIoni + 3 -66.9 -204 612 0.0116 0.00691 3.15 12.4 Tracker eIoni + 4 -68.4 -203 612 0.00666 0.0049 2.07 14.4 Tracker eIoni + 5 -68.6 -202 612 0.00308 0.00116 0.459 14.9 Tracker eIoni + 6 -68.8 -202 611 0 0.00308 0.33 15.2 Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 279, Parent ID = 243 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -68.6 -202 612 0.00242 0 0 0 Tracker initStep + 1 -68.7 -202 612 0 0.00242 0.221 0.221 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 242, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -66.4 -206 573 0.00107 0 0 0 Tracker initStep - 1 -66.4 -206 573 0 0.00107 0.063 0.063 Tracker eIoni + 0 -66 -206 575 0.00107 0 0 0 Tracker initStep + 1 -66 -206 575 0 0.00107 0.063 0.063 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 241, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -64.1 -189 445 0.00577 0 0 0 Tracker initStep - 1 -63.9 -189 445 0 0.00577 0.988 0.988 Tracker eIoni + 0 -63.8 -189 447 0.00577 0 0 0 Tracker initStep + 1 -63.5 -189 447 0 0.00577 0.988 0.988 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 240, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -58.2 -164 260 0.0103 0 0 0 Tracker initStep - 1 -57 -164 260 0.00773 0.00261 1.89 1.89 Tracker eIoni - 2 -57.2 -164 261 0.00301 0.00472 1.46 3.34 Tracker eIoni - 3 -57.1 -164 261 0 0.00301 0.316 3.66 Tracker eIoni + 0 -58 -164 262 0.0103 0 0 0 Tracker initStep + 1 -57.9 -165 263 0.00556 0.00478 1.89 1.89 Tracker eIoni + 2 -57.6 -166 263 0 0.00556 0.925 2.81 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 239, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.7 -137 62.9 0.0066 0 0 0 Chamber initStep - 1 -50.8 -137 62.9 0 0.0066 0.614 0.614 Chamber eIoni + 0 -50.6 -136 63.6 0.0066 0 0 0 Chamber initStep + 1 -50.6 -136 63.6 0 0.0066 0.614 0.614 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 238, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.4 -113 -326 0.00211 0 0 0 Tracker initStep - 1 -39.5 -113 -326 0 0.00211 0.176 0.176 Tracker eIoni + 0 -39.5 -113 -324 0.00211 0 0 0 Tracker initStep + 1 -39.5 -113 -324 0 0.00211 0.176 0.176 Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 237, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.3 -111 -377 0.00171 0 0 0 Tracker initStep - 1 -37.2 -111 -377 0 0.00171 0.126 0.126 Tracker eIoni + 0 -37.3 -111 -375 0.00171 0 0 0 Tracker initStep + 1 -37.3 -111 -375 0 0.00171 0.126 0.126 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 265, Parent ID = 235 +* G4Track Information: Particle = gamma, Track ID = 263, Parent ID = 235 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.8 -411 1.85e+03 0.00396 0 0 0 Tracker initStep - 1 -41 -435 1.98e+03 0 0.000403 135 135 Tracker phot + 0 -52.7 -377 1.63e+03 0.00171 0 0 0 Chamber initStep + 1 -52.7 -378 1.63e+03 0 0.00115 0.489 0.489 Chamber phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 284, Parent ID = 265 +* G4Track Information: Particle = e-, Track ID = 280, Parent ID = 263 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41 -435 1.98e+03 0.00356 0 0 0 Tracker initStep - 1 -41 -435 1.98e+03 0 0.00356 0.422 0.422 Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 260, Parent ID = 235 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.3 -374 1.63e+03 4.19 0 0 0 Chamber initStep - 1 -53.7 -387 1.7e+03 4.19 0 71.5 71.5 Tracker Transportation - 2 -18.3 -510 2.4e+03 4.19 0 712 783 World Transportation - 3 8.99 -605 2.94e+03 4.19 0 549 1.33e+03 OutOfWorld Transportation + 0 -52.7 -378 1.63e+03 0.000565 0 0 0 Chamber initStep + 1 -52.7 -378 1.63e+03 0 0.000565 0.0221 0.0221 Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 173, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0281 -0.0883 -2.41e+03 158 0 0 0 Target initStep - 1 -0.0597 -0.223 -2.41e+03 0 0 3.2 3.2 Target conv - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 172, Parent ID = 9 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00115 -0.0339 -2.41e+03 0.289 0 0 0 Target initStep - 1 -0.0336 -0.0811 -2.41e+03 0 0.088 1.55 1.55 Target phot + 0 -0.0398 -0.0895 -2.41e+03 158 0 0 0 Target initStep + 1 -0.134 -0.49 -2.4e+03 0 0 9.51 9.51 Target conv + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 281, Parent ID = 173 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.134 -0.49 -2.4e+03 93.2 0 0 0 Target initStep + 1 -0.138 -0.495 -2.4e+03 92.8 0.15 0.151 0.151 Target eBrem + 2 -0.138 -0.496 -2.4e+03 88.9 0.0261 0.0133 0.164 Target eBrem + 3 -0.149 -0.504 -2.4e+03 68 0.425 0.358 0.522 Target eBrem + 4 -0.195 -0.564 -2.4e+03 66.5 0.712 0.625 1.15 Target eBrem + 5 -0.22 -0.605 -2.4e+03 62.4 0.485 0.215 1.36 Target eBrem + 6 -0.358 -0.858 -2.4e+03 60.9 1.5 1.29 2.65 Tracker Transportation + 7 -17.4 -30.4 -2.34e+03 60.9 0.0137 68.7 71.4 Tracker eIoni + 8 -42.6 -72.9 -2.25e+03 60.9 0.0175 100 171 Tracker StepLimiter + 9 -64.9 -111 -2.18e+03 60.8 0.015 88.2 260 Tracker eIoni + 10 -90.7 -154 -2.09e+03 60.8 0.0211 100 360 Tracker StepLimiter + 11 -113 -193 -2.01e+03 60.8 0.0141 88.8 448 Tracker eIoni + 12 -118 -200 -2e+03 60.8 0.00267 18.3 467 Tracker eIoni + 13 -143 -243 -1.91e+03 60.8 0.0179 100 567 Tracker StepLimiter + 14 -166 -284 -1.83e+03 60.8 0.018 93.2 660 Tracker eIoni + 15 -180 -309 -1.78e+03 60.7 0.0106 59.5 719 Tracker eIoni + 16 -182 -312 -1.77e+03 60.7 0.00206 7.55 727 Tracker eIoni + 17 -207 -355 -1.68e+03 60.7 0.0206 100 827 Tracker StepLimiter + 18 -231 -396 -1.6e+03 60.7 0.0164 97.8 925 Tracker eIoni + 19 -236 -406 -1.58e+03 60.7 0.00393 22.7 947 Tracker eIoni + 20 -259 -448 -1.49e+03 60.7 0.0181 100 1.05e+03 Tracker StepLimiter + 21 -265 -459 -1.47e+03 60.7 0.00452 25.9 1.07e+03 Tracker eIoni + 22 -289 -501 -1.38e+03 60.7 0.0174 100 1.17e+03 Tracker StepLimiter + 23 -313 -543 -1.29e+03 60.6 0.0177 100 1.27e+03 Tracker StepLimiter + 24 -328 -569 -1.24e+03 60.6 0.0138 62.4 1.34e+03 Tracker eIoni + 25 -341 -592 -1.19e+03 60.6 0.0152 55.5 1.39e+03 Tracker eIoni + 26 -365 -634 -1.1e+03 60.6 0.0179 100 1.49e+03 Tracker StepLimiter + 27 -390 -676 -1.02e+03 60.6 0.0169 100 1.59e+03 Tracker StepLimiter + 28 -400 -694 -976 60.6 0.00897 45.1 1.64e+03 Tracker eIoni + 29 -401 -696 -973 60.6 0.000529 3.6 1.64e+03 Tracker eIoni + 30 -426 -738 -885 60.5 0.0222 100 1.74e+03 Tracker StepLimiter + 31 -431 -746 -867 60.5 0.0041 20.7 1.76e+03 Tracker eIoni + 32 -455 -789 -780 60.5 0.0157 100 1.86e+03 Tracker StepLimiter + 33 -457 -792 -773 60.5 0.00119 7.47 1.87e+03 Tracker eIoni + 34 -462 -802 -753 60.5 0.00395 23.3 1.89e+03 Tracker eIoni + 35 -487 -844 -666 60.5 0.0162 100 1.99e+03 Tracker StepLimiter + 36 -493 -854 -644 60.5 0.00284 24.2 2.02e+03 Tracker eIoni + 37 -517 -895 -557 60.5 0.0213 100 2.12e+03 Tracker StepLimiter + 38 -537 -931 -483 60.4 0.0195 84.1 2.2e+03 Tracker eIoni + 39 -556 -965 -413 60.4 0.0128 80.3 2.28e+03 Tracker eIoni + 40 -573 -994 -354 60.4 0.00899 67.8 2.35e+03 Tracker eIoni + 41 -598 -1.04e+03 -267 60.4 0.0176 100 2.45e+03 Tracker StepLimiter + 42 -610 -1.06e+03 -226 60.4 0.0104 47.2 2.49e+03 Tracker eIoni + 43 -635 -1.1e+03 -138 60.4 0.0168 100 2.59e+03 Tracker StepLimiter + 44 -646 -1.12e+03 -100 60.3 0.00625 44.1 2.64e+03 Chamber Transportation + 45 -647 -1.12e+03 -95.6 60.3 0.00308 5.02 2.64e+03 Chamber eIoni + 46 -647 -1.12e+03 -94.5 60.3 0.00114 1.33 2.65e+03 Chamber eIoni + 47 -661 -1.14e+03 -46.8 60.3 0.0325 55.1 2.7e+03 Tracker Transportation + 48 -687 -1.18e+03 40 60.3 0.0189 100 2.8e+03 Tracker StepLimiter + 49 -712 -1.23e+03 127 60.3 0.019 100 2.9e+03 Tracker StepLimiter + 50 -737 -1.27e+03 214 60.2 0.017 100 3e+03 Tracker StepLimiter + 51 -760 -1.31e+03 298 60.2 0.0198 96.1 3.1e+03 Tracker eIoni + 52 -778 -1.34e+03 361 60.2 0.0155 72.2 3.17e+03 Tracker eIoni + 53 -802 -1.38e+03 443 60.2 0.02 94.3 3.26e+03 Tracker eIoni + 54 -802 -1.38e+03 445 59 0.000479 2.65 3.27e+03 Tracker eBrem + 55 -805 -1.39e+03 456 59 0.00231 12.7 3.28e+03 Tracker eIoni + 56 -816 -1.41e+03 494 59 0.0081 43.3 3.32e+03 Tracker eIoni + 57 -817 -1.41e+03 497 59 0.00098 3.85 3.33e+03 Tracker eIoni + 58 -829 -1.43e+03 538 59 0.00815 47 3.37e+03 Tracker eIoni + 59 -834 -1.44e+03 558 59 0.00376 23.1 3.4e+03 Tracker eIoni + 60 -859 -1.48e+03 645 58.9 0.0184 100 3.5e+03 Tracker StepLimiter + 61 -864 -1.49e+03 663 58.9 0.00418 20.2 3.52e+03 Tracker eIoni + 62 -867 -1.49e+03 673 58.9 0.00268 11.5 3.53e+03 Tracker eIoni + 63 -875 -1.51e+03 700 58.9 0.00501 30.9 3.56e+03 Chamber Transportation + 64 -892 -1.54e+03 762 58.9 0.0412 71.6 3.63e+03 Chamber eIoni + 65 -895 -1.54e+03 771 58.9 0.00799 10.4 3.64e+03 Chamber eIoni + 66 -897 -1.55e+03 781 58.9 0.00795 10.8 3.65e+03 Chamber eIoni + 67 -899 -1.55e+03 788 58.9 0.00223 8.1 3.66e+03 Chamber eIoni + 68 -903 -1.56e+03 803 58.8 0.00815 17.8 3.68e+03 Chamber eIoni + 69 -917 -1.58e+03 853 58.8 0.0341 57.1 3.73e+03 Chamber eIoni + 70 -926 -1.6e+03 880 58.8 0.018 31.8 3.77e+03 Chamber eIoni + 71 -932 -1.61e+03 900 58.8 0.00866 23 3.79e+03 Tracker Transportation + 72 -935 -1.61e+03 912 58.8 0.00392 13.6 3.8e+03 Tracker eIoni + 73 -938 -1.62e+03 920 58.8 0.000702 9.72 3.81e+03 Tracker eIoni + 74 -964 -1.66e+03 1.01e+03 58.7 0.0198 100 3.91e+03 Tracker StepLimiter + 75 -990 -1.71e+03 1.09e+03 58.7 0.0185 100 4.01e+03 Tracker StepLimiter + 76 -1.02e+03 -1.75e+03 1.18e+03 58.7 0.0165 100 4.11e+03 Tracker StepLimiter + 77 -1.04e+03 -1.8e+03 1.26e+03 58.7 0.0185 100 4.21e+03 Tracker StepLimiter + 78 -1.06e+03 -1.82e+03 1.3e+03 58.7 0.00762 45.7 4.26e+03 Tracker eIoni + 79 -1.08e+03 -1.86e+03 1.39e+03 58.7 0.0174 100 4.36e+03 Tracker StepLimiter + 80 -1.09e+03 -1.87e+03 1.41e+03 58.7 0.00372 23.7 4.38e+03 Tracker eIoni + 81 -1.11e+03 -1.92e+03 1.49e+03 58.6 0.019 100 4.48e+03 Tracker StepLimiter + 82 -1.12e+03 -1.92e+03 1.5e+03 58.6 0.000842 9.45 4.49e+03 Chamber Transportation + 83 -1.12e+03 -1.93e+03 1.52e+03 58.6 0.015 19.5 4.51e+03 Chamber eIoni + 84 -1.12e+03 -1.93e+03 1.52e+03 58.6 0.00633 5.18 4.52e+03 Chamber eIoni + 85 -1.12e+03 -1.93e+03 1.52e+03 58.6 0.000799 1.89 4.52e+03 Chamber eIoni + 86 -1.14e+03 -1.96e+03 1.57e+03 58.6 0.031 52.4 4.57e+03 Chamber eIoni + 87 -1.14e+03 -1.96e+03 1.58e+03 58.6 0.0115 18.7 4.59e+03 Chamber eIoni + 88 -1.14e+03 -1.97e+03 1.59e+03 58.6 0.00222 2.73 4.59e+03 Chamber eIoni + 89 -1.15e+03 -1.97e+03 1.6e+03 58.5 0.0076 13.1 4.6e+03 Chamber eBrem + 90 -1.15e+03 -1.97e+03 1.6e+03 52.1 0.00188 4.75 4.61e+03 Chamber eBrem + 91 -1.16e+03 -2e+03 1.66e+03 52.1 0.047 64.4 4.67e+03 Chamber eIoni + 92 -1.17e+03 -2.01e+03 1.68e+03 52 0.012 22.4 4.7e+03 Chamber eIoni + 93 -1.18e+03 -2.02e+03 1.7e+03 52 0.0242 28.5 4.72e+03 Tracker Transportation + 94 -1.2e+03 -2.07e+03 1.79e+03 52 0.0152 100 4.82e+03 Tracker StepLimiter + 95 -1.21e+03 -2.07e+03 1.8e+03 52 0.00292 18.3 4.84e+03 World Transportation + 96 -1.21e+03 -2.08e+03 1.81e+03 52 0.00124 9.52 4.85e+03 World eIoni + 97 -1.22e+03 -2.09e+03 1.84e+03 52 0.00588 30.2 4.88e+03 World eIoni + 98 -1.25e+03 -2.13e+03 1.93e+03 51.9 0.0195 105 4.99e+03 World eIoni + 99 -1.27e+03 -2.17e+03 2.01e+03 51.9 0.0156 94.1 5.08e+03 World eIoni + 100 -1.33e+03 -2.26e+03 2.2e+03 51.9 0.0371 220 5.3e+03 World eIoni + 101 -1.33e+03 -2.27e+03 2.22e+03 51.9 0.00455 16.3 5.32e+03 World eIoni + 102 -1.48e+03 -2.5e+03 2.72e+03 51.8 0.105 572 5.89e+03 World eIoni + 103 -1.51e+03 -2.55e+03 2.83e+03 51.8 0.0207 126 6.02e+03 World eIoni + 104 -1.52e+03 -2.56e+03 2.85e+03 51.7 0.00412 23.9 6.04e+03 World eIoni + 105 -1.52e+03 -2.57e+03 2.87e+03 51.7 0.00508 26.2 6.07e+03 World eIoni + 106 -1.54e+03 -2.61e+03 2.94e+03 51.7 0.0151 77.1 6.14e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 171, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 353, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00317 -0.0252 -2.41e+03 3.22 0 0 0 Target initStep - 1 0.00709 -0.0847 -2.41e+03 2.34 0 2.69 2.69 Target compt - 2 -2.68 -3.61 -2.4e+03 2.34 0 12.4 15.1 Tracker Transportation - 3 -350 -458 -900 2.34 0 1.61e+03 1.62e+03 Chamber Transportation - 4 -396 -519 -700 2.34 0 214 1.83e+03 Tracker Transportation - 5 -535 -701 -100 2.34 0 642 2.48e+03 Chamber Transportation - 6 -582 -762 100 2.34 0 214 2.69e+03 Tracker Transportation - 7 -721 -944 700 2.34 0 642 3.33e+03 Chamber Transportation - 8 -767 -1e+03 900 2.34 0 214 3.55e+03 Tracker Transportation - 9 -906 -1.19e+03 1.5e+03 2.34 0 642 4.19e+03 Chamber Transportation - 10 -952 -1.25e+03 1.7e+03 2.34 0 214 4.4e+03 Tracker Transportation - 11 -1.11e+03 -1.46e+03 2.4e+03 2.34 0 749 5.15e+03 World Transportation - 12 -1.24e+03 -1.62e+03 2.94e+03 2.34 0 578 5.73e+03 OutOfWorld Transportation + 0 -1.52e+03 -2.57e+03 2.87e+03 0.00104 0 0 0 World initStep + 1 -1.52e+03 -2.57e+03 2.87e+03 0 0.00104 0.0607 0.0607 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 170, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 352, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00317 -0.0228 -2.41e+03 0.0991 0 0 0 Target initStep - 1 0.00335 -0.0357 -2.41e+03 0 0.088 0.48 0.48 Target phot + 0 -1.52e+03 -2.56e+03 2.85e+03 0.0115 0 0 0 World initStep + 1 -1.52e+03 -2.57e+03 2.85e+03 0.00672 0.00479 2.06 2.06 World eIoni + 2 -1.52e+03 -2.56e+03 2.85e+03 0.00311 0.0036 1.24 3.3 World eIoni + 3 -1.52e+03 -2.56e+03 2.85e+03 0 0.00311 0.336 3.64 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 169, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 351, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00399 -0.0173 -2.41e+03 21.8 0 0 0 Target initStep - 1 0.0159 -0.0666 -2.41e+03 0 0 5.33 5.33 Target conv + 0 -1.51e+03 -2.55e+03 2.83e+03 0.00233 0 0 0 World initStep + 1 -1.51e+03 -2.55e+03 2.83e+03 0 0.00233 0.207 0.207 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 350, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00114 -0.0127 -2.42e+03 17.5 0 0 0 Target initStep - 1 0.112 -0.143 -2.4e+03 0 0 12.9 12.9 Target conv + 0 -1.48e+03 -2.5e+03 2.72e+03 0.0016 0 0 0 World initStep + 1 -1.48e+03 -2.5e+03 2.72e+03 0 0.0016 0.114 0.114 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 167, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 349, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00422 -0.00914 -2.42e+03 0.824 0 0 0 Target initStep - 1 0.0144 -0.0331 -2.41e+03 0.782 0 5 5 Target compt - 2 2.61 -1.39 -2.4e+03 0.782 0 11.1 16.1 Tracker Transportation - 3 172 -90.2 -1.7e+03 0.782 0 726 742 Chamber Transportation - 4 212 -112 -1.53e+03 0.782 0 174 916 Tracker Transportation - 5 365 -192 -900 0.782 0 655 1.57e+03 Chamber Transportation - 6 414 -217 -700 0.782 0 207 1.78e+03 Tracker Transportation - 7 559 -293 -100 0.782 0 622 2.4e+03 Chamber Transportation - 8 607 -319 100 0.782 0 207 2.61e+03 Tracker Transportation - 9 752 -395 700 0.782 0 622 3.23e+03 Chamber Transportation - 10 800 -420 900 0.782 0 207 3.44e+03 Tracker Transportation - 11 945 -496 1.5e+03 0.782 0 622 4.06e+03 Chamber Transportation - 12 994 -522 1.7e+03 0.782 0 207 4.27e+03 Tracker Transportation - 13 1.16e+03 -611 2.4e+03 0.782 0 726 4.99e+03 World Transportation - 14 1.29e+03 -679 2.94e+03 0.782 0 560 5.55e+03 OutOfWorld Transportation + 0 -1.33e+03 -2.27e+03 2.22e+03 0.00331 0 0 0 World initStep + 1 -1.33e+03 -2.27e+03 2.22e+03 0 0.00331 0.373 0.373 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 166, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 348, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00371 -0.00224 -2.42e+03 19.6 0 0 0 Target initStep - 1 0.0188 -0.104 -2.41e+03 0 0 9.95 9.95 Target conv + 0 -1.33e+03 -2.26e+03 2.2e+03 0.00189 0 0 0 World initStep + 1 -1.33e+03 -2.26e+03 2.2e+03 0 0.00189 0.148 0.148 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 165, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 347, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00174 0.000584 -2.42e+03 26.7 0 0 0 Target initStep - 1 -0.0844 -0.239 -2.4e+03 26.7 0 16.4 16.4 Tracker Transportation - 2 -3.61 -10.4 -1.7e+03 26.7 0 700 717 Chamber Transportation - 3 -4.61 -13.4 -1.5e+03 26.7 0 200 917 Tracker Transportation - 4 -7.63 -22.1 -900 26.7 0 600 1.52e+03 Chamber Transportation - 5 -8.64 -25 -700 26.7 0 200 1.72e+03 Tracker Transportation - 6 -11.7 -33.8 -100 26.7 0 600 2.32e+03 Chamber Transportation - 7 -12.5 -36.3 74.9 0 0 175 2.49e+03 Chamber conv + 0 -1.27e+03 -2.17e+03 2.01e+03 0.0013 0 0 0 World initStep + 1 -1.27e+03 -2.17e+03 2.01e+03 0 0.0013 0.084 0.084 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 164, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00137 0.00294 -2.42e+03 7.55 0 0 0 Target initStep - 1 -0.0575 -0.256 -2.4e+03 7.55 0 16.6 16.6 Tracker Transportation - 2 -2.43 -11.2 -1.7e+03 7.55 0 700 717 Chamber Transportation - 3 -3.11 -14.3 -1.5e+03 7.55 0 200 917 Tracker Transportation - 4 -5.14 -23.7 -900 7.55 0 600 1.52e+03 Chamber Transportation - 5 -5.81 -26.8 -700 7.55 0 200 1.72e+03 Tracker Transportation - 6 -7.85 -36.1 -100 7.55 0 600 2.32e+03 Chamber Transportation - 7 -8.52 -39.3 100 7.55 0 200 2.52e+03 Tracker Transportation - 8 -10.6 -48.6 700 7.55 0 600 3.12e+03 Chamber Transportation - 9 -11.2 -51.7 900 7.55 0 200 3.32e+03 Tracker Transportation - 10 -13.3 -61.1 1.5e+03 7.55 0 600 3.92e+03 Chamber Transportation - 11 -13.9 -64.2 1.7e+03 7.55 0 200 4.12e+03 Tracker Transportation - 12 -16.3 -75.1 2.4e+03 7.55 0 700 4.82e+03 World Transportation - 13 -18.1 -83.6 2.94e+03 7.55 0 540 5.36e+03 OutOfWorld Transportation + 0 -1.25e+03 -2.13e+03 1.93e+03 0.00329 0 0 0 World initStep + 1 -1.25e+03 -2.13e+03 1.93e+03 0.000636 0.00266 0.34 0.34 World eIoni + 2 -1.25e+03 -2.13e+03 1.93e+03 0 0.000636 0.0309 0.371 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 163, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000847 0.00439 -2.42e+03 0.4 0 0 0 Target initStep - 1 -0.00185 0.00369 -2.42e+03 0 0.088 1.58 1.58 Target phot + 0 -1.22e+03 -2.09e+03 1.84e+03 0.00134 0 0 0 World initStep + 1 -1.22e+03 -2.09e+03 1.84e+03 0 0.00134 0.0876 0.0876 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 144, Parent ID = 105 +* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.2 131 -62.3 0.00107 0 0 0 Chamber initStep - 1 69.2 131 -62.3 0 0.001 0.259 0.259 Chamber phot + 0 -1.21e+03 -2.08e+03 1.81e+03 0.0082 0 0 0 World initStep + 1 -1.21e+03 -2.08e+03 1.81e+03 0.00403 0.00417 1.54 1.54 World eIoni + 2 -1.21e+03 -2.08e+03 1.81e+03 0 0.00403 0.525 2.07 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 298, Parent ID = 165 +* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.5 -36.3 74.9 2.15 0 0 0 Chamber initStep - 1 -15 -39.8 100 2.14 0.00631 25.8 25.8 Tracker Transportation - 2 -22.6 -40.7 124 2.14 0.00225 24.8 50.7 Tracker eIoni - 3 -37.4 -42.8 173 2.13 0.00506 52 103 Tracker eIoni - 4 -63.1 -46.2 270 2.12 0.0133 100 203 Tracker StepLimiter - 5 -67.2 -47.4 291 2.1 0.00456 21.7 224 Tracker eIoni - 6 -91.4 -50.7 388 2.09 0.0137 100 324 Tracker StepLimiter - 7 -99.8 -47.6 446 2.08 0.00788 58.5 383 Tracker eIoni - 8 -111 -55.8 545 2.07 0.0112 100 483 Tracker StepLimiter - 9 -114 -57.8 566 2.06 0.00324 21.9 505 Tracker eIoni - 10 -117 -58.5 585 2.05 0.0026 19.1 524 Tracker eIoni - 11 -121 -60.1 606 2.05 0.00264 21 545 Tracker eIoni - 12 -139 -66.5 700 2.04 0.0125 96.6 641 Chamber Transportation - 13 -140 -66.5 702 2.03 0.001 2.08 644 Chamber eIoni - 14 -141 -67 711 2.03 0.00453 9.32 653 Chamber eIoni - 15 -143 -68.8 724 2.02 0.00479 13.3 666 Chamber eIoni - 16 -143 -68.9 725 2.01 8.11e-05 0.856 667 Chamber eIoni - 17 -163 -77.1 771 1.99 0.022 50.6 718 Chamber eIoni - 18 -187 -114 809 1.92 0.0248 58.7 776 Chamber eIoni - 19 -190 -131 819 1.91 0.0057 19.8 796 Chamber eIoni - 20 -196 -142 829 1.9 0.00554 16.1 812 Chamber eIoni - 21 -198 -168 863 1.88 0.015 43.6 856 Chamber eIoni - 22 -200 -171 874 1.87 0.00622 11.5 867 Chamber eIoni - 23 -200 -171 875 1.87 0.000845 1.26 869 Chamber eIoni - 24 -206 -176 900 1.86 0.00722 26 895 Tracker Transportation - 25 -215 -176 1e+03 1.85 0.0143 100 995 Tracker StepLimiter - 26 -211 -183 1.1e+03 1.83 0.0146 100 1.09e+03 Tracker StepLimiter - 27 -213 -192 1.2e+03 1.82 0.014 100 1.19e+03 Tracker StepLimiter - 28 -211 -201 1.3e+03 1.81 0.014 100 1.29e+03 Tracker StepLimiter - 29 -212 -200 1.34e+03 1.8 0.00631 43.9 1.34e+03 Tracker eIoni - 30 -214 -199 1.36e+03 1.79 0.00144 16.2 1.35e+03 Tracker eIoni - 31 -218 -196 1.41e+03 1.78 0.0101 56.5 1.41e+03 Tracker eIoni - 32 -220 -196 1.42e+03 1.78 0.00117 9.9 1.42e+03 Tracker eIoni - 33 -233 -196 1.5e+03 1.77 0.01 77.4 1.5e+03 Chamber Transportation - 34 -234 -196 1.51e+03 1.76 0.00232 5.79 1.5e+03 Chamber eIoni - 35 -226 -179 1.55e+03 1.73 0.0251 51.8 1.56e+03 Chamber eIoni - 36 -216 -178 1.58e+03 1.72 0.0113 25.2 1.58e+03 Chamber eIoni - 37 -208 -180 1.6e+03 1.71 0.00662 24.2 1.61e+03 Chamber eIoni - 38 -198 -179 1.64e+03 1.69 0.0206 41.1 1.65e+03 Chamber eIoni - 39 -192 -169 1.66e+03 1.68 0.00828 23.4 1.67e+03 Chamber eIoni - 40 -172 -150 1.7e+03 1.67 0.014 51.8 1.72e+03 Tracker Transportation - 41 -163 -113 1.76e+03 1.66 0.0102 69.7 1.79e+03 Tracker eIoni - 42 -151 -63.9 1.84e+03 1.64 0.0136 100 1.89e+03 Tracker StepLimiter - 43 -149 -48 1.89e+03 1.63 0.00534 50.2 1.94e+03 Tracker eIoni - 44 -147 -38.2 1.92e+03 1.63 0.00393 27.2 1.97e+03 Tracker eIoni - 45 -145 -23.3 1.96e+03 1.62 0.00548 44.5 2.01e+03 Tracker eIoni - 46 -148 11.4 2.05e+03 1.6 0.0141 100 2.11e+03 Tracker StepLimiter - 47 -147 13.5 2.06e+03 1.6 0.00113 7.2 2.12e+03 Tracker eIoni - 48 -140 34.8 2.14e+03 1.59 0.0113 80.5 2.2e+03 Tracker eIoni - 49 -136 44.3 2.17e+03 1.58 0.00498 34.1 2.24e+03 Tracker eIoni - 50 -131 56.8 2.21e+03 1.58 0.00422 43.1 2.28e+03 Tracker eIoni - 51 -127 78.3 2.26e+03 1.57 0.00618 58.2 2.34e+03 Tracker eIoni - 52 -126 85.1 2.28e+03 1.56 0.00227 19.8 2.36e+03 Tracker eIoni - 53 -125 93.7 2.3e+03 1.56 0.00196 24.2 2.38e+03 Tracker eIoni - 54 -123 133 2.38e+03 1.55 0.0118 87 2.47e+03 Tracker eIoni - 55 -121 141 2.4e+03 1.54 0.00229 19.7 2.49e+03 World Transportation - 56 -113 166 2.46e+03 1.53 0.00871 65.4 2.55e+03 World eIoni - 57 -98 193 2.52e+03 1.52 0.00715 69.4 2.62e+03 World eIoni - 58 -71.1 174 2.6e+03 1.51 0.0161 88.5 2.71e+03 World eIoni - 59 -10.8 114 2.78e+03 1.48 0.029 192 2.9e+03 World eIoni - 60 28.8 49.4 2.94e+03 1.45 0.0241 183 3.09e+03 OutOfWorld Transportation + 0 -1.17e+03 -2.01e+03 1.68e+03 0.00654 0 0 0 Chamber initStep + 1 -1.17e+03 -2.01e+03 1.68e+03 0 0.00654 0.604 0.604 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 342, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.8 114 2.78e+03 0.00155 0 0 0 World initStep - 1 -10.8 114 2.78e+03 0 0.00155 0.109 0.109 World eIoni + 0 -1.16e+03 -2e+03 1.66e+03 0.00293 0 0 0 Chamber initStep + 1 -1.16e+03 -2e+03 1.66e+03 0 0.00293 0.177 0.177 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 339, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -71.1 174 2.6e+03 0.00128 0 0 0 World initStep - 1 -71.1 174 2.6e+03 0 0.00128 0.082 0.082 World eIoni + 0 -1.14e+03 -1.97e+03 1.59e+03 0.00477 0 0 0 Chamber initStep + 1 -1.14e+03 -1.97e+03 1.59e+03 0 0.00477 0.365 0.365 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 342, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 338, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98 193 2.52e+03 0.00159 0 0 0 World initStep - 1 -97.9 193 2.52e+03 0 0.00159 0.113 0.113 World eIoni + 0 -1.14e+03 -1.96e+03 1.58e+03 0.00153 0 0 0 Chamber initStep + 1 -1.14e+03 -1.96e+03 1.58e+03 0 0.00153 0.0722 0.0722 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 341, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 337, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -113 166 2.46e+03 0.00192 0 0 0 World initStep - 1 -113 166 2.46e+03 0 0.00192 0.151 0.151 World eIoni + 0 -1.14e+03 -1.96e+03 1.57e+03 0.00167 0 0 0 Chamber initStep + 1 -1.14e+03 -1.96e+03 1.57e+03 0 0.00167 0.0814 0.0814 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 340, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 336, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -123 133 2.38e+03 0.00155 0 0 0 Tracker initStep - 1 -123 133 2.38e+03 0 0.00155 0.109 0.109 Tracker eIoni + 0 -1.12e+03 -1.93e+03 1.52e+03 0.00348 0 0 0 Chamber initStep + 1 -1.12e+03 -1.93e+03 1.52e+03 0 0.00348 0.226 0.226 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 339, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 335, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -125 93.7 2.3e+03 0.00148 0 0 0 Tracker initStep - 1 -125 93.7 2.3e+03 0 0.00148 0.101 0.101 Tracker eIoni + 0 -1.12e+03 -1.93e+03 1.52e+03 0.00872 0 0 0 Chamber initStep + 1 -1.12e+03 -1.93e+03 1.52e+03 0.00496 0.000949 0.108 0.108 Chamber eIoni + 2 -1.12e+03 -1.93e+03 1.52e+03 0 0.00496 0.389 0.496 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 338, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 354, Parent ID = 335 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -126 85.1 2.28e+03 0.00424 0 0 0 Tracker initStep - 1 -126 84.9 2.28e+03 0 0.00424 0.572 0.572 Tracker eIoni + 0 -1.12e+03 -1.93e+03 1.52e+03 0.00281 0 0 0 Chamber initStep + 1 -1.12e+03 -1.93e+03 1.52e+03 0 0.00281 0.167 0.167 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 337, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 334, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -127 78.3 2.26e+03 0.0013 0 0 0 Tracker initStep - 1 -127 78.3 2.26e+03 0 0.0013 0.0833 0.0833 Tracker eIoni + 0 -1.12e+03 -1.93e+03 1.52e+03 0.00193 0 0 0 Chamber initStep + 1 -1.12e+03 -1.93e+03 1.52e+03 0 0.00193 0.0992 0.0992 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 336, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -131 56.8 2.21e+03 0.00129 0 0 0 Tracker initStep - 1 -131 56.8 2.21e+03 0 0.00129 0.083 0.083 Tracker eIoni + 0 -1.09e+03 -1.87e+03 1.41e+03 0.0018 0 0 0 Tracker initStep + 1 -1.09e+03 -1.87e+03 1.41e+03 0 0.0018 0.137 0.137 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 335, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -136 44.3 2.17e+03 0.00183 0 0 0 Tracker initStep - 1 -136 44.3 2.17e+03 0 0.00183 0.141 0.141 Tracker eIoni + 0 -1.06e+03 -1.82e+03 1.3e+03 0.00107 0 0 0 Tracker initStep + 1 -1.06e+03 -1.82e+03 1.3e+03 0 0.00107 0.0629 0.0629 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 334, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 34.8 2.14e+03 0.00113 0 0 0 Tracker initStep - 1 -140 34.8 2.14e+03 0 0.00113 0.068 0.068 Tracker eIoni + 0 -938 -1.62e+03 920 0.00241 0 0 0 Tracker initStep + 1 -938 -1.62e+03 920 0 0.00241 0.219 0.219 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 330, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -147 13.5 2.06e+03 0.00111 0 0 0 Tracker initStep - 1 -147 13.5 2.06e+03 0 0.00111 0.0659 0.0659 Tracker eIoni + 0 -935 -1.61e+03 912 0.00248 0 0 0 Tracker initStep + 1 -935 -1.61e+03 912 0 0.00248 0.229 0.229 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 329, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -145 -23.3 1.96e+03 0.00155 0 0 0 Tracker initStep - 1 -145 -23.3 1.96e+03 0 0.00155 0.109 0.109 Tracker eIoni + 0 -926 -1.6e+03 880 0.00141 0 0 0 Chamber initStep + 1 -926 -1.6e+03 880 0 0.00141 0.0645 0.0645 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 328, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -147 -38.2 1.92e+03 0.00407 0 0 0 Tracker initStep - 1 -147 -38.1 1.92e+03 0 0.00407 0.533 0.533 Tracker eIoni + 0 -917 -1.58e+03 853 0.00165 0 0 0 Chamber initStep + 1 -917 -1.58e+03 853 0 0.00165 0.0801 0.0801 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 330, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 327, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 -48 1.89e+03 0.00356 0 0 0 Tracker initStep - 1 -149 -47.9 1.89e+03 0 0.00356 0.423 0.423 Tracker eIoni + 0 -903 -1.56e+03 803 0.00186 0 0 0 Chamber initStep + 1 -903 -1.56e+03 803 0 0.00186 0.0943 0.0943 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 329, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 326, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -163 -113 1.76e+03 0.00107 0 0 0 Tracker initStep - 1 -163 -113 1.76e+03 0 0.00107 0.0628 0.0628 Tracker eIoni + 0 -899 -1.55e+03 788 0.0015 0 0 0 Chamber initStep + 1 -899 -1.55e+03 788 0 0.0015 0.0703 0.0703 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 328, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 325, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -192 -169 1.66e+03 0.00211 0 0 0 Chamber initStep - 1 -192 -169 1.66e+03 0 0.00211 0.112 0.112 Chamber eIoni + 0 -897 -1.55e+03 781 0.0014 0 0 0 Chamber initStep + 1 -897 -1.55e+03 781 0 0.0014 0.0639 0.0639 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 327, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 324, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -198 -179 1.64e+03 0.00153 0 0 0 Chamber initStep - 1 -198 -179 1.64e+03 0 0.00153 0.0722 0.0722 Chamber eIoni + 0 -895 -1.54e+03 771 0.00495 0 0 0 Chamber initStep + 1 -895 -1.54e+03 771 0 0.00495 0.388 0.388 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 326, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 323, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -208 -180 1.6e+03 0.00168 0 0 0 Chamber initStep - 1 -208 -180 1.6e+03 0 0.00168 0.0819 0.0819 Chamber eIoni + 0 -892 -1.54e+03 762 0.0015 0 0 0 Chamber initStep + 1 -892 -1.54e+03 762 0 0.0015 0.0701 0.0701 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 325, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 322, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -216 -178 1.58e+03 0.00152 0 0 0 Chamber initStep - 1 -216 -178 1.58e+03 0 0.00152 0.0714 0.0714 Chamber eIoni + 0 -867 -1.49e+03 673 0.00152 0 0 0 Tracker initStep + 1 -867 -1.49e+03 673 0 0.00152 0.106 0.106 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 324, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 321, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -226 -179 1.55e+03 0.00235 0 0 0 Chamber initStep - 1 -226 -179 1.55e+03 0 0.00235 0.13 0.13 Chamber eIoni + 0 -864 -1.49e+03 663 0.00208 0 0 0 Tracker initStep + 1 -864 -1.49e+03 663 0 0.00208 0.172 0.172 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 323, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 320, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -234 -196 1.51e+03 0.00461 0 0 0 Chamber initStep - 1 -234 -196 1.51e+03 0 0.00461 0.346 0.346 Chamber eIoni + 0 -834 -1.44e+03 558 0.00203 0 0 0 Tracker initStep + 1 -834 -1.44e+03 558 0 0.00203 0.165 0.165 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 322, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 319, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -220 -196 1.42e+03 0.00288 0 0 0 Tracker initStep - 1 -220 -197 1.42e+03 0 0.00288 0.294 0.294 Tracker eIoni + 0 -829 -1.43e+03 538 0.00132 0 0 0 Tracker initStep + 1 -829 -1.43e+03 538 0 0.00132 0.0856 0.0856 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 321, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 318, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -218 -196 1.41e+03 0.00139 0 0 0 Tracker initStep - 1 -218 -196 1.41e+03 0 0.00139 0.0922 0.0922 Tracker eIoni + 0 -817 -1.41e+03 497 0.00173 0 0 0 Tracker initStep + 1 -817 -1.41e+03 497 0 0.00173 0.129 0.129 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 320, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -214 -199 1.36e+03 0.00101 0 0 0 Tracker initStep - 1 -214 -199 1.36e+03 0 0.00101 0.0583 0.0583 Tracker eIoni + 0 -816 -1.41e+03 494 0.00164 0 0 0 Tracker initStep + 1 -816 -1.41e+03 494 0 0.00164 0.119 0.119 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 319, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 316, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -212 -200 1.34e+03 0.00211 0 0 0 Tracker initStep - 1 -212 -200 1.34e+03 0 0.00211 0.177 0.177 Tracker eIoni + 0 -805 -1.39e+03 456 0.00144 0 0 0 Tracker initStep + 1 -805 -1.39e+03 456 0 0.00144 0.0979 0.0979 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 318, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -200 -171 875 0.0014 0 0 0 Chamber initStep - 1 -200 -171 875 0 0.0014 0.0642 0.0642 Chamber eIoni + 0 -802 -1.38e+03 443 0.00107 0 0 0 Tracker initStep + 1 -802 -1.38e+03 443 0 0.00107 0.0628 0.0628 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -200 -171 874 0.00369 0 0 0 Chamber initStep - 1 -200 -171 874 0.000107 0.00359 0.195 0.195 Chamber eIoni - 2 -200 -171 874 0 0.000107 0.0068 0.201 Chamber eIoni + 0 -778 -1.34e+03 361 0.00271 0 0 0 Tracker initStep + 1 -778 -1.34e+03 361 0 0.00271 0.266 0.266 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 316, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -198 -168 863 0.00329 0 0 0 Chamber initStep - 1 -198 -168 863 0 0.00329 0.208 0.208 Chamber eIoni + 0 -760 -1.31e+03 298 0.00148 0 0 0 Tracker initStep + 1 -760 -1.31e+03 298 0 0.00148 0.102 0.102 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 315, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 311, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -196 -142 829 0.00178 0 0 0 Chamber initStep - 1 -196 -142 829 0 0.00178 0.0883 0.0883 Chamber eIoni + 0 -647 -1.12e+03 -94.5 0.0014 0 0 0 Chamber initStep + 1 -647 -1.12e+03 -94.5 0 0.0014 0.0642 0.0642 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 310, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -190 -131 819 0.00299 0 0 0 Chamber initStep - 1 -190 -131 819 0 0.00299 0.182 0.182 Chamber eIoni + 0 -647 -1.12e+03 -95.6 0.0037 0 0 0 Chamber initStep + 1 -647 -1.12e+03 -95.6 0 0.0037 0.247 0.247 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 309, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -187 -114 809 0.0466 0 0 0 Chamber initStep - 1 -189 -112 805 0.0383 0.00835 4.75 4.75 Chamber eIoni - 2 -191 -112 809 0.0322 0.00605 4.07 8.82 Chamber eIoni - 3 -193 -112 811 0.0264 0.00582 3.38 12.2 Chamber eIoni - 4 -195 -112 813 0.0178 0.00864 2.8 15 Chamber eIoni - 5 -194 -111 812 0.0109 0.00325 1.3 16.3 Chamber eIoni - 6 -194 -111 812 0.00178 0.00913 1.32 17.6 Chamber eIoni - 7 -194 -111 812 0 0.00178 0.0884 17.7 Chamber eIoni + 0 -610 -1.06e+03 -226 0.00122 0 0 0 Tracker initStep + 1 -610 -1.06e+03 -226 0 0.00122 0.0765 0.0765 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 313 +* G4Track Information: Particle = e-, Track ID = 308, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -194 -111 812 0.00361 0 0 0 Chamber initStep - 1 -194 -111 812 0 0.00361 0.239 0.239 Chamber eIoni + 0 -573 -994 -354 0.00161 0 0 0 Tracker initStep + 1 -573 -994 -354 0 0.00161 0.115 0.115 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -163 -77.1 771 0.00424 0 0 0 Chamber initStep - 1 -163 -77.1 771 0 0.00424 0.304 0.304 Chamber eIoni + 0 -556 -965 -413 0.00836 0 0 0 Tracker initStep + 1 -556 -966 -412 0.00354 0.00352 1.36 1.36 Tracker eIoni + 2 -556 -966 -412 0 0.00354 0.419 1.78 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 311, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 355, Parent ID = 307 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -143 -68.9 725 0.00522 0 0 0 Chamber initStep - 1 -143 -69 725 0 0.00522 0.421 0.421 Chamber eIoni + 0 -556 -966 -412 0.00129 0 0 0 Tracker initStep + 1 -556 -966 -412 0 0.00129 0.0829 0.0829 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 310, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 306, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -143 -68.8 724 0.00163 0 0 0 Chamber initStep - 1 -143 -68.8 724 0 0.00163 0.0787 0.0787 Chamber eIoni + 0 -537 -931 -483 0.00945 0 0 0 Tracker initStep + 1 -538 -931 -483 0.00568 0.00377 1.75 1.75 Tracker eIoni + 2 -539 -931 -483 0 0.00568 0.962 2.71 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 309, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 305, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -141 -67 711 0.00169 0 0 0 Chamber initStep - 1 -141 -67 711 0 0.00169 0.0825 0.0825 Chamber eIoni + 0 -493 -854 -644 0.00171 0 0 0 Tracker initStep + 1 -493 -854 -644 0 0.00171 0.126 0.126 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 308, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 304, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -140 -66.5 702 0.00293 0 0 0 Chamber initStep - 1 -140 -66.5 702 0 0.00293 0.176 0.176 Chamber eIoni + 0 -462 -802 -753 0.00112 0 0 0 Tracker initStep + 1 -462 -802 -753 0 0.00112 0.0668 0.0668 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 303, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -121 -60.1 606 0.00241 0 0 0 Tracker initStep - 1 -120 -60.1 606 0 0.00241 0.218 0.218 Tracker eIoni + 0 -457 -792 -773 0.00294 0 0 0 Tracker initStep + 1 -457 -792 -773 0 0.00294 0.304 0.304 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 306, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 302, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -117 -58.5 585 0.00178 0 0 0 Tracker initStep - 1 -117 -58.4 585 0 0.00178 0.135 0.135 Tracker eIoni + 0 -431 -746 -867 0.00241 0 0 0 Tracker initStep + 1 -431 -746 -867 0 0.00241 0.218 0.218 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 305, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 301, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -114 -57.8 566 0.00583 0 0 0 Tracker initStep - 1 -114 -57.5 566 0 0.00583 1.01 1.01 Tracker eIoni + 0 -401 -696 -973 0.00289 0 0 0 Tracker initStep + 1 -401 -696 -973 0 0.00289 0.296 0.296 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 304, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 300, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -99.8 -47.6 446 0.00102 0 0 0 Tracker initStep - 1 -99.8 -47.6 446 0 0.00102 0.0587 0.0587 Tracker eIoni + 0 -400 -694 -976 0.00124 0 0 0 Tracker initStep + 1 -401 -694 -976 0 0.00124 0.0775 0.0775 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 303, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 299, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67.2 -47.4 291 0.0123 0 0 0 Tracker initStep - 1 -67.1 -48.8 292 0.00656 0.00573 2.17 2.17 Tracker eIoni - 2 -67.4 -49.1 292 0 0.00656 1.21 3.38 Tracker eIoni + 0 -341 -592 -1.19e+03 0.00105 0 0 0 Tracker initStep + 1 -341 -592 -1.19e+03 0 0.00105 0.0615 0.0615 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 302, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 298, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.4 -42.8 173 0.00103 0 0 0 Tracker initStep - 1 -37.3 -42.8 173 0 0.00103 0.0596 0.0596 Tracker eIoni + 0 -328 -569 -1.24e+03 0.00267 0 0 0 Tracker initStep + 1 -328 -569 -1.24e+03 0 0.00267 0.259 0.259 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 301, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.6 -40.7 124 0.00168 0 0 0 Tracker initStep - 1 -22.6 -40.7 124 0 0.00168 0.123 0.123 Tracker eIoni + 0 -265 -459 -1.47e+03 0.00407 0 0 0 Tracker initStep + 1 -265 -459 -1.47e+03 0 0.00407 0.534 0.534 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 300, Parent ID = 144 +* G4Track Information: Particle = e-, Track ID = 296, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.2 131 -62.3 7.2e-05 0 0 0 Chamber initStep - 1 69.2 131 -62.3 0 7.2e-05 0.00556 0.00556 Chamber eIoni + 0 -236 -406 -1.58e+03 0.00126 0 0 0 Tracker initStep + 1 -236 -406 -1.58e+03 0 0.00126 0.0797 0.0797 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 299, Parent ID = 163 +* G4Track Information: Particle = e-, Track ID = 295, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00185 0.00369 -2.42e+03 0.312 0 0 0 Target initStep - 1 -0.00622 0.00765 -2.42e+03 0 0.312 0.158 0.158 Target eIoni + 0 -231 -396 -1.6e+03 0.00148 0 0 0 Tracker initStep + 1 -231 -396 -1.6e+03 0 0.00148 0.101 0.101 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 165 +* G4Track Information: Particle = e-, Track ID = 294, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.5 -36.3 74.9 23.5 0 0 0 Chamber initStep - 1 -12.4 -36.3 100 23.5 0.0144 25.1 25.1 Tracker Transportation - 2 -11.5 -36.7 150 23.5 0.0102 50 75.1 Tracker eIoni - 3 -11.2 -36.9 166 23.5 0.00446 16.3 91.4 Tracker eIoni - 4 -9.49 -37.5 266 23.5 0.0162 100 191 Tracker StepLimiter - 5 -6.99 -38.9 366 23.5 0.0157 100 291 Tracker StepLimiter - 6 -4.28 -41.1 466 23.4 0.018 100 391 Tracker StepLimiter - 7 -2.29 -42.4 566 23.4 0.019 100 491 Tracker StepLimiter - 8 0.127 -43.6 666 23.4 0.0165 100 591 Tracker StepLimiter - 9 0.947 -44.4 700 23.4 0.0041 33.9 625 Chamber Transportation - 10 1.23 -44.6 714 23.4 0.01 13.8 639 Chamber eIoni - 11 1.26 -44.7 720 23.4 0.00358 6.12 645 Chamber eIoni - 12 0.39 -46 781 23.4 0.0287 61.1 706 Chamber eIoni - 13 0.786 -46.4 791 23.4 0.00304 9.6 716 Chamber eIoni - 14 1.34 -47.1 802 23.3 0.00644 11.5 727 Chamber eIoni - 15 2.09 -48.4 834 23.3 0.0161 31.7 759 Chamber eIoni - 16 2.36 -49.5 844 23.3 0.00522 10.2 769 Chamber eIoni - 17 4.03 -55.5 900 23.3 0.022 56.5 826 Tracker Transportation - 18 5.72 -58.7 922 23.3 0.00392 22.4 848 Tracker eIoni - 19 13.4 -73.2 1.02e+03 23.2 0.0171 100 948 Tracker StepLimiter - 20 20 -85.6 1.11e+03 23.2 0.0168 89.5 1.04e+03 Tracker eIoni - 21 22.4 -89.6 1.14e+03 23.2 0.00478 29 1.07e+03 Tracker eIoni - 22 29.9 -103 1.24e+03 23.2 0.0183 100 1.17e+03 Tracker StepLimiter - 23 38.3 -119 1.33e+03 23.2 0.0171 100 1.27e+03 Tracker StepLimiter - 24 39.6 -121 1.35e+03 23.2 0.00225 14.8 1.28e+03 Tracker eIoni - 25 47.1 -135 1.45e+03 23.1 0.0195 100 1.38e+03 Tracker StepLimiter - 26 50.1 -140 1.48e+03 23.1 0.00583 35.7 1.42e+03 Tracker eIoni - 27 51.5 -143 1.5e+03 23.1 0.00384 16.9 1.43e+03 Chamber Transportation - 28 56.7 -150 1.55e+03 23.1 0.0223 50.2 1.48e+03 Chamber eIoni - 29 57.4 -151 1.56e+03 23.1 0.00922 8.7 1.49e+03 Chamber eIoni - 30 57.8 -152 1.56e+03 23.1 0.003 4.51 1.5e+03 Chamber eIoni - 31 58.7 -153 1.57e+03 23.1 0.00388 9.77 1.51e+03 Chamber eIoni - 32 60.3 -154 1.59e+03 23.1 0.00726 15.8 1.52e+03 Chamber eIoni - 33 66.5 -162 1.65e+03 23 0.0233 64.4 1.59e+03 Chamber eIoni - 34 68.5 -169 1.68e+03 23 0.0162 31 1.62e+03 Chamber eIoni - 35 69.7 -171 1.69e+03 23 0.00302 9.7 1.63e+03 Chamber eIoni - 36 70.9 -173 1.7e+03 23 0.00621 9.3 1.64e+03 Tracker Transportation - 37 72.6 -175 1.71e+03 23 0.00493 14.8 1.65e+03 Tracker eIoni - 38 84.3 -193 1.81e+03 23 0.0149 100 1.75e+03 Tracker StepLimiter - 39 95.7 -209 1.9e+03 22.9 0.0199 90.1 1.84e+03 Tracker eIoni - 40 109 -228 2e+03 22.9 0.0165 100 1.94e+03 Tracker StepLimiter - 41 112 -231 2.02e+03 22.9 0.00333 19.4 1.96e+03 Tracker eIoni - 42 112 -232 2.02e+03 22.9 0.000846 1.45 1.96e+03 Tracker eIoni - 43 120 -241 2.07e+03 22.9 0.00685 56.8 2.02e+03 Tracker eIoni - 44 134 -260 2.17e+03 22.8 0.0183 100 2.12e+03 Tracker StepLimiter - 45 143 -270 2.23e+03 22.8 0.00843 58.8 2.18e+03 Tracker eIoni - 46 156 -288 2.33e+03 22.8 0.0186 100 2.28e+03 Tracker StepLimiter - 47 167 -302 2.4e+03 22.8 0.0139 76.9 2.36e+03 World Transportation - 48 167 -302 2.4e+03 22.8 0.000816 4.17 2.36e+03 World eIoni - 49 170 -306 2.42e+03 22.8 0.00265 19.2 2.38e+03 World eIoni - 50 176 -313 2.46e+03 22.8 0.00575 36.8 2.42e+03 World eIoni - 51 184 -323 2.51e+03 22.8 0.0112 57.2 2.47e+03 World eIoni - 52 188 -328 2.54e+03 22.8 0.00479 28.9 2.5e+03 World eIoni - 53 192 -332 2.57e+03 22.8 0.00377 24.3 2.53e+03 World eIoni - 54 196 -337 2.59e+03 22.7 0.00682 29.4 2.56e+03 World eIoni - 55 212 -354 2.7e+03 22.7 0.0219 107 2.66e+03 World eIoni - 56 245 -394 2.91e+03 22.7 0.0345 213 2.88e+03 World eIoni - 57 245 -394 2.91e+03 22.7 6.51e-05 0.423 2.88e+03 World eIoni - 58 250 -400 2.94e+03 22.7 0.00488 35.1 2.91e+03 OutOfWorld Transportation + 0 -182 -312 -1.77e+03 0.00107 0 0 0 Tracker initStep + 1 -182 -312 -1.77e+03 0 0.00107 0.0626 0.0626 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 383, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 293, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 245 -394 2.91e+03 0.00111 0 0 0 World initStep - 1 245 -394 2.91e+03 0 0.00111 0.0667 0.0667 World eIoni + 0 -180 -309 -1.78e+03 0.00364 0 0 0 Tracker initStep + 1 -180 -309 -1.78e+03 0 0.00364 0.439 0.439 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 382, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 292, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 245 -394 2.91e+03 0.00199 0 0 0 World initStep - 1 245 -394 2.91e+03 0 0.00199 0.161 0.161 World eIoni + 0 -166 -284 -1.83e+03 0.00118 0 0 0 Tracker initStep + 1 -166 -284 -1.83e+03 0 0.00118 0.0727 0.0727 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 381, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 291, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 212 -354 2.7e+03 0.00256 0 0 0 World initStep - 1 212 -354 2.7e+03 0 0.00256 0.242 0.242 World eIoni + 0 -118 -200 -2e+03 0.00257 0 0 0 Tracker initStep + 1 -118 -200 -2e+03 0 0.00257 0.242 0.242 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 380, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 290, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 196 -337 2.59e+03 0.00466 0 0 0 World initStep - 1 196 -337 2.59e+03 0 0.00466 0.676 0.676 World eIoni + 0 -113 -193 -2.01e+03 0.00104 0 0 0 Tracker initStep + 1 -113 -193 -2.01e+03 0 0.00104 0.0605 0.0605 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 379, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 289, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 192 -332 2.57e+03 0.00366 0 0 0 World initStep - 1 192 -332 2.57e+03 0.00178 0.000147 0.0272 0.0272 World eIoni - 2 192 -332 2.57e+03 0 0.00178 0.135 0.163 World eIoni + 0 -64.9 -111 -2.18e+03 0.00263 0 0 0 Tracker initStep + 1 -65 -111 -2.18e+03 0 0.00263 0.252 0.252 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 384, Parent ID = 379 +* G4Track Information: Particle = e-, Track ID = 288, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 192 -332 2.57e+03 0.00172 0 0 0 World initStep - 1 192 -332 2.57e+03 0 0.00172 0.128 0.128 World eIoni + 0 -17.4 -30.4 -2.34e+03 0.00153 0 0 0 Tracker initStep + 1 -17.4 -30.4 -2.34e+03 0 0.00153 0.107 0.107 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 378, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 341, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 188 -328 2.54e+03 0.00234 0 0 0 World initStep - 1 188 -328 2.54e+03 0 0.00234 0.209 0.209 World eIoni + 0 -1.15e+03 -1.97e+03 1.6e+03 6.44 0 0 0 Chamber initStep + 1 -1.18e+03 -2.02e+03 1.7e+03 6.44 0 115 115 Tracker Transportation + 2 -1.21e+03 -2.07e+03 1.8e+03 6.44 0 112 228 World Transportation + 3 -1.56e+03 -2.67e+03 2.94e+03 6.44 0 1.34e+03 1.56e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 377, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 340, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 184 -323 2.51e+03 0.0012 0 0 0 World initStep - 1 184 -323 2.51e+03 0 0.0012 0.0739 0.0739 World eIoni + 0 -1.15e+03 -1.97e+03 1.6e+03 0.00798 0 0 0 Chamber initStep + 1 -1.15e+03 -1.98e+03 1.61e+03 0 0.00546 17.6 17.6 Chamber phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 376, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 356, Parent ID = 340 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 176 -313 2.46e+03 0.00799 0 0 0 World initStep - 1 175 -313 2.46e+03 0.00222 0.00577 1.5 1.5 World eIoni - 2 175 -313 2.46e+03 0 0.00222 0.191 1.7 World eIoni + 0 -1.15e+03 -1.98e+03 1.61e+03 0.00252 0 0 0 Chamber initStep + 1 -1.15e+03 -1.98e+03 1.61e+03 0 0.00252 0.143 0.143 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 375, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 315, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 170 -306 2.42e+03 0.00225 0 0 0 World initStep - 1 170 -306 2.42e+03 0 0.00225 0.195 0.195 World eIoni + 0 -802 -1.38e+03 445 1.2 0 0 0 Tracker initStep + 1 -871 -1.5e+03 700 1.2 0 288 288 Chamber Transportation + 2 -924 -1.59e+03 900 1.2 0 226 515 Tracker Transportation + 3 -1.09e+03 -1.86e+03 1.5e+03 1.2 0 679 1.19e+03 Chamber Transportation + 4 -1.14e+03 -1.95e+03 1.7e+03 1.2 0 226 1.42e+03 Tracker Transportation + 5 -1.21e+03 -2.07e+03 1.96e+03 1.2 0 294 1.71e+03 World Transportation + 6 -1.47e+03 -2.52e+03 2.94e+03 1.2 0 1.11e+03 2.82e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 374, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 287, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 167 -302 2.4e+03 0.00108 0 0 0 World initStep - 1 167 -302 2.4e+03 0 0.00108 0.0633 0.0633 World eIoni + 0 -0.22 -0.605 -2.4e+03 3.6 0 0 0 Target initStep + 1 -0.117 -0.83 -2.4e+03 3.6 0 1.28 1.28 Tracker Transportation + 2 57.4 -126 -1.7e+03 3.6 0 713 715 Chamber Transportation + 3 73.8 -162 -1.5e+03 3.6 0 204 919 Tracker Transportation + 4 123 -270 -900 3.6 0 612 1.53e+03 Chamber Transportation + 5 140 -306 -700 3.6 0 204 1.73e+03 Tracker Transportation + 6 189 -413 -100 3.6 0 612 2.35e+03 Chamber Transportation + 7 205 -449 100 3.6 0 204 2.55e+03 Tracker Transportation + 8 255 -557 700 3.6 0 612 3.16e+03 Chamber Transportation + 9 271 -593 900 3.6 0 204 3.36e+03 Tracker Transportation + 10 320 -700 1.5e+03 3.6 0 612 3.98e+03 Chamber Transportation + 11 337 -736 1.7e+03 3.6 0 204 4.18e+03 Tracker Transportation + 12 394 -862 2.4e+03 3.6 0 713 4.89e+03 World Transportation + 13 439 -959 2.94e+03 3.6 0 550 5.44e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 373, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 286, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 143 -270 2.23e+03 0.0017 0 0 0 Tracker initStep - 1 143 -270 2.23e+03 0 0.0017 0.125 0.125 Tracker eIoni + 0 -0.195 -0.564 -2.4e+03 0.828 0 0 0 Target initStep + 1 -0.367 -0.788 -2.4e+03 0.828 0 1.49 1.49 Tracker Transportation + 2 -82.7 -108 -1.7e+03 0.828 0 713 714 Chamber Transportation + 3 -106 -138 -1.5e+03 0.828 0 204 918 Tracker Transportation + 4 -177 -230 -900 0.828 0 611 1.53e+03 Chamber Transportation + 5 -200 -261 -700 0.828 0 204 1.73e+03 Tracker Transportation + 6 -271 -352 -100 0.828 0 611 2.34e+03 Chamber Transportation + 7 -295 -383 100 0.828 0 204 2.55e+03 Tracker Transportation + 8 -365 -475 700 0.828 0 611 3.16e+03 Chamber Transportation + 9 -389 -505 900 0.828 0 204 3.36e+03 Tracker Transportation + 10 -459 -597 1.5e+03 0.828 0 611 3.97e+03 Chamber Transportation + 11 -483 -628 1.7e+03 0.828 0 204 4.18e+03 Tracker Transportation + 12 -565 -735 2.4e+03 0.828 0 713 4.89e+03 World Transportation + 13 -629 -817 2.94e+03 0.828 0 550 5.44e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 372, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 285, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 120 -241 2.07e+03 0.0416 0 0 0 Tracker initStep - 1 113 -243 2.07e+03 0.0272 0.00618 8.2 8.2 Tracker eIoni - 2 108 -244 2.07e+03 0.0234 0.00377 4.89 13.1 Tracker eIoni - 3 108 -244 2.07e+03 0.0203 0.000488 0.062 13.2 Tracker eIoni - 4 105 -242 2.07e+03 0.016 0.0043 3.47 16.6 Tracker eIoni - 5 103 -242 2.07e+03 0.0116 0.00447 2.74 19.4 Tracker eIoni - 6 101 -242 2.07e+03 0.00713 0.00442 2.06 21.4 Tracker eIoni - 7 102 -243 2.07e+03 0.00123 0.0059 1.33 22.8 Tracker eIoni - 8 102 -243 2.07e+03 0 0.00123 0.0767 22.8 Tracker eIoni + 0 -0.149 -0.504 -2.4e+03 20.5 0 0 0 Target initStep + 1 -0.434 -0.619 -2.4e+03 20.5 0 2.1 2.1 Tracker Transportation + 2 -96.2 -39.3 -1.7e+03 20.5 0 708 710 Chamber Transportation + 3 -124 -50.3 -1.5e+03 20.5 0 202 912 Tracker Transportation + 4 -206 -83.4 -900 20.5 0 606 1.52e+03 Chamber Transportation + 5 -233 -94.5 -700 20.5 0 202 1.72e+03 Tracker Transportation + 6 -315 -128 -100 20.5 0 606 2.33e+03 Chamber Transportation + 7 -342 -139 100 20.5 0 202 2.53e+03 Tracker Transportation + 8 -425 -172 700 20.5 0 606 3.14e+03 Chamber Transportation + 9 -452 -183 900 20.5 0 202 3.34e+03 Tracker Transportation + 10 -534 -216 1.5e+03 20.5 0 606 3.94e+03 Chamber Transportation + 11 -561 -227 1.7e+03 20.5 0 202 4.15e+03 Tracker Transportation + 12 -657 -266 2.4e+03 20.5 0 708 4.85e+03 World Transportation + 13 -731 -295 2.94e+03 20.5 0 546 5.4e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 386, Parent ID = 372 +* G4Track Information: Particle = gamma, Track ID = 284, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 108 -244 2.07e+03 0.00263 0 0 0 Tracker initStep - 1 108 -244 2.07e+03 0 0.00263 0.252 0.252 Tracker eIoni + 0 -0.138 -0.496 -2.4e+03 3.86 0 0 0 Target initStep + 1 -0.184 -0.639 -2.4e+03 3.86 0 2.44 2.44 Tracker Transportation + 2 -13.5 -41.7 -1.7e+03 3.86 0 701 704 Chamber Transportation + 3 -17.3 -53.5 -1.5e+03 3.86 0 200 904 Tracker Transportation + 4 -28.7 -88.7 -900 3.86 0 601 1.51e+03 Chamber Transportation + 5 -32.5 -100 -700 3.86 0 200 1.71e+03 Tracker Transportation + 6 -43.9 -136 -100 3.86 0 601 2.31e+03 Chamber Transportation + 7 -47.7 -147 100 3.86 0 200 2.51e+03 Tracker Transportation + 8 -59 -183 700 3.86 0 601 3.11e+03 Chamber Transportation + 9 -62.8 -194 900 3.86 0 200 3.31e+03 Tracker Transportation + 10 -74.2 -230 1.5e+03 3.86 0 601 3.91e+03 Chamber Transportation + 11 -78 -241 1.7e+03 3.86 0 200 4.11e+03 Tracker Transportation + 12 -91.3 -282 2.4e+03 3.86 0 701 4.81e+03 World Transportation + 13 -102 -314 2.94e+03 3.86 0 541 5.35e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 385, Parent ID = 372 +* G4Track Information: Particle = gamma, Track ID = 283, Parent ID = 281 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 113 -243 2.07e+03 0.00818 0 0 0 Tracker initStep - 1 113 -244 2.07e+03 0.00365 0.00452 1.54 1.54 Tracker eIoni - 2 113 -244 2.07e+03 0 0.00365 0.442 1.98 Tracker eIoni + 0 -0.138 -0.495 -2.4e+03 0.208 0 0 0 Target initStep + 1 -0.14 -0.502 -2.4e+03 0 0.088 0.119 0.119 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 371, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 357, Parent ID = 283 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 112 -232 2.02e+03 0.00102 0 0 0 Tracker initStep - 1 112 -231 2.02e+03 0 0.00102 0.0589 0.0589 Tracker eIoni + 0 -0.14 -0.502 -2.4e+03 0.12 0 0 0 Target initStep + 1 -0.14 -0.501 -2.4e+03 0 0.12 0.0366 0.0366 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 370, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 112 -231 2.02e+03 0.00132 0 0 0 Tracker initStep - 1 112 -231 2.02e+03 0 0.00132 0.0857 0.0857 Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 369, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 95.7 -209 1.9e+03 0.00218 0 0 0 Tracker initStep - 1 95.7 -209 1.9e+03 0 0.00218 0.186 0.186 Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 368, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.6 -175 1.71e+03 0.00214 0 0 0 Tracker initStep - 1 72.6 -175 1.71e+03 0 0.00214 0.181 0.181 Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 367, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.7 -171 1.69e+03 0.00635 0 0 0 Chamber initStep - 1 69.7 -171 1.69e+03 0 0.00635 0.577 0.577 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 366, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68.5 -169 1.68e+03 0.0319 0 0 0 Chamber initStep - 1 68 -169 1.68e+03 0.0295 0.00104 0.758 0.758 Chamber eIoni - 2 68.6 -168 1.68e+03 0.0237 0.00573 3.1 3.85 Chamber eIoni - 3 67.2 -168 1.69e+03 0.00985 0.0102 2.44 6.29 Chamber eIoni - 4 66.5 -167 1.69e+03 0.00397 0.00588 1.17 7.46 Chamber eIoni - 5 66.5 -167 1.69e+03 0 0.00397 0.275 7.73 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 388, Parent ID = 366 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 67.2 -168 1.69e+03 0.00373 0 0 0 Chamber initStep - 1 67.2 -168 1.69e+03 0 0.00373 0.25 0.25 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 387, Parent ID = 366 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 68 -169 1.68e+03 0.00143 0 0 0 Chamber initStep - 1 68 -169 1.68e+03 0 0.00143 0.0661 0.0661 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 365, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 66.5 -162 1.65e+03 0.00263 0 0 0 Chamber initStep - 1 66.4 -162 1.65e+03 0 0.00263 0.152 0.152 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 364, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 60.3 -154 1.59e+03 0.00195 0 0 0 Chamber initStep - 1 60.3 -154 1.59e+03 0 0.00195 0.1 0.1 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 363, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 58.7 -153 1.57e+03 0.00282 0 0 0 Chamber initStep - 1 58.7 -153 1.57e+03 0 0.00282 0.167 0.167 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 362, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57.8 -152 1.56e+03 0.00275 0 0 0 Chamber initStep - 1 57.8 -152 1.56e+03 0 0.00275 0.161 0.161 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 361, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 57.4 -151 1.56e+03 0.00243 0 0 0 Chamber initStep - 1 57.4 -151 1.56e+03 0 0.00243 0.136 0.136 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 360, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 56.7 -150 1.55e+03 0.00374 0 0 0 Chamber initStep - 1 56.7 -150 1.55e+03 0 0.00374 0.251 0.251 Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 359, Parent ID = 297 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 50.1 -140 1.48e+03 0.00382 0 0 0 Tracker initStep - 1 50.2 -140 1.48e+03 0 0.00382 0.478 0.478 Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 358, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 172, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 39.6 -121 1.35e+03 0.00328 0 0 0 Tracker initStep - 1 39.5 -121 1.35e+03 0 0.00328 0.366 0.366 Tracker eIoni + 0 0.00344 -0.0437 -2.41e+03 0.289 0 0 0 Target initStep + 1 -0.0827 -0.169 -2.41e+03 0 0.088 4.12 4.12 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 357, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 358, Parent ID = 172 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.4 -89.6 1.14e+03 0.00374 0 0 0 Tracker initStep - 1 22.4 -89.4 1.14e+03 0 0.00374 0.46 0.46 Tracker eIoni + 0 -0.0827 -0.169 -2.41e+03 0.201 0 0 0 Target initStep + 1 -0.082 -0.171 -2.41e+03 0 0.201 0.0819 0.0819 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 356, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 171, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 20 -85.6 1.11e+03 0.0151 0 0 0 Tracker initStep - 1 22 -84.8 1.11e+03 0.0114 0.0037 2.59 2.59 Tracker eIoni - 2 21.6 -83.3 1.11e+03 0.00468 0.00669 2.04 4.63 Tracker eIoni - 3 21.4 -83 1.11e+03 0 0.00468 0.681 5.31 Tracker eIoni + 0 0.011 -0.0242 -2.41e+03 3.22 0 0 0 Target initStep + 1 0.0319 -0.341 -2.4e+03 3.22 0 14.3 14.3 Tracker Transportation + 2 1.05 -15.8 -1.7e+03 3.22 0 700 714 Chamber Transportation + 3 1.35 -20.3 -1.5e+03 3.22 0 200 915 Tracker Transportation + 4 2.22 -33.6 -900 3.22 0 600 1.51e+03 Chamber Transportation + 5 2.51 -38 -700 3.22 0 200 1.71e+03 Tracker Transportation + 6 3.39 -51.3 -100 3.22 0 600 2.31e+03 Chamber Transportation + 7 3.68 -55.7 100 3.22 0 200 2.51e+03 Tracker Transportation + 8 4.56 -69 700 3.22 0 600 3.12e+03 Chamber Transportation + 9 4.85 -73.4 900 3.22 0 200 3.32e+03 Tracker Transportation + 10 5.72 -86.7 1.5e+03 3.22 0 600 3.92e+03 Chamber Transportation + 11 6.02 -91.1 1.7e+03 3.22 0 200 4.12e+03 Tracker Transportation + 12 7.04 -107 2.4e+03 3.22 0 700 4.82e+03 World Transportation + 13 7.83 -119 2.94e+03 3.22 0 540 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 355, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 170, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.72 -58.7 922 0.0067 0 0 0 Tracker initStep - 1 5.79 -58.8 922 0.00494 8.09e-05 0.133 0.133 Tracker eIoni - 2 5.81 -59.1 922 0 0.00494 0.751 0.884 Tracker eIoni + 0 0.0108 -0.0222 -2.41e+03 0.0991 0 0 0 Target initStep + 1 0.0109 -0.0263 -2.41e+03 0 0.088 0.152 0.152 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 389, Parent ID = 355 +* G4Track Information: Particle = e-, Track ID = 359, Parent ID = 170 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.79 -58.8 922 0.00167 0 0 0 Tracker initStep - 1 5.85 -58.8 922 0 0.00167 0.122 0.122 Tracker eIoni + 0 0.0109 -0.0263 -2.41e+03 0.0111 0 0 0 Target initStep + 1 0.0109 -0.0263 -2.41e+03 0 0.0111 0.000824 0.000824 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 354, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 169, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.36 -49.5 844 0.0238 0 0 0 Chamber initStep - 1 2.38 -49.5 844 0.0204 0.000389 0.0649 0.0649 Chamber eIoni - 2 2.3 -49.9 844 0.0176 0.000845 0.609 0.674 Chamber eIoni - 3 1.76 -51.2 844 0.00859 0.00437 1.89 2.56 Chamber eIoni - 4 1.85 -51.3 844 0.00668 0.000439 0.134 2.7 Chamber eIoni - 5 1.91 -51.2 844 0 0.00668 0.626 3.32 Chamber eIoni + 0 0.0103 -0.016 -2.41e+03 21.8 0 0 0 Target initStep + 1 0.0242 -0.0737 -2.41e+03 9.93 0 6.25 6.25 Target compt + 2 -0.205 -0.345 -2.41e+03 0 0 1.48 7.73 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 393, Parent ID = 354 +* G4Track Information: Particle = e-, Track ID = 361, Parent ID = 169 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.85 -51.3 844 0.00147 0 0 0 Chamber initStep - 1 1.84 -51.3 844 0 0.00147 0.0684 0.0684 Chamber eIoni + 0 -0.205 -0.345 -2.41e+03 1.35 0 0 0 Target initStep + 1 -0.236 -0.359 -2.41e+03 0 1.35 1.03 1.03 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 392, Parent ID = 354 +* G4Track Information: Particle = e-, Track ID = 360, Parent ID = 169 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.76 -51.2 844 0.00468 0 0 0 Chamber initStep - 1 1.8 -51.2 844 0 0.00468 0.354 0.354 Chamber eIoni + 0 0.0242 -0.0737 -2.41e+03 11.8 0 0 0 Target initStep + 1 0.107 -0.0841 -2.41e+03 10.3 0.42 0.438 0.438 Target eBrem + 2 1.1 1.27 -2.41e+03 7.72 2.6 2.43 2.87 Target msc + 3 1.12 1.26 -2.41e+03 6.65 0.024 0.0212 2.89 Target eBrem + 4 1.26 1.25 -2.41e+03 6.4 0.146 0.15 3.04 Target eBrem + 5 1.82 1.19 -2.41e+03 5.43 0.778 0.66 3.7 Target eBrem + 6 2.39 2.51 -2.41e+03 2.83 2.45 1.96 5.66 Target eBrem + 7 2.12 2.53 -2.41e+03 0 2.83 1.71 7.37 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 391, Parent ID = 354 +* G4Track Information: Particle = gamma, Track ID = 367, Parent ID = 360 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.3 -49.9 844 0.0019 0 0 0 Chamber initStep - 1 2.3 -49.9 844 0 0.0019 0.0967 0.0967 Chamber eIoni + 0 2.39 2.51 -2.41e+03 0.15 0 0 0 Target initStep + 1 2.38 2.52 -2.41e+03 0 0.088 0.0162 0.0162 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 390, Parent ID = 354 +* G4Track Information: Particle = e-, Track ID = 368, Parent ID = 367 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.38 -49.5 844 0.00303 0 0 0 Chamber initStep - 1 2.39 -49.5 844 0 0.00303 0.185 0.185 Chamber eIoni + 0 2.38 2.52 -2.41e+03 0.0615 0 0 0 Target initStep + 1 2.38 2.52 -2.41e+03 0 0.0615 0.0125 0.0125 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 353, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 366, Parent ID = 360 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.09 -48.4 834 0.00212 0 0 0 Chamber initStep - 1 2.08 -48.4 834 0 0.00212 0.112 0.112 Chamber eIoni + 0 1.82 1.19 -2.41e+03 0.198 0 0 0 Target initStep + 1 2.65 1.22 -2.41e+03 0 0.088 0.838 0.838 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 352, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 369, Parent ID = 366 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.34 -47.1 802 0.00225 0 0 0 Chamber initStep - 1 1.35 -47.1 802 0 0.00225 0.122 0.122 Chamber eIoni + 0 2.65 1.22 -2.41e+03 0.11 0 0 0 Target initStep + 1 2.65 1.22 -2.41e+03 0 0.11 0.032 0.032 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 351, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 365, Parent ID = 360 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.786 -46.4 791 0.0019 0 0 0 Chamber initStep - 1 0.79 -46.4 791 0 0.0019 0.0969 0.0969 Chamber eIoni + 0 1.26 1.25 -2.41e+03 0.0986 0 0 0 Target initStep + 1 1.28 1.24 -2.41e+03 0 0.088 0.0237 0.0237 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 350, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 370, Parent ID = 365 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.39 -46 781 0.00168 0 0 0 Chamber initStep - 1 0.38 -46 781 0 0.00168 0.0821 0.0821 Chamber eIoni + 0 1.28 1.24 -2.41e+03 0.0106 0 0 0 Target initStep + 1 1.28 1.24 -2.41e+03 0 0.0106 0.000766 0.000766 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 349, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 364, Parent ID = 360 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.26 -44.7 720 0.00229 0 0 0 Chamber initStep - 1 1.27 -44.7 720 0 0.00229 0.125 0.125 Chamber eIoni + 0 1.12 1.26 -2.41e+03 1.05 0 0 0 Target initStep + 1 13.7 -1.98 -2.41e+03 0 0.088 13.1 13.1 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 348, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 371, Parent ID = 364 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.23 -44.6 714 0.00407 0 0 0 Chamber initStep - 1 1.25 -44.6 714 0 0.00407 0.286 0.286 Chamber eIoni + 0 13.7 -1.98 -2.41e+03 0.961 0 0 0 Target initStep + 1 13.8 -2 -2.41e+03 0 0.961 0.697 0.697 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 347, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 363, Parent ID = 360 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.2 -36.9 166 0.00331 0 0 0 Tracker initStep - 1 -11.3 -36.7 166 0 0.00331 0.373 0.373 Tracker eIoni + 0 0.107 -0.0841 -2.41e+03 1.09 0 0 0 Target initStep + 1 -0.562 -1.87 -2.4e+03 1.09 0 8.4 8.4 Tracker Transportation + 2 -57.7 -154 -1.7e+03 1.09 0 719 727 Chamber Transportation + 3 -74.1 -198 -1.5e+03 1.09 0 205 932 Tracker Transportation + 4 -123 -328 -900 1.09 0 616 1.55e+03 Chamber Transportation + 5 -139 -372 -700 1.09 0 205 1.75e+03 Tracker Transportation + 6 -188 -502 -100 1.09 0 616 2.37e+03 Chamber Transportation + 7 -205 -546 100 1.09 0 205 2.58e+03 Tracker Transportation + 8 -254 -676 700 1.09 0 616 3.19e+03 Chamber Transportation + 9 -270 -720 900 1.09 0 205 3.4e+03 Tracker Transportation + 10 -319 -851 1.5e+03 1.09 0 616 4.01e+03 Chamber Transportation + 11 -335 -894 1.7e+03 1.09 0 205 4.22e+03 Tracker Transportation + 12 -393 -1.05e+03 2.4e+03 1.09 0 719 4.94e+03 World Transportation + 13 -437 -1.16e+03 2.94e+03 1.09 0 554 5.49e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 297 +* G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11.5 -36.7 150 0.00189 0 0 0 Tracker initStep - 1 -11.6 -36.7 150 0 0.00189 0.148 0.148 Tracker eIoni + 0 0.00754 -0.0134 -2.42e+03 17.5 0 0 0 Target initStep + 1 0.141 -0.167 -2.4e+03 17.5 0 15.3 15.3 Tracker Transportation + 2 6.28 -7.23 -1.7e+03 17.5 0 700 715 Chamber Transportation + 3 8.03 -9.25 -1.5e+03 17.5 0 200 915 Tracker Transportation + 4 13.3 -15.3 -900 17.5 0 600 1.52e+03 Chamber Transportation + 5 15 -17.3 -700 17.5 0 200 1.72e+03 Tracker Transportation + 6 20.3 -23.4 -100 17.5 0 600 2.32e+03 Chamber Transportation + 7 22.1 -25.4 100 17.5 0 200 2.52e+03 Tracker Transportation + 8 27.3 -31.5 700 17.5 0 600 3.12e+03 Chamber Transportation + 9 29.1 -33.5 900 17.5 0 200 3.32e+03 Tracker Transportation + 10 34.3 -39.5 1.5e+03 17.5 0 600 3.92e+03 Chamber Transportation + 11 36.1 -41.6 1.7e+03 17.5 0 200 4.12e+03 Tracker Transportation + 12 42.2 -48.6 2.4e+03 17.5 0 700 4.82e+03 World Transportation + 13 47 -54.1 2.94e+03 17.5 0 540 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 295, Parent ID = 166 +* G4Track Information: Particle = gamma, Track ID = 167, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0188 -0.104 -2.41e+03 17.4 0 0 0 Target initStep - 1 0.0607 -0.0989 -2.41e+03 16.9 0.326 0.271 0.271 Target eBrem - 2 0.169 -0.0205 -2.41e+03 16.3 0.548 0.536 0.807 Target eBrem - 3 0.194 -0.0197 -2.41e+03 16.1 0.043 0.0395 0.847 Target eBrem - 4 0.682 0.234 -2.4e+03 14.1 1.05 0.922 1.77 Target eBrem - 5 0.707 0.241 -2.4e+03 13.5 0.0632 0.0732 1.84 Target eBrem - 6 1.1 0.726 -2.4e+03 12.1 1.24 1.1 2.94 Target eBrem - 7 1.38 1.02 -2.4e+03 6.59 0.651 0.461 3.4 Target eBrem - 8 1.85 1.2 -2.4e+03 5.75 0.697 0.597 4 Target eBrem - 9 2.52 0.31 -2.4e+03 3.65 2.1 1.56 5.56 Target msc - 10 2.52 0.291 -2.4e+03 2.74 0.775 0.0921 5.65 Target eBrem - 11 3.61 -0.197 -2.4e+03 0.985 1.76 1.68 7.33 Target eIoni - 12 3.51 -0.212 -2.4e+03 0.05 0.799 0.489 7.82 Target eBrem - 13 3.51 -0.212 -2.4e+03 0 0.05 0.00891 7.83 Target eIoni + 0 0.00476 -0.00959 -2.42e+03 0.824 0 0 0 Target initStep + 1 0.0632 -0.0849 -2.4e+03 0.824 0 15.7 15.7 Tracker Transportation + 2 2.66 -3.44 -1.7e+03 0.824 0 700 716 Chamber Transportation + 3 3.41 -4.4 -1.5e+03 0.824 0 200 916 Tracker Transportation + 4 5.64 -7.27 -900 0.824 0 600 1.52e+03 Chamber Transportation + 5 6.38 -8.23 -700 0.824 0 200 1.72e+03 Tracker Transportation + 6 8.61 -11.1 -100 0.824 0 600 2.32e+03 Chamber Transportation + 7 9.35 -12.1 100 0.824 0 200 2.52e+03 Tracker Transportation + 8 11.6 -14.9 700 0.824 0 600 3.12e+03 Chamber Transportation + 9 12.3 -15.9 900 0.824 0 200 3.32e+03 Tracker Transportation + 10 14.5 -18.8 1.5e+03 0.824 0 600 3.92e+03 Chamber Transportation + 11 15.3 -19.7 1.7e+03 0.824 0 200 4.12e+03 Tracker Transportation + 12 17.9 -23.1 2.4e+03 0.824 0 700 4.82e+03 World Transportation + 13 19.9 -25.7 2.94e+03 0.824 0 540 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 294, Parent ID = 167 +* G4Track Information: Particle = gamma, Track ID = 166, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0144 -0.0331 -2.41e+03 0.0427 0 0 0 Target initStep - 1 0.0139 -0.0329 -2.41e+03 0 0.0427 0.0069 0.0069 Target eIoni + 0 0.00337 -0.00646 -2.42e+03 19.6 0 0 0 Target initStep + 1 0.0215 -0.0886 -2.41e+03 0 0 8.02 8.02 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 292, Parent ID = 168 +* G4Track Information: Particle = e-, Track ID = 372, Parent ID = 166 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.112 -0.143 -2.4e+03 13.7 0 0 0 Target initStep - 1 0.23 -0.108 -2.4e+03 12.8 0.925 0.611 0.611 Target msc - 2 0.513 0.127 -2.4e+03 11.7 1.11 0.896 1.51 Target msc - 3 0.502 0.108 -2.4e+03 9.21 0.547 0.42 1.93 Target eBrem - 4 0.04 0.261 -2.4e+03 7.95 1.26 0.892 2.82 Tracker Transportation - 5 0.04 0.261 -2.4e+03 7.95 0 0 2.82 Target Transportation - 6 0.0755 0.268 -2.4e+03 2.88 0.102 0.0994 2.92 Target eBrem - 7 -0.0649 0.384 -2.4e+03 2.46 0.413 0.311 3.23 Target msc - 8 0.0612 0.456 -2.4e+03 2.09 0.369 0.311 3.54 Target msc - 9 0.286 0.494 -2.4e+03 1.73 0.364 0.311 3.85 Target msc - 10 0.0986 0.491 -2.4e+03 1.36 0.37 0.311 4.16 Target msc - 11 0.0095 0.474 -2.4e+03 1.13 0.125 0.12 4.28 Target eBrem - 12 -0.0373 0.609 -2.4e+03 0.0125 0.287 0.249 4.53 Target eBrem - 13 -0.0372 0.609 -2.4e+03 0 0.0125 0.000987 4.53 Target eIoni + 0 0.0215 -0.0886 -2.41e+03 6.09 0 0 0 Target initStep + 1 -1.62 -0.162 -2.41e+03 3.72 2.37 2.44 2.44 Target eIoni + 2 -1.56 -0.677 -2.41e+03 2.14 1.58 1.48 3.92 Target eBrem + 3 -1.15 -1.02 -2.41e+03 0.0737 2.07 1.47 5.39 Target eIoni + 4 -1.15 -1.02 -2.41e+03 0 0.0737 0.0168 5.4 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 290, Parent ID = 169 +* G4Track Information: Particle = gamma, Track ID = 165, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0159 -0.0666 -2.41e+03 3.07 0 0 0 Target initStep - 1 0.565 0.418 -2.41e+03 0.763 2.31 1.78 1.78 Target eIoni - 2 0.545 0.448 -2.41e+03 0 0.763 0.526 2.3 Target eIoni + 0 0.00344 -0.00442 -2.42e+03 26.7 0 0 0 Target initStep + 1 -0.0416 -0.135 -2.41e+03 0 0 8.95 8.95 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 289, Parent ID = 170 +* G4Track Information: Particle = gamma, Track ID = 164, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00335 -0.0357 -2.41e+03 0.0111 0 0 0 Target initStep - 1 0.00336 -0.0356 -2.41e+03 0 0.0111 0.000824 0.000824 Target eIoni + 0 0.00409 -0.00219 -2.42e+03 7.55 0 0 0 Target initStep + 1 -0.00365 -0.0378 -2.41e+03 0 0 2.29 2.29 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 288, Parent ID = 171 +* G4Track Information: Particle = gamma, Track ID = 163, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00709 -0.0847 -2.41e+03 0.883 0 0 0 Target initStep - 1 0.0999 -0.0958 -2.41e+03 0.537 0.161 0.143 0.143 Target eBrem - 2 0.113 -0.0771 -2.41e+03 0 0.537 0.335 0.478 Target eIoni + 0 0.00427 -0.000617 -2.42e+03 0.4 0 0 0 Target initStep + 1 0.000571 -0.00318 -2.41e+03 0 0.088 5.82 5.82 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 287, Parent ID = 172 +* G4Track Information: Particle = gamma, Track ID = 144, Parent ID = 105 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0336 -0.0811 -2.41e+03 0.201 0 0 0 Target initStep - 1 -0.0319 -0.0782 -2.41e+03 0 0.201 0.0819 0.0819 Target eIoni + 0 69.2 131 -62.3 0.00107 0 0 0 Chamber initStep + 1 69.2 131 -62.3 0 0.001 0.143 0.143 Chamber phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 285, Parent ID = 173 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0597 -0.223 -2.41e+03 146 0 0 0 Target initStep - 1 -0.0576 -0.243 -2.41e+03 16.8 0.711 0.507 0.507 Target eBrem - 2 -0.0232 -0.279 -2.41e+03 15.8 0.544 0.27 0.777 Target eBrem - 3 -0.019 -0.279 -2.41e+03 14.2 0.0186 0.0207 0.797 Target eBrem - 4 0.00312 -0.254 -2.41e+03 13.1 0.193 0.145 0.942 Target eBrem - 5 0.339 0.484 -2.41e+03 8.37 2.25 1.92 2.86 Target eBrem - 6 0.339 0.482 -2.41e+03 7.28 0.013 0.02 2.88 Target eBrem - 7 0.337 0.476 -2.41e+03 6.9 0.0408 0.0391 2.92 Target eBrem - 8 0.748 0.387 -2.41e+03 5.45 0.832 0.748 3.66 Target eBrem - 9 1.37 0.0386 -2.41e+03 0.298 0.916 0.726 4.39 Target eBrem - 10 1.38 0.0361 -2.41e+03 0 0.298 0.148 4.54 Target eIoni +* G4Track Information: Particle = e+, Track ID = 377, Parent ID = 164 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.00365 -0.0378 -2.41e+03 0.144 0 0 0 Target initStep + 1 -0.0082 -0.0378 -2.41e+03 0 0.144 0.0461 0.0461 Target eIoni + 2 -0.0082 -0.0378 -2.41e+03 0 0 0 0.0461 Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 375, Parent ID = 165 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0416 -0.135 -2.41e+03 0.3 0 0 0 Target initStep + 1 -0.041 -0.145 -2.41e+03 0 0.3 0.145 0.145 Target eIoni + 2 -0.041 -0.145 -2.41e+03 0 0 0 0.145 Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 373, Parent ID = 166 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0215 -0.0886 -2.41e+03 12.5 0 0 0 Target initStep + 1 -0.33 0.446 -2.41e+03 5.93 2.04 1.77 1.77 Target eBrem + 2 -0.0441 -0.258 -2.41e+03 4.19 1.63 1.05 2.83 Target eBrem + 3 0.328 -0.766 -2.41e+03 2.01 0.774 0.853 3.68 Target eBrem + 4 0.21 -0.671 -2.4e+03 0.409 1.6 1.44 5.12 Target eIoni + 5 0.233 -0.676 -2.4e+03 0 0.409 0.228 5.35 Target eIoni + 6 0.233 -0.676 -2.4e+03 0 0 0 5.35 Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 362, Parent ID = 169 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.205 -0.345 -2.41e+03 7.56 0 0 0 Target initStep + 1 0.284 -0.605 -2.41e+03 5.66 1.79 1.34 1.34 Target eBrem + 2 -0.502 -2.51 -2.41e+03 2.7 2.8 2.15 3.5 Target eBrem + 3 -0.522 -2.55 -2.41e+03 2.56 0.0377 0.0565 3.55 Target eBrem + 4 0.456 -3.54 -2.41e+03 0.626 1.94 1.65 5.2 Target eIoni + 5 0.491 -3.53 -2.41e+03 0 0.626 0.409 5.61 Target eIoni + 6 0.491 -3.53 -2.41e+03 0 0 0 5.61 Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 282, Parent ID = 173 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.134 -0.49 -2.4e+03 63.4 0 0 0 Target initStep + 1 -0.135 -0.495 -2.4e+03 62.9 0.316 0.27 0.27 Target eBrem + 2 -0.16 -0.583 -2.4e+03 61.7 1.01 0.84 1.11 Target eBrem + 3 -0.072 -0.577 -2.4e+03 24.1 1.4 0.929 2.04 Target eBrem + 4 -0.0783 -0.573 -2.4e+03 23 0.456 0.342 2.38 Target eBrem + 5 -0.133 -0.548 -2.4e+03 22.8 0.238 0.25 2.63 Tracker Transportation + 6 -15.3 5.64 -2.35e+03 22.7 0.01 52.1 54.7 Tracker eIoni + 7 -45.3 18 -2.26e+03 22.7 0.017 100 155 Tracker StepLimiter + 8 -77 30.4 -2.16e+03 22.7 0.0164 100 255 Tracker StepLimiter + 9 -95.6 36.9 -2.11e+03 22.7 0.0108 56.5 311 Tracker eIoni + 10 -128 48.7 -2.02e+03 22.7 0.0209 100 411 Tracker StepLimiter + 11 -136 50.9 -1.99e+03 22.7 0.00421 22.9 434 Tracker eIoni + 12 -136 51 -1.99e+03 22.7 7.49e-05 0.296 434 Tracker eIoni + 13 -169 61.7 -1.9e+03 22.6 0.0155 100 534 Tracker StepLimiter + 14 -202 70.7 -1.81e+03 22.6 0.0173 100 634 Tracker StepLimiter + 15 -206 71.9 -1.79e+03 22.6 0.00139 12.8 647 Tracker eIoni + 16 -240 82.5 -1.7e+03 22.6 0.019 100 747 Tracker StepLimiter + 17 -273 91.1 -1.61e+03 22.6 0.018 100 847 Tracker StepLimiter + 18 -277 92.3 -1.59e+03 22.6 0.00227 13 860 Tracker eIoni + 19 -309 101 -1.5e+03 22.6 0.0164 100 960 Tracker StepLimiter + 20 -326 106 -1.45e+03 22.6 0.00801 54.7 1.01e+03 Tracker eIoni + 21 -358 116 -1.35e+03 22.5 0.017 100 1.11e+03 Tracker StepLimiter + 22 -380 124 -1.29e+03 22.5 0.0134 70.7 1.19e+03 Tracker eIoni + 23 -413 135 -1.19e+03 22.5 0.0182 100 1.29e+03 Tracker StepLimiter + 24 -448 147 -1.1e+03 22.5 0.0152 100 1.39e+03 Tracker StepLimiter + 25 -452 148 -1.09e+03 22.5 0.00183 10.5 1.4e+03 Tracker eIoni + 26 -467 153 -1.05e+03 22.5 0.00857 42.3 1.44e+03 Tracker eIoni + 27 -479 157 -1.02e+03 22.5 0.00397 33.2 1.47e+03 Tracker eIoni + 28 -492 161 -986 22.4 0.00945 37.6 1.51e+03 Tracker eIoni + 29 -525 172 -900 22.4 0.0169 92.3 1.6e+03 Chamber Transportation + 30 -532 174 -882 22.4 0.00778 19.9 1.62e+03 Chamber eIoni + 31 -535 175 -873 22.4 0.0032 9.44 1.63e+03 Chamber eIoni + 32 -540 177 -860 22.4 0.00767 14.4 1.65e+03 Chamber eIoni + 33 -543 177 -854 22.4 0.00265 5.86 1.65e+03 Chamber eIoni + 34 -559 182 -816 22.4 0.0223 41.9 1.69e+03 Chamber eIoni + 35 -573 186 -787 22.3 0.0185 31.8 1.72e+03 Chamber eIoni + 36 -599 195 -733 22.3 0.0357 61.1 1.79e+03 Chamber eIoni + 37 -611 200 -709 22.3 0.0128 27.4 1.81e+03 Chamber eIoni + 38 -615 201 -700 22.3 0.00478 9.95 1.82e+03 Tracker Transportation + 39 -657 217 -610 22.3 0.0155 100 1.92e+03 Tracker StepLimiter + 40 -697 232 -520 22.2 0.0196 100 2.02e+03 Tracker StepLimiter + 41 -697 232 -519 22.2 0.000118 0.809 2.02e+03 Tracker eIoni + 42 -733 246 -440 22.2 0.0152 88.2 2.11e+03 Tracker eIoni + 43 -757 254 -388 22.2 0.00979 58 2.17e+03 Tracker eIoni + 44 -769 258 -363 22.2 0.00361 27.4 2.2e+03 Tracker eIoni + 45 -810 272 -273 22.1 0.0177 100 2.3e+03 Tracker StepLimiter + 46 -843 282 -201 22.1 0.0148 79.8 2.38e+03 Tracker eIoni + 47 -884 295 -111 22.1 0.0185 100 2.48e+03 Tracker StepLimiter + 48 -889 297 -100 22.1 0.00297 12.2 2.49e+03 Chamber Transportation + 49 -915 307 -34.3 22 0.0415 71.4 2.56e+03 Chamber eIoni + 50 -920 308 -20.4 22 0.00815 14.9 2.58e+03 Chamber eIoni + 51 -920 308 -20.3 22 0.000117 0.162 2.58e+03 Chamber eIoni + 52 -925 309 -8.3 22 0.00792 13 2.59e+03 Chamber eIoni + 53 -928 309 -2.03 22 0.00291 6.8 2.6e+03 Chamber eIoni + 54 -941 312 32.4 22 0.0177 37 2.63e+03 Chamber eIoni + 55 -944 312 38.5 21.9 0.00308 6.56 2.64e+03 Chamber eIoni + 56 -968 315 98.9 21.9 0.0388 65.2 2.7e+03 Chamber eIoni + 57 -968 315 100 21.9 0.000122 1.21 2.71e+03 Tracker Transportation + 58 -973 316 110 21.9 0.00319 11.1 2.72e+03 Tracker eIoni + 59 -1e+03 321 171 21.9 0.00904 66.6 2.78e+03 Tracker eIoni + 60 -1.04e+03 328 262 21.9 0.0188 100 2.88e+03 Tracker StepLimiter + 61 -1.08e+03 337 351 21.8 0.0157 98 2.98e+03 Tracker eIoni + 62 -1.11e+03 344 410 21.8 0.0113 64.3 3.05e+03 Tracker eIoni + 63 -1.14e+03 352 502 21.8 0.0169 100 3.15e+03 Tracker StepLimiter + 64 -1.18e+03 362 593 21.8 0.0173 100 3.25e+03 Tracker StepLimiter + 65 -1.22e+03 370 685 21.8 0.0166 100 3.35e+03 Tracker StepLimiter + 66 -1.23e+03 372 700 21.8 0.00274 16.9 3.36e+03 Chamber Transportation + 67 -1.23e+03 373 709 21.8 0.00719 10.3 3.37e+03 Chamber eIoni + 68 -1.25e+03 378 756 18 0.0315 51.5 3.42e+03 Chamber eBrem + 69 -1.26e+03 380 779 18 0.0191 24.8 3.45e+03 Chamber eIoni + 70 -1.28e+03 383 808 17.9 0.0151 32 3.48e+03 Chamber eIoni + 71 -1.31e+03 390 883 17.9 0.0337 82.7 3.56e+03 Chamber eIoni + 72 -1.32e+03 392 900 17.9 0.00497 18.8 3.58e+03 Tracker Transportation + 73 -1.36e+03 403 992 17.9 0.0146 100 3.68e+03 Tracker StepLimiter + 74 -1.39e+03 414 1.08e+03 17.9 0.0191 100 3.78e+03 Tracker StepLimiter + 75 -1.43e+03 426 1.18e+03 17.8 0.0172 100 3.88e+03 Tracker StepLimiter + 76 -1.44e+03 428 1.19e+03 17.8 0.00157 15.7 3.9e+03 Tracker eIoni + 77 -1.46e+03 434 1.24e+03 17.8 0.00702 54.5 3.95e+03 Tracker eIoni + 78 -1.49e+03 443 1.31e+03 17.8 0.0135 73.2 4.03e+03 Tracker eIoni + 79 -1.52e+03 455 1.4e+03 17.8 0.0176 100 4.13e+03 Tracker StepLimiter + 80 -1.55e+03 463 1.46e+03 17.8 0.0103 63.8 4.19e+03 Tracker eIoni + 81 -1.56e+03 467 1.49e+03 17.8 0.00448 29.7 4.22e+03 Tracker eIoni + 82 -1.57e+03 469 1.5e+03 17.8 0.00352 16.1 4.24e+03 Chamber Transportation + 83 -1.57e+03 471 1.52e+03 17.8 0.00932 18.8 4.25e+03 Chamber eIoni + 84 -1.58e+03 474 1.54e+03 17.7 0.0127 20.8 4.28e+03 Chamber eIoni + 85 -1.59e+03 477 1.56e+03 17.7 0.0113 22 4.3e+03 Chamber eIoni + 86 -1.6e+03 480 1.57e+03 17.7 0.00934 14.9 4.31e+03 Chamber eIoni + 87 -1.6e+03 481 1.58e+03 17.7 0.00261 7.68 4.32e+03 Chamber eIoni + 88 -1.6e+03 482 1.58e+03 17.7 0.00126 3.39 4.32e+03 Chamber eIoni + 89 -1.61e+03 485 1.6e+03 17.7 0.0134 21.3 4.34e+03 Chamber eIoni + 90 -1.62e+03 490 1.62e+03 17.7 0.0141 27.3 4.37e+03 Chamber eIoni + 91 -1.62e+03 491 1.63e+03 17.7 0.00122 5.45 4.38e+03 Chamber eIoni + 92 -1.63e+03 493 1.64e+03 17.7 0.00795 12 4.39e+03 Chamber eIoni + 93 -1.64e+03 498 1.66e+03 17.6 0.0108 21.8 4.41e+03 Chamber eIoni + 94 -1.64e+03 500 1.66e+03 17.6 0.00459 9.03 4.42e+03 Chamber eIoni + 95 -1.65e+03 503 1.67e+03 17.6 0.00511 11.7 4.43e+03 Chamber eIoni + 96 -1.65e+03 506 1.69e+03 17.6 0.00984 12.6 4.44e+03 Chamber eIoni + 97 -1.66e+03 509 1.7e+03 17.6 0.00519 15.4 4.46e+03 Tracker Transportation + 98 -1.66e+03 510 1.7e+03 17.6 0.0012 3.84 4.46e+03 Tracker eIoni + 99 -1.7e+03 534 1.79e+03 17.6 0.0165 100 4.56e+03 Tracker StepLimiter + 100 -1.72e+03 547 1.84e+03 17.6 0.00541 54.3 4.62e+03 Tracker eIoni + 101 -1.74e+03 559 1.88e+03 17.6 0.00967 48.9 4.67e+03 Tracker eIoni + 102 -1.76e+03 575 1.94e+03 17.5 0.0104 64.9 4.73e+03 Tracker eIoni + 103 -1.8e+03 601 2.03e+03 17.5 0.0149 100 4.83e+03 Tracker StepLimiter + 104 -1.82e+03 612 2.07e+03 17.5 0.0053 42.7 4.87e+03 Tracker eIoni + 105 -1.85e+03 634 2.14e+03 17.5 0.0141 81.6 4.96e+03 Tracker eIoni + 106 -1.87e+03 650 2.2e+03 17.5 0.0146 64.7 5.02e+03 Tracker eIoni + 107 -1.89e+03 661 2.23e+03 17.5 0.00697 41.5 5.06e+03 Tracker eIoni + 108 -1.89e+03 662 2.24e+03 17.5 0.000683 4.1 5.07e+03 Tracker eIoni + 109 -1.89e+03 663 2.24e+03 17.5 9.4e-05 1.04 5.07e+03 Tracker eIoni + 110 -1.9e+03 670 2.27e+03 17.5 0.00361 29.9 5.1e+03 Tracker eIoni + 111 -1.94e+03 698 2.35e+03 17.5 0.0155 100 5.2e+03 Tracker StepLimiter + 112 -1.94e+03 699 2.36e+03 17.4 0.000472 4.62 5.2e+03 Tracker eIoni + 113 -1.96e+03 710 2.39e+03 17.4 0.00768 40.9 5.24e+03 Tracker eIoni + 114 -1.96e+03 713 2.4e+03 17.4 0.00103 8.17 5.25e+03 World Transportation + 115 -2.02e+03 751 2.52e+03 17.4 0.0231 133 5.38e+03 World eIoni + 116 -2.03e+03 758 2.54e+03 17.3 0.00687 27.1 5.41e+03 World eIoni + 117 -2.05e+03 775 2.59e+03 17.3 0.0115 57.4 5.47e+03 World eIoni + 118 -2.22e+03 890 2.94e+03 17.2 0.0698 405 5.87e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 417, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 474, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.37 0.0386 -2.41e+03 4.24 0 0 0 Target initStep - 1 10.6 4.05 -2.4e+03 4.24 0 11.4 11.4 Tracker Transportation - 2 2.2e+03 959 -1.1e+03 4.24 0 2.72e+03 2.73e+03 World Transportation - 3 2.94e+03 1.28e+03 -661 4.24 0 919 3.65e+03 OutOfWorld Transportation + 0 -2.05e+03 775 2.59e+03 0.0014 0 0 0 World initStep + 1 -2.05e+03 774 2.59e+03 0 0.0014 0.0932 0.0932 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 416, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 473, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.748 0.387 -2.41e+03 0.617 0 0 0 Target initStep - 1 1.99 -0.937 -2.4e+03 0 0.088 2.79 2.79 Target phot + 0 -2.03e+03 758 2.54e+03 0.141 0 0 0 World initStep + 1 -2.04e+03 751 2.54e+03 0.131 0.00608 17.5 17.5 World eIoni + 2 -2.06e+03 744 2.55e+03 0.123 0.00427 16.6 34 World eIoni + 3 -2.06e+03 742 2.55e+03 0.119 0.00201 7.57 41.6 World eIoni + 4 -2.07e+03 735 2.56e+03 0.113 0.00553 13.6 55.2 World eIoni + 5 -2.11e+03 714 2.57e+03 0.098 0.0151 44.9 100 World eIoni + 6 -2.11e+03 711 2.57e+03 0.0952 0.00173 4.62 105 World eIoni + 7 -2.1e+03 691 2.57e+03 0.0869 0.00685 23.1 128 World eIoni + 8 -2.08e+03 690 2.59e+03 0.0755 0.00618 23.1 151 World eIoni + 9 -2.08e+03 697 2.61e+03 0.0658 0.00974 22.8 174 World eIoni + 10 -2.08e+03 697 2.61e+03 0.0623 0.00239 5.45 179 World eIoni + 11 -2.09e+03 695 2.63e+03 0.0487 0.00983 16.5 196 World eIoni + 12 -2.09e+03 696 2.63e+03 0.0486 0.000147 0.587 196 World eIoni + 13 -2.1e+03 703 2.63e+03 0.0393 0.00924 11.2 208 World eIoni + 14 -2.1e+03 707 2.63e+03 0.0356 0.00225 4.16 212 World eIoni + 15 -2.1e+03 714 2.63e+03 0.0309 0.00473 7.03 219 World eIoni + 16 -2.09e+03 715 2.63e+03 0.0263 0.00356 5.19 224 World eIoni + 17 -2.09e+03 715 2.63e+03 0.0224 0.00383 4.68 229 World eIoni + 18 -2.08e+03 714 2.63e+03 0.0177 0.00471 3.88 232 World eIoni + 19 -2.08e+03 713 2.63e+03 0.015 0.00275 3.02 235 World eIoni + 20 -2.08e+03 713 2.63e+03 0.00743 0.00426 1.8 237 World eIoni + 21 -2.08e+03 713 2.63e+03 0.00216 0.00527 1.4 239 World eIoni + 22 -2.08e+03 713 2.63e+03 0 0.00216 0.183 239 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 418, Parent ID = 416 +* G4Track Information: Particle = e-, Track ID = 485, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.99 -0.937 -2.4e+03 0.529 0 0 0 Target initStep - 1 2 -0.942 -2.4e+03 0 0.529 0.328 0.328 Target eIoni + 0 -2.08e+03 713 2.63e+03 0.00328 0 0 0 World initStep + 1 -2.08e+03 713 2.63e+03 0 0.00328 0.367 0.367 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 415, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 484, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.337 0.476 -2.41e+03 0.343 0 0 0 Target initStep - 1 0.0117 -0.136 -2.4e+03 0 0.088 2.1 2.1 Target phot + 0 -2.09e+03 715 2.63e+03 0.00103 0 0 0 World initStep + 1 -2.09e+03 715 2.63e+03 0 0.00103 0.0594 0.0594 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 419, Parent ID = 415 +* G4Track Information: Particle = e-, Track ID = 483, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0117 -0.136 -2.4e+03 0.255 0 0 0 Target initStep - 1 0.00852 -0.139 -2.4e+03 0 0.255 0.117 0.117 Target eIoni + 0 -2.1e+03 707 2.63e+03 0.00149 0 0 0 World initStep + 1 -2.1e+03 707 2.63e+03 0 0.00149 0.103 0.103 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 414, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 482, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.339 0.482 -2.41e+03 1.07 0 0 0 Target initStep - 1 0.174 -0.386 -2.4e+03 1.07 0 6.31 6.31 Tracker Transportation - 2 -18.3 -97.5 -1.7e+03 1.07 0 707 713 Chamber Transportation - 3 -23.6 -125 -1.5e+03 1.07 0 202 915 Tracker Transportation - 4 -39.5 -209 -900 1.07 0 606 1.52e+03 Chamber Transportation - 5 -44.8 -236 -700 1.07 0 202 1.72e+03 Tracker Transportation - 6 -60.7 -320 -100 1.07 0 606 2.33e+03 Chamber Transportation - 7 -66 -347 100 1.07 0 202 2.53e+03 Tracker Transportation - 8 -81.8 -431 700 1.07 0 606 3.14e+03 Chamber Transportation - 9 -87.1 -458 900 1.07 0 202 3.34e+03 Tracker Transportation - 10 -103 -542 1.5e+03 1.07 0 606 3.95e+03 Chamber Transportation - 11 -108 -569 1.7e+03 1.07 0 202 4.15e+03 Tracker Transportation - 12 -127 -667 2.4e+03 1.07 0 707 4.85e+03 World Transportation - 13 -141 -742 2.94e+03 1.07 0 545 5.4e+03 OutOfWorld Transportation + 0 -2.09e+03 695 2.63e+03 0.0037 0 0 0 World initStep + 1 -2.09e+03 695 2.63e+03 0.00227 2.87e-05 0.2 0.2 World eIoni + 2 -2.09e+03 696 2.63e+03 0 0.00227 0.199 0.399 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 413, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 486, Parent ID = 482 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.339 0.484 -2.41e+03 2.44 0 0 0 Target initStep - 1 -0.521 -0.586 -2.4e+03 2.44 0 6.42 6.42 Tracker Transportation - 2 -96.5 -120 -1.7e+03 2.44 0 717 723 Chamber Transportation - 3 -124 -154 -1.5e+03 2.44 0 205 928 Tracker Transportation - 4 -206 -257 -900 2.44 0 614 1.54e+03 Chamber Transportation - 5 -234 -291 -700 2.44 0 205 1.75e+03 Tracker Transportation - 6 -316 -393 -100 2.44 0 614 2.36e+03 Chamber Transportation - 7 -343 -428 100 2.44 0 205 2.57e+03 Tracker Transportation - 8 -426 -530 700 2.44 0 614 3.18e+03 Chamber Transportation - 9 -453 -564 900 2.44 0 205 3.38e+03 Tracker Transportation - 10 -535 -667 1.5e+03 2.44 0 614 4e+03 Chamber Transportation - 11 -563 -701 1.7e+03 2.44 0 205 4.2e+03 Tracker Transportation - 12 -659 -820 2.4e+03 2.44 0 717 4.92e+03 World Transportation - 13 -733 -912 2.94e+03 2.44 0 553 5.47e+03 OutOfWorld Transportation + 0 -2.09e+03 695 2.63e+03 0.0014 0 0 0 World initStep + 1 -2.09e+03 696 2.63e+03 0 0.0014 0.0931 0.0931 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 412, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 481, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00312 -0.254 -2.41e+03 1 0 0 0 Target initStep - 1 -2.24 -0.833 -2.4e+03 1 0 8.31 8.31 Tracker Transportation - 2 -199 -51.6 -1.7e+03 1 0 729 737 Chamber Transportation - 3 -232 -60.3 -1.58e+03 1 0 125 862 Tracker Transportation - 4 -423 -110 -900 1 0 708 1.57e+03 Chamber Transportation - 5 -479 -124 -700 1 0 208 1.78e+03 Tracker Transportation - 6 -647 -168 -100 1 0 625 2.4e+03 Chamber Transportation - 7 -703 -182 100 1 0 208 2.61e+03 Tracker Transportation - 8 -872 -226 700 1 0 625 3.24e+03 Chamber Transportation - 9 -928 -240 900 1 0 208 3.44e+03 Tracker Transportation - 10 -1.1e+03 -284 1.5e+03 1 0 625 4.07e+03 Chamber Transportation - 11 -1.15e+03 -298 1.7e+03 1 0 208 4.28e+03 Tracker Transportation - 12 -1.35e+03 -349 2.4e+03 1 0 729 5.01e+03 World Transportation - 13 -1.5e+03 -388 2.94e+03 1 0 562 5.57e+03 OutOfWorld Transportation + 0 -2.08e+03 697 2.61e+03 0.00115 0 0 0 World initStep + 1 -2.08e+03 697 2.61e+03 0 0.00115 0.0695 0.0695 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 411, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 480, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.019 -0.279 -2.41e+03 1.57 0 0 0 Target initStep - 1 2.17 -0.303 -2.4e+03 1.57 0 8.41 8.41 Tracker Transportation - 2 191 -2.41 -1.7e+03 1.57 0 725 733 Chamber Transportation - 3 240 -2.96 -1.52e+03 1.57 0 189 922 Tracker Transportation - 4 406 -4.81 -900 1.57 0 640 1.56e+03 Chamber Transportation - 5 460 -5.42 -700 1.57 0 207 1.77e+03 Tracker Transportation - 6 622 -7.22 -100 1.57 0 621 2.39e+03 Chamber Transportation - 7 676 -7.82 100 1.57 0 207 2.6e+03 Tracker Transportation - 8 838 -9.63 700 1.57 0 621 3.22e+03 Chamber Transportation - 9 892 -10.2 900 1.57 0 207 3.43e+03 Tracker Transportation - 10 1.05e+03 -12 1.5e+03 1.57 0 621 4.05e+03 Chamber Transportation - 11 1.11e+03 -12.6 1.7e+03 1.57 0 207 4.25e+03 Tracker Transportation - 12 1.3e+03 -14.7 2.4e+03 1.57 0 725 4.98e+03 World Transportation - 13 1.44e+03 -16.4 2.94e+03 1.57 0 559 5.54e+03 OutOfWorld Transportation + 0 -2.08e+03 690 2.59e+03 0.00518 0 0 0 World initStep + 1 -2.08e+03 691 2.59e+03 0 0.00518 0.814 0.814 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 410, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 479, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0232 -0.279 -2.41e+03 0.432 0 0 0 Target initStep - 1 1.51 -0.511 -2.4e+03 0.432 0 8.29 8.29 Tracker Transportation - 2 133 -20.4 -1.7e+03 0.432 0 713 721 Chamber Transportation - 3 171 -26.1 -1.5e+03 0.432 0 204 924 Tracker Transportation - 4 284 -43.1 -900 0.432 0 611 1.54e+03 Chamber Transportation - 5 322 -48.8 -700 0.432 0 204 1.74e+03 Tracker Transportation - 6 435 -65.8 -100 0.432 0 611 2.35e+03 Chamber Transportation - 7 472 -71.5 100 0.432 0 204 2.55e+03 Tracker Transportation - 8 585 -88.6 700 0.432 0 611 3.16e+03 Chamber Transportation - 9 623 -94.2 900 0.432 0 204 3.37e+03 Tracker Transportation - 10 736 -111 1.5e+03 0.432 0 611 3.98e+03 Chamber Transportation - 11 773 -117 1.7e+03 0.432 0 204 4.18e+03 Tracker Transportation - 12 891 -135 2.32e+03 0.214 0 636 4.82e+03 Tracker compt - 13 2.06e+03 1.24e+03 1.75e+03 0.214 0 1.89e+03 6.71e+03 World Transportation - 14 2.94e+03 2.27e+03 1.31e+03 0.214 0 1.43e+03 8.14e+03 OutOfWorld Transportation + 0 -2.1e+03 691 2.57e+03 0.00149 0 0 0 World initStep + 1 -2.1e+03 692 2.57e+03 0 0.00149 0.103 0.103 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 420, Parent ID = 410 +* G4Track Information: Particle = e-, Track ID = 478, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 891 -135 2.32e+03 0.218 0 0 0 Tracker initStep - 1 881 -152 2.35e+03 0.21 0.00654 36.6 36.6 Tracker eIoni - 2 863 -162 2.4e+03 0.198 0.0102 48.5 85.1 Tracker eIoni - 3 862 -165 2.4e+03 0.195 0.00313 5.36 90.5 World Transportation - 4 862 -183 2.43e+03 0.183 0.0106 37.5 128 World eIoni - 5 862 -191 2.47e+03 0.175 0.00725 34.9 163 World eIoni - 6 913 -213 2.54e+03 0.153 0.0221 92.5 255 World eIoni - 7 914 -213 2.54e+03 0.149 0.000974 4.53 260 World eIoni - 8 917 -217 2.57e+03 0.141 0.00582 25.8 286 World eIoni - 9 936 -194 2.6e+03 0.125 0.0139 49 335 World eIoni - 10 941 -192 2.61e+03 0.121 0.00266 8.48 343 World eIoni - 11 948 -194 2.62e+03 0.115 0.0051 11.6 355 World eIoni - 12 950 -190 2.64e+03 0.108 0.00596 21 376 World eIoni - 13 976 -192 2.66e+03 0.0961 0.0103 33.9 410 World eIoni - 14 982 -201 2.69e+03 0.0867 0.00941 34.1 444 World eIoni - 15 985 -202 2.69e+03 0.0818 0.00141 6.04 450 World eIoni - 16 1e+03 -199 2.7e+03 0.0733 0.0061 16.9 467 World eIoni - 17 1.01e+03 -199 2.7e+03 0.0646 0.00586 8.7 475 World eIoni - 18 1.01e+03 -206 2.71e+03 0.0571 0.00643 12.8 488 World eIoni - 19 1.01e+03 -208 2.71e+03 0.0537 0.00122 3.28 492 World eIoni - 20 1.01e+03 -209 2.71e+03 0.0495 0.00249 1.93 494 World eIoni - 21 1.01e+03 -208 2.72e+03 0.0445 0.00493 11.5 505 World eIoni - 22 1e+03 -207 2.73e+03 0.0373 0.00718 9.79 515 World eIoni - 23 999 -205 2.74e+03 0.0311 0.0062 7.53 522 World eIoni - 24 995 -207 2.74e+03 0.0259 0.0052 5.84 528 World eIoni - 25 991 -206 2.74e+03 0.0209 0.00508 4.61 533 World eIoni - 26 989 -205 2.75e+03 0.0173 0.00358 3.57 536 World eIoni - 27 989 -205 2.75e+03 0.0156 8.72e-05 0.17 537 World eIoni - 28 989 -204 2.75e+03 0.0108 0.00477 2.67 539 World eIoni - 29 987 -203 2.75e+03 0.00624 0.00456 1.95 541 World eIoni - 30 987 -203 2.75e+03 0 0.00624 1.12 542 World eIoni + 0 -2.11e+03 711 2.57e+03 0.00108 0 0 0 World initStep + 1 -2.11e+03 711 2.57e+03 0 0.00108 0.0637 0.0637 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 438, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 477, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 989 -205 2.75e+03 0.00162 0 0 0 World initStep - 1 989 -205 2.75e+03 0 0.00162 0.117 0.117 World eIoni + 0 -2.06e+03 742 2.55e+03 0.00234 0 0 0 World initStep + 1 -2.06e+03 742 2.55e+03 0 0.00234 0.208 0.208 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 437, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 476, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01e+03 -209 2.71e+03 0.00172 0 0 0 World initStep - 1 1.01e+03 -209 2.71e+03 0 0.00172 0.128 0.128 World eIoni + 0 -2.06e+03 744 2.55e+03 0.00324 0 0 0 World initStep + 1 -2.06e+03 744 2.55e+03 0 0.00324 0.36 0.36 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 436, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 475, Parent ID = 473 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01e+03 -208 2.71e+03 0.00224 0 0 0 World initStep - 1 1.01e+03 -208 2.71e+03 0 0.00224 0.195 0.195 World eIoni + 0 -2.04e+03 751 2.54e+03 0.00405 0 0 0 World initStep + 1 -2.04e+03 750 2.54e+03 0 0.00405 0.529 0.529 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 435, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 472, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01e+03 -206 2.71e+03 0.00101 0 0 0 World initStep - 1 1.01e+03 -206 2.71e+03 0 0.00101 0.058 0.058 World eIoni + 0 -2.02e+03 751 2.52e+03 0.00113 0 0 0 World initStep + 1 -2.02e+03 751 2.52e+03 0 0.00113 0.0678 0.0678 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 434, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 471, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01e+03 -199 2.7e+03 0.00288 0 0 0 World initStep - 1 1.01e+03 -199 2.7e+03 0 0.00288 0.294 0.294 World eIoni + 0 -1.96e+03 710 2.39e+03 0.00236 0 0 0 Tracker initStep + 1 -1.96e+03 710 2.39e+03 0 0.00236 0.211 0.211 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 433, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 470, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1e+03 -199 2.7e+03 0.00234 0 0 0 World initStep - 1 1e+03 -199 2.7e+03 0 0.00234 0.209 0.209 World eIoni + 0 -1.94e+03 699 2.36e+03 0.0045 0 0 0 Tracker initStep + 1 -1.94e+03 699 2.36e+03 0 0.0045 0.636 0.636 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 432, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 469, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 985 -202 2.69e+03 0.00349 0 0 0 World initStep - 1 985 -202 2.69e+03 0 0.00349 0.408 0.408 World eIoni + 0 -1.9e+03 670 2.27e+03 0.00108 0 0 0 Tracker initStep + 1 -1.9e+03 670 2.27e+03 0 0.00108 0.0637 0.0637 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 431, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 468, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 976 -192 2.66e+03 0.00149 0 0 0 World initStep - 1 976 -192 2.66e+03 0 0.00149 0.103 0.103 World eIoni + 0 -1.89e+03 663 2.24e+03 0.000997 0 0 0 Tracker initStep + 1 -1.89e+03 663 2.24e+03 0 0.000997 0.0568 0.0568 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 430, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 467, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 950 -190 2.64e+03 0.00115 0 0 0 World initStep - 1 950 -190 2.64e+03 0 0.00115 0.0694 0.0694 World eIoni + 0 -1.89e+03 662 2.24e+03 0.00122 0 0 0 Tracker initStep + 1 -1.89e+03 662 2.24e+03 0 0.00122 0.076 0.076 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 429, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 466, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 948 -194 2.62e+03 0.0011 0 0 0 World initStep - 1 948 -194 2.62e+03 0 0.0011 0.0653 0.0653 World eIoni + 0 -1.89e+03 661 2.23e+03 0.002 0 0 0 Tracker initStep + 1 -1.89e+03 661 2.23e+03 0 0.002 0.162 0.162 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 428, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 465, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 941 -192 2.61e+03 0.00107 0 0 0 World initStep - 1 941 -192 2.61e+03 0 0.00107 0.0627 0.0627 World eIoni + 0 -1.87e+03 650 2.2e+03 0.00133 0 0 0 Tracker initStep + 1 -1.87e+03 650 2.2e+03 0 0.00133 0.086 0.086 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 427, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 464, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 936 -194 2.6e+03 0.00191 0 0 0 World initStep - 1 936 -193 2.6e+03 0 0.00191 0.151 0.151 World eIoni + 0 -1.85e+03 634 2.14e+03 0.00282 0 0 0 Tracker initStep + 1 -1.85e+03 634 2.14e+03 0 0.00282 0.283 0.283 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 426, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 463, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 917 -217 2.57e+03 0.00208 0 0 0 World initStep - 1 917 -217 2.57e+03 0 0.00208 0.173 0.173 World eIoni + 0 -1.82e+03 612 2.07e+03 0.00248 0 0 0 Tracker initStep + 1 -1.82e+03 612 2.07e+03 0.00168 0.000792 0.145 0.145 Tracker eIoni + 2 -1.82e+03 612 2.07e+03 0 0.00168 0.124 0.269 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 425, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 462, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 914 -213 2.54e+03 0.00353 0 0 0 World initStep - 1 914 -213 2.54e+03 0 0.00353 0.416 0.416 World eIoni + 0 -1.76e+03 575 1.94e+03 0.00104 0 0 0 Tracker initStep + 1 -1.76e+03 575 1.94e+03 0 0.00104 0.0601 0.0601 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 424, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 461, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 862 -191 2.47e+03 0.00101 0 0 0 World initStep - 1 862 -191 2.47e+03 0 0.00101 0.0576 0.0576 World eIoni + 0 -1.74e+03 559 1.88e+03 0.00218 0 0 0 Tracker initStep + 1 -1.74e+03 559 1.88e+03 0 0.00218 0.186 0.186 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 423, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 460, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 862 -183 2.43e+03 0.00127 0 0 0 World initStep - 1 862 -183 2.43e+03 0 0.00127 0.0806 0.0806 World eIoni + 0 -1.72e+03 547 1.84e+03 0.00106 0 0 0 Tracker initStep + 1 -1.72e+03 547 1.84e+03 0 0.00106 0.0617 0.0617 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 422, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 459, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 863 -162 2.4e+03 0.00124 0 0 0 Tracker initStep - 1 863 -162 2.4e+03 0 0.00124 0.0777 0.0777 Tracker eIoni + 0 -1.66e+03 510 1.7e+03 0.00219 0 0 0 Tracker initStep + 1 -1.66e+03 510 1.7e+03 0 0.00219 0.188 0.188 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 421, Parent ID = 420 +* G4Track Information: Particle = e-, Track ID = 458, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 881 -152 2.35e+03 0.00159 0 0 0 Tracker initStep - 1 881 -152 2.35e+03 0 0.00159 0.113 0.113 Tracker eIoni + 0 -1.65e+03 506 1.69e+03 0.00383 0 0 0 Chamber initStep + 1 -1.65e+03 506 1.69e+03 0 0.00383 0.261 0.261 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 409, Parent ID = 285 +* G4Track Information: Particle = e-, Track ID = 457, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0576 -0.243 -2.41e+03 129 0 0 0 Target initStep - 1 0.00795 -0.893 -2.4e+03 129 0 8.43 8.43 Tracker Transportation - 2 5.47 -55 -1.7e+03 129 0 702 711 Chamber Transportation - 3 7.03 -70.4 -1.5e+03 129 0 201 911 Tracker Transportation - 4 11.7 -117 -900 129 0 602 1.51e+03 Chamber Transportation - 5 13.3 -132 -700 129 0 201 1.71e+03 Tracker Transportation - 6 17.9 -179 -100 129 0 602 2.32e+03 Chamber Transportation - 7 19.5 -194 100 129 0 201 2.52e+03 Tracker Transportation - 8 24.2 -240 700 129 0 602 3.12e+03 Chamber Transportation - 9 25.7 -256 900 129 0 201 3.32e+03 Tracker Transportation - 10 30.4 -302 1.5e+03 129 0 602 3.92e+03 Chamber Transportation - 11 32 -318 1.7e+03 129 0 201 4.12e+03 Tracker Transportation - 12 37.4 -372 2.4e+03 129 0 702 4.82e+03 World Transportation - 13 41.6 -413 2.94e+03 129 0 542 5.36e+03 OutOfWorld Transportation + 0 -1.65e+03 503 1.67e+03 0.00187 0 0 0 Chamber initStep + 1 -1.65e+03 503 1.67e+03 0 0.00187 0.0945 0.0945 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 408, Parent ID = 288 +* G4Track Information: Particle = e-, Track ID = 456, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0999 -0.0958 -2.41e+03 0.186 0 0 0 Target initStep - 1 0.46 -0.317 -2.41e+03 0 0.088 0.519 0.519 Target phot + 0 -1.64e+03 500 1.66e+03 0.0198 0 0 0 Chamber initStep + 1 -1.64e+03 498 1.66e+03 0.0142 0.00563 2.2 2.2 Chamber eIoni + 2 -1.64e+03 499 1.66e+03 0.00381 0.0104 1.69 3.88 Chamber eIoni + 3 -1.64e+03 499 1.66e+03 0 0.00381 0.258 4.14 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 439, Parent ID = 408 +* G4Track Information: Particle = e-, Track ID = 455, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.46 -0.317 -2.41e+03 0.0976 0 0 0 Target initStep - 1 0.46 -0.317 -2.41e+03 0 0.0976 0.0264 0.0264 Target eIoni + 0 -1.64e+03 498 1.66e+03 0.00205 0 0 0 Chamber initStep + 1 -1.64e+03 498 1.66e+03 0 0.00205 0.107 0.107 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 407, Parent ID = 292 +* G4Track Information: Particle = e-, Track ID = 454, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0373 0.609 -2.4e+03 0.826 0 0 0 Target initStep - 1 0.16 0.773 -2.4e+03 0.394 0 0.305 0.305 Target compt - 2 -0.248 -4.49 -2.42e+03 0.182 0 16.2 16.5 Target compt - 3 0.152 -3.89 -2.42e+03 0 0.088 0.745 17.2 Target phot + 0 -1.63e+03 493 1.64e+03 0.00555 0 0 0 Chamber initStep + 1 -1.63e+03 493 1.64e+03 0.00315 0.001 0.106 0.106 Chamber eIoni + 2 -1.63e+03 493 1.64e+03 0 0.00315 0.196 0.302 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 442, Parent ID = 407 +* G4Track Information: Particle = e-, Track ID = 487, Parent ID = 454 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.152 -3.89 -2.42e+03 0.094 0 0 0 Target initStep - 1 0.152 -3.89 -2.42e+03 0 0.094 0.0248 0.0248 Target eIoni + 0 -1.63e+03 493 1.64e+03 0.00139 0 0 0 Chamber initStep + 1 -1.63e+03 493 1.64e+03 0 0.00139 0.0635 0.0635 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 441, Parent ID = 407 +* G4Track Information: Particle = e-, Track ID = 453, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.248 -4.49 -2.42e+03 0.212 0 0 0 Target initStep - 1 -0.25 -4.49 -2.42e+03 0 0.212 0.0891 0.0891 Target eIoni + 0 -1.62e+03 491 1.63e+03 0.00624 0 0 0 Chamber initStep + 1 -1.63e+03 491 1.63e+03 0 0.00624 0.56 0.56 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 440, Parent ID = 407 +* G4Track Information: Particle = e-, Track ID = 452, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.16 0.773 -2.4e+03 0.432 0 0 0 Target initStep - 1 0.171 0.785 -2.4e+03 0 0.432 0.25 0.25 Target eIoni + 0 -1.62e+03 490 1.62e+03 0.00474 0 0 0 Chamber initStep + 1 -1.62e+03 490 1.62e+03 0 0.00474 0.362 0.362 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 406, Parent ID = 292 +* G4Track Information: Particle = e-, Track ID = 451, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0095 0.474 -2.4e+03 0.109 0 0 0 Target initStep - 1 -0.0318 0.489 -2.4e+03 0 0.088 0.0469 0.0469 Target phot + 0 -1.61e+03 485 1.6e+03 0.00207 0 0 0 Chamber initStep + 1 -1.61e+03 485 1.6e+03 0 0.00207 0.109 0.109 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 443, Parent ID = 406 +* G4Track Information: Particle = e-, Track ID = 450, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0318 0.489 -2.4e+03 0.0205 0 0 0 Target initStep - 1 -0.0319 0.489 -2.4e+03 0 0.0205 0.00212 0.00212 Target eIoni + 0 -1.6e+03 482 1.58e+03 0.00212 0 0 0 Chamber initStep + 1 -1.6e+03 482 1.58e+03 0 0.00212 0.112 0.112 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 405, Parent ID = 292 +* G4Track Information: Particle = e-, Track ID = 449, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0755 0.268 -2.4e+03 4.97 0 0 0 Target initStep - 1 5.04 11.7 -2.42e+03 1.2 0 26.2 26.2 Target compt - 2 14.3 19.9 -2.43e+03 0.235 0 13 39.1 Target compt - 3 14.1 18.6 -2.43e+03 0 0.088 1.34 40.5 Target phot + 0 -1.6e+03 481 1.58e+03 0.00622 0 0 0 Chamber initStep + 1 -1.6e+03 481 1.58e+03 0 0.00622 0.558 0.558 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 446, Parent ID = 405 +* G4Track Information: Particle = e-, Track ID = 448, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.1 18.6 -2.43e+03 0.147 0 0 0 Target initStep - 1 14.1 18.6 -2.43e+03 0 0.147 0.0503 0.0503 Target eIoni + 0 -1.6e+03 480 1.57e+03 0.00144 0 0 0 Chamber initStep + 1 -1.6e+03 480 1.57e+03 0 0.00144 0.0663 0.0663 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 445, Parent ID = 405 +* G4Track Information: Particle = e-, Track ID = 447, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 14.3 19.9 -2.43e+03 0.963 0 0 0 Target initStep - 1 14.4 19.8 -2.43e+03 0.519 0.444 0.194 0.194 Target msc - 2 14.4 19.8 -2.43e+03 0 0.519 0.321 0.514 Target eIoni + 0 -1.59e+03 477 1.56e+03 0.0074 0 0 0 Chamber initStep + 1 -1.59e+03 477 1.56e+03 0 0.0074 0.739 0.739 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 444, Parent ID = 405 +* G4Track Information: Particle = e-, Track ID = 446, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.04 11.7 -2.42e+03 3.77 0 0 0 Target initStep - 1 6.26 12.7 -2.42e+03 0.808 2.87 1.88 1.88 Target eBrem - 2 6.24 12.7 -2.42e+03 0 0.808 0.565 2.45 Target eIoni + 0 -1.58e+03 474 1.54e+03 0.00228 0 0 0 Chamber initStep + 1 -1.58e+03 474 1.54e+03 0 0.00228 0.124 0.124 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 447, Parent ID = 444 +* G4Track Information: Particle = e-, Track ID = 445, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.26 12.7 -2.42e+03 0.0952 0 0 0 Target initStep - 1 6.23 12.8 -2.42e+03 0 0.088 0.0976 0.0976 Target phot + 0 -1.57e+03 471 1.52e+03 0.00345 0 0 0 Chamber initStep + 1 -1.57e+03 471 1.52e+03 0 0.00345 0.223 0.223 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 448, Parent ID = 447 +* G4Track Information: Particle = e-, Track ID = 444, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.23 12.8 -2.42e+03 0.00719 0 0 0 Target initStep - 1 6.23 12.8 -2.42e+03 0 0.00719 0.000434 0.000434 Target eIoni + 0 -1.56e+03 467 1.49e+03 0.0014 0 0 0 Tracker initStep + 1 -1.56e+03 467 1.49e+03 0 0.0014 0.0938 0.0938 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 404, Parent ID = 292 +* G4Track Information: Particle = e-, Track ID = 443, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.502 0.108 -2.4e+03 1.96 0 0 0 Target initStep - 1 -0.00873 0.259 -2.4e+03 1.96 0 0.762 0.762 Tracker Transportation - 2 -2.3e+03 679 56.9 1.96 0 3.43e+03 3.44e+03 World Transportation - 3 -2.94e+03 868 738 1.96 0 952 4.39e+03 OutOfWorld Transportation + 0 -1.55e+03 463 1.46e+03 0.00289 0 0 0 Tracker initStep + 1 -1.55e+03 463 1.46e+03 0 0.00289 0.296 0.296 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 403, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 442, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.51 -0.212 -2.4e+03 0.137 0 0 0 Target initStep - 1 3.51 -0.416 -2.4e+03 0 0.088 0.292 0.292 Target phot + 0 -1.49e+03 443 1.31e+03 0.00142 0 0 0 Tracker initStep + 1 -1.49e+03 443 1.31e+03 0 0.00142 0.0956 0.0956 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 449, Parent ID = 403 +* G4Track Information: Particle = e-, Track ID = 441, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.51 -0.416 -2.4e+03 0.0488 0 0 0 Target initStep - 1 3.51 -0.416 -2.4e+03 0 0.0488 0.00858 0.00858 Target eIoni + 0 -1.46e+03 434 1.24e+03 0.00154 0 0 0 Tracker initStep + 1 -1.46e+03 434 1.24e+03 0 0.00154 0.108 0.108 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 402, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 440, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.52 0.291 -2.4e+03 0.132 0 0 0 Target initStep - 1 2.55 0.209 -2.4e+03 0 0.088 0.246 0.246 Target phot + 0 -1.44e+03 428 1.19e+03 0.00117 0 0 0 Tracker initStep + 1 -1.44e+03 428 1.19e+03 0 0.00117 0.0715 0.0715 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 450, Parent ID = 402 +* G4Track Information: Particle = e-, Track ID = 439, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.55 0.209 -2.4e+03 0.0444 0 0 0 Target initStep - 1 2.55 0.209 -2.4e+03 0 0.0444 0.00734 0.00734 Target eIoni + 0 -1.31e+03 390 883 0.00314 0 0 0 Chamber initStep + 1 -1.31e+03 390 883 0 0.00314 0.194 0.194 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 401, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 438, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.85 1.2 -2.4e+03 0.138 0 0 0 Target initStep - 1 2.87 0.828 -2.4e+03 0 0.088 1.09 1.09 Target phot + 0 -1.28e+03 383 808 0.00417 0 0 0 Chamber initStep + 1 -1.28e+03 383 808 0 0.00417 0.296 0.296 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 451, Parent ID = 401 +* G4Track Information: Particle = e-, Track ID = 437, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.87 0.828 -2.4e+03 0.0497 0 0 0 Target initStep - 1 2.87 0.828 -2.4e+03 0 0.0497 0.00883 0.00883 Target eIoni + 0 -1.26e+03 380 779 0.00172 0 0 0 Chamber initStep + 1 -1.26e+03 380 779 0 0.00172 0.0844 0.0844 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 400, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 435, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.38 1.02 -2.4e+03 4.87 0 0 0 Target initStep - 1 6.88 3.88 -2.4e+03 4.87 0 7.21 7.21 Tracker Transportation - 2 2.13e+03 1.11e+03 -984 4.87 0 2.78e+03 2.79e+03 World Transportation - 3 2.94e+03 1.53e+03 -444 4.87 0 1.06e+03 3.85e+03 OutOfWorld Transportation + 0 -1.23e+03 373 709 0.00386 0 0 0 Chamber initStep + 1 -1.23e+03 373 709 0 0.00386 0.263 0.263 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 399, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 434, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.1 0.726 -2.4e+03 0.14 0 0 0 Target initStep - 1 1.52 1.11 -2.4e+03 0 0.088 0.58 0.58 Target phot + 0 -1.11e+03 344 410 0.00111 0 0 0 Tracker initStep + 1 -1.11e+03 343 410 0 0.00111 0.0667 0.0667 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 452, Parent ID = 399 +* G4Track Information: Particle = e-, Track ID = 433, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.52 1.11 -2.4e+03 0.0518 0 0 0 Target initStep - 1 1.52 1.11 -2.4e+03 0 0.0518 0.00946 0.00946 Target eIoni + 0 -1.08e+03 337 351 0.00137 0 0 0 Tracker initStep + 1 -1.08e+03 337 351 0 0.00137 0.0901 0.0901 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 398, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 432, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.707 0.241 -2.4e+03 0.537 0 0 0 Target initStep - 1 3.01 0.521 -2.4e+03 0.537 0 5.28 5.28 Tracker Transportation - 2 732 89.1 -900 0.537 0 1.67e+03 1.68e+03 Chamber Transportation - 3 774 94.3 -812 0.537 0 97.9 1.77e+03 Tracker Transportation - 4 1.12e+03 136 -100 0.537 0 793 2.57e+03 Chamber Transportation - 5 1.22e+03 148 100 0.537 0 223 2.79e+03 Tracker Transportation - 6 1.51e+03 184 700 0.537 0 668 3.46e+03 Chamber Transportation - 7 1.61e+03 195 900 0.537 0 223 3.68e+03 Tracker Transportation - 8 1.9e+03 231 1.5e+03 0.537 0 668 4.35e+03 Chamber Transportation - 9 1.99e+03 243 1.7e+03 0.537 0 223 4.57e+03 Tracker Transportation - 10 2.33e+03 284 2.4e+03 0.537 0 779 5.35e+03 World Transportation - 11 2.6e+03 316 2.94e+03 0.537 0 601 5.95e+03 OutOfWorld Transportation + 0 -1e+03 321 171 0.00184 0 0 0 Tracker initStep + 1 -1e+03 321 171 0 0.00184 0.142 0.142 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 397, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 431, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.682 0.234 -2.4e+03 0.91 0 0 0 Target initStep - 1 2.58 1.17 -2.4e+03 0.91 0 5.25 5.25 Tracker Transportation - 2 594 292 -900 0.91 0 1.64e+03 1.64e+03 Chamber Transportation - 3 673 331 -700 0.91 0 218 1.86e+03 Tracker Transportation - 4 909 448 -100 0.91 0 655 2.52e+03 Chamber Transportation - 5 963 474 37.9 0.316 0 151 2.67e+03 Chamber compt - 6 499 901 100 0.316 0 633 3.3e+03 Tracker Transportation - 7 -927 2.21e+03 291 0.316 0 1.95e+03 5.25e+03 World Transportation - 8 -1.72e+03 2.94e+03 397 0.316 0 1.08e+03 6.33e+03 OutOfWorld Transportation + 0 -973 316 110 0.00201 0 0 0 Tracker initStep + 1 -973 316 110 0 0.00201 0.163 0.163 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 396, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 430, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.194 -0.0197 -2.41e+03 0.16 0 0 0 Target initStep - 1 0.36 0.00405 -2.41e+03 0 0.088 0.256 0.256 Target phot + 0 -968 315 98.9 0.00689 0 0 0 Chamber initStep + 1 -968 315 98.9 0 0.00689 0.659 0.659 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 395, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 429, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.169 -0.0205 -2.41e+03 0.137 0 0 0 Target initStep - 1 0.512 0.0596 -2.41e+03 0 0.088 0.522 0.522 Target phot + 0 -944 312 38.5 0.00462 0 0 0 Chamber initStep + 1 -944 312 38.5 0 0.00462 0.347 0.347 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 394, Parent ID = 295 +* G4Track Information: Particle = e-, Track ID = 428, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0607 -0.0989 -2.41e+03 0.163 0 0 0 Target initStep - 1 0.147 -0.0167 -2.41e+03 0 0.088 0.42 0.42 Target phot + 0 -941 312 32.4 0.00141 0 0 0 Chamber initStep + 1 -941 312 32.4 0 0.00141 0.0645 0.0645 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 296, Parent ID = 166 +* G4Track Information: Particle = e-, Track ID = 427, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0188 -0.104 -2.41e+03 1.18 0 0 0 Target initStep - 1 -0.0129 -0.122 -2.41e+03 0 1.18 0.896 0.896 Target eIoni - 2 -0.0129 -0.122 -2.41e+03 0 0 0 0.896 Target annihil + 0 -928 309 -2.03 0.045 0 0 0 Chamber initStep + 1 -925 309 -3.75 0.0309 0.0142 4.92 4.92 Chamber eIoni + 2 -928 309 -3.55 0.0251 0.00577 3.24 8.16 Chamber eIoni + 3 -929 308 -1.53 0.014 0.011 2.67 10.8 Chamber eIoni + 4 -929 308 -0.66 0.00422 0.00983 1.67 12.5 Chamber eIoni + 5 -929 308 -0.666 0 0.00422 0.302 12.8 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 293, Parent ID = 168 +* G4Track Information: Particle = e-, Track ID = 426, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.112 -0.143 -2.4e+03 2.77 0 0 0 Target initStep - 1 1.32 0.455 -2.4e+03 1.19 1.58 1.72 1.72 Target eIoni - 2 1.36 0.431 -2.4e+03 0 1.19 0.907 2.62 Target eIoni - 3 1.36 0.431 -2.4e+03 0 0 0 2.62 Target annihil + 0 -925 309 -8.3 0.00198 0 0 0 Chamber initStep + 1 -925 309 -8.31 0 0.00198 0.103 0.103 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 291, Parent ID = 169 +* G4Track Information: Particle = e-, Track ID = 425, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0159 -0.0666 -2.41e+03 17.7 0 0 0 Target initStep - 1 0.016 -0.0658 -2.41e+03 17.2 0.0104 0.0224 0.0224 Target eBrem - 2 -0.232 -0.157 -2.41e+03 15.5 1.16 0.728 0.75 Target eBrem - 3 -0.444 -0.236 -2.41e+03 8.9 1.34 1.02 1.77 Target eBrem - 4 -0.504 -0.372 -2.41e+03 7.1 0.999 0.872 2.65 Target eBrem - 5 -0.443 0.104 -2.41e+03 1.64 1.22 0.863 3.51 Target eBrem - 6 -0.41 0.125 -2.41e+03 0.432 0.0924 0.115 3.62 Target eBrem - 7 -0.402 0.143 -2.41e+03 0 0.432 0.246 3.87 Target eIoni - 8 -0.402 0.143 -2.41e+03 0 0 0 3.87 Target annihil + 0 -920 308 -20.3 0.00796 0 0 0 Chamber initStep + 1 -920 308 -20.2 0 0.00796 0.834 0.834 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 286, Parent ID = 173 +* G4Track Information: Particle = e-, Track ID = 424, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0597 -0.223 -2.41e+03 10.1 0 0 0 Target initStep - 1 0.449 -0.374 -2.41e+03 7.29 1.48 1.02 1.02 Target eIoni - 2 1.4 -1.16 -2.41e+03 5.22 1.66 1.31 2.34 Target eBrem - 3 1.9 -1.01 -2.41e+03 3.84 0.576 0.608 2.94 Target eBrem - 4 1.76 -0.182 -2.41e+03 1.93 1.91 2 4.94 Target eIoni - 5 1.28 0.424 -2.41e+03 0.0582 1.87 1.4 6.35 Target eIoni - 6 1.28 0.425 -2.41e+03 0 0.0582 0.0103 6.36 Target eIoni - 7 1.28 0.425 -2.41e+03 0 0 0 6.36 Target annihil + 0 -920 308 -20.4 0.00158 0 0 0 Chamber initStep + 1 -920 308 -20.4 0 0.00158 0.0753 0.0753 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 469, Parent ID = 286 +* G4Track Information: Particle = e-, Track ID = 423, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.449 -0.374 -2.41e+03 1.38 0 0 0 Target initStep - 1 0.446 -0.393 -2.41e+03 1.19 0.0113 0.0251 0.0251 Target eBrem - 2 0.637 0.211 -2.41e+03 0.072 1.12 0.813 0.838 Target eBrem - 3 0.637 0.211 -2.41e+03 0 0.072 0.0162 0.854 Target eIoni + 0 -915 307 -34.3 0.00934 0 0 0 Chamber initStep + 1 -915 307 -35.2 0.00339 0.00595 1.09 1.09 Chamber eIoni + 2 -915 307 -35.2 0 0.00339 0.218 1.3 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 456, Parent ID = 394 +* G4Track Information: Particle = e-, Track ID = 422, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.147 -0.0167 -2.41e+03 0.0753 0 0 0 Target initStep - 1 0.148 -0.0166 -2.41e+03 0 0.0753 0.0174 0.0174 Target eIoni + 0 -843 282 -201 0.00207 0 0 0 Tracker initStep + 1 -843 282 -201 0 0.00207 0.171 0.171 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 455, Parent ID = 395 +* G4Track Information: Particle = e-, Track ID = 421, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.512 0.0596 -2.41e+03 0.0493 0 0 0 Target initStep - 1 0.512 0.0598 -2.41e+03 0 0.0493 0.00871 0.00871 Target eIoni + 0 -769 258 -363 0.0125 0 0 0 Tracker initStep + 1 -770 259 -363 0.00802 0.00445 2.2 2.2 Tracker eIoni + 2 -771 259 -362 0.002 0.00602 1.51 3.71 Tracker eIoni + 3 -771 259 -362 0 0.002 0.162 3.87 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 454, Parent ID = 396 +* G4Track Information: Particle = e-, Track ID = 420, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.36 0.00405 -2.41e+03 0.0716 0 0 0 Target initStep - 1 0.361 0.00307 -2.41e+03 0 0.0716 0.016 0.016 Target eIoni + 0 -757 254 -388 0.00153 0 0 0 Tracker initStep + 1 -757 254 -388 0 0.00153 0.107 0.107 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 453, Parent ID = 397 +* G4Track Information: Particle = e-, Track ID = 419, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 963 474 37.9 0.594 0 0 0 Chamber initStep - 1 970 484 79.4 0.58 0.0118 48.1 48.1 Chamber eIoni - 2 987 478 89 0.569 0.00893 22.8 70.9 Chamber eIoni - 3 1e+03 483 100 0.553 0.0154 22 92.9 Tracker Transportation - 4 1e+03 483 100 0.553 0 0 92.9 Chamber Transportation - 5 1.05e+03 483 99.3 0.418 0.0215 64.6 158 Chamber eIoni - 6 1.06e+03 476 99.1 0.407 0.00835 13.8 171 Chamber eIoni - 7 1.06e+03 474 97.5 0.406 0.00103 5.2 177 Chamber eIoni - 8 1.08e+03 472 69.8 0.382 0.00993 49.2 226 Chamber eBrem - 9 1.09e+03 473 68.5 0.377 0.00084 2.47 228 Chamber eIoni - 10 1.09e+03 486 59.8 0.366 0.00899 17.4 246 Chamber eIoni - 11 1.07e+03 515 17.5 0.323 0.0392 68.4 314 Chamber eIoni - 12 1.07e+03 515 12.1 0.273 0.00378 6 320 Chamber eIoni - 13 1.07e+03 515 11.5 0.267 0.000544 0.716 321 Chamber eIoni - 14 1.07e+03 515 9.38 0.263 0.000815 2.34 323 Chamber eIoni - 15 1.05e+03 477 -6.34 0.241 0.0198 53.1 376 Chamber eIoni - 16 1.03e+03 484 -12.5 0.22 0.0195 28.4 405 Chamber eIoni - 17 1.03e+03 469 -13.8 0.205 0.0112 19.9 424 Chamber eIoni - 18 1.03e+03 469 -12.2 0.2 0.00315 3.14 428 Chamber eIoni - 19 1.03e+03 467 -11.5 0.176 0.00354 4.45 432 Chamber eIoni - 20 1.04e+03 465 -13.5 0.172 0.00142 3.81 436 Chamber eIoni - 21 1.04e+03 462 -17.5 0.163 0.00554 6.12 442 Chamber eIoni - 22 1.04e+03 455 -22.6 0.154 0.00672 11.1 453 Chamber eIoni - 23 1.05e+03 454 -20.7 0.152 0.00129 5.71 459 Chamber eIoni - 24 1.05e+03 454 -21.9 0.132 0.00302 5.14 464 Chamber eIoni - 25 1.06e+03 455 -18.9 0.111 0.00439 5.26 469 Chamber eIoni - 26 1.06e+03 450 -18.9 0.101 0.00737 10.1 479 Chamber eIoni - 27 1.06e+03 449 -18.6 0.0977 0.00101 0.994 480 Chamber eIoni - 28 1.06e+03 448 -18.4 0.0866 0.000329 0.607 481 Chamber eIoni - 29 1.07e+03 441 -18.1 0.0724 0.0143 12.1 493 Chamber eIoni - 30 1.07e+03 441 -19 0.0685 0.00123 1.17 494 Chamber eIoni - 31 1.07e+03 442 -21.2 0.0607 0.0056 4.37 499 Chamber eIoni - 32 1.08e+03 439 -24.4 0.0545 0.0062 7.26 506 Chamber eIoni - 33 1.08e+03 438 -21.6 0.0467 0.00783 6.28 512 Chamber eIoni - 34 1.08e+03 438 -20.5 0.0401 0.00163 1.38 513 Chamber eIoni - 35 1.08e+03 435 -20.3 0.0335 0.00356 2.61 516 Chamber eIoni - 36 1.08e+03 432 -21.2 0.0258 0.00766 3.52 520 Chamber eIoni - 37 1.08e+03 433 -21.3 0.0188 0.00369 0.962 521 Chamber eIoni - 38 1.08e+03 434 -21.4 0.0113 0.00748 2.11 523 Chamber eIoni - 39 1.08e+03 434 -21 0.00443 0.00692 1.38 524 Chamber eIoni - 40 1.08e+03 434 -21 0 0.00443 0.325 524 Chamber eIoni + 0 -733 246 -440 0.00344 0 0 0 Tracker initStep + 1 -733 246 -440 0 0.00344 0.398 0.398 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 503, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 418, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08e+03 433 -21.3 0.00328 0 0 0 Chamber initStep - 1 1.08e+03 433 -21.3 0 0.00328 0.207 0.207 Chamber eIoni + 0 -697 232 -519 0.0373 0 0 0 Tracker initStep + 1 -691 233 -516 0.032 0.00535 7.53 7.53 Tracker eIoni + 2 -689 232 -511 0.0287 0.00328 6.06 13.6 Tracker eIoni + 3 -691 230 -506 0.0225 0.0062 5.24 18.8 Tracker eIoni + 4 -693 229 -506 0.0157 0.00215 2.52 21.4 Tracker eIoni + 5 -694 228 -505 0.0129 0.0029 2.69 24.1 Tracker eIoni + 6 -696 227 -506 0.0095 0.00335 2.25 26.3 Tracker eIoni + 7 -697 227 -507 0.00558 0.00392 1.76 28.1 Tracker eIoni + 8 -697 226 -507 0 0.00558 0.931 29 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 502, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 488, Parent ID = 418 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08e+03 435 -20.3 0.00312 0 0 0 Chamber initStep - 1 1.08e+03 435 -20.3 0 0.00312 0.193 0.193 Chamber eIoni + 0 -693 229 -506 0.00461 0 0 0 Tracker initStep + 1 -693 229 -506 0.0018 0.00147 0.454 0.454 Tracker eIoni + 2 -693 229 -506 0 0.0018 0.137 0.591 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 501, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 489, Parent ID = 488 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08e+03 438 -20.5 0.00494 0 0 0 Chamber initStep - 1 1.08e+03 438 -20.5 0 0.00494 0.387 0.387 Chamber eIoni + 0 -693 229 -506 0.00135 0 0 0 Tracker initStep + 1 -693 229 -506 0 0.00135 0.088 0.088 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 500, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 417, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 442 -21.2 0.00217 0 0 0 Chamber initStep - 1 1.07e+03 442 -21.2 0 0.00217 0.116 0.116 Chamber eIoni + 0 -611 200 -709 0.00822 0 0 0 Chamber initStep + 1 -611 199 -709 0 0.00822 0.881 0.881 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 499, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 416, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 441 -19 0.00263 0 0 0 Chamber initStep - 1 1.07e+03 441 -19 0 0.00263 0.152 0.152 Chamber eIoni + 0 -599 195 -733 0.0118 0 0 0 Chamber initStep + 1 -599 195 -732 0.00646 0.00532 1.43 1.43 Chamber eIoni + 2 -599 195 -732 0 0.00646 0.592 2.02 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 498, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 415, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.06e+03 448 -18.4 0.0107 0 0 0 Chamber initStep - 1 1.06e+03 448 -18.6 0.00856 0.000613 0.177 0.177 Chamber eIoni - 2 1.06e+03 448 -19.1 0.00193 0.00663 0.829 1.01 Chamber eIoni - 3 1.06e+03 448 -19.1 0 0.00193 0.0988 1.1 Chamber eIoni + 0 -573 186 -787 0.00701 0 0 0 Chamber initStep + 1 -573 186 -787 0 0.00701 0.677 0.677 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 504, Parent ID = 498 +* G4Track Information: Particle = e-, Track ID = 414, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.06e+03 448 -18.6 0.00153 0 0 0 Chamber initStep - 1 1.06e+03 448 -18.6 0 0.00153 0.0724 0.0724 Chamber eIoni + 0 -559 182 -816 0.0014 0 0 0 Chamber initStep + 1 -559 182 -816 0 0.0014 0.0641 0.0641 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 497, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 413, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.06e+03 449 -18.6 0.00227 0 0 0 Chamber initStep - 1 1.06e+03 449 -18.6 0 0.00227 0.124 0.124 Chamber eIoni + 0 -543 177 -854 0.00211 0 0 0 Chamber initStep + 1 -543 177 -854 0 0.00211 0.112 0.112 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 496, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 412, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.06e+03 450 -18.9 0.00222 0 0 0 Chamber initStep - 1 1.06e+03 450 -18.9 0 0.00222 0.12 0.12 Chamber eIoni + 0 -540 177 -860 0.00503 0 0 0 Chamber initStep + 1 -540 177 -860 0 0.00503 0.398 0.398 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 495, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 411, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.06e+03 455 -18.9 0.0171 0 0 0 Chamber initStep - 1 1.06e+03 454 -18 0.012 0.00503 1.95 1.95 Chamber eIoni - 2 1.06e+03 454 -18.9 0.00353 0.00851 1.46 3.41 Chamber eIoni - 3 1.06e+03 454 -18.9 0 0.00353 0.231 3.64 Chamber eIoni + 0 -535 175 -873 0.0078 0 0 0 Chamber initStep + 1 -535 175 -873 0 0.0078 0.807 0.807 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 494, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 410, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 454 -21.9 0.0173 0 0 0 Chamber initStep - 1 1.05e+03 453 -21.7 0.0101 0.00136 0.235 0.235 Chamber eIoni - 2 1.05e+03 453 -21.4 0.00553 0.00162 0.678 0.913 Chamber eIoni - 3 1.05e+03 453 -21.5 0.00246 0.00307 0.196 1.11 Chamber eIoni - 4 1.05e+03 453 -21.5 0 0.00246 0.138 1.25 Chamber eIoni + 0 -532 174 -882 0.00163 0 0 0 Chamber initStep + 1 -532 174 -882 0 0.00163 0.0785 0.0785 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 506, Parent ID = 494 +* G4Track Information: Particle = e-, Track ID = 409, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 453 -21.4 0.00296 0 0 0 Chamber initStep - 1 1.05e+03 453 -21.5 0 0.00296 0.179 0.179 Chamber eIoni + 0 -492 161 -986 0.00231 0 0 0 Tracker initStep + 1 -492 161 -986 0 0.00231 0.203 0.203 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 505, Parent ID = 494 +* G4Track Information: Particle = e-, Track ID = 408, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 453 -21.7 0.00583 0 0 0 Chamber initStep - 1 1.05e+03 453 -21.8 0 0.00583 0.503 0.503 Chamber eIoni + 0 -479 157 -1.02e+03 0.00354 0 0 0 Tracker initStep + 1 -479 157 -1.02e+03 0 0.00354 0.419 0.419 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 493, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 407, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.04e+03 455 -22.6 0.00309 0 0 0 Chamber initStep - 1 1.04e+03 455 -22.7 0 0.00309 0.19 0.19 Chamber eIoni + 0 -467 153 -1.05e+03 0.00164 0 0 0 Tracker initStep + 1 -467 153 -1.05e+03 0 0.00164 0.119 0.119 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 492, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 406, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.04e+03 462 -17.5 0.00266 0 0 0 Chamber initStep - 1 1.04e+03 462 -17.5 0 0.00266 0.154 0.154 Chamber eIoni + 0 -452 148 -1.09e+03 0.00653 0 0 0 Tracker initStep + 1 -452 148 -1.09e+03 0 0.00653 1.2 1.2 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 491, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 405, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.04e+03 465 -13.5 0.0031 0 0 0 Chamber initStep - 1 1.04e+03 465 -13.5 0 0.0031 0.191 0.191 Chamber eIoni + 0 -380 124 -1.29e+03 0.0108 0 0 0 Tracker initStep + 1 -381 126 -1.29e+03 0.0067 0.0041 1.95 1.95 Tracker eIoni + 2 -381 126 -1.29e+03 0.00179 0.00491 1.24 3.19 Tracker eIoni + 3 -381 126 -1.29e+03 0 0.00179 0.136 3.33 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 490, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 404, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03e+03 467 -11.5 0.0201 0 0 0 Chamber initStep - 1 1.03e+03 469 -11.4 0.0158 0.00434 2.22 2.22 Chamber eIoni - 2 1.03e+03 468 -11.9 0.00561 0.0102 1.84 4.06 Chamber eIoni - 3 1.03e+03 468 -11.9 0 0.00561 0.473 4.53 Chamber eIoni + 0 -326 106 -1.45e+03 0.00167 0 0 0 Tracker initStep + 1 -326 106 -1.45e+03 0 0.00167 0.122 0.122 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 489, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 403, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03e+03 469 -12.2 0.00194 0 0 0 Chamber initStep - 1 1.03e+03 469 -12.2 0 0.00194 0.0997 0.0997 Chamber eIoni + 0 -277 92.3 -1.59e+03 0.00126 0 0 0 Tracker initStep + 1 -277 92.3 -1.59e+03 0 0.00126 0.0801 0.0801 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 488, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 402, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03e+03 469 -13.8 0.00428 0 0 0 Chamber initStep - 1 1.03e+03 469 -13.8 0 0.00428 0.308 0.308 Chamber eIoni + 0 -206 71.9 -1.79e+03 0.00187 0 0 0 Tracker initStep + 1 -207 72 -1.79e+03 0 0.00187 0.145 0.145 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 487, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 401, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03e+03 484 -12.5 0.00139 0 0 0 Chamber initStep - 1 1.03e+03 484 -12.5 0 0.00139 0.0636 0.0636 Chamber eIoni + 0 -136 51 -1.99e+03 0.00256 0 0 0 Tracker initStep + 1 -136 51 -1.99e+03 0 0.00256 0.242 0.242 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 486, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 400, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 477 -6.34 0.00188 0 0 0 Chamber initStep - 1 1.05e+03 477 -6.33 0 0.00188 0.0955 0.0955 Chamber eIoni + 0 -136 50.9 -1.99e+03 0.00101 0 0 0 Tracker initStep + 1 -136 50.9 -1.99e+03 0 0.00101 0.0576 0.0576 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 485, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 399, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 515 9.38 0.00329 0 0 0 Chamber initStep - 1 1.07e+03 515 9.38 0 0.00329 0.208 0.208 Chamber eIoni + 0 -95.6 36.9 -2.11e+03 0.00367 0 0 0 Tracker initStep + 1 -95.5 37.1 -2.11e+03 0 0.00367 0.446 0.446 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 484, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 398, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 515 11.5 0.00496 0 0 0 Chamber initStep - 1 1.07e+03 515 11.6 0.000425 0.00453 0.304 0.304 Chamber eIoni - 2 1.07e+03 515 11.6 0 0.000425 0.0171 0.321 Chamber eIoni + 0 -15.3 5.64 -2.35e+03 0.00216 0 0 0 Tracker initStep + 1 -15.3 5.71 -2.35e+03 0 0.00216 0.183 0.183 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 483, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 379, Parent ID = 144 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 515 12.1 0.0463 0 0 0 Chamber initStep - 1 1.07e+03 514 11.9 0.0413 0.00112 1.12 1.12 Chamber eIoni - 2 1.07e+03 514 11.3 0.0364 0.00176 1.13 2.25 Chamber eIoni - 3 1.07e+03 513 10.9 0.0322 0.00169 0.853 3.1 Chamber eIoni - 4 1.07e+03 512 9.07 0.0242 0.00796 3.38 6.48 Chamber eIoni - 5 1.07e+03 512 7.77 0.0199 0.00432 2.59 9.07 Chamber eIoni - 6 1.08e+03 511 7.72 0.0157 0.00241 1.85 10.9 Chamber eIoni - 7 1.08e+03 510 7.94 0.0065 0.00724 1.34 12.3 Chamber eIoni - 8 1.08e+03 510 7.89 0 0.0065 0.598 12.9 Chamber eIoni + 0 69.2 131 -62.3 7.2e-05 0 0 0 Chamber initStep + 1 69.2 131 -62.3 0 7.2e-05 0.00556 0.00556 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 511, Parent ID = 483 +* G4Track Information: Particle = e-, Track ID = 378, Parent ID = 163 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08e+03 510 7.94 0.00195 0 0 0 Chamber initStep - 1 1.08e+03 510 7.93 0 0.00195 0.1 0.1 Chamber eIoni + 0 0.000571 -0.00318 -2.41e+03 0.312 0 0 0 Target initStep + 1 0.0028 -0.00381 -2.41e+03 0 0.312 0.158 0.158 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 510, Parent ID = 483 +* G4Track Information: Particle = e-, Track ID = 376, Parent ID = 164 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08e+03 511 7.72 0.00181 0 0 0 Chamber initStep - 1 1.08e+03 511 7.72 0 0.00181 0.0906 0.0906 Chamber eIoni + 0 -0.00365 -0.0378 -2.41e+03 6.39 0 0 0 Target initStep + 1 -2.39 -0.16 -2.41e+03 2.92 3.46 2.49 2.49 Target eIoni + 2 -2.05 0.302 -2.41e+03 1.97 0.622 0.644 3.14 Target eBrem + 3 -2.68 0.309 -2.42e+03 0.466 1.51 1.4 4.54 Target eIoni + 4 -2.68 0.326 -2.42e+03 0 0.466 0.277 4.81 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 509, Parent ID = 483 +* G4Track Information: Particle = e-, Track ID = 374, Parent ID = 165 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 513 10.9 0.00255 0 0 0 Chamber initStep - 1 1.07e+03 513 10.9 0 0.00255 0.145 0.145 Chamber eIoni + 0 -0.0416 -0.135 -2.41e+03 25.4 0 0 0 Target initStep + 1 -0.094 -0.122 -2.41e+03 22.4 0.607 0.483 0.483 Target eBrem + 2 -0.0936 -0.122 -2.41e+03 19.9 0.00671 0.00525 0.488 Target eBrem + 3 -0.26 -0.403 -2.41e+03 17.9 1.76 1.36 1.85 Target eBrem + 4 -0.557 -0.462 -2.41e+03 13.5 0.638 0.56 2.41 Target eBrem + 5 -1.32 0.422 -2.4e+03 10.5 1.75 1.58 3.99 Target eBrem + 6 -1.34 0.824 -2.4e+03 9.9 0.488 0.467 4.46 Target eBrem + 7 -1.33 0.84 -2.4e+03 7.78 0.0263 0.0185 4.47 Target eBrem + 8 -0.935 1.26 -2.4e+03 6.1 0.65 0.614 5.09 Target eBrem + 9 -0.936 1.29 -2.4e+03 3.32 0.0401 0.0318 5.12 Target eBrem + 10 -1.5 1.04 -2.4e+03 1.49 1.83 1.36 6.48 Target eBrem + 11 -2.03 0.884 -2.4e+03 0.21 1.28 1.14 7.62 Target eIoni + 12 -2.02 0.879 -2.4e+03 0 0.21 0.0878 7.71 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 508, Parent ID = 483 +* G4Track Information: Particle = gamma, Track ID = 499, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 514 11.3 0.0031 0 0 0 Chamber initStep - 1 1.07e+03 514 11.3 0 0.0031 0.191 0.191 Chamber eIoni + 0 -0.936 1.29 -2.4e+03 2.75 0 0 0 Target initStep + 1 -2.63 7.95 -2.4e+03 2.75 0 7.87 7.87 Tracker Transportation + 2 -593 2.33e+03 -1.07e+03 2.75 0 2.74e+03 2.75e+03 World Transportation + 3 -750 2.94e+03 -714 2.75 0 726 3.47e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 507, Parent ID = 483 +* G4Track Information: Particle = gamma, Track ID = 498, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 514 11.9 0.00391 0 0 0 Chamber initStep - 1 1.07e+03 514 11.9 0 0.00391 0.268 0.268 Chamber eIoni + 0 -0.935 1.26 -2.4e+03 1.03 0 0 0 Target initStep + 1 -1.75 7.26 -2.4e+03 1.03 0 7.17 7.17 Tracker Transportation + 2 -325 2.38e+03 -881 1.03 0 2.83e+03 2.84e+03 World Transportation + 3 -401 2.94e+03 -521 1.03 0 672 3.51e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 482, Parent ID = 453 +* G4Track Information: Particle = gamma, Track ID = 497, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.07e+03 515 17.5 0.00435 0 0 0 Chamber initStep - 1 1.07e+03 515 17.5 0 0.00435 0.317 0.317 Chamber eIoni + 0 -1.33 0.84 -2.4e+03 2.09 0 0 0 Target initStep + 1 0.152 7 -2.4e+03 2.09 0 7.51 7.51 Tracker Transportation + 2 561 2.33e+03 -881 2.09 0 2.83e+03 2.84e+03 World Transportation + 3 708 2.94e+03 -485 2.09 0 739 3.58e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 481, Parent ID = 453 +* G4Track Information: Particle = gamma, Track ID = 496, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.09e+03 486 59.8 0.00236 0 0 0 Chamber initStep - 1 1.09e+03 486 59.8 0 0.00236 0.13 0.13 Chamber eIoni + 0 -1.34 0.824 -2.4e+03 0.15 0 0 0 Target initStep + 1 -1.28 1.06 -2.4e+03 0 0.088 0.282 0.282 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 480, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 500, Parent ID = 496 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.09e+03 473 68.5 0.00388 0 0 0 Chamber initStep - 1 1.09e+03 474 68.5 0.00116 0.00272 0.239 0.239 Chamber eIoni - 2 1.09e+03 474 68.5 0 0.00116 0.0503 0.289 Chamber eIoni + 0 -1.28 1.06 -2.4e+03 0.0624 0 0 0 Target initStep + 1 -1.28 1.06 -2.4e+03 0 0.0624 0.0128 0.0128 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 478, Parent ID = 453 +* G4Track Information: Particle = gamma, Track ID = 495, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.06e+03 476 99.1 0.00314 0 0 0 Chamber initStep - 1 1.06e+03 476 99 0 0.00314 0.195 0.195 Chamber eIoni + 0 -1.32 0.422 -2.4e+03 1.17 0 0 0 Target initStep + 1 -0.311 3.76 -2.4e+03 1.17 0 5.51 5.51 Tracker Transportation + 2 695 2.3e+03 529 1.17 0 3.78e+03 3.79e+03 World Transportation + 3 890 2.94e+03 1.35e+03 1.17 0 1.06e+03 4.85e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 477, Parent ID = 453 +* G4Track Information: Particle = gamma, Track ID = 494, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 483 99.3 0.113 0 0 0 Chamber initStep - 1 1.05e+03 484 98.6 0.107 0.00281 2.28 2.28 Chamber eIoni - 2 1.05e+03 484 98.5 0.107 0.000183 0.311 2.59 Chamber eIoni - 3 1.05e+03 485 99.5 0.1 0.0051 4.7 7.29 Chamber eIoni - 4 1.05e+03 485 99.3 0.082 0.000207 0.39 7.68 Chamber eIoni - 5 1.05e+03 483 100 0.0763 0.0057 8.25 15.9 Chamber msc - 6 1.05e+03 483 100 0.0762 9.34e-05 0.112 16 Tracker Transportation - 7 1.05e+03 480 106 0.0695 0.00479 10.4 26.5 Tracker eIoni - 8 1.03e+03 473 101 0.0568 0.0107 19.9 46.4 Tracker eIoni - 9 1.03e+03 469 100 0.0531 0.00372 6.11 52.5 Chamber Transportation - 10 1.03e+03 469 99.7 0.0506 0.00246 1.42 53.9 Chamber msc - 11 1.02e+03 469 99.5 0.0481 0.00251 1.13 55 Chamber msc - 12 1.02e+03 469 99.7 0.0467 0.00146 1.13 56.1 Chamber msc - 13 1.02e+03 468 100 0.0457 0.000933 0.819 57 Tracker Transportation - 14 1.02e+03 472 101 0.0388 0.00501 8.46 65.4 Tracker eIoni - 15 1.02e+03 473 101 0.0338 0.000989 1.02 66.4 Tracker eIoni - 16 1.02e+03 478 101 0.0298 0.00396 6.54 73 Tracker eIoni - 17 1.01e+03 479 101 0.0265 0.00123 1.24 74.2 Tracker eIoni - 18 1.01e+03 481 101 0.0229 0.00146 1.66 75.9 Tracker eIoni - 19 1.01e+03 482 102 0.0172 0.00216 2.29 78.2 Tracker eIoni - 20 1.01e+03 484 104 0.0111 0.00613 2.93 81.1 Tracker eIoni - 21 1.01e+03 485 103 0.00704 0.00402 1.99 83.1 Tracker eIoni - 22 1.01e+03 486 103 0.00289 0.00415 1.32 84.4 Tracker eIoni - 23 1.01e+03 486 103 0 0.00289 0.295 84.7 Tracker eIoni + 0 -0.557 -0.462 -2.41e+03 3.84 0 0 0 Target initStep + 1 -3.61 0.365 -2.4e+03 3.84 0 6.13 6.13 Tracker Transportation + 2 -2.27e+03 614 1.5e+03 3.84 0 4.55e+03 4.56e+03 Chamber Transportation + 3 -2.32e+03 628 1.58e+03 3.84 0 97.7 4.66e+03 World Transportation + 4 -2.94e+03 797 2.66e+03 3.84 0 1.25e+03 5.91e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 521, Parent ID = 477 +* G4Track Information: Particle = gamma, Track ID = 493, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01e+03 482 102 0.00357 0 0 0 Tracker initStep - 1 1.01e+03 482 103 0 0.00357 0.426 0.426 Tracker eIoni + 0 -0.26 -0.403 -2.41e+03 0.18 0 0 0 Target initStep + 1 -0.551 -0.37 -2.41e+03 0 0.088 0.481 0.481 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 520, Parent ID = 477 +* G4Track Information: Particle = e-, Track ID = 501, Parent ID = 493 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01e+03 481 101 0.00211 0 0 0 Tracker initStep - 1 1.01e+03 481 101 0 0.00211 0.176 0.176 Tracker eIoni + 0 -0.551 -0.37 -2.41e+03 0.0917 0 0 0 Target initStep + 1 -0.552 -0.371 -2.41e+03 0 0.0917 0.0238 0.0238 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 519, Parent ID = 477 +* G4Track Information: Particle = gamma, Track ID = 492, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.01e+03 479 101 0.00211 0 0 0 Tracker initStep - 1 1.01e+03 479 101 0 0.00211 0.176 0.176 Tracker eIoni + 0 -0.0936 -0.122 -2.41e+03 2.5 0 0 0 Target initStep + 1 0.382 0.152 -2.4e+03 2.5 0 7.03 7.03 Tracker Transportation + 2 47.9 27.5 -1.7e+03 2.5 0 702 709 Chamber Transportation + 3 61.4 35.4 -1.5e+03 2.5 0 201 910 Tracker Transportation + 4 102 58.8 -900 2.5 0 602 1.51e+03 Chamber Transportation + 5 116 66.7 -700 2.5 0 201 1.71e+03 Tracker Transportation + 6 156 90.1 -100 2.5 0 602 2.31e+03 Chamber Transportation + 7 170 98 100 2.5 0 201 2.51e+03 Tracker Transportation + 8 211 121 700 2.5 0 602 3.12e+03 Chamber Transportation + 9 224 129 900 2.5 0 201 3.32e+03 Tracker Transportation + 10 265 153 1.5e+03 2.5 0 602 3.92e+03 Chamber Transportation + 11 279 161 1.7e+03 2.5 0 201 4.12e+03 Tracker Transportation + 12 326 188 2.4e+03 2.5 0 702 4.82e+03 World Transportation + 13 363 209 2.94e+03 2.5 0 542 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 518, Parent ID = 477 +* G4Track Information: Particle = gamma, Track ID = 491, Parent ID = 374 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.02e+03 473 101 0.00404 0 0 0 Tracker initStep - 1 1.02e+03 473 102 0 0.00404 0.528 0.528 Tracker eIoni + 0 -0.094 -0.122 -2.41e+03 2.38 0 0 0 Target initStep + 1 0.228 0.271 -2.4e+03 2.38 0 7.03 7.03 Tracker Transportation + 2 32.4 39.5 -1.7e+03 2.38 0 702 709 Chamber Transportation + 3 41.5 50.7 -1.5e+03 2.38 0 201 909 Tracker Transportation + 4 69.1 84.2 -900 2.38 0 602 1.51e+03 Chamber Transportation + 5 78.3 95.4 -700 2.38 0 201 1.71e+03 Tracker Transportation + 6 106 129 -100 2.38 0 602 2.31e+03 Chamber Transportation + 7 115 140 100 2.38 0 201 2.51e+03 Tracker Transportation + 8 143 174 700 2.38 0 602 3.12e+03 Chamber Transportation + 9 152 185 900 2.38 0 201 3.32e+03 Tracker Transportation + 10 179 219 1.5e+03 2.38 0 602 3.92e+03 Chamber Transportation + 11 188 230 1.7e+03 2.38 0 201 4.12e+03 Tracker Transportation + 12 221 269 2.4e+03 2.38 0 702 4.82e+03 World Transportation + 13 245 299 2.94e+03 2.38 0 541 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 517, Parent ID = 477 +* G4Track Information: Particle = gamma, Track ID = 490, Parent ID = 376 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.02e+03 472 101 0.00189 0 0 0 Tracker initStep - 1 1.02e+03 472 101 0 0.00189 0.148 0.148 Tracker eIoni + 0 -2.05 0.302 -2.41e+03 0.33 0 0 0 Target initStep + 1 0.435 0.769 -2.42e+03 0 0.088 4.09 4.09 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 516, Parent ID = 477 +* G4Track Information: Particle = e-, Track ID = 502, Parent ID = 490 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03e+03 473 101 0.00201 0 0 0 Tracker initStep - 1 1.03e+03 473 101 0 0.00201 0.163 0.163 Tracker eIoni + 0 0.435 0.769 -2.42e+03 0.242 0 0 0 Target initStep + 1 0.434 0.774 -2.42e+03 0 0.242 0.109 0.109 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 515, Parent ID = 477 +* G4Track Information: Particle = gamma, Track ID = 436, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 480 106 0.00183 0 0 0 Tracker initStep - 1 1.05e+03 480 106 0 0.00183 0.141 0.141 Tracker eIoni + 0 -1.25e+03 378 756 3.76 0 0 0 Chamber initStep + 1 -1.32e+03 394 900 3.76 0 157 157 Tracker Transportation + 2 -1.57e+03 461 1.5e+03 3.76 0 655 811 Chamber Transportation + 3 -1.65e+03 484 1.7e+03 3.76 0 218 1.03e+03 Tracker Transportation + 4 -1.95e+03 563 2.4e+03 3.76 0 764 1.79e+03 World Transportation + 5 -2.17e+03 624 2.94e+03 3.76 0 589 2.38e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 514, Parent ID = 477 +* G4Track Information: Particle = gamma, Track ID = 397, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 485 99.3 0.0182 0 0 0 Chamber initStep - 1 1.05e+03 485 99.3 0.0178 0.000328 0.172 0.172 Chamber msc - 2 1.05e+03 485 99.2 0.0148 0.00098 0.128 0.3 Chamber eIoni - 3 1.05e+03 485 99.2 0.0119 0.000563 0.132 0.432 Chamber eIoni - 4 1.05e+03 485 99.1 0.0114 0.000465 0.203 0.635 Chamber msc - 5 1.05e+03 484 99.1 0.0107 0.000734 0.178 0.813 Chamber msc - 6 1.05e+03 484 99.3 0.00981 0.00084 0.216 1.03 Chamber msc - 7 1.05e+03 484 99.2 0.00939 0.000429 0.175 1.2 Chamber msc - 8 1.05e+03 484 99.2 0.00826 0.00112 0.151 1.35 Chamber msc - 9 1.05e+03 484 99.3 0.00636 0.00191 0.194 1.55 Chamber msc - 10 1.05e+03 484 99.4 0.00545 0.00091 0.165 1.71 Chamber msc - 11 1.05e+03 484 99.4 0 0.00545 0.451 2.16 Chamber eIoni + 0 -0.0783 -0.573 -2.4e+03 0.68 0 0 0 Target initStep + 1 -0.113 -0.49 -2.4e+03 0.68 0 0.257 0.257 Tracker Transportation + 2 -219 518 -900 0.68 0 1.6e+03 1.6e+03 Chamber Transportation + 3 -248 587 -700 0.68 0 214 1.82e+03 Tracker Transportation + 4 -336 795 -100 0.68 0 641 2.46e+03 Chamber Transportation + 5 -365 864 100 0.68 0 214 2.67e+03 Tracker Transportation + 6 -453 1.07e+03 700 0.68 0 641 3.31e+03 Chamber Transportation + 7 -482 1.14e+03 900 0.68 0 214 3.53e+03 Tracker Transportation + 8 -570 1.35e+03 1.5e+03 0.68 0 641 4.17e+03 Chamber Transportation + 9 -599 1.42e+03 1.7e+03 0.68 0 214 4.38e+03 Tracker Transportation + 10 -701 1.66e+03 2.4e+03 0.68 0 748 5.13e+03 World Transportation + 11 -780 1.85e+03 2.94e+03 0.68 0 577 5.7e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 523, Parent ID = 514 +* G4Track Information: Particle = gamma, Track ID = 396, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 485 99.2 0.00235 0 0 0 Chamber initStep - 1 1.05e+03 485 99.2 0 0.00235 0.13 0.13 Chamber eIoni + 0 -0.072 -0.577 -2.4e+03 36.2 0 0 0 Target initStep + 1 -0.0431 -0.586 -2.4e+03 36.2 0 0.58 0.58 Tracker Transportation + 2 34.9 -11.3 -1.7e+03 36.2 0 701 702 Chamber Transportation + 3 44.9 -14.4 -1.5e+03 36.2 0 200 902 Tracker Transportation + 4 74.8 -23.6 -900 36.2 0 601 1.5e+03 Chamber Transportation + 5 84.8 -26.7 -700 36.2 0 200 1.7e+03 Tracker Transportation + 6 115 -35.9 -100 36.2 0 601 2.3e+03 Chamber Transportation + 7 125 -38.9 100 36.2 0 200 2.5e+03 Tracker Transportation + 8 155 -48.1 700 36.2 0 601 3.1e+03 Chamber Transportation + 9 165 -51.2 900 36.2 0 200 3.31e+03 Tracker Transportation + 10 195 -60.4 1.5e+03 36.2 0 601 3.91e+03 Chamber Transportation + 11 205 -63.5 1.7e+03 36.2 0 200 4.11e+03 Tracker Transportation + 12 240 -74.2 2.4e+03 36.2 0 701 4.81e+03 World Transportation + 13 267 -82.5 2.94e+03 36.2 0 541 5.35e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 522, Parent ID = 514 +* G4Track Information: Particle = gamma, Track ID = 395, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 485 99.2 0.00208 0 0 0 Chamber initStep - 1 1.05e+03 485 99.1 0 0.00208 0.11 0.11 Chamber eIoni + 0 -0.16 -0.583 -2.4e+03 0.197 0 0 0 Target initStep + 1 -0.156 -0.586 -2.4e+03 0 0.088 0.07 0.07 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 513, Parent ID = 477 +* G4Track Information: Particle = e-, Track ID = 503, Parent ID = 395 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 485 99.5 0.00181 0 0 0 Chamber initStep - 1 1.05e+03 485 99.5 0 0.00181 0.0904 0.0904 Chamber eIoni + 0 -0.156 -0.586 -2.4e+03 0.109 0 0 0 Target initStep + 1 -0.156 -0.587 -2.4e+03 0 0.109 0.0316 0.0316 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 512, Parent ID = 477 +* G4Track Information: Particle = gamma, Track ID = 394, Parent ID = 282 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.05e+03 484 98.6 0.00322 0 0 0 Chamber initStep - 1 1.05e+03 484 98.5 0 0.00322 0.201 0.201 Chamber eIoni + 0 -0.135 -0.495 -2.4e+03 0.233 0 0 0 Target initStep + 1 -0.152 -0.734 -2.4e+03 0.233 0 2.35 2.35 Tracker Transportation + 2 -5.54 -72.5 -1.7e+03 0.233 0 704 706 Chamber Transportation + 3 -7.08 -93 -1.5e+03 0.233 0 201 907 Tracker Transportation + 4 -11.7 -155 -900 0.233 0 603 1.51e+03 Chamber Transportation + 5 -13.2 -175 -700 0.233 0 201 1.71e+03 Tracker Transportation + 6 -17.9 -237 -100 0.233 0 603 2.31e+03 Chamber Transportation + 7 -19.4 -257 100 0.233 0 201 2.52e+03 Tracker Transportation + 8 -24 -319 700 0.233 0 603 3.12e+03 Chamber Transportation + 9 -25.6 -339 900 0.233 0 201 3.32e+03 Tracker Transportation + 10 -30.2 -401 1.5e+03 0.233 0 603 3.92e+03 Chamber Transportation + 11 -31.7 -421 1.7e+03 0.233 0 201 4.12e+03 Tracker Transportation + 12 -37.1 -493 2.4e+03 0.233 0 704 4.83e+03 World Transportation + 13 -41.3 -548 2.94e+03 0.233 0 543 5.37e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 476, Parent ID = 453 +* G4Track Information: Particle = gamma, Track ID = 393, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 987 478 89 0.00257 0 0 0 Chamber initStep - 1 987 478 89 0 0.00257 0.147 0.147 Chamber eIoni + 0 0.491 -3.53 -2.41e+03 0.511 0 0 0 Target initStep + 1 0.414 -3.39 -2.41e+03 0.337 0 0.299 0.299 Target compt + 2 4.43 -1.66 -2.4e+03 0 0.088 5.58 5.88 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 475, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 505, Parent ID = 393 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 970 484 79.4 0.0016 0 0 0 Chamber initStep - 1 970 484 79.4 0 0.0016 0.0768 0.0768 Chamber eIoni + 0 4.43 -1.66 -2.4e+03 0.249 0 0 0 Target initStep + 1 4.43 -1.66 -2.4e+03 0 0.249 0.113 0.113 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 479, Parent ID = 453 +* G4Track Information: Particle = e-, Track ID = 504, Parent ID = 393 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.08e+03 472 69.8 0.0136 0 0 0 Chamber initStep - 1 1.14e+03 478 45.5 0 0.00546 65.5 65.5 Chamber phot + 0 0.414 -3.39 -2.41e+03 0.174 0 0 0 Target initStep + 1 0.41 -3.39 -2.41e+03 0 0.174 0.0656 0.0656 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 524, Parent ID = 479 +* G4Track Information: Particle = gamma, Track ID = 392, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.14e+03 478 45.5 0.00814 0 0 0 Chamber initStep - 1 1.14e+03 478 45.4 0.00703 0.00111 0.269 0.269 Chamber eIoni - 2 1.14e+03 479 45.4 0.00216 0.00487 0.457 0.726 Chamber eIoni - 3 1.14e+03 479 45.4 0 0.00216 0.116 0.842 Chamber eIoni + 0 0.491 -3.53 -2.41e+03 0.511 0 0 0 Target initStep + 1 3.53 -8.79 -2.42e+03 0.281 0 11.8 11.8 Target compt + 2 2.97 -8.84 -2.42e+03 0 0.088 0.621 12.4 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 474, Parent ID = 469 +* G4Track Information: Particle = e-, Track ID = 507, Parent ID = 392 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.446 -0.393 -2.41e+03 0.171 0 0 0 Target initStep - 1 0.54 -0.536 -2.41e+03 0 0.088 0.271 0.271 Target phot + 0 2.97 -8.84 -2.42e+03 0.193 0 0 0 Target initStep + 1 2.97 -8.84 -2.42e+03 0 0.193 0.0772 0.0772 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 525, Parent ID = 474 +* G4Track Information: Particle = e-, Track ID = 506, Parent ID = 392 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.54 -0.536 -2.41e+03 0.0833 0 0 0 Target initStep - 1 0.541 -0.537 -2.41e+03 0 0.0833 0.0204 0.0204 Target eIoni + 0 3.53 -8.79 -2.42e+03 0.23 0 0 0 Target initStep + 1 3.53 -8.79 -2.42e+03 0 0.23 0.101 0.101 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 473, Parent ID = 286 +* G4Track Information: Particle = gamma, Track ID = 391, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.28 0.425 -2.41e+03 0.511 0 0 0 Target initStep - 1 1.29 -1.87 -2.41e+03 0 0.088 3.69 3.69 Target phot + 0 -0.522 -2.55 -2.41e+03 0.102 0 0 0 Target initStep + 1 -0.515 -2.56 -2.41e+03 0 0.088 0.0262 0.0262 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 526, Parent ID = 473 +* G4Track Information: Particle = e-, Track ID = 508, Parent ID = 391 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.29 -1.87 -2.41e+03 0.423 0 0 0 Target initStep - 1 1.29 -1.87 -2.41e+03 0 0.423 0.243 0.243 Target eIoni + 0 -0.515 -2.56 -2.41e+03 0.0144 0 0 0 Target initStep + 1 -0.515 -2.56 -2.41e+03 0 0.0144 0.00122 0.00122 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 472, Parent ID = 286 +* G4Track Information: Particle = gamma, Track ID = 390, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.28 0.425 -2.41e+03 0.511 0 0 0 Target initStep - 1 1.28 1.16 -2.41e+03 0.266 0 1.19 1.19 Target compt - 2 1.13 1.24 -2.41e+03 0 0.088 0.174 1.36 Target phot + 0 -0.502 -2.51 -2.41e+03 0.16 0 0 0 Target initStep + 1 -1.04 -2.93 -2.4e+03 0.126 0 1.73 1.73 Target compt + 2 -1.08 -2.91 -2.4e+03 0 0.088 0.0429 1.77 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 528, Parent ID = 472 +* G4Track Information: Particle = e-, Track ID = 510, Parent ID = 390 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.13 1.24 -2.41e+03 0.178 0 0 0 Target initStep - 1 1.13 1.24 -2.41e+03 0 0.178 0.0679 0.0679 Target eIoni + 0 -1.08 -2.91 -2.4e+03 0.038 0 0 0 Target initStep + 1 -1.08 -2.91 -2.4e+03 0 0.038 0.00571 0.00571 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 527, Parent ID = 472 +* G4Track Information: Particle = e-, Track ID = 509, Parent ID = 390 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.28 1.16 -2.41e+03 0.245 0 0 0 Target initStep - 1 1.29 1.17 -2.41e+03 0 0.245 0.111 0.111 Target eIoni + 0 -1.04 -2.93 -2.4e+03 0.0342 0 0 0 Target initStep + 1 -1.04 -2.93 -2.4e+03 0 0.0342 0.0048 0.0048 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 471, Parent ID = 286 +* G4Track Information: Particle = gamma, Track ID = 389, Parent ID = 362 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.9 -1.01 -2.41e+03 0.813 0 0 0 Target initStep - 1 -0.707 4.74 -2.4e+03 0.813 0 9.98 9.98 Tracker Transportation - 2 -990 2.19e+03 535 0.813 0 3.79e+03 3.8e+03 World Transportation - 3 -1.33e+03 2.94e+03 1.55e+03 0.813 0 1.31e+03 5.11e+03 OutOfWorld Transportation + 0 0.284 -0.605 -2.41e+03 0.116 0 0 0 Target initStep + 1 0.69 -1.14 -2.41e+03 0 0.088 0.756 0.756 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 470, Parent ID = 286 +* G4Track Information: Particle = e-, Track ID = 511, Parent ID = 389 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.4 -1.16 -2.41e+03 0.403 0 0 0 Target initStep - 1 2.36 -0.723 -2.41e+03 0 0.088 1.1 1.1 Target phot + 0 0.69 -1.14 -2.41e+03 0.0283 0 0 0 Target initStep + 1 0.69 -1.14 -2.41e+03 0 0.0283 0.00355 0.00355 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 529, Parent ID = 470 +* G4Track Information: Particle = gamma, Track ID = 388, Parent ID = 373 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.36 -0.723 -2.41e+03 0.315 0 0 0 Target initStep - 1 2.37 -0.72 -2.41e+03 0 0.315 0.16 0.16 Target eIoni + 0 0.233 -0.676 -2.4e+03 0.511 0 0 0 Target initStep + 1 2.31 -1.29 -2.41e+03 0.273 0 3.54 3.54 Target compt + 2 3.39 -0.102 -2.41e+03 0 0.088 1.63 5.17 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 468, Parent ID = 291 +* G4Track Information: Particle = e-, Track ID = 513, Parent ID = 388 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.402 0.143 -2.41e+03 0.511 0 0 0 Target initStep - 1 0.884 0.987 -2.41e+03 0.262 0 1.69 1.69 Target compt - 2 1.03 0.392 -2.41e+03 0 0.088 0.83 2.52 Target phot + 0 3.39 -0.102 -2.41e+03 0.185 0 0 0 Target initStep + 1 3.39 -0.102 -2.41e+03 0 0.185 0.0724 0.0724 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 531, Parent ID = 468 +* G4Track Information: Particle = e-, Track ID = 512, Parent ID = 388 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.03 0.392 -2.41e+03 0.174 0 0 0 Target initStep - 1 1.03 0.39 -2.41e+03 0 0.174 0.0658 0.0658 Target eIoni + 0 2.31 -1.29 -2.41e+03 0.238 0 0 0 Target initStep + 1 2.32 -1.3 -2.41e+03 0 0.238 0.106 0.106 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 530, Parent ID = 468 +* G4Track Information: Particle = gamma, Track ID = 387, Parent ID = 373 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.884 0.987 -2.41e+03 0.249 0 0 0 Target initStep - 1 0.889 0.993 -2.41e+03 0 0.249 0.113 0.113 Target eIoni + 0 0.233 -0.676 -2.4e+03 0.511 0 0 0 Target initStep + 1 -0.642 -0.418 -2.4e+03 0 0.088 1.49 1.49 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 467, Parent ID = 291 +* G4Track Information: Particle = e-, Track ID = 514, Parent ID = 387 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.402 0.143 -2.41e+03 0.511 0 0 0 Target initStep - 1 -9.61 -5.91 -2.4e+03 0 0.088 12.1 12.1 Target phot + 0 -0.642 -0.418 -2.4e+03 0.423 0 0 0 Target initStep + 1 -0.642 -0.416 -2.4e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 532, Parent ID = 467 +* G4Track Information: Particle = gamma, Track ID = 386, Parent ID = 373 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.61 -5.91 -2.4e+03 0.423 0 0 0 Target initStep - 1 -9.62 -5.92 -2.4e+03 0 0.423 0.243 0.243 Target eIoni + 0 0.328 -0.766 -2.41e+03 1.41 0 0 0 Target initStep + 1 -3.99 -22.4 -2.4e+03 1.41 0 22.8 22.8 Tracker Transportation + 2 -470 -2.35e+03 -1.76e+03 1.41 0 2.46e+03 2.48e+03 World Transportation + 3 -588 -2.94e+03 -1.6e+03 1.41 0 620 3.1e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 466, Parent ID = 291 +* G4Track Information: Particle = gamma, Track ID = 385, Parent ID = 373 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.41 0.125 -2.41e+03 1.11 0 0 0 Target initStep - 1 1.18 8.86 -2.4e+03 1.11 0 10.9 10.9 Tracker Transportation - 2 430 2.36e+03 -686 1.11 0 2.94e+03 2.95e+03 World Transportation - 3 536 2.94e+03 -264 1.11 0 724 3.68e+03 OutOfWorld Transportation + 0 -0.0441 -0.258 -2.41e+03 0.106 0 0 0 Target initStep + 1 -0.045 -0.26 -2.41e+03 0 0.088 0.00784 0.00784 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 465, Parent ID = 291 +* G4Track Information: Particle = e-, Track ID = 515, Parent ID = 385 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.443 0.104 -2.41e+03 4.24 0 0 0 Target initStep - 1 -0.54 0.175 -2.41e+03 0.795 0 0.3 0.3 Target compt - 2 1.27 -1.48 -2.4e+03 0.409 0 3.98 4.28 Target compt - 3 -1.46 -2.71 -2.4e+03 0.409 0 4.28 8.56 Tracker Transportation - 4 -2.19e+03 -992 48.1 0.409 0 3.43e+03 3.44e+03 World Transportation - 5 -2.94e+03 -1.33e+03 894 0.409 0 1.18e+03 4.62e+03 OutOfWorld Transportation + 0 -0.045 -0.26 -2.41e+03 0.018 0 0 0 Target initStep + 1 -0.0451 -0.26 -2.41e+03 0 0.018 0.00172 0.00172 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 534, Parent ID = 465 +* G4Track Information: Particle = gamma, Track ID = 384, Parent ID = 373 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.27 -1.48 -2.4e+03 0.386 0 0 0 Target initStep - 1 1.28 -1.48 -2.4e+03 0 0.386 0.214 0.214 Target eIoni + 0 -0.33 0.446 -2.41e+03 4.55 0 0 0 Target initStep + 1 -0.274 -2.51 -2.4e+03 0 0 5.85 5.85 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 533, Parent ID = 465 +* G4Track Information: Particle = e-, Track ID = 516, Parent ID = 384 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.54 0.175 -2.41e+03 3.44 0 0 0 Target initStep - 1 -0.816 0.16 -2.41e+03 2.31 1 0.397 0.397 Target eBrem - 2 -1.05 0.325 -2.41e+03 1.48 0.685 0.638 1.03 Target eBrem - 3 -1.09 0.241 -2.41e+03 0 1.48 1.13 2.16 Target eIoni + 0 -0.274 -2.51 -2.4e+03 1.51 0 0 0 Target initStep + 1 -0.199 -2.58 -2.4e+03 1.17 0.115 0.138 0.138 Target eBrem + 2 -0.184 -2.6 -2.4e+03 0 1.17 0.875 1.01 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 536, Parent ID = 533 +* G4Track Information: Particle = gamma, Track ID = 518, Parent ID = 516 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.05 0.325 -2.41e+03 0.148 0 0 0 Target initStep - 1 -1.41 -0.753 -2.41e+03 0 0.088 1.17 1.17 Target phot + 0 -0.199 -2.58 -2.4e+03 0.234 0 0 0 Target initStep + 1 0.832 -2.25 -2.41e+03 0.224 0 4.28 4.28 Target compt + 2 1.68 -1.59 -2.41e+03 0 0.088 1.72 6.01 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 537, Parent ID = 536 +* G4Track Information: Particle = e-, Track ID = 520, Parent ID = 518 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.41 -0.753 -2.41e+03 0.06 0 0 0 Target initStep - 1 -1.41 -0.753 -2.41e+03 0 0.06 0.012 0.012 Target eIoni + 0 1.68 -1.59 -2.41e+03 0.136 0 0 0 Target initStep + 1 1.68 -1.58 -2.41e+03 0 0.136 0.0446 0.0446 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 535, Parent ID = 533 +* G4Track Information: Particle = e-, Track ID = 519, Parent ID = 518 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.816 0.16 -2.41e+03 0.131 0 0 0 Target initStep - 1 -1.05 0.241 -2.41e+03 0 0.088 0.252 0.252 Target phot + 0 0.832 -2.25 -2.41e+03 0.00984 0 0 0 Target initStep + 1 0.832 -2.25 -2.41e+03 0 0.00984 0.000686 0.000686 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 538, Parent ID = 535 +* G4Track Information: Particle = gamma, Track ID = 383, Parent ID = 375 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.05 0.241 -2.41e+03 0.0426 0 0 0 Target initStep - 1 -1.05 0.242 -2.41e+03 0 0.0426 0.00687 0.00687 Target eIoni + 0 -0.041 -0.145 -2.41e+03 0.511 0 0 0 Target initStep + 1 -3.52 1.61 -2.41e+03 0 0.088 4.03 4.03 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 464, Parent ID = 291 +* G4Track Information: Particle = e-, Track ID = 521, Parent ID = 383 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.504 -0.372 -2.41e+03 0.805 0 0 0 Target initStep - 1 -1.7 3.27 -2.4e+03 0.805 0 8.01 8.01 Tracker Transportation - 2 -394 1.2e+03 -100 0.805 0 2.62e+03 2.63e+03 Chamber Transportation - 3 -413 1.25e+03 11.6 0.805 0 127 2.76e+03 Tracker Transportation - 4 -531 1.61e+03 700 0.805 0 784 3.54e+03 Chamber Transportation - 5 -565 1.71e+03 900 0.805 0 228 3.77e+03 Tracker Transportation - 6 -667 2.03e+03 1.5e+03 0.805 0 684 4.45e+03 Chamber Transportation - 7 -702 2.13e+03 1.7e+03 0.805 0 228 4.68e+03 Tracker Transportation - 8 -751 2.28e+03 1.99e+03 0.805 0 331 5.01e+03 World Transportation - 9 -913 2.77e+03 2.94e+03 0.805 0 1.08e+03 6.09e+03 OutOfWorld Transportation + 0 -3.52 1.61 -2.41e+03 0.423 0 0 0 Target initStep + 1 -3.53 1.61 -2.41e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 463, Parent ID = 291 +* G4Track Information: Particle = gamma, Track ID = 382, Parent ID = 375 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.444 -0.236 -2.41e+03 5.24 0 0 0 Target initStep - 1 -0.881 -0.678 -2.41e+03 3.31 0 1.16 1.16 Target compt - 2 -2.87 -1.27 -2.4e+03 3.31 0 7.21 8.37 Tracker Transportation - 3 -205 -61.4 -1.7e+03 3.31 0 731 739 Chamber Transportation - 4 -230 -68.9 -1.61e+03 3.31 0 90.9 830 Tracker Transportation - 5 -436 -130 -900 3.31 0 745 1.57e+03 Chamber Transportation - 6 -493 -147 -700 3.31 0 209 1.78e+03 Tracker Transportation - 7 -666 -199 -100 3.31 0 627 2.41e+03 Chamber Transportation - 8 -724 -216 100 3.31 0 209 2.62e+03 Tracker Transportation - 9 -897 -268 700 3.31 0 627 3.25e+03 Chamber Transportation - 10 -955 -285 900 3.31 0 209 3.45e+03 Tracker Transportation - 11 -1.13e+03 -336 1.5e+03 3.31 0 627 4.08e+03 Chamber Transportation - 12 -1.19e+03 -353 1.7e+03 3.31 0 209 4.29e+03 Tracker Transportation - 13 -1.39e+03 -414 2.4e+03 3.31 0 731 5.02e+03 World Transportation - 14 -1.54e+03 -460 2.94e+03 3.31 0 564 5.58e+03 OutOfWorld Transportation + 0 -0.041 -0.145 -2.41e+03 0.511 0 0 0 Target initStep + 1 0.0831 -0.207 -2.41e+03 0 0.088 0.144 0.144 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 539, Parent ID = 463 +* G4Track Information: Particle = e-, Track ID = 522, Parent ID = 382 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.881 -0.678 -2.41e+03 1.93 0 0 0 Target initStep - 1 -1.21 -0.665 -2.41e+03 0.992 0.597 0.349 0.349 Target eBrem - 2 -1.22 -0.733 -2.41e+03 0.784 0.0885 0.0742 0.423 Target eBrem - 3 -1.19 -0.756 -2.41e+03 0 0.784 0.544 0.968 Target eIoni + 0 0.0831 -0.207 -2.41e+03 0.423 0 0 0 Target initStep + 1 0.0982 -0.212 -2.41e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 541, Parent ID = 539 +* G4Track Information: Particle = gamma, Track ID = 381, Parent ID = 377 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.22 -0.733 -2.41e+03 0.12 0 0 0 Target initStep - 1 -1.13 -0.508 -2.41e+03 0 0.088 0.256 0.256 Target phot + 0 -0.0082 -0.0378 -2.41e+03 0.511 0 0 0 Target initStep + 1 7.03 6.27 -2.41e+03 0.33 0 9.46 9.46 Target compt + 2 7.95 6.61 -2.41e+03 0 0.088 1.83 11.3 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 542, Parent ID = 541 +* G4Track Information: Particle = gamma, Track ID = 380, Parent ID = 377 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13 -0.508 -2.41e+03 0.0317 0 0 0 Target initStep - 1 -1.13 -0.508 -2.41e+03 0 0.0317 0.00426 0.00426 Target eIoni + 0 -0.0082 -0.0378 -2.41e+03 0.511 0 0 0 Target initStep + 1 -3.65 -3.31 -2.41e+03 0 0.088 4.9 4.9 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 540, Parent ID = 539 +* G4Track Information: Particle = e+, Track ID = 517, Parent ID = 384 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.21 -0.665 -2.41e+03 0.342 0 0 0 Target initStep - 1 -1.28 -0.736 -2.41e+03 0 0.088 0.217 0.217 Target phot + 0 -0.274 -2.51 -2.4e+03 2.02 0 0 0 Target initStep + 1 0.224 -2.21 -2.4e+03 0.352 1.66 1.44 1.44 Target eIoni + 2 0.214 -2.21 -2.4e+03 0 0.352 0.184 1.63 Target eIoni + 3 0.214 -2.21 -2.4e+03 0 0 0 1.63 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 543, Parent ID = 540 +* G4Track Information: Particle = e+, Track ID = 236, Parent ID = 175 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.28 -0.736 -2.41e+03 0.254 0 0 0 Target initStep - 1 -1.28 -0.744 -2.41e+03 0 0.254 0.117 0.117 Target eIoni + 0 -22 -95.4 -731 45.8 0 0 0 Chamber initStep + 1 -21.6 -97.8 -700 45.8 0.0173 31 31 Tracker Transportation + 2 -21.1 -99.5 -679 45.8 0.00383 20.9 51.8 Tracker eIoni + 3 -19.5 -105 -611 45.8 0.0114 68.4 120 Tracker eIoni + 4 -19.2 -106 -598 45.8 0.00278 12.9 133 Tracker eIoni + 5 -16.8 -115 -499 45.8 0.0137 100 233 Tracker StepLimiter + 6 -14.3 -124 -401 45.7 0.0166 98.2 331 Tracker eIoni + 7 -13.2 -127 -366 45.7 0.00405 34.9 366 Tracker eIoni + 8 -10.9 -135 -281 45.7 0.0155 85.4 452 Tracker eIoni + 9 -9.95 -139 -240 45.7 0.00687 41.6 493 Tracker eIoni + 10 -9.76 -140 -230 45.7 0.00104 9.44 503 Tracker eIoni + 11 -9.43 -142 -211 45.7 0.00619 19.3 522 Tracker eIoni + 12 -8.59 -147 -156 45.6 0.0137 55.5 577 Tracker eIoni + 13 -7.8 -152 -100 45.6 0.0108 56.2 634 Chamber Transportation + 14 -7.35 -154 -84.9 45.5 0.0109 15.2 649 Chamber eIoni + 15 -6.94 -159 -39.8 45.5 0.0212 45.4 694 Chamber eIoni + 16 -6.59 -161 -19.3 45.4 0.0192 20.6 715 Chamber eIoni + 17 -6.43 -166 24.2 45.4 0.0161 43.8 759 Chamber eIoni + 18 -6.7 -168 45.7 45.4 0.0134 21.6 780 Chamber eIoni + 19 -11.2 -172 100 45.4 0.0298 54.7 835 Tracker Transportation + 20 -11.8 -172 108 45.4 0.00101 7.82 843 Tracker eIoni + 21 -19.4 -176 207 45.4 0.0203 100 943 Tracker StepLimiter + 22 -22.9 -178 252 45.3 0.00912 45.2 988 Tracker eIoni + 23 -31 -183 352 45.3 0.0225 100 1.09e+03 Tracker StepLimiter + 24 -36.6 -187 424 45.3 0.0123 72.7 1.16e+03 Tracker eIoni + 25 -42.2 -191 501 45.3 0.012 76.6 1.24e+03 Tracker eIoni + 26 -48.4 -195 584 45.3 0.0157 84 1.32e+03 Tracker eIoni + 27 -55.9 -201 684 45.3 0.0172 100 1.42e+03 Tracker StepLimiter + 28 -57 -202 700 45.3 0.00254 16.1 1.44e+03 Chamber Transportation + 29 -67.8 -216 859 45.2 0.0825 160 1.6e+03 Chamber eIoni + 30 -68 -216 861 45.1 0.000514 1.97 1.6e+03 Chamber eIoni + 31 -70.9 -220 900 45.1 0.0243 39.7 1.64e+03 Tracker Transportation + 32 -71.4 -221 908 45.1 0.00101 7.56 1.65e+03 Tracker eIoni + 33 -76.6 -227 980 45.1 0.0142 72.9 1.72e+03 Tracker eIoni + 34 -83.1 -236 1.08e+03 45.1 0.0164 100 1.82e+03 Tracker StepLimiter + 35 -85.8 -240 1.12e+03 45.1 0.00916 38.8 1.86e+03 Tracker eIoni + 36 -93.5 -248 1.22e+03 45.1 0.0194 100 1.96e+03 Tracker StepLimiter + 37 -97.2 -253 1.27e+03 45 0.00864 50 2.01e+03 Tracker eIoni + 38 -99.2 -255 1.29e+03 45 0.00484 27.7 2.04e+03 Tracker eIoni + 39 -107 -263 1.39e+03 45 0.0209 100 2.14e+03 Tracker StepLimiter + 40 -110 -266 1.43e+03 45 0.00569 37.5 2.17e+03 Tracker eIoni + 41 -115 -272 1.5e+03 45 0.0117 69.4 2.24e+03 Chamber Transportation + 42 -120 -275 1.55e+03 44.9 0.0273 52.5 2.3e+03 Chamber eIoni + 43 -123 -279 1.59e+03 44.9 0.0196 36 2.33e+03 Chamber eIoni + 44 -129 -285 1.64e+03 44.9 0.0344 55.6 2.39e+03 Chamber eIoni + 45 -135 -292 1.7e+03 44.8 0.0239 58 2.44e+03 Tracker Transportation + 46 -144 -306 1.8e+03 44.8 0.0168 100 2.54e+03 Tracker StepLimiter + 47 -152 -316 1.88e+03 44.8 0.0174 83 2.63e+03 Tracker eIoni + 48 -161 -328 1.98e+03 44.8 0.0163 100 2.73e+03 Tracker StepLimiter + 49 -170 -340 2.08e+03 44.8 0.0192 100 2.83e+03 Tracker StepLimiter + 50 -180 -353 2.18e+03 44.8 0.0181 100 2.93e+03 Tracker StepLimiter + 51 -189 -365 2.28e+03 44.7 0.0204 100 3.03e+03 Tracker StepLimiter + 52 -198 -377 2.37e+03 44.7 0.0162 100 3.13e+03 Tracker StepLimiter + 53 -200 -380 2.4e+03 44.7 0.00645 22.9 3.15e+03 Tracker eIoni + 54 -200 -380 2.4e+03 44.7 0.000368 2.57 3.15e+03 World Transportation + 55 -208 -388 2.47e+03 44.7 0.0118 75.4 3.23e+03 World eIoni + 56 -217 -399 2.56e+03 44.7 0.0176 88.9 3.32e+03 World eIoni + 57 -225 -409 2.65e+03 44.7 0.021 90.3 3.41e+03 World eIoni + 58 -232 -418 2.72e+03 44.6 0.0158 68.6 3.48e+03 World eIoni + 59 -232 -418 2.72e+03 44.6 0.000284 0.713 3.48e+03 World eIoni + 60 -241 -432 2.83e+03 44.6 0.0198 111 3.59e+03 World eIoni + 61 -251 -445 2.92e+03 44.6 0.0169 93.3 3.68e+03 World eIoni + 62 -253 -447 2.94e+03 44.6 0.00285 18.4 3.7e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 462, Parent ID = 291 +* G4Track Information: Particle = e-, Track ID = 567, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.232 -0.157 -2.41e+03 0.559 0 0 0 Target initStep - 1 -3 -1.08 -2.4e+03 0.516 0 6.9 6.9 Target compt - 2 -4.97 -0.476 -2.4e+03 0.516 0 3.29 10.2 Tracker Transportation - 3 -2.3e+03 698 581 0.516 0 3.82e+03 3.83e+03 World Transportation - 4 -2.94e+03 894 1.42e+03 0.516 0 1.07e+03 4.91e+03 OutOfWorld Transportation + 0 -251 -445 2.92e+03 0.0238 0 0 0 World initStep + 1 -252 -442 2.92e+03 0.0204 0.00343 4.16 4.16 World eIoni + 2 -254 -441 2.93e+03 0.016 0.0044 3.49 7.65 World eIoni + 3 -256 -441 2.93e+03 0.0111 0.00486 2.73 10.4 World eIoni + 4 -257 -441 2.93e+03 0.00743 0.00371 2 12.4 World eIoni + 5 -257 -441 2.93e+03 0.00369 0.00214 0.784 13.2 World eIoni + 6 -257 -441 2.93e+03 0 0.00369 0.451 13.6 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 544, Parent ID = 462 +* G4Track Information: Particle = e-, Track ID = 568, Parent ID = 567 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3 -1.08 -2.4e+03 0.0437 0 0 0 Target initStep - 1 -3 -1.08 -2.4e+03 0 0.0437 0.00716 0.00716 Target eIoni + 0 -257 -441 2.93e+03 0.00159 0 0 0 World initStep + 1 -257 -441 2.93e+03 0 0.00159 0.113 0.113 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 461, Parent ID = 291 +* G4Track Information: Particle = e-, Track ID = 566, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.016 -0.0658 -2.41e+03 0.441 0 0 0 Target initStep - 1 -0.285 -0.00418 -2.41e+03 0 0.088 1.77 1.77 Target phot + 0 -241 -432 2.83e+03 0.00142 0 0 0 World initStep + 1 -241 -432 2.83e+03 0 0.00142 0.0956 0.0956 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 545, Parent ID = 461 +* G4Track Information: Particle = e-, Track ID = 565, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.285 -0.00418 -2.41e+03 0.353 0 0 0 Target initStep - 1 -0.284 -0.00656 -2.41e+03 0 0.353 0.189 0.189 Target eIoni + 0 -232 -418 2.72e+03 0.00111 0 0 0 World initStep + 1 -232 -418 2.72e+03 0 0.00111 0.066 0.066 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 460, Parent ID = 293 +* G4Track Information: Particle = e-, Track ID = 564, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.36 0.431 -2.4e+03 0.511 0 0 0 Target initStep - 1 -1.76 0.904 -2.4e+03 0.315 0 3.2 3.2 Target compt - 2 -1.84 1.23 -2.4e+03 0 0.088 0.538 3.74 Target phot + 0 -232 -418 2.72e+03 0.00116 0 0 0 World initStep + 1 -232 -418 2.72e+03 0 0.00116 0.0704 0.0704 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 547, Parent ID = 460 +* G4Track Information: Particle = e-, Track ID = 563, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.84 1.23 -2.4e+03 0.227 0 0 0 Target initStep - 1 -1.85 1.23 -2.4e+03 0 0.227 0.0986 0.0986 Target eIoni + 0 -225 -409 2.65e+03 0.00103 0 0 0 World initStep + 1 -225 -409 2.65e+03 0 0.00103 0.0598 0.0598 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 546, Parent ID = 460 +* G4Track Information: Particle = e-, Track ID = 562, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.76 0.904 -2.4e+03 0.196 0 0 0 Target initStep - 1 -1.77 0.902 -2.4e+03 0 0.196 0.079 0.079 Target eIoni + 0 -217 -399 2.56e+03 0.00106 0 0 0 World initStep + 1 -217 -399 2.56e+03 0 0.00106 0.0619 0.0619 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 459, Parent ID = 293 +* G4Track Information: Particle = e-, Track ID = 561, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.36 0.431 -2.4e+03 0.511 0 0 0 Target initStep - 1 3.25 0.143 -2.4e+03 0 0.088 1.95 1.95 Target phot + 0 -208 -388 2.47e+03 0.00115 0 0 0 World initStep + 1 -208 -388 2.47e+03 0 0.00115 0.0697 0.0697 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 548, Parent ID = 459 +* G4Track Information: Particle = e-, Track ID = 560, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.25 0.143 -2.4e+03 0.423 0 0 0 Target initStep - 1 3.26 0.13 -2.4e+03 0 0.423 0.243 0.243 Target eIoni + 0 -200 -380 2.4e+03 0.00101 0 0 0 Tracker initStep + 1 -200 -380 2.4e+03 0 0.00101 0.058 0.058 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 458, Parent ID = 296 +* G4Track Information: Particle = e-, Track ID = 559, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0129 -0.122 -2.41e+03 0.511 0 0 0 Target initStep - 1 4.09 2.93 -2.41e+03 0 0.088 5.55 5.55 Target phot + 0 -152 -316 1.88e+03 0.00149 0 0 0 Tracker initStep + 1 -152 -316 1.88e+03 0 0.00149 0.103 0.103 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 457, Parent ID = 296 +* G4Track Information: Particle = e-, Track ID = 558, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0129 -0.122 -2.41e+03 0.511 0 0 0 Target initStep - 1 -1.73 -1.4 -2.41e+03 0.375 0 2.32 2.32 Target compt - 2 -3.1 -4.73 -2.41e+03 0.32 0 3.78 6.1 Target compt - 3 -3.11 -4.73 -2.41e+03 0.156 0 0.00682 6.11 Target compt - 4 -3.05 -4.7 -2.41e+03 0 0.088 0.0717 6.18 Target phot + 0 -129 -285 1.64e+03 0.00212 0 0 0 Chamber initStep + 1 -129 -285 1.64e+03 0 0.00212 0.113 0.113 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 236, Parent ID = 175 +* G4Track Information: Particle = e-, Track ID = 557, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 -95.4 -732 45.8 0 0 0 Chamber initStep - 1 -21.7 -96.8 -709 45.8 0.0106 22.2 22.2 Chamber eIoni - 2 -21.6 -97.4 -700 45.8 0.00291 9.39 31.6 Tracker Transportation - 3 -21.7 -104 -600 45.8 0.0167 100 132 Tracker StepLimiter - 4 -21.7 -105 -590 45.8 0.00152 10.3 142 Tracker eIoni - 5 -21.7 -110 -500 45.7 0.0169 89.8 232 Tracker eIoni - 6 -21.6 -115 -400 45.7 0.0191 100 332 Tracker StepLimiter - 7 -20.6 -120 -301 45.7 0.0165 100 432 Tracker StepLimiter - 8 -20 -124 -221 45.7 0.0111 79.4 511 Tracker eIoni - 9 -19.7 -128 -144 45.7 0.0123 76.9 588 Tracker eIoni - 10 -19.6 -129 -131 45.7 0.00364 13.1 601 Tracker eIoni - 11 -19.4 -130 -100 45.7 0.00614 31.4 633 Chamber Transportation - 12 -19.2 -131 -69.9 45.6 0.013 30.1 663 Chamber eIoni - 13 -19.9 -134 -14.4 45.5 0.0351 55.6 718 Chamber eIoni - 14 -21.4 -137 41.2 45.5 0.0345 55.6 774 Chamber eIoni - 15 -22.6 -141 100 45.5 0.0258 58.9 833 Tracker Transportation - 16 -22.6 -147 200 45.5 0.0168 100 933 Tracker StepLimiter - 17 -23.6 -152 280 45.4 0.017 80.6 1.01e+03 Tracker eIoni - 18 -24.1 -158 380 45.4 0.0163 100 1.11e+03 Tracker StepLimiter - 19 -24.7 -164 480 45.4 0.0192 100 1.21e+03 Tracker StepLimiter - 20 -25.4 -170 580 45.4 0.0182 100 1.31e+03 Tracker StepLimiter - 21 -26.6 -176 679 45.4 0.0204 100 1.41e+03 Tracker StepLimiter - 22 -26.8 -177 700 45.4 0.00277 20.5 1.43e+03 Chamber Transportation - 23 -27.2 -178 738 45.4 0.0151 37.9 1.47e+03 Chamber eIoni - 24 -27.5 -180 767 45.3 0.0173 28.9 1.5e+03 Chamber eIoni - 25 -28.3 -182 823 45.3 0.0314 56.8 1.56e+03 Chamber eIoni - 26 -29.2 -184 856 45.3 0.0183 32.9 1.59e+03 Chamber eIoni - 27 -29.5 -187 890 45.3 0.0234 33.4 1.62e+03 Chamber eIoni - 28 -29.5 -187 900 45.2 0.00933 10.5 1.63e+03 Tracker Transportation - 29 -29.1 -190 940 45.2 0.00685 40.2 1.67e+03 Tracker eIoni - 30 -28.4 -196 1.02e+03 45.2 0.0153 83.5 1.76e+03 Tracker eIoni - 31 -28.2 -196 1.03e+03 45.2 0.000768 9.43 1.77e+03 Tracker eIoni - 32 -26.6 -203 1.13e+03 45.2 0.0175 100 1.87e+03 Tracker StepLimiter - 33 -25.2 -209 1.23e+03 45.2 0.0185 100 1.97e+03 Tracker StepLimiter - 34 -24.6 -211 1.27e+03 45.2 0.00604 34.4 2e+03 Tracker eIoni - 35 -23.1 -215 1.34e+03 45.2 0.0129 72.3 2.07e+03 Tracker eIoni - 36 -21.2 -220 1.44e+03 45.1 0.0163 100 2.17e+03 Tracker StepLimiter - 37 -21.1 -221 1.45e+03 45.1 0.00106 8.67 2.18e+03 Tracker eIoni - 38 -20.5 -224 1.5e+03 45.1 0.0104 52.7 2.24e+03 Chamber Transportation - 39 -20 -226 1.53e+03 45.1 0.0138 25.3 2.26e+03 Chamber eIoni - 40 -19.7 -228 1.54e+03 45.1 0.00929 18.8 2.28e+03 Chamber eIoni - 41 -19.3 -232 1.61e+03 45 0.0429 69.3 2.35e+03 Chamber eIoni - 42 -19.2 -233 1.62e+03 45 0.00333 7.75 2.36e+03 Chamber eIoni - 43 -17.7 -239 1.69e+03 45 0.0366 71.4 2.43e+03 Chamber eIoni - 44 -17.6 -240 1.7e+03 45 0.00355 8.13 2.44e+03 Tracker Transportation - 45 -16.3 -251 1.8e+03 45 0.0207 100 2.54e+03 Tracker StepLimiter - 46 -16 -252 1.81e+03 45 0.00206 14.4 2.55e+03 Tracker eIoni - 47 -14.6 -262 1.91e+03 44.9 0.0165 93.1 2.64e+03 Tracker eIoni - 48 -12.9 -273 2.01e+03 44.9 0.0144 100 2.74e+03 Tracker StepLimiter - 49 -11.8 -283 2.11e+03 44.9 0.0139 100 2.84e+03 Tracker StepLimiter - 50 -10.8 -293 2.2e+03 44.9 0.0179 100 2.94e+03 Tracker StepLimiter - 51 -9.5 -303 2.3e+03 44.9 0.0188 100 3.04e+03 Tracker StepLimiter - 52 -9.25 -309 2.36e+03 44.9 0.00973 52.7 3.1e+03 Tracker eIoni - 53 -8.83 -313 2.4e+03 44.9 0.00635 43.7 3.14e+03 World Transportation - 54 -8.28 -318 2.45e+03 44.7 0.00707 50 3.19e+03 World eIoni - 55 -8.03 -320 2.47e+03 44.7 0.0039 16.6 3.21e+03 World eIoni - 56 -6.9 -332 2.58e+03 44.7 0.0191 115 3.32e+03 World eIoni - 57 -5.47 -344 2.7e+03 44.7 0.0227 116 3.44e+03 World eIoni - 58 -5.19 -347 2.72e+03 44.7 0.0043 25.5 3.46e+03 World eIoni - 59 -1.99 -370 2.94e+03 44.6 0.0374 220 3.68e+03 OutOfWorld Transportation + 0 -123 -279 1.59e+03 0.0161 0 0 0 Chamber initStep + 1 -123 -279 1.59e+03 0.00992 0.00616 1.86 1.86 Chamber eIoni + 2 -124 -279 1.59e+03 0.00315 0.00677 1.05 2.92 Chamber eIoni + 3 -124 -279 1.59e+03 0 0.00315 0.196 3.11 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 587, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 556, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.19 -347 2.72e+03 0.00475 0 0 0 World initStep - 1 -5.7 -347 2.72e+03 0.000843 0.00391 0.627 0.627 World eIoni - 2 -5.71 -347 2.72e+03 0 0.000843 0.0449 0.672 World eIoni + 0 -120 -275 1.55e+03 0.0036 0 0 0 Chamber initStep + 1 -120 -275 1.55e+03 0 0.0036 0.237 0.237 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 586, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 555, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.47 -344 2.7e+03 0.00128 0 0 0 World initStep - 1 -5.5 -344 2.7e+03 0 0.00128 0.0818 0.0818 World eIoni + 0 -110 -266 1.43e+03 0.00949 0 0 0 Tracker initStep + 1 -109 -266 1.43e+03 0.00332 0.00617 1.76 1.76 Tracker eIoni + 2 -109 -266 1.43e+03 0 0.00332 0.375 2.13 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 585, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 554, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.9 -332 2.58e+03 0.0096 0 0 0 World initStep - 1 -5.69 -332 2.58e+03 0.00441 0.00518 1.77 1.77 World eIoni - 2 -5.43 -332 2.58e+03 0 0.00441 0.615 2.39 World eIoni + 0 -99.2 -255 1.29e+03 0.0164 0 0 0 Tracker initStep + 1 -99 -254 1.29e+03 0.0129 0.00193 0.666 0.666 Tracker eIoni + 2 -98.9 -254 1.29e+03 0.00814 0.000378 0.367 1.03 Tracker eIoni + 3 -99.9 -254 1.29e+03 0.00295 0.00323 1.16 2.19 Tracker eIoni + 4 -100 -254 1.29e+03 0 0.00295 0.306 2.5 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 584, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 571, Parent ID = 554 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.03 -320 2.47e+03 0.00144 0 0 0 World initStep - 1 -8 -320 2.47e+03 0 0.00144 0.0972 0.0972 World eIoni + 0 -99.9 -254 1.29e+03 0.00196 0 0 0 Tracker initStep + 1 -99.9 -254 1.29e+03 0 0.00196 0.157 0.157 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 583, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 570, Parent ID = 554 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.28 -318 2.45e+03 0.113 0 0 0 World initStep - 1 -47.6 -303 2.46e+03 0.0999 0.013 44.7 44.7 World eIoni - 2 -35 -334 2.47e+03 0.085 0.0149 36.4 81.1 World eIoni - 3 -8.35 -337 2.48e+03 0.0739 0.0111 27.8 109 World eIoni - 4 -1.5 -342 2.47e+03 0.0682 0.0031 9.32 118 World eIoni - 5 14 -341 2.46e+03 0.0575 0.0107 19.3 138 World eIoni - 6 7.08 -341 2.46e+03 0.052 0.00323 7.29 145 World eIoni - 7 1.84 -341 2.46e+03 0.0467 0.00266 5.68 150 World eIoni - 8 -0.201 -344 2.46e+03 0.0438 0.00166 3.88 154 World eIoni - 9 -6.9 -346 2.45e+03 0.0371 0.00667 9.54 164 World eIoni - 10 -6.71 -345 2.45e+03 0.0354 0.00013 0.348 164 World eIoni - 11 -2.26 -341 2.45e+03 0.0296 0.00576 6.97 171 World eIoni - 12 -1.56 -340 2.45e+03 0.0259 0.00116 1.76 173 World eIoni - 13 0.4 -336 2.45e+03 0.0207 0.00519 4.59 178 World eIoni - 14 0.415 -335 2.45e+03 0.0157 0.00493 3.54 181 World eIoni - 15 -0.588 -333 2.45e+03 0.012 0.00371 2.69 184 World eIoni - 16 -0.101 -333 2.45e+03 0.00809 0.00393 2.13 186 World eIoni - 17 0.931 -334 2.45e+03 0.00388 0.00421 1.52 187 World eIoni - 18 1.02 -334 2.45e+03 0 0.00388 0.491 188 World eIoni + 0 -98.9 -254 1.29e+03 0.00436 0 0 0 Tracker initStep + 1 -98.6 -254 1.29e+03 0 0.00436 0.601 0.601 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 593, Parent ID = 583 +* G4Track Information: Particle = e-, Track ID = 569, Parent ID = 554 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.56 -340 2.45e+03 0.00259 0 0 0 World initStep - 1 -1.58 -340 2.45e+03 0 0.00259 0.246 0.246 World eIoni + 0 -99 -254 1.29e+03 0.00159 0 0 0 Tracker initStep + 1 -98.9 -254 1.29e+03 0 0.00159 0.114 0.114 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 592, Parent ID = 583 +* G4Track Information: Particle = e-, Track ID = 553, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.71 -345 2.45e+03 0.0016 0 0 0 World initStep - 1 -6.73 -345 2.45e+03 0 0.0016 0.115 0.115 World eIoni + 0 -97.2 -253 1.27e+03 0.00456 0 0 0 Tracker initStep + 1 -96.9 -253 1.27e+03 0 0.00456 0.65 0.65 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 591, Parent ID = 583 +* G4Track Information: Particle = e-, Track ID = 552, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.201 -344 2.46e+03 0.00128 0 0 0 World initStep - 1 -0.192 -344 2.46e+03 0 0.00128 0.0816 0.0816 World eIoni + 0 -85.8 -240 1.12e+03 0.0017 0 0 0 Tracker initStep + 1 -85.8 -240 1.12e+03 0 0.0017 0.125 0.125 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 590, Parent ID = 583 +* G4Track Information: Particle = e-, Track ID = 551, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.84 -341 2.46e+03 0.00266 0 0 0 World initStep - 1 1.75 -341 2.46e+03 0 0.00266 0.257 0.257 World eIoni + 0 -76.6 -227 980 0.00156 0 0 0 Tracker initStep + 1 -76.7 -227 980 0 0.00156 0.11 0.11 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 589, Parent ID = 583 +* G4Track Information: Particle = e-, Track ID = 550, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 7.08 -341 2.46e+03 0.00221 0 0 0 World initStep - 1 7.08 -341 2.46e+03 0 0.00221 0.19 0.19 World eIoni + 0 -71.4 -221 908 0.00205 0 0 0 Tracker initStep + 1 -71.5 -221 908 0 0.00205 0.169 0.169 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 588, Parent ID = 583 +* G4Track Information: Particle = e-, Track ID = 549, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.5 -342 2.47e+03 0.0027 0 0 0 World initStep - 1 -1.54 -342 2.47e+03 0 0.0027 0.263 0.263 World eIoni + 0 -68 -216 861 0.0101 0 0 0 Chamber initStep + 1 -67.8 -216 860 0.0012 0.00894 1.21 1.21 Chamber eIoni + 2 -67.8 -216 860 0 0.0012 0.0527 1.27 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 582, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 548, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.25 -309 2.36e+03 0.00169 0 0 0 Tracker initStep - 1 -9.28 -309 2.36e+03 0 0.00169 0.124 0.124 Tracker eIoni + 0 -67.8 -216 859 0.0114 0 0 0 Chamber initStep + 1 -67.7 -216 858 0.00498 0.00642 1.38 1.38 Chamber eIoni + 2 -67.8 -216 858 0 0.00498 0.392 1.78 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 581, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 547, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.6 -262 1.91e+03 0.00145 0 0 0 Tracker initStep - 1 -14.7 -262 1.91e+03 0 0.00145 0.0989 0.0989 Tracker eIoni + 0 -48.4 -195 584 0.00137 0 0 0 Tracker initStep + 1 -48.4 -195 584 0 0.00137 0.0899 0.0899 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 580, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 546, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -252 1.81e+03 0.00528 0 0 0 Tracker initStep - 1 -16 -252 1.81e+03 0.00398 0.000119 0.0832 0.0832 Tracker eIoni - 2 -15.8 -253 1.81e+03 0 0.00398 0.514 0.597 Tracker eIoni + 0 -42.2 -191 501 0.00554 0 0 0 Tracker initStep + 1 -42.2 -191 501 0.00423 0.000114 0.0663 0.0663 Tracker eIoni + 2 -42.5 -191 501 0 0.00423 0.571 0.638 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 594, Parent ID = 580 +* G4Track Information: Particle = e-, Track ID = 572, Parent ID = 546 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16 -252 1.81e+03 0.00118 0 0 0 Tracker initStep - 1 -16 -252 1.81e+03 0 0.00118 0.0721 0.0721 Tracker eIoni + 0 -42.2 -191 501 0.00119 0 0 0 Tracker initStep + 1 -42.2 -191 501 0 0.00119 0.0737 0.0737 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 579, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 545, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -17.7 -239 1.69e+03 0.00777 0 0 0 Chamber initStep - 1 -17.8 -239 1.69e+03 0 0.00777 0.802 0.802 Chamber eIoni + 0 -36.6 -187 424 0.00125 0 0 0 Tracker initStep + 1 -36.6 -187 424 0 0.00125 0.079 0.079 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 578, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 544, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -233 1.62e+03 0.00346 0 0 0 Chamber initStep - 1 -19.2 -233 1.62e+03 0 0.00346 0.224 0.224 Chamber eIoni + 0 -22.9 -178 252 0.00491 0 0 0 Tracker initStep + 1 -23 -179 252 0 0.00491 0.742 0.742 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 577, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 543, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.3 -232 1.61e+03 0.00222 0 0 0 Chamber initStep - 1 -19.3 -232 1.61e+03 0 0.00222 0.12 0.12 Chamber eIoni + 0 -11.8 -172 108 0.000991 0 0 0 Tracker initStep + 1 -11.8 -172 108 0 0.000991 0.0563 0.0563 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 576, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 542, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.7 -228 1.54e+03 0.0048 0 0 0 Chamber initStep - 1 -19.7 -228 1.54e+03 0.00274 0.000576 0.194 0.194 Chamber eIoni - 2 -19.7 -228 1.54e+03 0 0.00274 0.161 0.354 Chamber eIoni + 0 -6.7 -168 45.7 0.004 0 0 0 Chamber initStep + 1 -6.7 -168 45.7 0 0.004 0.279 0.279 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 595, Parent ID = 576 +* G4Track Information: Particle = e-, Track ID = 541, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.7 -228 1.54e+03 0.00148 0 0 0 Chamber initStep - 1 -19.7 -228 1.54e+03 0 0.00148 0.0692 0.0692 Chamber eIoni + 0 -6.43 -166 24.2 0.003 0 0 0 Chamber initStep + 1 -6.41 -166 24.2 0 0.003 0.183 0.183 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 575, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 540, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20 -226 1.53e+03 0.00256 0 0 0 Chamber initStep - 1 -20 -226 1.53e+03 0 0.00256 0.146 0.146 Chamber eIoni + 0 -6.59 -161 -19.3 0.00747 0 0 0 Chamber initStep + 1 -6.59 -161 -19.3 0 0.00747 0.751 0.751 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 574, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 539, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.1 -221 1.45e+03 0.00137 0 0 0 Tracker initStep - 1 -21.1 -221 1.45e+03 0 0.00137 0.09 0.09 Tracker eIoni + 0 -6.94 -159 -39.8 0.00297 0 0 0 Chamber initStep + 1 -6.96 -159 -39.8 0 0.00297 0.18 0.18 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 573, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 538, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.1 -215 1.34e+03 0.00321 0 0 0 Tracker initStep - 1 -23.1 -215 1.34e+03 0 0.00321 0.354 0.354 Tracker eIoni + 0 -7.35 -154 -84.9 0.121 0 0 0 Chamber initStep + 1 -3.06 -151 -78.2 0.108 0.0125 16 16 Chamber msc + 2 2.28 -148 -71.2 0.0975 0.0106 9.81 25.8 Chamber msc + 3 2.78 -150 -69.1 0.0939 0.00149 3.22 29 Chamber eIoni + 4 5.64 -154 -68.6 0.0891 0.00481 9.17 38.2 Chamber eIoni + 5 7.61 -156 -65.9 0.0824 0.00275 5.05 43.2 Chamber eIoni + 6 10.2 -158 -65.8 0.0759 0.00452 3.23 46.5 Chamber eIoni + 7 11.7 -157 -58.8 0.064 0.0119 9.81 56.3 Chamber msc + 8 15 -153 -60.3 0.0543 0.00972 7.81 64.1 Chamber eIoni + 9 18.8 -155 -59.2 0.0478 0.0065 6.25 70.3 Chamber eIoni + 10 18.9 -155 -59.1 0.0449 0.0002 0.242 70.6 Chamber eIoni + 11 19.4 -154 -57.7 0.037 0.00598 2.76 73.3 Chamber eIoni + 12 19.9 -156 -56.2 0.0335 0.00356 2.63 76 Chamber eIoni + 13 20.2 -157 -55.9 0.0296 0.00391 3.52 79.5 Chamber eIoni + 14 20.8 -157 -56.4 0.0247 0.00193 1.18 80.7 Chamber eIoni + 15 18.4 -158 -57.1 0.0173 0.00741 2.63 83.3 Chamber eIoni + 16 17.5 -158 -58.6 0.00684 0.0104 1.97 85.3 Chamber eIoni + 17 17.4 -158 -58.5 0 0.00684 0.65 85.9 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 572, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 578, Parent ID = 538 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.6 -211 1.27e+03 0.00171 0 0 0 Tracker initStep - 1 -24.6 -211 1.27e+03 0 0.00171 0.126 0.126 Tracker eIoni + 0 20.8 -157 -56.4 0.00296 0 0 0 Chamber initStep + 1 20.7 -157 -56.4 0 0.00296 0.179 0.179 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 571, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 577, Parent ID = 538 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.2 -196 1.03e+03 0.00338 0 0 0 Tracker initStep - 1 -28.4 -196 1.03e+03 0 0.00338 0.387 0.387 Tracker eIoni + 0 19.4 -154 -57.7 0.00185 0 0 0 Chamber initStep + 1 19.4 -154 -57.7 0 0.00185 0.0933 0.0933 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 570, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 576, Parent ID = 538 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.4 -196 1.02e+03 0.00401 0 0 0 Tracker initStep - 1 -28.3 -196 1.02e+03 0 0.00401 0.521 0.521 Tracker eIoni + 0 18.9 -155 -59.1 0.00275 0 0 0 Chamber initStep + 1 18.9 -155 -59.1 0 0.00275 0.161 0.161 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 569, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 575, Parent ID = 538 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.1 -190 940 0.00624 0 0 0 Tracker initStep - 1 -29.2 -190 940 0 0.00624 1.13 1.13 Tracker eIoni + 0 10.2 -158 -65.8 0.002 0 0 0 Chamber initStep + 1 10.2 -158 -65.8 0 0.002 0.104 0.104 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 568, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 574, Parent ID = 538 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.5 -187 890 0.00143 0 0 0 Chamber initStep - 1 -29.5 -187 890 0 0.00143 0.0662 0.0662 Chamber eIoni + 0 7.61 -156 -65.9 0.00391 0 0 0 Chamber initStep + 1 7.62 -156 -65.9 0 0.00391 0.268 0.268 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 567, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 573, Parent ID = 538 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.2 -184 856 0.00147 0 0 0 Chamber initStep - 1 -29.2 -184 856 0 0.00147 0.0683 0.0683 Chamber eIoni + 0 2.78 -150 -69.1 0.00209 0 0 0 Chamber initStep + 1 2.78 -150 -69.1 0 0.00209 0.11 0.11 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 566, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 537, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.3 -182 823 0.0016 0 0 0 Chamber initStep - 1 -28.3 -182 823 0 0.0016 0.0764 0.0764 Chamber eIoni + 0 -8.59 -147 -156 0.00134 0 0 0 Tracker initStep + 1 -8.56 -147 -156 0 0.00134 0.0876 0.0876 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 565, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 536, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.5 -180 767 0.00185 0 0 0 Chamber initStep - 1 -27.5 -180 767 0 0.00185 0.0933 0.0933 Chamber eIoni + 0 -9.43 -142 -211 0.00108 0 0 0 Tracker initStep + 1 -9.43 -142 -211 0 0.00108 0.064 0.064 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 564, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 535, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.2 -178 738 0.0014 0 0 0 Chamber initStep - 1 -27.1 -178 738 0 0.0014 0.0644 0.0644 Chamber eIoni + 0 -9.76 -140 -230 0.00495 0 0 0 Tracker initStep + 1 -9.48 -140 -230 0.00227 0.00164 0.315 0.315 Tracker eIoni + 2 -9.48 -140 -230 0 0.00227 0.198 0.513 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 563, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 579, Parent ID = 535 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.6 -152 280 0.00149 0 0 0 Tracker initStep - 1 -23.5 -152 280 0 0.00149 0.103 0.103 Tracker eIoni + 0 -9.48 -140 -230 0.00104 0 0 0 Tracker initStep + 1 -9.47 -140 -230 0 0.00104 0.0601 0.0601 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 562, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 534, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.4 -137 41.2 0.00212 0 0 0 Chamber initStep - 1 -21.4 -137 41.2 0 0.00212 0.113 0.113 Chamber eIoni + 0 -9.95 -139 -240 0.00178 0 0 0 Tracker initStep + 1 -9.92 -139 -240 0 0.00178 0.135 0.135 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 561, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 533, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.9 -134 -14.4 0.0161 0 0 0 Chamber initStep - 1 -20.1 -134 -14.3 0.0131 0.00105 0.544 0.544 Chamber eIoni - 2 -20.3 -134 -14.2 0.0098 0.00172 0.621 1.16 Chamber eIoni - 3 -19.8 -134 -14.1 0.000724 0.00907 1.16 2.33 Chamber eIoni - 4 -19.8 -134 -14.1 0 0.000724 0.0286 2.35 Chamber eIoni + 0 -10.9 -135 -281 0.0492 0 0 0 Tracker initStep + 1 -10.4 -136 -281 0.0456 0.000831 0.916 0.916 Tracker eIoni + 2 -6.53 -142 -280 0.0378 0.0065 8.41 9.32 Tracker eIoni + 3 -0.971 -144 -276 0.0339 0.00392 7.68 17 Tracker eIoni + 4 3.99 -146 -275 0.0278 0.00613 6.57 23.6 Tracker eIoni + 5 6.49 -149 -274 0.0213 0.00651 5.03 28.6 Tracker eIoni + 6 6.88 -152 -273 0.0172 0.00299 2.53 31.1 Tracker eIoni + 7 6.08 -153 -276 0.0118 0.00539 2.92 34.1 Tracker eIoni + 8 4.42 -153 -276 0.00456 0.00722 2.1 36.1 Tracker eIoni + 9 4.24 -153 -276 0 0.00456 0.65 36.8 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 597, Parent ID = 561 +* G4Track Information: Particle = e-, Track ID = 582, Parent ID = 533 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.3 -134 -14.2 0.00159 0 0 0 Chamber initStep - 1 -20.3 -134 -14.2 0 0.00159 0.076 0.076 Chamber eIoni + 0 6.88 -152 -273 0.00111 0 0 0 Tracker initStep + 1 6.87 -152 -273 0 0.00111 0.0667 0.0667 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 596, Parent ID = 561 +* G4Track Information: Particle = e-, Track ID = 581, Parent ID = 533 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.1 -134 -14.3 0.00192 0 0 0 Chamber initStep - 1 -20.1 -134 -14.3 0 0.00192 0.0982 0.0982 Chamber eIoni + 0 -6.53 -142 -280 0.00127 0 0 0 Tracker initStep + 1 -6.56 -142 -280 0 0.00127 0.0804 0.0804 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 560, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 580, Parent ID = 533 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.2 -131 -69.9 0.0615 0 0 0 Chamber initStep - 1 -16.8 -130 -65.3 0.0504 0.00958 7 7 Chamber eIoni - 2 -13.6 -132 -67.5 0.0421 0.00836 5.67 12.7 Chamber eIoni - 3 -13.1 -132 -67.1 0.0383 0.00222 0.92 13.6 Chamber eIoni - 4 -14.4 -132 -70 0.0308 0.00752 4.07 17.7 Chamber eIoni - 5 -14.3 -132 -70.1 0.0263 0.00224 0.495 18.2 Chamber eIoni - 6 -14.6 -130 -69.8 0.0223 0.00128 1.72 19.9 Chamber eIoni - 7 -15 -133 -70.3 0.0147 0.00757 2.41 22.3 Chamber eIoni - 8 -15.1 -133 -70.5 0.00948 0.00133 0.195 22.5 Chamber eIoni - 9 -15.3 -133 -70.5 0.0045 0.00326 0.348 22.8 Chamber eIoni - 10 -15.3 -133 -70.6 0 0.0045 0.334 23.2 Chamber eIoni + 0 -10.4 -136 -281 0.00279 0 0 0 Tracker initStep + 1 -10.4 -136 -281 0 0.00279 0.278 0.278 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 603, Parent ID = 560 +* G4Track Information: Particle = e-, Track ID = 532, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.3 -133 -70.5 0.00172 0 0 0 Chamber initStep - 1 -15.3 -133 -70.5 0 0.00172 0.0846 0.0846 Chamber eIoni + 0 -13.2 -127 -366 0.00171 0 0 0 Tracker initStep + 1 -13.2 -127 -366 0 0.00171 0.127 0.127 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 602, Parent ID = 560 +* G4Track Information: Particle = e-, Track ID = 531, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.1 -133 -70.5 0.0039 0 0 0 Chamber initStep - 1 -15 -133 -70.5 0 0.0039 0.268 0.268 Chamber eIoni + 0 -14.3 -124 -401 0.00662 0 0 0 Tracker initStep + 1 -13.9 -123 -400 0.00164 0.00498 1.22 1.22 Tracker eIoni + 2 -13.9 -123 -400 0 0.00164 0.119 1.34 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 601, Parent ID = 560 +* G4Track Information: Particle = e-, Track ID = 530, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.6 -130 -69.8 0.00275 0 0 0 Chamber initStep - 1 -14.6 -130 -69.8 0 0.00275 0.162 0.162 Chamber eIoni + 0 -19.2 -106 -598 0.00129 0 0 0 Tracker initStep + 1 -19.2 -106 -598 0 0.00129 0.0831 0.0831 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 600, Parent ID = 560 +* G4Track Information: Particle = e-, Track ID = 529, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.3 -132 -70.1 0.00224 0 0 0 Chamber initStep - 1 -14.3 -132 -70.1 0 0.00224 0.122 0.122 Chamber eIoni + 0 -19.5 -105 -611 0.00257 0 0 0 Tracker initStep + 1 -19.5 -105 -611 0 0.00257 0.243 0.243 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 599, Parent ID = 560 +* G4Track Information: Particle = e-, Track ID = 528, Parent ID = 236 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 -132 -67.1 0.00153 0 0 0 Chamber initStep - 1 -13.1 -132 -67.1 0 0.00153 0.0722 0.0722 Chamber eIoni + 0 -21.1 -99.5 -679 0.0139 0 0 0 Tracker initStep + 1 -22.9 -100 -679 0.0112 0.00268 2.41 2.41 Tracker eIoni + 2 -24.3 -99.3 -679 0.00692 0.00427 2.01 4.42 Tracker eIoni + 3 -24.5 -98.7 -679 0.00407 0.00176 0.627 5.05 Tracker eIoni + 4 -24.6 -98.5 -679 0 0.00407 0.533 5.58 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 598, Parent ID = 560 +* G4Track Information: Particle = e-, Track ID = 583, Parent ID = 528 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.8 -130 -65.3 0.00147 0 0 0 Chamber initStep - 1 -16.8 -130 -65.3 0 0.00147 0.0683 0.0683 Chamber eIoni + 0 -24.5 -98.7 -679 0.0011 0 0 0 Tracker initStep + 1 -24.5 -98.7 -679 0 0.0011 0.0653 0.0653 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 559, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 525, Parent ID = 380 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -129 -131 0.00117 0 0 0 Tracker initStep - 1 -19.5 -129 -131 0 0.00117 0.0715 0.0715 Tracker eIoni + 0 -3.65 -3.31 -2.41e+03 0.423 0 0 0 Target initStep + 1 -3.66 -3.31 -2.41e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 558, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 524, Parent ID = 381 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.7 -128 -144 0.00138 0 0 0 Tracker initStep - 1 -19.6 -128 -144 0 0.00138 0.0913 0.0913 Tracker eIoni + 0 7.95 6.61 -2.41e+03 0.242 0 0 0 Target initStep + 1 7.95 6.6 -2.41e+03 0 0.242 0.109 0.109 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 557, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 523, Parent ID = 381 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20 -124 -221 0.00205 0 0 0 Tracker initStep - 1 -20.1 -124 -221 0 0.00205 0.168 0.168 Tracker eIoni + 0 7.03 6.27 -2.41e+03 0.181 0 0 0 Target initStep + 1 7.03 6.28 -2.41e+03 0 0.181 0.0696 0.0696 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 556, Parent ID = 236 +* G4Track Information: Particle = gamma, Track ID = 527, Parent ID = 517 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.7 -110 -500 0.034 0 0 0 Tracker initStep - 1 -19.8 -116 -501 0.0282 0.00577 6.6 6.6 Tracker eIoni - 2 -19.6 -118 -503 0.0242 0.00237 2.8 9.39 Tracker eIoni - 3 -18.2 -122 -503 0.0201 0.00416 4.25 13.6 Tracker eIoni - 4 -16.8 -122 -500 0.016 0.00409 3.43 17.1 Tracker eIoni - 5 -16.8 -123 -498 0.0132 0.00281 2.73 19.8 Tracker eIoni - 6 -17.7 -122 -499 0.00869 0.00449 2.3 22.1 Tracker eIoni - 7 -18.2 -122 -498 0.00497 0.00261 0.897 23 Tracker eIoni - 8 -18.4 -122 -498 0.00239 0.00118 0.173 23.2 Tracker eIoni - 9 -18.4 -122 -498 0 0.00239 0.215 23.4 Tracker eIoni + 0 0.214 -2.21 -2.4e+03 0.511 0 0 0 Target initStep + 1 1.4 0.852 -2.4e+03 0 0.088 3.28 3.28 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 606, Parent ID = 556 +* G4Track Information: Particle = gamma, Track ID = 526, Parent ID = 517 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.4 -122 -498 0.00141 0 0 0 Tracker initStep - 1 -18.4 -122 -498 0 0.00141 0.0939 0.0939 Tracker eIoni + 0 0.214 -2.21 -2.4e+03 0.511 0 0 0 Target initStep + 1 -3.04 -10.6 -2.4e+03 0 0.088 9.04 9.04 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 605, Parent ID = 556 +* 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 -18.2 -122 -498 0.00111 0 0 0 Tracker initStep - 1 -18.3 -122 -498 0 0.00111 0.0659 0.0659 Tracker eIoni + 0 -4.02e-05 -1.99e-05 -2.42e+03 1.97e+03 0 0 0 Target initStep + 1 -7.6e-05 -8.11e-06 -2.42e+03 1.96e+03 0.0684 0.061 0.061 Target eBrem + 2 -0.00025 0.000118 -2.42e+03 1.91e+03 0.122 0.12 0.181 Target eBrem + 3 -0.000488 0.000244 -2.42e+03 1.91e+03 0.0868 0.106 0.287 Target eBrem + 4 -0.00915 6.95e-06 -2.42e+03 1.9e+03 1.5 1.08 1.37 Target eBrem + 5 -0.0138 -0.000546 -2.42e+03 1.61e+03 0.588 0.474 1.84 Target eBrem + 6 -0.0221 -0.00111 -2.42e+03 1.61e+03 0.649 0.68 2.52 Target eIoni + 7 -0.0251 -0.00184 -2.41e+03 1.49e+03 0.214 0.213 2.73 Target eBrem + 8 -0.0283 -0.00256 -2.41e+03 1.48e+03 0.274 0.219 2.95 Target eBrem + 9 -0.034 -0.00454 -2.41e+03 1.45e+03 0.54 0.388 3.34 Target eBrem + 10 -0.0451 -0.013 -2.41e+03 1.45e+03 1.44 0.863 4.2 Target eBrem + 11 -0.0497 -0.0167 -2.41e+03 1.45e+03 0.415 0.377 4.58 Target eBrem + 12 -0.0791 -0.0468 -2.41e+03 1.45e+03 3.59 2.63 7.22 Target eBrem + 13 -0.0792 -0.047 -2.41e+03 335 0.0106 0.0114 7.23 Target eBrem + 14 -0.0795 -0.0472 -2.41e+03 246 0.0327 0.0171 7.24 Target eBrem + 15 -0.125 -0.0733 -2.41e+03 244 1.43 1.08 8.33 Target eBrem + 16 -0.146 -0.0865 -2.41e+03 244 0.365 0.359 8.68 Target eBrem + 17 -0.146 -0.0867 -2.41e+03 238 0.00772 0.00587 8.69 Target eBrem + 18 -0.158 -0.0974 -2.41e+03 238 0.291 0.245 8.94 Target eBrem + 19 -0.218 -0.108 -2.41e+03 116 1.29 1.16 10.1 Target eBrem + 20 -0.229 -0.108 -2.41e+03 115 0.225 0.215 10.3 Target eBrem + 21 -0.251 -0.107 -2.41e+03 115 0.448 0.39 10.7 Target eBrem + 22 -0.254 -0.108 -2.41e+03 109 0.603 0.157 10.9 Target eBrem + 23 -0.257 -0.106 -2.41e+03 109 0.156 0.165 11 Target eBrem + 24 -0.269 -0.109 -2.41e+03 108 0.808 0.721 11.7 Target eBrem + 25 -0.306 -0.15 -2.41e+03 106 0.86 0.692 12.4 Target eBrem + 26 -0.332 -0.343 -2.4e+03 103 2.32 1.47 13.9 Target eBrem + 27 -0.273 -0.465 -2.4e+03 89.2 1.15 0.934 14.8 Target eBrem + 28 0.0411 -0.497 -2.4e+03 82.4 1.38 1.27 16.1 Target eBrem + 29 0.238 -0.516 -2.4e+03 81.2 1.06 0.783 16.9 Target eBrem + 30 0.376 -0.506 -2.4e+03 76.5 0.506 0.432 17.3 Target eBrem + 31 0.48 -0.501 -2.4e+03 75.9 0.572 0.419 17.7 Tracker Transportation + 32 4.4 0.616 -2.38e+03 75.9 0.00412 20 37.8 Tracker eIoni + 33 24.4 6.17 -2.28e+03 75.9 0.0191 100 138 Tracker StepLimiter + 34 41.8 10.8 -2.2e+03 75.9 0.018 88.2 226 Tracker eIoni + 35 44.7 11.6 -2.18e+03 75.9 0.00219 14.6 241 Tracker eIoni + 36 46.2 12 -2.17e+03 75.9 0.00161 7.81 248 Tracker eIoni + 37 55.5 14.5 -2.13e+03 75.8 0.00931 46.7 295 Tracker eIoni + 38 75.5 20 -2.03e+03 75.8 0.0216 100 395 Tracker StepLimiter + 39 95.1 25.4 -1.93e+03 75.8 0.0179 100 495 Tracker StepLimiter + 40 115 30.4 -1.83e+03 75.8 0.0143 100 595 Tracker StepLimiter + 41 127 33.5 -1.77e+03 75.8 0.00888 64.1 659 Tracker eIoni + 42 132 34.7 -1.75e+03 75.8 0.00539 23.7 683 Tracker eIoni + 43 141 37.2 -1.7e+03 75.7 0.00859 49.8 733 Chamber Transportation + 44 145 38.2 -1.68e+03 75.7 0.0144 18.9 752 Chamber eIoni + 45 145 38.3 -1.68e+03 75.7 0.00199 2.53 754 Chamber eIoni + 46 181 46 -1.5e+03 75.6 0.112 183 937 Tracker Transportation + 47 184 46.4 -1.48e+03 75.6 0.00248 19.3 956 Tracker eIoni + 48 196 48 -1.41e+03 75.6 0.012 69.3 1.03e+03 Tracker eIoni + 49 199 48.4 -1.4e+03 75.6 0.00388 17.5 1.04e+03 Tracker eIoni + 50 202 48.7 -1.38e+03 75.5 0.00215 14 1.06e+03 Tracker eIoni + 51 219 51.4 -1.28e+03 75.5 0.0204 100 1.16e+03 Tracker StepLimiter + 52 236 54.4 -1.18e+03 75.5 0.0178 100 1.26e+03 Tracker StepLimiter + 53 252 57.3 -1.09e+03 75.5 0.0169 93.8 1.35e+03 Tracker eIoni + 54 261 58.9 -1.04e+03 75.5 0.00645 51.8 1.4e+03 Tracker eIoni + 55 265 59.5 -1.02e+03 75.5 0.00433 23.7 1.43e+03 Tracker eIoni + 56 283 62.4 -920 75.5 0.0179 100 1.53e+03 Tracker StepLimiter + 57 286 62.9 -900 75.5 0.00399 20 1.55e+03 Chamber Transportation + 58 288 63.3 -889 75.5 0.00492 11.4 1.56e+03 Chamber eIoni + 59 292 63.9 -869 75.4 0.0121 20.3 1.58e+03 Chamber eIoni + 60 299 64.9 -837 75.4 0.0162 32.4 1.61e+03 Chamber eIoni + 61 299 65.1 -833 75.4 0.00179 4.37 1.61e+03 Chamber eIoni + 62 306 66.1 -799 75.3 0.0221 34.4 1.65e+03 Chamber eIoni + 63 311 67 -775 75.3 0.0116 25 1.67e+03 Chamber eIoni + 64 315 67.7 -750 75.3 0.0113 25.4 1.7e+03 Chamber eIoni + 65 317 68 -740 75.3 0.00347 9.77 1.71e+03 Chamber eIoni + 66 319 68.3 -734 75.3 0.00475 6.72 1.72e+03 Chamber eIoni + 67 325 69.5 -700 75.3 0.017 34.2 1.75e+03 Tracker Transportation + 68 331 71 -673 75.3 0.00474 27.5 1.78e+03 Tracker eIoni + 69 349 76.2 -575 75.3 0.0183 100 1.88e+03 Tracker StepLimiter + 70 367 81.9 -477 75.2 0.0185 100 1.98e+03 Tracker StepLimiter + 71 384 87.1 -384 75.2 0.0199 94.4 2.07e+03 Tracker eIoni + 72 403 92.7 -286 75.2 0.0152 100 2.17e+03 Tracker StepLimiter + 73 416 97 -214 75.2 0.0123 72.9 2.25e+03 Tracker eIoni + 74 425 99.8 -167 75.2 0.0106 48 2.29e+03 Tracker eIoni + 75 437 104 -100 75.2 0.0139 68.4 2.36e+03 Chamber Transportation + 76 442 105 -73.4 75.1 0.0144 27 2.39e+03 Chamber eIoni + 77 443 106 -67.1 75.1 0.00637 6.49 2.4e+03 Chamber eIoni + 78 460 111 26.1 75.1 0.0543 94.8 2.49e+03 Chamber eIoni + 79 469 113 66.7 75 0.0268 41.5 2.53e+03 Chamber eIoni + 80 475 115 100 75 0.0191 34 2.57e+03 Tracker Transportation + 81 494 121 198 75 0.0162 100 2.67e+03 Tracker StepLimiter + 82 501 123 234 75 0.00702 36.2 2.7e+03 Tracker eIoni + 83 517 129 319 75 0.0193 86.9 2.79e+03 Tracker eIoni + 84 536 134 417 74.9 0.0194 100 2.89e+03 Tracker StepLimiter + 85 548 138 479 74.9 0.00934 63.2 2.95e+03 Tracker eIoni + 86 558 141 528 74.9 0.00786 50.8 3e+03 Tracker eIoni + 87 566 143 567 74.9 0.0063 39.6 3.04e+03 Tracker eIoni + 88 585 149 665 74.9 0.021 100 3.14e+03 Tracker StepLimiter + 89 592 152 700 74.9 0.00616 35.7 3.18e+03 Chamber Transportation + 90 593 152 703 71.2 0.00131 3.53 3.18e+03 Chamber eBrem + 91 600 154 740 71.2 0.0312 37.8 3.22e+03 Chamber eIoni + 92 602 154 748 71.2 0.00673 7.72 3.23e+03 Chamber eIoni + 93 602 154 749 71.2 0.000927 1.24 3.23e+03 Chamber eIoni + 94 614 159 808 71.1 0.0378 60.4 3.29e+03 Chamber eIoni + 95 620 162 846 71.1 0.0302 38.7 3.33e+03 Chamber eIoni + 96 629 165 896 71 0.0284 50 3.38e+03 Chamber eIoni + 97 630 165 900 71 0.0024 4.52 3.38e+03 Tracker Transportation + 98 631 166 905 71 0.000717 4.83 3.39e+03 Tracker eIoni + 99 636 168 932 71 0.00344 27.5 3.41e+03 Tracker eIoni + 100 654 175 1.03e+03 71 0.0198 100 3.51e+03 Tracker StepLimiter + 101 663 178 1.07e+03 71 0.00725 43.9 3.56e+03 Tracker eIoni + 102 681 185 1.17e+03 71 0.0207 100 3.66e+03 Tracker StepLimiter + 103 690 189 1.22e+03 71 0.00857 45.8 3.7e+03 Tracker eIoni + 104 710 197 1.31e+03 71 0.0177 100 3.8e+03 Tracker StepLimiter + 105 720 202 1.36e+03 70.9 0.00887 52.7 3.86e+03 Tracker eIoni + 106 740 210 1.46e+03 70.9 0.0196 100 3.96e+03 Tracker StepLimiter + 107 748 213 1.5e+03 70.9 0.00806 38.7 4e+03 Chamber Transportation + 108 764 220 1.57e+03 70.9 0.0485 75.9 4.07e+03 Chamber eIoni + 109 790 227 1.7e+03 70.8 0.0779 126 4.2e+03 Chamber eIoni + 110 790 227 1.7e+03 70.8 0.00241 3.2 4.2e+03 Tracker Transportation + 111 808 231 1.78e+03 70.7 0.0183 84.9 4.29e+03 Tracker eIoni + 112 817 233 1.83e+03 70.7 0.00597 44.1 4.33e+03 Tracker eIoni + 113 819 233 1.83e+03 70.7 0.00141 8.36 4.34e+03 Tracker eIoni + 114 840 238 1.93e+03 70.7 0.0177 100 4.44e+03 Tracker StepLimiter + 115 842 239 1.94e+03 70.6 0.00183 9.12 4.45e+03 Tracker eIoni + 116 848 240 1.97e+03 70.6 0.00499 28.6 4.48e+03 Tracker eIoni + 117 868 244 2.06e+03 70.6 0.0206 98.1 4.57e+03 Tracker eIoni + 118 889 249 2.16e+03 70.6 0.0195 100 4.67e+03 Tracker StepLimiter + 119 911 254 2.26e+03 70.6 0.0175 100 4.77e+03 Tracker StepLimiter + 120 932 259 2.36e+03 70.5 0.0175 100 4.87e+03 Tracker StepLimiter + 121 935 259 2.37e+03 70.5 0.00236 11.4 4.88e+03 Tracker eIoni + 122 941 260 2.39e+03 70.5 0.00276 26.6 4.91e+03 Tracker eIoni + 123 942 261 2.4e+03 70.5 0.000484 5.81 4.92e+03 World Transportation + 124 950 262 2.43e+03 70.5 0.00543 34.6 4.95e+03 World eIoni + 125 952 263 2.44e+03 70.5 0.00224 9.75 4.96e+03 World eIoni + 126 964 265 2.49e+03 70.5 0.0099 53.2 5.01e+03 World eIoni + 127 969 267 2.52e+03 70.5 0.00454 25.7 5.04e+03 World eIoni + 128 1.03e+03 281 2.78e+03 70.4 0.0515 262 5.3e+03 World eIoni + 129 1.05e+03 288 2.88e+03 70.4 0.0209 111 5.41e+03 World eIoni + 130 1.07e+03 291 2.94e+03 70.4 0.0117 58.2 5.47e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 604, Parent ID = 556 +* G4Track Information: Particle = e-, Track ID = 681, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.6 -118 -503 0.00162 0 0 0 Tracker initStep - 1 -19.5 -118 -503 0 0.00162 0.116 0.116 Tracker eIoni + 0 1.05e+03 288 2.88e+03 0.00117 0 0 0 World initStep + 1 1.05e+03 288 2.88e+03 0 0.00117 0.0714 0.0714 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 555, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 680, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.7 -105 -590 0.00233 0 0 0 Tracker initStep - 1 -21.7 -105 -590 0 0.00233 0.207 0.207 Tracker eIoni + 0 1.03e+03 281 2.78e+03 0.00139 0 0 0 World initStep + 1 1.03e+03 281 2.78e+03 0 0.00139 0.0921 0.0921 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 554, Parent ID = 236 +* G4Track Information: Particle = e-, Track ID = 679, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.7 -96.8 -709 0.00599 0 0 0 Chamber initStep - 1 -21.7 -96.8 -709 0 0.00599 0.525 0.525 Chamber eIoni + 0 969 267 2.52e+03 0.00166 0 0 0 World initStep + 1 969 267 2.52e+03 0 0.00166 0.121 0.121 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 553, Parent ID = 457 +* G4Track Information: Particle = e-, Track ID = 678, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.05 -4.7 -2.41e+03 0.0678 0 0 0 Target initStep - 1 -3.05 -4.7 -2.41e+03 0 0.0678 0.0146 0.0146 Target eIoni + 0 964 265 2.49e+03 0.00258 0 0 0 World initStep + 1 964 265 2.49e+03 0 0.00258 0.244 0.244 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 552, Parent ID = 457 +* G4Track Information: Particle = e-, Track ID = 677, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.11 -4.73 -2.41e+03 0.164 0 0 0 Target initStep - 1 -3.11 -4.73 -2.41e+03 0 0.164 0.06 0.06 Target eIoni + 0 952 263 2.44e+03 0.0134 0 0 0 World initStep + 1 952 261 2.44e+03 0.00902 0.00438 2.34 2.34 World eIoni + 2 954 261 2.44e+03 0.00306 0.00596 1.68 4.02 World eIoni + 3 954 261 2.44e+03 0 0.00306 0.327 4.34 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 551, Parent ID = 457 +* G4Track Information: Particle = e-, Track ID = 676, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.1 -4.73 -2.41e+03 0.055 0 0 0 Target initStep - 1 -3.1 -4.73 -2.41e+03 0 0.055 0.0104 0.0104 Target eIoni + 0 950 262 2.43e+03 0.00226 0 0 0 World initStep + 1 950 262 2.43e+03 0 0.00226 0.196 0.196 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 550, Parent ID = 457 +* G4Track Information: Particle = e-, Track ID = 675, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.73 -1.4 -2.41e+03 0.136 0 0 0 Target initStep - 1 -1.73 -1.4 -2.41e+03 0 0.136 0.0448 0.0448 Target eIoni + 0 941 260 2.39e+03 0.00107 0 0 0 Tracker initStep + 1 941 260 2.39e+03 0 0.00107 0.0631 0.0631 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 549, Parent ID = 458 +* G4Track Information: Particle = e-, Track ID = 674, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.09 2.93 -2.41e+03 0.423 0 0 0 Target initStep - 1 4.1 2.93 -2.41e+03 0 0.423 0.243 0.243 Target eIoni + 0 935 259 2.37e+03 0.00538 0 0 0 Tracker initStep + 1 935 259 2.37e+03 0 0.00538 0.873 0.873 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 10, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 673, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000296 -2.53e-05 -2.42e+03 1.97e+03 0 0 0 Target initStep - 1 -0.000678 -2.68e-05 -2.42e+03 1.89e+03 0.28 0.26 0.26 Target eBrem - 2 0.000186 -0.00115 -2.42e+03 1.88e+03 1.08 0.852 1.11 Target eBrem - 3 0.00101 -0.00286 -2.42e+03 1.87e+03 0.313 0.237 1.35 Target eBrem - 4 0.00104 -0.00289 -2.42e+03 1.87e+03 0.0371 0.028 1.38 Target eBrem - 5 0.00128 -0.00241 -2.42e+03 1.84e+03 1.06 0.931 2.31 Target eBrem - 6 0.00294 -0.00222 -2.42e+03 1.83e+03 0.291 0.267 2.58 Target eBrem - 7 0.00593 -0.00345 -2.41e+03 1.77e+03 0.807 0.599 3.17 Target eBrem - 8 0.00778 -0.00427 -2.41e+03 1.77e+03 0.237 0.214 3.39 Target eBrem - 9 0.0107 -0.00654 -2.41e+03 1.77e+03 0.463 0.298 3.69 Target eBrem - 10 0.0244 -0.00885 -2.41e+03 1.71e+03 2.88 2.06 5.74 Target eBrem - 11 0.0239 -0.0134 -2.41e+03 1.71e+03 0.795 0.612 6.35 Target eBrem - 12 0.0264 -0.0174 -2.41e+03 1.7e+03 1.91 0.692 7.05 Target eBrem - 13 0.0305 -0.0233 -2.41e+03 571 0.906 0.702 7.75 Target eBrem - 14 0.0313 -0.0237 -2.41e+03 571 0.173 0.166 7.92 Target eBrem - 15 0.0492 -0.0291 -2.41e+03 570 1.19 1.13 9.04 Target eBrem - 16 0.0493 -0.0359 -2.41e+03 562 0.279 0.323 9.36 Target eBrem - 17 0.0492 -0.0367 -2.41e+03 561 0.0357 0.0302 9.39 Target eBrem - 18 0.0269 -0.0564 -2.41e+03 559 1.38 1.15 10.5 Target eBrem - 19 -0.048 -0.145 -2.41e+03 520 2.36 2.03 12.6 Target eBrem - 20 -0.0589 -0.151 -2.4e+03 517 0.487 0.37 12.9 Target eIoni - 21 -0.0675 -0.162 -2.4e+03 516 0.505 0.485 13.4 Target eBrem - 22 -0.0811 -0.171 -2.4e+03 508 0.537 0.475 13.9 Target eBrem - 23 -0.0986 -0.174 -2.4e+03 503 1.33 1.02 14.9 Target eBrem - 24 -0.0963 -0.178 -2.4e+03 500 0.357 0.233 15.2 Target eBrem - 25 -0.0912 -0.187 -2.4e+03 497 1.1 0.933 16.1 Target eBrem - 26 -0.0963 -0.197 -2.4e+03 476 0.833 0.536 16.6 Target eBrem - 27 -0.096 -0.198 -2.4e+03 476 0.0657 0.0627 16.7 Target eBrem - 28 -0.0902 -0.205 -2.4e+03 475 1.05 0.909 17.6 Tracker Transportation - 29 -0.952 -0.0987 -2.32e+03 475 0.0188 84.6 102 Tracker eIoni - 30 -1.13 -0.079 -2.3e+03 475 0.00219 17.9 120 Tracker eIoni - 31 -1.87 -0.0281 -2.22e+03 475 0.012 76.1 196 Tracker eIoni - 32 -2.23 -0.00543 -2.18e+03 475 0.00656 36.9 233 Tracker eIoni - 33 -3.22 -0.00187 -2.08e+03 475 0.0225 100 333 Tracker StepLimiter - 34 -4.22 0.0868 -1.98e+03 475 0.019 100 433 Tracker StepLimiter - 35 -5.21 0.19 -1.88e+03 475 0.0187 100 533 Tracker StepLimiter - 36 -5.92 0.3 -1.81e+03 475 0.0165 70.8 604 Tracker eIoni - 37 -5.97 0.306 -1.81e+03 475 0.000556 4.87 609 Tracker eIoni - 38 -6.96 0.43 -1.71e+03 475 0.0203 100 709 Tracker StepLimiter - 39 -7.05 0.444 -1.7e+03 475 0.000738 8.75 718 Chamber Transportation - 40 -8.22 0.418 -1.6e+03 475 0.0754 100 818 Chamber eIoni - 41 -8.28 0.415 -1.6e+03 475 0.00213 4.37 822 Chamber eIoni - 42 -8.85 0.397 -1.56e+03 474 0.0241 36.8 859 Chamber eIoni - 43 -9.13 0.382 -1.54e+03 474 0.0115 17.7 877 Chamber eIoni - 44 -9.4 0.361 -1.52e+03 474 0.0135 16.2 893 Chamber eIoni - 45 -9.74 0.37 -1.5e+03 474 0.0145 20 913 Chamber eIoni - 46 -9.83 0.376 -1.5e+03 474 0.00161 4.95 918 Tracker Transportation - 47 -10.8 0.463 -1.45e+03 474 0.00982 52.9 971 Tracker eIoni - 48 -10.8 0.47 -1.44e+03 474 0.000761 4.33 975 Tracker eIoni - 49 -12 0.567 -1.38e+03 474 0.0106 64.9 1.04e+03 Tracker eIoni - 50 -13.5 0.735 -1.29e+03 474 0.0163 88.8 1.13e+03 Tracker eIoni - 51 -15.2 0.873 -1.19e+03 474 0.0179 100 1.23e+03 Tracker StepLimiter - 52 -17 1 -1.09e+03 474 0.018 100 1.33e+03 Tracker StepLimiter - 53 -18.1 1.09 -1.03e+03 474 0.00964 63.4 1.39e+03 Tracker eIoni - 54 -19 1.14 -978 474 0.0114 48 1.44e+03 Tracker eIoni - 55 -20 1.22 -919 474 0.0122 58.7 1.5e+03 Tracker eIoni - 56 -20.4 1.24 -902 474 0.00518 17.5 1.52e+03 Tracker eIoni - 57 -20.4 1.24 -900 474 0.000316 1.56 1.52e+03 Chamber Transportation - 58 -20.4 1.24 -900 474 0.000465 0.13 1.52e+03 Chamber eIoni - 59 -22 1.27 -805 474 0.0586 94.8 1.61e+03 Chamber eIoni - 60 -22.2 1.27 -791 474 0.0102 13.6 1.63e+03 Chamber eIoni - 61 -22.3 1.27 -791 474 0.00037 0.753 1.63e+03 Chamber eIoni - 62 -22.3 1.27 -786 474 0.00402 5.06 1.63e+03 Chamber eIoni - 63 -23.9 1.3 -700 474 0.0487 85.7 1.72e+03 Tracker Transportation - 64 -24.3 1.28 -676 474 0.00503 23.9 1.74e+03 Tracker eIoni - 65 -25.7 1.2 -589 474 0.0162 86.9 1.83e+03 Tracker eIoni - 66 -27.3 1.08 -489 474 0.0201 100 1.93e+03 Tracker StepLimiter - 67 -27.3 1.08 -486 474 0.000336 2.74 1.93e+03 Tracker eIoni - 68 -28.9 1.04 -386 474 0.0163 100 2.03e+03 Tracker StepLimiter - 69 -30.5 1.06 -287 474 0.0169 100 2.13e+03 Tracker StepLimiter - 70 -32.1 1.06 -187 474 0.0204 100 2.23e+03 Tracker StepLimiter - 71 -32.2 1.06 -178 474 0.00142 8.3 2.24e+03 Tracker eIoni - 72 -33.4 1.05 -100 474 0.0153 78.2 2.32e+03 Chamber Transportation - 73 -33.5 1.05 -94.7 474 0.00335 5.31 2.32e+03 Chamber eIoni - 74 -33.6 1.05 -86.9 474 0.00393 7.83 2.33e+03 Chamber eIoni - 75 -34.2 1.08 -45.6 474 0.0229 41.3 2.37e+03 Chamber eIoni - 76 -34.7 1.19 -4.43 474 0.0271 41.2 2.41e+03 Chamber eIoni - 77 -34.8 1.2 0.624 474 0.00279 5.05 2.42e+03 Chamber eIoni - 78 -34.9 1.21 2.62 474 0.00129 2 2.42e+03 Chamber eIoni - 79 -35.7 1.31 52.6 474 0.0383 50 2.47e+03 Chamber eIoni - 80 -35.9 1.34 64.1 474 0.00582 11.4 2.48e+03 Chamber eIoni - 81 -36.1 1.37 74.2 474 0.00821 10.2 2.49e+03 Chamber eIoni - 82 -36.5 1.43 100 474 0.0129 25.8 2.52e+03 Tracker Transportation - 83 -36.8 1.5 121 474 0.0031 21.1 2.54e+03 Tracker eIoni - 84 -38.2 1.78 199 474 0.0137 78.1 2.62e+03 Tracker eIoni - 85 -39 1.97 245 474 0.00723 46 2.66e+03 Tracker eIoni - 86 -39 1.98 248 474 0.000707 2.66 2.67e+03 Tracker eIoni - 87 -40.7 2.34 348 474 0.0228 100 2.77e+03 Tracker StepLimiter - 88 -42.5 2.77 448 474 0.0208 100 2.87e+03 Tracker StepLimiter - 89 -44.3 3.19 548 474 0.0186 100 2.97e+03 Tracker StepLimiter - 90 -45 3.4 592 474 0.007 43.9 3.01e+03 Tracker eIoni - 91 -45.1 3.43 598 474 0.00116 6.04 3.02e+03 Tracker eIoni - 92 -45.7 3.58 633 473 0.00597 35.6 3.05e+03 Tracker eBrem - 93 -46.2 3.7 660 473 0.00439 26.9 3.08e+03 Tracker eIoni - 94 -46.7 3.85 693 473 0.00532 33 3.11e+03 Tracker eIoni - 95 -46.8 3.89 700 473 0.0016 6.72 3.12e+03 Chamber Transportation - 96 -47.7 4.15 751 473 0.0314 51.2 3.17e+03 Chamber eIoni - 97 -47.8 4.21 759 473 0.00257 7.75 3.18e+03 Chamber eIoni - 98 -47.8 4.21 759 473 0.000218 0.347 3.18e+03 Chamber eIoni - 99 -49.9 5.28 900 472 0.07 141 3.32e+03 Tracker Transportation - 100 -50.2 5.41 918 472 0.00409 18.4 3.34e+03 Tracker eIoni - 101 -51.1 5.8 971 472 0.00971 52.8 3.39e+03 Tracker eIoni - 102 -52.7 6.52 1.07e+03 472 0.0176 100 3.49e+03 Tracker StepLimiter - 103 -53.1 6.66 1.09e+03 472 0.00379 21.2 3.51e+03 Tracker eIoni - 104 -54.7 7.35 1.19e+03 472 0.0203 100 3.61e+03 Tracker StepLimiter - 105 -56.3 8.03 1.29e+03 472 0.0232 100 3.71e+03 Tracker StepLimiter - 106 -57.5 8.49 1.36e+03 472 0.00982 72.4 3.78e+03 Tracker eIoni - 107 -57.9 8.63 1.39e+03 472 0.00471 21 3.8e+03 Tracker eIoni - 108 -58.3 8.8 1.41e+03 472 0.0062 27.6 3.83e+03 Tracker eIoni - 109 -59.1 9.13 1.46e+03 472 0.00991 50 3.88e+03 Tracker eIoni - 110 -59.7 9.35 1.5e+03 472 0.00734 36.7 3.92e+03 Chamber Transportation - 111 -61 9.91 1.58e+03 472 0.0535 79.5 4e+03 Chamber eIoni - 112 -61.8 10.2 1.62e+03 472 0.0223 42 4.04e+03 Chamber eIoni - 113 -62 10.3 1.63e+03 472 0.00874 11.8 4.05e+03 Chamber eIoni - 114 -62.3 10.4 1.65e+03 462 0.0157 20.2 4.07e+03 Chamber eBrem - 115 -62.6 10.6 1.67e+03 462 0.0119 21.1 4.09e+03 Chamber eIoni - 116 -63.1 10.7 1.7e+03 462 0.018 25.4 4.12e+03 Tracker Transportation - 117 -63.9 11 1.75e+03 462 0.0115 52.9 4.17e+03 Tracker eIoni - 118 -64.8 11.3 1.81e+03 462 0.0108 56 4.23e+03 Tracker eIoni - 119 -65.7 11.6 1.87e+03 462 0.0177 58.7 4.29e+03 Tracker eIoni - 120 -67 12 1.95e+03 462 0.0192 79.8 4.37e+03 Tracker eIoni - 121 -68 12.3 2.01e+03 462 0.0108 57.9 4.42e+03 Tracker eIoni - 122 -69.5 12.8 2.1e+03 462 0.0189 96 4.52e+03 Tracker eIoni - 123 -71.2 13.3 2.2e+03 462 0.0216 100 4.62e+03 Tracker StepLimiter - 124 -72.1 13.6 2.26e+03 462 0.0121 58.3 4.68e+03 Tracker eIoni - 125 -73.9 14.1 2.36e+03 462 0.0186 100 4.78e+03 Tracker StepLimiter - 126 -74.5 14.2 2.4e+03 462 0.00785 40.6 4.82e+03 World Transportation - 127 -75 14.3 2.42e+03 462 0.00375 24.3 4.84e+03 World eIoni - 128 -75 14.3 2.43e+03 462 0.000221 1.26 4.84e+03 World eIoni - 129 -75.4 14.4 2.45e+03 462 0.00448 25.5 4.87e+03 World eIoni - 130 -76.8 14.8 2.54e+03 462 0.0175 88.7 4.96e+03 World eIoni - 131 -79.2 15.4 2.68e+03 462 0.0267 144 5.1e+03 World eIoni - 132 -80 15.6 2.73e+03 462 0.00934 50.3 5.15e+03 World eIoni - 133 -80.3 15.7 2.76e+03 462 0.00695 25.2 5.18e+03 World eIoni - 134 -80.8 15.8 2.79e+03 462 0.00747 29.8 5.21e+03 World eIoni - 135 -81.3 16 2.83e+03 462 0.00513 36.9 5.24e+03 World eIoni - 136 -82.3 16.3 2.89e+03 462 0.0149 65.9 5.31e+03 World eIoni - 137 -82.6 16.4 2.91e+03 462 0.00166 20.8 5.33e+03 World eIoni - 138 -83 16.5 2.94e+03 462 0.00632 27.6 5.36e+03 OutOfWorld Transportation + 0 868 244 2.06e+03 0.00114 0 0 0 Tracker initStep + 1 868 244 2.06e+03 0 0.00114 0.0693 0.0693 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 713, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 672, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.6 16.4 2.91e+03 0.00136 0 0 0 World initStep - 1 -82.6 16.4 2.91e+03 0 0.00136 0.0894 0.0894 World eIoni + 0 848 240 1.97e+03 0.00139 0 0 0 Tracker initStep + 1 848 240 1.97e+03 0 0.00139 0.0923 0.0923 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 712, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 671, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -82.3 16.3 2.89e+03 0.00127 0 0 0 World initStep - 1 -82.3 16.2 2.89e+03 0 0.00127 0.0807 0.0807 World eIoni + 0 842 239 1.94e+03 0.0772 0 0 0 Tracker initStep + 1 861 244 1.95e+03 0.0675 0.00967 23.7 23.7 Tracker eIoni + 2 865 257 1.95e+03 0.0569 0.00642 13.6 37.3 Tracker eIoni + 3 869 261 1.95e+03 0.0453 0.0036 6.15 43.4 Tracker eIoni + 4 866 269 1.95e+03 0.0386 0.00665 10 53.5 Tracker eIoni + 5 867 273 1.95e+03 0.0342 0.00327 4.86 58.3 Tracker eIoni + 6 867 279 1.94e+03 0.0277 0.00653 6.64 65 Tracker eIoni + 7 869 275 1.94e+03 0.0231 0.00454 5 69.9 Tracker eIoni + 8 872 273 1.95e+03 0.0168 0.00628 4.01 74 Tracker eIoni + 9 873 273 1.95e+03 0.0155 0.000307 0.195 74.2 Tracker eIoni + 10 873 271 1.95e+03 0.0129 0.00255 2.65 76.8 Tracker eIoni + 11 875 270 1.95e+03 0.00818 0.00472 2.26 79.1 Tracker eIoni + 12 874 272 1.95e+03 0.00297 0.00521 1.54 80.6 Tracker eIoni + 13 874 271 1.95e+03 0 0.00297 0.31 80.9 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 711, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 685, Parent ID = 671 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -81.3 16 2.83e+03 0.0012 0 0 0 World initStep - 1 -81.4 16 2.83e+03 0 0.0012 0.0741 0.0741 World eIoni + 0 873 273 1.95e+03 0.00108 0 0 0 Tracker initStep + 1 873 273 1.95e+03 0 0.00108 0.0634 0.0634 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 710, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 684, Parent ID = 671 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.8 15.8 2.79e+03 0.00165 0 0 0 World initStep - 1 -80.8 15.8 2.79e+03 0 0.00165 0.119 0.119 World eIoni + 0 867 273 1.95e+03 0.00115 0 0 0 Tracker initStep + 1 867 273 1.95e+03 0 0.00115 0.0696 0.0696 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 709, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 683, Parent ID = 671 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80.3 15.7 2.76e+03 0.00102 0 0 0 World initStep - 1 -80.3 15.7 2.76e+03 0 0.00102 0.0585 0.0585 World eIoni + 0 869 261 1.95e+03 0.00807 0 0 0 Tracker initStep + 1 869 261 1.95e+03 0.00634 0.000189 0.3 0.3 Tracker eIoni + 2 870 261 1.95e+03 0 0.00634 1.15 1.45 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 708, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 686, Parent ID = 683 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -80 15.6 2.73e+03 0.00146 0 0 0 World initStep - 1 -80 15.6 2.73e+03 0 0.00146 0.0999 0.0999 World eIoni + 0 869 261 1.95e+03 0.00153 0 0 0 Tracker initStep + 1 869 261 1.95e+03 0 0.00153 0.107 0.107 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 707, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 682, Parent ID = 671 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -79.2 15.4 2.68e+03 0.00231 0 0 0 World initStep - 1 -79.2 15.5 2.68e+03 0 0.00231 0.204 0.204 World eIoni + 0 865 257 1.95e+03 0.00415 0 0 0 Tracker initStep + 1 865 257 1.95e+03 0.00212 0.000247 0.142 0.142 Tracker eIoni + 2 865 257 1.95e+03 0 0.00212 0.178 0.32 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 706, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 687, Parent ID = 682 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -76.8 14.8 2.54e+03 0.06 0 0 0 World initStep - 1 -90.3 8.76 2.54e+03 0.0533 0.00672 15.7 15.7 World eIoni - 2 -98.2 8.45 2.53e+03 0.046 0.00726 13 28.6 World eIoni - 3 -93.7 4.67 2.52e+03 0.0386 0.00744 10.3 38.9 World eIoni - 4 -91.3 2.8 2.52e+03 0.0308 0.00617 4.65 43.6 World eIoni - 5 -86.1 1.34 2.52e+03 0.0246 0.00624 5.76 49.4 World eIoni - 6 -82.6 0.618 2.52e+03 0.0206 0.00395 4.31 53.7 World eIoni - 7 -79.2 0.432 2.52e+03 0.0178 0.00281 3.53 57.2 World eIoni - 8 -77.5 0.862 2.52e+03 0.0143 0.00237 1.78 59 World eIoni - 9 -77.7 3.12 2.52e+03 0.0106 0.00371 2.47 61.4 World eIoni - 10 -76.7 4.35 2.52e+03 0.00582 0.00476 1.92 63.4 World eIoni - 11 -76.3 4.38 2.52e+03 0 0.00582 1 64.4 World eIoni + 0 865 257 1.95e+03 0.00178 0 0 0 Tracker initStep + 1 865 257 1.95e+03 0 0.00178 0.135 0.135 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 715, Parent ID = 706 +* G4Track Information: Particle = e-, Track ID = 670, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -77.5 0.862 2.52e+03 0.00116 0 0 0 World initStep - 1 -77.4 0.853 2.52e+03 0 0.00116 0.0705 0.0705 World eIoni + 0 819 233 1.83e+03 0.0102 0 0 0 Tracker initStep + 1 818 233 1.83e+03 0.00553 0.00338 0.928 0.928 Tracker eIoni + 2 818 233 1.83e+03 0 0.00553 0.915 1.84 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 714, Parent ID = 706 +* G4Track Information: Particle = e-, Track ID = 688, Parent ID = 670 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -91.3 2.8 2.52e+03 0.00162 0 0 0 World initStep - 1 -91.3 2.75 2.52e+03 0 0.00162 0.117 0.117 World eIoni + 0 818 233 1.83e+03 0.00129 0 0 0 Tracker initStep + 1 818 233 1.83e+03 0 0.00129 0.0822 0.0822 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 705, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 669, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -75.4 14.4 2.45e+03 0.00141 0 0 0 World initStep - 1 -75.4 14.5 2.45e+03 0 0.00141 0.0942 0.0942 World eIoni + 0 817 233 1.83e+03 0.00935 0 0 0 Tracker initStep + 1 818 232 1.83e+03 0.00699 0.0012 0.72 0.72 Tracker eIoni + 2 817 232 1.83e+03 0.00144 0.00555 1.27 1.99 Tracker eIoni + 3 817 232 1.83e+03 0 0.00144 0.0978 2.09 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 704, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 689, Parent ID = 669 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -75 14.3 2.43e+03 0.00359 0 0 0 World initStep - 1 -74.9 14.1 2.43e+03 0 0.00359 0.429 0.429 World eIoni + 0 818 232 1.83e+03 0.00116 0 0 0 Tracker initStep + 1 818 232 1.83e+03 0 0.00116 0.071 0.071 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 703, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 668, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -75 14.3 2.42e+03 0.0725 0 0 0 World initStep - 1 -84.4 12.3 2.43e+03 0.0657 0.00478 11.7 11.7 World eIoni - 2 -101 15.2 2.44e+03 0.0549 0.0109 18.2 29.8 World eIoni - 3 -112 11.9 2.44e+03 0.0486 0.00625 13.6 43.4 World eIoni - 4 -115 15.6 2.44e+03 0.0442 0.00326 7.97 51.4 World eIoni - 5 -116 18.5 2.45e+03 0.0405 0.00263 4.72 56.1 World eIoni - 6 -118 24.3 2.45e+03 0.0341 0.00641 8.48 64.6 World eIoni - 7 -115 28.3 2.45e+03 0.0303 0.00374 6.61 71.2 World eIoni - 8 -111 30 2.46e+03 0.0255 0.0048 5.64 76.8 World eIoni - 9 -109 31.1 2.46e+03 0.0225 0.00146 1.85 78.7 World eIoni - 10 -108 32.9 2.45e+03 0.0119 0.00422 3.17 81.9 World eIoni - 11 -108 32.9 2.45e+03 0.0107 2.51e-05 0.0399 81.9 World eIoni - 12 -107 32.5 2.45e+03 0.00657 0.00411 1.94 83.8 World eIoni - 13 -108 32.4 2.45e+03 0.00361 0.00121 0.409 84.2 World eIoni - 14 -108 32.4 2.45e+03 0 0.00361 0.433 84.7 World eIoni + 0 808 231 1.78e+03 0.00215 0 0 0 Tracker initStep + 1 808 231 1.78e+03 0 0.00215 0.182 0.182 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 722, Parent ID = 703 +* G4Track Information: Particle = e-, Track ID = 667, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -108 32.4 2.45e+03 0.00175 0 0 0 World initStep - 1 -108 32.4 2.45e+03 0 0.00175 0.131 0.131 World eIoni + 0 790 227 1.7e+03 0.016 0 0 0 Chamber initStep + 1 790 226 1.7e+03 0.00775 0.00827 1.86 1.86 Chamber eIoni + 2 790 226 1.7e+03 0.00443 0.00146 0.274 2.13 Chamber eIoni + 3 790 226 1.7e+03 0.00262 0.000389 0.115 2.25 Chamber eIoni + 4 790 226 1.7e+03 0 0.00262 0.151 2.4 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 721, Parent ID = 703 +* G4Track Information: Particle = e-, Track ID = 691, Parent ID = 667 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -108 32.9 2.45e+03 0.00123 0 0 0 World initStep - 1 -108 32.9 2.45e+03 0 0.00123 0.0772 0.0772 World eIoni + 0 790 226 1.7e+03 0.00142 0 0 0 Chamber initStep + 1 790 226 1.7e+03 0 0.00142 0.0653 0.0653 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 720, Parent ID = 703 +* G4Track Information: Particle = e-, Track ID = 690, Parent ID = 667 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -108 32.9 2.45e+03 0.00633 0 0 0 World initStep - 1 -108 33.2 2.45e+03 0 0.00633 1.15 1.15 World eIoni + 0 790 226 1.7e+03 0.00187 0 0 0 Chamber initStep + 1 790 226 1.7e+03 0 0.00187 0.0946 0.0946 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 719, Parent ID = 703 +* G4Track Information: Particle = e-, Track ID = 666, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -109 31.1 2.46e+03 0.00159 0 0 0 World initStep - 1 -109 31.1 2.46e+03 0 0.00159 0.113 0.113 World eIoni + 0 764 220 1.57e+03 0.0127 0 0 0 Chamber initStep + 1 764 220 1.57e+03 0.00826 3.16e-05 0.0379 0.0379 Chamber eIoni + 2 764 220 1.57e+03 0 0.00826 0.888 0.926 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 718, Parent ID = 703 +* G4Track Information: Particle = e-, Track ID = 692, Parent ID = 666 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -116 18.5 2.45e+03 0.00112 0 0 0 World initStep - 1 -116 18.5 2.45e+03 0 0.00112 0.0671 0.0671 World eIoni + 0 764 220 1.57e+03 0.00437 0 0 0 Chamber initStep + 1 764 220 1.57e+03 0 0.00437 0.318 0.318 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 717, Parent ID = 703 +* G4Track Information: Particle = e-, Track ID = 665, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -115 15.6 2.44e+03 0.00111 0 0 0 World initStep - 1 -115 15.6 2.44e+03 0 0.00111 0.066 0.066 World eIoni + 0 720 202 1.36e+03 0.00387 0 0 0 Tracker initStep + 1 720 202 1.36e+03 0.00192 0.00196 0.206 0.206 Tracker eIoni + 2 720 202 1.36e+03 0 0.00192 0.151 0.357 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 716, Parent ID = 703 +* G4Track Information: Particle = e-, Track ID = 664, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -84.4 12.3 2.43e+03 0.00197 0 0 0 World initStep - 1 -84.4 12.2 2.43e+03 0 0.00197 0.158 0.158 World eIoni + 0 690 189 1.22e+03 0.00203 0 0 0 Tracker initStep + 1 690 189 1.22e+03 0 0.00203 0.166 0.166 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 702, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 663, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.1 13.6 2.26e+03 0.00177 0 0 0 Tracker initStep - 1 -72.1 13.6 2.26e+03 0 0.00177 0.133 0.133 Tracker eIoni + 0 663 178 1.07e+03 0.00132 0 0 0 Tracker initStep + 1 663 178 1.07e+03 0 0.00132 0.0856 0.0856 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 701, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 662, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -69.5 12.8 2.1e+03 0.00286 0 0 0 Tracker initStep - 1 -69.7 12.8 2.1e+03 0 0.00286 0.291 0.291 Tracker eIoni + 0 636 168 932 0.00383 0 0 0 Tracker initStep + 1 636 168 932 0 0.00383 0.48 0.48 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 700, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 661, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68 12.3 2.01e+03 0.00119 0 0 0 Tracker initStep - 1 -67.9 12.3 2.01e+03 0 0.00119 0.0732 0.0732 Tracker eIoni + 0 631 166 905 0.00147 0 0 0 Tracker initStep + 1 631 166 905 0 0.00147 0.101 0.101 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 699, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 660, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -67 12 1.95e+03 0.00478 0 0 0 Tracker initStep - 1 -67 11.7 1.95e+03 0 0.00478 0.708 0.708 Tracker eIoni + 0 629 165 896 0.00448 0 0 0 Chamber initStep + 1 629 165 896 0 0.00448 0.331 0.331 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 698, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 659, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -65.7 11.6 1.87e+03 0.00364 0 0 0 Tracker initStep - 1 -65.6 11.5 1.87e+03 0 0.00364 0.44 0.44 Tracker eIoni + 0 620 162 846 0.0015 0 0 0 Chamber initStep + 1 620 162 846 0 0.0015 0.0701 0.0701 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 697, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 658, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -64.8 11.3 1.81e+03 0.00151 0 0 0 Tracker initStep - 1 -64.8 11.3 1.81e+03 0 0.00151 0.104 0.104 Tracker eIoni + 0 614 159 808 0.00179 0 0 0 Chamber initStep + 1 614 159 808 0 0.00179 0.0894 0.0894 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 696, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 657, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -63.9 11 1.75e+03 0.00187 0 0 0 Tracker initStep - 1 -63.9 11.1 1.75e+03 0 0.00187 0.146 0.146 Tracker eIoni + 0 602 154 749 0.00237 0 0 0 Chamber initStep + 1 602 154 749 0 0.00237 0.131 0.131 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 695, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 656, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.6 10.6 1.67e+03 0.0351 0 0 0 Chamber initStep - 1 -62.7 12.6 1.67e+03 0.0209 0.00538 3.04 3.04 Chamber eIoni - 2 -63.5 11.5 1.67e+03 0.0165 0.00437 2.29 5.33 Chamber eIoni - 3 -63.5 11.3 1.67e+03 0.0124 0.00183 0.67 6 Chamber eIoni - 4 -62.9 10.8 1.67e+03 0.00423 0.00451 0.892 6.89 Chamber eIoni - 5 -62.9 10.8 1.67e+03 0 0.00423 0.303 7.19 Chamber eIoni + 0 602 154 748 0.00305 0 0 0 Chamber initStep + 1 602 154 748 0 0.00305 0.187 0.187 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 725, Parent ID = 695 +* G4Track Information: Particle = e-, Track ID = 655, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.9 10.8 1.67e+03 0.00366 0 0 0 Chamber initStep - 1 -62.9 10.8 1.67e+03 0 0.00366 0.243 0.243 Chamber eIoni + 0 600 154 740 0.00279 0 0 0 Chamber initStep + 1 600 154 740 0 0.00279 0.164 0.164 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 724, Parent ID = 695 +* G4Track Information: Particle = e-, Track ID = 653, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -63.5 11.3 1.67e+03 0.00228 0 0 0 Chamber initStep - 1 -63.4 11.3 1.67e+03 0 0.00228 0.124 0.124 Chamber eIoni + 0 566 143 567 0.00292 0 0 0 Tracker initStep + 1 565 143 567 0 0.00292 0.302 0.302 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 723, Parent ID = 695 +* G4Track Information: Particle = e-, Track ID = 652, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.7 12.6 1.67e+03 0.00882 0 0 0 Chamber initStep - 1 -62.8 12.5 1.67e+03 0.00501 0.00184 0.292 0.292 Chamber eIoni - 2 -62.8 12.5 1.67e+03 0 0.00501 0.395 0.687 Chamber eIoni + 0 558 141 528 0.00577 0 0 0 Tracker initStep + 1 558 141 528 0 0.00577 0.988 0.988 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 726, Parent ID = 723 +* G4Track Information: Particle = e-, Track ID = 651, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.8 12.5 1.67e+03 0.00196 0 0 0 Chamber initStep - 1 -62.8 12.5 1.67e+03 0 0.00196 0.101 0.101 Chamber eIoni + 0 548 138 479 0.00193 0 0 0 Tracker initStep + 1 548 138 479 0 0.00193 0.152 0.152 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 693, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 650, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62 10.3 1.63e+03 0.00357 0 0 0 Chamber initStep - 1 -61.9 10.3 1.63e+03 0 0.00357 0.235 0.235 Chamber eIoni + 0 517 129 319 0.00142 0 0 0 Tracker initStep + 1 517 129 319 0 0.00142 0.0953 0.0953 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 692, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 649, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -61.8 10.2 1.62e+03 0.00343 0 0 0 Chamber initStep - 1 -61.8 10.2 1.62e+03 0 0.00343 0.221 0.221 Chamber eIoni + 0 501 123 234 0.00106 0 0 0 Tracker initStep + 1 501 123 234 0 0.00106 0.0618 0.0618 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 691, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 648, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -61 9.91 1.58e+03 0.00162 0 0 0 Chamber initStep - 1 -61 9.9 1.58e+03 0 0.00162 0.0781 0.0781 Chamber eIoni + 0 469 113 66.7 0.00373 0 0 0 Chamber initStep + 1 469 113 66.7 0 0.00373 0.25 0.25 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 690, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 647, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -59.1 9.13 1.46e+03 0.00177 0 0 0 Tracker initStep - 1 -59.2 9.14 1.46e+03 0 0.00177 0.134 0.134 Tracker eIoni + 0 460 111 26.1 0.00591 0 0 0 Chamber initStep + 1 460 111 26 0.00123 0.00467 0.433 0.433 Chamber eIoni + 2 460 111 26 0 0.00123 0.0543 0.487 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 689, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 646, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -58.3 8.8 1.41e+03 0.00178 0 0 0 Tracker initStep - 1 -58.3 8.77 1.41e+03 0 0.00178 0.135 0.135 Tracker eIoni + 0 443 106 -67.1 0.00645 0 0 0 Chamber initStep + 1 444 106 -67.2 0.0033 0.00316 0.321 0.321 Chamber eIoni + 2 444 106 -67.2 0 0.0033 0.209 0.53 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 688, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 645, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.9 8.63 1.39e+03 0.00141 0 0 0 Tracker initStep - 1 -57.9 8.66 1.39e+03 0 0.00141 0.0942 0.0942 Tracker eIoni + 0 442 105 -73.4 0.00603 0 0 0 Chamber initStep + 1 442 105 -73.4 0 0.00603 0.531 0.531 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 687, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 644, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.5 8.49 1.36e+03 0.00113 0 0 0 Tracker initStep - 1 -57.5 8.51 1.36e+03 0 0.00113 0.0678 0.0678 Tracker eIoni + 0 425 99.8 -167 0.00175 0 0 0 Tracker initStep + 1 425 99.7 -167 0 0.00175 0.132 0.132 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 686, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 643, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.1 6.66 1.09e+03 0.00322 0 0 0 Tracker initStep - 1 -53.2 6.65 1.09e+03 0 0.00322 0.356 0.356 Tracker eIoni + 0 416 97 -214 0.00211 0 0 0 Tracker initStep + 1 416 96.9 -214 0 0.00211 0.177 0.177 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 685, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 642, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.1 5.8 971 0.00107 0 0 0 Tracker initStep - 1 -51.1 5.8 971 0 0.00107 0.0626 0.0626 Tracker eIoni + 0 384 87.1 -384 0.00139 0 0 0 Tracker initStep + 1 384 87.2 -384 0 0.00139 0.0922 0.0922 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 684, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 641, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.2 5.41 918 0.00615 0 0 0 Tracker initStep - 1 -50.3 4.92 918 0 0.00615 1.1 1.1 Tracker eIoni + 0 331 71 -673 0.00109 0 0 0 Tracker initStep + 1 331 71 -673 0 0.00109 0.0649 0.0649 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 683, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 640, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.8 4.21 759 0.00153 0 0 0 Chamber initStep - 1 -47.8 4.21 759 0 0.00153 0.0722 0.0722 Chamber eIoni + 0 319 68.3 -734 0.00422 0 0 0 Chamber initStep + 1 319 68.3 -734 0 0.00422 0.302 0.302 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 682, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 639, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.8 4.21 759 0.00323 0 0 0 Chamber initStep - 1 -47.8 4.21 759 0 0.00323 0.203 0.203 Chamber eIoni + 0 317 68 -740 0.00249 0 0 0 Chamber initStep + 1 317 68.1 -740 0 0.00249 0.141 0.141 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 681, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 638, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.7 4.15 751 0.00478 0 0 0 Chamber initStep - 1 -47.6 4.12 751 0 0.00478 0.366 0.366 Chamber eIoni + 0 315 67.7 -750 0.0118 0 0 0 Chamber initStep + 1 316 67.6 -750 0.00948 0.000534 0.18 0.18 Chamber eIoni + 2 315 67.4 -750 0.00409 0.00164 0.27 0.449 Chamber eIoni + 3 315 67.4 -750 0 0.00409 0.287 0.736 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 680, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 694, Parent ID = 638 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.7 3.85 693 0.279 0 0 0 Tracker initStep - 1 -43 -8.12 700 0.276 0.00266 14.4 14.4 Chamber Transportation - 2 -39.7 -18.4 709 0.259 0.00808 19 33.4 Chamber eIoni - 3 -39.8 -19.5 711 0.258 0.000765 2.27 35.6 Chamber eIoni - 4 -37.5 -24.3 720 0.252 0.00464 11.7 47.4 Chamber eIoni - 5 -44.6 -33.8 724 0.245 0.00587 14.4 61.8 Chamber eIoni - 6 -44.6 -33.9 725 0.243 0 0.207 62 Chamber eIoni - 7 -43.2 -32.7 731 0.238 0.00313 7.34 69.4 Chamber eIoni - 8 -40 -35.5 736 0.221 0.00683 6.45 75.8 Chamber eIoni - 9 -40.1 -35.4 737 0.214 0.00065 0.881 76.7 Chamber eIoni - 10 -40 -35.3 738 0.211 0.000173 0.481 77.2 Chamber eIoni - 11 -29 -37.8 745 0.157 0.00831 16.4 93.6 Chamber eIoni - 12 -28.2 -39.1 744 0.156 0.000493 1.74 95.4 Chamber eIoni - 13 -26.7 -41.8 745 0.152 0.0026 3.49 98.8 Chamber eIoni - 14 -25 -48.4 744 0.143 0.00554 7.29 106 Chamber eIoni - 15 -24.6 -49.8 744 0.137 0.000802 1.45 108 Chamber eIoni - 16 -26.9 -56.3 747 0.124 0.0104 7.9 115 Chamber eIoni - 17 -26.9 -59.3 753 0.111 0.01 7.4 123 Chamber eIoni - 18 -12.6 -64.5 745 0.0924 0.0171 17.5 140 Chamber eIoni - 19 -13.1 -67.1 745 0.0868 0.00195 2.67 143 Chamber eIoni - 20 -11 -68.6 746 0.0738 0.00268 2.69 146 Chamber eIoni - 21 -16.5 -71 750 0.064 0.00979 9.57 155 Chamber eIoni - 22 -9.23 -68.1 751 0.0561 0.0079 7.81 163 Chamber eIoni - 23 -9.59 -67.5 746 0.027 0.00668 5.5 169 Chamber eIoni - 24 -10.5 -67.4 746 0.024 0.000973 1.2 170 Chamber eIoni - 25 -11.6 -66.2 746 0.0176 0.00644 2.57 172 Chamber eIoni - 26 -12.1 -66.5 747 0.0129 0.00186 0.828 173 Chamber eIoni - 27 -12.1 -66 747 0.00151 0.0114 1.55 175 Chamber eIoni - 28 -12.1 -66 747 0 0.00151 0.0712 175 Chamber eIoni + 0 315 67.4 -750 0.00376 0 0 0 Chamber initStep + 1 316 67.4 -750 0 0.00376 0.253 0.253 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 747, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 693, Parent ID = 638 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.1 -66.5 747 0.00285 0 0 0 Chamber initStep - 1 -12.1 -66.5 747 0 0.00285 0.17 0.17 Chamber eIoni + 0 316 67.6 -750 0.00178 0 0 0 Chamber initStep + 1 316 67.6 -750 0 0.00178 0.0889 0.0889 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 746, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 637, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.5 -67.4 746 0.00203 0 0 0 Chamber initStep - 1 -10.5 -67.4 746 0 0.00203 0.106 0.106 Chamber eIoni + 0 311 67 -775 0.00643 0 0 0 Chamber initStep + 1 311 66.9 -775 0 0.00643 0.588 0.588 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 745, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 636, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.59 -67.5 746 0.0224 0 0 0 Chamber initStep - 1 -9.47 -67.1 747 0.0171 0.00533 2.43 2.43 Chamber eIoni - 2 -10.3 -66.6 749 0.00969 0.00741 1.96 4.38 Chamber eIoni - 3 -9.9 -66.7 748 0.00245 0.00723 1.14 5.53 Chamber eIoni - 4 -9.9 -66.6 748 0 0.00245 0.138 5.66 Chamber eIoni + 0 306 66.1 -799 0.00261 0 0 0 Chamber initStep + 1 306 66.2 -799 0 0.00261 0.15 0.15 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 744, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 635, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -11 -68.6 746 0.0103 0 0 0 Chamber initStep - 1 -10.6 -68.2 746 0.00217 0.00623 1.04 1.04 Chamber eIoni - 2 -10.6 -68.2 746 0 0.00217 0.116 1.15 Chamber eIoni + 0 299 65.1 -833 0.00677 0 0 0 Chamber initStep + 1 299 65.1 -833 0 0.00677 0.64 0.64 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 748, Parent ID = 744 +* G4Track Information: Particle = e-, Track ID = 634, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.6 -68.2 746 0.00195 0 0 0 Chamber initStep - 1 -10.6 -68.2 746 0 0.00195 0.1 0.1 Chamber eIoni + 0 299 64.9 -837 0.0161 0 0 0 Chamber initStep + 1 299 65.2 -837 0.0092 0.00227 0.547 0.547 Chamber eIoni + 2 298 65.3 -837 0.00334 0.00356 0.295 0.842 Chamber eIoni + 3 298 65.4 -837 0 0.00334 0.213 1.05 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 743, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 696, Parent ID = 634 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.1 -67.1 745 0.00363 0 0 0 Chamber initStep - 1 -13.1 -67.1 745 0 0.00363 0.241 0.241 Chamber eIoni + 0 298 65.3 -837 0.0023 0 0 0 Chamber initStep + 1 298 65.3 -838 0 0.0023 0.126 0.126 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 742, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 695, Parent ID = 634 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.6 -64.5 745 0.00142 0 0 0 Chamber initStep - 1 -12.6 -64.5 745 0 0.00142 0.0652 0.0652 Chamber eIoni + 0 299 65.2 -837 0.00461 0 0 0 Chamber initStep + 1 299 65.1 -837 0.00236 6.86e-05 0.0175 0.0175 Chamber eIoni + 2 299 65.1 -837 0 0.00236 0.131 0.148 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 741, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 697, Parent ID = 695 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.9 -59.3 753 0.00304 0 0 0 Chamber initStep - 1 -26.9 -59.3 753 0 0.00304 0.186 0.186 Chamber eIoni + 0 299 65.1 -837 0.00218 0 0 0 Chamber initStep + 1 299 65.1 -837 0 0.00218 0.117 0.117 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 740, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 633, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.9 -56.3 747 0.00307 0 0 0 Chamber initStep - 1 -26.9 -56.3 747 0 0.00307 0.188 0.188 Chamber eIoni + 0 292 63.9 -869 0.0233 0 0 0 Chamber initStep + 1 292 65.3 -868 0.0169 0.00643 2.51 2.51 Chamber eIoni + 2 293 65.8 -869 0.01 0.00514 1.54 4.04 Chamber eIoni + 3 293 65.9 -869 0 0.01 1.19 5.24 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 739, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 698, Parent ID = 633 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.6 -49.8 744 0.00449 0 0 0 Chamber initStep - 1 -24.6 -49.7 744 0 0.00449 0.333 0.333 Chamber eIoni + 0 293 65.8 -869 0.00178 0 0 0 Chamber initStep + 1 293 65.8 -869 0 0.00178 0.0883 0.0883 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 738, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 632, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25 -48.4 744 0.00322 0 0 0 Chamber initStep - 1 -25.1 -48.4 744 0 0.00322 0.202 0.202 Chamber eIoni + 0 288 63.3 -889 0.00175 0 0 0 Chamber initStep + 1 288 63.3 -889 0 0.00175 0.0862 0.0862 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 737, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 631, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.7 -41.8 745 0.00145 0 0 0 Chamber initStep - 1 -26.7 -41.8 745 0 0.00145 0.0671 0.0671 Chamber eIoni + 0 265 59.5 -1.02e+03 0.00162 0 0 0 Tracker initStep + 1 265 59.5 -1.02e+03 0 0.00162 0.116 0.116 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 736, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 630, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.2 -39.1 744 0.00139 0 0 0 Chamber initStep - 1 -28.2 -39.1 744 0 0.00139 0.0636 0.0636 Chamber eIoni + 0 261 58.9 -1.04e+03 0.00119 0 0 0 Tracker initStep + 1 261 58.8 -1.04e+03 0 0.00119 0.0735 0.0735 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 735, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 629, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29 -37.8 745 0.0453 0 0 0 Chamber initStep - 1 -29.2 -39.3 744 0.0376 0.00328 1.66 1.66 Chamber eIoni - 2 -29.1 -39.4 744 0.035 4.6e-05 0.131 1.79 Chamber eIoni - 3 -29.4 -41.7 745 0.0293 0.00569 3.68 5.48 Chamber eIoni - 4 -29.3 -42.1 745 0.0248 0.000688 0.554 6.03 Chamber eIoni - 5 -29.5 -42 744 0.0222 0.000907 0.548 6.58 Chamber eIoni - 6 -30.7 -42.1 744 0.0186 0.00171 1.32 7.89 Chamber eIoni - 7 -30.7 -42.4 744 0.0149 0.00208 0.449 8.34 Chamber eIoni - 8 -29.9 -41.6 745 0.00911 0.00582 1.76 10.1 Chamber eIoni - 9 -30.2 -41.7 745 0.00213 0.00699 1.05 11.1 Chamber eIoni - 10 -30.2 -41.7 745 0 0.00213 0.113 11.3 Chamber eIoni + 0 252 57.3 -1.09e+03 0.001 0 0 0 Tracker initStep + 1 252 57.3 -1.09e+03 0 0.001 0.0573 0.0573 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 754, Parent ID = 735 +* G4Track Information: Particle = e-, Track ID = 628, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.7 -42.4 744 0.00158 0 0 0 Chamber initStep - 1 -30.7 -42.4 744 0 0.00158 0.0754 0.0754 Chamber eIoni + 0 202 48.7 -1.38e+03 0.00107 0 0 0 Tracker initStep + 1 202 48.7 -1.38e+03 0 0.00107 0.0629 0.0629 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 753, Parent ID = 735 +* G4Track Information: Particle = e-, Track ID = 627, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30.7 -42.1 744 0.00193 0 0 0 Chamber initStep - 1 -30.8 -42.1 744 0 0.00193 0.0987 0.0987 Chamber eIoni + 0 199 48.4 -1.4e+03 0.0411 0 0 0 Tracker initStep + 1 202 42.8 -1.39e+03 0.0367 0.00435 7.18 7.18 Tracker eIoni + 2 207 40.4 -1.39e+03 0.0313 0.0039 5.88 13.1 Tracker eIoni + 3 211 37.6 -1.39e+03 0.0275 0.00374 5.88 18.9 Tracker eIoni + 4 214 40.7 -1.39e+03 0.0241 0.00341 4.97 23.9 Tracker eIoni + 5 218 42.7 -1.39e+03 0.02 0.0041 4.22 28.1 Tracker eIoni + 6 219 44.1 -1.39e+03 0.015 0.00502 3.42 31.5 Tracker eIoni + 7 218 44.3 -1.39e+03 0.00989 0.00511 2.58 34.1 Tracker eIoni + 8 217 45.5 -1.39e+03 0.00516 0.00473 1.82 35.9 Tracker eIoni + 9 217 45.8 -1.39e+03 0 0.00516 0.81 36.8 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 752, Parent ID = 735 +* G4Track Information: Particle = e-, Track ID = 699, Parent ID = 627 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.5 -42 744 0.00163 0 0 0 Chamber initStep - 1 -29.5 -42 744 0 0.00163 0.0787 0.0787 Chamber eIoni + 0 207 40.4 -1.39e+03 0.00154 0 0 0 Tracker initStep + 1 207 40.4 -1.39e+03 0 0.00154 0.108 0.108 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 751, Parent ID = 735 +* G4Track Information: Particle = e-, Track ID = 626, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.3 -42.1 745 0.00381 0 0 0 Chamber initStep - 1 -29.4 -42 745 0 0.00381 0.258 0.258 Chamber eIoni + 0 196 48 -1.41e+03 0.00117 0 0 0 Tracker initStep + 1 196 48 -1.41e+03 0 0.00117 0.0719 0.0719 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 750, Parent ID = 735 +* G4Track Information: Particle = e-, Track ID = 625, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.1 -39.4 744 0.0026 0 0 0 Chamber initStep - 1 -29.1 -39.3 744 0 0.0026 0.149 0.149 Chamber eIoni + 0 184 46.4 -1.48e+03 0.00137 0 0 0 Tracker initStep + 1 184 46.4 -1.48e+03 0 0.00137 0.0901 0.0901 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 749, Parent ID = 735 +* G4Track Information: Particle = e-, Track ID = 624, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.2 -39.3 744 0.0044 0 0 0 Chamber initStep - 1 -29.1 -39.3 744 0 0.0044 0.322 0.322 Chamber eIoni + 0 145 38.3 -1.68e+03 0.0045 0 0 0 Chamber initStep + 1 145 38.3 -1.68e+03 0 0.0045 0.333 0.333 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 734, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 623, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40 -35.3 738 0.00323 0 0 0 Chamber initStep - 1 -40 -35.3 738 0 0.00323 0.203 0.203 Chamber eIoni + 0 145 38.2 -1.68e+03 0.0028 0 0 0 Chamber initStep + 1 145 38.2 -1.68e+03 0 0.0028 0.166 0.166 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 733, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 622, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.1 -35.4 737 0.00615 0 0 0 Chamber initStep - 1 -40.2 -35.4 737 0 0.00615 0.547 0.547 Chamber eIoni + 0 132 34.7 -1.75e+03 0.00444 0 0 0 Tracker initStep + 1 132 34.4 -1.75e+03 0 0.00444 0.622 0.622 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 732, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 621, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40 -35.5 736 0.00948 0 0 0 Chamber initStep - 1 -39.8 -35.1 737 0.00395 0.00553 1.11 1.11 Chamber eIoni - 2 -39.8 -35.1 737 0 0.00395 0.27 1.38 Chamber eIoni + 0 127 33.5 -1.77e+03 0.0038 0 0 0 Tracker initStep + 1 127 33.3 -1.77e+03 0 0.0038 0.474 0.474 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 731, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 620, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.2 -32.7 731 0.00202 0 0 0 Chamber initStep - 1 -43.2 -32.7 731 0 0.00202 0.106 0.106 Chamber eIoni + 0 55.5 14.5 -2.13e+03 0.00813 0 0 0 Tracker initStep + 1 55.3 14.1 -2.13e+03 0.00564 0.00132 0.665 0.665 Tracker eIoni + 2 55 14.3 -2.13e+03 0 0.00564 0.949 1.61 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 730, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 700, Parent ID = 620 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.6 -33.9 725 0.00234 0 0 0 Chamber initStep - 1 -44.6 -33.9 725 0 0.00234 0.129 0.129 Chamber eIoni + 0 55.3 14.1 -2.13e+03 0.00118 0 0 0 Tracker initStep + 1 55.2 14.1 -2.13e+03 0 0.00118 0.0724 0.0724 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 729, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 619, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.6 -33.8 724 0.00152 0 0 0 Chamber initStep - 1 -44.6 -33.8 724 0 0.00152 0.0716 0.0716 Chamber eIoni + 0 46.2 12 -2.17e+03 0.0013 0 0 0 Tracker initStep + 1 46.2 12 -2.17e+03 0 0.0013 0.0837 0.0837 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 728, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 618, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.5 -24.3 720 0.00138 0 0 0 Chamber initStep - 1 -37.5 -24.4 720 0 0.00138 0.0629 0.0629 Chamber eIoni + 0 44.7 11.6 -2.18e+03 0.000995 0 0 0 Tracker initStep + 1 44.6 11.6 -2.18e+03 0 0.000995 0.0567 0.0567 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 727, Parent ID = 680 +* G4Track Information: Particle = e-, Track ID = 617, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.7 -18.4 709 0.00912 0 0 0 Chamber initStep - 1 -39.9 -19.1 710 0.00128 0.00783 1.05 1.05 Chamber eIoni - 2 -39.9 -19.1 710 0 0.00128 0.0572 1.1 Chamber eIoni + 0 41.8 10.8 -2.2e+03 0.00222 0 0 0 Tracker initStep + 1 41.8 10.9 -2.2e+03 0 0.00222 0.191 0.191 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 679, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 616, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46.2 3.7 660 0.00118 0 0 0 Tracker initStep - 1 -46.2 3.69 660 0 0.00118 0.0726 0.0726 Tracker eIoni + 0 4.4 0.616 -2.38e+03 0.00206 0 0 0 Tracker initStep + 1 4.43 0.549 -2.38e+03 0 0.00206 0.17 0.17 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 677, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 591, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.1 3.43 598 0.00759 0 0 0 Tracker initStep - 1 -44 3.77 598 0.00309 0.0045 1.43 1.43 Tracker eIoni - 2 -44 3.83 598 0 0.00309 0.331 1.76 Tracker eIoni + 0 -0.0221 -0.00111 -2.42e+03 1.07 0 0 0 Target initStep + 1 0.133 0.0448 -2.42e+03 0.297 0.33 0.377 0.377 Target eBrem + 2 0.133 0.0382 -2.42e+03 0 0.297 0.147 0.524 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 676, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 585, Parent ID = 526 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45 3.4 592 0.174 0 0 0 Tracker initStep - 1 -58.7 10.6 597 0.16 0.00412 16.4 16.4 Tracker eIoni - 2 -70.4 12.6 602 0.155 0.00403 13.3 29.7 Tracker eIoni - 3 -105 35 659 0.134 0.0218 75.9 106 Tracker eIoni - 4 -105 35.1 659 0.126 0.000511 0.573 106 Tracker eIoni - 5 -107 35.6 663 0.122 0.00158 4.32 111 Tracker eIoni - 6 -129 42.4 693 0.105 0.0167 42.7 153 Tracker eIoni - 7 -149 45.2 699 0.0955 0.00725 22.2 175 Tracker eIoni - 8 -150 45.9 700 0.0948 0.000725 1.73 177 Chamber Transportation - 9 -152 46.4 700 0.0903 0.0023 1.37 179 Chamber eIoni - 10 -153 48.5 702 0.0858 0.00456 5 184 Chamber msc - 11 -154 48.7 703 0.0803 0.000961 0.988 184 Chamber eIoni - 12 -155 51.2 707 0.075 0.00535 5 189 Chamber msc - 13 -157 47.9 708 0.069 0.00599 5 194 Chamber msc - 14 -158 48.8 707 0.0627 0.00325 2.35 197 Chamber eIoni - 15 -161 52.2 707 0.0586 0.00417 4.34 201 Chamber eIoni - 16 -163 52.5 710 0.0534 0.00512 5 206 Chamber msc - 17 -163 54.5 709 0.0471 0.00281 2.98 209 Chamber eIoni - 18 -164 53.8 710 0.0397 0.00265 1.84 211 Chamber eIoni - 19 -166 50.9 712 0.0319 0.00787 4.24 215 Chamber eIoni - 20 -167 48.8 714 0.0263 0.00556 3.35 219 Chamber eIoni - 21 -166 47.7 713 0.0148 0.00292 1.43 220 Chamber eIoni - 22 -165 48.5 714 0.00775 0.00705 1.74 222 Chamber eIoni - 23 -165 48.7 715 0.00422 0.00205 0.384 222 Chamber eIoni - 24 -165 48.7 715 0 0.00422 0.301 222 Chamber eIoni + 0 -3.04 -10.6 -2.4e+03 0.423 0 0 0 Target initStep + 1 -3.05 -10.6 -2.4e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 766, Parent ID = 676 +* G4Track Information: Particle = e-, Track ID = 584, Parent ID = 527 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -165 48.7 715 0.00148 0 0 0 Chamber initStep - 1 -165 48.7 715 0 0.00148 0.0691 0.0691 Chamber eIoni + 0 1.4 0.852 -2.4e+03 0.423 0 0 0 Target initStep + 1 1.4 0.866 -2.4e+03 0 0.423 0.243 0.243 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 765, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 701, Parent ID = 591 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -166 47.7 713 0.00859 0 0 0 Chamber initStep - 1 -166 47.8 713 0 0.00859 0.949 0.949 Chamber eIoni + 0 0.133 0.0448 -2.42e+03 0.447 0 0 0 Target initStep + 1 -5.93 -1.63 -2.42e+03 0 0.088 9.39 9.39 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 764, Parent ID = 676 +* G4Track Information: Particle = e-, Track ID = 702, Parent ID = 701 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -164 53.8 710 0.0047 0 0 0 Chamber initStep - 1 -164 53.8 710 0 0.0047 0.29 0.29 Chamber eIoni + 0 -5.93 -1.63 -2.42e+03 0.359 0 0 0 Target initStep + 1 -5.94 -1.64 -2.42e+03 0 0.359 0.193 0.193 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 763, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 654, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -163 54.5 709 0.00355 0 0 0 Chamber initStep - 1 -163 54.5 709 0 0.00355 0.233 0.233 Chamber eIoni + 0 593 152 703 3.69 0 0 0 Chamber initStep + 1 633 161 900 3.69 0 201 201 Tracker Transportation + 2 757 189 1.5e+03 3.69 0 613 814 Chamber Transportation + 3 798 198 1.7e+03 3.69 0 204 1.02e+03 Tracker Transportation + 4 942 230 2.4e+03 3.69 0 715 1.73e+03 World Transportation + 5 1.05e+03 255 2.94e+03 3.69 0 552 2.29e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 762, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 615, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -158 48.8 707 0.003 0 0 0 Chamber initStep - 1 -158 48.8 707 0 0.003 0.183 0.183 Chamber eIoni + 0 0.376 -0.506 -2.4e+03 4.24 0 0 0 Target initStep + 1 0.476 -0.496 -2.4e+03 4.24 0 0.417 0.417 Tracker Transportation + 2 173 17.9 -1.7e+03 4.24 0 721 721 Chamber Transportation + 3 222 23.2 -1.5e+03 4.24 0 206 928 Tracker Transportation + 4 369 39 -900 4.24 0 618 1.55e+03 Chamber Transportation + 5 418 44.2 -700 4.24 0 206 1.75e+03 Tracker Transportation + 6 566 60 -100 4.24 0 618 2.37e+03 Chamber Transportation + 7 615 65.3 100 4.24 0 206 2.58e+03 Tracker Transportation + 8 763 81.1 700 4.24 0 618 3.19e+03 Chamber Transportation + 9 812 86.3 900 4.24 0 206 3.4e+03 Tracker Transportation + 10 959 102 1.5e+03 4.24 0 618 4.02e+03 Chamber Transportation + 11 1.01e+03 107 1.7e+03 4.24 0 206 4.22e+03 Tracker Transportation + 12 1.18e+03 126 2.4e+03 4.24 0 721 4.94e+03 World Transportation + 13 1.31e+03 140 2.94e+03 4.24 0 556 5.5e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 761, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 614, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -154 48.7 703 0.00448 0 0 0 Chamber initStep - 1 -154 48.6 703 0 0.00448 0.331 0.331 Chamber eIoni + 0 0.238 -0.516 -2.4e+03 0.11 0 0 0 Target initStep + 1 0.368 -0.498 -2.4e+03 0 0.088 0.444 0.444 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 760, Parent ID = 676 +* G4Track Information: Particle = e-, Track ID = 703, Parent ID = 614 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -152 46.4 700 0.00215 0 0 0 Chamber initStep - 1 -152 46.4 700 0 0.00215 0.115 0.115 Chamber eIoni + 0 0.368 -0.498 -2.4e+03 0.022 0 0 0 Target initStep + 1 0.368 -0.497 -2.4e+03 0 0.022 0.00237 0.00237 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 759, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 613, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 45.2 699 0.00203 0 0 0 Tracker initStep - 1 -149 45.2 699 0 0.00203 0.166 0.166 Tracker eIoni + 0 0.0411 -0.497 -2.4e+03 5.41 0 0 0 Target initStep + 1 0.489 -0.466 -2.4e+03 5.41 0 1.63 1.63 Tracker Transportation + 2 200 13.2 -1.7e+03 5.41 0 728 730 Chamber Transportation + 3 239 15.9 -1.56e+03 5.41 0 143 873 Tracker Transportation + 4 428 28.8 -900 5.41 0 689 1.56e+03 Chamber Transportation + 5 485 32.7 -700 5.41 0 208 1.77e+03 Tracker Transportation + 6 657 44.5 -100 5.41 0 624 2.39e+03 Chamber Transportation + 7 714 48.4 100 5.41 0 208 2.6e+03 Tracker Transportation + 8 885 60.1 700 5.41 0 624 3.23e+03 Chamber Transportation + 9 942 64 900 5.41 0 208 3.43e+03 Tracker Transportation + 10 1.11e+03 75.7 1.5e+03 5.41 0 624 4.06e+03 Chamber Transportation + 11 1.17e+03 79.6 1.7e+03 5.41 0 208 4.27e+03 Tracker Transportation + 12 1.37e+03 93.3 2.4e+03 5.41 0 728 4.99e+03 World Transportation + 13 1.52e+03 104 2.94e+03 5.41 0 562 5.56e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 758, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 612, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -107 35.6 663 0.00294 0 0 0 Tracker initStep - 1 -107 35.5 663 0 0.00294 0.305 0.305 Tracker eIoni + 0 -0.273 -0.465 -2.4e+03 12.8 0 0 0 Target initStep + 1 -0.0858 -0.607 -2.4e+03 12.8 0 2.81 2.81 Tracker Transportation + 2 46.7 -36 -1.7e+03 12.8 0 702 705 Chamber Transportation + 3 60 -46.1 -1.5e+03 12.8 0 201 906 Tracker Transportation + 4 100 -76.4 -900 12.8 0 602 1.51e+03 Chamber Transportation + 5 113 -86.5 -700 12.8 0 201 1.71e+03 Tracker Transportation + 6 154 -117 -100 12.8 0 602 2.31e+03 Chamber Transportation + 7 167 -127 100 12.8 0 201 2.51e+03 Tracker Transportation + 8 207 -157 700 12.8 0 602 3.11e+03 Chamber Transportation + 9 220 -167 900 12.8 0 201 3.31e+03 Tracker Transportation + 10 260 -198 1.5e+03 12.8 0 602 3.92e+03 Chamber Transportation + 11 274 -208 1.7e+03 12.8 0 201 4.12e+03 Tracker Transportation + 12 320 -243 2.4e+03 12.8 0 702 4.82e+03 World Transportation + 13 357 -270 2.94e+03 12.8 0 542 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 757, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 611, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -105 35.1 659 0.00705 0 0 0 Tracker initStep - 1 -104 35.7 660 0.00136 0.00569 1.32 1.32 Tracker eIoni - 2 -104 35.7 660 0 0.00136 0.0891 1.41 Tracker eIoni + 0 -0.332 -0.343 -2.4e+03 0.187 0 0 0 Target initStep + 1 -0.347 -0.767 -2.4e+03 0 0.088 2.04 2.04 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 756, Parent ID = 676 +* G4Track Information: Particle = e-, Track ID = 704, Parent ID = 611 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -70.4 12.6 602 0.00109 0 0 0 Tracker initStep - 1 -70.4 12.6 602 0 0.00109 0.0648 0.0648 Tracker eIoni + 0 -0.347 -0.767 -2.4e+03 0.0987 0 0 0 Target initStep + 1 -0.346 -0.768 -2.4e+03 0 0.0987 0.0268 0.0268 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 755, Parent ID = 676 +* G4Track Information: Particle = gamma, Track ID = 610, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -58.7 10.6 597 0.0097 0 0 0 Tracker initStep - 1 -58.8 11.3 595 0.00403 0.00567 1.79 1.79 Tracker eIoni - 2 -59 11.2 595 0 0.00403 0.525 2.31 Tracker eIoni + 0 -0.306 -0.15 -2.41e+03 1.21 0 0 0 Target initStep + 1 -0.463 -0.521 -2.4e+03 1.21 0 5.18 5.18 Tracker Transportation + 2 -21.7 -50.8 -1.7e+03 1.21 0 702 707 Chamber Transportation + 3 -27.7 -65.1 -1.5e+03 1.21 0 201 908 Tracker Transportation + 4 -45.9 -108 -900 1.21 0 602 1.51e+03 Chamber Transportation + 5 -52 -123 -700 1.21 0 201 1.71e+03 Tracker Transportation + 6 -70.1 -166 -100 1.21 0 602 2.31e+03 Chamber Transportation + 7 -76.2 -180 100 1.21 0 201 2.51e+03 Tracker Transportation + 8 -94.4 -223 700 1.21 0 602 3.11e+03 Chamber Transportation + 9 -100 -237 900 1.21 0 201 3.32e+03 Tracker Transportation + 10 -119 -281 1.5e+03 1.21 0 602 3.92e+03 Chamber Transportation + 11 -125 -295 1.7e+03 1.21 0 201 4.12e+03 Tracker Transportation + 12 -146 -345 2.4e+03 1.21 0 702 4.82e+03 World Transportation + 13 -162 -384 2.94e+03 1.21 0 542 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 675, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 609, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39 1.98 248 0.00387 0 0 0 Tracker initStep - 1 -38.8 1.9 248 0 0.00387 0.49 0.49 Tracker eIoni + 0 -0.269 -0.109 -2.41e+03 0.264 0 0 0 Target initStep + 1 -0.281 -0.117 -2.41e+03 0 0.088 0.194 0.194 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 674, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 705, Parent ID = 609 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39 1.97 245 0.00153 0 0 0 Tracker initStep - 1 -39 2.01 245 0 0.00153 0.106 0.106 Tracker eIoni + 0 -0.281 -0.117 -2.41e+03 0.176 0 0 0 Target initStep + 1 -0.284 -0.118 -2.41e+03 0 0.176 0.0667 0.0667 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 673, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 608, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -38.2 1.78 199 0.0014 0 0 0 Tracker initStep - 1 -38.2 1.75 199 0 0.0014 0.0938 0.0938 Tracker eIoni + 0 -0.257 -0.106 -2.41e+03 0.124 0 0 0 Target initStep + 1 -0.257 -0.106 -2.41e+03 0 0.088 0.00494 0.00494 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 672, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 706, Parent ID = 608 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.8 1.5 121 0.00106 0 0 0 Tracker initStep - 1 -36.8 1.52 121 0 0.00106 0.0616 0.0616 Tracker eIoni + 0 -0.257 -0.106 -2.41e+03 0.0356 0 0 0 Target initStep + 1 -0.257 -0.106 -2.41e+03 0 0.0356 0.00513 0.00513 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 671, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 607, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -36.1 1.37 74.2 0.00162 0 0 0 Chamber initStep - 1 -36.1 1.36 74.2 0 0.00162 0.0778 0.0778 Chamber eIoni + 0 -0.254 -0.108 -2.41e+03 4.95 0 0 0 Target initStep + 1 -0.271 0.0104 -2.4e+03 4.95 0 6.74 6.74 Tracker Transportation + 2 -1.95 12.3 -1.7e+03 4.95 0 700 707 Chamber Transportation + 3 -2.44 15.8 -1.5e+03 4.95 0 200 907 Tracker Transportation + 4 -3.88 26.4 -900 4.95 0 600 1.51e+03 Chamber Transportation + 5 -4.36 29.9 -700 4.95 0 200 1.71e+03 Tracker Transportation + 6 -5.8 40.5 -100 4.95 0 600 2.31e+03 Chamber Transportation + 7 -6.28 44 100 4.95 0 200 2.51e+03 Tracker Transportation + 8 -7.73 54.5 700 4.95 0 600 3.11e+03 Chamber Transportation + 9 -8.21 58 900 4.95 0 200 3.31e+03 Tracker Transportation + 10 -9.65 68.6 1.5e+03 4.95 0 600 3.91e+03 Chamber Transportation + 11 -10.1 72.1 1.7e+03 4.95 0 200 4.11e+03 Tracker Transportation + 12 -11.8 84.4 2.4e+03 4.95 0 700 4.81e+03 World Transportation + 13 -13.1 93.9 2.94e+03 4.95 0 540 5.35e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 670, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 606, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.9 1.34 64.1 0.00205 0 0 0 Chamber initStep - 1 -35.9 1.33 64.1 0 0.00205 0.107 0.107 Chamber eIoni + 0 -0.251 -0.107 -2.41e+03 0.468 0 0 0 Target initStep + 1 -0.306 -0.0949 -2.41e+03 0 0.088 1.16 1.16 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 669, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 707, Parent ID = 606 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.7 1.31 52.6 0.00147 0 0 0 Chamber initStep - 1 -35.7 1.32 52.6 0 0.00147 0.0684 0.0684 Chamber eIoni + 0 -0.306 -0.0949 -2.41e+03 0.38 0 0 0 Target initStep + 1 -0.315 -0.0933 -2.41e+03 0 0.38 0.209 0.209 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 668, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 605, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.9 1.21 2.62 0.0015 0 0 0 Chamber initStep - 1 -34.9 1.22 2.62 0 0.0015 0.0701 0.0701 Chamber eIoni + 0 -0.229 -0.108 -2.41e+03 0.224 0 0 0 Target initStep + 1 -0.253 -0.108 -2.41e+03 0 0.088 0.483 0.483 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 667, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 708, Parent ID = 605 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.8 1.2 0.624 0.00143 0 0 0 Chamber initStep - 1 -34.8 1.21 0.624 0 0.00143 0.066 0.066 Chamber eIoni + 0 -0.253 -0.108 -2.41e+03 0.136 0 0 0 Target initStep + 1 -0.252 -0.107 -2.41e+03 0 0.136 0.0445 0.0445 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 666, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 604, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.7 1.19 -4.43 0.00162 0 0 0 Chamber initStep - 1 -34.7 1.18 -4.43 0 0.00162 0.0783 0.0783 Chamber eIoni + 0 -0.218 -0.108 -2.41e+03 120 0 0 0 Target initStep + 1 -0.581 -0.105 -2.4e+03 120 0 7.51 7.51 Tracker Transportation + 2 -34.4 0.166 -1.7e+03 120 0 701 708 Chamber Transportation + 3 -44.1 0.243 -1.5e+03 120 0 200 909 Tracker Transportation + 4 -73.1 0.475 -900 120 0 601 1.51e+03 Chamber Transportation + 5 -82.8 0.553 -700 120 0 200 1.71e+03 Tracker Transportation + 6 -112 0.785 -100 120 0 601 2.31e+03 Chamber Transportation + 7 -121 0.862 100 120 0 200 2.51e+03 Tracker Transportation + 8 -150 1.09 700 120 0 601 3.11e+03 Chamber Transportation + 9 -160 1.17 900 120 0 200 3.31e+03 Tracker Transportation + 10 -189 1.4 1.5e+03 120 0 601 3.91e+03 Chamber Transportation + 11 -199 1.48 1.7e+03 120 0 200 4.11e+03 Tracker Transportation + 12 -233 1.75 2.4e+03 120 0 701 4.81e+03 World Transportation + 13 -259 1.96 2.94e+03 120 0 541 5.35e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 665, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 603, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.2 1.08 -45.6 0.00221 0 0 0 Chamber initStep - 1 -34.2 1.1 -45.6 0 0.00221 0.119 0.119 Chamber eIoni + 0 -0.158 -0.0974 -2.41e+03 0.287 0 0 0 Target initStep + 1 -0.241 -0.141 -2.41e+03 0 0.088 1.68 1.68 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 664, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 709, Parent ID = 603 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.6 1.05 -86.9 0.00148 0 0 0 Chamber initStep - 1 -33.6 1.04 -86.9 0 0.00148 0.0692 0.0692 Chamber eIoni + 0 -0.241 -0.141 -2.41e+03 0.199 0 0 0 Target initStep + 1 -0.237 -0.142 -2.41e+03 0 0.199 0.0805 0.0805 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 663, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 602, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.5 1.05 -94.7 0.00473 0 0 0 Chamber initStep - 1 -33.4 1.08 -94.7 0 0.00473 0.361 0.361 Chamber eIoni + 0 -0.146 -0.0867 -2.41e+03 5.76 0 0 0 Target initStep + 1 -0.585 -0.48 -2.4e+03 5.76 0 8.92 8.92 Tracker Transportation + 2 -35.1 -31.4 -1.7e+03 5.76 0 702 710 Chamber Transportation + 3 -44.9 -40.2 -1.5e+03 5.76 0 200 911 Tracker Transportation + 4 -74.4 -66.7 -900 5.76 0 601 1.51e+03 Chamber Transportation + 5 -84.3 -75.5 -700 5.76 0 200 1.71e+03 Tracker Transportation + 6 -114 -102 -100 5.76 0 601 2.31e+03 Chamber Transportation + 7 -124 -111 100 5.76 0 200 2.51e+03 Tracker Transportation + 8 -153 -137 700 5.76 0 601 3.12e+03 Chamber Transportation + 9 -163 -146 900 5.76 0 200 3.32e+03 Tracker Transportation + 10 -193 -173 1.5e+03 5.76 0 601 3.92e+03 Chamber Transportation + 11 -202 -181 1.7e+03 5.76 0 200 4.12e+03 Tracker Transportation + 12 -237 -212 2.4e+03 5.76 0 702 4.82e+03 World Transportation + 13 -264 -236 2.94e+03 5.76 0 541 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 662, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 601, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.2 1.06 -178 0.0014 0 0 0 Tracker initStep - 1 -32.3 1.08 -178 0 0.0014 0.0932 0.0932 Tracker eIoni + 0 -0.146 -0.0865 -2.41e+03 0.137 0 0 0 Target initStep + 1 -0.181 -0.117 -2.41e+03 0.117 0 0.7 0.7 Target compt + 2 -0.161 -0.0785 -2.41e+03 0 0.088 0.0479 0.748 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 661, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 711, Parent ID = 601 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.3 1.08 -486 0.00118 0 0 0 Tracker initStep - 1 -27.3 1.05 -486 0 0.00118 0.0725 0.0725 Tracker eIoni + 0 -0.161 -0.0785 -2.41e+03 0.0288 0 0 0 Target initStep + 1 -0.16 -0.0783 -2.41e+03 0 0.0288 0.00365 0.00365 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 660, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 710, Parent ID = 601 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -25.7 1.2 -589 0.00105 0 0 0 Tracker initStep - 1 -25.6 1.23 -589 0 0.00105 0.0615 0.0615 Tracker eIoni + 0 -0.181 -0.117 -2.41e+03 0.0204 0 0 0 Target initStep + 1 -0.181 -0.118 -2.41e+03 0 0.0204 0.00211 0.00211 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 659, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 600, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24.3 1.28 -676 0.00106 0 0 0 Tracker initStep - 1 -24.3 1.26 -676 0 0.00106 0.0618 0.0618 Tracker eIoni + 0 -0.125 -0.0733 -2.41e+03 0.298 0 0 0 Target initStep + 1 -0.176 -0.101 -2.41e+03 0.18 0 0.855 0.855 Target compt + 2 0.0572 -0.601 -2.41e+03 0 0.088 0.556 1.41 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 658, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 713, Parent ID = 600 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.3 1.27 -786 0.00204 0 0 0 Chamber initStep - 1 -22.3 1.26 -786 0 0.00204 0.107 0.107 Chamber eIoni + 0 0.0572 -0.601 -2.41e+03 0.092 0 0 0 Target initStep + 1 0.0574 -0.603 -2.41e+03 0 0.092 0.024 0.024 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 657, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 712, Parent ID = 600 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.3 1.27 -791 0.015 0 0 0 Chamber initStep - 1 -22.9 1.54 -791 0.00763 0.00479 1.32 1.32 Chamber eIoni - 2 -23 1.57 -791 0 0.00763 0.778 2.1 Chamber eIoni + 0 -0.176 -0.101 -2.41e+03 0.119 0 0 0 Target initStep + 1 -0.176 -0.1 -2.41e+03 0 0.119 0.036 0.036 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 767, Parent ID = 657 +* G4Track Information: Particle = gamma, Track ID = 599, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.9 1.54 -791 0.00259 0 0 0 Chamber initStep - 1 -22.9 1.53 -791 0 0.00259 0.148 0.148 Chamber eIoni + 0 -0.0795 -0.0472 -2.41e+03 88.9 0 0 0 Target initStep + 1 -0.0982 -0.0705 -2.41e+03 0 0 1.55 1.55 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 656, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 714, Parent ID = 599 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.2 1.27 -791 0.00144 0 0 0 Chamber initStep - 1 -22.2 1.26 -791 0 0.00144 0.0664 0.0664 Chamber eIoni + 0 -0.0982 -0.0705 -2.41e+03 44 0 0 0 Target initStep + 1 -0.226 -0.0197 -2.41e+03 41.9 1.8 1.12 1.12 Target eBrem + 2 -0.231 0.0237 -2.41e+03 40.3 0.135 0.139 1.26 Target eBrem + 3 -0.22 0.333 -2.41e+03 38.6 1.41 0.989 2.25 Target eBrem + 4 -0.246 0.502 -2.41e+03 38.2 0.342 0.335 2.58 Target eBrem + 5 -1.02 1.8 -2.4e+03 31.3 4.97 3.69 6.28 Target eBrem + 6 -1.03 1.82 -2.4e+03 22.4 0.0981 0.0928 6.37 Target eBrem + 7 -0.994 2.01 -2.4e+03 21.6 0.488 0.488 6.86 Target eBrem + 8 -1.06 2.22 -2.4e+03 20.1 0.801 0.6 7.46 Target eBrem + 9 -1.05 2.26 -2.4e+03 13.3 0.779 0.516 7.97 Target eBrem + 10 -1.02 2.2 -2.4e+03 12 1.35 0.721 8.69 Target eBrem + 11 -1.23 2 -2.4e+03 10.8 1.22 0.997 9.69 Tracker Transportation + 12 -40.1 -50.2 -2.4e+03 10.8 0.00966 65.2 74.9 Tracker eIoni + 13 -43.7 -54.9 -2.4e+03 10.8 0.000621 5.91 80.8 Tracker eIoni + 14 -43.8 -55.1 -2.4e+03 10.8 4.12e-06 0.303 81.1 Tracker eIoni + 15 -72.9 -93.1 -2.39e+03 10.7 0.00807 47.9 129 Tracker eIoni + 16 -131 -174 -2.39e+03 10.7 0.0153 100 229 Tracker StepLimiter + 17 -146 -194 -2.38e+03 10.7 0.00408 24.6 254 Tracker eIoni + 18 -187 -248 -2.38e+03 10.7 0.0103 68.1 322 Tracker eIoni + 19 -245 -329 -2.37e+03 10.7 0.0175 100 422 Tracker StepLimiter + 20 -284 -382 -2.37e+03 10.7 0.0142 66.4 488 Tracker eIoni + 21 -346 -461 -2.36e+03 10.7 0.0164 100 588 Tracker StepLimiter + 22 -356 -474 -2.36e+03 10.7 0.00249 17 605 Tracker eIoni + 23 -379 -503 -2.35e+03 10.6 0.00412 37.3 642 Tracker eIoni + 24 -440 -582 -2.34e+03 10.6 0.0148 100 742 Tracker StepLimiter + 25 -473 -625 -2.34e+03 10.6 0.00931 54.5 797 Tracker eIoni + 26 -474 -626 -2.34e+03 10.6 0.000169 1.45 798 Tracker eIoni + 27 -536 -703 -2.33e+03 10.6 0.0174 100 898 Tracker StepLimiter + 28 -597 -781 -2.31e+03 10.6 0.014 100 998 Tracker StepLimiter + 29 -659 -859 -2.3e+03 10.6 0.0142 100 1.1e+03 Tracker StepLimiter + 30 -683 -889 -2.29e+03 10.6 0.00409 39.1 1.14e+03 Tracker eIoni + 31 -688 -896 -2.29e+03 10.6 0.000958 8.83 1.15e+03 Tracker eIoni + 32 -748 -975 -2.28e+03 10.5 0.0145 100 1.25e+03 Tracker StepLimiter + 33 -776 -1.01e+03 -2.27e+03 10.5 0.00665 48.1 1.29e+03 Tracker eIoni + 34 -794 -1.04e+03 -2.26e+03 10.5 0.00366 30.6 1.33e+03 Tracker eIoni + 35 -834 -1.09e+03 -2.25e+03 10.5 0.00982 67.4 1.39e+03 Tracker eIoni + 36 -852 -1.11e+03 -2.25e+03 10.5 0.00539 29.6 1.42e+03 Tracker eIoni + 37 -872 -1.14e+03 -2.24e+03 10.5 0.00402 33.3 1.46e+03 Tracker eIoni + 38 -899 -1.18e+03 -2.24e+03 10.3 0.00762 46.4 1.5e+03 Tracker eIoni + 39 -916 -1.2e+03 -2.23e+03 10.1 0.00404 28.2 1.53e+03 Tracker eIoni + 40 -922 -1.21e+03 -2.23e+03 10.1 0.000677 10.6 1.54e+03 Tracker eIoni + 41 -930 -1.22e+03 -2.23e+03 10.1 0.00121 13.1 1.55e+03 Tracker eIoni + 42 -992 -1.29e+03 -2.21e+03 10.1 0.0171 100 1.65e+03 Tracker StepLimiter + 43 -1.05e+03 -1.37e+03 -2.2e+03 10.1 0.0145 100 1.75e+03 Tracker StepLimiter + 44 -1.11e+03 -1.45e+03 -2.18e+03 10.1 0.018 100 1.85e+03 Tracker StepLimiter + 45 -1.15e+03 -1.49e+03 -2.16e+03 10 0.00817 58.1 1.91e+03 Tracker eIoni + 46 -1.16e+03 -1.5e+03 -2.16e+03 10 0.00195 12.7 1.92e+03 Tracker eIoni + 47 -1.18e+03 -1.53e+03 -2.15e+03 10 0.00429 35.2 1.96e+03 Tracker eIoni + 48 -1.23e+03 -1.6e+03 -2.13e+03 10 0.0128 94 2.05e+03 Tracker eIoni + 49 -1.29e+03 -1.67e+03 -2.1e+03 10 0.0139 94.6 2.15e+03 Tracker eIoni + 50 -1.32e+03 -1.71e+03 -2.09e+03 9.99 0.00732 51.5 2.2e+03 Tracker eIoni + 51 -1.38e+03 -1.79e+03 -2.06e+03 9.98 0.0128 100 2.3e+03 Tracker StepLimiter + 52 -1.43e+03 -1.85e+03 -2.04e+03 9.96 0.0109 83.9 2.38e+03 Tracker eIoni + 53 -1.47e+03 -1.9e+03 -2.02e+03 9.95 0.00897 65 2.45e+03 World Transportation + 54 -1.49e+03 -1.93e+03 -2e+03 9.94 0.00576 44.3 2.49e+03 World eIoni + 55 -1.61e+03 -2.09e+03 -1.93e+03 9.9 0.035 211 2.7e+03 World eIoni + 56 -1.67e+03 -2.17e+03 -1.89e+03 9.89 0.0159 103 2.81e+03 World eIoni + 57 -1.72e+03 -2.23e+03 -1.86e+03 9.87 0.0125 86.1 2.89e+03 World eIoni + 58 -1.84e+03 -2.39e+03 -1.8e+03 9.83 0.0354 211 3.1e+03 World eIoni + 59 -1.85e+03 -2.4e+03 -1.8e+03 9.83 0.00283 13.5 3.12e+03 World eIoni + 60 -1.87e+03 -2.42e+03 -1.79e+03 9.82 0.00229 27.4 3.15e+03 World eIoni + 61 -1.91e+03 -2.47e+03 -1.76e+03 9.8 0.0111 73.2 3.22e+03 World eIoni + 62 -1.92e+03 -2.48e+03 -1.76e+03 9.77 0.00175 13.7 3.23e+03 World eBrem + 63 -2.01e+03 -2.61e+03 -1.71e+03 9.74 0.0257 160 3.39e+03 World eIoni + 64 -2.02e+03 -2.62e+03 -1.7e+03 9.73 0.00325 17.6 3.41e+03 World eIoni + 65 -2.06e+03 -2.67e+03 -1.68e+03 9.72 0.0116 74 3.48e+03 World eIoni + 66 -2.11e+03 -2.73e+03 -1.65e+03 9.71 0.0103 78.4 3.56e+03 World eIoni + 67 -2.2e+03 -2.82e+03 -1.61e+03 9.68 0.0253 133 3.7e+03 World eIoni + 68 -2.21e+03 -2.84e+03 -1.61e+03 9.68 0.00225 19.8 3.72e+03 World eIoni + 69 -2.26e+03 -2.9e+03 -1.58e+03 9.66 0.0132 80.2 3.8e+03 World eIoni + 70 -2.3e+03 -2.94e+03 -1.56e+03 9.65 0.00819 63.6 3.86e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 655, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 769, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22 1.27 -805 0.00514 0 0 0 Chamber initStep - 1 -22 1.32 -805 0 0.00514 0.412 0.412 Chamber eIoni + 0 -2.26e+03 -2.9e+03 -1.58e+03 0.00124 0 0 0 World initStep + 1 -2.26e+03 -2.9e+03 -1.58e+03 0 0.00124 0.0782 0.0782 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 654, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 768, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 1.24 -900 0.00645 0 0 0 Chamber initStep - 1 -20.4 1.27 -900 0.00623 0.000219 0.04 0.04 Chamber msc - 2 -20.4 1.29 -900 0.0062 3.06e-05 0.0261 0.0661 Chamber msc - 3 -20.4 1.31 -900 0.00596 0.00024 0.0331 0.0992 Chamber msc - 4 -20.4 1.31 -900 0.00574 0.000225 0.0299 0.129 Chamber msc - 5 -20.4 1.31 -900 0.00506 0.000676 0.0385 0.168 Chamber msc - 6 -20.4 1.31 -900 0.00506 0 0.0283 0.196 Chamber msc - 7 -20.4 1.32 -900 0.00494 0.000125 0.0237 0.219 Chamber msc - 8 -20.4 1.33 -900 0.00488 5.55e-05 0.0237 0.243 Chamber msc - 9 -20.5 1.32 -900 0.00484 4.63e-05 0.0237 0.267 Chamber msc - 10 -20.5 1.32 -900 0.00479 4.17e-05 0.0237 0.291 Chamber msc - 11 -20.5 1.31 -900 0.0047 9.53e-05 0.0237 0.314 Chamber msc - 12 -20.5 1.29 -900 0.00459 0.000105 0.0252 0.339 Chamber msc - 13 -20.5 1.27 -900 0.00435 0.000242 0.0277 0.367 Chamber msc - 14 -20.5 1.25 -900 0.00428 7.13e-05 0.0265 0.394 Chamber msc - 15 -20.5 1.25 -900 0.00415 0.000129 0.025 0.419 Chamber msc - 16 -20.4 1.24 -900 0.00368 0.000475 0.0237 0.442 Chamber msc - 17 -20.5 1.24 -900 0.00345 0.000231 0.0237 0.466 Chamber msc - 18 -20.5 1.24 -900 0.00324 0.000205 0.0237 0.49 Chamber msc - 19 -20.5 1.25 -900 0.00318 6.57e-05 0.0237 0.513 Chamber msc - 20 -20.5 1.24 -900 0.00271 0.000469 0.0237 0.537 Chamber msc - 21 -20.5 1.23 -900 0.00252 0.00019 0.0237 0.561 Chamber msc - 22 -20.5 1.23 -900 0.00233 0.000188 0.0255 0.586 Chamber msc - 23 -20.5 1.24 -900 0.0021 0.000229 0.0237 0.61 Chamber msc - 24 -20.5 1.22 -900 0.00193 0.000165 0.0237 0.633 Chamber msc - 25 -20.5 1.22 -900 0.00154 0.000394 0.0237 0.657 Chamber msc - 26 -20.5 1.24 -900 0.000866 0.000674 0.0237 0.681 Chamber msc - 27 -20.5 1.24 -900 0 0.000866 0.0351 0.716 Chamber eIoni + 0 -2.21e+03 -2.84e+03 -1.61e+03 0.00172 0 0 0 World initStep + 1 -2.21e+03 -2.84e+03 -1.61e+03 0 0.00172 0.128 0.128 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 653, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 767, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 1.24 -902 0.00634 0 0 0 Tracker initStep - 1 -21.3 1.22 -901 0.000186 0.00616 1.15 1.15 Tracker eIoni - 2 -21.3 1.22 -901 0 0.000186 0.00864 1.16 Tracker eIoni + 0 -2.2e+03 -2.82e+03 -1.61e+03 0.00363 0 0 0 World initStep + 1 -2.2e+03 -2.82e+03 -1.61e+03 0 0.00363 0.438 0.438 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 652, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 766, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20 1.22 -919 0.00435 0 0 0 Tracker initStep - 1 -20.1 0.95 -919 0 0.00435 0.598 0.598 Tracker eIoni + 0 -2.11e+03 -2.73e+03 -1.65e+03 0.00294 0 0 0 World initStep + 1 -2.11e+03 -2.73e+03 -1.65e+03 0 0.00294 0.305 0.305 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 651, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 765, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19 1.14 -978 0.00106 0 0 0 Tracker initStep - 1 -19 1.17 -978 0 0.00106 0.0622 0.0622 Tracker eIoni + 0 -2.06e+03 -2.67e+03 -1.68e+03 0.00111 0 0 0 World initStep + 1 -2.06e+03 -2.67e+03 -1.68e+03 0 0.00111 0.0662 0.0662 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 650, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 764, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.1 1.09 -1.03e+03 0.00211 0 0 0 Tracker initStep - 1 -18.1 1.11 -1.03e+03 0 0.00211 0.177 0.177 Tracker eIoni + 0 -2.02e+03 -2.62e+03 -1.7e+03 0.00108 0 0 0 World initStep + 1 -2.02e+03 -2.62e+03 -1.7e+03 0 0.00108 0.0635 0.0635 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 649, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 763, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.5 0.735 -1.29e+03 0.0011 0 0 0 Tracker initStep - 1 -13.5 0.717 -1.29e+03 0 0.0011 0.0655 0.0655 Tracker eIoni + 0 -2.01e+03 -2.61e+03 -1.71e+03 0.00105 0 0 0 World initStep + 1 -2.01e+03 -2.61e+03 -1.71e+03 0 0.00105 0.0611 0.0611 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 648, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 761, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12 0.567 -1.38e+03 0.00361 0 0 0 Tracker initStep - 1 -11.9 0.394 -1.38e+03 0 0.00361 0.433 0.433 Tracker eIoni + 0 -1.91e+03 -2.47e+03 -1.76e+03 0.00205 0 0 0 World initStep + 1 -1.91e+03 -2.47e+03 -1.76e+03 0 0.00205 0.168 0.168 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 647, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 760, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.8 0.47 -1.44e+03 0.00218 0 0 0 Tracker initStep - 1 -10.8 0.551 -1.44e+03 0 0.00218 0.186 0.186 Tracker eIoni + 0 -1.87e+03 -2.42e+03 -1.79e+03 0.00645 0 0 0 World initStep + 1 -1.87e+03 -2.42e+03 -1.79e+03 4.04e-05 0.00641 1.18 1.18 World eIoni + 2 -1.87e+03 -2.42e+03 -1.79e+03 0 4.04e-05 0.00377 1.18 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 646, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 759, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -10.8 0.463 -1.45e+03 0.00199 0 0 0 Tracker initStep - 1 -10.8 0.424 -1.45e+03 0 0.00199 0.16 0.16 Tracker eIoni + 0 -1.85e+03 -2.4e+03 -1.8e+03 0.00184 0 0 0 World initStep + 1 -1.85e+03 -2.4e+03 -1.8e+03 0 0.00184 0.142 0.142 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 645, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 758, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.74 0.37 -1.5e+03 0.00192 0 0 0 Chamber initStep - 1 -9.75 0.362 -1.5e+03 0 0.00192 0.0982 0.0982 Chamber eIoni + 0 -1.84e+03 -2.39e+03 -1.8e+03 0.00775 0 0 0 World initStep + 1 -1.85e+03 -2.39e+03 -1.8e+03 0.00292 0.00483 1.46 1.46 World eIoni + 2 -1.85e+03 -2.39e+03 -1.8e+03 0 0.00292 0.301 1.76 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 644, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 757, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.4 0.361 -1.52e+03 0.00839 0 0 0 Chamber initStep - 1 -9.64 0.632 -1.52e+03 0.00332 0.00507 0.449 0.449 Chamber eIoni - 2 -9.63 0.651 -1.52e+03 0 0.00332 0.211 0.66 Chamber eIoni + 0 -1.72e+03 -2.23e+03 -1.86e+03 0.00154 0 0 0 World initStep + 1 -1.72e+03 -2.23e+03 -1.86e+03 0 0.00154 0.108 0.108 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 643, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 756, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -9.13 0.382 -1.54e+03 0.00866 0 0 0 Chamber initStep - 1 -9.05 0.452 -1.54e+03 0 0.00866 0.961 0.961 Chamber eIoni + 0 -1.67e+03 -2.17e+03 -1.89e+03 0.00119 0 0 0 World initStep + 1 -1.67e+03 -2.17e+03 -1.89e+03 0 0.00119 0.0734 0.0734 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 642, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 755, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.85 0.397 -1.56e+03 0.0164 0 0 0 Chamber initStep - 1 -9.18 0.836 -1.56e+03 0.00876 0.00767 1.9 1.9 Chamber eIoni - 2 -9.11 0.909 -1.56e+03 0 0.00876 0.98 2.88 Chamber eIoni + 0 -1.61e+03 -2.09e+03 -1.93e+03 0.00172 0 0 0 World initStep + 1 -1.61e+03 -2.09e+03 -1.93e+03 0 0.00172 0.127 0.127 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 641, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 754, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.28 0.415 -1.6e+03 0.00139 0 0 0 Chamber initStep - 1 -8.29 0.412 -1.6e+03 0 0.00139 0.0635 0.0635 Chamber eIoni + 0 -1.49e+03 -1.93e+03 -2e+03 0.00352 0 0 0 World initStep + 1 -1.49e+03 -1.93e+03 -2e+03 0 0.00352 0.415 0.415 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 640, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 753, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.22 0.418 -1.6e+03 0.0161 0 0 0 Chamber initStep - 1 -9.37 0.525 -1.6e+03 0.0109 0.0052 1.86 1.86 Chamber eIoni - 2 -8.69 1.3 -1.6e+03 0.00369 0.00718 1.32 3.18 Chamber eIoni - 3 -8.7 1.3 -1.6e+03 0 0.00369 0.247 3.43 Chamber eIoni + 0 -1.43e+03 -1.85e+03 -2.04e+03 0.00952 0 0 0 Tracker initStep + 1 -1.43e+03 -1.85e+03 -2.04e+03 0.00436 0.00517 1.76 1.76 Tracker eIoni + 2 -1.43e+03 -1.85e+03 -2.04e+03 0 0.00436 0.601 2.36 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 639, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 752, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.97 0.306 -1.81e+03 0.00111 0 0 0 Tracker initStep - 1 -5.94 0.306 -1.81e+03 0 0.00111 0.0661 0.0661 Tracker eIoni + 0 -1.32e+03 -1.71e+03 -2.09e+03 0.00155 0 0 0 Tracker initStep + 1 -1.32e+03 -1.71e+03 -2.09e+03 0 0.00155 0.109 0.109 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 638, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 751, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.92 0.3 -1.81e+03 0.00194 0 0 0 Tracker initStep - 1 -5.94 0.236 -1.81e+03 0 0.00194 0.154 0.154 Tracker eIoni + 0 -1.29e+03 -1.67e+03 -2.1e+03 0.00267 0 0 0 Tracker initStep + 1 -1.29e+03 -1.67e+03 -2.11e+03 0 0.00267 0.259 0.259 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 637, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 750, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.23 -0.00543 -2.18e+03 0.00767 0 0 0 Tracker initStep - 1 -2.36 0.932 -2.19e+03 0.00197 0.00571 1.45 1.45 Tracker eIoni - 2 -2.31 0.924 -2.19e+03 0 0.00197 0.157 1.6 Tracker eIoni + 0 -1.23e+03 -1.6e+03 -2.13e+03 0.00108 0 0 0 Tracker initStep + 1 -1.23e+03 -1.6e+03 -2.13e+03 0 0.00108 0.064 0.064 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 636, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 749, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.87 -0.0281 -2.22e+03 0.00187 0 0 0 Tracker initStep - 1 -1.85 -0.0886 -2.22e+03 0 0.00187 0.146 0.146 Tracker eIoni + 0 -1.18e+03 -1.53e+03 -2.15e+03 0.00487 0 0 0 Tracker initStep + 1 -1.18e+03 -1.53e+03 -2.15e+03 0 0.00487 0.73 0.73 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 635, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 748, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13 -0.079 -2.3e+03 0.0012 0 0 0 Tracker initStep - 1 -1.12 -0.0486 -2.3e+03 0 0.0012 0.0744 0.0744 Tracker eIoni + 0 -1.16e+03 -1.5e+03 -2.16e+03 0.00106 0 0 0 Tracker initStep + 1 -1.16e+03 -1.5e+03 -2.16e+03 0 0.00106 0.0618 0.0618 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 634, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 747, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.952 -0.0987 -2.32e+03 0.00379 0 0 0 Tracker initStep - 1 -1.1 0.0501 -2.32e+03 0 0.00379 0.471 0.471 Tracker eIoni + 0 -1.15e+03 -1.49e+03 -2.16e+03 0.00171 0 0 0 Tracker initStep + 1 -1.15e+03 -1.49e+03 -2.16e+03 0 0.00171 0.127 0.127 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 626, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 746, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0589 -0.151 -2.4e+03 2.31 0 0 0 Target initStep - 1 0.924 0.359 -2.41e+03 0.723 1.59 1.54 1.54 Target eIoni - 2 0.91 0.392 -2.41e+03 0 0.723 0.492 2.03 Target eIoni + 0 -930 -1.22e+03 -2.23e+03 0.00101 0 0 0 Tracker initStep + 1 -930 -1.22e+03 -2.23e+03 0 0.00101 0.0583 0.0583 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 694, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 745, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.3 10.4 1.65e+03 10.2 0 0 0 Chamber initStep - 1 -63.3 10.9 1.7e+03 10.2 0 46.5 46.5 Tracker Transportation - 2 -77.6 18.1 2.4e+03 10.2 0 700 747 World Transportation - 3 -88.7 23.6 2.94e+03 10.2 0 540 1.29e+03 OutOfWorld Transportation + 0 -922 -1.21e+03 -2.23e+03 0.00209 0 0 0 Tracker initStep + 1 -922 -1.21e+03 -2.23e+03 0 0.00209 0.173 0.173 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 678, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 744, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.7 3.58 633 0.749 0 0 0 Tracker initStep - 1 -46.5 3.55 700 0.749 0 66.6 66.6 Chamber Transportation - 2 -48.8 3.45 900 0.749 0 200 267 Tracker Transportation - 3 -55.8 3.16 1.5e+03 0.749 0 600 867 Chamber Transportation - 4 -58.2 3.06 1.7e+03 0.749 0 200 1.07e+03 Tracker Transportation - 5 -66.3 2.73 2.4e+03 0.749 0 700 1.77e+03 World Transportation - 6 -72.6 2.47 2.94e+03 0.749 0 540 2.31e+03 OutOfWorld Transportation + 0 -916 -1.2e+03 -2.23e+03 0.175 0 0 0 Tracker initStep + 1 -916 -1.2e+03 -2.24e+03 0.172 2.56e-06 0.284 0.284 Tracker eIoni + 2 -913 -1.21e+03 -2.25e+03 0.168 0.00403 18.5 18.8 Tracker eIoni + 3 -918 -1.24e+03 -2.26e+03 0.162 0.00682 32.2 51 Tracker eIoni + 4 -922 -1.27e+03 -2.27e+03 0.153 0.00726 30 81 Tracker eIoni + 5 -923 -1.28e+03 -2.27e+03 0.151 0.000826 5.61 86.6 Tracker eIoni + 6 -927 -1.29e+03 -2.26e+03 0.148 0.00161 10.5 97.2 Tracker eIoni + 7 -936 -1.31e+03 -2.24e+03 0.14 0.00632 32.3 129 Tracker eIoni + 8 -937 -1.32e+03 -2.23e+03 0.135 0.0037 18.3 148 Tracker eIoni + 9 -943 -1.34e+03 -2.22e+03 0.124 0.00983 23.8 172 Tracker eIoni + 10 -931 -1.39e+03 -2.21e+03 0.109 0.0156 52.4 224 Tracker eIoni + 11 -934 -1.4e+03 -2.2e+03 0.104 0.00282 11.5 236 Tracker eIoni + 12 -936 -1.41e+03 -2.2e+03 0.0982 0.00629 16.4 252 Tracker eIoni + 13 -945 -1.42e+03 -2.19e+03 0.0888 0.00569 22.4 274 Tracker eIoni + 14 -943 -1.44e+03 -2.16e+03 0.0789 0.00991 29.9 304 Tracker eIoni + 15 -942 -1.44e+03 -2.15e+03 0.0747 0.00231 5.59 310 Tracker eIoni + 16 -945 -1.42e+03 -2.14e+03 0.0654 0.00927 22.4 332 Tracker eIoni + 17 -957 -1.41e+03 -2.13e+03 0.0562 0.00925 18 350 Tracker eIoni + 18 -951 -1.42e+03 -2.14e+03 0.0483 0.00672 10.5 361 Tracker eIoni + 19 -948 -1.42e+03 -2.14e+03 0.0418 0.00361 5.96 367 Tracker eIoni + 20 -947 -1.42e+03 -2.14e+03 0.0403 0.000296 0.635 367 Tracker eIoni + 21 -942 -1.42e+03 -2.15e+03 0.0345 0.00588 8.44 376 Tracker eIoni + 22 -940 -1.42e+03 -2.15e+03 0.0302 0.00423 6.72 383 Tracker eIoni + 23 -939 -1.42e+03 -2.16e+03 0.0245 0.00156 2.13 385 Tracker eIoni + 24 -939 -1.42e+03 -2.16e+03 0.0239 0.000659 0.29 385 Tracker eIoni + 25 -937 -1.42e+03 -2.16e+03 0.0188 0.0051 4.17 389 Tracker eIoni + 26 -937 -1.42e+03 -2.16e+03 0.0153 0.00352 3.2 392 Tracker eIoni + 27 -937 -1.42e+03 -2.16e+03 0.011 0.00188 1.36 394 Tracker eIoni + 28 -935 -1.42e+03 -2.16e+03 0.00545 0.00556 1.98 396 Tracker eIoni + 29 -935 -1.42e+03 -2.16e+03 0.00241 0.00102 0.331 396 Tracker eIoni + 30 -935 -1.42e+03 -2.16e+03 0 0.00241 0.218 396 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 633, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 785, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.096 -0.198 -2.4e+03 0.453 0 0 0 Target initStep - 1 -0.0924 -0.203 -2.4e+03 0.199 0 0.517 0.517 Target compt - 2 2.22 0.288 -2.4e+03 0 0.088 2.65 3.16 Target phot + 0 -935 -1.42e+03 -2.16e+03 0.00202 0 0 0 Tracker initStep + 1 -935 -1.42e+03 -2.16e+03 0 0.00202 0.165 0.165 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 769, Parent ID = 633 +* G4Track Information: Particle = e-, Track ID = 784, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.22 0.288 -2.4e+03 0.111 0 0 0 Target initStep - 1 2.22 0.289 -2.4e+03 0 0.111 0.0323 0.0323 Target eIoni + 0 -937 -1.42e+03 -2.16e+03 0.00239 0 0 0 Tracker initStep + 1 -937 -1.42e+03 -2.16e+03 0 0.00239 0.215 0.215 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 768, Parent ID = 633 +* G4Track Information: Particle = e-, Track ID = 783, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0924 -0.203 -2.4e+03 0.254 0 0 0 Target initStep - 1 -0.0947 -0.203 -2.4e+03 0 0.254 0.117 0.117 Target eIoni + 0 -939 -1.42e+03 -2.16e+03 0.00412 0 0 0 Tracker initStep + 1 -939 -1.42e+03 -2.16e+03 0 0.00412 0.546 0.546 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 632, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 782, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0963 -0.197 -2.4e+03 19.9 0 0 0 Target initStep - 1 -0.0927 -0.206 -2.4e+03 19.9 0 0.971 0.971 Tracker Transportation - 2 2.43 -6.73 -1.7e+03 19.9 0 700 701 Chamber Transportation - 3 3.15 -8.6 -1.5e+03 19.9 0 200 901 Tracker Transportation - 4 5.32 -14.2 -900 19.9 0 600 1.5e+03 Chamber Transportation - 5 6.04 -16.1 -700 19.9 0 200 1.7e+03 Tracker Transportation - 6 8.21 -21.7 -100 19.9 0 600 2.3e+03 Chamber Transportation - 7 8.93 -23.5 100 19.9 0 200 2.5e+03 Tracker Transportation - 8 11.1 -29.1 700 19.9 0 600 3.1e+03 Chamber Transportation - 9 11.8 -31 900 19.9 0 200 3.3e+03 Tracker Transportation - 10 14 -36.6 1.5e+03 19.9 0 600 3.9e+03 Chamber Transportation - 11 14.7 -38.4 1.7e+03 19.9 0 200 4.1e+03 Tracker Transportation - 12 17.2 -45 2.4e+03 19.9 0 700 4.8e+03 World Transportation - 13 19.2 -50 2.94e+03 19.9 0 540 5.34e+03 OutOfWorld Transportation + 0 -947 -1.42e+03 -2.14e+03 0.0012 0 0 0 Tracker initStep + 1 -947 -1.42e+03 -2.14e+03 0 0.0012 0.0741 0.0741 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 631, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 781, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0912 -0.187 -2.4e+03 1.41 0 0 0 Target initStep - 1 -0.0931 -0.207 -2.4e+03 1.41 0 1.51 1.51 Tracker Transportation - 2 -0.967 -9.48 -1.7e+03 1.41 0 700 702 Chamber Transportation - 3 -1.22 -12.1 -1.5e+03 1.41 0 200 902 Tracker Transportation - 4 -1.96 -20.1 -900 1.41 0 600 1.5e+03 Chamber Transportation - 5 -2.21 -22.7 -700 1.41 0 200 1.7e+03 Tracker Transportation - 6 -2.96 -30.7 -100 1.41 0 600 2.3e+03 Chamber Transportation - 7 -3.21 -33.3 100 1.41 0 200 2.5e+03 Tracker Transportation - 8 -3.96 -41.3 700 1.41 0 600 3.1e+03 Chamber Transportation - 9 -4.21 -43.9 900 1.41 0 200 3.3e+03 Tracker Transportation - 10 -4.96 -51.9 1.5e+03 1.41 0 600 3.9e+03 Chamber Transportation - 11 -5.21 -54.5 1.7e+03 1.41 0 200 4.1e+03 Tracker Transportation - 12 -6.08 -63.8 2.4e+03 1.41 0 700 4.8e+03 World Transportation - 13 -6.76 -70.9 2.94e+03 1.41 0 540 5.34e+03 OutOfWorld Transportation + 0 -948 -1.42e+03 -2.14e+03 0.00283 0 0 0 Tracker initStep + 1 -948 -1.42e+03 -2.14e+03 0 0.00283 0.285 0.285 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 630, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 780, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0963 -0.178 -2.4e+03 3.07 0 0 0 Target initStep - 1 -0.0805 -0.224 -2.4e+03 3.07 0 2.44 2.44 Tracker Transportation - 2 4.46 -13.4 -1.7e+03 3.07 0 700 703 Chamber Transportation - 3 5.76 -17.2 -1.5e+03 3.07 0 200 903 Tracker Transportation - 4 9.66 -28.5 -900 3.07 0 600 1.5e+03 Chamber Transportation - 5 11 -32.2 -700 3.07 0 200 1.7e+03 Tracker Transportation - 6 14.9 -43.5 -100 3.07 0 600 2.3e+03 Chamber Transportation - 7 16.2 -47.3 100 3.07 0 200 2.5e+03 Tracker Transportation - 8 20 -58.6 700 3.07 0 600 3.1e+03 Chamber Transportation - 9 21.3 -62.4 900 3.07 0 200 3.3e+03 Tracker Transportation - 10 25.2 -73.7 1.5e+03 3.07 0 600 3.9e+03 Chamber Transportation - 11 26.5 -77.4 1.7e+03 3.07 0 200 4.1e+03 Tracker Transportation - 12 31.1 -90.6 2.4e+03 3.07 0 700 4.8e+03 World Transportation - 13 34.6 -101 2.94e+03 3.07 0 540 5.34e+03 OutOfWorld Transportation + 0 -951 -1.42e+03 -2.14e+03 0.00116 0 0 0 Tracker initStep + 1 -951 -1.42e+03 -2.14e+03 0 0.00116 0.0709 0.0709 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 629, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0986 -0.174 -2.4e+03 3.77 0 0 0 Target initStep - 1 -0.076 -0.221 -2.4e+03 3.77 0 2.67 2.67 Tracker Transportation - 2 5.84 -12.5 -1.7e+03 3.77 0 700 703 Chamber Transportation - 3 7.53 -16 -1.5e+03 3.77 0 200 903 Tracker Transportation - 4 12.6 -26.5 -900 3.77 0 600 1.5e+03 Chamber Transportation - 5 14.3 -30 -700 3.77 0 200 1.7e+03 Tracker Transportation - 6 19.4 -40.5 -100 3.77 0 600 2.3e+03 Chamber Transportation - 7 21 -44.1 100 3.77 0 200 2.5e+03 Tracker Transportation - 8 26.1 -54.6 700 3.77 0 600 3.1e+03 Chamber Transportation - 9 27.8 -58.1 900 3.77 0 200 3.3e+03 Tracker Transportation - 10 32.9 -68.6 1.5e+03 3.77 0 600 3.9e+03 Chamber Transportation - 11 34.6 -72.1 1.7e+03 3.77 0 200 4.1e+03 Tracker Transportation - 12 40.5 -84.4 2.4e+03 3.77 0 700 4.8e+03 World Transportation - 13 45 -93.9 2.94e+03 3.77 0 540 5.34e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 628, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0811 -0.171 -2.4e+03 7.77 0 0 0 Target initStep - 1 -0.103 -0.209 -2.4e+03 0 0 2.34 2.34 Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 770, Parent ID = 628 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.103 -0.209 -2.4e+03 5.32 0 0 0 Target initStep - 1 0.134 -0.232 -2.4e+03 4.53 0.788 0.594 0.594 Target msc - 2 0.1 -0.229 -2.4e+03 4.31 0.214 0.208 0.802 Target msc - 3 0.0441 -0.333 -2.4e+03 4.12 0.19 0.207 1.01 Target msc - 4 -0.0365 -0.391 -2.4e+03 3.96 0.162 0.174 1.18 Target msc - 5 -0.0745 -0.464 -2.4e+03 3.55 0.406 0.174 1.36 Target msc - 6 -0.121 -0.507 -2.4e+03 3.14 0.086 0.0786 1.44 Target eBrem - 7 -0.171 -0.473 -2.4e+03 2.97 0.174 0.174 1.61 Target msc - 8 -0.181 -0.313 -2.4e+03 2.8 0.174 0.174 1.78 Target msc - 9 -0.294 -0.218 -2.4e+03 2.61 0.188 0.174 1.96 Target msc - 10 -0.343 -0.128 -2.4e+03 2.44 0.163 0.158 2.12 Tracker Transportation - 11 -42.1 16 -2.39e+03 2.44 0.00759 47 49.1 Tracker eIoni - 12 -130 55 -2.36e+03 2.42 0.0139 100 149 Tracker StepLimiter - 13 -146 61.1 -2.35e+03 2.42 0.00146 17.8 167 Tracker eIoni - 14 -234 106 -2.34e+03 2.4 0.0142 100 267 Tracker StepLimiter - 15 -312 140 -2.32e+03 2.39 0.0131 86.9 354 Tracker eIoni - 16 -328 146 -2.31e+03 2.39 0.00117 18.1 372 Tracker eIoni - 17 -348 155 -2.31e+03 2.38 0.00354 22.2 394 Tracker eIoni - 18 -363 162 -2.3e+03 2.38 0.00344 18.5 413 Tracker eBrem - 19 -444 206 -2.26e+03 2.36 0.0147 100 513 Tracker StepLimiter - 20 -453 211 -2.26e+03 2.36 0.00128 10.2 523 Tracker eIoni - 21 -489 230 -2.25e+03 2.35 0.00537 42.2 565 Tracker eIoni - 22 -568 279 -2.21e+03 2.34 0.0157 100 665 Tracker StepLimiter - 23 -641 332 -2.17e+03 2.32 0.0169 100 765 Tracker StepLimiter - 24 -660 344 -2.16e+03 2.31 0.00413 24 789 Tracker eIoni - 25 -704 374 -2.14e+03 2.3 0.00854 58.9 848 Tracker eIoni - 26 -734 395 -2.12e+03 2.29 0.00592 40.1 888 Tracker eIoni - 27 -736 396 -2.12e+03 2.28 0.000158 1.9 890 Tracker eIoni - 28 -819 446 -2.1e+03 2.27 0.0142 100 990 Tracker StepLimiter - 29 -856 473 -2.09e+03 2.26 0.00608 45.8 1.04e+03 Tracker eIoni - 30 -942 524 -2.08e+03 2.25 0.0121 100 1.14e+03 Tracker StepLimiter - 31 -954 531 -2.08e+03 2.24 0.00311 14.3 1.15e+03 Tracker eIoni - 32 -977 545 -2.08e+03 2.23 0.00452 28.2 1.18e+03 Tracker eIoni - 33 -1e+03 561 -2.07e+03 2.23 0.00375 29.4 1.21e+03 Tracker eIoni - 34 -1.05e+03 591 -2.06e+03 2.22 0.006 56.1 1.26e+03 Tracker eIoni - 35 -1.13e+03 644 -2.03e+03 2.21 0.0137 100 1.36e+03 Tracker StepLimiter - 36 -1.13e+03 644 -2.03e+03 2.2 1.27e-05 0.613 1.36e+03 Tracker eIoni - 37 -1.2e+03 700 -2e+03 2.19 0.0139 100 1.46e+03 Tracker StepLimiter - 38 -1.27e+03 749 -1.98e+03 2.18 0.0119 88.3 1.55e+03 Tracker eIoni - 39 -1.35e+03 812 -1.96e+03 2.16 0.0128 100 1.65e+03 Tracker StepLimiter - 40 -1.38e+03 832 -1.95e+03 2.16 0.00404 33 1.69e+03 Tracker eIoni - 41 -1.43e+03 882 -1.93e+03 2.15 0.00724 73.1 1.76e+03 Tracker eIoni - 42 -1.5e+03 948 -1.91e+03 2.14 0.0128 100 1.86e+03 Tracker StepLimiter - 43 -1.57e+03 1.01e+03 -1.89e+03 2.12 0.0159 100 1.96e+03 Tracker StepLimiter - 44 -1.59e+03 1.03e+03 -1.88e+03 2.12 0.00258 24.9 1.98e+03 Tracker eIoni - 45 -1.61e+03 1.05e+03 -1.88e+03 2.11 0.00233 26 2.01e+03 Tracker eIoni - 46 -1.66e+03 1.1e+03 -1.86e+03 2.1 0.0106 78.5 2.09e+03 Tracker eIoni - 47 -1.66e+03 1.11e+03 -1.86e+03 2.1 0.00103 7.59 2.1e+03 Tracker eIoni - 48 -1.7e+03 1.14e+03 -1.85e+03 2.09 0.00733 51.6 2.15e+03 Tracker eIoni - 49 -1.77e+03 1.21e+03 -1.83e+03 2.07 0.0174 100 2.25e+03 Tracker StepLimiter - 50 -1.85e+03 1.27e+03 -1.81e+03 2.06 0.0145 100 2.35e+03 Tracker StepLimiter - 51 -1.86e+03 1.28e+03 -1.81e+03 2.05 0.00239 11.5 2.36e+03 Tracker eIoni - 52 -1.88e+03 1.3e+03 -1.8e+03 2.04 0.00313 28.3 2.39e+03 Tracker eIoni - 53 -1.94e+03 1.35e+03 -1.77e+03 2.03 0.0138 88.1 2.48e+03 Tracker eIoni - 54 -1.97e+03 1.37e+03 -1.76e+03 2.02 0.00594 37.8 2.51e+03 World Transportation - 55 -2.07e+03 1.48e+03 -1.73e+03 1.99 0.0215 150 2.66e+03 World eIoni - 56 -2.13e+03 1.54e+03 -1.7e+03 1.97 0.0114 90.4 2.75e+03 World eIoni - 57 -2.15e+03 1.56e+03 -1.69e+03 1.97 0.00296 28.3 2.78e+03 World eIoni - 58 -2.15e+03 1.56e+03 -1.68e+03 1.96 0.00115 10.8 2.79e+03 World eIoni - 59 -2.25e+03 1.66e+03 -1.63e+03 1.94 0.0172 141 2.93e+03 World eIoni - 60 -2.28e+03 1.71e+03 -1.59e+03 1.93 0.00918 71.2 3e+03 World eIoni - 61 -2.28e+03 1.73e+03 -1.58e+03 1.92 0.00236 21.5 3.03e+03 World eIoni - 62 -2.32e+03 1.81e+03 -1.55e+03 1.91 0.0127 92.3 3.12e+03 World eIoni - 63 -2.34e+03 1.84e+03 -1.52e+03 1.9 0.00473 49.5 3.17e+03 World eIoni - 64 -2.36e+03 1.89e+03 -1.49e+03 1.9 0.00735 54.8 3.22e+03 World eIoni - 65 -2.39e+03 1.93e+03 -1.46e+03 1.86 0.00895 65.1 3.29e+03 World eIoni - 66 -2.44e+03 2.02e+03 -1.41e+03 1.84 0.015 110 3.4e+03 World eIoni - 67 -2.51e+03 2.12e+03 -1.35e+03 1.82 0.0162 140 3.54e+03 World eIoni - 68 -2.52e+03 2.12e+03 -1.35e+03 1.82 0.000754 5.63 3.54e+03 World eIoni - 69 -2.63e+03 2.25e+03 -1.3e+03 1.79 0.0226 182 3.73e+03 World eIoni - 70 -2.71e+03 2.35e+03 -1.29e+03 1.77 0.0173 131 3.86e+03 World eIoni - 71 -2.72e+03 2.36e+03 -1.29e+03 1.76 0.000814 12 3.87e+03 World eIoni - 72 -2.73e+03 2.37e+03 -1.29e+03 1.76 0.00103 5.82 3.87e+03 World eIoni - 73 -2.74e+03 2.38e+03 -1.29e+03 1.74 0.00223 23.2 3.9e+03 World eIoni - 74 -2.75e+03 2.38e+03 -1.29e+03 1.74 0.00125 2.93 3.9e+03 World eIoni - 75 -2.76e+03 2.39e+03 -1.29e+03 1.73 0.00271 13 3.91e+03 World eIoni - 76 -2.93e+03 2.55e+03 -1.29e+03 1.7 0.0318 237 4.15e+03 World eIoni - 77 -2.94e+03 2.56e+03 -1.29e+03 1.7 0.00126 11.3 4.16e+03 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 823, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 779, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.93e+03 2.55e+03 -1.29e+03 0.00169 0 0 0 World initStep - 1 -2.93e+03 2.55e+03 -1.29e+03 0 0.00169 0.124 0.124 World eIoni + 0 -942 -1.44e+03 -2.15e+03 0.00193 0 0 0 Tracker initStep + 1 -943 -1.44e+03 -2.15e+03 0 0.00193 0.153 0.153 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 822, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 778, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.76e+03 2.39e+03 -1.29e+03 0.00136 0 0 0 World initStep - 1 -2.76e+03 2.39e+03 -1.29e+03 0 0.00136 0.0892 0.0892 World eIoni + 0 -945 -1.42e+03 -2.19e+03 0.0037 0 0 0 Tracker initStep + 1 -946 -1.42e+03 -2.19e+03 0 0.0037 0.451 0.451 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 821, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 777, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.75e+03 2.38e+03 -1.29e+03 0.00108 0 0 0 World initStep - 1 -2.75e+03 2.38e+03 -1.29e+03 0 0.00108 0.064 0.064 World eIoni + 0 -934 -1.4e+03 -2.2e+03 0.00132 0 0 0 Tracker initStep + 1 -934 -1.4e+03 -2.2e+03 0 0.00132 0.0857 0.0857 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 820, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 776, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.74e+03 2.38e+03 -1.29e+03 0.0135 0 0 0 World initStep - 1 -2.74e+03 2.38e+03 -1.29e+03 0.00652 0.00693 2.34 2.34 World eIoni - 2 -2.74e+03 2.38e+03 -1.29e+03 0.002 0.00452 1.2 3.54 World eIoni - 3 -2.74e+03 2.38e+03 -1.29e+03 0 0.002 0.162 3.7 World eIoni + 0 -943 -1.34e+03 -2.22e+03 0.00115 0 0 0 Tracker initStep + 1 -943 -1.34e+03 -2.22e+03 0 0.00115 0.0695 0.0695 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 819, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 775, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.73e+03 2.37e+03 -1.29e+03 0.00201 0 0 0 World initStep - 1 -2.73e+03 2.37e+03 -1.29e+03 0 0.00201 0.163 0.163 World eIoni + 0 -937 -1.32e+03 -2.23e+03 0.00112 0 0 0 Tracker initStep + 1 -937 -1.32e+03 -2.23e+03 0 0.00112 0.0673 0.0673 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 818, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 774, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.72e+03 2.36e+03 -1.29e+03 0.00623 0 0 0 World initStep - 1 -2.72e+03 2.36e+03 -1.29e+03 0.000602 0.00563 1.12 1.12 World eIoni - 2 -2.72e+03 2.36e+03 -1.29e+03 0 0.000602 0.0288 1.15 World eIoni + 0 -936 -1.31e+03 -2.24e+03 0.00152 0 0 0 Tracker initStep + 1 -936 -1.31e+03 -2.24e+03 0 0.00152 0.105 0.105 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 817, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 773, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.71e+03 2.35e+03 -1.29e+03 0.00818 0 0 0 World initStep - 1 -2.71e+03 2.35e+03 -1.29e+03 0.000443 0.00774 1.54 1.54 World eIoni - 2 -2.71e+03 2.35e+03 -1.29e+03 0 0.000443 0.0198 1.56 World eIoni + 0 -927 -1.29e+03 -2.26e+03 0.00185 0 0 0 Tracker initStep + 1 -927 -1.29e+03 -2.26e+03 0 0.00185 0.143 0.143 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 816, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 772, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.63e+03 2.25e+03 -1.3e+03 0.00134 0 0 0 World initStep - 1 -2.63e+03 2.25e+03 -1.3e+03 0 0.00134 0.0874 0.0874 World eIoni + 0 -923 -1.28e+03 -2.27e+03 0.00112 0 0 0 Tracker initStep + 1 -923 -1.28e+03 -2.27e+03 0 0.00112 0.0668 0.0668 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 815, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 771, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.52e+03 2.12e+03 -1.35e+03 0.00263 0 0 0 World initStep - 1 -2.52e+03 2.12e+03 -1.35e+03 0 0.00263 0.252 0.252 World eIoni + 0 -922 -1.27e+03 -2.27e+03 0.00104 0 0 0 Tracker initStep + 1 -922 -1.27e+03 -2.27e+03 0 0.00104 0.0606 0.0606 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 814, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 770, Parent ID = 744 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.51e+03 2.12e+03 -1.35e+03 0.00373 0 0 0 World initStep - 1 -2.51e+03 2.12e+03 -1.35e+03 0 0.00373 0.459 0.459 World eIoni + 0 -916 -1.2e+03 -2.24e+03 0.00231 0 0 0 Tracker initStep + 1 -916 -1.2e+03 -2.23e+03 0 0.00231 0.204 0.204 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 813, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 743, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.44e+03 2.02e+03 -1.41e+03 0.00194 0 0 0 World initStep - 1 -2.44e+03 2.02e+03 -1.41e+03 0 0.00194 0.154 0.154 World eIoni + 0 -899 -1.18e+03 -2.24e+03 0.205 0 0 0 Tracker initStep + 1 -890 -1.21e+03 -2.32e+03 0.183 0.0227 91.6 91.6 Tracker eIoni + 2 -810 -1.23e+03 -2.34e+03 0.162 0.0191 85.8 177 Tracker eIoni + 3 -751 -1.23e+03 -2.38e+03 0.141 0.0212 81.4 259 Tracker eIoni + 4 -742 -1.22e+03 -2.4e+03 0.135 0.00584 28.3 287 World Transportation + 5 -741 -1.22e+03 -2.4e+03 0.132 0.000375 2.44 290 World eIoni + 6 -738 -1.22e+03 -2.41e+03 0.128 0.00279 9.76 299 World eIoni + 7 -733 -1.22e+03 -2.42e+03 0.123 0.00306 14.8 314 World eIoni + 8 -732 -1.22e+03 -2.43e+03 0.104 0.00184 4.21 318 World eIoni + 9 -730 -1.22e+03 -2.43e+03 0.104 0.000394 2.98 321 World eIoni + 10 -720 -1.22e+03 -2.44e+03 0.0951 0.00604 15.3 337 World eIoni + 11 -720 -1.22e+03 -2.44e+03 0.0923 0.000297 1.16 338 World eIoni + 12 -714 -1.21e+03 -2.47e+03 0.0838 0.00739 25.1 363 World eIoni + 13 -696 -1.21e+03 -2.48e+03 0.0737 0.0101 27.2 390 World eIoni + 14 -689 -1.22e+03 -2.48e+03 0.0705 0.0021 7.03 397 World eIoni + 15 -678 -1.22e+03 -2.48e+03 0.0663 0.00326 11 408 World eIoni + 16 -671 -1.21e+03 -2.49e+03 0.0584 0.00507 16.3 424 World eIoni + 17 -680 -1.21e+03 -2.48e+03 0.0496 0.00875 15 439 World eIoni + 18 -681 -1.21e+03 -2.48e+03 0.047 0.000719 1.96 441 World eIoni + 19 -687 -1.21e+03 -2.47e+03 0.0374 0.00959 10.6 452 World eIoni + 20 -691 -1.21e+03 -2.47e+03 0.0311 0.00361 4.14 456 World eIoni + 21 -692 -1.21e+03 -2.47e+03 0.0261 0.000429 1.08 457 World eIoni + 22 -693 -1.21e+03 -2.47e+03 0.023 0.00202 1.32 459 World eIoni + 23 -694 -1.21e+03 -2.47e+03 0.0177 0.00429 3.68 462 World eIoni + 24 -694 -1.21e+03 -2.47e+03 0.012 0.00249 1.38 464 World eIoni + 25 -695 -1.21e+03 -2.47e+03 0.00764 0.00435 2.13 466 World eIoni + 26 -696 -1.21e+03 -2.47e+03 0.00212 0.00552 1.44 467 World eIoni + 27 -696 -1.21e+03 -2.47e+03 0 0.00212 0.177 467 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 812, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 802, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.39e+03 1.93e+03 -1.46e+03 0.0301 0 0 0 World initStep - 1 -2.39e+03 1.93e+03 -1.46e+03 0.0246 0.00414 2.27 2.27 World eIoni - 2 -2.39e+03 1.93e+03 -1.46e+03 0.0182 0.00496 2.46 4.72 World eIoni - 3 -2.39e+03 1.93e+03 -1.46e+03 0.0155 0.000939 0.567 5.29 World eIoni - 4 -2.39e+03 1.93e+03 -1.46e+03 0.0113 0.00418 2.65 7.95 World eIoni - 5 -2.39e+03 1.94e+03 -1.46e+03 0.00623 0.00509 2.03 9.98 World eIoni - 6 -2.39e+03 1.94e+03 -1.46e+03 0.000649 0.00558 1.12 11.1 World eIoni - 7 -2.39e+03 1.94e+03 -1.46e+03 0 0.000649 0.0318 11.1 World eIoni + 0 -694 -1.21e+03 -2.47e+03 0.00318 0 0 0 World initStep + 1 -694 -1.21e+03 -2.47e+03 0 0.00318 0.349 0.349 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 826, Parent ID = 812 +* G4Track Information: Particle = e-, Track ID = 801, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.39e+03 1.93e+03 -1.46e+03 0.00176 0 0 0 World initStep - 1 -2.39e+03 1.93e+03 -1.46e+03 0 0.00176 0.132 0.132 World eIoni + 0 -694 -1.21e+03 -2.47e+03 0.000999 0 0 0 World initStep + 1 -694 -1.21e+03 -2.47e+03 0 0.000999 0.0569 0.0569 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 825, Parent ID = 812 +* G4Track Information: Particle = e-, Track ID = 800, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.39e+03 1.93e+03 -1.46e+03 0.00148 0 0 0 World initStep - 1 -2.39e+03 1.93e+03 -1.46e+03 0 0.00148 0.101 0.101 World eIoni + 0 -693 -1.21e+03 -2.47e+03 0.00117 0 0 0 World initStep + 1 -693 -1.21e+03 -2.47e+03 0 0.00117 0.072 0.072 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 824, Parent ID = 812 +* G4Track Information: Particle = e-, Track ID = 799, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.39e+03 1.93e+03 -1.46e+03 0.00129 0 0 0 World initStep - 1 -2.39e+03 1.93e+03 -1.46e+03 0 0.00129 0.0824 0.0824 World eIoni + 0 -692 -1.21e+03 -2.47e+03 0.00451 0 0 0 World initStep + 1 -692 -1.21e+03 -2.47e+03 0 0.00451 0.639 0.639 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 811, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 798, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.36e+03 1.89e+03 -1.49e+03 0.00151 0 0 0 World initStep - 1 -2.36e+03 1.89e+03 -1.49e+03 0 0.00151 0.105 0.105 World eIoni + 0 -691 -1.21e+03 -2.47e+03 0.00272 0 0 0 World initStep + 1 -691 -1.21e+03 -2.47e+03 0 0.00272 0.268 0.268 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 810, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 797, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.34e+03 1.84e+03 -1.52e+03 0.00114 0 0 0 World initStep - 1 -2.34e+03 1.84e+03 -1.52e+03 0 0.00114 0.0693 0.0693 World eIoni + 0 -681 -1.21e+03 -2.48e+03 0.00188 0 0 0 World initStep + 1 -681 -1.21e+03 -2.48e+03 0 0.00188 0.147 0.147 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 809, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 796, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.32e+03 1.81e+03 -1.55e+03 0.00126 0 0 0 World initStep - 1 -2.32e+03 1.81e+03 -1.55e+03 0 0.00126 0.0796 0.0796 World eIoni + 0 -671 -1.21e+03 -2.49e+03 0.00282 0 0 0 World initStep + 1 -671 -1.21e+03 -2.49e+03 0 0.00282 0.283 0.283 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 808, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 795, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.28e+03 1.73e+03 -1.58e+03 0.00307 0 0 0 World initStep - 1 -2.28e+03 1.73e+03 -1.58e+03 0 0.00307 0.328 0.328 World eIoni + 0 -678 -1.22e+03 -2.48e+03 0.00103 0 0 0 World initStep + 1 -678 -1.22e+03 -2.48e+03 0 0.00103 0.0593 0.0593 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 807, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 794, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.28e+03 1.71e+03 -1.59e+03 0.00114 0 0 0 World initStep - 1 -2.28e+03 1.71e+03 -1.59e+03 0 0.00114 0.069 0.069 World eIoni + 0 -689 -1.22e+03 -2.48e+03 0.00106 0 0 0 World initStep + 1 -689 -1.22e+03 -2.48e+03 0 0.00106 0.0617 0.0617 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 806, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 793, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.25e+03 1.66e+03 -1.63e+03 0.00247 0 0 0 World initStep - 1 -2.25e+03 1.66e+03 -1.63e+03 0 0.00247 0.228 0.228 World eIoni + 0 -714 -1.21e+03 -2.47e+03 0.00104 0 0 0 World initStep + 1 -714 -1.21e+03 -2.47e+03 0 0.00104 0.0606 0.0606 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 805, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 792, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.15e+03 1.56e+03 -1.68e+03 0.00649 0 0 0 World initStep - 1 -2.15e+03 1.56e+03 -1.68e+03 9.53e-05 0.0064 1.19 1.19 World eIoni - 2 -2.15e+03 1.56e+03 -1.68e+03 0 9.53e-05 0.00579 1.19 World eIoni + 0 -720 -1.22e+03 -2.44e+03 0.00251 0 0 0 World initStep + 1 -720 -1.22e+03 -2.44e+03 0 0.00251 0.233 0.233 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 804, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 791, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.15e+03 1.56e+03 -1.69e+03 0.0018 0 0 0 World initStep - 1 -2.15e+03 1.56e+03 -1.69e+03 0 0.0018 0.137 0.137 World eIoni + 0 -720 -1.22e+03 -2.44e+03 0.00265 0 0 0 World initStep + 1 -720 -1.22e+03 -2.44e+03 0 0.00265 0.255 0.255 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 803, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 790, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.13e+03 1.54e+03 -1.7e+03 0.00892 0 0 0 World initStep - 1 -2.13e+03 1.54e+03 -1.7e+03 0.00297 0.00469 1.53 1.53 World eIoni - 2 -2.13e+03 1.54e+03 -1.7e+03 0 0.00297 0.31 1.84 World eIoni + 0 -732 -1.22e+03 -2.43e+03 0.0166 0 0 0 World initStep + 1 -732 -1.22e+03 -2.43e+03 0.0124 0.00271 1.28 1.28 World eIoni + 2 -732 -1.22e+03 -2.43e+03 0.00718 0.00526 2.19 3.47 World eIoni + 3 -733 -1.22e+03 -2.43e+03 0.00216 0.00502 1.35 4.82 World eIoni + 4 -733 -1.22e+03 -2.43e+03 0 0.00216 0.183 5 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 827, Parent ID = 803 +* G4Track Information: Particle = e-, Track ID = 803, Parent ID = 790 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.13e+03 1.54e+03 -1.7e+03 0.00127 0 0 0 World initStep - 1 -2.13e+03 1.54e+03 -1.7e+03 0 0.00127 0.0803 0.0803 World eIoni + 0 -732 -1.22e+03 -2.43e+03 0.00147 0 0 0 World initStep + 1 -732 -1.22e+03 -2.43e+03 0 0.00147 0.1 0.1 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 802, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 789, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.07e+03 1.48e+03 -1.73e+03 0.00692 0 0 0 World initStep - 1 -2.07e+03 1.48e+03 -1.73e+03 0.00151 0.00541 1.29 1.29 World eIoni - 2 -2.07e+03 1.48e+03 -1.73e+03 0 0.00151 0.105 1.4 World eIoni + 0 -733 -1.22e+03 -2.42e+03 0.00238 0 0 0 World initStep + 1 -733 -1.22e+03 -2.42e+03 0 0.00238 0.213 0.213 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 801, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 788, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.94e+03 1.35e+03 -1.77e+03 0.00114 0 0 0 Tracker initStep - 1 -1.94e+03 1.35e+03 -1.77e+03 0 0.00114 0.0691 0.0691 Tracker eIoni + 0 -738 -1.22e+03 -2.41e+03 0.00116 0 0 0 World initStep + 1 -738 -1.22e+03 -2.41e+03 0 0.00116 0.0703 0.0703 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 800, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 787, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.88e+03 1.3e+03 -1.8e+03 0.00144 0 0 0 Tracker initStep - 1 -1.88e+03 1.3e+03 -1.8e+03 0 0.00144 0.0977 0.0977 Tracker eIoni + 0 -741 -1.22e+03 -2.4e+03 0.00262 0 0 0 World initStep + 1 -741 -1.22e+03 -2.4e+03 0 0.00262 0.25 0.25 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 799, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 786, Parent ID = 743 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.86e+03 1.28e+03 -1.81e+03 0.00981 0 0 0 Tracker initStep - 1 -1.86e+03 1.28e+03 -1.81e+03 0.00494 0.00487 1.8 1.8 Tracker eIoni - 2 -1.86e+03 1.28e+03 -1.81e+03 0.00307 0.000209 0.0718 1.88 Tracker eIoni - 3 -1.86e+03 1.28e+03 -1.81e+03 0 0.00307 0.327 2.2 Tracker eIoni + 0 -810 -1.23e+03 -2.34e+03 0.00167 0 0 0 Tracker initStep + 1 -810 -1.23e+03 -2.34e+03 0 0.00167 0.122 0.122 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 828, Parent ID = 799 +* G4Track Information: Particle = e-, Track ID = 742, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.86e+03 1.28e+03 -1.81e+03 0.00166 0 0 0 Tracker initStep - 1 -1.86e+03 1.28e+03 -1.81e+03 0 0.00166 0.121 0.121 Tracker eIoni + 0 -872 -1.14e+03 -2.24e+03 0.00259 0 0 0 Tracker initStep + 1 -872 -1.14e+03 -2.24e+03 0 0.00259 0.246 0.246 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 798, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 741, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.7e+03 1.14e+03 -1.85e+03 0.00119 0 0 0 Tracker initStep - 1 -1.7e+03 1.14e+03 -1.85e+03 0 0.00119 0.073 0.073 Tracker eIoni + 0 -852 -1.11e+03 -2.25e+03 0.00329 0 0 0 Tracker initStep + 1 -852 -1.11e+03 -2.25e+03 0 0.00329 0.369 0.369 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 797, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 740, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.66e+03 1.11e+03 -1.86e+03 0.00183 0 0 0 Tracker initStep - 1 -1.66e+03 1.11e+03 -1.86e+03 0 0.00183 0.141 0.141 Tracker eIoni + 0 -834 -1.09e+03 -2.25e+03 0.00184 0 0 0 Tracker initStep + 1 -834 -1.09e+03 -2.25e+03 0 0.00184 0.142 0.142 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 796, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 739, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.66e+03 1.1e+03 -1.86e+03 0.00207 0 0 0 Tracker initStep - 1 -1.66e+03 1.1e+03 -1.86e+03 0 0.00207 0.17 0.17 Tracker eIoni + 0 -794 -1.04e+03 -2.26e+03 0.00162 0 0 0 Tracker initStep + 1 -794 -1.04e+03 -2.26e+03 0 0.00162 0.116 0.116 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 795, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 738, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.61e+03 1.05e+03 -1.88e+03 0.00109 0 0 0 Tracker initStep - 1 -1.61e+03 1.05e+03 -1.88e+03 0 0.00109 0.0643 0.0643 Tracker eIoni + 0 -776 -1.01e+03 -2.27e+03 0.00165 0 0 0 Tracker initStep + 1 -776 -1.01e+03 -2.27e+03 0 0.00165 0.12 0.12 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 794, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 737, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.59e+03 1.03e+03 -1.88e+03 0.00203 0 0 0 Tracker initStep - 1 -1.59e+03 1.03e+03 -1.88e+03 0 0.00203 0.166 0.166 Tracker eIoni + 0 -688 -896 -2.29e+03 0.00263 0 0 0 Tracker initStep + 1 -688 -896 -2.29e+03 0 0.00263 0.252 0.252 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 793, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 736, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.43e+03 882 -1.93e+03 0.00103 0 0 0 Tracker initStep - 1 -1.43e+03 882 -1.93e+03 0 0.00103 0.0591 0.0591 Tracker eIoni + 0 -683 -889 -2.29e+03 0.00292 0 0 0 Tracker initStep + 1 -683 -889 -2.29e+03 0 0.00292 0.301 0.301 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 792, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 735, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.38e+03 832 -1.95e+03 0.00114 0 0 0 Tracker initStep - 1 -1.38e+03 832 -1.95e+03 0 0.00114 0.0687 0.0687 Tracker eIoni + 0 -474 -626 -2.34e+03 0.00312 0 0 0 Tracker initStep + 1 -474 -626 -2.34e+03 0 0.00312 0.336 0.336 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 791, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 734, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.27e+03 749 -1.98e+03 0.001 0 0 0 Tracker initStep - 1 -1.27e+03 749 -1.98e+03 0 0.001 0.0573 0.0573 Tracker eIoni + 0 -473 -625 -2.34e+03 0.00584 0 0 0 Tracker initStep + 1 -473 -625 -2.34e+03 0 0.00584 1.01 1.01 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 790, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 733, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13e+03 644 -2.03e+03 0.0017 0 0 0 Tracker initStep - 1 -1.13e+03 644 -2.03e+03 0 0.0017 0.125 0.125 Tracker eIoni + 0 -379 -503 -2.35e+03 0.00258 0 0 0 Tracker initStep + 1 -379 -503 -2.35e+03 0 0.00258 0.244 0.244 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 789, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 732, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.05e+03 591 -2.06e+03 0.00448 0 0 0 Tracker initStep - 1 -1.05e+03 591 -2.06e+03 0.000631 0.00384 0.61 0.61 Tracker eIoni - 2 -1.05e+03 591 -2.06e+03 0 0.000631 0.0307 0.641 Tracker eIoni + 0 -356 -474 -2.36e+03 0.0084 0 0 0 Tracker initStep + 1 -357 -474 -2.36e+03 0.00328 0.00512 1.58 1.58 Tracker eIoni + 2 -357 -474 -2.36e+03 0 0.00328 0.367 1.94 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 788, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 731, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1e+03 561 -2.07e+03 0.00115 0 0 0 Tracker initStep - 1 -1e+03 561 -2.07e+03 0 0.00115 0.0693 0.0693 Tracker eIoni + 0 -284 -382 -2.37e+03 0.00177 0 0 0 Tracker initStep + 1 -284 -382 -2.37e+03 0 0.00177 0.133 0.133 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 787, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 730, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -977 545 -2.08e+03 0.00434 0 0 0 Tracker initStep - 1 -978 545 -2.08e+03 0 0.00434 0.596 0.596 Tracker eIoni + 0 -187 -248 -2.38e+03 0.00202 0 0 0 Tracker initStep + 1 -187 -248 -2.38e+03 0 0.00202 0.165 0.165 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 786, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 729, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -954 531 -2.08e+03 0.00341 0 0 0 Tracker initStep - 1 -954 531 -2.08e+03 0 0.00341 0.392 0.392 Tracker eIoni + 0 -146 -194 -2.38e+03 0.0019 0 0 0 Tracker initStep + 1 -146 -194 -2.38e+03 0 0.0019 0.149 0.149 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 785, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 728, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -856 473 -2.09e+03 0.00112 0 0 0 Tracker initStep - 1 -856 473 -2.09e+03 0 0.00112 0.0669 0.0669 Tracker eIoni + 0 -72.9 -93.1 -2.39e+03 0.00297 0 0 0 Tracker initStep + 1 -73 -93 -2.39e+03 0 0.00297 0.31 0.31 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 784, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 727, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -736 396 -2.12e+03 0.00309 0 0 0 Tracker initStep - 1 -736 396 -2.12e+03 0 0.00309 0.331 0.331 Tracker eIoni + 0 -43.8 -55.1 -2.4e+03 0.00185 0 0 0 Tracker initStep + 1 -43.9 -55.1 -2.4e+03 0 0.00185 0.143 0.143 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 783, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 726, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -734 395 -2.12e+03 0.00255 0 0 0 Tracker initStep - 1 -734 395 -2.12e+03 0 0.00255 0.239 0.239 Tracker eIoni + 0 -43.7 -54.9 -2.4e+03 0.00207 0 0 0 Tracker initStep + 1 -43.7 -54.8 -2.4e+03 0 0.00207 0.171 0.171 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 782, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 725, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -704 374 -2.14e+03 0.00321 0 0 0 Tracker initStep - 1 -704 374 -2.14e+03 0 0.00321 0.354 0.354 Tracker eIoni + 0 -40.1 -50.2 -2.4e+03 0.00358 0 0 0 Tracker initStep + 1 -40.2 -50 -2.4e+03 0.00112 0.00135 0.167 0.167 Tracker eIoni + 2 -40.2 -50 -2.4e+03 0 0.00112 0.067 0.234 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 781, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 804, Parent ID = 725 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -660 344 -2.16e+03 0.00909 0 0 0 Tracker initStep - 1 -662 343 -2.16e+03 0.00492 0.00417 1.69 1.69 Tracker eIoni - 2 -662 343 -2.16e+03 0 0.00492 0.743 2.44 Tracker eIoni + 0 -40.2 -50 -2.4e+03 0.00112 0 0 0 Tracker initStep + 1 -40.2 -50 -2.4e+03 0 0.00112 0.0667 0.0667 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 780, Parent ID = 770 +* G4Track Information: Particle = gamma, Track ID = 762, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -489 230 -2.25e+03 0.00102 0 0 0 Tracker initStep - 1 -489 230 -2.25e+03 0 0.00102 0.0591 0.0591 Tracker eIoni + 0 -1.92e+03 -2.48e+03 -1.76e+03 0.0365 0 0 0 World initStep + 1 -2.27e+03 -2.94e+03 -1.54e+03 0.0365 0 616 616 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 779, Parent ID = 770 +* G4Track Information: Particle = gamma, Track ID = 724, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -453 211 -2.26e+03 0.00161 0 0 0 Tracker initStep - 1 -453 211 -2.26e+03 0 0.00161 0.116 0.116 Tracker eIoni + 0 -1.05 2.26 -2.4e+03 5.97 0 0 0 Target initStep + 1 -1.27 2.63 -2.4e+03 5.97 0 1.59 1.59 Tracker Transportation + 2 -103 175 -1.7e+03 5.97 0 728 730 Chamber Transportation + 3 -122 207 -1.57e+03 5.97 0 134 863 Tracker Transportation + 4 -220 372 -900 5.97 0 698 1.56e+03 Chamber Transportation + 5 -249 421 -700 5.97 0 208 1.77e+03 Tracker Transportation + 6 -337 569 -100 5.97 0 624 2.39e+03 Chamber Transportation + 7 -366 618 100 5.97 0 208 2.6e+03 Tracker Transportation + 8 -453 766 700 5.97 0 624 3.23e+03 Chamber Transportation + 9 -482 815 900 5.97 0 208 3.43e+03 Tracker Transportation + 10 -570 963 1.5e+03 5.97 0 624 4.06e+03 Chamber Transportation + 11 -599 1.01e+03 1.7e+03 5.97 0 208 4.27e+03 Tracker Transportation + 12 -701 1.18e+03 2.4e+03 5.97 0 728 4.99e+03 World Transportation + 13 -780 1.32e+03 2.94e+03 5.97 0 562 5.56e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 777, Parent ID = 770 +* G4Track Information: Particle = gamma, Track ID = 723, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -348 155 -2.31e+03 0.00225 0 0 0 Tracker initStep - 1 -348 154 -2.31e+03 0 0.00225 0.196 0.196 Tracker eIoni + 0 -1.06 2.22 -2.4e+03 0.737 0 0 0 Target initStep + 1 -0.703 2.51 -2.4e+03 0.737 0 2.09 2.09 Tracker Transportation + 2 121 104 -1.7e+03 0.737 0 718 720 Chamber Transportation + 3 155 133 -1.5e+03 0.737 0 205 925 Tracker Transportation + 4 260 220 -900 0.737 0 615 1.54e+03 Chamber Transportation + 5 294 249 -700 0.737 0 205 1.74e+03 Tracker Transportation + 6 398 336 -100 0.737 0 615 2.36e+03 Chamber Transportation + 7 433 365 100 0.737 0 205 2.57e+03 Tracker Transportation + 8 537 452 700 0.737 0 615 3.18e+03 Chamber Transportation + 9 572 481 900 0.737 0 205 3.39e+03 Tracker Transportation + 10 676 568 1.5e+03 0.737 0 615 4e+03 Chamber Transportation + 11 711 597 1.7e+03 0.737 0 205 4.21e+03 Tracker Transportation + 12 832 698 2.4e+03 0.737 0 718 4.92e+03 World Transportation + 13 926 776 2.94e+03 0.737 0 554 5.48e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 776, Parent ID = 770 +* G4Track Information: Particle = gamma, Track ID = 722, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -328 146 -2.31e+03 0.00102 0 0 0 Tracker initStep - 1 -328 146 -2.31e+03 0 0.00102 0.0587 0.0587 Tracker eIoni + 0 -0.994 2.01 -2.4e+03 0.227 0 0 0 Target initStep + 1 -0.995 2.12 -2.4e+03 0 0.088 0.329 0.329 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 775, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 805, Parent ID = 722 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -312 140 -2.32e+03 0.00165 0 0 0 Tracker initStep - 1 -312 140 -2.32e+03 0 0.00165 0.12 0.12 Tracker eIoni + 0 -0.995 2.12 -2.4e+03 0.139 0 0 0 Target initStep + 1 -0.995 2.12 -2.4e+03 0 0.139 0.0462 0.0462 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 774, Parent ID = 770 +* G4Track Information: Particle = gamma, Track ID = 721, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -146 61.1 -2.35e+03 0.00135 0 0 0 Tracker initStep - 1 -146 61.1 -2.35e+03 0 0.00135 0.0881 0.0881 Tracker eIoni + 0 -1.03 1.82 -2.4e+03 8.81 0 0 0 Target initStep + 1 -1.11 2.1 -2.4e+03 0 0 0.934 0.934 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 773, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 806, Parent ID = 721 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.1 16 -2.39e+03 0.00147 0 0 0 Tracker initStep - 1 -42.1 16 -2.39e+03 0 0.00147 0.101 0.101 Tracker eIoni + 0 -1.11 2.1 -2.4e+03 6.31 0 0 0 Target initStep + 1 -1.69 2.34 -2.4e+03 4.91 1.4 1.05 1.05 Target msc + 2 -1.83 2.39 -2.4e+03 4.58 0.325 0.284 1.33 Target msc + 3 -1.85 2.5 -2.4e+03 4.19 0.395 0.353 1.68 Target msc + 4 -1.8 2.47 -2.4e+03 3.88 0.308 0.272 1.95 Target msc + 5 -1.74 2.5 -2.4e+03 3.59 0.179 0.183 2.14 Target eBrem + 6 -1.71 2.39 -2.4e+03 3.4 0.19 0.217 2.35 Target msc + 7 -1.82 2.28 -2.4e+03 3.19 0.215 0.217 2.57 Target msc + 8 -1.83 2.22 -2.4e+03 2.53 0.0971 0.0692 2.64 Target eBrem + 9 -1.98 2.13 -2.4e+03 2.29 0.233 0.217 2.86 Target msc + 10 -1.96 2.07 -2.4e+03 2.1 0.191 0.217 3.07 Target msc + 11 -1.79 2.09 -2.4e+03 1.86 0.243 0.217 3.29 Target msc + 12 -1.65 2.08 -2.4e+03 1.67 0.187 0.217 3.51 Target msc + 13 -1.65 1.94 -2.4e+03 1.44 0.238 0.217 3.72 Target msc + 14 -1.68 1.89 -2.4e+03 1.02 0.0568 0.086 3.81 Target eBrem + 15 -1.84 1.97 -2.4e+03 0.73 0.293 0.217 4.03 Target msc + 16 -1.81 2.14 -2.4e+03 0.389 0.341 0.217 4.24 Target msc + 17 -1.81 2.13 -2.4e+03 0 0.389 0.216 4.46 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 778, Parent ID = 770 +* G4Track Information: Particle = gamma, Track ID = 810, Parent ID = 806 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -363 162 -2.3e+03 0.00131 0 0 0 Tracker initStep - 1 -368 164 -2.3e+03 0 0.000543 5.07 5.07 Tracker phot + 0 -1.68 1.89 -2.4e+03 0.356 0 0 0 Target initStep + 1 -2.79 1.31 -2.4e+03 0.217 0 1.53 1.53 Target compt + 2 -1.9 1.62 -2.4e+03 0 0.088 1.82 3.35 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 829, Parent ID = 778 +* G4Track Information: Particle = e-, Track ID = 812, Parent ID = 810 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -368 164 -2.3e+03 0.000769 0 0 0 Tracker initStep - 1 -368 164 -2.3e+03 0 0.000769 0.0397 0.0397 Tracker eIoni + 0 -1.9 1.62 -2.4e+03 0.129 0 0 0 Target initStep + 1 -1.9 1.62 -2.4e+03 0 0.129 0.0411 0.0411 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 772, Parent ID = 770 +* G4Track Information: Particle = e-, Track ID = 811, Parent ID = 810 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.121 -0.507 -2.4e+03 0.325 0 0 0 Target initStep - 1 -0.398 -1.16 -2.4e+03 0.325 0 0.766 0.766 Tracker Transportation - 2 -934 -2.21e+03 -1.42e+03 0.325 0 2.59e+03 2.59e+03 World Transportation - 3 -1.24e+03 -2.94e+03 -1.1e+03 0.325 0 855 3.45e+03 OutOfWorld Transportation + 0 -2.79 1.31 -2.4e+03 0.139 0 0 0 Target initStep + 1 -2.79 1.31 -2.4e+03 0 0.139 0.0464 0.0464 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 627, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 809, Parent ID = 806 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0675 -0.162 -2.4e+03 0.121 0 0 0 Target initStep - 1 -0.0694 -0.164 -2.4e+03 0 0.088 0.106 0.106 Target phot + 0 -1.83 2.22 -2.4e+03 0.561 0 0 0 Target initStep + 1 -2.47 -0.776 -2.4e+03 0 0.088 3.18 3.18 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 830, Parent ID = 627 +* G4Track Information: Particle = e-, Track ID = 813, Parent ID = 809 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0694 -0.164 -2.4e+03 0.0329 0 0 0 Target initStep - 1 -0.0693 -0.164 -2.4e+03 0 0.0329 0.00451 0.00451 Target eIoni + 0 -2.47 -0.776 -2.4e+03 0.473 0 0 0 Target initStep + 1 -2.48 -0.794 -2.4e+03 0 0.473 0.283 0.283 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 625, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 808, Parent ID = 806 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.048 -0.145 -2.41e+03 37.2 0 0 0 Target initStep - 1 -0.164 -0.251 -2.4e+03 37.2 0 5.03 5.03 Tracker Transportation - 2 -16.3 -15.1 -1.7e+03 37.2 0 700 705 Chamber Transportation - 3 -20.9 -19.3 -1.5e+03 37.2 0 200 905 Tracker Transportation - 4 -34.6 -32 -900 37.2 0 600 1.51e+03 Chamber Transportation - 5 -39.2 -36.2 -700 37.2 0 200 1.71e+03 Tracker Transportation - 6 -53 -49 -100 37.2 0 600 2.31e+03 Chamber Transportation - 7 -57.6 -53.2 100 37.2 0 200 2.51e+03 Tracker Transportation - 8 -71.4 -65.9 700 37.2 0 600 3.11e+03 Chamber Transportation - 9 -76 -70.1 900 37.2 0 200 3.31e+03 Tracker Transportation - 10 -89.8 -82.8 1.5e+03 37.2 0 600 3.91e+03 Chamber Transportation - 11 -94.4 -87.1 1.7e+03 37.2 0 200 4.11e+03 Tracker Transportation - 12 -111 -102 2.4e+03 37.2 0 700 4.81e+03 World Transportation - 13 -123 -113 2.94e+03 37.2 0 540 5.35e+03 OutOfWorld Transportation + 0 -1.74 2.5 -2.4e+03 0.112 0 0 0 Target initStep + 1 -1.73 2.52 -2.4e+03 0 0.088 0.236 0.236 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 624, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 814, Parent ID = 808 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0269 -0.0564 -2.41e+03 0.471 0 0 0 Target initStep - 1 -0.0293 -0.124 -2.41e+03 0 0.088 1.78 1.78 Target phot + 0 -1.73 2.52 -2.4e+03 0.0236 0 0 0 Target initStep + 1 -1.73 2.52 -2.4e+03 0 0.0236 0.00265 0.00265 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 831, Parent ID = 624 +* G4Track Information: Particle = gamma, Track ID = 720, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0293 -0.124 -2.41e+03 0.383 0 0 0 Target initStep - 1 -0.0229 -0.133 -2.41e+03 0 0.383 0.211 0.211 Target eIoni + 0 -1.02 1.8 -2.4e+03 1.97 0 0 0 Target initStep + 1 -1.2 2.66 -2.4e+03 1.97 0 3.25 3.25 Tracker Transportation + 2 -40.6 196 -1.7e+03 1.97 0 727 731 Chamber Transportation + 3 -48.6 235 -1.56e+03 1.97 0 146 877 Tracker Transportation + 4 -85.7 417 -900 1.97 0 685 1.56e+03 Chamber Transportation + 5 -97 472 -700 1.97 0 208 1.77e+03 Tracker Transportation + 6 -131 638 -100 1.97 0 623 2.39e+03 Chamber Transportation + 7 -142 693 100 1.97 0 208 2.6e+03 Tracker Transportation + 8 -176 859 700 1.97 0 623 3.22e+03 Chamber Transportation + 9 -187 915 900 1.97 0 208 3.43e+03 Tracker Transportation + 10 -221 1.08e+03 1.5e+03 1.97 0 623 4.06e+03 Chamber Transportation + 11 -232 1.14e+03 1.7e+03 1.97 0 208 4.26e+03 Tracker Transportation + 12 -272 1.33e+03 2.4e+03 1.97 0 727 4.99e+03 World Transportation + 13 -302 1.48e+03 2.94e+03 1.97 0 561 5.55e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 623, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 719, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0492 -0.0367 -2.41e+03 0.249 0 0 0 Target initStep - 1 0.0479 -0.0577 -2.41e+03 0 0.088 0.715 0.715 Target phot + 0 -0.246 0.502 -2.41e+03 0.0951 0 0 0 Target initStep + 1 -0.259 0.526 -2.41e+03 0 0.088 0.047 0.047 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 832, Parent ID = 623 +* G4Track Information: Particle = e-, Track ID = 815, Parent ID = 719 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0479 -0.0577 -2.41e+03 0.161 0 0 0 Target initStep - 1 0.0446 -0.0585 -2.41e+03 0 0.161 0.0582 0.0582 Target eIoni + 0 -0.259 0.526 -2.41e+03 0.0071 0 0 0 Target initStep + 1 -0.259 0.526 -2.41e+03 0 0.0071 0.000426 0.000426 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 622, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 718, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0493 -0.0359 -2.41e+03 7.7 0 0 0 Target initStep - 1 0.0471 -0.0988 -2.41e+03 7.52 0 2.41 2.41 Target compt - 2 0.37 -0.197 -2.4e+03 7.52 0 5.83 8.24 Tracker Transportation - 3 39.2 -12 -1.7e+03 7.52 0 701 709 Chamber Transportation - 4 50.3 -15.4 -1.5e+03 7.52 0 200 910 Tracker Transportation - 5 83.6 -25.6 -900 7.52 0 601 1.51e+03 Chamber Transportation - 6 94.8 -29 -700 7.52 0 200 1.71e+03 Tracker Transportation - 7 128 -39.1 -100 7.52 0 601 2.31e+03 Chamber Transportation - 8 139 -42.5 100 7.52 0 200 2.51e+03 Tracker Transportation - 9 172 -52.7 700 7.52 0 601 3.11e+03 Chamber Transportation - 10 184 -56 900 7.52 0 200 3.31e+03 Tracker Transportation - 11 217 -66.2 1.5e+03 7.52 0 601 3.91e+03 Chamber Transportation - 12 228 -69.6 1.7e+03 7.52 0 200 4.12e+03 Tracker Transportation - 13 267 -81.4 2.4e+03 7.52 0 701 4.82e+03 World Transportation - 14 297 -90.6 2.94e+03 7.52 0 541 5.36e+03 OutOfWorld Transportation + 0 -0.22 0.333 -2.41e+03 0.293 0 0 0 Target initStep + 1 -0.375 1.38 -2.4e+03 0 0.088 2.28 2.28 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 833, Parent ID = 622 +* G4Track Information: Particle = e-, Track ID = 816, Parent ID = 718 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0471 -0.0988 -2.41e+03 0.185 0 0 0 Target initStep - 1 0.0428 -0.0996 -2.41e+03 0 0.185 0.0722 0.0722 Target eIoni + 0 -0.375 1.38 -2.4e+03 0.205 0 0 0 Target initStep + 1 -0.377 1.38 -2.4e+03 0 0.205 0.0845 0.0845 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 621, Parent ID = 10 +* G4Track Information: Particle = gamma, Track ID = 717, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0492 -0.0291 -2.41e+03 0.115 0 0 0 Target initStep - 1 0.0496 -0.0323 -2.41e+03 0 0.088 0.186 0.186 Target phot + 0 -0.231 0.0237 -2.41e+03 1.42 0 0 0 Target initStep + 1 -0.273 0.308 -2.41e+03 1.39 0 0.727 0.727 Target compt + 2 -0.644 1.57 -2.4e+03 1.23 0 2.68 3.41 Target compt + 3 -0.387 5.85 -2.4e+03 1.23 0 6.25 9.66 Tracker Transportation + 4 74.7 1.25e+03 -1.07e+03 0.282 0 1.82e+03 1.83e+03 Tracker compt + 5 -205 723 -900 0.282 0 624 2.46e+03 Chamber Transportation + 6 -530 110 -700 0.282 0 722 3.18e+03 Tracker Transportation + 7 -1.55e+03 -1.83e+03 -68.3 0.282 0 2.28e+03 5.46e+03 World Transportation + 8 -2.14e+03 -2.94e+03 294 0.282 0 1.31e+03 6.77e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 834, Parent ID = 621 +* G4Track Information: Particle = e-, Track ID = 819, Parent ID = 717 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0496 -0.0323 -2.41e+03 0.0269 0 0 0 Target initStep - 1 0.0495 -0.0321 -2.41e+03 0 0.0269 0.00326 0.00326 Target eIoni + 0 74.7 1.25e+03 -1.07e+03 0.947 0 0 0 Tracker initStep + 1 93.5 1.34e+03 -1.02e+03 0.933 0.0144 100 100 Tracker StepLimiter + 2 135 1.41e+03 -970 0.922 0.0109 100 200 Tracker StepLimiter + 3 140 1.42e+03 -962 0.919 0.00159 13.6 214 Tracker eIoni + 4 174 1.48e+03 -893 0.905 0.0134 100 314 Tracker StepLimiter + 5 184 1.49e+03 -880 0.901 0.0024 17.4 331 Tracker eIoni + 6 226 1.51e+03 -813 0.879 0.0134 83.3 414 Tracker eIoni + 7 240 1.52e+03 -798 0.869 0.00334 21.1 435 Tracker eIoni + 8 241 1.52e+03 -798 0.868 6.85e-05 1.18 437 Tracker eIoni + 9 257 1.53e+03 -785 0.864 0.00294 20.7 457 Tracker eIoni + 10 259 1.53e+03 -784 0.858 0.000469 2.25 460 Tracker eIoni + 11 288 1.53e+03 -760 0.85 0.00606 38.7 498 Tracker eIoni + 12 293 1.54e+03 -755 0.848 0.000822 7.94 506 Tracker eIoni + 13 331 1.54e+03 -714 0.84 0.0078 55.4 562 Tracker eIoni + 14 387 1.54e+03 -632 0.828 0.012 100 662 Tracker StepLimiter + 15 447 1.56e+03 -556 0.811 0.0169 100 762 Tracker StepLimiter + 16 478 1.56e+03 -519 0.803 0.00515 48.4 810 Tracker eIoni + 17 479 1.56e+03 -518 0.802 0.000387 1.17 811 Tracker eIoni + 18 486 1.56e+03 -509 0.797 0.00148 11.7 823 Tracker eIoni + 19 522 1.56e+03 -463 0.783 0.00906 58.9 882 Tracker eIoni + 20 583 1.57e+03 -385 0.764 0.0187 100 982 Tracker StepLimiter + 21 627 1.59e+03 -299 0.751 0.0134 100 1.08e+03 Tracker StepLimiter + 22 681 1.63e+03 -223 0.734 0.0155 100 1.18e+03 Tracker eIoni + 23 728 1.67e+03 -145 0.721 0.0133 100 1.28e+03 Tracker StepLimiter + 24 738 1.69e+03 -111 0.688 0.00752 39.9 1.32e+03 Tracker eIoni + 25 738 1.69e+03 -106 0.686 0.000596 6.1 1.33e+03 Tracker eIoni + 26 739 1.69e+03 -103 0.685 0.000245 4.11 1.33e+03 Tracker eIoni + 27 757 1.73e+03 -24.8 0.665 0.0115 89.8 1.42e+03 Tracker eIoni + 28 747 1.75e+03 71 0.652 0.0136 100 1.52e+03 Tracker StepLimiter + 29 747 1.76e+03 103 0.646 0.00406 32.6 1.55e+03 Tracker eIoni + 30 746 1.77e+03 137 0.627 0.00409 35.8 1.59e+03 Tracker eIoni + 31 748 1.78e+03 178 0.62 0.00449 43.4 1.63e+03 Tracker eIoni + 32 767 1.79e+03 275 0.606 0.0147 100 1.73e+03 Tracker StepLimiter + 33 776 1.82e+03 369 0.59 0.0156 100 1.83e+03 Tracker StepLimiter + 34 792 1.87e+03 455 0.574 0.0162 100 1.93e+03 Tracker StepLimiter + 35 792 1.88e+03 510 0.564 0.00801 56.6 1.99e+03 Tracker eIoni + 36 822 1.88e+03 599 0.55 0.0121 93.6 2.08e+03 Tracker eIoni + 37 829 1.88e+03 673 0.538 0.0111 75.5 2.16e+03 Tracker eIoni + 38 829 1.88e+03 677 0.52 0.000285 3.75 2.16e+03 Tracker eIoni + 39 853 1.9e+03 769 0.504 0.0154 100 2.26e+03 Tracker StepLimiter + 40 865 1.91e+03 850 0.492 0.0106 82.8 2.35e+03 Tracker eIoni + 41 870 1.92e+03 945 0.477 0.0128 95.8 2.44e+03 Tracker eIoni + 42 855 1.96e+03 1.01e+03 0.465 0.00914 75.3 2.52e+03 Tracker eIoni + 43 843 1.97e+03 1.06e+03 0.455 0.00905 53.2 2.57e+03 Tracker eIoni + 44 819 2e+03 1.14e+03 0.438 0.0164 89.3 2.66e+03 Tracker eIoni + 45 819 2e+03 1.15e+03 0.434 0.0012 8.12 2.67e+03 Tracker eIoni + 46 816 1.99e+03 1.19e+03 0.423 0.00759 47.8 2.72e+03 Tracker eIoni + 47 816 1.99e+03 1.2e+03 0.418 0.000977 7.21 2.72e+03 Tracker eIoni + 48 827 1.96e+03 1.28e+03 0.405 0.0115 82 2.8e+03 Tracker eIoni + 49 829 1.97e+03 1.35e+03 0.389 0.0143 74.1 2.88e+03 Tracker eIoni + 50 844 1.97e+03 1.37e+03 0.383 0.00369 21.4 2.9e+03 Tracker eIoni + 51 850 1.97e+03 1.37e+03 0.38 0.00362 9.85 2.91e+03 Tracker eIoni + 52 894 1.99e+03 1.39e+03 0.366 0.0103 52.4 2.96e+03 Tracker eIoni + 53 964 2.04e+03 1.44e+03 0.346 0.02 100 3.06e+03 Tracker StepLimiter + 54 1.02e+03 2.06e+03 1.44e+03 0.335 0.00791 60.4 3.12e+03 Tracker eIoni + 55 1.09e+03 2.1e+03 1.49e+03 0.318 0.0173 100 3.22e+03 Tracker StepLimiter + 56 1.12e+03 2.12e+03 1.49e+03 0.311 0.00657 38.8 3.26e+03 World Transportation + 57 1.13e+03 2.15e+03 1.5e+03 0.306 0.00445 28.5 3.29e+03 World eIoni + 58 1.2e+03 2.21e+03 1.49e+03 0.287 0.0172 91.1 3.38e+03 World eIoni + 59 1.21e+03 2.22e+03 1.49e+03 0.283 0.00206 17.2 3.4e+03 World eIoni + 60 1.25e+03 2.28e+03 1.48e+03 0.269 0.0115 76.9 3.48e+03 World eIoni + 61 1.25e+03 2.32e+03 1.45e+03 0.259 0.00855 49.6 3.53e+03 World eIoni + 62 1.22e+03 2.38e+03 1.42e+03 0.243 0.0154 73 3.6e+03 World eIoni + 63 1.22e+03 2.41e+03 1.41e+03 0.236 0.00588 30.9 3.63e+03 World eIoni + 64 1.22e+03 2.41e+03 1.4e+03 0.234 0.000497 3.73 3.63e+03 World eIoni + 65 1.22e+03 2.42e+03 1.4e+03 0.228 0.00148 8.28 3.64e+03 World eIoni + 66 1.22e+03 2.43e+03 1.4e+03 0.191 0.0018 8.72 3.65e+03 World eIoni + 67 1.22e+03 2.51e+03 1.41e+03 0.169 0.0211 93 3.74e+03 World eIoni + 68 1.23e+03 2.56e+03 1.42e+03 0.156 0.0112 44.6 3.79e+03 World eIoni + 69 1.24e+03 2.57e+03 1.41e+03 0.126 0.00371 20 3.81e+03 World eIoni + 70 1.29e+03 2.59e+03 1.43e+03 0.109 0.0171 53.6 3.86e+03 World eIoni + 71 1.28e+03 2.57e+03 1.46e+03 0.0964 0.0124 42 3.9e+03 World eIoni + 72 1.28e+03 2.57e+03 1.46e+03 0.0926 0.000479 1.45 3.9e+03 World eIoni + 73 1.27e+03 2.56e+03 1.49e+03 0.0819 0.0107 32 3.94e+03 World eIoni + 74 1.28e+03 2.56e+03 1.49e+03 0.0735 0.00167 8.3 3.94e+03 World eIoni + 75 1.29e+03 2.56e+03 1.49e+03 0.0711 0.000891 2.43 3.95e+03 World eIoni + 76 1.3e+03 2.56e+03 1.49e+03 0.0646 0.00653 20.7 3.97e+03 World eIoni + 77 1.31e+03 2.56e+03 1.5e+03 0.0632 0.00136 1.76 3.97e+03 World eIoni + 78 1.31e+03 2.55e+03 1.51e+03 0.0505 0.00853 13.1 3.98e+03 World eIoni + 79 1.32e+03 2.55e+03 1.51e+03 0.0424 0.00805 11.9 3.99e+03 World eIoni + 80 1.32e+03 2.55e+03 1.51e+03 0.041 0.000222 0.099 3.99e+03 World eIoni + 81 1.32e+03 2.55e+03 1.51e+03 0.0327 0.00713 7.87 4e+03 World eIoni + 82 1.33e+03 2.54e+03 1.51e+03 0.0203 0.00222 2.8 4.01e+03 World eIoni + 83 1.33e+03 2.54e+03 1.51e+03 0.0155 0.0048 3.47 4.01e+03 World eIoni + 84 1.33e+03 2.54e+03 1.51e+03 0.011 0.00449 2.66 4.01e+03 World eIoni + 85 1.33e+03 2.54e+03 1.51e+03 0.00773 0.00328 1.98 4.01e+03 World eIoni + 86 1.33e+03 2.54e+03 1.51e+03 0.000134 0.00759 1.46 4.01e+03 World eIoni + 87 1.33e+03 2.54e+03 1.51e+03 0 0.000134 0.00694 4.01e+03 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 620, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 875, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0313 -0.0237 -2.41e+03 0.224 0 0 0 Target initStep - 1 0.0524 -0.0439 -2.41e+03 0 0.088 1.76 1.76 Target phot + 0 1.33e+03 2.54e+03 1.51e+03 0.0102 0 0 0 World initStep + 1 1.33e+03 2.54e+03 1.51e+03 0.00795 0.001 0.404 0.404 World eIoni + 2 1.33e+03 2.54e+03 1.51e+03 0.00324 0.00471 1.5 1.9 World eIoni + 3 1.33e+03 2.54e+03 1.51e+03 0 0.00324 0.359 2.26 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 835, Parent ID = 620 +* G4Track Information: Particle = e-, Track ID = 876, Parent ID = 875 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0524 -0.0439 -2.41e+03 0.136 0 0 0 Target initStep - 1 0.0511 -0.0462 -2.41e+03 0 0.136 0.0448 0.0448 Target eIoni + 0 1.33e+03 2.54e+03 1.51e+03 0.00126 0 0 0 World initStep + 1 1.33e+03 2.54e+03 1.51e+03 0 0.00126 0.0795 0.0795 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 619, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 874, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0305 -0.0233 -2.41e+03 1.13e+03 0 0 0 Target initStep - 1 0.0365 -0.0678 -2.4e+03 0 0 5.52 5.52 Target conv + 0 1.32e+03 2.55e+03 1.51e+03 0.00114 0 0 0 World initStep + 1 1.32e+03 2.55e+03 1.51e+03 0 0.00114 0.0687 0.0687 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 618, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 873, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0264 -0.0174 -2.41e+03 5.86 0 0 0 Target initStep - 1 0.0765 -0.114 -2.4e+03 5.86 0 10.5 10.5 Tracker Transportation - 2 3.41 -6.51 -1.7e+03 5.86 0 700 711 Chamber Transportation - 3 4.36 -8.33 -1.5e+03 5.86 0 200 911 Tracker Transportation - 4 7.21 -13.8 -900 5.86 0 600 1.51e+03 Chamber Transportation - 5 8.16 -15.6 -700 5.86 0 200 1.71e+03 Tracker Transportation - 6 11 -21.1 -100 5.86 0 600 2.31e+03 Chamber Transportation - 7 12 -22.9 100 5.86 0 200 2.51e+03 Tracker Transportation - 8 14.8 -28.4 700 5.86 0 600 3.11e+03 Chamber Transportation - 9 15.8 -30.2 900 5.86 0 200 3.31e+03 Tracker Transportation - 10 18.6 -35.7 1.5e+03 5.86 0 600 3.91e+03 Chamber Transportation - 11 19.6 -37.6 1.7e+03 5.86 0 200 4.11e+03 Tracker Transportation - 12 22.9 -43.9 2.4e+03 5.86 0 700 4.81e+03 World Transportation - 13 25.5 -48.9 2.94e+03 5.86 0 540 5.35e+03 OutOfWorld Transportation + 0 1.32e+03 2.55e+03 1.51e+03 0.00123 0 0 0 World initStep + 1 1.32e+03 2.55e+03 1.51e+03 0 0.00123 0.0767 0.0767 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 617, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 872, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0239 -0.0134 -2.41e+03 1.37 0 0 0 Target initStep - 1 0.038 -0.0444 -2.4e+03 0.988 0 6.27 6.27 Target compt - 2 2.82 1.1 -2.4e+03 0.988 0 5.81 12.1 Tracker Transportation - 3 2.19e+03 897 1.5e+03 0.988 0 4.56e+03 4.57e+03 Chamber Transportation - 4 2.22e+03 910 1.56e+03 0.988 0 68.8 4.64e+03 World Transportation - 5 2.94e+03 1.21e+03 2.84e+03 0.988 0 1.5e+03 6.14e+03 OutOfWorld Transportation + 0 1.31e+03 2.55e+03 1.51e+03 0.00417 0 0 0 World initStep + 1 1.31e+03 2.55e+03 1.51e+03 0 0.00417 0.557 0.557 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 616, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 871, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0244 -0.00885 -2.41e+03 50.6 0 0 0 Target initStep - 1 0.0328 -0.0919 -2.4e+03 50.6 0 11.9 11.9 Tracker Transportation - 2 0.527 -5 -1.7e+03 50.6 0 700 712 Chamber Transportation - 3 0.668 -6.4 -1.5e+03 50.6 0 200 912 Tracker Transportation - 4 1.09 -10.6 -900 50.6 0 600 1.51e+03 Chamber Transportation - 5 1.23 -12 -700 50.6 0 200 1.71e+03 Tracker Transportation - 6 1.66 -16.2 -100 50.6 0 600 2.31e+03 Chamber Transportation - 7 1.8 -17.6 100 50.6 0 200 2.51e+03 Tracker Transportation - 8 2.22 -21.8 700 50.6 0 600 3.11e+03 Chamber Transportation - 9 2.36 -23.2 900 50.6 0 200 3.31e+03 Tracker Transportation - 10 2.78 -27.4 1.5e+03 50.6 0 600 3.91e+03 Chamber Transportation - 11 2.93 -28.8 1.7e+03 50.6 0 200 4.11e+03 Tracker Transportation - 12 3.42 -33.7 2.4e+03 50.6 0 700 4.81e+03 World Transportation - 13 3.8 -37.5 2.94e+03 50.6 0 540 5.35e+03 OutOfWorld Transportation + 0 1.29e+03 2.56e+03 1.49e+03 0.0015 0 0 0 World initStep + 1 1.29e+03 2.56e+03 1.49e+03 0 0.0015 0.104 0.104 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 615, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 870, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0107 -0.00654 -2.41e+03 1.36 0 0 0 Target initStep - 1 0.109 -0.0485 -2.4e+03 1.36 0 13.9 13.9 Tracker Transportation - 2 5.05 -2.16 -1.7e+03 1.36 0 700 714 Chamber Transportation - 3 6.46 -2.77 -1.5e+03 1.36 0 200 914 Tracker Transportation - 4 10.7 -4.58 -900 1.36 0 600 1.51e+03 Chamber Transportation - 5 12.1 -5.18 -700 1.36 0 200 1.71e+03 Tracker Transportation - 6 16.3 -6.99 -100 1.36 0 600 2.31e+03 Chamber Transportation - 7 17.8 -7.59 100 1.36 0 200 2.51e+03 Tracker Transportation - 8 22 -9.41 700 1.36 0 600 3.11e+03 Chamber Transportation - 9 23.4 -10 900 1.36 0 200 3.31e+03 Tracker Transportation - 10 27.6 -11.8 1.5e+03 1.36 0 600 3.91e+03 Chamber Transportation - 11 29 -12.4 1.7e+03 1.36 0 200 4.11e+03 Tracker Transportation - 12 34 -14.5 2.4e+03 1.36 0 700 4.81e+03 World Transportation - 13 37.8 -16.2 2.94e+03 1.36 0 540 5.35e+03 OutOfWorld Transportation + 0 1.28e+03 2.56e+03 1.49e+03 0.00676 0 0 0 World initStep + 1 1.28e+03 2.56e+03 1.49e+03 0.00219 0.00457 1.25 1.25 World eIoni + 2 1.28e+03 2.56e+03 1.49e+03 0 0.00219 0.187 1.44 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 614, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 869, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00778 -0.00427 -2.41e+03 0.177 0 0 0 Target initStep - 1 0.0203 -0.0119 -2.41e+03 0 0.088 1.4 1.4 Target phot + 0 1.28e+03 2.57e+03 1.46e+03 0.00339 0 0 0 World initStep + 1 1.28e+03 2.57e+03 1.46e+03 0 0.00339 0.387 0.387 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 613, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 868, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00593 -0.00345 -2.41e+03 63.7 0 0 0 Target initStep - 1 0.0203 -0.0116 -2.41e+03 0 0 1.55 1.55 Target conv + 0 1.24e+03 2.57e+03 1.41e+03 0.0259 0 0 0 World initStep + 1 1.24e+03 2.57e+03 1.41e+03 0.0154 0.00295 4.47 4.47 World eIoni + 2 1.24e+03 2.57e+03 1.41e+03 0.0123 0.00162 0.787 5.26 World eIoni + 3 1.24e+03 2.57e+03 1.41e+03 0.00877 0.00221 1 6.26 World eIoni + 4 1.24e+03 2.58e+03 1.41e+03 0.00852 0.000245 0.0878 6.35 World eIoni + 5 1.24e+03 2.58e+03 1.41e+03 0.00553 0.00173 0.748 7.1 World eIoni + 6 1.24e+03 2.58e+03 1.41e+03 0 0.00553 0.917 8.02 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 612, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 880, Parent ID = 868 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00294 -0.00222 -2.42e+03 1.5 0 0 0 Target initStep - 1 0.0969 -0.00718 -2.4e+03 0.904 0 13.5 13.5 Target compt - 2 -0.839 0.779 -2.4e+03 0.904 0 1.95 15.4 Tracker Transportation - 3 -1.84e+03 1.54e+03 589 0.904 0 3.83e+03 3.85e+03 World Transportation - 4 -2.94e+03 2.47e+03 2.38e+03 0.904 0 2.3e+03 6.15e+03 OutOfWorld Transportation + 0 1.24e+03 2.58e+03 1.41e+03 0.00126 0 0 0 World initStep + 1 1.24e+03 2.58e+03 1.41e+03 0 0.00126 0.0797 0.0797 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 611, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 879, Parent ID = 868 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00128 -0.00241 -2.42e+03 36.9 0 0 0 Target initStep - 1 0.0299 -0.000392 -2.41e+03 0 0 4.61 4.61 Target conv + 0 1.24e+03 2.57e+03 1.41e+03 0.00132 0 0 0 World initStep + 1 1.24e+03 2.57e+03 1.41e+03 0 0.00132 0.0853 0.0853 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 610, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 878, Parent ID = 868 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00104 -0.00289 -2.42e+03 0.77 0 0 0 Target initStep - 1 0.0156 -0.0114 -2.41e+03 0.746 0 7.8 7.8 Target compt - 2 0.309 -0.48 -2.41e+03 0.368 0 2.66 10.5 Target compt - 3 0.248 0.231 -2.41e+03 0 0.088 0.809 11.3 Target phot + 0 1.24e+03 2.57e+03 1.41e+03 0.00146 0 0 0 World initStep + 1 1.24e+03 2.57e+03 1.41e+03 0 0.00146 0.0998 0.0998 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 609, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 877, Parent ID = 868 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00101 -0.00286 -2.42e+03 8.49 0 0 0 Target initStep - 1 0.0136 -0.0193 -2.41e+03 7.61 0 9.41 9.41 Target compt - 2 0.134 0.773 -2.4e+03 7.61 0 6.88 16.3 Tracker Transportation - 3 12.5 81.9 -1.7e+03 7.61 0 705 721 Chamber Transportation - 4 16 105 -1.5e+03 7.61 0 201 922 Tracker Transportation - 5 26.6 175 -900 7.61 0 604 1.53e+03 Chamber Transportation - 6 30.2 198 -700 7.61 0 201 1.73e+03 Tracker Transportation - 7 40.7 267 -100 7.61 0 604 2.33e+03 Chamber Transportation - 8 44.3 290 100 7.61 0 201 2.53e+03 Tracker Transportation - 9 54.9 360 700 7.61 0 604 3.14e+03 Chamber Transportation - 10 58.4 383 900 7.61 0 201 3.34e+03 Tracker Transportation - 11 69 453 1.5e+03 7.61 0 604 3.94e+03 Chamber Transportation - 12 72.5 476 1.7e+03 7.61 0 201 4.14e+03 Tracker Transportation - 13 84.9 557 2.4e+03 7.61 0 705 4.85e+03 World Transportation - 14 94.4 619 2.94e+03 7.61 0 544 5.39e+03 OutOfWorld Transportation + 0 1.24e+03 2.57e+03 1.41e+03 0.00755 0 0 0 World initStep + 1 1.24e+03 2.58e+03 1.41e+03 0.00253 0.00366 1.41 1.41 World eIoni + 2 1.24e+03 2.58e+03 1.41e+03 0 0.00253 0.237 1.65 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 608, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 881, Parent ID = 877 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.000186 -0.00115 -2.42e+03 6.03 0 0 0 Target initStep - 1 0.0126 -0.0239 -2.41e+03 0.826 0 4.67 4.67 Target compt - 2 0.335 -5.21 -2.41e+03 0.818 0 5.86 10.5 Target compt - 3 0.4 -6.67 -2.41e+03 0.591 0 1.75 12.3 Target compt - 4 2.06 -7.91 -2.41e+03 0 0.088 2.7 15 Target phot + 0 1.24e+03 2.58e+03 1.41e+03 0.00136 0 0 0 World initStep + 1 1.24e+03 2.58e+03 1.41e+03 0 0.00136 0.0889 0.0889 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 607, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 867, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000678 -2.68e-05 -2.42e+03 80.8 0 0 0 Target initStep - 1 0.00745 0.00126 -2.41e+03 0 0 4.02 4.02 Target conv + 0 1.23e+03 2.56e+03 1.42e+03 0.00203 0 0 0 World initStep + 1 1.23e+03 2.56e+03 1.42e+03 0 0.00203 0.166 0.166 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 854, Parent ID = 607 +* G4Track Information: Particle = e-, Track ID = 866, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00745 0.00126 -2.41e+03 61.5 0 0 0 Target initStep - 1 0.0741 0.0348 -2.41e+03 60.2 1.12 0.863 0.863 Target eBrem - 2 0.0226 0.225 -2.41e+03 58.6 0.894 0.522 1.39 Target eBrem - 3 0.0206 0.239 -2.41e+03 58.3 0.0429 0.0363 1.42 Target eBrem - 4 0.019 0.248 -2.41e+03 58.1 0.0224 0.0245 1.45 Target eBrem - 5 -0.0333 0.543 -2.41e+03 57.1 0.783 0.675 2.12 Target eBrem - 6 -0.0408 0.576 -2.41e+03 54.9 0.0939 0.103 2.22 Target eBrem - 7 0.0505 1.75 -2.41e+03 51.4 3.31 2.61 4.83 Target eBrem - 8 -0.0523 1.98 -2.41e+03 50.7 0.572 0.406 5.24 Target eBrem - 9 -0.0585 2 -2.41e+03 21.4 0.033 0.0382 5.28 Target eBrem - 10 -1.13 3.48 -2.41e+03 17.7 3.47 2.32 7.59 Target eBrem - 11 -1.34 4.18 -2.41e+03 15.4 0.904 0.877 8.47 Target eIoni - 12 -1.35 4.23 -2.41e+03 15 0.16 0.0795 8.55 Target eBrem - 13 -1.72 4.94 -2.41e+03 11.9 1.33 1.09 9.64 Target eBrem - 14 -1.75 5.03 -2.41e+03 7.62 0.108 0.0993 9.74 Target eBrem - 15 -1.75 5.25 -2.41e+03 5.86 0.258 0.239 9.98 Target eBrem - 16 -1.65 5.28 -2.41e+03 5.61 0.124 0.118 10.1 Target eBrem - 17 -1.5 5.39 -2.41e+03 4.64 0.404 0.233 10.3 Target eBrem - 18 -1.1 5.42 -2.41e+03 3.33 0.517 0.432 10.8 Target eBrem - 19 -1.51 6.33 -2.41e+03 1.27 1.73 1.43 12.2 Target eBrem - 20 -1.63 6.32 -2.41e+03 0 1.27 0.983 13.2 Target eIoni - 21 -1.63 6.32 -2.41e+03 0 0 0 13.2 Target annihil + 0 1.22e+03 2.51e+03 1.41e+03 0.00126 0 0 0 World initStep + 1 1.22e+03 2.51e+03 1.41e+03 0 0.00126 0.0798 0.0798 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 865, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 865, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.34 4.18 -2.41e+03 1.45 0 0 0 Target initStep - 1 -1.55 4 -2.41e+03 0.287 0.608 0.422 0.422 Target eBrem - 2 -1.56 3.99 -2.41e+03 0 0.287 0.139 0.562 Target eIoni + 0 1.22e+03 2.43e+03 1.4e+03 0.0346 0 0 0 World initStep + 1 1.22e+03 2.43e+03 1.4e+03 0.0301 0.00274 3.95 3.95 World eIoni + 2 1.21e+03 2.43e+03 1.4e+03 0.0292 0.000832 1.9 5.84 World eIoni + 3 1.21e+03 2.43e+03 1.4e+03 0.0235 0.00577 5.37 11.2 World eIoni + 4 1.21e+03 2.43e+03 1.39e+03 0.019 0.0045 4.08 15.3 World eIoni + 5 1.2e+03 2.43e+03 1.39e+03 0.0145 0.00443 3.23 18.5 World eIoni + 6 1.2e+03 2.43e+03 1.39e+03 0.0117 0.00284 2.51 21 World eIoni + 7 1.2e+03 2.43e+03 1.4e+03 0.00641 0.00528 2.08 23.1 World eIoni + 8 1.2e+03 2.43e+03 1.4e+03 0 0.00641 1.17 24.3 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 853, Parent ID = 607 +* G4Track Information: Particle = e-, Track ID = 882, Parent ID = 865 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00745 0.00126 -2.41e+03 18.2 0 0 0 Target initStep - 1 -0.099 0.0863 -2.41e+03 16.8 0.82 0.754 0.754 Target eBrem - 2 -1.63 -0.436 -2.41e+03 11.9 3.95 3.43 4.18 Target eBrem - 3 -1.73 -0.67 -2.41e+03 8.08 1.68 0.939 5.12 Target eBrem - 4 -1.74 -1.06 -2.41e+03 1.98 0.613 0.555 5.67 Target eBrem - 5 -1.92 -1.3 -2.41e+03 0.912 0.892 0.79 6.46 Target eBrem - 6 -2.05 -1.33 -2.41e+03 0.563 0.239 0.173 6.64 Target eBrem - 7 -2.07 -1.32 -2.41e+03 0 0.563 0.356 6.99 Target eIoni + 0 1.22e+03 2.43e+03 1.4e+03 0.00186 0 0 0 World initStep + 1 1.22e+03 2.43e+03 1.4e+03 0 0.00186 0.144 0.144 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 852, Parent ID = 608 +* G4Track Information: Particle = e-, Track ID = 864, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.06 -7.91 -2.41e+03 0.503 0 0 0 Target initStep - 1 2.07 -7.92 -2.41e+03 0 0.503 0.307 0.307 Target eIoni + 0 1.22e+03 2.42e+03 1.4e+03 0.00507 0 0 0 World initStep + 1 1.22e+03 2.42e+03 1.4e+03 0 0.00507 0.786 0.786 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 851, Parent ID = 608 +* G4Track Information: Particle = e-, Track ID = 863, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.4 -6.67 -2.41e+03 0.228 0 0 0 Target initStep - 1 0.396 -6.67 -2.41e+03 0 0.228 0.0991 0.0991 Target eIoni + 0 1.22e+03 2.41e+03 1.4e+03 0.00142 0 0 0 World initStep + 1 1.22e+03 2.41e+03 1.4e+03 0 0.00142 0.0952 0.0952 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 850, Parent ID = 608 +* G4Track Information: Particle = e-, Track ID = 862, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.335 -5.21 -2.41e+03 0.00753 0 0 0 Target initStep - 1 0.335 -5.21 -2.41e+03 0 0.00753 0.000464 0.000464 Target eIoni + 0 1.22e+03 2.41e+03 1.41e+03 0.00143 0 0 0 World initStep + 1 1.22e+03 2.41e+03 1.41e+03 0 0.00143 0.0961 0.0961 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 849, Parent ID = 608 +* G4Track Information: Particle = e-, Track ID = 861, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0126 -0.0239 -2.41e+03 5.21 0 0 0 Target initStep - 1 -0.367 -0.146 -2.41e+03 2.87 0.728 0.685 0.685 Target eIoni - 2 -0.454 -0.0699 -2.41e+03 2.38 0.11 0.116 0.801 Target eBrem - 3 0.08 0.126 -2.41e+03 0.731 1.65 1.43 2.23 Target eBrem - 4 0.0816 0.096 -2.41e+03 0 0.731 0.498 2.73 Target eIoni + 0 1.25e+03 2.32e+03 1.45e+03 0.00185 0 0 0 World initStep + 1 1.25e+03 2.32e+03 1.45e+03 0 0.00185 0.143 0.143 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 883, Parent ID = 849 +* G4Track Information: Particle = e-, Track ID = 860, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.367 -0.146 -2.41e+03 1.61 0 0 0 Target initStep - 1 -0.741 -0.122 -2.41e+03 0.216 1.39 0.801 0.801 Target eBrem - 2 -0.737 -0.124 -2.41e+03 0 0.216 0.0918 0.893 Target eIoni + 0 1.25e+03 2.28e+03 1.48e+03 0.00272 0 0 0 World initStep + 1 1.25e+03 2.28e+03 1.48e+03 0 0.00272 0.266 0.266 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 848, Parent ID = 609 +* G4Track Information: Particle = e-, Track ID = 859, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0136 -0.0193 -2.41e+03 0.881 0 0 0 Target initStep - 1 0.00914 -0.0519 -2.41e+03 0 0.881 0.628 0.628 Target eIoni + 0 1.21e+03 2.22e+03 1.49e+03 0.00175 0 0 0 World initStep + 1 1.21e+03 2.22e+03 1.49e+03 0 0.00175 0.132 0.132 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 847, Parent ID = 610 +* G4Track Information: Particle = e-, Track ID = 858, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.248 0.231 -2.41e+03 0.28 0 0 0 Target initStep - 1 0.249 0.239 -2.41e+03 0 0.28 0.135 0.135 Target eIoni + 0 1.2e+03 2.21e+03 1.49e+03 0.00126 0 0 0 World initStep + 1 1.2e+03 2.21e+03 1.49e+03 0 0.00126 0.0801 0.0801 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 846, Parent ID = 610 +* G4Track Information: Particle = e-, Track ID = 857, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.309 -0.48 -2.41e+03 0.378 0 0 0 Target initStep - 1 0.311 -0.489 -2.41e+03 0 0.378 0.207 0.207 Target eIoni + 0 1.13e+03 2.15e+03 1.5e+03 0.0012 0 0 0 World initStep + 1 1.13e+03 2.15e+03 1.5e+03 0 0.0012 0.0741 0.0741 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 845, Parent ID = 610 +* G4Track Information: Particle = e-, Track ID = 856, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0156 -0.0114 -2.41e+03 0.0241 0 0 0 Target initStep - 1 0.0155 -0.0113 -2.41e+03 0 0.0241 0.00273 0.00273 Target eIoni + 0 1.02e+03 2.06e+03 1.44e+03 0.00302 0 0 0 Tracker initStep + 1 1.02e+03 2.06e+03 1.44e+03 0.00277 0.000248 0.0841 0.0841 Tracker msc + 2 1.02e+03 2.06e+03 1.44e+03 0.00231 0.000456 0.0841 0.168 Tracker msc + 3 1.02e+03 2.06e+03 1.44e+03 0.00187 0.000442 0.0841 0.252 Tracker msc + 4 1.02e+03 2.06e+03 1.44e+03 0.00107 0.000803 0.0841 0.337 Tracker msc + 5 1.02e+03 2.06e+03 1.44e+03 0 0.00107 0.0626 0.399 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 843, Parent ID = 611 +* G4Track Information: Particle = e-, Track ID = 855, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0299 -0.000392 -2.41e+03 1.22 0 0 0 Target initStep - 1 0.199 0.287 -2.41e+03 0.382 0.539 0.604 0.604 Target eBrem - 2 0.187 0.295 -2.41e+03 0 0.382 0.21 0.815 Target eIoni + 0 894 1.99e+03 1.39e+03 0.00322 0 0 0 Tracker initStep + 1 894 1.99e+03 1.39e+03 0 0.00322 0.356 0.356 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 842, Parent ID = 612 +* G4Track Information: Particle = e-, Track ID = 854, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0969 -0.00718 -2.4e+03 0.592 0 0 0 Target initStep - 1 0.109 -0.0171 -2.4e+03 0 0.592 0.381 0.381 Target eIoni + 0 844 1.97e+03 1.37e+03 0.00159 0 0 0 Tracker initStep + 1 844 1.97e+03 1.37e+03 0 0.00159 0.113 0.113 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 840, Parent ID = 613 +* G4Track Information: Particle = e-, Track ID = 853, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0203 -0.0116 -2.41e+03 35.9 0 0 0 Target initStep - 1 -0.116 0.0445 -2.41e+03 27.9 1.2 0.97 0.97 Target eBrem - 2 -0.0838 0.172 -2.41e+03 7.84 0.665 0.506 1.48 Target eBrem - 3 0.545 0.0183 -2.41e+03 5.03 1.59 1.24 2.71 Target eIoni - 4 2.43 0.741 -2.41e+03 2.49 2.55 2.23 4.94 Target eIoni - 5 1.81 1.26 -2.41e+03 0.847 1.64 1.6 6.54 Target eIoni - 6 1.8 1.22 -2.41e+03 0 0.847 0.599 7.14 Target eIoni + 0 829 1.97e+03 1.35e+03 0.00212 0 0 0 Tracker initStep + 1 829 1.97e+03 1.35e+03 0 0.00212 0.178 0.178 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 888, Parent ID = 840 +* G4Track Information: Particle = e-, Track ID = 852, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.545 0.0183 -2.41e+03 1.22 0 0 0 Target initStep - 1 0.532 0.0388 -2.41e+03 0 1.22 0.919 0.919 Target eIoni + 0 827 1.96e+03 1.28e+03 0.00165 0 0 0 Tracker initStep + 1 827 1.96e+03 1.28e+03 0 0.00165 0.12 0.12 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 839, Parent ID = 614 +* G4Track Information: Particle = e-, Track ID = 851, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0203 -0.0119 -2.41e+03 0.0892 0 0 0 Target initStep - 1 0.0203 -0.0133 -2.41e+03 0 0.0892 0.0228 0.0228 Target eIoni + 0 816 1.99e+03 1.2e+03 0.00399 0 0 0 Tracker initStep + 1 816 1.99e+03 1.2e+03 0 0.00399 0.514 0.514 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 838, Parent ID = 617 +* G4Track Information: Particle = e-, Track ID = 850, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.038 -0.0444 -2.4e+03 0.383 0 0 0 Target initStep - 1 0.029 -0.0482 -2.4e+03 0 0.383 0.211 0.211 Target eIoni + 0 816 1.99e+03 1.19e+03 0.0035 0 0 0 Tracker initStep + 1 816 1.99e+03 1.19e+03 0 0.0035 0.411 0.411 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 836, Parent ID = 619 +* G4Track Information: Particle = e-, Track ID = 849, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0365 -0.0678 -2.4e+03 545 0 0 0 Target initStep - 1 0.033 -0.064 -2.4e+03 543 1.59 1.34 1.34 Target eBrem - 2 0.0358 -0.0662 -2.4e+03 541 0.425 0.333 1.67 Target eIoni - 3 0.0375 -0.0685 -2.4e+03 525 0.153 0.171 1.84 Target eBrem - 4 0.041 -0.0715 -2.4e+03 522 0.28 0.235 2.08 Target eBrem - 5 0.0437 -0.0734 -2.4e+03 482 0.376 0.171 2.25 Target eBrem - 6 0.0489 -0.0789 -2.4e+03 451 0.266 0.273 2.52 Target eBrem - 7 0.0551 -0.0912 -2.4e+03 449 1.69 1.36 3.88 Target eBrem - 8 0.0518 -0.103 -2.4e+03 449 0.315 0.335 4.22 Target eBrem - 9 0.0508 -0.105 -2.4e+03 448 0.106 0.111 4.33 Tracker Transportation - 10 -1.01 -1.13 -2.34e+03 448 0.0123 57.1 61.5 Tracker eIoni - 11 -2.83 -2.95 -2.24e+03 448 0.0196 100 161 Tracker StepLimiter - 12 -3.6 -3.66 -2.2e+03 448 0.00806 41.4 203 Tracker eIoni - 13 -5.33 -5.24 -2.11e+03 448 0.0154 93.6 296 Tracker eIoni - 14 -7.2 -6.92 -2.01e+03 448 0.0196 100 396 Tracker StepLimiter - 15 -7.74 -7.42 -1.98e+03 448 0.00638 29 425 Tracker eIoni - 16 -8.28 -7.92 -1.95e+03 448 0.0075 29 454 Tracker eIoni - 17 -10.1 -9.63 -1.85e+03 448 0.0152 100 554 Tracker StepLimiter - 18 -11.9 -11.4 -1.75e+03 448 0.023 100 654 Tracker StepLimiter - 19 -12.3 -11.8 -1.73e+03 448 0.00584 21.5 676 Tracker eIoni - 20 -12.8 -12.3 -1.7e+03 448 0.00603 28.6 705 Chamber Transportation - 21 -15.6 -14.9 -1.55e+03 448 0.0992 154 859 Chamber eIoni - 22 -16.1 -15.4 -1.52e+03 448 0.0224 28.4 887 Chamber eIoni - 23 -16.1 -15.5 -1.52e+03 448 0.000583 1.19 889 Chamber eIoni - 24 -16.4 -15.7 -1.5e+03 448 0.00433 16.1 905 Tracker Transportation - 25 -18 -17.5 -1.4e+03 448 0.0191 100 1e+03 Tracker StepLimiter - 26 -18 -17.5 -1.4e+03 448 8.33e-05 1.58 1.01e+03 Tracker eIoni - 27 -19.7 -19.3 -1.3e+03 448 0.0186 100 1.11e+03 Tracker StepLimiter - 28 -20.2 -19.8 -1.27e+03 448 0.00559 28.7 1.13e+03 Tracker eIoni - 29 -20.2 -19.8 -1.27e+03 448 0.000148 1.87 1.14e+03 Tracker eIoni - 30 -20.5 -20.1 -1.25e+03 448 0.00337 18.3 1.16e+03 Tracker eIoni - 31 -20.7 -20.3 -1.24e+03 448 0.00291 10.2 1.17e+03 Tracker eIoni - 32 -22.4 -22.1 -1.14e+03 448 0.0233 100 1.27e+03 Tracker StepLimiter - 33 -22.5 -22.2 -1.13e+03 448 0.000825 6.43 1.27e+03 Tracker eIoni - 34 -22.6 -22.3 -1.13e+03 448 0.000543 5.48 1.28e+03 Tracker eIoni - 35 -23.6 -23.4 -1.07e+03 448 0.00895 59.4 1.34e+03 Tracker eIoni - 36 -24 -23.8 -1.04e+03 448 0.00493 23.6 1.36e+03 Tracker eIoni - 37 -25.8 -25.6 -945 448 0.0183 100 1.46e+03 Tracker StepLimiter - 38 -26.6 -26.4 -900 448 0.0118 44.6 1.5e+03 Chamber Transportation - 39 -26.9 -26.7 -881 440 0.00939 19.3 1.52e+03 Chamber eBrem - 40 -27.2 -27 -867 440 0.0084 13.6 1.54e+03 Chamber eIoni - 41 -28.4 -28.5 -781 440 0.0539 86.2 1.62e+03 Chamber eBrem - 42 -29.6 -30.1 -700 440 0.0579 81 1.7e+03 Tracker Transportation - 43 -31.1 -32.3 -600 440 0.0186 100 1.8e+03 Tracker StepLimiter - 44 -32.6 -34.4 -505 440 0.0182 95.4 1.9e+03 Tracker eIoni - 45 -34.1 -36.5 -406 440 0.0233 98.8 2e+03 Tracker eIoni - 46 -35.1 -37.9 -340 440 0.0112 65.9 2.06e+03 Tracker eIoni - 47 -36.6 -40.1 -240 440 0.0182 100 2.16e+03 Tracker StepLimiter - 48 -38.1 -42.2 -140 440 0.0169 100 2.26e+03 Tracker StepLimiter - 49 -38.8 -43.1 -100 440 0.0084 40.2 2.31e+03 Chamber Transportation - 50 -39 -43.4 -84.5 440 0.0114 15.6 2.32e+03 Chamber eIoni - 51 -41.9 -47.2 100 440 0.123 185 2.51e+03 Tracker Transportation - 52 -43.5 -49.1 200 440 0.0196 100 2.61e+03 Tracker StepLimiter - 53 -43.9 -49.7 232 440 0.00626 32.1 2.64e+03 Tracker eIoni - 54 -44.8 -50.8 286 440 0.0125 54.2 2.69e+03 Tracker eIoni - 55 -46.3 -52.8 386 440 0.0199 100 2.79e+03 Tracker StepLimiter - 56 -47.8 -54.9 486 440 0.0164 100 2.89e+03 Tracker StepLimiter - 57 -49.3 -56.9 586 440 0.0193 100 2.99e+03 Tracker StepLimiter - 58 -50.4 -58.3 656 440 0.0167 69.8 3.06e+03 Tracker eIoni - 59 -51.1 -59.2 700 440 0.0101 44.1 3.11e+03 Chamber Transportation - 60 -51.2 -59.4 710 440 0.00748 10.1 3.12e+03 Chamber eIoni - 61 -51.8 -60.1 744 440 0.0263 34.3 3.15e+03 Chamber eIoni - 62 -51.9 -60.2 750 440 0.00171 5.78 3.16e+03 Chamber eIoni - 63 -53.5 -62.1 836 440 0.0554 85.4 3.24e+03 Chamber eIoni - 64 -53.7 -62.4 848 440 0.0107 12.3 3.25e+03 Chamber eIoni - 65 -53.9 -62.7 861 440 0.00699 13.2 3.27e+03 Chamber eIoni - 66 -54.1 -63 874 440 0.00688 12.6 3.28e+03 Chamber eIoni - 67 -54.4 -63.3 890 440 0.0111 16 3.3e+03 Chamber eIoni - 68 -54.5 -63.6 900 440 0.00752 10.3 3.31e+03 Tracker Transportation - 69 -54.7 -64 919 440 0.00265 18.6 3.32e+03 Tracker eIoni - 70 -56.1 -66.3 1.02e+03 440 0.0168 100 3.42e+03 Tracker StepLimiter - 71 -56.6 -67 1.05e+03 440 0.00466 35.3 3.46e+03 Tracker eIoni - 72 -56.9 -67.6 1.08e+03 440 0.00419 25.6 3.48e+03 Tracker eIoni - 73 -57 -67.8 1.09e+03 440 0.00186 8.69 3.49e+03 Tracker eIoni - 74 -57.3 -68.3 1.11e+03 440 0.00398 21.8 3.52e+03 Tracker eIoni - 75 -57.5 -68.6 1.12e+03 440 0.002 12.2 3.53e+03 Tracker eIoni - 76 -58.3 -69.8 1.18e+03 440 0.0127 55.4 3.58e+03 Tracker eIoni - 77 -59.2 -71.2 1.24e+03 440 0.0146 65.4 3.65e+03 Tracker eIoni - 78 -59.8 -72.2 1.29e+03 440 0.0058 45.7 3.69e+03 Tracker eIoni - 79 -60.8 -74 1.37e+03 440 0.016 79.7 3.77e+03 Tracker eIoni - 80 -62.1 -76.2 1.47e+03 439 0.0263 100 3.87e+03 Tracker StepLimiter - 81 -62.4 -76.7 1.49e+03 439 0.00402 24.1 3.9e+03 Tracker eIoni - 82 -62.5 -76.9 1.5e+03 439 0.000864 7.63 3.91e+03 Chamber Transportation - 83 -62.7 -77.2 1.51e+03 439 0.0131 14.9 3.92e+03 Chamber eIoni - 84 -62.9 -77.6 1.53e+03 439 0.0104 17.8 3.94e+03 Chamber eIoni - 85 -63.6 -78.8 1.59e+03 439 0.0372 59 4e+03 Chamber eIoni - 86 -63.6 -78.9 1.6e+03 439 0.00709 7.39 4e+03 Chamber eIoni - 87 -63.7 -78.9 1.6e+03 439 7.81e-05 0.214 4e+03 Chamber eIoni - 88 -64.9 -81 1.7e+03 439 0.0649 101 4.11e+03 Tracker Transportation - 89 -65.6 -82 1.75e+03 439 0.0123 52.6 4.16e+03 Tracker eIoni - 90 -66.9 -83.7 1.84e+03 439 0.0178 90 4.25e+03 Tracker eIoni - 91 -68.2 -85.6 1.94e+03 439 0.0257 100 4.35e+03 Tracker StepLimiter - 92 -68.5 -86 1.96e+03 439 0.00347 21.9 4.37e+03 Tracker eIoni - 93 -69.9 -88 2.06e+03 439 0.0194 100 4.47e+03 Tracker StepLimiter - 94 -71.3 -89.9 2.16e+03 439 0.0196 100 4.57e+03 Tracker StepLimiter - 95 -72.5 -91.8 2.26e+03 439 0.0148 94.8 4.66e+03 Tracker eBrem - 96 -73.8 -93.7 2.36e+03 439 0.0185 100 4.76e+03 Tracker StepLimiter - 97 -74 -94 2.38e+03 439 0.00352 17.1 4.78e+03 Tracker eIoni - 98 -74.4 -94.5 2.4e+03 439 0.00469 23.9 4.81e+03 World Transportation - 99 -78.7 -101 2.72e+03 439 0.0591 323 5.13e+03 World eIoni - 100 -81.2 -104 2.9e+03 439 0.0362 178 5.31e+03 World eIoni - 101 -81.7 -105 2.94e+03 439 0.00748 39.6 5.35e+03 OutOfWorld Transportation + 0 819 2e+03 1.15e+03 0.00262 0 0 0 Tracker initStep + 1 819 2e+03 1.15e+03 0 0.00262 0.251 0.251 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 955, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 848, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -81.2 -104 2.9e+03 0.00186 0 0 0 World initStep - 1 -81.2 -104 2.9e+03 0 0.00186 0.144 0.144 World eIoni + 0 819 2e+03 1.14e+03 0.00113 0 0 0 Tracker initStep + 1 819 2e+03 1.14e+03 0 0.00113 0.0677 0.0677 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 954, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 847, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -78.7 -101 2.72e+03 0.0011 0 0 0 World initStep - 1 -78.7 -101 2.72e+03 0 0.0011 0.0652 0.0652 World eIoni + 0 855 1.96e+03 1.01e+03 0.00348 0 0 0 Tracker initStep + 1 855 1.96e+03 1.01e+03 0 0.00348 0.407 0.407 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 953, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 846, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74 -94 2.38e+03 0.00136 0 0 0 Tracker initStep - 1 -74 -94 2.38e+03 0 0.00136 0.0897 0.0897 Tracker eIoni + 0 870 1.92e+03 945 0.00234 0 0 0 Tracker initStep + 1 870 1.92e+03 945 0 0.00234 0.208 0.208 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 951, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 845, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -68.5 -86 1.96e+03 0.00137 0 0 0 Tracker initStep - 1 -68.5 -86 1.96e+03 0 0.00137 0.0904 0.0904 Tracker eIoni + 0 865 1.91e+03 850 0.00138 0 0 0 Tracker initStep + 1 865 1.91e+03 850 0 0.00138 0.0911 0.0911 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 950, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 844, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -66.9 -83.7 1.84e+03 0.00358 0 0 0 Tracker initStep - 1 -66.9 -83.5 1.84e+03 0 0.00358 0.427 0.427 Tracker eIoni + 0 829 1.88e+03 677 0.0179 0 0 0 Tracker initStep + 1 830 1.88e+03 677 0.016 0.000831 0.677 0.677 Tracker eIoni + 2 831 1.88e+03 679 0.0124 0.00362 2.74 3.41 Tracker eIoni + 3 833 1.88e+03 680 0.00655 0.00583 2.19 5.6 Tracker eIoni + 4 833 1.88e+03 679 0.0016 0.00495 1.2 6.8 Tracker eIoni + 5 833 1.88e+03 679 0 0.0016 0.114 6.92 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 949, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 883, Parent ID = 844 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -65.6 -82 1.75e+03 0.00102 0 0 0 Tracker initStep - 1 -65.6 -82 1.75e+03 0 0.00102 0.0588 0.0588 Tracker eIoni + 0 830 1.88e+03 677 0.00104 0 0 0 Tracker initStep + 1 830 1.88e+03 677 0 0.00104 0.06 0.06 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 948, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 843, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -63.7 -78.9 1.6e+03 0.002 0 0 0 Chamber initStep - 1 -63.6 -78.9 1.6e+03 0 0.002 0.104 0.104 Chamber eIoni + 0 829 1.88e+03 673 0.00106 0 0 0 Tracker initStep + 1 829 1.88e+03 673 0 0.00106 0.062 0.062 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 947, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 842, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -63.6 -78.9 1.6e+03 0.00212 0 0 0 Chamber initStep - 1 -63.6 -78.9 1.6e+03 0 0.00212 0.113 0.113 Chamber eIoni + 0 822 1.88e+03 599 0.00214 0 0 0 Tracker initStep + 1 822 1.88e+03 599 0 0.00214 0.18 0.18 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 946, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 841, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -63.6 -78.8 1.59e+03 0.00152 0 0 0 Chamber initStep - 1 -63.6 -78.8 1.59e+03 0 0.00152 0.0718 0.0718 Chamber eIoni + 0 792 1.88e+03 510 0.00161 0 0 0 Tracker initStep + 1 791 1.88e+03 510 0 0.00161 0.115 0.115 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 945, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 840, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.9 -77.6 1.53e+03 0.00139 0 0 0 Chamber initStep - 1 -62.9 -77.6 1.53e+03 0 0.00139 0.0633 0.0633 Chamber eIoni + 0 748 1.78e+03 178 0.00261 0 0 0 Tracker initStep + 1 748 1.78e+03 178 0 0.00261 0.25 0.25 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 944, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 839, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.7 -77.2 1.51e+03 0.0106 0 0 0 Chamber initStep - 1 -62.3 -77.3 1.51e+03 0.00338 0.00724 1.28 1.28 Chamber eIoni - 2 -62.3 -77.3 1.51e+03 0 0.00338 0.216 1.5 Chamber eIoni + 0 746 1.77e+03 137 0.0149 0 0 0 Tracker initStep + 1 745 1.77e+03 137 0.0127 0.000175 0.24 0.24 Tracker eIoni + 2 744 1.77e+03 137 0.00982 0.00293 2.24 2.48 Tracker eIoni + 3 744 1.77e+03 137 0.00612 0.00105 0.287 2.77 Tracker eIoni + 4 744 1.77e+03 136 0.000221 0.0059 1.09 3.86 Tracker eIoni + 5 744 1.77e+03 136 0 0.000221 0.00986 3.87 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 943, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 885, Parent ID = 839 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -62.4 -76.7 1.49e+03 0.00135 0 0 0 Tracker initStep - 1 -62.4 -76.8 1.49e+03 0 0.00135 0.0887 0.0887 Tracker eIoni + 0 744 1.77e+03 137 0.00265 0 0 0 Tracker initStep + 1 744 1.77e+03 137 0 0.00265 0.256 0.256 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 942, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 884, Parent ID = 839 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -60.8 -74 1.37e+03 0.00252 0 0 0 Tracker initStep - 1 -60.8 -73.9 1.37e+03 0 0.00252 0.235 0.235 Tracker eIoni + 0 745 1.77e+03 137 0.00194 0 0 0 Tracker initStep + 1 745 1.77e+03 137 0 0.00194 0.154 0.154 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 941, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 838, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -59.8 -72.2 1.29e+03 0.00123 0 0 0 Tracker initStep - 1 -59.8 -72.2 1.29e+03 0 0.00123 0.0772 0.0772 Tracker eIoni + 0 747 1.76e+03 103 0.00124 0 0 0 Tracker initStep + 1 747 1.76e+03 103 0 0.00124 0.0778 0.0778 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 940, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 837, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -59.2 -71.2 1.24e+03 0.00182 0 0 0 Tracker initStep - 1 -59.2 -71.2 1.24e+03 0 0.00182 0.139 0.139 Tracker eIoni + 0 757 1.73e+03 -24.8 0.00795 0 0 0 Tracker initStep + 1 756 1.73e+03 -23.9 0.00247 0.00548 1.5 1.5 Tracker eIoni + 2 756 1.73e+03 -23.8 0 0.00247 0.228 1.73 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 939, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 836, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -58.3 -69.8 1.18e+03 0.00171 0 0 0 Tracker initStep - 1 -58.3 -69.8 1.18e+03 0 0.00171 0.126 0.126 Tracker eIoni + 0 739 1.69e+03 -103 0.00124 0 0 0 Tracker initStep + 1 739 1.69e+03 -103 0 0.00124 0.0781 0.0781 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 938, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 835, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.5 -68.6 1.12e+03 0.00115 0 0 0 Tracker initStep - 1 -57.5 -68.6 1.12e+03 0 0.00115 0.0702 0.0702 Tracker eIoni + 0 738 1.69e+03 -106 0.00114 0 0 0 Tracker initStep + 1 738 1.69e+03 -106 0 0.00114 0.069 0.069 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 937, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 834, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57.3 -68.3 1.11e+03 0.00672 0 0 0 Tracker initStep - 1 -56.9 -67.9 1.11e+03 0.00182 0.0049 1.24 1.24 Tracker eIoni - 2 -56.9 -67.9 1.11e+03 0 0.00182 0.14 1.38 Tracker eIoni + 0 738 1.69e+03 -111 0.0252 0 0 0 Tracker initStep + 1 740 1.69e+03 -111 0.0215 0.00139 1.69 1.69 Tracker eIoni + 2 742 1.69e+03 -110 0.0173 0.0042 3.7 5.39 Tracker eIoni + 3 741 1.69e+03 -108 0.0125 0.00477 2.95 8.34 Tracker eIoni + 4 740 1.69e+03 -109 0.00798 0.00353 1.65 9.99 Tracker eIoni + 5 739 1.69e+03 -109 0.00136 0.00662 1.5 11.5 Tracker eIoni + 6 739 1.69e+03 -109 0 0.00136 0.0894 11.6 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 936, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 887, Parent ID = 834 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -57 -67.8 1.09e+03 0.00285 0 0 0 Tracker initStep - 1 -57 -67.7 1.09e+03 0 0.00285 0.288 0.288 Tracker eIoni + 0 740 1.69e+03 -109 0.00103 0 0 0 Tracker initStep + 1 740 1.69e+03 -109 0 0.00103 0.0591 0.0591 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 935, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 886, Parent ID = 834 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.9 -67.6 1.08e+03 0.00138 0 0 0 Tracker initStep - 1 -56.9 -67.7 1.08e+03 0 0.00138 0.0909 0.0909 Tracker eIoni + 0 740 1.69e+03 -111 0.00226 0 0 0 Tracker initStep + 1 740 1.69e+03 -111 0 0.00226 0.196 0.196 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 934, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 833, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -56.6 -67 1.05e+03 0.00391 0 0 0 Tracker initStep - 1 -56.7 -67.2 1.05e+03 0 0.00391 0.497 0.497 Tracker eIoni + 0 681 1.63e+03 -223 0.00134 0 0 0 Tracker initStep + 1 681 1.63e+03 -223 0 0.00134 0.0872 0.0872 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 933, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 832, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -54.7 -64 919 0.00184 0 0 0 Tracker initStep - 1 -54.8 -63.9 919 0 0.00184 0.142 0.142 Tracker eIoni + 0 522 1.56e+03 -463 0.00465 0 0 0 Tracker initStep + 1 521 1.56e+03 -462 0.0016 0.00305 0.612 0.612 Tracker eIoni + 2 521 1.56e+03 -462 0 0.0016 0.115 0.727 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 932, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 831, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -54.4 -63.3 890 0.00319 0 0 0 Chamber initStep - 1 -54.4 -63.3 890 0 0.00319 0.199 0.199 Chamber eIoni + 0 486 1.56e+03 -509 0.00348 0 0 0 Tracker initStep + 1 486 1.56e+03 -509 0 0.00348 0.407 0.407 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 931, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 830, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -54.1 -63 874 0.00149 0 0 0 Chamber initStep - 1 -54.1 -63 874 0 0.00149 0.0697 0.0697 Chamber eIoni + 0 479 1.56e+03 -518 0.00111 0 0 0 Tracker initStep + 1 479 1.56e+03 -518 0 0.00111 0.0663 0.0663 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 930, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 829, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.9 -62.7 861 0.00635 0 0 0 Chamber initStep - 1 -53.9 -62.7 861 0.00417 9.83e-05 0.0186 0.0186 Chamber eIoni - 2 -53.9 -62.8 861 0 0.00417 0.297 0.315 Chamber eIoni + 0 478 1.56e+03 -519 0.00279 0 0 0 Tracker initStep + 1 479 1.56e+03 -519 0 0.00279 0.278 0.278 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 956, Parent ID = 930 +* G4Track Information: Particle = e-, Track ID = 828, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.9 -62.7 861 0.00208 0 0 0 Chamber initStep - 1 -53.9 -62.7 861 0 0.00208 0.11 0.11 Chamber eIoni + 0 293 1.54e+03 -755 0.00166 0 0 0 Tracker initStep + 1 293 1.54e+03 -755 0 0.00166 0.121 0.121 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 929, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 827, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.7 -62.4 848 0.131 0 0 0 Chamber initStep - 1 -48.9 -51.9 847 0.121 0.01 12.6 12.6 Chamber eIoni - 2 -48.3 -50.2 848 0.115 0.00103 2.01 14.7 Chamber eIoni - 3 -53.1 -40.9 858 0.107 0.0081 15.1 29.7 Chamber msc - 4 -49 -41.1 862 0.0986 0.00635 6.37 36.1 Chamber eIoni - 5 -46.9 -40.6 864 0.0937 0.00498 3.24 39.4 Chamber eIoni - 6 -44.9 -34.9 862 0.0838 0.00631 7.4 46.8 Chamber eIoni - 7 -45.4 -31.1 872 0.0691 0.0147 11.5 58.3 Chamber eIoni - 8 -43.1 -30 875 0.0633 0.00438 4.02 62.3 Chamber eIoni - 9 -43.9 -29.6 876 0.0591 0.00217 1.3 63.6 Chamber eIoni - 10 -45.1 -29.9 876 0.0544 0.00146 1.54 65.1 Chamber eIoni - 11 -44.7 -25.2 873 0.044 0.00886 5.99 71.1 Chamber eIoni - 12 -44.7 -24.9 873 0.0414 0.000793 0.415 71.6 Chamber eIoni - 13 -47 -21.7 872 0.0311 0.00813 4.31 75.9 Chamber eIoni - 14 -47.4 -22.3 873 0.0235 0.00409 1.03 76.9 Chamber eIoni - 15 -48 -22.8 871 0.0166 0.00531 2.04 78.9 Chamber eIoni - 16 -48.3 -23.1 871 0.013 0.0021 0.498 79.4 Chamber eIoni - 17 -48.5 -22.8 871 0.0119 0.00114 0.403 79.8 Chamber eIoni - 18 -48.8 -22.3 871 0.00504 0.00396 0.733 80.6 Chamber eIoni - 19 -48.9 -22.3 871 0 0.00504 0.399 81 Chamber eIoni + 0 288 1.53e+03 -760 0.00147 0 0 0 Tracker initStep + 1 288 1.53e+03 -760 0 0.00147 0.1 0.1 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 969, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 826, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.8 -22.3 871 0.00285 0 0 0 Chamber initStep - 1 -48.8 -22.3 871 0 0.00285 0.17 0.17 Chamber eIoni + 0 259 1.53e+03 -784 0.00556 0 0 0 Tracker initStep + 1 259 1.53e+03 -784 0 0.00556 0.925 0.925 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 968, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 825, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.3 -23.1 871 0.00154 0 0 0 Chamber initStep - 1 -48.3 -23.1 871 0 0.00154 0.0726 0.0726 Chamber eIoni + 0 257 1.53e+03 -785 0.00106 0 0 0 Tracker initStep + 1 257 1.53e+03 -785 0 0.00106 0.0624 0.0624 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 967, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 824, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48 -22.8 871 0.00157 0 0 0 Chamber initStep - 1 -48 -22.8 871 0 0.00157 0.075 0.075 Chamber eIoni + 0 241 1.52e+03 -798 0.00148 0 0 0 Tracker initStep + 1 241 1.52e+03 -797 0 0.00148 0.102 0.102 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 966, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 823, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.4 -22.3 873 0.0035 0 0 0 Chamber initStep - 1 -47.4 -22.3 873 0 0.0035 0.228 0.228 Chamber eIoni + 0 240 1.52e+03 -798 0.0068 0 0 0 Tracker initStep + 1 240 1.52e+03 -798 0.00404 0.00164 0.408 0.408 Tracker eIoni + 2 240 1.52e+03 -798 0 0.00404 0.526 0.934 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 965, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 888, Parent ID = 823 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47 -21.7 872 0.00218 0 0 0 Chamber initStep - 1 -47 -21.7 872 0 0.00218 0.117 0.117 Chamber eIoni + 0 240 1.52e+03 -798 0.00113 0 0 0 Tracker initStep + 1 240 1.52e+03 -798 0 0.00113 0.068 0.068 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 964, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 822, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.7 -24.9 873 0.00181 0 0 0 Chamber initStep - 1 -44.8 -24.9 873 0 0.00181 0.0908 0.0908 Chamber eIoni + 0 226 1.51e+03 -813 0.00818 0 0 0 Tracker initStep + 1 226 1.51e+03 -813 0.0047 0.00226 0.738 0.738 Tracker eIoni + 2 226 1.51e+03 -813 0.00313 0.000541 0.146 0.884 Tracker eIoni + 3 226 1.51e+03 -813 0.00159 0.000312 0.0949 0.979 Tracker eIoni + 4 226 1.51e+03 -813 0 0.00159 0.114 1.09 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 963, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 891, Parent ID = 822 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.7 -25.2 873 0.00155 0 0 0 Chamber initStep - 1 -44.7 -25.2 873 0 0.00155 0.0735 0.0735 Chamber eIoni + 0 226 1.51e+03 -813 0.00123 0 0 0 Tracker initStep + 1 226 1.51e+03 -813 0 0.00123 0.0766 0.0766 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 962, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 890, Parent ID = 822 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -45.1 -29.9 876 0.00325 0 0 0 Chamber initStep - 1 -45.1 -29.9 876 0 0.00325 0.205 0.205 Chamber eIoni + 0 226 1.51e+03 -813 0.00103 0 0 0 Tracker initStep + 1 226 1.51e+03 -813 0 0.00103 0.0597 0.0597 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 961, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 889, Parent ID = 822 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.9 -29.6 876 0.00196 0 0 0 Chamber initStep - 1 -43.9 -29.6 876 0 0.00196 0.101 0.101 Chamber eIoni + 0 226 1.51e+03 -813 0.00122 0 0 0 Tracker initStep + 1 226 1.51e+03 -813 0 0.00122 0.076 0.076 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 960, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 821, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.1 -30 875 0.00144 0 0 0 Chamber initStep - 1 -43.1 -30 875 0 0.00144 0.0667 0.0667 Chamber eIoni + 0 184 1.49e+03 -880 0.00171 0 0 0 Tracker initStep + 1 184 1.49e+03 -880 0 0.00171 0.126 0.126 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 959, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 820, Parent ID = 819 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.9 -34.9 862 0.00354 0 0 0 Chamber initStep - 1 -44.9 -35 862 0 0.00354 0.231 0.231 Chamber eIoni + 0 140 1.42e+03 -962 0.00179 0 0 0 Tracker initStep + 1 140 1.42e+03 -962 0 0.00179 0.136 0.136 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 958, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 818, Parent ID = 717 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -49 -41.1 862 0.0016 0 0 0 Chamber initStep - 1 -49 -41.1 862 0 0.0016 0.0769 0.0769 Chamber eIoni + 0 -0.644 1.57 -2.4e+03 0.165 0 0 0 Target initStep + 1 -0.647 1.57 -2.4e+03 0 0.165 0.0604 0.0604 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 957, Parent ID = 929 +* G4Track Information: Particle = e-, Track ID = 817, Parent ID = 717 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -48.3 -50.2 848 0.00491 0 0 0 Chamber initStep - 1 -48.3 -50.2 848 0 0.00491 0.382 0.382 Chamber eIoni + 0 -0.273 0.308 -2.41e+03 0.0293 0 0 0 Target initStep + 1 -0.273 0.307 -2.41e+03 0 0.0293 0.00374 0.00374 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 928, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 716, Parent ID = 714 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -53.5 -62.1 836 0.00285 0 0 0 Chamber initStep - 1 -53.5 -62.2 836 0 0.00285 0.17 0.17 Chamber eIoni + 0 -0.226 -0.0197 -2.41e+03 0.329 0 0 0 Target initStep + 1 -0.403 0.704 -2.41e+03 0 0.088 2.44 2.44 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 927, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 892, Parent ID = 716 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.9 -60.2 750 0.0197 0 0 0 Chamber initStep - 1 -54 -60.6 750 0.0121 0.0076 2.18 2.18 Chamber eIoni - 2 -55.1 -61 749 0.00452 0.00551 1.37 3.55 Chamber eIoni - 3 -55.1 -61 749 0 0.00452 0.336 3.89 Chamber eIoni + 0 -0.403 0.704 -2.41e+03 0.241 0 0 0 Target initStep + 1 -0.401 0.708 -2.41e+03 0 0.241 0.108 0.108 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 970, Parent ID = 927 +* G4Track Information: Particle = gamma, Track ID = 598, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -55.1 -61 749 0.00203 0 0 0 Chamber initStep - 1 -55.1 -61 749 0 0.00203 0.106 0.106 Chamber eIoni + 0 -0.0792 -0.047 -2.41e+03 1.11e+03 0 0 0 Target initStep + 1 -0.224 -0.174 -2.4e+03 1.11e+03 0 10.4 10.4 Tracker Transportation + 2 -10 -8.73 -1.7e+03 1.11e+03 0 700 710 Chamber Transportation + 3 -12.8 -11.2 -1.5e+03 1.11e+03 0 200 911 Tracker Transportation + 4 -21.2 -18.5 -900 1.11e+03 0 600 1.51e+03 Chamber Transportation + 5 -24 -21 -700 1.11e+03 0 200 1.71e+03 Tracker Transportation + 6 -32.3 -28.3 -100 1.11e+03 0 600 2.31e+03 Chamber Transportation + 7 -35.1 -30.7 100 1.11e+03 0 200 2.51e+03 Tracker Transportation + 8 -43.5 -38.1 700 1.11e+03 0 600 3.11e+03 Chamber Transportation + 9 -46.3 -40.5 900 1.11e+03 0 200 3.31e+03 Tracker Transportation + 10 -54.7 -47.9 1.5e+03 1.11e+03 0 600 3.91e+03 Chamber Transportation + 11 -57.5 -50.3 1.7e+03 1.11e+03 0 200 4.11e+03 Tracker Transportation + 12 -67.2 -58.9 2.4e+03 1.11e+03 0 700 4.81e+03 World Transportation + 13 -74.8 -65.5 2.94e+03 1.11e+03 0 540 5.35e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 926, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 597, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.8 -60.1 744 0.00203 0 0 0 Chamber initStep - 1 -51.9 -60.1 744 0 0.00203 0.106 0.106 Chamber eIoni + 0 -0.0791 -0.0468 -2.41e+03 1.83 0 0 0 Target initStep + 1 -0.217 -0.177 -2.4e+03 1.83 0 10.4 10.4 Tracker Transportation + 2 -9.52 -8.93 -1.7e+03 1.83 0 700 710 Chamber Transportation + 3 -12.2 -11.4 -1.5e+03 1.83 0 200 911 Tracker Transportation + 4 -20.2 -18.9 -900 1.83 0 600 1.51e+03 Chamber Transportation + 5 -22.8 -21.4 -700 1.83 0 200 1.71e+03 Tracker Transportation + 6 -30.8 -28.9 -100 1.83 0 600 2.31e+03 Chamber Transportation + 7 -33.5 -31.5 100 1.83 0 200 2.51e+03 Tracker Transportation + 8 -41.4 -39 700 1.83 0 600 3.11e+03 Chamber Transportation + 9 -44.1 -41.5 900 1.83 0 200 3.31e+03 Tracker Transportation + 10 -52.1 -49 1.5e+03 1.83 0 600 3.91e+03 Chamber Transportation + 11 -54.7 -51.5 1.7e+03 1.83 0 200 4.11e+03 Tracker Transportation + 12 -64 -60.2 2.4e+03 1.83 0 700 4.81e+03 World Transportation + 13 -71.2 -67 2.94e+03 1.83 0 540 5.35e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 925, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 596, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.2 -59.4 710 0.00166 0 0 0 Chamber initStep - 1 -51.3 -59.4 710 0 0.00166 0.0809 0.0809 Chamber eIoni + 0 -0.0497 -0.0167 -2.41e+03 0.796 0 0 0 Target initStep + 1 -0.104 -0.0618 -2.41e+03 0 0.088 5.08 5.08 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 924, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 893, Parent ID = 596 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -50.4 -58.3 656 0.00303 0 0 0 Tracker initStep - 1 -50.4 -58.4 656 0 0.00303 0.321 0.321 Tracker eIoni + 0 -0.104 -0.0618 -2.41e+03 0.708 0 0 0 Target initStep + 1 -0.0902 -0.0685 -2.41e+03 0 0.708 0.479 0.479 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 923, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 595, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -44.8 -50.8 286 0.00162 0 0 0 Tracker initStep - 1 -44.8 -50.8 286 0 0.00162 0.117 0.117 Tracker eIoni + 0 -0.0451 -0.013 -2.41e+03 0.308 0 0 0 Target initStep + 1 -0.0774 -0.0397 -2.41e+03 0 0.088 2.27 2.27 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 922, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 894, Parent ID = 595 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.9 -49.7 232 0.0143 0 0 0 Tracker initStep - 1 -42.9 -51.6 232 0.00993 0.00436 2.47 2.47 Tracker eIoni - 2 -43.7 -51.9 233 0.00379 0.00338 1.42 3.89 Tracker eIoni - 3 -43.6 -51.8 233 0 0.00379 0.472 4.36 Tracker eIoni + 0 -0.0774 -0.0397 -2.41e+03 0.22 0 0 0 Target initStep + 1 -0.0785 -0.0393 -2.41e+03 0 0.22 0.0942 0.0942 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 971, Parent ID = 922 +* G4Track Information: Particle = gamma, Track ID = 594, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -43.7 -51.9 233 0.00276 0 0 0 Tracker initStep - 1 -43.8 -52 233 0 0.00276 0.273 0.273 Tracker eIoni + 0 -0.034 -0.00454 -2.41e+03 27.6 0 0 0 Target initStep + 1 -0.201 -0.0803 -2.4e+03 0 0 10.7 10.7 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 921, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 895, Parent ID = 594 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39 -43.4 -84.5 0.00187 0 0 0 Chamber initStep - 1 -39 -43.4 -84.5 0 0.00187 0.0951 0.0951 Chamber eIoni + 0 -0.201 -0.0803 -2.4e+03 1.58 0 0 0 Target initStep + 1 -0.218 -0.93 -2.4e+03 0.0924 1.49 1.2 1.2 Target eIoni + 2 -0.216 -0.93 -2.4e+03 0 0.0924 0.0241 1.22 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 920, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 593, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -35.1 -37.9 -340 0.00497 0 0 0 Tracker initStep - 1 -35.1 -37.6 -340 0 0.00497 0.757 0.757 Tracker eIoni + 0 -0.0283 -0.00256 -2.41e+03 11.1 0 0 0 Target initStep + 1 -0.246 -0.0506 -2.4e+03 11.1 0 14.6 14.6 Tracker Transportation + 2 -10.6 -2.35 -1.7e+03 11.1 0 700 715 Chamber Transportation + 3 -13.6 -3 -1.5e+03 11.1 0 200 915 Tracker Transportation + 4 -22.5 -4.97 -900 11.1 0 600 1.51e+03 Chamber Transportation + 5 -25.5 -5.63 -700 11.1 0 200 1.71e+03 Tracker Transportation + 6 -34.4 -7.59 -100 11.1 0 600 2.31e+03 Chamber Transportation + 7 -37.4 -8.25 100 11.1 0 200 2.51e+03 Tracker Transportation + 8 -46.3 -10.2 700 11.1 0 600 3.12e+03 Chamber Transportation + 9 -49.3 -10.9 900 11.1 0 200 3.32e+03 Tracker Transportation + 10 -58.2 -12.8 1.5e+03 11.1 0 600 3.92e+03 Chamber Transportation + 11 -61.2 -13.5 1.7e+03 11.1 0 200 4.12e+03 Tracker Transportation + 12 -71.6 -15.8 2.4e+03 11.1 0 700 4.82e+03 World Transportation + 13 -79.6 -17.6 2.94e+03 11.1 0 540 5.36e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 919, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 592, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.1 -36.5 -406 0.00297 0 0 0 Tracker initStep - 1 -34 -36.4 -406 0 0.00297 0.309 0.309 Tracker eIoni + 0 -0.0251 -0.00184 -2.41e+03 116 0 0 0 Target initStep + 1 -0.0439 -0.00857 -2.41e+03 0 0 1.36 1.36 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 918, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 897, Parent ID = 592 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.6 -34.4 -505 0.0032 0 0 0 Tracker initStep - 1 -32.4 -34.5 -505 0 0.0032 0.352 0.352 Tracker eIoni + 0 -0.0439 -0.00857 -2.41e+03 101 0 0 0 Target initStep + 1 -0.0457 -0.00473 -2.41e+03 90.7 0.237 0.2 0.2 Target eBrem + 2 -0.0457 -0.00369 -2.41e+03 53.5 0.0876 0.0433 0.243 Target eBrem + 3 -0.0461 -0.000585 -2.41e+03 53.3 0.0753 0.0712 0.314 Target eBrem + 4 -0.0569 -0.000651 -2.41e+03 52.1 0.725 0.343 0.657 Target eBrem + 5 -0.0897 0.0285 -2.41e+03 51.6 0.346 0.284 0.941 Target eBrem + 6 -0.0609 0.289 -2.41e+03 47 2.77 2.19 3.14 Target eBrem + 7 -1.3 0.635 -2.41e+03 43.3 3.48 2.96 6.1 Target eBrem + 8 -1.31 0.631 -2.41e+03 25.5 0.0813 0.0347 6.14 Target eBrem + 9 -1.32 0.626 -2.41e+03 23.4 0.0358 0.0335 6.17 Target eBrem + 10 -1.53 0.557 -2.41e+03 22.3 0.612 0.63 6.8 Target eBrem + 11 -1.6 0.617 -2.41e+03 20.7 0.446 0.4 7.2 Target eBrem + 12 -1.48 0.768 -2.41e+03 18.7 1.52 1.23 8.43 Target eBrem + 13 -1.48 0.818 -2.41e+03 16.4 0.134 0.144 8.57 Target eBrem + 14 -1.09 1.69 -2.4e+03 13.5 2.45 1.39 9.96 Target eBrem + 15 -0.877 3.23 -2.4e+03 10.8 2.56 2.33 12.3 Target eBrem + 16 -1.65 2.94 -2.4e+03 8.36 2.04 1.41 13.7 Target eBrem + 17 -1.81 2.97 -2.4e+03 7.89 0.245 0.261 14 Target eBrem + 18 -2.73 3.05 -2.4e+03 6.37 1.15 1.04 15 Target eBrem + 19 -2.56 2.12 -2.4e+03 4.05 2.11 1.87 16.9 Target eBrem + 20 -2.53 2.27 -2.4e+03 3.35 0.403 0.345 17.2 Target eBrem + 21 -2.91 2.44 -2.4e+03 1.83 0.426 0.471 17.7 Target eIoni + 22 -2.95 2.44 -2.4e+03 1.44 0.0508 0.0586 17.7 Target eBrem + 23 -2.96 2.46 -2.4e+03 0.569 0.762 0.699 18.4 Target eBrem + 24 -2.94 2.45 -2.4e+03 0 0.569 0.362 18.8 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 916, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 919, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -27.2 -27 -867 0.0014 0 0 0 Chamber initStep - 1 -27.2 -27 -867 0 0.0014 0.0644 0.0644 Chamber eIoni + 0 -2.91 2.44 -2.4e+03 1.1 0 0 0 Target initStep + 1 -2.87 2.39 -2.4e+03 0.799 0.196 0.16 0.16 Target eBrem + 2 -2.87 2.37 -2.4e+03 0 0.799 0.557 0.717 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 914, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 922, Parent ID = 919 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -24 -23.8 -1.04e+03 0.00104 0 0 0 Tracker initStep - 1 -24 -23.8 -1.04e+03 0 0.00104 0.0599 0.0599 Tracker eIoni + 0 -2.87 2.39 -2.4e+03 0.103 0 0 0 Target initStep + 1 -2.94 2.24 -2.4e+03 0 0.088 0.301 0.301 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 913, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 923, Parent ID = 922 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -23.6 -23.4 -1.07e+03 0.00219 0 0 0 Tracker initStep - 1 -23.6 -23.4 -1.07e+03 0 0.00219 0.187 0.187 Tracker eIoni + 0 -2.94 2.24 -2.4e+03 0.0153 0 0 0 Target initStep + 1 -2.94 2.24 -2.4e+03 0 0.0153 0.00133 0.00133 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 912, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 921, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.6 -22.3 -1.13e+03 0.00161 0 0 0 Tracker initStep - 1 -22.6 -22.4 -1.13e+03 0 0.00161 0.115 0.115 Tracker eIoni + 0 -2.96 2.46 -2.4e+03 0.11 0 0 0 Target initStep + 1 -2.9 2.29 -2.4e+03 0 0.088 0.18 0.18 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 911, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 924, Parent ID = 921 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -22.5 -22.2 -1.13e+03 0.00431 0 0 0 Tracker initStep - 1 -22.5 -22 -1.13e+03 0 0.00431 0.589 0.589 Tracker eIoni + 0 -2.9 2.29 -2.4e+03 0.0218 0 0 0 Target initStep + 1 -2.9 2.29 -2.4e+03 0 0.0218 0.00234 0.00234 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 910, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 920, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.7 -20.3 -1.24e+03 0.00485 0 0 0 Tracker initStep - 1 -20.7 -20 -1.24e+03 0 0.00485 0.725 0.725 Tracker eIoni + 0 -2.95 2.44 -2.4e+03 0.338 0 0 0 Target initStep + 1 -7.22 -0.35 -2.4e+03 0.281 0 5.66 5.66 Target compt + 2 -7.25 -0.369 -2.4e+03 0.144 0 0.106 5.76 Target compt + 3 -6.67 0.03 -2.4e+03 0 0.088 0.801 6.56 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 909, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 927, Parent ID = 920 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.5 -20.1 -1.25e+03 0.0407 0 0 0 Tracker initStep - 1 -20.4 -19.9 -1.25e+03 0.0368 0.000134 0.297 0.297 Tracker eIoni - 2 -16.7 -14.4 -1.25e+03 0.032 0.00473 7.37 7.67 Tracker eIoni - 3 -15.6 -10.7 -1.25e+03 0.0256 0.00467 5.01 12.7 Tracker eIoni - 4 -15.1 -9.7 -1.24e+03 0.0205 0.00506 4.53 17.2 Tracker eIoni - 5 -17.8 -9.02 -1.24e+03 0.0178 0.00265 3.51 20.7 Tracker eIoni - 6 -19.9 -7.82 -1.24e+03 0.0153 0.00257 3.04 23.7 Tracker eIoni - 7 -20.4 -7.23 -1.24e+03 0.0121 0.00205 0.937 24.7 Tracker eIoni - 8 -20.4 -7.05 -1.24e+03 0.0104 0.000181 0.192 24.9 Tracker eIoni - 9 -21.1 -5.74 -1.24e+03 0.00588 0.00452 1.89 26.8 Tracker eIoni - 10 -21 -5.35 -1.24e+03 0 0.00588 1.02 27.8 Tracker eIoni + 0 -6.67 0.03 -2.4e+03 0.0557 0 0 0 Target initStep + 1 -6.67 0.0308 -2.4e+03 0 0.0557 0.0106 0.0106 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 975, Parent ID = 909 +* G4Track Information: Particle = e-, Track ID = 926, Parent ID = 920 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 -7.05 -1.24e+03 0.00156 0 0 0 Tracker initStep - 1 -20.4 -7.05 -1.24e+03 0 0.00156 0.11 0.11 Tracker eIoni + 0 -7.25 -0.369 -2.4e+03 0.138 0 0 0 Target initStep + 1 -7.25 -0.37 -2.4e+03 0 0.138 0.0455 0.0455 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 974, Parent ID = 909 +* G4Track Information: Particle = e-, Track ID = 925, Parent ID = 920 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 -7.23 -1.24e+03 0.00108 0 0 0 Tracker initStep - 1 -20.4 -7.23 -1.24e+03 0 0.00108 0.0637 0.0637 Tracker eIoni + 0 -7.22 -0.35 -2.4e+03 0.0571 0 0 0 Target initStep + 1 -7.22 -0.35 -2.4e+03 0 0.0571 0.0111 0.0111 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 973, Parent ID = 909 +* G4Track Information: Particle = gamma, Track ID = 918, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.6 -10.7 -1.25e+03 0.00181 0 0 0 Tracker initStep - 1 -15.6 -10.7 -1.25e+03 0 0.00181 0.139 0.139 Tracker eIoni + 0 -2.53 2.27 -2.4e+03 0.288 0 0 0 Target initStep + 1 -3.55 2.46 -2.4e+03 0 0.088 1.37 1.37 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 972, Parent ID = 909 +* G4Track Information: Particle = e-, Track ID = 928, Parent ID = 918 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.4 -19.9 -1.25e+03 0.00381 0 0 0 Tracker initStep - 1 -20.5 -19.7 -1.25e+03 0 0.00381 0.477 0.477 Tracker eIoni + 0 -3.55 2.46 -2.4e+03 0.2 0 0 0 Target initStep + 1 -3.55 2.46 -2.4e+03 0 0.2 0.0813 0.0813 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 908, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 917, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.2 -19.8 -1.27e+03 0.00166 0 0 0 Tracker initStep - 1 -20.2 -19.8 -1.27e+03 0 0.00166 0.12 0.12 Tracker eIoni + 0 -2.56 2.12 -2.4e+03 0.213 0 0 0 Target initStep + 1 -2.64 2.24 -2.4e+03 0 0.088 0.206 0.206 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 907, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 929, Parent ID = 917 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -20.2 -19.8 -1.27e+03 0.00279 0 0 0 Tracker initStep - 1 -20.2 -19.6 -1.27e+03 0 0.00279 0.279 0.279 Tracker eIoni + 0 -2.64 2.24 -2.4e+03 0.125 0 0 0 Target initStep + 1 -2.64 2.24 -2.4e+03 0 0.125 0.0391 0.0391 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 906, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 916, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18 -17.5 -1.4e+03 0.00253 0 0 0 Tracker initStep - 1 -17.9 -17.5 -1.4e+03 0 0.00253 0.237 0.237 Tracker eIoni + 0 -2.73 3.05 -2.4e+03 0.372 0 0 0 Target initStep + 1 -3.32 2.38 -2.4e+03 0.307 0 0.89 0.89 Target compt + 2 -6.06 2.15 -2.4e+03 0.292 0 2.75 3.64 Target compt + 3 -6.09 2.13 -2.4e+03 0 0.088 0.0412 3.68 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 905, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 932, Parent ID = 916 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.1 -15.5 -1.52e+03 0.261 0 0 0 Chamber initStep - 1 -19.7 -10.4 -1.51e+03 0.251 0.00457 9.4 9.4 Chamber eIoni - 2 -26.5 -2.28 -1.5e+03 0.24 0.01 22.7 32.1 Tracker Transportation - 3 -26.5 -2.28 -1.5e+03 0.24 0 0 32.1 Chamber Transportation - 4 -28.3 -6.87 -1.5e+03 0.238 0.00256 5.56 37.7 Chamber eIoni - 5 -33.3 -13.2 -1.5e+03 0.18 0.00362 10.7 48.4 Chamber eIoni - 6 -43.5 -20.7 -1.51e+03 0.161 0.0193 37.7 86 Chamber eIoni - 7 -42.8 -20.3 -1.51e+03 0.154 0.0008 0.855 86.9 Chamber eIoni - 8 -29.1 -6.16 -1.51e+03 0.134 0.0163 26.5 113 Chamber eIoni - 9 -32.4 0.39 -1.51e+03 0.124 0.00689 11.9 125 Chamber eIoni - 10 -34.7 -7.64 -1.51e+03 0.105 0.0179 15.3 141 Chamber eIoni - 11 -32.5 -3.2 -1.51e+03 0.0983 0.0037 7.8 148 Chamber eIoni - 12 -37.9 -1.81 -1.52e+03 0.0835 0.0126 14.2 163 Chamber eIoni - 13 -37.7 -4.79 -1.52e+03 0.0792 0.00436 3.59 166 Chamber eIoni - 14 -41.3 -7.77 -1.53e+03 0.0636 0.0156 10.6 177 Chamber eIoni - 15 -41.8 -3.17 -1.53e+03 0.0523 0.00616 4.79 182 Chamber eIoni - 16 -41.8 -1.15 -1.53e+03 0.0479 0.00445 2.98 185 Chamber eIoni - 17 -41 -1.11 -1.53e+03 0.039 0.00239 0.945 186 Chamber eIoni - 18 -40.9 -1.08 -1.53e+03 0.0344 0.000278 0.105 186 Chamber eIoni - 19 -40.3 -0.842 -1.53e+03 0.0314 0.00102 0.655 186 Chamber eIoni - 20 -37.9 -2.78 -1.53e+03 0.0233 0.00809 3.29 190 Chamber eIoni - 21 -37.3 -3.01 -1.52e+03 0.0128 0.0105 2.5 192 Chamber eIoni - 22 -37.2 -3.04 -1.52e+03 0.00746 0.00206 0.171 192 Chamber eIoni - 23 -37.1 -3.03 -1.52e+03 0.00504 0.000471 0.149 192 Chamber eIoni - 24 -37.2 -3 -1.52e+03 0 0.00504 0.399 193 Chamber eIoni + 0 -6.09 2.13 -2.4e+03 0.204 0 0 0 Target initStep + 1 -6.1 2.13 -2.4e+03 0 0.204 0.084 0.084 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 989, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 931, Parent ID = 916 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.1 -3.03 -1.52e+03 0.00194 0 0 0 Chamber initStep - 1 -37.1 -3.04 -1.52e+03 0 0.00194 0.1 0.1 Chamber eIoni + 0 -6.06 2.15 -2.4e+03 0.0152 0 0 0 Target initStep + 1 -6.06 2.15 -2.4e+03 0 0.0152 0.00132 0.00132 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 988, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 930, Parent ID = 916 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.2 -3.04 -1.52e+03 0.00328 0 0 0 Chamber initStep - 1 -37.2 -3.07 -1.52e+03 0 0.00328 0.207 0.207 Chamber eIoni + 0 -3.32 2.38 -2.4e+03 0.0646 0 0 0 Target initStep + 1 -3.32 2.38 -2.4e+03 0 0.0646 0.0135 0.0135 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 987, Parent ID = 905 +* G4Track Information: Particle = gamma, Track ID = 915, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.3 -0.842 -1.53e+03 0.00199 0 0 0 Chamber initStep - 1 -40.3 -0.839 -1.53e+03 0 0.00199 0.103 0.103 Chamber eIoni + 0 -1.81 2.97 -2.4e+03 0.23 0 0 0 Target initStep + 1 -1.84 2.96 -2.4e+03 0.133 0 0.0736 0.0736 Target compt + 2 -1.82 4.59 -2.4e+03 0 0.088 1.89 1.97 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 986, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 934, Parent ID = 915 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.9 -1.08 -1.53e+03 0.00438 0 0 0 Chamber initStep - 1 -40.9 -1.16 -1.53e+03 0.00257 0.00181 0.116 0.116 Chamber eIoni - 2 -40.9 -1.17 -1.53e+03 0 0.00257 0.147 0.263 Chamber eIoni + 0 -1.82 4.59 -2.4e+03 0.0453 0 0 0 Target initStep + 1 -1.82 4.59 -2.4e+03 0 0.0453 0.00759 0.00759 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 985, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 933, Parent ID = 915 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41 -1.11 -1.53e+03 0.00646 0 0 0 Chamber initStep - 1 -40.9 -1.36 -1.53e+03 0.00195 0.00263 0.412 0.412 Chamber eIoni - 2 -40.9 -1.35 -1.53e+03 0 0.00195 0.101 0.513 Chamber eIoni + 0 -1.84 2.96 -2.4e+03 0.0964 0 0 0 Target initStep + 1 -1.84 2.96 -2.4e+03 0 0.0964 0.0259 0.0259 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 990, Parent ID = 985 +* G4Track Information: Particle = gamma, Track ID = 914, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -40.9 -1.36 -1.53e+03 0.00188 0 0 0 Chamber initStep - 1 -40.9 -1.36 -1.53e+03 0 0.00188 0.0955 0.0955 Chamber eIoni + 0 -1.65 2.94 -2.4e+03 0.429 0 0 0 Target initStep + 1 -2.51 2.71 -2.4e+03 0.197 0 2.1 2.1 Target compt + 2 -2.23 2.19 -2.4e+03 0.179 0 0.632 2.73 Target compt + 3 -2.24 2.17 -2.4e+03 0 0.088 0.0199 2.75 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 984, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 937, Parent ID = 914 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.8 -3.17 -1.53e+03 0.00508 0 0 0 Chamber initStep - 1 -41.7 -3.09 -1.53e+03 0.00218 0.00152 0.145 0.145 Chamber eIoni - 2 -41.7 -3.08 -1.53e+03 0 0.00218 0.117 0.263 Chamber eIoni + 0 -2.24 2.17 -2.4e+03 0.0907 0 0 0 Target initStep + 1 -2.24 2.17 -2.4e+03 0 0.0907 0.0234 0.0234 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 991, Parent ID = 984 +* G4Track Information: Particle = e-, Track ID = 936, Parent ID = 914 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.7 -3.09 -1.53e+03 0.00138 0 0 0 Chamber initStep - 1 -41.7 -3.08 -1.53e+03 0 0.00138 0.0626 0.0626 Chamber eIoni + 0 -2.23 2.19 -2.4e+03 0.0179 0 0 0 Target initStep + 1 -2.23 2.19 -2.4e+03 0 0.0179 0.00171 0.00171 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 983, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 935, Parent ID = 914 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -37.9 -1.81 -1.52e+03 0.0022 0 0 0 Chamber initStep - 1 -37.9 -1.81 -1.52e+03 0 0.0022 0.118 0.118 Chamber eIoni + 0 -2.51 2.71 -2.4e+03 0.232 0 0 0 Target initStep + 1 -2.52 2.71 -2.4e+03 0 0.232 0.102 0.102 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 982, Parent ID = 905 +* G4Track Information: Particle = gamma, Track ID = 913, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.5 -3.2 -1.51e+03 0.00259 0 0 0 Chamber initStep - 1 -32.5 -3.2 -1.51e+03 0 0.00259 0.149 0.149 Chamber eIoni + 0 -0.877 3.23 -2.4e+03 0.111 0 0 0 Target initStep + 1 -0.915 3.24 -2.4e+03 0 0.088 0.0499 0.0499 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 981, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 938, Parent ID = 913 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -34.7 -7.64 -1.51e+03 0.0015 0 0 0 Chamber initStep - 1 -34.7 -7.63 -1.51e+03 0 0.0015 0.0703 0.0703 Chamber eIoni + 0 -0.915 3.24 -2.4e+03 0.0229 0 0 0 Target initStep + 1 -0.915 3.24 -2.4e+03 0 0.0229 0.00253 0.00253 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 980, Parent ID = 905 +* G4Track Information: Particle = gamma, Track ID = 912, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -32.4 0.39 -1.51e+03 0.0033 0 0 0 Chamber initStep - 1 -32.4 0.39 -1.51e+03 0 0.0033 0.209 0.209 Chamber eIoni + 0 -1.09 1.69 -2.4e+03 0.415 0 0 0 Target initStep + 1 -0.365 2.34 -2.4e+03 0 0.088 1.52 1.52 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 979, Parent ID = 905 +* G4Track Information: Particle = e-, Track ID = 939, Parent ID = 912 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.1 -6.16 -1.51e+03 0.00323 0 0 0 Chamber initStep - 1 -29.1 -6.17 -1.51e+03 0 0.00323 0.202 0.202 Chamber eIoni + 0 -0.365 2.34 -2.4e+03 0.327 0 0 0 Target initStep + 1 -0.363 2.35 -2.4e+03 0 0.327 0.169 0.169 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 978, Parent ID = 905 +* G4Track Information: Particle = gamma, Track ID = 911, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -42.8 -20.3 -1.51e+03 0.00653 0 0 0 Chamber initStep - 1 -42.9 -20.3 -1.51e+03 0 0.00653 0.603 0.603 Chamber eIoni + 0 -1.48 0.818 -2.41e+03 2.18 0 0 0 Target initStep + 1 -1.49 2.95 -2.4e+03 2.18 0 5.79 5.79 Tracker Transportation + 2 -2.68 596 -900 2.18 0 1.61e+03 1.62e+03 Chamber Transportation + 3 -2.84 675 -700 2.18 0 215 1.83e+03 Tracker Transportation + 4 -3.32 912 -100 2.18 0 645 2.48e+03 Chamber Transportation + 5 -3.48 991 100 2.18 0 215 2.69e+03 Tracker Transportation + 6 -3.96 1.23e+03 700 2.18 0 645 3.34e+03 Chamber Transportation + 7 -4.12 1.31e+03 900 2.18 0 215 3.55e+03 Tracker Transportation + 8 -4.6 1.54e+03 1.5e+03 2.18 0 645 4.2e+03 Chamber Transportation + 9 -4.76 1.62e+03 1.7e+03 2.18 0 215 4.41e+03 Tracker Transportation + 10 -5.32 1.9e+03 2.4e+03 2.18 0 753 5.17e+03 World Transportation + 11 -5.75 2.11e+03 2.94e+03 2.18 0 581 5.75e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 977, Parent ID = 905 +* G4Track Information: Particle = gamma, Track ID = 910, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.3 -13.2 -1.5e+03 0.0539 0 0 0 Chamber initStep - 1 -33.1 -13.7 -1.5e+03 0.0393 0.000902 0.673 0.673 Chamber eIoni - 2 -32.5 -14.1 -1.5e+03 0.038 0.00134 1.17 1.85 Chamber msc - 3 -31.9 -14.6 -1.5e+03 0.0364 0.00161 1.17 3.02 Chamber msc - 4 -31.3 -14.5 -1.51e+03 0.0323 0.00404 1.17 4.19 Chamber msc - 5 -30.8 -15.1 -1.51e+03 0.0301 0.00228 1.17 5.37 Chamber msc - 6 -30.5 -16 -1.51e+03 0.0278 0.00226 1.34 6.71 Chamber msc - 7 -30.2 -15.5 -1.51e+03 0.0254 0.00242 1.34 8.05 Chamber msc - 8 -30 -14.9 -1.51e+03 0.0224 0.00158 0.774 8.82 Chamber eIoni - 9 -28 -15.3 -1.51e+03 0.0137 0.00868 2.43 11.3 Chamber eIoni - 10 -26.6 -15.4 -1.51e+03 0.00324 0.0105 1.64 12.9 Chamber eIoni - 11 -26.6 -15.4 -1.51e+03 0 0.00324 0.203 13.1 Chamber eIoni + 0 -1.48 0.768 -2.41e+03 0.471 0 0 0 Target initStep + 1 -1.51 1.7 -2.4e+03 0 0.088 2.37 2.37 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 993, Parent ID = 977 +* G4Track Information: Particle = e-, Track ID = 940, Parent ID = 910 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -30 -14.9 -1.51e+03 0.00139 0 0 0 Chamber initStep - 1 -30 -14.9 -1.51e+03 0 0.00139 0.0634 0.0634 Chamber eIoni + 0 -1.51 1.7 -2.4e+03 0.383 0 0 0 Target initStep + 1 -1.5 1.71 -2.4e+03 0 0.383 0.212 0.212 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 992, Parent ID = 977 +* G4Track Information: Particle = gamma, Track ID = 909, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -33.1 -13.7 -1.5e+03 0.0137 0 0 0 Chamber initStep - 1 -32 -13.8 -1.5e+03 0.00466 0.00903 1.64 1.64 Chamber eIoni - 2 -32 -13.8 -1.5e+03 0 0.00466 0.348 1.98 Chamber eIoni + 0 -1.6 0.617 -2.41e+03 1.23 0 0 0 Target initStep + 1 -2.33 1.9 -2.4e+03 1.23 0 6.85 6.85 Tracker Transportation + 2 -77.9 136 -1.7e+03 1.23 0 717 724 Chamber Transportation + 3 -99.5 174 -1.5e+03 1.23 0 205 928 Tracker Transportation + 4 -164 289 -900 1.23 0 614 1.54e+03 Chamber Transportation + 5 -186 327 -700 1.23 0 205 1.75e+03 Tracker Transportation + 6 -251 441 -100 1.23 0 614 2.36e+03 Chamber Transportation + 7 -272 480 100 1.23 0 205 2.57e+03 Tracker Transportation + 8 -337 594 700 1.23 0 614 3.18e+03 Chamber Transportation + 9 -359 633 900 1.23 0 205 3.39e+03 Tracker Transportation + 10 -424 747 1.5e+03 1.23 0 614 4e+03 Chamber Transportation + 11 -445 785 1.7e+03 1.23 0 205 4.2e+03 Tracker Transportation + 12 -521 919 2.4e+03 1.23 0 717 4.92e+03 World Transportation + 13 -579 1.02e+03 2.94e+03 1.23 0 553 5.47e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 976, Parent ID = 905 +* G4Track Information: Particle = gamma, Track ID = 908, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.7 -10.4 -1.51e+03 0.00612 0 0 0 Chamber initStep - 1 -19.7 -10.4 -1.51e+03 0 0.00612 0.544 0.544 Chamber eIoni + 0 -1.53 0.557 -2.41e+03 0.44 0 0 0 Target initStep + 1 -2.11 2.57 -2.4e+03 0 0.088 6.93 6.93 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 904, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 941, Parent ID = 908 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -16.1 -15.4 -1.52e+03 0.00143 0 0 0 Chamber initStep - 1 -16.1 -15.4 -1.52e+03 0 0.00143 0.0657 0.0657 Chamber eIoni + 0 -2.11 2.57 -2.4e+03 0.352 0 0 0 Target initStep + 1 -2.11 2.56 -2.4e+03 0 0.352 0.187 0.187 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 903, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 907, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.6 -14.9 -1.55e+03 0.0134 0 0 0 Chamber initStep - 1 -15.6 -14.5 -1.55e+03 0.00862 0.00322 0.519 0.519 Chamber eIoni - 2 -15.6 -14.5 -1.55e+03 0 0.00862 0.955 1.47 Chamber eIoni + 0 -1.32 0.626 -2.41e+03 2.04 0 0 0 Target initStep + 1 -2.83 -0.338 -2.4e+03 0.729 0 4.23 4.23 Target compt + 2 -4.69 3.68 -2.4e+03 0.729 0 5.85 10.1 Tracker Transportation + 3 -1.01e+03 2.18e+03 -331 0.729 0 3.16e+03 3.18e+03 World Transportation + 4 -1.36e+03 2.94e+03 395 0.729 0 1.11e+03 4.28e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 994, Parent ID = 903 +* G4Track Information: Particle = e-, Track ID = 942, Parent ID = 907 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.6 -14.5 -1.55e+03 0.00159 0 0 0 Chamber initStep - 1 -15.6 -14.5 -1.55e+03 0 0.00159 0.0757 0.0757 Chamber eIoni + 0 -2.83 -0.338 -2.4e+03 1.32 0 0 0 Target initStep + 1 -2.81 -0.24 -2.4e+03 0.856 0.302 0.328 0.328 Target eBrem + 2 -2.76 -0.23 -2.4e+03 0 0.856 0.606 0.934 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 902, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 943, Parent ID = 942 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -12.3 -11.8 -1.73e+03 0.00137 0 0 0 Tracker initStep - 1 -12.3 -11.8 -1.73e+03 0 0.00137 0.0904 0.0904 Tracker eIoni + 0 -2.81 -0.24 -2.4e+03 0.157 0 0 0 Target initStep + 1 -2.73 -0.187 -2.4e+03 0 0.088 0.0972 0.0972 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 901, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 944, Parent ID = 943 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.28 -7.92 -1.95e+03 0.00122 0 0 0 Tracker initStep - 1 -8.25 -7.9 -1.95e+03 0 0.00122 0.076 0.076 Tracker eIoni + 0 -2.73 -0.187 -2.4e+03 0.0695 0 0 0 Target initStep + 1 -2.72 -0.186 -2.4e+03 0 0.0695 0.0152 0.0152 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 900, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 906, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.74 -7.42 -1.98e+03 0.00208 0 0 0 Tracker initStep - 1 -7.77 -7.49 -1.98e+03 0 0.00208 0.172 0.172 Tracker eIoni + 0 -1.31 0.631 -2.41e+03 17.7 0 0 0 Target initStep + 1 -4.52 -0.602 -2.4e+03 17.7 0 8.42 8.42 Tracker Transportation + 2 -630 -241 -900 17.7 0 1.64e+03 1.65e+03 Chamber Transportation + 3 -713 -273 -700 17.7 0 219 1.87e+03 Tracker Transportation + 4 -963 -369 -100 17.7 0 657 2.53e+03 Chamber Transportation + 5 -1.05e+03 -401 100 17.7 0 219 2.75e+03 Tracker Transportation + 6 -1.3e+03 -497 700 17.7 0 657 3.4e+03 Chamber Transportation + 7 -1.38e+03 -529 900 17.7 0 219 3.62e+03 Tracker Transportation + 8 -1.63e+03 -626 1.5e+03 17.7 0 657 4.28e+03 Chamber Transportation + 9 -1.71e+03 -658 1.7e+03 17.7 0 219 4.5e+03 Tracker Transportation + 10 -2.01e+03 -770 2.4e+03 17.7 0 767 5.27e+03 World Transportation + 11 -2.23e+03 -856 2.94e+03 17.7 0 591 5.86e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 899, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 905, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.33 -5.24 -2.11e+03 0.00224 0 0 0 Tracker initStep - 1 -5.42 -5.23 -2.11e+03 0 0.00224 0.194 0.194 Tracker eIoni + 0 -1.3 0.635 -2.41e+03 0.298 0 0 0 Target initStep + 1 -1.63 0.534 -2.41e+03 0 0.088 0.786 0.786 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 898, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 945, Parent ID = 905 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.6 -3.66 -2.2e+03 0.0029 0 0 0 Tracker initStep - 1 -3.47 -3.63 -2.2e+03 0 0.0029 0.297 0.297 Tracker eIoni + 0 -1.63 0.534 -2.41e+03 0.21 0 0 0 Target initStep + 1 -1.63 0.538 -2.41e+03 0 0.21 0.0876 0.0876 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 897, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 904, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.01 -1.13 -2.34e+03 0.00151 0 0 0 Tracker initStep - 1 -0.962 -1.13 -2.34e+03 0 0.00151 0.105 0.105 Tracker eIoni + 0 -0.0609 0.289 -2.41e+03 1.84 0 0 0 Target initStep + 1 -2.59 1.63 -2.4e+03 1.84 0 10.8 10.8 Tracker Transportation + 2 -173 92.3 -1.7e+03 1.84 0 726 737 Chamber Transportation + 3 -212 113 -1.54e+03 1.84 0 165 902 Tracker Transportation + 4 -368 196 -900 1.84 0 664 1.57e+03 Chamber Transportation + 5 -416 222 -700 1.84 0 207 1.77e+03 Tracker Transportation + 6 -562 300 -100 1.84 0 622 2.4e+03 Chamber Transportation + 7 -611 326 100 1.84 0 207 2.6e+03 Tracker Transportation + 8 -757 403 700 1.84 0 622 3.23e+03 Chamber Transportation + 9 -806 429 900 1.84 0 207 3.43e+03 Tracker Transportation + 10 -952 507 1.5e+03 1.84 0 622 4.06e+03 Chamber Transportation + 11 -1e+03 533 1.7e+03 1.84 0 207 4.26e+03 Tracker Transportation + 12 -1.17e+03 624 2.4e+03 1.84 0 726 4.99e+03 World Transportation + 13 -1.3e+03 693 2.94e+03 1.84 0 560 5.55e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 890, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 903, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0358 -0.0662 -2.4e+03 1.72 0 0 0 Target initStep - 1 -0.0694 -0.0288 -2.4e+03 0.22 0.7 0.364 0.364 Target eBrem - 2 -0.074 -0.0326 -2.4e+03 0 0.22 0.094 0.458 Target eIoni + 0 -0.0897 0.0285 -2.41e+03 0.137 0 0 0 Target initStep + 1 -0.144 0.0477 -2.41e+03 0 0.088 0.37 0.37 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 995, Parent ID = 890 +* G4Track Information: Particle = e-, Track ID = 946, Parent ID = 903 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0694 -0.0288 -2.4e+03 0.796 0 0 0 Target initStep - 1 -2.2 -3.65 -2.4e+03 0.41 0 4.21 4.21 Target compt - 2 -1.28 -5.04 -2.4e+03 0.346 0 1.74 5.95 Target compt - 3 -1.21 -5.19 -2.4e+03 0.169 0 0.182 6.14 Target compt - 4 -1.39 -5.18 -2.4e+03 0 0.088 0.197 6.33 Target phot + 0 -0.144 0.0477 -2.41e+03 0.0486 0 0 0 Target initStep + 1 -0.144 0.0479 -2.41e+03 0 0.0486 0.00851 0.00851 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 999, Parent ID = 995 +* G4Track Information: Particle = gamma, Track ID = 902, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.39 -5.18 -2.4e+03 0.0807 0 0 0 Target initStep - 1 -1.39 -5.18 -2.4e+03 0 0.0807 0.0194 0.0194 Target eIoni + 0 -0.0569 -0.000651 -2.41e+03 0.428 0 0 0 Target initStep + 1 -0.613 0.195 -2.41e+03 0.354 0 4.25 4.25 Target compt + 2 -0.597 0.163 -2.41e+03 0.152 0 0.0631 4.31 Target compt + 3 -0.941 0.339 -2.41e+03 0 0.088 1.1 5.42 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 998, Parent ID = 995 +* G4Track Information: Particle = e-, Track ID = 949, Parent ID = 902 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.21 -5.19 -2.4e+03 0.177 0 0 0 Target initStep - 1 -1.21 -5.2 -2.4e+03 0 0.177 0.0677 0.0677 Target eIoni + 0 -0.941 0.339 -2.41e+03 0.0636 0 0 0 Target initStep + 1 -0.942 0.338 -2.41e+03 0 0.0636 0.0132 0.0132 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 997, Parent ID = 995 +* G4Track Information: Particle = e-, Track ID = 948, Parent ID = 902 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.28 -5.04 -2.4e+03 0.064 0 0 0 Target initStep - 1 -1.28 -5.04 -2.4e+03 0 0.064 0.0133 0.0133 Target eIoni + 0 -0.597 0.163 -2.41e+03 0.203 0 0 0 Target initStep + 1 -0.596 0.16 -2.41e+03 0 0.203 0.0832 0.0832 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 996, Parent ID = 995 +* G4Track Information: Particle = e-, Track ID = 947, Parent ID = 902 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.2 -3.65 -2.4e+03 0.386 0 0 0 Target initStep - 1 -2.21 -3.66 -2.4e+03 0 0.386 0.214 0.214 Target eIoni + 0 -0.613 0.195 -2.41e+03 0.0733 0 0 0 Target initStep + 1 -0.614 0.196 -2.41e+03 0 0.0733 0.0166 0.0166 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 952, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 901, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.5 -91.8 2.26e+03 0.00215 0 0 0 Tracker initStep - 1 -72.8 -92.3 2.28e+03 0 0.000543 25.3 25.3 Tracker phot + 0 -0.0461 -0.000585 -2.41e+03 0.115 0 0 0 Target initStep + 1 -0.0454 0.0201 -2.41e+03 0 0.088 0.427 0.427 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1000, Parent ID = 952 +* G4Track Information: Particle = e-, Track ID = 950, Parent ID = 901 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -72.8 -92.3 2.28e+03 0.00161 0 0 0 Tracker initStep - 1 -72.9 -92.3 2.28e+03 0 0.00161 0.115 0.115 Tracker eIoni + 0 -0.0454 0.0201 -2.41e+03 0.0267 0 0 0 Target initStep + 1 -0.0453 0.0203 -2.41e+03 0 0.0267 0.00323 0.00323 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 917, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 900, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.4 -28.5 -781 0.00133 0 0 0 Chamber initStep - 1 -28.4 -28.5 -781 0 0.00115 0.242 0.242 Chamber phot + 0 -0.0457 -0.00369 -2.41e+03 37.1 0 0 0 Target initStep + 1 -0.0483 0.0293 -2.41e+03 0 0 3.12 3.12 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1001, Parent ID = 917 +* G4Track Information: Particle = e-, Track ID = 951, Parent ID = 900 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -28.4 -28.5 -781 0.000181 0 0 0 Chamber initStep - 1 -28.4 -28.5 -781 0 0.000181 0.00913 0.00913 Chamber eIoni + 0 -0.0483 0.0293 -2.41e+03 3.66 0 0 0 Target initStep + 1 0.447 0.382 -2.41e+03 2.68 0.84 0.71 0.71 Target eBrem + 2 0.793 0.716 -2.41e+03 0.753 1.93 1.66 2.37 Target eIoni + 3 0.801 0.662 -2.41e+03 0.543 0.093 0.1 2.47 Target eBrem + 4 0.821 0.644 -2.41e+03 0.302 0.0973 0.097 2.57 Target eBrem + 5 0.828 0.637 -2.41e+03 0 0.302 0.151 2.72 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 915, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 955, Parent ID = 951 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -26.9 -26.7 -881 7.3 0 0 0 Chamber initStep - 1 -30 -30 -700 7.3 0 181 181 Tracker Transportation - 2 -40.1 -40.8 -100 7.3 0 600 781 Chamber Transportation - 3 -43.5 -44.3 100 7.3 0 200 981 Tracker Transportation - 4 -53.6 -55.1 700 7.3 0 600 1.58e+03 Chamber Transportation - 5 -57 -58.7 900 7.3 0 200 1.78e+03 Tracker Transportation - 6 -67.1 -69.5 1.5e+03 7.3 0 600 2.38e+03 Chamber Transportation - 7 -70.4 -73.1 1.7e+03 7.3 0 200 2.58e+03 Tracker Transportation - 8 -82.2 -85.6 2.4e+03 7.3 0 700 3.28e+03 World Transportation - 9 -91.3 -95.3 2.94e+03 7.3 0 540 3.82e+03 OutOfWorld Transportation + 0 0.821 0.644 -2.41e+03 0.143 0 0 0 Target initStep + 1 1.99 0.212 -2.41e+03 0 0.088 1.7 1.7 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 896, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 956, Parent ID = 955 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0518 -0.103 -2.4e+03 0.393 0 0 0 Target initStep - 1 0.0507 -0.105 -2.4e+03 0.393 0 0.111 0.111 Tracker Transportation - 2 -6.82 -14.9 -1.7e+03 0.393 0 700 700 Chamber Transportation - 3 -8.79 -19.1 -1.5e+03 0.393 0 200 900 Tracker Transportation - 4 -14.7 -31.8 -900 0.393 0 600 1.5e+03 Chamber Transportation - 5 -16.6 -36 -700 0.393 0 200 1.7e+03 Tracker Transportation - 6 -22.5 -48.7 -100 0.393 0 600 2.3e+03 Chamber Transportation - 7 -24.5 -52.9 100 0.393 0 200 2.5e+03 Tracker Transportation - 8 -30.4 -65.6 700 0.393 0 600 3.1e+03 Chamber Transportation - 9 -32.4 -69.8 900 0.393 0 200 3.3e+03 Tracker Transportation - 10 -38.3 -82.5 1.5e+03 0.393 0 600 3.9e+03 Chamber Transportation - 11 -40.2 -86.7 1.7e+03 0.393 0 200 4.1e+03 Tracker Transportation - 12 -47.1 -101 2.4e+03 0.393 0 700 4.8e+03 World Transportation - 13 -52.4 -113 2.94e+03 0.393 0 540 5.34e+03 OutOfWorld Transportation + 0 1.99 0.212 -2.41e+03 0.055 0 0 0 Target initStep + 1 1.99 0.212 -2.41e+03 0 0.055 0.0104 0.0104 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 895, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 954, Parent ID = 951 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0551 -0.0912 -2.4e+03 0.117 0 0 0 Target initStep - 1 0.0543 -0.0943 -2.4e+03 0 0.088 0.11 0.11 Target phot + 0 0.801 0.662 -2.41e+03 0.117 0 0 0 Target initStep + 1 0.751 0.603 -2.41e+03 0 0.088 0.0777 0.0777 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1002, Parent ID = 895 +* G4Track Information: Particle = e-, Track ID = 957, Parent ID = 954 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0543 -0.0943 -2.4e+03 0.0294 0 0 0 Target initStep - 1 0.0544 -0.094 -2.4e+03 0 0.0294 0.00376 0.00376 Target eIoni + 0 0.751 0.603 -2.41e+03 0.029 0 0 0 Target initStep + 1 0.751 0.603 -2.41e+03 0 0.029 0.00368 0.00368 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 894, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 953, Parent ID = 951 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0489 -0.0789 -2.4e+03 30.7 0 0 0 Target initStep - 1 0.0688 -0.105 -2.4e+03 30.7 0 1.81 1.81 Tracker Transportation - 2 7.77 -10.3 -1.7e+03 30.7 0 700 702 Chamber Transportation - 3 9.97 -13.2 -1.5e+03 30.7 0 200 902 Tracker Transportation - 4 16.6 -21.9 -900 30.7 0 600 1.5e+03 Chamber Transportation - 5 18.8 -24.8 -700 30.7 0 200 1.7e+03 Tracker Transportation - 6 25.4 -33.5 -100 30.7 0 600 2.3e+03 Chamber Transportation - 7 27.6 -36.4 100 30.7 0 200 2.5e+03 Tracker Transportation - 8 34.2 -45.1 700 30.7 0 600 3.1e+03 Chamber Transportation - 9 36.4 -48 900 30.7 0 200 3.3e+03 Tracker Transportation - 10 43 -56.7 1.5e+03 30.7 0 600 3.9e+03 Chamber Transportation - 11 45.2 -59.6 1.7e+03 30.7 0 200 4.1e+03 Tracker Transportation - 12 52.9 -69.8 2.4e+03 30.7 0 700 4.8e+03 World Transportation - 13 58.8 -77.7 2.94e+03 30.7 0 540 5.34e+03 OutOfWorld Transportation + 0 0.447 0.382 -2.41e+03 0.146 0 0 0 Target initStep + 1 0.267 1.36 -2.41e+03 0 0.088 0.998 0.998 Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 893, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 958, Parent ID = 953 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0437 -0.0734 -2.4e+03 39.6 0 0 0 Target initStep - 1 0.0776 -0.111 -2.4e+03 39.6 0 2.08 2.08 Tracker Transportation - 2 11.5 -12.7 -1.7e+03 39.6 0 700 702 Chamber Transportation - 3 14.8 -16.2 -1.5e+03 39.6 0 200 902 Tracker Transportation - 4 24.6 -27 -900 39.6 0 600 1.5e+03 Chamber Transportation - 5 27.9 -30.6 -700 39.6 0 200 1.7e+03 Tracker Transportation - 6 37.7 -41.3 -100 39.6 0 600 2.3e+03 Chamber Transportation - 7 41 -44.9 100 39.6 0 200 2.5e+03 Tracker Transportation - 8 50.8 -55.7 700 39.6 0 600 3.1e+03 Chamber Transportation - 9 54.1 -59.3 900 39.6 0 200 3.3e+03 Tracker Transportation - 10 63.9 -70 1.5e+03 39.6 0 600 3.9e+03 Chamber Transportation - 11 67.1 -73.6 1.7e+03 39.6 0 200 4.1e+03 Tracker Transportation - 12 78.6 -86.1 2.4e+03 39.6 0 700 4.8e+03 World Transportation - 13 87.4 -95.8 2.94e+03 39.6 0 540 5.34e+03 OutOfWorld Transportation + 0 0.267 1.36 -2.41e+03 0.0576 0 0 0 Target initStep + 1 0.267 1.36 -2.41e+03 0 0.0576 0.0112 0.0112 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 892, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 899, Parent ID = 897 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.041 -0.0715 -2.4e+03 2.28 0 0 0 Target initStep - 1 0.0805 -0.11 -2.4e+03 2.28 0 2.25 2.25 Tracker Transportation - 2 12.4 -12.1 -1.7e+03 2.28 0 700 702 Chamber Transportation - 3 15.9 -15.5 -1.5e+03 2.28 0 200 903 Tracker Transportation - 4 26.4 -25.7 -900 2.28 0 600 1.5e+03 Chamber Transportation - 5 29.9 -29.1 -700 2.28 0 200 1.7e+03 Tracker Transportation - 6 40.5 -39.4 -100 2.28 0 600 2.3e+03 Chamber Transportation - 7 44 -42.8 100 2.28 0 200 2.5e+03 Tracker Transportation - 8 54.5 -53.1 700 2.28 0 600 3.1e+03 Chamber Transportation - 9 58 -56.5 900 2.28 0 200 3.3e+03 Tracker Transportation - 10 68.6 -66.7 1.5e+03 2.28 0 600 3.9e+03 Chamber Transportation - 11 72.1 -70.1 1.7e+03 2.28 0 200 4.1e+03 Tracker Transportation - 12 84.4 -82.1 2.4e+03 2.28 0 700 4.8e+03 World Transportation - 13 93.8 -91.3 2.94e+03 2.28 0 540 5.34e+03 OutOfWorld Transportation + 0 -0.0457 -0.00473 -2.41e+03 9.95 0 0 0 Target initStep + 1 -0.0556 0.0218 -2.41e+03 0 0 0.79 0.79 Target conv ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 891, Parent ID = 836 +* G4Track Information: Particle = e-, Track ID = 959, Parent ID = 899 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0375 -0.0685 -2.4e+03 15.9 0 0 0 Target initStep - 1 0.0663 -0.0998 -2.4e+03 15.9 0 2.48 2.48 Tracker Transportation - 2 8.18 -8.92 -1.7e+03 15.9 0 700 703 Chamber Transportation - 3 10.5 -11.4 -1.5e+03 15.9 0 200 903 Tracker Transportation - 4 17.5 -19 -900 15.9 0 600 1.5e+03 Chamber Transportation - 5 19.8 -21.5 -700 15.9 0 200 1.7e+03 Tracker Transportation - 6 26.7 -29.1 -100 15.9 0 600 2.3e+03 Chamber Transportation - 7 29 -31.6 100 15.9 0 200 2.5e+03 Tracker Transportation - 8 36 -39.2 700 15.9 0 600 3.1e+03 Chamber Transportation - 9 38.3 -41.7 900 15.9 0 200 3.3e+03 Tracker Transportation - 10 45.3 -49.3 1.5e+03 15.9 0 600 3.9e+03 Chamber Transportation - 11 47.6 -51.8 1.7e+03 15.9 0 200 4.1e+03 Tracker Transportation - 12 55.7 -60.6 2.4e+03 15.9 0 700 4.8e+03 World Transportation - 13 62 -67.4 2.94e+03 15.9 0 540 5.34e+03 OutOfWorld Transportation + 0 -0.0556 0.0218 -2.41e+03 6.39 0 0 0 Target initStep + 1 -0.087 0.027 -2.41e+03 5.51 0.249 0.26 0.26 Target eBrem + 2 0.0925 0.0328 -2.41e+03 4.66 0.698 0.618 0.877 Target eBrem + 3 -0.575 0.788 -2.41e+03 2.33 2.33 2.15 3.03 Target eIoni + 4 0.554 -0.0614 -2.41e+03 0.173 2.16 1.55 4.58 Target eIoni + 5 0.553 -0.063 -2.41e+03 0 0.173 0.0653 4.64 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 889, Parent ID = 836 +* G4Track Information: Particle = gamma, Track ID = 962, Parent ID = 959 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.033 -0.064 -2.4e+03 0.171 0 0 0 Target initStep - 1 0.035 -0.0654 -2.4e+03 0 0.088 0.146 0.146 Target phot + 0 0.0925 0.0328 -2.41e+03 0.146 0 0 0 Target initStep + 1 0.144 0.0864 -2.41e+03 0 0.088 0.199 0.199 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1003, Parent ID = 889 +* G4Track Information: Particle = e-, Track ID = 963, Parent ID = 962 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.035 -0.0654 -2.4e+03 0.0827 0 0 0 Target initStep - 1 0.036 -0.0656 -2.4e+03 0 0.0827 0.0202 0.0202 Target eIoni + 0 0.144 0.0864 -2.41e+03 0.0582 0 0 0 Target initStep + 1 0.145 0.0859 -2.41e+03 0 0.0582 0.0114 0.0114 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 887, Parent ID = 840 +* G4Track Information: Particle = gamma, Track ID = 961, Parent ID = 959 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0838 0.172 -2.41e+03 19.4 0 0 0 Target initStep - 1 0.451 3.07 -2.4e+03 0 0 8.19 8.19 Target conv + 0 -0.087 0.027 -2.41e+03 0.633 0 0 0 Target initStep + 1 0.252 -0.052 -2.41e+03 0.594 0 1.23 1.23 Target compt + 2 0.949 1.21 -2.41e+03 0 0.088 5.6 6.82 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1004, Parent ID = 887 +* G4Track Information: Particle = e-, Track ID = 965, Parent ID = 961 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.451 3.07 -2.4e+03 12.3 0 0 0 Target initStep - 1 0.994 3.2 -2.4e+03 10.7 1.59 1.22 1.22 Target msc - 2 1.08 3.4 -2.4e+03 9.86 0.83 0.699 1.92 Target msc - 3 1.17 3.91 -2.4e+03 4.96 0.649 0.555 2.47 Target eBrem - 4 0.869 3.99 -2.4e+03 4.3 0.663 0.699 3.17 Target msc - 5 0.607 4.55 -2.4e+03 3.51 0.791 0.699 3.87 Target msc - 6 0.327 4.88 -2.4e+03 2.7 0.808 0.699 4.57 Target msc - 7 0.144 4.96 -2.4e+03 1.95 0.745 0.699 5.27 Target msc - 8 -0.0475 4.69 -2.4e+03 1.06 0.559 0.596 5.86 Target eBrem - 9 0.0904 4.88 -2.4e+03 0.288 0.772 0.699 6.56 Target msc - 10 0.0843 4.88 -2.4e+03 0 0.288 0.14 6.7 Target eIoni + 0 0.949 1.21 -2.41e+03 0.506 0 0 0 Target initStep + 1 0.95 1.21 -2.41e+03 0 0.506 0.309 0.309 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1007, Parent ID = 1004 +* G4Track Information: Particle = e-, Track ID = 964, Parent ID = 961 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0475 4.69 -2.4e+03 0.336 0 0 0 Target initStep - 1 2.13 0.263 -2.4e+03 0 0.088 5.93 5.93 Target phot + 0 0.252 -0.052 -2.41e+03 0.0394 0 0 0 Target initStep + 1 0.252 -0.0524 -2.41e+03 0 0.0394 0.00606 0.00606 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1008, Parent ID = 1007 +* G4Track Information: Particle = gamma, Track ID = 590, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.13 0.263 -2.4e+03 0.248 0 0 0 Target initStep - 1 2.14 0.259 -2.4e+03 0 0.248 0.112 0.112 Target eIoni + 0 -0.0138 -0.000546 -2.42e+03 289 0 0 0 Target initStep + 1 -0.071 -0.0107 -2.41e+03 0 0 5.71 5.71 Target conv ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1006, Parent ID = 1004 +* G4Track Information: Particle = gamma, Track ID = 589, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.17 3.91 -2.4e+03 4.25 0 0 0 Target initStep - 1 0.0801 7.77 -2.4e+03 4.25 0 4.47 4.47 Tracker Transportation - 2 -648 2.31e+03 -1.22e+03 4.25 0 2.67e+03 2.67e+03 World Transportation - 3 -825 2.94e+03 -893 4.25 0 729 3.4e+03 OutOfWorld Transportation + 0 -0.00915 6.95e-06 -2.42e+03 7.17 0 0 0 Target initStep + 1 -0.0473 -0.00942 -2.41e+03 0 0 4.35 4.35 Target conv ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 886, Parent ID = 840 +* G4Track Information: Particle = gamma, Track ID = 588, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.116 0.0445 -2.41e+03 6.75 0 0 0 Target initStep - 1 -0.185 0.245 -2.41e+03 0 0 0.788 0.788 Target conv + 0 -0.000488 0.000244 -2.42e+03 0.244 0 0 0 Target initStep + 1 -0.00354 0.00121 -2.42e+03 0 0.088 1.3 1.3 Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1009, Parent ID = 886 +* G4Track Information: Particle = gamma, Track ID = 587, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.185 0.245 -2.41e+03 1.53 0 0 0 Target initStep - 1 -0.886 0.939 -2.41e+03 0.19 1.34 1.16 1.16 Target eIoni - 2 -0.889 0.935 -2.41e+03 0 0.19 0.0754 1.24 Target eIoni + 0 -0.00025 0.000118 -2.42e+03 49.5 0 0 0 Target initStep + 1 -0.00407 0.000933 -2.41e+03 0 0 5.45 5.45 Target conv ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 885, Parent ID = 843 +* G4Track Information: Particle = gamma, Track ID = 586, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.199 0.287 -2.41e+03 0.302 0 0 0 Target initStep - 1 -0.0288 0.432 -2.41e+03 0.263 0 0.271 0.271 Target compt - 2 -0.819 1.18 -2.41e+03 0 0.088 1.32 1.59 Target phot + 0 -7.6e-05 -8.11e-06 -2.42e+03 10.8 0 0 0 Target initStep + 1 -0.0127 -0.00307 -2.41e+03 0 0 8.72 8.72 Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1012, Parent ID = 885 +* G4Track Information: Particle = e+, Track ID = 974, Parent ID = 586 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.819 1.18 -2.41e+03 0.175 0 0 0 Target initStep - 1 -0.82 1.19 -2.41e+03 0 0.175 0.0666 0.0666 Target eIoni + 0 -0.0127 -0.00307 -2.41e+03 1.48 0 0 0 Target initStep + 1 0.675 -0.396 -2.41e+03 0 1.48 1.15 1.15 Target eIoni + 2 0.675 -0.396 -2.41e+03 0 0 0 1.15 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1011, Parent ID = 885 +* G4Track Information: Particle = e+, Track ID = 972, Parent ID = 587 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0288 0.432 -2.41e+03 0.0386 0 0 0 Target initStep - 1 -0.029 0.432 -2.41e+03 0 0.0386 0.00584 0.00584 Target eIoni + 0 -0.00407 0.000933 -2.41e+03 44.2 0 0 0 Target initStep + 1 0.00856 -0.00145 -2.41e+03 43.2 0.294 0.273 0.273 Target eBrem + 2 0.0289 0.00381 -2.41e+03 42.3 0.321 0.309 0.582 Target eBrem + 3 0.0258 0.00253 -2.41e+03 39 0.301 0.272 0.854 Target eBrem + 4 0.0135 0.0203 -2.41e+03 37.4 0.314 0.222 1.08 Target eBrem + 5 0.112 0.0437 -2.41e+03 28.4 1.37 1.26 2.34 Target eBrem + 6 -0.36 0.288 -2.41e+03 24.7 1.78 1.62 3.96 Target eBrem + 7 -0.28 -0.307 -2.41e+03 22.4 1.98 1.58 5.54 Target eBrem + 8 -0.283 -0.702 -2.41e+03 20.3 1.03 0.822 6.36 Target eBrem + 9 -0.949 -2.05 -2.41e+03 16.7 3.54 1.75 8.11 Target eBrem + 10 -0.983 -2.15 -2.41e+03 11.7 0.0895 0.106 8.21 Target eBrem + 11 -1.07 -2.3 -2.41e+03 3.38 0.237 0.208 8.42 Target eBrem + 12 -1.92 -2.3 -2.4e+03 1.12 2.27 1.89 10.3 Target eIoni + 13 -1.89 -2.22 -2.4e+03 0 1.12 0.845 11.2 Target eIoni + 14 -1.89 -2.22 -2.4e+03 0 0 0 11.2 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 884, Parent ID = 849 +* G4Track Information: Particle = e+, Track ID = 969, Parent ID = 589 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.454 -0.0699 -2.41e+03 0.377 0 0 0 Target initStep - 1 -0.45 2.58 -2.41e+03 0.28 0 3.31 3.31 Target compt - 2 -4.5 4.47 -2.41e+03 0.202 0 4.8 8.11 Target compt - 3 -5.63 4.41 -2.41e+03 0 0.088 1.65 9.76 Target phot + 0 -0.0473 -0.00942 -2.41e+03 3.8 0 0 0 Target initStep + 1 -0.0537 0.209 -2.41e+03 3.33 0.467 0.495 0.495 Target eBrem + 2 0.0181 1.48 -2.41e+03 1.19 2.14 1.87 2.37 Target eIoni + 3 0.116 1.51 -2.41e+03 0 1.19 0.908 3.28 Target eIoni + 4 0.116 1.51 -2.41e+03 0 0 0 3.28 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1015, Parent ID = 884 +* G4Track Information: Particle = e+, Track ID = 967, Parent ID = 590 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.63 4.41 -2.41e+03 0.114 0 0 0 Target initStep - 1 -5.63 4.41 -2.41e+03 0 0.114 0.0339 0.0339 Target eIoni + 0 -0.071 -0.0107 -2.41e+03 5.89 0 0 0 Target initStep + 1 -0.38 -0.967 -2.41e+03 1.8 2.25 1.68 1.68 Target eBrem + 2 -0.684 -0.676 -2.41e+03 0.408 1.39 1.34 3.02 Target eIoni + 3 -0.677 -0.655 -2.41e+03 0 0.408 0.227 3.25 Target eIoni + 4 -0.677 -0.655 -2.41e+03 0 0 0 3.25 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1014, Parent ID = 884 +* G4Track Information: Particle = e+, Track ID = 960, Parent ID = 899 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.5 4.47 -2.41e+03 0.0783 0 0 0 Target initStep - 1 -4.5 4.47 -2.41e+03 0 0.0783 0.0185 0.0185 Target eIoni + 0 -0.0556 0.0218 -2.41e+03 2.54 0 0 0 Target initStep + 1 0.131 0.643 -2.41e+03 1.73 0.809 0.762 0.762 Target eBrem + 2 0.115 0.884 -2.41e+03 1.24 0.353 0.376 1.14 Target eBrem + 3 0.193 0.931 -2.41e+03 0 1.24 0.955 2.09 Target eIoni + 4 0.193 0.931 -2.41e+03 0 0 0 2.09 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1013, Parent ID = 884 +* G4Track Information: Particle = e+, Track ID = 952, Parent ID = 900 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.45 2.58 -2.41e+03 0.0964 0 0 0 Target initStep - 1 -0.449 2.58 -2.41e+03 0 0.0964 0.0259 0.0259 Target eIoni + 0 -0.0483 0.0293 -2.41e+03 32.4 0 0 0 Target initStep + 1 -0.0546 -0.0364 -2.41e+03 31.1 0.842 0.786 0.786 Target eBrem + 2 -0.0457 -0.0426 -2.41e+03 29.9 0.112 0.0863 0.872 Target eBrem + 3 0.0372 -0.151 -2.41e+03 29.1 0.648 0.541 1.41 Target eBrem + 4 -0.00874 -0.346 -2.41e+03 26.6 2.17 1.26 2.68 Target eBrem + 5 -0.0767 -0.626 -2.41e+03 12.9 0.651 0.607 3.28 Target eBrem + 6 0.791 -0.691 -2.41e+03 11 1.64 1.48 4.77 Target eBrem + 7 1 -0.846 -2.41e+03 8.79 0.606 0.398 5.16 Target eBrem + 8 0.0245 -3.4 -2.41e+03 5.36 3.43 2.82 7.99 Target eBrem + 9 -0.288 -3.4 -2.41e+03 4.4 0.376 0.37 8.36 Target eBrem + 10 -0.468 -3.44 -2.41e+03 2.21 0.213 0.2 8.56 Target eBrem + 11 -0.624 -3.32 -2.41e+03 1.87 0.212 0.234 8.79 Target eBrem + 12 -0.141 -4.09 -2.41e+03 0 1.87 1.37 10.2 Target eIoni + 13 -0.141 -4.09 -2.41e+03 0 0 0 10.2 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 882, Parent ID = 853 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.05 -1.33 -2.41e+03 0.11 0 0 0 Target initStep - 1 -2.2 -1.28 -2.41e+03 0 0.088 0.399 0.399 Target phot +* G4Track Information: Particle = e+, Track ID = 898, Parent ID = 592 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0439 -0.00857 -2.41e+03 14.2 0 0 0 Target initStep + 1 -0.623 -0.428 -2.41e+03 4.71 1.93 1.46 1.46 Target eBrem + 2 -0.618 -0.416 -2.41e+03 4.43 0.0174 0.0222 1.48 Target eBrem + 3 -0.403 -0.15 -2.41e+03 2.57 0.59 0.529 2.01 Target eBrem + 4 -0.0848 0.416 -2.41e+03 0.626 1.84 1.27 3.27 Target eBrem + 5 -0.103 0.452 -2.41e+03 0 0.626 0.409 3.68 Target eIoni + 6 -0.103 0.452 -2.41e+03 0 0 0 3.68 Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 896, Parent ID = 594 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.201 -0.0803 -2.4e+03 25 0 0 0 Target initStep + 1 -0.201 -0.08 -2.4e+03 20.6 0.0101 0.0112 0.0112 Target eBrem + 2 -0.244 -0.0577 -2.4e+03 18.8 0.336 0.306 0.318 Target eBrem + 3 -0.255 -0.0657 -2.4e+03 17.9 0.118 0.123 0.441 Target eBrem + 4 -0.467 -0.299 -2.4e+03 16.2 1.58 1.29 1.73 Target eBrem + 5 -0.443 -0.43 -2.4e+03 14.1 1.87 1.14 2.86 Target eBrem + 6 -0.408 -0.415 -2.4e+03 13 0.817 0.429 3.29 Target eBrem + 7 -0.463 -0.302 -2.4e+03 12.5 0.325 0.279 3.57 Target eBrem + 8 -0.428 -0.207 -2.4e+03 12.3 0.237 0.232 3.8 Tracker Transportation + 9 -0.52 0.707 -2.4e+03 12.2 0.000465 2.12 5.92 Tracker eIoni + 10 -3.66 43.9 -2.31e+03 12.2 0.019 100 106 Tracker StepLimiter + 11 -8.23 86.5 -2.22e+03 12.2 0.0142 100 206 Tracker StepLimiter + 12 -9.54 100 -2.19e+03 12.2 0.00522 30.6 237 Tracker eIoni + 13 -14.8 146 -2.1e+03 12.2 0.0179 100 337 Tracker StepLimiter + 14 -15.5 151 -2.09e+03 12.2 0.0022 13.1 350 Tracker eIoni + 15 -18.6 196 -2e+03 12.2 0.0159 100 450 Tracker StepLimiter + 16 -18.6 197 -2e+03 12.2 7.85e-05 1.97 452 Tracker eIoni + 17 -22.1 234 -1.92e+03 12.2 0.0124 83.7 535 Tracker eIoni + 18 -25.5 260 -1.87e+03 12.1 0.0126 59.1 594 Tracker eIoni + 19 -31 306 -1.78e+03 12.1 0.0151 99.5 694 Tracker eIoni + 20 -32.1 314 -1.77e+03 12.1 0.00306 18.5 712 Tracker eIoni + 21 -32.5 318 -1.76e+03 12.1 0.00178 8.86 721 Tracker eIoni + 22 -36.9 363 -1.67e+03 12.1 0.017 100 821 Tracker StepLimiter + 23 -37.8 371 -1.65e+03 12.1 0.00357 17.8 839 Tracker eIoni + 24 -43.3 415 -1.56e+03 12.1 0.015 100 939 Tracker StepLimiter + 25 -44.9 425 -1.54e+03 12.1 0.0048 22.1 961 Tracker eIoni + 26 -50.8 466 -1.46e+03 12.1 0.0128 94.1 1.06e+03 Tracker eIoni + 27 -54.2 491 -1.41e+03 12 0.01 56.4 1.11e+03 Tracker eIoni + 28 -56 509 -1.37e+03 12 0.00648 38.4 1.15e+03 Tracker eIoni + 29 -62 553 -1.3e+03 12 0.0132 88.4 1.24e+03 Tracker eIoni + 30 -70.7 599 -1.21e+03 12 0.0183 100 1.34e+03 Tracker StepLimiter + 31 -72.4 608 -1.19e+03 12 0.00249 19.2 1.36e+03 Tracker eIoni + 32 -75.2 620 -1.17e+03 12 0.00233 25.3 1.38e+03 Tracker eIoni + 33 -85.5 663 -1.09e+03 12 0.0126 94.4 1.48e+03 Tracker eIoni + 34 -88.8 677 -1.06e+03 12 0.00678 30.9 1.51e+03 Tracker eIoni + 35 -96.4 710 -997 11.9 0.0113 71.7 1.58e+03 Tracker eIoni + 36 -106 754 -908 11.9 0.0154 100 1.68e+03 Tracker StepLimiter + 37 -107 758 -900 11.9 0.00164 8.74 1.69e+03 Chamber Transportation + 38 -109 768 -876 11.8 0.0164 25.8 1.71e+03 Chamber eIoni + 39 -110 772 -868 11.8 0.00393 9.59 1.72e+03 Tracker Transportation + 40 -112 780 -853 11.8 0.00152 16.3 1.74e+03 Tracker eIoni + 41 -117 802 -810 11.8 0.00668 49.7 1.79e+03 Tracker eIoni + 42 -119 810 -796 11.8 0.00315 16 1.81e+03 Tracker eIoni + 43 -125 833 -753 11.8 0.00895 48.9 1.85e+03 Tracker eIoni + 44 -127 840 -740 11.8 0.00119 14.7 1.87e+03 Tracker eIoni + 45 -132 857 -708 11.8 0.00459 36.4 1.91e+03 Tracker eIoni + 46 -147 903 -621 11.8 0.0179 100 2.01e+03 Tracker StepLimiter + 47 -152 924 -582 11.7 0.00626 44.2 2.05e+03 Tracker eIoni + 48 -153 930 -571 11.7 0.00142 12.6 2.06e+03 Tracker eIoni + 49 -161 957 -522 11.7 0.00839 56.6 2.12e+03 Tracker eIoni + 50 -167 979 -481 11.7 0.00646 47.4 2.17e+03 Tracker eIoni + 51 -174 1e+03 -435 11.7 0.00767 52 2.22e+03 Tracker eIoni + 52 -187 1.05e+03 -348 11.7 0.0157 100 2.32e+03 Tracker StepLimiter + 53 -193 1.07e+03 -313 11.7 0.00442 39.6 2.36e+03 Tracker eIoni + 54 -208 1.11e+03 -225 11.7 0.0148 100 2.46e+03 Tracker StepLimiter + 55 -222 1.16e+03 -137 11.7 0.0149 100 2.56e+03 Tracker StepLimiter + 56 -229 1.18e+03 -100 11.6 0.00553 42.3 2.6e+03 Chamber Transportation + 57 -232 1.19e+03 -75.1 11.6 0.012 28.1 2.63e+03 Chamber eIoni + 58 -248 1.24e+03 22.4 11.6 0.041 110 2.74e+03 Chamber eIoni + 59 -254 1.26e+03 56.9 10.6 0.0163 41 2.78e+03 Chamber eBrem + 60 -258 1.27e+03 74.8 10.6 0.00826 21.8 2.8e+03 Chamber eIoni + 61 -261 1.29e+03 98.5 10.5 0.0137 28.2 2.83e+03 Chamber eIoni + 62 -262 1.29e+03 100 10.5 0.000568 1.76 2.83e+03 Tracker Transportation + 63 -273 1.32e+03 151 10.5 0.0117 61.3 2.89e+03 Tracker eIoni + 64 -284 1.35e+03 203 10.5 0.00876 63.3 2.96e+03 Tracker eIoni + 65 -292 1.37e+03 237 10.5 0.00603 40.6 3e+03 Tracker eIoni + 66 -310 1.43e+03 319 10.5 0.0169 100 3.1e+03 Tracker StepLimiter + 67 -322 1.48e+03 401 10.5 0.0175 100 3.2e+03 Tracker StepLimiter + 68 -332 1.52e+03 463 10.5 0.0156 74.2 3.27e+03 Tracker eIoni + 69 -344 1.58e+03 545 10.4 0.0138 100 3.37e+03 Tracker StepLimiter + 70 -354 1.64e+03 627 10.4 0.0143 100 3.47e+03 Tracker StepLimiter + 71 -355 1.64e+03 638 10.4 0.00244 13.2 3.48e+03 Tracker eIoni + 72 -356 1.65e+03 645 10.4 0.00177 9.17 3.49e+03 Tracker eIoni + 73 -363 1.69e+03 700 10.4 0.00827 67.9 3.56e+03 Chamber Transportation + 74 -375 1.73e+03 758 10.4 0.0411 74.6 3.64e+03 Chamber eIoni + 75 -377 1.74e+03 769 10.4 0.0028 13.8 3.65e+03 Chamber eIoni + 76 -381 1.78e+03 811 10.3 0.0323 58 3.71e+03 Chamber eIoni + 77 -385 1.82e+03 863 10.3 0.0283 64.8 3.77e+03 Tracker Transportation + 78 -391 1.85e+03 901 10.3 0.00563 46.7 3.82e+03 Tracker eIoni + 79 -405 1.9e+03 982 10.3 0.0111 100 3.92e+03 Tracker StepLimiter + 80 -417 1.96e+03 1.06e+03 10.3 0.0117 100 4.02e+03 Tracker StepLimiter + 81 -429 2.01e+03 1.15e+03 10.2 0.0155 100 4.12e+03 Tracker StepLimiter + 82 -434 2.04e+03 1.19e+03 10.2 0.00563 49.1 4.17e+03 Tracker eIoni + 83 -441 2.08e+03 1.25e+03 10.2 0.00852 68.9 4.24e+03 Tracker eIoni + 84 -444 2.1e+03 1.29e+03 10.2 0.00679 46.8 4.28e+03 Tracker eIoni + 85 -446 2.11e+03 1.3e+03 10.2 0.00241 19.2 4.3e+03 Tracker eIoni + 86 -452 2.16e+03 1.39e+03 10.2 0.0187 100 4.4e+03 Tracker StepLimiter + 87 -453 2.16e+03 1.4e+03 10.2 0.00191 7.96 4.41e+03 Tracker eIoni + 88 -458 2.19e+03 1.44e+03 10.2 0.00966 52.4 4.46e+03 Tracker eIoni + 89 -464 2.22e+03 1.5e+03 10.2 0.00956 68.9 4.53e+03 Chamber Transportation + 90 -465 2.24e+03 1.52e+03 10.2 0.0093 24.5 4.56e+03 Chamber eIoni + 91 -467 2.26e+03 1.56e+03 10.1 0.0643 43.6 4.6e+03 Chamber eIoni + 92 -469 2.26e+03 1.57e+03 10.1 0.00754 16.6 4.62e+03 Chamber eIoni + 93 -471 2.27e+03 1.58e+03 10.1 0.00596 11.7 4.63e+03 Chamber eIoni + 94 -472 2.28e+03 1.6e+03 10.1 0.0129 17.8 4.65e+03 Chamber eIoni + 95 -472 2.28e+03 1.61e+03 10 0.00413 7.8 4.65e+03 Chamber eIoni + 96 -474 2.32e+03 1.68e+03 10 0.0431 85.5 4.74e+03 Chamber eIoni + 97 -475 2.33e+03 1.7e+03 10 0.0055 19.4 4.76e+03 Tracker Transportation + 98 -474 2.35e+03 1.74e+03 9.99 0.00885 46.7 4.81e+03 World Transportation + 99 -473 2.4e+03 1.84e+03 9.97 0.0175 107 4.91e+03 World eIoni + 100 -473 2.44e+03 1.9e+03 9.95 0.0134 76.4 4.99e+03 World eIoni + 101 -472 2.45e+03 1.93e+03 9.95 0.00396 28.3 5.02e+03 World eIoni + 102 -468 2.55e+03 2.11e+03 9.91 0.0391 210 5.23e+03 World eIoni + 103 -461 2.64e+03 2.3e+03 9.85 0.0322 205 5.43e+03 World eIoni + 104 -457 2.67e+03 2.35e+03 9.84 0.0105 57.7 5.49e+03 World eIoni + 105 -454 2.71e+03 2.41e+03 9.82 0.0115 72.9 5.56e+03 World eIoni + 106 -431 2.94e+03 2.85e+03 9.73 0.0836 502 6.07e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1016, Parent ID = 882 +* G4Track Information: Particle = e+, Track ID = 807, Parent ID = 721 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.2 -1.28 -2.41e+03 0.0224 0 0 0 Target initStep - 1 -2.2 -1.28 -2.41e+03 0 0.0224 0.00244 0.00244 Target eIoni + 0 -1.11 2.1 -2.4e+03 1.48 0 0 0 Target initStep + 1 -1.26 2.58 -2.4e+03 0.624 0.854 0.596 0.596 Target eBrem + 2 -1.3 2.58 -2.4e+03 0 0.624 0.407 1 Target eIoni + 3 -1.3 2.58 -2.4e+03 0 0 0 1 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 881, Parent ID = 853 +* G4Track Information: Particle = e+, Track ID = 715, Parent ID = 599 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.92 -1.3 -2.41e+03 0.176 0 0 0 Target initStep - 1 -2.19 -2.16 -2.41e+03 0 0.088 0.911 0.911 Target phot + 0 -0.0982 -0.0705 -2.41e+03 43.9 0 0 0 Target initStep + 1 -0.164 -0.146 -2.41e+03 42.3 0.833 0.711 0.711 Target eBrem + 2 -0.175 -0.165 -2.41e+03 42 0.213 0.186 0.897 Target eBrem + 3 -0.239 -0.305 -2.41e+03 38.7 0.888 0.759 1.66 Target eBrem + 4 -0.124 -0.406 -2.41e+03 37.3 0.473 0.432 2.09 Target eBrem + 5 0.171 -0.883 -2.4e+03 25.7 2.55 2 4.09 Target eBrem + 6 0.172 -0.887 -2.4e+03 25.1 0.00732 0.0146 4.11 Target eBrem + 7 0.17 -0.927 -2.4e+03 11.6 0.195 0.146 4.25 Target eBrem + 8 0.356 -1.13 -2.4e+03 8.02 1.07 0.784 5.04 Target eBrem + 9 0.512 -0.307 -2.4e+03 6.72 1.05 0.86 5.89 Target eBrem + 10 0.674 -0.118 -2.4e+03 4.25 0.296 0.266 6.16 Target eBrem + 11 1.27 -0.491 -2.4e+03 3.06 0.88 0.805 6.97 Target eBrem + 12 1.18 -0.841 -2.4e+03 2.05 1.01 0.82 7.79 Target eBrem + 13 1.33 -1.12 -2.4e+03 0.035 2.02 1.46 9.24 Target eIoni + 14 1.33 -1.12 -2.4e+03 0 0.035 0.00435 9.25 Target eIoni + 15 1.33 -1.12 -2.4e+03 0 0 0 9.25 Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1017, Parent ID = 881 +* G4Track Information: Particle = e-, Track ID = 1090, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.19 -2.16 -2.41e+03 0.0875 0 0 0 Target initStep - 1 -2.19 -2.16 -2.41e+03 0 0.0875 0.0221 0.0221 Target eIoni + 0 -454 2.71e+03 2.41e+03 0.00868 0 0 0 World initStep + 1 -455 2.71e+03 2.41e+03 0.00339 0.00529 1.62 1.62 World eIoni + 2 -455 2.71e+03 2.41e+03 0 0.00339 0.389 2.01 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 880, Parent ID = 853 +* G4Track Information: Particle = e-, Track ID = 1089, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.74 -1.06 -2.41e+03 5.48 0 0 0 Target initStep - 1 -3.67 -24.7 -2.41e+03 5.48 0 24.1 24.1 World Transportation - 2 -242 -2.94e+03 -2.9e+03 5.48 0 2.96e+03 2.99e+03 OutOfWorld Transportation + 0 -457 2.67e+03 2.35e+03 0.00122 0 0 0 World initStep + 1 -457 2.67e+03 2.35e+03 0 0.00122 0.0763 0.0763 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 879, Parent ID = 853 +* G4Track Information: Particle = e-, Track ID = 1088, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.73 -0.67 -2.41e+03 2.11 0 0 0 Target initStep - 1 -6.84 -6.85 -2.4e+03 2.11 0 12.3 12.3 Tracker Transportation - 2 -1.53e+03 -1.85e+03 395 2.11 0 3.68e+03 3.69e+03 World Transportation - 3 -2.43e+03 -2.94e+03 2.05e+03 2.11 0 2.18e+03 5.87e+03 OutOfWorld Transportation + 0 -461 2.64e+03 2.3e+03 0.0238 0 0 0 World initStep + 1 -462 2.65e+03 2.29e+03 0.0198 0.00404 4.16 4.16 World eIoni + 2 -461 2.64e+03 2.29e+03 0.0169 0.00284 3.38 7.53 World eIoni + 3 -462 2.64e+03 2.29e+03 0.0113 0.00451 2.3 9.84 World eIoni + 4 -462 2.64e+03 2.29e+03 0.00736 0.00399 2.03 11.9 World eIoni + 5 -462 2.64e+03 2.29e+03 0.00248 0.00488 1.38 13.3 World eIoni + 6 -462 2.64e+03 2.29e+03 0 0.00248 0.228 13.5 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 878, Parent ID = 853 +* G4Track Information: Particle = e-, Track ID = 1106, Parent ID = 1088 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.63 -0.436 -2.41e+03 0.958 0 0 0 Target initStep - 1 -2 -1.57 -2.41e+03 0.265 0 2.44 2.44 Target compt - 2 -2.36 2.01 -2.41e+03 0 0.088 3.61 6.05 Target phot + 0 -462 2.64e+03 2.29e+03 0.00108 0 0 0 World initStep + 1 -462 2.64e+03 2.29e+03 0 0.00108 0.0639 0.0639 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1019, Parent ID = 878 +* G4Track Information: Particle = e-, Track ID = 1087, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.36 2.01 -2.41e+03 0.177 0 0 0 Target initStep - 1 -2.37 2.02 -2.41e+03 0 0.177 0.0673 0.0673 Target eIoni + 0 -468 2.55e+03 2.11e+03 0.00119 0 0 0 World initStep + 1 -468 2.55e+03 2.11e+03 0 0.00119 0.0731 0.0731 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1018, Parent ID = 878 +* G4Track Information: Particle = e-, Track ID = 1086, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2 -1.57 -2.41e+03 0.694 0 0 0 Target initStep - 1 -2 -1.59 -2.41e+03 0 0.694 0.467 0.467 Target eIoni + 0 -472 2.45e+03 1.93e+03 0.0048 0 0 0 World initStep + 1 -472 2.45e+03 1.93e+03 0 0.0048 0.713 0.713 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 877, Parent ID = 853 +* G4Track Information: Particle = e-, Track ID = 1085, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.099 0.0863 -2.41e+03 0.618 0 0 0 Target initStep - 1 -1.83 -0.266 -2.4e+03 0.581 0 9.87 9.87 Target compt - 2 -3.09 0.345 -2.4e+03 0.581 0 3.2 13.1 Tracker Transportation - 3 -656 319 -900 0.581 0 1.67e+03 1.68e+03 Chamber Transportation - 4 -702 341 -796 0.581 0 115 1.8e+03 Tracker Transportation - 5 -1e+03 488 -100 0.581 0 774 2.57e+03 Chamber Transportation - 6 -1.09e+03 531 100 0.581 0 222 2.79e+03 Tracker Transportation - 7 -1.35e+03 658 700 0.581 0 667 3.46e+03 Chamber Transportation - 8 -1.44e+03 701 900 0.581 0 222 3.68e+03 Tracker Transportation - 9 -1.7e+03 828 1.5e+03 0.581 0 667 4.35e+03 Chamber Transportation - 10 -1.79e+03 871 1.7e+03 0.581 0 222 4.57e+03 Tracker Transportation - 11 -2.09e+03 1.02e+03 2.4e+03 0.581 0 778 5.35e+03 World Transportation - 12 -2.33e+03 1.13e+03 2.94e+03 0.581 0 600 5.95e+03 OutOfWorld Transportation + 0 -473 2.44e+03 1.9e+03 0.00295 0 0 0 World initStep + 1 -473 2.44e+03 1.9e+03 0 0.00295 0.306 0.306 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1020, Parent ID = 877 +* G4Track Information: Particle = e-, Track ID = 1084, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.83 -0.266 -2.4e+03 0.0369 0 0 0 Target initStep - 1 -1.83 -0.266 -2.4e+03 0 0.0369 0.00544 0.00544 Target eIoni + 0 -473 2.4e+03 1.84e+03 0.00138 0 0 0 World initStep + 1 -473 2.4e+03 1.84e+03 0 0.00138 0.0919 0.0919 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 876, Parent ID = 865 +* G4Track Information: Particle = e-, Track ID = 1083, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.55 4 -2.41e+03 0.557 0 0 0 Target initStep - 1 -14.8 6.12 -2.43e+03 0 0.088 24.9 24.9 Target phot + 0 -474 2.32e+03 1.68e+03 0.00259 0 0 0 Chamber initStep + 1 -474 2.32e+03 1.68e+03 0 0.00259 0.148 0.148 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1021, Parent ID = 876 +* G4Track Information: Particle = e-, Track ID = 1082, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.8 6.12 -2.43e+03 0.469 0 0 0 Target initStep - 1 -14.7 6.17 -2.43e+03 0.205 0.155 0.134 0.134 Target eBrem - 2 -14.7 6.17 -2.43e+03 0 0.205 0.0843 0.218 Target eIoni + 0 -472 2.28e+03 1.61e+03 0.00206 0 0 0 Chamber initStep + 1 -472 2.28e+03 1.61e+03 0 0.00206 0.108 0.108 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1022, Parent ID = 1021 +* G4Track Information: Particle = e-, Track ID = 1081, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.7 6.17 -2.43e+03 0.11 0 0 0 Target initStep - 1 -14.7 6.17 -2.43e+03 0 0.088 0.00693 0.00693 Target phot + 0 -472 2.28e+03 1.6e+03 0.0043 0 0 0 Chamber initStep + 1 -472 2.28e+03 1.6e+03 0 0.0043 0.31 0.31 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1023, Parent ID = 1022 +* G4Track Information: Particle = e-, Track ID = 1080, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -14.7 6.17 -2.43e+03 0.0217 0 0 0 Target initStep - 1 -14.7 6.17 -2.43e+03 0 0.0217 0.00231 0.00231 Target eIoni + 0 -471 2.27e+03 1.58e+03 0.00203 0 0 0 Chamber initStep + 1 -471 2.27e+03 1.58e+03 0 0.00203 0.106 0.106 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 875, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1079, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.63 6.32 -2.41e+03 0.511 0 0 0 Target initStep - 1 0.801 5.69 -2.41e+03 0 0.088 2.75 2.75 Target phot + 0 -469 2.26e+03 1.57e+03 0.00151 0 0 0 Chamber initStep + 1 -469 2.26e+03 1.57e+03 0 0.00151 0.0706 0.0706 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1024, Parent ID = 875 +* G4Track Information: Particle = e-, Track ID = 1078, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.801 5.69 -2.41e+03 0.423 0 0 0 Target initStep - 1 0.817 5.69 -2.41e+03 0 0.423 0.243 0.243 Target eIoni + 0 -467 2.26e+03 1.56e+03 0.00154 0 0 0 Chamber initStep + 1 -467 2.26e+03 1.56e+03 0 0.00154 0.0726 0.0726 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 874, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1077, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.63 6.32 -2.41e+03 0.511 0 0 0 Target initStep - 1 -5.45 7.31 -2.4e+03 0 0.088 4.33 4.33 Target phot + 0 -465 2.24e+03 1.52e+03 0.00666 0 0 0 Chamber initStep + 1 -465 2.24e+03 1.52e+03 0 0.00666 0.623 0.623 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1025, Parent ID = 874 +* G4Track Information: Particle = e-, Track ID = 1076, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.45 7.31 -2.4e+03 0.423 0 0 0 Target initStep - 1 -5.46 7.31 -2.4e+03 0 0.423 0.243 0.243 Target eIoni + 0 -458 2.19e+03 1.44e+03 0.00152 0 0 0 Tracker initStep + 1 -458 2.19e+03 1.44e+03 0 0.00152 0.105 0.105 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 873, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1075, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.51 6.33 -2.41e+03 0.328 0 0 0 Target initStep - 1 -4.92 7.4 -2.4e+03 0 0.088 3.62 3.62 Target phot + 0 -453 2.16e+03 1.4e+03 0.00103 0 0 0 Tracker initStep + 1 -453 2.16e+03 1.4e+03 0 0.00103 0.0599 0.0599 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1026, Parent ID = 873 +* G4Track Information: Particle = e-, Track ID = 1074, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.92 7.4 -2.4e+03 0.24 0 0 0 Target initStep - 1 -4.92 7.41 -2.4e+03 0 0.24 0.107 0.107 Target eIoni + 0 -446 2.11e+03 1.3e+03 0.00129 0 0 0 Tracker initStep + 1 -446 2.11e+03 1.3e+03 0 0.00129 0.083 0.083 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 872, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1073, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.1 5.42 -2.41e+03 0.79 0 0 0 Target initStep - 1 -3.21 4.34 -2.4e+03 0.745 0 5.69 5.69 Target compt - 2 -3.89 4.14 -2.4e+03 0.745 0 1.12 6.81 Tracker Transportation - 3 -2.3e+03 -685 482 0.745 0 3.75e+03 3.76e+03 World Transportation - 4 -2.94e+03 -876 1.28e+03 0.745 0 1.04e+03 4.8e+03 OutOfWorld Transportation + 0 -444 2.1e+03 1.29e+03 0.00283 0 0 0 Tracker initStep + 1 -444 2.1e+03 1.29e+03 0 0.00283 0.285 0.285 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1027, Parent ID = 872 +* G4Track Information: Particle = e-, Track ID = 1072, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.21 4.34 -2.4e+03 0.0451 0 0 0 Target initStep - 1 -3.21 4.34 -2.4e+03 0 0.0451 0.00755 0.00755 Target eIoni + 0 -441 2.08e+03 1.25e+03 0.00129 0 0 0 Tracker initStep + 1 -441 2.08e+03 1.25e+03 0 0.00129 0.0827 0.0827 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 871, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1071, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.5 5.39 -2.41e+03 0.571 0 0 0 Target initStep - 1 1.12 4.83 -2.41e+03 0 0.088 3.17 3.17 Target phot + 0 -434 2.04e+03 1.19e+03 0.00103 0 0 0 Tracker initStep + 1 -434 2.04e+03 1.19e+03 0 0.00103 0.0595 0.0595 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1028, Parent ID = 871 +* G4Track Information: Particle = e-, Track ID = 1070, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.12 4.83 -2.41e+03 0.483 0 0 0 Target initStep - 1 1.14 4.83 -2.41e+03 0 0.483 0.291 0.291 Target eIoni + 0 -391 1.85e+03 901 0.0014 0 0 0 Tracker initStep + 1 -391 1.85e+03 901 0 0.0014 0.093 0.093 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 870, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1069, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.65 5.28 -2.41e+03 0.126 0 0 0 Target initStep - 1 -1.49 5.43 -2.41e+03 0 0.088 0.227 0.227 Target phot + 0 -381 1.78e+03 811 0.00375 0 0 0 Chamber initStep + 1 -381 1.78e+03 811 0 0.00375 0.252 0.252 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1029, Parent ID = 870 +* G4Track Information: Particle = e-, Track ID = 1068, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.49 5.43 -2.41e+03 0.0377 0 0 0 Target initStep - 1 -1.49 5.43 -2.41e+03 0 0.0377 0.00564 0.00564 Target eIoni + 0 -377 1.74e+03 769 0.00164 0 0 0 Chamber initStep + 1 -377 1.74e+03 769 0 0.00164 0.0791 0.0791 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 869, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1067, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.75 5.25 -2.41e+03 1.5 0 0 0 Target initStep - 1 11 9.08 -2.4e+03 0.373 0 13.8 13.8 Target compt - 2 10.8 8.68 -2.4e+03 0 0.088 0.883 14.7 Target phot + 0 -375 1.73e+03 758 0.00233 0 0 0 Chamber initStep + 1 -375 1.73e+03 758 0 0.00233 0.128 0.128 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1031, Parent ID = 869 +* G4Track Information: Particle = e-, Track ID = 1066, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 10.8 8.68 -2.4e+03 0.285 0 0 0 Target initStep - 1 10.8 8.68 -2.4e+03 0 0.285 0.138 0.138 Target eIoni + 0 -356 1.65e+03 645 0.00133 0 0 0 Tracker initStep + 1 -356 1.65e+03 645 0 0.00133 0.0864 0.0864 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1030, Parent ID = 869 +* G4Track Information: Particle = e-, Track ID = 1065, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 11 9.08 -2.4e+03 1.13 0 0 0 Target initStep - 1 11 9.11 -2.4e+03 0 1.13 0.84 0.84 Target eIoni + 0 -355 1.64e+03 638 0.00782 0 0 0 Tracker initStep + 1 -355 1.64e+03 637 0.00368 0.00307 1.13 1.13 Tracker eIoni + 2 -355 1.64e+03 637 0 0.00368 0.448 1.57 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 868, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1107, Parent ID = 1065 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.75 5.03 -2.41e+03 4.14 0 0 0 Target initStep - 1 -3.62 24.7 -2.4e+03 4.14 0 20.2 20.2 World Transportation - 2 -4.37 32.7 -2.4e+03 4.14 0 8.18 28.4 Tracker Transportation - 3 -227 2.39e+03 -1.89e+03 4.14 0 2.42e+03 2.45e+03 World Transportation - 4 -279 2.94e+03 -1.77e+03 4.14 0 566 3.02e+03 OutOfWorld Transportation + 0 -355 1.64e+03 637 0.00107 0 0 0 Tracker initStep + 1 -355 1.64e+03 637 0 0.00107 0.0625 0.0625 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 867, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1064, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.72 4.94 -2.41e+03 1.8 0 0 0 Target initStep - 1 -7.33 21.1 -2.4e+03 0 0.088 17.9 17.9 Target phot + 0 -332 1.52e+03 463 0.00109 0 0 0 Tracker initStep + 1 -332 1.52e+03 463 0 0.00109 0.0647 0.0647 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1032, Parent ID = 867 +* G4Track Information: Particle = e-, Track ID = 1063, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -7.33 21.1 -2.4e+03 1.71 0 0 0 Target initStep - 1 -7.46 21 -2.4e+03 1.51 0.203 0.197 0.197 Target msc - 2 -7.5 21.1 -2.4e+03 1.35 0.156 0.146 0.343 Target msc - 3 -7.54 21.1 -2.4e+03 1.22 0.13 0.133 0.477 Target msc - 4 -7.63 21.1 -2.4e+03 1.13 0.0997 0.117 0.593 Target msc - 5 -7.69 21.1 -2.4e+03 0.85 0.276 0.0993 0.693 Target msc - 6 -7.69 21.2 -2.4e+03 0.737 0.113 0.103 0.796 Target msc - 7 -7.67 21.1 -2.4e+03 0.617 0.119 0.119 0.915 Target msc - 8 -7.69 21.1 -2.4e+03 0 0.617 0.402 1.32 Target eIoni + 0 -292 1.37e+03 237 0.0106 0 0 0 Tracker initStep + 1 -293 1.37e+03 237 0.00653 0.00403 1.92 1.92 Tracker eIoni + 2 -294 1.37e+03 237 0 0.00653 1.2 3.12 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 866, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1062, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.35 4.23 -2.41e+03 0.23 0 0 0 Target initStep - 1 -1.36 4.47 -2.41e+03 0 0.088 0.345 0.345 Target phot + 0 -284 1.35e+03 203 0.00313 0 0 0 Tracker initStep + 1 -284 1.35e+03 203 0 0.00313 0.338 0.338 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1033, Parent ID = 866 +* G4Track Information: Particle = e-, Track ID = 1061, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.36 4.47 -2.41e+03 0.142 0 0 0 Target initStep - 1 -1.36 4.47 -2.41e+03 0 0.142 0.0478 0.0478 Target eIoni + 0 -273 1.32e+03 151 0.00134 0 0 0 Tracker initStep + 1 -273 1.32e+03 151 0 0.00134 0.0874 0.0874 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 864, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1060, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13 3.48 -2.41e+03 0.171 0 0 0 Target initStep - 1 -1.52 4.07 -2.41e+03 0 0.088 0.924 0.924 Target phot + 0 -261 1.29e+03 98.5 0.0731 0 0 0 Chamber initStep + 1 -261 1.29e+03 99.8 0.0717 0.00143 2.14 2.14 Chamber msc + 2 -260 1.29e+03 100 0.0712 0.000505 0.394 2.53 Tracker Transportation + 3 -251 1.29e+03 107 0.0618 0.00529 12.6 15.1 Tracker eIoni + 4 -244 1.29e+03 107 0.0551 0.00404 7.98 23.1 Tracker eIoni + 5 -235 1.28e+03 102 0.0478 0.00734 13.7 36.8 Tracker eIoni + 6 -234 1.28e+03 103 0.0459 0.0019 4.97 41.7 Tracker eIoni + 7 -236 1.27e+03 100 0.0376 0.00634 8.59 50.3 Tracker eIoni + 8 -236 1.27e+03 100 0.0373 0.000308 0.414 50.7 Chamber Transportation + 9 -237 1.27e+03 99.8 0.0366 0.000767 0.746 51.5 Chamber msc + 10 -237 1.27e+03 99.9 0.0355 0.00105 0.502 52 Chamber msc + 11 -236 1.27e+03 100 0.0349 0.000597 0.438 52.4 Tracker Transportation + 12 -236 1.27e+03 100 0.0349 0 0 52.4 Chamber Transportation + 13 -237 1.27e+03 99.8 0.0341 0.000846 0.564 53 Chamber msc + 14 -237 1.27e+03 99.9 0.0336 0.000485 0.434 53.4 Chamber msc + 15 -237 1.27e+03 100 0.0333 0.000277 0.196 53.6 Tracker Transportation + 16 -238 1.27e+03 102 0.0299 0.0021 3.09 56.7 Tracker eIoni + 17 -239 1.27e+03 107 0.0245 0.00545 5.21 61.9 Tracker msc + 18 -239 1.28e+03 108 0.0191 0.00537 4.29 66.2 Tracker eIoni + 19 -239 1.28e+03 108 0.0187 0.000403 0.394 66.6 Tracker eIoni + 20 -238 1.28e+03 108 0.0107 0.00319 1.12 67.7 Tracker eIoni + 21 -237 1.28e+03 109 0.00657 0.00413 1.94 69.7 Tracker eIoni + 22 -237 1.28e+03 109 0 0.00657 1.21 70.9 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1034, Parent ID = 864 +* G4Track Information: Particle = e-, Track ID = 1112, Parent ID = 1060 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.52 4.07 -2.41e+03 0.0826 0 0 0 Target initStep - 1 -1.52 4.07 -2.41e+03 0 0.0826 0.0202 0.0202 Target eIoni + 0 -238 1.28e+03 108 0.00479 0 0 0 Tracker initStep + 1 -238 1.28e+03 108 0 0.00479 0.711 0.711 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 863, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1111, Parent ID = 1060 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0585 2 -2.41e+03 29.3 0 0 0 Target initStep - 1 -1.18 7.13 -2.4e+03 0 0 8.8 8.8 Target conv + 0 -238 1.27e+03 102 0.00128 0 0 0 Tracker initStep + 1 -238 1.27e+03 102 0 0.00128 0.082 0.082 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 862, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1110, Parent ID = 1060 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0523 1.98 -2.41e+03 0.0966 0 0 0 Target initStep - 1 -0.0905 2.13 -2.41e+03 0 0.088 0.241 0.241 Target phot + 0 -236 1.27e+03 100 0.00191 0 0 0 Tracker initStep + 1 -236 1.27e+03 100 0 0.00191 0.15 0.15 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 861, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1109, Parent ID = 1060 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0505 1.75 -2.41e+03 0.16 0 0 0 Target initStep - 1 -0.267 2.61 -2.41e+03 0 0.088 1.34 1.34 Target phot + 0 -244 1.29e+03 107 0.0026 0 0 0 Tracker initStep + 1 -244 1.29e+03 107 0 0.0026 0.247 0.247 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 860, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1108, Parent ID = 1060 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0408 0.576 -2.41e+03 2.16 0 0 0 Target initStep - 1 -1.29 4.37 -2.4e+03 2.16 0 11.9 11.9 Tracker Transportation - 2 -168 512 -900 2.16 0 1.59e+03 1.6e+03 Chamber Transportation - 3 -190 579 -700 2.16 0 212 1.82e+03 Tracker Transportation - 4 -257 782 -100 2.16 0 637 2.45e+03 Chamber Transportation - 5 -279 850 100 2.16 0 212 2.67e+03 Tracker Transportation - 6 -346 1.05e+03 700 2.16 0 637 3.3e+03 Chamber Transportation - 7 -368 1.12e+03 900 2.16 0 212 3.51e+03 Tracker Transportation - 8 -435 1.32e+03 1.5e+03 2.16 0 637 4.15e+03 Chamber Transportation - 9 -457 1.39e+03 1.7e+03 2.16 0 212 4.36e+03 Tracker Transportation - 10 -534 1.63e+03 2.4e+03 2.16 0 743 5.11e+03 World Transportation - 11 -594 1.81e+03 2.94e+03 2.16 0 573 5.68e+03 OutOfWorld Transportation + 0 -251 1.29e+03 107 0.00414 0 0 0 Tracker initStep + 1 -251 1.29e+03 107 0 0.00414 0.549 0.549 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 859, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1059, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0333 0.543 -2.41e+03 0.155 0 0 0 Target initStep - 1 -0.0388 0.58 -2.41e+03 0 0.088 0.107 0.107 Target phot + 0 -258 1.27e+03 74.8 0.00222 0 0 0 Chamber initStep + 1 -258 1.27e+03 74.8 0 0.00222 0.12 0.12 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 858, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1057, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.019 0.248 -2.41e+03 0.247 0 0 0 Target initStep - 1 -0.114 1.23 -2.41e+03 0 0.088 2.57 2.57 Target phot + 0 -248 1.24e+03 22.4 0.00196 0 0 0 Chamber initStep + 1 -248 1.24e+03 22.4 0 0.00196 0.101 0.101 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 857, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1056, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0206 0.239 -2.41e+03 0.217 0 0 0 Target initStep - 1 -0.017 0.5 -2.41e+03 0 0.088 0.664 0.664 Target phot + 0 -232 1.19e+03 -75.1 0.00138 0 0 0 Chamber initStep + 1 -232 1.19e+03 -75.1 0 0.00138 0.0626 0.0626 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 856, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1055, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0226 0.225 -2.41e+03 0.712 0 0 0 Target initStep - 1 0.00789 0.289 -2.41e+03 0.39 0 0.173 0.173 Target compt - 2 -1.07 0.152 -2.41e+03 0 0.088 1.18 1.36 Target phot + 0 -193 1.07e+03 -313 0.00101 0 0 0 Tracker initStep + 1 -193 1.07e+03 -313 0 0.00101 0.0579 0.0579 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 855, Parent ID = 854 +* G4Track Information: Particle = e-, Track ID = 1054, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0741 0.0348 -2.41e+03 0.198 0 0 0 Target initStep - 1 0.0628 0.0838 -2.41e+03 0 0.088 0.114 0.114 Target phot + 0 -174 1e+03 -435 0.00219 0 0 0 Tracker initStep + 1 -174 1e+03 -435 0 0.00219 0.187 0.187 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1036, Parent ID = 863 +* G4Track Information: Particle = e-, Track ID = 1053, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18 7.13 -2.4e+03 21.3 0 0 0 Target initStep - 1 -1.4 8.17 -2.4e+03 18.5 2.78 1.98 1.98 Tracker Transportation - 2 -41.1 27.5 -2.32e+03 18.5 0.0171 89.8 91.8 Tracker eIoni - 3 -51.9 33 -2.3e+03 18.5 0.00409 24.9 117 Tracker eIoni - 4 -95.1 55 -2.21e+03 18.5 0.0187 100 217 Tracker StepLimiter - 5 -119 66.7 -2.16e+03 18.5 0.0102 55.3 272 Tracker eIoni - 6 -146 79.3 -2.11e+03 18.4 0.00996 61.1 333 Tracker eIoni - 7 -148 80.5 -2.11e+03 18.4 0.00163 5.47 339 Tracker eIoni - 8 -149 81.1 -2.1e+03 18.4 0.000675 3.05 342 Tracker eIoni - 9 -193 103 -2.02e+03 18.4 0.0157 100 442 Tracker StepLimiter - 10 -196 104 -2.01e+03 18.4 0.00118 6.47 448 Tracker eIoni - 11 -239 123 -1.92e+03 18.4 0.016 100 548 Tracker StepLimiter - 12 -250 129 -1.9e+03 18.4 0.00454 26.8 575 Tracker eIoni - 13 -293 149 -1.81e+03 18.4 0.0162 100 675 Tracker StepLimiter - 14 -307 155 -1.78e+03 18.4 0.00524 29.8 705 Tracker eIoni - 15 -311 157 -1.78e+03 18.4 0.00115 10.3 715 Tracker eIoni - 16 -321 161 -1.76e+03 18.3 0.00579 22.8 738 Tracker eIoni - 17 -346 172 -1.71e+03 18.3 0.00697 54.5 792 Tracker eIoni - 18 -365 182 -1.67e+03 18.3 0.00693 45.4 838 Tracker eIoni - 19 -389 193 -1.62e+03 18.3 0.00659 53.6 891 Tracker eIoni - 20 -415 205 -1.57e+03 18.3 0.00858 57.3 949 Tracker eIoni - 21 -417 206 -1.57e+03 18.3 0.000373 5.04 954 Tracker eIoni - 22 -462 229 -1.48e+03 18.3 0.0159 100 1.05e+03 Tracker StepLimiter - 23 -471 233 -1.46e+03 18.3 0.00212 21.1 1.07e+03 Tracker eIoni - 24 -504 249 -1.4e+03 18.3 0.0121 73.4 1.15e+03 Tracker eIoni - 25 -513 253 -1.38e+03 18.3 0.00357 20.6 1.17e+03 Tracker eIoni - 26 -514 254 -1.38e+03 18.3 0.000257 1.93 1.17e+03 Tracker eIoni - 27 -532 263 -1.34e+03 18.3 0.00714 41.3 1.21e+03 Tracker eIoni - 28 -546 269 -1.32e+03 18.2 0.0071 30.5 1.24e+03 Tracker eIoni - 29 -573 283 -1.26e+03 18.2 0.00962 63.2 1.31e+03 Tracker eIoni - 30 -589 292 -1.23e+03 18.2 0.00839 37.4 1.34e+03 Tracker eIoni - 31 -616 305 -1.17e+03 18.2 0.0134 66 1.41e+03 Tracker eIoni - 32 -625 309 -1.15e+03 18.2 0.00346 19.9 1.43e+03 Tracker eIoni - 33 -636 315 -1.13e+03 18.2 0.00438 27.1 1.46e+03 Tracker eIoni - 34 -655 324 -1.09e+03 18.2 0.00647 44.8 1.5e+03 Tracker eIoni - 35 -659 326 -1.08e+03 18.2 0.00264 10.2 1.51e+03 Tracker eIoni - 36 -678 335 -1.04e+03 18.1 0.00809 42.4 1.55e+03 Tracker eIoni - 37 -700 345 -998 18.1 0.00807 51.2 1.6e+03 Tracker eIoni - 38 -742 366 -909 18.1 0.0182 100 1.7e+03 Tracker StepLimiter - 39 -745 368 -904 18.1 0.00154 6.53 1.71e+03 Tracker eIoni - 40 -787 389 -815 18.1 0.0211 100 1.81e+03 Tracker StepLimiter - 41 -828 410 -727 18.1 0.0195 100 1.91e+03 Tracker StepLimiter - 42 -854 423 -672 18.1 0.0105 62.2 1.97e+03 Tracker eIoni - 43 -875 434 -627 18 0.0105 50.6 2.02e+03 Tracker eIoni - 44 -915 454 -538 18 0.0154 100 2.12e+03 Tracker StepLimiter - 45 -940 466 -484 18 0.00723 60.4 2.18e+03 Tracker eIoni - 46 -942 468 -479 18 0.00201 5.72 2.19e+03 Tracker eIoni - 47 -983 489 -390 18 0.0185 100 2.29e+03 Tracker StepLimiter - 48 -1e+03 498 -350 18 0.0112 44.8 2.33e+03 Tracker eIoni - 49 -1.01e+03 502 -330 18 0.00455 22.1 2.36e+03 Tracker eIoni - 50 -1.03e+03 513 -283 18 0.01 52.8 2.41e+03 Tracker eIoni - 51 -1.07e+03 533 -195 17.9 0.0144 100 2.51e+03 Tracker StepLimiter - 52 -1.09e+03 542 -158 17.9 0.00662 42.1 2.55e+03 Tracker eIoni - 53 -1.11e+03 549 -122 17.9 0.00926 40.7 2.59e+03 Tracker eIoni - 54 -1.12e+03 554 -100 17.9 0.00368 25.3 2.62e+03 Chamber Transportation - 55 -1.12e+03 555 -96.7 17.9 0.00153 3.79 2.62e+03 Chamber eIoni - 56 -1.13e+03 559 -78.1 17.9 0.0101 21 2.64e+03 Chamber eIoni - 57 -1.14e+03 561 -68.6 17.9 0.00761 10.8 2.65e+03 Chamber eIoni - 58 -1.18e+03 572 13.8 17.8 0.0504 96 2.75e+03 Chamber eIoni - 59 -1.19e+03 574 24.2 17.8 0.00783 11.6 2.76e+03 Tracker Transportation - 60 -1.23e+03 580 114 17.8 0.018 100 2.86e+03 Tracker StepLimiter - 61 -1.27e+03 585 204 17.8 0.0159 100 2.96e+03 Tracker StepLimiter - 62 -1.32e+03 590 294 17.8 0.0145 100 3.06e+03 Tracker StepLimiter - 63 -1.33e+03 592 316 17.8 0.00315 24.7 3.09e+03 Tracker eIoni - 64 -1.36e+03 596 383 17.8 0.0148 74.4 3.16e+03 Tracker eIoni - 65 -1.41e+03 603 472 17.7 0.0179 100 3.26e+03 Tracker StepLimiter - 66 -1.45e+03 608 562 17.7 0.0154 100 3.36e+03 Tracker StepLimiter - 67 -1.47e+03 608 597 17.7 0.00788 39.6 3.4e+03 Tracker eIoni - 68 -1.5e+03 608 657 17.7 0.00897 66.1 3.47e+03 Tracker eIoni - 69 -1.52e+03 608 700 17.7 0.00758 47.9 3.51e+03 Chamber Transportation - 70 -1.53e+03 608 723 17.7 0.0185 25.8 3.54e+03 Chamber eIoni - 71 -1.54e+03 607 743 17.6 0.0101 21.6 3.56e+03 Chamber eIoni - 72 -1.54e+03 606 759 17.6 0.00905 16.8 3.58e+03 Chamber eIoni - 73 -1.55e+03 606 763 17.6 0.000815 4.42 3.58e+03 Chamber eIoni - 74 -1.56e+03 604 797 17.6 0.0255 37.3 3.62e+03 Chamber eIoni - 75 -1.56e+03 603 806 17.6 0.00512 9.32 3.63e+03 Chamber eIoni - 76 -1.57e+03 600 831 17.6 0.00734 26.5 3.66e+03 Chamber eIoni - 77 -1.58e+03 599 841 17.5 0.00543 11.4 3.67e+03 Chamber eIoni - 78 -1.58e+03 598 850 17.5 0.00468 9.06 3.68e+03 Chamber eIoni - 79 -1.59e+03 595 874 17.5 0.0112 26.4 3.7e+03 Chamber eIoni - 80 -1.6e+03 591 900 17.5 0.0124 27.9 3.73e+03 Tracker Transportation - 81 -1.62e+03 581 952 17.5 0.00908 56.9 3.79e+03 Tracker eIoni - 82 -1.66e+03 564 1.04e+03 17.5 0.0165 100 3.89e+03 Tracker StepLimiter - 83 -1.69e+03 547 1.14e+03 17.5 0.0149 100 3.99e+03 Tracker StepLimiter - 84 -1.71e+03 538 1.18e+03 17.5 0.00895 48.9 4.04e+03 Tracker eIoni - 85 -1.73e+03 528 1.23e+03 17.4 0.0107 58.4 4.09e+03 Tracker eIoni - 86 -1.77e+03 511 1.33e+03 17.4 0.0177 100 4.19e+03 Tracker StepLimiter - 87 -1.8e+03 492 1.42e+03 17.4 0.0143 100 4.29e+03 Tracker StepLimiter - 88 -1.84e+03 475 1.5e+03 17.4 0.014 92.2 4.39e+03 Chamber Transportation - 89 -1.84e+03 473 1.51e+03 17.4 0.00551 12.6 4.4e+03 Chamber eIoni - 90 -1.86e+03 466 1.56e+03 17.3 0.0245 48.6 4.45e+03 Chamber eIoni - 91 -1.88e+03 461 1.59e+03 17.3 0.022 40.5 4.49e+03 Chamber eIoni - 92 -1.91e+03 448 1.66e+03 17.3 0.0263 71.8 4.56e+03 Chamber eIoni - 93 -1.92e+03 443 1.7e+03 17.2 0.0163 44.6 4.6e+03 Chamber eIoni - 94 -1.93e+03 442 1.7e+03 17.2 0.000665 3.48 4.61e+03 Tracker Transportation - 95 -1.96e+03 433 1.79e+03 17.2 0.0156 100 4.71e+03 Tracker StepLimiter - 96 -1.97e+03 432 1.79e+03 17.2 0.000269 2.22 4.71e+03 Tracker eIoni - 97 -1.97e+03 432 1.8e+03 17.2 0.000954 7.11 4.72e+03 Tracker eIoni - 98 -1.99e+03 425 1.86e+03 17.2 0.00958 64.4 4.78e+03 Tracker eIoni - 99 -2.02e+03 419 1.92e+03 17.2 0.00987 61.3 4.84e+03 Tracker eIoni - 100 -2.06e+03 409 2.01e+03 17.2 0.0118 100 4.94e+03 Tracker StepLimiter - 101 -2.09e+03 401 2.1e+03 17.1 0.0203 96.6 5.04e+03 Tracker eIoni - 102 -2.12e+03 394 2.17e+03 17.1 0.0151 77.5 5.12e+03 Tracker eIoni - 103 -2.16e+03 386 2.26e+03 17.1 0.016 100 5.22e+03 Tracker StepLimiter - 104 -2.18e+03 383 2.3e+03 17.1 0.00744 44.8 5.26e+03 Tracker eIoni - 105 -2.22e+03 377 2.39e+03 17.1 0.0168 100 5.36e+03 Tracker StepLimiter - 106 -2.23e+03 376 2.4e+03 17.1 0.000977 10.8 5.37e+03 World Transportation - 107 -2.26e+03 371 2.47e+03 17 0.0109 82.1 5.46e+03 World eIoni - 108 -2.35e+03 356 2.68e+03 17 0.045 225 5.68e+03 World eIoni - 109 -2.41e+03 346 2.82e+03 17 0.0265 157 5.84e+03 World eIoni - 110 -2.44e+03 340 2.88e+03 17 0.012 64.4 5.9e+03 World eIoni - 111 -2.45e+03 337 2.9e+03 16.9 0.00581 25.9 5.93e+03 World eIoni - 112 -2.47e+03 333 2.94e+03 16.9 0.00644 38.9 5.97e+03 OutOfWorld Transportation + 0 -167 979 -481 0.0113 0 0 0 Tracker initStep + 1 -166 979 -480 0.0111 0.000185 0.234 0.234 Tracker msc + 2 -166 979 -480 0.0105 0.000605 0.234 0.469 Tracker msc + 3 -166 979 -480 0.00958 0.000949 0.234 0.703 Tracker msc + 4 -166 978 -480 0.00927 0.000311 0.234 0.938 Tracker msc + 5 -166 978 -480 0.00875 0.000512 0.234 1.17 Tracker msc + 6 -166 978 -480 0.00761 0 0.0055 1.18 Tracker eIoni + 7 -166 978 -480 0.00701 0.000603 0.234 1.41 Tracker msc + 8 -166 978 -480 0.00677 0.000237 0.234 1.65 Tracker msc + 9 -166 978 -480 0.00534 0.00144 0.234 1.88 Tracker msc + 10 -166 978 -479 0.00496 0.000373 0.234 2.12 Tracker msc + 11 -166 978 -480 0.00346 0.0015 0.234 2.35 Tracker msc + 12 -165 978 -480 0.00194 0.00152 0.234 2.58 Tracker msc + 13 -165 978 -480 0 0.00194 0.154 2.74 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1123, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1113, Parent ID = 1053 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.45e+03 337 2.9e+03 0.00114 0 0 0 World initStep - 1 -2.45e+03 337 2.9e+03 0 0.00114 0.0693 0.0693 World eIoni + 0 -166 978 -480 0.00114 0 0 0 Tracker initStep + 1 -166 978 -480 0 0.00114 0.0692 0.0692 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1122, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1052, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.44e+03 340 2.88e+03 0.0052 0 0 0 World initStep - 1 -2.44e+03 340 2.88e+03 0 0.0052 0.821 0.821 World eIoni + 0 -161 957 -522 0.0019 0 0 0 Tracker initStep + 1 -161 957 -522 0 0.0019 0.149 0.149 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1121, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1051, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.41e+03 346 2.82e+03 0.00255 0 0 0 World initStep - 1 -2.41e+03 346 2.82e+03 0 0.00255 0.24 0.24 World eIoni + 0 -153 930 -571 0.00322 0 0 0 Tracker initStep + 1 -153 930 -571 0 0.00322 0.355 0.355 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1120, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1050, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.35e+03 356 2.68e+03 0.00208 0 0 0 World initStep - 1 -2.35e+03 356 2.68e+03 0 0.00208 0.173 0.173 World eIoni + 0 -152 924 -582 0.0228 0 0 0 Tracker initStep + 1 -151 927 -582 0.0177 0.00512 3.95 3.95 Tracker eIoni + 2 -150 929 -583 0.0103 0.00403 2.65 6.59 Tracker eIoni + 3 -151 930 -585 0.00704 0.00323 1.88 8.47 Tracker eIoni + 4 -150 931 -584 0.00125 0.00579 1.32 9.78 Tracker eIoni + 5 -150 931 -584 0 0.00125 0.0792 9.86 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1119, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1114, Parent ID = 1050 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.26e+03 371 2.47e+03 0.00149 0 0 0 World initStep - 1 -2.26e+03 371 2.47e+03 0 0.00149 0.102 0.102 World eIoni + 0 -150 929 -583 0.00336 0 0 0 Tracker initStep + 1 -150 929 -584 0 0.00336 0.382 0.382 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1118, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1049, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.18e+03 383 2.3e+03 0.0181 0 0 0 Tracker initStep - 1 -2.18e+03 385 2.3e+03 0.0144 0.00368 3.08 3.08 Tracker eIoni - 2 -2.18e+03 387 2.3e+03 0.00881 0.00563 2.49 5.58 Tracker eIoni - 3 -2.18e+03 386 2.3e+03 0.00435 0.00446 1.65 7.22 Tracker eIoni - 4 -2.18e+03 386 2.3e+03 0 0.00435 0.599 7.82 Tracker eIoni + 0 -132 857 -708 0.0017 0 0 0 Tracker initStep + 1 -132 857 -708 0 0.0017 0.126 0.126 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1117, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1048, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.12e+03 394 2.17e+03 0.0015 0 0 0 Tracker initStep - 1 -2.12e+03 394 2.17e+03 0 0.0015 0.104 0.104 Tracker eIoni + 0 -127 840 -740 0.00322 0 0 0 Tracker initStep + 1 -127 840 -740 0 0.00322 0.355 0.355 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1116, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1047, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.09e+03 401 2.1e+03 0.013 0 0 0 Tracker initStep - 1 -2.09e+03 402 2.1e+03 0.00958 0.00341 2.28 2.28 Tracker eIoni - 2 -2.09e+03 403 2.1e+03 0.00341 0.00617 1.77 4.05 Tracker eIoni - 3 -2.09e+03 403 2.1e+03 0 0.00341 0.393 4.44 Tracker eIoni + 0 -125 833 -753 0.0081 0 0 0 Tracker initStep + 1 -124 833 -754 0.00565 0.00245 1.52 1.52 Tracker eIoni + 2 -124 833 -754 0 0.00565 0.951 2.48 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1115, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1046, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -2.02e+03 419 1.92e+03 0.00515 0 0 0 Tracker initStep - 1 -2.02e+03 419 1.92e+03 0 0.00515 0.808 0.808 Tracker eIoni + 0 -119 810 -796 0.00102 0 0 0 Tracker initStep + 1 -119 810 -796 0 0.00102 0.059 0.059 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1114, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1045, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.99e+03 425 1.86e+03 0.0021 0 0 0 Tracker initStep - 1 -1.99e+03 425 1.86e+03 0 0.0021 0.175 0.175 Tracker eIoni + 0 -117 802 -810 0.00323 0 0 0 Tracker initStep + 1 -117 803 -810 0 0.00323 0.358 0.358 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1113, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1044, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.97e+03 432 1.8e+03 0.021 0 0 0 Tracker initStep - 1 -1.97e+03 434 1.8e+03 0.0163 0.00467 3.6 3.6 Tracker eIoni - 2 -1.97e+03 436 1.8e+03 0.0122 0.00284 1.99 5.59 Tracker eIoni - 3 -1.97e+03 437 1.8e+03 0.00652 0.00565 2.16 7.74 Tracker eIoni - 4 -1.97e+03 438 1.8e+03 0.00164 0.0036 0.962 8.71 Tracker eIoni - 5 -1.97e+03 438 1.8e+03 0 0.00164 0.119 8.82 Tracker eIoni + 0 -112 780 -853 0.00154 0 0 0 Tracker initStep + 1 -112 780 -853 0 0.00154 0.108 0.108 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1125, Parent ID = 1113 +* G4Track Information: Particle = e-, Track ID = 1043, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.97e+03 438 1.8e+03 0.00128 0 0 0 Tracker initStep - 1 -1.97e+03 438 1.8e+03 0 0.00128 0.0813 0.0813 Tracker eIoni + 0 -109 768 -876 0.0444 0 0 0 Chamber initStep + 1 -110 769 -877 0.0418 0.00261 1.52 1.52 Chamber msc + 2 -110 769 -877 0.039 1.94e-05 0.0656 1.58 Chamber eIoni + 3 -110 769 -876 0.0377 0.00134 0.95 2.53 Chamber msc + 4 -110 769 -876 0.0362 4.83e-05 0.0366 2.57 Chamber eIoni + 5 -111 769 -877 0.0333 0.00291 0.87 3.44 Chamber msc + 6 -110 768 -877 0.0321 0.00116 0.743 4.18 Chamber msc + 7 -111 768 -878 0.029 0.00103 0.635 4.82 Chamber eIoni + 8 -111 768 -878 0.0282 0.000789 0.896 5.71 Chamber msc + 9 -111 769 -878 0.0264 0.00179 0.958 6.67 Chamber msc + 10 -110 768 -878 0.0235 0.00297 0.924 7.6 Chamber msc + 11 -111 768 -878 0.0219 0.00156 0.743 8.34 Chamber msc + 12 -110 768 -878 0.0162 0.00283 0.773 9.11 Chamber eIoni + 13 -110 768 -878 0.0136 0.000243 0.164 9.28 Chamber eIoni + 14 -111 769 -877 0.00867 0.00493 1.63 10.9 Chamber eIoni + 15 -112 768 -878 0.00307 0.0056 0.736 11.6 Chamber eIoni + 16 -112 768 -878 0 0.00307 0.188 11.8 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1124, Parent ID = 1113 +* G4Track Information: Particle = e-, Track ID = 1119, Parent ID = 1043 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.97e+03 436 1.8e+03 0.0013 0 0 0 Tracker initStep - 1 -1.97e+03 436 1.8e+03 0 0.0013 0.0839 0.0839 Tracker eIoni + 0 -110 768 -878 0.0024 0 0 0 Chamber initStep + 1 -110 768 -878 0 0.0024 0.133 0.133 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1112, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1118, Parent ID = 1043 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.97e+03 432 1.79e+03 0.00158 0 0 0 Tracker initStep - 1 -1.97e+03 432 1.79e+03 0 0.00158 0.112 0.112 Tracker eIoni + 0 -110 768 -878 0.00284 0 0 0 Chamber initStep + 1 -110 768 -878 0 0.00284 0.169 0.169 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1111, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1117, Parent ID = 1043 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.92e+03 443 1.7e+03 0.0058 0 0 0 Chamber initStep - 1 -1.92e+03 443 1.7e+03 0 0.0058 0.498 0.498 Chamber eIoni + 0 -111 768 -878 0.00205 0 0 0 Chamber initStep + 1 -111 768 -878 0 0.00205 0.107 0.107 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1110, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1116, Parent ID = 1043 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.91e+03 448 1.66e+03 0.0135 0 0 0 Chamber initStep - 1 -1.91e+03 449 1.66e+03 0.00449 0.00897 1.61 1.61 Chamber eIoni - 2 -1.91e+03 449 1.66e+03 0 0.00449 0.332 1.95 Chamber eIoni + 0 -110 769 -876 0.00146 0 0 0 Chamber initStep + 1 -110 769 -876 0 0.00146 0.0678 0.0678 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1109, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1115, Parent ID = 1043 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.88e+03 461 1.59e+03 0.00138 0 0 0 Chamber initStep - 1 -1.88e+03 461 1.59e+03 0 0.00138 0.0631 0.0631 Chamber eIoni + 0 -110 769 -877 0.00274 0 0 0 Chamber initStep + 1 -110 769 -877 0 0.00274 0.161 0.161 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1108, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1042, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.86e+03 466 1.56e+03 0.00236 0 0 0 Chamber initStep - 1 -1.86e+03 466 1.56e+03 0 0.00236 0.131 0.131 Chamber eIoni + 0 -96.4 710 -997 0.0203 0 0 0 Tracker initStep + 1 -94.8 713 -996 0.0171 0.00321 3.47 3.47 Tracker eIoni + 2 -94.8 716 -997 0.0128 0.00426 2.91 6.39 Tracker eIoni + 3 -96 717 -996 0.0075 0.00534 2.25 8.64 Tracker eIoni + 4 -96.7 718 -996 0.000282 0.00722 1.41 10.1 Tracker eIoni + 5 -96.7 718 -996 0 0.000282 0.0122 10.1 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1107, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1041, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.84e+03 473 1.51e+03 0.03 0 0 0 Chamber initStep - 1 -1.84e+03 475 1.51e+03 0.022 0.00796 3.15 3.15 Chamber eIoni - 2 -1.84e+03 473 1.51e+03 0.0132 0.00883 2.39 5.54 Chamber eIoni - 3 -1.85e+03 473 1.51e+03 0.00173 0.0115 1.59 7.13 Chamber eIoni - 4 -1.85e+03 473 1.51e+03 0 0.00173 0.0851 7.21 Chamber eIoni + 0 -88.8 677 -1.06e+03 0.00211 0 0 0 Tracker initStep + 1 -88.7 677 -1.06e+03 0 0.00211 0.176 0.176 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1106, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1040, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.73e+03 528 1.23e+03 0.00148 0 0 0 Tracker initStep - 1 -1.73e+03 528 1.23e+03 0 0.00148 0.102 0.102 Tracker eIoni + 0 -85.5 663 -1.09e+03 0.00227 0 0 0 Tracker initStep + 1 -85.4 663 -1.09e+03 0 0.00227 0.198 0.198 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1105, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1039, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.71e+03 538 1.18e+03 0.00399 0 0 0 Tracker initStep - 1 -1.71e+03 538 1.18e+03 0 0.00399 0.514 0.514 Tracker eIoni + 0 -75.2 620 -1.17e+03 0.00126 0 0 0 Tracker initStep + 1 -75.2 620 -1.17e+03 0 0.00126 0.0795 0.0795 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1104, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1038, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.62e+03 581 952 0.00375 0 0 0 Tracker initStep - 1 -1.62e+03 581 952 0 0.00375 0.462 0.462 Tracker eIoni + 0 -72.4 608 -1.19e+03 0.00164 0 0 0 Tracker initStep + 1 -72.4 608 -1.19e+03 0 0.00164 0.118 0.118 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1103, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1037, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.59e+03 595 874 0.00246 0 0 0 Chamber initStep - 1 -1.59e+03 595 874 0 0.00246 0.138 0.138 Chamber eIoni + 0 -62 553 -1.3e+03 0.0176 0 0 0 Tracker initStep + 1 -60.3 554 -1.3e+03 0.0138 0.0038 2.99 2.99 Tracker eIoni + 2 -60.3 554 -1.3e+03 0.00811 0.00566 2.39 5.38 Tracker eIoni + 3 -60.2 554 -1.3e+03 0.00482 0.00217 0.726 6.11 Tracker eIoni + 4 -60.2 555 -1.3e+03 0 0.00482 0.718 6.82 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1102, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1120, Parent ID = 1037 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.58e+03 598 850 0.00263 0 0 0 Chamber initStep - 1 -1.58e+03 598 850 0 0.00263 0.152 0.152 Chamber eIoni + 0 -60.2 554 -1.3e+03 0.00112 0 0 0 Tracker initStep + 1 -60.2 554 -1.3e+03 0 0.00112 0.0668 0.0668 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1101, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1036, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.58e+03 599 841 0.00476 0 0 0 Chamber initStep - 1 -1.58e+03 599 841 0 0.00476 0.365 0.365 Chamber eIoni + 0 -56 509 -1.37e+03 0.00243 0 0 0 Tracker initStep + 1 -55.9 509 -1.37e+03 0 0.00243 0.221 0.221 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1100, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1035, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.57e+03 600 831 0.0297 0 0 0 Chamber initStep - 1 -1.57e+03 600 831 0.0263 0.00172 1.23 1.23 Chamber eIoni - 2 -1.57e+03 599 831 0.0189 0.00422 2.02 3.25 Chamber eIoni - 3 -1.57e+03 601 830 0.00984 0.0091 2.12 5.37 Chamber eIoni - 4 -1.57e+03 600 830 0 0.00984 1.17 6.53 Chamber eIoni + 0 -54.2 491 -1.41e+03 0.00221 0 0 0 Tracker initStep + 1 -54.3 491 -1.41e+03 0 0.00221 0.19 0.19 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1127, Parent ID = 1100 +* G4Track Information: Particle = e-, Track ID = 1034, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.57e+03 599 831 0.00318 0 0 0 Chamber initStep - 1 -1.57e+03 599 831 0 0.00318 0.198 0.198 Chamber eIoni + 0 -50.8 466 -1.46e+03 0.00118 0 0 0 Tracker initStep + 1 -50.8 466 -1.46e+03 0 0.00118 0.0723 0.0723 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1126, Parent ID = 1100 +* G4Track Information: Particle = e-, Track ID = 1033, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.57e+03 600 831 0.00166 0 0 0 Chamber initStep - 1 -1.57e+03 600 831 0 0.00166 0.0806 0.0806 Chamber eIoni + 0 -44.9 425 -1.54e+03 0.00184 0 0 0 Tracker initStep + 1 -44.8 425 -1.54e+03 0 0.00184 0.142 0.142 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1099, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1032, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.56e+03 603 806 0.00228 0 0 0 Chamber initStep - 1 -1.56e+03 603 806 0 0.00228 0.124 0.124 Chamber eIoni + 0 -37.8 371 -1.65e+03 0.00215 0 0 0 Tracker initStep + 1 -37.8 371 -1.65e+03 0 0.00215 0.181 0.181 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1098, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1031, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.56e+03 604 797 0.00182 0 0 0 Chamber initStep - 1 -1.56e+03 604 797 0 0.00182 0.0914 0.0914 Chamber eIoni + 0 -32.5 318 -1.76e+03 0.00157 0 0 0 Tracker initStep + 1 -32.5 318 -1.76e+03 0 0.00157 0.111 0.111 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1097, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1030, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.55e+03 606 763 0.00803 0 0 0 Chamber initStep - 1 -1.55e+03 606 763 0 0.00803 0.738 0.738 Chamber eIoni + 0 -32.1 314 -1.77e+03 0.00228 0 0 0 Tracker initStep + 1 -32.1 314 -1.77e+03 0 0.00228 0.2 0.2 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1096, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1029, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.54e+03 606 759 0.00184 0 0 0 Chamber initStep - 1 -1.54e+03 606 759 0 0.00184 0.0927 0.0927 Chamber eIoni + 0 -31 306 -1.78e+03 0.0015 0 0 0 Tracker initStep + 1 -31 306 -1.78e+03 0 0.0015 0.103 0.103 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1095, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1028, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.54e+03 607 743 0.00262 0 0 0 Chamber initStep - 1 -1.54e+03 607 743 0 0.00262 0.151 0.151 Chamber eIoni + 0 -25.5 260 -1.87e+03 0.00447 0 0 0 Tracker initStep + 1 -25.7 260 -1.87e+03 0 0.00447 0.628 0.628 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1094, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1027, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.53e+03 608 723 0.0171 0 0 0 Chamber initStep - 1 -1.53e+03 607 723 0.015 0.000563 0.485 0.485 Chamber eIoni - 2 -1.53e+03 608 723 0.00926 0.00377 0.689 1.17 Chamber eIoni - 3 -1.53e+03 607 723 0.0025 0.00677 0.66 1.83 Chamber eIoni - 4 -1.53e+03 607 723 0 0.0025 0.141 1.98 Chamber eIoni + 0 -22.1 234 -1.92e+03 0.00121 0 0 0 Tracker initStep + 1 -22.1 234 -1.92e+03 0 0.00121 0.0756 0.0756 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1129, Parent ID = 1094 +* G4Track Information: Particle = e-, Track ID = 1026, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.53e+03 608 723 0.00198 0 0 0 Chamber initStep - 1 -1.53e+03 608 723 0 0.00198 0.103 0.103 Chamber eIoni + 0 -18.6 197 -2e+03 0.00179 0 0 0 Tracker initStep + 1 -18.7 197 -2e+03 0 0.00179 0.136 0.136 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1128, Parent ID = 1094 +* G4Track Information: Particle = e-, Track ID = 1025, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.53e+03 607 723 0.00155 0 0 0 Chamber initStep - 1 -1.53e+03 607 723 0 0.00155 0.0734 0.0734 Chamber eIoni + 0 -15.5 151 -2.09e+03 0.00184 0 0 0 Tracker initStep + 1 -15.5 151 -2.09e+03 0 0.00184 0.142 0.142 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1093, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1024, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.5e+03 608 657 0.00243 0 0 0 Tracker initStep - 1 -1.5e+03 608 657 0 0.00243 0.221 0.221 Tracker eIoni + 0 -9.54 100 -2.19e+03 0.00348 0 0 0 Tracker initStep + 1 -9.72 100 -2.19e+03 0 0.00348 0.407 0.407 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1092, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1023, Parent ID = 896 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.47e+03 608 597 0.00457 0 0 0 Tracker initStep - 1 -1.47e+03 608 597 0 0.00457 0.654 0.654 Tracker eIoni + 0 -0.52 0.707 -2.4e+03 0.0107 0 0 0 Tracker initStep + 1 -0.996 1.17 -2.4e+03 0.00877 0.00192 0.712 0.712 Tracker msc + 2 -1.14 1.38 -2.4e+03 0.00818 0.000592 0.299 1.01 Tracker msc + 3 -1.36 1.77 -2.4e+03 0.00654 0.00164 0.502 1.51 Tracker msc + 4 -1.71 1.99 -2.4e+03 0.00297 0.00197 0.521 2.03 Tracker eIoni + 5 -1.79 2.09 -2.4e+03 0 0.00297 0.309 2.34 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1091, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1121, Parent ID = 1023 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.36e+03 596 383 0.00203 0 0 0 Tracker initStep - 1 -1.36e+03 596 383 0 0.00203 0.165 0.165 Tracker eIoni + 0 -1.71 1.99 -2.4e+03 0.0016 0 0 0 Tracker initStep + 1 -1.74 1.96 -2.4e+03 0 0.0016 0.114 0.114 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1090, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 973, Parent ID = 586 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.33e+03 592 316 0.00102 0 0 0 Tracker initStep - 1 -1.33e+03 592 316 0 0.00102 0.0588 0.0588 Tracker eIoni + 0 -0.0127 -0.00307 -2.41e+03 8.35 0 0 0 Target initStep + 1 1.79 -0.247 -2.41e+03 5.2 2.82 2.57 2.57 Target eBrem + 2 1.78 0.0916 -2.41e+03 4.06 0.8 0.779 3.35 Target eBrem + 3 1.42 -0.103 -2.41e+03 3.32 0.64 0.602 3.95 Target eBrem + 4 1.88 0.295 -2.41e+03 1.74 0.63 0.697 4.65 Target eBrem + 5 2.02 0.451 -2.41e+03 1.3 0.156 0.221 4.87 Target eBrem + 6 1.95 0.481 -2.41e+03 0 1.3 0.992 5.86 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1089, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 971, Parent ID = 587 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18e+03 572 13.8 0.00451 0 0 0 Chamber initStep - 1 -1.18e+03 572 13.8 0 0.00451 0.335 0.335 Chamber eIoni + 0 -0.00407 0.000933 -2.41e+03 4.3 0 0 0 Target initStep + 1 -0.102 -0.212 -2.41e+03 3.5 0.424 0.395 0.395 Target eBrem + 2 -0.503 -0.638 -2.41e+03 0.532 0.648 0.639 1.03 Target eBrem + 3 -0.549 -0.68 -2.41e+03 0.229 0.174 0.15 1.18 Target eBrem + 4 -0.554 -0.683 -2.41e+03 0 0.229 0.0998 1.28 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1088, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 970, Parent ID = 588 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.14e+03 561 -68.6 0.00145 0 0 0 Chamber initStep - 1 -1.14e+03 561 -68.6 0 0.00145 0.0669 0.0669 Chamber eIoni + 0 -0.00354 0.00121 -2.42e+03 0.156 0 0 0 Target initStep + 1 -0.00359 -0.00119 -2.42e+03 0 0.156 0.0553 0.0553 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1087, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 968, Parent ID = 589 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.13e+03 559 -78.1 0.0014 0 0 0 Chamber initStep - 1 -1.13e+03 559 -78.1 0 0.0014 0.0644 0.0644 Chamber eIoni + 0 -0.0473 -0.00942 -2.41e+03 2.35 0 0 0 Target initStep + 1 -0.174 -1.25 -2.41e+03 0.794 1.28 1.29 1.29 Target eBrem + 2 -0.156 -1.25 -2.41e+03 0.574 0.22 0.233 1.52 Target eBrem + 3 -0.159 -1.28 -2.41e+03 0 0.574 0.366 1.89 Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1086, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 966, Parent ID = 590 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.12e+03 555 -96.7 0.00621 0 0 0 Chamber initStep - 1 -1.12e+03 555 -96.6 0 0.00621 0.556 0.556 Chamber eIoni + 0 -0.071 -0.0107 -2.41e+03 282 0 0 0 Target initStep + 1 -0.0715 -0.0108 -2.41e+03 282 0.0369 0.0418 0.0418 Target eBrem + 2 -0.0674 -0.0165 -2.41e+03 276 0.876 0.809 0.851 Target eBrem + 3 -0.0543 -7.99e-05 -2.41e+03 270 1.41 1.14 1.99 Target eBrem + 4 -0.0536 0.0323 -2.41e+03 267 3.32 2.11 4.11 Target eBrem + 5 -0.053 0.036 -2.41e+03 247 0.137 0.0963 4.2 Target eBrem + 6 -0.051 0.0434 -2.41e+03 239 0.17 0.2 4.4 Target eBrem + 7 -0.0443 0.0774 -2.41e+03 234 0.709 0.607 5.01 Target eBrem + 8 -0.0417 0.0978 -2.4e+03 232 0.404 0.319 5.33 Target eBrem + 9 -0.0408 0.113 -2.4e+03 171 0.294 0.268 5.6 Target eBrem + 10 -0.0423 0.133 -2.4e+03 170 0.611 0.541 6.14 Target eBrem + 11 -0.0409 0.136 -2.4e+03 170 0.189 0.137 6.27 Target eBrem + 12 -0.0568 0.142 -2.4e+03 85.6 1.09 0.889 7.16 Target eBrem + 13 -0.0543 0.17 -2.4e+03 83.7 0.415 0.442 7.61 Target eBrem + 14 -0.0485 0.183 -2.4e+03 82.6 0.603 0.326 7.93 Target eBrem + 15 -0.0436 0.196 -2.4e+03 81.6 0.824 0.497 8.43 Target eBrem + 16 -0.0175 0.202 -2.4e+03 79.3 0.319 0.248 8.68 Target eIoni + 17 0.00565 0.21 -2.4e+03 78.2 0.55 0.19 8.87 Target eBrem + 18 0.0316 0.215 -2.4e+03 77.7 0.23 0.196 9.06 Target eBrem + 19 0.126 0.218 -2.4e+03 76.5 1.13 0.996 10.1 Tracker Transportation + 20 1.1 0.671 -2.39e+03 76.5 0.00127 6.31 16.4 Tracker eIoni + 21 5.17 2.52 -2.37e+03 76.5 0.00447 26.3 42.6 Tracker eIoni + 22 20.9 9.78 -2.27e+03 76.5 0.0218 100 143 Tracker StepLimiter + 23 36.3 16.6 -2.17e+03 76.5 0.0188 100 243 Tracker StepLimiter + 24 45.4 20.6 -2.11e+03 76.5 0.0125 58.4 301 Tracker eIoni + 25 55 24.8 -2.05e+03 76.5 0.0105 62 363 Tracker eIoni + 26 71 31.2 -1.95e+03 76.4 0.0201 100 463 Tracker StepLimiter + 27 86.4 37.6 -1.86e+03 76.4 0.0226 100 563 Tracker StepLimiter + 28 96.3 41.8 -1.79e+03 76.4 0.0124 65.6 629 Tracker eIoni + 29 98.6 42.6 -1.78e+03 76.4 0.00432 14.7 643 Tracker eIoni + 30 104 44.9 -1.74e+03 76.4 0.00635 37.4 681 Tracker eIoni + 31 110 47.4 -1.7e+03 76.4 0.0101 39.6 720 Chamber Transportation + 32 122 51.9 -1.63e+03 76.3 0.0421 70.3 791 Chamber eIoni + 33 123 52.4 -1.62e+03 76.3 0.0059 7.85 798 Chamber eIoni + 34 125 53.4 -1.61e+03 76.3 0.00673 14.4 813 Chamber eIoni + 35 139 59.6 -1.52e+03 76.3 0.0626 91.9 905 Chamber eIoni + 36 141 61 -1.5e+03 76.2 0.0102 18.3 923 Tracker Transportation + 37 154 67.9 -1.4e+03 76.2 0.0184 100 1.02e+03 Tracker StepLimiter + 38 167 74.7 -1.3e+03 76.2 0.0182 100 1.12e+03 Tracker StepLimiter + 39 175 79 -1.24e+03 76.2 0.0118 60.9 1.18e+03 Tracker eIoni + 40 188 85.6 -1.14e+03 76.2 0.0181 100 1.28e+03 Tracker StepLimiter + 41 199 92.5 -1.05e+03 76.2 0.0183 94.7 1.38e+03 Tracker eIoni + 42 204 96.3 -1e+03 76.1 0.0113 49.3 1.43e+03 Tracker eIoni + 43 210 99.7 -956 76.1 0.00744 45.2 1.47e+03 Tracker eIoni + 44 216 104 -900 76.1 0.0104 56 1.53e+03 Chamber Transportation + 45 219 106 -873 76.1 0.0135 27.2 1.56e+03 Chamber eIoni + 46 226 110 -814 76 0.047 59.2 1.62e+03 Chamber eIoni + 47 226 110 -808 76 0.00352 6.29 1.62e+03 Chamber eIoni + 48 226 110 -807 76 0.000752 1.64 1.62e+03 Chamber eIoni + 49 230 113 -767 76 0.0297 40.3 1.66e+03 Chamber eIoni + 50 230 114 -765 76 0.000601 1.44 1.67e+03 Chamber eIoni + 51 237 119 -700 75.9 0.0489 65.7 1.73e+03 Tracker Transportation + 52 249 127 -601 75.9 0.0197 100 1.83e+03 Tracker StepLimiter + 53 260 135 -502 75.9 0.018 100 1.93e+03 Tracker StepLimiter + 54 271 143 -403 75.9 0.0153 100 2.03e+03 Tracker StepLimiter + 55 282 150 -304 75.9 0.0186 100 2.13e+03 Tracker StepLimiter + 56 294 157 -207 75.8 0.0193 97.3 2.23e+03 Tracker eIoni + 57 296 159 -184 75.8 0.00255 23.9 2.25e+03 Tracker eIoni + 58 305 164 -115 75.8 0.0138 69.4 2.32e+03 Tracker eIoni + 59 306 165 -100 75.8 0.0034 15.1 2.34e+03 Chamber Transportation + 60 307 165 -96 75.8 0.00219 4.02 2.34e+03 Chamber eIoni + 61 320 173 4.38 75.7 0.0694 101 2.44e+03 Chamber eIoni + 62 320 173 7.56 75.7 0.00178 3.22 2.45e+03 Chamber eBrem + 63 321 173 10.9 75.7 0.00174 3.38 2.45e+03 Chamber eIoni + 64 321 173 12.3 75.7 0.000816 1.44 2.45e+03 Chamber eIoni + 65 322 174 20 75.7 0.00517 7.72 2.46e+03 Chamber eIoni + 66 322 174 23.2 75.7 0.00166 3.2 2.46e+03 Chamber eIoni + 67 328 178 74.2 75.7 0.033 51.5 2.51e+03 Chamber eIoni + 68 330 179 92 75.7 0.0126 18 2.53e+03 Chamber eIoni + 69 330 180 100 75.7 0.0102 8.04 2.54e+03 Tracker Transportation + 70 333 182 130 75.6 0.00715 30.5 2.57e+03 Tracker eIoni + 71 343 190 230 75.6 0.0199 100 2.67e+03 Tracker StepLimiter + 72 348 193 273 75.6 0.00561 44.2 2.71e+03 Tracker eIoni + 73 358 200 373 75.6 0.0164 100 2.81e+03 Tracker StepLimiter + 74 360 201 391 75.6 0.00381 18.3 2.83e+03 Tracker eIoni + 75 370 209 490 75.5 0.0208 100 2.93e+03 Tracker StepLimiter + 76 373 211 514 75.5 0.00565 24.5 2.96e+03 Tracker eIoni + 77 373 211 515 75.5 3.85e-05 1.22 2.96e+03 Tracker eIoni + 78 384 218 615 75.5 0.0165 100 3.06e+03 Tracker StepLimiter + 79 386 220 634 75.4 0.00232 19.4 3.08e+03 Tracker eIoni + 80 393 225 700 75.4 0.0118 66.8 3.14e+03 Chamber Transportation + 81 398 229 748 75.4 0.0351 48.2 3.19e+03 Chamber eIoni + 82 400 231 774 75.3 0.0146 26.2 3.22e+03 Chamber eBrem + 83 410 239 869 75.3 0.0669 95.6 3.31e+03 Chamber eBrem + 84 414 241 900 75.3 0.02 31.8 3.35e+03 Tracker Transportation + 85 425 249 999 75.2 0.0168 100 3.45e+03 Tracker StepLimiter + 86 428 251 1.02e+03 75.2 0.0031 21.4 3.47e+03 Tracker eIoni + 87 429 252 1.03e+03 75.2 0.00212 10.2 3.48e+03 Tracker eIoni + 88 440 259 1.13e+03 75.2 0.0174 100 3.58e+03 Tracker StepLimiter + 89 442 261 1.15e+03 75.2 0.00322 21.1 3.6e+03 Tracker eIoni + 90 445 263 1.18e+03 75.2 0.00462 27.2 3.63e+03 Tracker eIoni + 91 451 268 1.23e+03 75.2 0.00719 55.5 3.68e+03 Tracker eIoni + 92 456 271 1.28e+03 75.2 0.00776 45.4 3.73e+03 Tracker eIoni + 93 467 279 1.38e+03 75.1 0.0188 100 3.83e+03 Tracker StepLimiter + 94 467 279 1.38e+03 75.1 0.000318 4.03 3.83e+03 Tracker eIoni + 95 471 283 1.42e+03 75.1 0.00663 43 3.87e+03 Tracker eIoni + 96 479 288 1.5e+03 75.1 0.0168 75.7 3.95e+03 Tracker eIoni + 97 479 289 1.5e+03 75.1 0.000198 1.91 3.95e+03 Chamber Transportation + 98 480 289 1.51e+03 75.1 0.00251 6.24 3.96e+03 Chamber eIoni + 99 483 291 1.54e+03 75.1 0.0186 32.6 3.99e+03 Chamber eIoni + 100 487 294 1.57e+03 75 0.0291 33.3 4.02e+03 Chamber eIoni + 101 488 294 1.58e+03 75 0.00355 7.42 4.03e+03 Chamber eIoni + 102 489 295 1.59e+03 75 0.00455 11.4 4.04e+03 Chamber eIoni + 103 496 300 1.66e+03 75 0.0381 73 4.11e+03 Chamber eIoni + 104 497 301 1.67e+03 75 0.00643 10.5 4.13e+03 Chamber eIoni + 105 500 302 1.7e+03 75 0.0179 27.1 4.15e+03 Tracker Transportation + 106 510 307 1.8e+03 74.9 0.0205 100 4.25e+03 Tracker StepLimiter + 107 519 313 1.9e+03 74.9 0.0194 100 4.35e+03 Tracker StepLimiter + 108 530 318 2e+03 74.9 0.0172 100 4.45e+03 Tracker StepLimiter + 109 533 320 2.03e+03 74.9 0.00879 35.3 4.49e+03 Tracker eIoni + 110 536 322 2.07e+03 74.9 0.00655 33 4.52e+03 Tracker eIoni + 111 542 325 2.12e+03 74.9 0.00857 49.4 4.57e+03 Tracker eIoni + 112 552 330 2.21e+03 74.8 0.0207 100 4.67e+03 Tracker StepLimiter + 113 555 331 2.24e+03 74.8 0.0032 23.1 4.69e+03 Tracker eIoni + 114 559 333 2.27e+03 74.8 0.00746 36.7 4.73e+03 Tracker eIoni + 115 570 338 2.37e+03 74.8 0.019 100 4.83e+03 Tracker StepLimiter + 116 572 340 2.4e+03 74.8 0.00673 27.2 4.86e+03 World Transportation + 117 574 340 2.42e+03 74.8 0.00353 16.2 4.87e+03 World eIoni + 118 587 348 2.54e+03 74.8 0.0235 124 5e+03 World eIoni + 119 589 349 2.55e+03 74.8 0.00251 13.2 5.01e+03 World eIoni + 120 592 350 2.58e+03 74.7 0.0063 31.6 5.04e+03 World eIoni + 121 613 362 2.78e+03 74.7 0.0372 197 5.24e+03 World eIoni + 122 614 363 2.79e+03 74.7 0.00143 8.11 5.25e+03 World eIoni + 123 631 373 2.94e+03 74.7 0.0266 154 5.4e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1085, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1217, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.11e+03 549 -122 0.00105 0 0 0 Tracker initStep - 1 -1.11e+03 549 -122 0 0.00105 0.061 0.061 Tracker eIoni + 0 614 363 2.79e+03 0.0021 0 0 0 World initStep + 1 614 362 2.79e+03 0 0.0021 0.175 0.175 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1084, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1216, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.09e+03 542 -158 0.00109 0 0 0 Tracker initStep - 1 -1.09e+03 542 -158 0 0.00109 0.0649 0.0649 Tracker eIoni + 0 613 362 2.78e+03 0.00177 0 0 0 World initStep + 1 613 362 2.78e+03 0 0.00177 0.134 0.134 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1083, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1215, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.03e+03 513 -283 0.0112 0 0 0 Tracker initStep - 1 -1.03e+03 511 -283 0.00662 0.00463 2.02 2.02 Tracker eIoni - 2 -1.03e+03 511 -283 0.00434 0.000823 0.462 2.48 Tracker eIoni - 3 -1.03e+03 511 -283 0 0.00434 0.596 3.08 Tracker eIoni + 0 592 350 2.58e+03 0.0106 0 0 0 World initStep + 1 592 352 2.58e+03 0.0079 0.00268 1.92 1.92 World eIoni + 2 592 353 2.59e+03 0.00279 0.00511 1.49 3.41 World eIoni + 3 591 353 2.59e+03 0 0.00279 0.278 3.69 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1130, Parent ID = 1083 +* G4Track Information: Particle = e-, Track ID = 1214, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.03e+03 511 -283 0.00146 0 0 0 Tracker initStep - 1 -1.03e+03 511 -283 0 0.00146 0.0999 0.0999 Tracker eIoni + 0 589 349 2.55e+03 0.00131 0 0 0 World initStep + 1 589 349 2.55e+03 0 0.00131 0.0846 0.0846 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1082, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1213, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.01e+03 502 -330 0.00111 0 0 0 Tracker initStep - 1 -1.01e+03 502 -330 0 0.00111 0.0659 0.0659 Tracker eIoni + 0 587 348 2.54e+03 0.0085 0 0 0 World initStep + 1 588 348 2.54e+03 0.00441 0.00409 1.6 1.6 World eIoni + 2 589 348 2.54e+03 0 0.00441 0.614 2.21 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1081, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1212, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1e+03 498 -350 0.00142 0 0 0 Tracker initStep - 1 -1e+03 498 -350 0 0.00142 0.0949 0.0949 Tracker eIoni + 0 574 340 2.42e+03 0.00353 0 0 0 World initStep + 1 574 340 2.42e+03 0 0.00353 0.417 0.417 World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1080, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1211, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -942 468 -479 0.0017 0 0 0 Tracker initStep - 1 -942 468 -479 0 0.0017 0.126 0.126 Tracker eIoni + 0 559 333 2.27e+03 0.00145 0 0 0 Tracker initStep + 1 559 333 2.27e+03 0 0.00145 0.0987 0.0987 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1079, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1210, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -940 466 -484 0.0105 0 0 0 Tracker initStep - 1 -939 465 -483 0.00557 0.00493 1.91 1.91 Tracker eIoni - 2 -939 465 -484 0 0.00557 0.929 2.84 Tracker eIoni + 0 555 331 2.24e+03 0.000998 0 0 0 Tracker initStep + 1 555 331 2.24e+03 0 0.000998 0.0569 0.0569 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1078, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1209, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -875 434 -627 0.00106 0 0 0 Tracker initStep - 1 -875 434 -627 0 0.00106 0.0619 0.0619 Tracker eIoni + 0 542 325 2.12e+03 0.0038 0 0 0 Tracker initStep + 1 542 325 2.12e+03 0.00105 0.00176 0.249 0.249 Tracker eIoni + 2 542 325 2.12e+03 0 0.00105 0.0611 0.31 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1077, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1218, Parent ID = 1209 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -854 423 -672 0.00334 0 0 0 Tracker initStep - 1 -854 423 -672 0 0.00334 0.379 0.379 Tracker eIoni + 0 542 325 2.12e+03 0.000992 0 0 0 Tracker initStep + 1 541 325 2.12e+03 0 0.000992 0.0564 0.0564 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1076, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1208, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -745 368 -904 0.00371 0 0 0 Tracker initStep - 1 -745 368 -904 0 0.00371 0.454 0.454 Tracker eIoni + 0 536 322 2.07e+03 0.00241 0 0 0 Tracker initStep + 1 536 322 2.07e+03 0 0.00241 0.219 0.219 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1075, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1207, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -700 345 -998 0.00276 0 0 0 Tracker initStep - 1 -700 345 -998 0 0.00276 0.274 0.274 Tracker eIoni + 0 533 320 2.03e+03 0.00233 0 0 0 Tracker initStep + 1 533 320 2.03e+03 0 0.00233 0.207 0.207 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1074, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1206, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -678 335 -1.04e+03 0.00187 0 0 0 Tracker initStep - 1 -678 335 -1.04e+03 0 0.00187 0.145 0.145 Tracker eIoni + 0 497 301 1.67e+03 0.00193 0 0 0 Chamber initStep + 1 497 301 1.67e+03 0 0.00193 0.0988 0.0988 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1073, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1205, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -659 326 -1.08e+03 0.00116 0 0 0 Tracker initStep - 1 -659 326 -1.08e+03 0 0.00116 0.0708 0.0708 Tracker eIoni + 0 496 300 1.66e+03 0.0109 0 0 0 Chamber initStep + 1 496 300 1.66e+03 0.00508 0.00329 0.429 0.429 Chamber eIoni + 2 496 300 1.66e+03 0 0.00508 0.404 0.834 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1072, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1219, Parent ID = 1205 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -655 324 -1.09e+03 0.00122 0 0 0 Tracker initStep - 1 -655 324 -1.09e+03 0 0.00122 0.0765 0.0765 Tracker eIoni + 0 496 300 1.66e+03 0.0025 0 0 0 Chamber initStep + 1 496 300 1.66e+03 0 0.0025 0.141 0.141 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1071, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1204, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -636 315 -1.13e+03 0.00888 0 0 0 Tracker initStep - 1 -636 315 -1.13e+03 0.00674 0.000953 0.445 0.445 Tracker eIoni - 2 -636 316 -1.13e+03 0.00168 0.00506 1.25 1.7 Tracker eIoni - 3 -636 316 -1.13e+03 0 0.00168 0.124 1.82 Tracker eIoni + 0 489 295 1.59e+03 0.00545 0 0 0 Chamber initStep + 1 489 295 1.59e+03 0 0.00545 0.451 0.451 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1131, Parent ID = 1071 +* G4Track Information: Particle = e-, Track ID = 1203, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -636 315 -1.13e+03 0.00118 0 0 0 Tracker initStep - 1 -636 315 -1.13e+03 0 0.00118 0.0726 0.0726 Tracker eIoni + 0 488 294 1.58e+03 0.00579 0 0 0 Chamber initStep + 1 488 294 1.58e+03 0 0.00579 0.497 0.497 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1070, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1202, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -625 309 -1.15e+03 0.0141 0 0 0 Tracker initStep - 1 -624 309 -1.15e+03 0.00937 0.00234 1.23 1.23 Tracker eIoni - 2 -624 309 -1.15e+03 0.00464 0.00473 1.74 2.97 Tracker eIoni - 3 -623 309 -1.15e+03 0 0.00464 0.67 3.64 Tracker eIoni + 0 487 294 1.57e+03 0.00465 0 0 0 Chamber initStep + 1 487 294 1.57e+03 0 0.00465 0.351 0.351 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1132, Parent ID = 1070 +* G4Track Information: Particle = e-, Track ID = 1201, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -624 309 -1.15e+03 0.00243 0 0 0 Tracker initStep - 1 -624 309 -1.15e+03 0 0.00243 0.221 0.221 Tracker eIoni + 0 483 291 1.54e+03 0.00941 0 0 0 Chamber initStep + 1 484 291 1.54e+03 0.00674 0.000768 0.151 0.151 Chamber eIoni + 2 483 291 1.54e+03 0.00192 0.0034 0.579 0.73 Chamber eIoni + 3 483 291 1.54e+03 0 0.00192 0.098 0.828 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1069, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1221, Parent ID = 1201 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -616 305 -1.17e+03 0.00114 0 0 0 Tracker initStep - 1 -616 305 -1.17e+03 0 0.00114 0.0686 0.0686 Tracker eIoni + 0 483 291 1.54e+03 0.00143 0 0 0 Chamber initStep + 1 483 291 1.54e+03 0 0.00143 0.0657 0.0657 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1068, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1220, Parent ID = 1201 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -589 292 -1.23e+03 0.00223 0 0 0 Tracker initStep - 1 -589 292 -1.23e+03 0 0.00223 0.193 0.193 Tracker eIoni + 0 484 291 1.54e+03 0.0019 0 0 0 Chamber initStep + 1 484 291 1.54e+03 0 0.0019 0.0969 0.0969 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1067, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1200, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -573 283 -1.26e+03 0.0129 0 0 0 Tracker initStep - 1 -573 284 -1.26e+03 0.00894 0.00153 1.04 1.04 Tracker eIoni - 2 -572 285 -1.26e+03 0.00317 0.00577 1.67 2.71 Tracker eIoni - 3 -572 285 -1.26e+03 0 0.00317 0.346 3.05 Tracker eIoni + 0 480 289 1.51e+03 0.00153 0 0 0 Chamber initStep + 1 480 289 1.51e+03 0 0.00153 0.0725 0.0725 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1133, Parent ID = 1067 +* G4Track Information: Particle = e-, Track ID = 1199, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -573 284 -1.26e+03 0.0024 0 0 0 Tracker initStep - 1 -573 284 -1.26e+03 0 0.0024 0.216 0.216 Tracker eIoni + 0 479 288 1.5e+03 0.00105 0 0 0 Tracker initStep + 1 479 288 1.5e+03 0 0.00105 0.061 0.061 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1066, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1198, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -546 269 -1.32e+03 0.00186 0 0 0 Tracker initStep - 1 -546 269 -1.32e+03 0 0.00186 0.144 0.144 Tracker eIoni + 0 471 283 1.42e+03 0.00162 0 0 0 Tracker initStep + 1 471 283 1.42e+03 0 0.00162 0.116 0.116 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1065, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1197, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -532 263 -1.34e+03 0.00236 0 0 0 Tracker initStep - 1 -532 263 -1.34e+03 0 0.00236 0.211 0.211 Tracker eIoni + 0 467 279 1.38e+03 0.00172 0 0 0 Tracker initStep + 1 467 279 1.38e+03 0 0.00172 0.127 0.127 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1064, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1196, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -514 254 -1.38e+03 0.00155 0 0 0 Tracker initStep - 1 -514 254 -1.38e+03 0 0.00155 0.109 0.109 Tracker eIoni + 0 456 271 1.28e+03 0.00154 0 0 0 Tracker initStep + 1 456 271 1.28e+03 0 0.00154 0.108 0.108 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1063, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1195, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -513 253 -1.38e+03 0.00144 0 0 0 Tracker initStep - 1 -513 253 -1.38e+03 0 0.00144 0.0977 0.0977 Tracker eIoni + 0 451 268 1.23e+03 0.00336 0 0 0 Tracker initStep + 1 451 268 1.23e+03 0 0.00336 0.382 0.382 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1062, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1194, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -504 249 -1.4e+03 0.00188 0 0 0 Tracker initStep - 1 -504 249 -1.4e+03 0 0.00188 0.146 0.146 Tracker eIoni + 0 445 263 1.18e+03 0.00147 0 0 0 Tracker initStep + 1 445 263 1.18e+03 0 0.00147 0.1 0.1 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1061, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1193, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -471 233 -1.46e+03 0.00212 0 0 0 Tracker initStep - 1 -472 233 -1.46e+03 0 0.00212 0.178 0.178 Tracker eIoni + 0 442 261 1.15e+03 0.00216 0 0 0 Tracker initStep + 1 442 261 1.15e+03 0 0.00216 0.183 0.183 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1060, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1192, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -417 206 -1.57e+03 0.00246 0 0 0 Tracker initStep - 1 -417 206 -1.57e+03 0 0.00246 0.226 0.226 Tracker eIoni + 0 429 252 1.03e+03 0.0218 0 0 0 Tracker initStep + 1 429 255 1.03e+03 0.0165 0.00531 3.75 3.75 Tracker eIoni + 2 428 257 1.03e+03 0.0115 0.00496 2.81 6.56 Tracker eIoni + 3 427 257 1.03e+03 0.00892 0.00259 2.06 8.62 Tracker eIoni + 4 427 257 1.03e+03 0.00526 0.00366 1.66 10.3 Tracker eIoni + 5 428 257 1.03e+03 0 0.00526 0.837 11.1 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1059, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1191, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -415 205 -1.57e+03 0.00169 0 0 0 Tracker initStep - 1 -415 205 -1.57e+03 0 0.00169 0.124 0.124 Tracker eIoni + 0 428 251 1.02e+03 0.00171 0 0 0 Tracker initStep + 1 428 251 1.02e+03 0 0.00171 0.127 0.127 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1058, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1188, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -389 193 -1.62e+03 0.00119 0 0 0 Tracker initStep - 1 -389 193 -1.62e+03 0 0.00119 0.0732 0.0732 Tracker eIoni + 0 398 229 748 0.00215 0 0 0 Chamber initStep + 1 398 229 748 0 0.00215 0.115 0.115 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1057, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1187, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -365 182 -1.67e+03 0.00101 0 0 0 Tracker initStep - 1 -365 182 -1.67e+03 0 0.00101 0.0579 0.0579 Tracker eIoni + 0 386 220 634 0.0723 0 0 0 Tracker initStep + 1 391 201 633 0.0624 0.00999 21.3 21.3 Tracker eIoni + 2 393 198 631 0.0586 0.00199 4.29 25.6 Tracker eIoni + 3 397 192 619 0.0483 0.0104 15.1 40.7 Tracker eIoni + 4 402 191 610 0.0429 0.00537 11.1 51.7 Tracker eIoni + 5 409 196 610 0.0364 0.00651 9.25 61 Tracker eIoni + 6 411 200 615 0.0295 0.00686 7.26 68.3 Tracker eIoni + 7 410 204 618 0.0254 0.00411 5.44 73.7 Tracker eIoni + 8 411 204 622 0.0219 0.00347 4.49 78.2 Tracker eIoni + 9 413 204 622 0.0195 0.00139 1.32 79.5 Tracker eIoni + 10 415 204 620 0.0153 0.00423 3.33 82.8 Tracker eIoni + 11 417 203 620 0.01 0.00524 2.62 85.5 Tracker eIoni + 12 417 202 620 0.00581 0.0017 0.876 86.3 Tracker eIoni + 13 417 202 620 0 0.00581 1 87.3 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1056, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1224, Parent ID = 1187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -346 172 -1.71e+03 0.00162 0 0 0 Tracker initStep - 1 -346 172 -1.71e+03 0 0.00162 0.117 0.117 Tracker eIoni + 0 417 202 620 0.00253 0 0 0 Tracker initStep + 1 417 202 620 0 0.00253 0.237 0.237 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1055, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1223, Parent ID = 1187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -321 161 -1.76e+03 0.0138 0 0 0 Tracker initStep - 1 -322 160 -1.76e+03 0.0103 0.00344 2.39 2.39 Tracker eIoni - 2 -321 158 -1.76e+03 0.00461 0.00573 1.89 4.28 Tracker eIoni - 3 -320 158 -1.76e+03 0 0.00461 0.665 4.94 Tracker eIoni + 0 413 204 622 0.00104 0 0 0 Tracker initStep + 1 413 204 622 0 0.00104 0.0604 0.0604 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1054, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1222, Parent ID = 1187 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -311 157 -1.78e+03 0.00146 0 0 0 Tracker initStep - 1 -311 157 -1.78e+03 0 0.00146 0.0998 0.0998 Tracker eIoni + 0 393 198 631 0.00173 0 0 0 Tracker initStep + 1 393 198 631 0 0.00173 0.13 0.13 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1053, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1186, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -307 155 -1.78e+03 0.00455 0 0 0 Tracker initStep - 1 -307 155 -1.78e+03 0 0.00455 0.647 0.647 Tracker eIoni + 0 373 211 515 0.00643 0 0 0 Tracker initStep + 1 373 210 515 0 0.00643 1.17 1.17 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1052, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1185, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -250 129 -1.9e+03 0.00168 0 0 0 Tracker initStep - 1 -250 129 -1.9e+03 0 0.00168 0.123 0.123 Tracker eIoni + 0 373 211 514 0.00249 0 0 0 Tracker initStep + 1 373 211 514 0 0.00249 0.231 0.231 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1051, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1184, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -196 104 -2.01e+03 0.00161 0 0 0 Tracker initStep - 1 -196 104 -2.01e+03 0 0.00161 0.116 0.116 Tracker eIoni + 0 360 201 391 0.0182 0 0 0 Tracker initStep + 1 357 200 391 0.0138 0.00443 3.09 3.09 Tracker eIoni + 2 357 198 391 0.0101 0.00247 2.21 5.31 Tracker eIoni + 3 357 197 391 0.0052 0.00495 1.86 7.16 Tracker eIoni + 4 357 197 391 0 0.0052 0.82 7.98 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1050, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1225, Parent ID = 1184 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -149 81.1 -2.1e+03 0.00146 0 0 0 Tracker initStep - 1 -149 81.1 -2.1e+03 0 0.00146 0.0998 0.0998 Tracker eIoni + 0 357 198 391 0.00113 0 0 0 Tracker initStep + 1 358 198 391 0 0.00113 0.0681 0.0681 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1049, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1183, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -148 80.5 -2.11e+03 0.00141 0 0 0 Tracker initStep - 1 -148 80.5 -2.11e+03 0 0.00141 0.0946 0.0946 Tracker eIoni + 0 348 193 273 0.00299 0 0 0 Tracker initStep + 1 347 193 273 0 0.00299 0.313 0.313 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1048, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1182, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -146 79.3 -2.11e+03 0.00117 0 0 0 Tracker initStep - 1 -146 79.4 -2.11e+03 0 0.00117 0.072 0.072 Tracker eIoni + 0 333 182 130 0.0249 0 0 0 Tracker initStep + 1 333 181 131 0.0213 0.00101 1 1 Tracker eIoni + 2 331 182 134 0.0185 0.00279 3.66 4.66 Tracker eIoni + 3 331 182 134 0.0175 3.36e-06 0.0118 4.67 Tracker eIoni + 4 331 182 134 0.00975 0.00122 1.07 5.74 Tracker eIoni + 5 331 180 135 0.00689 0.00286 1.8 7.54 Tracker eIoni + 6 331 180 135 0.00546 0.000403 0.217 7.76 Tracker eIoni + 7 331 180 135 0 0.00546 0.895 8.65 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1047, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1229, Parent ID = 1182 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -119 66.7 -2.16e+03 0.0024 0 0 0 Tracker initStep - 1 -119 66.7 -2.16e+03 0 0.0024 0.217 0.217 Tracker eIoni + 0 331 180 135 0.00103 0 0 0 Tracker initStep + 1 331 180 135 0 0.00103 0.0598 0.0598 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1046, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1228, Parent ID = 1182 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.9 33 -2.3e+03 0.04 0 0 0 Tracker initStep - 1 -51.6 28.8 -2.29e+03 0.0305 0.00734 8.03 8.03 Tracker eIoni - 2 -47.8 29.2 -2.29e+03 0.0261 0.00444 5.69 13.7 Tracker eIoni - 3 -44.9 26.6 -2.29e+03 0.0208 0.00527 4.65 18.4 Tracker eIoni - 4 -42.5 24.2 -2.29e+03 0.016 0.00483 3.57 21.9 Tracker eIoni - 5 -40.2 24.2 -2.29e+03 0.0121 0.00387 2.74 24.7 Tracker eIoni - 6 -39.4 24.5 -2.29e+03 0.00832 0.00197 1.04 25.7 Tracker eIoni - 7 -38.3 24.4 -2.29e+03 0.00505 0.00327 1.56 27.3 Tracker eIoni - 8 -38.3 24.7 -2.29e+03 0.00196 0.00199 0.52 27.8 Tracker eIoni - 9 -38.3 24.7 -2.29e+03 0 0.00196 0.156 28 Tracker eIoni + 0 331 182 134 0.0065 0 0 0 Tracker initStep + 1 330 181 135 0.00366 0.00154 0.709 0.709 Tracker eIoni + 2 331 181 135 0.00352 0.000149 0.0377 0.746 Tracker eIoni + 3 331 181 135 0 0.00352 0.413 1.16 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1136, Parent ID = 1046 +* G4Track Information: Particle = e-, Track ID = 1230, Parent ID = 1228 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -38.3 24.7 -2.29e+03 0.0011 0 0 0 Tracker initStep - 1 -38.3 24.8 -2.29e+03 0 0.0011 0.0656 0.0656 Tracker eIoni + 0 330 181 135 0.00129 0 0 0 Tracker initStep + 1 331 181 135 0 0.00129 0.0828 0.0828 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1135, Parent ID = 1046 +* G4Track Information: Particle = e-, Track ID = 1227, Parent ID = 1182 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -39.4 24.5 -2.29e+03 0.00185 0 0 0 Tracker initStep - 1 -39.4 24.6 -2.29e+03 0 0.00185 0.143 0.143 Tracker eIoni + 0 331 182 134 0.00106 0 0 0 Tracker initStep + 1 331 182 134 0 0.00106 0.0624 0.0624 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1134, Parent ID = 1046 +* G4Track Information: Particle = e-, Track ID = 1226, Parent ID = 1182 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -51.6 28.8 -2.29e+03 0.00207 0 0 0 Tracker initStep - 1 -51.5 28.8 -2.29e+03 0 0.00207 0.171 0.171 Tracker eIoni + 0 333 181 131 0.00256 0 0 0 Tracker initStep + 1 333 181 130 0 0.00256 0.241 0.241 Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1045, Parent ID = 1036 +* G4Track Information: Particle = e-, Track ID = 1181, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -41.1 27.5 -2.32e+03 0.00442 0 0 0 Tracker initStep - 1 -41 27.7 -2.32e+03 0 0.00442 0.567 0.567 Tracker eIoni + 0 330 179 92 0.0018 0 0 0 Chamber initStep + 1 330 179 92 0 0.0018 0.0901 0.0901 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1044, Parent ID = 855 +* G4Track Information: Particle = e-, Track ID = 1180, Parent ID = 966 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0628 0.0838 -2.41e+03 0.11 0 0 0 Target initStep - 1 0.0627 0.0854 -2.41e+03 0 0.11 0.0317 0.0317 Target eIoni + 0 328 178 74.2 0.00145 0 0 0 Chamber initStep + 1 328 178 74.2 0 0.00145 0.067 0.067 Chamber eIoni ********************************************************************************************************* -* G4Track Information: Par +* G4Track Information: Particle = e-, Track ID = 1179, ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ - 473 hits stored in this event + 53 hits stored in this event >>> Event: 89 - 284 hits stored in this event + 262 hits stored in this event >>> Event: 90 - 319 hits stored in this event + 42 hits stored in this event >>> Event: 91 - 75 hits stored in this event + 63 hits stored in this event >>> Event: 92 - 57 hits stored in this event + 143 hits stored in this event >>> Event: 93 - 99 hits stored in this event + 921 hits stored in this event >>> Event: 94 - 72 hits stored in this event + 75 hits stored in this event >>> Event: 95 - 81 hits stored in this event + 54 hits stored in this event >>> Event: 96 - 127 hits stored in this event + 557 hits stored in this event >>> Event: 97 - 80 hits stored in this event + 62 hits stored in this event >>> Event: 98 - 79 hits stored in this event + 298 hits stored in this event >>> Event: 99 - 203 hits stored in this event + 117 hits stored in this event Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B3/exampleB3.out b/examples/basic/B3/exampleB3.out index c7d7f71b74a..15537ce8ad6 100644 --- a/examples/basic/B3/exampleB3.out +++ b/examples/basic/B3/exampleB3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index cef861af7ea..f8314fd9a23 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -30,19 +30,19 @@ Using Root Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -113,7 +113,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -629,16 +629,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 266.089 MeV total track length: 18.963 cm - Gap: total energy: 28.2698 MeV total track length: 14.5167 cm + Absorber: total energy: 268.225 MeV total track length: 18.5044 cm + Gap: total energy: 15.7195 MeV total track length: 7.70546 cm ----> print histograms statistic for the entire run - EAbs : mean = 266.089 MeV rms = 0 eV - EGap : mean = 28.2698 MeV rms = 0 eV - LAbs : mean = 18.963 cm rms = 0 fm - LGap : mean = 14.5167 cm rms = 0 fm + EAbs : mean = 268.225 MeV rms = 0 eV + EGap : mean = 15.7195 MeV rms = 0 eV + LAbs : mean = 18.5044 cm rms = 0 fm + LGap : mean = 7.70546 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Transportation, msc, hIoni, ionIoni hBrems, hPairProd, CoulombScat, eIoni eBrem, annihil, phot, compt @@ -667,7 +668,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1000,16 +1001,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 252.567 MeV total track length: 18.1356 cm - Gap: total energy: 16.676 MeV total track length: 7.9709 cm + Absorber: total energy: 285.196 MeV total track length: 20.6916 cm + Gap: total energy: 13.4046 MeV total track length: 6.76658 cm ----> print histograms statistic for the entire run - EAbs : mean = 252.567 MeV rms = 0 eV - EGap : mean = 16.676 MeV rms = 0 eV - LAbs : mean = 18.1356 cm rms = 0 fm - LGap : mean = 7.9709 cm rms = 0 fm + EAbs : mean = 285.196 MeV rms = 0 eV + EGap : mean = 13.4046 MeV rms = 0 eV + LAbs : mean = 20.6916 cm rms = 0 fm + LGap : mean = 6.76658 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done phot: for gamma SubType= 12 LambdaPrime table from 200 keV to 10 TeV in 54 bins @@ -1023,7 +1025,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1356,15 +1358,16 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 459.395 MeV total track length: 32.3332 cm - Gap: total energy: 23.3245 MeV total track length: 12.2949 cm + Absorber: total energy: 475.242 MeV total track length: 33.9458 cm + Gap: total energy: 16.1123 MeV total track length: 8.06506 cm ----> print histograms statistic for the entire run - EAbs : mean = 459.395 MeV rms = 0 eV - EGap : mean = 23.3245 MeV rms = 0 eV - LAbs : mean = 32.3332 cm rms = 0 fm - LGap : mean = 12.2949 cm rms = 0 fm + EAbs : mean = 475.242 MeV rms = 0 eV + EGap : mean = 16.1123 MeV rms = 0 eV + LAbs : mean = 33.9458 cm rms = 0 fm + LGap : mean = 8.06506 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4b/exampleB4b.out b/examples/basic/B4/B4b/exampleB4b.out index a8b786302c5..00f3ecbf6f9 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -30,19 +30,19 @@ Using Root Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -113,7 +113,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -630,16 +630,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 266.089 MeV total track length: 18.963 cm - Gap: total energy: 28.2698 MeV total track length: 14.5167 cm + Absorber: total energy: 268.225 MeV total track length: 18.5044 cm + Gap: total energy: 15.7195 MeV total track length: 7.70546 cm ----> print histograms statistic for the entire run - EAbs : mean = 266.089 MeV rms = 0 eV - EGap : mean = 28.2698 MeV rms = 0 eV - LAbs : mean = 18.963 cm rms = 0 fm - LGap : mean = 14.5167 cm rms = 0 fm + EAbs : mean = 268.225 MeV rms = 0 eV + EGap : mean = 15.7195 MeV rms = 0 eV + LAbs : mean = 18.5044 cm rms = 0 fm + LGap : mean = 7.70546 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Transportation, msc, hIoni, ionIoni hBrems, hPairProd, CoulombScat, eIoni eBrem, annihil, phot, compt @@ -668,7 +669,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1002,16 +1003,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 252.567 MeV total track length: 18.1356 cm - Gap: total energy: 16.676 MeV total track length: 7.9709 cm + Absorber: total energy: 285.196 MeV total track length: 20.6916 cm + Gap: total energy: 13.4046 MeV total track length: 6.76658 cm ----> print histograms statistic for the entire run - EAbs : mean = 252.567 MeV rms = 0 eV - EGap : mean = 16.676 MeV rms = 0 eV - LAbs : mean = 18.1356 cm rms = 0 fm - LGap : mean = 7.9709 cm rms = 0 fm + EAbs : mean = 285.196 MeV rms = 0 eV + EGap : mean = 13.4046 MeV rms = 0 eV + LAbs : mean = 20.6916 cm rms = 0 fm + LGap : mean = 6.76658 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done phot: for gamma SubType= 12 LambdaPrime table from 200 keV to 10 TeV in 54 bins @@ -1025,7 +1027,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1359,15 +1361,16 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 459.395 MeV total track length: 32.3332 cm - Gap: total energy: 23.3245 MeV total track length: 12.2949 cm + Absorber: total energy: 475.242 MeV total track length: 33.9458 cm + Gap: total energy: 16.1123 MeV total track length: 8.06506 cm ----> print histograms statistic for the entire run - EAbs : mean = 459.395 MeV rms = 0 eV - EGap : mean = 23.3245 MeV rms = 0 eV - LAbs : mean = 32.3332 cm rms = 0 fm - LGap : mean = 12.2949 cm rms = 0 fm + EAbs : mean = 475.242 MeV rms = 0 eV + EGap : mean = 16.1123 MeV rms = 0 eV + LAbs : mean = 33.9458 cm rms = 0 fm + LGap : mean = 8.06506 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4c/exampleB4c.out b/examples/basic/B4/B4c/exampleB4c.out index cef861af7ea..f8314fd9a23 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -30,19 +30,19 @@ Using Root Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -113,7 +113,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -629,16 +629,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 266.089 MeV total track length: 18.963 cm - Gap: total energy: 28.2698 MeV total track length: 14.5167 cm + Absorber: total energy: 268.225 MeV total track length: 18.5044 cm + Gap: total energy: 15.7195 MeV total track length: 7.70546 cm ----> print histograms statistic for the entire run - EAbs : mean = 266.089 MeV rms = 0 eV - EGap : mean = 28.2698 MeV rms = 0 eV - LAbs : mean = 18.963 cm rms = 0 fm - LGap : mean = 14.5167 cm rms = 0 fm + EAbs : mean = 268.225 MeV rms = 0 eV + EGap : mean = 15.7195 MeV rms = 0 eV + LAbs : mean = 18.5044 cm rms = 0 fm + LGap : mean = 7.70546 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Transportation, msc, hIoni, ionIoni hBrems, hPairProd, CoulombScat, eIoni eBrem, annihil, phot, compt @@ -667,7 +668,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1000,16 +1001,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 252.567 MeV total track length: 18.1356 cm - Gap: total energy: 16.676 MeV total track length: 7.9709 cm + Absorber: total energy: 285.196 MeV total track length: 20.6916 cm + Gap: total energy: 13.4046 MeV total track length: 6.76658 cm ----> print histograms statistic for the entire run - EAbs : mean = 252.567 MeV rms = 0 eV - EGap : mean = 16.676 MeV rms = 0 eV - LAbs : mean = 18.1356 cm rms = 0 fm - LGap : mean = 7.9709 cm rms = 0 fm + EAbs : mean = 285.196 MeV rms = 0 eV + EGap : mean = 13.4046 MeV rms = 0 eV + LAbs : mean = 20.6916 cm rms = 0 fm + LGap : mean = 6.76658 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done phot: for gamma SubType= 12 LambdaPrime table from 200 keV to 10 TeV in 54 bins @@ -1023,7 +1025,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1356,15 +1358,16 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 459.395 MeV total track length: 32.3332 cm - Gap: total energy: 23.3245 MeV total track length: 12.2949 cm + Absorber: total energy: 475.242 MeV total track length: 33.9458 cm + Gap: total energy: 16.1123 MeV total track length: 8.06506 cm ----> print histograms statistic for the entire run - EAbs : mean = 459.395 MeV rms = 0 eV - EGap : mean = 23.3245 MeV rms = 0 eV - LAbs : mean = 32.3332 cm rms = 0 fm - LGap : mean = 12.2949 cm rms = 0 fm + EAbs : mean = 475.242 MeV rms = 0 eV + EGap : mean = 16.1123 MeV rms = 0 eV + LAbs : mean = 33.9458 cm rms = 0 fm + LGap : mean = 8.06506 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B4/B4d/exampleB4d.out b/examples/basic/B4/B4d/exampleB4d.out index c0ab8c01e0b..343cbe433b9 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -30,19 +30,19 @@ Using Root Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -119,7 +119,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -635,16 +635,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 266.089 MeV total track length: 18.963 cm - Gap: total energy: 28.2698 MeV total track length: 14.5167 cm + Absorber: total energy: 268.225 MeV total track length: 18.5044 cm + Gap: total energy: 15.7195 MeV total track length: 7.70546 cm ----> print histograms statistic for the entire run - EAbs : mean = 266.089 MeV rms = 0 eV - EGap : mean = 28.2698 MeV rms = 0 eV - LAbs : mean = 18.963 cm rms = 0 fm - LGap : mean = 14.5167 cm rms = 0 fm + EAbs : mean = 268.225 MeV rms = 0 eV + EGap : mean = 15.7195 MeV rms = 0 eV + LAbs : mean = 18.5044 cm rms = 0 fm + LGap : mean = 7.70546 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Transportation, msc, hIoni, ionIoni hBrems, hPairProd, CoulombScat, eIoni eBrem, annihil, phot, compt @@ -673,7 +674,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1006,16 +1007,17 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 252.567 MeV total track length: 18.1356 cm - Gap: total energy: 16.676 MeV total track length: 7.9709 cm + Absorber: total energy: 285.196 MeV total track length: 20.6916 cm + Gap: total energy: 13.4046 MeV total track length: 6.76658 cm ----> print histograms statistic for the entire run - EAbs : mean = 252.567 MeV rms = 0 eV - EGap : mean = 16.676 MeV rms = 0 eV - LAbs : mean = 18.1356 cm rms = 0 fm - LGap : mean = 7.9709 cm rms = 0 fm + EAbs : mean = 285.196 MeV rms = 0 eV + EGap : mean = 13.4046 MeV rms = 0 eV + LAbs : mean = 20.6916 cm rms = 0 fm + LGap : mean = 6.76658 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done phot: for gamma SubType= 12 LambdaPrime table from 200 keV to 10 TeV in 54 bins @@ -1029,7 +1031,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1362,15 +1364,16 @@ hPairProd: for pi- SubType= 4 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 459.395 MeV total track length: 32.3332 cm - Gap: total energy: 23.3245 MeV total track length: 12.2949 cm + Absorber: total energy: 475.242 MeV total track length: 33.9458 cm + Gap: total energy: 16.1123 MeV total track length: 8.06506 cm ----> print histograms statistic for the entire run - EAbs : mean = 459.395 MeV rms = 0 eV - EGap : mean = 23.3245 MeV rms = 0 eV - LAbs : mean = 32.3332 cm rms = 0 fm - LGap : mean = 12.2949 cm rms = 0 fm + EAbs : mean = 475.242 MeV rms = 0 eV + EGap : mean = 16.1123 MeV rms = 0 eV + LAbs : mean = 33.9458 cm rms = 0 fm + LGap : mean = 8.06506 cm rms = 0 fm ... write Root file : B4.root - done +... close Root file : B4.root - done Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 971aedf919d..c9f7d6608dc 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -55,7 +55,7 @@ The materials defined are : ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_PLASTIC_SC_VINYLTOLUENE density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 70.066 cm + Material: G4_PLASTIC_SC_VINYLTOLUENE density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 70.065 cm Imean: 64.700 eV ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -210,7 +210,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -728,219 +728,229 @@ hPairProd: for pi- SubType= 4 >>> Event 0 >>> Simulation truth : proton (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9870028711196 (nsec) + Hodoscope[7] 4.9870028710763 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.188206338096 (nsec) + Hodoscope[9] 43.188206256428 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6712421748468 (nsec) --- local (x,y) 0.0061604494089739, -0.041064663538586 - Layer[1] : time 8.3391361183026 (nsec) --- local (x,y) 0.015085904218695, -0.058478004219969 - Layer[2] : time 10.0070300619 (nsec) --- local (x,y) 0.025994773105115, -0.074553435703504 - Layer[3] : time 11.674924005911 (nsec) --- local (x,y) 0.040082566918584, -0.090706642065118 - Layer[4] : time 13.342817950139 (nsec) --- local (x,y) 0.055447580942574, -0.10632248512293 + Layer[0] : time 6.6712421748072 (nsec) --- local (x,y) 0.0048810438284524, -0.040618961646763 + Layer[1] : time 8.3391361182478 (nsec) --- local (x,y) 0.01371167961631, -0.057947118948905 + Layer[2] : time 10.007030061901 (nsec) --- local (x,y) 0.025184235263269, -0.074191292475516 + Layer[3] : time 11.674924005872 (nsec) --- local (x,y) 0.039076882616284, -0.09015364338542 + Layer[4] : time 13.342817950133 (nsec) --- local (x,y) 0.055129273260642, -0.10535375243819 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.850552537926 (nsec) --- local (x,y) -147.5222831875, -0.2261682259107 - Layer[1] : time 36.521357840595 (nsec) --- local (x,y) -177.077762879, -0.22451585072438 - Layer[2] : time 38.192163127171 (nsec) --- local (x,y) -206.63316014828, -0.22176024819719 - Layer[3] : time 39.862968388147 (nsec) --- local (x,y) -236.18842655769, -0.21834158402708 - Layer[4] : time 41.533774086159 (nsec) --- local (x,y) -265.74591237281, -0.21597928606322 -EM Calorimeter has 59 hits. Total Edep is 601.55885937599 (MeV) -Hadron Calorimeter has 17 hits. Total Edep is 4578.3152587071 (MeV) + Layer[0] : time 34.850552572172 (nsec) --- local (x,y) -147.52257604096, -0.22685199167177 + Layer[1] : time 36.521357868484 (nsec) --- local (x,y) -177.07802340928, -0.22483454336851 + Layer[2] : time 38.192162904947 (nsec) --- local (x,y) -206.63214994593, -0.22165193076005 + Layer[3] : time 39.862968219571 (nsec) --- local (x,y) -236.1876889161, -0.21826314435878 + Layer[4] : time 41.533773915679 (nsec) --- local (x,y) -265.74516506047, -0.21598260220826 +EM Calorimeter has 47 hits. Total Edep is 491.63265230717 (MeV) +Hadron Calorimeter has 17 hits. Total Edep is 4266.3041220892 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 1 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. >>> Event 0 >>> Simulation truth : pi+ (0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867880844847 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 42.694625918852 (nsec) + Hodoscope[7] 4.9867880840634 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[10] 42.693875721221 (nsec) + Hodoscope[6] 71.139812823053 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709548430709 (nsec) --- local (x,y) 0.025211830779417, 0.011748834371718 - Layer[1] : time 8.3387769449913 (nsec) --- local (x,y) 0.032324516266682, 0.013328501147912 - Layer[2] : time 10.006599047307 (nsec) --- local (x,y) 0.045477177783895, 0.014408460266181 - Layer[3] : time 11.674421149545 (nsec) --- local (x,y) 0.057728468952059, 0.015595851340815 - Layer[4] : time 13.342243251809 (nsec) --- local (x,y) 0.070239111679968, 0.016868646549586 + Layer[0] : time 6.6709548424121 (nsec) --- local (x,y) 0.001143514308088, -0.0083928763042504 + Layer[1] : time 8.338776944208 (nsec) --- local (x,y) -0.0035596915220478, -0.0094623903756796 + Layer[2] : time 10.006599045982 (nsec) --- local (x,y) -0.007362909819313, -0.010698045213303 + Layer[3] : time 11.674421147761 (nsec) --- local (x,y) -0.01133919422016, -0.010171160775144 + Layer[4] : time 13.342243249552 (nsec) --- local (x,y) -0.015478932942851, -0.0090868905936988 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.367292669575 (nsec) --- local (x,y) -82.662650148759, 0.10382312690362 - Layer[1] : time 36.036030627919 (nsec) --- local (x,y) -99.234974788097, 0.11177186594293 - Layer[2] : time 37.70476824086 (nsec) --- local (x,y) -115.8041730494, 0.12004436976669 - Layer[3] : time 39.373505147249 (nsec) --- local (x,y) -132.36697486186, 0.1277450131153 - Layer[4] : time 41.04224229132 (nsec) --- local (x,y) -148.93192804307, 0.13681314532935 -EM Calorimeter has 57 hits. Total Edep is 830.02871163279 (MeV) -Hadron Calorimeter has 18 hits. Total Edep is 3228.829693425 (MeV) + Layer[0] : time 34.366571051197 (nsec) --- local (x,y) -82.671180937189, -0.042441417382931 + Layer[1] : time 36.035302807926 (nsec) --- local (x,y) -99.187287313263, -0.037337078194167 + Layer[2] : time 37.704034456257 (nsec) --- local (x,y) -115.70240859664, -0.030277594495468 + Layer[3] : time 39.372766073871 (nsec) --- local (x,y) -132.21725006782, -0.021507207122342 + Layer[4] : time 41.041497622299 (nsec) --- local (x,y) -148.73146327456, -0.01294462605456 +EM Calorimeter has 59 hits. Total Edep is 6576.4516098653 (MeV) +Hadron Calorimeter has 16 hits. Total Edep is 3848.4620976665 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 2 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (-0,0,100000) +>>> Event 0 >>> Simulation truth : e+ (0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832239749 (nsec) -Hodoscope 2 has 0 hits. -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.6709483550624 (nsec) --- local (x,y) 0.059014989651048, 0.0062643758437839 - Layer[1] : time 8.3387688458791 (nsec) --- local (x,y) 0.11788425365714, 0.037471602837506 - Layer[2] : time 10.006589338258 (nsec) --- local (x,y) 0.18015706219186, 0.06959874588304 - Layer[2] : time 10.919213956994 (nsec) --- local (x,y) -149.33130258295, -189.95073391052 - Layer[3] : time 11.674409832314 (nsec) --- local (x,y) 0.24554362275451, 0.10335790155405 - Layer[4] : time 13.342230324352 (nsec) --- local (x,y) 0.30593683367156, 0.13745267623026 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.961079563611 (nsec) --- local (x,y) -645.72312423238, 0.57798562796279 - Layer[1] : time 36.683786096834 (nsec) --- local (x,y) -775.04896474848, 0.6113969097091 - Layer[2] : time 38.406496810631 (nsec) --- local (x,y) -904.37980923996, 0.648131689756 - Layer[2] : time 38.446904595271 (nsec) --- local (x,y) -907.90939147387, -0.89476642589104 - Layer[3] : time 40.129211126667 (nsec) --- local (x,y) -1033.7149644332, 0.69042181863261 - Layer[4] : time 41.851923577832 (nsec) --- local (x,y) -1163.0478869067, 0.73337618004953 -EM Calorimeter has 0 hits. Total Edep is 0 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Hodoscope[7] 4.9867832233071 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.185872548184 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709483402324 (nsec) --- local (x,y) 0.0025458204406889, 0.0068736893040024 + Layer[1] : time 8.3387688165896 (nsec) --- local (x,y) -0.0026529142079733, 0.015951921765639 + Layer[2] : time 10.006589293197 (nsec) --- local (x,y) -0.0045393380521998, 0.02936491928948 + Layer[3] : time 11.674409770162 (nsec) --- local (x,y) -0.0055789081027913, 0.04639725602373 + Layer[4] : time 13.342230247153 (nsec) --- local (x,y) -0.008681941766645, 0.063435382829292 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.848625416601 (nsec) --- local (x,y) -147.56562460355, 0.34243944273694 + Layer[1] : time 36.51934886273 (nsec) --- local (x,y) -177.0791002729, 0.36905861296306 + Layer[2] : time 38.190072822713 (nsec) --- local (x,y) -206.5951918219, 0.39379808065821 + Layer[3] : time 39.860796928831 (nsec) --- local (x,y) -236.11202672369, 0.41862232649865 + Layer[4] : time 41.531521253367 (nsec) --- local (x,y) -265.62997197436, 0.44433139941565 +EM Calorimeter has 39 hits. Total Edep is 88394.398789225 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 75.462240813028 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 3 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. >>> Event 0 >>> Simulation truth : proton (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0086956712607 (nsec) + Hodoscope[7] 5.0086958040381 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.376361949283 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7002641420319 (nsec) --- local (x,y) 0.027579704752306, 0.12772665901242 - Layer[1] : time 8.3754163018925 (nsec) --- local (x,y) 0.039855200697681, 0.25975920827701 - Layer[2] : time 10.050568651371 (nsec) --- local (x,y) 0.053112776969932, 0.38644263850081 - Layer[3] : time 11.725721119814 (nsec) --- local (x,y) 0.10104104747627, 0.51299392054797 - Layer[4] : time 13.400873749932 (nsec) --- local (x,y) 0.15563677380983, 0.66634694787905 + Hodoscope[9] 43.378216400537 (nsec) +Drift Chamber 1 has 6 hits. + Layer[0] : time 6.7002641193238 (nsec) --- local (x,y) 0.1932588627699, 0.021279383776854 + Layer[0] : time 7.6894620481208 (nsec) --- local (x,y) -54.734159570542, -238.3272261025 + Layer[1] : time 8.3754163326457 (nsec) --- local (x,y) 0.27299994298395, 0.065693938706492 + Layer[2] : time 10.050568681684 (nsec) --- local (x,y) 0.37581634290487, 0.12818900833163 + Layer[3] : time 11.725721168893 (nsec) --- local (x,y) 0.47992753162216, 0.19024532873473 + Layer[4] : time 13.400873799933 (nsec) --- local (x,y) 0.59018198194793, 0.2442607283801 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.002411277426 (nsec) --- local (x,y) -147.654693091, 2.3199718244148 - Layer[1] : time 36.680498592103 (nsec) --- local (x,y) -177.24958684646, 2.4437825165524 - Layer[2] : time 38.358581561907 (nsec) --- local (x,y) -206.82195571661, 2.5636707009659 - Layer[3] : time 40.036663000285 (nsec) --- local (x,y) -236.38591318293, 2.6896233559901 - Layer[4] : time 41.71473780653 (nsec) --- local (x,y) -265.91555313114, 2.8197939595042 -EM Calorimeter has 37 hits. Total Edep is 273.60358358643 (MeV) -Hadron Calorimeter has 16 hits. Total Edep is 382.29440727493 (MeV) + Layer[0] : time 35.004230289679 (nsec) --- local (x,y) -146.47396100943, 1.0206276769957 + Layer[1] : time 36.682317625643 (nsec) --- local (x,y) -176.0723163, 1.1209096460354 + Layer[2] : time 38.360404967228 (nsec) --- local (x,y) -205.67001884907, 1.2449862602007 + Layer[3] : time 40.038489376249 (nsec) --- local (x,y) -235.25215207504, 1.4009831620255 + Layer[4] : time 41.716574655391 (nsec) --- local (x,y) -264.83794071672, 1.5585140529565 +EM Calorimeter has 37 hits. Total Edep is 775.3375430668 (MeV) +Hadron Calorimeter has 13 hits. Total Edep is 397.42069123548 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 4 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. >>> Event 0 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9872691747124 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 42.701596675049 (nsec) + Hodoscope[7] 4.9872691740037 (nsec) +Hodoscope 2 has 3 hits. + Hodoscope[10] 42.698314682749 (nsec) + Hodoscope[11] 42.721335150712 (nsec) + Hodoscope[13] 43.329474340581 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6715984991271 (nsec) --- local (x,y) -0.085415630574771, -0.072366349898926 - Layer[1] : time 8.3395816178195 (nsec) --- local (x,y) -0.097508277279369, -0.18160122236625 - Layer[2] : time 10.007564746802 (nsec) --- local (x,y) -0.10950447754917, -0.30006057213497 - Layer[3] : time 11.675547875388 (nsec) --- local (x,y) -0.12238063793002, -0.41030211872512 - Layer[4] : time 13.343531000201 (nsec) --- local (x,y) -0.10196016874205, -0.51275027825381 + Layer[0] : time 6.6715985054396 (nsec) --- local (x,y) -0.0044480161711604, -0.11565191646151 + Layer[1] : time 8.3395815798754 (nsec) --- local (x,y) 0.027436971784847, -0.12483108345378 + Layer[2] : time 10.007564660848 (nsec) --- local (x,y) 0.045913421820276, -0.11297522920087 + Layer[3] : time 11.675547766801 (nsec) --- local (x,y) 0.033099493622136, -0.02221435730119 + Layer[4] : time 13.343530932477 (nsec) --- local (x,y) 0.039769840002478, 0.13072121326892 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.371545009584 (nsec) --- local (x,y) -83.103778106666, -2.0470311495383 - Layer[1] : time 36.040466374285 (nsec) --- local (x,y) -99.876394181379, -2.1156369724063 - Layer[2] : time 37.711160314577 (nsec) --- local (x,y) -116.71242106069, -2.2020891371591 - Layer[3] : time 39.38009036166 (nsec) --- local (x,y) -133.56242937199, -2.2684490488243 - Layer[4] : time 41.049021849641 (nsec) --- local (x,y) -150.42521062166, -2.3392228233355 -EM Calorimeter has 29 hits. Total Edep is 238.13427379127 (MeV) -Hadron Calorimeter has 10 hits. Total Edep is 412.01993147564 (MeV) + Layer[0] : time 34.369533091636 (nsec) --- local (x,y) -83.705178359987, 3.3710800963157 + Layer[1] : time 36.038451858147 (nsec) --- local (x,y) -100.45206543809, 3.6663000782091 + Layer[2] : time 37.707370745914 (nsec) --- local (x,y) -117.20014721896, 3.9533144893166 + Layer[3] : time 39.376291153092 (nsec) --- local (x,y) -133.96185433434, 4.2367137399143 + Layer[4] : time 41.045213135846 (nsec) --- local (x,y) -150.7375322548, 4.5252752726852 +EM Calorimeter has 31 hits. Total Edep is 1130.4167760071 (MeV) +Hadron Calorimeter has 13 hits. Total Edep is 177.10719919642 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 5 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (-0,0,10000) +>>> Event 0 >>> Simulation truth : e+ (0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832360233 (nsec) + Hodoscope[7] 4.9867832313887 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.187200181998 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.6709483831685 (nsec) --- local (x,y) 0.064400761099504, 0.025503418053482 - Layer[1] : time 8.3387689284952 (nsec) --- local (x,y) 0.071310839557858, 0.16922953184914 - Layer[2] : time 10.006589439845 (nsec) --- local (x,y) 0.059317285155806, 0.26815839481524 - Layer[3] : time 11.674409954932 (nsec) --- local (x,y) 0.032498975519003, 0.37227254207087 - Layer[3] : time 12.483845521081 (nsec) --- local (x,y) -61.600464034116, -9.2741655359249 - Layer[4] : time 13.342230470128 (nsec) --- local (x,y) 0.045723329832377, 0.47931509961638 + Hodoscope[9] 43.185805533617 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709483625967 (nsec) --- local (x,y) -0.010235373135231, -0.0049335477827722 + Layer[1] : time 8.3387688424193 (nsec) --- local (x,y) 0.0013967333198415, 0.021390384223511 + Layer[2] : time 10.006589324259 (nsec) --- local (x,y) 0.012471961586001, 0.061099882637682 + Layer[3] : time 11.674409812917 (nsec) --- local (x,y) 0.018557673161697, 0.12105657511918 + Layer[4] : time 13.342230304419 (nsec) --- local (x,y) 0.014591788379263, 0.18767748894289 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.849423580991 (nsec) --- local (x,y) -149.08061240036, 2.6978424684358 - Layer[1] : time 36.520256986586 (nsec) --- local (x,y) -179.14802844891, 2.8382937754843 - Layer[2] : time 38.19108963122 (nsec) --- local (x,y) -209.21166948005, 2.9735693188945 - Layer[3] : time 39.861917926436 (nsec) --- local (x,y) -239.25359729123, 3.104687862157 - Layer[4] : time 41.532741193716 (nsec) --- local (x,y) -269.2703298539, 3.2444707976455 -EM Calorimeter has 22 hits. Total Edep is 9446.5706466399 (MeV) -Hadron Calorimeter has 3 hits. Total Edep is 4.7764221600822 (MeV) + Layer[0] : time 34.848306784729 (nsec) --- local (x,y) -148.87200565727, 0.55562819963618 + Layer[1] : time 36.51907361762 (nsec) --- local (x,y) -178.60538449377, 0.51196760813325 + Layer[2] : time 38.189839881793 (nsec) --- local (x,y) -208.33589225184, 0.47036861968405 + Layer[3] : time 39.860612932609 (nsec) --- local (x,y) -238.10067359047, 0.45827772718731 + Layer[4] : time 41.531395799812 (nsec) --- local (x,y) -267.91495212407, 0.46380071351115 +EM Calorimeter has 17 hits. Total Edep is 9614.3539116064 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 1.0054865749897 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 6 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : proton (-0,0,1000) +>>> Event 0 >>> Simulation truth : proton (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.839244848399 (nsec) + Hodoscope[7] 6.8392874068619 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.469514429691 (nsec) -Drift Chamber 1 has 7 hits. - Layer[0] : time 9.1537748916423 (nsec) --- local (x,y) 2.186498005339, -0.10256513594555 - Layer[1] : time 11.446220132974 (nsec) --- local (x,y) 4.5324557344137, 0.12773687389399 - Layer[1] : time 12.244643980804 (nsec) --- local (x,y) -83.359255338154, 117.43934156124 - Layer[1] : time 12.344442824886 (nsec) --- local (x,y) -89.903081279551, 124.5782827793 - Layer[2] : time 13.739038522482 (nsec) --- local (x,y) 6.8384198165949, 0.25625632143311 - Layer[3] : time 16.032041020422 (nsec) --- local (x,y) 9.0468048394679, 0.20661691970065 - Layer[4] : time 18.325279418896 (nsec) --- local (x,y) 11.658021311873, 0.29608352112654 + Hodoscope[9] 59.403341313493 (nsec) +Drift Chamber 1 has 6 hits. + Layer[0] : time 9.1541096178385 (nsec) --- local (x,y) -0.53065840794, -0.52739723646715 + Layer[1] : time 11.446856090005 (nsec) --- local (x,y) -1.0432788148713, -1.049725601329 + Layer[2] : time 13.739791205617 (nsec) --- local (x,y) -1.56801873982, -1.7209491079245 + Layer[3] : time 16.032906054877 (nsec) --- local (x,y) -2.0188391529014, -2.3309268066905 + Layer[4] : time 18.326488372294 (nsec) --- local (x,y) -2.6273927780209, -2.6570854481745 + Layer[4] : time 18.290243958906 (nsec) --- local (x,y) -20.167186178916, -61.706024784139 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.986978697798 (nsec) --- local (x,y) -124.04413312219, 4.6073478438963 - Layer[1] : time 50.287640009386 (nsec) --- local (x,y) -154.52104189452, 4.6097032489374 - Layer[2] : time 52.588475006576 (nsec) --- local (x,y) -184.79553534668, 4.4777925108455 - Layer[3] : time 54.88954489244 (nsec) --- local (x,y) -215.20650788732, 4.204612319761 - Layer[4] : time 57.190750470918 (nsec) --- local (x,y) -245.24626980111, 3.9073099067053 -EM Calorimeter has 20 hits. Total Edep is 199.01750281371 (MeV) -Hadron Calorimeter has 9 hits. Total Edep is 5.509516171945 (MeV) + Layer[0] : time 47.914341866267 (nsec) --- local (x,y) -162.59020747392, 6.1478395350843 + Layer[1] : time 50.216147571618 (nsec) --- local (x,y) -193.97228893918, 6.7286984057042 + Layer[2] : time 52.518141503301 (nsec) --- local (x,y) -225.32076797697, 7.3621467556122 + Layer[3] : time 54.820456479646 (nsec) --- local (x,y) -256.82333432665, 7.7211869098612 + Layer[4] : time 57.123045573169 (nsec) --- local (x,y) -288.63078282036, 7.6812234777574 +EM Calorimeter has 13 hits. Total Edep is 326.17729232858 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 0.92022063467709 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 7 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. >>> Event 0 >>> Simulation truth : pi+ (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0351688430259 (nsec) + Hodoscope[7] 5.0351603038291 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 43.144095280466 (nsec) + Hodoscope[10] 43.105535786566 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7357855227977 (nsec) --- local (x,y) 1.5783033985996, -0.81607891684764 - Layer[1] : time 8.4199047252282 (nsec) --- local (x,y) 2.0724671992911, -1.7394391780295 - Layer[2] : time 10.10402904844 (nsec) --- local (x,y) 2.6237512792713, -2.8102271162802 - Layer[3] : time 11.788155824286 (nsec) --- local (x,y) 3.2610019769084, -3.792160721617 - Layer[4] : time 13.472286863379 (nsec) --- local (x,y) 3.9505224402121, -4.9257992253179 + Layer[0] : time 6.7357409724399 (nsec) --- local (x,y) -0.77264219788896, 2.548691186418 + Layer[1] : time 8.4198297556528 (nsec) --- local (x,y) -1.3058068293411, 4.8012373512262 + Layer[2] : time 10.103922025863 (nsec) --- local (x,y) -1.7427565910173, 7.088737114011 + Layer[3] : time 11.788017781703 (nsec) --- local (x,y) -2.0526199850756, 9.4592465661299 + Layer[4] : time 13.472117093533 (nsec) --- local (x,y) -2.4829759058414, 11.782819035663 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.732006079349 (nsec) --- local (x,y) -91.554051261893, -24.193653648479 - Layer[1] : time 36.417643165919 (nsec) --- local (x,y) -112.38899043449, -25.729601904185 - Layer[2] : time 38.103301739873 (nsec) --- local (x,y) -133.3612405051, -27.210404428964 - Layer[3] : time 39.789025617042 (nsec) --- local (x,y) -154.7733414336, -28.658021577077 - Layer[4] : time 41.474808654922 (nsec) --- local (x,y) -176.58610325716, -29.903397208858 -EM Calorimeter has 13 hits. Total Edep is 728.15531259102 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 34.695616676896 (nsec) --- local (x,y) -87.805015677071, 49.090594221506 + Layer[1] : time 36.38134043267 (nsec) --- local (x,y) -105.15363803272, 52.619422632932 + Layer[2] : time 38.066515448081 (nsec) --- local (x,y) -122.44214465842, 56.260507994993 + Layer[3] : time 39.751672617719 (nsec) --- local (x,y) -139.52626013054, 60.01081826178 + Layer[4] : time 41.436849727143 (nsec) --- local (x,y) -156.791422533, 63.607154699624 +EM Calorimeter has 5 hits. Total Edep is 174.73987408269 (MeV) +Hadron Calorimeter has 6 hits. Total Edep is 38.137198231012 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done ### Run 8 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (0,0,1000) +>>> Event 0 >>> Simulation truth : e+ (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867835850278 (nsec) + Hodoscope[7] 4.9867845640894 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.197308317233 (nsec) + Hodoscope[9] 43.197566158324 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.670951694823 (nsec) --- local (x,y) -0.23326268084474, 0.96222826745575 - Layer[1] : time 8.3387759698636 (nsec) --- local (x,y) 0.065711620205667, 1.9845809828095 - Layer[2] : time 10.006601717287 (nsec) --- local (x,y) 0.27989547744422, 3.2217106677465 - Layer[3] : time 11.674426928566 (nsec) --- local (x,y) 0.5162356595467, 4.386833467352 - Layer[4] : time 13.342251098913 (nsec) --- local (x,y) 0.89081466117287, 5.3654228738494 + Layer[0] : time 6.6709582715748 (nsec) --- local (x,y) 0.5254479858801, 0.66945615489255 + Layer[1] : time 8.3387866816694 (nsec) --- local (x,y) 0.92807784970898, 2.1522064535751 + Layer[2] : time 10.006617085166 (nsec) --- local (x,y) 1.2302371057971, 3.8483700946233 + Layer[3] : time 11.674446742296 (nsec) --- local (x,y) 1.323760611631, 5.504085517893 + Layer[4] : time 13.342277746562 (nsec) --- local (x,y) 1.6458608619559, 7.2508609440176 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.860168901125 (nsec) --- local (x,y) -141.19237622788, 20.5492415488 - Layer[1] : time 36.530889718236 (nsec) --- local (x,y) -170.66776030062, 21.752250107536 - Layer[2] : time 38.20158545682 (nsec) --- local (x,y) -200.0245556882, 22.699613787459 - Layer[3] : time 39.872293826796 (nsec) --- local (x,y) -229.44453891283, 23.683756981318 - Layer[4] : time 41.542998441001 (nsec) --- local (x,y) -258.84315885168, 24.729488140636 -EM Calorimeter has 8 hits. Total Edep is 961.7423217298 (MeV) + Layer[0] : time 34.859352111427 (nsec) --- local (x,y) -147.26141426146, 35.010428385062 + Layer[1] : time 36.530327256997 (nsec) --- local (x,y) -177.88148813202, 38.014650545296 + Layer[2] : time 38.201269108707 (nsec) --- local (x,y) -208.30555142268, 41.333051865589 + Layer[3] : time 39.872177171153 (nsec) --- local (x,y) -238.57505747116, 44.531324342857 + Layer[4] : time 41.543040081224 (nsec) --- local (x,y) -268.62628916284, 47.668767672057 +EM Calorimeter has 9 hits. Total Edep is 982.18909590271 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write Root file : B5.root - done +... close Root file : B5.root - done Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index 6f0bda23201..a121dac4dcd 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -102,7 +102,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -631,26 +631,26 @@ hPairProd: for pi- SubType= 4 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 57 | 151 | 57 | 57 | 0.0557815 | 1.28621 | 1 | 10212.4 | 10212.4 | 11724 | 13135.3 | 653.98 | - cell_01 | 175 | 206 | 726 | 726 | 0.04981 | 3.70115 | 1 | 30544.3 | 30544.3 | 65249.2 | 113049 | 3250.06 | - cell_02 | 234 | 326 | 2003 | 1001.5 | 0.0164092 | 2.16748 | 0.5 | 67855.9 | 33928 | 145419 | 73538.2 | 2386.2 | - cell_03 | 306 | 442 | 2954 | 738.5 | 0.00823257 | 1.67555 | 0.25 | 93427.7 | 23356.9 | 165041 | 39135.7 | 1358.71 | - cell_04 | 398 | 528 | 3983 | 497.875 | 0.00646293 | 1.10785 | 0.125 | 113501 | 14187.6 | 93644.4 | 15717.8 | 605.217 | - cell_05 | 461 | 591 | 4802 | 300.125 | 0.00431153 | 0.900214 | 0.0625 | 130133 | 8133.31 | 66001 | 7321.72 | 284.566 | - cell_06 | 461 | 603 | 4402 | 137.562 | 0.0041202 | 0.863442 | 0.03125 | 123425 | 3857.04 | 33087 | 3330.33 | 136.325 | - cell_07 | 465 | 625 | 4922 | 76.9062 | 0.00444681 | 0.835971 | 0.015625 | 135190 | 2112.35 | 16460.7 | 1765.86 | 73.1976 | - cell_08 | 476 | 620 | 5136 | 40.125 | 0.00387649 | 0.816473 | 0.0078125 | 139245 | 1087.85 | 9725.62 | 888.2 | 37.7012 | - cell_09 | 478 | 599 | 5263 | 20.5586 | 0.00254585 | 0.568365 | 0.00390625 | 137251 | 536.136 | 5405.54 | 304.721 | 13.7617 | - cell_10 | 416 | 542 | 4581 | 8.94727 | 0.00232876 | 0.530196 | 0.00195312 | 122010 | 238.3 | 2502.56 | 126.346 | 5.82787 | - cell_11 | 336 | 446 | 3472 | 3.39062 | 0.00290695 | 0.591106 | 0.000976562 | 93972.6 | 91.7701 | 836.286 | 54.2459 | 2.43104 | - cell_12 | 296 | 400 | 2939 | 1.43506 | 0.00219588 | 0.586943 | 0.000488281 | 78813.6 | 38.4832 | 432.064 | 22.5875 | 0.948758 | - cell_13 | 248 | 327 | 2654 | 0.647949 | 0.00328388 | 0.753011 | 0.000244141 | 70075.6 | 17.1083 | 153.841 | 12.8827 | 0.505194 | - cell_14 | 199 | 275 | 2216 | 0.270508 | 0.002131 | 0.645366 | 0.00012207 | 58480.4 | 7.13872 | 90.5171 | 4.60708 | 0.192891 | - cell_15 | 144 | 190 | 1338 | 0.081665 | 0.00296398 | 0.673788 | 6.10352e-05 | 36294 | 2.21521 | 23.0825 | 1.49258 | 0.0684163 | - cell_16 | 136 | 168 | 1364 | 0.041626 | 0.00421852 | 0.619761 | 3.05176e-05 | 36828 | 1.1239 | 8.45204 | 0.696551 | 0.0356551 | - cell_17 | 113 | 145 | 1180 | 0.0180054 | 0.00333747 | 0.617534 | 1.52588e-05 | 31259.8 | 0.476987 | 4.16493 | 0.294556 | 0.0139003 | - cell_18 | 59 | 104 | 843 | 0.00643158 | 0.00406953 | 0.747177 | 7.62939e-06 | 23060.8 | 0.17594 | 1.42856 | 0.131458 | 0.00581357 | - cell_19 | 32 | 32 | 32 | 0.000244141 | 0.00607446 | 0.96005 | 7.62939e-06 | 5562.87 | 0.0424413 | 0.275832 | 0.0407458 | 0.00167553 | + cell_00 | 52 | 145 | 52 | 52 | 0.0196157 | 2.10607 | 1 | 10659.7 | 10659.7 | 44049.5 | 22449.9 | 864.062 | + cell_01 | 160 | 193 | 703 | 703 | 0.0395204 | 3.90132 | 1 | 28527.9 | 28527.9 | 78053.9 | 111296 | 3084.72 | + cell_02 | 225 | 310 | 1857 | 928.5 | 0.0149621 | 2.25574 | 0.5 | 60186.7 | 30093.4 | 140722 | 67882.8 | 2105.49 | + cell_03 | 330 | 456 | 2865 | 716.25 | 0.00869612 | 1.69951 | 0.25 | 89376 | 22344 | 142940 | 37973.8 | 1243.02 | + cell_04 | 439 | 595 | 4016 | 502 | 0.00648236 | 1.33298 | 0.125 | 118878 | 14859.8 | 109631 | 19807.8 | 710.669 | + cell_05 | 533 | 688 | 5472 | 342 | 0.00503765 | 1.0543 | 0.0625 | 150790 | 9424.36 | 74065.6 | 9936.14 | 373.116 | + cell_06 | 547 | 733 | 5479 | 171.219 | 0.00450346 | 0.957924 | 0.03125 | 156891 | 4902.84 | 41104 | 4696.55 | 185.11 | + cell_07 | 553 | 738 | 5839 | 91.2344 | 0.00452285 | 0.927914 | 0.015625 | 164741 | 2574.08 | 20677.3 | 2388.52 | 93.5203 | + cell_08 | 556 | 760 | 6025 | 47.0703 | 0.00457658 | 0.961111 | 0.0078125 | 163859 | 1280.15 | 10690.3 | 1230.37 | 48.9248 | + cell_09 | 504 | 672 | 5246 | 20.4922 | 0.00352745 | 0.818696 | 0.00390625 | 142608 | 557.064 | 5277.55 | 456.066 | 18.6163 | + cell_10 | 474 | 619 | 4908 | 9.58594 | 0.0030931 | 0.671714 | 0.00195312 | 133437 | 260.619 | 2438.32 | 175.061 | 7.54198 | + cell_11 | 442 | 577 | 4629 | 4.52051 | 0.00299064 | 0.636713 | 0.000976562 | 127075 | 124.097 | 1160.29 | 79.014 | 3.47 | + cell_12 | 402 | 527 | 4293 | 2.09619 | 0.0024199 | 0.597916 | 0.000488281 | 113743 | 55.5387 | 588.459 | 33.2075 | 1.42402 | + cell_13 | 379 | 483 | 3982 | 0.972168 | 0.00325037 | 0.645354 | 0.000244141 | 105869 | 25.847 | 219.781 | 16.6805 | 0.71437 | + cell_14 | 322 | 436 | 3591 | 0.438354 | 0.00276587 | 0.746929 | 0.00012207 | 97125.2 | 11.8561 | 130.994 | 8.85566 | 0.362313 | + cell_15 | 247 | 321 | 2566 | 0.156616 | 0.00281264 | 0.632829 | 6.10352e-05 | 68123.4 | 4.15792 | 41.1015 | 2.63125 | 0.115604 | + cell_16 | 240 | 313 | 2366 | 0.0722046 | 0.00285253 | 0.68901 | 3.05176e-05 | 65672.9 | 2.00418 | 20.5417 | 1.3809 | 0.0585958 | + cell_17 | 173 | 248 | 1791 | 0.0273285 | 0.00305602 | 0.806734 | 1.52588e-05 | 48959.6 | 0.747064 | 8.05879 | 0.602682 | 0.0246278 | + cell_18 | 92 | 173 | 1326 | 0.0101166 | 0.00451778 | 0.835355 | 7.62939e-06 | 37263.2 | 0.284296 | 2.49964 | 0.237488 | 0.0112928 | + cell_19 | 60 | 60 | 60 | 0.000457764 | 0.012505 | 0.895539 | 7.62939e-06 | 10026.8 | 0.0764985 | 0.26835 | 0.0685074 | 0.00335572 | ============================================= === G4ProcessPlacer::RemoveProcess: for: neutron ProcessName: ImportanceProcess, will be removed! diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index 75b94263f3c..6ff17d90fd6 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -87,7 +87,7 @@ B03PhysicsList::SetCuts:CutLength : 1 (mm) adding cell: 18 replica: 0 name: cell_18 conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -458,26 +458,26 @@ ipre_over_ipost = 65536. ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 30 | 125 | 0 | 0 | 0.526187 | 2.2235 | 1 | 5444.1 | 5444.1 | 918.263 | 12104.9 | 483.178 | - cell_01 | 154 | 174 | 598 | 598 | 0.511922 | 4.22403 | 1 | 25634.3 | 25634.3 | 6034.69 | 108280 | 3089.29 | - cell_02 | 199 | 303 | 1554 | 777 | 0.226996 | 2.53401 | 0.5 | 52873.5 | 26436.7 | 9548.93 | 66990.9 | 2167.57 | - cell_03 | 254 | 393 | 1900 | 475 | 0.197905 | 2.2642 | 0.25 | 67420 | 16855 | 6492.03 | 38163.1 | 1284.8 | - cell_04 | 290 | 446 | 2112 | 264 | 0.190816 | 2.31569 | 0.125 | 70017.6 | 8752.2 | 3539.75 | 20267.4 | 675.441 | - cell_05 | 341 | 549 | 2634 | 164.625 | 0.185363 | 2.11269 | 0.0625 | 89141.8 | 5571.36 | 2181.29 | 11770.6 | 404.33 | - cell_06 | 363 | 611 | 3423 | 106.969 | 0.149725 | 1.70873 | 0.03125 | 107475 | 3358.59 | 1431.13 | 5738.9 | 214.277 | - cell_07 | 368 | 601 | 3072 | 48 | 0.144973 | 1.72382 | 0.015625 | 100002 | 1562.53 | 700.066 | 2693.53 | 101.491 | - cell_08 | 377 | 600 | 3499 | 27.3359 | 0.132207 | 1.48625 | 0.0078125 | 106033 | 828.382 | 365.999 | 1231.18 | 48.3877 | - cell_09 | 370 | 595 | 3218 | 12.5703 | 0.106467 | 1.37161 | 0.00390625 | 92938 | 363.039 | 185.461 | 497.947 | 19.7454 | - cell_10 | 313 | 475 | 2780 | 5.42969 | 0.100007 | 1.26233 | 0.00195312 | 82463.2 | 161.061 | 84.2728 | 203.312 | 8.42783 | - cell_11 | 263 | 409 | 2318 | 2.26367 | 0.111037 | 1.35894 | 0.000976562 | 67980.1 | 66.3868 | 33.0923 | 90.2159 | 3.67448 | - cell_12 | 182 | 302 | 1649 | 0.805176 | 0.138567 | 1.50248 | 0.000488281 | 51514.6 | 25.1536 | 10.7433 | 37.7928 | 1.48867 | - cell_13 | 185 | 279 | 1556 | 0.379883 | 0.165398 | 1.82463 | 0.000244141 | 50185.4 | 12.2523 | 4.88716 | 22.3559 | 0.808325 | - cell_14 | 236 | 346 | 1947 | 0.237671 | 0.132253 | 1.45816 | 0.00012207 | 62790.6 | 7.66487 | 3.39319 | 11.1766 | 0.448761 | - cell_15 | 216 | 344 | 1868 | 0.114014 | 0.114048 | 1.36433 | 6.10352e-05 | 58042 | 3.54261 | 1.735 | 4.83327 | 0.197872 | - cell_16 | 206 | 304 | 1807 | 0.0551453 | 0.108468 | 1.35736 | 3.05176e-05 | 54983.9 | 1.67798 | 0.843333 | 2.27762 | 0.0914746 | - cell_17 | 176 | 296 | 1551 | 0.0236664 | 0.142325 | 1.43451 | 1.52588e-05 | 48732.7 | 0.743602 | 0.308753 | 1.0667 | 0.0439432 | - cell_18 | 100 | 201 | 1119 | 0.00853729 | 0.188585 | 1.66483 | 7.62939e-06 | 35641.3 | 0.271921 | 0.0944897 | 0.452703 | 0.0178193 | - cell_19 | 77 | 77 | 0 | 0 | 0.378978 | 2.80673 | 7.62939e-06 | 12038.8 | 0.0918487 | 0.023168 | 0.257795 | 0.00878018 | + cell_00 | 31 | 129 | 0 | 0 | 0.369216 | 1.57615 | 1 | 5616.72 | 5616.72 | 1130.1 | 8852.78 | 417.251 | + cell_01 | 144 | 178 | 486 | 486 | 0.644329 | 4.55259 | 1 | 22479.7 | 22479.7 | 4440.83 | 102341 | 2861.35 | + cell_02 | 162 | 280 | 1196 | 598 | 0.278841 | 2.80969 | 0.5 | 44352 | 22176 | 7048.91 | 62307.6 | 1965.52 | + cell_03 | 228 | 378 | 2112 | 528 | 0.184223 | 2.09767 | 0.25 | 67969.5 | 16992.4 | 6586.89 | 35644.3 | 1213.46 | + cell_04 | 299 | 454 | 2610 | 326.25 | 0.16325 | 1.77489 | 0.125 | 83092.3 | 10386.5 | 4151.61 | 18434.9 | 677.751 | + cell_05 | 316 | 493 | 2860 | 178.75 | 0.111552 | 1.50409 | 0.0625 | 86223.3 | 5388.96 | 2708.25 | 8105.45 | 302.11 | + cell_06 | 280 | 447 | 2640 | 82.5 | 0.121013 | 1.53154 | 0.03125 | 80334.6 | 2510.46 | 1207.05 | 3844.85 | 146.068 | + cell_07 | 284 | 432 | 2231 | 34.8594 | 0.146346 | 1.76818 | 0.015625 | 72160.3 | 1127.5 | 506.183 | 1993.63 | 74.0779 | + cell_08 | 266 | 454 | 2357 | 18.4141 | 0.154696 | 1.72116 | 0.0078125 | 74803.3 | 584.401 | 246.59 | 1005.84 | 38.1467 | + cell_09 | 282 | 429 | 2422 | 9.46094 | 0.158783 | 1.66284 | 0.00390625 | 77900.3 | 304.298 | 124.016 | 505.998 | 19.6916 | + cell_10 | 337 | 512 | 2929 | 5.7207 | 0.128719 | 1.48721 | 0.00195312 | 89002.9 | 173.834 | 79.4635 | 258.527 | 10.2285 | + cell_11 | 331 | 520 | 3059 | 2.9873 | 0.121086 | 1.32214 | 0.000976562 | 92135.5 | 89.9761 | 40.9646 | 118.961 | 4.96026 | + cell_12 | 312 | 462 | 2724 | 1.33008 | 0.10574 | 1.23879 | 0.000488281 | 78913.3 | 38.5319 | 18.9283 | 47.7328 | 2.00147 | + cell_13 | 276 | 433 | 2605 | 0.635986 | 0.112097 | 1.35858 | 0.000244141 | 75453.1 | 18.4212 | 8.87827 | 25.0266 | 0.995224 | + cell_14 | 232 | 348 | 1961 | 0.23938 | 0.143663 | 1.50714 | 0.00012207 | 62760.4 | 7.66119 | 3.27271 | 11.5465 | 0.470168 | + cell_15 | 250 | 370 | 2009 | 0.12262 | 0.124836 | 1.37239 | 6.10352e-05 | 63675.3 | 3.88643 | 1.77439 | 5.33368 | 0.221508 | + cell_16 | 220 | 333 | 1942 | 0.0592651 | 0.103253 | 1.20573 | 3.05176e-05 | 58938.9 | 1.79867 | 0.904297 | 2.16872 | 0.093371 | + cell_17 | 194 | 289 | 1681 | 0.02565 | 0.0879834 | 1.10112 | 1.52588e-05 | 50183.3 | 0.765736 | 0.413126 | 0.843164 | 0.0363482 | + cell_18 | 129 | 249 | 1395 | 0.010643 | 0.0968177 | 1.16499 | 7.62939e-06 | 42290.8 | 0.322654 | 0.165238 | 0.375887 | 0.015998 | + cell_19 | 93 | 93 | 0 | 0 | 0.149838 | 1.72353 | 7.62939e-06 | 15591.1 | 0.11895 | 0.053451 | 0.205014 | 0.00800901 | ============================================= === G4ProcessPlacer::RemoveProcess: for: neutron ProcessName: ImportanceProcess, will be removed! diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index 885a5f3e433..385ce2a779f 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -76,7 +76,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1537,7 +1537,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 178 10 0 0 0 test.phys initStep 1 1.06 4.13 194 7.9 2.1 17.4 17.4 test.phys eIoni - 2 0.962 7.37 200 7.09 0.809 6.51 23.9 World Transportation + 2 0.962 7.37 200 7.09 0.808 6.51 23.9 World Transportation 3 -291 4.4e+03 1e+04 7.09 3.12e-22 1.07e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* @@ -1558,7 +1558,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1 0.0225 -0.0175 144 86.2 0.649 4.05 4.05 test.phys eBrem 2 0.759 0.949 181 81 4.5 36.9 40.9 test.phys eIoni 3 0.996 0.884 185 80.1 0.573 4.02 44.9 test.phys eIoni - 4 1.72 0.826 200 78.4 1.7 15 59.9 World Transportation + 4 1.72 0.826 200 78.4 1.7 14.9 59.9 World Transportation 5 238 -260 1e+04 78.4 3.53e-22 9.81e+03 9.87e+03 OutOfWorld Transportation ********************************************************************************************************* @@ -1595,7 +1595,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.0225 -0.0175 144 0.122 0 0 0 test.phys initStep 1 -0.398 0.4 199 0.115 0 55.2 55.2 test.phys biasWrapper(compt) - 2 -0.796 0.16 200 0.115 0 0.725 55.9 World Transportation + 2 -0.796 0.161 200 0.115 0 0.724 55.9 World Transportation 3 -7.01e+03 -4.22e+03 1e+04 0.115 0 1.28e+04 1.28e+04 OutOfWorld Transportation ********************************************************************************************************* @@ -1939,7 +1939,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -24.8 10 123 1.43 0 0 0 test.phys initStep 1 -117 -8.63 101 0.247 0 96.4 96.4 test.phys biasWrapper(compt) - 2 122 -79.3 -1.42e-14 0.247 0 269 365 World Transportation + 2 122 -79.3 1.42e-14 0.247 0 269 365 World Transportation 3 1e+04 -3e+03 -4.16e+03 0.247 0 1.11e+04 1.15e+04 OutOfWorld Transportation ********************************************************************************************************* @@ -2448,8 +2448,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.0067 -0.0915 6.62 0.875 0 0 0 test.phys initStep - 1 0.00859 -0.118 6.63 0.0145 0.861 0.0285 0.0285 test.phys hIoni - 2 0.00862 -0.119 6.63 0 0.0145 0.000727 0.0293 test.phys hIoni + 1 0.00858 -0.118 6.63 0.0145 0.861 0.0285 0.0285 test.phys hIoni + 2 0.00861 -0.119 6.63 0 0.0145 0.000727 0.0293 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -2543,8 +2543,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.00658 -0.0154 25.2 0.852 0 0 0 test.phys initStep - 1 0.0172 -0.0401 25.2 0.0173 0.835 0.0274 0.0274 test.phys hIoni - 2 0.0174 -0.0407 25.2 0 0.0173 0.000796 0.0282 test.phys hIoni + 1 0.0173 -0.04 25.2 0.0173 0.835 0.0274 0.0274 test.phys hIoni + 2 0.0176 -0.0406 25.2 0 0.0173 0.000796 0.0282 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -2823,8 +2823,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.262 -0.0867 178 0.838 0 0 0 test.phys initStep - 1 0.286 -0.0948 178 0.222 0.616 0.0267 0.0267 test.phys hIoni - 2 0.29 -0.0962 178 0 0.222 0.00454 0.0313 test.phys hIoni + 1 0.286 -0.0947 178 0.222 0.616 0.0267 0.0267 test.phys hIoni + 2 0.29 -0.0961 178 0 0.222 0.00454 0.0313 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -3033,8 +3033,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.0531 -0.0688 0.871 0.834 0 0 0 test.phys initStep - 1 0.0678 -0.0875 0.859 0.0724 0.762 0.0265 0.0265 test.phys hIoni - 2 0.0688 -0.0887 0.858 0 0.0724 0.00183 0.0283 test.phys hIoni + 1 0.0679 -0.0873 0.859 0.0724 0.762 0.0265 0.0265 test.phys hIoni + 2 0.0689 -0.0885 0.858 0 0.0724 0.00183 0.0283 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -3078,8 +3078,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0.0859 -0.0226 51.4 0.941 0 0 0 test.phys initStep - 1 0.101 -0.0276 51.4 0.224 0.717 0.0319 0.0319 test.phys hIoni - 2 0.104 -0.0283 51.4 0 0.224 0.00458 0.0365 test.phys hIoni + 1 0.102 -0.0273 51.4 0.224 0.717 0.0319 0.0319 test.phys hIoni + 2 0.104 -0.0281 51.4 0 0.224 0.00458 0.0365 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3114,8 +3114,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -0.0165 0.0811 93.6 0.895 0 0 0 test.phys initStep - 1 -0.0228 0.11 93.6 0.0078 0.887 0.0296 0.0296 test.phys hIoni - 2 -0.0229 0.11 93.6 0 0.0078 0.000547 0.0301 test.phys hIoni + 1 -0.0229 0.11 93.6 0.0078 0.887 0.0296 0.0296 test.phys hIoni + 2 -0.023 0.11 93.6 0 0.0078 0.000547 0.0301 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 @@ -3149,28 +3149,28 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 109 55.6 0 0 0 test.phys initStep 1 5.46 3.27 113 48.8 6.77 7.67 7.67 test.phys hIoni - 2 9.89 5.88 116 43.2 5.58 6.11 13.8 test.phys hIoni - 3 13.3 7.9 119 37.8 5.39 4.94 18.7 test.phys hIoni - 4 16 9.65 121 33.2 4.62 3.92 22.6 test.phys hIoni - 5 18 11 123 29.1 4.09 3.13 25.8 test.phys hIoni - 6 19.7 12.1 125 25.7 3.47 2.5 28.3 test.phys hIoni - 7 21.1 12.8 126 22.5 3.13 2.02 30.3 test.phys hIoni - 8 22.2 13.5 127 19.7 2.87 1.63 31.9 test.phys hIoni - 9 23.1 14.1 128 17.1 2.53 1.31 33.2 test.phys hIoni - 10 23.8 14.5 128 14.8 2.33 1.06 34.3 test.phys hIoni - 11 24.4 14.9 129 12.7 2.15 0.851 35.1 test.phys hIoni - 12 24.8 15.2 129 10.7 1.96 0.681 35.8 test.phys hIoni - 13 25.2 15.4 130 8.89 1.8 0.544 36.4 test.phys hIoni - 14 25.5 15.6 130 7.21 1.68 0.434 36.8 test.phys hIoni - 15 25.7 15.7 130 5.61 1.6 0.345 37.1 test.phys hIoni - 16 25.9 15.9 130 4.01 1.6 0.272 37.4 test.phys hIoni - 17 26 16 130 2.42 1.59 0.207 37.6 test.phys hIoni - 18 26.1 16 131 0.493 1.93 0.135 37.8 test.phys hIoni - 19 26.1 16 131 0.0253 0.468 0.0122 37.8 test.phys hIoni - 20 26.1 16 131 0.0175 0.00778 0.000988 37.8 test.phys hIoni - 21 26.1 16 131 0.0165 0.00103 0.000801 37.8 test.phys hIoni - 22 26.1 16 131 0.005 0.0115 0.000776 37.8 test.phys hIoni - 23 26.1 16 131 0 0.005 0.000438 37.8 test.phys hIoni + 2 9.76 5.88 116 43.2 5.58 6.11 13.8 test.phys hIoni + 3 13.1 8 119 37.8 5.39 4.94 18.7 test.phys hIoni + 4 15.8 9.68 122 33.2 4.62 3.92 22.6 test.phys hIoni + 5 17.9 11 123 29.1 4.09 3.13 25.8 test.phys hIoni + 6 19.6 12 125 25.7 3.47 2.5 28.3 test.phys hIoni + 7 21 12.8 126 22.5 3.13 2.02 30.3 test.phys hIoni + 8 22 13.5 127 19.7 2.87 1.63 31.9 test.phys hIoni + 9 22.9 14.1 128 17.1 2.53 1.31 33.2 test.phys hIoni + 10 23.6 14.5 129 14.8 2.33 1.06 34.3 test.phys hIoni + 11 24.2 14.9 129 12.7 2.15 0.851 35.1 test.phys hIoni + 12 24.7 15.2 130 10.7 1.96 0.681 35.8 test.phys hIoni + 13 25 15.4 130 8.89 1.8 0.544 36.4 test.phys hIoni + 14 25.3 15.6 130 7.21 1.68 0.434 36.8 test.phys hIoni + 15 25.6 15.7 130 5.61 1.6 0.345 37.1 test.phys hIoni + 16 25.8 15.9 131 4.01 1.6 0.272 37.4 test.phys hIoni + 17 25.9 16 131 2.42 1.59 0.207 37.6 test.phys hIoni + 18 26 16 131 0.493 1.93 0.135 37.8 test.phys hIoni + 19 26 16 131 0.0253 0.468 0.0122 37.8 test.phys hIoni + 20 26 16 131 0.0175 0.00778 0.000988 37.8 test.phys hIoni + 21 26 16 131 0.0165 0.00103 0.000801 37.8 test.phys hIoni + 22 26 16 131 0.005 0.0115 0.000776 37.8 test.phys hIoni + 23 26 16 131 0 0.005 0.000438 37.8 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 1 @@ -3410,12 +3410,12 @@ 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 -30.1 -19.7 183 12 0 0 0 test.phys initStep - 1 -30.4 -20.1 182 10 1.95 0.63 0.63 test.phys hIoni - 2 -30.6 -20.4 182 8.26 1.74 0.5 1.13 test.phys hIoni - 3 -30.8 -20.6 182 6.56 1.7 0.399 1.53 test.phys hIoni + 1 -30.4 -20 182 10 1.95 0.63 0.63 test.phys hIoni + 2 -30.7 -20.4 182 8.26 1.74 0.5 1.13 test.phys hIoni + 3 -30.9 -20.6 182 6.56 1.7 0.399 1.53 test.phys hIoni 4 -31 -20.8 182 4.96 1.6 0.314 1.84 test.phys hIoni 5 -31.1 -20.9 181 3.4 1.56 0.245 2.09 test.phys hIoni - 6 -31.2 -21.1 181 1.66 1.74 0.182 2.27 test.phys hIoni + 6 -31.2 -21 181 1.66 1.74 0.182 2.27 test.phys hIoni 7 -31.3 -21.1 181 0.126 1.53 0.079 2.35 test.phys hIoni 8 -31.3 -21.1 181 0 0.126 0.00271 2.35 test.phys hIoni @@ -3484,8 +3484,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -17.2 -44 146 0.511 0 0 0 test.phys initStep - 1 -18.1 -37.8 150 0.271 0 7.95 7.95 test.phys biasWrapper(compt) - 2 -217 93.2 0 0.271 0 282 289 World Transportation + 1 -18.1 -37.7 150 0.271 0 7.95 7.95 test.phys biasWrapper(compt) + 2 -217 93.2 0 0.271 0 282 290 World Transportation 3 -1e+04 6.54e+03 -7.41e+03 0.271 0 1.39e+04 1.42e+04 OutOfWorld Transportation ********************************************************************************************************* @@ -3518,7 +3518,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -18.1 -37.8 150 0.24 0 0 0 test.phys initStep + 0 -18.1 -37.7 150 0.24 0 0 0 test.phys initStep 1 -17.9 -37.5 151 0 0.24 0.834 0.834 test.phys eIoni ********************************************************************************************************* @@ -3554,15 +3554,15 @@ 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 150 16.3 0 0 0 test.phys initStep - 1 -0.418 0.761 151 14 2.31 0.979 0.979 test.phys hIoni - 2 -0.724 1.38 151 11.9 2.02 0.782 1.76 test.phys hIoni - 3 -0.96 1.88 151 10 1.9 0.629 2.39 test.phys hIoni - 4 -1.16 2.27 152 8.22 1.83 0.503 2.89 test.phys hIoni - 5 -1.31 2.59 152 6.59 1.63 0.397 3.29 test.phys hIoni - 6 -1.43 2.84 152 5.03 1.57 0.316 3.61 test.phys hIoni - 7 -1.52 3.03 152 3.44 1.59 0.248 3.85 test.phys hIoni - 8 -1.59 3.18 152 1.66 1.78 0.184 4.04 test.phys hIoni - 9 -1.62 3.24 152 0 1.66 0.079 4.12 test.phys hIoni + 1 -0.396 0.773 151 14 2.31 0.979 0.979 test.phys hIoni + 2 -0.69 1.4 151 11.9 2.02 0.782 1.76 test.phys hIoni + 3 -0.925 1.91 151 10 1.9 0.629 2.39 test.phys hIoni + 4 -1.12 2.3 152 8.22 1.83 0.503 2.89 test.phys hIoni + 5 -1.27 2.62 152 6.59 1.63 0.397 3.29 test.phys hIoni + 6 -1.39 2.86 152 5.03 1.57 0.316 3.61 test.phys hIoni + 7 -1.48 3.06 152 3.44 1.59 0.248 3.85 test.phys hIoni + 8 -1.55 3.21 152 1.66 1.78 0.184 4.04 test.phys hIoni + 9 -1.58 3.27 152 0 1.66 0.079 4.12 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 1 @@ -3802,11 +3802,11 @@ 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 87.1 7.48 0 0 0 test.phys initStep - 1 -0.243 0.127 87.3 5.83 1.65 0.359 0.359 test.phys hIoni - 2 -0.437 0.219 87.5 4.23 1.6 0.281 0.64 test.phys hIoni - 3 -0.593 0.282 87.6 2.64 1.59 0.216 0.855 test.phys hIoni - 4 -0.702 0.321 87.7 0.747 1.89 0.147 1 test.phys hIoni - 5 -0.719 0.327 87.7 0 0.747 0.0224 1.03 test.phys hIoni + 1 -0.247 0.12 87.3 5.83 1.65 0.359 0.359 test.phys hIoni + 2 -0.444 0.212 87.5 4.23 1.6 0.281 0.64 test.phys hIoni + 3 -0.6 0.276 87.6 2.64 1.59 0.216 0.855 test.phys hIoni + 4 -0.709 0.317 87.7 0.747 1.89 0.147 1 test.phys hIoni + 5 -0.726 0.323 87.7 0 0.747 0.0224 1.03 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 @@ -3886,9 +3886,9 @@ 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.0279 -0.0314 145 2.79 0 0 0 test.phys initStep - 1 -0.0691 -0.0474 145 0.929 1.86 0.155 0.155 test.phys hIoni - 2 -0.0779 -0.0501 145 0.117 0.812 0.0313 0.186 test.phys hIoni - 3 -0.0787 -0.0503 145 0 0.117 0.00255 0.189 test.phys hIoni + 1 -0.0658 -0.0444 145 0.929 1.86 0.155 0.155 test.phys hIoni + 2 -0.0745 -0.0474 145 0.117 0.812 0.0313 0.186 test.phys hIoni + 3 -0.0753 -0.0477 145 0 0.117 0.00255 0.189 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N15, Track ID = 2, Parent ID = 1 @@ -4269,29 +4269,29 @@ 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.0186 -0.0607 22.6 100 0 0 0 test.phys initStep - 1 -0.829 -2.16 44.2 88 12.2 21.7 21.7 test.phys hIoni - 2 -1.73 -3.88 61.4 77.6 10.4 17.3 39 test.phys hIoni - 3 -2.07 -5.39 75.1 68.8 8.81 13.8 52.8 test.phys hIoni - 4 -2.23 -6.96 86.2 60.7 8.05 11.2 64 test.phys hIoni - 5 -2.4 -8.06 95.1 53.5 7.17 8.97 73 test.phys hIoni - 6 -2.58 -8.97 102 47.3 6.23 7.18 80.1 test.phys hIoni - 7 -2.74 -9.74 108 41.8 5.48 5.78 85.9 test.phys hIoni - 8 -2.9 -10.4 113 36.8 5.02 4.66 90.6 test.phys hIoni - 9 -3.01 -10.9 116 32.3 4.54 3.73 94.3 test.phys hIoni - 10 -3.09 -11.3 119 28.4 3.92 2.98 97.3 test.phys hIoni - 11 -3.19 -11.7 122 24.6 3.8 2.39 99.7 test.phys hIoni - 12 -3.16 -12 123 21.4 3.21 1.88 102 test.phys hIoni - 13 -3.21 -12.1 125 18.5 2.86 1.5 103 test.phys hIoni - 14 -3.25 -12.3 126 16 2.48 1.19 104 test.phys hIoni - 15 -3.27 -12.4 127 13.8 2.19 0.957 105 test.phys hIoni - 16 -3.29 -12.5 128 11.7 2.14 0.771 106 test.phys hIoni - 17 -3.31 -12.5 128 9.75 1.93 0.611 107 test.phys hIoni - 18 -3.32 -12.6 129 8.05 1.7 0.485 107 test.phys hIoni - 19 -3.33 -12.6 129 6.46 1.6 0.388 107 test.phys hIoni - 20 -3.35 -12.7 130 4.86 1.59 0.309 108 test.phys hIoni - 21 -3.37 -12.7 130 3.26 1.6 0.241 108 test.phys hIoni - 22 -3.38 -12.7 130 1.51 1.75 0.176 108 test.phys hIoni - 23 -3.39 -12.7 130 0 1.51 0.0678 108 test.phys hIoni + 1 -0.961 -2.36 44.2 88 12.2 21.7 21.7 test.phys hIoni + 2 -1.82 -4.33 61.3 77.6 10.4 17.3 39 test.phys hIoni + 3 -2.24 -6.16 75 68.8 8.81 13.8 52.8 test.phys hIoni + 4 -2.4 -7.53 86.1 60.7 8.05 11.2 64 test.phys hIoni + 5 -2.58 -8.62 95 53.5 7.17 8.97 73 test.phys hIoni + 6 -2.71 -9.51 102 47.3 6.23 7.18 80.1 test.phys hIoni + 7 -2.84 -10.3 108 41.8 5.48 5.78 85.9 test.phys hIoni + 8 -2.95 -10.9 112 36.8 5.02 4.66 90.6 test.phys hIoni + 9 -3.05 -11.4 116 32.3 4.54 3.73 94.3 test.phys hIoni + 10 -3.14 -11.8 119 28.4 3.92 2.98 97.3 test.phys hIoni + 11 -3.14 -12.2 121 24.6 3.8 2.39 99.7 test.phys hIoni + 12 -3.17 -12.4 123 21.4 3.21 1.88 102 test.phys hIoni + 13 -3.22 -12.6 125 18.5 2.86 1.5 103 test.phys hIoni + 14 -3.26 -12.7 126 16 2.48 1.19 104 test.phys hIoni + 15 -3.29 -12.8 127 13.8 2.19 0.957 105 test.phys hIoni + 16 -3.31 -12.9 128 11.7 2.14 0.771 106 test.phys hIoni + 17 -3.33 -13 128 9.75 1.93 0.611 107 test.phys hIoni + 18 -3.34 -13 129 8.05 1.7 0.485 107 test.phys hIoni + 19 -3.36 -13.1 129 6.46 1.6 0.388 107 test.phys hIoni + 20 -3.38 -13.1 130 4.86 1.59 0.309 108 test.phys hIoni + 21 -3.4 -13.2 130 3.26 1.6 0.241 108 test.phys hIoni + 22 -3.41 -13.2 130 1.51 1.75 0.176 108 test.phys hIoni + 23 -3.41 -13.2 130 0 1.51 0.0678 108 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = N14, Track ID = 2, Parent ID = 1 diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index cc882af2c2f..8b60ea1884e 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -76,7 +76,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -5272,18 +5272,18 @@ 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 161 22.9 0 0 0 test.phys initStep - 1 -0.601 0.53 163 19.9 2.98 1.68 1.68 test.phys hIoni - 2 -1.1 0.914 164 17.3 2.58 1.34 3.01 test.phys hIoni - 3 -1.49 1.24 165 15 2.31 1.08 4.09 test.phys hIoni - 4 -1.82 1.48 166 12.8 2.18 0.869 4.96 test.phys hIoni - 5 -2.08 1.68 166 10.8 1.99 0.694 5.65 test.phys hIoni - 6 -2.28 1.84 167 9.06 1.79 0.554 6.21 test.phys hIoni - 7 -2.45 1.96 167 7.36 1.69 0.443 6.65 test.phys hIoni - 8 -2.58 2.06 167 5.78 1.59 0.353 7 test.phys hIoni - 9 -2.68 2.14 168 4.18 1.6 0.279 7.28 test.phys hIoni - 10 -2.77 2.19 168 2.47 1.71 0.214 7.5 test.phys hIoni - 11 -2.82 2.22 168 0.56 1.91 0.138 7.63 test.phys hIoni - 12 -2.83 2.22 168 0 0.56 0.0147 7.65 test.phys hIoni + 1 -0.639 0.498 163 19.9 2.98 1.68 1.68 test.phys hIoni + 2 -1.15 0.898 164 17.3 2.58 1.34 3.01 test.phys hIoni + 3 -1.55 1.21 165 15 2.31 1.08 4.09 test.phys hIoni + 4 -1.88 1.47 166 12.8 2.18 0.869 4.96 test.phys hIoni + 5 -2.13 1.67 166 10.8 1.99 0.694 5.65 test.phys hIoni + 6 -2.34 1.83 167 9.06 1.79 0.554 6.21 test.phys hIoni + 7 -2.5 1.96 167 7.36 1.69 0.443 6.65 test.phys hIoni + 8 -2.64 2.05 167 5.78 1.59 0.353 7 test.phys hIoni + 9 -2.75 2.12 168 4.18 1.6 0.279 7.28 test.phys hIoni + 10 -2.83 2.17 168 2.47 1.71 0.214 7.5 test.phys hIoni + 11 -2.89 2.2 168 0.56 1.91 0.138 7.63 test.phys hIoni + 12 -2.89 2.21 168 0 0.56 0.0147 7.65 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index 693f0d6fc22..901ef26728a 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -28,7 +28,7 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.960 m + Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.944 m Imean: 19.200 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -37,7 +37,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -52,7 +52,7 @@ ElmMassFraction: 88.79 % ElmAbundance 33.33 % - Material: WaterSteam density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 754.163 m + Material: WaterSteam density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 753.560 m Imean: 71.600 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -92,106 +92,106 @@ Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm Imean: 173.000 eV - ---> Element: Silicon ( ) Z = 14.0 N = 28.1 A = 28.09 g/mole - ---> Isotope: 28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % - ---> Isotope: 29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % - ---> Isotope: 30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % + ---> Element: Si (Si) Z = 14.0 N = 28.1 A = 28.09 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Copper density: 8.960 g/cm3 RadL: 1.436 cm Nucl.Int.Length: 15.588 cm Imean: 322.000 eV - ---> Element: Copper ( ) Z = 29.0 N = 63.5 A = 63.55 g/mole - ---> Isotope: 63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.17 % - ---> Isotope: 65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.83 % + ---> Element: Cu (Cu) Z = 29.0 N = 63.5 A = 63.55 g/mole + ---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.17 % + ---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.83 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Germanium density: 5.323 g/cm3 RadL: 2.301 cm Nucl.Int.Length: 27.431 cm Imean: 350.000 eV - ---> Element: Germanium ( ) Z = 32.0 N = 72.6 A = 72.61 g/mole - ---> Isotope: 70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % - ---> Isotope: 72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % - ---> Isotope: 73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % - ---> Isotope: 74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % - ---> Isotope: 76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % + ---> Element: Ge (Ge) Z = 32.0 N = 72.6 A = 72.61 g/mole + ---> Isotope: Ge70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % + ---> Isotope: Ge72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % + ---> Isotope: Ge73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % + ---> Isotope: Ge74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % + ---> Isotope: Ge76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silver density: 10.500 g/cm3 RadL: 8.543 mm Nucl.Int.Length: 15.868 cm Imean: 470.000 eV - ---> Element: Silver ( ) Z = 47.0 N = 107.9 A = 107.87 g/mole - ---> Isotope: 107 Z = 47 N = 107 A = 106.90 g/mole abundance: 51.84 % - ---> Isotope: 109 Z = 47 N = 109 A = 108.91 g/mole abundance: 48.16 % + ---> Element: Ag (Ag) Z = 47.0 N = 107.9 A = 107.87 g/mole + ---> Isotope: Ag107 Z = 47 N = 107 A = 106.90 g/mole abundance: 51.84 % + ---> Isotope: Ag109 Z = 47 N = 109 A = 108.91 g/mole abundance: 48.16 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.85 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.85 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % 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 - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.19 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Uranium density: 18.950 g/cm3 RadL: 3.166 mm Nucl.Int.Length: 11.446 cm Imean: 890.000 eV - ---> Element: Uranium ( ) Z = 92.0 N = 238.0 A = 238.03 g/mole - ---> Isotope: 234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % - ---> Isotope: 235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % - ---> Isotope: 238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % + ---> Element: U (U) Z = 92.0 N = 238.0 A = 238.03 g/mole + ---> Isotope: U234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % + ---> Isotope: U235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % + ---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: ams density: 7.409 g/cm3 RadL: 8.996 mm Nucl.Int.Length: 25.517 cm + Material: ams density: 7.409 g/cm3 RadL: 8.996 mm Nucl.Int.Length: 25.515 cm Imean: 691.183 eV ---> Element: Lead (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole @@ -215,14 +215,14 @@ Material: ArgonGas density: 1.782 mg/cm3 RadL: 109.702 m Nucl.Int.Length: 671.417 m Imean: 188.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: ArgonGas ( ) Z = 18.0 N = 39.9 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 39.9 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Isobutane density: 2.420 mg/cm3 RadL: 186.951 m Nucl.Int.Length: 270.862 m + Material: Isobutane density: 2.420 mg/cm3 RadL: 186.951 m Nucl.Int.Length: 270.571 m Imean: 53.040 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -236,13 +236,13 @@ ElmMassFraction: 17.37 % ElmAbundance 71.43 % - Material: ArgonButane density: 1.835 mg/cm3 RadL: 128.411 m Nucl.Int.Length: 522.626 m + Material: ArgonButane density: 1.835 mg/cm3 RadL: 128.411 m Nucl.Int.Length: 522.379 m Imean: 119.602 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: ArgonGas ( ) Z = 18.0 N = 39.9 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 39.9 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 70.00 % ElmAbundance 19.52 % ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index c40b6c4d877..0092438ef2f 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -28,7 +28,7 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.960 m + Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.944 m Imean: 19.200 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -37,7 +37,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -70,60 +70,60 @@ Material: D2_gas density: 0.036 kg/m3 RadL: 13.184 km Nucl.Int.Length: 12.278 km Imean: 41.800 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: D2_gas ( ) Z = 2.0 N = 2.0 A = 2.01 g/mole - ---> Isotope: 3 Z = 2 N = 3 A = 3.02 g/mole abundance: 0.00 % - ---> Isotope: 4 Z = 2 N = 4 A = 4.00 g/mole abundance: 100.00 % + ---> Element: He (He) Z = 2.0 N = 2.0 A = 2.01 g/mole + ---> Isotope: He3 Z = 2 N = 3 A = 3.02 g/mole abundance: 0.00 % + ---> Isotope: He4 Z = 2 N = 4 A = 4.00 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm Imean: 173.000 eV - ---> Element: Silicon ( ) Z = 14.0 N = 28.1 A = 28.09 g/mole - ---> Isotope: 28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % - ---> Isotope: 29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % - ---> Isotope: 30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % + ---> Element: Si (Si) Z = 14.0 N = 28.1 A = 28.09 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Chromium density: 7.140 g/cm3 RadL: 2.093 cm Nucl.Int.Length: 18.295 cm Imean: 257.000 eV - ---> Element: Chromium ( ) Z = 24.0 N = 52.0 A = 51.99 g/mole - ---> Isotope: 50 Z = 24 N = 50 A = 49.95 g/mole abundance: 4.34 % - ---> Isotope: 52 Z = 24 N = 52 A = 51.94 g/mole abundance: 83.79 % - ---> Isotope: 53 Z = 24 N = 53 A = 52.94 g/mole abundance: 9.50 % - ---> Isotope: 54 Z = 24 N = 54 A = 53.94 g/mole abundance: 2.37 % + ---> Element: Cr (Cr) Z = 24.0 N = 52.0 A = 51.99 g/mole + ---> Isotope: Cr50 Z = 24 N = 50 A = 49.95 g/mole abundance: 4.34 % + ---> Isotope: Cr52 Z = 24 N = 52 A = 51.94 g/mole abundance: 83.79 % + ---> Isotope: Cr53 Z = 24 N = 53 A = 52.94 g/mole abundance: 9.50 % + ---> Isotope: Cr54 Z = 24 N = 54 A = 53.94 g/mole abundance: 2.37 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Germanium density: 5.323 g/cm3 RadL: 2.301 cm Nucl.Int.Length: 27.431 cm Imean: 350.000 eV - ---> Element: Germanium ( ) Z = 32.0 N = 72.6 A = 72.61 g/mole - ---> Isotope: 70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % - ---> Isotope: 72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % - ---> Isotope: 73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % - ---> Isotope: 74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % - ---> Isotope: 76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % + ---> Element: Ge (Ge) Z = 32.0 N = 72.6 A = 72.61 g/mole + ---> Isotope: Ge70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % + ---> Isotope: Ge72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % + ---> Isotope: Ge73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % + ---> Isotope: Ge74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % + ---> Isotope: Ge76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -152,66 +152,66 @@ Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.85 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.85 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Gold density: 19.320 g/cm3 RadL: 3.344 mm Nucl.Int.Length: 10.540 cm Imean: 790.000 eV - ---> Element: Gold ( ) Z = 79.0 N = 197.0 A = 196.97 g/mole - ---> Isotope: 197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.00 % + ---> Element: Au (Au) Z = 79.0 N = 197.0 A = 196.97 g/mole + ---> Isotope: Au197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.00 % 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 - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.19 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Uranium density: 18.950 g/cm3 RadL: 3.166 mm Nucl.Int.Length: 11.446 cm Imean: 890.000 eV - ---> Element: Uranium ( ) Z = 92.0 N = 238.0 A = 238.03 g/mole - ---> Isotope: 234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % - ---> Isotope: 235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % - ---> Isotope: 238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % + ---> Element: U (U) Z = 92.0 N = 238.0 A = 238.03 g/mole + ---> Isotope: U234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % + ---> Isotope: U235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % + ---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: ArgonGas density: 1.782 mg/cm3 RadL: 109.702 m Nucl.Int.Length: 671.417 m Imean: 188.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: ArgonGas ( ) Z = 18.0 N = 39.9 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 39.9 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Isobutane density: 2.420 mg/cm3 RadL: 186.822 m Nucl.Int.Length: 270.777 m + Material: Isobutane density: 2.420 mg/cm3 RadL: 186.822 m Nucl.Int.Length: 270.486 m Imean: 53.040 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Hydrogen (C) Z = 6.0 N = 12.0 A = 12.00 g/mole @@ -225,13 +225,13 @@ ElmMassFraction: 17.38 % ElmAbundance 71.43 % - Material: ArgonButane density: 1.835 mg/cm3 RadL: 128.398 m Nucl.Int.Length: 522.554 m + Material: ArgonButane density: 1.835 mg/cm3 RadL: 128.398 m Nucl.Int.Length: 522.307 m Imean: 119.578 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: ArgonGas ( ) Z = 18.0 N = 39.9 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 39.9 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 70.00 % ElmAbundance 19.51 % ---> Element: Hydrogen (C) Z = 6.0 N = 12.0 A = 12.00 g/mole @@ -323,7 +323,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 2000 - User=5.08s Real=9.31s Sys=0s + User=5.06s Real=11.9s Sys=0s ======================== run summary ====================== @@ -331,29 +331,29 @@ Run Summary ============================================================ - total energy deposit: 99.82 MeV + total energy deposit: 99.796 MeV - nb tracks/event neutral: 25.261 charged: 137.49 - nb steps/event neutral: 130.38 charged: 203.53 + nb tracks/event neutral: 25.509 charged: 139.36 + nb steps/event neutral: 132.31 charged: 205.56 nb of process calls per event: - Transportation annihil compt conv eBrem eIoni msc phot - 0.9075 1.401 105.12 1.401 22.96 178.72 0.4535 22.956 + CoulombScatTransportation annihil compt conv eBrem eIoni msc phot + 0.0005 0.9365 1.404 106.8 1.404 23.201 180.52 0.4275 23.17 --------------------------------------------------------- Primary particle : - true Range = 11.136 cm rms = 3.7593 cm - proj Range = 9.6858 cm rms = 3.498 cm - proj/true = 0.86975 - transverse dispersion at end = 1.665 cm - mass true Range from simulation = 30.068 g/cm2 + true Range = 11.247 cm rms = 3.7754 cm + proj Range = 9.7636 cm rms = 3.4827 cm + proj/true = 0.86811 + transverse dispersion at end = 1.6843 cm + mass true Range from simulation = 30.367 g/cm2 from PhysicsTable (csda range) = 32.099 g/cm2 --------------------------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 677060992, 1545205346 + Current couple of seeds = 1048097207, 167829987 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index 149eaeeccd1..db29e19d292 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -4,13 +4,13 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 ************************************************************* -G4Material WARNING: doublicate name of the new material CO2 +G4Material WARNING: duplicate name of material CO2 hist file = g4.p11 Nb of bins in Edep plot = 65 Elow in the Edep plot = 0 @@ -60,7 +60,7 @@ compt: for gamma, applyCuts: 1 SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma, applyCuts: 1 SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -140,7 +140,7 @@ Lorentz Factor XTR photon number 8.085e+04 3.149 9.283e+04 3.149 -total time for build X-ray TR energy loss tables = 0.09 s +total time for build X-ray TR energy loss tables = 0.08 s SynRad: Incoherent Synchrotron Radiation good description for long magnets at all energies @@ -224,7 +224,7 @@ Lorentz Factor XTR photon number 8.085e+04 3.149 9.283e+04 3.149 -total time for build X-ray TR energy loss tables = 0.09 s +total time for build X-ray TR energy loss tables = 0.08 s msc: for proton SubType= 10 RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1 @@ -396,7 +396,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.28s Real=2.59s Sys=0s + User=1.29s Real=3.46s Sys=0s ================== run summary ===================== end of Run TotNbofEvents = 1000 mean charged track length in absorber=45.6176 +- 0.734311 mm diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index 875adb7ca96..ccbbc6ea3f8 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -452,7 +452,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20000 - User=5.36s Real=6.98s Sys=0s + User=5.34s Real=12.18s Sys=0s ======================== run summary ===================== @@ -461,20 +461,20 @@ Run Summary ========================================================== - Total Energy deposited = 452.946 keV +- 101.660 keV + Total Energy deposited = 452.755 keV +- 101.854 keV - Track length of primary track = 886.247 um +- 189.012 um + Track length of primary track = 885.988 um +- 189.313 um Range from EmCalculator = 942.765 um (from full dE/dx) - Projected range = 317.931 um +- 202.827 um + Projected range = 317.615 um +- 202.807 um - Nb of steps of primary track = 21.32 +- 4.77 Step size= 42.072 um +- 7.247 um + Nb of steps of primary track = 21.32 +- 4.77 Step size= 42.059 um +- 7.255 um - absorbed = 80.25 % transmit = 4.21 % reflected = 15.54 % + absorbed = 80.18 % transmit = 4.24 % reflected = 15.59 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1453963188, 1502176679 + Current couple of seeds = 1988265303, 272398033 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 59bdab634bc..4b83b1d9ae2 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -25,7 +25,7 @@ userDetector->Construct() start. --------------------------------------------------------- ---> The Absorber is a sphere of 3 cm radius of G4_WATER divided in 1 slices of 3 cm - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -125,7 +125,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=4.3s Real=7.4s Sys=0s + User=4.06s Real=8.56s Sys=0.01s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 4a3ebad9578..e337256669c 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -28,7 +28,7 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.960 m + Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.944 m Imean: 19.200 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -37,7 +37,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Water H_2O density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water H_2O density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -55,49 +55,49 @@ Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Carbon density: 2.267 g/cm3 RadL: 18.833 cm Nucl.Int.Length: 35.356 cm Imean: 81.000 eV - ---> Element: Carbon ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm Imean: 173.000 eV - ---> Element: Silicon ( ) Z = 14.0 N = 28.1 A = 28.09 g/mole - ---> Isotope: 28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % - ---> Isotope: 29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % - ---> Isotope: 30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % + ---> Element: Si (Si) Z = 14.0 N = 28.1 A = 28.09 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Germanium density: 5.323 g/cm3 RadL: 2.301 cm Nucl.Int.Length: 27.431 cm Imean: 350.000 eV - ---> Element: Germanium ( ) Z = 32.0 N = 72.6 A = 72.61 g/mole - ---> Isotope: 70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % - ---> Isotope: 72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % - ---> Isotope: 73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % - ---> Isotope: 74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % - ---> Isotope: 76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % + ---> Element: Ge (Ge) Z = 32.0 N = 72.6 A = 72.61 g/mole + ---> Isotope: Ge70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % + ---> Isotope: Ge72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % + ---> Isotope: Ge73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % + ---> Isotope: Ge74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % + ---> Isotope: Ge76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -146,44 +146,44 @@ Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.85 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.85 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % 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 - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.19 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Uranium density: 18.950 g/cm3 RadL: 3.166 mm Nucl.Int.Length: 11.446 cm Imean: 890.000 eV - ---> Element: Uranium ( ) Z = 92.0 N = 238.0 A = 238.03 g/mole - ---> Isotope: 234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % - ---> Isotope: 235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % - ---> Isotope: 238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % + ---> Element: U (U) Z = 92.0 N = 238.0 A = 238.03 g/mole + ---> Isotope: U234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % + ---> Isotope: U235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % + ---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -221,7 +221,7 @@ compt: for gamma SubType= 13 KleinNishina : Emin= 0 eV Emax= 10 TeV FluoActive conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -431,7 +431,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=10.27s Real=10.43s Sys=0s + User=11.39s Real=27.86s Sys=0s The run consists of 1000000 gamma of 100 keV through 1 cm of Water (density: 1 g/cm3 ) @@ -507,7 +507,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=12.13s Real=18.24s Sys=0s + User=12.77s Real=29.77s Sys=0s The run consists of 1000000 e- of 100 MeV through 1 cm of Water (density: 1 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index 6743ace8382..e05544bc660 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -28,7 +28,7 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.960 m + Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.944 m Imean: 19.200 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -37,7 +37,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Water H_2O density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water H_2O density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -55,77 +55,77 @@ Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Carbon density: 2.267 g/cm3 RadL: 18.833 cm Nucl.Int.Length: 35.356 cm Imean: 81.000 eV - ---> Element: Carbon ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm Imean: 173.000 eV - ---> Element: Silicon ( ) Z = 14.0 N = 28.1 A = 28.09 g/mole - ---> Isotope: 28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % - ---> Isotope: 29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % - ---> Isotope: 30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % + ---> Element: Si (Si) Z = 14.0 N = 28.1 A = 28.09 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Chromium density: 7.140 g/cm3 RadL: 2.093 cm Nucl.Int.Length: 18.295 cm Imean: 257.000 eV - ---> Element: Chromium ( ) Z = 24.0 N = 52.0 A = 51.99 g/mole - ---> Isotope: 50 Z = 24 N = 50 A = 49.95 g/mole abundance: 4.34 % - ---> Isotope: 52 Z = 24 N = 52 A = 51.94 g/mole abundance: 83.79 % - ---> Isotope: 53 Z = 24 N = 53 A = 52.94 g/mole abundance: 9.50 % - ---> Isotope: 54 Z = 24 N = 54 A = 53.94 g/mole abundance: 2.37 % + ---> Element: Cr (Cr) Z = 24.0 N = 52.0 A = 51.99 g/mole + ---> Isotope: Cr50 Z = 24 N = 50 A = 49.95 g/mole abundance: 4.34 % + ---> Isotope: Cr52 Z = 24 N = 52 A = 51.94 g/mole abundance: 83.79 % + ---> Isotope: Cr53 Z = 24 N = 53 A = 52.94 g/mole abundance: 9.50 % + ---> Isotope: Cr54 Z = 24 N = 54 A = 53.94 g/mole abundance: 2.37 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Copper density: 8.920 g/cm3 RadL: 1.442 cm Nucl.Int.Length: 15.658 cm Imean: 322.000 eV - ---> Element: Copper ( ) Z = 29.0 N = 63.5 A = 63.55 g/mole - ---> Isotope: 63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.17 % - ---> Isotope: 65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.83 % + ---> Element: Cu (Cu) Z = 29.0 N = 63.5 A = 63.55 g/mole + ---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.17 % + ---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.83 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Germanium density: 5.323 g/cm3 RadL: 2.301 cm Nucl.Int.Length: 27.431 cm Imean: 350.000 eV - ---> Element: Germanium ( ) Z = 32.0 N = 72.6 A = 72.61 g/mole - ---> Isotope: 70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % - ---> Isotope: 72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % - ---> Isotope: 73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % - ---> Isotope: 74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % - ---> Isotope: 76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % + ---> Element: Ge (Ge) Z = 32.0 N = 72.6 A = 72.61 g/mole + ---> Isotope: Ge70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % + ---> Isotope: Ge72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % + ---> Isotope: Ge73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % + ---> Isotope: Ge74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % + ---> Isotope: Ge76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Nb density: 8.570 g/cm3 RadL: 1.158 cm Nucl.Int.Length: 18.497 cm Imean: 417.000 eV - ---> Element: Nb ( ) Z = 41.0 N = 92.9 A = 92.91 g/mole - ---> Isotope: 93 Z = 41 N = 93 A = 92.91 g/mole abundance: 100.00 % + ---> Element: Nb (Nb) Z = 41.0 N = 92.9 A = 92.91 g/mole + ---> Isotope: Nb93 Z = 41 N = 93 A = 92.91 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -174,52 +174,52 @@ Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tungsten density: 19.250 g/cm3 RadL: 3.513 mm Nucl.Int.Length: 10.339 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.85 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.85 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Gold density: 19.300 g/cm3 RadL: 3.348 mm Nucl.Int.Length: 10.551 cm Imean: 790.000 eV - ---> Element: Gold ( ) Z = 79.0 N = 197.0 A = 196.97 g/mole - ---> Isotope: 197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.00 % + ---> Element: Au (Au) Z = 79.0 N = 197.0 A = 196.97 g/mole + ---> Isotope: Au197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.00 % 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 - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.19 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Uranium density: 18.950 g/cm3 RadL: 3.166 mm Nucl.Int.Length: 11.446 cm Imean: 890.000 eV - ---> Element: Uranium ( ) Z = 92.0 N = 238.0 A = 238.03 g/mole - ---> Isotope: 234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % - ---> Isotope: 235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % - ---> Isotope: 238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % + ---> Element: U (U) Z = 92.0 N = 238.0 A = 238.03 g/mole + ---> Isotope: U234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % + ---> Isotope: U235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % + ---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -258,7 +258,7 @@ compt: for gamma SubType= 13 KleinNishina : Emin= 0 eV Emax= 10 TeV FluoActive conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -471,7 +471,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=19.12s Real=29.87s Sys=0s + User=20.13s Real=45.83s Sys=0s The run consists of 1000000 gamma of 100 keV through 100 m of Water (density: 1 g/cm3 ) @@ -549,7 +549,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=16.65s Real=23.15s Sys=0.01s + User=18.25s Real=40.7s Sys=0.01s The run consists of 1000000 e- of 100 MeV through 100 m of Water (density: 1 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 28908572e10..3a5388da97e 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -28,7 +28,7 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.960 m + Material: H2liquid density: 70.800 mg/cm3 RadL: 8.923 m Nucl.Int.Length: 4.944 m Imean: 19.200 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -37,7 +37,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Water H_2O density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water H_2O density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 75.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -55,49 +55,49 @@ Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Carbon density: 2.267 g/cm3 RadL: 18.833 cm Nucl.Int.Length: 35.356 cm Imean: 81.000 eV - ---> Element: Carbon ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm Imean: 173.000 eV - ---> Element: Silicon ( ) Z = 14.0 N = 28.1 A = 28.09 g/mole - ---> Isotope: 28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % - ---> Isotope: 29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % - ---> Isotope: 30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % + ---> Element: Si (Si) Z = 14.0 N = 28.1 A = 28.09 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Germanium density: 5.323 g/cm3 RadL: 2.301 cm Nucl.Int.Length: 27.431 cm Imean: 350.000 eV - ---> Element: Germanium ( ) Z = 32.0 N = 72.6 A = 72.61 g/mole - ---> Isotope: 70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % - ---> Isotope: 72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % - ---> Isotope: 73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % - ---> Isotope: 74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % - ---> Isotope: 76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % + ---> Element: Ge (Ge) Z = 32.0 N = 72.6 A = 72.61 g/mole + ---> Isotope: Ge70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % + ---> Isotope: Ge72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % + ---> Isotope: Ge73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % + ---> Isotope: Ge74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % + ---> Isotope: Ge76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -146,53 +146,53 @@ Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.85 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.85 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % 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 - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.19 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Uranium density: 18.950 g/cm3 RadL: 3.166 mm Nucl.Int.Length: 11.446 cm Imean: 890.000 eV - ---> Element: Uranium ( ) Z = 92.0 N = 238.0 A = 238.03 g/mole - ---> Isotope: 234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % - ---> Isotope: 235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % - ---> Isotope: 238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % + ---> Element: U (U) Z = 92.0 N = 238.0 A = 238.03 g/mole + ---> Isotope: U234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % + ---> Isotope: U235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % + ---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113728944.973 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -235,7 +235,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -491,7 +491,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=0.24s Real=0.32s Sys=0s + User=0.24s Real=0.61s Sys=0s The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 ) @@ -564,7 +564,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.3s Real=0.59s Sys=0s + User=0.3s Real=0.9s Sys=0s 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 c4c6d40b4aa..40e3913d5cb 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -16,37 +16,37 @@ Material: Beryllium density: 1.848 g/cm3 RadL: 35.276 cm Nucl.Int.Length: 39.413 cm Imean: 63.700 eV - ---> Element: Beryllium ( ) Z = 4.0 N = 9.0 A = 9.01 g/mole - ---> Isotope: 9 Z = 4 N = 9 A = 9.01 g/mole abundance: 100.00 % + ---> Element: Be (Be) Z = 4.0 N = 9.0 A = 9.01 g/mole + ---> Isotope: Be9 Z = 4 N = 9 A = 9.01 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm Imean: 81.000 eV - ---> Element: Carbon ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Vacuum density: 0.000 kg/m3 RadL: 25050955080.963 km Nucl.Int.Length: 55627603572.843 km Imean: 82.000 eV temperature: 296.15 K pressure: 0.00 atm - ---> Element: Vacuum ( ) Z = 7.0 N = 14.0 A = 14.01 g/mole - ---> Isotope: 14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.63 % - ---> Isotope: 15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.37 % + ---> Element: N (N) Z = 7.0 N = 14.0 A = 14.01 g/mole + ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.63 % + ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.37 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -106,7 +106,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -265,7 +265,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.76s Real=1.33s Sys=0s + User=0.78s Real=2.07s Sys=0s Summary for synchrotron radiation : Number of photons = 64554 Emean = 20.24 +/- 0.1449 keV diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index c2e06f68030..ebf46267e57 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,12 +13,12 @@ ***** Table : Nb of materials = 7 ***** - Material: galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -64,41 +64,41 @@ Material: Carbon density: 2.265 g/cm3 RadL: 18.850 cm Nucl.Int.Length: 35.387 cm Imean: 81.000 eV - ---> Element: Carbon ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tin density: 7.310 g/cm3 RadL: 1.206 cm Nucl.Int.Length: 23.531 cm Imean: 488.000 eV - ---> Element: Tin ( ) Z = 50.0 N = 118.7 A = 118.70 g/mole - ---> Isotope: 112 Z = 50 N = 112 A = 111.90 g/mole abundance: 0.97 % - ---> Isotope: 114 Z = 50 N = 114 A = 113.90 g/mole abundance: 0.66 % - ---> Isotope: 115 Z = 50 N = 115 A = 114.90 g/mole abundance: 0.34 % - ---> Isotope: 116 Z = 50 N = 116 A = 115.90 g/mole abundance: 14.54 % - ---> Isotope: 117 Z = 50 N = 117 A = 116.90 g/mole abundance: 7.68 % - ---> Isotope: 118 Z = 50 N = 118 A = 117.90 g/mole abundance: 24.22 % - ---> Isotope: 119 Z = 50 N = 119 A = 118.90 g/mole abundance: 8.59 % - ---> Isotope: 120 Z = 50 N = 120 A = 119.90 g/mole abundance: 32.58 % - ---> Isotope: 122 Z = 50 N = 122 A = 121.90 g/mole abundance: 4.63 % - ---> Isotope: 124 Z = 50 N = 124 A = 123.91 g/mole abundance: 5.79 % + ---> Element: Sn (Sn) Z = 50.0 N = 118.7 A = 118.70 g/mole + ---> Isotope: Sn112 Z = 50 N = 112 A = 111.90 g/mole abundance: 0.97 % + ---> Isotope: Sn114 Z = 50 N = 114 A = 113.90 g/mole abundance: 0.66 % + ---> Isotope: Sn115 Z = 50 N = 115 A = 114.90 g/mole abundance: 0.34 % + ---> Isotope: Sn116 Z = 50 N = 116 A = 115.90 g/mole abundance: 14.54 % + ---> Isotope: Sn117 Z = 50 N = 117 A = 116.90 g/mole abundance: 7.68 % + ---> Isotope: Sn118 Z = 50 N = 118 A = 117.90 g/mole abundance: 24.22 % + ---> Isotope: Sn119 Z = 50 N = 119 A = 118.90 g/mole abundance: 8.59 % + ---> Isotope: Sn120 Z = 50 N = 120 A = 119.90 g/mole abundance: 32.58 % + ---> Isotope: Sn122 Z = 50 N = 122 A = 121.90 g/mole abundance: 4.63 % + ---> Isotope: Sn124 Z = 50 N = 124 A = 123.91 g/mole abundance: 5.79 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: HI density: 2.800 g/cm3 RadL: 3.049 cm Nucl.Int.Length: 60.888 cm + Material: HI density: 2.800 g/cm3 RadL: 3.049 cm Nucl.Int.Length: 60.880 cm Imean: 462.393 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -303,7 +303,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=3.55s Real=4.9s Sys=0.01s + User=3.69s Real=8.04s Sys=0s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -374,7 +374,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.34s Real=4.15s Sys=0s + User=3.72s Real=9.02s Sys=0s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -444,7 +444,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.44s Real=5.48s Sys=0s + User=3.53s Real=8.44s Sys=0s 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 a8ff4676a37..1173c2751c1 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -28,7 +28,7 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -43,7 +43,7 @@ ElmMassFraction: 88.79 % ElmAbundance 33.33 % - Material: Water_vapor density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 754.163 m + Material: Water_vapor density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 753.560 m Imean: 78.000 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -61,93 +61,93 @@ Material: Carbon density: 2.267 g/cm3 RadL: 18.833 cm Nucl.Int.Length: 35.356 cm Imean: 81.000 eV - ---> Element: Carbon ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm Imean: 173.000 eV - ---> Element: Silicon ( ) Z = 14.0 N = 28.1 A = 28.09 g/mole - ---> Isotope: 28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % - ---> Isotope: 29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % - ---> Isotope: 30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % + ---> Element: Si (Si) Z = 14.0 N = 28.1 A = 28.09 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Germanium density: 5.323 g/cm3 RadL: 2.301 cm Nucl.Int.Length: 27.431 cm Imean: 350.000 eV - ---> Element: Germanium ( ) Z = 32.0 N = 72.6 A = 72.61 g/mole - ---> Isotope: 70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % - ---> Isotope: 72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % - ---> Isotope: 73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % - ---> Isotope: 74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % - ---> Isotope: 76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % + ---> Element: Ge (Ge) Z = 32.0 N = 72.6 A = 72.61 g/mole + ---> Isotope: Ge70 Z = 32 N = 70 A = 69.92 g/mole abundance: 20.84 % + ---> Isotope: Ge72 Z = 32 N = 72 A = 71.92 g/mole abundance: 27.54 % + ---> Isotope: Ge73 Z = 32 N = 73 A = 72.92 g/mole abundance: 7.73 % + ---> Isotope: Ge74 Z = 32 N = 74 A = 73.92 g/mole abundance: 36.28 % + ---> Isotope: Ge76 Z = 32 N = 76 A = 75.92 g/mole abundance: 7.61 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tungsten density: 19.300 g/cm3 RadL: 3.504 mm Nucl.Int.Length: 10.312 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.85 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.85 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % 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 - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.19 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: ArgonGas density: 1.782 mg/cm3 RadL: 109.702 m Nucl.Int.Length: 671.417 m Imean: 188.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: ArgonGas ( ) Z = 18.0 N = 39.9 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 39.9 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -457,7 +457,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=2.95s Real=3.31s Sys=0s + User=3.22s Real=8.45s Sys=0s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index dff086a842f..4526068142f 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -25,7 +25,7 @@ PhysicsList::AddPhysicsList: ***** Table : Nb of materials = 10 ***** - Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -43,71 +43,71 @@ PhysicsList::AddPhysicsList: Material: liquidArgon density: 1.390 g/cm3 RadL: 14.065 cm Nucl.Int.Length: 86.078 cm Imean: 188.000 eV - ---> Element: liquidArgon ( ) Z = 18.0 N = 40.0 A = 39.95 g/mole - ---> Isotope: 36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % - ---> Isotope: 38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % - ---> Isotope: 40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % + ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole + ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.34 % + ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.06 % + ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.60 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Copper density: 8.960 g/cm3 RadL: 1.436 cm Nucl.Int.Length: 15.588 cm Imean: 322.000 eV - ---> Element: Copper ( ) Z = 29.0 N = 63.5 A = 63.55 g/mole - ---> Isotope: 63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.17 % - ---> Isotope: 65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.83 % + ---> Element: Cu (Cu) Z = 29.0 N = 63.5 A = 63.55 g/mole + ---> Isotope: Cu63 Z = 29 N = 63 A = 62.93 g/mole abundance: 69.17 % + ---> Isotope: Cu65 Z = 29 N = 65 A = 64.93 g/mole abundance: 30.83 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Tungsten density: 19.350 g/cm3 RadL: 3.495 mm Nucl.Int.Length: 10.285 cm Imean: 727.000 eV - ---> Element: Tungsten ( ) Z = 74.0 N = 183.8 A = 183.84 g/mole - ---> Isotope: 180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % - ---> Isotope: 182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % - ---> Isotope: 183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % - ---> Isotope: 184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % - ---> Isotope: 186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % + ---> Element: W (W) Z = 74.0 N = 183.8 A = 183.84 g/mole + ---> Isotope: W180 Z = 74 N = 180 A = 179.95 g/mole abundance: 0.12 % + ---> Isotope: W182 Z = 74 N = 182 A = 181.95 g/mole abundance: 26.50 % + ---> Isotope: W183 Z = 74 N = 183 A = 182.95 g/mole abundance: 14.31 % + ---> Isotope: W184 Z = 74 N = 184 A = 183.95 g/mole abundance: 30.64 % + ---> Isotope: W186 Z = 74 N = 186 A = 185.95 g/mole abundance: 28.43 % 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 - ---> Element: Lead ( ) Z = 82.0 N = 207.2 A = 207.19 g/mole - ---> Isotope: 204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % - ---> Isotope: 206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % - ---> Isotope: 207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % - ---> Isotope: 208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % + ---> Element: Pb (Pb) Z = 82.0 N = 207.2 A = 207.19 g/mole + ---> Isotope: Pb204 Z = 82 N = 204 A = 203.97 g/mole abundance: 1.40 % + ---> Isotope: Pb206 Z = 82 N = 206 A = 205.97 g/mole abundance: 24.10 % + ---> Isotope: Pb207 Z = 82 N = 207 A = 206.98 g/mole abundance: 22.10 % + ---> Isotope: Pb208 Z = 82 N = 208 A = 207.98 g/mole abundance: 52.40 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Uranium density: 18.950 g/cm3 RadL: 3.166 mm Nucl.Int.Length: 11.446 cm Imean: 890.000 eV - ---> Element: Uranium ( ) Z = 92.0 N = 238.0 A = 238.03 g/mole - ---> Isotope: 234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % - ---> Isotope: 235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % - ---> Isotope: 238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % + ---> Element: U (U) Z = 92.0 N = 238.0 A = 238.03 g/mole + ---> Isotope: U234 Z = 92 N = 234 A = 234.04 g/mole abundance: 0.01 % + ---> Isotope: U235 Z = 92 N = 235 A = 235.04 g/mole abundance: 0.72 % + ---> Isotope: U238 Z = 92 N = 238 A = 238.05 g/mole abundance: 99.27 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -180,7 +180,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -542,35 +542,36 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=8.74s Real=11.43s Sys=0s + User=8.89s Real=20.12s Sys=0.01s ===== SUMMARY ===== Total number pf events: 100 - Mean number of charged steps: 7273.55 - Mean number of neutral steps: 3910.44 + Mean number of charged steps: 7259.74 + Mean number of neutral steps: 3902.75 - energy deposit : 94.92 % E0 +- 1.07 % E0 - charged traklen: 482.14 radl +- 5.48 radl - neutral traklen: 4214.37 radl +- 122.53 radl + energy deposit : 94.81 % E0 +- 1.27 % E0 + charged traklen: 481.50 radl +- 6.60 radl + neutral traklen: 4204.25 radl +- 131.13 radl - 90.00 % confinement: radius = 3.00 radl (2.68 cm ) + 90.00 % confinement: radius = 3.01 radl (2.69 cm ) <<<>>> 100 events for Total Energy in Absorber -Edep: 0.949194 delEdep= 0.000194182 nrms= 0.236807 -Erms: 0.0106934 delErms= 0.00249339 nrms= 3.04072 +Edep: 0.948115 delEdep= -0.000884806 nrms= -1.07903 +Erms: 0.0127097 delErms= 0.00450966 nrms= 5.49959 <<<>>> IS ACCEPTED --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 238534857, 1609561673 + Current couple of seeds = 1324880050, 567563586 ---------------------------------------- ... write Root file : testem2.root - done +... close Root file : testem2.root - done 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.49 Mb +Dynamic pools deleted: 10 / Total memory freed: 0.45 Mb ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index 602a13f1a7a..7eef6a9c45a 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -23,12 +23,12 @@ userDetector->Construct() start. liquidArgon: 5.7 mm ------------------------------------------------------------- - Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113728944.973 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -90,7 +90,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -489,35 +489,35 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100 - User=7.04s Real=11.98s Sys=0s + User=7.15s Real=16.55s Sys=0s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - Lead: 779.34 MeV : 15.93 MeV 2.044 +- 0.2044 % 54.6 cm +- 1.16 cm - liquidArgon: 211.25 MeV : 14.91 MeV 7.059 +- 0.7059 % 1.05 m +- 7.85 cm + Lead: 778.37 MeV : 15.3 MeV 1.965 +- 0.1965 % 54.4 cm +- 1.26 cm + liquidArgon: 211.36 MeV : 14.18 MeV 6.711 +- 0.6711 % 1.05 m +- 6.98 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 512 - Mean number of e- 876 - Mean number of e+ 54.5 - Mean number of charged steps 5084.12 - Mean number of neutral steps 3642.52 + Mean number of gamma 508 + Mean number of e- 872 + Mean number of e+ 53.2 + Mean number of charged steps 5034.56 + Mean number of neutral steps 3647.43 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - Lead: 779.342 MeV -liquidArgon: 211.246 MeV + Lead: 778.368 MeV +liquidArgon: 211.286 MeV ------------------------------------------------------------ --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1053475609, 1979582572 + Current couple of seeds = 921570797, 589687205 ---------------------------------------- # /process/em/setSecBiasing eIoni World 0.3 2 MeV @@ -547,7 +547,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -920,7 +920,7 @@ Index : 2 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1053475609, 1979582572 + Current couple of seeds = 921570797, 589687205 ---------------------------------------- ---> Begin Of Event: 0 @@ -929,35 +929,35 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=5.96s Real=8.94s Sys=0s + User=6.04s Real=13.56s Sys=0.01s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - Lead: 780.44 MeV : 21.62 MeV 2.77 +- 0.277 % 51.9 cm +- 1.28 cm - liquidArgon: 211.67 MeV : 18.86 MeV 8.912 +- 0.8912 % 1 m +- 8.18 cm + Lead: 779.94 MeV : 20.26 MeV 2.598 +- 0.2598 % 52 cm +- 1.2 cm + liquidArgon: 209.35 MeV : 16.8 MeV 8.026 +- 0.8026 % 99.2 cm +- 7.82 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 294 - Mean number of e- 558 - Mean number of e+ 53.8 - Mean number of charged steps 4348.24 - Mean number of neutral steps 2908.26 + Mean number of gamma 296 + Mean number of e- 561 + Mean number of e+ 54.6 + Mean number of charged steps 4333.44 + Mean number of neutral steps 2903.19 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - Lead: 776.743 MeV -liquidArgon: 212.072 MeV + Lead: 777.53 MeV +liquidArgon: 211.059 MeV ------------------------------------------------------------ --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1722556959, 1133249183 + Current couple of seeds = 1841303512, 1421244123 ---------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out index ed138e0ad39..92938191ce2 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -41,7 +41,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -139,13 +139,14 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=2.84s Real=5.16s Sys=0s + User=2.87s Real=7.52s Sys=0s --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1527625921, 1648259411 + Current couple of seeds = 479159889, 355625441 ---------------------------------------- ... write Root file : testem4.root - done +... close Root file : testem4.root - done G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index 8ea1c9f0ed7..05a309b5e11 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -27,22 +27,22 @@ PhysicsList::AddPhysicsList: /run/initialize userDetector->Construct() start. - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Silicon density: 2.330 g/cm3 RadL: 9.368 cm Nucl.Int.Length: 45.663 cm Imean: 173.000 eV - ---> Element: Silicon ( ) Z = 14.0 N = 28.1 A = 28.09 g/mole - ---> Isotope: 28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % - ---> Isotope: 29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % - ---> Isotope: 30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % + ---> Element: Si (Si) Z = 14.0 N = 28.1 A = 28.09 g/mole + ---> Isotope: Si28 Z = 14 N = 28 A = 27.98 g/mole abundance: 92.23 % + ---> Isotope: Si29 Z = 14 N = 29 A = 28.98 g/mole abundance: 4.68 % + ---> Isotope: Si30 Z = 14 N = 30 A = 29.97 g/mole abundance: 3.09 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -453,13 +453,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=4.92s Real=6.44s Sys=0s + User=4.92s Real=12.73s Sys=0s ======================== run summary ====================== The run was 100000 pi+ of 5 GeV through 20 um of Silicon (density: 2.33 g/cm3 ) - Total energy deposit in absorber per event = 6.338 keV +- 16.12 eV + Total energy deposit in absorber per event = 6.338 keV +- 16.13 eV -----> Mean dE/dx = 3.169 MeV/cm (1.36 MeV*cm2/g) @@ -467,16 +467,16 @@ Run Summary restricted dEdx = 2.963 MeV/cm (1.272 MeV*cm2/g) full dEdx = 4.725 MeV/cm (2.028 MeV*cm2/g) - Leakage : primary = 5 GeV +- 605.7 eV secondaries = 2.706 keV +- 605 eV + Leakage : primary = 5 GeV +- 605.9 eV secondaries = 2.719 keV +- 605.1 eV Energy balance : edep + eleak = 5 GeV - Total track length (charged) in absorber per event = 20.26 um +- 7.813 nm + Total track length (charged) in absorber per event = 20.26 um +- 7.822 nm Total track length (neutral) in absorber per event = 5.395 Ang +- 2.944 Ang - Number of steps (charged) in absorber per event = 1.215 +- 8.839e-06 - Number of steps (neutral) in absorber per event = 4e-05 +- 8.839e-06 + Number of steps (charged) in absorber per event = 1.216 +- 8.844e-06 + Number of steps (neutral) in absorber per event = 4e-05 +- 8.844e-06 - Number of secondaries per event : Gammas = 4e-05 electrons = 0.0166 positrons = 0 + Number of secondaries per event : Gammas = 4e-05 electrons = 0.01662 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 % @@ -485,13 +485,13 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 0.025 mrad (central part only) + rms proj angle of transmit primary particle = 0.02499 mrad (central part only) computed theta0 (Highland formula) = 0.02627 mrad central part defined as +- 0.0788 mrad Tail ratio = 1.951 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1834153043, 2097034479 + Current couple of seeds = 453465779, 585882367 ---------------------------------------- # /testem/det/setAbsMat Gold @@ -510,20 +510,20 @@ Start re-initialization because has been modified since last Run. userDetector->Construct() start. - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Gold density: 19.320 g/cm3 RadL: 3.344 mm Nucl.Int.Length: 10.540 cm Imean: 790.000 eV - ---> Element: Gold ( ) Z = 79.0 N = 197.0 A = 196.97 g/mole - ---> Isotope: 197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.00 % + ---> Element: Au (Au) Z = 79.0 N = 197.0 A = 196.97 g/mole + ---> Isotope: Au197 Z = 79 N = 197 A = 196.97 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -911,7 +911,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1834153043, 2097034479 + Current couple of seeds = 453465779, 585882367 ---------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -921,45 +921,45 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 50000 - User=4.18s Real=6.16s Sys=0s + User=4.21s Real=10.05s Sys=0s ======================== run summary ====================== The run was 50000 e- of 15.7 MeV through 9.66 um of Gold (density: 19.3 g/cm3 ) - Total energy deposit in absorber per event = 18.47 keV +- 64.17 eV + Total energy deposit in absorber per event = 18.5 keV +- 66.05 eV - -----> Mean dE/dx = 19.12 MeV/cm (0.9897 MeV*cm2/g) + -----> Mean dE/dx = 19.15 MeV/cm (0.9913 MeV*cm2/g) From formulas : restricted dEdx = 17.91 MeV/cm (0.9269 MeV*cm2/g) full dEdx = 61.41 MeV/cm (3.179 MeV*cm2/g) - Leakage : primary = 15.64 MeV +- 2.22 keV secondaries = 41.39 keV +- 2.214 keV + Leakage : primary = 15.64 MeV +- 2.267 keV secondaries = 43.16 keV +- 2.259 keV Energy balance : edep + eleak = 15.7 MeV - Total track length (charged) in absorber per event = 9.915 um +- 12.53 nm - Total track length (neutral) in absorber per event = 152.7 nm +- 15.1 nm + Total track length (charged) in absorber per event = 9.933 um +- 14.15 nm + Total track length (neutral) in absorber per event = 159.1 nm +- 13.37 nm - Number of steps (charged) in absorber per event = 6.082 +- 1.583e-05 - Number of steps (neutral) in absorber per event = 0.02874 +- 1.583e-05 + Number of steps (charged) in absorber per event = 6.099 +- 1.682e-05 + Number of steps (neutral) in absorber per event = 0.03042 +- 1.682e-05 - Number of secondaries per event : Gammas = 0.02862 electrons = 0.02106 positrons = 0 + Number of secondaries per event : Gammas = 0.03028 electrons = 0.02186 positrons = 0 Number of events with the primary particle transmitted = 99.99 % Number of events with at least 1 particle transmitted (same charge as primary) = 99.99 % Number of events with the primary particle reflected = 0.006 % - Number of events with at least 1 particle reflected (same charge as primary) = 0.27 % + Number of events with at least 1 particle reflected (same charge as primary) = 0.236 % MultipleScattering: - rms proj angle of transmit primary particle = 35.46 mrad (central part only) + rms proj angle of transmit primary particle = 35.48 mrad (central part only) computed theta0 (Highland formula) = 35.1 mrad - central part defined as +- 105.3 mrad Tail ratio = 2.901 % + central part defined as +- 105.3 mrad Tail ratio = 2.892 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1756310718, 738943943 + Current couple of seeds = 2114500074, 1194180567 ---------------------------------------- # /testem/phys/setCuts 10 um @@ -978,16 +978,16 @@ Start re-initialization because has been modified since last Run. userDetector->Construct() start. - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_POLYETHYLENE (C_2H_4)_N-Polyethylene density: 940.000 mg/cm3 RadL: 47.632 cm Nucl.Int.Length: 72.089 cm + Material: G4_POLYETHYLENE (C_2H_4)_N-Polyethylene density: 940.000 mg/cm3 RadL: 47.632 cm Nucl.Int.Length: 72.088 cm Imean: 57.400 eV ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -1390,7 +1390,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1756310718, 738943943 + Current couple of seeds = 2114500074, 1194180567 ---------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -1400,30 +1400,30 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 50000 - User=8.45s Real=13.55s Sys=0s + User=8.61s Real=22.22s Sys=0s ======================== run summary ====================== The run was 50000 mu+ of 96.2 MeV through 4.74 mm of G4_POLYETHYLENE (density: 940 mg/cm3) - Total energy deposit in absorber per event = 1.048 MeV +- 998.6 eV + Total energy deposit in absorber per event = 1.048 MeV +- 999.5 eV - -----> Mean dE/dx = 2.212 MeV/cm (2.353 MeV*cm2/g) + -----> Mean dE/dx = 2.211 MeV/cm (2.352 MeV*cm2/g) From formulas : restricted dEdx = 1.754 MeV/cm (1.866 MeV*cm2/g) full dEdx = 2.266 MeV/cm (2.41 MeV*cm2/g) - Leakage : primary = 95.13 MeV +- 1.352 keV secondaries = 26.33 keV +- 707.7 eV + Leakage : primary = 95.12 MeV +- 1.366 keV secondaries = 27.29 keV +- 727 eV Energy balance : edep + eleak = 96.2 MeV - Total track length (charged) in absorber per event = 5.172 mm +- 3.785 um - Total track length (neutral) in absorber per event = 18.07 um +- 1.97 um + Total track length (charged) in absorber per event = 5.172 mm +- 3.803 um + Total track length (neutral) in absorber per event = 19.06 um +- 2.134 um - Number of steps (charged) in absorber per event = 12.2 +- 0.0002751 - Number of steps (neutral) in absorber per event = 0.00964 +- 0.0002751 + Number of steps (charged) in absorber per event = 12.22 +- 0.0002758 + Number of steps (neutral) in absorber per event = 0.00962 +- 0.0002758 - Number of secondaries per event : Gammas = 0.00928 electrons = 4.034 positrons = 0 + Number of secondaries per event : Gammas = 0.00928 electrons = 4.029 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 % @@ -1432,13 +1432,13 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 7.316 mrad (central part only) + rms proj angle of transmit primary particle = 7.312 mrad (central part only) computed theta0 (Highland formula) = 7.636 mrad - central part defined as +- 22.91 mrad Tail ratio = 1.285 % + central part defined as +- 22.91 mrad Tail ratio = 1.277 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1307449191, 1931259568 + Current couple of seeds = 1976296543, 1348067374 ---------------------------------------- # /testem/phys/setCuts 1 mm @@ -1457,20 +1457,20 @@ Start re-initialization because has been modified since last Run. userDetector->Construct() start. - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -1868,7 +1868,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1307449191, 1931259568 + Current couple of seeds = 1976296543, 1348067374 ---------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -1878,30 +1878,30 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 50000 - User=2.44s Real=4.8s Sys=0s + User=2.44s Real=5.47s Sys=0s ======================== run summary ====================== The run was 50000 proton of 175 GeV through 8 mm of Aluminium (density: 2.7 g/cm3 ) - Total energy deposit in absorber per event = 4.748 MeV +- 121.9 keV + Total energy deposit in absorber per event = 4.742 MeV +- 122.9 keV - -----> Mean dE/dx = 5.933 MeV/cm (2.197 MeV*cm2/g) + -----> Mean dE/dx = 5.924 MeV/cm (2.194 MeV*cm2/g) From formulas : restricted dEdx = 4.024 MeV/cm (1.49 MeV*cm2/g) full dEdx = 6.049 MeV/cm (2.24 MeV*cm2/g) - Leakage : primary = 174.7 GeV +- 121.9 keV secondaries = 0 eV +- 0 eV + Leakage : primary = 174.7 GeV +- 122.9 keV secondaries = 0 eV +- 0 eV Energy balance : edep + eleak = 174.7 GeV Total track length (charged) in absorber per event = 8.004 mm +- 0 fm Total track length (neutral) in absorber per event = 0 fm +- 0 fm - Number of steps (charged) in absorber per event = 1.267 +- 0 + Number of steps (charged) in absorber per event = 1.266 +- 0 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0 electrons = 0.2674 positrons = 0.00056 + Number of secondaries per event : Gammas = 0 electrons = 0.2664 positrons = 0.00056 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -1912,11 +1912,11 @@ Run Summary MultipleScattering: rms proj angle of transmit primary particle = 0.02056 mrad (central part only) computed theta0 (Highland formula) = 0.02111 mrad - central part defined as +- 0.06333 mrad Tail ratio = 1.322 % + central part defined as +- 0.06333 mrad Tail ratio = 1.32 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1953516295, 903829070 + Current couple of seeds = 833855653, 110121237 ---------------------------------------- # /testem/det/setAbsMat Iron @@ -1931,23 +1931,23 @@ Start re-initialization because has been modified since last Run. userDetector->Construct() start. - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -2350,7 +2350,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1953516295, 903829070 + Current couple of seeds = 833855653, 110121237 ---------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -2360,30 +2360,30 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 50000 - User=28.11s Real=46.89s Sys=0s + User=27.71s Real=62.28s Sys=0.01s ======================== run summary ====================== The run was 50000 mu+ of 100 GeV through 1 m of Iron (density: 7.87 g/cm3 ) - Total energy deposit in absorber per event = 2.156 GeV +- 15.26 MeV + Total energy deposit in absorber per event = 2.158 GeV +- 15.3 MeV - -----> Mean dE/dx = 21.56 MeV/cm (2.74 MeV*cm2/g) + -----> Mean dE/dx = 21.58 MeV/cm (2.742 MeV*cm2/g) From formulas : restricted dEdx = 11.22 MeV/cm (1.425 MeV*cm2/g) full dEdx = 21.6 MeV/cm (2.745 MeV*cm2/g) - Leakage : primary = 97.84 GeV +- 15.27 MeV secondaries = 0 eV +- 0 eV + Leakage : primary = 97.84 GeV +- 15.31 MeV secondaries = 0 eV +- 0 eV Energy balance : edep + eleak = 100 GeV - Total track length (charged) in absorber per event = 100 cm +- 6.052 um + Total track length (charged) in absorber per event = 100 cm +- 6.375 um Total track length (neutral) in absorber per event = 0 fm +- 0 fm - Number of steps (charged) in absorber per event = 47.94 +- 0.0003479 + Number of steps (charged) in absorber per event = 47.94 +- 0.0003571 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0.04888 electrons = 46.34 positrons = 1.258 + Number of secondaries per event : Gammas = 0.04894 electrons = 46.34 positrons = 1.257 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -2394,11 +2394,11 @@ Run Summary MultipleScattering: rms proj angle of transmit primary particle = 1.127 mrad (central part only) computed theta0 (Highland formula) = 1.182 mrad - central part defined as +- 3.545 mrad Tail ratio = 0.313 % + central part defined as +- 3.545 mrad Tail ratio = 0.31 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 292017181, 1424117590 + Current couple of seeds = 537404037, 344229254 ---------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index 68e1e65fece..a3f31622d56 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -16,28 +16,28 @@ Material: Beryllium density: 1.848 g/cm3 RadL: 35.276 cm Nucl.Int.Length: 39.413 cm Imean: 63.700 eV - ---> Element: Beryllium ( ) Z = 4.0 N = 9.0 A = 9.01 g/mole - ---> Isotope: 9 Z = 4 N = 9 A = 9.01 g/mole abundance: 100.00 % + ---> Element: Be (Be) Z = 4.0 N = 9.0 A = 9.01 g/mole + ---> Isotope: Be9 Z = 4 N = 9 A = 9.01 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Carbon density: 2.265 g/cm3 RadL: 18.851 cm Nucl.Int.Length: 35.388 cm Imean: 81.000 eV - ---> Element: Carbon ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Iron density: 7.870 g/cm3 RadL: 1.759 cm Nucl.Int.Length: 16.999 cm Imean: 286.000 eV - ---> Element: Iron ( ) Z = 26.0 N = 55.8 A = 55.85 g/mole - ---> Isotope: 54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % - ---> Isotope: 56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % - ---> Isotope: 57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % - ---> Isotope: 58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % + ---> Element: Fe (Fe) Z = 26.0 N = 55.8 A = 55.85 g/mole + ---> Isotope: Fe54 Z = 26 N = 54 A = 53.94 g/mole abundance: 5.84 % + ---> Isotope: Fe56 Z = 26 N = 56 A = 55.93 g/mole abundance: 91.75 % + ---> Isotope: Fe57 Z = 26 N = 57 A = 56.94 g/mole abundance: 2.12 % + ---> Isotope: Fe58 Z = 26 N = 58 A = 57.93 g/mole abundance: 0.28 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -314,7 +314,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0s Real=0s Sys=0s + User=0.01s Real=0s Sys=0s --------- Ranecu engine status --------- Initial seed (index) = 0 @@ -409,7 +409,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0s Real=0s Sys=0.01s + User=0s Real=0s Sys=0s --------- Ranecu engine status --------- Initial seed (index) = 0 @@ -598,6 +598,7 @@ G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. ... write Root file : testem6.root - done +... close Root file : testem6.root - done UserRunAction deleted. UserPrimaryGenerator deleted. RunManager is deleting RunManagerKernel. diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index 36937df38d6..b821190138e 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -38,7 +38,7 @@ ***** Table : Nb of materials = 6 ***** - Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.424 cm + Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.375 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -53,7 +53,7 @@ ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -68,7 +68,7 @@ ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.909 cm + Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.908 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -113,12 +113,12 @@ ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113728944.973 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -525,7 +525,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=18.96s Real=31.84s Sys=0s + User=18.84s Real=43.68s Sys=0.01s The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -584,7 +584,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=7.94s Real=13.29s Sys=0s + User=7.85s Real=19.65s Sys=0s The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -613,7 +613,7 @@ Run Summary ***** Table : Nb of materials = 7 ***** - Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.424 cm + Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.375 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -628,7 +628,7 @@ Run Summary ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -643,7 +643,7 @@ Run Summary ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.909 cm + Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.908 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -688,12 +688,12 @@ Run Summary ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113728944.973 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -1084,25 +1084,25 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=3.64s Real=5.77s Sys=0s + User=3.59s Real=9.25s Sys=0s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) - Projected Range= 2.08179 cm rms= 747.619 um - Mean number of primary steps = 19.851 - Total energy deposit= 283.68 MeV - niel energy deposit = 2.20215 keV + Projected Range= 2.07893 cm rms= 1.04666 mm + Mean number of primary steps = 19.709 + Total energy deposit= 289.25 MeV + niel energy deposit = 1.041 keV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 174182641, 146684950 + Current couple of seeds = 110812017, 381278298 ---------------------------------------- /testem/det/setMat TechVacuum /testem/det/update ***** Table : Nb of materials = 7 ***** - Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.424 cm + Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.375 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -1117,7 +1117,7 @@ Run Summary ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -1132,7 +1132,7 @@ Run Summary ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.909 cm + Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.908 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -1177,12 +1177,12 @@ Run Summary ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113728944.973 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -1571,32 +1571,32 @@ Index : 3 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 174182641, 146684950 + Current couple of seeds = 110812017, 381278298 ---------------------------------------- ---> Begin of Event: 0 Run terminated. Run Summary Number of events processed : 100 - User=0.01s Real=0.01s Sys=0s + User=0.01s Real=0.02s Sys=0s The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 kg/m3 ) - Projected Range= 320.725 um rms= 154.149 um - Mean number of primary steps = 5.83 - Total energy deposit= 264.969 eV - niel energy deposit = 206.074 eV + Projected Range= 358.417 um rms= 183.111 um + Mean number of primary steps = 5.99 + Total energy deposit= 264.963 eV + niel energy deposit = 214.641 eV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1315011045, 1673629496 + Current couple of seeds = 1956314550, 1846131327 ---------------------------------------- /testem/det/setMat G4_WATER /testem/det/update ***** Table : Nb of materials = 7 ***** - Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.424 cm + Material: Water density: 1.000 g/cm3 RadL: 36.084 cm Nucl.Int.Length: 75.375 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -1611,7 +1611,7 @@ Run Summary ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -1626,7 +1626,7 @@ Run Summary ElmMassFraction: 88.81 % ElmAbundance 33.33 % - Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.909 cm + Material: Water_1.05 H_2O density: 1.050 g/cm3 RadL: 34.365 cm Nucl.Int.Length: 71.908 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -1671,12 +1671,12 @@ Run Summary ElmMassFraction: 30.00 % ElmAbundance 27.29 % - Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113728944.973 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204322111.300 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -2065,25 +2065,25 @@ Index : 3 used in the geometry : No --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1315011045, 1673629496 + Current couple of seeds = 1956314550, 1846131327 ---------------------------------------- ---> Begin of Event: 0 Run terminated. Run Summary Number of events processed : 100 - User=0.03s Real=0.07s Sys=0s + User=0.03s Real=0.1s Sys=0s The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) - Projected Range= 6.44801 mm rms= 51.8537 um - Mean number of primary steps = 36.64 + Projected Range= 6.45668 mm rms= 46.7966 um + Mean number of primary steps = 36.67 Total energy deposit= 100 MeV - niel energy deposit = 11.1312 keV + niel energy deposit = 11.2122 keV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 522234422, 2086863702 + Current couple of seeds = 527106226, 1669273728 ---------------------------------------- /testem/det/setMat G4_Si /gun/particle ion @@ -2463,25 +2463,25 @@ Index : 4 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 522234422, 2086863702 + Current couple of seeds = 527106226, 1669273728 ---------------------------------------- ---> Begin of Event: 0 Run terminated. Run Summary Number of events processed : 10 - User=8.8s Real=15.13s Sys=0.02s + User=8.58s Real=21.31s Sys=0.01s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) - Projected Range= 96.9949 um rms= 387.163 nm - Mean number of primary steps = 34157.9 + Projected Range= 97.0046 um rms= 667.006 nm + Mean number of primary steps = 34288 Total energy deposit= 1.21692 GeV - niel energy deposit = 4.16152 MeV + niel energy deposit = 4.13218 MeV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1940636758, 590745887 + Current couple of seeds = 1147075570, 837022213 ---------------------------------------- /testem/det/setMat Water_1.05 /gun/particle proton @@ -2869,25 +2869,25 @@ Index : 5 used in the geometry : Yes --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1940636758, 590745887 + Current couple of seeds = 1147075570, 837022213 ---------------------------------------- ---> Begin of Event: 0 Run terminated. Run Summary Number of events processed : 1000 - User=1.56s Real=1.96s Sys=0s + User=1.68s Real=4.11s Sys=0.01s The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 ) - Projected Range= 16.8955 cm rms= 1.84621 mm - Mean number of primary steps = 178.026 + Projected Range= 16.8923 cm rms= 1.88553 mm + Mean number of primary steps = 177.993 Total energy deposit= 160 MeV - niel energy deposit = 113.599 eV + niel energy deposit = 114.09 eV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1799432059, 705774750 + Current couple of seeds = 1804741222, 611194379 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index 316156b9534..af486b4f263 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -67,7 +67,7 @@ ElmMassFraction: 72.71 % ElmAbundance 66.67 % - Material: G4_MYLAR density: 1.400 g/cm3 RadL: 28.536 cm Nucl.Int.Length: 55.961 cm + Material: G4_MYLAR density: 1.400 g/cm3 RadL: 28.536 cm Nucl.Int.Length: 55.960 cm Imean: 78.700 eV ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -87,7 +87,7 @@ ElmMassFraction: 33.30 % ElmAbundance 18.18 % - Material: G4_METHANE density: 0.667 kg/m3 RadL: 696.482 m Nucl.Int.Length: 910.361 m + Material: G4_METHANE density: 0.667 kg/m3 RadL: 696.482 m Nucl.Int.Length: 910.346 m Imean: 41.700 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -101,7 +101,7 @@ ElmMassFraction: 25.13 % ElmAbundance 80.00 % - Material: G4_PROPANE density: 1.879 mg/cm3 RadL: 241.434 m Nucl.Int.Length: 345.995 m + Material: G4_PROPANE density: 1.879 mg/cm3 RadL: 241.434 m Nucl.Int.Length: 345.990 m Imean: 47.100 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -115,7 +115,7 @@ ElmMassFraction: 18.29 % ElmAbundance 72.73 % - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -124,7 +124,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Kr7CH4 density: 3.491 mg/cm3 RadL: 32.924 m Nucl.Int.Length: 429.289 m + Material: Kr7CH4 density: 3.491 mg/cm3 RadL: 32.924 m Nucl.Int.Length: 429.288 m Imean: 337.765 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Kr (Kr) Z = 36.0 N = 83.9 A = 83.80 g/mole @@ -222,7 +222,7 @@ ElmMassFraction: 13.30 % ElmAbundance 39.87 % - Material: C3H8 density: 3.758 mg/cm3 RadL: 120.742 m Nucl.Int.Length: 173.033 m + Material: C3H8 density: 3.758 mg/cm3 RadL: 120.742 m Nucl.Int.Length: 173.031 m Imean: 52.014 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -236,7 +236,7 @@ ElmMassFraction: 18.29 % ElmAbundance 72.73 % - Material: XeCH4C3H8 density: 4.920 mg/cm3 RadL: 17.657 m Nucl.Int.Length: 343.478 m + Material: XeCH4C3H8 density: 4.920 mg/cm3 RadL: 17.657 m Nucl.Int.Length: 343.477 m Imean: 438.262 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Xe (Xe) Z = 54.0 N = 131.4 A = 131.29 g/mole @@ -262,7 +262,7 @@ ElmMassFraction: 0.60 % ElmAbundance 38.95 % - Material: Ar7CH4 density: 1.709 mg/cm3 RadL: 116.342 m Nucl.Int.Length: 680.537 m + Material: Ar7CH4 density: 1.709 mg/cm3 RadL: 116.342 m Nucl.Int.Length: 680.536 m Imean: 177.716 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Ar (Ar) Z = 18.0 N = 40.0 A = 39.95 g/mole @@ -429,7 +429,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -841,7 +841,7 @@ HistoManager: Histograms are booked and run has been started Run terminated. Run Summary Number of events processed : 1000 - User=0.27s Real=0.54s Sys=0s + User=0.27s Real=0.53s Sys=0s RunAction: End of run actions are started ================== run summary ===================== End of Run TotNbofEvents = 1000 diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index 71d7ff640fb..0352775266c 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -49,7 +49,7 @@ compt: for gamma, applyCuts: 1 SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma, applyCuts: 1 SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -448,39 +448,39 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 100 - User=2.88s Real=4.08s Sys=0s + User=2.9s Real=7.31s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= Number of events 100 -Average number of e- 401.6 -Average number of gamma 635.9 -Average number of e+ 47.28 -Average number of steps 2916 -Edep 1x1 = 0.8306 +- 0.003574 res= 4.303 % 100 -Edep 3x3 = 0.9594 +- 0.001425 res= 1.486 % 100 -Edep 5x5 = 0.9807 +- 0.0008245 res= 0.8407 % 100 +Average number of e- 399.9 +Average number of gamma 636.5 +Average number of e+ 47.87 +Average number of steps 2927 +Edep 1x1 = 0.8337 +- 0.002568 res= 3.081 % 100 +Edep 3x3 = 0.9582 +- 0.001228 res= 1.282 % 100 +Edep 5x5 = 0.98 +- 0.0008414 res= 0.8586 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8657 +- 0.003381 - E1/E25 = 0.8469 +- 0.003589 - E9/E25 = 0.9782 +- 0.001124 + E1/E9 = 0.87 +- 0.002267 + E1/E25 = 0.8507 +- 0.002411 + E9/E25 = 0.9778 +- 0.0007981 Beam Energy 1 GeV ================================================================== <<<<>>>> 100 events for Crystal Calorimeter -Edep1x1: 0.8306 delEdep1x1= -0.1694 nrms= -1.694 -Erms1x1: 0.03574 delErms1x1= -0.9643 nrms= -9.643 -Edep3x3: 0.9594 delEdep3x3= -0.04061 nrms= -0.4061 -Erms3x3: 0.01425 delErms3x3= -0.9857 nrms= -9.857 -Edep5x5: 0.9807 delEdep5x5= -0.01928 nrms= -0.1928 -Erms5x5: 0.008245 delErms5x5= -0.9918 nrms= -9.918 +Edep1x1: 0.8337 delEdep1x1= -0.1663 nrms= -1.663 +Erms1x1: 0.02568 delErms1x1= -0.9743 nrms= -9.743 +Edep3x3: 0.9582 delEdep3x3= -0.04179 nrms= -0.4179 +Erms3x3: 0.01228 delErms3x3= -0.9877 nrms= -9.877 +Edep5x5: 0.98 delEdep5x5= -0.02 nrms= -0.2 +Erms5x5: 0.008414 delErms5x5= -0.9916 nrms= -9.916 <<<<>>>> IS ACCEPTED Z bremsstrahlung photoeffect compton conversion - 13 0 0 156 0 - 53 262 41 0 42 - 55 278 49 0 49 + 13 0 0 157 0 + 53 262 40 0 45 + 55 278 47 0 47 # /testem/det/acceptance1 0.0136 0.0001 500 /testem/det/acceptance9 0.0139 0.0001 500 @@ -568,22 +568,22 @@ EventAction: Event # 900 started Run terminated. Run Summary Number of events processed : 1000 - User=4.25s Real=5.62s Sys=0s + User=4.7s Real=10.97s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= Number of events 1000 -Average number of e- 73.22 -Average number of gamma 66.61 -Average number of e+ 3.677 -Average number of steps 416.6 -Edep 1x1 = 0.01467 +- 0.0003788 -Edep 3x3 = 0.01507 +- 0.0004301 -Edep 5x5 = 0.01514 +- 0.0004386 +Average number of e- 74.21 +Average number of gamma 71.56 +Average number of e+ 4.249 +Average number of steps 441.5 +Edep 1x1 = 0.01483 +- 0.0003679 +Edep 3x3 = 0.01524 +- 0.0004097 +Edep 5x5 = 0.01531 +- 0.0004168 =========== Ratios without trancating =========================== - E1/E9 = 0.9833 +- 0.0007319 - E1/E25 = 0.9804 +- 0.0008214 - E9/E25 = 0.9969 +- 0.0001888 + E1/E9 = 0.9837 +- 0.0007449 + E1/E25 = 0.9806 +- 0.0008537 + E9/E25 = 0.9968 +- 0.0001976 Beam Energy 20 GeV ================================================================== @@ -629,7 +629,7 @@ compt: for gamma, applyCuts: 1 SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma, applyCuts: 1 SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1028,29 +1028,32 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 100 - User=1.99s Real=3.43s Sys=0s + User=2.03s Real=4.69s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= Number of events 100 -Average number of e- 170.6 -Average number of gamma 219.6 -Average number of e+ 46.65 -Average number of steps 1804 -Edep 1x1 = 0.8311 +- 0.003479 res= 4.186 % 100 -Edep 3x3 = 0.9642 +- 0.003635 res= 3.77 % 100 -Edep 5x5 = 0.9847 +- 0.003507 res= 3.561 % 100 +Average number of e- 171.6 +Average number of gamma 220.8 +Average number of e+ 47 +Average number of steps 1805 +Edep 1x1 = 0.8318 +- 0.003468 res= 4.169 % 100 +Edep 3x3 = 0.959 +- 0.003482 res= 3.631 % 100 +Edep 5x5 = 0.9794 +- 0.003462 res= 3.535 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8624 +- 0.00314 - E1/E25 = 0.8444 +- 0.003124 - E9/E25 = 0.9792 +- 0.001262 + E1/E9 = 0.8678 +- 0.00302 + E1/E25 = 0.8497 +- 0.003072 + E9/E25 = 0.9792 +- 0.0009988 Beam Energy 1 GeV ================================================================== # /process/em/deexcitation VertexDetector true false true +/run/physicsModified /process/em/fluo true +/run/physicsModified /process/em/pixe true +/run/physicsModified #/process/em/auger false /run/physicsModified # @@ -1082,7 +1085,7 @@ compt: for gamma, applyCuts: 1 SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma, applyCuts: 1 SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1488,22 +1491,22 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 100 - User=2.39s Real=2.6s Sys=0s + User=2.33s Real=5s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= Number of events 100 -Average number of e- 172 -Average number of gamma 372.9 -Average number of e+ 47.68 -Average number of steps 1964 -Edep 1x1 = 0.8307 +- 0.003704 res= 4.459 % 100 -Edep 3x3 = 0.9584 +- 0.003441 res= 3.59 % 100 -Edep 5x5 = 0.9816 +- 0.003316 res= 3.379 % 100 +Average number of e- 173.5 +Average number of gamma 374.5 +Average number of e+ 47.44 +Average number of steps 1967 +Edep 1x1 = 0.8289 +- 0.003471 res= 4.188 % 100 +Edep 3x3 = 0.9581 +- 0.003401 res= 3.55 % 100 +Edep 5x5 = 0.9808 +- 0.003421 res= 3.488 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8668 +- 0.002706 - E1/E25 = 0.8464 +- 0.002902 - E9/E25 = 0.9765 +- 0.001223 + E1/E9 = 0.8655 +- 0.003049 + E1/E25 = 0.8455 +- 0.003227 + E9/E25 = 0.9769 +- 0.001147 Beam Energy 1 GeV ================================================================== @@ -1511,6 +1514,6 @@ Beam Energy 1 GeV 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.49 Mb +Dynamic pools deleted: 10 / Total memory freed: 0.5 Mb ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index 085684b6bec..0b4d98880fd 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 11 ***** - Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.337 cm + Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.319 cm Imean: 75.967 eV ---> Element: Oxygen (O) Z = 8.0 N = 16.0 A = 16.00 g/mole @@ -33,7 +33,7 @@ ElmMassFraction: 4.20 % ElmAbundance 36.36 % - Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.351 cm + Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.282 cm Imean: 56.518 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -50,13 +50,13 @@ Material: Kr density: 3.700 mg/cm3 RadL: 30.736 m Nucl.Int.Length: 413.950 m Imean: 352.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Kr ( ) Z = 36.0 N = 83.8 A = 83.80 g/mole - ---> Isotope: 78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % - ---> Isotope: 80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % - ---> Isotope: 82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % - ---> Isotope: 83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % - ---> Isotope: 84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % - ---> Isotope: 86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % + ---> Element: Kr (Kr) Z = 36.0 N = 83.8 A = 83.80 g/mole + ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % + ---> Isotope: Kr80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % + ---> Isotope: Kr82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % + ---> Isotope: Kr83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % + ---> Isotope: Kr84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % + ---> Isotope: Kr86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -113,16 +113,16 @@ Material: Xenon density: 5.858 mg/cm3 RadL: 14.478 m Nucl.Int.Length: 303.666 m Imean: 482.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Xenon ( ) Z = 54.0 N = 131.3 A = 131.29 g/mole - ---> Isotope: 124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % - ---> Isotope: 126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % - ---> Isotope: 128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % - ---> Isotope: 129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % - ---> Isotope: 130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % - ---> Isotope: 131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % - ---> Isotope: 132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % - ---> Isotope: 134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % - ---> Isotope: 136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % + ---> Element: Xe (Xe) Z = 54.0 N = 131.3 A = 131.29 g/mole + ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % + ---> Isotope: Xe126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % + ---> Isotope: Xe128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % + ---> Isotope: Xe129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % + ---> Isotope: Xe130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % + ---> Isotope: Xe131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % + ---> Isotope: Xe132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % + ---> Isotope: Xe134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % + ---> Isotope: Xe136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -144,16 +144,16 @@ Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.032 m Imean: 412.598 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Xenon ( ) Z = 54.0 N = 131.3 A = 131.29 g/mole - ---> Isotope: 124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % - ---> Isotope: 126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % - ---> Isotope: 128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % - ---> Isotope: 129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % - ---> Isotope: 130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % - ---> Isotope: 131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % - ---> Isotope: 132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % - ---> Isotope: 134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % - ---> Isotope: 136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % + ---> Element: Xe (Xe) Z = 54.0 N = 131.3 A = 131.29 g/mole + ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % + ---> Isotope: Xe126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % + ---> Isotope: Xe128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % + ---> Isotope: Xe129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % + ---> Isotope: Xe130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % + ---> Isotope: Xe131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % + ---> Isotope: Xe132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % + ---> Isotope: Xe134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % + ---> Isotope: Xe136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % ElmMassFraction: 92.20 % ElmAbundance 56.91 % ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -171,13 +171,13 @@ Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.158 m Nucl.Int.Length: 391.555 m Imean: 296.926 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Kr ( ) Z = 36.0 N = 83.8 A = 83.80 g/mole - ---> Isotope: 78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % - ---> Isotope: 80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % - ---> Isotope: 82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % - ---> Isotope: 83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % - ---> Isotope: 84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % - ---> Isotope: 86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % + ---> Element: Kr (Kr) Z = 36.0 N = 83.8 A = 83.80 g/mole + ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % + ---> Isotope: Kr80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % + ---> Isotope: Kr82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % + ---> Isotope: Kr83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % + ---> Isotope: Kr84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % + ---> Isotope: Kr86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % ElmMassFraction: 89.00 % ElmAbundance 58.62 % ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -264,7 +264,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index ff182497be4..185133103c1 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 11 ***** - Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.337 cm + Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.319 cm Imean: 75.967 eV ---> Element: Oxygen (O) Z = 8.0 N = 16.0 A = 16.00 g/mole @@ -33,7 +33,7 @@ ElmMassFraction: 4.20 % ElmAbundance 36.36 % - Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.351 cm + Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.282 cm Imean: 56.518 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -50,13 +50,13 @@ Material: Kr density: 3.700 mg/cm3 RadL: 30.736 m Nucl.Int.Length: 413.950 m Imean: 352.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Kr ( ) Z = 36.0 N = 83.8 A = 83.80 g/mole - ---> Isotope: 78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % - ---> Isotope: 80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % - ---> Isotope: 82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % - ---> Isotope: 83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % - ---> Isotope: 84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % - ---> Isotope: 86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % + ---> Element: Kr (Kr) Z = 36.0 N = 83.8 A = 83.80 g/mole + ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % + ---> Isotope: Kr80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % + ---> Isotope: Kr82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % + ---> Isotope: Kr83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % + ---> Isotope: Kr84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % + ---> Isotope: Kr86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -113,16 +113,16 @@ Material: Xenon density: 5.858 mg/cm3 RadL: 14.478 m Nucl.Int.Length: 303.666 m Imean: 482.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Xenon ( ) Z = 54.0 N = 131.3 A = 131.29 g/mole - ---> Isotope: 124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % - ---> Isotope: 126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % - ---> Isotope: 128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % - ---> Isotope: 129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % - ---> Isotope: 130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % - ---> Isotope: 131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % - ---> Isotope: 132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % - ---> Isotope: 134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % - ---> Isotope: 136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % + ---> Element: Xe (Xe) Z = 54.0 N = 131.3 A = 131.29 g/mole + ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % + ---> Isotope: Xe126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % + ---> Isotope: Xe128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % + ---> Isotope: Xe129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % + ---> Isotope: Xe130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % + ---> Isotope: Xe131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % + ---> Isotope: Xe132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % + ---> Isotope: Xe134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % + ---> Isotope: Xe136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -144,16 +144,16 @@ Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.032 m Imean: 412.598 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Xenon ( ) Z = 54.0 N = 131.3 A = 131.29 g/mole - ---> Isotope: 124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % - ---> Isotope: 126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % - ---> Isotope: 128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % - ---> Isotope: 129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % - ---> Isotope: 130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % - ---> Isotope: 131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % - ---> Isotope: 132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % - ---> Isotope: 134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % - ---> Isotope: 136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % + ---> Element: Xe (Xe) Z = 54.0 N = 131.3 A = 131.29 g/mole + ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % + ---> Isotope: Xe126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % + ---> Isotope: Xe128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % + ---> Isotope: Xe129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % + ---> Isotope: Xe130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % + ---> Isotope: Xe131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % + ---> Isotope: Xe132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % + ---> Isotope: Xe134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % + ---> Isotope: Xe136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % ElmMassFraction: 92.20 % ElmAbundance 56.91 % ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -171,13 +171,13 @@ Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.158 m Nucl.Int.Length: 391.555 m Imean: 296.926 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Kr ( ) Z = 36.0 N = 83.8 A = 83.80 g/mole - ---> Isotope: 78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % - ---> Isotope: 80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % - ---> Isotope: 82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % - ---> Isotope: 83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % - ---> Isotope: 84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % - ---> Isotope: 86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % + ---> Element: Kr (Kr) Z = 36.0 N = 83.8 A = 83.80 g/mole + ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % + ---> Isotope: Kr80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % + ---> Isotope: Kr82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % + ---> Isotope: Kr83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % + ---> Isotope: Kr84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % + ---> Isotope: Kr86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % ElmMassFraction: 89.00 % ElmAbundance 58.62 % ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -263,7 +263,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -4833,7 +4833,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 100 - User=0.09s Real=0.28s Sys=0.02s + User=0.08s Real=0.25s Sys=0.02s ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index 52ae6f1b23e..a76587b5b56 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 11 ***** - Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.337 cm + Material: Mylar density: 1.390 g/cm3 RadL: 28.743 cm Nucl.Int.Length: 56.319 cm Imean: 75.967 eV ---> Element: Oxygen (O) Z = 8.0 N = 16.0 A = 16.00 g/mole @@ -33,7 +33,7 @@ ElmMassFraction: 4.20 % ElmAbundance 36.36 % - Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.351 cm + Material: Polypropelene density: 910.000 mg/cm3 RadL: 49.214 cm Nucl.Int.Length: 74.282 cm Imean: 56.518 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -50,13 +50,13 @@ Material: Kr density: 3.700 mg/cm3 RadL: 30.736 m Nucl.Int.Length: 413.950 m Imean: 352.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Kr ( ) Z = 36.0 N = 83.8 A = 83.80 g/mole - ---> Isotope: 78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % - ---> Isotope: 80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % - ---> Isotope: 82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % - ---> Isotope: 83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % - ---> Isotope: 84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % - ---> Isotope: 86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % + ---> Element: Kr (Kr) Z = 36.0 N = 83.8 A = 83.80 g/mole + ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % + ---> Isotope: Kr80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % + ---> Isotope: Kr82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % + ---> Isotope: Kr83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % + ---> Isotope: Kr84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % + ---> Isotope: Kr86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -113,16 +113,16 @@ Material: Xenon density: 5.858 mg/cm3 RadL: 14.478 m Nucl.Int.Length: 303.666 m Imean: 482.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Xenon ( ) Z = 54.0 N = 131.3 A = 131.29 g/mole - ---> Isotope: 124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % - ---> Isotope: 126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % - ---> Isotope: 128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % - ---> Isotope: 129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % - ---> Isotope: 130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % - ---> Isotope: 131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % - ---> Isotope: 132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % - ---> Isotope: 134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % - ---> Isotope: 136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % + ---> Element: Xe (Xe) Z = 54.0 N = 131.3 A = 131.29 g/mole + ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % + ---> Isotope: Xe126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % + ---> Isotope: Xe128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % + ---> Isotope: Xe129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % + ---> Isotope: Xe130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % + ---> Isotope: Xe131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % + ---> Isotope: Xe132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % + ---> Isotope: Xe134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % + ---> Isotope: Xe136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -144,16 +144,16 @@ Material: Xe20CO2 density: 5.082 mg/cm3 RadL: 17.750 m Nucl.Int.Length: 323.032 m Imean: 412.598 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Xenon ( ) Z = 54.0 N = 131.3 A = 131.29 g/mole - ---> Isotope: 124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % - ---> Isotope: 126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % - ---> Isotope: 128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % - ---> Isotope: 129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % - ---> Isotope: 130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % - ---> Isotope: 131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % - ---> Isotope: 132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % - ---> Isotope: 134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % - ---> Isotope: 136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % + ---> Element: Xe (Xe) Z = 54.0 N = 131.3 A = 131.29 g/mole + ---> Isotope: Xe124 Z = 54 N = 124 A = 123.91 g/mole abundance: 0.09 % + ---> Isotope: Xe126 Z = 54 N = 126 A = 125.90 g/mole abundance: 0.09 % + ---> Isotope: Xe128 Z = 54 N = 128 A = 127.90 g/mole abundance: 1.92 % + ---> Isotope: Xe129 Z = 54 N = 129 A = 128.91 g/mole abundance: 26.44 % + ---> Isotope: Xe130 Z = 54 N = 130 A = 129.90 g/mole abundance: 4.08 % + ---> Isotope: Xe131 Z = 54 N = 131 A = 130.90 g/mole abundance: 21.18 % + ---> Isotope: Xe132 Z = 54 N = 132 A = 131.90 g/mole abundance: 26.89 % + ---> Isotope: Xe134 Z = 54 N = 134 A = 133.91 g/mole abundance: 10.44 % + ---> Isotope: Xe136 Z = 54 N = 136 A = 135.91 g/mole abundance: 8.87 % ElmMassFraction: 92.20 % ElmAbundance 56.91 % ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -171,13 +171,13 @@ Material: Kr20CO2 density: 3.601 mg/cm3 RadL: 34.158 m Nucl.Int.Length: 391.555 m Imean: 296.926 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Kr ( ) Z = 36.0 N = 83.8 A = 83.80 g/mole - ---> Isotope: 78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % - ---> Isotope: 80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % - ---> Isotope: 82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % - ---> Isotope: 83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % - ---> Isotope: 84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % - ---> Isotope: 86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % + ---> Element: Kr (Kr) Z = 36.0 N = 83.8 A = 83.80 g/mole + ---> Isotope: Kr78 Z = 36 N = 78 A = 77.92 g/mole abundance: 0.35 % + ---> Isotope: Kr80 Z = 36 N = 80 A = 79.92 g/mole abundance: 2.28 % + ---> Isotope: Kr82 Z = 36 N = 82 A = 81.91 g/mole abundance: 11.58 % + ---> Isotope: Kr83 Z = 36 N = 83 A = 82.91 g/mole abundance: 11.49 % + ---> Isotope: Kr84 Z = 36 N = 84 A = 83.91 g/mole abundance: 57.00 % + ---> Isotope: Kr86 Z = 36 N = 86 A = 85.91 g/mole abundance: 17.30 % ElmMassFraction: 89.00 % ElmAbundance 58.62 % ---> Element: Carbon (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -273,7 +273,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -488,7 +488,7 @@ WARNING: Scene "none" not found. Run terminated. Run Summary Number of events processed : 100 - User=0.03s Real=0.05s Sys=0s + User=0.03s Real=0.07s Sys=0s ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer. Set field value to (0,0,1000) Gauss @@ -512,7 +512,7 @@ WARNING: Scene "none" not found. Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0s Sys=0s + User=0s Real=0.01s Sys=0s ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/field/field04/History b/examples/extended/field/field04/History index 7e0f594ac64..3ebdea35993 100644 --- a/examples/extended/field/field04/History +++ b/examples/extended/field/field04/History @@ -15,7 +15,24 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -December 27, 2013 M. Asai - (fieldex04-V09-06-10) +February 28, 2014 G. Cosmo - (fieldex04-V09-06-11) +- Corrected mismatch for delete/new of fFp pointer array in Clear()... + +February 27, 2014 G. Cosmo +- Set pointer to NULL and fields size to zero in Clear(). + +February 25, 2014 G. Cosmo +- F04GlobalField.cc : Fix in destructor to also -avoid- deletion of + fFieldManager! + +February 25, 2014 G. Cosmo +- F04GlobalField.cc : Fix in destructor to -not- delete fFieldPropagator + and set flag in Clear() for avoiding invalid memory access in GetField(). + +February 18, 2014 P. Gumplinger +- F04GlobalField.cc : try to fix double delete. + +December 27, 2013 M. Asai - F04GlobalField.cc : Fix uninitialized variables. December 23, 2013 M. Asai diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index 17013ecc31f..0121e74259d 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -183,7 +183,7 @@ The materials defined are: ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -206,7 +206,7 @@ The materials defined are: ElmMassFraction: 63.97 % ElmAbundance 50.00 % - Material: Scintillator density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 70.066 cm + Material: Scintillator density: 1.032 g/cm3 RadL: 42.544 cm Nucl.Int.Length: 70.065 cm Imean: 64.684 eV ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -280,7 +280,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -859,7 +859,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.615646(mm),0.49432525(mm),78.304342(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.483894(mm),-0.17234125(mm),79.209209(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -868,7 +868,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.548307(mm),3.612166(mm),78.66887(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.060705(mm),-2.1822998(mm),78.754847(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -877,7 +877,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.426115(mm),-1.7234433(mm),79.219397(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.663107(mm),0.22585995(mm),78.119647(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -886,7 +886,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.938434(mm),2.4672105(mm),79.129061(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.044559(mm),3.8915514(mm),78.934021(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -895,7 +895,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.811517(mm),-1.4131522(mm),79.327767(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.833855(mm),3.2575494(mm),78.442193(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -904,7 +904,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.611676(mm),3.5582344(mm),78.834023(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.35157(mm),-2.7709217(mm),78.879887(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -913,7 +913,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.003182(mm),1.502823(mm),79.117644(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.192292(mm),1.7497939(mm),79.260626(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -922,7 +922,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.289642(mm),2.9545621(mm),78.714479(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.086686(mm),0.80922137(mm),79.10292(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -931,7 +931,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.04245(mm),-1.6480106(mm),78.405412(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.061606(mm),2.2098751(mm),79.283669(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -942,7 +942,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 10 -G4PrimaryTransformer::PrimaryVertex (-10.588985(mm),0.076638961(mm),79.367005(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.845518(mm),1.9299661(mm),78.969118(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -951,7 +951,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.338893(mm),-0.0077899001(mm),79.234776(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.960426(mm),2.1946719(mm),78.596202(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -960,7 +960,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.524567(mm),0.2742831(mm),78.320402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.04196(mm),-1.4725891(mm),78.934479(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -969,7 +969,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.879259(mm),-0.99549828(mm),79.315822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.857111(mm),-1.9897066(mm),78.967073(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -978,7 +978,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.144265(mm),3.3359904(mm),79.092767(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.939878(mm),3.945064(mm),78.776152(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -987,7 +987,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.409691(mm),2.5721526(mm),79.222293(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.473635(mm),1.614212(mm),79.387344(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -996,7 +996,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.433103(mm),-2.7843377(mm),79.218164(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.415556(mm),-1.7609064(mm),78.868605(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1005,7 +1005,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.768463(mm),3.2777775(mm),79.159031(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.287131(mm),-1.860473(mm),78.538595(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1014,7 +1014,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.909748(mm),-0.96777841(mm),79.310446(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.419693(mm),3.0133056(mm),78.691548(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1023,7 +1023,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.559415(mm),-3.0978663(mm),78.490584(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.079359(mm),0.84543637(mm),78.398904(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1034,7 +1034,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 20 -G4PrimaryTransformer::PrimaryVertex (-14.761(mm),0.53734798(mm),78.631366(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.415292(mm),-3.3495451(mm),79.044978(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1043,7 +1043,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.259952(mm),-1.0947297(mm),79.072369(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.515813(mm),-0.35554661(mm),79.379907(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1052,7 +1052,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.81849(mm),1.0272463(mm),79.15021(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.938542(mm),2.1214604(mm),78.952715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1061,7 +1061,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.722371(mm),-3.3768098(mm),78.461851(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.019606(mm),1.0914173(mm),79.114748(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1070,7 +1070,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.260798(mm),-3.5157604(mm),79.07222(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.598356(mm),0.5140794(mm),78.836372(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1079,7 +1079,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.405951(mm),-1.9852902(mm),78.693971(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.754184(mm),-3.3311954(mm),78.808895(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1088,7 +1088,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.155544(mm),1.028082(mm),78.385471(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.783091(mm),-2.8371634(mm),78.451144(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1097,7 +1097,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.760486(mm),1.9026428(mm),78.631457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.117681(mm),0.96101143(mm),79.450109(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1106,7 +1106,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.819319(mm),3.5867935(mm),78.79741(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.764475(mm),2.3587582(mm),78.2781(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1115,7 +1115,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.100178(mm),3.1130793(mm),79.100541(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.877602(mm),-1.026263(mm),78.96346(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1126,7 +1126,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 30 -G4PrimaryTransformer::PrimaryVertex (-17.036367(mm),1.3817496(mm),78.230158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.229652(mm),-1.4371143(mm),78.725057(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1135,7 +1135,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.379987(mm),2.1090714(mm),78.345895(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.755158(mm),-3.7194143(mm),78.808723(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1144,7 +1144,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.019783(mm),0.24228257(mm),78.409409(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.145637(mm),0.70299807(mm),78.387217(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1153,7 +1153,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.876084(mm),0.95196454(mm),79.140055(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.838196(mm),3.3279046(mm),78.794082(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1162,7 +1162,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.373102(mm),2.1655776(mm),78.87609(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.033763(mm),-1.1630932(mm),78.230617(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1171,7 +1171,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.070505(mm),-0.7922604(mm),79.105773(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.11163(mm),3.3161335(mm),78.922195(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1180,7 +1180,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.440423(mm),-2.4076812(mm),78.86422(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.624483(mm),0.26182233(mm),78.655438(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1189,7 +1189,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.229994(mm),-1.7292095(mm),78.724997(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.092809(mm),-3.5704223(mm),78.925513(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1198,7 +1198,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.75269(mm),2.4663552(mm),78.985486(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.720922(mm),-3.2591042(mm),79.167414(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1207,7 +1207,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.243526(mm),0.84046331(mm),79.427919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.658317(mm),1.5553937(mm),78.296818(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1218,7 +1218,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 40 -G4PrimaryTransformer::PrimaryVertex (-13.621753(mm),-1.3388496(mm),78.832246(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.044249(mm),-0.0076752431(mm),79.110403(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1227,7 +1227,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.724049(mm),-1.7019582(mm),78.814209(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.32765(mm),1.4863655(mm),79.236759(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1236,7 +1236,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.10381(mm),-0.68912872(mm),78.394593(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.345995(mm),-1.4389206(mm),78.351889(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1245,7 +1245,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.294472(mm),-2.6975006(mm),79.242609(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.266673(mm),1.6015973(mm),78.71853(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1254,7 +1254,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.108595(mm),-3.5697208(mm),78.92273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.202975(mm),-0.50766023(mm),79.258742(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1263,7 +1263,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.462272(mm),-0.2245124(mm),79.036694(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.479865(mm),-0.3820347(mm),78.857265(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1272,7 +1272,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.085282(mm),-1.5356191(mm),78.750514(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.553082(mm),-2.9025142(mm),79.020682(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1281,7 +1281,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.804851(mm),2.9157931(mm),78.623634(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.051164(mm),2.5096596(mm),78.932857(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1290,7 +1290,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.820966(mm),3.7450252(mm),78.79712(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.160559(mm),1.8613897(mm),78.384586(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1299,7 +1299,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.668972(mm),1.3589486(mm),78.82392(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.276534(mm),-1.9881547(mm),78.18781(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1310,7 +1310,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 50 -G4PrimaryTransformer::PrimaryVertex (-11.492391(mm),2.9327896(mm),79.20771(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.141397(mm),1.1225561(mm),79.445927(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1319,7 +1319,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.358941(mm),-3.4107621(mm),78.878587(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.161875(mm),-0.33072228(mm),79.265989(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1328,7 +1328,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.919341(mm),0.91164831(mm),78.956101(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.970692(mm),-3.1391881(mm),78.770719(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1337,7 +1337,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.208856(mm),-3.1741346(mm),78.37607(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.254999(mm),-0.88641899(mm),79.425896(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1346,7 +1346,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.259172(mm),-0.24933265(mm),78.719852(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.261953(mm),-3.1842647(mm),78.543035(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1355,7 +1355,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.994249(mm),-0.39875103(mm),79.119219(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.741976(mm),1.0517506(mm),79.340029(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1364,7 +1364,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.721559(mm),-0.37286292(mm),78.814648(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.13862(mm),1.2764082(mm),79.27009(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1373,7 +1373,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.195818(mm),2.1865883(mm),78.378369(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.752122(mm),-0.7421193(mm),78.280278(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1382,7 +1382,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.175364(mm),-0.4088987(mm),78.205649(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.473525(mm),-2.2438877(mm),78.858383(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1391,7 +1391,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.943821(mm),0.60633941(mm),78.775457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.823512(mm),-2.3913989(mm),78.796671(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1402,7 +1402,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 60 -G4PrimaryTransformer::PrimaryVertex (-17.308434(mm),-0.082450235(mm),78.182185(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.618523(mm),1.6034399(mm),79.009143(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1411,7 +1411,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.213786(mm),-0.60144773(mm),79.080509(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.71408(mm),-2.6213973(mm),78.463313(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1420,7 +1420,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.621453(mm),2.1231779(mm),78.479645(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.796569(mm),0.4915723(mm),79.154076(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1429,7 +1429,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.011257(mm),3.3599688(mm),78.587239(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.589154(mm),0.84275889(mm),78.837995(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1438,7 +1438,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.179635(mm),-0.61564925(mm),78.733877(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.175275(mm),-1.4088042(mm),78.381991(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1447,7 +1447,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.399137(mm),2.9262599(mm),78.518846(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.195731(mm),-1.8618806(mm),79.083693(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1456,7 +1456,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.856925(mm),1.5002641(mm),79.143433(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.22357(mm),-0.087803397(mm),78.72613(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1465,7 +1465,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.714063(mm),-1.4495359(mm),79.344951(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.362992(mm),-0.92743887(mm),79.0542(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1474,7 +1474,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.521418(mm),1.4366867(mm),79.202592(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.984353(mm),3.2526284(mm),78.944637(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1483,7 +1483,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.172877(mm),-0.18992346(mm),79.264049(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.327979(mm),2.5184181(mm),78.70772(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1494,7 +1494,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 70 -G4PrimaryTransformer::PrimaryVertex (-10.24557(mm),-1.4966015(mm),79.427559(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.973734(mm),-2.6053581(mm),78.94651(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1503,7 +1503,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.203074(mm),-0.55889748(mm),78.553417(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.810086(mm),-0.66611466(mm),78.975365(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1512,7 +1512,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.068156(mm),-2.5829441(mm),78.92986(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.64384(mm),-1.0537343(mm),78.828352(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1521,7 +1521,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.467044(mm),-3.779344(mm),78.859526(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.172472(mm),-2.8219623(mm),78.911467(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1530,7 +1530,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.363327(mm),-0.92128358(mm),78.348833(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.662298(mm),2.9819011(mm),79.177751(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1539,7 +1539,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.519696(mm),-1.8133518(mm),79.202896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.796073(mm),1.1351329(mm),78.448855(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1548,7 +1548,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.748235(mm),-2.9297409(mm),79.162598(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.377553(mm),-0.083635086(mm),79.051632(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1557,7 +1557,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.489572(mm),2.1823643(mm),78.679227(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.917331(mm),3.715771(mm),78.603801(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1566,7 +1566,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.404696(mm),-0.87014153(mm),78.517865(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.428494(mm),2.3433099(mm),78.689996(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1575,7 +1575,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.398789(mm),0.39610266(mm),79.047888(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.994955(mm),-0.7345164(mm),78.766441(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1586,7 +1586,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 80 -G4PrimaryTransformer::PrimaryVertex (-15.017313(mm),-2.438598(mm),78.586171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.218074(mm),-0.10088078(mm),79.079753(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1595,7 +1595,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.204579(mm),-0.76876814(mm),78.200497(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.309117(mm),1.1941011(mm),78.887373(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1604,7 +1604,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.344777(mm),-2.5105451(mm),79.057412(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.107161(mm),0.54135877(mm),78.394002(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1613,7 +1613,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.864864(mm),0.21631306(mm),78.260398(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.634569(mm),-1.3272919(mm),79.006313(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1622,7 +1622,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.552145(mm),-1.4156944(mm),78.668193(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.661765(mm),1.3604374(mm),78.648864(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1631,7 +1631,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.683821(mm),2.5569(mm),78.997629(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.388177(mm),1.2050552(mm),78.344451(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1640,7 +1640,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.990325(mm),0.38108922(mm),78.59093(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.643166(mm),-1.8090884(mm),78.652144(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1649,7 +1649,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.851194(mm),0.67872026(mm),78.79179(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.36821(mm),-3.5889391(mm),78.700626(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1658,7 +1658,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.071205(mm),0.033603032(mm),78.929323(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.783653(mm),-3.0854821(mm),78.451045(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1667,7 +1667,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.754699(mm),-1.2817068(mm),78.632477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.502022(mm),3.8696877(mm),78.853358(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1678,7 +1678,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 90 -G4PrimaryTransformer::PrimaryVertex (-11.198959(mm),-0.39650884(mm),79.25945(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.780428(mm),2.4744007(mm),78.804268(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1687,7 +1687,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.503985(mm),0.97602835(mm),78.147704(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.394618(mm),3.4507981(mm),78.872296(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1696,7 +1696,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.769095(mm),-0.11110234(mm),78.629939(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.510734(mm),-0.20229243(mm),79.028149(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1705,7 +1705,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.724947(mm),-2.7646835(mm),78.990378(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.387098(mm),-1.1739596(mm),78.168314(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1714,7 +1714,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.302166(mm),-1.8172222(mm),78.359617(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.322852(mm),-1.3798133(mm),78.35597(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1723,7 +1723,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.757952(mm),1.4841597(mm),78.808231(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.555511(mm),-1.2865737(mm),78.843927(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1732,7 +1732,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.47134(mm),-3.9406824(mm),78.858768(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.534034(mm),2.3585033(mm),79.200368(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1741,7 +1741,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.046721(mm),-1.7510999(mm),78.93364(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.443033(mm),-0.30716242(mm),78.86376(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1750,7 +1750,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.854897(mm),-0.23797012(mm),78.438483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.119836(mm),0.43289622(mm),78.920748(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1759,7 +1759,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.802983(mm),0.30205223(mm),78.094983(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.914796(mm),-0.31494263(mm),78.956902(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1770,7 +1770,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 100 -G4PrimaryTransformer::PrimaryVertex (-10.46583(mm),0.78782053(mm),79.388721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.455389(mm),2.0786699(mm),78.508927(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1779,7 +1779,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.367978(mm),-1.7137584(mm),79.405975(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.147564(mm),-1.6568209(mm),78.210551(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1788,7 +1788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.888304(mm),-2.9081452(mm),79.1379(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.322992(mm),3.224792(mm),78.708599(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1797,7 +1797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.671673(mm),0.47368428(mm),78.999771(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.691221(mm),-2.6978414(mm),78.819997(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1806,7 +1806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.659852(mm),-3.6139535(mm),78.649201(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.701793(mm),-0.65135323(mm),78.99446(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1815,7 +1815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.122998(mm),-0.32418961(mm),79.449171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.835555(mm),1.5498325(mm),78.61822(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1824,7 +1824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.547308(mm),-0.42503522(mm),79.0217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.547133(mm),0.23276524(mm),78.316423(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1833,7 +1833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.520854(mm),0.12171354(mm),78.321057(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.058028(mm),-1.129824(mm),79.2843(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1842,7 +1842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.086805(mm),2.0466127(mm),78.221264(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.828839(mm),1.2891045(mm),79.324713(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1851,7 +1851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.818032(mm),2.3367195(mm),78.973964(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.587522(mm),-1.3632302(mm),79.014609(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1862,7 +1862,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 110 -G4PrimaryTransformer::PrimaryVertex (-16.873935(mm),1.3986078(mm),78.258799(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.607409(mm),0.91062189(mm),78.658449(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1871,7 +1871,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.656295(mm),-2.1116736(mm),79.17881(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.173603(mm),-1.7453263(mm),78.558613(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1880,7 +1880,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.947344(mm),2.9516524(mm),78.774836(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.103397(mm),0.68858298(mm),79.099974(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1889,7 +1889,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.270016(mm),-0.40823081(mm),78.71794(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.736287(mm),0.12826391(mm),78.106743(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1898,7 +1898,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.315934(mm),-0.87531229(mm),78.35719(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.344693(mm),-0.87658566(mm),78.704773(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1907,7 +1907,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.962857(mm),-2.1255079(mm),78.948428(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.866498(mm),1.2638807(mm),78.965418(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1916,7 +1916,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.93167(mm),1.3784762(mm),78.953927(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.239017(mm),-1.9626827(mm),79.07606(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1925,7 +1925,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.795984(mm),-1.4795355(mm),78.272544(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.281887(mm),3.0867127(mm),78.892174(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1934,7 +1934,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.629863(mm),0.79570411(mm),78.478162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.468622(mm),2.0997953(mm),79.211901(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1943,7 +1943,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.435576(mm),0.48845072(mm),79.394055(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.653233(mm),1.9809408(mm),79.003023(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1954,7 +1954,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 120 -G4PrimaryTransformer::PrimaryVertex (-11.640765(mm),-0.52134612(mm),79.181548(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.826102(mm),0.71551674(mm),78.44356(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1963,7 +1963,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.29508(mm),-1.45294(mm),78.889848(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.635153(mm),3.2320567(mm),78.653557(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1972,7 +1972,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.691601(mm),-1.8060261(mm),78.81993(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.695417(mm),2.5991116(mm),78.819257(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1981,7 +1981,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.435987(mm),-3.6639075(mm),78.512348(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.450272(mm),3.4612425(mm),79.03881(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1990,7 +1990,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.224631(mm),0.43565547(mm),78.549616(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.010181(mm),2.3457424(mm),78.234775(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1999,7 +1999,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.043691(mm),1.9647473(mm),78.934174(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.098419(mm),-3.3949515(mm),78.748197(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2008,7 +2008,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.735292(mm),1.3264951(mm),78.635899(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.760398(mm),-3.2781258(mm),78.455146(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2017,7 +2017,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.538694(mm),3.3731128(mm),78.670565(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.017867(mm),3.4574738(mm),78.938728(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2026,7 +2026,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.850164(mm),-1.2110094(mm),78.439317(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.759597(mm),-2.6727026(mm),78.455287(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2035,7 +2035,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.753742(mm),1.5744357(mm),78.9853(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.936547(mm),-1.655307(mm),78.600413(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2046,7 +2046,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 130 -G4PrimaryTransformer::PrimaryVertex (-16.846271(mm),-1.54048(mm),78.263677(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.201612(mm),-1.2180891(mm),79.082656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2055,7 +2055,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.131503(mm),2.532652(mm),78.918691(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.244462(mm),0.62547922(mm),78.369792(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2064,7 +2064,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.809181(mm),-2.9787443(mm),78.975525(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.063858(mm),-0.8196381(mm),78.577964(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2073,16 +2073,198 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.870905(mm),-0.88423465(mm),79.317295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.575791(mm),1.2040705(mm),78.840351(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.15 cm 1.34 mm 6.66 cm 43.9 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.0430303 cm 262.19687 um 6.6003717 cm 36.816476 MeV 7.0897881 MeV 1.6547328 mm 1.6547328 mm Target hIoni + 2 -9.6160446 mm -636.45405 um 6.5621701 cm 30.637506 MeV 6.1789697 MeV 1.2816748 mm 2.9364076 mm Target hIoni + 3 -8.8762221 mm -1.0855932 mm 6.5161948 cm 26.090606 MeV 4.5469 MeV 987.751 um 3.9241586 mm Target hIoni + 4 -8.1896125 mm -1.2674919 mm 6.4826437 cm 22.318301 MeV 3.7723053 MeV 792.54222 um 4.7167009 mm Target hIoni + 5 -7.6056099 mm -1.3923579 mm 6.459951 cm 18.975604 MeV 3.3426966 MeV 645.53548 um 5.3622363 mm Target hIoni + 6 -7.5829978 mm -1.3969148 mm 6.4590053 cm 18.842944 MeV 132.65993 keV 24.939095 um 5.3871754 mm Target Transportation + 7 5.9221425 cm -5.735874 cm 2.7596427 cm 18.842968 MeV8.752821e-18 eV 9.7986388 cm 10.337356 cm CaptureMgnt Decay +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 24, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 5.92 cm -5.74 cm 2.76 cm 28 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 -7.1158644 cm -3.7210164 cm -2 m 28.02773 MeV1.0668247e-15 eV 19.182859 m 19.182859 m CaptureMgnt Transportation + 2 -5.5254067 cm -2.9022192 cm -2.0019024 m 28.016547 MeV 4.2687604 keV 1.7989382 cm 19.200848 m World muIoni + 3 -9.7493027 mm -5.5766418 mm -2.0074406 m 28.00458 MeV 10.856812 keV 5.1488459 cm 19.252337 m World muIoni + 4 4.6359228 mm 1.843346 mm -2.0092077 m 27.997007 MeV 5.7936907 keV 1.6282323 cm 19.268619 m World muIoni + 5 4.5089145 cm 2.2641804 cm -2.0140604 m 27.981097 MeV 12.448653 keV 4.5744904 cm 19.314364 m World muIoni + 6 5.5507226 cm 2.7999267 cm -2.0153092 m 27.964291 MeV 3.2250588 keV 1.1781272 cm 19.326145 m World muIoni + 7 9.5229284 cm 4.850676 cm -2.0201769 m 27.951409 MeV 11.693982 keV 4.4967784 cm 19.371113 m World muIoni + 8 17.971665 cm 9.2109506 cm -2.0303639 m 27.928781 MeV 21.324806 keV 9.5619955 cm 19.466733 m World muIoni + 9 19.072027 cm 9.7782056 cm -2.0316634 m 27.923371 MeV 3.3083563 keV 1.2447747 cm 19.479181 m World muIoni + 10 25.711301 cm 13.182973 cm -2.0393738 m 27.899435 MeV 22.592873 keV 7.5011529 cm 19.554192 m World muIoni + 11 38.254303 cm 19.543523 cm -2.0540305 m 27.858292 MeV 38.532537 keV 14.139826 cm 19.695591 m World muIoni + 12 38.716608 cm 19.776123 cm -2.0545655 m 27.85487 MeV 2.1777041 keV 5.20278 mm 19.700793 m World muIoni + 13 39.795997 cm 20.318421 cm -2.0558269 m 27.84836 MeV 3.1978686 keV 1.2145293 cm 19.712939 m World muIoni + 14 49.662342 cm 25.279751 cm -2.067703 m 27.794646 MeV 32.967468 keV 11.107268 cm 19.824011 m World muIoni + 15 53.371507 cm 27.140422 cm -2.0722878 m 27.781158 MeV 12.251857 keV 4.1749559 cm 19.865761 m World muIoni + 16 56.156272 cm 28.530263 cm -2.0757045 m 27.769393 MeV 11.764652 keV 3.1310301 cm 19.897071 m World muIoni + 17 56.20258 cm 28.553364 cm -2.0757607 m 27.769287 MeV 106.33095 eV 520.54196 um 19.897592 m World muIoni + 18 58.862069 cm 29.876501 cm -2.0790043 m 27.757916 MeV 8.0527692 keV 2.9881103 cm 19.927473 m World muIoni + 19 60.403909 cm 30.642653 cm -2.0808645 m 27.750559 MeV 5.3895719 keV 1.7317228 cm 19.94479 m World muIoni + 20 64.890221 cm 32.88201 cm -2.0862228 m 27.73742 MeV 11.634536 keV 5.0427124 cm 19.995217 m World muIoni + 21 67.477712 cm 34.165057 cm -2.0895467 m 27.728729 MeV 7.4886457 keV 2.9072029 cm 20.024289 m World muIoni + 22 68.706417 cm 34.773777 cm -2.0911368 m 27.72476 MeV 2.9379027 keV 1.3804145 cm 20.038093 m World muIoni + 23 69.326071 cm 35.080481 cm -2.0919314 m 27.722412 MeV 1.2443053 keV 6.9595278 mm 20.045053 m World muIoni + 24 72.444454 cm 36.624253 cm -2.0959134 m 27.710434 MeV 8.8699492 keV 3.5023061 cm 20.080076 m World muIoni + 25 77.134871 cm 38.941275 cm -2.1018002 m 27.686148 MeV 15.768891 keV 5.2645308 cm 20.132721 m World muIoni + 26 78.305697 cm 39.517724 cm -2.1032784 m 27.680035 MeV 3.2823815 keV 1.3133841 cm 20.145855 m World muIoni + 27 79.565172 cm 40.140047 cm -2.1048737 m 27.673426 MeV 5.3272208 keV 1.4138651 cm 20.159994 m World muIoni + 28 86.891737 cm 43.733947 cm -2.1141125 m 27.648188 MeV 22.465929 keV 8.21272 cm 20.242121 m World muIoni + 29 94.25537 cm 47.319914 cm -2.1238123 m 27.625282 MeV 21.724131 keV 8.2476476 cm 20.324598 m World muIoni + 30 95.301782 cm 47.828543 cm -2.1252037 m 27.62077 MeV 3.3840005 keV 1.1717681 cm 20.336315 m World muIoni + 31 97.774169 cm 49.024916 cm -2.1284979 m 27.60883 MeV 5.6647662 keV 2.7663233 cm 20.363978 m World muIoni + 32 99.446544 cm 49.828465 cm -2.1307393 m 27.597235 MeV 4.9609671 keV 1.8688964 cm 20.382667 m World muIoni + 33 99.748456 cm 49.973576 cm -2.1311375 m 27.595022 MeV 1.1921212 keV 3.3733248 mm 20.386041 m World muIoni + 34 1.0231039 m 51.214314 cm -2.1344031 m 27.562858 MeV 8.5376664 keV 2.8652421 cm 20.414693 m World muIoni + 35 1.1076757 m 55.265873 cm -2.1450084 m 27.536635 MeV 23.78167 keV 9.4374075 cm 20.509067 m World muIoni + 36 1.13106 m 56.373934 cm -2.1479592 m 27.529267 MeV 5.8066628 keV 2.6044491 cm 20.535112 m World muIoni + 37 1.1823057 m 58.780863 cm -2.1544136 m 27.508527 MeV 17.625587 keV 5.6983536 cm 20.592095 m World muIoni + 38 1.1962395 m 59.42966 cm -2.1561241 m 27.503359 MeV 4.0302182 keV 1.546515 cm 20.60756 m World muIoni + 39 1.2079153 m 59.974335 cm -2.1575507 m 27.496436 MeV 4.0051016 keV 1.2962497 cm 20.620523 m World muIoni + 40 1.250949 m 61.998368 cm -2.1628811 m 27.482583 MeV 12.377021 keV 4.7853936 cm 20.668377 m World muIoni + 41 1.2713171 m 62.957124 cm -2.1654203 m 27.47528 MeV 4.9460862 keV 2.2654568 cm 20.691031 m World muIoni + 42 1.2827604 m 63.495845 cm -2.1668454 m 27.470376 MeV 3.2528243 keV 1.2727973 cm 20.703759 m World muIoni + 43 1.3066388 m 64.621892 cm -2.1698138 m 27.461812 MeV 5.0474318 keV 2.656671 cm 20.730326 m World muIoni + 44 1.3349494 m 65.961946 cm -2.1732556 m 27.446713 MeV 10.152142 keV 3.1510513 cm 20.761837 m World muIoni + 45 1.339398 m 66.172527 cm -2.1737889 m 27.444279 MeV 2.433943 keV 4.9506034 mm 20.766787 m World muIoni + 46 1.3469758 m 66.532434 cm -2.1747007 m 27.440253 MeV 2.8639515 keV 8.4385178 mm 20.775226 m World muIoni + 47 1.3673799 m 67.50475 cm -2.1771505 m 27.432312 MeV 6.3032738 keV 2.2734724 cm 20.79796 m World muIoni + 48 1.3725934 m 67.75316 cm -2.1777728 m 27.427846 MeV 1.5866465 keV 5.808541 mm 20.803769 m World muIoni + 49 1.3781174 m 68.017031 cm -2.1784407 m 27.4212 MeV 1.543722 keV 6.1581831 mm 20.809927 m World muIoni + 50 1.4130611 m 69.694883 cm -2.1826517 m 27.408721 MeV 8.6202584 keV 3.8991262 cm 20.848918 m World muIoni + 51 1.4314212 m 70.58156 cm -2.1848332 m 27.402541 MeV 6.1802201 keV 2.050544 cm 20.869424 m World muIoni + 52 1.4678029 m 72.342213 cm -2.1890544 m 27.391133 MeV 8.9202812 keV 4.0637958 cm 20.910062 m World muIoni + 53 1.4882881 m 73.332088 cm -2.1914004 m 27.383042 MeV 6.187914 keV 2.2872093 cm 20.932934 m World muIoni + 54 1.4932872 m 73.573794 cm -2.1919691 m 27.382326 MeV 715.52378 eV 5.5818064 mm 20.938516 m World muIoni + 55 1.5647096 m 77.027769 cm -2.2001494 m 27.360028 MeV 22.298518 keV 7.975665 cm 21.018272 m World muIoni + 56 1.5674709 m 77.161194 cm -2.2004621 m 27.357074 MeV 685.9159 eV 3.0826147 mm 21.021355 m World muIoni + 57 1.5978374 m 78.622971 cm -2.2039102 m 27.347019 MeV 8.417409 keV 3.3877699 cm 21.055233 m World muIoni + 58 1.636323 m 80.456866 cm -2.2082225 m 27.334565 MeV 9.3053131 keV 4.2849282 cm 21.098082 m World muIoni + 59 1.6997131 m 83.455818 cm -2.2153447 m 27.310484 MeV 22.150928 keV 7.0487144 cm 21.168569 m World muIoni + 60 1.7052533 m 83.715252 cm -2.2159724 m 27.307039 MeV 2.2272749 keV 6.1496372 mm 21.174719 m World muIoni + 61 1.7123813 m 84.049522 cm -2.2167788 m 27.303025 MeV 2.3338659 keV 7.9141138 mm 21.182633 m World muIoni + 62 1.7126936 m 84.064196 cm -2.2168138 m 27.30153 MeV 51.496718 eV 346.79675 um 21.18298 m World muIoni + 63 1.7376653 m 85.239218 cm -2.2196415 m 27.292819 MeV 7.2563872 keV 2.7742614 cm 21.210722 m World muIoni + 64 1.8744955 m 91.658817 cm -2.2354406 m 27.245602 MeV 44.974825 keV 15.19658 cm 21.362688 m World muIoni + 65 1.8788563 m 91.86269 cm -2.2359534 m 27.243449 MeV 1.0856149 keV 4.8410818 mm 21.367529 m World muIoni + 66 1.9150732 m 93.552386 cm -2.2400363 m 27.230812 MeV 11.153942 keV 4.0173101 cm 21.407702 m World muIoni + 67 2.0003314 m 97.555426 cm -2.2496406 m 27.206644 MeV 24.168116 keV 9.4676876 cm 21.502379 m World muIoni + 68 2.0192635 m 98.444327 cm -2.2518117 m 27.197584 MeV 4.866807 keV 2.10275 cm 21.523407 m World muIoni + 69 2.0221481 m 98.579341 cm -2.2521415 m 27.196781 MeV 803.64219 eV 3.201927 mm 21.526609 m World muIoni + 70 2.0234961 m 98.642429 cm -2.2522956 m 27.195801 MeV 979.73085 eV 1.4962531 mm 21.528105 m World muIoni + 71 2.0305578 m 98.973042 cm -2.2531126 m 27.194367 MeV 1.4335154 keV 7.8400339 mm 21.535945 m World muIoni + 72 2.0474305 m 99.76124 cm -2.2550975 m 27.187426 MeV 5.6088903 keV 1.8728465 cm 21.554673 m World muIoni + 73 2.1680817 m 1.0536586 m -2.2694684 m 27.149472 MeV 36.608123 keV 13.380828 cm 21.688482 m World muIoni + 74 2.1821663 m 1.0601915 m -2.2711256 m 27.144589 MeV 4.8831993 keV 1.5614125 cm 21.704096 m World muIoni + 75 2.202906 m 1.0697912 m -2.2735533 m 27.135175 MeV 7.8476311 keV 2.2982328 cm 21.727078 m World muIoni + 76 2.3087153 m 1.1186424 m -2.2856069 m 27.101931 MeV 32.15627 keV 11.716444 cm 21.844242 m World muIoni + 77 2.3447952 m 1.135259 m -2.2896863 m 27.089645 MeV 10.872792 keV 3.9931429 cm 21.884174 m World muIoni + 78 2.3599959 m 1.1422836 m -2.2914163 m 27.082524 MeV 5.0408774 keV 1.6834405 cm 21.901008 m World muIoni + 79 2.3663652 m 1.1452187 m -2.2921324 m 27.080896 MeV 1.6277309 keV 7.049523 mm 21.908058 m World muIoni + 80 2.3705221 m 1.1471331 m -2.2926001 m 27.077057 MeV 2.1590584 keV 4.6004341 mm 21.912658 m World muIoni + 81 2.3756873 m 1.1495134 m -2.2931817 m 27.075091 MeV 960.58214 eV 5.7169307 mm 21.918375 m World muIoni + 82 2.3991049 m 1.1602733 m -2.2957855 m 27.064119 MeV 7.5795929 keV 2.590256 cm 21.944278 m World muIoni + 83 2.4253731 m 1.1723798 m -2.2986249 m 27.022119 MeV 7.4595905 keV 2.9062848 cm 21.973341 m World muIoni + 84 2.436131 m 1.1773635 m -2.2997476 m 27.017972 MeV 2.365508 keV 1.1909201 cm 21.98525 m World muIoni + 85 2.4495713 m 1.1835785 m -2.3011621 m 27.009886 MeV 3.9848645 keV 1.487514 cm 22.000125 m World muIoni + 86 2.4620976 m 1.1893823 m -2.3024819 m 27.00656 MeV 3.3259922 keV 1.3868437 cm 22.013993 m World muIoni + 87 2.4630323 m 1.1898152 m -2.3025804 m 27.006306 MeV 254.1032 eV 1.0347963 mm 22.015028 m World muIoni + 88 2.4784909 m 1.1969842 m -2.3042206 m 26.999525 MeV 3.9216473 keV 1.7118771 cm 22.032147 m World muIoni + 89 2.5254265 m 1.2187838 m -2.3091382 m 26.982488 MeV 14.62585 keV 5.1984374 cm 22.084131 m World muIoni + 90 2.5256198 m 1.2188739 m -2.3091581 m 26.981081 MeV 36.185646 eV 214.22889 um 22.084346 m World muIoni + 91 2.5296151 m 1.2207306 m -2.3095685 m 26.971978 MeV 1.8845939 keV 4.4247044 mm 22.08877 m World muIoni + 92 2.5417879 m 1.2263731 m -2.3108078 m 26.96752 MeV 2.5978602 keV 1.3474106 cm 22.102244 m World muIoni + 93 2.5903585 m 1.2488069 m -2.315747 m 26.935586 MeV 13.708957 keV 5.3728841 cm 22.155973 m World muIoni + 94 2.6032338 m 1.2547225 m -2.3170206 m 26.92987 MeV 3.8555898 keV 1.4226324 cm 22.1702 m World muIoni + 95 2.6256185 m 1.2650316 m -2.3192638 m 26.921864 MeV 6.5534366 keV 2.4746474 cm 22.194946 m World muIoni + 96 2.6427877 m 1.2729491 m -2.3210547 m 26.915957 MeV 5.9068787 keV 1.8991573 cm 22.213938 m World muIoni + 97 2.6434367 m 1.2732473 m -2.3211244 m 26.914584 MeV 208.1832 eV 717.59367 um 22.214655 m World muIoni + 98 2.7059996 m 1.3019817 m -2.327611 m 26.892351 MeV 18.778806 keV 6.9151185 cm 22.283806 m World muIoni + 99 2.7242838 m 1.3103808 m -2.3294624 m 26.885319 MeV 5.5439135 keV 2.0206095 cm 22.304012 m World muIoni + 100 2.783852 m 1.3374236 m -2.3356359 m 26.865917 MeV 19.402086 keV 6.5710408 cm 22.369723 m World muIoni + 101 2.8066199 m 1.3477252 m -2.3379681 m 26.855761 MeV 6.8619538 keV 2.5098651 cm 22.394822 m World muIoni + 102 2.8099625 m 1.3492348 m -2.3383052 m 26.853261 MeV 258.91035 eV 3.6831275 mm 22.398505 m World muIoni + 103 2.8234776 m 1.3553526 m -2.3396522 m 26.847619 MeV 2.9786443 keV 1.4896225 cm 22.413401 m World muIoni + 104 2.8429367 m 1.3641753 m -2.3415837 m 26.839627 MeV 6.5260614 keV 2.145295 cm 22.434854 m World muIoni + 105 2.8472034 m 1.3661144 m -2.3420062 m 26.83717 MeV 1.3210991 keV 4.7057447 mm 22.43956 m World muIoni + 106 2.8721253 m 1.3774217 m -2.3444407 m 26.827821 MeV 7.5067357 keV 2.7475092 cm 22.467035 m World muIoni + 107 2.9248909 m 1.4014766 m -2.3495712 m 26.805529 MeV 16.347506 keV 5.8216744 cm 22.525251 m World muIoni + 108 2.9737115 m 1.4237367 m -2.3542049 m 26.79143 MeV 12.903054 keV 5.3855857 cm 22.579107 m World muIoni + 109 2.9798402 m 1.4265284 m -2.3547926 m 26.78966 MeV 1.7702126 keV 6.7601764 mm 22.585867 m World muIoni + 110 3.0127774 m 1.4414991 m -2.3578994 m 26.773838 MeV 11.076472 keV 3.6313005 cm 22.62218 m World muIoni + 111 3.0512986 m 1.4595006 m -2.3615667 m 26.759193 MeV 13.44701 keV 4.267805 cm 22.664858 m World muIoni + 112 3.1388097 m 1.4999822 m -2.3702079 m 26.728639 MeV 29.272858 keV 9.6807617 cm 22.761666 m World muIoni + 113 3.1487317 m 1.5045688 m -2.3712176 m 26.691856 MeV 3.2837939 keV 1.0977347 cm 22.772643 m World muIoni + 114 3.1674325 m 1.5131782 m -2.3731349 m 26.666547 MeV 6.5698308 keV 2.0676545 cm 22.79332 m World muIoni + 115 3.2189094 m 1.5368834 m -2.3784732 m 26.65425 MeV 12.297142 keV 5.6924347 cm 22.850244 m World muIoni + 116 3.248151 m 1.5505736 m -2.3816003 m 26.637365 MeV 10.860505 keV 3.2438708 cm 22.882683 m World muIoni + 117 3.3099189 m 1.5793623 m -2.3881805 m 26.615276 MeV 20.293767 keV 6.8464558 cm 22.951148 m World muIoni + 118 3.3173887 m 1.5828434 m -2.3889955 m 26.611859 MeV 1.7873859 keV 8.2813452 mm 22.959429 m World muIoni + 119 3.3264914 m 1.5870763 m -2.3899951 m 26.608916 MeV 1.8914859 keV 1.0088409 cm 22.969517 m World muIoni + 120 3.3289729 m 1.5882276 m -2.3902669 m 26.603543 MeV 573.19067 eV 2.7490041 mm 22.972266 m World muIoni + 121 3.3694244 m 1.6070231 m -2.3947366 m 26.590172 MeV 11.91051 keV 4.4828434 cm 23.017095 m World muIoni + 122 3.373386 m 1.6088586 m -2.3951752 m 26.589647 MeV 525.47833 eV 4.3881323 mm 23.021483 m World muIoni + 123 3.4083373 m 1.6250384 m -2.3990924 m 26.578777 MeV 10.869711 keV 3.8713392 cm 23.060196 m World muIoni + 124 3.4174396 m 1.6292494 m -2.4001067 m 26.573182 MeV 1.9075862 keV 1.0080311 cm 23.070277 m World muIoni + 125 3.4511796 m 1.644823 m -2.4038659 m 26.558692 MeV 12.725404 keV 3.7350495 cm 23.107627 m World muIoni + 126 3.4701418 m 1.6535302 m -2.405918 m 26.553912 MeV 4.7799395 keV 2.0966552 cm 23.128594 m World muIoni + 127 3.4879866 m 1.6617172 m -2.4078607 m 26.547244 MeV 4.3195868 keV 1.9729041 cm 23.148323 m World muIoni + 128 3.5047541 m 1.6694534 m -2.4097118 m 26.540917 MeV 4.4930587 keV 1.8558737 cm 23.166881 m World muIoni + 129 3.5992025 m 1.7134081 m -2.4206772 m 26.508235 MeV 30.850986 keV 10.475147 cm 23.271633 m World muIoni + 130 3.6336838 m 1.72942 m -2.4247148 m 26.495682 MeV 10.263535 keV 3.8231553 cm 23.309864 m World muIoni + 131 3.6500924 m 1.7370484 m -2.4266327 m 26.490139 MeV 3.9523943 keV 1.8196504 cm 23.328061 m World muIoni + 132 3.6806327 m 1.7512343 m -2.4301621 m 26.480045 MeV 8.879496 keV 3.3858695 cm 23.36192 m World muIoni + 133 3.7581163 m 1.7871071 m -2.4393876 m 26.453797 MeV 24.408376 keV 8.588218 cm 23.447802 m World muIoni + 134 3.7618983 m 1.7888544 m -2.4398496 m 26.450124 MeV 954.03517 eV 4.1916109 mm 23.451993 m World muIoni + 135 3.7638459 m 1.7897551 m -2.4400878 m 26.447833 MeV 531.21803 eV 2.1590484 mm 23.454153 m World muIoni + 136 3.7730688 m 1.7940325 m -2.4412184 m 26.444617 MeV 2.1590284 keV 1.0229136 cm 23.464382 m World muIoni + 137 3.8003896 m 1.8066954 m -2.4445367 m 26.436591 MeV 6.8057143 keV 3.029504 cm 23.494677 m World muIoni + 138 3.8051934 m 1.8089294 m -2.4451105 m 26.421389 MeV 2.446601 keV 5.3288309 mm 23.500006 m World muIoni + 139 3.8360457 m 1.8232089 m -2.4488097 m 26.411795 MeV 7.8988157 keV 3.4197302 cm 23.534203 m World muIoni + 140 3.8768848 m 1.8421013 m -2.4535952 m 26.397031 MeV 13.065544 keV 4.5251158 cm 23.579454 m World muIoni + 141 3.8907738 m 1.848515 m -2.4551717 m 26.391665 MeV 3.9302775 keV 1.5379372 cm 23.594833 m World muIoni + 142 3.9094029 m 1.8571191 m -2.4572932 m 26.384955 MeV 6.7092689 keV 2.0629447 cm 23.615463 m World muIoni + 143 3.9300287 m 1.8666415 m -2.4596711 m 26.374993 MeV 5.0514864 keV 2.2842026 cm 23.638305 m World muIoni + 144 4.0111939 m 1.9042785 m -2.4691184 m 26.34445 MeV 26.450143 keV 8.9964755 cm 23.72827 m World muIoni + 145 4.0141842 m 1.9056694 m -2.4694679 m 26.334466 MeV 750.94979 eV 3.3164536 mm 23.731586 m World muIoni + 146 4.063468 m 1.9284635 m -2.4751244 m 26.31116 MeV 15.586367 keV 5.4593673 cm 23.78618 m World muIoni + 147 4.102067 m 1.9463084 m -2.4796143 m 26.29884 MeV 12.320263 keV 4.2760921 cm 23.828941 m World muIoni + 148 4.1618946 m 1.9740709 m -2.4866008 m 26.278142 MeV 17.791013 keV 6.6324449 cm 23.895265 m World muIoni + 149 4.1659849 m 1.9759754 m -2.4870931 m 26.276969 MeV 1.1729754 keV 4.5387752 mm 23.899804 m World muIoni + 150 4.2205688 m 2.0014449 m -2.4935299 m 26.259178 MeV 16.28631 keV 6.0576812 cm 23.960381 m World muIoni + 151 4.2552245 m 2.017572 m -2.4977172 m 26.246313 MeV 12.865817 keV 3.8453052 cm 23.998834 m World muIoni + 152 4.2662222 m 2.0226894 m -2.4990511 m 26.240302 MeV 4.465418 keV 1.2203198 cm 24.011037 m World muIoni + 153 4.2843058 m 2.0310856 m -2.5012759 m 26.198418 MeV 6.8644095 keV 2.0061491 cm 24.031098 m World muIoni + 154 4.3097595 m 2.0428188 m -2.5044377 m 26.186939 MeV 8.0377903 keV 2.8205561 cm 24.059304 m World muIoni + 155 4.357553 m 2.0648472 m -2.5103017 m 26.168908 MeV 16.487166 keV 5.2951638 cm 24.112256 m World muIoni + 156 4.432147 m 2.0992424 m -2.5192436 m 26.141212 MeV 23.959809 keV 8.2627518 cm 24.194883 m World muIoni + 157 4.4638451 m 2.1138015 m -2.5230687 m 26.12812 MeV 11.994109 keV 3.5090952 cm 24.229974 m World muIoni + 158 4.4673364 m 2.1154041 m -2.5234918 m 26.125593 MeV 1.3157761 keV 3.8647953 mm 24.233839 m World muIoni + 159 4.5192526 m 2.1392419 m -2.5297811 m 26.108001 MeV 17.591619 keV 5.7472676 cm 24.291312 m OutOfWorld Transportation +Track (trackID 24, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.157577(mm),-3.1053111(mm),79.09042(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.66874212369(mm),-2.2598915820791(mm),78.647633941398(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2091,7 +2273,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.207669(mm),1.2154258(mm),78.90526(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.051439(mm),-1.2067107(mm),78.2275(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2100,7 +2282,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.118152(mm),-0.26786409(mm),78.392064(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.022512(mm),-3.1231139(mm),78.408928(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2109,7 +2291,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.567869(mm),-1.9918739(mm),79.018075(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.767071(mm),-1.35066(mm),78.806623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2118,7 +2300,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.277223(mm),1.5800388(mm),79.421977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.107894(mm),-1.9998372(mm),78.217546(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2127,7 +2309,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.268691(mm),-3.5221641(mm),78.894501(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.020657(mm),-1.8831589(mm),78.409255(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2138,7 +2320,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 140 -G4PrimaryTransformer::PrimaryVertex (-13.851952(mm),1.740584(mm),78.791656(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.48264(mm),0.77048078(mm),78.856776(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2147,7 +2329,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.848649(mm),-2.0114187(mm),79.321219(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.313604(mm),1.9180848(mm),78.3576(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2156,7 +2338,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.236765(mm),0.60656943(mm),78.194822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.820898(mm),-1.4840628(mm),79.326113(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2165,7 +2347,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.113727(mm),0.3487884(mm),78.216517(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.301558(mm),-0.51361486(mm),78.712378(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2174,7 +2356,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.769267(mm),-1.0623722(mm),79.335217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.238122(mm),0.60974563(mm),78.547237(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2183,7 +2365,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.489532(mm),1.0532496(mm),79.031888(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.212601(mm),-1.9980598(mm),79.257045(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2192,7 +2374,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.951359(mm),-0.091918824(mm),78.421474(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.954095(mm),-2.9939714(mm),79.126299(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2201,7 +2383,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.425823(mm),0.80570699(mm),78.51414(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.749737(mm),-3.3191746(mm),79.162333(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2210,7 +2392,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.028141(mm),1.2476726(mm),78.936916(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.500835(mm),-2.3458374(mm),78.677241(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2219,7 +2401,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.964421(mm),-2.3937258(mm),78.419171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.929173(mm),1.1671431(mm),78.425386(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2230,7 +2412,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 150 -G4PrimaryTransformer::PrimaryVertex (-14.656608(mm),-2.1668316(mm),78.649774(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.643779(mm),2.1498892(mm),78.475709(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2239,7 +2421,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.735442(mm),0.19806716(mm),79.164854(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.503575(mm),-1.5056079(mm),78.324103(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2248,7 +2430,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.49788(mm),-1.7501461(mm),78.325108(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.137561(mm),0.11691452(mm),78.917623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2257,7 +2439,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.291155(mm),0.059652002(mm),79.419521(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.785065(mm),-1.0881681(mm),79.332431(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2266,7 +2448,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.413315(mm),-0.2417416(mm),78.692673(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.105132(mm),-0.11202678(mm),79.275995(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2275,7 +2457,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.28244(mm),2.636876(mm),79.068403(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.874864(mm),2.7617196(mm),78.434962(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2284,7 +2466,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.279448(mm),0.85445365(mm),78.892604(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.554666(mm),-2.9391395(mm),78.315095(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2293,7 +2475,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.124122(mm),0.1912213(mm),78.214684(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.900093(mm),-0.37821261(mm),78.60684(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2302,7 +2484,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.779464(mm),1.7457906(mm),78.628111(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.293711(mm),-2.873559(mm),78.890089(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2311,7 +2493,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.030583(mm),-2.6412468(mm),78.583832(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.31507(mm),1.6855179(mm),78.709996(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2322,7 +2504,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 160 -G4PrimaryTransformer::PrimaryVertex (-15.558698(mm),2.5179813(mm),78.490711(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.456122(mm),-3.01815(mm),79.214106(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2331,7 +2513,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.352133(mm),-1.220084(mm),78.879788(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.773502(mm),-3.1365032(mm),78.452835(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2340,7 +2522,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.274977(mm),0.38597853(mm),78.893392(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.389037(mm),0.67689961(mm),79.402261(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2349,7 +2531,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.210177(mm),-2.5132368(mm),79.081145(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.317699(mm),-1.8917912(mm),78.709532(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2358,7 +2540,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.030309(mm),-0.72651033(mm),78.231226(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.804292(mm),-3.7183784(mm),78.976387(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2367,7 +2549,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.308844(mm),-1.3204822(mm),79.240075(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.959371(mm),0.038672284(mm),78.772715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2376,7 +2558,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.295549(mm),0.51561638(mm),78.537111(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.97219(mm),2.220465(mm),78.241474(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2385,7 +2567,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.347699(mm),-1.6073583(mm),78.704243(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.759345(mm),-2.9840131(mm),78.631658(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2394,7 +2576,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.289679(mm),-3.1291075(mm),78.361819(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.064341(mm),-1.4943559(mm),78.577879(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2403,7 +2585,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.781086(mm),-0.91027532(mm),78.804152(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.125336(mm),-1.0157642(mm),78.567124(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2414,7 +2596,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 170 -G4PrimaryTransformer::PrimaryVertex (-12.07403(mm),2.199093(mm),79.105152(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.671165(mm),-1.8040466(mm),79.352515(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2423,7 +2605,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.223098(mm),-0.98427173(mm),79.255194(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.044266(mm),3.8224442(mm),78.581419(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2432,7 +2614,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.20493(mm),-1.3162391(mm),79.082071(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.230809(mm),0.64410921(mm),78.724853(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2441,7 +2623,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.787953(mm),-2.2491467(mm),78.27396(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.618347(mm),1.5144398(mm),79.185501(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2450,49 +2632,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.136831(mm),-3.803788(mm),78.741424(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.830582(mm),0.74671436(mm),79.148078(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.16 cm -3.99 mm 6.41 cm 44.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2255319 cm -3.2992985 mm 6.2789325 cm 37.656799 MeV 6.7398151 MeV 1.6818226 mm 1.6818226 mm Target hIoni - 2 -1.2704978 cm -2.9027012 mm 6.1685223 cm 32.55379 MeV 5.1030088 MeV 1.3239913 mm 3.0058139 mm Target hIoni - 3 -1.2828204 cm -2.6259057 mm 6.06782 cm 27.587486 MeV 4.9663038 MeV 1.0755327 mm 4.0813466 mm Target hIoni - 4 -1.2926497 cm -2.4239363 mm 5.9860642 cm 23.10249 MeV 4.4849954 MeV 854.70876 um 4.9360554 mm Target hIoni - 5 -1.2906723 cm -2.1254832 mm 5.9270835 cm 19.091173 MeV 4.0113176 MeV 674.92119 um 5.6109766 mm Target hIoni - 6 -1.2953564 cm -2.0164463 mm 5.8740438 cm 15.977603 MeV 3.1135696 MeV 531.37221 um 6.1423488 mm Target hIoni - 7 -1.3108308 cm -1.8252321 mm 5.839711 cm 13.200961 MeV 2.7766423 MeV 431.97379 um 6.5743226 mm Target hIoni - 8 -1.3225797 cm -1.668548 mm 5.8101459 cm 10.045984 MeV 3.1549769 MeV 352.69362 um 6.9270162 mm Target hIoni - 9 -1.3252134 cm -1.5391788 mm 5.7870583 cm 6.9069144 MeV 3.1390697 MeV 273.09184 um 7.2001081 mm Target hIoni - 10 -1.3257078 cm -1.440581 mm 5.7700783 cm 3.8805667 MeV 3.0263478 MeV 201.85607 um 7.4019641 mm Target hIoni - 11 -1.3291758 cm -1.3972295 mm 5.762502 cm 186.65022 keV 3.6939164 MeV 120.07078 um 7.5220349 mm Target hIoni - 12 -1.3292185 cm -1.3972203 mm 5.7624737 cm 0 eV 186.65022 keV 1.2511229 um 7.523286 mm Target hIoni - 13 -1.3292185 cm -1.3972203 mm 5.7624737 cm 0 eV 0 eV 0 fm 7.523286 mm Target Scintillation -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 27, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 cm -1.4 mm 5.76 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3356192 cm -1.4999544 mm 5.7580441 cm 527.40325 keV 3.5924105 MeV 165.50081 um 165.50081 um Target muIoni - 2 -1.3356389 cm -1.501924 mm 5.7577929 cm 92.277467 keV 435.12579 keV 6.010639 um 171.51145 um Target muIoni - 3 -1.3356466 cm -1.5021573 mm 5.7577986 cm 0 eV 92.277467 keV 554.09014 nm 172.06554 um Target muIoni - 4 -1.3356466 cm -1.5021573 mm 5.7577986 cm 0 eV 0 eV 0 fm 172.06554 um Target Scintillation -Track (trackID 27, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.767438(mm),-1.2429686(mm),78.453904(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.593438(mm),0.051363607(mm),79.013566(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2501,7 +2650,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.151324(mm),2.3962338(mm),78.562542(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.044398(mm),-1.9056189(mm),78.581396(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2510,16 +2659,49 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.601221(mm),1.0660228(mm),78.306886(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.034271(mm),-1.4411301(mm),78.406854(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.32 cm -2.18 mm 5.79 cm 32 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3705984 cm -1.2950008 mm 5.7877671 cm 27.193908 MeV 4.8144172 MeV 1.0502263 mm 1.0502263 mm Target hIoni + 2 -1.4179636 cm -613.44543 um 5.7869161 cm 22.600443 MeV 4.5934657 MeV 838.15931 um 1.8883856 mm Target hIoni + 3 -1.4226149 cm -555.54478 um 5.7868668 cm 22.148574 MeV 451.8687 keV 74.337357 um 1.962723 mm Target Transportation + 4 -1.1294822 cm -3.9991432 mm 6.4532867 cm 22.148576 MeV5.3847081e-17 eV 68.030949 cm 68.227222 cm CaptureMgnt Transportation + 5 -1.1719017 cm -3.5295954 mm 6.4512549 cm 18.016107 MeV 4.1324692 MeV 639.25862 um 68.291147 cm Target hIoni + 6 -1.2076588 cm -3.2033375 mm 6.4432354 cm 14.872036 MeV 3.1440714 MeV 495.82481 um 68.34073 cm Target hIoni + 7 -1.2391802 cm -2.9861688 mm 6.4337033 cm 11.614871 MeV 3.2571647 MeV 399.33608 um 68.380664 cm Target hIoni + 8 -1.2654311 cm -2.8550775 mm 6.4249841 cm 9.0204708 MeV 2.5944001 MeV 311.36511 um 68.4118 cm Target hIoni + 9 -1.2875948 cm -2.7564024 mm 6.4219495 cm 6.394425 MeV 2.6260458 MeV 249.25922 um 68.436726 cm Target hIoni + 10 -1.3016578 cm -2.6446176 mm 6.4175484 cm 3.4742117 MeV 2.9202133 MeV 190.26735 um 68.455753 cm Target hIoni + 11 -1.30733 cm -2.5907931 mm 6.4139925 cm 8.4504496 keV 3.4657612 MeV 102.81121 um 68.466034 cm Target hIoni + 12 -1.3073302 cm -2.5907909 mm 6.4139923 cm 0 eV 8.4504496 keV 80.747953 nm 68.466042 cm Target hIoni + 13 -1.3073302 cm -2.5907909 mm 6.4139923 cm 0 eV 0 eV 0 fm 68.466042 cm Target Scintillation +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 17, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.31 cm -2.59 mm 6.41 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3064646 cm -2.5695765 mm 6.426996 cm 269.9407 keV 3.8498731 MeV 165.50081 um 165.50081 um Target muIoni + 2 -1.3065593 cm -2.5694863 mm 6.4270408 cm 24.895072 keV 245.04563 keV 2.284392 um 167.7852 um Target muIoni + 3 -1.306562 cm -2.5694892 mm 6.42704 cm 0 eV 24.895072 keV 143.52124 nm 167.92872 um Target muIoni + 4 -1.306562 cm -2.5694892 mm 6.42704 cm 0 eV 0 eV 0 fm 167.92872 um Target Scintillation +Track (trackID 17, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.631588(mm),-2.2797995(mm),78.301531(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.103900576111(mm),-3.2008661378819(mm),78.92355772677(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2528,7 +2710,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.76113(mm),-0.44048569(mm),78.80767(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.969114(mm),2.43302(mm),79.123651(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2539,7 +2721,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 180 -G4PrimaryTransformer::PrimaryVertex (-13.874863(mm),-1.3938113(mm),78.787616(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.877678(mm),3.019468(mm),78.610793(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2548,7 +2730,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.997997(mm),-1.309319(mm),78.236923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.275587(mm),1.7019309(mm),78.540631(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2557,7 +2739,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.255914(mm),0.093121213(mm),79.425735(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.731605(mm),3.0927987(mm),78.812877(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2566,7 +2748,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.813863(mm),0.88147634(mm),78.974699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.942554(mm),-1.7662994(mm),79.304661(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2575,7 +2757,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.282887(mm),-2.6982868(mm),78.539344(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.542365(mm),0.23244461(mm),79.375226(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2584,7 +2766,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.237204(mm),-0.13417974(mm),78.723726(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.203783(mm),0.46341951(mm),79.434927(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2593,7 +2775,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.32011(mm),-0.38257419(mm),79.061761(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.678313(mm),0.032042833(mm),79.351254(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2602,7 +2784,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.575744(mm),-3.2409196(mm),78.487705(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.335092(mm),0.13008759(mm),78.530138(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2611,7 +2793,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.060334(mm),0.2337215(mm),79.283894(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.764047(mm),2.9055595(mm),78.454502(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2620,7 +2802,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.346666(mm),-0.48944333(mm),79.409733(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.307516(mm),-0.72367481(mm),79.063982(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2631,7 +2813,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 190 -G4PrimaryTransformer::PrimaryVertex (-14.264158(mm),-0.84930116(mm),78.718973(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.500453(mm),0.33241349(mm),78.324654(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2640,7 +2822,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.973788(mm),3.2808961(mm),78.9465(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.582405(mm),3.8137915(mm),78.662857(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2649,7 +2831,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.926318(mm),-1.4059853(mm),78.425889(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.503143(mm),1.8411493(mm),79.029487(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2658,7 +2840,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.722925(mm),-0.34977206(mm),78.814407(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.957624(mm),2.5434604(mm),78.773023(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2667,7 +2849,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.016356(mm),-3.3183622(mm),78.762667(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.705349(mm),-3.522249(mm),78.641179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2676,7 +2858,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.448018(mm),-2.5911455(mm),79.039207(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.627638(mm),2.3066561(mm),79.007536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2685,7 +2867,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.698366(mm),-0.84364376(mm),78.11343(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.937459(mm),-0.59279932(mm),78.247598(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2694,7 +2876,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.212185(mm),-1.1888632(mm),78.375483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.92257(mm),0.45723885(mm),79.308185(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2703,7 +2885,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.89614(mm),-2.0973035(mm),78.960192(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.967885(mm),0.31448848(mm),79.300195(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2712,7 +2894,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.902743(mm),-2.9768438(mm),78.430046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.818361(mm),-0.44878269(mm),79.32656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2723,7 +2905,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 200 -G4PrimaryTransformer::PrimaryVertex (-12.63518(mm),-2.5675164(mm),79.006206(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.88155(mm),0.51991127(mm),79.315418(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2732,7 +2914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.137795(mm),-0.23005696(mm),78.212273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.320709(mm),-0.97807232(mm),78.532675(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2741,7 +2923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.161996(mm),-2.1434483(mm),79.089641(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.036318(mm),-3.6021045(mm),78.935474(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2750,7 +2932,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.597206(mm),1.3194692(mm),78.483921(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.521679(mm),1.796746(mm),79.202546(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2759,7 +2941,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.585866(mm),0.83892669(mm),79.367555(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.020057(mm),-0.99966186(mm),78.938342(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2768,7 +2950,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.929822(mm),-1.631425(mm),78.248945(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.669008(mm),1.0192024(mm),78.823914(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2777,7 +2959,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.662632(mm),1.1786937(mm),78.472384(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.024098(mm),-3.2632463(mm),78.761302(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2786,7 +2968,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.043477(mm),-2.0551937(mm),79.286866(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.724043(mm),0.22385179(mm),78.990537(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2795,7 +2977,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.813292(mm),-0.84979878(mm),78.9748(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.641617(mm),-1.5851173(mm),78.299763(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2804,7 +2986,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.082078(mm),0.47631582(mm),78.574752(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.15691(mm),-0.24623411(mm),79.090538(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2815,7 +2997,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 210 -G4PrimaryTransformer::PrimaryVertex (-15.151365(mm),-2.1784732(mm),78.562535(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.473498(mm),-2.0607415(mm),79.034715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2824,7 +3006,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.688915(mm),1.498732(mm),78.291423(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.416276(mm),2.9364829(mm),78.515824(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2833,7 +3015,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.345605(mm),-3.749182(mm),78.880939(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.671114(mm),-3.2231464(mm),78.647216(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2842,7 +3024,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.670584(mm),1.029141(mm),79.17629(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.531334(mm),-3.6333705(mm),78.495536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2851,7 +3033,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.709928(mm),1.4660963(mm),79.34568(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.449305(mm),-2.2257893(mm),78.333673(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2860,7 +3042,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.596764(mm),-0.51764904(mm),78.836653(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.95592(mm),-2.0519302(mm),78.596997(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2869,7 +3051,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.382998(mm),2.3837072(mm),78.698018(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.33397(mm),0.80841663(mm),78.354009(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2878,7 +3060,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.306194(mm),2.5024779(mm),78.358907(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.128568(mm),2.8012423(mm),79.095535(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2887,7 +3069,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.144575(mm),-0.27118263(mm),79.26904(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.957791(mm),-1.577999(mm),78.772994(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2896,7 +3078,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.718967(mm),-3.3963077(mm),78.991432(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.565645(mm),-0.83952759(mm),78.84214(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2907,7 +3089,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 220 -G4PrimaryTransformer::PrimaryVertex (-17.313484(mm),-1.811015(mm),78.181295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.927087(mm),-2.4904679(mm),78.778408(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2916,7 +3098,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.159106(mm),2.5547995(mm),78.56117(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.274976(mm),-0.1327554(mm),78.188085(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2925,7 +3107,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.572357(mm),2.3200586(mm),79.017283(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.86763(mm),1.1421773(mm),78.965219(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2934,7 +3116,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.69343(mm),-2.1247052(mm),78.466954(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.097929(mm),0.84250075(mm),79.453592(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2943,7 +3125,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.366583(mm),2.8929356(mm),79.053567(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.654544(mm),-1.6653312(mm),79.002791(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2952,7 +3134,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.983765(mm),-2.3340581(mm),78.944741(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.714794(mm),3.2067611(mm),78.815841(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2961,7 +3143,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.719393(mm),-2.2007694(mm),78.286049(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.859313(mm),1.0594659(mm),78.614031(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2970,7 +3152,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.188574(mm),0.30075603(mm),78.379647(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.95979(mm),2.4680684(mm),78.772641(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2979,7 +3161,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.902476(mm),-1.1024968(mm),78.959074(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.053794(mm),-2.8024203(mm),79.10872(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2988,7 +3170,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.275434(mm),-2.1774107(mm),78.893312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.99698(mm),3.1357989(mm),78.942411(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2999,7 +3181,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 230 -G4PrimaryTransformer::PrimaryVertex (-16.215278(mm),1.5063322(mm),78.374938(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.026081(mm),-0.51181199(mm),78.408299(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3008,7 +3190,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.459671(mm),0.92189081(mm),78.155518(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.224541(mm),1.1325046(mm),79.25494(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3017,7 +3199,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.88115(mm),3.406286(mm),78.610181(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.460629(mm),0.87403804(mm),79.389638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3026,7 +3208,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.956735(mm),-2.8062251(mm),78.949507(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.135047(mm),1.6841632(mm),78.741739(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3035,7 +3217,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.528412(mm),-0.962184(mm),78.672378(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.290648(mm),-0.38640354(mm),79.41961(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3044,7 +3226,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.814474(mm),2.1444252(mm),78.798265(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.908286(mm),0.9295648(mm),78.429069(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3053,7 +3235,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.600883(mm),1.1854623(mm),78.306945(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.681122(mm),1.0082118(mm),78.292797(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3062,7 +3244,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.338049(mm),-0.64554341(mm),79.411252(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.204648(mm),-1.6169481(mm),79.08212(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3071,7 +3253,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.606887(mm),0.55255607(mm),78.482214(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.052352(mm),3.2520686(mm),78.579993(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3080,7 +3262,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.377985(mm),-2.4024269(mm),78.346248(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.4297(mm),-1.2362241(mm),79.042438(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3091,7 +3273,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 240 -G4PrimaryTransformer::PrimaryVertex (-16.905794(mm),-1.8926233(mm),78.253181(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.071076(mm),-1.6524083(mm),78.929346(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3100,126 +3282,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.77204(mm),-0.29426828(mm),79.158401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.804524(mm),-1.0802982(mm),78.447365(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.08 mm -89.1 um 5.95 cm 38.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.7402521 mm 176.79964 um 5.9331513 cm 33.303349 MeV 5.3607012 MeV 1.3754096 mm 1.3754096 mm Target hIoni - 2 -6.413079 mm 240.86656 um 5.9363659 cm 31.611764 MeV 1.6915847 MeV 335.68983 um 1.7110994 mm Target Transportation - 3 5.093176 cm -25.504095 cm 16.832969 cm 31.611787 MeV7.4922287e-17 eV 1.2156192 m 1.2173303 m CaptureMgnt Decay -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.09 cm -25.5 cm 16.8 cm 42 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -1.8494674 cm -6.3550509 cm -2 m 42.042475 MeV7.6655545e-16 eV 17.487037 m 17.487037 m CaptureMgnt Transportation - 2 1.3178418 cm -5.6509679 cm -2.0040469 m 42.034891 MeV 6.0129196 keV 3.2697649 cm 17.519735 m World muIoni - 3 1.8944298 cm -5.5222381 cm -2.0047855 m 42.027401 MeV 2.4981766 keV 5.9538327 mm 17.525689 m World muIoni - 4 9.4193402 cm -3.8527141 cm -2.0142944 m 42.003779 MeV 16.797314 keV 7.7663282 cm 17.603352 m World muIoni - 5 11.288898 cm -3.4327393 cm -2.0166656 m 41.997531 MeV 4.4621224 keV 1.930765 cm 17.622659 m World muIoni - 6 14.16577 cm -2.783568 cm -2.0203152 m 41.987266 MeV 5.9842807 keV 2.9717076 cm 17.652377 m World muIoni - 7 19.608165 cm -1.5456408 cm -2.0272487 m 41.974916 MeV 11.141718 keV 5.6243253 cm 17.70862 m World muIoni - 8 21.799804 cm -1.0453188 cm -2.030092 m 41.953893 MeV 4.8222076 keV 2.2659325 cm 17.731279 m World muIoni - 9 23.93361 cm -5.6238583 mm -2.0327955 m 41.947402 MeV 3.8450944 keV 2.2044155 cm 17.753323 m World muIoni - 10 24.375653 cm -4.6264039 mm -2.033361 m 41.945296 MeV 562.22573 eV 4.5667316 mm 17.75789 m World muIoni - 11 30.692652 cm 9.6021833 mm -2.0414373 m 41.926542 MeV 12.568462 keV 6.5254407 cm 17.823144 m World muIoni - 12 36.3778 cm 2.2599936 cm -2.0487076 m 41.913467 MeV 11.438111 keV 5.8769974 cm 17.881914 m World muIoni - 13 39.911693 cm 3.070918 cm -2.0532939 m 41.905652 MeV 5.5240865 keV 3.6546407 cm 17.918461 m World muIoni - 14 45.247128 cm 4.3143912 cm -2.0602099 m 41.895595 MeV 10.05667 keV 5.5219326 cm 17.97368 m World muIoni - 15 53.617023 cm 6.2810793 cm -2.0708808 m 41.871306 MeV 19.816934 keV 8.6638272 cm 18.060318 m World muIoni - 16 58.767485 cm 7.4693123 cm -2.077551 m 41.859586 MeV 10.641758 keV 5.3276617 cm 18.113595 m World muIoni - 17 60.711511 cm 7.9231999 cm -2.0800082 m 41.849419 MeV 3.6538629 keV 2.0113754 cm 18.133709 m World muIoni - 18 69.934591 cm 10.066954 cm -2.0916982 m 41.822775 MeV 25.311861 keV 9.5408846 cm 18.229118 m World muIoni - 19 71.615915 cm 10.459191 cm -2.0938698 m 41.792088 MeV 4.5835097 keV 1.740074 cm 18.246518 m World muIoni - 20 73.507608 cm 10.897638 cm -2.0963358 m 41.776438 MeV 6.4315384 keV 1.9574439 cm 18.266093 m World muIoni - 21 74.138013 cm 11.041503 cm -2.0971714 m 41.77415 MeV 657.65375 eV 6.5199014 mm 18.272613 m World muIoni - 22 75.627062 cm 11.383154 cm -2.0991287 m 41.72551 MeV 4.1834151 keV 1.5402266 cm 18.288015 m World muIoni - 23 81.947373 cm 12.831294 cm -2.1073721 m 41.709373 MeV 15.009141 keV 6.5362876 cm 18.353378 m World muIoni - 24 90.6104 cm 14.792299 cm -2.1184751 m 41.685085 MeV 23.215763 keV 8.9513442 cm 18.442891 m World muIoni - 25 93.776252 cm 15.515882 cm -2.1224833 m 41.676798 MeV 4.6328742 keV 3.272136 cm 18.475613 m World muIoni - 26 95.436078 cm 15.897797 cm -2.1246168 m 41.659481 MeV 3.7179152 keV 1.7165089 cm 18.492778 m World muIoni - 27 97.651209 cm 16.406217 cm -2.1274553 m 41.653447 MeV 4.733811 keV 2.2903865 cm 18.515682 m World muIoni - 28 1.0322116 m 17.679622 cm -2.1344649 m 41.635321 MeV 16.035995 keV 5.756492 cm 18.573246 m World muIoni - 29 1.0807417 m 18.809315 cm -2.1406196 m 41.620045 MeV 10.758128 keV 5.0206349 cm 18.623453 m World muIoni - 30 1.1193224 m 19.701695 cm -2.1455671 m 41.610534 MeV 8.345709 keV 3.9907313 cm 18.66336 m World muIoni - 31 1.2654589 m 23.057853 cm -2.1638838 m 41.573659 MeV 32.805119 keV 15.105662 cm 18.814417 m World muIoni - 32 1.2725781 m 23.218907 cm -2.1647942 m 41.569099 MeV 1.7019853 keV 7.3557029 mm 18.821772 m World muIoni - 33 1.4229994 m 26.621134 cm -2.184176 m 41.535532 MeV 32.278394 keV 15.543451 cm 18.977207 m World muIoni - 34 1.4538562 m 27.316379 cm -2.1880761 m 41.526774 MeV 5.8456574 keV 3.1869905 cm 19.009077 m World muIoni - 35 1.4972993 m 28.304402 cm -2.1935911 m 41.515785 MeV 7.695433 keV 4.4892568 cm 19.053969 m World muIoni - 36 1.5632511 m 29.813135 cm -2.2018797 m 41.50052 MeV 14.03894 keV 6.8161413 cm 19.122131 m World muIoni - 37 1.6152256 m 31.018867 cm -2.2085184 m 41.482849 MeV 13.076563 keV 5.376628 cm 19.175897 m World muIoni - 38 1.7151631 m 33.315414 cm -2.2212914 m 41.459239 MeV 22.415598 keV 10.333437 cm 19.279232 m World muIoni - 39 1.7797207 m 34.827448 cm -2.2294583 m 41.383302 MeV 12.655021 keV 6.6805631 cm 19.346037 m World muIoni - 40 1.7965218 m 35.225272 cm -2.2315762 m 41.375313 MeV 5.7443531 keV 1.7395117 cm 19.363432 m World muIoni - 41 1.9958547 m 39.871561 cm -2.2564924 m 41.327261 MeV 42.173798 keV 20.618918 cm 19.569621 m World muIoni - 42 2.0978905 m 42.261856 cm -2.2694092 m 41.29736 MeV 28.73581 keV 10.559156 cm 19.675213 m World muIoni - 43 2.1719099 m 43.984896 cm -2.278792 m 41.278783 MeV 17.492607 keV 7.6575549 cm 19.751789 m World muIoni - 44 2.1767822 m 44.098723 cm -2.2794079 m 41.276434 MeV 799.06508 eV 5.0412163 mm 19.75683 m World muIoni - 45 2.2375354 m 45.524057 cm -2.2871093 m 41.261404 MeV 13.726069 keV 6.2876277 cm 19.819706 m World muIoni - 46 2.2819911 m 46.557618 cm -2.2927689 m 41.250405 MeV 9.8779608 keV 4.5990948 cm 19.865697 m World muIoni - 47 2.2993229 m 46.958184 cm -2.2949562 m 41.244504 MeV 3.6421554 keV 1.7922601 cm 19.88362 m World muIoni - 48 2.3187239 m 47.405455 cm -2.2974142 m 41.238343 MeV 4.1105429 keV 2.0061066 cm 19.903681 m World muIoni - 49 2.3674443 m 48.530175 cm -2.3035534 m 41.225947 MeV 10.692041 keV 5.0377343 cm 19.954058 m World muIoni - 50 2.4198994 m 49.739806 cm -2.3100796 m 41.212046 MeV 11.541762 keV 5.4226077 cm 20.008284 m World muIoni - 51 2.4934325 m 51.429849 cm -2.3193745 m 41.192603 MeV 17.622974 keV 7.6020887 cm 20.084305 m World muIoni - 52 2.5672409 m 53.123597 cm -2.3287822 m 41.177355 MeV 13.850294 keV 7.630905 cm 20.160614 m World muIoni - 53 2.6010214 m 53.900075 cm -2.3330064 m 41.148993 MeV 6.8911432 keV 3.4917967 cm 20.195532 m World muIoni - 54 2.6374806 m 54.745268 cm -2.3375684 m 41.137306 MeV 10.615691 keV 3.7703067 cm 20.233235 m World muIoni - 55 2.6528334 m 55.101912 cm -2.3394701 m 41.124528 MeV 2.1213532 keV 1.5875932 cm 20.249111 m World muIoni - 56 2.6725233 m 55.555535 cm -2.3419084 m 41.11553 MeV 5.8705329 keV 2.0352249 cm 20.269463 m World muIoni - 57 2.6769028 m 55.656902 cm -2.3424529 m 41.113078 MeV 463.6967 eV 4.5281254 mm 20.273991 m World muIoni - 58 2.7547538 m 57.449935 cm -2.3521146 m 41.092439 MeV 18.708294 keV 8.0471568 cm 20.354463 m World muIoni - 59 2.7745082 m 57.906727 cm -2.3545938 m 41.070457 MeV 4.0495546 keV 2.0426682 cm 20.37489 m World muIoni - 60 2.8485668 m 59.592401 cm -2.3637359 m 41.051714 MeV 16.596392 keV 7.6500808 cm 20.45139 m World muIoni - 61 3.2126604 m 68.125774 cm -2.4079242 m 40.963076 MeV 86.860749 keV 37.656559 cm 20.827956 m World muIoni - 62 3.2144779 m 68.167836 cm -2.4081489 m 40.753526 MeV 740.70725 eV 1.8790298 mm 20.829835 m World muIoni - 63 3.391037 m 72.373936 cm -2.430645 m 40.713299 MeV 38.534906 keV 18.288526 cm 21.01272 m World muIoni - 64 3.424326 m 73.126788 cm -2.4346279 m 40.707137 MeV 6.1621151 keV 3.4361554 cm 21.047082 m World muIoni - 65 3.636841 m 77.752909 cm -2.4589832 m 40.653732 MeV 50.027502 keV 21.885026 cm 21.265932 m World muIoni - 66 3.6397114 m 77.817858 cm -2.4593124 m 40.650735 MeV 913.99411 eV 2.961333 mm 21.268893 m World muIoni - 67 3.6738133 m 78.587421 cm -2.463226 m 40.643254 MeV 6.4534483 keV 3.5177837 cm 21.304071 m World muIoni - 68 3.7095316 m 79.3881 cm -2.4672849 m 40.635575 MeV 6.3200732 keV 3.6829023 cm 21.3409 m World muIoni - 69 3.7366329 m 79.996376 cm -2.4702854 m 40.626629 MeV 6.0451413 keV 2.79374 cm 21.368838 m World muIoni - 70 3.7560515 m 80.428264 cm -2.4723568 m 40.568589 MeV 3.7784549 keV 2.000061 cm 21.388838 m World muIoni - 71 3.757331 m 80.456964 cm -2.4724916 m 40.567016 MeV 351.61492 eV 1.3182528 mm 21.390157 m World muIoni - 72 3.7598863 m 80.514222 cm -2.4727607 m 40.564746 MeV 604.25781 eV 2.6324567 mm 21.392789 m World muIoni - 73 3.7746692 m 80.844253 cm -2.4743009 m 40.560728 MeV 2.7104146 keV 1.5224878 cm 21.408014 m World muIoni - 74 3.8076949 m 81.585359 cm -2.4777853 m 40.527757 MeV 7.1035058 keV 3.4025835 cm 21.44204 m World muIoni - 75 4.0631086 m 87.359988 cm -2.504163 m 40.469082 MeV 57.680295 keV 26.318993 cm 21.70523 m World muIoni - 76 4.1837404 m 90.148398 cm -2.5171282 m 40.439943 MeV 27.621497 keV 12.448989 cm 21.82972 m World muIoni - 77 4.2683464 m 92.073236 cm -2.5259973 m 40.421478 MeV 18.465132 keV 8.7219908 cm 21.916939 m World muIoni - 78 4.306655 m 92.960279 cm -2.5299166 m 40.408683 MeV 8.2721531 keV 3.9517047 cm 21.956457 m World muIoni - 79 4.4204508 m 95.598844 cm -2.5417557 m 40.38302 MeV 24.454289 keV 11.741248 cm 22.073869 m World muIoni - 80 4.4623078 m 96.551056 cm -2.5459748 m 40.371802 MeV 9.0013321 keV 4.3133085 cm 22.117002 m World muIoni - 81 4.526936 m 98.030148 cm -2.5522714 m 40.357438 MeV 13.022263 keV 6.6597921 cm 22.1836 m World muIoni - 82 4.5347378 m 98.208312 cm -2.5530468 m 40.356085 MeV 1.3535871 keV 8.0401897 mm 22.19164 m World muIoni - 83 4.5407222 m 98.344926 cm -2.5536459 m 40.35431 MeV 1.7747706 keV 6.1675161 mm 22.197808 m World muIoni - 84 4.6021414 m 99.744218 cm -2.5599435 m 40.339552 MeV 12.284928 keV 6.3307572 cm 22.261115 m World muIoni - 85 4.6587133 m 1.0103391 m -2.5658993 m 40.321033 MeV 15.999933 keV 5.8328287 cm 22.319444 m World muIoni - 86 4.6710392 m 1.0131457 m -2.567197 m 40.316075 MeV 2.3048467 keV 1.2707884 cm 22.332151 m World muIoni - 87 4.703927 m 1.0206388 m -2.5707183 m 40.307941 MeV 8.1333326 keV 3.3913925 cm 22.366065 m World muIoni - 88 4.7444871 m 1.0298818 m -2.5751218 m 40.296939 MeV 9.13798 keV 4.1832412 cm 22.407898 m World muIoni - 89 4.7669707 m 1.0349795 m -2.5775425 m 40.274154 MeV 5.2310942 keV 2.3181068 cm 22.431079 m World muIoni - 90 4.7928087 m 1.0407785 m -2.5803615 m 40.266467 MeV 4.4587354 keV 2.6630407 cm 22.457709 m World muIoni - 91 4.8859974 m 1.0616164 m -2.5905861 m 40.237926 MeV 28.541533 keV 9.6036115 cm 22.553745 m OutOfWorld Transportation -Track (trackID 13, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.794027699629(mm),0.036179485056496(mm),78.096561771941(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.435844(mm),-0.45723877(mm),78.159719(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3228,7 +3300,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.811543(mm),-0.45775052(mm),78.2698(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.298325(mm),0.73502359(mm),79.418256(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3237,7 +3309,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.725356(mm),3.0207509(mm),78.461324(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.661423(mm),0.89644366(mm),79.177905(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3246,7 +3318,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.189389(mm),1.7299865(mm),79.084811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.422615(mm),2.92234(mm),79.220014(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3255,7 +3327,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.03929(mm),0.58269293(mm),78.758623(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.880431(mm),2.4681322(mm),78.610307(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3264,7 +3336,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.532302(mm),0.76038507(mm),78.848019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.365021(mm),-2.9950043(mm),78.877515(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3273,7 +3345,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.024471(mm),0.94409145(mm),78.232255(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.602219(mm),0.54718073(mm),78.30671(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3282,7 +3354,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.828701(mm),0.36461589(mm),78.266775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.724035(mm),2.3943924(mm),78.28523(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3293,7 +3365,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 250 -G4PrimaryTransformer::PrimaryVertex (-16.144769(mm),0.64906848(mm),78.387371(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.721502(mm),-0.86358873(mm),78.10935(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3302,7 +3374,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.589741(mm),-3.2238474(mm),78.485237(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.493596(mm),2.7168442(mm),78.678517(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3311,7 +3383,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.156899(mm),-0.21213177(mm),79.266867(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.077083(mm),-0.83405124(mm),79.28094(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3320,7 +3392,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.012138(mm),-1.4528014(mm),78.939738(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.008986(mm),-2.3497988(mm),79.116621(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3329,7 +3401,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.930777(mm),3.0183752(mm),78.425103(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.166387(mm),0.58235678(mm),78.383559(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3338,7 +3410,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.756341(mm),1.8535819(mm),78.279534(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.835077(mm),0.4534962(mm),79.323612(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3347,7 +3419,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.321064(mm),1.3381656(mm),78.179958(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.126648(mm),2.8024784(mm),78.74322(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3356,7 +3428,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.096031(mm),0.56916679(mm),78.395964(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.491888(mm),2.4227886(mm),78.678818(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3365,7 +3437,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.571469(mm),-1.543068(mm),78.841113(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.837001(mm),0.61139786(mm),78.441638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3374,7 +3446,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.876759(mm),1.4959312(mm),79.316263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.227147(mm),-2.1893223(mm),79.078153(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3385,7 +3457,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 260 -G4PrimaryTransformer::PrimaryVertex (-12.872576(mm),-3.4715999(mm),78.964346(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.21852(mm),3.3449519(mm),78.550693(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3394,7 +3466,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.572945(mm),-1.4335862(mm),79.01718(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.836089(mm),-3.4104678(mm),78.97078(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3403,7 +3475,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.690749(mm),-1.6614359(mm),79.349061(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.775539(mm),1.2759073(mm),79.334111(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3412,7 +3484,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.452924(mm),-3.0702002(mm),79.214669(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.530392(mm),-1.8696421(mm),78.319375(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3421,7 +3493,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.174087(mm),-3.2062663(mm),78.382201(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.496081(mm),-2.7278935(mm),78.501752(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3430,7 +3502,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.317846(mm),2.1841063(mm),78.533179(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.984867(mm),1.584126(mm),78.944547(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3439,7 +3511,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.020447(mm),3.7059484(mm),78.585619(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.34081(mm),0.31532014(mm),78.176476(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3448,7 +3520,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.381089(mm),1.9262332(mm),78.522028(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.915883(mm),0.45780819(mm),78.780383(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3457,7 +3529,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.056305(mm),-3.4353916(mm),78.93195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.831408(mm),2.0498259(mm),78.795279(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3466,7 +3538,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.084905(mm),-0.3992186(mm),78.926907(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.626613(mm),0.43871087(mm),79.36037(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3477,7 +3549,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 270 -G4PrimaryTransformer::PrimaryVertex (-16.172369(mm),-0.7445417(mm),78.382504(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.924918(mm),1.6746626(mm),78.955117(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3486,7 +3558,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.91073(mm),0.72183232(mm),79.310273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.684005(mm),1.3738535(mm),78.468616(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3495,7 +3567,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.08235(mm),-1.6768308(mm),78.398377(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.662386(mm),2.7684041(mm),78.472428(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3504,7 +3576,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.39148(mm),-1.9456615(mm),78.520196(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.049003(mm),2.8068258(mm),78.404257(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3513,7 +3585,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.012998(mm),2.9426922(mm),78.586932(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.094049(mm),2.7097592(mm),78.748968(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3522,7 +3594,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.381579(mm),3.1679477(mm),79.050923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.754239(mm),-1.6208316(mm),78.632558(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3531,7 +3603,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.410589(mm),-1.301035(mm),78.164172(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.420692(mm),1.0628433(mm),79.39668(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3540,7 +3612,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.749957(mm),3.1529033(mm),78.985968(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.317846(mm),2.1841063(mm),78.533179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3549,7 +3621,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.296861(mm),0.97311434(mm),78.184226(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.020447(mm),3.7059484(mm),78.585619(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3558,7 +3630,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.751744(mm),-1.0022299(mm),78.985652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.381089(mm),1.9262332(mm),78.522028(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3569,7 +3641,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 280 -G4PrimaryTransformer::PrimaryVertex (-12.56019(mm),-1.9793569(mm),79.019429(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.056305(mm),-3.4353916(mm),78.93195(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3578,7 +3650,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.578068(mm),-0.63430341(mm),78.663622(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.084905(mm),-0.3992186(mm),78.926907(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3587,7 +3659,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.398844(mm),-1.0345218(mm),79.400532(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.172369(mm),-0.7445417(mm),78.382504(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3596,7 +3668,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.253924(mm),2.2965443(mm),78.897105(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.91073(mm),0.72183232(mm),79.310273(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3605,7 +3677,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.852526(mm),-0.93561656(mm),78.967882(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.08235(mm),-1.6768308(mm),78.398377(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3614,7 +3686,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.659563(mm),1.8982973(mm),79.178233(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.39148(mm),-1.9456615(mm),78.520196(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3623,7 +3695,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.466647(mm),1.6927138(mm),79.388577(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.55576(mm),-0.92933128(mm),78.491229(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3632,7 +3704,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.531034(mm),1.6634933(mm),79.02457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.193704(mm),-2.1442596(mm),78.202415(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3641,7 +3713,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.703328(mm),-1.3053596(mm),78.641535(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.543539(mm),2.5168453(mm),78.669711(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3650,7 +3722,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.392008(mm),0.10944805(mm),79.049084(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.458471(mm),-1.0487373(mm),79.213691(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3661,7 +3733,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 290 -G4PrimaryTransformer::PrimaryVertex (-12.451852(mm),-2.2543118(mm),79.038531(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.109627(mm),3.0920166(mm),79.098875(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3670,7 +3742,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.275373(mm),-2.6049512(mm),78.716996(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.860401(mm),1.4822948(mm),79.14282(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3679,7 +3751,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.51145(mm),-2.0892926(mm),78.851696(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.607049(mm),0.72746429(mm),78.305858(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3688,7 +3760,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.381829(mm),-1.1770242(mm),79.050878(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.611693(mm),-0.027576885(mm),78.83402(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3697,7 +3769,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.076661(mm),1.2344346(mm),79.104688(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.898186(mm),2.8147037(mm),78.959831(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3706,7 +3778,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.772662(mm),-3.1586575(mm),78.62931(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.350183(mm),-0.44710582(mm),78.880131(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3715,7 +3787,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.722789(mm),0.32879073(mm),78.638104(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.333606(mm),0.90426096(mm),78.5304(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3724,7 +3796,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.181453(mm),0.071521797(mm),79.438864(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.457667(mm),1.9699995(mm),78.684852(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3733,7 +3805,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.384363(mm),1.4740789(mm),79.226759(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.666378(mm),-0.97448433(mm),78.471724(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3742,7 +3814,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.918593(mm),-3.1690236(mm),78.427252(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.854763(mm),2.1704808(mm),79.320141(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3753,7 +3825,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 300 -G4PrimaryTransformer::PrimaryVertex (-17.361031(mm),1.8887432(mm),78.172911(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.942883(mm),2.8764964(mm),78.775623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3762,7 +3834,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.038615(mm),-1.7657716(mm),78.935069(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.655842(mm),-1.463203(mm),79.355217(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3771,7 +3843,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.990619(mm),1.6703454(mm),79.296186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.807483(mm),-0.61452592(mm),78.975824(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3780,7 +3852,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.50832(mm),1.7615344(mm),78.499594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.850663(mm),3.743675(mm),78.615556(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3789,7 +3861,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.483204(mm),-0.68487157(mm),78.151368(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.481702(mm),0.18265085(mm),78.504287(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3798,7 +3870,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-9.9870325(mm),0.41212245(mm),79.473146(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.853576(mm),-2.144932(mm),78.967697(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3807,7 +3879,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.720022(mm),3.4890601(mm),78.814919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.798948(mm),-1.2988146(mm),79.153656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3816,7 +3888,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.838004(mm),0.93462988(mm),79.146769(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.339377(mm),0.20640525(mm),79.058364(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3825,7 +3897,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.60186(mm),-1.4092959(mm),78.835754(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.472786(mm),0.12661312(mm),79.387494(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3834,7 +3906,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.789954(mm),1.7675921(mm),79.331569(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.081121(mm),1.5474679(mm),79.280228(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3845,7 +3917,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 310 -G4PrimaryTransformer::PrimaryVertex (-11.225314(mm),1.3362529(mm),79.254803(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.868023(mm),0.44915641(mm),79.141476(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3854,7 +3926,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.169564(mm),1.5645262(mm),78.206672(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.376189(mm),-2.3857669(mm),78.346565(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3863,16 +3935,47 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.132414(mm),2.6522977(mm),78.742203(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.861666(mm),-3.0514012(mm),78.789943(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.34 cm -3.04 mm 7.61 cm 26.7 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.299327 cm -2.8701577 mm 7.5416452 cm 22.951961 MeV 3.7826824 MeV 819.03094 um 819.03094 um Target hIoni + 2 -1.2750497 cm -2.685456 mm 7.482784 cm 19.371264 MeV 3.5806979 MeV 669.23169 um 1.4882626 mm Target hIoni + 3 -1.2616697 cm -2.4367232 mm 7.4373051 cm 16.095469 MeV 3.2757942 MeV 540.84086 um 2.0291035 mm Target hIoni + 4 -1.2512214 cm -2.248155 mm 7.4000478 cm 13.03881 MeV 3.0566596 MeV 435.53663 um 2.4646401 mm Target hIoni + 5 -1.2340196 cm -2.1396829 mm 7.3723613 cm 10.0478 MeV 2.9910097 MeV 348.33909 um 2.8129792 mm Target hIoni + 6 -1.2199872 cm -2.0606974 mm 7.3508827 cm 7.4465627 MeV 2.6012375 MeV 273.1348 um 3.086114 mm Target hIoni + 7 -1.2092911 cm -2.0202768 mm 7.3334056 cm 4.4967425 MeV 2.9498202 MeV 213.89939 um 3.3000134 mm Target hIoni + 8 -1.2031951 cm -2.0035854 mm 7.3213513 cm 1.0760899 MeV 3.4206525 MeV 141.7222 um 3.4417356 mm Target hIoni + 9 -1.2033055 cm -2.0015691 mm 7.3202005 cm 76.98296 keV 999.10697 keV 15.375738 um 3.4571113 mm Target hIoni + 10 -1.2033074 cm -2.0015548 mm 7.3201827 cm 0 eV 76.98296 keV 423.3787 nm 3.4575347 mm Target hIoni + 11 -1.2033074 cm -2.0015548 mm 7.3201827 cm 0 eV 0 eV 0 fm 3.4575347 mm Target Scintillation +Track (trackID 2, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 28, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.2 cm -2 mm 7.32 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.2106963 cm -2.035953 mm 7.3305181 cm 225.38587 keV 3.8944279 MeV 165.50081 um 165.50081 um Target muIoni + 2 -1.2106669 cm -2.0362012 mm 7.3305796 cm 15.746633 keV 209.63924 keV 1.7841561 um 167.28496 um Target muIoni + 3 -1.2106659 cm -2.0361982 mm 7.3305802 cm 0 eV 15.746633 keV 103.90574 nm 167.38887 um Target muIoni + 4 -1.2106659 cm -2.0361982 mm 7.3305802 cm 0 eV 0 eV 0 fm 167.38887 um Target Scintillation +Track (trackID 28, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.80704(mm),2.669135(mm),78.446921(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.255436(mm),1.4326414(mm),79.425819(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3881,7 +3984,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.06192(mm),0.11166598(mm),78.225652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.801534(mm),0.35577781(mm),78.800546(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3890,7 +3993,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.803152(mm),3.6652289(mm),78.623934(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.013014(mm),0.65209966(mm),78.234276(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3899,7 +4002,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.176181(mm),-1.2695476(mm),78.381832(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.930004(mm),-0.32709226(mm),78.601566(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3908,7 +4011,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.324714(mm),1.6548434(mm),78.355641(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.184956(mm),-0.23483648(mm),78.909265(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3917,7 +4020,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.552015(mm),3.6712497(mm),78.668216(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.066787(mm),-1.1927254(mm),78.930102(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3926,7 +4029,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.853139(mm),3.9240265(mm),78.791447(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.925879(mm),-1.756743(mm),78.602294(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3937,7 +4040,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 320 -G4PrimaryTransformer::PrimaryVertex (-16.153441(mm),-3.2507901(mm),78.385842(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.526946(mm),0.21378661(mm),79.377944(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3946,7 +4049,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.583352(mm),3.5628174(mm),78.662691(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.80455(mm),-2.808045(mm),78.623687(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3955,7 +4058,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.23513(mm),-2.7792369(mm),79.076745(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.900735(mm),-0.22256362(mm),78.4304(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3964,7 +4067,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.658376(mm),2.2460829(mm),79.35477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.011253(mm),-0.25746589(mm),78.939894(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3973,7 +4076,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.855459(mm),-3.5567543(mm),78.791038(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.777077(mm),0.89486993(mm),78.452205(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3982,7 +4085,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.51813(mm),2.8766801(mm),78.497864(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.837391(mm),-1.0585809(mm),78.794224(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3991,7 +4094,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.45311(mm),0.6178987(mm),79.390964(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.748707(mm),2.0454547(mm),78.986188(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4000,7 +4103,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.55189(mm),-1.3463813(mm),78.844565(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.62051(mm),3.9106077(mm),78.832466(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4009,7 +4112,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.113464(mm),2.763611(mm),79.274525(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.824087(mm),-1.2338981(mm),78.443916(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4018,7 +4121,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.408721(mm),-0.73213266(mm),79.222464(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.938016(mm),-2.0055838(mm),78.600154(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4029,7 +4132,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 330 -G4PrimaryTransformer::PrimaryVertex (-13.105466(mm),2.9315888(mm),78.923282(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.535945(mm),-2.5366806(mm),78.494723(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4038,7 +4141,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.964833(mm),-0.34300496(mm),78.948079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.598154(mm),-1.5511856(mm),79.365388(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4047,7 +4150,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.981408(mm),2.3986127(mm),79.29781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.906709(mm),2.0820925(mm),79.134655(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4056,7 +4159,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.516927(mm),-2.0380768(mm),79.379711(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.28817(mm),-1.0038522(mm),79.420047(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4065,7 +4168,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.638451(mm),2.648887(mm),78.829302(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.869454(mm),-3.191437(mm),78.612243(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4074,7 +4177,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.640992(mm),-3.6906431(mm),78.828854(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.026932(mm),-0.62801877(mm),78.584475(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4083,7 +4186,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.574116(mm),-1.2203333(mm),79.016973(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.731564(mm),2.0525633(mm),78.989211(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4092,7 +4195,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.458785(mm),1.9657483(mm),78.508328(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.048415(mm),3.4483025(mm),78.757014(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4101,7 +4204,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.173824(mm),-3.9599568(mm),78.734901(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.200158(mm),-0.22886115(mm),79.435566(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4110,7 +4213,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.250916(mm),-1.8506779(mm),78.544981(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.127361(mm),-1.4479976(mm),78.743094(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4121,7 +4224,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 340 -G4PrimaryTransformer::PrimaryVertex (-14.341328(mm),-1.5405376(mm),78.705366(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.779697(mm),-0.75076545(mm),79.15705(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4130,7 +4233,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.00981(mm),2.8870571(mm),78.411167(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.549424(mm),1.6232743(mm),78.316019(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4139,7 +4242,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.236363(mm),0.28392801(mm),78.37122(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.42359(mm),-1.825056(mm),78.514534(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4148,7 +4251,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.199126(mm),-0.25409168(mm),79.083094(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.098105(mm),-0.39886788(mm),78.748253(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4157,7 +4260,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.016379(mm),-1.5831137(mm),78.93899(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.929396(mm),-0.96355485(mm),79.306981(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4166,7 +4269,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.284006(mm),-0.26082359(mm),79.068127(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.387346(mm),-2.7590972(mm),79.226233(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4175,7 +4278,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.256435(mm),1.0688336(mm),78.720335(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.520082(mm),2.5543616(mm),78.850174(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4184,7 +4287,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.368931(mm),2.897945(mm),78.524172(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.458679(mm),3.6379122(mm),78.861001(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4193,7 +4296,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.105376(mm),2.3427677(mm),79.099624(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.483897(mm),1.3546776(mm),78.856554(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4202,7 +4305,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.482848(mm),-3.0789723(mm),78.680412(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.217885(mm),-0.019444354(mm),78.198151(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4213,7 +4316,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 350 -G4PrimaryTransformer::PrimaryVertex (-11.080739(mm),-0.29238243(mm),79.280296(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.741762(mm),2.2385314(mm),79.340067(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4222,7 +4325,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.55506(mm),1.8212296(mm),78.844006(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.233702(mm),-0.74949093(mm),78.90067(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4231,16 +4334,160 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.282735(mm),-0.34220543(mm),78.363043(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.88844(mm),3.7018798(mm),78.608895(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.35 cm 3.69 mm 7.07 cm 32.3 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3530129 cm 3.8606996 mm 7.0707071 cm 31.419636 MeV 852.38848 keV 173.14047 um 173.14047 um Target Transportation + 2 13.827412 cm -6.9449963 cm -44.417328 cm 31.419654 MeV2.2220768e-16 eV 3.5905971 m 3.5907702 m CaptureMgnt Decay +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 21, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 13.8 cm -6.94 cm -44.4 cm 37.3 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 3.2887675 cm -1.5236145 cm -2 m 37.26494 MeV4.2805776e-16 eV 9.1357985 m 9.1357985 m CaptureMgnt Transportation + 2 3.900796 mm 2.8771254 cm -2.0091539 m 37.250481 MeV 13.064096 keV 5.3485434 cm 9.189284 m World muIoni + 3 -1.83935 cm 6.265626 cm -2.0161461 m 37.238085 MeV 10.075593 keV 4.1159745 cm 9.2304437 m World muIoni + 4 -13.292643 cm 23.566725 cm -2.0506857 m 37.190353 MeV 46.319121 keV 21.034486 cm 9.4407886 m World muIoni + 5 -15.685494 cm 27.149716 cm -2.0575727 m 37.17791 MeV 11.131978 keV 4.3632458 cm 9.484421 m World muIoni + 6 -20.641396 cm 34.528362 cm -2.0719814 m 37.153315 MeV 18.290544 keV 9.0045499 cm 9.5744665 m World muIoni + 7 -21.041734 cm 35.12311 cm -2.0731468 m 37.148203 MeV 1.2522871 keV 7.2634325 mm 9.58173 m World muIoni + 8 -28.711347 cm 46.558931 cm -2.0959296 m 37.11644 MeV 31.763925 keV 13.956833 cm 9.7212983 m World muIoni + 9 -33.485464 cm 53.651416 cm -2.1102422 m 37.052688 MeV 21.149525 keV 8.6685886 cm 9.8079842 m World muIoni + 10 -36.410993 cm 57.944546 cm -2.1191908 m 37.034474 MeV 14.687581 keV 5.2718288 cm 9.8607025 m World muIoni + 11 -36.723827 cm 58.396257 cm -2.1201617 m 37.023962 MeV 1.5715157 keV 5.5797406 mm 9.8662822 m World muIoni + 12 -46.704267 cm 72.791415 cm -2.1511328 m 36.983154 MeV 40.807825 keV 17.788349 cm 10.044166 m World muIoni + 13 -47.534604 cm 73.987537 cm -2.1537282 m 36.979626 MeV 3.5282493 keV 1.4790307 cm 10.058956 m World muIoni + 14 -54.605341 cm 84.157144 cm -2.1760713 m 36.933726 MeV 32.119119 keV 12.586087 cm 10.184817 m World muIoni + 15 -55.004769 cm 84.729967 cm -2.1773313 m 36.92912 MeV 1.8069383 keV 7.0960908 mm 10.191913 m World muIoni + 16 -55.643022 cm 85.643884 cm -2.1793499 m 36.925353 MeV 2.6384907 keV 1.1328535 cm 10.203242 m World muIoni + 17 -56.442661 cm 86.788478 cm -2.1818652 m 36.921375 MeV 2.3974939 keV 1.4187279 cm 10.217429 m World muIoni + 18 -56.627893 cm 87.053317 cm -2.1824463 m 36.920619 MeV 755.83816 eV 3.2836971 mm 10.220712 m World muIoni + 19 -62.266945 cm 95.306875 cm -2.2002436 m 36.893318 MeV 25.531565 keV 10.153284 cm 10.322245 m World muIoni + 20 -64.98985 cm 99.31764 cm -2.2088944 m 36.874171 MeV 10.40772 keV 4.9243102 cm 10.371488 m World muIoni + 21 -71.361238 cm 1.0867759 m -2.2288982 m 36.838234 MeV 29.219819 keV 11.498074 cm 10.486469 m World muIoni + 22 -73.20011 cm 1.1137095 m -2.2347049 m 36.82997 MeV 6.9635858 keV 3.3125235 cm 10.519594 m World muIoni + 23 -74.088232 cm 1.1267388 m -2.237533 m 36.816729 MeV 2.899305 keV 1.601993 cm 10.535614 m World muIoni + 24 -76.331948 cm 1.159485 m -2.2446683 m 36.807169 MeV 7.2732624 keV 4.0331817 cm 10.575946 m World muIoni + 25 -87.722397 cm 1.3258215 m -2.2807612 m 36.761503 MeV 40.433846 keV 20.480555 cm 10.780752 m World muIoni + 26 -88.065479 cm 1.3308227 m -2.2818751 m 36.759033 MeV 1.1686878 keV 6.1663241 mm 10.786918 m World muIoni + 27 -92.213481 cm 1.3905348 m -2.2956925 m 36.738899 MeV 19.031604 keV 7.4008554 cm 10.860927 m World muIoni + 28 -93.368509 cm 1.4070203 m -2.2996123 m 36.732307 MeV 4.2477563 keV 2.0507214 cm 10.881434 m World muIoni + 29 -93.542653 cm 1.4095052 m -2.3002071 m 36.729405 MeV 1.0599072 keV 3.0920413 mm 10.884526 m World muIoni + 30 -95.485078 cm 1.4372352 m -2.3067704 m 36.720059 MeV 8.2885397 keV 3.4486755 cm 10.919013 m World muIoni + 31 -1.0034243 m 1.506888 m -2.3230658 m 36.697408 MeV 22.651779 keV 8.6466664 cm 11.005479 m World muIoni + 32 -1.0061758 m 1.5108655 m -2.3239858 m 36.696021 MeV 1.3869277 keV 4.923113 mm 11.010402 m World muIoni + 33 -1.0276429 m 1.5419486 m -2.3311517 m 36.685867 MeV 8.1487973 keV 3.8449344 cm 11.048852 m World muIoni + 34 -1.028075 m 1.542575 m -2.3312954 m 36.681047 MeV 12.905742 eV 774.39528 um 11.049626 m World muIoni + 35 -1.0466641 m 1.5695666 m -2.3374752 m 36.672252 MeV 7.3399129 keV 3.3351074 cm 11.082977 m World muIoni + 36 -1.0624987 m 1.5926065 m -2.3426528 m 36.665434 MeV 6.8183032 keV 2.8432042 cm 11.111409 m World muIoni + 37 -1.0694679 m 1.602757 m -2.3449189 m 36.663917 MeV 1.516704 keV 1.2519435 cm 11.123929 m World muIoni + 38 -1.0992525 m 1.6463669 m -2.3546957 m 36.65011 MeV 12.555202 keV 5.3707973 cm 11.177637 m World muIoni + 39 -1.103787 m 1.6530204 m -2.3561963 m 36.647093 MeV 2.0141912 keV 8.1903591 mm 11.185827 m World muIoni + 40 -1.1096592 m 1.6616328 m -2.3581553 m 36.64148 MeV 1.1496562 keV 1.0606268 cm 11.196433 m World muIoni + 41 -1.1106146 m 1.663032 m -2.3584762 m 36.637877 MeV 1.0400907 keV 1.7244718 mm 11.198158 m World muIoni + 42 -1.1373916 m 1.7024974 m -2.3675472 m 36.626228 MeV 10.568849 keV 4.8547015 cm 11.246705 m World muIoni + 43 -1.1584784 m 1.7335919 m -2.3746817 m 36.613053 MeV 9.9136505 keV 3.8241669 cm 11.284946 m World muIoni + 44 -1.1691996 m 1.7493268 m -2.3783007 m 36.608081 MeV 3.9104371 keV 1.9381161 cm 11.304328 m World muIoni + 45 -1.1922415 m 1.7830467 m -2.386085 m 36.598136 MeV 5.6728344 keV 4.157589 cm 11.345903 m World muIoni + 46 -1.2015322 m 1.7966328 m -2.3891949 m 36.591225 MeV 3.2910285 keV 1.675027 cm 11.362654 m World muIoni + 47 -1.2404917 m 1.8534863 m -2.402178 m 36.573387 MeV 13.761254 keV 7.0133745 cm 11.432787 m World muIoni + 48 -1.2594866 m 1.8810674 m -2.4085024 m 36.563906 MeV 8.1784028 keV 3.4081129 cm 11.466869 m World muIoni + 49 -1.3008196 m 1.941109 m -2.4222638 m 36.196417 MeV 17.262531 keV 7.4180997 cm 11.54105 m World muIoni + 50 -1.3101105 m 1.9545455 m -2.4254121 m 36.189984 MeV 4.2352191 keV 1.6636429 cm 11.557686 m World muIoni + 51 -1.3118827 m 1.9571111 m -2.4260126 m 36.178366 MeV 442.52708 eV 3.175448 mm 11.560861 m World muIoni + 52 -1.3448346 m 2.0050596 m -2.4373442 m 36.163918 MeV 12.977906 keV 5.9273125 cm 11.620135 m World muIoni + 53 -1.3471594 m 2.008453 m -2.4381544 m 36.161344 MeV 1.3187242 keV 4.1924546 mm 11.624327 m World muIoni + 54 -1.367626 m 2.0389103 m -2.4454893 m 36.149222 MeV 9.2788223 keV 3.7423171 cm 11.66175 m World muIoni + 55 -1.4017201 m 2.0910363 m -2.4581219 m 36.136599 MeV 11.580089 keV 6.3554094 cm 11.725304 m World muIoni + 56 -1.4277713 m 2.1307285 m -2.4678014 m 36.114824 MeV 14.035491 keV 4.8454484 cm 11.773759 m World muIoni + 57 -1.4290451 m 2.1326732 m -2.4682752 m 36.112642 MeV 205.13214 eV 2.3724882 mm 11.776131 m World muIoni + 58 -1.4454297 m 2.1577236 m -2.4743301 m 36.103332 MeV 6.7089714 keV 3.0539189 cm 11.80667 m World muIoni + 59 -1.4613116 m 2.1821267 m -2.480157 m 36.093512 MeV 6.1749818 keV 2.969339 cm 11.836364 m World muIoni + 60 -1.4960433 m 2.2357312 m -2.4929233 m 36.058138 MeV 13.952748 keV 6.513629 cm 11.9015 m World muIoni + 61 -1.504854 m 2.249372 m -2.4961688 m 36.053981 MeV 4.1570918 keV 1.6560008 cm 11.91806 m World muIoni + 62 -1.517828 m 2.2693861 m -2.5009246 m 36.046721 MeV 6.0835015 keV 2.4320913 cm 11.942381 m World muIoni + 63 -1.5178853 m 2.2694743 m -2.5009455 m 36.046716 MeV 5.0962832 eV 107.16566 um 11.942488 m World muIoni + 64 -1.5182483 m 2.2700337 m -2.5010783 m 36.02812 MeV 150.85182 eV 680.04086 um 11.943168 m World muIoni + 65 -1.519756 m 2.2723513 m -2.501627 m 36.024919 MeV 956.35536 eV 2.8187596 mm 11.945987 m World muIoni + 66 -1.5360811 m 2.2974838 m -2.5075816 m 36.017876 MeV 5.3414449 keV 3.0554987 cm 11.976542 m World muIoni + 67 -1.5364614 m 2.2980667 m -2.5077197 m 36.017717 MeV 159.31865 eV 709.5844 um 11.977252 m World muIoni + 68 -1.5670036 m 2.3447777 m -2.5188125 m 35.998379 MeV 16.611022 keV 5.6901713 cm 12.034153 m World muIoni + 69 -1.5738299 m 2.355196 m -2.5212681 m 35.984118 MeV 1.7693627 keV 1.2695233 cm 12.046849 m World muIoni + 70 -1.5936508 m 2.3855821 m -2.5284447 m 35.968556 MeV 8.795884 keV 3.6982291 cm 12.083831 m World muIoni + 71 -1.5961475 m 2.389412 m -2.5293575 m 35.955998 MeV 871.55814 eV 4.6620907 mm 12.088493 m World muIoni + 72 -1.6390095 m 2.4553271 m -2.5450636 m 35.937676 MeV 15.966988 keV 8.0178938 cm 12.168672 m World muIoni + 73 -1.6453548 m 2.465079 m -2.5474119 m 35.934345 MeV 2.2705277 keV 1.1869218 cm 12.180541 m World muIoni + 74 -1.655186 m 2.4802296 m -2.551098 m 35.927909 MeV 5.3644574 keV 1.8433127 cm 12.198974 m World muIoni + 75 -1.6897666 m 2.533383 m -2.564061 m 35.913061 MeV 14.847444 keV 6.4723628 cm 12.263698 m World muIoni + 76 -1.7015006 m 2.5514233 m -2.5684603 m 35.900448 MeV 6.2562827 keV 2.1965725 cm 12.285664 m World muIoni + 77 -1.7231469 m 2.5848086 m -2.5765697 m 35.887438 MeV 13.010576 keV 4.0606763 cm 12.32627 m World muIoni + 78 -1.8210963 m 2.7356841 m -2.6130168 m 35.840945 MeV 45.087759 keV 18.353837 cm 12.509809 m World muIoni + 79 -1.8746131 m 2.8178141 m -2.6328701 m 35.817091 MeV 22.740181 keV 10.001795 cm 12.609827 m World muIoni + 80 -1.9368799 m 2.9136585 m -2.655963 m 35.785531 MeV 27.818279 keV 11.660483 cm 12.726431 m World muIoni + 81 -1.9413417 m 2.9205203 m -2.6576213 m 35.773021 MeV 2.4107265 keV 8.3511915 mm 12.734783 m World muIoni + 82 -1.9422226 m 2.9218792 m -2.6579487 m 35.764015 MeV 581.34231 eV 1.6521823 mm 12.736435 m World muIoni + 83 -1.951191 m 2.935736 m -2.6612859 m 35.761337 MeV 2.6780976 keV 1.683977 cm 12.753275 m World muIoni + 84 -1.9694733 m 2.9640696 m -2.6681613 m 35.749757 MeV 6.4530759 keV 3.4413869 cm 12.787689 m World muIoni + 85 -1.9837243 m 2.986233 m -2.6735588 m 35.743045 MeV 5.3746065 keV 2.689681 cm 12.814585 m World muIoni + 86 -1.9913416 m 2.9980901 m -2.6764323 m 35.739449 MeV 2.5451074 keV 1.4383023 cm 12.828968 m World muIoni + 87 -1.9926221 m 3.0000854 m -2.6769169 m 35.73817 MeV 1.2793854 keV 2.4198844 mm 12.831388 m World muIoni + 88 -2.0064657 m 3.0216543 m -2.6821367 m 35.730817 MeV 5.6207221 keV 2.6155496 cm 12.857544 m World muIoni + 89 -2.008755 m 3.0252313 m -2.6830023 m 35.72901 MeV 398.40857 eV 4.3342147 mm 12.861878 m World muIoni + 90 -2.0114685 m 3.0294701 m -2.6840285 m 35.726412 MeV 793.07632 eV 5.1364991 mm 12.867014 m World muIoni + 91 -2.0151899 m 3.0352779 m -2.6854311 m 35.723599 MeV 1.4678022 keV 7.0389355 mm 12.874053 m World muIoni + 92 -2.0422845 m 3.0773852 m -2.6957025 m 35.714526 MeV 9.0735845 keV 5.111402 cm 12.925167 m World muIoni + 93 -2.0768505 m 3.1309529 m -2.7086754 m 35.696272 MeV 16.002557 keV 6.5058608 cm 12.990226 m World muIoni + 94 -2.0934322 m 3.1566409 m -2.7148607 m 35.689721 MeV 5.2340095 keV 3.1194352 cm 13.02142 m World muIoni + 95 -2.1040361 m 3.1730738 m -2.7188164 m 35.68427 MeV 4.0889279 keV 1.9953201 cm 13.041374 m World muIoni + 96 -2.1173682 m 3.1937134 m -2.7238236 m 35.676509 MeV 7.76155 keV 2.507611 cm 13.06645 m World muIoni + 97 -2.1372111 m 3.2245179 m -2.7313085 m 35.662376 MeV 10.327806 keV 3.7398945 cm 13.103849 m World muIoni + 98 -2.1569164 m 3.254948 m -2.7386976 m 35.649391 MeV 11.456491 keV 3.699856 cm 13.140847 m World muIoni + 99 -2.1913753 m 3.3080837 m -2.751772 m 35.634383 MeV 13.979759 keV 6.4666606 cm 13.205514 m World muIoni + 100 -2.1922327 m 3.3094032 m -2.7520956 m 35.62914 MeV 216.27534 eV 1.6066266 mm 13.20712 m World muIoni + 101 -2.2252291 m 3.3603358 m -2.7644805 m 35.611604 MeV 15.325504 keV 6.1937787 cm 13.269058 m World muIoni + 102 -2.249419 m 3.3977338 m -2.7734807 m 35.599962 MeV 10.559251 keV 4.5439742 cm 13.314498 m World muIoni + 103 -2.326324 m 3.5166559 m -2.8018048 m 35.567328 MeV 31.34585 keV 14.44275 cm 13.458925 m World muIoni + 104 -2.3373086 m 3.5336366 m -2.8058865 m 35.559699 MeV 5.9010876 keV 2.063172 cm 13.479557 m World muIoni + 105 -2.3720489 m 3.587691 m -2.8186504 m 35.538758 MeV 18.018212 keV 6.5511582 cm 13.545069 m World muIoni + 106 -2.3917231 m 3.6187907 m -2.8259341 m 35.526508 MeV 11.22534 keV 3.7514271 cm 13.582583 m World muIoni + 107 -2.4010967 m 3.6336278 m -2.8294132 m 35.521117 MeV 4.1398281 keV 1.7891537 cm 13.600475 m World muIoni + 108 -2.4384355 m 3.6928735 m -2.8434283 m 35.489029 MeV 15.450791 keV 7.1419143 cm 13.671894 m World muIoni + 109 -2.4653905 m 3.7355929 m -2.8535447 m 35.473604 MeV 12.822822 keV 5.1515604 cm 13.723409 m World muIoni + 110 -2.473344 m 3.7482511 m -2.8565016 m 35.456004 MeV 4.417207 keV 1.5239255 cm 13.738649 m World muIoni + 111 -2.4812934 m 3.760874 m -2.8594453 m 35.45037 MeV 1.7880617 keV 1.5205135 cm 13.753854 m World muIoni + 112 -2.4915162 m 3.7771389 m -2.8632696 m 35.437776 MeV 4.4487682 keV 1.9587653 cm 13.773441 m World muIoni + 113 -2.507347 m 3.80236 m -2.8692125 m 35.430391 MeV 4.4117896 keV 3.0365129 cm 13.803806 m World muIoni + 114 -2.509881 m 3.8064123 m -2.8701605 m 35.426748 MeV 855.34061 eV 4.872385 mm 13.808679 m World muIoni + 115 -2.5374134 m 3.8505219 m -2.8805217 m 35.413036 MeV 12.355417 keV 5.3019384 cm 13.861698 m World muIoni + 116 -2.5435504 m 3.8603613 m -2.8828385 m 35.391807 MeV 3.6430576 keV 1.1825591 cm 13.873524 m World muIoni + 117 -2.5507242 m 3.8718835 m -2.8855649 m 35.386012 MeV 3.2448366 keV 1.3844055 cm 13.887368 m World muIoni + 118 -2.5745952 m 3.9100518 m -2.894637 m 35.3688 MeV 11.543092 keV 4.5923295 cm 13.933291 m World muIoni + 119 -2.6187913 m 3.9801796 m -2.9112935 m 35.341474 MeV 22.783208 keV 8.4549921 cm 14.017841 m World muIoni + 120 -2.6280999 m 3.9948885 m -2.9147741 m 35.335701 MeV 4.5792491 keV 1.7751515 cm 14.035593 m World muIoni + 121 -2.682981 m 4.0815917 m -2.9355268 m 35.303062 MeV 25.143974 keV 10.469061 cm 14.140283 m World muIoni + 122 -2.6996958 m 4.1080298 m -2.9418739 m 35.29548 MeV 6.0296411 keV 3.1916231 cm 14.172199 m World muIoni + 123 -2.7157029 m 4.1332238 m -2.9479432 m 35.285788 MeV 7.7870866 keV 3.0459859 cm 14.202659 m World muIoni + 124 -2.7179005 m 4.1366736 m -2.9487795 m 35.282879 MeV 1.7781436 keV 4.174908 mm 14.206834 m World muIoni + 125 -2.7249326 m 4.1477137 m -2.9514474 m 35.278096 MeV 3.0563925 keV 1.335862 cm 14.220193 m World muIoni + 126 -2.7449517 m 4.1791435 m -2.959038 m 35.269196 MeV 8.8997212 keV 3.8029117 cm 14.258222 m OutOfWorld Transportation +Track (trackID 21, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.828054(mm),0.71175476(mm),78.619543(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.854261445578(mm),-0.75987851210069(mm),79.320229802341(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4249,7 +4496,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.593042(mm),0.49316237(mm),78.484655(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.003316(mm),-0.72722745(mm),79.293947(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4258,7 +4505,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.302591(mm),2.291185(mm),79.241177(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.446279(mm),0.91595665(mm),78.510533(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4267,7 +4514,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.739534(mm),2.5639378(mm),78.635151(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.651402(mm),-3.02891(mm),79.179672(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4276,7 +4523,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.114845(mm),0.7406772(mm),79.097955(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.433574(mm),3.0536157(mm),78.512773(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4285,7 +4532,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.324119(mm),-3.4824536(mm),79.061054(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.041829(mm),-2.6729555(mm),78.581849(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4294,7 +4541,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.926628(mm),-0.3040288(mm),78.954816(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.459075(mm),3.0958461(mm),79.213585(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4305,7 +4552,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 360 -G4PrimaryTransformer::PrimaryVertex (-16.937064(mm),0.58784196(mm),78.247668(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.704254(mm),0.17014592(mm),78.288718(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4314,7 +4561,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.725843(mm),-0.7805201(mm),78.284912(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.856022(mm),1.69492(mm),79.143592(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4323,7 +4570,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.384444(mm),-2.582009(mm),78.345109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.424609(mm),-3.6742352(mm),78.514354(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4332,7 +4579,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.980043(mm),0.034390734(mm),79.298051(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.250062(mm),1.7885227(mm),78.545132(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4341,7 +4588,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.859343(mm),2.7400433(mm),78.96668(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.523424(mm),0.90232522(mm),78.144277(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4350,7 +4597,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.989122(mm),-1.0563658(mm),78.238488(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.27945(mm),-1.7037761(mm),78.892604(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4359,7 +4606,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.477349(mm),-2.0929764(mm),78.681382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.069275(mm),-0.65890655(mm),78.400682(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4368,7 +4615,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.606733(mm),2.0109981(mm),79.011222(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.50669(mm),-1.7365826(mm),78.499881(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4377,7 +4624,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.500562(mm),1.6338795(mm),78.853616(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.952411(mm),-3.5241814(mm),78.597615(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4386,7 +4633,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.137641(mm),-2.1013792(mm),79.093935(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.975663(mm),-1.2889863(mm),79.122496(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4397,7 +4644,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 370 -G4PrimaryTransformer::PrimaryVertex (-12.228063(mm),0.29966718(mm),79.077992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.257032(mm),0.92294833(mm),79.249211(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4406,7 +4653,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.537472(mm),0.66430985(mm),78.141799(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.287906(mm),1.8397677(mm),78.714786(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4415,7 +4662,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.280263(mm),-0.17919053(mm),78.363479(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.902267(mm),-3.9372148(mm),78.782784(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4424,7 +4671,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.789128(mm),-3.4462637(mm),78.626407(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.292082(mm),1.1333326(mm),79.066703(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4433,7 +4680,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.808552(mm),1.383658(mm),79.32829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.259371(mm),1.8084337(mm),78.367163(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4442,7 +4689,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.594065(mm),0.57816993(mm),79.366109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.137407(mm),1.1848402(mm),79.093977(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4451,7 +4698,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.301571(mm),1.5484615(mm),78.712376(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.176162(mm),-2.257127(mm),78.558162(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4460,7 +4707,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.434711(mm),-0.59893181(mm),78.865227(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.172355(mm),-0.19541414(mm),78.558833(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4469,7 +4716,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.089697(mm),-0.9133889(mm),78.573408(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.743675(mm),-1.755354(mm),79.339729(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4478,7 +4725,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.740022(mm),-2.7810138(mm),78.635065(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.339384(mm),-1.3008278(mm),79.411017(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4489,7 +4736,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 380 -G4PrimaryTransformer::PrimaryVertex (-13.502037(mm),3.4831915(mm),78.853356(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.996614(mm),-0.22216747(mm),79.118802(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4498,7 +4745,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.081766(mm),-3.8034169(mm),78.574807(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.585132(mm),-1.0571629(mm),79.191358(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4507,7 +4754,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.445905(mm),-3.6054917(mm),78.863253(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.117317(mm),0.72934706(mm),78.215884(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4516,7 +4763,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.409071(mm),-2.9992999(mm),79.046075(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.620956(mm),-2.2268031(mm),78.832387(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4525,7 +4772,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.027445(mm),-3.376742(mm),78.937039(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.420664(mm),0.1177422(mm),79.220358(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4534,7 +4781,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.83694(mm),3.1668456(mm),78.617976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.776643(mm),-2.5020237(mm),78.275954(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4543,7 +4790,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.415615(mm),-2.9676878(mm),78.51594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.055245(mm),-0.087475366(mm),79.284791(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4552,7 +4799,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.450416(mm),1.030002(mm),78.509804(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.541206(mm),-2.9126967(mm),78.846449(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4561,7 +4808,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.834774(mm),-1.4787036(mm),78.971012(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.874542(mm),2.6913267(mm),78.611346(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4570,7 +4817,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.162895(mm),-2.0201195(mm),78.207848(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.239889(mm),0.69439037(mm),78.546925(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4581,7 +4828,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 390 -G4PrimaryTransformer::PrimaryVertex (-13.159413(mm),-0.26155985(mm),78.913769(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.22858(mm),-2.0937606(mm),79.0779(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4590,7 +4837,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.00295(mm),-2.9471455(mm),78.941358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.514733(mm),2.8578477(mm),79.027444(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4599,7 +4846,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.743962(mm),-0.099639369(mm),78.634371(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.112441(mm),-0.62106835(mm),78.569398(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4608,7 +4855,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.401272(mm),-1.3905473(mm),78.871123(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.30148(mm),0.84489874(mm),78.888719(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4617,7 +4864,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.534336(mm),-1.0032057(mm),78.495006(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.133993(mm),2.9039935(mm),78.918252(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4626,7 +4873,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.21442(mm),2.5917721(mm),79.080397(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.724577(mm),3.9482501(mm),78.814116(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4635,7 +4882,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.021845(mm),2.6361781(mm),79.114353(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.712751(mm),0.44750985(mm),78.463547(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4644,7 +4891,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.308315(mm),-2.6932905(mm),79.063841(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.904473(mm),2.4786366(mm),79.311376(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4653,7 +4900,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.199538(mm),0.86104028(mm),78.906694(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.411819(mm),1.5941697(mm),78.51661(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4662,7 +4909,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.840303(mm),3.0509372(mm),78.970037(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.925354(mm),-0.98382364(mm),78.95504(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4673,7 +4920,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 400 -G4PrimaryTransformer::PrimaryVertex (-15.666605(mm),1.1396794(mm),78.471684(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.356781(mm),-0.1794441(mm),78.878968(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4682,7 +4929,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.030617(mm),2.0339526(mm),78.407499(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.884955(mm),0.70759136(mm),78.256856(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4691,7 +4938,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.882536(mm),3.4316492(mm),78.609936(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.659191(mm),-3.1046203(mm),78.472991(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4700,7 +4947,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.920935(mm),1.2225954(mm),79.308474(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.92105(mm),-1.5846068(mm),78.955799(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4709,7 +4956,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.195919(mm),1.9137997(mm),78.554678(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.024061(mm),2.6907285(mm),78.761309(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4718,7 +4965,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.576285(mm),-3.1697389(mm),78.663937(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.605169(mm),-1.0779418(mm),78.835171(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4727,7 +4974,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.915863(mm),-1.1602205(mm),78.780387(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.339214(mm),-2.6506428(mm),78.705739(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4736,7 +4983,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.919729(mm),-1.8927626(mm),78.603378(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.1301(mm),2.7933923(mm),78.389957(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4745,7 +4992,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.482666(mm),-1.1063387(mm),78.504117(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.442598(mm),2.030621(mm),78.687509(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4754,7 +5001,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.004533(mm),1.5802745(mm),79.293733(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.577253(mm),-2.5173182(mm),78.311112(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4765,7 +5012,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 410 -G4PrimaryTransformer::PrimaryVertex (-13.192358(mm),-1.774145(mm),78.90796(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.981258(mm),-3.0248204(mm),78.592529(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4774,7 +5021,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.596905(mm),-1.7072733(mm),78.660301(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.067771(mm),3.3144068(mm),79.106255(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4783,7 +5030,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.252354(mm),3.3860425(mm),78.897381(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.20113(mm),0.70165642(mm),78.377433(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4792,7 +5039,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.551779(mm),-1.7497707(mm),79.020912(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.161017(mm),2.986547(mm),79.089814(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4801,7 +5048,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.816447(mm),0.70012523(mm),78.62159(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.46927(mm),-1.0187431(mm),79.03546(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4810,7 +5057,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.514814(mm),2.210043(mm),79.203757(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.973995(mm),-3.1335608(mm),78.946464(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4819,7 +5066,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.96115(mm),-0.85250692(mm),79.125055(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.969078(mm),3.3005929(mm),78.41835(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4828,7 +5075,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.317068(mm),0.75276804(mm),78.35699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.840955(mm),-0.57395055(mm),78.440941(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4837,7 +5084,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.329492(mm),3.0097244(mm),78.531126(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.484172(mm),1.9444988(mm),78.327525(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4846,7 +5093,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.391635(mm),-3.6799937(mm),78.872822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.279757(mm),2.0942684(mm),79.068877(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4857,7 +5104,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 420 -G4PrimaryTransformer::PrimaryVertex (-11.070482(mm),1.8768335(mm),79.282104(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.888023(mm),-2.2470475(mm),78.608969(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4866,7 +5113,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.212732(mm),2.7005851(mm),78.551714(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.720378(mm),0.77319793(mm),79.16751(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4875,7 +5122,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.039885(mm),2.3520682(mm),79.111172(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.084492(mm),-0.93653297(mm),79.103307(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4884,7 +5131,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.188357(mm),-1.7015006(mm),78.732339(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.511552(mm),-2.5425195(mm),78.499024(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4893,7 +5140,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.296512(mm),1.3408827(mm),78.713268(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.96115(mm),-0.85250692(mm),79.125055(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4902,7 +5149,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.327178(mm),-1.5117913(mm),79.060515(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.291178(mm),0.82272456(mm),78.890536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4911,7 +5158,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.347833(mm),-1.2021785(mm),79.056873(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.661484(mm),1.0552677(mm),79.354222(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4920,7 +5167,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.05707(mm),3.1885806(mm),78.402834(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.215615(mm),-2.7883042(mm),79.080186(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4929,7 +5176,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.512196(mm),-2.9439284(mm),79.027891(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.329388(mm),-0.17694999(mm),79.412779(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4938,7 +5185,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.790947(mm),-0.35663291(mm),79.331394(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.411469(mm),-3.4218602(mm),78.516671(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4949,7 +5196,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 430 -G4PrimaryTransformer::PrimaryVertex (-16.838499(mm),1.1754184(mm),78.265047(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.718369(mm),2.2606867(mm),79.344191(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4958,7 +5205,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.97248(mm),-1.8897835(mm),78.41775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.132685(mm),1.7391782(mm),78.389501(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4967,7 +5214,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.668491(mm),-0.42865739(mm),79.000332(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.219005(mm),-1.6610642(mm),79.079589(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4976,7 +5223,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.867481(mm),1.410405(mm),78.965245(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.507087(mm),0.13098248(mm),79.028792(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4985,7 +5232,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.93797(mm),-1.6258832(mm),79.30547(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.797733(mm),2.5441097(mm),79.15387(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4994,7 +5241,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.264009(mm),-3.0386996(mm),78.718999(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.742753(mm),2.4931837(mm),78.28193(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5003,7 +5250,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.918513(mm),3.128061(mm),78.77992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.693266(mm),-0.46536076(mm),78.114329(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5012,277 +5259,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.1499(mm),1.0470535(mm),79.268101(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.614492(mm),1.8495781(mm),78.833527(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.24 mm 828 um 4.1 cm 53 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.8625754 mm -621.76349 um 3.9424112 cm 45.000199 MeV 7.9747677 MeV 2.1798148 mm 2.1798148 mm Target hIoni - 2 -3.3405586 mm -1.7065662 mm 3.8319168 cm 39.031779 MeV 5.9684197 MeV 1.7153846 mm 3.8951994 mm Target hIoni - 3 -3.1568622 mm -2.0077955 mm 3.7826435 cm 36.243392 MeV 2.7883869 MeV 607.9828 um 4.5031822 mm Target Transportation - 4 -3.2990338 cm -2.6226685 cm -2 m 36.244054 MeV1.3485382e-16 eV 2.3922574 m 2.3967606 m CaptureMgnt Transportation - 5 -3.2752955 cm -2.6433632 cm -2.0005121 m 36.24269 MeV 80.833095 eV 601.20915 um 2.3973618 m World hIoni - 6 -4.9573222 mm -5.0783588 cm -2.0608032 m 36.219867 MeV 21.046141 keV 7.0714354 cm 2.4680762 m World hIoni - 7 -2.2977836 mm -5.3091066 cm -2.066512 m 36.213932 MeV 1.0976341 keV 6.7072724 mm 2.4747835 m World hIoni - 8 1.9180874 cm -7.1701443 cm -2.1126599 m 36.198514 MeV 12.895927 keV 5.4197028 cm 2.5289805 m World hIoni - 9 4.949866 cm -9.7992526 cm -2.1776098 m 36.173682 MeV 22.544742 keV 7.634721 cm 2.6053277 m World hIoni - 10 6.4238876 cm -11.074415 cm -2.2093342 m 36.159482 MeV 11.579647 keV 3.723341 cm 2.6425611 m World hIoni - 11 9.9938577 cm -14.153655 cm -2.2858303 m 36.138479 MeV 21.003671 keV 8.9857222 cm 2.7324183 m World hIoni - 12 10.082763 cm -14.229701 cm -2.2877347 m 36.135642 MeV 1.2914984 keV 2.2351314 mm 2.7346535 m World hIoni - 13 16.941071 cm -20.10108 cm -2.434022 m 36.086307 MeV 46.096662 keV 17.190381 cm 2.9065573 m World hIoni - 14 17.024868 cm -20.171471 cm -2.4358074 m 36.084249 MeV 793.33633 eV 2.09404 mm 2.9086513 m World hIoni - 15 17.265641 cm -20.373711 cm -2.4409333 m 36.081848 MeV 1.1583649 keV 6.0135714 mm 2.9146649 m World hIoni - 16 18.167528 cm -21.132367 cm -2.4601395 m 36.074746 MeV 5.3539943 keV 2.2533872 cm 2.9371988 m World hIoni - 17 19.319271 cm -22.102627 cm -2.4846412 m 36.066191 MeV 6.6357221 keV 2.8759727 cm 2.9659585 m World hIoni - 18 19.806672 cm -22.509647 cm -2.4950159 m 36.063509 MeV 2.6814207 keV 1.2163746 cm 2.9781222 m World hIoni - 19 21.495481 cm -23.908612 cm -2.5308125 m 36.047799 MeV 13.186553 keV 4.1980192 cm 3.0201024 m World hIoni - 20 21.992867 cm -24.318264 cm -2.5413777 m 36.040482 MeV 4.4165442 keV 1.2375103 cm 3.0324775 m World hIoni - 21 24.304895 cm -26.224254 cm -2.5905961 m 36.027075 MeV 10.712444 keV 5.7621914 cm 3.0900994 m World hIoni - 22 25.563676 cm -27.258185 cm -2.6172675 m 36.01627 MeV 9.541256 keV 3.1252536 cm 3.121352 m World hIoni - 23 25.662071 cm -27.33944 cm -2.6193551 m 36.013138 MeV 714.54548 eV 2.4466984 mm 3.1237987 m World hIoni - 24 28.179487 cm -29.432442 cm -2.6729077 m 35.998485 MeV 14.653308 keV 6.2766823 cm 3.1865655 m World hIoni - 25 31.197753 cm -31.925269 cm -2.736647 m 35.976086 MeV 20.010623 keV 7.4800553 cm 3.2613661 m World hIoni - 26 32.070241 cm -32.638991 cm -2.7549202 m 35.967826 MeV 5.0052534 keV 2.147028 cm 3.2828363 m World hIoni - 27 32.580288 cm -33.060579 cm -2.7657133 m 35.965341 MeV 2.4841519 keV 1.2660125 cm 3.2954965 m World hIoni - 28 33.180073 cm -33.556357 cm -2.7783306 m 35.960297 MeV 2.563126 keV 1.4823973 cm 3.3103204 m World hIoni - 29 33.299203 cm -33.654316 cm -2.780824 m 35.956386 MeV 514.16461 eV 2.9318738 mm 3.3132523 m World hIoni - 30 33.764886 cm -34.037772 cm -2.790564 m 35.949703 MeV 3.5625213 keV 1.1456818 cm 3.3247091 m World hIoni - 31 35.74001 cm -35.681603 cm -2.8321627 m 35.930222 MeV 12.69363 keV 4.8895615 cm 3.3736047 m World hIoni - 32 36.740278 cm -36.51397 cm -2.8531863 m 35.923147 MeV 7.0758155 keV 2.4725083 cm 3.3983298 m World hIoni - 33 38.159296 cm -37.686562 cm -2.8828681 m 35.898293 MeV 10.204425 keV 3.4926622 cm 3.4332564 m World hIoni - 34 41.725837 cm -40.649684 cm -2.9577221 m 35.822315 MeV 26.342543 keV 8.8052226 cm 3.5213087 m World hIoni - 35 43.257694 cm -41.935442 cm -2.9899055 m 35.810816 MeV 10.430147 keV 3.7891232 cm 3.5591999 m World hIoni - 36 44.851634 cm -43.255802 cm -3.0232888 m 35.798466 MeV 10.357315 keV 3.9279047 cm 3.5984789 m World hIoni - 37 45.394572 cm -43.704278 cm -3.0346658 m 35.794929 MeV 2.2701461 keV 1.3380137 cm 3.6118591 m World hIoni - 38 46.400492 cm -44.530519 cm -3.0556934 m 35.777585 MeV 7.0195892 keV 2.4730799 cm 3.6365899 m World hIoni - 39 47.506015 cm -45.446851 cm -3.0787905 m 35.768681 MeV 7.3370607 keV 2.7196768 cm 3.6637867 m World hIoni - 40 49.479308 cm -47.074307 cm -3.1201844 m 35.737827 MeV 13.69191 keV 4.8659037 cm 3.7124457 m World hIoni - 41 49.49662 cm -47.08856 cm -3.1205472 m 35.733775 MeV 46.259277 eV 426.53514 um 3.7128722 m World hIoni - 42 49.698039 cm -47.254561 cm -3.1247643 m 35.68957 MeV 434.7739 eV 4.9595338 mm 3.7178318 m World hIoni - 43 50.560794 cm -47.967355 cm -3.1427671 m 35.681034 MeV 6.4185264 keV 2.1197676 cm 3.7390294 m World hIoni - 44 53.971365 cm -50.786526 cm -3.2140942 m 35.654721 MeV 22.440374 keV 8.3937869 cm 3.8229673 m World hIoni - 45 56.649663 cm -53.005916 cm -3.2705113 m 35.635833 MeV 17.294416 keV 6.627808 cm 3.8892454 m World hIoni - 46 58.895081 cm -54.858176 cm -3.3174592 m 35.616725 MeV 17.027233 keV 5.5239374 cm 3.9444848 m World hIoni - 47 60.171416 cm -55.920051 cm -3.3441119 m 35.608186 MeV 7.450765 keV 3.1401005 cm 3.9758858 m World hIoni - 48 60.944261 cm -56.556057 cm -3.3601689 m 35.59747 MeV 6.9832385 keV 1.8921099 cm 3.9948069 m World hIoni - 49 64.913429 cm -59.838742 cm -3.4422449 m 35.566258 MeV 26.244127 keV 9.6899741 cm 4.0917066 m World hIoni - 50 65.873776 cm -60.636718 cm -3.4621301 m 35.547718 MeV 5.915071 keV 2.3480296 cm 4.1151869 m World hIoni - 51 68.564857 cm -62.886814 cm -3.5179307 m 35.527786 MeV 19.932042 keV 6.5910613 cm 4.1810975 m World hIoni - 52 68.915168 cm -63.176886 cm -3.525174 m 35.526339 MeV 1.4468352 keV 8.5528526 mm 4.1896504 m World hIoni - 53 69.084539 cm -63.316795 cm -3.5286756 m 35.520962 MeV 855.77363 eV 4.1336866 mm 4.1937841 m World hIoni - 54 71.46557 cm -65.288226 cm -3.5779708 m 35.39934 MeV 16.803216 keV 5.8185974 cm 4.25197 m World hIoni - 55 72.558362 cm -66.206565 cm -3.60064 m 35.38869 MeV 7.3995803 keV 2.6789014 cm 4.278759 m World hIoni - 56 72.636006 cm -66.271042 cm -3.602245 m 35.38704 MeV 372.57224 eV 1.8959031 mm 4.2806549 m World hIoni - 57 72.932622 cm -66.517744 cm -3.6083856 m 35.384749 MeV 797.72447 eV 7.2519537 mm 4.2879069 m World hIoni - 58 78.24935 cm -70.920449 cm -3.7186668 m 35.348603 MeV 33.200019 keV 13.010505 cm 4.4180119 m World hIoni - 59 79.774297 cm -72.167737 cm -3.750039 m 35.336514 MeV 10.44435 keV 3.7044906 cm 4.4550569 m World hIoni - 60 83.49722 cm -75.266837 cm -3.8274215 m 35.312266 MeV 24.247637 keV 9.1295303 cm 4.5463522 m World hIoni - 61 84.415036 cm -76.027413 cm -3.8465352 m 35.302963 MeV 5.0239547 keV 2.2525921 cm 4.5688781 m World hIoni - 62 85.505367 cm -76.932125 cm -3.8692738 m 35.294612 MeV 6.2192409 keV 2.6791427 cm 4.5956695 m World hIoni - 63 85.616711 cm -77.024139 cm -3.871587 m 35.292956 MeV 546.87045 eV 2.7270825 mm 4.5983966 m World hIoni - 64 86.25757 cm -77.551818 cm -3.884872 m 35.288631 MeV 4.3250291 keV 1.5665448 cm 4.614062 m World hIoni - 65 90.6503 cm -81.190669 cm -3.9754684 m 35.259078 MeV 27.540428 keV 10.70582 cm 4.7211202 m World hIoni - 66 91.684548 cm -82.020297 cm -3.9965726 m 35.249375 MeV 8.4812569 keV 2.4923537 cm 4.7460438 m World hIoni - 67 91.765349 cm -82.084337 cm -3.9982115 m 35.245365 MeV 360.83189 eV 1.936194 mm 4.74798 m World hIoni - 68 91.886414 cm -82.180204 cm -4.0006713 m 35.244919 MeV 445.5805 eV 2.9044014 mm 4.7508844 m World hIoni - 69 92.545014 cm -82.700787 cm -4.0140273 m 35.240061 MeV 3.3696506 keV 1.5775208 cm 4.7666596 m World hIoni - 70 92.628024 cm -82.766191 cm -4.0157174 m 35.239742 MeV 318.961 eV 1.9933658 mm 4.7686529 m World hIoni - 71 92.677688 cm -82.805311 cm -4.0167278 m 35.239504 MeV 237.42539 eV 1.1918659 mm 4.7698448 m World hIoni - 72 92.881893 cm -82.966127 cm -4.0208818 m 35.23715 MeV 1.2210338 keV 4.9001731 mm 4.774745 m World hIoni - 73 93.897182 cm -83.767725 cm -4.0415766 m 35.228612 MeV 6.6446309 keV 2.4405212 cm 4.7991502 m World hIoni - 74 94.48305 cm -84.231253 cm -4.0535623 m 35.224543 MeV 4.0695184 keV 1.4123239 cm 4.8132734 m World hIoni - 75 94.859138 cm -84.527595 cm -4.0612371 m 35.219878 MeV 2.2443334 keV 9.0459594 mm 4.8223194 m World hIoni - 76 97.928085 cm -86.969545 cm -4.1239499 m 35.197683 MeV 21.041781 keV 7.3966634 cm 4.896286 m World hIoni - 77 98.269807 cm -87.239844 cm -4.1309284 m 35.195334 MeV 2.34922 keV 8.2270379 mm 4.9045131 m World hIoni - 78 1.0044986 m -88.953653 cm -4.1754372 m 35.174554 MeV 15.554036 keV 5.2440341 cm 4.9569534 m World hIoni - 79 1.0059454 m -89.069145 cm -4.1783913 m 35.172903 MeV 515.31016 eV 3.4862559 mm 4.9604397 m World hIoni - 80 1.0438073 m -92.071108 cm -4.2554702 m 35.124391 MeV 25.433528 keV 9.0971284 cm 5.0514109 m World hIoni - 81 1.0489515 m -92.493294 cm -4.2660192 m 35.118928 MeV 3.3494074 keV 1.2472791 cm 5.0638837 m World hIoni - 82 1.0857264 m -95.505425 cm -4.3413769 m 35.095841 MeV 23.087078 keV 8.9098281 cm 5.152982 m World hIoni - 83 1.0990243 m -96.593246 cm -4.3685511 m 35.087338 MeV 7.4052747 keV 3.2149833 cm 5.1851318 m World hIoni - 84 1.1017366 m -96.81374 cm -4.3740781 m 35.084769 MeV 1.564191 keV 6.5395366 mm 5.1916714 m World hIoni - 85 1.1045421 m -97.042357 cm -4.3798075 m 35.07731 MeV 2.856311 keV 6.7767167 mm 5.1984481 m World hIoni - 86 1.1306202 m -99.162944 cm -4.4330467 m 35.061424 MeV 15.885649 keV 6.2961757 cm 5.2614099 m World hIoni - 87 1.1322174 m -99.292204 cm -4.4363005 m 35.058552 MeV 1.4847748 keV 3.8482694 mm 5.2652581 m World hIoni - 88 1.1395951 m -99.888799 cm -4.4513617 m 34.963771 MeV 6.3380639 keV 1.7800623 cm 5.2830588 m World hIoni - 89 1.1413077 m -1.0002571 m -4.4548438 m 34.959539 MeV 932.24786 eV 4.1149683 mm 5.2871737 m World hIoni - 90 1.1598011 m -1.0149324 m -4.4924434 m 34.947834 MeV 10.667022 keV 4.4397362 cm 5.3315711 m World hIoni - 91 1.1898324 m -1.0387427 m -4.5541021 m 34.931007 MeV 15.577029 keV 7.2598605 cm 5.4041697 m World hIoni - 92 1.2023185 m -1.0486554 m -4.5794002 m 34.916152 MeV 8.4792796 keV 2.990239 cm 5.4340721 m World hIoni - 93 1.2094247 m -1.0543524 m -4.5938955 m 34.909134 MeV 5.7292342 keV 1.7119222 cm 5.4511913 m World hIoni - 94 1.2277758 m -1.0691442 m -4.6310722 m 34.892725 MeV 12.578961 keV 4.4019047 cm 5.4952103 m World hIoni - 95 1.2376359 m -1.0770971 m -4.651137 m 34.885687 MeV 5.7113681 keV 2.3728948 cm 5.5189393 m World hIoni - 96 1.2431656 m -1.0815345 m -4.662306 m 34.881886 MeV 3.801326 keV 1.3229393 cm 5.5321687 m World hIoni - 97 1.257638 m -1.0931891 m -4.6916015 m 34.870153 MeV 10.473188 keV 3.4691498 cm 5.5668602 m World hIoni - 98 1.2632868 m -1.0977288 m -4.7029774 m 34.8658 MeV 4.3531407 keV 1.3488184 cm 5.5803484 m World hIoni - 99 1.2734774 m -1.105896 m -4.7235232 m 34.849086 MeV 7.6293526 keV 2.4345047 cm 5.6046934 m World hIoni - 100 1.3064363 m -1.1322544 m -4.7896855 m 34.820936 MeV 19.463696 keV 7.8476382 cm 5.6831698 m World hIoni - 101 1.3140944 m -1.1383603 m -4.8050753 m 34.814938 MeV 4.7500801 keV 1.824208 cm 5.7014119 m World hIoni - 102 1.3258806 m -1.1476987 m -4.8287147 m 34.805027 MeV 8.5781508 keV 2.8016769 cm 5.7294286 m World hIoni - 103 1.3480359 m -1.1654192 m -4.8732713 m 34.784432 MeV 19.286263 keV 5.2822035 cm 5.7822507 m World hIoni - 104 1.4016912 m -1.2079333 m -4.9801821 m 34.745885 MeV 34.940062 keV 12.695015 cm 5.9092008 m World hIoni - 105 1.4149939 m -1.2185345 m -5.0067971 m 34.72488 MeV 11.5431 keV 3.1586524 cm 5.9407874 m World hIoni - 106 1.4336723 m -1.2337534 m -5.0443579 m 34.712445 MeV 10.848903 keV 4.4625179 cm 5.9854125 m World hIoni - 107 1.4409657 m -1.2398444 m -5.059162 m 34.703295 MeV 5.1695019 keV 1.7591335 cm 6.0030039 m World hIoni - 108 1.4479522 m -1.245696 m -5.0734368 m 34.698301 MeV 4.9939246 keV 1.6935849 cm 6.0199397 m World hIoni - 109 1.4652187 m -1.260204 m -5.1088364 m 34.683867 MeV 14.433894 keV 4.1973183 cm 6.0619129 m World hIoni - 110 1.4794824 m -1.2721084 m -5.1379219 m 34.673321 MeV 7.4906051 keV 3.4512861 cm 6.0964258 m World hIoni - 111 1.5084777 m -1.2964533 m -5.1973403 m 34.651587 MeV 21.733349 keV 7.0455433 cm 6.1668812 m World hIoni - 112 1.5246527 m -1.3100068 m -5.2303586 m 34.636268 MeV 9.504286 keV 3.9186073 cm 6.2060673 m World hIoni - 113 1.5556184 m -1.3358199 m -5.2938953 m 34.613369 MeV 21.907456 keV 7.5247769 cm 6.281315 m World hIoni - 114 1.5665488 m -1.3449599 m -5.3164875 m 34.604681 MeV 7.6353334 keV 2.6709904 cm 6.3080249 m World hIoni - 115 1.576326 m -1.3531104 m -5.33666 m 34.593477 MeV 5.5935899 keV 2.3852808 cm 6.3318778 m World hIoni - 116 1.6478103 m -1.4135085 m -5.4857066 m 34.542652 MeV 50.825561 keV 17.599258 cm 6.5078703 m World hIoni - 117 1.6527249 m -1.4176507 m -5.4959459 m 34.540296 MeV 2.3561646 keV 1.2089427 cm 6.5199598 m World hIoni - 118 1.6548391 m -1.4194248 m -5.5003504 m 34.534966 MeV 1.2156776 keV 5.197705 mm 6.5251575 m World hIoni - 119 1.6913112 m -1.449758 m -5.5761068 m 34.507225 MeV 25.174007 keV 8.9383619 cm 6.6145411 m World hIoni - 120 1.7417432 m -1.4921809 m -5.6814801 m 34.464457 MeV 41.671855 keV 12.428535 cm 6.7388264 m World hIoni - 121 1.7492388 m -1.4985026 m -5.697215 m 34.458267 MeV 5.0859791 keV 1.8540102 cm 6.7573665 m World hIoni - 122 1.7665428 m -1.5132075 m -5.7337452 m 34.442738 MeV 12.648164 keV 4.3013285 cm 6.8003798 m World hIoni - 123 1.770871 m -1.5168949 m -5.7429533 m 34.43424 MeV 4.2029774 keV 1.0822164 cm 6.811202 m World hIoni - 124 1.7953443 m -1.5375015 m -5.7949442 m 34.414344 MeV 18.816432 keV 6.1046552 cm 6.8722485 m World hIoni - 125 1.8273058 m -1.5643305 m -5.8630135 m 34.387411 MeV 25.031859 keV 7.9842314 cm 6.9520908 m World hIoni - 126 1.84264 m -1.577328 m -5.8956872 m 34.371789 MeV 11.770846 keV 3.8362084 cm 6.9904529 m World hIoni - 127 1.8526044 m -1.5857415 m -5.9169396 m 34.363497 MeV 6.3350637 keV 2.4934713 cm 7.0153876 m World hIoni - 128 1.882806 m -1.6114431 m -5.9816616 m 34.341411 MeV 20.381763 keV 7.5905702 cm 7.0912933 m World hIoni - 129 1.9168224 m -1.6401764 m -6.0544887 m 34.317583 MeV 22.734927 keV 8.5361255 cm 7.1766546 m World hIoni - 130 1.9402004 m -1.6599962 m -6.1043155 m 34.298232 MeV 19.350841 keV 5.8498598 cm 7.2351532 m World hIoni - 131 1.9458436 m -1.664707 m -6.1162945 m 34.293918 MeV 2.4014137 keV 1.4054656 cm 7.2492079 m World hIoni - 132 1.9547355 m -1.6721345 m -6.1350752 m 34.278702 MeV 7.6850781 keV 2.2066894 cm 7.2712747 m World hIoni - 133 1.9865965 m -1.6988231 m -6.2024989 m 34.252201 MeV 23.793092 keV 7.9204766 cm 7.3504795 m World hIoni - 134 2.0011384 m -1.7110627 m -6.233233 m 34.195745 MeV 13.075159 keV 3.613665 cm 7.3866162 m World hIoni - 135 2.0101733 m -1.7185548 m -6.2521511 m 34.185989 MeV 6.6889354 keV 2.226338 cm 7.4088795 m World hIoni - 136 2.0270634 m -1.7325818 m -6.2874818 m 34.175598 MeV 9.395391 keV 4.159677 cm 7.4504763 m World hIoni - 137 2.0291064 m -1.7342893 m -6.2917689 m 34.172445 MeV 1.5346718 keV 5.0466269 mm 7.4555229 m World hIoni - 138 2.0374497 m -1.7412348 m -6.3092705 m 34.16305 MeV 7.481132 keV 2.0595016 cm 7.476118 m World hIoni - 139 2.0613212 m -1.7611886 m -6.3591673 m 34.146305 MeV 15.421505 keV 5.8802235 cm 7.5349202 m World hIoni - 140 2.0751917 m -1.7727824 m -6.3880914 m 34.137183 MeV 9.1218991 keV 3.410885 cm 7.569029 m World hIoni - 141 2.0780142 m -1.7751291 m -6.3939382 m 34.100181 MeV 3.2230869 keV 6.9034965 mm 7.5759325 m World hIoni - 142 2.0798224 m -1.7766273 m -6.3976703 m 34.098127 MeV 879.51281 eV 4.4093189 mm 7.5803419 m World hIoni - 143 2.0877361 m -1.7831987 m -6.4139967 m 34.089902 MeV 4.3309395 keV 1.9296723 cm 7.5996386 m World hIoni - 144 2.0901658 m -1.7852059 m -6.4189984 m 34.087668 MeV 897.97241 eV 5.9118436 mm 7.6055504 m World hIoni - 145 2.09106 m -1.785945 m -6.4208398 m 34.058591 MeV 307.96505 eV 2.1763463 mm 7.6077268 m World hIoni - 146 2.0941558 m -1.788506 m -6.4271979 m 34.054802 MeV 2.2463163 keV 7.5211226 mm 7.6152479 m World hIoni - 147 2.1224249 m -1.8118806 m -6.4850085 m 34.032342 MeV 21.414139 keV 6.8466121 cm 7.683714 m World hIoni - 148 2.1456451 m -1.831024 m -6.5325705 m 34.015194 MeV 16.052477 keV 5.6283228 cm 7.7399972 m World hIoni - 149 2.1539291 m -1.837815 m -6.5493199 m 34.007288 MeV 5.9595106 keV 1.9881904 cm 7.7598791 m World hIoni - 150 2.1592947 m -1.8421881 m -6.5600645 m 34.002949 MeV 4.3387343 keV 1.2781223 cm 7.7726604 m World hIoni - 151 2.1799416 m -1.8588969 m -6.6010411 m 33.977323 MeV 17.215423 keV 4.8832014 cm 7.8214924 m World hIoni - 152 2.2002167 m -1.8754298 m -6.6414501 m 33.962135 MeV 14.075361 keV 4.8138411 cm 7.8696308 m World hIoni - 153 2.2068466 m -1.8808379 m -6.6546866 m 33.954124 MeV 5.2647107 keV 1.5760999 cm 7.8853918 m World hIoni - 154 2.2252136 m -1.8959421 m -6.6913983 m 33.941473 MeV 11.468197 keV 4.3740554 cm 7.9291323 m World hIoni - 155 2.234871 m -1.9038895 m -6.7107823 m 33.933366 MeV 7.0258241 keV 2.3068677 cm 7.952201 m World hIoni - 156 2.2694462 m -1.9322515 m -6.7794937 m 33.905306 MeV 23.875712 keV 8.1982503 cm 8.0341835 m World hIoni - 157 2.2825497 m -1.9429795 m -6.8054371 m 33.894073 MeV 9.7108961 keV 3.0981466 cm 8.065165 m World hIoni - 158 2.2865546 m -1.9462947 m -6.8133941 m 33.883284 MeV 2.4326213 keV 9.5049554 mm 8.0746699 m World hIoni - 159 2.2953085 m -1.9534648 m -6.8306799 m 33.876427 MeV 5.3627398 keV 2.0660076 cm 8.09533 m World hIoni - 160 2.3015256 m -1.9585645 m -6.8429514 m 33.873713 MeV 2.7141674 keV 1.4671426 cm 8.1100015 m World hIoni - 161 2.3030989 m -1.9598517 m -6.8460589 m 33.868732 MeV 829.61166 eV 3.7132941 mm 8.1137147 m World hIoni - 162 2.3071944 m -1.9632063 m -6.8541427 m 33.865999 MeV 2.7330686 keV 9.6630016 mm 8.1233777 m World hIoni - 163 2.3208309 m -1.9742985 m -6.8810748 m 33.85486 MeV 7.9953837 keV 3.2161268 cm 8.155539 m World hIoni - 164 2.3217078 m -1.975011 m -6.8828124 m 33.853458 MeV 1.4021107 keV 2.0726204 mm 8.1576116 m World hIoni - 165 2.3553189 m -2.0024354 m -6.9497309 m 33.831903 MeV 19.928414 keV 7.9748792 cm 8.2373604 m World hIoni - 166 2.3557835 m -2.0028119 m -6.9506453 m 33.830022 MeV 267.80014 eV 1.0926032 mm 8.238453 m World hIoni - 167 2.4117637 m -2.0483857 m -7.0615542 m 33.792501 MeV 37.521039 keV 13.232951 cm 8.3707825 m World hIoni - 168 2.4455913 m -2.0757259 m -7.1269526 m 33.772405 MeV 19.007959 keV 7.8541541 cm 8.4493241 m World hIoni - 169 2.4509065 m -2.0799971 m -7.1372555 m 33.770468 MeV 1.9365877 keV 1.2354978 cm 8.4616791 m World hIoni - 170 2.463288 m -2.0899215 m -7.1612355 m 33.758099 MeV 7.7861315 keV 2.8754741 cm 8.4904338 m World hIoni - 171 2.4660582 m -2.0921468 m -7.1665928 m 33.754802 MeV 873.09061 eV 6.4285608 mm 8.4968624 m World hIoni - 172 2.4867514 m -2.1087229 m -7.2066344 m 33.742913 MeV 11.888468 keV 4.8024241 cm 8.5448866 m World hIoni - 173 2.4877859 m -2.1095499 m -7.2086484 m 33.741069 MeV 784.49723 eV 2.4105296 mm 8.5472971 m World hIoni - 174 2.4955949 m -2.1158034 m -7.2238508 m 33.727673 MeV 5.5326096 keV 1.8198875 cm 8.565496 m World hIoni - 175 2.5042491 m -2.1227362 m -7.240716 m 33.719784 MeV 3.9772289 keV 2.0184086 cm 8.5856801 m World hIoni - 176 2.5143518 m -2.130849 m -7.2604234 m 33.711909 MeV 5.4689357 keV 2.3585143 cm 8.6092652 m World hIoni - 177 2.5213489 m -2.1364741 m -7.2740493 m 33.705402 MeV 4.3483711 keV 1.6317734 cm 8.625583 m World hIoni - 178 2.5332489 m -2.1460346 m -7.2972414 m 33.697447 MeV 5.8120958 keV 2.7764854 cm 8.6533478 m World hIoni - 179 2.5350856 m -2.1475107 m -7.3008265 m 33.692613 MeV 1.6386479 keV 4.2901453 mm 8.657638 m World hIoni - 180 2.5408519 m -2.1521448 m -7.3120651 m 33.687914 MeV 3.6025854 keV 1.3454783 cm 8.6710927 m World hIoni - 181 2.571272 m -2.1765315 m -7.3718193 m 33.662225 MeV 21.675232 keV 7.13495 cm 8.7424422 m World hIoni - 182 2.6409572 m -2.2313592 m -7.5080498 m 33.61694 MeV 43.469668 keV 16.253852 cm 8.9049808 m World hIoni - 183 2.6639124 m -2.2502677 m -7.5527273 m 33.597648 MeV 17.950238 keV 5.367081 cm 8.9586516 m World hIoni - 184 2.6702864 m -2.2554744 m -7.5650793 m 33.590623 MeV 5.1249291 keV 1.4842922 cm 8.9734945 m World hIoni - 185 2.6709624 m -2.2560266 m -7.5663857 m 33.589967 MeV 656.58681 eV 1.5711051 mm 8.9750656 m World hIoni - 186 2.6770365 m -2.2610048 m -7.5781174 m 33.583613 MeV 5.025254 keV 1.411766 cm 8.9891833 m World hIoni - 187 2.6775449 m -2.2614192 m -7.5790974 m 33.582001 MeV 425.92552 eV 1.1792587 mm 8.9903625 m World hIoni - 188 2.678757 m -2.2624055 m -7.5814339 m 33.578956 MeV 180.72243 eV 2.8109318 mm 8.9931735 m World hIoni - 189 2.6789936 m -2.262598 m -7.5818903 m 33.577415 MeV 67.440462 eV 548.93727 um 8.9937224 m World hIoni - 190 2.7166203 m -2.2933714 m -7.6542613 m 33.551283 MeV 26.13131 keV 8.718018 cm 9.0809026 m World hIoni - 191 2.7206711 m -2.2966468 m -7.6620353 m 33.539296 MeV 4.9767583 keV 9.3579326 mm 9.0902605 m World hIoni - 192 2.726767 m -2.3015519 m -7.673683 m 33.534193 MeV 3.242734 keV 1.4031707 cm 9.1042922 m World hIoni - 193 2.7331071 m -2.3066524 m -7.6858167 m 33.528771 MeV 4.3112147 keV 1.4609573 cm 9.1189018 m World hIoni - 194 2.7564293 m -2.3254663 m -7.7305465 m 33.511009 MeV 17.762272 keV 5.3839077 cm 9.1727409 m World hIoni - 195 2.7685053 m -2.3351912 m -7.7536351 m 33.501368 MeV 6.9610288 keV 2.7811707 cm 9.2005526 m World hIoni - 196 2.8093013 m -2.367998 m -7.8318795 m 33.477363 MeV 24.004901 keV 9.414277 cm 9.2946953 m World hIoni - 197 2.8120818 m -2.3702219 m -7.8372026 m 33.460388 MeV 1.7398125 keV 6.4040484 mm 9.3010994 m World hIoni - 198 2.8155905 m -2.3730261 m -7.8439303 m 33.457301 MeV 1.9473145 keV 8.0893131 mm 9.3091887 m World hIoni - 199 2.8370726 m -2.3903043 m -7.8852528 m 33.4392 MeV 15.435612 keV 4.9674736 cm 9.3588634 m World hIoni - 200 2.856048 m -2.4057269 m -7.9220513 m 33.425892 MeV 11.656026 keV 4.4182268 cm 9.4030457 m World hIoni - 201 2.8929439 m -2.4356447 m -7.9935025 m 33.285158 MeV 25.555915 keV 8.5800542 cm 9.4888462 m World hIoni - 202 2.8934921 m -2.4361036 m -7.9945825 m 33.281636 MeV 195.37478 eV 1.2951365 mm 9.4901414 m World hIoni - 203 2.9149974 m -2.4540317 m -8.0367086 m 33.266626 MeV 15.010731 keV 5.0581607 cm 9.540723 m World hIoni - 204 2.9208546 m -2.4590171 m -8.0483485 m 33.263739 MeV 2.8867944 keV 1.3951621 cm 9.5546746 m World hIoni - 205 2.9648295 m -2.4963883 m -8.1352858 m 33.228637 MeV 33.578241 keV 10.434821 cm 9.6590228 m World hIoni - 206 2.9651986 m -2.4967003 m -8.13601 m 33.226805 MeV 100.69229 eV 870.66228 um 9.6598935 m World hIoni - 207 2.9727644 m -2.503108 m -8.150867 m 33.215782 MeV 5.2680743 keV 1.7861445 cm 9.6777549 m World hIoni - 208 2.9752076 m -2.5051619 m -8.1556554 m 33.209068 MeV 3.6644091 keV 5.754667 mm 9.6835096 m World hIoni - 209 3.0118683 m -2.5362165 m -8.2279892 m 33.181476 MeV 27.592102 keV 8.6835045 cm 9.7703446 m World Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 184, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.01 m -2.54 m -8.23 m 46.8 MeV 0 eV 0 fm 0 fm World initStep - 1 3.0164857 m -2.5401924 m -8.2342786 m 46.794041 MeV 1.7256157 keV 8.7569573 mm 8.7569573 mm World muIoni - 2 3.0167244 m -2.5403976 m -8.2346031 m 46.75969 MeV 71.798882 eV 452.07692 um 9.2090342 mm World muIoni - 3 3.0416318 m -2.5619025 m -8.2685343 m 46.715616 MeV 10.695516 keV 4.7267092 cm 5.6476126 cm World muIoni - 4 3.0470812 m -2.5666019 m -8.2759383 m 46.707578 MeV 2.6676971 keV 1.0324723 cm 6.6800849 cm World muIoni - 5 3.0476902 m -2.5671264 m -8.2767647 m 46.706302 MeV 260.6332 eV 1.1527345 mm 6.7953584 cm World muIoni - 6 3.0582742 m -2.5762523 m -8.291137 m 46.657668 MeV 5.9387127 keV 2.0046597 cm 8.8000181 cm World muIoni - 7 3.0813142 m -2.5961545 m -8.322475 m 46.637577 MeV 10.758045 keV 4.3692216 cm 13.16924 cm World muIoni - 8 3.1051832 m -2.6166938 m -8.354735 m 46.627133 MeV 8.0831354 keV 4.5081113 cm 17.677351 cm World muIoni - 9 3.127123 m -2.6355568 m -8.384411 m 46.615236 MeV 10.886107 keV 4.1446849 cm 21.822036 cm World muIoni - 10 3.144079 m -2.6500771 m -8.4074095 m 46.604347 MeV 9.8903501 keV 3.2051144 cm 25.02715 cm World muIoni - 11 3.1747712 m -2.6762873 m -8.4489463 m 46.590119 MeV 12.841463 keV 5.7916349 cm 30.818785 cm World muIoni - 12 3.1819785 m -2.6824149 m -8.458718 m 46.58655 MeV 3.5690947 keV 1.3600713 cm 32.178857 cm World muIoni - 13 3.2272621 m -2.720951 m -8.5197932 m 46.563053 MeV 21.116092 keV 8.5239796 cm 40.702836 cm World muIoni - 14 3.2923999 m -2.7771254 m -8.6086986 m 46.536562 MeV 24.580352 keV 12.370496 cm 53.073332 cm World muIoni - 15 3.3148034 m -2.7965183 m -8.6394334 m 46.525351 MeV 9.8633261 keV 4.2692225 cm 57.342554 cm World muIoni - 16 3.3791341 m -2.8518191 m -8.7273373 m 46.498424 MeV 25.680864 keV 12.216299 cm 69.558853 cm World muIoni - 17 3.4226478 m -2.8890558 m -8.786604 m 46.461016 MeV 14.222024 keV 8.2416857 cm 77.800539 cm World muIoni - 18 3.4342972 m -2.8991599 m -8.8026845 m 46.455067 MeV 4.4778516 keV 2.2279754 cm 80.028514 cm World muIoni - 19 3.4507906 m -2.9135058 m -8.8254955 m 46.44979 MeV 5.2772487 keV 3.1593989 cm 83.187913 cm World muIoni - 20 3.4789637 m -2.9380464 m -8.8645931 m 46.410987 MeV 11.927472 keV 5.4079554 cm 88.595869 cm World muIoni - 21 3.4889667 m -2.9467692 m -8.8784465 m 46.406546 MeV 3.1988149 keV 1.9185005 cm 90.514369 cm World muIoni - 22 3.4959088 m -2.952855 m -8.8880961 m 46.402082 MeV 1.737779 keV 1.3354556 cm 91.849825 cm World muIoni - 23 3.5056172 m -2.9613696 m -8.9015908 m 46.396336 MeV 3.1672494 keV 1.8677778 cm 93.717603 cm World muIoni - 24 3.5425885 m -2.9938241 m -8.9529671 m 46.377129 MeV 14.446848 keV 7.1131667 cm 1.0083077 m World muIoni - 25 3.5610124 m -3.0099735 m -8.9786114 m 46.369857 MeV 5.7601612 keV 3.5466528 cm 1.0437742 m World muIoni - 26 3.5795837 m -3.0262427 m -9.0044967 m 46.361207 MeV 7.3539688 keV 3.5772 cm 1.0795462 m World muIoni - 27 3.6006874 m -3.0446981 m -9.0339765 m 46.337412 MeV 7.478331 keV 4.0681936 cm 1.1202282 m World muIoni - 28 3.6297743 m -3.0702464 m -9.0747151 m 46.315461 MeV 11.984016 keV 5.6199973 cm 1.1764281 m World muIoni - 29 3.6552049 m -3.092511 m -9.1103097 m 46.301356 MeV 12.870993 keV 4.9085677 cm 1.2255138 m World muIoni - 30 3.663472 m -3.0997391 m -9.1218726 m 46.295998 MeV 2.6773746 keV 1.5946527 cm 1.2414603 m World muIoni - 31 3.6763357 m -3.1110482 m -9.1399102 m 46.2909 MeV 5.098581 keV 2.4874208 cm 1.2663345 m World muIoni - 32 3.7162009 m -3.1456834 m -9.1954552 m 46.272973 MeV 17.926273 keV 7.6643494 cm 1.342978 m World muIoni - 33 3.7240608 m -3.1524872 m -9.2064465 m 46.265464 MeV 3.1888567 keV 1.512875 cm 1.3581068 m World muIoni - 34 3.765967 m -3.188967 m -9.2654227 m 46.243536 MeV 19.923482 keV 8.1025111 cm 1.4391319 m World muIoni - 35 3.8021634 m -3.2202665 m -9.3159081 m 46.229845 MeV 12.645385 keV 6.956021 cm 1.5086921 m World muIoni - 36 3.815322 m -3.2316122 m -9.3342323 m 46.225197 MeV 4.6474833 keV 2.5251865 cm 1.533944 m OutOfWorld Transportation -Track (trackID 184, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.713724645624(mm),-2.2578419570564(mm),78.992356270538(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.240357(mm),-1.4037316(mm),78.546843(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5291,7 +5277,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.776092(mm),-2.4720586(mm),78.805032(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.987261(mm),1.1597053(mm),79.120451(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5302,7 +5288,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 440 -G4PrimaryTransformer::PrimaryVertex (-12.666402(mm),1.2100786(mm),79.000701(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.687633(mm),-3.1632996(mm),78.996957(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5311,7 +5297,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.545055(mm),-1.2501456(mm),79.022097(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.742766(mm),-3.6091377(mm),78.634582(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5320,7 +5306,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.518978(mm),0.035775646(mm),78.850368(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.210326(mm),-1.2793056(mm),79.081119(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5329,7 +5315,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.307223(mm),2.9847508(mm),79.064033(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.963292(mm),2.1750849(mm),79.124678(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5338,7 +5324,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.815848(mm),2.428977(mm),78.974349(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.511667(mm),-0.48151867(mm),79.204312(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5347,7 +5333,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.323338(mm),-2.2356452(mm),79.237519(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.405069(mm),-2.6196124(mm),78.5178(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5356,7 +5342,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.468804(mm),-1.0793607(mm),79.211869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.548431(mm),2.728135(mm),79.197829(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5365,7 +5351,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.738284(mm),-2.5627166(mm),78.635372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.349295(mm),3.0633026(mm),79.056615(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5374,7 +5360,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.533723(mm),-0.41660932(mm),78.847768(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.379383(mm),2.3022731(mm),79.05131(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5383,7 +5369,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.882515(mm),3.2359912(mm),79.138921(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.883989(mm),0.29189943(mm),78.433353(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5394,7 +5380,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 450 -G4PrimaryTransformer::PrimaryVertex (-15.18383(mm),-2.9480807(mm),78.55681(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.964239(mm),-1.461641(mm),78.419203(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5403,7 +5389,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.455412(mm),3.8072944(mm),78.68525(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.27802(mm),-0.81393037(mm),78.716529(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5412,7 +5398,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.51631(mm),-1.8925954(mm),78.674512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.838499(mm),1.1754184(mm),78.265047(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5421,7 +5407,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.543772(mm),3.3774634(mm),78.66967(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.086976(mm),3.0863862(mm),78.573888(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5430,7 +5416,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.225996(mm),0.97097039(mm),79.43101(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.937374(mm),-0.24463523(mm),78.42394(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5439,7 +5425,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.223252(mm),3.7628758(mm),78.726186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.200137(mm),-0.30389282(mm),79.43557(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5448,7 +5434,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.974573(mm),1.9495933(mm),78.593708(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.611084(mm),0.81301994(mm),78.481474(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5457,7 +5443,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.596042(mm),0.12676806(mm),79.365761(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.025401(mm),1.6067831(mm),78.232091(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5466,7 +5452,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.821821(mm),2.3863038(mm),78.620642(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.111589(mm),-1.0992097(mm),79.098529(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5475,7 +5461,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.876081(mm),-0.37185366(mm),78.963728(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.072503(mm),-1.716971(mm),79.105421(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5486,7 +5472,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 460 -G4PrimaryTransformer::PrimaryVertex (-13.326483(mm),-2.9234402(mm),78.884311(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.472754(mm),0.13594323(mm),78.505865(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5495,7 +5481,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.928403(mm),2.2297373(mm),79.13083(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.705418(mm),2.488822(mm),78.641167(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5504,7 +5490,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.263502(mm),-2.8430939(mm),79.24807(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.942781(mm),1.6192329(mm),78.422987(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5513,7 +5499,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.369674(mm),0.12256714(mm),78.524041(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.092315(mm),-2.0344019(mm),78.220293(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5522,7 +5508,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.043442(mm),-0.62289255(mm),78.581564(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.648285(mm),-2.084531(mm),79.003895(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5531,7 +5517,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.761906(mm),-1.447257(mm),78.631207(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.163641(mm),0.81579746(mm),79.442005(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5540,7 +5526,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.591985(mm),-2.0217949(mm),78.308514(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.725442(mm),-1.8078222(mm),78.284982(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5549,7 +5535,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.41625(mm),-2.0268189(mm),78.339501(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.539061(mm),2.9402279(mm),79.023154(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5558,7 +5544,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.401626(mm),2.5593134(mm),79.047388(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.951591(mm),1.5558277(mm),78.950414(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5567,7 +5553,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.787525(mm),-1.1529545(mm),78.450362(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.765726(mm),0.90968548(mm),78.277879(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5578,7 +5564,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 470 -G4PrimaryTransformer::PrimaryVertex (-13.068365(mm),-2.464796(mm),78.929824(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.444743(mm),0.32565427(mm),78.334477(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5587,7 +5573,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.432799(mm),-1.7142054(mm),78.865564(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.095927(mm),-0.97495289(mm),78.219656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5596,7 +5582,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.641401(mm),1.6814957(mm),79.005109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.775329(mm),-3.1882679(mm),78.452513(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5605,7 +5591,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.660939(mm),-1.5750912(mm),79.001664(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.394876(mm),-2.8207252(mm),79.224905(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5614,7 +5600,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.081285(mm),2.6368002(mm),78.751218(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.160827(mm),-3.199002(mm),78.91352(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5623,7 +5609,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.576119(mm),0.49365811(mm),79.01662(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.055384(mm),-0.38570498(mm),78.403132(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5632,7 +5618,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.320305(mm),0.0020282519(mm),78.532746(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.657561(mm),-1.4584265(mm),79.354913(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5641,7 +5627,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.343703(mm),-2.0060866(mm),78.704947(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.498358(mm),-0.65103853(mm),78.50135(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5650,7 +5636,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.216503(mm),-3.4263279(mm),78.903703(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.239557(mm),2.1885464(mm),78.723311(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5659,7 +5645,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.858716(mm),0.3172874(mm),78.43781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.274583(mm),-2.6007025(mm),79.246116(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5670,7 +5656,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 480 -G4PrimaryTransformer::PrimaryVertex (-13.745125(mm),2.5554131(mm),78.810493(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.126226(mm),2.1931584(mm),78.214313(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5679,7 +5665,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.754232(mm),0.8505706(mm),78.985214(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.834007(mm),1.5854449(mm),79.323801(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5688,7 +5674,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.643913(mm),1.7964583(mm),79.180993(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.832206(mm),2.4945131(mm),79.324119(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5697,7 +5683,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.143863(mm),-2.3484408(mm),78.740184(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.202449(mm),2.4080459(mm),79.082508(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5706,7 +5692,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.750956(mm),0.70775339(mm),78.633137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.74508(mm),3.1701842(mm),78.634174(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5715,7 +5701,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.3949(mm),-2.8740437(mm),78.69592(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.095777(mm),-1.6578574(mm),78.92499(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5724,7 +5710,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.549329(mm),-2.2868977(mm),78.492363(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.606354(mm),-1.8631304(mm),79.363943(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5733,7 +5719,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.076001(mm),3.8564518(mm),78.928477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.022471(mm),-3.7334346(mm),78.585262(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5742,7 +5728,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.730528(mm),-2.5878611(mm),79.16572(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.909772(mm),-3.3814712(mm),78.605134(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5751,7 +5737,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.097724(mm),-0.82561346(mm),79.453628(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.774615(mm),-2.4249232(mm),78.276312(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5762,7 +5748,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 490 -G4PrimaryTransformer::PrimaryVertex (-17.199387(mm),1.9777108(mm),78.201413(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.353641(mm),-0.56666447(mm),78.350541(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5771,7 +5757,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.586261(mm),-3.049671(mm),78.838504(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.333335(mm),2.0531103(mm),78.354121(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5780,7 +5766,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.530232(mm),2.0934905(mm),78.49573(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.692398(mm),1.8185309(mm),79.172444(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5789,7 +5775,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.209672(mm),1.8055268(mm),79.081234(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.430043(mm),-3.0422785(mm),78.86605(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5798,7 +5784,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.718058(mm),-3.5264164(mm),78.815265(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.735611(mm),1.1562838(mm),78.988497(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5807,7 +5793,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.308847(mm),1.1447165(mm),79.063747(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.321467(mm),-1.1066106(mm),78.179887(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5816,7 +5802,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.627578(mm),1.6756697(mm),79.3602(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.567695(mm),-1.570634(mm),79.370759(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5825,16 +5811,52 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.250861(mm),-3.5594558(mm),78.721318(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.035493(mm),-1.1829241(mm),79.111947(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -9.31 mm -1.34 mm 6.3 cm 58.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 -9.0589119 mm -1.5846996 mm 6.0569586 cm 50.062631 MeV 8.0667544 MeV 2.4988034 mm 2.4988034 mm Target hIoni + 2 -9.006744 mm -1.6047468 mm 5.8579464 cm 43.290667 MeV 6.7719636 MeV 2.0058746 mm 4.5046779 mm Target hIoni + 3 -8.7827507 mm -1.7540466 mm 5.699361 cm 37.444264 MeV 5.8464033 MeV 1.6209496 mm 6.1256275 mm Target hIoni + 4 -8.424073 mm -1.9098551 mm 5.5750863 cm 32.056024 MeV 5.38824 MeV 1.3132384 mm 7.4388659 mm Target hIoni + 5 -8.1130828 mm -2.0420399 mm 5.4763522 cm 27.216111 MeV 4.8399127 MeV 1.0524292 mm 8.491295 mm Target hIoni + 6 -7.7293983 mm -2.105767 mm 5.4028282 cm 23.186231 MeV 4.0298807 MeV 839.08908 um 9.3303841 mm Target hIoni + 7 -7.5066225 mm -2.0170926 mm 5.340076 cm 19.812304 MeV 3.3739264 MeV 678.09626 um 1.000848 cm Target hIoni + 8 -7.2932104 mm -1.8727116 mm 5.2914581 cm 16.021729 MeV 3.7905753 MeV 555.92204 um 1.0564402 cm Target hIoni + 9 -7.1302984 mm -1.7522464 mm 5.2537302 cm 13.077902 MeV 2.9438267 MeV 433.30574 um 1.0997708 cm Target hIoni + 10 -7.0414344 mm -1.6144901 mm 5.2234108 cm 10.100705 MeV 2.9771969 MeV 349.38616 um 1.1347094 cm Target hIoni + 11 -6.9752942 mm -1.4923725 mm 5.2002918 cm 7.1578455 MeV 2.9428597 MeV 274.38755 um 1.1621482 cm Target hIoni + 12 -6.9462719 mm -1.3629409 mm 5.1850045 cm 4.0953025 MeV 3.062543 MeV 207.46639 um 1.1828948 cm Target hIoni + 13 -6.9120058 mm -1.2662104 mm 5.1782049 cm 676.88585 keV 3.4184167 MeV 128.62229 um 1.1957571 cm Target hIoni + 14 -6.9109786 mm -1.26222 mm 5.1778912 cm 32.481474 keV 644.40437 keV 7.5687292 um 1.1965139 cm Target hIoni + 15 -6.9109898 mm -1.2621807 mm 5.1778903 cm 0 eV 32.481474 keV 187.79866 nm 1.1965327 cm Target hIoni + 16 -6.9109898 mm -1.2621807 mm 5.1778903 cm 0 eV 0 eV 0 fm 1.1965327 cm Target Scintillation +Track (trackID 3, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 10, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.91 mm -1.26 mm 5.18 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -6.8485123 mm -1.1670817 mm 5.1739434 cm 362.52517 keV 3.7572886 MeV 165.50081 um 165.50081 um Target muIoni + 2 -6.8469683 mm -1.1678531 mm 5.1739576 cm 10.761019 keV 351.76415 keV 3.4645767 um 168.96538 um Target muIoni + 3 -6.8469681 mm -1.1678593 mm 5.1739576 cm 0 eV 10.761019 keV 82.149617 nm 169.04753 um Target muIoni + 4 -6.8469681 mm -1.1678593 mm 5.1739576 cm 0 eV 0 eV 0 fm 169.04753 um Target Scintillation +Track (trackID 10, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.100672(mm),-3.4533544(mm),78.571473(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.794353(mm),1.8246512(mm),78.801812(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5843,7 +5865,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.111101(mm),1.0589013(mm),79.451269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.45964(mm),1.2512983(mm),78.33185(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5854,7 +5876,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 500 -G4PrimaryTransformer::PrimaryVertex (-13.714569(mm),-1.184596(mm),78.81588(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.116724(mm),1.7770203(mm),78.215989(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5863,7 +5885,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.382485(mm),-1.5046752(mm),78.169128(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.396688(mm),0.60458898(mm),79.224585(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5872,7 +5894,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.378987(mm),0.98329722(mm),78.522399(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.737238(mm),2.3644838(mm),78.282902(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5881,7 +5903,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.018474(mm),2.3215217(mm),78.40964(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.67828(mm),0.93658564(mm),78.998606(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5890,7 +5912,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.611661(mm),0.27912573(mm),78.657699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.118718(mm),2.1876057(mm),78.744618(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5899,7 +5921,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.006931(mm),3.2031934(mm),78.588002(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.614065(mm),-1.2055808(mm),79.362583(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5908,7 +5930,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.11979(mm),2.6873577(mm),78.391775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.490592(mm),2.6267159(mm),78.679047(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5917,7 +5939,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.322825(mm),2.3497491(mm),78.355975(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.745782(mm),1.9150265(mm),79.339358(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5926,7 +5948,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.171489(mm),-3.5864805(mm),79.087967(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.259475(mm),1.3655469(mm),78.190818(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5935,7 +5957,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.427073(mm),0.42533766(mm),78.337593(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.014928(mm),0.71986577(mm),78.233938(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5946,7 +5968,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 510 -G4PrimaryTransformer::PrimaryVertex (-15.33549(mm),1.3261718(mm),78.530068(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.708362(mm),0.034367741(mm),78.993302(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5955,7 +5977,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.020778(mm),-1.9531955(mm),78.58556(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.603677(mm),3.3574628(mm),79.011761(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5964,7 +5986,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.041758(mm),3.4972746(mm),78.758188(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.41357(mm),-0.51871669(mm),78.516301(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5973,7 +5995,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.367615(mm),-0.2528525(mm),78.17175(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.89603(mm),-3.1415638(mm),78.960211(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5982,7 +6004,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.268705(mm),-1.498088(mm),79.070825(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.826289(mm),1.7433802(mm),79.148835(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5991,7 +6013,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.239087(mm),1.3926863(mm),78.899721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.384854(mm),-2.4463433(mm),78.345037(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6000,7 +6022,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.517138(mm),-0.081630919(mm),79.379674(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.217216(mm),-2.6417503(mm),78.374596(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6009,7 +6031,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.018264(mm),-1.389499(mm),79.114985(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.720652(mm),-0.81194046(mm),78.638481(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6018,7 +6040,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.664266(mm),-1.0178955(mm),79.177404(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.985128(mm),3.2870263(mm),79.120828(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6027,7 +6049,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.603005(mm),-0.13016031(mm),78.482898(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.395718(mm),-2.2491262(mm),79.224756(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6038,7 +6060,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 520 -G4PrimaryTransformer::PrimaryVertex (-15.003201(mm),3.7449078(mm),78.58866(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.66695(mm),-0.14337605(mm),78.64795(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6047,7 +6069,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.686695(mm),-1.3661392(mm),78.468141(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.537613(mm),3.4959462(mm),78.494429(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6056,7 +6078,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.29743(mm),-2.3344299(mm),78.536779(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.729031(mm),-0.74804604(mm),78.637003(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6065,7 +6087,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.646446(mm),-1.3037789(mm),79.180546(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.274459(mm),1.8270414(mm),79.246138(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6074,7 +6096,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.541539(mm),0.33185753(mm),78.493736(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.92282(mm),3.3885855(mm),78.955487(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6083,7 +6105,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.980887(mm),2.5219447(mm),78.592594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.320157(mm),-1.1075866(mm),78.885426(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6092,7 +6114,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.118397(mm),3.0209149(mm),78.392021(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.015434(mm),-2.720871(mm),78.76283(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6101,7 +6123,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.313615(mm),-0.19478264(mm),79.239233(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.817635(mm),-0.87420788(mm),79.150361(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6110,7 +6132,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.234121(mm),-0.040908964(mm),78.547942(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.936845(mm),-1.4801729(mm),78.953014(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6119,7 +6141,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.943673(mm),2.5370807(mm),79.128137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.261874(mm),-2.0190095(mm),78.366722(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6130,7 +6152,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 530 -G4PrimaryTransformer::PrimaryVertex (-13.161497(mm),-3.7654315(mm),78.913402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.706893(mm),-3.5308844(mm),78.640907(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6139,7 +6161,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.829892(mm),-0.091627888(mm),78.090238(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.582105(mm),2.6580952(mm),78.310256(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6148,7 +6170,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.146907(mm),1.0584609(mm),79.444955(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.362946(mm),-1.1982492(mm),79.230535(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6157,7 +6179,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.510942(mm),-0.79225721(mm),79.380766(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.845335(mm),0.098124516(mm),79.321804(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6166,7 +6188,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.374412(mm),-0.053701599(mm),79.052186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.552578(mm),1.2555397(mm),78.139136(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6175,7 +6197,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.074073(mm),1.5235911(mm),79.281471(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.41616(mm),0.055423121(mm),78.16319(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6184,7 +6206,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.605452(mm),3.5349112(mm),79.011448(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.066666(mm),3.4322643(mm),78.930123(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6193,7 +6215,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.852021(mm),0.58471102(mm),79.144298(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.492933(mm),1.7372769(mm),78.854961(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6202,7 +6224,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.513424(mm),1.96346(mm),78.498694(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.54582(mm),-0.47970725(mm),78.669308(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6211,7 +6233,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.373978(mm),-0.53978363(mm),78.346955(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.918837(mm),0.63590272(mm),79.132516(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6222,7 +6244,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 540 -G4PrimaryTransformer::PrimaryVertex (-16.620549(mm),1.4011086(mm),78.303478(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.534791(mm),2.2361602(mm),79.200234(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6231,7 +6253,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.01912(mm),-1.4187226(mm),78.585853(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.077652(mm),-3.389172(mm),79.104513(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6240,7 +6262,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.048261(mm),0.16837707(mm),78.757042(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.575281(mm),-0.20515301(mm),79.016768(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6249,7 +6271,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.397912(mm),-2.4922253(mm),78.871716(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.909861(mm),0.47029033(mm),78.428791(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6258,7 +6280,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.784252(mm),1.6946521(mm),78.97992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.541094(mm),-1.2498851(mm),79.199123(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6267,40 +6289,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.168734(mm),2.0358501(mm),78.383145(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.304229(mm),1.3048791(mm),79.240888(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 cm 3.06 mm 5.32 cm 5.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.1199028 cm 2.9506061 mm 5.3069686 cm 1.969576 MeV 3.2570451 MeV 162.14227 um 162.14227 um Target hIoni - 2 -1.1185504 cm 2.9188113 mm 5.3064141 cm 16.894126 keV 1.9526819 MeV 40.115344 um 202.25761 um Target hIoni - 3 -1.1185496 cm 2.9188082 mm 5.3064131 cm 0 eV 16.894126 keV 120.3927 nm 202.378 um Target hIoni - 4 -1.1185496 cm 2.9188082 mm 5.3064131 cm 0 eV 0 eV 0 fm 202.378 um Target Scintillation -Track (trackID 6, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 cm 2.92 mm 5.31 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.12749 cm 2.923865 mm 5.2973773 cm 236.79106 keV 3.8830227 MeV 165.50081 um 165.50081 um Target muIoni - 2 -1.1275895 cm 2.924497 mm 5.2973344 cm 11.96824 keV 224.82282 keV 1.9077924 um 167.4086 um Target muIoni - 3 -1.1275893 cm 2.9245031 mm 5.2973341 cm 0 eV 11.96824 keV 87.536197 nm 167.49614 um Target muIoni - 4 -1.1275893 cm 2.9245031 mm 5.2973341 cm 0 eV 0 eV 0 fm 167.49614 um Target Scintillation -Track (trackID 20, parentID 6) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.279114(mm),-2.3205847(mm),78.540009(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.384489(mm),-2.300261(mm),78.345101(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6309,7 +6307,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.414635(mm),-2.7241156(mm),79.045094(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.336198(mm),-2.6983383(mm),78.529944(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6318,16 +6316,43 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.94564(mm),1.2156166(mm),78.775136(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.336449(mm),-2.8270891(mm),78.706226(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.33 cm -2.75 mm 7.24 cm 16.8 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3343752 cm -2.9412431 mm 7.1953432 cm 13.273466 MeV 3.5078124 MeV 456.5833 um 456.5833 um Target hIoni + 2 -1.3375732 cm -3.1705019 mm 7.1691022 cm 10.384173 MeV 2.8892927 MeV 354.65044 um 811.23375 um Target hIoni + 3 -1.3434368 cm -3.3725971 mm 7.1511739 cm 7.2398208 MeV 3.1443526 MeV 281.14208 um 1.0923758 mm Target hIoni + 4 -1.351035 cm -3.5221064 mm 7.1395234 cm 4.2600417 MeV 2.9797791 MeV 209.29445 um 1.3016703 mm Target hIoni + 5 -1.3541872 cm -3.6017879 mm 7.1340959 cm 2.1934084 MeV 2.0666332 MeV 104.76975 um 1.40644 mm Target CoulombScat + 6 -1.3512515 cm -3.6096748 mm 7.1357696 cm 197.6713 keV 1.9957371 MeV 47.860212 um 1.4543002 mm Target hIoni + 7 -1.3512724 cm -3.6102358 mm 7.1358133 cm 0 eV 197.6713 keV 1.3467156 um 1.455647 mm Target hIoni + 8 -1.3512724 cm -3.6102358 mm 7.1358133 cm 0 eV 0 eV 0 fm 1.455647 mm Target Scintillation +Track (trackID 6, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 25, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.35 cm -3.61 mm 7.14 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3447984 cm -3.4970532 mm 7.1338816 cm 119.04694 keV 4.0007668 MeV 165.50081 um 165.50081 um Target muIoni + 2 -1.344797 cm -3.4967009 mm 7.1338668 cm 0 eV 119.04694 keV 766.38314 nm 166.26719 um Target muIoni + 3 -1.344797 cm -3.4967009 mm 7.1338668 cm 0 eV 0 eV 0 fm 166.26719 um Target Scintillation +Track (trackID 25, parentID 6) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.52249(mm),3.0861679(mm),78.673422(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.13965(mm),-1.6605586(mm),78.5646(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6338,7 +6363,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 550 -G4PrimaryTransformer::PrimaryVertex (-14.863227(mm),2.8144179(mm),78.613341(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.076001(mm),3.8564518(mm),78.928477(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6347,7 +6372,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.666257(mm),-0.35782227(mm),79.177053(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.972435(mm),2.1067979(mm),78.946739(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6356,7 +6381,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.812793(mm),1.7062428(mm),78.445907(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.618297(mm),-1.84101(mm),79.361837(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6365,7 +6390,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.982649(mm),3.7756544(mm),78.768611(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.41421(mm),2.9650303(mm),79.221496(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6374,7 +6399,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.060458(mm),-1.5259496(mm),78.22591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.608014(mm),2.7934698(mm),78.834669(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6383,7 +6408,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.618942(mm),1.725582(mm),79.185396(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.250435(mm),1.4084634(mm),79.250374(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6392,7 +6417,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.567257(mm),-2.6321059(mm),79.19451(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.24061(mm),0.42611808(mm),79.428433(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6401,7 +6426,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.87985(mm),-2.267393(mm),78.786737(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.224588(mm),1.3040594(mm),78.902277(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6410,254 +6435,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.884615(mm),-3.5224858(mm),78.60957(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.033782(mm),-1.2959124(mm),78.230614(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.38 cm -3.4 mm 7.16 cm 49.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.4259239 cm -3.5955648 mm 7.0774837 cm 46.22341 MeV 3.3767688 MeV 979.10081 um 979.10081 um Target Transportation - 2 -6.7231891 cm 2.9092358 cm -1.4144088 m 46.22342 MeV8.0404671e-17 eV 1.6556709 m 1.65665 m CaptureMgnt Decay -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.72 cm 2.91 cm -1.41 m 49.4 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -3.3280867 cm 8.2911927 cm -2 m 49.404418 MeV2.6912651e-17 eV 66.675835 cm 66.675835 cm CaptureMgnt Transportation - 2 3.349964 mm 8.7032142 cm -2.0676631 m 49.389554 MeV 13.719393 keV 7.7053468 cm 74.381182 cm World muIoni - 3 9.3629879 cm 9.7565 cm -2.2347244 m 49.349278 MeV 35.881273 keV 19.018729 cm 93.399911 cm World muIoni - 4 11.911849 cm 10.026445 cm -2.2818102 m 49.336884 MeV 11.231879 keV 5.3610008 cm 98.760912 cm World muIoni - 5 15.623563 cm 10.421398 cm -2.3504525 m 49.321469 MeV 14.037834 keV 7.8134553 cm 1.0657437 m World muIoni - 6 19.3781 cm 10.808554 cm -2.4192738 m 49.300829 MeV 15.020216 keV 7.8492206 cm 1.1442359 m World muIoni - 7 21.502362 cm 11.026249 cm -2.4582012 m 49.290485 MeV 8.2704988 keV 4.4399721 cm 1.1886356 m World muIoni - 8 24.59146 cm 11.32801 cm -2.5146989 m 49.273161 MeV 12.76142 keV 6.4462021 cm 1.2530976 m World muIoni - 9 25.614053 cm 11.427397 cm -2.5333919 m 49.267453 MeV 4.2816153 keV 2.133041 cm 1.274428 m World muIoni - 10 27.55916 cm 11.61624 cm -2.5689614 m 49.25707 MeV 8.2992168 keV 4.0584504 cm 1.3150125 m World muIoni - 11 30.351168 cm 11.873201 cm -2.6201499 m 49.243632 MeV 11.789019 keV 5.8364526 cm 1.3733771 m World muIoni - 12 42.404753 cm 12.915432 cm -2.8431403 m 49.158248 MeV 50.046593 keV 25.369423 cm 1.6270713 m World muIoni - 13 43.337816 cm 13.002362 cm -2.8601796 m 49.15549 MeV 2.7577489 keV 1.9446174 cm 1.6465175 m World muIoni - 14 50.526022 cm 13.675677 cm -2.9914929 m 49.12466 MeV 29.1864 keV 14.985134 cm 1.7963688 m World muIoni - 15 55.168958 cm 14.092799 cm -3.074813 m 49.10243 MeV 20.451872 keV 9.5474325 cm 1.8918431 m World muIoni - 16 55.598657 cm 14.134447 cm -3.0825801 m 49.098517 MeV 2.8112594 keV 8.8862655 mm 1.9007294 m World muIoni - 17 58.33532 cm 14.404315 cm -3.1320039 m 49.081445 MeV 11.731966 keV 5.6559205 cm 1.9572886 m World muIoni - 18 59.384496 cm 14.510922 cm -3.1510459 m 49.073264 MeV 4.5449951 keV 2.1767256 cm 1.9790559 m World muIoni - 19 65.115094 cm 15.081568 cm -3.2551848 m 49.048125 MeV 23.67268 keV 11.900233 cm 2.0980582 m World muIoni - 20 66.772595 cm 15.23887 cm -3.2854585 m 49.04133 MeV 5.7209313 keV 3.4550014 cm 2.1326082 m World muIoni - 21 68.508163 cm 15.403833 cm -3.3174357 m 49.018155 MeV 6.1257317 keV 3.6420975 cm 2.1690292 m World muIoni - 22 69.754265 cm 15.526146 cm -3.3403776 m 49.007086 MeV 5.7582238 keV 2.6136202 cm 2.1951654 m World muIoni - 23 70.002377 cm 15.549438 cm -3.3449228 m 49.004963 MeV 2.1237774 keV 5.1835262 mm 2.2003489 m World muIoni - 24 71.151142 cm 15.659003 cm -3.3659292 m 48.998888 MeV 4.0004624 keV 2.3967417 cm 2.2243163 m World muIoni - 25 71.495044 cm 15.6925 cm -3.372203 m 48.997032 MeV 836.56735 eV 7.1623834 mm 2.2314787 m World muIoni - 26 73.65171 cm 15.902508 cm -3.4115435 m 48.98197 MeV 6.9508504 keV 4.4913289 cm 2.276392 m World muIoni - 27 73.706605 cm 15.907598 cm -3.4125469 m 48.954461 MeV 363.88986 eV 1.1449142 mm 2.2775369 m World muIoni - 28 75.569583 cm 16.086394 cm -3.446526 m 48.946771 MeV 6.6922922 keV 3.8792327 cm 2.3163292 m World muIoni - 29 76.412977 cm 16.170159 cm -3.4619473 m 48.928523 MeV 5.0751056 keV 1.7596851 cm 2.3339261 m World muIoni - 30 77.516278 cm 16.278079 cm -3.4820696 m 48.924254 MeV 4.2689227 keV 2.2973889 cm 2.3569 m World muIoni - 31 78.172597 cm 16.340647 cm -3.4940689 m 48.921555 MeV 1.5109729 keV 1.3691289 cm 2.3705913 m World muIoni - 32 79.051311 cm 16.424163 cm -3.5101969 m 48.916126 MeV 3.7060642 keV 1.8385398 cm 2.3889767 m World muIoni - 33 79.429517 cm 16.459731 cm -3.5171059 m 48.91325 MeV 931.29459 eV 7.8844605 mm 2.3968611 m World muIoni - 34 87.90081 cm 17.378048 cm -3.6727122 m 48.874925 MeV 35.330563 keV 17.741459 cm 2.5742757 m World muIoni - 35 89.389604 cm 17.559604 cm -3.7002699 m 48.865565 MeV 6.9454234 keV 3.1374753 cm 2.6056505 m World muIoni - 36 94.660927 cm 18.205236 cm -3.7982018 m 48.845381 MeV 17.329952 keV 11.140505 cm 2.7170555 m World muIoni - 37 95.762279 cm 18.340338 cm -3.8188119 m 48.836298 MeV 5.3529439 keV 2.340727 cm 2.7404628 m World muIoni - 38 98.886347 cm 18.716421 cm -3.877377 m 48.813983 MeV 14.6264 keV 6.6483194 cm 2.806946 m World muIoni - 39 1.00089 m 18.863471 cm -3.8998732 m 48.806441 MeV 5.3150363 keV 2.5551471 cm 2.8324975 m World muIoni - 40 1.1160562 m 20.342958 cm -4.1161954 m 48.750867 MeV 53.594979 keV 24.551606 cm 3.0780135 m World muIoni - 41 1.1477194 m 20.772539 cm -4.175945 m 48.732461 MeV 15.164895 keV 6.7757262 cm 3.1457708 m World muIoni - 42 1.1804901 m 21.22668 cm -4.238154 m 48.717207 MeV 13.885471 keV 7.0459317 cm 3.2162301 m World muIoni - 43 1.1863947 m 21.309268 cm -4.2493859 m 48.71277 MeV 2.5645927 keV 1.2716245 cm 3.2289463 m World muIoni - 44 1.1878892 m 21.330207 cm -4.25223 m 48.710953 MeV 780.61614 eV 3.2196361 mm 3.232166 m World muIoni - 45 1.2156691 m 21.72445 cm -4.3052847 m 48.690812 MeV 13.616037 keV 6.0017207 cm 3.2921832 m World muIoni - 46 1.2170644 m 21.743856 cm -4.3079334 m 48.688455 MeV 339.66155 eV 2.999991 mm 3.2951832 m World muIoni - 47 1.2202816 m 21.788585 cm -4.3140367 m 48.680015 MeV 1.9332082 keV 6.9138178 mm 3.302097 m World muIoni - 48 1.2603247 m 22.356479 cm -4.3898979 m 48.659352 MeV 16.945254 keV 8.5968968 cm 3.388066 m World muIoni - 49 1.2803945 m 22.648159 cm -4.4279935 m 48.643555 MeV 11.179518 keV 4.3157669 cm 3.4312236 m World muIoni - 50 1.3080133 m 23.047922 cm -4.4804216 m 48.624871 MeV 11.608344 keV 5.9392671 cm 3.4906163 m World muIoni - 51 1.3203569 m 23.234826 cm -4.5039122 m 48.615501 MeV 5.4388795 keV 2.6601987 cm 3.5172183 m World muIoni - 52 1.3291083 m 23.370057 cm -4.5206411 m 48.607976 MeV 2.7261375 keV 1.8928118 cm 3.5361464 m World muIoni - 53 1.3643761 m 23.929075 cm -4.5879446 m 48.59105 MeV 15.80412 keV 7.6189412 cm 3.6123358 m World muIoni - 54 1.3965957 m 24.419262 cm -4.6492723 m 48.572553 MeV 12.607103 keV 6.9449523 cm 3.6817853 m World muIoni - 55 1.4223423 m 24.817892 cm -4.6983098 m 48.555178 MeV 11.435438 keV 5.5528936 cm 3.7373143 m World muIoni - 56 1.4522628 m 25.300632 cm -4.7554527 m 48.536699 MeV 12.346681 keV 6.4682723 cm 3.801997 m World muIoni - 57 1.4529469 m 25.31162 cm -4.7567593 m 48.533928 MeV 179.5508 eV 1.4789058 mm 3.8034759 m World muIoni - 58 1.4917412 m 25.951412 cm -4.8307884 m 48.5152 MeV 16.651461 keV 8.3823003 cm 3.8872989 m World muIoni - 59 1.4968776 m 26.03506 cm -4.840634 m 48.512539 MeV 2.6604839 keV 1.1136323 cm 3.8984352 m World muIoni - 60 1.502312 m 26.124191 cm -4.8510024 m 48.5077 MeV 3.6563664 keV 1.1740138 cm 3.9101754 m World muIoni - 61 1.5279356 m 26.541962 cm -4.8998989 m 48.494732 MeV 10.212877 keV 5.5361348 cm 3.9655367 m World muIoni - 62 1.5434715 m 26.804889 cm -4.9294264 m 48.486724 MeV 6.84595 keV 3.3468696 cm 3.9990054 m World muIoni - 63 1.5654924 m 27.168386 cm -4.9713244 m 48.474716 MeV 10.961112 keV 4.7471806 cm 4.0464772 m World muIoni - 64 1.5840508 m 27.479818 cm -5.0067199 m 48.463525 MeV 10.020076 keV 4.0086847 cm 4.0865641 m World muIoni - 65 1.6122806 m 27.935673 cm -5.0606266 m 48.448766 MeV 12.959413 keV 6.1021517 cm 4.1475856 m World muIoni - 66 1.6288665 m 28.216213 cm -5.0922566 m 48.439284 MeV 8.3868474 keV 3.5824902 cm 4.1834105 m World muIoni - 67 1.6300687 m 28.236579 cm -5.0945534 m 48.438744 MeV 540.20988 eV 2.6004012 mm 4.1860109 m World muIoni - 68 1.6313775 m 28.258723 cm -5.0970528 m 48.437398 MeV 1.3454708 keV 2.8300305 mm 4.1888409 m World muIoni - 69 1.756146 m 30.389377 cm -5.3373838 m 48.381592 MeV 52.371696 keV 27.163303 cm 4.4604739 m World muIoni - 70 1.7674964 m 30.586238 cm -5.3595073 m 48.37404 MeV 5.0696362 keV 2.4943073 cm 4.485417 m World muIoni - 71 1.7678752 m 30.592758 cm -5.3602459 m 48.372676 MeV 108.33279 eV 832.68462 um 4.4862497 m World muIoni - 72 1.7680529 m 30.595802 cm -5.3605922 m 48.368823 MeV 0 eV 390.37975 um 4.4866401 m World muIoni - 73 1.785388 m 30.893729 cm -5.3943618 m 48.360587 MeV 5.5993251 keV 3.8075821 cm 4.5247159 m World muIoni - 74 1.7944018 m 31.046948 cm -5.411936 m 48.356591 MeV 2.5515643 keV 1.9810268 cm 4.5445262 m World muIoni - 75 1.8355584 m 31.741251 cm -5.4920608 m 48.335368 MeV 19.56337 keV 9.0344276 cm 4.6348704 m World muIoni - 76 1.8530183 m 32.041219 cm -5.5260978 m 48.324807 MeV 9.2054744 keV 3.8371371 cm 4.6732418 m World muIoni - 77 1.8707006 m 32.343087 cm -5.560341 m 48.315117 MeV 7.8578012 keV 3.8657194 cm 4.711899 m World muIoni - 78 1.8822526 m 32.545059 cm -5.5827645 m 48.298525 MeV 5.1914387 keV 2.530494 cm 4.737204 m World muIoni - 79 1.9101212 m 33.020514 cm -5.636972 m 48.28293 MeV 14.578366 keV 6.1137008 cm 4.798341 m World muIoni - 80 1.9267114 m 33.305732 cm -5.6692617 m 48.273091 MeV 8.1764268 keV 3.6414153 cm 4.8347551 m World muIoni - 81 1.9301816 m 33.366463 cm -5.6760368 m 48.269632 MeV 2.0211752 keV 7.6363387 mm 4.8423915 m World muIoni - 82 1.9405862 m 33.548149 cm -5.6963323 m 48.26292 MeV 5.2703604 keV 2.287937 cm 4.8652708 m World muIoni - 83 1.9468298 m 33.659201 cm -5.7085587 m 48.255934 MeV 2.7870079 keV 1.3773211 cm 4.879044 m World muIoni - 84 1.9535852 m 33.779604 cm -5.7217507 m 48.250948 MeV 3.4725648 keV 1.4869903 cm 4.8939139 m World muIoni - 85 1.9566058 m 33.833683 cm -5.7276557 m 48.24994 MeV 1.0075448 keV 6.6547441 mm 4.9005687 m World muIoni - 86 1.963144 m 33.950831 cm -5.7404476 m 48.24689 MeV 2.0144233 keV 1.4413594 cm 4.9149823 m World muIoni - 87 1.9905129 m 34.438919 cm -5.7940812 m 48.230971 MeV 12.118527 keV 6.0410492 cm 4.9753928 m World muIoni - 88 1.9972767 m 34.560996 cm -5.8072235 m 48.225721 MeV 2.3470401 keV 1.4831011 cm 4.9902238 m World muIoni - 89 2.0855628 m 36.133441 cm -5.9785441 m 48.184924 MeV 36.456707 keV 19.33727 cm 5.1835965 m World muIoni - 90 2.1379803 m 37.009516 cm -6.0807757 m 48.154708 MeV 21.674989 keV 11.522004 cm 5.2988165 m World muIoni - 91 2.1893166 m 37.889275 cm -6.1810245 m 48.125964 MeV 27.646074 keV 11.297198 cm 5.4117885 m World muIoni - 92 2.1899953 m 37.90095 cm -6.1823411 m 48.122477 MeV 167.29167 eV 1.4858521 mm 5.4132743 m World muIoni - 93 2.244801 m 38.835163 cm -6.2889595 m 48.100117 MeV 22.360279 keV 12.024118 cm 5.5335155 m World muIoni - 94 2.2469194 m 38.867723 cm -6.2929228 m 48.097633 MeV 1.0550103 keV 4.5057366 mm 5.5380213 m World muIoni - 95 2.2638143 m 39.129185 cm -6.3245727 m 48.08613 MeV 7.2483864 keV 3.5972059 cm 5.5739933 m World muIoni - 96 2.2827119 m 39.418449 cm -6.3600158 m 48.076192 MeV 8.148131 keV 4.0270444 cm 5.6142638 m World muIoni - 97 2.3139477 m 39.887729 cm -6.4188895 m 48.048657 MeV 13.764913 keV 6.681173 cm 5.6810755 m World muIoni - 98 2.3278359 m 40.107621 cm -6.4449029 m 48.040943 MeV 6.3462437 keV 2.9570463 cm 5.710646 m World muIoni - 99 2.3929223 m 41.106146 cm -6.5676608 m 48.013195 MeV 26.321311 keV 13.930514 cm 5.8499511 m World muIoni - 100 2.4397661 m 41.841103 cm -6.6562187 m 47.993344 MeV 18.70214 keV 10.045359 cm 5.9504047 m World muIoni - 101 2.4545842 m 42.078876 cm -6.6843787 m 47.986173 MeV 4.9484394 keV 3.1909486 cm 5.9823142 m World muIoni - 102 2.4555259 m 42.093851 cm -6.6861681 m 47.981616 MeV 418.05234 eV 2.0275882 mm 5.9843418 m World muIoni - 103 2.4567214 m 42.112641 cm -6.6884403 m 47.97694 MeV 949.87777 eV 2.5743565 mm 5.9869161 m World muIoni - 104 2.4568338 m 42.114414 cm -6.6886539 m 47.975729 MeV 6.0852318 eV 242.0821 um 5.9871582 m World muIoni - 105 2.462384 m 42.201772 cm -6.6991964 m 47.973237 MeV 2.4919937 keV 1.1946229 cm 5.9991044 m World muIoni - 106 2.4672768 m 42.27966 cm -6.7084949 m 47.959216 MeV 3.1564534 keV 1.0535959 cm 6.0096404 m World muIoni - 107 2.4895663 m 42.634983 cm -6.7509421 m 47.944473 MeV 10.813895 keV 4.807517 cm 6.0577155 m World muIoni - 108 2.5047368 m 42.876438 cm -6.7798208 m 47.935555 MeV 5.2805662 keV 3.2710122 cm 6.0904257 m World muIoni - 109 2.5175714 m 43.081565 cm -6.8042561 m 47.926998 MeV 6.2879508 keV 2.7677088 cm 6.1181028 m World muIoni - 110 2.5450898 m 43.524984 cm -6.8565035 m 47.914949 MeV 10.927373 keV 5.9217526 cm 6.1773203 m World muIoni - 111 2.5527592 m 43.643567 cm -6.8710751 m 47.908803 MeV 3.3162651 keV 1.6509292 cm 6.1938296 m World muIoni - 112 2.5529155 m 43.646016 cm -6.871371 m 47.898519 MeV 38.392938 eV 335.54504 um 6.1941651 m World muIoni - 113 2.5563042 m 43.699053 cm -6.8777709 m 47.895086 MeV 2.3921579 keV 7.2610187 mm 6.2014261 m World muIoni - 114 2.5579252 m 43.724391 cm -6.8808287 m 47.892107 MeV 1.809389 keV 3.4702427 mm 6.2048964 m World muIoni - 115 2.5709853 m 43.926199 cm -6.9055286 m 47.884396 MeV 6.46837 keV 2.8012859 cm 6.2329092 m World muIoni - 116 2.5732336 m 43.961087 cm -6.9097568 m 47.881095 MeV 478.45343 eV 4.8014895 mm 6.2377107 m World muIoni - 117 2.6186153 m 44.678812 cm -6.9952382 m 47.850345 MeV 27.51002 keV 9.7046924 cm 6.3347577 m World muIoni - 118 2.6218305 m 44.729649 cm -7.0012708 m 47.847133 MeV 1.0762344 keV 6.8548421 mm 6.3416125 m World muIoni - 119 2.678204 m 45.687884 cm -7.1086178 m 47.819912 MeV 25.547318 keV 12.162763 cm 6.4632401 m World muIoni - 120 2.7050441 m 46.149633 cm -7.1600764 m 47.807848 MeV 11.059356 keV 5.8220853 cm 6.521461 m World muIoni - 121 2.7062259 m 46.170566 cm -7.1623167 m 47.80572 MeV 954.05882 eV 2.5415496 mm 6.5240025 m World muIoni - 122 2.7290659 m 46.57563 cm -7.2057269 m 47.794123 MeV 10.340502 keV 4.9219102 cm 6.5732216 m World muIoni - 123 2.7406808 m 46.779105 cm -7.2277031 m 47.789509 MeV 4.6142936 keV 2.4939887 cm 6.5981615 m World muIoni - 124 2.7940498 m 47.711546 cm -7.3284786 m 47.766462 MeV 22.008236 keV 11.441569 cm 6.7125772 m World muIoni - 125 2.8258335 m 48.262287 cm -7.3883824 m 47.743165 MeV 12.717115 keV 6.8036901 cm 6.7806141 m World muIoni - 126 2.889473 m 49.395733 cm -7.5091297 m 47.708289 MeV 29.920884 keV 13.696158 cm 6.9175757 m World muIoni - 127 2.8902765 m 49.410038 cm -7.5106535 m 47.70819 MeV 99.678306 eV 1.7286103 mm 6.9193043 m World muIoni - 128 2.914876 m 49.850981 cm -7.557334 m 47.695841 MeV 11.325712 keV 5.2949563 cm 6.9722539 m World muIoni - 129 2.9351145 m 50.211974 cm -7.5957748 m 47.685649 MeV 9.1001011 keV 4.3592708 cm 7.0158466 m World muIoni - 130 2.9358762 m 50.225773 cm -7.5972241 m 47.682179 MeV 250.83246 eV 1.6430879 mm 7.0174897 m World muIoni - 131 2.96935 m 50.823065 cm -7.6608161 m 47.664479 MeV 14.539389 keV 7.2111767 cm 7.0896014 m World muIoni - 132 2.9971648 m 51.337263 cm -7.713884 m 47.649498 MeV 13.454444 keV 6.0135969 cm 7.1497374 m World muIoni - 133 3.0444617 m 52.209557 cm -7.8044561 m 47.62475 MeV 16.622463 keV 10.254954 cm 7.2522869 m World muIoni - 134 3.101739 m 53.215506 cm -7.9138903 m 47.595746 MeV 25.055224 keV 12.392586 cm 7.3762128 m World muIoni - 135 3.111554 m 53.394359 cm -7.9324467 m 47.586518 MeV 5.022105 keV 2.1068331 cm 7.3972811 m World muIoni - 136 3.1315423 m 53.766495 cm -7.9701956 m 47.578602 MeV 7.9156631 keV 4.287608 cm 7.4401572 m World muIoni - 137 3.1526827 m 54.149391 cm -8.0099889 m 47.548759 MeV 10.053613 keV 4.5222594 cm 7.4853798 m World muIoni - 138 3.1697692 m 54.46263 cm -8.0421362 m 47.267079 MeV 7.5679101 keV 3.6540603 cm 7.5219204 m World muIoni - 139 3.1989224 m 54.969313 cm -8.096841 m 47.255069 MeV 10.89337 keV 6.2194616 cm 7.584115 m World muIoni - 140 3.2578575 m 55.996745 cm -8.2071245 m 47.2194 MeV 24.697299 keV 12.546339 cm 7.7095784 m World muIoni - 141 3.2845452 m 56.468144 cm -8.2564381 m 47.199634 MeV 15.37598 keV 5.6269725 cm 7.7658481 m World muIoni - 142 3.3242554 m 57.155062 cm -8.3294365 m 47.177928 MeV 16.316973 keV 8.3383954 cm 7.8492321 m World muIoni - 143 3.3269096 m 57.201394 cm -8.3343331 m 47.169703 MeV 928.51205 eV 5.5889968 mm 7.8548211 m World muIoni - 144 3.3860317 m 58.248408 cm -8.4437014 m 47.139546 MeV 28.104894 keV 12.476646 cm 7.9795875 m World muIoni - 145 3.3875321 m 58.275296 cm -8.4464887 m 47.138162 MeV 1.3843914 keV 3.1768262 mm 7.9827644 m World muIoni - 146 3.4036345 m 58.565668 cm -8.4764007 m 47.126898 MeV 6.7916422 keV 3.4094674 cm 8.016859 m World muIoni - 147 3.4585856 m 59.548814 cm -8.5776681 m 47.10499 MeV 20.667622 keV 11.563472 cm 8.1324938 m World muIoni - 148 3.465029 m 59.669636 cm -8.5896163 m 47.095692 MeV 4.034044 keV 1.3628482 cm 8.1461222 m World muIoni - 149 3.5043115 m 60.400306 cm -8.6628258 m 47.078595 MeV 15.754424 keV 8.3403313 cm 8.2295256 m World muIoni - 150 3.5186106 m 60.672595 cm -8.6892542 m 47.066162 MeV 5.5297727 keV 3.0171773 cm 8.2596973 m World muIoni - 151 3.6029771 m 62.248517 cm -8.8461582 m 47.032306 MeV 33.855749 keV 17.884762 cm 8.4385449 m World muIoni - 152 3.6110255 m 62.401311 cm -8.8612457 m 47.026558 MeV 4.4945618 keV 1.7168135 cm 8.4557131 m World muIoni - 153 3.6611544 m 63.361223 cm -8.9548031 m 47.005022 MeV 21.535713 keV 10.65743 cm 8.5622874 m World muIoni - 154 3.6894743 m 63.900041 cm -9.0080596 m 46.995141 MeV 9.8809399 keV 6.0558718 cm 8.6228461 m World muIoni - 155 3.6942961 m 63.990489 cm -9.0171562 m 46.993234 MeV 1.9072515 keV 1.0335104 cm 8.6331812 m World muIoni - 156 3.7093037 m 64.270655 cm -9.0454875 m 46.985729 MeV 6.1401636 keV 3.2182923 cm 8.6653641 m World muIoni - 157 3.724973 m 64.559137 cm -9.0751402 m 46.811149 MeV 6.4064808 keV 3.3662102 cm 8.6990262 m World muIoni - 158 3.7547985 m 65.083244 cm -9.1313392 m 46.798953 MeV 12.195102 keV 6.3838601 cm 8.7628648 m World muIoni - 159 3.7561414 m 65.107407 cm -9.1338672 m 46.789515 MeV 900.54745 eV 2.8726892 mm 8.7657375 m World muIoni - 160 3.762203 m 65.215967 cm -9.14524 m 46.788008 MeV 1.5067082 keV 1.2932999 cm 8.7786705 m World muIoni - 161 3.8221614 m 66.289802 cm -9.2579264 m 46.762782 MeV 22.185935 keV 12.809613 cm 8.9067667 m World muIoni - 162 3.8300542 m 66.430406 cm -9.2726429 m 46.754713 MeV 4.9759753 keV 1.6758511 cm 8.9235252 m World muIoni - 163 3.8588492 m 66.939808 cm -9.3263666 m 46.737326 MeV 15.241593 keV 6.1166511 cm 8.9846917 m World muIoni - 164 3.864464 m 67.04026 cm -9.3368446 m 46.732964 MeV 2.0210361 keV 1.1929962 cm 8.9966216 m World muIoni - 165 3.8703634 m 67.145727 cm -9.347882 m 46.72625 MeV 2.4091104 keV 1.2559366 cm 9.009181 m World muIoni - 166 3.9047391 m 67.765895 cm -9.4122541 m 46.711245 MeV 13.637388 keV 7.3238918 cm 9.0824199 m World muIoni - 167 3.9189569 m 68.021205 cm -9.4389121 m 46.702783 MeV 6.0902346 keV 3.0320252 cm 9.1127402 m World muIoni - 168 3.9212946 m 68.063418 cm -9.4433011 m 46.677949 MeV 876.62771 eV 4.9906231 mm 9.1177308 m World muIoni - 169 3.9461825 m 68.521073 cm -9.4900844 m 46.666121 MeV 10.418627 keV 5.3188696 cm 9.1709195 m World muIoni - 170 3.9529358 m 68.645679 cm -9.5027995 m 46.656462 MeV 1.4893104 keV 1.4450999 cm 9.1853705 m World muIoni - 171 3.9734985 m 69.017965 cm -9.5414778 m 46.64106 MeV 8.4106318 keV 4.3962527 cm 9.229333 m World muIoni - 172 3.9923788 m 69.35306 cm -9.5769563 m 46.621422 MeV 8.9780215 keV 4.0329017 cm 9.269662 m World muIoni - 173 3.9963652 m 69.421815 cm -9.5843916 m 46.618331 MeV 1.0466916 keV 8.464476 mm 9.2781265 m World muIoni - 174 4.0034741 m 69.543529 cm -9.5976123 m 46.574852 MeV 3.3759765 keV 1.5060115 cm 9.2931866 m World muIoni - 175 4.0241517 m 69.901367 cm -9.6362144 m 46.566208 MeV 7.3551698 keV 4.3937355 cm 9.337124 m World muIoni - 176 4.0241849 m 69.901946 cm -9.6362764 m 46.566208 MeV 0 eV 70.646269 um 9.3371946 m World muIoni - 177 4.0687982 m 70.672387 cm -9.7197265 m 46.545528 MeV 19.644178 keV 9.4940202 cm 9.4321348 m World muIoni - 178 4.0774871 m 70.824061 cm -9.7359597 m 46.540238 MeV 4.240566 keV 1.8474715 cm 9.4506095 m World muIoni - 179 4.1040793 m 71.285258 cm -9.7855525 m 46.525349 MeV 13.428357 keV 5.6461208 cm 9.5070708 m World muIoni - 180 4.1042939 m 71.288897 cm -9.7859533 m 46.519485 MeV 85.503289 eV 456.07983 um 9.5075268 m World muIoni - 181 4.128167 m 71.685236 cm -9.8305143 m 46.500599 MeV 9.2470081 keV 5.0707958 cm 9.5582348 m World muIoni - 182 4.1352796 m 71.808715 cm -9.8436985 m 46.495866 MeV 2.8763553 keV 1.5031139 cm 9.5732659 m World muIoni - 183 4.2020975 m 72.95386 cm -9.9675257 m 46.467135 MeV 23.790637 keV 14.117029 cm 9.7144362 m World muIoni - 184 4.2304377 m 73.45508 cm -10.02011 m 46.451871 MeV 14.180636 keV 5.9945151 cm 9.7743814 m World muIoni - 185 4.2937131 m 74.576458 cm -10.137656 m 46.421735 MeV 28.10838 keV 13.396564 cm 9.908347 m World muIoni - 186 4.3125554 m 74.917022 cm -10.17274 m 46.411948 MeV 8.4195075 keV 3.9968771 cm 9.9483158 m World muIoni - 187 4.3239117 m 75.119251 cm -10.193911 m 46.401161 MeV 4.1664673 keV 2.4109275 cm 9.9724251 m World muIoni - 188 4.391828 m 76.355588 cm -10.320595 m 46.370992 MeV 28.103378 keV 14.427154 cm 10.116697 m World muIoni - 189 4.3992829 m 76.490644 cm -10.334403 m 46.364147 MeV 5.512251 keV 1.5750281 cm 10.132447 m World muIoni - 190 4.4007371 m 76.517223 cm -10.337098 m 46.363793 MeV 353.29954 eV 3.0737188 mm 10.135521 m World muIoni - 191 4.4104672 m 76.693828 cm -10.355129 m 46.356082 MeV 4.3268836 keV 2.0564922 cm 10.156086 m World muIoni - 192 4.4250052 m 76.958904 cm -10.382075 m 46.345808 MeV 9.250181 keV 3.073237 cm 10.186818 m World muIoni - 193 4.4636934 m 77.664859 cm -10.453723 m 46.327632 MeV 14.769427 keV 8.173113 cm 10.268549 m World muIoni - 194 4.4814618 m 77.982723 cm -10.486662 m 46.319476 MeV 6.7490418 keV 3.7561035 cm 10.30611 m World muIoni - 195 4.4895046 m 78.123815 cm -10.501587 m 46.314151 MeV 3.6087442 keV 1.7012304 cm 10.323122 m World muIoni - 196 4.5313 m 78.853883 cm -10.57845 m 46.293838 MeV 16.229282 keV 8.7796297 cm 10.410919 m World muIoni - 197 4.5599717 m 79.330446 cm -10.63157 m 46.198652 MeV 10.590869 keV 6.0551304 cm 10.47147 m World muIoni - 198 4.580833 m 79.686962 cm -10.670179 m 46.190124 MeV 7.3817403 keV 4.4029105 cm 10.515499 m World muIoni - 199 4.5809368 m 79.688682 cm -10.67037 m 46.166335 MeV 4.5280866 eV 234.01038 um 10.515733 m World muIoni - 200 4.5916255 m 79.872304 cm -10.69009 m 46.160929 MeV 4.2029389 keV 2.2506036 cm 10.538239 m World muIoni - 201 4.5924846 m 79.88695 cm -10.69168 m 46.08315 MeV 751.31411 eV 1.8125611 mm 10.540052 m World muIoni - 202 4.6455027 m 80.834997 cm -10.789989 m 46.061236 MeV 20.483306 keV 11.209654 cm 10.652148 m World muIoni - 203 4.6549211 m 81.004788 cm -10.807526 m 46.05553 MeV 4.598896 keV 1.9978422 cm 10.672127 m World muIoni - 204 4.659959 m 81.096107 cm -10.816935 m 46.052295 MeV 1.793158 keV 1.0711347 cm 10.682838 m World muIoni - 205 4.6616378 m 81.12668 cm -10.820071 m 46.048291 MeV 760.75329 eV 3.5703891 mm 10.686408 m World muIoni - 206 4.6840391 m 81.534855 cm -10.861871 m 46.035525 MeV 9.8209305 keV 4.7600037 cm 10.734008 m World muIoni - 207 4.706368 m 81.938774 cm -10.903478 m 45.987445 MeV 7.8589274 keV 4.7391608 cm 10.7814 m World muIoni - 208 4.7410209 m 82.556755 cm -10.96823 m 45.970956 MeV 15.480921 keV 7.3701245 cm 10.855101 m World muIoni - 209 4.7417613 m 82.569788 cm -10.969614 m 45.969466 MeV 140.61634 eV 1.5753476 mm 10.856677 m World muIoni - 210 4.7501138 m 82.716705 cm -10.985261 m 45.965966 MeV 2.4923226 keV 1.7797523 cm 10.874474 m World muIoni - 211 4.7939666 m 83.461835 cm -11.067281 m 45.94359 MeV 21.061632 keV 9.330425 cm 10.967778 m World muIoni - 212 4.7995234 m 83.56199 cm -11.0776 m 45.93612 MeV 2.5460859 keV 1.1763003 cm 10.979541 m World muIoni - 213 4.8177446 m 83.893598 cm -11.111419 m 45.925408 MeV 7.1142331 keV 3.8558816 cm 11.0181 m World muIoni - 214 4.8216114 m 83.963623 cm -11.118625 m 45.918509 MeV 2.5239617 keV 8.2072644 mm 11.026307 m World muIoni - 215 4.8385121 m 84.271189 cm -11.149982 m 45.909547 MeV 7.8730335 keV 3.5754173 cm 11.062062 m World muIoni - 216 4.862246 m 84.70476 cm -11.194126 m 45.896822 MeV 11.310415 keV 5.0307384 cm 11.112369 m World muIoni - 217 4.887277 m 85.15104 cm -11.240713 m 45.879389 MeV 10.467888 keV 5.3073792 cm 11.165443 m World muIoni - 218 4.8915152 m 85.22754 cm -11.248621 m 45.875344 MeV 2.411073 keV 9.0046614 mm 11.174447 m World muIoni - 219 4.9080041 m 85.519543 cm -11.279444 m 45.863128 MeV 6.3804401 keV 3.5077694 cm 11.209525 m World muIoni - 220 4.9257695 m 85.836758 cm -11.312876 m 45.855022 MeV 8.1054607 keV 3.7992123 cm 11.247517 m OutOfWorld Transportation -Track (trackID 12, parentID 4) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-12.17757311662(mm),-2.51633991579(mm),79.086894250849(mm),0(nsec)) +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-15.611451(mm),-1.9170229(mm),78.481409(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6668,7 +6455,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 560 -G4PrimaryTransformer::PrimaryVertex (-17.476748(mm),-0.65874781(mm),78.152507(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.49374(mm),-0.78636465(mm),78.854819(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6677,7 +6464,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.204152(mm),0.17485114(mm),79.434862(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.982521(mm),-2.1964383(mm),78.239652(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6686,7 +6473,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.113157(mm),3.0673049(mm),78.745599(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.00066(mm),-2.6295271(mm),78.941762(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6695,7 +6482,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.779012(mm),-0.82071542(mm),79.333498(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.778419(mm),2.7132026(mm),78.980949(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6704,7 +6491,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.699947(mm),-1.0585988(mm),78.818459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.37779(mm),-0.89926964(mm),78.875264(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6713,16 +6500,267 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.897514(mm),3.1275813(mm),78.959949(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.526317(mm),0.62406886(mm),78.143766(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.48 cm 548 um 6.43 cm 32.4 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.5263728 cm -211.08517 um 6.4892429 cm 27.342717 MeV 5.0826539 MeV 1.0695522 mm 1.0695522 mm Target hIoni + 2 -1.5499 cm -812.67127 um 6.5423841 cm 23.48438 MeV 3.8583372 MeV 844.39958 um 1.9139518 mm Target hIoni + 3 -1.5507863 cm -853.02325 um 6.544427 cm 23.287798 MeV 196.58159 keV 46.110917 um 1.9600627 mm Target Transportation + 4 -1.4755146 cm 3.6304037 mm 2 m 23.288017 MeV3.2168159e-16 eV 4.2161775 m 4.2181376 m CaptureMgnt Transportation + 5 -1.9194383 cm -2.781243 cm 2.0164539 m 23.240462 MeV 12.077815 keV 3.5764416 cm 4.253902 m World hIoni + 6 -2.2500121 cm -5.094824 cm 2.0284864 m 23.23115 MeV 8.205025 keV 2.6286459 cm 4.2801884 m World hIoni + 7 -2.802152 cm -8.9233759 cm 2.0484844 m 23.215113 MeV 16.037582 keV 4.3545337 cm 4.3237338 m World hIoni + 8 -3.5105956 cm -13.833183 cm 2.0743566 m 23.192451 MeV 20.485447 keV 5.5948246 cm 4.379682 m World hIoni + 9 -3.9653903 cm -16.996035 cm 2.0910259 m 23.173317 MeV 14.794248 keV 3.604049 cm 4.4157225 m World hIoni + 10 -4.8983912 cm -23.411241 cm 2.1244896 m 23.143211 MeV 26.17751 keV 7.2954839 cm 4.4886773 m World hIoni + 11 -5.1363922 cm -25.054868 cm 2.1330463 m 23.137332 MeV 4.4352961 keV 1.8682415 cm 4.5073598 m World hIoni + 12 -5.1544454 cm -25.179547 cm 2.1336954 m 23.135598 MeV 729.70104 eV 1.417197 mm 4.508777 m World hIoni + 13 -5.3555847 cm -26.569703 cm 2.1409499 m 23.125911 MeV 7.2427139 keV 1.5809101 cm 4.5245861 m World hIoni + 14 -5.3942407 cm -26.837735 cm 2.1423504 m 23.124099 MeV 462.3478 eV 3.0487553 mm 4.5276348 m World hIoni + 15 -5.401574 cm -26.88875 cm 2.1426169 m 23.122023 MeV 0 eV 580.19848 um 4.528215 m World hIoni + 16 -5.7954472 cm -29.626679 cm 2.1569584 m 23.111307 MeV 10.716183 keV 3.1158024 cm 4.559373 m World hIoni + 17 -6.2393646 cm -32.752373 cm 2.1732945 m 23.096601 MeV 12.875744 keV 3.55468 cm 4.5949198 m World hIoni + 18 -6.6266131 cm -35.486401 cm 2.1875289 m 23.08287 MeV 12.253767 keV 3.1066219 cm 4.6259861 m World hIoni + 19 -6.8025265 cm -36.745932 cm 2.1940853 m 23.076669 MeV 5.0153803 keV 1.430815 cm 4.6402942 m World hIoni + 20 -7.5271211 cm -41.878753 cm 2.2207667 m 23.055003 MeV 19.165036 keV 5.8301037 cm 4.6985952 m World hIoni + 21 -7.6403344 cm -42.662889 cm 2.2248241 m 23.052167 MeV 1.6602994 keV 8.9011873 mm 4.7074964 m World hIoni + 22 -7.7147576 cm -43.173197 cm 2.2274467 m 23.04841 MeV 2.7649128 keV 5.7856362 mm 4.7132821 m World hIoni + 23 -8.0365365 cm -45.344538 cm 2.2385923 m 23.027577 MeV 11.311024 keV 2.4618135 cm 4.7379002 m World hIoni + 24 -8.1202711 cm -45.901457 cm 2.2414404 m 23.023787 MeV 1.6800488 keV 6.3110149 mm 4.7442112 m World hIoni + 25 -8.2573772 cm -46.798591 cm 2.246024 m 23.020325 MeV 2.300499 keV 1.0167286 cm 4.7543785 m World hIoni + 26 -8.7363868 cm -49.901463 cm 2.2618621 m 22.998795 MeV 12.748682 keV 3.5165013 cm 4.7895435 m World hIoni + 27 -9.6391668 cm -55.794588 cm 2.2919159 m 22.972534 MeV 26.261535 keV 6.6765728 cm 4.8563092 m World hIoni + 28 -10.739581 cm -62.742457 cm 2.327602 m 22.940288 MeV 29.69367 keV 7.8879297 cm 4.9351885 m World hIoni + 29 -10.762975 cm -62.889443 cm 2.3283535 m 22.938727 MeV 158.879 eV 1.6673617 mm 4.9368559 m World hIoni + 30 -10.765422 cm -62.904866 cm 2.3284325 m 22.9374 MeV 75.664477 eV 174.96318 um 4.9370309 m World hIoni + 31 -11.159775 cm -65.40909 cm 2.3412555 m 22.921664 MeV 14.44259 keV 2.8409505 cm 4.9654404 m World hIoni + 32 -11.227929 cm -65.836414 cm 2.3434454 m 22.919799 MeV 1.8649899 keV 4.8498056 mm 4.9702902 m World hIoni + 33 -12.775412 cm -75.298941 cm 2.3924224 m 22.877335 MeV 42.463906 keV 10.766774 cm 5.0779579 m World hIoni + 34 -12.936974 cm -76.286926 cm 2.3975424 m 22.871269 MeV 3.8434437 keV 1.1244356 cm 5.0892023 m World hIoni + 35 -13.093867 cm -77.241693 cm 2.4024905 m 22.868409 MeV 2.860317 keV 1.0867551 cm 5.1000698 m World hIoni + 36 -13.215695 cm -77.984257 cm 2.4063412 m 22.864582 MeV 2.1343194 keV 8.4529399 mm 5.1085228 m World hIoni + 37 -13.751555 cm -81.256817 cm 2.4233672 m 22.848963 MeV 14.561856 keV 3.7276952 cm 5.1457997 m World hIoni + 38 -13.802726 cm -81.569016 cm 2.4249927 m 22.842461 MeV 1.2798272 keV 3.5568264 mm 5.1493565 m World hIoni + 39 -14.95436 cm -88.372988 cm 2.4602669 m 22.815629 MeV 25.385418 keV 7.7500707 cm 5.2268572 m World hIoni + 40 -14.970451 cm -88.466965 cm 2.4607523 m 22.813801 MeV 87.575261 eV 1.0698908 mm 5.2279271 m World hIoni + 41 -15.606421 cm -92.189606 cm 2.4799684 m 22.797265 MeV 13.921085 keV 4.237358 cm 5.2703007 m World hIoni + 42 -15.701139 cm -92.747025 cm 2.4828592 m 22.793521 MeV 3.744374 keV 6.3502288 mm 5.2766509 m World hIoni + 43 -15.772254 cm -93.167281 cm 2.4850394 m 22.791942 MeV 1.5785199 keV 4.7875689 mm 5.2814385 m World hIoni + 44 -16.200654 cm -95.69003 cm 2.4981201 m 22.778054 MeV 12.488507 keV 2.873821 cm 5.3101767 m World hIoni + 45 -16.632514 cm -98.202537 cm 2.5112305 m 22.75563 MeV 11.090122 keV 2.8667133 cm 5.3388439 m World hIoni + 46 -16.90421 cm -99.802364 cm 2.5195823 m 22.744844 MeV 5.6240919 keV 1.8250476 cm 5.3570943 m World hIoni + 47 -17.636715 cm -1.0419446 m 2.5424699 m 22.725617 MeV 17.743176 keV 5.0065617 cm 5.4071599 m World hIoni + 48 -17.829687 cm -1.0533988 m 2.5484522 m 22.713356 MeV 5.4767281 keV 1.3065678 cm 5.4202256 m World hIoni + 49 -17.873533 cm -1.0559989 m 2.5498064 m 22.710462 MeV 1.6233082 keV 2.9642074 mm 5.4231898 m World hIoni + 50 -17.915129 cm -1.0584679 m 2.5510939 m 22.707738 MeV 518.73872 eV 2.815446 mm 5.4260053 m World hIoni + 51 -19.445377 cm -1.1480486 m 2.5977187 m 22.661931 MeV 39.046021 keV 10.214154 cm 5.5281468 m World hIoni + 52 -20.156527 cm -1.1887841 m 2.6188347 m 22.642613 MeV 17.370446 keV 4.6431097 cm 5.5745779 m World hIoni + 53 -20.158045 cm -1.1888717 m 2.6188801 m 22.641134 MeV 14.200217 eV 99.868736 um 5.5746778 m World hIoni + 54 -20.441152 cm -1.2052273 m 2.6273505 m 22.628884 MeV 7.4823191 keV 1.8635203 cm 5.593313 m World hIoni + 55 -20.683675 cm -1.2192912 m 2.6346387 m 22.620163 MeV 7.480665 keV 1.6024713 cm 5.6093377 m World hIoni + 56 -20.699045 cm -1.2201777 m 2.635098 m 22.615519 MeV 274.33719 eV 1.010181 mm 5.6103479 m World hIoni + 57 -20.802808 cm -1.2261138 m 2.6381722 m 22.612495 MeV 3.0233364 keV 6.7649598 mm 5.6171128 m World hIoni + 58 -21.643719 cm -1.2744908 m 2.6631754 m 22.586498 MeV 21.033214 keV 5.5102 cm 5.6722148 m World hIoni + 59 -21.646779 cm -1.2746677 m 2.6632664 m 22.584725 MeV 392.21506 eV 201.2939 um 5.6724161 m World hIoni + 60 -21.748695 cm -1.2805681 m 2.6662955 m 22.581787 MeV 2.9382419 keV 6.7102947 mm 5.6791264 m World hIoni + 61 -22.408936 cm -1.3186745 m 2.6857317 m 22.565952 MeV 14.83143 keV 4.32836 cm 5.72241 m World hIoni + 62 -22.683389 cm -1.3343906 m 2.6937647 m 22.556612 MeV 8.2952183 keV 1.7862197 cm 5.7402722 m World hIoni + 63 -22.828838 cm -1.3427341 m 2.6980353 m 22.550353 MeV 4.8664928 keV 9.485105 mm 5.7497573 m World hIoni + 64 -23.302939 cm -1.3696199 m 2.7117717 m 22.536343 MeV 10.462765 keV 3.0561669 cm 5.780319 m World hIoni + 65 -23.363195 cm -1.3730338 m 2.7135213 m 22.527822 MeV 2.1309807 keV 3.8831961 mm 5.7842022 m World hIoni + 66 -23.945661 cm -1.4056722 m 2.7303231 m 22.513808 MeV 12.968316 keV 3.716854 cm 5.8213707 m World hIoni + 67 -24.328866 cm -1.4269683 m 2.7412579 m 22.501419 MeV 10.782564 keV 2.4244113 cm 5.8456149 m World hIoni + 68 -24.509909 cm -1.4369406 m 2.7463962 m 22.494212 MeV 3.6996021 keV 1.1363436 cm 5.8569783 m World hIoni + 69 -24.536979 cm -1.4384304 m 2.7471626 m 22.492318 MeV 691.85063 eV 1.6971203 mm 5.8586754 m World hIoni + 70 -24.713627 cm -1.4482375 m 2.7521976 m 22.489023 MeV 3.2944133 keV 1.1164693 cm 5.8698401 m World hIoni + 71 -25.058373 cm -1.4676506 m 2.7621365 m 22.48054 MeV 7.2236849 keV 2.2080253 cm 5.8919204 m World hIoni + 72 -25.28287 cm -1.4803845 m 2.7686143 m 22.4742 MeV 4.7743836 keV 1.4462113 cm 5.9063825 m World hIoni + 73 -25.833972 cm -1.5116612 m 2.7845559 m 22.458942 MeV 11.740702 keV 3.5535117 cm 5.9419176 m World hIoni + 74 -26.272235 cm -1.5365339 m 2.7972671 m 22.447564 MeV 10.195315 keV 2.8274332 cm 5.9701919 m World hIoni + 75 -26.35385 cm -1.5412047 m 2.7996645 m 22.166495 MeV 1.6214215 keV 5.3131463 mm 5.9755051 m World hIoni + 76 -26.632845 cm -1.5573288 m 2.807978 m 22.158185 MeV 5.2803644 keV 1.8354436 cm 5.9938595 m World hIoni + 77 -26.912988 cm -1.5735385 m 2.8163573 m 22.146513 MeV 7.066283 keV 1.846124 cm 6.0123207 m World hIoni + 78 -27.496025 cm -1.6070064 m 2.833686 m 22.132161 MeV 14.352912 keV 3.8136365 cm 6.0504571 m World hIoni + 79 -27.774287 cm -1.6228781 m 2.8419464 m 22.11974 MeV 6.8797112 keV 1.810773 cm 6.0685648 m World hIoni + 80 -28.243528 cm -1.6498762 m 2.8559118 m 22.107253 MeV 12.486133 keV 3.0756283 cm 6.0993211 m World hIoni + 81 -28.285122 cm -1.6522475 m 2.857144 m 22.100388 MeV 971.98243 eV 2.7045095 mm 6.1020256 m World hIoni + 82 -28.294672 cm -1.6527956 m 2.8574284 m 22.100279 MeV 108.77211 eV 624.90349 um 6.1026505 m World hIoni + 83 -28.397318 cm -1.6586694 m 2.8604759 m 22.097151 MeV 1.8265918 keV 6.6964426 mm 6.109347 m World hIoni + 84 -28.410351 cm -1.6594168 m 2.8608637 m 22.004466 MeV 133.1576 eV 852.0183 um 6.110199 m World hIoni + 85 -28.62144 cm -1.671034 m 2.8669089 m 21.989052 MeV 4.929961 keV 1.3264993 cm 6.123464 m World hIoni + 86 -29.36977 cm -1.7118958 m 2.8881832 m 21.972223 MeV 15.449802 keV 4.6672255 cm 6.1701362 m World hIoni + 87 -29.927213 cm -1.7427157 m 2.9042779 m 21.845763 MeV 12.085194 keV 3.5213444 cm 6.2053497 m World hIoni + 88 -30.041053 cm -1.7489461 m 2.9075631 m 21.840206 MeV 2.8250032 keV 7.1349167 mm 6.2124846 m World hIoni + 89 -30.22308 cm -1.7589099 m 2.9127965 m 21.836184 MeV 2.9356636 keV 1.1400829 cm 6.2238854 m World hIoni + 90 -30.918584 cm -1.7974716 m 2.9329691 m 21.818473 MeV 16.507783 keV 4.4071768 cm 6.2679572 m World hIoni + 91 -31.785874 cm -1.8469669 m 2.9589942 m 21.790013 MeV 21.921523 keV 5.6589208 cm 6.3245464 m World hIoni + 92 -31.836564 cm -1.8498611 m 2.9605309 m 21.787387 MeV 1.1107951 keV 3.3158637 mm 6.3278623 m World hIoni + 93 -32.191703 cm -1.8701524 m 2.971361 m 21.778776 MeV 8.6109147 keV 2.3273151 cm 6.3511354 m World hIoni + 94 -32.43264 cm -1.8839348 m 2.9787317 m 21.770304 MeV 6.2562327 keV 1.5814152 cm 6.3669496 m World hIoni + 95 -32.695435 cm -1.8988269 m 2.9867035 m 21.75797 MeV 9.7045054 keV 1.709479 cm 6.3840444 m World hIoni + 96 -32.93896 cm -1.912785 m 2.9941986 m 21.746195 MeV 6.3817332 keV 1.6029206 cm 6.4000736 m World hIoni + 97 -33.245876 cm -1.9304633 m 3.0037065 m 21.732558 MeV 7.1985137 keV 2.0306256 cm 6.4203798 m World hIoni + 98 -34.44651 cm -1.999359 m 3.0409465 m 21.702283 MeV 30.275393 keV 7.9231693 cm 6.4996115 m World hIoni + 99 -34.930467 cm -2.0267252 m 3.055701 m 21.686848 MeV 12.768332 keV 3.1464723 cm 6.5310762 m World hIoni + 100 -35.479283 cm -2.0578122 m 3.0724842 m 21.666612 MeV 11.381817 keV 3.5751903 cm 6.5668281 m World hIoni + 101 -35.881247 cm -2.0804035 m 3.0845819 m 21.648398 MeV 8.811851 keV 2.5940014 cm 6.5927682 m World hIoni + 102 -36.204545 cm -2.0982134 m 3.0940741 m 21.636634 MeV 9.4925108 keV 2.0438835 cm 6.613207 m World hIoni + 103 -36.256363 cm -2.1010364 m 3.095581 m 21.630813 MeV 1.1038753 keV 3.2417144 mm 6.6164487 m World hIoni + 104 -36.44412 cm -2.111224 m 3.1010313 m 21.62398 MeV 3.2524995 keV 1.1705477 cm 6.6281542 m World hIoni + 105 -37.801936 cm -2.1842312 m 3.1403784 m 21.592913 MeV 29.360403 keV 8.4039909 cm 6.7121941 m World hIoni + 106 -37.883335 cm -2.1886675 m 3.1427645 m 21.591436 MeV 1.4768252 keV 5.1026371 mm 6.7172967 m World hIoni + 107 -38.058613 cm -2.1982019 m 3.1478851 m 21.584508 MeV 5.4150176 keV 1.0963451 cm 6.7282602 m World hIoni + 108 -38.133032 cm -2.2022411 m 3.1500513 m 21.581826 MeV 1.3592296 keV 4.6434796 mm 6.7329037 m World hIoni + 109 -38.202461 cm -2.2059941 m 3.1520615 m 21.578576 MeV 1.4479259 keV 4.3136839 mm 6.7372173 m World hIoni + 110 -38.604667 cm -2.2279368 m 3.1637954 m 21.566547 MeV 10.511779 keV 2.5206012 cm 6.7624234 m World hIoni + 111 -39.362509 cm -2.2695586 m 3.1862266 m 21.543239 MeV 19.223134 keV 4.7885127 cm 6.8103085 m World hIoni + 112 -39.731189 cm -2.290361 m 3.1974328 m 21.528784 MeV 11.048063 keV 2.3914663 cm 6.8342231 m World hIoni + 113 -40.483075 cm -2.3333428 m 3.2204141 m 21.509169 MeV 18.42372 keV 4.9316906 cm 6.8835401 m World hIoni + 114 -40.789805 cm -2.3504056 m 3.2294529 m 21.493557 MeV 8.9911033 keV 1.9551194 cm 6.9030912 m World hIoni + 115 -41.111125 cm -2.3684166 m 3.2390204 m 21.483924 MeV 5.465581 keV 2.0646015 cm 6.9237373 m World hIoni + 116 -41.227247 cm -2.3749754 m 3.2425009 m 21.477662 MeV 1.7257396 keV 7.5153542 mm 6.9312526 m World hIoni + 117 -41.447764 cm -2.3874092 m 3.2491025 m 21.427133 MeV 4.0810548 keV 1.4249347 cm 6.945502 m World hIoni + 118 -41.546387 cm -2.3928531 m 3.2519961 m 21.423149 MeV 2.0675288 keV 6.2435768 mm 6.9517455 m World hIoni + 119 -42.434978 cm -2.4421019 m 3.2781789 m 21.400375 MeV 21.778002 keV 5.6479769 cm 7.0082253 m World hIoni + 120 -42.619756 cm -2.452349 m 3.2836241 m 21.393831 MeV 3.4924239 keV 1.1750234 cm 7.0199755 m World hIoni + 121 -43.054243 cm -2.4766176 m 3.2965212 m 21.383735 MeV 10.096199 keV 2.7824063 cm 7.0477996 m World Decay +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 125, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -43.1 cm -2.48 m 3.3 m 17.4 MeV 0 eV 0 fm 0 fm World initStep + 1 -43.622745 cm -2.484757 m 3.2987992 m 17.397341 MeV 2.4079695 keV 1.0186242 cm 1.0186242 cm World muIoni + 2 -44.598564 cm -2.4987489 m 3.3027267 m 17.389074 MeV 7.2184316 keV 1.7504919 cm 2.7691161 cm World muIoni + 3 -44.611433 cm -2.4989336 m 3.3027788 m 17.348062 MeV 59.512729 eV 231.08453 um 2.7922245 cm World muIoni + 4 -45.113244 cm -2.5061509 m 3.3047873 m 17.344489 MeV 3.5728035 keV 9.0168776 mm 3.6939123 cm World muIoni + 5 -46.441848 cm -2.5252905 m 3.3101459 m 17.331706 MeV 8.1444283 keV 2.3907365 cm 6.0846487 cm World muIoni + 6 -49.657792 cm -2.5716684 m 3.3232469 m 17.193348 MeV 20.31537 keV 5.7938082 cm 11.878457 cm World muIoni + 7 -50.8145 cm -2.5885626 m 3.3279612 m 17.183688 MeV 7.9668313 keV 2.1010424 cm 13.979499 cm World muIoni + 8 -51.742988 cm -2.6022018 m 3.3317629 m 17.174961 MeV 6.8547603 keV 1.6931962 cm 15.672696 cm World muIoni + 9 -55.203234 cm -2.6525189 m 3.3457777 m 17.14903 MeV 23.896129 keV 6.2654713 cm 21.938167 cm World muIoni + 10 -55.775064 cm -2.660867 m 3.3480554 m 17.125554 MeV 3.7693359 keV 1.0371978 cm 22.975365 cm World muIoni + 11 -56.311274 cm -2.6686629 m 3.3502004 m 17.120984 MeV 2.3286656 keV 9.7019931 mm 23.945564 cm World muIoni + 12 -57.155327 cm -2.6809077 m 3.353566 m 17.114027 MeV 5.4530198 keV 1.5248159 cm 25.47038 cm World muIoni + 13 -57.54602 cm -2.6865557 m 3.3551028 m 17.106756 MeV 2.6561579 keV 7.0374524 mm 26.174125 cm World muIoni + 14 -58.655189 cm -2.7025696 m 3.3594575 m 17.096003 MeV 6.7581005 keV 1.9960813 cm 28.170206 cm World muIoni + 15 -60.038049 cm -2.7225672 m 3.3649394 m 17.083348 MeV 10.660171 keV 2.4923702 cm 30.662577 cm World muIoni + 16 -60.840088 cm -2.7341504 m 3.3681253 m 17.077062 MeV 6.2861377 keV 1.4444573 cm 32.107034 cm World muIoni + 17 -63.469678 cm -2.7718868 m 3.3783557 m 17.058779 MeV 18.283296 keV 4.7118969 cm 36.818931 cm World muIoni + 18 -67.374988 cm -2.8272177 m 3.3937642 m 17.033562 MeV 25.217175 keV 6.945618 cm 43.764549 cm World muIoni + 19 -70.318333 cm -2.8687578 m 3.4055617 m 17.011252 MeV 22.309751 keV 5.2260143 cm 48.990563 cm World muIoni + 20 -70.709885 cm -2.8743092 m 3.4071435 m 16.999155 MeV 2.6339433 keV 6.9750719 mm 49.68807 cm World muIoni + 21 -71.696448 cm -2.8883297 m 3.4111003 m 16.989617 MeV 8.3687584 keV 1.7594373 cm 51.447508 cm World muIoni + 22 -72.491854 cm -2.8996568 m 3.4142829 m 16.982663 MeV 5.9157868 keV 1.420211 cm 52.867719 cm World muIoni + 23 -72.823758 cm -2.9043815 m 3.415615 m 16.977548 MeV 3.9386057 keV 5.9256656 mm 53.460285 cm World muIoni + 24 -73.245151 cm -2.9103894 m 3.417297 m 16.975978 MeV 1.5699092 keV 7.5286584 mm 54.213151 cm World muIoni + 25 -73.455137 cm -2.9133865 m 3.4181328 m 16.938235 MeV 1.7964808 keV 3.7538203 mm 54.588533 cm World muIoni + 26 -74.856919 cm -2.9334162 m 3.4237555 m 16.925476 MeV 11.040678 keV 2.5086229 cm 57.097156 cm World muIoni + 27 -76.621802 cm -2.9590307 m 3.4309178 m 16.910747 MeV 11.565465 keV 3.1920023 cm 60.289158 cm World muIoni + 28 -79.290532 cm -2.9975516 m 3.4416834 m 16.891694 MeV 17.562089 keV 4.8083223 cm 65.097481 cm World muIoni + 29 -79.404044 cm -2.9991825 m 3.4421442 m 16.889215 MeV 612.59457 eV 2.0398147 mm 65.301462 cm World muIoni + 30 -79.751163 cm -3.0041749 m 3.4435509 m 16.885965 MeV 1.7424275 keV 6.2411426 mm 65.925576 cm World muIoni + 31 -79.752856 cm -3.0041993 m 3.4435577 m 16.884407 MeV 5.9097705 eV 30.486332 um 65.928625 cm World muIoni + 32 -80.182985 cm -3.0103976 m 3.4453011 m 16.878542 MeV 3.7100694 keV 7.743342 mm 66.702959 cm World muIoni + 33 -80.256611 cm -3.0114606 m 3.4456019 m 16.878513 MeV 28.728582 eV 1.3275685 mm 66.835716 cm World muIoni + 34 -80.715651 cm -3.0181001 m 3.4474682 m 16.871339 MeV 2.7800415 keV 8.2848551 mm 67.664202 cm World muIoni + 35 -82.329283 cm -3.041615 m 3.4539465 m 16.858815 MeV 11.450704 keV 2.9245595 cm 70.588761 cm World muIoni + 36 -83.894377 cm -3.0643454 m 3.4603245 m 16.848242 MeV 10.572584 keV 2.8324985 cm 73.421259 cm World muIoni + 37 -87.890654 cm -3.1217019 m 3.4764174 m 16.821022 MeV 27.22007 keV 7.1734684 cm 80.594728 cm World muIoni + 38 -88.332301 cm -3.1280417 m 3.4782013 m 16.817058 MeV 2.2054814 keV 7.9297819 mm 81.387706 cm World muIoni + 39 -88.404173 cm -3.1290731 m 3.4784909 m 16.815597 MeV 292.21146 eV 1.2900267 mm 81.516709 cm World muIoni + 40 -88.928395 cm -3.1365831 m 3.4805863 m 16.813411 MeV 2.1858648 keV 9.3953445 mm 82.456243 cm World muIoni + 41 -91.382664 cm -3.1724909 m 3.4904896 m 16.796768 MeV 16.643385 keV 4.4608485 cm 86.917092 cm World muIoni + 42 -91.808505 cm -3.1787816 m 3.4922292 m 16.790137 MeV 4.4285188 keV 7.7931901 mm 87.696411 cm World muIoni + 43 -92.572007 cm -3.1900256 m 3.4953205 m 16.78591 MeV 4.2263604 keV 1.3938311 cm 89.090242 cm World muIoni + 44 -93.266948 cm -3.2001995 m 3.4981157 m 16.778602 MeV 4.7808229 keV 1.2633964 cm 90.353638 cm World muIoni + 45 -98.129219 cm -3.2711353 m 3.5180972 m 16.738242 MeV 32.260083 keV 8.8292095 cm 99.182848 cm World muIoni + 46 -98.24009 cm -3.2727709 m 3.5185639 m 16.736751 MeV 237.4855 eV 2.0303431 mm 99.385882 cm World muIoni + 47 -99.517832 cm -3.2916071 m 3.5239086 m 16.726902 MeV 8.3121183 keV 2.3380147 cm 1.017239 m World muIoni + 48 -1.0010369 m -3.3002389 m 3.5263639 m 16.720959 MeV 4.8947476 keV 1.071727 cm 1.0279562 m World muIoni + 49 -1.0196026 m -3.3275631 m 3.5340596 m 16.707634 MeV 11.226181 keV 3.3919436 cm 1.0618757 m World muIoni + 50 -1.022691 m -3.3320971 m 3.535339 m 16.698328 MeV 3.2953459 keV 5.6331923 mm 1.0675089 m World muIoni + 51 -1.038184 m -3.3549272 m 3.541813 m 16.678649 MeV 14.907939 keV 2.8340111 cm 1.095849 m World muIoni + 52 -1.0657453 m -3.3955548 m 3.5531568 m 16.652387 MeV 24.3595 keV 5.038791 cm 1.1462369 m World muIoni + 53 -1.0658388 m -3.3956927 m 3.5531953 m 16.646575 MeV 61.205982 eV 171.04425 um 1.1464079 m World muIoni + 54 -1.0850114 m -3.4239339 m 3.5610873 m 16.63156 MeV 11.987722 keV 3.5034933 cm 1.1814429 m World muIoni + 55 -1.0892538 m -3.4301967 m 3.5628232 m 16.626378 MeV 3.2468805 keV 7.7610457 mm 1.1892039 m World muIoni + 56 -1.1040257 m -3.4520871 m 3.5688826 m 16.615788 MeV 10.589278 keV 2.7094627 cm 1.2162985 m World muIoni + 57 -1.1201876 m -3.4761341 m 3.575485 m 16.604079 MeV 10.236801 keV 2.9716445 cm 1.246015 m World muIoni + 58 -1.1231001 m -3.4804641 m 3.5766788 m 16.600317 MeV 1.9185689 keV 5.3531011 mm 1.2513681 m World muIoni + 59 -1.2014282 m -3.5958881 m 3.6088727 m 16.541649 MeV 57.46402 keV 14.316175 cm 1.3945298 m World muIoni + 60 -1.2094964 m -3.6079177 m 3.6122516 m 16.534031 MeV 6.4051897 keV 1.4873622 cm 1.4094035 m World muIoni + 61 -1.2532921 m -3.6734514 m 3.6305444 m 16.500756 MeV 32.033328 keV 8.0916604 cm 1.4903201 m World muIoni + 62 -1.2634978 m -3.6886797 m 3.634818 m 16.493451 MeV 5.5448746 keV 1.882347 cm 1.5091435 m World muIoni + 63 -1.2663835 m -3.6929912 m 3.6360455 m 16.492226 MeV 1.2253579 keV 5.3313619 mm 1.5144749 m World muIoni + 64 -1.2716806 m -3.700902 m 3.638292 m 16.481796 MeV 2.5887406 keV 9.7819026 mm 1.5242568 m World muIoni + 65 -1.2784926 m -3.7110352 m 3.6411743 m 16.473212 MeV 7.1016874 keV 1.2545648 cm 1.5368024 m World muIoni + 66 -1.3119285 m -3.7605257 m 3.655166 m 16.447447 MeV 24.502753 keV 6.1344111 cm 1.5981466 m World muIoni + 67 -1.3175608 m -3.768804 m 3.657501 m 16.441759 MeV 2.3361177 keV 1.0281328 cm 1.6084279 m World muIoni + 68 -1.3253524 m -3.7802686 m 3.6607237 m 16.435544 MeV 4.3192204 keV 1.4231343 cm 1.6226592 m World muIoni + 69 -1.3344673 m -3.7936542 m 3.6644957 m 16.427789 MeV 6.5041787 keV 1.6627874 cm 1.6392871 m World muIoni + 70 -1.3449412 m -3.8089327 m 3.6688347 m 16.418426 MeV 8.1988813 keV 1.9025308 cm 1.6583124 m World muIoni + 71 -1.3590631 m -3.8295399 m 3.6747136 m 16.408046 MeV 10.379766 keV 2.566425 cm 1.6839767 m World muIoni + 72 -1.3639887 m -3.8367431 m 3.6767761 m 16.388837 MeV 5.3340775 keV 8.9666325 mm 1.6929433 m World muIoni + 73 -1.3647246 m -3.8378223 m 3.6770852 m 16.388597 MeV 240.33261 eV 1.3423232 mm 1.6942856 m World muIoni + 74 -1.3737509 m -3.8510404 m 3.6808649 m 16.379112 MeV 6.5910676 keV 1.6446202 cm 1.7107318 m World muIoni + 75 -1.3737971 m -3.8511078 m 3.6808841 m 16.373514 MeV 39.834278 eV 115.4636 um 1.7108473 m World muIoni + 76 -1.4010058 m -3.8903011 m 3.6926107 m 16.352629 MeV 17.694184 keV 4.9133106 cm 1.7599804 m World muIoni + 77 -1.423357 m -3.9224296 m 3.7025071 m 16.333736 MeV 16.445364 keV 4.0370364 cm 1.8003508 m World muIoni + 78 -1.4333348 m -3.9367117 m 3.7068777 m 16.327608 MeV 6.1283415 keV 1.7962195 cm 1.8183129 m World muIoni + 79 -1.4463541 m -3.9554063 m 3.7125279 m 16.306498 MeV 8.8411232 keV 2.3471596 cm 1.8417845 m World muIoni + 80 -1.4488081 m -3.9589167 m 3.7135774 m 16.299994 MeV 3.0304387 keV 4.4098911 mm 1.8461944 m World muIoni + 81 -1.4544154 m -3.966934 m 3.7159598 m 16.294617 MeV 3.6749056 keV 1.0069459 cm 1.8562639 m World muIoni + 82 -1.4588745 m -3.9733241 m 3.7178761 m 16.290078 MeV 2.960153 keV 8.0243357 mm 1.8642882 m World muIoni + 83 -1.4697891 m -3.9890139 m 3.7227345 m 16.28165 MeV 8.4281467 keV 1.9720707 cm 1.8840089 m World muIoni + 84 -1.4753009 m -3.996892 m 3.7251834 m 16.276575 MeV 3.8806049 keV 9.9217508 mm 1.8939307 m World muIoni + 85 -1.4827834 m -4.0075902 m 3.7284821 m 16.269692 MeV 5.216996 keV 1.3465594 cm 1.9073963 m World muIoni + 86 -1.4917562 m -4.0204304 m 3.7324104 m 16.261486 MeV 6.867784 keV 1.6149731 cm 1.923546 m World muIoni + 87 -1.4929857 m -4.0221851 m 3.7329457 m 16.257141 MeV 658.79425 eV 2.2084288 mm 1.9257544 m World muIoni + 88 -1.4940898 m -4.023758 m 3.7334281 m 16.254001 MeV 613.15911 eV 1.9813428 mm 1.9277358 m World muIoni + 89 -1.5069432 m -4.0421443 m 3.7390848 m 16.24186 MeV 9.7937507 keV 2.3135886 cm 1.9508717 m World muIoni + 90 -1.5086138 m -4.0445501 m 3.739825 m 16.239577 MeV 623.56175 eV 3.020983 mm 1.9538927 m World muIoni + 91 -1.518501 m -4.0587616 m 3.744221 m 16.226843 MeV 5.10695 keV 1.7861977 cm 1.9717546 m World muIoni + 92 -1.529938 m -4.075104 m 3.7492891 m 16.217868 MeV 7.1389739 keV 2.0580728 cm 1.9923354 m World muIoni + 93 -1.5343087 m -4.0813636 m 3.7512226 m 16.202787 MeV 3.0653042 keV 7.8755776 mm 2.0002109 m World muIoni + 94 -1.5612113 m -4.119642 m 3.7632415 m 16.179712 MeV 19.054866 keV 4.8305956 cm 2.0485169 m World muIoni + 95 -1.5708685 m -4.1333398 m 3.7675668 m 16.172916 MeV 4.6964368 keV 1.7308966 cm 2.0658259 m World muIoni + 96 -1.6316255 m -4.2186838 m 3.7949305 m 16.121267 MeV 48.931854 keV 10.827817 cm 2.174104 m World muIoni + 97 -1.6336111 m -4.2214484 m 3.7958413 m 16.119654 MeV 1.612753 keV 3.5235057 mm 2.1776275 m World muIoni + 98 -1.6500429 m -4.2443895 m 3.8033625 m 16.103534 MeV 9.8025298 keV 2.9203979 cm 2.2068315 m World muIoni + 99 -1.6934783 m -4.3058045 m 3.8228529 m 16.073988 MeV 25.098965 keV 7.7707419 cm 2.2845389 m World muIoni + 100 -1.7259138 m -4.3514202 m 3.8372268 m 16.051208 MeV 22.78009 keV 5.7788572 cm 2.3423275 m World muIoni + 101 -1.7308401 m -4.3583646 m 3.8394317 m 16.046657 MeV 3.5598311 keV 8.7951461 mm 2.3511226 m World muIoni + 102 -1.7567673 m -4.3949317 m 3.8510507 m 16.024012 MeV 18.971951 keV 4.6307657 cm 2.3974303 m World muIoni + 103 -1.7814044 m -4.4296586 m 3.8619268 m 16.009257 MeV 13.232716 keV 4.3946062 cm 2.4413764 m World muIoni + 104 -1.7945256 m -4.448167 m 3.8676943 m 15.998298 MeV 9.9584909 keV 2.3409262 cm 2.4647856 m World muIoni + 105 -1.8003391 m -4.4563867 m 3.8702587 m 15.990993 MeV 5.8035225 keV 1.038922 cm 2.4751748 m World muIoni + 106 -1.8233269 m -4.4888945 m 3.8803653 m 15.975281 MeV 15.711844 keV 4.1077441 cm 2.5162523 m World muIoni + 107 -1.8418726 m -4.5152063 m 3.8885055 m 15.958118 MeV 16.097736 keV 3.3204299 cm 2.5494566 m World muIoni + 108 -1.8773814 m -4.5657762 m 3.9042275 m 15.932041 MeV 26.077374 keV 6.3760929 cm 2.6132175 m World muIoni + 109 -1.8813078 m -4.5713808 m 3.9059493 m 15.929064 MeV 1.9238159 keV 7.0563401 mm 2.6202739 m World muIoni + 110 -1.8904174 m -4.5843418 m 3.9098993 m 15.9202 MeV 6.8512061 keV 1.6327135 cm 2.636601 m World muIoni + 111 -1.892895 m -4.5878608 m 3.9109747 m 15.909322 MeV 1.7365809 keV 4.436048 mm 2.641037 m World muIoni + 112 -1.8933295 m -4.5884789 m 3.9111658 m 15.895597 MeV 422.44354 eV 779.35485 um 2.6418164 m World muIoni + 113 -1.8991222 m -4.5967379 m 3.9137048 m 15.885089 MeV 4.4820106 keV 1.0402587 cm 2.652219 m World muIoni + 114 -1.9146843 m -4.6188726 m 3.9204621 m 15.872324 MeV 12.7645 keV 2.7888824 cm 2.6801078 m OutOfWorld Transportation +Track (trackID 125, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.893369(mm),1.521013(mm),79.313334(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.287140366332(mm),0.1695530417475(mm),78.714920627106(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6731,7 +6769,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.051877(mm),-1.3449958(mm),78.40375(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.321225(mm),2.2717956(mm),78.708911(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6740,7 +6778,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.858769(mm),-1.5769797(mm),78.614127(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.687105(mm),-0.33925615(mm),78.99705(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6749,7 +6787,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.389083(mm),-1.0389389(mm),78.873272(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.815933(mm),-0.30143063(mm),79.150661(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6760,7 +6798,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 570 -G4PrimaryTransformer::PrimaryVertex (-14.278414(mm),-3.1369749(mm),78.716459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.687258(mm),-0.30262617(mm),78.468042(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6769,7 +6807,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.446045(mm),-2.3633502(mm),78.686901(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.962775(mm),-3.9008708(mm),78.772115(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6778,7 +6816,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.625276(mm),-0.5731484(mm),78.831625(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.247461(mm),-2.8415943(mm),79.074571(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6787,7 +6825,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.050334(mm),-3.5761427(mm),78.580349(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.339958(mm),-0.73292064(mm),79.234588(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6796,7 +6834,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.892336(mm),0.62642585(mm),78.608208(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.606767(mm),1.6215019(mm),78.658562(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6805,7 +6843,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.800311(mm),-2.4996766(mm),79.153416(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.416913(mm),2.0232555(mm),78.868365(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6814,7 +6852,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.808551(mm),-2.632973(mm),78.446655(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.470091(mm),0.99227705(mm),78.858988(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6823,7 +6861,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.750737(mm),-2.3336374(mm),78.633176(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.132539(mm),1.6953516(mm),79.271162(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6832,7 +6870,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.178395(mm),-3.3590134(mm),78.557768(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.639198(mm),-0.81039603(mm),79.181824(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6841,10 +6879,35 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.906334(mm),-0.46755442(mm),78.253086(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.631831(mm),-1.3959433(mm),78.301488(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.5 cm -1.26 mm 6.73 cm 7.65 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.4866226 cm -1.4012967 mm 6.7465829 cm 4.8412695 MeV 2.8065805 MeV 218.38068 um 218.38068 um Target hIoni + 2 -1.4798789 cm -1.4998695 mm 6.7550076 cm 1.6953998 MeV 3.1458698 MeV 151.78541 um 370.16609 um Target hIoni + 3 -1.4786028 cm -1.5218816 mm 6.7552105 cm 54.896043 keV 1.6405037 MeV 31.503006 um 401.6691 um Target hIoni + 4 -1.4786035 cm -1.5219836 mm 6.7552095 cm 0 eV 54.896043 keV 296.3028 nm 401.9654 um Target hIoni + 5 -1.4786035 cm -1.5219836 mm 6.7552095 cm 0 eV 0 eV 0 fm 401.9654 um Target Scintillation +Track (trackID 6, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 20, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.48 cm -1.52 mm 6.76 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.4742106 cm -1.482162 mm 6.7436366 cm 362.52864 keV 3.7572851 MeV 165.50081 um 165.50081 um Target muIoni + 2 -1.4741068 cm -1.4807299 mm 6.7435043 cm 12.319904 keV 350.20874 keV 3.4646245 um 168.96543 um Target muIoni + 3 -1.4741063 cm -1.4807236 mm 6.7435041 cm 0 eV 12.319904 keV 89.085195 nm 169.05452 um Target muIoni + 4 -1.4741063 cm -1.4807236 mm 6.7435041 cm 0 eV 0 eV 0 fm 169.05452 um Target Scintillation +Track (trackID 20, parentID 6) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== @@ -6852,7 +6915,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 580 -G4PrimaryTransformer::PrimaryVertex (-13.720818(mm),0.37264975(mm),78.814779(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.807146(mm),2.2399276(mm),78.62323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6861,7 +6924,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.299846(mm),-2.1979429(mm),78.71268(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.072379(mm),-2.0609359(mm),78.223808(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6870,7 +6933,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.041975(mm),-2.0468459(mm),79.110804(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.882932(mm),-3.8233513(mm),78.786193(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6879,7 +6942,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.845625(mm),-0.63620515(mm),78.969099(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.232397(mm),1.2244455(mm),78.548246(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6888,7 +6951,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.840984(mm),-3.10268(mm),79.146244(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.090991(mm),0.81192267(mm),78.396853(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6897,7 +6960,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.717801(mm),2.4936248(mm),78.815311(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.341056(mm),1.3304246(mm),79.234395(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6906,7 +6969,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.752184(mm),1.3791277(mm),79.338229(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.153764(mm),-0.95135703(mm),79.267419(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6915,7 +6978,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.111765(mm),-3.3913571(mm),78.745844(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.374835(mm),0.51014781(mm),78.170477(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6924,7 +6987,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.061192(mm),0.68769139(mm),79.283742(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.281922(mm),-2.1052335(mm),78.363187(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6933,7 +6996,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.621734(mm),3.1239119(mm),78.655923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.08981(mm),-2.4779144(mm),79.278696(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6944,7 +7007,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 590 -G4PrimaryTransformer::PrimaryVertex (-16.355096(mm),0.0033217283(mm),78.350284(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.715601(mm),-2.6085794(mm),78.992025(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6953,7 +7016,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.128126(mm),0.28728525(mm),79.095613(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.035844(mm),1.7435048(mm),78.759231(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6962,7 +7025,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.109402(mm),-0.60449514(mm),79.451569(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.438029(mm),0.48445584(mm),79.217296(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6971,7 +7034,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.047154(mm),0.94903007(mm),79.109891(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.57685(mm),-0.19563012(mm),78.663837(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6980,7 +7043,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.353222(mm),0.91206021(mm),79.408577(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.201313(mm),-3.4372953(mm),78.553727(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6989,7 +7052,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.824005(mm),0.097398527(mm),78.267603(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.084372(mm),-1.6052569(mm),78.750674(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6998,7 +7061,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.051375(mm),-2.1820593(mm),78.227511(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.716005(mm),1.6271065(mm),79.168281(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7007,7 +7070,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.166898(mm),0.2505743(mm),78.91245(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.15768(mm),-0.44271445(mm),78.914075(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7016,7 +7079,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.775927(mm),2.136096(mm),78.805061(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.952905(mm),1.5660878(mm),78.773855(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7025,7 +7088,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.064256(mm),1.6284443(mm),78.22524(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.233576(mm),-1.2125759(mm),78.548039(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7036,40 +7099,16 @@ Terminate current event processing. ===================================== ---> Begin of Event: 600 -G4PrimaryTransformer::PrimaryVertex (-15.868797(mm),-1.7775696(mm),78.436032(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.615239(mm),-0.26561627(mm),79.009722(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 cm -2.07 mm 6.75 cm 43.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.4630239 cm -2.9145995 mm 6.7195797 cm 37.301316 MeV 5.9866179 MeV 1.4473579 mm 1.4473579 mm Target Transportation - 2 -11.806302 cm 1.1836522 cm -1.4453017 m 37.301336 MeV4.9205607e-16 eV 8.889466 m 8.8909134 m CaptureMgnt Decay -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 22, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -11.8 cm 1.18 cm -1.45 m 43.5 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -4.1256993 mm 3.7717246 mm 3.1068403 cm 43.543671 MeV8.9398264e-16 eV 20.778141 m 20.778141 m CaptureMgnt Transportation - 2 -6.5304558 mm 1.6082351 mm 3.111565 cm 32.410158 MeV 11.133514 MeV 3.2505065 mm 20.781392 m Target muIoni - 3 -7.479676 mm 58.847533 um 3.0997789 cm 22.011943 MeV 10.398215 MeV 2.5404207 mm 20.783932 m Target muIoni - 4 -7.1635865 mm -1.6371458 mm 3.0297833 cm 11.514232 MeV 10.497711 MeV 1.8983958 mm 20.78583 m Target muIoni - 5 -7.2428836 mm -2.3966782 mm 3.0069702 cm 0 eV 11.514232 MeV 969.21865 um 20.7868 m Target muIoni - 6 -7.2428836 mm -2.3966782 mm 3.0069702 cm 0 eV 0 eV 0 fm 20.7868 m Target Scintillation -Track (trackID 22, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.046278706545(mm),2.3027631771629(mm),78.933718017053(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.484463(mm),2.1405361(mm),78.5038(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7078,7 +7117,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.103615(mm),-0.54851706(mm),79.099935(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.369334(mm),0.16477132(mm),78.700428(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7087,7 +7126,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.418199(mm),1.0295442(mm),78.691811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.360869(mm),-2.6663888(mm),78.525593(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7096,7 +7135,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.976947(mm),2.6839742(mm),78.769616(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.013875(mm),2.2957268(mm),78.939432(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7105,7 +7144,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.093438(mm),-0.76432484(mm),79.454384(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.011327(mm),-1.6384554(mm),78.763554(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7114,7 +7153,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.703024(mm),-0.15921757(mm),78.112608(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.14618(mm),-2.112052(mm),78.739776(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7123,7 +7162,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.349877(mm),-2.2229257(mm),78.703859(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.174334(mm),0.94235522(mm),79.440119(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7132,7 +7171,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.798678(mm),0.91176463(mm),79.330031(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.287063(mm),-0.92327528(mm),78.538607(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7141,7 +7180,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.228786(mm),-2.7779058(mm),79.077864(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.951847(mm),1.6570948(mm),78.950369(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7152,7 +7191,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 610 -G4PrimaryTransformer::PrimaryVertex (-15.544644(mm),2.4964941(mm),78.493189(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.378673(mm),-0.059471555(mm),78.522454(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7161,7 +7200,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.03256(mm),0.84149041(mm),78.230829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.118139(mm),0.20398926(mm),79.273701(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7170,7 +7209,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.080176(mm),0.97257912(mm),78.39876(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.065191(mm),-3.3795757(mm),79.10671(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7179,7 +7218,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.498441(mm),1.2364234(mm),78.677663(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.703876(mm),0.53231918(mm),78.112458(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7188,7 +7227,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.822997(mm),2.9769306(mm),78.444108(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.861248(mm),0.98323574(mm),78.437363(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7197,7 +7236,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.426995(mm),0.571947(mm),79.395568(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.26795(mm),2.6107742(mm),78.894631(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7206,7 +7245,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.134571(mm),-3.7444011(mm),78.741823(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.837481(mm),0.70522818(mm),78.970535(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7215,7 +7254,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.05849(mm),3.3400772(mm),78.755238(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.218707(mm),3.5663482(mm),78.726987(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7224,7 +7263,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.973094(mm),-2.2141155(mm),78.241315(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.640968(mm),0.98142896(mm),78.652531(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7233,7 +7272,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.923853(mm),-2.9440236(mm),79.131632(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.307684(mm),1.1900206(mm),79.416606(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7244,7 +7283,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 620 -G4PrimaryTransformer::PrimaryVertex (-13.190547(mm),-3.1349779(mm),78.90828(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.561873(mm),-0.99878715(mm),78.137497(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7253,7 +7292,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.781426(mm),-1.7943923(mm),78.804092(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.015093(mm),2.8469503(mm),79.115544(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7262,7 +7301,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.671706(mm),1.9150318(mm),79.352419(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.884285(mm),-2.6413442(mm),78.785955(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7271,7 +7310,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.21829(mm),-3.6905992(mm),78.903388(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.502502(mm),-0.29890664(mm),79.382254(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7280,7 +7319,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.088253(mm),-2.3617909(mm),78.74999(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.535056(mm),-0.47417794(mm),78.142225(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7289,7 +7328,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.604281(mm),2.7745708(mm),78.835327(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.729812(mm),1.5234071(mm),79.165847(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7298,7 +7337,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.803354(mm),2.0442082(mm),79.329206(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.448078(mm),0.81027821(mm),79.039197(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7307,16 +7346,27 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.443935(mm),-0.43675612(mm),78.8636(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.541216(mm),-0.27335959(mm),78.141139(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.38 cm -315 um 5.57 cm 125 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.1695353 cm 65.871207 um 4.8670593 cm 107.81654 MeV 17.530603 MeV 7.3471148 mm 7.3471148 mm Target msc + 2 -1.1391209 cm 140.03362 um 4.7770891 cm 105.76535 MeV 2.0511901 MeV 953.44647 um 8.3005613 mm Target CoulombScat + 3 -9.7391825 mm -231.55453 um 4.4902292 cm 0 eV 8.3781888 MeV 3.3439517 mm 1.1644513 cm Target pi+Inelastic +Track (trackID 3, parentID 1) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.082028(mm),-2.4803203(mm),78.751088(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.731878(mm),1.0758559(mm),78.989155(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7325,7 +7375,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.350815(mm),1.7417204(mm),79.409001(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.221477(mm),2.3694721(mm),78.550172(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7336,7 +7386,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 630 -G4PrimaryTransformer::PrimaryVertex (-14.789608(mm),0.44406802(mm),78.626322(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.649648(mm),1.9898985(mm),79.179982(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7345,7 +7395,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.438254(mm),-0.55851054(mm),78.864602(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.254661(mm),-2.4718855(mm),79.249629(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7354,7 +7404,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.487936(mm),0.86152327(mm),79.208496(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.043493(mm),0.1010627(mm),78.934209(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7363,7 +7413,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.997556(mm),0.36458552(mm),78.237001(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.20555(mm),3.2952764(mm),78.905634(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7372,7 +7422,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.915375(mm),-2.9079912(mm),78.780473(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.081097(mm),-0.73440434(mm),78.398598(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7381,7 +7431,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.430605(mm),-0.16662141(mm),78.160643(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.87196(mm),0.54200161(mm),79.317109(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7390,7 +7440,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.338396(mm),-0.62337109(mm),79.411191(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.506233(mm),-0.59106491(mm),78.147308(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7399,7 +7449,248 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.289691(mm),0.88168183(mm),79.243452(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.674772(mm),0.22634132(mm),78.11759(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.72 cm 199 um 7.52 cm 30.8 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.7132699 cm 1.1093428 mm 7.503288 cm 26.171899 MeV 4.6324753 MeV 940.42424 um 940.42424 um Target Transportation + 2 12.556115 cm -5.9119716 cm -2 m 26.171943 MeV7.6925343e-16 eV 10.957448 m 10.958388 m CaptureMgnt Transportation + 3 8.6818718 cm -7.8301274 cm -2.0083411 m 26.160004 MeV 10.706768 keV 4.4028295 cm 11.002416 m World hIoni + 4 -1.4752767 cm -12.928905 cm -2.0300045 m 26.121931 MeV 36.825539 keV 11.569787 cm 11.118114 m World hIoni + 5 -2.5797819 cm -13.488336 cm -2.0323809 m 26.115178 MeV 5.1199335 keV 1.2607026 cm 11.130721 m World hIoni + 6 -3.4851884 cm -13.945829 cm -2.0343398 m 26.110255 MeV 3.612154 keV 1.0331668 cm 11.141053 m World hIoni + 7 -4.4358987 cm -14.426824 cm -2.0363856 m 26.104078 MeV 5.0579205 keV 1.0849242 cm 11.151902 m World hIoni + 8 -11.35321 cm -17.93008 cm -2.0513078 m 26.079126 MeV 23.240946 keV 7.8961547 cm 11.230864 m World hIoni + 9 -13.468856 cm -19.008773 cm -2.0558743 m 26.066058 MeV 7.823619 keV 2.4182793 cm 11.255047 m World hIoni + 10 -13.694341 cm -19.123447 cm -2.0563592 m 26.064547 MeV 1.5101391 keV 2.57575 mm 11.257622 m World hIoni + 11 -14.804498 cm -19.68918 cm -2.0587532 m 26.059461 MeV 3.0267728 keV 1.2687858 cm 11.27031 m World hIoni + 12 -20.095127 cm -22.349172 cm -2.0701539 m 26.041535 MeV 17.925586 keV 6.0304473 cm 11.330615 m World hIoni + 13 -21.59831 cm -23.100577 cm -2.0734066 m 26.036502 MeV 3.8768561 keV 1.7117163 cm 11.347732 m World hIoni + 14 -24.926099 cm -24.768565 cm -2.0806507 m 26.024881 MeV 10.212541 keV 3.792255 cm 11.385654 m World hIoni + 15 -27.378379 cm -26.002005 cm -2.0859504 m 26.015321 MeV 8.4577858 keV 2.7956994 cm 11.413611 m World hIoni + 16 -32.192958 cm -28.434318 cm -2.0964018 m 25.996747 MeV 17.268748 keV 5.494434 cm 11.468556 m World hIoni + 17 -32.470441 cm -28.574627 cm -2.0970001 m 25.990286 MeV 1.6238056 keV 3.1664314 mm 11.471722 m World hIoni + 18 -35.770132 cm -30.245871 cm -2.1040831 m 25.974747 MeV 14.277311 keV 3.7660012 cm 11.509382 m World hIoni + 19 -41.636196 cm -33.237789 cm -2.1170414 m 25.95315 MeV 21.59696 keV 6.7113173 cm 11.576495 m World hIoni + 20 -41.72019 cm -33.280553 cm -2.1172301 m 25.950428 MeV 143.43055 eV 961.24331 um 11.577457 m World hIoni + 21 -41.748195 cm -33.294803 cm -2.1172933 m 25.950258 MeV 169.41825 eV 320.49717 um 11.577777 m World hIoni + 22 -44.79879 cm -34.846267 cm -2.124138 m 25.915432 MeV 11.168264 keV 3.4902229 cm 11.612679 m World hIoni + 23 -47.571672 cm -36.2779 cm -2.1303571 m 25.903669 MeV 8.6798096 keV 3.1820185 cm 11.644499 m World hIoni + 24 -49.289767 cm -37.171671 cm -2.1342449 m 25.897895 MeV 5.7739265 keV 1.9753068 cm 11.664252 m World hIoni + 25 -52.104253 cm -38.63798 cm -2.1406597 m 25.881587 MeV 14.453458 keV 3.2377338 cm 11.69663 m World hIoni + 26 -52.479903 cm -38.833085 cm -2.1415073 m 25.876538 MeV 1.0000998 keV 4.3169805 mm 11.700947 m World hIoni + 27 -52.897587 cm -39.049745 cm -2.1424478 m 25.874454 MeV 1.0919929 keV 4.7984005 mm 11.705745 m World hIoni + 28 -53.07189 cm -39.140058 cm -2.1428381 m 25.872294 MeV 876.54849 eV 2.0015408 mm 11.707747 m World hIoni + 29 -55.994445 cm -40.652447 cm -2.1493166 m 25.862386 MeV 9.9072252 keV 3.3538623 cm 11.741285 m World hIoni + 30 -56.328136 cm -40.825314 cm -2.1500516 m 25.857689 MeV 2.0420694 keV 3.8293055 mm 11.745115 m World hIoni + 31 -59.661268 cm -42.545847 cm -2.1573514 m 25.84353 MeV 14.15916 keV 3.8213773 cm 11.783328 m World hIoni + 32 -60.178229 cm -42.811223 cm -2.1584832 m 25.787611 MeV 2.6695298 keV 5.9201657 mm 11.789249 m World hIoni + 33 -63.542793 cm -44.55292 cm -2.1658709 m 25.762062 MeV 12.607132 keV 3.8600037 cm 11.827849 m World hIoni + 34 -64.391362 cm -44.991486 cm -2.1677391 m 25.755386 MeV 3.2887093 keV 9.7329967 mm 11.837582 m World hIoni + 35 -67.246825 cm -46.464297 cm -2.1740037 m 25.740666 MeV 11.7754 keV 3.2734278 cm 11.870316 m World hIoni + 36 -68.609701 cm -47.167851 cm -2.1769963 m 25.73179 MeV 8.8758733 keV 1.5626821 cm 11.885943 m World hIoni + 37 -69.370347 cm -47.561543 cm -2.1786794 m 25.726877 MeV 3.0573963 keV 8.7287346 mm 11.894671 m World hIoni + 38 -73.911551 cm -49.920972 cm -2.1889179 m 25.707106 MeV 18.500148 keV 5.2189884 cm 11.946861 m World hIoni + 39 -75.473639 cm -50.732783 cm -2.1924727 m 25.698799 MeV 6.748182 keV 1.795976 cm 11.964821 m World hIoni + 40 -81.312455 cm -53.783915 cm -2.2059045 m 25.669801 MeV 27.126824 keV 6.723513 cm 12.032056 m World hIoni + 41 -82.875287 cm -54.60699 cm -2.209543 m 25.663161 MeV 5.5948631 keV 1.8034107 cm 12.05009 m World hIoni + 42 -83.863805 cm -55.129056 cm -2.2118517 m 25.660496 MeV 1.6036065 keV 1.141501 cm 12.061505 m World hIoni + 43 -89.660504 cm -58.199384 cm -2.2253801 m 25.633069 MeV 22.199281 keV 6.6976973 cm 12.128482 m World hIoni + 44 -91.39262 cm -59.123282 cm -2.229375 m 25.626389 MeV 6.6806006 keV 2.0033506 cm 12.148516 m World hIoni + 45 -91.570601 cm -59.218077 cm -2.2297853 m 25.624788 MeV 519.08057 eV 2.0578266 mm 12.150574 m World hIoni + 46 -94.812187 cm -60.936617 cm -2.2372202 m 25.608282 MeV 12.729692 keV 3.7435393 cm 12.188009 m World hIoni + 47 -96.094993 cm -61.61534 cm -2.2401398 m 25.600866 MeV 5.8507788 keV 1.4803701 cm 12.202813 m World hIoni + 48 -98.999164 cm -63.155328 cm -2.2467021 m 25.588671 MeV 10.423345 keV 3.3520826 cm 12.236334 m World hIoni + 49 -1.0330176 m -65.44659 cm -2.2563388 m 25.562953 MeV 18.989045 keV 4.9690026 cm 12.286024 m World hIoni + 50 -1.0363812 m -65.626369 cm -2.2570951 m 25.554871 MeV 982.20919 eV 3.8881432 mm 12.289912 m World hIoni + 51 -1.036886 m -65.65335 cm -2.2572094 m 25.553472 MeV 109.01325 eV 583.74721 um 12.290496 m World hIoni + 52 -1.0416738 m -65.909704 cm -2.2582884 m 25.551322 MeV 2.1502474 keV 5.5370581 mm 12.296033 m World hIoni + 53 -1.0619958 m -66.99627 cm -2.262881 m 25.540671 MeV 10.651154 keV 2.3497583 cm 12.31953 m World hIoni + 54 -1.0734379 m -67.607676 cm -2.2654821 m 25.53579 MeV 4.8808261 keV 1.3231405 cm 12.332762 m World hIoni + 55 -1.084938 m -68.221275 cm -2.2680941 m 25.528855 MeV 3.6974198 keV 1.3293801 cm 12.346055 m World hIoni + 56 -1.1119155 m -69.667122 cm -2.2742199 m 25.514158 MeV 12.630393 keV 3.1214766 cm 12.37727 m World hIoni + 57 -1.1163378 m -69.905497 cm -2.2752241 m 25.470606 MeV 2.0808476 keV 5.1232644 mm 12.382393 m World hIoni + 58 -1.1658314 m -72.577505 cm -2.2863791 m 25.449789 MeV 18.777451 keV 5.7341347 cm 12.439735 m World hIoni + 59 -1.235711 m -76.325174 cm -2.3020504 m 25.422431 MeV 27.357611 keV 8.0828909 cm 12.520564 m World hIoni + 60 -1.2514351 m -77.166463 cm -2.3055594 m 25.411981 MeV 6.5459585 keV 1.8175177 cm 12.538739 m World hIoni + 61 -1.2549635 m -77.355905 cm -2.3063409 m 25.409895 MeV 892.36167 eV 4.0803134 mm 12.542819 m World hIoni + 62 -1.2905488 m -79.265869 cm -2.3141887 m 25.390028 MeV 12.848254 keV 4.11425 cm 12.583962 m World hIoni + 63 -1.2923387 m -79.361892 cm -2.3145783 m 25.38673 MeV 2.2756895 keV 2.0682378 mm 12.58603 m World hIoni + 64 -1.2930061 m -79.397699 cm -2.314724 m 25.383492 MeV 204.70463 eV 771.27446 um 12.586801 m World hIoni + 65 -1.2967971 m -79.601258 cm -2.315556 m 25.378978 MeV 932.91067 eV 4.3826413 mm 12.591184 m World hIoni + 66 -1.3074184 m -80.171942 cm -2.3178828 m 25.374268 MeV 3.5964598 keV 1.2279816 cm 12.603464 m World hIoni + 67 -1.322229 m -80.965336 cm -2.3211105 m 25.36631 MeV 5.3164251 keV 1.7109047 cm 12.620573 m World hIoni + 68 -1.3276179 m -81.254311 cm -2.3222856 m 25.363047 MeV 2.1893133 keV 6.2267547 mm 12.626799 m World hIoni + 69 -1.3407691 m -81.960062 cm -2.3251769 m 25.355701 MeV 5.9444158 keV 1.5202686 cm 12.642002 m World hIoni + 70 -1.3600718 m -82.995718 cm -2.3294281 m 25.34336 MeV 8.9405968 keV 2.2314233 cm 12.664316 m World hIoni + 71 -1.3915496 m -84.679885 cm -2.3363946 m 25.329008 MeV 13.288028 keV 3.6373552 cm 12.70069 m World hIoni + 72 -1.4146864 m -85.913209 cm -2.3415905 m 25.320153 MeV 6.9566511 keV 2.6728628 cm 12.727419 m World hIoni + 73 -1.4232867 m -86.370439 cm -2.3435412 m 25.315095 MeV 3.9685844 keV 9.9335248 mm 12.737352 m World hIoni + 74 -1.4333806 m -86.908057 cm -2.3458292 m 25.308417 MeV 4.5985338 keV 1.1662989 cm 12.749015 m World hIoni + 75 -1.4818371 m -89.49629 cm -2.3567589 m 25.285702 MeV 19.239091 keV 5.6012549 cm 12.805028 m World hIoni + 76 -1.5027478 m -90.611925 cm -2.3613971 m 25.276502 MeV 9.1997218 keV 2.4150291 cm 12.829178 m World Decay +Track (trackID 3, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 78, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.5 m -90.6 cm -2.36 m 22.1 MeV 0 eV 0 fm 0 fm World initStep + 1 -1.5071494 m -90.785999 cm -2.3646742 m 22.128448 MeV 1.2166434 keV 5.7570454 mm 5.7570454 mm World muIoni + 2 -1.5234421 m -91.427612 cm -2.3768291 m 22.118629 MeV 8.1960298 keV 2.1315823 cm 2.7072868 cm World muIoni + 3 -1.5534758 m -92.611359 cm -2.3992729 m 22.105867 MeV 11.600294 keV 3.9317665 cm 6.6390534 cm World muIoni + 4 -1.6133912 m -94.996386 cm -2.444398 m 22.078707 MeV 24.799005 keV 7.8708556 cm 14.509909 cm World muIoni + 5 -1.6517686 m -96.553847 cm -2.4733809 m 22.047512 MeV 16.455391 keV 5.0551163 cm 19.565025 cm World muIoni + 6 -1.6733874 m -97.422362 cm -2.4896063 m 22.040122 MeV 5.8549048 keV 2.8391421 cm 22.404167 cm World muIoni + 7 -1.6789257 m -97.64479 cm -2.4937696 m 22.037507 MeV 2.6145557 keV 7.2768922 mm 23.131857 cm World muIoni + 8 -1.7045709 m -98.674701 cm -2.5129842 m 22.026038 MeV 10.285828 keV 3.3659408 cm 26.497797 cm World muIoni + 9 -1.7135246 m -99.034081 cm -2.5196786 m 22.019947 MeV 3.9400919 keV 1.1743039 cm 27.672101 cm World muIoni + 10 -1.7509536 m -1.0054159 m -2.5475689 m 21.997768 MeV 14.47975 keV 4.9051702 cm 32.577271 cm World muIoni + 11 -1.7946555 m -1.0231243 m -2.5803289 m 21.882807 MeV 20.129409 keV 5.7416844 cm 38.318956 cm World muIoni + 12 -1.8566089 m -1.0484277 m -2.6264355 m 21.853053 MeV 27.176968 keV 8.1267351 cm 46.445691 cm World muIoni + 13 -1.8897622 m -1.0617469 m -2.6510623 m 21.831879 MeV 14.703142 keV 4.3393898 cm 50.785081 cm World muIoni + 14 -1.894248 m -1.0635312 m -2.654375 m 21.828689 MeV 2.0431353 keV 5.8549967 mm 51.370581 cm World muIoni + 15 -1.9075309 m -1.0688078 m -2.6642077 m 21.822187 MeV 5.0419556 keV 1.734823 cm 53.105404 cm World muIoni + 16 -1.9459459 m -1.0841415 m -2.6924795 m 21.753793 MeV 16.192495 keV 5.010134 cm 58.115538 cm World muIoni + 17 -1.9608226 m -1.0900321 m -2.7033695 m 21.743876 MeV 6.0727286 keV 1.9354735 cm 60.051011 cm World muIoni + 18 -1.9817927 m -1.0983421 m -2.7188675 m 21.734898 MeV 7.9689905 keV 2.7367715 cm 62.787783 cm World muIoni + 19 -2.0079117 m -1.1087134 m -2.7381664 m 21.723392 MeV 11.505793 keV 3.4091413 cm 66.196924 cm World muIoni + 20 -2.0157521 m -1.1118339 m -2.7439719 m 21.704941 MeV 3.0161664 keV 1.0242746 cm 67.221198 cm World muIoni + 21 -2.0166804 m -1.1122012 m -2.7446583 m 21.704514 MeV 427.04785 eV 1.2115286 mm 67.342351 cm World muIoni + 22 -2.0525922 m -1.1265019 m -2.7711894 m 21.689362 MeV 14.028828 keV 4.688366 cm 72.030717 cm World muIoni + 23 -2.0633157 m -1.1307879 m -2.7791346 m 21.683623 MeV 4.6718042 keV 1.4017447 cm 73.432462 cm World muIoni + 24 -2.1241541 m -1.1552858 m -2.8243669 m 21.647768 MeV 26.752117 keV 7.9671188 cm 81.399581 cm World muIoni + 25 -2.134642 m -1.1595589 m -2.8321765 m 21.632421 MeV 5.855642 keV 1.3756638 cm 82.775245 cm World muIoni + 26 -2.1394382 m -1.1615226 m -2.8357541 m 21.629765 MeV 1.6435199 keV 6.2975782 mm 83.405003 cm World muIoni + 27 -2.1687785 m -1.1735376 m -2.8576504 m 21.61089 MeV 12.249884 keV 3.853141 cm 87.258144 cm World muIoni + 28 -2.2095947 m -1.1905422 m -2.8883899 m 21.593344 MeV 17.545615 keV 5.3852167 cm 92.64336 cm World muIoni + 29 -2.2733329 m -1.2171772 m -2.9371002 m 21.558036 MeV 33.724838 keV 8.4523106 cm 1.0109567 m World muIoni + 30 -2.2854149 m -1.2222134 m -2.9461373 m 21.549221 MeV 5.6013133 keV 1.5906222 cm 1.0268629 m World muIoni + 31 -2.3371161 m -1.2437053 m -2.9847901 m 21.518463 MeV 23.254818 keV 6.8036744 cm 1.0948997 m World muIoni + 32 -2.3387015 m -1.2443641 m -2.9859712 m 21.50274 MeV 617.65812 eV 2.0838439 mm 1.0969835 m World muIoni + 33 -2.3490084 m -1.2486559 m -2.9936556 m 21.497115 MeV 3.8836528 keV 1.3553673 cm 1.1105372 m World muIoni + 34 -2.3501487 m -1.2491304 m -2.9945024 m 21.496982 MeV 133.18521 eV 1.497523 mm 1.1120347 m World muIoni + 35 -2.3681176 m -1.2566244 m -3.0078482 m 21.483528 MeV 6.2158733 keV 2.3604107 cm 1.1356388 m World muIoni + 36 -2.4051036 m -1.2721594 m -3.0352821 m 21.459281 MeV 16.016003 keV 4.8599803 cm 1.1842386 m World muIoni + 37 -2.4632351 m -1.2961353 m -3.0780637 m 21.431182 MeV 26.119645 keV 7.6055497 cm 1.2602941 m World muIoni + 38 -2.4728535 m -1.3000898 m -3.0851777 m 21.426475 MeV 4.7073357 keV 1.2600052 cm 1.2728942 m World muIoni + 39 -2.4760336 m -1.301395 m -3.0875208 m 21.420938 MeV 747.83579 eV 4.1601554 mm 1.2770543 m World muIoni + 40 -2.4802858 m -1.3031434 m -3.0906485 m 21.417381 MeV 2.1492789 keV 5.5606266 mm 1.282615 m World muIoni + 41 -2.5050468 m -1.3132955 m -3.1088455 m 21.40773 MeV 6.2351977 keV 3.2362138 cm 1.3149771 m World muIoni + 42 -2.5296679 m -1.323487 m -3.1268442 m 21.394084 MeV 11.910858 keV 3.21562 cm 1.3471333 m World muIoni + 43 -2.546186 m -1.3303215 m -3.1388953 m 21.385663 MeV 7.0611041 keV 2.1558937 cm 1.3686922 m World muIoni + 44 -2.5485226 m -1.3312857 m -3.1405994 m 21.371048 MeV 1.2368169 keV 3.0485346 mm 1.3717408 m World muIoni + 45 -2.5952098 m -1.350396 m -3.1748469 m 21.341492 MeV 20.87571 keV 6.0973894 cm 1.4327147 m World muIoni + 46 -2.6296559 m -1.3644984 m -3.1999436 m 21.319786 MeV 16.474006 keV 4.4891807 cm 1.4776065 m World muIoni + 47 -2.6517469 m -1.3736263 m -3.2160419 m 21.307127 MeV 10.746658 keV 2.8818252 cm 1.5064247 m World muIoni + 48 -2.687891 m -1.3885792 m -3.2423056 m 21.29257 MeV 14.556949 keV 4.7114528 cm 1.5535392 m World muIoni + 49 -2.7057569 m -1.3960361 m -3.2552468 m 21.283842 MeV 7.2319845 keV 2.3286746 cm 1.576826 m World muIoni + 50 -2.7409819 m -1.4107805 m -3.2808043 m 21.268295 MeV 15.547716 keV 4.5949978 cm 1.622776 m World muIoni + 51 -2.743262 m -1.4117404 m -3.2824698 m 21.264699 MeV 1.458948 keV 2.982266 mm 1.6257582 m World muIoni + 52 -2.8155623 m -1.4418456 m -3.3341164 m 21.232259 MeV 29.964444 keV 9.3822306 cm 1.7195805 m World muIoni + 53 -2.8167133 m -1.4423023 m -3.3349299 m 21.228682 MeV 1.1662259 keV 1.4816164 mm 1.7210622 m World muIoni + 54 -2.8510656 m -1.4560355 m -3.3592112 m 21.156811 MeV 12.366281 keV 4.4252394 cm 1.7653146 m World muIoni + 55 -2.8617617 m -1.4603211 m -3.3667261 m 21.1529 MeV 2.6853639 keV 1.3756723 cm 1.7790713 m World muIoni + 56 -2.8743946 m -1.4654072 m -3.375598 m 21.145211 MeV 4.961242 keV 1.6253292 cm 1.7953246 m World muIoni + 57 -2.9127603 m -1.4807014 m -3.4024618 m 21.12618 MeV 19.030836 keV 4.9269906 cm 1.8445945 m World muIoni + 58 -2.9328734 m -1.4886698 m -3.4163955 m 21.116891 MeV 8.0256781 keV 2.5732871 cm 1.8703273 m World muIoni + 59 -2.990278 m -1.5113034 m -3.4561156 m 21.090265 MeV 25.40522 keV 7.3384738 cm 1.9437121 m World muIoni + 60 -3.0133103 m -1.5202979 m -3.472052 m 21.081099 MeV 9.1655855 keV 2.9416948 cm 1.973129 m World muIoni + 61 -3.0202643 m -1.523012 m -3.4768623 m 21.074734 MeV 4.752465 keV 8.8805621 mm 1.9820096 m World muIoni + 62 -3.0294187 m -1.5265687 m -3.483198 m 21.071337 MeV 3.3973814 keV 1.1687376 cm 1.993697 m World muIoni + 63 -3.0514082 m -1.5351108 m -3.4984697 m 21.058564 MeV 11.675023 keV 2.8102186 cm 2.0217992 m World muIoni + 64 -3.0935981 m -1.5515164 m -3.5276484 m 21.037124 MeV 19.685342 keV 5.3856775 cm 2.0756559 m World muIoni + 65 -3.1061155 m -1.5563677 m -3.5362923 m 21.029451 MeV 4.9954772 keV 1.5966758 cm 2.0916227 m World muIoni + 66 -3.1289351 m -1.565221 m -3.5521083 m 21.016927 MeV 9.4009364 keV 2.9142166 cm 2.1207649 m World muIoni + 67 -3.1949873 m -1.5909561 m -3.5979646 m 20.989978 MeV 24.944416 keV 8.4428019 cm 2.2051929 m World muIoni + 68 -3.2096866 m -1.5967199 m -3.6081526 m 20.984723 MeV 5.2541502 keV 1.8790654 cm 2.2239835 m World muIoni + 69 -3.234605 m -1.606556 m -3.6254082 m 20.969872 MeV 13.672736 keV 3.1865818 cm 2.2558493 m World muIoni + 70 -3.2368377 m -1.6074357 m -3.6269534 m 20.96391 MeV 1.5509419 keV 2.8542499 mm 2.2587036 m World muIoni + 71 -3.277078 m -1.6232011 m -3.655047 m 20.942866 MeV 18.613879 keV 5.1547061 cm 2.3102507 m World muIoni + 72 -3.2974393 m -1.6311921 m -3.6694395 m 20.926218 MeV 6.1952148 keV 2.6183631 cm 2.3364343 m World muIoni + 73 -3.3662465 m -1.6586264 m -3.7181941 m 20.89768 MeV 27.238227 keV 8.8680396 cm 2.4251147 m World muIoni + 74 -3.4173365 m -1.6792514 m -3.7543967 m 20.872262 MeV 24.410919 keV 6.5926078 cm 2.4910408 m World muIoni + 75 -3.4194513 m -1.6801004 m -3.7558925 m 20.869771 MeV 1.1378862 keV 2.7259674 mm 2.4937667 m World muIoni + 76 -3.4212243 m -1.6808128 m -3.7571498 m 20.86919 MeV 581.20077 eV 2.2872662 mm 2.496054 m World muIoni + 77 -3.430521 m -1.6845513 m -3.7637468 m 20.865678 MeV 3.5110486 keV 1.1996955 cm 2.5080509 m World muIoni + 78 -3.4353723 m -1.6864914 m -3.7671776 m 20.863123 MeV 1.513302 keV 6.2505945 mm 2.5143015 m World muIoni + 79 -3.4371223 m -1.68719 m -3.768413 m 20.86276 MeV 363.39586 eV 2.2531299 mm 2.5165547 m World muIoni + 80 -3.4407722 m -1.6886506 m -3.7710063 m 20.858438 MeV 2.7480664 keV 4.7096127 mm 2.5212643 m World muIoni + 81 -3.4437622 m -1.6898542 m -3.7731512 m 20.855683 MeV 622.03979 eV 3.8715986 mm 2.5251359 m World muIoni + 82 -3.5066151 m -1.7151937 m -3.8180147 m 20.826441 MeV 28.169293 keV 8.1273696 cm 2.6064096 m World muIoni + 83 -3.5385316 m -1.7279876 m -3.8405741 m 20.810715 MeV 14.423199 keV 4.112519 cm 2.6475348 m World muIoni + 84 -3.5433606 m -1.7299186 m -3.8439803 m 20.792039 MeV 3.2974245 keV 6.2168968 mm 2.6537517 m World muIoni + 85 -3.5478563 m -1.731718 m -3.8471616 m 20.787297 MeV 2.6585895 keV 5.7939419 mm 2.6595456 m World muIoni + 86 -3.5632247 m -1.7378678 m -3.857996 m 20.780024 MeV 6.2645292 keV 1.9783717 cm 2.6793293 m World muIoni + 87 -3.5763497 m -1.7431238 m -3.8672326 m 20.773928 MeV 4.9856064 keV 1.6888049 cm 2.6962174 m World muIoni + 88 -3.5775887 m -1.7436184 m -3.8681042 m 20.772465 MeV 457.10079 eV 1.5935248 mm 2.6978109 m World muIoni + 89 -3.6106217 m -1.7568832 m -3.8914445 m 20.756495 MeV 14.60138 keV 4.2566648 cm 2.7403775 m World muIoni + 90 -3.6128805 m -1.7577888 m -3.8930462 m 20.754675 MeV 691.5945 eV 2.9133827 mm 2.7432909 m World muIoni + 91 -3.6221052 m -1.7614604 m -3.899612 m 20.750548 MeV 4.1261846 keV 1.190316 cm 2.7551941 m World muIoni + 92 -3.6423912 m -1.7695197 m -3.9140549 m 20.741511 MeV 6.7082972 keV 2.6173889 cm 2.781368 m World muIoni + 93 -3.6429482 m -1.7697403 m -3.9144515 m 20.739824 MeV 557.47588 eV 718.4613 um 2.7820864 m World muIoni + 94 -3.6688533 m -1.7800339 m -3.9329134 m 20.725861 MeV 11.71244 keV 3.343474 cm 2.8155212 m World muIoni + 95 -3.6845647 m -1.7862588 m -3.9440902 m 20.718715 MeV 5.9367617 keV 2.0261299 cm 2.8357825 m World muIoni + 96 -3.7019657 m -1.7931085 m -3.9563478 m 20.70749 MeV 10.010554 keV 2.235985 cm 2.8581423 m World muIoni + 97 -3.7333131 m -1.8053362 m -3.9783166 m 20.671594 MeV 12.648657 keV 4.0184749 cm 2.8983271 m World muIoni + 98 -3.7537511 m -1.8133993 m -3.9925841 m 20.650049 MeV 5.5348815 keV 2.6197134 cm 2.9245242 m World muIoni + 99 -3.8032074 m -1.8328908 m -4.0272711 m 20.62836 MeV 19.70068 keV 6.3474942 cm 2.9879992 m World muIoni + 100 -3.8177928 m -1.8386626 m -4.0375374 m 20.620392 MeV 6.0948505 keV 1.8746954 cm 3.0067461 m World muIoni + 101 -3.855288 m -1.8536421 m -4.0637137 m 20.601037 MeV 17.114985 keV 4.811951 cm 3.0548656 m World muIoni + 102 -3.8648667 m -1.8574611 m -4.0703841 m 20.595326 MeV 4.0157808 keV 1.2281373 cm 3.067147 m World muIoni + 103 -3.8762217 m -1.861982 m -4.078325 m 20.585976 MeV 4.3748132 keV 1.4575048 cm 3.081722 m World muIoni + 104 -3.9342731 m -1.8852331 m -4.1189626 m 20.554873 MeV 29.249821 keV 7.4579301 cm 3.1563013 m World muIoni + 105 -3.977705 m -1.9026095 m -4.1491063 m 20.533227 MeV 19.311779 keV 5.565012 cm 3.2119515 m World muIoni + 106 -3.9909269 m -1.907869 m -4.1582915 m 20.525497 MeV 6.4902944 keV 1.693665 cm 3.2288881 m World muIoni + 107 -3.9938435 m -1.9090251 m -4.1603178 m 20.524024 MeV 1.472714 keV 3.7347395 mm 3.2326229 m World muIoni + 108 -4.0102564 m -1.9155111 m -4.1717622 m 20.516638 MeV 5.7277909 keV 2.1034053 cm 3.2536569 m World muIoni + 109 -4.0570504 m -1.934102 m -4.2043972 m 20.491857 MeV 23.295033 keV 6.0003094 cm 3.31366 m World muIoni + 110 -4.0715516 m -1.9398832 m -4.2144285 m 20.469287 MeV 8.1144901 keV 1.8556319 cm 3.3322163 m World muIoni + 111 -4.1495452 m -1.9712597 m -4.2679629 m 20.434029 MeV 32.153088 keV 9.9667435 cm 3.4318838 m World muIoni + 112 -4.1735251 m -1.9807298 m -4.2843301 m 20.417816 MeV 7.3203693 keV 3.0538587 cm 3.4624223 m World muIoni + 113 -4.1760962 m -1.9817363 m -4.2860896 m 20.415087 MeV 1.163209 keV 3.2740847 mm 3.4656964 m World muIoni + 114 -4.1761783 m -1.9817684 m -4.2861458 m 20.412661 MeV 0 eV 104.47897 um 3.4658009 m World muIoni + 115 -4.2415535 m -2.0075446 m -4.3307011 m 20.381191 MeV 30.344992 keV 8.3208238 cm 3.5490091 m World muIoni + 116 -4.2556502 m -2.0132174 m -4.3402911 m 20.374047 MeV 5.8914218 keV 1.7968528 cm 3.5669777 m World muIoni + 117 -4.2577801 m -2.0140716 m -4.3417401 m 20.350793 MeV 729.2499 eV 2.713951 mm 3.5696916 m World muIoni + 118 -4.2682487 m -2.0182528 m -4.3488414 m 20.346116 MeV 2.8866613 keV 1.3323047 cm 3.5830147 m World muIoni + 119 -4.2870063 m -2.0257484 m -4.3616001 m 20.336766 MeV 7.7480257 keV 2.3891808 cm 3.6069065 m World muIoni + 120 -4.3013122 m -2.0314188 m -4.3713518 m 20.326813 MeV 6.2213814 keV 1.82184 cm 3.6251249 m World muIoni + 121 -4.3256829 m -2.0410292 m -4.3879867 m 20.315607 MeV 8.4419774 keV 3.1032423 cm 3.6561573 m World muIoni + 122 -4.3259551 m -2.0411365 m -4.3881727 m 20.314281 MeV 24.400771 eV 346.68334 um 3.656504 m World muIoni + 123 -4.3326156 m -2.0437624 m -4.3927205 m 20.312302 MeV 1.9788128 keV 8.4818102 mm 3.6649858 m World muIoni + 124 -4.3752544 m -2.0607421 m -4.4219298 m 20.289224 MeV 16.874552 keV 5.440206 cm 3.7193879 m World muIoni + 125 -4.3907859 m -2.066977 m -4.4326666 m 20.282168 MeV 6.0417653 keV 1.9884265 cm 3.7392721 m World muIoni + 126 -4.4116624 m -2.0753746 m -4.4471302 m 20.270358 MeV 8.6437712 keV 2.674967 cm 3.7660218 m World muIoni + 127 -4.4224419 m -2.0797166 m -4.4546084 m 20.264762 MeV 5.5964169 keV 1.3819317 cm 3.7798411 m World muIoni + 128 -4.4303737 m -2.0829262 m -4.4600947 m 20.260245 MeV 3.1686324 keV 1.01644 cm 3.7900055 m World muIoni + 129 -4.4654258 m -2.0972522 m -4.4842251 m 20.245056 MeV 15.188537 keV 4.490179 cm 3.8349073 m World muIoni + 130 -4.5162388 m -2.1181601 m -4.5190549 m 20.219957 MeV 22.758 keV 6.5055863 cm 3.8999632 m World muIoni + 131 -4.5271093 m -2.1225649 m -4.5265033 m 20.215863 MeV 4.0933202 keV 1.3894205 cm 3.9138574 m OutOfWorld Transportation +Track (trackID 78, parentID 3) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-14.131816048024(mm),3.7181622641612(mm),78.742308495184(mm),0(nsec)) +1 primaries are passed from G4EventTransformer. +!!!!!!! Now start processing an event !!!!!!! +Track (trackID 1, parentID 0) is processed with stopping code 2 +NULL returned from G4StackManager. +Terminate current event processing. +===================================== + G4EventManager::ProcessOneEvent() +===================================== +G4PrimaryTransformer::PrimaryVertex (-16.706175(mm),-1.7695572(mm),78.28838(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7408,7 +7699,9 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.691318(mm),1.6334631(mm),78.467326(mm),0(nsec)) + +---> Begin of Event: 640 +G4PrimaryTransformer::PrimaryVertex (-12.529894(mm),-2.5719157(mm),79.024771(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7417,7 +7710,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.226754(mm),0.026487159(mm),78.901895(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.159895(mm),2.2754528(mm),78.913684(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7426,9 +7719,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== - ----> Begin of Event: 640 -G4PrimaryTransformer::PrimaryVertex (-13.489642(mm),-2.1654167(mm),78.855541(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.74547(mm),3.0107519(mm),78.634105(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7437,7 +7728,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.463355(mm),2.5519586(mm),79.036503(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.607932(mm),-0.74274745(mm),78.482029(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7446,7 +7737,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.390228(mm),-2.2740562(mm),78.873071(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.203266(mm),-2.224842(mm),78.553383(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7455,7 +7746,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.476288(mm),-1.3980319(mm),78.152588(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.121501(mm),-0.24728856(mm),78.744127(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7464,7 +7755,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.564521(mm),2.9221368(mm),79.018665(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.115722(mm),-1.8999327(mm),78.216165(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7473,7 +7764,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.060687(mm),1.9368629(mm),78.931177(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.194645(mm),-0.31988058(mm),79.436538(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7482,7 +7773,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.323702(mm),1.7847749(mm),79.237455(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.083428(mm),1.0634744(mm),78.22186(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7491,7 +7782,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.336169(mm),0.96587707(mm),79.235256(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.509264(mm),2.8572933(mm),78.675754(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7500,7 +7791,9 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.823549(mm),-0.91725839(mm),78.796664(mm),0(nsec)) + +---> Begin of Event: 650 +G4PrimaryTransformer::PrimaryVertex (-13.037322(mm),1.7609208(mm),78.935297(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7510,138 +7803,173 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.55 mm -3.51 mm 3.5 cm 40.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.4407693 mm -3.9938773 mm 3.5253389 cm 38.444389 MeV 2.2656417 MeV 538.0456 um 538.0456 um Target Transportation - 2 -6.4756708 mm -3.7259661 mm 1.0601978 m 38.444404 MeV1.5091226e-16 eV 2.7786972 m 2.7792353 m CaptureMgnt Decay + 0 -1.3 cm 1.76 mm 7.89 cm 63.8 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.0657896 cm 1.0751112 mm 7.7525064 cm 53.841493 MeV 9.9291517 MeV 2.8629046 mm 2.8629046 mm Target hIoni + 2 -9.5407436 mm 761.91689 um 7.6721584 cm 49.432799 MeV 4.4086935 MeV 1.41768 mm 4.2805845 mm Target Transportation + 3 1.5868855 cm -11.634869 cm -2 m 49.432878 MeV2.0675305e-16 eV 4.4236925 m 4.4279731 m CaptureMgnt Transportation + 4 2.2642374 cm -13.134529 cm -2.008763 m 49.413887 MeV 4.7319183 keV 1.8643174 cm 4.4466163 m World hIoni + 5 2.7555119 cm -14.216617 cm -2.0150809 m 49.403136 MeV 3.011029 keV 1.3458923 cm 4.4600752 m World hIoni + 6 2.8690524 cm -14.466569 cm -2.0165427 m 49.401466 MeV 547.85482 eV 3.1102808 mm 4.4631855 m World hIoni + 7 5.4052839 cm -20.07739 cm -2.0492545 m 49.383694 MeV 16.502553 keV 6.9724091 cm 4.5329096 m World hIoni + 8 5.7831373 cm -20.91601 cm -2.0541231 m 49.377077 MeV 3.0513403 keV 1.0407153 cm 4.5433167 m World hIoni + 9 9.3263635 cm -28.737353 cm -2.0998447 m 49.356806 MeV 18.935983 keV 9.7279392 cm 4.6405961 m World hIoni + 10 12.358791 cm -35.432161 cm -2.1391514 m 49.336697 MeV 20.108761 keV 8.3346512 cm 4.7239426 m World hIoni + 11 13.301149 cm -37.495772 cm -2.1512915 m 49.328862 MeV 6.3802346 keV 2.5730063 cm 4.7496727 m World hIoni + 12 13.403984 cm -37.720997 cm -2.152618 m 49.319189 MeV 1.1189685 keV 2.8088504 mm 4.7524815 m World hIoni + 13 13.652151 cm -38.263343 cm -2.155816 m 49.310548 MeV 1.3360965 keV 6.7675603 mm 4.7592491 m World hIoni + 14 14.407869 cm -39.916427 cm -2.1655803 m 49.305539 MeV 3.6519929 keV 2.0633044 cm 4.7798821 m World hIoni + 15 15.322405 cm -41.916499 cm -2.177389 m 49.298904 MeV 5.3483503 keV 2.4962197 cm 4.8048443 m World hIoni + 16 18.184442 cm -48.169009 cm -2.2144937 m 49.283104 MeV 13.913523 keV 7.8136345 cm 4.8829807 m World hIoni + 17 19.763059 cm -51.629171 cm -2.2349816 m 49.270229 MeV 11.630978 keV 4.3199916 cm 4.9261806 m World hIoni + 18 21.517207 cm -55.468918 cm -2.2576903 m 49.258353 MeV 10.162504 keV 4.7934894 cm 4.9741155 m World hIoni + 19 23.04452 cm -58.815162 cm -2.2774629 m 49.234799 MeV 10.020955 keV 4.1760776 cm 5.0158763 m World hIoni + 20 23.524039 cm -59.863428 cm -2.2836743 m 49.23029 MeV 2.9009849 keV 1.3094359 cm 5.0289706 m World hIoni + 21 23.588021 cm -60.003503 cm -2.2845044 m 49.228206 MeV 380.91347 eV 1.7494102 mm 5.03072 m World hIoni + 22 24.161882 cm -61.259104 cm -2.2919449 m 49.220618 MeV 4.098005 keV 1.568267 cm 5.0464027 m World hIoni + 23 25.867188 cm -65.007809 cm -2.3141246 m 49.208004 MeV 11.430924 keV 4.6776365 cm 5.0931791 m World hIoni + 24 28.37509 cm -70.537551 cm -2.3467584 m 49.188336 MeV 15.231169 keV 6.8932843 cm 5.1621119 m World hIoni + 25 29.773368 cm -73.604814 cm -2.3648919 m 49.177279 MeV 8.6925468 keV 3.827732 cm 5.2003892 m World hIoni + 26 29.845859 cm -73.763446 cm -2.3658342 m 49.176262 MeV 1.0171921 keV 1.9824129 mm 5.2023716 m World hIoni + 27 32.089133 cm -78.668763 cm -2.3949758 m 49.162684 MeV 13.577962 keV 6.1308077 cm 5.2636797 m World hIoni + 28 33.480102 cm -81.714994 cm -2.413059 m 49.152885 MeV 8.7438655 keV 3.8058312 cm 5.301738 m World hIoni + 29 35.882594 cm -86.941768 cm -2.4442219 m 49.112886 MeV 16.102299 keV 6.5423595 cm 5.3671616 m World hIoni + 30 38.232835 cm -92.052906 cm -2.4748174 m 49.09888 MeV 14.005772 keV 6.4037724 cm 5.4311993 m World hIoni + 31 39.491664 cm -94.786901 cm -2.4911919 m 49.091453 MeV 7.4268991 keV 3.4264588 cm 5.4654639 m World hIoni + 32 41.498453 cm -99.126564 cm -2.5172293 m 49.079885 MeV 10.57816 keV 5.4442072 cm 5.519906 m World hIoni + 33 43.197376 cm -1.027923 m -2.5392946 m 49.070821 MeV 8.0566267 keV 4.6035588 cm 5.5659416 m World hIoni + 34 45.036989 cm -1.067476 m -2.5631345 m 49.058147 MeV 9.4293371 keV 4.9711208 cm 5.6156528 m World hIoni + 35 45.316214 cm -1.073464 m -2.5667491 m 49.054626 MeV 2.327834 keV 7.5311793 mm 5.623184 m World hIoni + 36 46.960931 cm -1.108713 m -2.5880568 m 49.043923 MeV 7.6452002 keV 4.4351097 cm 5.6675351 m World hIoni + 37 47.657079 cm -1.1236232 m -2.5970504 m 49.026626 MeV 5.7190149 keV 1.8752643 cm 5.6862877 m World hIoni + 38 47.687114 cm -1.1242657 m -2.5974388 m 49.017686 MeV 140.70637 eV 808.6005 um 5.6870963 m World hIoni + 39 47.981458 cm -1.1305668 m -2.6012454 m 48.962525 MeV 1.7853528 keV 7.928286 mm 5.6950246 m World hIoni + 40 49.766604 cm -1.1684931 m -2.6242813 m 48.947967 MeV 12.061844 keV 4.7830272 cm 5.7428549 m World hIoni + 41 50.000685 cm -1.1734824 m -2.6273091 m 48.931942 MeV 1.0459847 keV 6.2881161 mm 5.749143 m World hIoni + 42 50.754681 cm -1.189566 m -2.6370485 m 48.926658 MeV 4.2277075 keV 2.0258019 cm 5.769401 m World hIoni + 43 51.368858 cm -1.2026411 m -2.64498 m 48.922831 MeV 3.8267395 keV 1.6479996 cm 5.785881 m World hIoni + 44 53.389403 cm -1.2457877 m -2.6711341 m 48.899175 MeV 11.851506 keV 5.4350072 cm 5.8402311 m World hIoni + 45 53.488344 cm -1.2479017 m -2.6724129 m 48.895741 MeV 347.38542 eV 2.6614363 mm 5.8428925 m World hIoni + 46 55.944118 cm -1.3002561 m -2.70411 m 48.880956 MeV 12.505055 keV 6.5945265 cm 5.9088378 m World hIoni + 47 57.438028 cm -1.3320062 m -2.7233813 m 48.871838 MeV 7.6339371 keV 4.0032853 cm 5.9488706 m World hIoni + 48 58.105126 cm -1.3462355 m -2.7320238 m 48.866581 MeV 4.0954719 keV 1.7935088 cm 5.9668057 m World hIoni + 49 58.924979 cm -1.3637093 m -2.7426316 m 48.861982 MeV 3.5288291 keV 2.2024471 cm 5.9888302 m World hIoni + 50 59.36995 cm -1.3730957 m -2.7483376 m 48.856641 MeV 3.1569785 keV 1.1851715 cm 6.0006819 m World hIoni + 51 59.429059 cm -1.3743415 m -2.7490956 m 48.854132 MeV 817.22837 eV 1.5735306 mm 6.0022554 m World hIoni + 52 60.406938 cm -1.3949447 m -2.7616276 m 48.843201 MeV 9.2526747 keV 2.6022476 cm 6.0282779 m World hIoni + 53 64.786164 cm -1.4872075 m -2.8173184 m 48.818073 MeV 24.090372 keV 11.632583 cm 6.1446037 m World hIoni + 54 65.750143 cm -1.5073481 m -2.8294533 m 48.811515 MeV 6.5582834 keV 2.5413105 cm 6.1700168 m World hIoni + 55 65.95558 cm -1.5116373 m -2.8320308 m 48.806405 MeV 570.14777 eV 5.4093386 mm 6.1754262 m World hIoni + 56 66.02641 cm -1.5131176 m -2.8329189 m 48.804118 MeV 1.0732428 keV 1.8659473 mm 6.1772921 m World hIoni + 57 66.571154 cm -1.52451 m -2.8397561 m 48.800008 MeV 3.1150479 keV 1.435999 cm 6.1916521 m World hIoni + 58 66.654386 cm -1.5262536 m -2.8408036 m 48.797535 MeV 689.58734 eV 2.1977572 mm 6.1938499 m World hIoni + 59 67.871643 cm -1.5517277 m -2.8560776 m 48.788524 MeV 7.3189608 keV 3.2099773 cm 6.2259497 m World hIoni + 60 71.370228 cm -1.6246292 m -2.8996975 m 48.766361 MeV 20.397268 keV 9.1876877 cm 6.3178265 m World hIoni + 61 72.343137 cm -1.6448724 m -2.9117821 m 48.760658 MeV 4.3204246 keV 2.5504479 cm 6.343331 m World hIoni + 62 72.458926 cm -1.6472774 m -2.9132168 m 48.76031 MeV 347.96713 eV 3.0303972 mm 6.3463614 m World hIoni + 63 75.049444 cm -1.701212 m -2.9453514 m 48.73443 MeV 12.907279 keV 6.7916587 cm 6.414278 m World hIoni + 64 77.418743 cm -1.7508159 m -2.9747413 m 48.718256 MeV 14.758758 keV 6.2335207 cm 6.4766132 m World hIoni + 65 79.734742 cm -1.7994066 m -3.0034809 m 48.704725 MeV 13.530904 keV 6.1019804 cm 6.537633 m World hIoni + 66 79.930064 cm -1.8035014 m -3.0059081 m 48.703142 MeV 1.5825839 keV 5.1452585 mm 6.5427783 m World hIoni + 67 80.256871 cm -1.8103647 m -3.0099761 m 48.69901 MeV 867.87783 eV 8.6217398 mm 6.5514 m World hIoni + 68 80.719613 cm -1.8200741 m -3.0157277 m 48.694755 MeV 3.1141521 keV 1.2196946 cm 6.563597 m World hIoni + 69 83.713002 cm -1.8831474 m -3.0531363 m 48.676401 MeV 18.35462 keV 7.920668 cm 6.6428036 m World hIoni + 70 84.792721 cm -1.9059939 m -3.0667374 m 48.66605 MeV 9.106847 keV 2.8697251 cm 6.6715009 m World hIoni + 71 85.835434 cm -1.928039 m -3.0798527 m 48.656902 MeV 6.2784565 keV 2.7689771 cm 6.6991907 m World hIoni + 72 87.568611 cm -1.9646222 m -3.1016308 m 48.642405 MeV 13.474421 keV 4.5967499 cm 6.7451582 m World hIoni + 73 88.349611 cm -1.9811787 m -3.1114896 m 48.635328 MeV 6.0419608 keV 2.0792046 cm 6.7659502 m World hIoni + 74 89.978013 cm -2.0157762 m -3.1320671 m 48.62131 MeV 11.745417 keV 4.3423395 cm 6.8093736 m World hIoni + 75 91.516206 cm -2.0484464 m -3.1515495 m 48.612858 MeV 8.4518159 keV 4.103068 cm 6.8504043 m World hIoni + 76 91.535258 cm -2.0488511 m -3.1517907 m 48.60663 MeV 20.463079 eV 508.17673 um 6.8509125 m World hIoni + 77 93.301626 cm -2.0864393 m -3.1742222 m 48.592243 MeV 12.378819 keV 4.7202201 cm 6.8981147 m World hIoni + 78 94.785124 cm -2.1185775 m -3.1929309 m 48.584382 MeV 7.8606179 keV 4.0037079 cm 6.9381517 m World hIoni + 79 94.901981 cm -2.1211074 m -3.1944032 m 48.565135 MeV 1.510876 keV 3.1517268 mm 6.9413035 m World hIoni + 80 95.901506 cm -2.1427143 m -3.2069596 m 48.553531 MeV 4.4940393 keV 2.6915198 cm 6.9682187 m World hIoni + 81 96.040238 cm -2.1457183 m -3.2087047 m 48.5471 MeV 718.61406 eV 3.740843 mm 6.9719595 m World hIoni + 82 96.047426 cm -2.145874 m -3.2087952 m 48.544009 MeV 21.131867 eV 193.89942 um 6.9721534 m World hIoni + 83 99.798352 cm -2.2266833 m -3.2560166 m 48.519988 MeV 24.020537 keV 10.083146 cm 7.0729849 m World hIoni + 84 99.812868 cm -2.2269953 m -3.2561988 m 48.518668 MeV 125.21119 eV 389.40492 um 7.0733743 m World hIoni + 85 1.0415711 m -2.3203376 m -3.3107653 m 48.490066 MeV 25.473299 keV 11.652287 cm 7.1898971 m World hIoni + 86 1.0754661 m -2.3932065 m -3.3532285 m 48.467768 MeV 21.008864 keV 9.0894946 cm 7.2807921 m World hIoni + 87 1.0803025 m -2.4036493 m -3.3593096 m 48.460684 MeV 2.5963491 keV 1.3016237 cm 7.2938083 m World hIoni + 88 1.0815754 m -2.4063926 m -3.3609072 m 48.460073 MeV 610.83439 eV 3.420294 mm 7.2972286 m World hIoni + 89 1.1031407 m -2.4527463 m -3.3879249 m 48.329466 MeV 14.273267 keV 5.7824684 cm 7.3550533 m World hIoni + 90 1.1355812 m -2.5226454 m -3.4287779 m 48.29794 MeV 18.911309 keV 8.7219608 cm 7.4422729 m World hIoni + 91 1.1387964 m -2.5295846 m -3.4328431 m 48.293135 MeV 3.5961716 keV 8.6611918 mm 7.4509341 m World hIoni + 92 1.1654198 m -2.5869957 m -3.4664957 m 48.273958 MeV 18.160567 keV 7.1675306 cm 7.5226094 m World hIoni + 93 1.1693212 m -2.595428 m -3.4714384 m 48.269759 MeV 3.1490069 keV 1.0523972 cm 7.5331334 m World hIoni + 94 1.1764812 m -2.6109276 m -3.4805284 m 48.263237 MeV 6.5214664 keV 1.9342508 cm 7.5524759 m World hIoni + 95 1.2022206 m -2.6668333 m -3.5131312 m 48.243584 MeV 18.454994 keV 6.964851 cm 7.6221244 m World hIoni + 96 1.2063787 m -2.67591 m -3.518413 m 48.236987 MeV 4.3211343 keV 1.1294925 cm 7.6334193 m World hIoni + 97 1.2267858 m -2.7204493 m -3.5443835 m 48.219242 MeV 16.684784 keV 5.5449677 cm 7.688869 m World hIoni + 98 1.2482355 m -2.767232 m -3.5716487 m 48.205274 MeV 13.968196 keV 5.8241806 cm 7.7471108 m World hIoni + 99 1.2528656 m -2.7773595 m -3.5775657 m 48.198384 MeV 3.3328233 keV 1.2610057 cm 7.7597209 m World hIoni + 100 1.2633978 m -2.8004496 m -3.5910466 m 48.191437 MeV 6.9468347 keV 2.8737085 cm 7.7884579 m World hIoni + 101 1.2702849 m -2.8155007 m -3.599833 m 48.173424 MeV 5.0459973 keV 1.8739464 cm 7.8071974 m World hIoni + 102 1.2735611 m -2.822641 m -3.6039932 m 48.170592 MeV 1.3256325 keV 8.8895505 mm 7.816087 m World hIoni + 103 1.288584 m -2.8554027 m -3.6230912 m 48.161644 MeV 8.9486874 keV 4.0789112 cm 7.8568761 m World hIoni + 104 1.2905595 m -2.8597083 m -3.6256035 m 48.154767 MeV 911.21473 eV 5.3621194 mm 7.8622382 m World hIoni + 105 1.2932679 m -2.8655967 m -3.6290415 m 48.150811 MeV 1.3246247 keV 7.3367881 mm 7.869575 m World hIoni + 106 1.317482 m -2.9183307 m -3.6598644 m 48.134666 MeV 15.131151 keV 6.5705886 cm 7.9352809 m World hIoni + 107 1.3319907 m -2.9498574 m -3.6782557 m 48.122943 MeV 9.2426211 keV 3.9276973 cm 7.9745578 m World hIoni + 108 1.3374291 m -2.9616289 m -3.6851293 m 48.114488 MeV 3.6381495 keV 1.4676135 cm 7.989234 m World hIoni + 109 1.3706516 m -3.033458 m -3.7271312 m 48.091941 MeV 21.220724 keV 8.9595379 cm 8.0788293 m World hIoni + 110 1.4080368 m -3.1139166 m -3.7734928 m 48.066116 MeV 23.04978 keV 10.010385 cm 8.1789332 m World hIoni + 111 1.4089553 m -3.1158962 m -3.7746257 m 48.064309 MeV 533.27954 eV 2.4588247 mm 8.181392 m World hIoni + 112 1.4091819 m -3.1163844 m -3.774905 m 48.063201 MeV 86.374053 eV 606.3583 um 8.1819984 m World hIoni + 113 1.437497 m -3.1771763 m -3.8096817 m 48.038644 MeV 18.073098 keV 7.5543659 cm 8.257542 m World hIoni + 114 1.4703319 m -3.2477504 m -3.8499796 m 48.012334 MeV 19.374808 keV 8.7651405 cm 8.3451934 m World hIoni + 115 1.474849 m -3.2575129 m -3.8555781 m 48.002468 MeV 2.2557812 keV 1.2126652 cm 8.3573201 m World hIoni + 116 1.493423 m -3.2976309 m -3.8785522 m 47.991191 MeV 11.277129 keV 4.9822232 cm 8.4071423 m World hIoni + 117 1.5020333 m -3.3161754 m -3.8891956 m 47.984355 MeV 5.8016098 keV 2.3050365 cm 8.4301927 m World hIoni + 118 1.5104144 m -3.3342184 m -3.8995349 m 47.975289 MeV 4.5395106 keV 2.2420771 cm 8.4526135 m World hIoni + 119 1.515999 m -3.3462861 m -3.9064412 m 47.97023 MeV 3.860053 keV 1.4983837 cm 8.4675973 m World hIoni + 120 1.5241057 m -3.36388 m -3.9165054 m 47.960161 MeV 7.2226167 keV 2.183006 cm 8.4894274 m World hIoni + 121 1.5249455 m -3.3656999 m -3.9175422 m 47.931286 MeV 311.3649 eV 2.2566298 mm 8.491684 m World hIoni + 122 1.536219 m -3.3900911 m -3.93149 m 47.923257 MeV 6.3024844 keV 3.0274772 cm 8.5219588 m World hIoni + 123 1.5469597 m -3.4132114 m -3.9447132 m 47.89687 MeV 9.2237898 keV 2.871874 cm 8.5506775 m World hIoni + 124 1.5549012 m -3.4302412 m -3.9544306 m 47.892161 MeV 3.5506673 keV 2.1154436 cm 8.5718319 m World hIoni + 125 1.5735796 m -3.4702321 m -3.9772503 m 47.877895 MeV 12.969325 keV 4.9688014 cm 8.62152 m World hIoni + 126 1.5818038 m -3.4877831 m -3.9872939 m 47.815637 MeV 6.1473912 keV 2.1829986 cm 8.6433499 m World hIoni + 127 1.5957933 m -3.5175786 m -4.0043906 m 47.804693 MeV 9.6405603 keV 3.7091448 cm 8.6804414 m World hIoni + 128 1.5976257 m -3.5214857 m -4.0066328 m 47.799452 MeV 2.4505618 keV 4.8631862 mm 8.6853046 m World hIoni + 129 1.6023524 m -3.531605 m -4.0124221 m 47.77233 MeV 2.4871526 keV 1.2580107 cm 8.6978847 m World hIoni + 130 1.6200661 m -3.5693741 m -4.0340025 m 47.758428 MeV 12.605595 keV 4.6968082 cm 8.7448528 m World hIoni + 131 1.6499225 m -3.6328438 m -4.0702837 m 47.723601 MeV 21.735611 keV 7.8969233 cm 8.823822 m World hIoni + 132 1.6818851 m -3.7009361 m -4.1092621 m 47.704946 MeV 18.655112 keV 8.4720142 cm 8.9085421 m World hIoni + 133 1.6828997 m -3.7031073 m -4.1105049 m 47.703036 MeV 843.76083 eV 2.6996663 mm 8.9112418 m World hIoni + 134 1.6930445 m -3.7247973 m -4.1229349 m 47.698386 MeV 3.3901382 keV 2.6979211 cm 8.938221 m World hIoni + 135 1.7233431 m -3.7892414 m -4.1599459 m 47.674421 MeV 22.487625 keV 8.025505 cm 9.0184761 m World hIoni + 136 1.7542672 m -3.8542155 m -4.1971848 m 47.653285 MeV 19.960996 keV 8.1022877 cm 9.0994989 m World hIoni + 137 1.754541 m -3.8547875 m -4.1975121 m 47.650661 MeV 218.39114 eV 713.5699 um 9.1002125 m World hIoni + 138 1.756621 m -3.859134 m -4.1999991 m 47.647338 MeV 1.6242828 keV 5.4225192 mm 9.105635 m World hIoni + 139 1.7608382 m -3.8679425 m -4.2050481 m 47.641727 MeV 4.1295826 keV 1.0993974 cm 9.116629 m World hIoni + 140 1.7828357 m -3.9142104 m -4.2314897 m 47.627015 MeV 13.569596 keV 5.7652183 cm 9.1742812 m World hIoni + 141 1.8420163 m -4.0394912 m -4.3027015 m 47.586057 MeV 39.27047 keV 15.578478 cm 9.330066 m World hIoni + 142 1.8423836 m -4.0402667 m -4.3031418 m 47.585832 MeV 224.52758 eV 964.42469 um 9.3310304 m World hIoni + 143 1.8591483 m -4.0757493 m -4.3233191 m 47.569728 MeV 12.753208 keV 4.4127056 cm 9.3751574 m World hIoni + 144 1.9252925 m -4.216102 m -4.4032475 m 47.521522 MeV 42.561335 keV 17.453564 cm 9.5496931 m World hIoni + 145 1.9393267 m -4.2458674 m -4.4202375 m 47.510234 MeV 7.7450243 keV 3.7035069 cm 9.5867282 m World hIoni + 146 1.9414733 m -4.2504122 m -4.4228306 m 47.507214 MeV 2.016634 keV 5.6557728 mm 9.5923839 m World hIoni + 147 1.9491229 m -4.2666111 m -4.4320667 m 47.499584 MeV 5.796838 keV 2.0155023 cm 9.6125389 m World hIoni + 148 1.9708306 m -4.3125332 m -4.458163 m 47.487856 MeV 10.432892 keV 5.7105951 cm 9.6696449 m World hIoni + 149 1.9916603 m -4.3565186 m -4.4832265 m 47.473108 MeV 10.091821 keV 5.4742848 cm 9.7243877 m World hIoni + 150 2.0031298 m -4.3808766 m -4.4971253 m 47.464668 MeV 7.2215021 keV 3.0299168 cm 9.7546869 m World hIoni + 151 2.0115333 m -4.3987419 m -4.5073097 m 47.457651 MeV 5.2975521 keV 2.221509 cm 9.776902 m World hIoni + 152 2.0123011 m -4.4003751 m -4.5082413 m 47.454991 MeV 313.37567 eV 2.0308586 mm 9.7789329 m World hIoni + 153 2.0294894 m -4.4369081 m -4.5291135 m 47.429143 MeV 9.4805492 keV 4.5450504 cm 9.8243834 m World hIoni + 154 2.0354091 m -4.4495344 m -4.5363365 m 47.425758 MeV 3.3843294 keV 1.5704788 cm 9.8400882 m World hIoni + 155 2.0519487 m -4.4849204 m -4.5565542 m 47.419482 MeV 6.2760223 keV 4.3982761 cm 9.8840709 m World hIoni + 156 2.0633197 m -4.5092465 m -4.5704686 m 47.411603 MeV 6.7913881 keV 3.0243549 cm 9.9143145 m World hIoni + 157 2.0761526 m -4.5366613 m -4.5861824 m 47.395991 MeV 11.91285 keV 3.4105361 cm 9.9484198 m World hIoni + 158 2.0798883 m -4.5446532 m -4.5907616 m 47.393095 MeV 1.2937118 keV 9.939638 mm 9.9583595 m World hIoni + 159 2.0807432 m -4.546483 m -4.5918091 m 47.392743 MeV 351.90463 eV 2.2751032 mm 9.9606346 m OutOfWorld Transportation Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 15, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.48 mm -3.73 mm 1.06 m 46.2 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 -12.429227 cm -16.962122 cm 2 m 46.240451 MeV2.7663679e-16 eV 6.6323972 m 6.6323972 m CaptureMgnt Transportation - 2 -13.745421 cm -17.18681 cm 2.0019068 m 46.237826 MeV 2.6416218 keV 1.3487801 cm 6.645885 m World muIoni - 3 -18.610852 cm -18.02059 cm 2.0089397 m 46.227217 MeV 9.2544428 keV 4.9861985 cm 6.6957469 m World muIoni - 4 -23.966201 cm -18.932522 cm 2.0168292 m 46.215508 MeV 10.671971 keV 5.4894323 cm 6.7506413 m World muIoni - 5 -30.376692 cm -20.028347 cm 2.0261645 m 46.200058 MeV 13.710574 keV 6.5701615 cm 6.8163429 m World muIoni - 6 -30.977265 cm -20.130721 cm 2.0270354 m 46.197694 MeV 1.322288 keV 6.1543017 mm 6.8224972 m World muIoni - 7 -33.121331 cm -20.495136 cm 2.0301225 m 46.188186 MeV 4.8279226 keV 2.1966171 cm 6.8444633 m World muIoni - 8 -41.246367 cm -21.891903 cm 2.0418293 m 46.165404 MeV 16.378695 keV 8.3269786 cm 6.9277331 m World muIoni - 9 -52.46447 cm -23.89846 cm 2.058245 m 46.141435 MeV 22.853564 keV 11.51379 cm 7.042871 m World muIoni - 10 -55.055903 cm -24.361849 cm 2.0620054 m 46.135118 MeV 4.5187528 keV 2.6592608 cm 7.0694636 m World muIoni - 11 -69.609033 cm -26.967715 cm 2.0831032 m 46.107538 MeV 25.862229 keV 14.934418 cm 7.2188078 m World muIoni - 12 -69.805723 cm -27.002869 cm 2.0833887 m 46.072937 MeV 304.59455 eV 2.0183656 mm 7.2208262 m World muIoni - 13 -70.096339 cm -27.055067 cm 2.0838055 m 46.069956 MeV 848.06954 eV 2.9819422 mm 7.2238081 m World muIoni - 14 -74.466741 cm -27.839984 cm 2.0901074 m 46.062083 MeV 7.8732964 keV 4.4848257 cm 7.2686564 m World muIoni - 15 -85.313175 cm -29.797774 cm 2.1057314 m 46.041594 MeV 18.786936 keV 11.131924 cm 7.3799756 m World muIoni - 16 -87.277917 cm -30.157333 cm 2.1085276 m 46.036947 MeV 3.2658541 keV 2.016846 cm 7.4001441 m World muIoni - 17 -91.304507 cm -30.882185 cm 2.1143126 m 46.022913 MeV 8.5741279 keV 4.1320073 cm 7.4414642 m World muIoni - 18 -95.50288 cm -31.640325 cm 2.1205095 m 46.01428 MeV 7.6260859 keV 4.3110469 cm 7.4845746 m World muIoni - 19 -1.0520706 m -33.42308 cm 2.1347495 m 45.985608 MeV 21.446421 keV 9.9687966 cm 7.5842626 m World muIoni - 20 -1.0949789 m -34.199135 cm 2.1411894 m 45.976665 MeV 6.3532168 keV 4.4077451 cm 7.62834 m World muIoni - 21 -1.179161 m -35.746071 cm 2.1537933 m 45.960092 MeV 14.795835 keV 8.6514714 cm 7.7148548 m World muIoni - 22 -1.188751 m -35.920426 cm 2.155238 m 45.954505 MeV 1.3453299 keV 9.8536251 mm 7.7247084 m World muIoni - 23 -1.2422424 m -36.898965 cm 2.1633282 m 45.938401 MeV 11.517559 keV 5.4977605 cm 7.779686 m World muIoni - 24 -1.3075367 m -38.073559 cm 2.1731168 m 45.92633 MeV 12.070534 keV 6.7060836 cm 7.8467468 m World muIoni - 25 -1.3327156 m -38.529154 cm 2.1768991 m 45.919596 MeV 5.5523546 keV 2.5865815 cm 7.8726126 m World muIoni - 26 -1.3427634 m -38.711937 cm 2.1784006 m 45.918123 MeV 1.4739082 keV 1.0322531 cm 7.8829352 m World muIoni - 27 -1.3761769 m -39.315514 cm 2.183358 m 45.902326 MeV 9.418511 keV 3.4314154 cm 7.9172493 m World muIoni - 28 -1.4941386 m -41.45549 cm 2.2011462 m 45.873241 MeV 29.084725 keV 12.119828 cm 8.0384476 m World muIoni - 29 -1.5958108 m -43.30661 cm 2.2170697 m 45.849694 MeV 21.797494 keV 10.456415 cm 8.1430118 m World muIoni - 30 -1.6468453 m -44.232193 cm 2.2250215 m 45.825287 MeV 9.9277267 keV 5.247317 cm 8.1954849 m World muIoni - 31 -1.6505676 m -44.299565 cm 2.2255956 m 45.821814 MeV 1.8427594 keV 3.8260691 mm 8.199311 m World muIoni - 32 -1.6573465 m -44.422532 cm 2.2266385 m 45.818035 MeV 2.2486358 keV 6.9680377 mm 8.206279 m World muIoni - 33 -1.6679009 m -44.613771 cm 2.2282592 m 45.814884 MeV 690.57701 eV 1.0848036 cm 8.2171271 m World muIoni - 34 -1.9777918 m -50.202359 cm 2.274985 m 45.729966 MeV 69.073771 keV 31.832908 cm 8.5354561 m World muIoni - 35 -1.9798759 m -50.240395 cm 2.2753268 m 45.729735 MeV 230.9595 eV 2.1459455 mm 8.5376021 m World muIoni - 36 -1.9833088 m -50.303033 cm 2.2758878 m 45.722423 MeV 288.89021 eV 3.5343401 mm 8.5411364 m World muIoni - 37 -2.0425501 m -51.393913 cm 2.2856378 m 45.707615 MeV 13.629474 keV 6.1021414 cm 8.6021578 m World muIoni - 38 -2.053045 m -51.587735 cm 2.2873401 m 45.70025 MeV 2.7450077 keV 1.0807251 cm 8.6129651 m World muIoni - 39 -2.0564774 m -51.650861 cm 2.2878985 m 45.698454 MeV 387.36634 eV 3.5343087 mm 8.6164994 m World muIoni - 40 -2.1235985 m -52.869207 cm 2.2986901 m 45.683562 MeV 12.871055 keV 6.9066981 cm 8.6855664 m World muIoni - 41 -2.1277059 m -52.94418 cm 2.2993405 m 45.681569 MeV 589.00255 eV 4.2256262 mm 8.689792 m World muIoni - 42 -2.1365374 m -53.105454 cm 2.3007437 m 45.679106 MeV 1.2173877 keV 9.0865693 mm 8.6988786 m World muIoni - 43 -2.1663076 m -53.651832 cm 2.3054471 m 45.672625 MeV 5.4117151 keV 3.0630658 cm 8.7295092 m World muIoni - 44 -2.2013415 m -54.296704 cm 2.3109591 m 45.65801 MeV 9.0419228 keV 3.6046416 cm 8.7655557 m World muIoni - 45 -2.2070072 m -54.400465 cm 2.3118632 m 45.656257 MeV 655.47035 eV 5.8305141 mm 8.7713862 m World muIoni - 46 -2.2744609 m -55.635766 cm 2.3225852 m 45.634072 MeV 12.354717 keV 6.9408436 cm 8.8407946 m World muIoni - 47 -2.2951195 m -56.018842 cm 2.3259759 m 45.616232 MeV 4.8019815 keV 2.1282623 cm 8.8620772 m World muIoni - 48 -2.333985 m -56.735108 cm 2.3322977 m 45.602794 MeV 8.8748504 keV 4.0022521 cm 8.9020997 m World muIoni - 49 -2.4089001 m -58.136027 cm 2.3445294 m 45.586577 MeV 14.951892 keV 7.7189204 cm 8.979289 m World muIoni - 50 -2.4236451 m -58.412149 cm 2.3469006 m 45.58027 MeV 3.0198488 keV 1.5187613 cm 8.9944766 m World muIoni - 51 -2.4513788 m -58.932448 cm 2.351405 m 45.57328 MeV 5.8870657 keV 2.857476 cm 9.0230513 m World muIoni - 52 -2.553065 m -60.822394 cm 2.3677897 m 45.543092 MeV 23.545774 keV 10.471749 cm 9.1277688 m World muIoni - 53 -2.5971752 m -61.66175 cm 2.3749608 m 45.532404 MeV 9.4772568 keV 4.5470593 cm 9.1732394 m World muIoni - 54 -2.6916029 m -63.408063 cm 2.3904734 m 45.512231 MeV 18.839512 keV 9.7273574 cm 9.270513 m World muIoni - 55 -2.697553 m -63.521175 cm 2.3914714 m 45.498751 MeV 564.16933 eV 6.1383611 mm 9.2766513 m World muIoni - 56 -2.7194631 m -63.938099 cm 2.395169 m 45.495398 MeV 3.3524508 keV 2.2607631 cm 9.299259 m World muIoni - 57 -2.7345508 m -64.226522 cm 2.3977157 m 45.491575 MeV 2.3877739 keV 1.5570655 cm 9.3148296 m World muIoni - 58 -2.7397663 m -64.326191 cm 2.3985954 m 45.217347 MeV 2.2297858 keV 5.3822254 mm 9.3202119 m World muIoni - 59 -2.7637406 m -64.791036 cm 2.4027178 m 45.211495 MeV 4.7937343 keV 2.4766362 cm 9.3449782 m World muIoni - 60 -2.8198706 m -65.88058 cm 2.4123259 m 45.196067 MeV 11.480002 keV 5.7979359 cm 9.4029576 m World muIoni - 61 -2.914913 m -67.728533 cm 2.4283625 m 45.1753 MeV 19.572227 keV 9.8141983 cm 9.5010996 m World muIoni - 62 -2.9353364 m -68.123896 cm 2.4318109 m 45.169825 MeV 4.4508086 keV 2.1086495 cm 9.5221861 m World muIoni - 63 -3.0501226 m -70.311863 cm 2.451035 m 45.141312 MeV 22.972329 keV 11.842613 cm 9.6406122 m World muIoni - 64 -3.0724141 m -70.73753 cm 2.4546558 m 45.133314 MeV 4.6924268 keV 2.298134 cm 9.6635935 m World muIoni - 65 -3.2513837 m -74.130784 cm 2.4841722 m 45.094986 MeV 35.106241 keV 18.453343 cm 9.848127 m World muIoni - 66 -3.2977263 m -75.038085 cm 2.4917978 m 45.081062 MeV 10.257997 keV 4.7834209 cm 9.8959612 m World muIoni - 67 -3.3440318 m -75.948348 cm 2.4994915 m 45.068845 MeV 9.5289803 keV 4.7814797 cm 9.943776 m World muIoni - 68 -3.3769461 m -76.598592 cm 2.5049196 m 45.058004 MeV 9.3584967 keV 3.3986855 cm 9.9777628 m World muIoni - 69 -3.4195456 m -77.443669 cm 2.5118741 m 45.048324 MeV 8.0450038 keV 4.3982908 cm 10.021746 m World muIoni - 70 -3.44217 m -77.89074 cm 2.5156291 m 44.980618 MeV 4.747813 keV 2.3365604 cm 10.045111 m World muIoni - 71 -3.4531015 m -78.105828 cm 2.5174071 m 44.976595 MeV 2.8804771 keV 1.1282039 cm 10.056393 m World muIoni - 72 -3.4812947 m -78.658179 cm 2.5219957 m 44.969494 MeV 6.0791872 keV 2.9093322 cm 10.085487 m World muIoni - 73 -3.495812 m -78.944406 cm 2.5243495 m 44.967124 MeV 2.3702248 keV 1.4982831 cm 10.10047 m World muIoni - 74 -3.5807599 m -80.631064 cm 2.538115 m 44.948741 MeV 17.201011 keV 8.7693561 cm 10.188163 m World muIoni - 75 -3.6819648 m -82.644069 cm 2.5546739 m 44.927232 MeV 20.028845 keV 10.450805 cm 10.292671 m World muIoni - 76 -3.6943769 m -82.894515 cm 2.5566556 m 44.921139 MeV 4.7070796 keV 1.2816386 cm 10.305488 m World muIoni - 77 -3.720352 m -83.419523 cm 2.5608052 m 44.912698 MeV 4.8463844 keV 2.6823278 cm 10.332311 m World muIoni - 78 -3.7319826 m -83.655735 cm 2.5626609 m 44.908411 MeV 3.1669711 keV 1.2012257 cm 10.344323 m World muIoni - 79 -3.7440019 m -83.901836 cm 2.5645955 m 44.904785 MeV 2.0201617 keV 1.2420255 cm 10.356743 m World muIoni - 80 -3.8329992 m -85.709684 cm 2.5788807 m 44.884415 MeV 19.27 keV 9.1931762 cm 10.448675 m World muIoni - 81 -3.8370949 m -85.793407 cm 2.5795362 m 44.879544 MeV 1.2988556 keV 4.2314951 mm 10.452907 m World muIoni - 82 -3.9223677 m -87.532521 cm 2.593221 m 44.862336 MeV 16.15862 keV 8.8097701 cm 10.541004 m World muIoni - 83 -3.9321204 m -87.73064 cm 2.5947879 m 44.858596 MeV 2.6647875 keV 1.0074445 cm 10.551079 m World muIoni - 84 -4.1286267 m -91.811376 cm 2.6262594 m 44.811193 MeV 45.01763 keV 20.315528 cm 10.754234 m World muIoni - 85 -4.2312594 m -93.956465 cm 2.6421865 m 44.769687 MeV 26.597139 keV 10.605359 cm 10.860288 m World muIoni - 86 -4.4427377 m -98.362541 cm 2.6752239 m 44.717295 MeV 48.198077 keV 21.853225 cm 11.07882 m World muIoni - 87 -4.4721555 m -98.976002 cm 2.6797798 m 44.695849 MeV 6.1463302 keV 3.0394028 cm 11.109214 m World muIoni - 88 -4.6021729 m -1.0169541 m 2.6996507 m 44.657304 MeV 27.36748 keV 13.430922 cm 11.243523 m World muIoni - 89 -4.6144117 m -1.0195195 m 2.7015365 m 44.646933 MeV 2.118182 keV 1.2646265 cm 11.256169 m World muIoni - 90 -4.6189546 m -1.0204672 m 2.7022334 m 44.643525 MeV 1.5540117 keV 4.6926586 mm 11.260862 m World muIoni - 91 -4.6942951 m -1.0360315 m 2.7137315 m 44.628586 MeV 13.307559 keV 7.7786363 cm 11.338648 m World muIoni - 92 -4.6972136 m -1.0366365 m 2.7141712 m 44.625561 MeV 320.0131 eV 3.0127391 mm 11.341661 m World muIoni - 93 -4.8578328 m -1.0701711 m 2.7385301 m 44.589523 MeV 32.742719 keV 16.58807 cm 11.507542 m World muIoni - 94 -4.8830071 m -1.0752869 m 2.742345 m 44.583938 MeV 5.5855994 keV 2.5970573 cm 11.533512 m OutOfWorld Transportation -Track (trackID 15, parentID 3) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== -G4PrimaryTransformer::PrimaryVertex (-15.101909513486(mm),3.5059417787421(mm),78.571254843414(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 -NULL returned from G4StackManager. -Terminate current event processing. -===================================== - G4EventManager::ProcessOneEvent() -===================================== - ----> Begin of Event: 650 -G4PrimaryTransformer::PrimaryVertex (-16.767907(mm),-1.9158695(mm),78.277494(mm),0(nsec)) -1 primaries are passed from G4EventTransformer. -!!!!!!! Now start processing an event !!!!!!! -Track (trackID 1, parentID 0) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.785577(mm),3.4811939(mm),78.80336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.30189152968(mm),0.35295106888673(mm),78.359665637594(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7650,7 +7978,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.900157(mm),-0.93613964(mm),78.783156(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.544809(mm),2.7114696(mm),78.49316(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7659,7 +7987,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.556393(mm),-1.2748611(mm),79.020098(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.072621(mm),1.2037787(mm),79.1054(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7668,7 +7996,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.860191(mm),1.3489124(mm),78.437549(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.264548(mm),-3.1254107(mm),79.071558(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7677,7 +8005,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.458258(mm),-0.95774273(mm),79.037402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.060932(mm),0.74021622(mm),78.402153(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7686,7 +8014,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.05467(mm),0.95692536(mm),78.403258(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.023334(mm),-0.37874043(mm),78.761437(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7695,7 +8023,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.014642(mm),-2.1124643(mm),78.410315(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.302811(mm),0.70492599(mm),78.888484(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7704,7 +8032,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.798187(mm),-1.1262646(mm),78.624809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.853122(mm),2.4404379(mm),78.262469(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7713,7 +8041,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.185218(mm),-0.65477672(mm),78.909219(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.393254(mm),-1.3136334(mm),79.401518(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7724,7 +8052,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 660 -G4PrimaryTransformer::PrimaryVertex (-13.909141(mm),1.6723461(mm),78.781572(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.446354(mm),3.1221943(mm),79.215828(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7733,7 +8061,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.632954(mm),2.3645668(mm),78.653944(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.911397(mm),2.1220968(mm),79.310155(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7742,7 +8070,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.09671(mm),-3.0335837(mm),79.101153(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.881124(mm),-2.5719873(mm),78.257531(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7751,7 +8079,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.575857(mm),0.66122697(mm),79.016666(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.812659(mm),1.3243634(mm),78.445931(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7760,7 +8088,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.201497(mm),1.6709843(mm),78.201041(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.812173(mm),1.3749824(mm),78.269689(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7769,7 +8097,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.724987(mm),-1.7467341(mm),78.99037(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.181185(mm),-2.4167519(mm),79.086257(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7778,7 +8106,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.585327(mm),-2.0225834(mm),79.36765(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.458053(mm),1.1914174(mm),79.037438(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7787,7 +8115,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.772998(mm),-1.9619332(mm),78.981905(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.99042(mm),-1.6307908(mm),79.119894(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7796,7 +8124,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.200765(mm),1.0721496(mm),79.082805(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.58177(mm),-0.4065841(mm),79.015623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7805,41 +8133,10 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.676596(mm),2.5609493(mm),79.17523(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.749542(mm),3.6551863(mm),78.986041(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.5 mm 1.75 mm 5.03 cm 25.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.2153005 mm 1.0837736 mm 5.0545678 cm 21.121973 MeV 4.0202837 MeV 754.26118 um 754.26118 um Target hIoni - 2 -6.8718914 mm 580.80318 um 5.0593673 cm 17.760994 MeV 3.3609785 MeV 601.9305 um 1.3561917 mm Target hIoni - 3 -6.7708044 mm 140.77047 um 5.0734762 cm 14.523533 MeV 3.2374608 MeV 487.57714 um 1.8437688 mm Target hIoni - 4 -6.7154445 mm -221.24912 um 5.0842322 cm 11.625035 MeV 2.8984988 MeV 389.34162 um 2.2331104 mm Target hIoni - 5 -6.651522 mm -521.68456 um 5.0871682 cm 8.7178755 MeV 2.9071592 MeV 311.62117 um 2.5447316 mm Target hIoni - 6 -6.5688844 mm -743.47954 um 5.0926868 cm 6.1496289 MeV 2.5682466 MeV 242.3728 um 2.7871044 mm Target hIoni - 7 -6.4948575 mm -873.21902 um 5.1024568 cm 3.0827204 MeV 3.0669085 MeV 184.62703 um 2.9717314 mm Target hIoni - 8 -6.4798407 mm -925.06847 um 5.1073811 cm 271.69481 keV 2.8110256 MeV 84.213053 um 3.0559445 mm Target hIoni - 9 -6.4786344 mm -925.67731 um 5.1073878 cm 25.75791 keV 245.9369 keV 2.0551022 um 3.0579996 mm Target hIoni - 10 -6.4786311 mm -925.70445 um 5.1073874 cm 0 eV 25.75791 keV 158.47867 nm 3.0581581 mm Target hIoni - 11 -6.4786311 mm -925.70445 um 5.1073874 cm 0 eV 0 eV 0 fm 3.0581581 mm Target Scintillation -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 23, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.48 mm -926 um 5.11 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.493364 mm -812.08405 um 5.1039047 cm 392.52511 keV 3.7272886 MeV 165.50081 um 165.50081 um Target muIoni - 2 -6.4944493 mm -810.83034 um 5.1037225 cm 18.696024 keV 373.82909 keV 3.886744 um 169.38755 um Target muIoni - 3 -6.4944427 mm -810.82713 um 5.103721 cm 0 eV 18.696024 keV 116.52002 nm 169.50407 um Target muIoni - 4 -6.4944427 mm -810.82713 um 5.103721 cm 0 eV 0 eV 0 fm 169.50407 um Target Scintillation -Track (trackID 23, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== @@ -7847,7 +8144,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 670 -G4PrimaryTransformer::PrimaryVertex (-16.528118(mm),-0.58288211(mm),78.319776(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.538366(mm),1.3831577(mm),78.670623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7856,7 +8153,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.127695(mm),-1.8857388(mm),79.095689(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.199994(mm),2.6395744(mm),79.082941(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7865,7 +8162,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.747845(mm),1.9571342(mm),78.810013(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.999283(mm),1.1755374(mm),78.413024(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7874,7 +8171,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.263651(mm),3.7766462(mm),78.719062(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.490243(mm),0.15076458(mm),78.855435(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7883,7 +8180,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.16372(mm),-2.6049641(mm),78.736683(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.820183(mm),-0.18719619(mm),78.09195(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7892,7 +8189,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.262092(mm),1.4729743(mm),79.424645(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.907697(mm),-2.9088552(mm),78.429173(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7901,7 +8198,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.949033(mm),-1.4136668(mm),78.245557(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.613159(mm),-3.6138658(mm),79.010089(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7910,7 +8207,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.334462(mm),-2.2830472(mm),78.53025(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.372934(mm),0.75844617(mm),79.052447(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7919,7 +8216,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.132734(mm),1.9410062(mm),78.213166(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.748695(mm),-1.9680434(mm),78.98619(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7928,7 +8225,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.663582(mm),2.7417558(mm),79.001198(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.406834(mm),-1.599729(mm),79.222796(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7939,7 +8236,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 680 -G4PrimaryTransformer::PrimaryVertex (-12.518003(mm),0.29226384(mm),79.026867(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.462046(mm),-2.1245969(mm),78.68408(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7948,7 +8245,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.135272(mm),3.9774453(mm),78.741699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.136018(mm),2.5673994(mm),78.917895(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7957,7 +8254,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.766414(mm),0.80421854(mm),78.630412(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.849574(mm),-1.7760769(mm),79.144729(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7966,7 +8263,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.908918(mm),3.0664104(mm),78.428957(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.172794(mm),2.0510134(mm),78.558756(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7975,7 +8272,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.470767(mm),1.1723691(mm),78.329888(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.56608(mm),1.3649734(mm),78.489409(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7984,7 +8281,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.324334(mm),1.0289631(mm),79.237343(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.156628(mm),-2.5427067(mm),79.266914(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7993,7 +8290,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.603591(mm),1.7673731(mm),78.659122(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.576551(mm),-3.5622245(mm),79.016544(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8002,7 +8299,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.714398(mm),-2.6162853(mm),78.639584(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.59047(mm),-3.5731921(mm),78.485109(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8011,7 +8308,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.594091(mm),-0.20202398(mm),78.131816(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.205582(mm),2.8037249(mm),79.258282(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8020,7 +8317,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.647992(mm),0.32051877(mm),79.180274(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.774969(mm),-3.0978047(mm),78.452576(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8031,7 +8328,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 690 -G4PrimaryTransformer::PrimaryVertex (-17.701238(mm),-0.52157858(mm),78.112923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.461285(mm),2.1756901(mm),79.036868(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8040,7 +8337,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.306165(mm),0.11187343(mm),78.182585(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.306773(mm),-3.7031514(mm),78.711459(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8049,7 +8346,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.741032(mm),1.7464102(mm),79.340195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.518029(mm),-3.5532732(mm),78.850536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8058,7 +8355,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.323307(mm),1.6656513(mm),78.708543(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.645569(mm),1.7238336(mm),79.180701(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8067,7 +8364,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.349275(mm),1.2615663(mm),79.056619(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.343063(mm),0.98103431(mm),78.352406(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8076,16 +8373,46 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.060546(mm),1.493922(mm),78.754875(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.743311(mm),0.41426488(mm),78.458159(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.32 cm 366 um 6.39 cm 23.6 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.297841 cm 484.03184 um 6.3250141 cm 19.745401 MeV 3.8858736 MeV 695.08964 um 695.08964 um Target hIoni + 2 -1.2853665 cm 483.71383 um 6.2716634 cm 16.364992 MeV 3.3804087 MeV 553.62086 um 1.2487105 mm Target hIoni + 3 -1.2851415 cm 383.3445 um 6.2289669 cm 13.319303 MeV 3.0456891 MeV 443.74373 um 1.6924542 mm Target hIoni + 4 -1.2788742 cm 315.52108 um 6.1950856 cm 10.445605 MeV 2.8736986 MeV 355.89064 um 2.0483449 mm Target hIoni + 5 -1.2672426 cm 310.08594 um 6.1698473 cm 7.8450199 MeV 2.6005849 MeV 282.61552 um 2.3309604 mm Target hIoni + 6 -1.2550505 cm 332.0419 um 6.1519292 cm 4.905934 MeV 2.9390859 MeV 222.77381 um 2.5537342 mm Target hIoni + 7 -1.2463753 cm 330.91323 um 6.1399448 cm 1.5445082 MeV 3.3614258 MeV 153.58116 um 2.7073154 mm Target hIoni + 8 -1.2447 cm 340.66139 um 6.1389794 cm 95.706975 keV 1.4488013 MeV 27.155133 um 2.7344705 mm Target hIoni + 9 -1.244682 cm 340.80853 um 6.138969 cm 0 eV 95.706975 keV 545.11608 nm 2.7350156 mm Target hIoni + 10 -1.244682 cm 340.80853 um 6.138969 cm 0 eV 0 eV 0 fm 2.7350156 mm Target Scintillation +Track (trackID 5, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 23, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.24 cm 341 um 6.14 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.2391641 cm 266.7884 um 6.1484003 cm 256.73033 keV 3.8630834 MeV 165.50081 um 165.50081 um Target muIoni + 2 -1.2391946 cm 265.51776 um 6.1484167 cm 17.598962 keV 239.13137 keV 2.1313084 um 167.63212 um Target muIoni + 3 -1.2391944 cm 265.50403 um 6.1484161 cm 0 eV 17.598962 keV 111.82666 nm 167.74394 um Target muIoni + 4 -1.2391944 cm 265.50403 um 6.1484161 cm 0 eV 0 eV 0 fm 167.74394 um Target Scintillation +Track (trackID 23, parentID 5) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.386678(mm),3.4282184(mm),78.521042(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.677783(mm),-0.93871474(mm),78.117059(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8094,7 +8421,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.502523(mm),1.3838082(mm),79.382251(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.732631(mm),-0.30513484(mm),78.283715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8103,7 +8430,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.173877(mm),-3.6187931(mm),78.911219(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.208179(mm),3.3749002(mm),78.728844(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8112,7 +8439,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.129513(mm),-1.2566695(mm),78.213734(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.924363(mm),-1.4110518(mm),78.249907(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8123,7 +8450,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 700 -G4PrimaryTransformer::PrimaryVertex (-10.486149(mm),-1.6227059(mm),79.385138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.947481(mm),-2.042053(mm),78.598485(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8132,7 +8459,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.068895(mm),-2.6579125(mm),78.577076(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.864644(mm),2.0658434(mm),79.142072(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8141,7 +8468,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.207083(mm),0.62102767(mm),78.905364(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.865464(mm),1.5898051(mm),79.141928(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8150,7 +8477,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.853982(mm),-1.4337412(mm),78.614971(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.364396(mm),0.30056009(mm),78.877625(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8159,7 +8486,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.920451(mm),-1.9583391(mm),79.132232(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.924582(mm),-1.359004(mm),79.131503(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8168,7 +8495,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.462069(mm),2.1472761(mm),78.684076(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.671349(mm),2.2820004(mm),79.176155(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8177,7 +8504,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.080878(mm),-3.7504395(mm),78.927617(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.443245(mm),-1.3521196(mm),78.687395(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8186,7 +8513,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.768179(mm),1.8657831(mm),78.453774(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.343627(mm),0.14303912(mm),79.410268(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8195,7 +8522,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.872457(mm),1.2628179(mm),78.964368(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.501186(mm),0.021601486(mm),78.148198(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8204,7 +8531,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.665943(mm),0.87650078(mm),79.000782(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.803191(mm),1.1878251(mm),79.152908(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8215,7 +8542,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 710 -G4PrimaryTransformer::PrimaryVertex (-10.806374(mm),-1.3433286(mm),79.328674(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.762212(mm),-0.85008596(mm),79.160134(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8224,7 +8551,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.838382(mm),2.4359865(mm),79.146703(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.495063(mm),0.73866336(mm),78.501931(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8233,7 +8560,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.682304(mm),1.4864286(mm),79.174224(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.987473(mm),0.95404946(mm),79.296741(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8242,7 +8569,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.829637(mm),2.5632743(mm),79.148245(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.537544(mm),-2.2354687(mm),78.494441(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8251,7 +8578,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.902945(mm),-2.8235594(mm),79.135319(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.971608(mm),1.1318904(mm),78.417904(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8260,7 +8587,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.856544(mm),0.89592193(mm),78.790846(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.692735(mm),2.9270871(mm),78.996057(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8269,7 +8596,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.283312(mm),-0.87643899(mm),79.06825(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.729937(mm),-3.5526403(mm),78.636844(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8278,7 +8605,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.06291(mm),0.64240339(mm),79.283439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.607612(mm),-0.46885815(mm),79.011067(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8287,7 +8614,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.222934(mm),-1.9996807(mm),78.902569(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.368432(mm),-0.37130564(mm),79.405895(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8296,7 +8623,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.0868(mm),1.3759741(mm),78.750246(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.596844(mm),2.8927226(mm),78.483984(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8307,7 +8634,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 720 -G4PrimaryTransformer::PrimaryVertex (-16.031772(mm),0.25763306(mm),78.407295(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.36815(mm),0.70782599(mm),79.405944(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8316,7 +8643,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.965042(mm),2.2822941(mm),78.948042(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.537715(mm),-2.0940573(mm),79.376045(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8325,7 +8652,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.900122(mm),0.43745419(mm),79.312143(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.323761(mm),-3.6937549(mm),78.88479(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8334,7 +8661,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.403857(mm),2.6234785(mm),78.518013(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.238359(mm),-0.028279348(mm),78.194541(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8343,40 +8670,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.903592(mm),-3.6143338(mm),78.606224(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.512289(mm),-0.074287104(mm),78.322567(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 8, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.34 cm -3.84 mm 6.94 cm 5.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3416679 cm -3.7321928 mm 6.9353142 cm 2.1926913 MeV 3.0595488 MeV 162.8045 um 162.8045 um Target hIoni - 2 -1.3420391 cm -3.7039686 mm 6.9333566 cm 158.56695 keV 2.0341244 MeV 47.834484 um 210.63899 um Target hIoni - 3 -1.3420731 cm -3.703664 mm 6.9333272 cm 58.907602 keV 99.659348 keV 1.0205124 um 211.6595 um Target hIoni - 4 -1.3420686 cm -3.7036165 mm 6.9333177 cm 0 eV 58.907602 keV 317.90201 nm 211.9774 um Target hIoni - 5 -1.3420686 cm -3.7036165 mm 6.9333177 cm 0 eV 0 eV 0 fm 211.9774 um Target Scintillation -Track (trackID 8, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.34 cm -3.7 mm 6.93 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3496798 cm -3.7110918 mm 6.9415395 cm 450.98904 keV 3.6688247 MeV 165.50081 um 165.50081 um Target muIoni - 2 -1.3498988 cm -3.7092849 mm 6.9417216 cm 0 eV 450.98904 keV 4.7632141 um 170.26402 um Target muIoni - 3 -1.3498988 cm -3.7092849 mm 6.9417216 cm 0 eV 0 eV 0 fm 170.26402 um Target Scintillation -Track (trackID 20, parentID 8) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.380919(mm),-1.449589(mm),79.227366(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.247486(mm),-2.9799864(mm),79.074567(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8385,7 +8688,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.060239(mm),-0.19154554(mm),78.225949(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.196216(mm),0.96834595(mm),79.083607(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8394,7 +8697,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.445387(mm),1.3040228(mm),78.863345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.564347(mm),0.0024658458(mm),79.018696(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8403,7 +8706,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.08543(mm),-1.8672741(mm),78.397834(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.183646(mm),-0.8661487(mm),78.556842(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8412,7 +8715,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.188149(mm),-0.82472492(mm),79.08503(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.675279(mm),1.4366174(mm),78.293827(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8423,7 +8726,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 730 -G4PrimaryTransformer::PrimaryVertex (-17.747756(mm),-0.21153643(mm),78.104721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.381842(mm),1.4398193(mm),79.40353(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8432,7 +8735,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.72792(mm),1.0232103(mm),78.284545(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-9.9991796(mm),-0.34656989(mm),79.471004(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8441,7 +8744,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.920056(mm),1.353531(mm),78.60332(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.888658(mm),-0.3778888(mm),78.785184(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8450,7 +8753,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.70481(mm),1.3544258(mm),78.464947(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.521037(mm),-1.2831315(mm),79.378986(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8459,7 +8762,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.283857(mm),2.6498874(mm),79.068153(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.147695(mm),-1.9390086(mm),78.915836(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8468,7 +8771,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.758406(mm),1.2954049(mm),78.984478(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.898794(mm),0.093984963(mm),78.60707(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8477,7 +8780,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.077425(mm),-1.4459436(mm),78.751899(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.676024(mm),-0.81850068(mm),78.117369(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8486,7 +8789,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.768233(mm),2.8593509(mm),78.630091(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.814209(mm),0.76039584(mm),78.974638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8495,7 +8798,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.495594(mm),1.0592582(mm),79.207146(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.403205(mm),-1.7724666(mm),78.870782(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8504,7 +8807,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.478696(mm),3.6879142(mm),78.857471(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.055901(mm),-1.5241799(mm),78.40304(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8515,7 +8818,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 740 -G4PrimaryTransformer::PrimaryVertex (-15.613059(mm),1.3279204(mm),78.481125(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.020111(mm),-0.052626627(mm),78.585678(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8524,7 +8827,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.885953(mm),2.7204494(mm),78.785661(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.197548(mm),-1.5097936(mm),79.083372(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8533,7 +8836,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.481109(mm),-2.2358181(mm),78.680719(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.996296(mm),2.9179961(mm),78.942531(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8542,7 +8845,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.955414(mm),0.34876598(mm),78.94974(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.385125(mm),-1.538875(mm),78.344989(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8551,7 +8854,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.171517(mm),-0.60955851(mm),79.087962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.592893(mm),0.7785771(mm),79.366316(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8560,7 +8863,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.210535(mm),-1.5435409(mm),78.199447(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.289226(mm),-1.7294188(mm),78.714553(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8569,7 +8872,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.197366(mm),-0.14923785(mm),78.378096(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.4774(mm),1.1450338(mm),79.386681(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8578,7 +8881,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.098317(mm),2.5267663(mm),78.748215(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.828173(mm),-1.3216158(mm),78.266868(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8587,7 +8890,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.300667(mm),-1.8578922(mm),78.888863(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.65545(mm),2.2626517(mm),79.002632(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8596,7 +8899,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.424225(mm),0.45143381(mm),78.338095(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.196932(mm),0.30520991(mm),78.201846(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8607,7 +8910,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 750 -G4PrimaryTransformer::PrimaryVertex (-16.141542(mm),1.0836284(mm),78.38794(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.917095(mm),2.9365987(mm),78.427516(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8616,7 +8919,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.474849(mm),-3.3994848(mm),78.505496(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.548721(mm),-3.650337(mm),78.845124(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8625,7 +8928,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.549779(mm),-1.5650491(mm),78.492283(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.153576(mm),-1.8212482(mm),79.267453(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8634,7 +8937,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.352804(mm),-2.989884(mm),78.703342(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.772392(mm),-3.2142989(mm),78.805685(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8643,7 +8946,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.322727(mm),-1.618865(mm),79.413954(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.664082(mm),-0.95886369(mm),78.472129(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8652,7 +8955,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.665486(mm),0.70800403(mm),78.471881(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.63545(mm),-3.1392708(mm),79.182485(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8661,7 +8964,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.596303(mm),0.094321153(mm),78.307753(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.830865(mm),-1.501587(mm),79.148028(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8670,7 +8973,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.324278(mm),0.60983538(mm),78.532045(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.847625(mm),-2.0121324(mm),78.792419(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8679,7 +8982,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.439793(mm),3.8828497(mm),78.688004(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.42937(mm),0.33023242(mm),78.689842(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8688,7 +8991,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.687236(mm),1.7897571(mm),79.349681(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.231665(mm),-1.0231153(mm),79.077356(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8699,7 +9002,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 760 -G4PrimaryTransformer::PrimaryVertex (-15.417813(mm),-2.4372936(mm),78.515553(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.152258(mm),-3.7586415(mm),78.915031(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8708,7 +9011,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.117264(mm),-3.0222949(mm),78.921201(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.596825(mm),1.7463572(mm),79.365623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8717,7 +9020,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.990912(mm),0.11025718(mm),78.590827(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.920643(mm),-2.4770134(mm),78.603217(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8726,7 +9029,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.528503(mm),-2.3876602(mm),79.201343(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.679219(mm),1.7025748(mm),79.174767(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8735,7 +9038,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.610037(mm),2.924942(mm),78.657985(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.053211(mm),-1.7214363(mm),78.932496(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8744,7 +9047,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.365347(mm),-1.1213652(mm),78.701131(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.478137(mm),-0.35186978(mm),78.681243(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8753,7 +9056,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.603048(mm),-1.0313457(mm),79.188199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.330333(mm),-0.61888419(mm),78.883632(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8762,7 +9065,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.735656(mm),2.8297613(mm),79.164816(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.149522(mm),-1.4363848(mm),79.09184(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8771,7 +9074,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.473851(mm),1.8928639(mm),79.21098(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.47263(mm),-0.092569629(mm),79.034868(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8780,7 +9083,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.837685(mm),2.4627084(mm),78.441518(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.717989(mm),-2.1135017(mm),78.815277(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8791,7 +9094,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 770 -G4PrimaryTransformer::PrimaryVertex (-14.782176(mm),-1.8395314(mm),78.627633(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.736956(mm),-1.8590845(mm),78.459279(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8800,7 +9103,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.876837(mm),-1.3907987(mm),79.316249(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.928091(mm),3.9799644(mm),78.778231(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8809,7 +9112,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.656531(mm),-2.4550806(mm),78.297133(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.087564(mm),-1.4425861(mm),79.102765(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8818,7 +9121,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.103243(mm),2.4516599(mm),79.100001(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.718198(mm),2.8285828(mm),78.638914(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8827,7 +9130,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.292833(mm),-1.7739029(mm),78.184936(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.508127(mm),3.0742999(mm),78.852282(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8836,7 +9139,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.804378(mm),-1.6576423(mm),79.152699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.781379(mm),-2.1944859(mm),79.333081(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8845,7 +9148,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.614226(mm),-1.2765715(mm),78.48092(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.943329(mm),0.13530534(mm),78.951871(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8854,7 +9157,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.490441(mm),0.74367022(mm),78.326419(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.168915(mm),-0.062184406(mm),78.735767(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8863,7 +9166,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.389257(mm),1.8004288(mm),79.225896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.747404(mm),-0.010460413(mm),79.339072(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8872,7 +9175,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.099228(mm),-1.8695165(mm),78.571728(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.716988(mm),0.14627498(mm),78.110146(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8883,7 +9186,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 780 -G4PrimaryTransformer::PrimaryVertex (-16.81029(mm),1.3655036(mm),78.270021(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.263928(mm),1.7812444(mm),79.247995(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8892,7 +9195,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.979921(mm),-0.6016687(mm),79.298073(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.015912(mm),-0.78773119(mm),78.939073(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8901,7 +9204,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.187261(mm),1.351808(mm),78.379878(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.685207(mm),1.8704618(mm),79.173712(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8910,7 +9213,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.909409(mm),-0.15250723(mm),78.428871(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.825932(mm),2.5436321(mm),79.148898(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8919,7 +9222,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.85739(mm),1.4337559(mm),78.261716(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.760567(mm),-1.5740376(mm),78.984097(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8928,7 +9231,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.727086(mm),0.78977405(mm),78.813673(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.493827(mm),-2.1057698(mm),78.678476(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8937,7 +9240,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.100644(mm),-1.9010343(mm),79.100459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.76674(mm),-1.7565792(mm),79.335662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8946,7 +9249,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.615762(mm),0.69442738(mm),78.833303(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.599641(mm),-1.5799957(mm),79.365126(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8955,7 +9258,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.284788(mm),2.8936653(mm),78.539008(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.632433(mm),-3.1654491(mm),79.183017(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8964,7 +9267,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.032688(mm),1.4831626(mm),79.288768(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.011739(mm),0.87835352(mm),78.939808(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8975,7 +9278,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 790 -G4PrimaryTransformer::PrimaryVertex (-12.968505(mm),-1.3111603(mm),78.947432(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.252372(mm),-2.00394(mm),78.368397(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8984,7 +9287,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.621179(mm),-1.1360269(mm),79.185002(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.610973(mm),0.79885109(mm),78.834147(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8993,7 +9296,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.729961(mm),-0.27761973(mm),78.636839(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.344904(mm),1.186173(mm),79.057389(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9002,7 +9305,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.205063(mm),-2.2809968(mm),79.258374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.448727(mm),-1.3919045(mm),78.686428(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9011,7 +9314,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.529393(mm),-0.89370145(mm),78.143224(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.601674(mm),-1.4946064(mm),79.188441(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9020,7 +9323,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.187456(mm),3.6421356(mm),78.732498(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.070554(mm),-3.4034156(mm),78.929438(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9029,7 +9332,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.697993(mm),2.5271747(mm),78.818803(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.454227(mm),0.98032877(mm),79.038113(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9038,7 +9341,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.00604(mm),-0.95801306(mm),78.235505(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.617521(mm),-3.1690377(mm),78.480339(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9047,7 +9350,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.624857(mm),2.4831466(mm),78.479045(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.401872(mm),3.7200849(mm),78.871017(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9056,7 +9359,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.627935(mm),-1.0364686(mm),78.654829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.366732(mm),0.75758712(mm),79.406194(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9067,7 +9370,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 800 -G4PrimaryTransformer::PrimaryVertex (-14.430218(mm),0.49328017(mm),78.689692(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.299628(mm),-2.2703992(mm),79.065373(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9076,7 +9379,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.497936(mm),2.0605724(mm),78.854079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.161835(mm),0.063850112(mm),78.913342(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9085,7 +9388,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.754459(mm),-2.9442853(mm),78.808847(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.377138(mm),0.38201444(mm),79.40436(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9094,7 +9397,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.221828(mm),0.64891561(mm),78.55011(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.920262(mm),-3.0009873(mm),78.603284(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9103,7 +9406,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.482446(mm),0.30916629(mm),78.151502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.103546(mm),1.9454716(mm),78.218312(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9112,7 +9415,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.586151(mm),-1.9154859(mm),78.838524(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.472124(mm),2.5851538(mm),78.682303(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9121,7 +9424,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.547527(mm),1.38354(mm),78.845334(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.555829(mm),-3.4244408(mm),78.667544(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9130,7 +9433,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.141238(mm),0.24505479(mm),79.445955(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.083019(mm),2.6076573(mm),78.750913(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9139,7 +9442,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.725512(mm),-1.4648941(mm),78.637624(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.466066(mm),0.98118024(mm),79.212352(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9148,7 +9451,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.38303(mm),-0.72755572(mm),79.226994(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.706194(mm),-1.8617546(mm),78.817357(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9159,7 +9462,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 810 -G4PrimaryTransformer::PrimaryVertex (-17.090009(mm),-1.2839778(mm),78.220699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.702951(mm),2.0946747(mm),79.34691(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9168,7 +9471,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.305156(mm),3.0748238(mm),78.535417(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.198776(mm),0.68229574(mm),79.259483(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9177,7 +9480,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.970375(mm),2.2381419(mm),78.241794(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.389638(mm),3.8604199(mm),78.696847(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9186,7 +9489,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.581579(mm),3.378992(mm),78.663003(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.996356(mm),3.0587338(mm),78.942521(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9195,7 +9498,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.592762(mm),1.3618198(mm),79.013685(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.680003(mm),0.62736004(mm),78.116667(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9204,7 +9507,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.225403(mm),-0.87995736(mm),78.196826(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.312771(mm),2.1948908(mm),78.534074(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9213,7 +9516,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.401164(mm),1.7931364(mm),78.518488(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.71054(mm),0.92638201(mm),78.28761(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9222,7 +9525,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.331867(mm),0.22861261(mm),78.35438(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.7249(mm),-1.1111902(mm),79.34304(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9231,7 +9534,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.072654(mm),-0.69581652(mm),78.400086(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.410388(mm),1.6329246(mm),78.164208(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9240,7 +9543,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.876365(mm),-1.5058868(mm),78.611024(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.011796(mm),-2.2404626(mm),79.116125(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9251,7 +9554,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 820 -G4PrimaryTransformer::PrimaryVertex (-14.517832(mm),-2.2678536(mm),78.674243(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.892794(mm),1.0855685(mm),78.784455(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9260,7 +9563,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.97274(mm),3.4851079(mm),78.946685(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.809105(mm),2.4282803(mm),78.975538(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9269,7 +9572,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.635606(mm),1.4767001(mm),79.182458(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.343175(mm),-1.9629137(mm),78.70504(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9278,40 +9581,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.964239(mm),-1.0275684(mm),78.771857(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.02639(mm),-1.8250101(mm),78.408244(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 18, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 cm -1.18 mm 6.81 cm 1.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2333114 cm -1.1815246 mm 6.8127641 cm 162.63504 keV 1.8023711 MeV 39.963207 um 39.963207 um Target hIoni - 2 -1.233341 cm -1.1813441 mm 6.812819 cm 23.535687 keV 139.09936 keV 1.0526858 um 41.015893 um Target hIoni - 3 -1.2333389 cm -1.181337 mm 6.8128196 cm 0 eV 23.535687 keV 148.95794 nm 41.164851 um Target hIoni - 4 -1.2333389 cm -1.181337 mm 6.8128196 cm 0 eV 0 eV 0 fm 41.164851 um Target Scintillation -Track (trackID 18, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 35, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 cm -1.18 mm 6.81 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2405642 cm -1.2403238 mm 6.8204411 cm 288.79145 keV 3.8310223 MeV 165.50081 um 165.50081 um Target muIoni - 2 -1.2406157 cm -1.2410574 mm 6.8205048 cm 3.0051403 keV 285.78631 keV 2.5095114 um 168.01032 um Target muIoni - 3 -1.2406157 cm -1.241058 mm 6.8205048 cm 0 eV 3.0051403 keV 40.774131 nm 168.05109 um Target muIoni - 4 -1.2406157 cm -1.241058 mm 6.8205048 cm 0 eV 0 eV 0 fm 168.05109 um Target Scintillation -Track (trackID 35, parentID 18) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.548332(mm),-0.024299571(mm),78.139885(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.128199(mm),-2.4286192(mm),78.390292(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9320,7 +9599,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.649061(mm),-3.0251153(mm),79.180085(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.640229(mm),-2.8624817(mm),79.005316(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9329,7 +9608,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.2607(mm),-2.9760463(mm),78.366929(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.530714(mm),-0.77903525(mm),78.319318(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9338,7 +9617,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.227716(mm),-2.2508901(mm),79.25438(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.313377(mm),-0.83367728(mm),79.239275(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9347,7 +9626,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.075237(mm),0.10712651(mm),79.104939(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.291088(mm),2.4599012(mm),79.243205(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9356,7 +9635,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.611382(mm),1.181309(mm),79.010402(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.464472(mm),-1.3382547(mm),79.036306(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9367,7 +9646,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 830 -G4PrimaryTransformer::PrimaryVertex (-14.801843(mm),-0.047792155(mm),78.624165(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.468527(mm),-0.43585469(mm),78.330283(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9376,7 +9655,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.776797(mm),2.6785841(mm),78.452254(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.032464(mm),-0.36078208(mm),79.288808(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9385,7 +9664,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.651835(mm),1.5677956(mm),79.179596(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.801894(mm),-1.7888013(mm),78.97681(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9394,7 +9673,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.072161(mm),-2.2167914(mm),78.5765(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.095032(mm),-0.25593868(mm),78.748795(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9403,7 +9682,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.776661(mm),0.73541594(mm),78.804932(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.167024(mm),1.9375783(mm),78.383446(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9412,7 +9691,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.952729(mm),-1.2188267(mm),78.773886(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.65547(mm),-2.5389339(mm),78.473647(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9421,7 +9700,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.99883(mm),-1.3952272(mm),78.942085(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.417466(mm),-0.45162899(mm),78.16296(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9430,7 +9709,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.278271(mm),-1.4779339(mm),78.540158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.299343(mm),0.019096588(mm),78.712769(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9439,7 +9718,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.026444(mm),3.1862615(mm),78.937215(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.227033(mm),1.6499005(mm),78.549192(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9448,7 +9727,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.315756(mm),-1.6488169(mm),79.415183(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.874337(mm),-0.36551247(mm),78.964036(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9459,7 +9738,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 840 -G4PrimaryTransformer::PrimaryVertex (-16.433644(mm),-1.9578507(mm),78.336434(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.760207(mm),0.33859299(mm),78.455179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9468,7 +9747,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.116865(mm),-1.700773(mm),79.097599(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.542669(mm),-1.3979293(mm),79.198845(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9477,427 +9756,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.837(mm),-1.7963305(mm),78.265312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.526899(mm),0.80312112(mm),79.201626(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.57 cm -1.73 mm 7.12 cm 58 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.6470737 cm -851.56459 um 7.3462337 cm 49.897877 MeV 8.1068765 MeV 2.4909304 mm 2.4909304 mm Target hIoni - 2 -1.6260365 cm 49.359609 um 7.523648 cm 43.679836 MeV 6.2180405 MeV 1.9961779 mm 4.4871082 mm Target hIoni - 3 -1.6401526 cm 533.54775 um 7.6786451 cm 36.881555 MeV 6.7982813 MeV 1.6422774 mm 6.1293856 mm Target hIoni - 4 -1.6545532 cm 1.0029619 mm 7.7945799 cm 31.742827 MeV 5.1387273 MeV 1.2849329 mm 7.4143185 mm Target hIoni - 5 -1.657935 cm 1.209393 mm 7.8310742 cm 29.607987 MeV 2.1348407 MeV 421.97499 um 7.8362935 mm Target Transportation - 6 11.287646 cm 1.5951068 cm 1.8244314 m 29.607993 MeV1.3126042e-16 eV 2.037077 m 2.0449132 m CaptureMgnt Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 22, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 11.3 cm 1.6 cm 1.82 m 27.4 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 3.5958159 cm 2.6767969 cm 2 m 27.431732 MeV1.111378e-17 eV 19.711471 cm 19.711471 cm CaptureMgnt Transportation - 2 3.3007153 cm 3.1748989 cm 2.0115612 m 27.42629 MeV 3.6426241 keV 1.2930042 cm 21.004475 cm World muIoni - 3 1.9782831 cm 5.3897731 cm 2.0635839 m 27.412792 MeV 13.498587 keV 5.8067228 cm 26.811198 cm World muIoni - 4 1.7720351 cm 5.7268415 cm 2.0715591 m 27.410807 MeV 1.9846608 keV 8.9004825 mm 27.701246 cm World muIoni - 5 1.4107046 cm 6.3115457 cm 2.0854393 m 27.403474 MeV 4.7221096 keV 1.548883 cm 29.250129 cm World muIoni - 6 1.0230483 cm 6.9392387 cm 2.1003509 m 27.397247 MeV 5.1861429 keV 1.6636852 cm 30.913814 cm World muIoni - 7 -3.9201316 mm 9.1993289 cm 2.1544084 m 27.380168 MeV 15.842061 keV 6.0276678 cm 36.941482 cm World muIoni - 8 -7.7911429 mm 9.8252551 cm 2.1692185 m 27.374011 MeV 4.7614482 keV 1.6537999 cm 38.595282 cm World muIoni - 9 -2.2238586 cm 12.137328 cm 2.2239854 m 27.356761 MeV 15.576142 keV 6.1177928 cm 44.713074 cm World muIoni - 10 -3.0362447 cm 13.443672 cm 2.2547485 m 27.341969 MeV 10.349277 keV 3.4395098 cm 48.152584 cm World muIoni - 11 -3.3388292 cm 13.937832 cm 2.2663342 m 27.301939 MeV 3.9088508 keV 1.2953906 cm 49.447975 cm World muIoni - 12 -4.5437922 cm 15.904839 cm 2.3128979 m 27.284456 MeV 14.742578 keV 5.1964444 cm 54.644419 cm World muIoni - 13 -5.7508748 cm 17.891751 cm 2.3597969 m 27.269512 MeV 14.944222 keV 5.2345133 cm 59.878932 cm World muIoni - 14 -6.6507698 cm 19.341373 cm 2.3940773 m 27.258508 MeV 9.5442755 keV 3.8291738 cm 63.708106 cm World muIoni - 15 -7.8188084 cm 21.253176 cm 2.4395908 m 27.242241 MeV 14.87385 keV 5.0728905 cm 68.780997 cm World muIoni - 16 -8.1246958 cm 21.747886 cm 2.4513784 m 27.234043 MeV 3.7033309 keV 1.3144518 cm 70.095449 cm World muIoni - 17 -8.9663187 cm 23.107705 cm 2.4837632 m 27.219409 MeV 9.839917 keV 3.6118095 cm 73.707258 cm World muIoni - 18 -9.5839229 cm 24.107478 cm 2.5076617 m 27.207946 MeV 5.9270041 keV 2.6631528 cm 76.370411 cm World muIoni - 19 -10.278061 cm 25.232325 cm 2.534453 m 27.199096 MeV 8.8501706 keV 2.9874519 cm 79.357863 cm World muIoni - 20 -10.648265 cm 25.832734 cm 2.5487685 m 27.192888 MeV 5.0928705 keV 1.5958979 cm 80.953761 cm World muIoni - 21 -10.714051 cm 25.940642 cm 2.5513361 m 27.190698 MeV 420.1988 eV 2.8618071 mm 81.239941 cm World muIoni - 22 -11.097778 cm 26.568378 cm 2.5662525 m 27.185313 MeV 3.2464428 keV 1.6632201 cm 82.903162 cm World muIoni - 23 -12.809398 cm 29.320122 cm 2.6321412 m 27.164802 MeV 18.292139 keV 7.3425941 cm 90.245756 cm World muIoni - 24 -17.301215 cm 36.979848 cm 2.8111429 m 27.109714 MeV 54.039293 keV 19.981287 cm 1.1022704 m World muIoni - 25 -17.777793 cm 37.778536 cm 2.8303868 m 27.102905 MeV 6.8091348 keV 2.1373627 cm 1.1236441 m World muIoni - 26 -18.501937 cm 38.997351 cm 2.8595071 m 27.093877 MeV 7.877254 keV 3.2388395 cm 1.1560325 m World muIoni - 27 -18.759526 cm 39.428562 cm 2.8697601 m 27.085348 MeV 4.0315933 keV 1.1417242 cm 1.1674497 m World muIoni - 28 -18.94396 cm 39.735949 cm 2.8770995 m 27.079556 MeV 2.5157659 keV 8.1680126 mm 1.1756177 m World muIoni - 29 -19.391159 cm 40.480335 cm 2.8949061 m 27.074282 MeV 3.8140294 keV 1.9811298 cm 1.195429 m World muIoni - 30 -22.135171 cm 45.079348 cm 3.0050234 m 26.996409 MeV 35.453822 keV 12.244904 cm 1.317878 m World muIoni - 31 -22.449163 cm 45.592114 cm 3.0174483 m 26.98474 MeV 3.1699482 keV 1.3803258 cm 1.3316813 m World muIoni - 32 -23.8937 cm 47.899449 cm 3.0740932 m 26.965892 MeV 18.848296 keV 6.2846007 cm 1.3945273 m World muIoni - 33 -23.976613 cm 48.038158 cm 3.0774495 m 26.965111 MeV 780.74597 eV 3.7250816 mm 1.3982524 m World muIoni - 34 -25.449605 cm 50.517125 cm 3.1377802 m 26.946079 MeV 16.814838 keV 6.6868082 cm 1.4651205 m World muIoni - 35 -25.653428 cm 50.856627 cm 3.1460804 m 26.941917 MeV 2.978492 keV 9.196381 mm 1.4743169 m World muIoni - 36 -26.551061 cm 52.368432 cm 3.1829732 m 26.929424 MeV 10.8004 keV 4.0867887 cm 1.5151847 m World muIoni - 37 -27.451917 cm 53.849406 cm 3.2198536 m 26.919362 MeV 10.062042 keV 4.0751135 cm 1.5559359 m World muIoni - 38 -27.879272 cm 54.556651 cm 3.2373502 m 26.911112 MeV 6.4039666 keV 1.9349817 cm 1.5752857 m World muIoni - 39 -28.804318 cm 56.080942 cm 3.2748372 m 26.896927 MeV 11.645807 keV 4.1511591 cm 1.6167973 m World muIoni - 40 -28.820225 cm 56.107305 cm 3.2754841 m 26.895737 MeV 46.519224 eV 716.46463 um 1.6175138 m World muIoni - 41 -29.353498 cm 56.997665 cm 3.2973935 m 26.887793 MeV 5.9259877 keV 2.4243213 cm 1.641757 m World muIoni - 42 -29.655678 cm 57.488522 cm 3.3095541 m 26.884109 MeV 3.6843408 keV 1.3457495 cm 1.6552145 m World muIoni - 43 -29.876093 cm 57.854263 cm 3.3185584 m 26.878079 MeV 3.0398476 keV 9.9655888 mm 1.66518 m World muIoni - 44 -30.187091 cm 58.366668 cm 3.3311711 m 26.870922 MeV 4.6348225 keV 1.3964565 cm 1.6791446 m World muIoni - 45 -31.100197 cm 59.861487 cm 3.3676741 m 26.854995 MeV 15.926918 keV 4.0487547 cm 1.7196322 m World muIoni - 46 -31.110924 cm 59.879162 cm 3.3681147 m 26.852966 MeV 34.433882 eV 486.77372 um 1.7201189 m World muIoni - 47 -31.239789 cm 60.091979 cm 3.373407 m 26.849047 MeV 1.4015962 keV 5.8479258 mm 1.7259669 m World muIoni - 48 -31.460328 cm 60.455882 cm 3.3824201 m 26.843719 MeV 3.7729893 keV 9.967046 mm 1.7359339 m World muIoni - 49 -31.567445 cm 60.633088 cm 3.3868022 m 26.841757 MeV 967.12749 eV 4.8466763 mm 1.7407806 m World muIoni - 50 -32.320765 cm 61.878791 cm 3.4176817 m 26.830856 MeV 8.253813 keV 3.4139058 cm 1.7749196 m World muIoni - 51 -32.519188 cm 62.205491 cm 3.4257729 m 26.825388 MeV 4.0482152 keV 8.9485941 mm 1.7838682 m World muIoni - 52 -34.250784 cm 65.059735 cm 3.4964983 m 26.805911 MeV 19.477641 keV 7.8208732 cm 1.862077 m World muIoni - 53 -34.29056 cm 65.126388 cm 3.4981578 m 26.802597 MeV 341.61767 eV 1.8320649 mm 1.863909 m World muIoni - 54 -35.393175 cm 66.955966 cm 3.5438711 m 26.78735 MeV 11.203637 keV 5.0458197 cm 1.9143672 m World muIoni - 55 -36.390839 cm 68.589649 cm 3.5848413 m 26.767661 MeV 12.151981 keV 4.5222055 cm 1.9595893 m World muIoni - 56 -36.574344 cm 68.889667 cm 3.5922537 m 26.765776 MeV 831.28454 eV 8.2044264 mm 1.9677937 m World muIoni - 57 -36.587714 cm 68.911513 cm 3.5927927 m 26.764202 MeV 126.28292 eV 596.68398 um 1.9683904 m World muIoni - 58 -36.889813 cm 69.402875 cm 3.604957 m 26.760565 MeV 3.6362892 keV 1.3462637 cm 1.981853 m World muIoni - 59 -39.493925 cm 73.650761 cm 3.709215 m 26.728164 MeV 32.401828 keV 11.555261 cm 2.0974056 m World muIoni - 60 -40.197139 cm 74.785536 cm 3.7373484 m 26.719508 MeV 7.5858015 keV 3.1140181 cm 2.1285458 m World muIoni - 61 -40.992005 cm 76.059419 cm 3.7690105 m 26.709157 MeV 9.2896922 keV 3.5042217 cm 2.163588 m World muIoni - 62 -41.502082 cm 76.877096 cm 3.7892821 m 26.701274 MeV 6.6176395 keV 2.2445804 cm 2.1860338 m World muIoni - 63 -42.402193 cm 78.299019 cm 3.8245004 m 26.687466 MeV 10.405444 keV 3.9032799 cm 2.2250666 m World muIoni - 64 -43.299925 cm 79.746962 cm 3.8603608 m 26.676404 MeV 9.8858191 keV 3.9703345 cm 2.26477 m World muIoni - 65 -44.510719 cm 81.824845 cm 3.9118549 m 26.656519 MeV 18.761619 keV 5.6833418 cm 2.3216034 m World muIoni - 66 -45.505779 cm 83.534781 cm 3.9541592 m 26.640415 MeV 15.053956 keV 4.6701926 cm 2.3683053 m World muIoni - 67 -46.651247 cm 85.493983 cm 4.002551 m 26.624638 MeV 14.62603 keV 5.344942 cm 2.4217547 m World muIoni - 68 -46.978289 cm 86.052996 cm 4.0164458 m 26.620402 MeV 3.2188519 keV 1.5330063 cm 2.4370848 m World muIoni - 69 -47.499752 cm 86.95695 cm 4.0389715 m 26.609154 MeV 8.7022447 keV 2.4825655 cm 2.4619105 m World muIoni - 70 -47.691069 cm 87.285196 cm 4.0471365 m 26.604682 MeV 3.2675939 keV 9.0056312 mm 2.4709161 m World muIoni - 71 -47.909296 cm 87.659234 cm 4.0564879 m 26.598782 MeV 4.4737802 keV 1.0305445 cm 2.4812215 m World muIoni - 72 -48.187295 cm 88.134318 cm 4.0683366 m 26.591798 MeV 3.0618456 keV 1.3064905 cm 2.4942864 m World muIoni - 73 -48.703177 cm 89.015429 cm 4.0903816 m 26.578378 MeV 7.0987059 keV 2.4294643 cm 2.5185811 m World muIoni - 74 -49.002847 cm 89.530134 cm 4.1031883 m 26.568612 MeV 6.0976565 keV 1.4123931 cm 2.532705 m World muIoni - 75 -49.038077 cm 89.590548 cm 4.1046922 m 26.566789 MeV 558.33454 eV 1.6585156 mm 2.5343635 m World muIoni - 76 -49.342997 cm 90.110479 cm 4.1176541 m 26.56045 MeV 3.6650372 keV 1.4294838 cm 2.5486584 m World muIoni - 77 -50.103819 cm 91.417289 cm 4.1501526 m 26.495268 MeV 12.243751 keV 3.5844132 cm 2.5845025 m World muIoni - 78 -50.380173 cm 91.895951 cm 4.1622303 m 26.489843 MeV 3.8537336 keV 1.3282324 cm 2.5977848 m World muIoni - 79 -50.993071 cm 92.961859 cm 4.1891207 m 26.483035 MeV 6.8087321 keV 2.9568083 cm 2.6273529 m World muIoni - 80 -51.138419 cm 93.214477 cm 4.1954768 m 26.47999 MeV 1.8939896 keV 6.9924579 mm 2.6343454 m World muIoni - 81 -51.402536 cm 93.674291 cm 4.2070232 m 26.460906 MeV 4.2700341 keV 1.2705845 cm 2.6470512 m World muIoni - 82 -51.485107 cm 93.820232 cm 4.2106816 m 26.456669 MeV 1.5287737 keV 4.024339 mm 2.6510756 m World muIoni - 83 -51.678113 cm 94.158834 cm 4.2191855 m 26.452523 MeV 2.7049667 keV 9.3545184 mm 2.6604301 m World muIoni - 84 -52.11671 cm 94.928502 cm 4.2384467 m 26.445093 MeV 4.9109256 keV 2.1200759 cm 2.6816308 m World muIoni - 85 -54.87964 cm 99.937701 cm 4.3625197 m 26.398622 MeV 38.797678 keV 13.66298 cm 2.8182606 m World muIoni - 86 -57.175724 cm 1.0412077 m 4.4648911 m 26.363043 MeV 32.220921 keV 11.294598 cm 2.9312066 m World muIoni - 87 -57.186887 cm 1.0414049 m 4.4653867 m 26.360324 MeV 85.4911 eV 544.96066 um 2.9317516 m World muIoni - 88 -57.754848 cm 1.0514736 m 4.4907239 m 26.348129 MeV 10.90868 keV 2.784975 cm 2.9596013 m World muIoni - 89 -59.732341 cm 1.0856049 m 4.5760504 m 26.303321 MeV 25.516888 keV 9.4005287 cm 3.0536066 m World muIoni - 90 -60.783512 cm 1.1033966 m 4.6202199 m 26.283923 MeV 15.489316 keV 4.8764765 cm 3.1023714 m World muIoni - 91 -61.054292 cm 1.107956 m 4.6315772 m 26.278372 MeV 4.4701367 keV 1.2534252 cm 3.1149056 m World muIoni - 92 -61.936964 cm 1.1226732 m 4.6682914 m 26.26552 MeV 10.928175 keV 4.0527334 cm 3.155433 m World muIoni - 93 -62.819241 cm 1.1372513 m 4.7048344 m 26.24856 MeV 14.721181 keV 4.0320624 cm 3.1957536 m World muIoni - 94 -62.917083 cm 1.1388248 m 4.7087887 m 26.243981 MeV 2.2259878 keV 4.3669483 mm 3.2001205 m World muIoni - 95 -63.134264 cm 1.1423282 m 4.7176075 m 26.229888 MeV 4.0411883 keV 9.7345189 mm 3.2098551 m World muIoni - 96 -63.270785 cm 1.1445278 m 4.7231061 m 26.226311 MeV 2.2372972 keV 6.0775478 mm 3.2159326 m World muIoni - 97 -63.737828 cm 1.1520564 m 4.7418905 m 26.21725 MeV 6.8679548 keV 2.0768947 cm 3.2367015 m World muIoni - 98 -65.150373 cm 1.1749084 m 4.7986818 m 26.19996 MeV 16.2347 keV 6.2825185 cm 3.2995267 m World muIoni - 99 -67.521018 cm 1.2123808 m 4.8926669 m 26.172874 MeV 25.746021 keV 10.391975 cm 3.4034465 m World muIoni - 100 -69.845605 cm 1.249214 m 4.9860656 m 26.139925 MeV 30.771806 keV 10.30543 cm 3.5065008 m World muIoni - 101 -70.261112 cm 1.2557449 m 5.0029944 m 26.133028 MeV 5.8057828 keV 1.8614639 cm 3.5251154 m World muIoni - 102 -70.595946 cm 1.2610215 m 5.0167414 m 26.12684 MeV 3.9997907 keV 1.5100797 cm 3.5402162 m World muIoni - 103 -72.76112 cm 1.2952391 m 5.1059211 m 26.095516 MeV 31.324108 keV 9.7943267 cm 3.6381595 m World muIoni - 104 -73.807691 cm 1.3114845 m 5.1482924 m 26.080723 MeV 12.836689 keV 4.6570308 cm 3.6847298 m World muIoni - 105 -74.189266 cm 1.3173871 m 5.1636251 m 26.075382 MeV 5.3408128 keV 1.6866901 cm 3.7015967 m World muIoni - 106 -74.656754 cm 1.3245646 m 5.1824319 m 26.067776 MeV 5.515494 keV 2.0665757 cm 3.7222624 m World muIoni - 107 -75.669596 cm 1.340121 m 5.2238027 m 26.053934 MeV 11.524903 keV 4.534453 cm 3.767607 m World muIoni - 108 -76.046188 cm 1.3457917 m 5.2388963 m 26.047735 MeV 4.7699556 keV 1.6557621 cm 3.7841646 m World muIoni - 109 -76.049819 cm 1.3458463 m 5.2390424 m 26.04336 MeV 0 eV 160.16942 um 3.7843248 m World muIoni - 110 -76.615723 cm 1.3543909 m 5.2619103 m 26.03274 MeV 7.2436994 keV 2.5059528 cm 3.8093843 m World muIoni - 111 -76.948039 cm 1.3593722 m 5.275233 m 25.998277 MeV 4.3729317 keV 1.460653 cm 3.8239908 m World muIoni - 112 -77.184786 cm 1.362867 m 5.2845814 m 25.993304 MeV 3.4300717 keV 1.0257193 cm 3.834248 m World muIoni - 113 -77.253568 cm 1.3638878 m 5.2873017 m 25.992311 MeV 993.2392 eV 2.98593 mm 3.8372339 m World muIoni - 114 -78.113999 cm 1.3765719 m 5.3210893 m 25.980301 MeV 10.066271 keV 3.7101619 cm 3.8743356 m World muIoni - 115 -78.225888 cm 1.3782268 m 5.325488 m 25.977332 MeV 1.544789 keV 4.8310257 mm 3.8791666 m World muIoni - 116 -78.877702 cm 1.3879247 m 5.3512239 m 25.969397 MeV 6.5108619 keV 2.8264416 cm 3.907431 m World muIoni - 117 -80.750112 cm 1.4163336 m 5.4261876 m 25.921997 MeV 21.717098 keV 8.2324216 cm 3.9897552 m World muIoni - 118 -81.402751 cm 1.4262731 m 5.4522004 m 25.911485 MeV 8.5535127 keV 2.8601791 cm 4.018357 m World muIoni - 119 -81.497139 cm 1.4277097 m 5.4559364 m 25.90866 MeV 1.0497239 keV 4.112408 mm 4.0224694 m World muIoni - 120 -81.560313 cm 1.4286804 m 5.4584534 m 25.904399 MeV 1.4783414 keV 2.7707703 mm 4.0252402 m World muIoni - 121 -81.989366 cm 1.4352697 m 5.4755417 m 25.898813 MeV 5.5863678 keV 1.8810516 cm 4.0440507 m World muIoni - 122 -82.406414 cm 1.4417045 m 5.492296 m 25.892435 MeV 6.3775441 keV 1.8425741 cm 4.0624764 m World muIoni - 123 -82.590637 cm 1.4445717 m 5.4997449 m 25.889228 MeV 1.4982955 keV 8.1914706 mm 4.0706679 m World muIoni - 124 -85.25654 cm 1.4868768 m 5.6086037 m 25.853195 MeV 36.032306 keV 11.979307 cm 4.190461 m World muIoni - 125 -85.770907 cm 1.4947621 m 5.6294296 m 25.834608 MeV 10.37594 keV 2.2855028 cm 4.213316 m World muIoni - 126 -86.59311 cm 1.5077111 m 5.6635113 m 25.823444 MeV 9.9140085 keV 3.7374564 cm 4.2506906 m World muIoni - 127 -87.75643 cm 1.5258688 m 5.7111767 m 25.801725 MeV 18.967432 keV 5.2316668 cm 4.3030073 m World muIoni - 128 -90.868333 cm 1.5753151 m 5.8392429 m 25.757831 MeV 43.893535 keV 14.076114 cm 4.4437684 m World muIoni - 129 -92.270276 cm 1.5976236 m 5.8983453 m 25.738299 MeV 18.539854 keV 6.4709679 cm 4.5084781 m World muIoni - 130 -92.513195 cm 1.601507 m 5.908624 m 25.729835 MeV 3.1235038 keV 1.1253162 cm 4.5197312 m World muIoni - 131 -92.741471 cm 1.6051444 m 5.9182845 m 25.726691 MeV 1.9717883 keV 1.0571976 cm 4.5303032 m World muIoni - 132 -93.848062 cm 1.6226225 m 5.964783 m 25.709247 MeV 15.584621 keV 5.0892664 cm 4.5811959 m World muIoni - 133 -93.911863 cm 1.6236204 m 5.9674516 m 25.704603 MeV 1.1973863 keV 2.91966 mm 4.5841155 m World muIoni - 134 -94.068003 cm 1.6260613 m 5.9740157 m 25.69421 MeV 2.0454436 keV 7.175204 mm 4.5912907 m World muIoni - 135 -94.53882 cm 1.6334505 m 5.9937711 m 25.687798 MeV 4.6826884 keV 2.1611198 cm 4.6129019 m World muIoni - 136 -95.358528 cm 1.6463734 m 6.0282843 m 25.675683 MeV 10.962162 keV 3.7753901 cm 4.6506558 m World muIoni - 137 -96.671151 cm 1.6666404 m 6.0821686 m 25.657748 MeV 16.473876 keV 5.9045986 cm 4.7097018 m World muIoni - 138 -96.95939 cm 1.6711764 m 6.0944858 m 25.651711 MeV 6.0367916 keV 1.3438675 cm 4.7231405 m World muIoni - 139 -98.676998 cm 1.6978565 m 6.1672032 m 25.62355 MeV 25.605096 keV 7.9338992 cm 4.8024795 m World muIoni - 140 -99.141976 cm 1.7050958 m 6.1870822 m 25.614305 MeV 7.7185795 keV 2.1661352 cm 4.8241408 m World muIoni - 141 -1.007702 m 1.7302354 m 6.255118 m 25.591177 MeV 23.127725 keV 7.4336433 cm 4.8984773 m World muIoni - 142 -1.0105774 m 1.7346742 m 6.2673632 m 25.586443 MeV 3.2478545 keV 1.3338525 cm 4.9118158 m World muIoni - 143 -1.0158233 m 1.7427796 m 6.2897101 m 25.567488 MeV 5.6858132 keV 2.4343465 cm 4.9361593 m World muIoni - 144 -1.0191709 m 1.747951 m 6.3039873 m 25.560686 MeV 5.0857682 keV 1.5549544 cm 4.9517088 m World muIoni - 145 -1.0338514 m 1.7706813 m 6.3665361 m 25.541419 MeV 16.289706 keV 6.8151099 cm 5.0198599 m World muIoni - 146 -1.0374833 m 1.7763626 m 6.3820654 m 25.536654 MeV 4.7650479 keV 1.693006 cm 5.03679 m World muIoni - 147 -1.0483202 m 1.7931001 m 6.4280719 m 25.517061 MeV 15.620937 keV 5.0141672 cm 5.0869316 m World muIoni - 148 -1.0547567 m 1.8028117 m 6.4550439 m 25.497033 MeV 8.7845294 keV 2.93809 cm 5.1163125 m World muIoni - 149 -1.0627924 m 1.8149904 m 6.4887673 m 25.485169 MeV 10.80831 keV 3.6744641 cm 5.1530572 m World muIoni - 150 -1.0812822 m 1.8429344 m 6.5657913 m 25.466144 MeV 19.024475 keV 8.3996294 cm 5.2370535 m World muIoni - 151 -1.0827155 m 1.8450988 m 6.5718541 m 25.463801 MeV 1.2529015 keV 6.5951493 mm 5.2436486 m World muIoni - 152 -1.0940753 m 1.8623334 m 6.6201908 m 25.449129 MeV 13.446663 keV 5.2559808 cm 5.2962084 m World muIoni - 153 -1.0965922 m 1.8660799 m 6.6306968 m 25.443365 MeV 2.4733006 keV 1.1434426 cm 5.3076429 m World muIoni - 154 -1.0977069 m 1.8677315 m 6.6353228 m 25.439584 MeV 2.4426557 keV 5.0369329 mm 5.3126798 m World muIoni - 155 -1.1015898 m 1.8734686 m 6.6513729 m 25.432469 MeV 7.1153527 keV 1.7481339 cm 5.3301611 m World muIoni - 156 -1.1277327 m 1.9119783 m 6.759368 m 25.392139 MeV 37.831787 keV 11.75992 cm 5.4477603 m World muIoni - 157 -1.1324692 m 1.9190083 m 6.7790562 m 25.381822 MeV 8.6217391 keV 2.1435514 cm 5.4691958 m World muIoni - 158 -1.1403755 m 1.9307143 m 6.8119783 m 25.365597 MeV 14.849175 keV 3.5824713 cm 5.5050206 m World muIoni - 159 -1.1465043 m 1.9397334 m 6.8374782 m 25.356506 MeV 7.6978362 keV 2.7733596 cm 5.5327542 m World muIoni - 160 -1.1467912 m 1.9401577 m 6.838672 m 25.35518 MeV 226.87062 eV 1.2989747 mm 5.5340531 m World muIoni - 161 -1.1584757 m 1.957499 m 6.8872469 m 25.339518 MeV 14.291131 keV 5.2884901 cm 5.586938 m World muIoni - 162 -1.1891471 m 2.0031238 m 7.0140312 m 25.298152 MeV 39.836916 keV 13.819166 cm 5.7251297 m World muIoni - 163 -1.2087076 m 2.0322678 m 7.0948323 m 25.271603 MeV 25.184607 keV 8.8094824 cm 5.8132245 m World muIoni - 164 -1.2241161 m 2.0548751 m 7.158491 m 25.255155 MeV 16.448271 keV 6.9291494 cm 5.882516 m World muIoni - 165 -1.2246737 m 2.0556723 m 7.1606993 m 25.252646 MeV 1.0878556 keV 2.4130286 mm 5.884929 m World muIoni - 166 -1.2272539 m 2.0593339 m 7.1708734 m 25.249138 MeV 2.0579184 keV 1.1116614 cm 5.8960456 m World muIoni - 167 -1.2291865 m 2.062063 m 7.1784384 m 25.247136 MeV 2.0019056 keV 8.2711096 mm 5.9043168 m World muIoni - 168 -1.2300584 m 2.0633004 m 7.1818843 m 25.244628 MeV 1.0394088 keV 3.7636849 mm 5.9080804 m World muIoni - 169 -1.231139 m 2.0648321 m 7.1861542 m 25.242326 MeV 2.3013784 keV 4.6633045 mm 5.9127437 m World muIoni - 170 -1.2320706 m 2.066157 m 7.1898371 m 25.238985 MeV 1.7491555 keV 4.0233156 mm 5.9167671 m World muIoni - 171 -1.2471159 m 2.0876239 m 7.2497999 m 25.219753 MeV 18.114525 keV 6.5442337 cm 5.9822094 m World muIoni - 172 -1.2496163 m 2.091062 m 7.2594544 m 25.216743 MeV 3.0106137 keV 1.0549008 cm 5.9927584 m World muIoni - 173 -1.2508511 m 2.0927651 m 7.2642354 m 25.212549 MeV 2.1517129 keV 5.223285 mm 5.9979817 m World muIoni - 174 -1.2569141 m 2.1011345 m 7.2876254 m 25.207108 MeV 5.4415587 keV 2.5571584 cm 6.0235533 m World muIoni - 175 -1.2646086 m 2.1117087 m 7.3173673 m 25.19761 MeV 8.4903142 keV 3.2489982 cm 6.0560433 m World muIoni - 176 -1.2734146 m 2.124037 m 7.3516209 m 25.186314 MeV 10.090103 keV 3.7454465 cm 6.0934977 m World muIoni - 177 -1.2865909 m 2.1426115 m 7.4033607 m 25.163352 MeV 21.178476 keV 5.6529941 cm 6.1500277 m World muIoni - 178 -1.3032382 m 2.1658593 m 7.4688928 m 25.141432 MeV 20.190227 keV 7.1498946 cm 6.2215266 m World muIoni - 179 -1.3059917 m 2.169675 m 7.4796934 m 25.137526 MeV 2.8251821 keV 1.1781131 cm 6.2333077 m World muIoni - 180 -1.3184553 m 2.1870422 m 7.5285864 m 25.12071 MeV 15.125181 keV 5.3362188 cm 6.2866699 m World muIoni - 181 -1.3187442 m 2.1874468 m 7.5297182 m 25.118015 MeV 336.29347 eV 1.2362354 mm 6.2879062 m World muIoni - 182 -1.3280502 m 2.2006126 m 7.5662921 m 25.105652 MeV 11.301217 keV 3.9969394 cm 6.3278756 m World muIoni - 183 -1.3311564 m 2.2049004 m 7.5785106 m 25.099979 MeV 5.672507 keV 1.3316365 cm 6.3411919 m World muIoni - 184 -1.3586531 m 2.2429646 m 7.6864638 m 25.065311 MeV 33.343418 keV 11.772731 cm 6.4589192 m World muIoni - 185 -1.3609951 m 2.24618 m 7.6954772 m 25.061995 MeV 2.2194134 keV 9.8522092 mm 6.4687714 m World muIoni - 186 -1.3721068 m 2.2614573 m 7.7380408 m 25.047548 MeV 13.098874 keV 4.6567715 cm 6.5153392 m World muIoni - 187 -1.3757448 m 2.2665032 m 7.7519261 m 25.040421 MeV 4.6446456 keV 1.5215025 cm 6.5305542 m World muIoni - 188 -1.3795938 m 2.2718997 m 7.7668488 m 25.034165 MeV 4.4975714 keV 1.6328662 cm 6.5468828 m World muIoni - 189 -1.3848269 m 2.2791442 m 7.7868928 m 25.026075 MeV 6.2195296 keV 2.1946163 cm 6.568829 m World muIoni - 190 -1.386453 m 2.2814023 m 7.7931088 m 25.022148 MeV 2.7085764 keV 6.8103894 mm 6.5756394 m World muIoni - 191 -1.3882341 m 2.283882 m 7.7999292 m 25.019679 MeV 2.4687909 keV 7.4725751 mm 6.583112 m World muIoni - 192 -1.3903229 m 2.2867807 m 7.807887 m 25.015109 MeV 3.2821812 keV 8.7230819 mm 6.5918351 m World muIoni - 193 -1.3919543 m 2.2890425 m 7.8141288 m 25.011091 MeV 1.9008355 keV 6.8364471 mm 6.5986715 m World muIoni - 194 -1.3924249 m 2.2896896 m 7.8159202 m 25.00786 MeV 250.32078 eV 1.9620229 mm 6.6006335 m World muIoni - 195 -1.395416 m 2.2938108 m 7.8272946 m 25.002552 MeV 4.1922694 keV 1.2462253 cm 6.6130958 m World muIoni - 196 -1.4121585 m 2.3166491 m 7.8904316 m 24.978113 MeV 22.401568 keV 6.9196792 cm 6.6822926 m World muIoni - 197 -1.4254386 m 2.3353025 m 7.9418736 m 24.956873 MeV 19.969906 keV 5.6307817 cm 6.7386004 m World muIoni - 198 -1.4391481 m 2.3541938 m 7.9948443 m 24.937584 MeV 17.159731 keV 5.7885961 cm 6.7964864 m World muIoni - 199 -1.4423672 m 2.3586837 m 8.0073404 m 24.933659 MeV 2.5863036 keV 1.3662881 cm 6.8101492 m World muIoni - 200 -1.444755 m 2.3620515 m 8.0165969 m 24.93002 MeV 3.638611 keV 1.013548 cm 6.8202847 m World muIoni - 201 -1.4561875 m 2.3779688 m 8.0605748 m 24.916628 MeV 11.837991 keV 4.8147386 cm 6.8684321 m World muIoni - 202 -1.4609095 m 2.384439 m 8.0783759 m 24.908058 MeV 6.8704521 keV 1.9520325 cm 6.8879524 m World muIoni - 203 -1.4766182 m 2.4059135 m 8.1375397 m 24.872435 MeV 20.86021 keV 6.487138 cm 6.9528238 m World muIoni - 204 -1.4886558 m 2.4220778 m 8.1823588 m 24.854403 MeV 16.343982 keV 4.9142115 cm 7.0019659 m World muIoni - 205 -1.494954 m 2.4303589 m 8.2054218 m 24.845758 MeV 6.5104337 keV 2.5301145 cm 7.0272671 m World muIoni - 206 -1.4977232 m 2.4340158 m 8.2155938 m 24.842252 MeV 1.9801305 keV 1.115848 cm 7.0384255 m World muIoni - 207 -1.5079888 m 2.4477194 m 8.2535817 m 24.829375 MeV 9.935578 keV 4.1668379 cm 7.0800939 m World muIoni - 208 -1.5151151 m 2.4569699 m 8.2798129 m 24.81902 MeV 9.0579777 keV 2.8713361 cm 7.1088073 m World muIoni - 209 -1.521432 m 2.4651071 m 8.3032251 m 24.808632 MeV 8.0322965 keV 2.5578433 cm 7.1343857 m World muIoni - 210 -1.5225128 m 2.4665093 m 8.3072192 m 24.805612 MeV 927.67317 eV 4.368881 mm 7.1387546 m World muIoni - 211 -1.5451172 m 2.4959487 m 8.3914922 m 24.765164 MeV 30.24192 keV 9.2085374 cm 7.23084 m World muIoni - 212 -1.5591816 m 2.5145455 m 8.4438777 m 24.748792 MeV 15.128048 keV 5.7340627 cm 7.2881806 m World muIoni - 213 -1.5783277 m 2.5398357 m 8.5144097 m 24.726207 MeV 21.367603 keV 7.7336667 cm 7.3655173 m World muIoni - 214 -1.591719 m 2.5573701 m 8.5636867 m 24.709132 MeV 15.145414 keV 5.3991066 cm 7.4195083 m World muIoni - 215 -1.5997295 m 2.5678571 m 8.5930577 m 24.693912 MeV 8.6083352 keV 3.2199514 cm 7.4517078 m World muIoni - 216 -1.6144232 m 2.5871238 m 8.6471649 m 24.676667 MeV 15.680469 keV 5.9285062 cm 7.5109929 m World muIoni - 217 -1.6191739 m 2.5934036 m 8.6648095 m 24.670313 MeV 6.3539565 keV 1.9321953 cm 7.5303149 m World muIoni - 218 -1.6258476 m 2.6023182 m 8.6898492 m 24.662504 MeV 6.8019994 keV 2.7404229 cm 7.5577191 m World muIoni - 219 -1.6319188 m 2.6102352 m 8.7122208 m 24.642441 MeV 8.1936573 keV 2.4495468 cm 7.5822146 m World muIoni - 220 -1.6331352 m 2.6118182 m 8.716721 m 24.640276 MeV 1.1541987 keV 4.9230981 mm 7.5871377 m World muIoni - 221 -1.633819 m 2.6127113 m 8.719261 m 24.636536 MeV 587.79311 eV 2.7779649 mm 7.5899156 m World muIoni - 222 -1.6345403 m 2.6136544 m 8.7219345 m 24.634365 MeV 634.67871 eV 2.9252403 mm 7.5928409 m World muIoni - 223 -1.6386962 m 2.6190974 m 8.7374215 m 24.585571 MeV 4.7270867 keV 1.6933533 cm 7.6097744 m World muIoni - 224 -1.6405116 m 2.6214353 m 8.7441522 m 24.583492 MeV 2.0783625 keV 7.3528784 mm 7.6171273 m World muIoni - 225 -1.6433097 m 2.6249736 m 8.7544029 m 24.578287 MeV 3.0608514 keV 1.1199359 cm 7.6283266 m World muIoni - 226 -1.6452418 m 2.627413 m 8.7614371 m 24.555404 MeV 1.7085619 keV 7.6918452 mm 7.6360185 m World muIoni - 227 -1.6461045 m 2.6285107 m 8.764595 m 24.553086 MeV 601.81595 eV 3.452755 mm 7.6394712 m World muIoni - 228 -1.6667809 m 2.6545345 m 8.8399035 m 24.527291 MeV 24.070483 keV 8.231768 cm 7.7217889 m World muIoni - 229 -1.6733978 m 2.6628828 m 8.8640519 m 24.516356 MeV 10.935223 keV 2.6393684 cm 7.7481826 m World muIoni - 230 -1.6762771 m 2.6665029 m 8.8745023 m 24.510668 MeV 2.8792851 keV 1.1428333 cm 7.7596109 m World muIoni - 231 -1.6791021 m 2.6700736 m 8.8847969 m 24.506795 MeV 3.8723374 keV 1.1256561 cm 7.7708675 m World muIoni - 232 -1.6853915 m 2.6780414 m 8.9077206 m 24.501409 MeV 4.3250982 keV 2.5070658 cm 7.7959381 m World muIoni - 233 -1.6866544 m 2.6796389 m 8.9123204 m 24.499958 MeV 1.4503799 keV 5.0304682 mm 7.8009686 m World muIoni - 234 -1.6889654 m 2.6825615 m 8.9207548 m 24.496365 MeV 2.2824404 keV 9.2206795 mm 7.8101893 m World muIoni - 235 -1.6899791 m 2.6838314 m 8.9244437 m 24.491799 MeV 1.094042 keV 4.0308939 mm 7.8142202 m World muIoni - 236 -1.6942351 m 2.689236 m 8.9400717 m 24.484227 MeV 4.9983106 keV 1.7075092 cm 7.8312953 m World muIoni - 237 -1.6987233 m 2.6949712 m 8.9565475 m 24.47548 MeV 3.8908857 keV 1.8013574 cm 7.8493089 m World muIoni - 238 -1.710315 m 2.7097085 m 8.9990921 m 24.461847 MeV 11.786686 keV 4.6493106 cm 7.895802 m World muIoni - 239 -1.721551 m 2.7236361 m 9.0397881 m 24.44783 MeV 12.75657 keV 4.4456854 cm 7.9402588 m World muIoni - 240 -1.7249968 m 2.7278279 m 9.0520498 m 24.438562 MeV 4.5777229 keV 1.3408748 cm 7.9536676 m World muIoni - 241 -1.7251353 m 2.7279985 m 9.0525485 m 24.436707 MeV 129.35839 eV 544.94852 um 7.9542125 m World muIoni - 242 -1.73964 m 2.7459552 m 9.1048225 m 24.414519 MeV 20.784886 keV 5.7143888 cm 8.0113564 m World muIoni - 243 -1.741177 m 2.7478586 m 9.1103963 m 24.412296 MeV 1.1999275 keV 6.0871292 mm 8.0174435 m World muIoni - 244 -1.7419795 m 2.7488518 m 9.1133028 m 24.409629 MeV 1.105306 keV 3.1745623 mm 8.0206181 m World muIoni - 245 -1.7425886 m 2.7496034 m 9.1155044 m 24.39887 MeV 767.29024 eV 2.4047591 mm 8.0230228 m World muIoni - 246 -1.7688934 m 2.7820909 m 9.2109568 m 24.364559 MeV 34.311115 keV 10.420495 cm 8.1272278 m World muIoni - 247 -1.7729482 m 2.7870509 m 9.2255329 m 24.343119 MeV 5.1075922 keV 1.5921887 cm 8.1431497 m World muIoni - 248 -1.778661 m 2.7939888 m 9.2459734 m 24.33593 MeV 5.7355153 keV 2.2329182 cm 8.1654789 m World muIoni - 249 -1.7867183 m 2.8036888 m 9.2744566 m 24.326135 MeV 8.355798 keV 3.1149648 cm 8.1966285 m World muIoni - 250 -1.8027359 m 2.8224894 m 9.3303095 m 24.304704 MeV 16.749982 keV 6.1070789 cm 8.2576993 m World muIoni - 251 -1.8054147 m 2.8256421 m 9.3395618 m 24.299749 MeV 3.3249059 keV 1.0135154 cm 8.2678345 m World muIoni - 252 -1.8319465 m 2.8569567 m 9.430365 m 24.268932 MeV 29.812681 keV 9.9645872 cm 8.3674803 m World muIoni - 253 -1.8537116 m 2.8826064 m 9.506325 m 24.241352 MeV 26.539942 keV 8.3077946 cm 8.4505583 m World muIoni - 254 -1.8590392 m 2.8888701 m 9.5248391 m 24.234188 MeV 5.7326296 keV 2.0258154 cm 8.4708164 m World muIoni - 255 -1.8778731 m 2.910855 m 9.5896904 m 24.205159 MeV 24.196848 keV 7.1019926 cm 8.5418364 m World muIoni - 256 -1.8804919 m 2.9139007 m 9.5986759 m 24.198222 MeV 5.4864016 keV 9.842418 mm 8.5516788 m World muIoni - 257 -1.8896998 m 2.9245133 m 9.6301147 m 24.186383 MeV 9.8553701 keV 3.4435667 cm 8.5861144 m World muIoni - 258 -1.8938807 m 2.9293536 m 9.6444281 m 24.179512 MeV 4.1502237 keV 1.5677497 cm 8.6017919 m World muIoni - 259 -1.89582 m 2.9316008 m 9.6510584 m 24.174404 MeV 2.0909451 keV 7.2644354 mm 8.6090564 m World muIoni - 260 -1.8958855 m 2.9316773 m 9.6512842 m 24.171995 MeV 127.16597 eV 247.19929 um 8.6093036 m World muIoni - 261 -1.8980634 m 2.9342125 m 9.6587905 m 24.16956 MeV 2.4348596 keV 8.2167636 mm 8.6175203 m World muIoni - 262 -1.906659 m 2.9442311 m 9.6883752 m 24.154452 MeV 11.766032 keV 3.2396153 cm 8.6499165 m World muIoni - 263 -1.9074032 m 2.9450963 m 9.6909459 m 24.151667 MeV 866.15735 eV 2.8126712 mm 8.6527292 m World muIoni - 264 -1.9081384 m 2.9459491 m 9.6934844 m 24.147913 MeV 531.33944 eV 2.777003 mm 8.6555062 m World muIoni - 265 -1.9129338 m 2.9514658 m 9.7099774 m 24.095097 MeV 4.4070284 keV 1.8040189 cm 8.6735464 m World muIoni - 266 -1.9152307 m 2.9541512 m 9.7179493 m 24.091266 MeV 2.3060929 keV 8.7200225 mm 8.6822664 m World muIoni - 267 -1.9276939 m 2.9688929 m 9.761433 m 24.072688 MeV 13.790606 keV 4.7576295 cm 8.7298427 m World muIoni - 268 -1.9284105 m 2.9697379 m 9.7639209 m 24.065738 MeV 605.03346 eV 2.7235134 mm 8.7325662 m World muIoni - 269 -1.9389124 m 2.9821669 m 9.8001869 m 24.054905 MeV 10.833496 keV 3.9749273 cm 8.7723155 m World muIoni - 270 -1.9587224 m 3.0053076 m 9.8680093 m 24.031411 MeV 22.142823 keV 7.4349133 cm 8.8466646 m World muIoni - 271 -1.9656969 m 3.0136535 m 9.8923187 m 24.018802 MeV 8.801988 keV 2.6631712 cm 8.8732963 m World muIoni - 272 -1.9682474 m 3.0167098 m 9.9011912 m 24.014158 MeV 2.7168567 keV 9.7245426 mm 8.8830208 m World muIoni - 273 -1.9691458 m 3.0177817 m 9.9043136 m 24.011683 MeV 1.1619014 keV 3.4213406 mm 8.8864422 m World muIoni - 274 -1.9724483 m 3.021737 m 9.9157815 m 24.007676 MeV 2.9196132 keV 1.2572356 cm 8.8990145 m World muIoni - 275 -1.9785866 m 3.029071 m 9.9370237 m 23.997619 MeV 5.966182 keV 2.3295909 cm 8.9223105 m World muIoni - 276 -1.9843046 m 3.0358421 m 9.9566136 m 23.982205 MeV 6.0013583 keV 2.1501438 cm 8.9438119 m World muIoni - 277 -1.9885054 m 3.040746 m 9.9708389 m 23.975219 MeV 3.9559281 keV 1.5622187 cm 8.9594341 m World muIoni - 278 -1.9985489 m 3.0524519 m 10.004821 m 23.961988 MeV 13.231539 keV 3.7318495 cm 8.9967526 m World muIoni - 279 -2.0048799 m 3.0598905 m 10.026269 m 23.951926 MeV 8.9902703 keV 2.3568594 cm 9.0203212 m World muIoni - 280 -2.0062376 m 3.0614966 m 10.030852 m 23.9476 MeV 2.5384826 keV 5.0423496 mm 9.0253635 m World muIoni - 281 -2.0136352 m 3.0703252 m 10.055892 m 23.937667 MeV 8.0734001 keV 2.7561627 cm 9.0529251 m World muIoni - 282 -2.0169237 m 3.0742364 m 10.066966 m 23.9337 MeV 2.5114182 keV 1.2196239 cm 9.0651214 m World muIoni - 283 -2.0198656 m 3.077728 m 10.076806 m 23.925511 MeV 4.8579851 keV 1.084784 cm 9.0759692 m World muIoni - 284 -2.0282602 m 3.0876454 m 10.105075 m 23.91167 MeV 11.540429 keV 3.111188 cm 9.1070811 m World muIoni - 285 -2.0418183 m 3.104126 m 10.151453 m 23.892433 MeV 15.415429 keV 5.1052263 cm 9.1581334 m World muIoni - 286 -2.0421857 m 3.1045596 m 10.1527 m 23.890455 MeV 569.41726 eV 1.3702588 mm 9.1595036 m World muIoni - 287 -2.0498414 m 3.1136283 m 10.178841 m 23.882045 MeV 7.2777444 keV 2.8709099 cm 9.1882127 m World muIoni - 288 -2.0506967 m 3.1146458 m 10.181749 m 23.879255 MeV 943.46726 eV 3.19787 mm 9.1914106 m World muIoni - 289 -2.0790656 m 3.1481491 m 10.277841 m 23.846115 MeV 31.784002 keV 10.564582 cm 9.2970564 m World muIoni - 290 -2.0832332 m 3.1530621 m 10.291809 m 23.842005 MeV 2.451361 keV 1.5382617 cm 9.312439 m World muIoni - 291 -2.0894881 m 3.1603436 m 10.312562 m 23.833681 MeV 7.2996228 keV 2.2865773 cm 9.3353048 m World muIoni - 292 -2.0902685 m 3.1612557 m 10.315173 m 23.829216 MeV 1.0628805 keV 2.8730261 mm 9.3381778 m World muIoni - 293 -2.0955765 m 3.1674706 m 10.332943 m 23.816991 MeV 5.724301 keV 1.95602 cm 9.357738 m World muIoni - 294 -2.0959263 m 3.1678785 m 10.334115 m 23.81673 MeV 261.30732 eV 1.2884473 mm 9.3590265 m World muIoni - 295 -2.1053959 m 3.1789333 m 10.365856 m 23.806671 MeV 10.058681 keV 3.4919609 cm 9.3939461 m World muIoni - 296 -2.1261779 m 3.202768 m 10.434656 m 23.778683 MeV 26.131712 keV 7.5719852 cm 9.4696659 m World muIoni - 297 -2.1290839 m 3.2061889 m 10.444505 m 23.764854 MeV 2.9587221 keV 1.0823739 cm 9.4804897 m World muIoni - 298 -2.1293421 m 3.2064917 m 10.445377 m 23.762537 MeV 236.22109 eV 958.32659 um 9.481448 m World muIoni - 299 -2.1308528 m 3.2082585 m 10.450469 m 23.758441 MeV 2.3205978 keV 5.5973269 mm 9.4870453 m World muIoni - 300 -2.1741486 m 3.2591024 m 10.596805 m 23.713461 MeV 44.980192 keV 16.085582 cm 9.6479011 m World muIoni - 301 -2.1860462 m 3.2730411 m 10.63709 m 23.700414 MeV 13.046852 keV 4.4258135 cm 9.6921593 m World muIoni - 302 -2.1901216 m 3.27782 m 10.650821 m 23.695161 MeV 5.2523432 keV 1.5099105 cm 9.7072584 m World muIoni - 303 -2.1908362 m 3.2786599 m 10.653227 m 23.693547 MeV 531.41092 eV 2.646508 mm 9.7099049 m World muIoni - 304 -2.1928467 m 3.2810228 m 10.659986 m 23.687568 MeV 3.4707404 keV 7.4365829 mm 9.7173415 m World muIoni - 305 -2.2023935 m 3.2922331 m 10.692294 m 23.660709 MeV 8.9250904 keV 3.5505305 cm 9.7528468 m World muIoni - 306 -2.2088827 m 3.3000423 m 10.714295 m 23.648651 MeV 6.4885432 keV 2.4232891 cm 9.7770797 m World muIoni - 307 -2.2092089 m 3.3004586 m 10.715413 m 23.647472 MeV 112.74173 eV 1.2367049 mm 9.7783164 m World muIoni - 308 -2.209619 m 3.3009826 m 10.71682 m 23.645829 MeV 539.76266 eV 1.5569682 mm 9.7798733 m World muIoni - 309 -2.2178774 m 3.3116024 m 10.745154 m 23.635276 MeV 8.8756245 keV 3.136507 cm 9.8112384 m World muIoni - 310 -2.2237826 m 3.3190538 m 10.765391 m 23.623946 MeV 5.7773193 keV 2.2358425 cm 9.8335968 m World muIoni - 311 -2.2290972 m 3.3256802 m 10.783606 m 23.61655 MeV 6.1091304 keV 2.0098889 cm 9.8536957 m World muIoni - 312 -2.2467377 m 3.3480714 m 10.845791 m 23.591562 MeV 20.205809 keV 6.8406757 cm 9.9221025 m World muIoni - 313 -2.2576284 m 3.3615538 m 10.883746 m 23.56911 MeV 12.428095 keV 4.1725353 cm 9.9638278 m World muIoni - 314 -2.2601286 m 3.3647042 m 10.892623 m 23.566891 MeV 2.2192081 keV 9.745428 mm 9.9735733 m World muIoni - 315 -2.2617555 m 3.3667492 m 10.898373 m 23.564883 MeV 2.0076557 keV 6.3162214 mm 9.9798895 m World muIoni - 316 -2.2755979 m 3.3841295 m 10.947036 m 23.547247 MeV 16.455799 keV 5.3495862 cm 10.033385 m World muIoni - 317 -2.2860001 m 3.3972218 m 10.983528 m 23.532529 MeV 13.680912 keV 4.0140278 cm 10.073526 m World muIoni - 318 -2.2890594 m 3.4010701 m 10.994324 m 23.525546 MeV 3.4538069 keV 1.1862956 cm 10.085389 m World muIoni - 319 -2.3137179 m 3.4321984 m 11.081955 m 23.497478 MeV 28.067474 keV 9.6209116 cm 10.181598 m World muIoni - 320 -2.3217219 m 3.4421594 m 11.110068 m 23.485628 MeV 9.7218868 keV 3.0881472 cm 10.212479 m World muIoni - 321 -2.3219845 m 3.4424855 m 11.110985 m 23.482745 MeV 229.06979 eV 1.0078687 mm 10.213487 m World muIoni - 322 -2.3260204 m 3.4475199 m 11.125169 m 23.477379 MeV 3.6309596 keV 1.558254 cm 10.22907 m World muIoni - 323 -2.3300798 m 3.4525207 m 11.139318 m 23.469692 MeV 4.9685171 keV 1.554587 cm 10.244615 m World muIoni - 324 -2.3313307 m 3.4540497 m 11.143636 m 23.465324 MeV 1.9393647 keV 4.7490964 mm 10.249365 m World muIoni - 325 -2.3369383 m 3.4609164 m 11.1632 m 23.459754 MeV 4.2258564 keV 2.1478439 cm 10.270843 m World muIoni - 326 -2.3635855 m 3.4924834 m 11.254873 m 23.425702 MeV 32.322476 keV 10.05541 cm 10.371397 m World muIoni - 327 -2.3693756 m 3.4992758 m 11.274139 m 23.419232 MeV 5.2665208 keV 2.1233133 cm 10.39263 m World muIoni - 328 -2.3702088 m 3.50024 m 11.276894 m 23.417925 MeV 1.3073721 keV 3.0353305 mm 10.395666 m World muIoni - 329 -2.3718766 m 3.5021706 m 11.282417 m 23.413802 MeV 1.602625 keV 6.0837696 mm 10.401749 m World muIoni - 330 -2.3747932 m 3.5055731 m 11.292089 m 23.40987 MeV 2.3705872 keV 1.0659769 cm 10.412409 m World muIoni - 331 -2.3897795 m 3.5227007 m 11.341172 m 23.390322 MeV 15.812961 keV 5.4103506 cm 10.466513 m World muIoni - 332 -2.404363 m 3.538972 m 11.387608 m 23.374549 MeV 14.119796 keV 5.132119 cm 10.517834 m World muIoni - 333 -2.406402 m 3.5412612 m 11.394064 m 23.370427 MeV 2.6710632 keV 7.146897 mm 10.524981 m World muIoni - 334 -2.4193637 m 3.5559985 m 11.43537 m 23.337742 MeV 14.762746 keV 4.5731631 cm 10.570712 m World muIoni - 335 -2.4222498 m 3.5592196 m 11.444423 m 23.327788 MeV 1.5701192 keV 1.0033074 cm 10.580745 m World muIoni - 336 -2.4279028 m 3.5654313 m 11.461986 m 23.319212 MeV 4.6781094 keV 1.9468002 cm 10.600213 m World muIoni - 337 -2.4364279 m 3.5748641 m 11.488408 m 23.310143 MeV 9.0689322 keV 2.9321861 cm 10.629535 m World muIoni - 338 -2.4591482 m 3.5999745 m 11.558564 m 23.286441 MeV 23.701336 keV 7.7902364 cm 10.707438 m World muIoni - 339 -2.4747308 m 3.6172771 m 11.606682 m 23.268566 MeV 14.848506 keV 5.3455268 cm 10.760893 m World muIoni - 340 -2.4764571 m 3.6192376 m 11.612151 m 23.257656 MeV 1.9422412 keV 6.0604013 mm 10.766953 m World muIoni - 341 -2.4926013 m 3.6376675 m 11.663304 m 23.238078 MeV 17.831442 keV 5.6718571 cm 10.823672 m World muIoni - 342 -2.4928781 m 3.6379783 m 11.664171 m 23.232668 MeV 91.258586 eV 961.97938 um 10.824634 m World muIoni - 343 -2.5058451 m 3.6525647 m 11.704612 m 23.21979 MeV 11.484163 keV 4.4904105 cm 10.869538 m World muIoni - 344 -2.5106379 m 3.6579254 m 11.719656 m 23.21235 MeV 5.1220278 keV 1.6673947 cm 10.886212 m World muIoni - 345 -2.513228 m 3.6608307 m 11.727765 m 23.204292 MeV 3.254907 keV 8.9949823 mm 10.895207 m World muIoni - 346 -2.5166117 m 3.6646544 m 11.738469 m 23.199779 MeV 2.0709578 keV 1.1859141 cm 10.907066 m World muIoni - 347 -2.5171804 m 3.6653039 m 11.740284 m 23.196251 MeV 1.2836339 keV 2.0095976 mm 10.909076 m World muIoni - 348 -2.5176126 m 3.6657955 m 11.741657 m 23.187144 MeV 119.22762 eV 1.5213056 mm 10.910597 m World muIoni - 349 -2.5182265 m 3.6665001 m 11.743621 m 23.18374 MeV 579.87855 eV 2.1749845 mm 10.912772 m World muIoni - 350 -2.5500411 m 3.7031241 m 11.84509 m 23.147474 MeV 34.014001 keV 11.247033 cm 11.025242 m World muIoni - 351 -2.5655489 m 3.7212042 m 11.895869 m 23.127098 MeV 19.032363 keV 5.6088716 cm 11.081331 m World muIoni - 352 -2.5790939 m 3.7369282 m 11.940611 m 23.111026 MeV 16.072298 keV 4.932249 cm 11.130653 m World muIoni - 353 -2.6200748 m 3.7838184 m 12.076901 m 23.065813 MeV 43.884361 keV 14.984722 cm 11.280501 m World muIoni - 354 -2.6269472 m 3.791785 m 12.099709 m 23.05037 MeV 6.2384067 keV 2.5118217 cm 11.305619 m World muIoni - 355 -2.6278072 m 3.7927618 m 12.102554 m 23.047567 MeV 625.82766 eV 3.1277619 mm 11.308747 m World muIoni - 356 -2.6310121 m 3.7963914 m 12.113179 m 23.042299 MeV 4.1643864 keV 1.1676285 cm 11.320423 m World muIoni - 357 -2.6486069 m 3.8165621 m 12.17205 m 23.020374 MeV 20.224779 keV 6.4670422 cm 11.385093 m World muIoni - 358 -2.6540411 m 3.82264 m 12.189983 m 23.00982 MeV 6.8237273 keV 1.9699644 cm 11.404793 m World muIoni - 359 -2.6631072 m 3.8327877 m 12.219805 m 22.994678 MeV 12.261093 keV 3.2779056 cm 11.437572 m World muIoni - 360 -2.6819699 m 3.853447 m 12.281748 m 22.970293 MeV 23.089477 keV 6.7968151 cm 11.50554 m World muIoni - 361 -2.6830647 m 3.8546396 m 12.28532 m 22.96703 MeV 832.62306 eV 3.9222568 mm 11.509462 m World muIoni - 362 -2.686581 m 3.85845 m 12.296797 m 22.961778 MeV 3.6724435 keV 1.2593126 cm 11.522056 m World muIoni - 363 -2.6868908 m 3.8587844 m 12.2978 m 22.961531 MeV 246.77555 eV 1.1017152 mm 11.523157 m World muIoni - 364 -2.6901477 m 3.8622994 m 12.308384 m 22.954634 MeV 4.2308749 keV 1.1618284 cm 11.534776 m World muIoni - 365 -2.6982404 m 3.8708853 m 12.334267 m 22.940558 MeV 12.783424 keV 2.844538 cm 11.563221 m World muIoni - 366 -2.7064154 m 3.8797718 m 12.361049 m 22.930253 MeV 9.2382959 keV 2.9378807 cm 11.5926 m World muIoni - 367 -2.711237 m 3.8850193 m 12.376743 m 22.924386 MeV 5.8662847 keV 1.7235747 cm 11.609836 m World muIoni - 368 -2.7168297 m 3.8910303 m 12.394931 m 22.917384 MeV 4.9205003 keV 1.995523 cm 11.629791 m World muIoni - 369 -2.7169591 m 3.8911715 m 12.395353 m 22.914108 MeV 176.64055 eV 464.02078 um 11.630255 m World muIoni - 370 -2.7321174 m 3.9076848 m 12.444977 m 22.897115 MeV 15.768754 keV 5.4451896 cm 11.684707 m World muIoni - 371 -2.7325298 m 3.9081261 m 12.446307 m 22.894193 MeV 201.48164 eV 1.4601945 mm 11.686167 m World muIoni - 372 -2.7452635 m 3.9220477 m 12.48793 m 22.875333 MeV 16.770358 keV 4.5700358 cm 11.731867 m World muIoni - 373 -2.7630412 m 3.9420065 m 12.547093 m 22.855161 MeV 19.049713 keV 6.4920888 cm 11.796788 m World muIoni - 374 -2.7639361 m 3.9430008 m 12.550045 m 22.850076 MeV 900.84989 eV 3.2413571 mm 11.800029 m World muIoni - 375 -2.7696125 m 3.9493155 m 12.568702 m 22.842599 MeV 5.1597882 keV 2.0498452 cm 11.820528 m World muIoni - 376 -2.7721377 m 3.952117 m 12.57702 m 22.834282 MeV 2.8957405 keV 9.1325823 mm 11.82966 m World muIoni - 377 -2.7742493 m 3.9544518 m 12.583971 m 22.831817 MeV 1.4107796 keV 7.6306872 mm 11.837291 m World muIoni - 378 -2.775917 m 3.9563081 m 12.589472 m 22.828999 MeV 1.5962763 keV 6.0410588 mm 11.843332 m World muIoni - 379 -2.7905149 m 3.9725122 m 12.63778 m 22.809162 MeV 18.351972 keV 5.3002993 cm 11.896335 m World muIoni - 380 -2.7913367 m 3.9734106 m 12.640465 m 22.807796 MeV 1.36589 keV 2.9482822 mm 11.899284 m World muIoni - 381 -2.8083981 m 3.9921018 m 12.696392 m 22.788251 MeV 17.961488 keV 6.1386543 cm 11.96067 m World muIoni - 382 -2.816664 m 4.001127 m 12.723406 m 22.776547 MeV 9.2478297 keV 2.9656925 cm 11.990327 m World muIoni - 383 -2.8181564 m 4.0027386 m 12.728251 m 22.770269 MeV 1.5023155 keV 5.3196614 mm 11.995647 m World muIoni - 384 -2.83606 m 4.0219442 m 12.786677 m 22.750946 MeV 18.298101 keV 6.4054571 cm 12.059701 m World muIoni - 385 -2.8375039 m 4.0235327 m 12.791479 m 22.748849 MeV 1.0433864 keV 5.2599813 mm 12.064961 m World muIoni - 386 -2.8433078 m 4.0299708 m 12.810892 m 22.742403 MeV 5.1535071 keV 2.1260508 cm 12.086222 m World muIoni - 387 -2.8436844 m 4.0303904 m 12.812148 m 22.736638 MeV 1.6195256 keV 1.3768898 mm 12.087599 m World muIoni - 388 -2.8882423 m 4.0791453 m 12.958614 m 22.683374 MeV 49.555625 keV 16.067588 cm 12.248274 m World muIoni - 389 -2.8895065 m 4.0805333 m 12.96266 m 22.682615 MeV 759.04625 eV 4.4600598 mm 12.252735 m OutOfWorld Transportation -Track (trackID 22, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.809475943969(mm),2.7575502378635(mm),78.622818771785(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.199549(mm),2.3221894(mm),78.730365(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9906,7 +9774,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.289292(mm),-0.63040433(mm),78.18556(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.813836(mm),-2.8256284(mm),79.151031(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9915,7 +9783,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.854015(mm),-0.49476731(mm),78.438638(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.296618(mm),-1.6516356(mm),78.184269(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9924,7 +9792,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.642801(mm),-0.877416(mm),78.652208(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.958111(mm),3.4578983(mm),78.949264(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9933,7 +9801,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.77762(mm),-0.158487(mm),78.98109(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.801546(mm),-1.9076954(mm),78.44789(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9942,7 +9810,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.394892(mm),-2.5510111(mm),79.048575(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.478671(mm),0.067758666(mm),78.328495(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9951,7 +9819,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.875679(mm),0.38747228(mm),78.434818(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.671192(mm),-3.0088537(mm),78.647202(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9962,7 +9830,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 850 -G4PrimaryTransformer::PrimaryVertex (-14.296667(mm),1.343165(mm),78.713241(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.989936(mm),-3.2357855(mm),79.11998(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9971,7 +9839,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.510378(mm),-0.35725438(mm),78.675558(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.079418(mm),-3.9160208(mm),78.751548(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9980,7 +9848,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.390708(mm),-2.5989836(mm),78.696659(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.435261(mm),2.0115433(mm),79.041457(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9989,7 +9857,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.256373(mm),-3.4077924(mm),79.073(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.095426(mm),0.82765273(mm),78.925052(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9998,7 +9866,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.3566(mm),0.34107685(mm),79.407981(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.675148(mm),0.43997242(mm),78.117524(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10007,7 +9875,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.740628(mm),2.4646444(mm),78.282305(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.229415(mm),-0.30749838(mm),79.25408(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10016,7 +9884,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.05766(mm),3.7280292(mm),78.755384(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.011735(mm),-0.20521913(mm),79.292463(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10025,7 +9893,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.435584(mm),-1.9074723(mm),78.336092(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.838456(mm),0.44725463(mm),78.794036(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10034,7 +9902,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.68673(mm),3.6867174(mm),78.820789(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.24952(mm),-0.68840315(mm),78.897881(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10043,7 +9911,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.188317(mm),-3.6237491(mm),78.556019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.887254(mm),-1.974468(mm),79.314412(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10054,7 +9922,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 860 -G4PrimaryTransformer::PrimaryVertex (-17.050295(mm),0.48955604(mm),78.227702(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.541836(mm),2.076459(mm),78.846338(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10063,7 +9931,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.716907(mm),-1.414234(mm),79.344449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.411439(mm),1.9137166(mm),78.86933(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10072,7 +9940,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.982119(mm),-1.9501828(mm),78.41605(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.681307(mm),3.1477496(mm),79.174399(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10081,7 +9949,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.912116(mm),3.1059539(mm),79.133701(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.942688(mm),1.1201643(mm),78.951984(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10090,7 +9958,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.237997(mm),-0.52118947(mm),78.547259(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.767618(mm),1.1762029(mm),78.453873(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10099,7 +9967,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.893622(mm),1.8915886(mm),79.313289(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.449838(mm),0.020486837(mm),79.391541(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10108,7 +9976,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.646449(mm),1.1029897(mm),78.122584(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.742622(mm),3.7024845(mm),78.634607(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10117,7 +9985,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.858934(mm),0.074818529(mm),78.437771(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.600652(mm),-0.26861898(mm),78.835967(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10126,7 +9994,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.186339(mm),0.69694083(mm),79.261676(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.160477(mm),1.8782805(mm),78.737255(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10135,7 +10003,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.706204(mm),-1.1623243(mm),79.346336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.35714(mm),1.5386504(mm),79.407886(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10146,7 +10014,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 870 -G4PrimaryTransformer::PrimaryVertex (-14.457322(mm),-2.3250792(mm),78.684913(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.596978(mm),3.8082725(mm),78.836615(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10155,7 +10023,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.884261(mm),-3.2099169(mm),79.138613(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.453653(mm),-2.8274725(mm),79.214541(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10164,7 +10032,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.24765(mm),2.034591(mm),78.545557(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.496884(mm),-2.5983812(mm),78.677937(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10173,7 +10041,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.04871(mm),0.45635002(mm),78.933289(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.55211(mm),0.93016992(mm),79.19718(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10182,7 +10050,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.732503(mm),1.757551(mm),78.812718(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.093683(mm),1.1283761(mm),78.220051(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10191,7 +10059,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.644482(mm),-0.78549266(mm),78.299258(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.496831(mm),1.8442462(mm),78.50162(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10200,7 +10068,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.92819(mm),1.2587862(mm),79.130867(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.941211(mm),-1.9698325(mm),78.775917(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10209,7 +10077,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.831757(mm),2.508863(mm),79.147871(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.308449(mm),-2.1746696(mm),78.711163(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10218,7 +10086,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.114834(mm),0.57223174(mm),78.568976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.507155(mm),3.3014811(mm),78.852453(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10227,7 +10095,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.241078(mm),0.85857756(mm),79.428351(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.738165(mm),3.1353903(mm),78.635393(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10238,7 +10106,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 880 -G4PrimaryTransformer::PrimaryVertex (-14.798182(mm),2.7760159(mm),78.62481(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.500877(mm),2.8478078(mm),78.677233(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10247,7 +10115,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.305974(mm),-1.2108717(mm),79.064254(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.907597(mm),-1.7714773(mm),78.42919(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10256,7 +10124,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.435641(mm),-2.2941228(mm),78.688736(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.358612(mm),2.6969101(mm),78.525991(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10265,7 +10133,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.590535(mm),-3.1733243(mm),79.014078(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.579338(mm),-2.0254852(mm),78.663398(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10274,7 +10142,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.00541(mm),-1.4653877(mm),78.235616(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.861576(mm),-1.3241134(mm),78.260978(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10283,7 +10151,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.243502(mm),3.1391297(mm),78.898942(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.805187(mm),-2.6968691(mm),78.623575(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10292,7 +10160,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.624023(mm),-0.54376134(mm),79.008173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.400205(mm),-1.0223537(mm),79.047638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10301,7 +10169,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.268727(mm),2.8062207(mm),78.365513(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.865459(mm),-1.3071983(mm),78.965601(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10310,7 +10178,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.703883(mm),0.61290367(mm),79.170419(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.805494(mm),2.356464(mm),78.447194(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10319,7 +10187,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.807432(mm),0.35599581(mm),78.799506(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.252213(mm),-2.1526097(mm),78.897406(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10330,7 +10198,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 890 -G4PrimaryTransformer::PrimaryVertex (-14.456923(mm),2.6717827(mm),78.684983(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.935562(mm),-0.47633218(mm),78.776913(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10339,7 +10207,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.219881(mm),-1.3560146(mm),78.197799(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.254019(mm),2.1752085(mm),78.544434(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10348,7 +10216,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.634859(mm),1.4606887(mm),78.300955(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.968658(mm),0.11639425(mm),78.771078(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10357,7 +10225,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.648725(mm),0.43920552(mm),78.82749(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.595248(mm),-0.18985679(mm),78.484266(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10366,7 +10234,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.903976(mm),-2.7518133(mm),78.606156(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.189815(mm),0.52590553(mm),78.203101(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10375,7 +10243,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.157461(mm),-3.0580889(mm),78.737787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.121877(mm),-1.059881(mm),78.744061(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10384,7 +10252,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.690016(mm),-0.27476043(mm),79.349191(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.034305(mm),-0.95604901(mm),78.583175(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10393,7 +10261,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.909867(mm),-0.94444982(mm),78.42879(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.067331(mm),-0.99605624(mm),79.28266(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10402,7 +10270,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.751598(mm),-2.0042799(mm),78.985678(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.906591(mm),-3.0712532(mm),79.134676(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10411,210 +10279,10 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.806284(mm),-0.54659153(mm),78.623382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.166664(mm),3.4596916(mm),78.736164(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.96 mm -400 um 4.83 cm 56 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.3705986 mm 1.3272663 mm 4.8285571 cm 48.625458 MeV 7.326799 MeV 2.3623936 mm 2.3623936 mm Target hIoni - 2 -6.1447486 mm 2.7850399 mm 4.8204795 cm 42.352604 MeV 6.2728547 MeV 1.9218241 mm 4.2842177 mm Target hIoni - 3 -5.8990695 mm 3.0761089 mm 4.8179679 cm 40.90465 MeV 1.4479532 MeV 382.36186 um 4.6665796 mm Target Transportation - 4 15.863118 cm -21.87478 cm -33.392202 cm 40.904668 MeV2.1334293e-16 eV 4.0827854 m 4.087452 m CaptureMgnt Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 15, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 15.9 cm -21.9 cm -33.4 cm 33.9 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 8.4989976 cm -14.263876 cm -2 m 33.852817 MeV2.4419152e-16 eV 4.9316514 m 4.9316514 m CaptureMgnt Transportation - 2 7.8616728 cm -12.509709 cm -2.0066653 m 33.846021 MeV 5.5697182 keV 1.9818056 cm 4.9514694 m World muIoni - 3 6.990335 cm -10.126263 cm -2.0157636 m 33.836056 MeV 8.4965638 keV 2.695893 cm 4.9784284 m World muIoni - 4 6.6846478 cm -9.2877158 cm -2.0189872 m 33.830205 MeV 2.7585288 keV 9.4896061 mm 4.987918 m World muIoni - 5 6.496962 cm -8.7737364 cm -2.02097 m 33.82728 MeV 1.7417705 keV 5.819936 mm 4.9937379 m World muIoni - 6 5.0453497 cm -4.7804607 cm -2.0363616 m 33.81208 MeV 12.956344 keV 4.5191246 cm 5.0389292 m World muIoni - 7 4.3083608 cm -2.7460457 cm -2.0441889 m 33.799461 MeV 4.8114668 keV 2.3010156 cm 5.0619393 m World muIoni - 8 3.4228841 cm -2.9107823 mm -2.0536209 m 33.790183 MeV 7.1917252 keV 2.7749937 cm 5.0896893 m World muIoni - 9 2.2059003 cm 3.1068302 cm -2.066788 m 33.780283 MeV 6.5800413 keV 3.8419529 cm 5.1281088 m World muIoni - 10 1.9435392 cm 3.8378364 cm -2.0696201 m 33.773029 MeV 2.5168125 keV 8.2668806 mm 5.1363757 m World muIoni - 11 1.1472827 cm 6.0514888 cm -2.0781953 m 33.764764 MeV 6.8546615 keV 2.5039206 cm 5.1614149 m World muIoni - 12 9.0467642 mm 6.7298035 cm -2.0808099 m 33.759522 MeV 2.1892951 keV 7.6637409 mm 5.1690786 m World muIoni - 13 -9.1960632 mm 11.844728 cm -2.1004779 m 33.746529 MeV 11.850234 keV 5.7757168 cm 5.2268358 m World muIoni - 14 -1.2549379 cm 12.788803 cm -2.1041236 m 33.739519 MeV 2.1780137 keV 1.0661329 cm 5.2374971 m World muIoni - 15 -2.5754199 cm 16.487937 cm -2.1183391 m 33.728417 MeV 9.8511723 keV 4.1770934 cm 5.279268 m World muIoni - 16 -3.0161596 cm 17.731738 cm -2.1231022 m 33.723033 MeV 3.2741798 keV 1.4029107 cm 5.2932971 m World muIoni - 17 -5.9894286 cm 26.086 cm -2.1550387 m 33.69339 MeV 26.776393 keV 9.4251861 cm 5.387549 m World muIoni - 18 -6.5781706 cm 27.742715 cm -2.1613852 m 33.684654 MeV 4.5647321 keV 1.8692559 cm 5.4062416 m World muIoni - 19 -7.1714964 cm 29.412536 cm -2.1678382 m 33.680377 MeV 3.1004568 keV 1.8859356 cm 5.4251009 m World muIoni - 20 -7.4938016 cm 30.313488 cm -2.171317 m 33.676571 MeV 2.2767659 keV 1.0181414 cm 5.4352823 m World muIoni - 21 -9.6018547 cm 36.250698 cm -2.1940418 m 33.662453 MeV 12.546681 keV 6.6976742 cm 5.5022591 m World muIoni - 22 -10.259985 cm 38.13354 cm -2.2012549 m 33.655869 MeV 5.4764405 keV 2.1209686 cm 5.5234688 m World muIoni - 23 -10.972301 cm 40.153403 cm -2.2090353 m 33.649681 MeV 4.9071177 keV 2.2787257 cm 5.546256 m World muIoni - 24 -11.059792 cm 40.402013 cm -2.2099894 m 33.647899 MeV 646.0592 eV 2.8029611 mm 5.549059 m World muIoni - 25 -12.489385 cm 44.434152 cm -2.2254602 m 33.633733 MeV 9.4963316 keV 4.549169 cm 5.5945507 m World muIoni - 26 -13.827649 cm 48.297 cm -2.2401204 m 33.61951 MeV 12.233625 keV 4.3430288 cm 5.637981 m World muIoni - 27 -16.065968 cm 54.746661 cm -2.2646895 m 33.592997 MeV 17.285997 keV 7.2556344 cm 5.7105373 m World muIoni - 28 -17.993181 cm 60.339915 cm -2.2857011 m 33.577078 MeV 14.343821 keV 6.2780169 cm 5.7733175 m World muIoni - 29 -18.70652 cm 62.418261 cm -2.2934249 m 33.559537 MeV 7.290378 keV 2.3291521 cm 5.796609 m World muIoni - 30 -19.550562 cm 64.851529 cm -2.3024788 m 33.553142 MeV 5.3479881 keV 2.7300116 cm 5.8239091 m World muIoni - 31 -19.638027 cm 65.104107 cm -2.303421 m 33.551011 MeV 351.4171 eV 2.8341307 mm 5.8267432 m World muIoni - 32 -20.26839 cm 66.924554 cm -2.3102188 m 33.543847 MeV 5.2373362 keV 2.0429117 cm 5.8471724 m World muIoni - 33 -21.015881 cm 69.076683 cm -2.3182875 m 33.538217 MeV 4.6330498 keV 2.4169104 cm 5.8713415 m World muIoni - 34 -21.971923 cm 71.841381 cm -2.3287004 m 33.530112 MeV 6.9163567 keV 3.1051531 cm 5.902393 m World muIoni - 35 -22.314943 cm 72.833663 cm -2.3324525 m 33.525328 MeV 2.4039321 keV 1.1149312 cm 5.9135423 m World muIoni - 36 -22.755931 cm 74.111968 cm -2.3373038 m 33.522287 MeV 3.040552 keV 1.4366223 cm 5.9279085 m World muIoni - 37 -23.616688 cm 76.603203 cm -2.3467788 m 33.512895 MeV 5.3994819 keV 2.8008815 cm 5.9559173 m World muIoni - 38 -26.084739 cm 83.732591 cm -2.3739859 m 33.491706 MeV 18.959461 keV 8.0201193 cm 6.0361185 m World muIoni - 39 -26.807512 cm 85.820932 cm -2.381975 m 33.485583 MeV 4.9715569 keV 2.3498588 cm 6.0596171 m World muIoni - 40 -28.248533 cm 89.988953 cm -2.3980855 m 33.475459 MeV 10.124544 keV 4.6951231 cm 6.1065684 m World muIoni - 41 -29.714573 cm 94.207833 cm -2.4142029 m 33.461137 MeV 11.230448 keV 4.7482463 cm 6.1540508 m World muIoni - 42 -30.588731 cm 96.730755 cm -2.4237319 m 33.451321 MeV 8.3278538 keV 2.8350192 cm 6.182401 m World muIoni - 43 -31.621617 cm 99.730128 cm -2.4351008 m 33.43843 MeV 7.4390802 keV 3.3698207 cm 6.2160992 m World muIoni - 44 -31.677408 cm 99.892587 cm -2.435719 m 33.434563 MeV 285.67274 eV 1.8255765 mm 6.2179248 m World muIoni - 45 -33.231337 cm 1.0441902 m -2.4529275 m 33.419339 MeV 13.659993 keV 5.0857336 cm 6.2687821 m World muIoni - 46 -33.310389 cm 1.0465043 m -2.4538132 m 33.416126 MeV 596.86347 eV 2.6008783 mm 6.271383 m World muIoni - 47 -33.580188 cm 1.0544096 m -2.456838 m 33.415269 MeV 857.93524 eV 8.8838616 mm 6.2802669 m World muIoni - 48 -34.226293 cm 1.0733236 m -2.4640575 m 33.4114 MeV 3.8683495 keV 2.1251032 cm 6.3015179 m World muIoni - 49 -34.396389 cm 1.0782933 m -2.4659587 m 33.409512 MeV 453.96169 eV 5.5861288 mm 6.307104 m World muIoni - 50 -35.061085 cm 1.0977948 m -2.473401 m 33.397138 MeV 4.3776441 keV 2.1906376 cm 6.3290104 m World muIoni - 51 -35.154904 cm 1.1005685 m -2.4744092 m 33.394079 MeV 1.426213 keV 3.0967276 mm 6.3321071 m World muIoni - 52 -36.235086 cm 1.1324444 m -2.486094 m 33.386184 MeV 6.4603519 keV 3.562724 cm 6.3677344 m World muIoni - 53 -39.24901 cm 1.220968 m -2.5188564 m 33.361263 MeV 23.827869 keV 9.9087267 cm 6.4668216 m World muIoni - 54 -39.986568 cm 1.2426936 m -2.5268698 m 33.322735 MeV 5.3634284 keV 2.4302663 cm 6.4911243 m World muIoni - 55 -40.088927 cm 1.2457098 m -2.5279927 m 33.320033 MeV 765.71756 eV 3.3772352 mm 6.4945015 m World muIoni - 56 -40.983896 cm 1.2721825 m -2.5378476 m 33.309782 MeV 9.1650226 keV 2.9631488 cm 6.524133 m World muIoni - 57 -41.829086 cm 1.2971004 m -2.5470915 m 33.30156 MeV 6.8003211 keV 2.7888757 cm 6.5520218 m World muIoni - 58 -43.294082 cm 1.3400428 m -2.5630897 m 33.287106 MeV 11.980971 keV 4.8110515 cm 6.6001323 m World muIoni - 59 -43.513765 cm 1.346496 m -2.5654956 m 33.285147 MeV 1.9590624 keV 7.2290252 mm 6.6073613 m World muIoni - 60 -47.489252 cm 1.4639153 m -2.6092508 m 33.252225 MeV 31.152526 keV 13.146212 cm 6.7388234 m World muIoni - 61 -48.005304 cm 1.4790099 m -2.6148005 m 33.246708 MeV 5.5170415 keV 1.6890136 cm 6.7557136 m World muIoni - 62 -48.021041 cm 1.4794719 m -2.6149712 m 33.240486 MeV 96.52171 eV 517.06406 um 6.7562306 m World muIoni - 63 -49.716684 cm 1.529485 m -2.6335078 m 33.228742 MeV 11.743274 keV 5.5968383 cm 6.812199 m World muIoni - 64 -49.883782 cm 1.5344147 m -2.6353344 m 33.227894 MeV 848.51589 eV 5.5163886 mm 6.8177154 m World muIoni - 65 -50.233159 cm 1.5447674 m -2.6391831 m 33.222443 MeV 3.9889805 keV 1.1584325 cm 6.8292997 m World muIoni - 66 -50.280787 cm 1.5461794 m -2.6397084 m 33.221897 MeV 545.48487 eV 1.5800668 mm 6.8308798 m World muIoni - 67 -52.616566 cm 1.6161266 m -2.6654706 m 33.199276 MeV 20.008125 keV 7.8115505 cm 6.9089953 m World muIoni - 68 -53.589012 cm 1.6453533 m -2.676457 m 33.190191 MeV 7.2128419 keV 3.2703107 cm 6.9416984 m World muIoni - 69 -53.920157 cm 1.6553068 m -2.6802708 m 33.186256 MeV 1.430672 keV 1.1161724 cm 6.9528601 m World muIoni - 70 -54.476748 cm 1.6720391 m -2.686696 m 33.158247 MeV 4.2545909 keV 1.8767825 cm 6.971628 m World muIoni - 71 -54.845517 cm 1.6830252 m -2.6909302 m 33.149033 MeV 3.0502073 keV 1.2337806 cm 6.9839658 m World muIoni - 72 -57.292645 cm 1.7556811 m -2.7187401 m 33.092904 MeV 19.514449 keV 8.1554529 cm 7.0655203 m World muIoni - 73 -58.18405 cm 1.7822688 m -2.7289114 m 33.081259 MeV 7.7763315 keV 2.9829898 cm 7.0953502 m World muIoni - 74 -58.215274 cm 1.7831921 m -2.7292644 m 33.079918 MeV 68.852242 eV 1.0366908 mm 7.0963869 m World muIoni - 75 -59.775073 cm 1.829336 m -2.7469025 m 33.064368 MeV 13.793836 keV 5.1804113 cm 7.148191 m World muIoni - 76 -59.840898 cm 1.8312658 m -2.7476436 m 33.059689 MeV 461.9254 eV 2.1694291 mm 7.1503604 m World muIoni - 77 -60.690604 cm 1.8561278 m -2.7571825 m 33.053783 MeV 4.8698249 keV 2.7951996 cm 7.1783124 m World muIoni - 78 -62.238961 cm 1.9014659 m -2.7746822 m 33.036522 MeV 15.326432 keV 5.1005325 cm 7.2293178 m World muIoni - 79 -62.601889 cm 1.9121457 m -2.778827 m 33.031001 MeV 3.113107 keV 1.2017112 cm 7.2413349 m World muIoni - 80 -62.84981 cm 1.9194446 m -2.7816689 m 32.991957 MeV 2.169764 keV 8.2156178 mm 7.2495505 m World muIoni - 81 -64.996375 cm 1.9833951 m -2.8065212 m 32.972744 MeV 19.212519 keV 7.1889409 cm 7.3214399 m World muIoni - 82 -65.347382 cm 1.9937826 m -2.8105337 m 32.967587 MeV 3.4039744 keV 1.1675658 cm 7.3331156 m World muIoni - 83 -65.760076 cm 2.0060089 m -2.8152763 m 32.959334 MeV 4.282655 keV 1.3747921 cm 7.3468635 m World muIoni - 84 -67.20378 cm 2.0490593 m -2.8319185 m 32.945735 MeV 12.564434 keV 4.8360653 cm 7.3952241 m World muIoni - 85 -67.96892 cm 2.0717454 m -2.8407108 m 32.901036 MeV 5.1542567 keV 2.5505264 cm 7.4207294 m World muIoni - 86 -68.857789 cm 2.0978203 m -2.8509254 m 32.88798 MeV 6.5452222 keV 2.9380932 cm 7.4501103 m World muIoni - 87 -69.445087 cm 2.1151551 m -2.8576807 m 32.883736 MeV 4.2434595 keV 1.9509497 cm 7.4696198 m World muIoni - 88 -69.525883 cm 2.117537 m -2.8585971 m 32.883538 MeV 198.29508 eV 2.676936 mm 7.4722968 m World muIoni - 89 -70.254509 cm 2.1390577 m -2.8668552 m 32.861014 MeV 6.4905435 keV 2.4174946 cm 7.4964717 m World muIoni - 90 -71.729468 cm 2.1825701 m -2.8835607 m 32.850043 MeV 10.971135 keV 4.8887252 cm 7.545359 m World muIoni - 91 -73.62494 cm 2.2382204 m -2.9049401 m 32.831926 MeV 14.214477 keV 6.2556618 cm 7.6079156 m World muIoni - 92 -73.753577 cm 2.2420069 m -2.9063959 m 32.831125 MeV 801.7929 eV 4.2557426 mm 7.6121713 m World muIoni - 93 -74.161104 cm 2.2539464 m -2.9109704 m 32.826954 MeV 2.7946513 keV 1.3419611 cm 7.6255909 m World muIoni - 94 -74.974065 cm 2.2777681 m -2.9201105 m 32.817176 MeV 4.5666662 keV 2.6778742 cm 7.6523697 m World muIoni - 95 -75.785538 cm 2.3017609 m -2.9291569 m 32.810115 MeV 5.9709331 keV 2.6895012 cm 7.6792647 m World muIoni - 96 -75.787696 cm 2.3018246 m -2.9291809 m 32.805809 MeV 25.24421 eV 71.377274 um 7.6793361 m World muIoni - 97 -76.343438 cm 2.3181797 m -2.9353731 m 32.800446 MeV 4.3689629 keV 1.8349943 cm 7.697686 m World muIoni - 98 -77.603934 cm 2.3553683 m -2.949503 m 32.789602 MeV 10.844583 keV 4.1731798 cm 7.7394178 m World muIoni - 99 -77.991314 cm 2.3668012 m -2.9538545 m 32.784675 MeV 3.5080515 keV 1.2831696 cm 7.7522495 m World muIoni - 100 -78.951817 cm 2.3951635 m -2.9646571 m 32.776988 MeV 7.6870193 keV 3.1833535 cm 7.784083 m World muIoni - 101 -81.822601 cm 2.4800575 m -2.9964137 m 32.754293 MeV 21.683376 keV 9.5077827 cm 7.8791609 m World muIoni - 102 -84.158208 cm 2.5479032 m -3.022266 m 32.733152 MeV 17.728289 keV 7.6268981 cm 7.9554298 m World muIoni - 103 -87.562811 cm 2.6467826 m -3.0603653 m 32.705086 MeV 26.91526 keV 11.130178 cm 8.0667316 m World muIoni - 104 -90.152092 cm 2.7221073 m -3.0899695 m 32.68465 MeV 19.267642 keV 8.497336 cm 8.151705 m World muIoni - 105 -91.049255 cm 2.7482948 m -3.100047 m 32.677717 MeV 5.8833345 keV 2.9459031 cm 8.181164 m World muIoni - 106 -92.859845 cm 2.8003179 m -3.119478 m 32.663265 MeV 13.452013 keV 5.8411085 cm 8.2395751 m World muIoni - 107 -93.410623 cm 2.8159943 m -3.1252995 m 32.651033 MeV 5.149453 keV 1.7606104 cm 8.2571812 m World muIoni - 108 -95.409823 cm 2.8729873 m -3.146582 m 32.634865 MeV 15.102839 keV 6.4038112 cm 8.3212193 m World muIoni - 109 -96.377782 cm 2.9005159 m -3.1569232 m 32.626779 MeV 6.7834649 keV 3.0958988 cm 8.3521783 m World muIoni - 110 -96.520551 cm 2.904571 m -3.1584548 m 32.623025 MeV 592.59294 eV 4.563765 mm 8.3567421 m World muIoni - 111 -97.423909 cm 2.9301948 m -3.1680677 m 32.612438 MeV 9.5069074 keV 2.8820086 cm 8.3855621 m World muIoni - 112 -99.683981 cm 2.9946516 m -3.1923311 m 32.59102 MeV 17.359161 keV 7.2485823 cm 8.458048 m World muIoni - 113 -1.0079806 m 3.0264425 m -3.2042815 m 32.57748 MeV 7.6043531 keV 3.5743389 cm 8.4937914 m World muIoni - 114 -1.0117261 m 3.0371336 m -3.2082627 m 32.572438 MeV 3.6903266 keV 1.2007479 cm 8.5057988 m World muIoni - 115 -1.0230545 m 3.0691953 m -3.2202049 m 32.560322 MeV 8.735603 keV 3.6040242 cm 8.5418391 m World muIoni - 116 -1.0283802 m 3.0844103 m -3.2259044 m 32.555057 MeV 3.2809656 keV 1.7098099 cm 8.5589372 m World muIoni - 117 -1.0364844 m 3.1076266 m -3.2345718 m 32.547031 MeV 6.7553732 keV 2.6072977 cm 8.5850102 m World muIoni - 118 -1.0470729 m 3.1380174 m -3.2458412 m 32.537102 MeV 8.9095634 keV 3.4098677 cm 8.6191088 m World muIoni - 119 -1.0495721 m 3.1451973 m -3.248519 m 32.529419 MeV 1.8255182 keV 8.0602911 mm 8.6271691 m World muIoni - 120 -1.0702598 m 3.2051719 m -3.2708284 m 32.498045 MeV 17.355471 keV 6.7250926 cm 8.6944201 m World muIoni - 121 -1.0770913 m 3.225201 m -3.2781984 m 32.487438 MeV 5.3647392 keV 2.2408653 cm 8.7168287 m World muIoni - 122 -1.0817239 m 3.2387022 m -3.2831239 m 32.472859 MeV 5.3552651 keV 1.5099868 cm 8.7319286 m World muIoni - 123 -1.0831233 m 3.2427685 m -3.2846085 m 32.468029 MeV 1.0989013 keV 4.5494078 mm 8.736478 m World muIoni - 124 -1.0919711 m 3.2685585 m -3.2940597 m 32.458266 MeV 7.9831115 keV 2.8857112 cm 8.7653351 m World muIoni - 125 -1.0947598 m 3.2766544 m -3.2970321 m 32.456046 MeV 2.2192479 keV 9.0640461 mm 8.7743991 m World muIoni - 126 -1.1092993 m 3.3188167 m -3.3124559 m 32.442959 MeV 11.419952 keV 4.7190683 cm 8.8215898 m World muIoni - 127 -1.1210127 m 3.3527234 m -3.3249721 m 32.433333 MeV 7.7403262 keV 3.7993879 cm 8.8595837 m World muIoni - 128 -1.1213603 m 3.3537301 m -3.3253438 m 32.432989 MeV 343.85033 eV 1.1279465 mm 8.8607116 m World muIoni - 129 -1.1359995 m 3.3960268 m -3.3409039 m 32.417193 MeV 12.69806 keV 4.7386146 cm 8.9080978 m World muIoni - 130 -1.1377699 m 3.4011298 m -3.3427965 m 32.413889 MeV 1.563626 keV 5.7233535 mm 8.9138211 m World muIoni - 131 -1.1409113 m 3.410183 m -3.3461474 m 32.409714 MeV 1.861084 keV 1.0151802 cm 8.9239729 m World muIoni - 132 -1.1557514 m 3.4529016 m -3.3620622 m 32.394152 MeV 14.074764 keV 4.7941542 cm 8.9719145 m World muIoni - 133 -1.1721461 m 3.5001452 m -3.379491 m 32.377496 MeV 16.656154 keV 5.2957738 cm 9.0248722 m World muIoni - 134 -1.2026455 m 3.5879361 m -3.4120442 m 32.351608 MeV 23.37074 keV 9.8475057 cm 9.1233473 m World muIoni - 135 -1.2039101 m 3.5915491 m -3.4133963 m 32.347144 MeV 1.642537 keV 4.0597251 mm 9.127407 m World muIoni - 136 -1.2077799 m 3.6025807 m -3.417542 m 32.342886 MeV 2.573924 keV 1.2403874 cm 9.1398109 m World muIoni - 137 -1.2087515 m 3.6053637 m -3.4185836 m 32.342448 MeV 437.94938 eV 3.1263776 mm 9.1429373 m World muIoni - 138 -1.2141637 m 3.620887 m -3.4243826 m 32.337389 MeV 3.8757714 keV 1.743259 cm 9.1603698 m World muIoni - 139 -1.2517533 m 3.7283969 m -3.4642162 m 32.304606 MeV 31.490163 keV 12.065719 cm 9.281027 m World muIoni - 140 -1.2522515 m 3.7298608 m -3.4647557 m 32.303039 MeV 281.55911 eV 1.6377131 mm 9.2826648 m World muIoni - 141 -1.2554865 m 3.7393637 m -3.4682567 m 32.301752 MeV 1.2867976 keV 1.0631459 cm 9.2932962 m World muIoni - 142 -1.2687092 m 3.7779703 m -3.482466 m 32.288996 MeV 9.008689 keV 4.3211431 cm 9.3365076 m World muIoni - 143 -1.2833804 m 3.8204552 m -3.4981041 m 32.277928 MeV 9.792328 keV 4.7589687 cm 9.3840973 m World muIoni - 144 -1.3000627 m 3.8696522 m -3.5161246 m 32.21612 MeV 15.2003 keV 5.4985686 cm 9.439083 m World muIoni - 145 -1.3146546 m 3.9127588 m -3.5320864 m 32.201387 MeV 10.680352 keV 4.8227434 cm 9.4873105 m World muIoni - 146 -1.3180055 m 3.9225985 m -3.5357262 m 32.197272 MeV 2.9086625 keV 1.1013553 cm 9.498324 m World muIoni - 147 -1.318758 m 3.9248279 m -3.5365538 m 32.192505 MeV 719.11849 eV 2.4942955 mm 9.5008183 m World muIoni - 148 -1.3208601 m 3.93106 m -3.5388799 m 32.188435 MeV 3.0224671 keV 6.9762559 mm 9.5077946 m World muIoni - 149 -1.331158 m 3.9616564 m -3.5503302 m 32.175758 MeV 9.5985569 keV 3.4253423 cm 9.542048 m World muIoni - 150 -1.3325768 m 3.9658437 m -3.5518804 m 32.173773 MeV 1.9854378 keV 4.6849737 mm 9.546733 m World muIoni - 151 -1.3332137 m 3.9677232 m -3.5525768 m 32.172491 MeV 266.48479 eV 2.1031813 mm 9.5488361 m World muIoni - 152 -1.3419981 m 3.9936155 m -3.5621173 m 32.162667 MeV 8.825391 keV 2.8958559 cm 9.5777947 m World muIoni - 153 -1.3432802 m 3.9973838 m -3.5635165 m 32.161819 MeV 848.12427 eV 4.2191882 mm 9.5820139 m World muIoni - 154 -1.3501672 m 4.0177319 m -3.571042 m 32.155927 MeV 4.7767497 keV 2.2761986 cm 9.6047759 m World muIoni - 155 -1.365406 m 4.0630179 m -3.5876787 m 32.143164 MeV 9.1191114 keV 5.0595193 cm 9.6553711 m World muIoni - 156 -1.3662024 m 4.0653973 m -3.5885603 m 32.14138 MeV 225.35686 eV 2.6595119 mm 9.6580306 m World muIoni - 157 -1.3866013 m 4.1261015 m -3.6110778 m 32.124975 MeV 15.34473 keV 6.7883399 cm 9.725914 m World muIoni - 158 -1.3866858 m 4.1263562 m -3.6111718 m 32.12353 MeV 144.79162 eV 284.37962 um 9.7261984 m World muIoni - 159 -1.4026173 m 4.1743223 m -3.6287619 m 32.102819 MeV 13.38589 keV 5.3516186 cm 9.7797145 m World muIoni - 160 -1.4080005 m 4.1903096 m -3.6346637 m 32.099641 MeV 2.1158799 keV 1.7871884 cm 9.7975864 m World muIoni - 161 -1.4155781 m 4.2127939 m -3.6430077 m 32.09056 MeV 5.8046517 keV 2.5151276 cm 9.8227377 m World muIoni - 162 -1.4205022 m 4.2272265 m -3.6483262 m 32.085712 MeV 4.8476605 keV 1.6150264 cm 9.838888 m World muIoni - 163 -1.4224229 m 4.2329407 m -3.6504157 m 32.081954 MeV 1.7831561 keV 6.3802851 mm 9.8452682 m World muIoni - 164 -1.4274821 m 4.2482307 m -3.6559301 m 32.076339 MeV 3.5160856 keV 1.7023116 cm 9.8622914 m World muIoni - 165 -1.4287313 m 4.2520111 m -3.657288 m 32.073383 MeV 1.1967769 keV 4.2066685 mm 9.866498 m World muIoni - 166 -1.4610459 m 4.3500265 m -3.6924894 m 32.045768 MeV 26.353295 keV 10.904365 cm 9.9755417 m World muIoni - 167 -1.4631667 m 4.3564141 m -3.6947778 m 32.042274 MeV 2.2962736 keV 7.1088026 mm 9.9826505 m World muIoni - 168 -1.4656537 m 4.3639112 m -3.6974684 m 32.038579 MeV 2.6900299 keV 8.344533 mm 9.990995 m World muIoni - 169 -1.4705977 m 4.3787698 m -3.7028043 m 32.033499 MeV 3.3106133 keV 1.6543721 cm 10.007539 m World muIoni - 170 -1.4848061 m 4.4212992 m -3.7181313 m 32.018496 MeV 12.796093 keV 4.7387326 cm 10.054926 m World muIoni - 171 -1.4977048 m 4.4599889 m -3.7319899 m 31.999574 MeV 13.168664 keV 4.3073587 cm 10.098 m World muIoni - 172 -1.5062505 m 4.4856099 m -3.7412489 m 31.990246 MeV 7.992746 keV 2.8551561 cm 10.126551 m World muIoni - 173 -1.5133096 m 4.5070103 m -3.7489333 m 31.974338 MeV 7.4565878 keV 2.3808868 cm 10.15036 m World muIoni - 174 -1.5343399 m 4.570844 m -3.7721794 m 31.955851 MeV 16.189452 keV 7.1115134 cm 10.221475 m World muIoni - 175 -1.5395136 m 4.5866915 m -3.7778779 m 31.948696 MeV 6.0880997 keV 1.7617801 cm 10.239093 m World muIoni - 176 -1.5489265 m 4.6157009 m -3.788295 m 31.938921 MeV 8.6499279 keV 3.2228168 cm 10.271321 m World muIoni - 177 -1.5642326 m 4.6622977 m -3.805118 m 31.92569 MeV 13.231307 keV 5.1851695 cm 10.323173 m World muIoni - 178 -1.5818907 m 4.7161263 m -3.8245938 m 31.904715 MeV 18.738578 keV 5.9905343 cm 10.383078 m World muIoni - 179 -1.582164 m 4.7169647 m -3.8248976 m 31.902863 MeV 352.83144 eV 932.69549 um 10.384011 m World muIoni - 180 -1.5898242 m 4.7405125 m -3.8334295 m 31.895468 MeV 7.3948869 keV 2.6191143 cm 10.410202 m OutOfWorld Transportation -Track (trackID 15, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== @@ -10622,7 +10290,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 900 -G4PrimaryTransformer::PrimaryVertex (-11.813529202887(mm),0.46149388113644(mm),79.151085015003(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.324317(mm),1.4310483(mm),79.413673(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10631,7 +10299,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.332403(mm),-2.7181127(mm),78.70694(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.353583(mm),-0.69772967(mm),79.232186(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10640,7 +10308,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.469697(mm),1.775874(mm),78.859058(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.007231(mm),-0.25039335(mm),78.940603(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10649,7 +10317,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.562252(mm),-0.53977301(mm),78.313757(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.340005(mm),-0.75998021(mm),78.352945(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10658,7 +10326,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.409562(mm),-0.73316799(mm),78.34068(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.271227(mm),0.63515494(mm),79.07038(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10667,7 +10335,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.790265(mm),2.4181824(mm),78.449879(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.642401(mm),1.1650191(mm),78.475952(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10676,7 +10344,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.734269(mm),2.9319605(mm),78.459753(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.792602(mm),-2.2704171(mm),79.331102(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10685,7 +10353,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.391763(mm),-1.3675003(mm),78.343819(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.111544(mm),-3.2445994(mm),78.569556(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10694,7 +10362,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.490999(mm),0.47620951(mm),78.326321(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.950854(mm),3.2405022(mm),78.421563(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10703,7 +10371,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.562759(mm),1.1772235(mm),78.666322(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.391354(mm),-2.8457235(mm),78.520218(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10714,7 +10382,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 910 -G4PrimaryTransformer::PrimaryVertex (-10.579986(mm),0.48260628(mm),79.368592(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.590163(mm),-1.8032469(mm),79.366797(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10723,7 +10391,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.754752(mm),3.4059267(mm),78.808795(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.25516(mm),-2.152725(mm),79.24954(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10732,7 +10400,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.136701(mm),0.14651333(mm),78.917774(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.166781(mm),1.3470345(mm),79.265124(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10741,7 +10409,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.742193(mm),-1.5691193(mm),78.81101(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.190452(mm),2.9455876(mm),78.379315(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10750,7 +10418,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.448001(mm),-1.8085686(mm),78.686557(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.970811(mm),1.955857(mm),78.770698(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10759,7 +10427,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.120363(mm),-3.1356381(mm),78.744328(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.339987(mm),-2.7782403(mm),79.058256(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10768,7 +10436,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.482508(mm),0.2978928(mm),78.151491(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.526873(mm),0.43201872(mm),78.672649(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10777,7 +10445,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.860621(mm),-3.6460899(mm),78.966454(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.565091(mm),0.0046081176(mm),78.136929(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10786,7 +10454,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.827761(mm),0.13380659(mm),78.266941(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.027621(mm),-1.8338464(mm),78.760681(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10795,7 +10463,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.904228(mm),0.45281944(mm),78.253457(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.641902(mm),3.7785666(mm),79.005021(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10806,7 +10474,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 920 -G4PrimaryTransformer::PrimaryVertex (-14.877714(mm),-0.70453301(mm),78.610787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.159329(mm),-2.3110661(mm),78.384803(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10815,7 +10483,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.408168(mm),-2.568062(mm),78.69358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.699005(mm),2.190632(mm),78.465971(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10824,7 +10492,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.627239(mm),-0.83218418(mm),78.302298(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.433744(mm),-1.8789825(mm),79.041724(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10833,7 +10501,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.892129(mm),3.5373652(mm),78.960899(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.854896(mm),-1.0999949(mm),78.967464(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10842,7 +10510,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.363086(mm),0.55603346(mm),78.525202(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.775952(mm),1.8054875(mm),79.157711(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10851,7 +10519,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.017699(mm),-0.72494387(mm),79.291411(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.070628(mm),-2.6572643(mm),78.929425(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10860,7 +10528,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.292201(mm),1.1224264(mm),79.419336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.903302(mm),-1.9184865(mm),79.135256(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10869,7 +10537,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.701016(mm),0.15045534(mm),78.112962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.913688(mm),-2.5211447(mm),78.957097(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10878,7 +10546,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.784996(mm),2.2544649(mm),79.332443(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.672001(mm),-3.0882053(mm),78.999713(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10887,7 +10555,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.027207(mm),-1.4441167(mm),78.937081(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.403952(mm),1.0242805(mm),78.517997(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10898,7 +10566,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 930 -G4PrimaryTransformer::PrimaryVertex (-15.145962(mm),-2.5932993(mm),78.563487(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.166083(mm),-3.1638952(mm),78.736266(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10907,7 +10575,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.716416(mm),3.8498799(mm),78.815555(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.466902(mm),1.4118346(mm),79.212205(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10916,7 +10584,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.535864(mm),-0.92463412(mm),79.023718(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.380812(mm),-2.0887677(mm),79.227385(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10925,7 +10593,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.434276(mm),1.4172559(mm),78.865304(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.460664(mm),-0.1431529(mm),79.036978(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10934,7 +10602,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.179155(mm),3.1028043(mm),78.910288(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.210786(mm),-3.4141927(mm),78.728384(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10943,7 +10611,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.24716(mm),-0.27788308(mm),78.192989(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.085415(mm),-3.6865093(mm),78.75049(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10952,7 +10620,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.136963(mm),-0.22980837(mm),78.741401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.64391(mm),-2.3576739(mm),79.180993(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10961,7 +10629,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.190555(mm),3.5921474(mm),78.555624(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.184969(mm),0.63366897(mm),79.261917(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10970,7 +10638,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.921546(mm),-3.0033917(mm),78.779385(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.596356(mm),-0.43121936(mm),78.484071(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10979,7 +10647,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.818279(mm),1.6875626(mm),78.44494(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.517764(mm),-3.0300911(mm),79.026909(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10990,7 +10658,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 940 -G4PrimaryTransformer::PrimaryVertex (-11.522091(mm),-2.2664576(mm),79.202473(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.262173(mm),2.1335501(mm),78.719323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10999,7 +10667,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.840202(mm),0.93024191(mm),78.264747(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.11483(mm),-1.1735065(mm),78.568977(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11008,7 +10676,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.713023(mm),1.2807906(mm),79.168807(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.30164(mm),3.1089985(mm),78.536037(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11017,7 +10685,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.407653(mm),-2.6450919(mm),79.222652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.105372(mm),2.1251711(mm),78.21799(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11026,7 +10694,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.160801(mm),2.7254686(mm),78.384544(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.976777(mm),-1.2188956(mm),79.1223(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11035,7 +10703,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.81867(mm),-1.8728186(mm),78.268544(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.860673(mm),1.3759472(mm),78.261137(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11044,7 +10712,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.059136(mm),0.38695358(mm),79.460432(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.689245(mm),2.3996962(mm),78.467692(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11053,7 +10721,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.542774(mm),2.9688785(mm),78.846173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.984933(mm),-2.9576983(mm),78.944535(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11062,7 +10730,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.723535(mm),-3.2889309(mm),78.814299(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.244234(mm),0.97205604(mm),78.898813(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11071,7 +10739,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.168752(mm),-3.2731297(mm),78.912123(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.00441(mm),0.42754363(mm),78.41212(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11082,7 +10750,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 950 -G4PrimaryTransformer::PrimaryVertex (-12.272304(mm),-2.197729(mm),79.070191(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.344111(mm),-2.7054775(mm),78.704875(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11091,7 +10759,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.895933(mm),0.94210541(mm),78.431247(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.585899(mm),-0.93944301(mm),78.309587(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11100,7 +10768,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.425849(mm),2.7771162(mm),78.514136(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.900761(mm),-0.24400149(mm),78.254069(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11109,7 +10777,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.91121(mm),1.614495(mm),79.133861(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.734317(mm),-0.94386495(mm),78.459744(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11118,7 +10786,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.070623(mm),-0.9403239(mm),79.282079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.331966(mm),1.6475786(mm),79.059671(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11127,7 +10795,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.52408(mm),-3.0526189(mm),79.025796(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.868331(mm),-3.0301737(mm),79.141422(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11136,7 +10804,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.693826(mm),0.41464875(mm),78.819538(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.855019(mm),3.1869399(mm),79.143769(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11145,7 +10813,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.544247(mm),3.4094921(mm),78.669586(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.873366(mm),2.1109591(mm),78.78788(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11154,7 +10822,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.142872(mm),1.3128343(mm),79.26934(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.606678(mm),0.80478178(mm),78.658578(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11163,7 +10831,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.518751(mm),-0.270963(mm),79.026735(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.742772(mm),-3.6115568(mm),78.810908(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11174,7 +10842,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 960 -G4PrimaryTransformer::PrimaryVertex (-10.526921(mm),-1.229659(mm),79.377949(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.827192(mm),-0.60630996(mm),78.619695(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11183,7 +10851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.820752(mm),-3.8275142(mm),78.62083(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.002585(mm),-0.52028821(mm),78.236114(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11192,7 +10860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.563837(mm),0.093074471(mm),78.489805(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.041066(mm),2.5287257(mm),78.405656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11201,7 +10869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.474797(mm),-1.9289122(mm),79.034486(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.84935(mm),3.5533776(mm),78.968442(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11210,7 +10878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.444129(mm),-0.95650503(mm),79.392547(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.539499(mm),3.1572154(mm),78.494096(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11219,7 +10887,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.382156(mm),1.9435675(mm),78.52184(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.993359(mm),-2.7154833(mm),78.414068(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11228,7 +10896,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.28216(mm),3.2330146(mm),78.539472(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.412757(mm),2.4879317(mm),78.692771(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11237,7 +10905,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.629378(mm),-0.39005868(mm),79.183556(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.566516(mm),-0.64990238(mm),78.841986(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11246,7 +10914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.122682(mm),1.7985828(mm),78.920246(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.869329(mm),-1.3803892(mm),78.788592(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11255,7 +10923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.495079(mm),1.4788237(mm),79.207236(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.211488(mm),2.5739496(mm),79.080914(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11266,7 +10934,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 970 -G4PrimaryTransformer::PrimaryVertex (-13.858592(mm),-3.7068147(mm),78.790485(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.383712(mm),-0.99778132(mm),79.4032(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11275,7 +10943,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.021072(mm),0.56212389(mm),79.11449(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.178055(mm),-1.3157187(mm),79.263136(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11284,7 +10952,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.665017(mm),2.9471983(mm),79.000945(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.319524(mm),0.53394504(mm),78.180229(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11293,7 +10961,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.25017(mm),-1.6817225(mm),78.368786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.281389(mm),1.6241805(mm),79.244916(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11302,7 +10970,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.210389(mm),-2.4347037(mm),78.904781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.894282(mm),0.88829907(mm),78.784192(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11311,7 +10979,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.190691(mm),-1.363392(mm),78.379273(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.922371(mm),0.6099005(mm),78.602912(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11320,7 +10988,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.549396(mm),0.37376183(mm),78.139697(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.849278(mm),1.9371946(mm),78.615801(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11329,7 +10997,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.237191(mm),3.6287929(mm),78.900055(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.118002(mm),0.44084338(mm),79.273725(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11338,7 +11006,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.270366(mm),0.82002348(mm),78.188897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.798108(mm),1.0303573(mm),78.272169(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11347,10 +11015,337 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.609301(mm),-2.3093283(mm),78.305461(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.019979(mm),-0.82517855(mm),78.233048(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.55 cm -789 um 6.95 cm 57.3 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.4065714 cm -1.6661199 mm 7.1275295 cm 48.93683 MeV 8.3185614 MeV 2.4437559 mm 2.4437559 mm Target hIoni + 2 -1.2777834 cm -2.5345528 mm 7.2413576 cm 42.424321 MeV 6.5125089 MeV 1.9399308 mm 4.3836867 mm Target hIoni + 3 -1.1787711 cm -3.3384864 mm 7.3314296 cm 36.74536 MeV 5.678961 MeV 1.5738371 mm 5.9575239 mm Target hIoni + 4 -1.1370748 cm -3.6688822 mm 7.366343 cm 34.023813 MeV 2.7215471 MeV 638.74867 um 6.5962725 mm Target Transportation + 5 1.6277237 cm -3.9262765 cm 2 m 34.023876 MeV2.063999e-16 eV 3.515666 m 3.5222623 m CaptureMgnt Transportation + 6 1.6290532 cm -3.9289259 cm 2.0000194 m 34.022464 MeV 0 eV 35.434608 um 3.5222977 m World hIoni + 7 2.7728913 cm -6.2130735 cm 2.0167211 m 34.009264 MeV 9.4223248 keV 3.0520764 cm 3.5528185 m World hIoni + 8 3.1298192 cm -6.9291277 cm 2.0219412 m 33.999679 MeV 4.1276855 keV 9.5531381 mm 3.5623716 m World hIoni + 9 4.7636373 cm -10.200981 cm 2.0458483 m 33.985802 MeV 12.108688 keV 4.3692052 cm 3.6060636 m World hIoni + 10 5.9779614 cm -12.621713 cm 2.0635659 m 33.975881 MeV 7.2507459 keV 3.2363032 cm 3.6384267 m World hIoni + 11 7.2567424 cm -15.153802 cm 2.0821628 m 33.966887 MeV 8.9932635 keV 3.3919392 cm 3.6723461 m World hIoni + 12 7.5849512 cm -15.804191 cm 2.0869464 m 33.962394 MeV 2.3445684 keV 8.7152261 mm 3.6810613 m World hIoni + 13 7.9678973 cm -16.562854 cm 2.0925222 m 33.955223 MeV 2.6071712 keV 1.016419 cm 3.6912255 m World hIoni + 14 8.0982872 cm -16.821575 cm 2.0944238 m 33.947806 MeV 1.292616 keV 3.4655797 mm 3.6946911 m World hIoni + 15 8.5653317 cm -17.750663 cm 2.1012465 m 33.941788 MeV 4.1568974 keV 1.2437107 cm 3.7071282 m World hIoni + 16 9.162603 cm -18.936342 cm 2.1099464 m 33.936921 MeV 3.2702634 keV 1.587283 cm 3.723001 m World hIoni + 17 9.5227346 cm -19.650424 cm 2.1151858 m 33.913397 MeV 2.3909978 keV 9.5609381 mm 3.7325619 m World hIoni + 18 10.130311 cm -20.85384 cm 2.1240654 m 33.909962 MeV 3.4345069 keV 1.6142595 cm 3.7487045 m World hIoni + 19 11.423049 cm -23.403687 cm 2.1429402 m 33.899382 MeV 9.2367261 keV 3.42571 cm 3.7829616 m World hIoni + 20 12.873096 cm -26.24406 cm 2.163855 m 33.889853 MeV 8.4599611 keV 3.8137527 cm 3.8210992 m World hIoni + 21 13.19732 cm -26.8778 cm 2.1685114 m 33.867931 MeV 1.4662032 keV 8.5062813 mm 3.8296054 m World hIoni + 22 13.946437 cm -28.34564 cm 2.1793167 m 33.859938 MeV 4.7494337 keV 1.9706021 cm 3.8493115 m World hIoni + 23 15.3737 cm -31.133984 cm 2.1998313 m 33.845226 MeV 12.978381 keV 3.7443915 cm 3.8867554 m World hIoni + 24 19.36295 cm -38.897685 cm 2.2568829 m 33.814821 MeV 28.510364 keV 10.427787 cm 3.9910332 m World hIoni + 25 19.378642 cm -38.928323 cm 2.2571076 m 33.810857 MeV 52.903026 eV 411.06434 um 3.9914443 m World hIoni + 26 20.457994 cm -41.036961 cm 2.2725547 m 33.802143 MeV 7.1812685 keV 2.8279878 cm 4.0197242 m World hIoni + 27 23.949506 cm -47.858282 cm 2.3223143 m 33.774331 MeV 27.811899 keV 9.1368323 cm 4.1110925 m World hIoni + 28 25.483524 cm -50.854024 cm 2.344087 m 33.761896 MeV 11.328186 keV 4.0085201 cm 4.1511777 m World hIoni + 29 25.493755 cm -50.874024 cm 2.3442324 m 33.756157 MeV 26.711898 eV 267.5908 um 4.1514453 m World hIoni + 30 26.365054 cm -52.57193 cm 2.3565914 m 33.744902 MeV 5.1472982 keV 2.2736565 cm 4.1741819 m World hIoni + 31 28.571173 cm -56.894629 cm 2.3878969 m 33.724648 MeV 17.316178 keV 5.7752205 cm 4.2319341 m World hIoni + 32 29.084331 cm -57.900139 cm 2.3951816 m 33.718866 MeV 3.4105268 keV 1.3435186 cm 4.2453693 m World hIoni + 33 29.284447 cm -58.292721 cm 2.3980243 m 33.713265 MeV 1.7240047 keV 5.2438023 mm 4.2506131 m World hIoni + 34 31.021289 cm -61.69424 cm 2.4226096 m 33.701119 MeV 10.927943 keV 4.5421798 cm 4.2960349 m World hIoni + 35 33.595762 cm -66.733695 cm 2.4587767 m 33.683019 MeV 16.755502 keV 6.7160113 cm 4.363195 m World hIoni + 36 37.756004 cm -74.764777 cm 2.5163138 m 33.648679 MeV 32.610126 keV 10.719697 cm 4.4703919 m World hIoni + 37 38.642858 cm -76.463724 cm 2.5283734 m 33.642185 MeV 5.290992 keV 2.2643517 cm 4.4930355 m World hIoni + 38 38.76969 cm -76.706415 cm 2.5300999 m 33.640793 MeV 1.3921236 keV 3.2371586 mm 4.4962726 m World hIoni + 39 39.023469 cm -77.193133 cm 2.5335595 m 33.636659 MeV 1.6127612 keV 6.4883729 mm 4.502761 m World hIoni + 40 39.468004 cm -78.046123 cm 2.5396207 m 33.632713 MeV 2.3848991 keV 1.1369181 cm 4.5141302 m World hIoni + 41 41.738051 cm -82.377528 cm 2.5702575 m 33.613028 MeV 15.94774 keV 5.770653 cm 4.5718367 m World hIoni + 42 43.915759 cm -86.481009 cm 2.5992304 m 33.59712 MeV 14.25392 keV 5.4749736 cm 4.6265864 m World hIoni + 43 44.219204 cm -87.053585 cm 2.6032499 m 33.592989 MeV 2.6802304 keV 7.6255489 mm 4.634212 m World hIoni + 44 46.161358 cm -90.716831 cm 2.6289786 m 33.560123 MeV 14.888153 keV 4.8796575 cm 4.6830086 m World hIoni + 45 46.588647 cm -91.521401 cm 2.6346082 m 33.550147 MeV 1.5807249 keV 1.0709039 cm 4.6937176 m World hIoni + 46 47.124464 cm -92.5238 cm 2.641623 m 33.547087 MeV 3.060373 keV 1.3356539 cm 4.7070741 m World Decay +Track (trackID 2, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 65, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 47.1 cm -92.5 cm 2.64 m 21.4 MeV 0 eV 0 fm 0 fm World initStep + 1 48.317256 cm -93.769958 cm 2.6628737 m 21.342873 MeV 8.9953736 keV 2.7370805 cm 2.7370805 cm World muIoni + 2 51.481066 cm -97.092911 cm 2.7192867 m 21.319371 MeV 23.502691 keV 7.2716344 cm 10.008715 cm World muIoni + 3 53.635961 cm -99.373471 cm 2.7580782 m 21.301635 MeV 14.710467 keV 4.9892379 cm 14.997953 cm World muIoni + 4 53.878559 cm -99.632061 cm 2.7624849 m 21.290745 MeV 1.9363321 keV 5.6560925 mm 15.563562 cm World muIoni + 5 56.150438 cm -1.0205859 m 2.803678 m 21.271319 MeV 17.67957 keV 5.2932399 cm 20.856802 cm World muIoni + 6 56.189192 cm -1.0209955 m 2.8043765 m 21.265914 MeV 91.258586 eV 897.69878 um 20.946572 cm World muIoni + 7 57.99879 cm -1.0401002 m 2.8369858 m 21.253146 MeV 11.374088 keV 4.1902638 cm 25.136836 cm World muIoni + 8 58.67055 cm -1.0471782 m 2.8491039 m 21.245732 MeV 5.0966581 keV 1.5558694 cm 26.692705 cm World muIoni + 9 59.032543 cm -1.0510055 m 2.8556378 m 21.23769 MeV 3.2432437 keV 8.3931013 mm 27.532015 cm World muIoni + 10 59.507632 cm -1.0560498 m 2.8642647 m 21.233189 MeV 2.0597419 keV 1.1065257 cm 28.638541 cm World muIoni + 11 59.58771 cm -1.0569063 m 2.8657278 m 21.229663 MeV 1.2814568 keV 1.8750364 mm 28.826044 cm World muIoni + 12 59.648381 cm -1.0575548 m 2.8668352 m 21.220572 MeV 118.98414 eV 1.41942 mm 28.967986 cm World muIoni + 13 59.734894 cm -1.0584833 m 2.8684186 m 21.21717 MeV 578.08583 eV 2.0292468 mm 29.170911 cm World muIoni + 14 64.200469 cm -1.1065298 m 2.9503213 m 21.181207 MeV 33.711461 keV 10.493257 cm 39.664169 cm World muIoni + 15 66.407818 cm -1.1304212 m 2.991304 m 21.16099 MeV 18.873865 keV 5.2322568 cm 44.896425 cm World muIoni + 16 68.33526 cm -1.1512832 m 3.0274953 m 21.145055 MeV 15.935369 keV 4.6007125 cm 49.497138 cm World muIoni + 17 74.177315 cm -1.2138876 m 3.1379572 m 21.10023 MeV 43.496371 keV 13.97662 cm 63.473758 cm World muIoni + 18 75.162095 cm -1.2243946 m 3.1564322 m 21.084841 MeV 6.1993268 keV 2.3424402 cm 65.816198 cm World muIoni + 19 75.284419 cm -1.2256958 m 3.1587382 m 20.690276 MeV 576.70286 eV 2.9166665 mm 66.107865 cm World muIoni + 20 76.52971 cm -1.2390414 m 3.1821553 m 20.68039 MeV 8.8889148 keV 2.9690882 cm 69.076953 cm World muIoni + 21 77.805315 cm -1.2527373 m 3.2061951 m 20.670916 MeV 9.4743405 keV 3.046649 cm 72.123602 cm World muIoni + 22 78.803129 cm -1.2635389 m 3.2250172 m 20.663026 MeV 6.7121839 keV 2.3885375 cm 74.51214 cm World muIoni + 23 79.10331 cm -1.2667901 m 3.2307164 m 20.659894 MeV 2.1113351 keV 7.2154395 mm 75.233684 cm World muIoni + 24 79.703855 cm -1.273269 m 3.2420918 m 20.653701 MeV 3.7094311 keV 1.4402814 cm 76.673965 cm World muIoni + 25 79.941429 cm -1.2758137 m 3.2465695 m 20.649225 MeV 1.2932638 keV 5.6718479 mm 77.24115 cm World muIoni + 26 80.985571 cm -1.2870261 m 3.2662946 m 20.640912 MeV 6.9733145 keV 2.4976444 cm 79.738794 cm World muIoni + 27 81.102276 cm -1.2882873 m 3.2685054 m 20.621456 MeV 825.0421 eV 2.8000476 mm 80.018799 cm World muIoni + 28 82.182439 cm -1.2999697 m 3.2891087 m 20.609997 MeV 10.400174 keV 2.6031703 cm 82.62197 cm World muIoni + 29 83.037887 cm -1.3091746 m 3.3055122 m 20.597781 MeV 8.5119449 keV 2.0663688 cm 84.688338 cm World muIoni + 30 83.104891 cm -1.3098938 m 3.3067995 m 20.59493 MeV 418.69656 eV 1.6196082 mm 84.850299 cm World muIoni + 31 87.291989 cm -1.3541246 m 3.3865452 m 20.560844 MeV 33.019427 keV 10.034491 cm 94.88479 cm World muIoni + 32 87.951407 cm -1.3610683 m 3.3991337 m 20.555005 MeV 5.839523 keV 1.5816758 cm 96.466466 cm World muIoni + 33 88.713659 cm -1.3691202 m 3.4137072 m 20.548038 MeV 4.8855076 keV 1.8311814 cm 98.297647 cm World muIoni + 34 88.731383 cm -1.3693073 m 3.4140461 m 20.544764 MeV 176.64055 eV 425.79155 um 98.340226 cm World muIoni + 35 90.822537 cm -1.3912031 m 3.4537922 m 20.527945 MeV 15.594875 keV 4.9964897 cm 1.0333672 m World muIoni + 36 90.878781 cm -1.3917879 m 3.4548583 m 20.525024 MeV 200.73846 eV 1.3397621 mm 1.0347069 m World muIoni + 37 92.620314 cm -1.41023 m 3.4882453 m 20.506875 MeV 16.060806 keV 4.1930475 cm 1.0766374 m World muIoni + 38 95.067649 cm -1.4366759 m 3.5356708 m 20.486918 MeV 18.834838 keV 5.9561282 cm 1.1361987 m World muIoni + 39 95.190426 cm -1.4379908 m 3.5380384 m 20.481839 MeV 898.18683 eV 2.9734787 mm 1.1391722 m World muIoni + 40 95.966853 cm -1.4463085 m 3.5530089 m 20.477014 MeV 4.8245715 keV 1.8803882 cm 1.157976 m World muIoni + 41 96.918263 cm -1.4565553 m 3.5713706 m 20.469294 MeV 5.8279905 keV 2.3079632 cm 1.1810557 m World muIoni + 42 97.113311 cm -1.4586682 m 3.5751472 m 20.463208 MeV 918.70258 eV 4.7467256 mm 1.1858024 m World muIoni + 43 97.722079 cm -1.4652723 m 3.5869625 m 20.457008 MeV 4.9783884 keV 1.4841681 cm 1.2006441 m World muIoni + 44 99.717326 cm -1.4868273 m 3.6256934 m 20.437349 MeV 18.175007 keV 4.8608806 cm 1.2492529 m World muIoni + 45 99.828689 cm -1.4880265 m 3.6278454 m 20.435985 MeV 1.3634338 keV 2.7035955 mm 1.2519565 m World muIoni + 46 1.021514 m -1.5129383 m 3.6726628 m 20.416639 MeV 17.762391 keV 5.6291455 cm 1.3082479 m World muIoni + 47 1.0327627 m -1.5249479 m 3.6943119 m 20.405037 MeV 9.1469378 keV 2.7192827 cm 1.3354408 m World muIoni + 48 1.0347772 m -1.5270974 m 3.6981991 m 20.398775 MeV 1.4913828 keV 4.8773885 mm 1.3403182 m World muIoni + 49 1.0588311 m -1.5531211 m 3.7450288 m 20.379667 MeV 18.082888 keV 5.8727172 cm 1.3990453 m World muIoni + 50 1.0607967 m -1.5552467 m 3.748885 m 20.377578 MeV 1.0353304 keV 4.8220628 mm 1.4038674 m World muIoni + 51 1.0687405 m -1.5638664 m 3.7644564 m 20.37117 MeV 5.1160859 keV 1.9490255 cm 1.4233576 m World muIoni + 52 1.0692532 m -1.5644266 m 3.7654645 m 20.367382 MeV 1.2936769 keV 1.2622025 mm 1.4246198 m World muIoni + 53 1.0744793 m -1.5701612 m 3.7757428 m 20.361921 MeV 3.8506609 keV 1.2877915 cm 1.4374978 m World muIoni + 54 1.0810307 m -1.5773518 m 3.7886138 m 20.354386 MeV 5.4950903 keV 1.6133408 cm 1.4536312 m World muIoni + 55 1.0904498 m -1.5877196 m 3.8071916 m 20.345193 MeV 9.1929439 keV 2.3266895 cm 1.4768981 m World muIoni + 56 1.0992861 m -1.5974821 m 3.8246236 m 20.335901 MeV 8.1797569 keV 2.1846363 cm 1.4987444 m World muIoni + 57 1.1028413 m -1.6013899 m 3.8316196 m 20.33074 MeV 3.3924949 keV 8.7666424 mm 1.5075111 m World muIoni + 58 1.1078712 m -1.6069167 m 3.8415182 m 20.324919 MeV 4.2380418 keV 1.24028 cm 1.5199139 m World muIoni + 59 1.1115897 m -1.6110204 m 3.8488661 m 20.319394 MeV 4.1455517 keV 9.2009999 mm 1.5291149 m World muIoni + 60 1.1142109 m -1.6138997 m 3.8540455 m 20.316704 MeV 1.5073239 keV 6.4797727 mm 1.5355946 m World muIoni + 61 1.1360351 m -1.6377131 m 3.8969756 m 20.273986 MeV 19.944675 keV 5.3725146 cm 1.5893198 m World muIoni + 62 1.1577194 m -1.661234 m 3.9394127 m 20.253217 MeV 17.299358 keV 5.3144917 cm 1.6424647 m World muIoni + 63 1.1626442 m -1.6666004 m 3.9490368 m 20.249179 MeV 2.9720439 keV 1.2069592 cm 1.6545343 m World muIoni + 64 1.1937067 m -1.7007983 m 4.0103139 m 20.224204 MeV 23.919963 keV 7.674201 cm 1.7312763 m World muIoni + 65 1.2076547 m -1.7163939 m 4.0380374 m 20.21329 MeV 9.1279937 keV 3.4732825 cm 1.7660091 m World muIoni + 66 1.2191727 m -1.7291976 m 4.0608627 m 20.197922 MeV 7.5702757 keV 2.8593613 cm 1.7946027 m World muIoni + 67 1.2250675 m -1.7357559 m 4.0725127 m 20.192535 MeV 3.9462486 keV 1.4611079 cm 1.8092138 m World muIoni + 68 1.231205 m -1.7426039 m 4.0846727 m 20.178545 MeV 5.5304881 keV 1.5245603 cm 1.8244594 m World muIoni + 69 1.2522109 m -1.7655165 m 4.1252434 m 20.112412 MeV 17.580563 keV 5.1111569 cm 1.875571 m World muIoni + 70 1.2619486 m -1.7760315 m 4.1437213 m 20.103121 MeV 8.1507618 keV 2.3384278 cm 1.8989553 m World muIoni + 71 1.2708396 m -1.7855679 m 4.160592 m 20.090617 MeV 9.1520106 keV 2.132164 cm 1.9202769 m World muIoni + 72 1.280205 m -1.7955177 m 4.1783184 m 20.083298 MeV 5.845355 keV 2.2381624 cm 1.9426585 m World muIoni + 73 1.3214101 m -1.8390465 m 4.2565437 m 20.050301 MeV 32.997223 keV 9.8549455 cm 2.041208 m World muIoni + 74 1.3222844 m -1.8399719 m 4.2582106 m 20.047828 MeV 1.3294495 keV 2.0974606 mm 2.0433054 m World muIoni + 75 1.3249402 m -1.8427721 m 4.2632974 m 20.044921 MeV 1.5162644 keV 6.3851433 mm 2.0496906 m World muIoni + 76 1.3295312 m -1.8476088 m 4.2721243 m 20.04078 MeV 2.7547592 keV 1.1062784 cm 2.0607534 m World muIoni + 77 1.333446 m -1.8517592 m 4.2796637 m 20.027424 MeV 3.8082243 keV 9.4548251 mm 2.0702082 m World muIoni + 78 1.3375968 m -1.8561847 m 4.2876634 m 20.012812 MeV 3.6071788 keV 1.0040451 cm 2.0802487 m World muIoni + 79 1.3552855 m -1.874928 m 4.3216366 m 19.99906 MeV 12.555706 keV 4.2642576 cm 2.1228912 m World muIoni + 80 1.3589967 m -1.878864 m 4.3287726 m 19.993972 MeV 4.023686 keV 8.9547424 mm 2.131846 m World muIoni + 81 1.3798127 m -1.9007931 m 4.3686623 m 19.976926 MeV 17.045278 keV 5.0054083 cm 2.1819001 m World muIoni + 82 1.4088854 m -1.9310343 m 4.4239538 m 19.952287 MeV 23.43343 keV 6.9404273 cm 2.2513043 m World muIoni + 83 1.4183736 m -1.9408778 m 4.4418914 m 19.944122 MeV 8.1651593 keV 2.2553924 cm 2.2738582 m World muIoni + 84 1.4501581 m -1.9739381 m 4.5016809 m 19.904863 MeV 22.445868 keV 7.5353205 cm 2.3492115 m World muIoni + 85 1.4537599 m -1.9776978 m 4.5084479 m 19.890027 MeV 3.14536 keV 8.538199 mm 2.3577497 m World muIoni + 86 1.4549137 m -1.9789074 m 4.5106235 m 19.888259 MeV 767.15349 eV 2.7436709 mm 2.3604933 m World muIoni + 87 1.4554405 m -1.9794607 m 4.5116133 m 19.852086 MeV 103.55367 eV 1.2503292 mm 2.3617437 m World muIoni + 88 1.4598695 m -1.9840747 m 4.5199359 m 19.848202 MeV 3.884273 keV 1.0496219 cm 2.3722399 m World muIoni + 89 1.4729588 m -1.9977765 m 4.5446581 m 19.833294 MeV 13.882432 keV 3.1149004 cm 2.4033889 m World muIoni + 90 1.4741342 m -1.9990112 m 4.546879 m 19.793225 MeV 650.45695 eV 2.799691 mm 2.4061886 m World muIoni + 91 1.4750625 m -1.9999955 m 4.5486468 m 19.788742 MeV 2.6896985 keV 2.2262202 mm 2.4084148 m World muIoni + 92 1.4762248 m -2.0012288 m 4.5508586 m 19.786891 MeV 855.07483 eV 2.7863676 mm 2.4112012 m World muIoni + 93 1.4911035 m -2.0170237 m 4.5792513 m 19.776088 MeV 9.7675622 keV 3.5735215 cm 2.4469364 m World muIoni + 94 1.493246 m -2.0192946 m 4.5833284 m 19.768582 MeV 3.4241584 keV 5.1352209 mm 2.4520716 m World muIoni + 95 1.5033284 m -2.0299581 m 4.6024772 m 19.761034 MeV 6.3337995 keV 2.4125555 cm 2.4761971 m World muIoni + 96 1.5124376 m -2.0395775 m 4.6197455 m 19.750142 MeV 8.3819546 keV 2.1764776 cm 2.4979619 m World muIoni + 97 1.5185356 m -2.045981 m 4.6313114 m 19.744322 MeV 4.4234801 keV 1.455891 cm 2.5125208 m World muIoni + 98 1.5191026 m -2.0465771 m 4.6323861 m 19.742325 MeV 483.32242 eV 1.3534195 mm 2.5138743 m World muIoni + 99 1.5307057 m -2.0588007 m 4.6543482 m 19.730302 MeV 10.901836 keV 2.7683684 cm 2.5415579 m World muIoni + 100 1.54479 m -2.0736108 m 4.6808407 m 19.719631 MeV 10.671537 keV 3.3459919 cm 2.5750179 m World muIoni + 101 1.5566528 m -2.0859872 m 4.7030916 m 19.710175 MeV 8.4567761 keV 2.8089271 cm 2.6031071 m World muIoni + 102 1.5722779 m -2.1022631 m 4.7324757 m 19.695949 MeV 13.07274 keV 3.7046995 cm 2.6401541 m World muIoni + 103 1.585446 m -2.1159739 m 4.7572626 m 19.685658 MeV 10.29116 keV 3.1237534 cm 2.6713917 m World muIoni + 104 1.5891257 m -2.1198068 m 4.7641854 m 19.681096 MeV 3.3333968 keV 8.7267635 mm 2.6801184 m World muIoni + 105 1.5978314 m -2.1289331 m 4.7805772 m 19.674898 MeV 6.1981005 keV 2.0682585 cm 2.700801 m World muIoni + 106 1.6263198 m -2.1587162 m 4.8339772 m 19.649915 MeV 21.883991 keV 6.7455492 cm 2.7682565 m World muIoni + 107 1.6268947 m -2.1593186 m 4.8350495 m 19.648348 MeV 369.82143 eV 1.3576469 mm 2.7696141 m World muIoni + 108 1.6379121 m -2.1707954 m 4.8555602 m 19.638556 MeV 9.7912113 keV 2.5957486 cm 2.7955716 m World muIoni + 109 1.6398614 m -2.1728311 m 4.8591923 m 19.635132 MeV 1.5150141 keV 4.5973586 mm 2.800169 m World muIoni + 110 1.6429965 m -2.1760956 m 4.8650286 m 19.630831 MeV 1.5829156 keV 7.385737 mm 2.8075547 m World muIoni + 111 1.6475799 m -2.1808568 m 4.8735566 m 19.609612 MeV 2.9010994 keV 1.0789005 cm 2.8183437 m World muIoni + 112 1.6479069 m -2.1811932 m 4.8741602 m 19.60678 MeV 239.16614 eV 764.48126 um 2.8191082 m World muIoni + 113 1.6606246 m -2.1941755 m 4.8974231 m 19.593132 MeV 11.179052 keV 2.9520349 cm 2.8486286 m World muIoni + 114 1.6623732 m -2.1959577 m 4.9006267 m 19.587939 MeV 1.0701405 keV 4.0615866 mm 2.8526901 m World muIoni + 115 1.6667183 m -2.2004094 m 4.9086038 m 19.582794 MeV 3.9409697 keV 1.0115868 cm 2.862806 m World muIoni + 116 1.6736761 m -2.2075463 m 4.9213525 m 19.575809 MeV 4.2447629 keV 1.6182671 cm 2.8789887 m World muIoni + 117 1.6885945 m -2.2227255 m 4.9484142 m 19.562964 MeV 10.974912 keV 3.4428286 cm 2.913417 m World muIoni + 118 1.7182366 m -2.2529338 m 5.0022602 m 19.540688 MeV 19.296963 keV 6.8488298 cm 2.9819053 m World muIoni + 119 1.7366749 m -2.2717533 m 5.0357551 m 19.523784 MeV 13.703494 keV 4.2615357 cm 3.0245206 m World muIoni + 120 1.7538062 m -2.2892573 m 5.0669657 m 19.507491 MeV 15.230073 keV 3.9673501 cm 3.0641941 m World muIoni + 121 1.7578073 m -2.2933603 m 5.0742914 m 19.502576 MeV 3.7487277 keV 9.3009854 mm 3.0734951 m World muIoni + 122 1.7675188 m -2.3033679 m 5.0920955 m 19.491293 MeV 10.261054 keV 2.2615331 cm 3.0961104 m World muIoni + 123 1.7726539 m -2.3086704 m 5.1014827 m 19.484681 MeV 4.4073414 keV 1.1941742 cm 3.1080522 m World muIoni + 124 1.808675 m -2.3458675 m 5.1676104 m 19.456511 MeV 26.10143 keV 8.398888 cm 3.1920411 m World muIoni + 125 1.8209272 m -2.358545 m 5.190344 m 19.44307 MeV 10.269767 keV 2.8768983 cm 3.22081 m World muIoni + 126 1.824409 m -2.3621517 m 5.1968419 m 19.432027 MeV 3.7316605 keV 8.2070302 mm 3.2290171 m World muIoni + 127 1.8438095 m -2.3821438 m 5.2330423 m 19.40813 MeV 16.693004 keV 4.5678735 cm 3.2746958 m World muIoni + 128 1.8454854 m -2.3838399 m 5.2361446 m 19.401729 MeV 3.1994464 keV 3.9127911 mm 3.2786086 m World muIoni + 129 1.8744823 m -2.4129945 m 5.2897379 m 19.376914 MeV 24.814256 keV 6.7550797 cm 3.3461594 m World muIoni + 130 1.8810871 m -2.4195492 m 5.3018877 m 19.370209 MeV 5.1014245 keV 1.5303767 cm 3.3614632 m World muIoni + 131 1.8875814 m -2.4259773 m 5.313867 m 19.364226 MeV 4.7662431 keV 1.5066504 cm 3.3765297 m World muIoni + 132 1.8928134 m -2.4311681 m 5.3235329 m 19.360802 MeV 3.4240069 keV 1.2155211 cm 3.3886849 m World muIoni + 133 1.9068219 m -2.4450711 m 5.3494451 m 19.349157 MeV 10.612534 keV 3.2572688 cm 3.4212576 m World muIoni + 134 1.9139507 m -2.452136 m 5.362681 m 19.343452 MeV 5.7049927 keV 1.661085 cm 3.4378684 m World muIoni + 135 1.918072 m -2.456216 m 5.3703335 m 19.339116 MeV 4.3358712 keV 9.6016758 mm 3.4474701 m World muIoni + 136 1.9286813 m -2.4667353 m 5.3900729 m 19.318372 MeV 7.2541646 keV 2.4756026 cm 3.4722261 m World muIoni + 137 1.9316006 m -2.4696396 m 5.3955211 m 19.31604 MeV 2.3323212 keV 6.8293709 mm 3.4790555 m World muIoni + 138 1.9414264 m -2.4793521 m 5.4138719 m 19.307154 MeV 7.1321751 keV 2.297024 cm 3.5020257 m World muIoni + 139 1.9784515 m -2.5160484 m 5.4833321 m 19.278358 MeV 28.796789 keV 8.6846652 cm 3.5888724 m World muIoni + 140 1.9809015 m -2.51847 m 5.4879368 m 19.273517 MeV 2.4395811 keV 5.7505633 mm 3.5946229 m World muIoni + 141 1.9942897 m -2.5317287 m 5.5130288 m 19.228978 MeV 12.376686 keV 3.1379138 cm 3.6260021 m World muIoni + 142 2.0018181 m -2.5391741 m 5.5271647 m 19.221132 MeV 5.5898365 keV 1.7661731 cm 3.6436638 m World muIoni + 143 2.0183517 m -2.5553683 m 5.5580396 m 19.207586 MeV 12.466948 keV 3.8586026 cm 3.6822498 m World muIoni + 144 2.0299465 m -2.5666577 m 5.5795869 m 19.19604 MeV 10.394395 keV 2.6947684 cm 3.7091975 m World muIoni + 145 2.0382493 m -2.5747834 m 5.5949995 m 19.189853 MeV 4.6659461 keV 1.9300571 cm 3.7284981 m World muIoni + 146 2.0404119 m -2.5768927 m 5.5990184 m 19.168991 MeV 1.5671693 keV 5.0276966 mm 3.7335258 m World muIoni + 147 2.0419237 m -2.5783605 m 5.6018291 m 19.167824 MeV 1.1674268 keV 3.5129038 mm 3.7370387 m World muIoni + 148 2.0452245 m -2.581567 m 5.6079696 m 19.163579 MeV 3.2220182 keV 7.6734503 mm 3.7447122 m World muIoni + 149 2.0557263 m -2.5917722 m 5.62752 m 19.154238 MeV 8.2914857 keV 2.4426514 cm 3.7691387 m World muIoni + 150 2.0890236 m -2.6241961 m 5.6900281 m 19.124494 MeV 27.143801 keV 7.7893381 cm 3.847032 m World muIoni + 151 2.1214905 m -2.6562681 m 5.7523622 m 19.098122 MeV 23.738581 keV 7.7256982 cm 3.924289 m World muIoni + 152 2.1262397 m -2.6610317 m 5.7616635 m 19.085919 MeV 3.0550833 keV 1.1478754 cm 3.9357678 m World muIoni + 153 2.1286145 m -2.6634253 m 5.7663207 m 19.076612 MeV 1.4986152 keV 5.7496714 mm 3.9415175 m World muIoni + 154 2.1292594 m -2.6640757 m 5.7675912 m 19.074394 MeV 461.91984 eV 1.5662229 mm 3.9430837 m World muIoni + 155 2.1491107 m -2.6841937 m 5.8067473 m 19.057138 MeV 15.911203 keV 4.8291122 cm 3.9913748 m World muIoni + 156 2.149123 m -2.6842062 m 5.8067714 m 19.056079 MeV 28.445426 eV 29.746692 um 3.9914045 m World muIoni + 157 2.1597037 m -2.6949868 m 5.8275504 m 19.043478 MeV 10.030977 keV 2.5689358 cm 4.0170939 m World muIoni + 158 2.1836243 m -2.7194595 m 5.8742805 m 19.022932 MeV 19.340902 keV 5.7921071 cm 4.075015 m World muIoni + 159 2.1855119 m -2.7213717 m 5.8779371 m 19.017388 MeV 2.5306389 keV 4.5376705 mm 4.0795526 m World muIoni + 160 2.215513 m -2.7516789 m 5.9362588 m 18.990898 MeV 25.150307 keV 7.2250143 cm 4.1518028 m World muIoni + 161 2.2195545 m -2.7557837 m 5.9441862 m 18.9836 MeV 3.9316471 keV 9.7993459 mm 4.1616021 m World muIoni + 162 2.2317655 m -2.7681738 m 5.9681485 m 18.973436 MeV 7.9003794 keV 2.9611086 cm 4.1912132 m World muIoni + 163 2.2328349 m -2.7692536 m 5.9702446 m 18.968966 MeV 527.67001 eV 2.5891321 mm 4.1938024 m World muIoni + 164 2.2419056 m -2.7784244 m 5.9879444 m 18.955985 MeV 5.4066746 keV 2.1901274 cm 4.2157036 m World muIoni + 165 2.2469346 m -2.7835196 m 5.9977873 m 18.948957 MeV 4.40154 keV 1.217097 cm 4.2278746 m World muIoni + 166 2.2614501 m -2.7981503 m 6.0260593 m 18.922536 MeV 10.246446 keV 3.4986794 cm 4.2628614 m World muIoni + 167 2.2737819 m -2.810618 m 6.0499535 m 18.907645 MeV 8.8750527 keV 2.9638712 cm 4.2925001 m World muIoni + 168 2.2802165 m -2.8170666 m 6.0622964 m 18.900879 MeV 5.289673 keV 1.534065 cm 4.3078408 m World muIoni + 169 2.2830694 m -2.8199192 m 6.067751 m 18.849908 MeV 2.3066327 keV 6.7844908 mm 4.3146252 m World muIoni + 170 2.2833419 m -2.8201919 m 6.0682768 m 18.848505 MeV 217.72476 eV 652.01915 um 4.3152773 m World muIoni + 171 2.2881775 m -2.8250409 m 6.0776138 m 18.845559 MeV 2.9461186 keV 1.1579067 cm 4.3268563 m World muIoni + 172 2.2966367 m -2.8336071 m 6.0940486 m 18.837947 MeV 5.1376981 keV 2.037256 cm 4.3472289 m World muIoni + 173 2.3054869 m -2.8425645 m 6.1113189 m 18.829678 MeV 5.7554826 keV 2.1373524 cm 4.3686024 m World muIoni + 174 2.3113856 m -2.848516 m 6.1228159 m 18.815695 MeV 4.537729 keV 1.4226651 cm 4.3828291 m World muIoni + 175 2.3214803 m -2.8586572 m 6.1425312 m 18.806222 MeV 8.3891952 keV 2.4360615 cm 4.4071897 m World muIoni + 176 2.3405744 m -2.8775968 m 6.1795907 m 18.788588 MeV 16.520046 keV 4.5789889 cm 4.4529796 m World muIoni + 177 2.3558511 m -2.892775 m 6.2092833 m 18.773298 MeV 15.290137 keV 3.6679925 cm 4.4896595 m World muIoni + 178 2.3591073 m -2.89604 m 6.2156614 m 18.770148 MeV 1.9568997 keV 7.870499 mm 4.49753 m World muIoni + 179 2.3734534 m -2.9103219 m 6.2436371 m 18.748268 MeV 14.595401 keV 3.4531511 cm 4.5320615 m World muIoni + 180 2.378058 m -2.9148608 m 6.2525331 m 18.739713 MeV 3.2369909 keV 1.0997404 cm 4.5430589 m World muIoni + 181 2.380006 m -2.9167897 m 6.2562931 m 18.73685 MeV 1.2174916 keV 4.6533189 mm 4.5477122 m World muIoni + 182 2.4056828 m -2.9422358 m 6.3056414 m 18.712833 MeV 22.760432 keV 6.1172778 cm 4.608885 m World muIoni + 183 2.4095283 m -2.9460437 m 6.3130286 m 18.70811 MeV 1.9064489 keV 9.1573576 mm 4.6180424 m World muIoni + 184 2.4120194 m -2.9485125 m 6.3178126 m 18.523654 MeV 2.1660646 keV 5.9319052 mm 4.6239743 m World muIoni + 185 2.4188539 m -2.9552699 m 6.3311297 m 18.516593 MeV 7.0608354 keV 1.642314 cm 4.6403974 m World muIoni + 186 2.4299493 m -2.9663202 m 6.3529299 m 18.507462 MeV 8.0465911 keV 2.684157 cm 4.667239 m World muIoni + 187 2.4330276 m -2.9694214 m 6.359024 m 18.491031 MeV 2.6624867 keV 7.4987278 mm 4.6747377 m World muIoni + 188 2.4352992 m -2.9717073 m 6.363543 m 18.489226 MeV 1.8046619 keV 5.5504473 mm 4.6802882 m World muIoni + 189 2.4370074 m -2.9734347 m 6.3669427 m 18.488532 MeV 694.28068 eV 4.1784433 mm 4.6844666 m World muIoni + 190 2.4443761 m -2.9808724 m 6.3816072 m 18.482105 MeV 4.7155257 keV 1.8018474 cm 4.7024851 m World muIoni + 191 2.4445877 m -2.9810874 m 6.3820297 m 18.480984 MeV 97.352409 eV 519.18168 um 4.7030042 m World muIoni + 192 2.45249 m -2.9891003 m 6.3977941 m 18.463732 MeV 9.1986561 keV 1.9369269 cm 4.7223735 m World muIoni + 193 2.4543657 m -2.9910087 m 6.401538 m 18.46048 MeV 1.7714338 keV 4.6018477 mm 4.7269754 m World muIoni + 194 2.4638196 m -3.0005935 m 6.4204087 m 18.448988 MeV 7.1886884 keV 2.3180827 cm 4.7501562 m World muIoni + 195 2.4695841 m -3.0064086 m 6.4319167 m 18.445186 MeV 3.8023386 keV 1.4123688 cm 4.7642799 m World muIoni + 196 2.4927017 m -3.0298052 m 6.4781349 m 18.421902 MeV 20.688968 keV 5.6727368 cm 4.8210072 m World muIoni + 197 2.4931185 m -3.0302265 m 6.4789741 m 18.420363 MeV 400.2709 eV 1.0273091 mm 4.8220346 m World muIoni + 198 2.5034101 m -3.040689 m 6.4997945 m 18.410254 MeV 8.3901383 keV 2.5473029 cm 4.8475076 m World muIoni + 199 2.5063016 m -3.0436697 m 6.5056943 m 18.404697 MeV 3.2867205 keV 7.2147125 mm 4.8547223 m World muIoni + 200 2.5187306 m -3.0564739 m 6.5310587 m 18.390312 MeV 13.013322 keV 3.1012756 cm 4.8857351 m World muIoni + 201 2.5847024 m -3.1252289 m 6.6669285 m 18.326642 MeV 62.673305 keV 16.595547 cm 5.0516905 m World muIoni + 202 2.6060472 m -3.1470817 m 6.7103125 m 18.306679 MeV 18.454303 keV 5.3058589 cm 5.1047491 m World muIoni + 203 2.6214748 m -3.163055 m 6.7416167 m 18.290623 MeV 14.965006 keV 3.838125 cm 5.1431304 m World muIoni + 204 2.6217731 m -3.1633634 m 6.7422186 m 18.289157 MeV 256.05665 eV 739.20525 um 5.1438696 m World muIoni + 205 2.6261062 m -3.1678534 m 6.7509675 m 18.282422 MeV 4.3377795 keV 1.0746085 cm 5.1546157 m World muIoni + 206 2.6382287 m -3.1804691 m 6.7755013 m 18.271883 MeV 10.538729 keV 3.0133432 cm 5.1847491 m World muIoni + 207 2.6503274 m -3.1930017 m 6.7997996 m 18.260726 MeV 9.859424 keV 2.9897431 cm 5.2146465 m World muIoni + 208 2.6563132 m -3.1991679 m 6.8118155 m 18.254181 MeV 4.8623837 keV 1.4772779 cm 5.2294193 m World muIoni + 209 2.672786 m -3.2159775 m 6.8446108 m 18.239812 MeV 14.369151 keV 4.0366618 cm 5.2697859 m World muIoni + 210 2.6961801 m -3.239414 m 6.8904812 m 18.214213 MeV 21.14699 keV 5.6574541 cm 5.3263605 m World muIoni + 211 2.7149161 m -3.2577329 m 6.9268233 m 18.19317 MeV 16.35474 keV 4.4803904 cm 5.3711644 m World muIoni + 212 2.71742 m -3.2601933 m 6.9317073 m 18.189652 MeV 1.8641066 keV 6.0147266 mm 5.3771791 m World muIoni + 213 2.7312662 m -3.2739084 m 6.9588033 m 18.178145 MeV 10.087265 keV 3.3376902 cm 5.410556 m World muIoni + 214 2.7464499 m -3.2888405 m 6.9882025 m 18.164064 MeV 12.771927 keV 3.6302006 cm 5.446858 m World muIoni + 215 2.7644426 m -3.3065916 m 7.0230789 m 18.150199 MeV 12.857835 keV 4.3072238 cm 5.4899302 m World muIoni + 216 2.7702202 m -3.312248 m 7.0343137 m 18.146057 MeV 4.1415639 keV 1.3841875 cm 5.5037721 m World muIoni + 217 2.7760888 m -3.3179721 m 7.0457451 m 18.138919 MeV 4.9992191 keV 1.4067051 cm 5.5178392 m World muIoni + 218 2.7830786 m -3.3247357 m 7.0593152 m 18.130272 MeV 6.9190712 keV 1.6695863 cm 5.534535 m World muIoni + 219 2.7854578 m -3.3270284 m 7.0639353 m 18.127061 MeV 1.8511752 keV 5.6800399 mm 5.5402151 m World muIoni + 220 2.7924114 m -3.3337583 m 7.0774487 m 18.115893 MeV 5.3822871 keV 1.6621006 cm 5.5568361 m World muIoni + 221 2.8082411 m -3.3491366 m 7.1084416 m 18.100227 MeV 13.853558 keV 3.8047912 cm 5.594884 m World muIoni + 222 2.8102877 m -3.3511378 m 7.1124556 m 18.097215 MeV 1.8422579 keV 4.9300114 mm 5.599814 m World muIoni + 223 2.8122263 m -3.3530305 m 7.1162631 m 18.087891 MeV 2.4024634 keV 4.6730889 mm 5.6044871 m World muIoni + 224 2.833431 m -3.3736299 m 7.1580055 m 18.069213 MeV 16.911002 keV 5.1151045 cm 5.6556381 m World muIoni + 225 2.8339333 m -3.3741163 m 7.1589954 m 18.067822 MeV 233.99482 eV 1.2118964 mm 5.65685 m World muIoni + 226 2.8532487 m -3.3925643 m 7.1971359 m 18.050084 MeV 16.670706 keV 4.6563292 cm 5.7034133 m World muIoni + 227 2.8620244 m -3.400996 m 7.2145734 m 18.04126 MeV 7.7493268 keV 2.1264338 cm 5.7246777 m World muIoni + 228 2.9006342 m -3.4384352 m 7.2920629 m 18.006854 MeV 32.387202 keV 9.432515 cm 5.8190028 m World muIoni + 229 2.9014715 m -3.4392465 m 7.2937411 m 18.003519 MeV 623.65458 eV 2.0434463 mm 5.8210462 m World muIoni + 230 2.9163593 m -3.4534395 m 7.323287 m 17.988894 MeV 12.689454 keV 3.6000754 cm 5.857047 m World muIoni + 231 2.9183326 m -3.4553028 m 7.3271753 m 17.983527 MeV 2.2349994 keV 4.7418489 mm 5.8617888 m World muIoni + 232 2.9240924 m -3.4608252 m 7.3386079 m 17.976132 MeV 6.3714017 keV 1.3941924 cm 5.8757308 m World muIoni + 233 2.9244135 m -3.4611348 m 7.3392476 m 17.97477 MeV 238.95182 eV 779.82371 um 5.8765106 m World muIoni + 234 2.9408 m -3.4769602 m 7.3717198 m 17.928955 MeV 12.577412 keV 3.9666345 cm 5.9161769 m World muIoni + 235 2.9674833 m -3.5027114 m 7.4245457 m 17.90555 MeV 23.405075 keV 6.4542695 cm 5.9807196 m World muIoni + 236 2.9677427 m -3.502961 m 7.4250611 m 17.903665 MeV 419.63493 eV 628.58612 um 5.9813482 m World muIoni + 237 2.9700352 m -3.5051791 m 7.4296266 m 17.896989 MeV 1.3057603 keV 5.5696003 mm 5.9869178 m World muIoni + 238 2.9929676 m -3.5273828 m 7.4758222 m 17.874308 MeV 21.550792 keV 5.6151315 cm 6.0430691 m World muIoni + 239 3.0089144 m -3.5428983 m 7.5081174 m 17.862266 MeV 10.497384 keV 3.9217564 cm 6.0822867 m World muIoni + 240 3.0110118 m -3.5449428 m 7.512372 m 17.860806 MeV 1.4599255 keV 5.1654036 mm 6.0874521 m World muIoni + 241 3.0337809 m -3.5671084 m 7.5582855 m 17.837789 MeV 21.945838 keV 5.5837536 cm 6.1432896 m World muIoni + 242 3.0445486 m -3.5775674 m 7.5799831 m 17.829448 MeV 7.2099704 keV 2.6384129 cm 6.1696738 m World muIoni + 243 3.0447301 m -3.5777434 m 7.5803503 m 17.828002 MeV 33.71528 eV 445.86579 um 6.1701196 m World muIoni + 244 3.0529176 m -3.5857071 m 7.5969806 m 17.817008 MeV 7.8354457 keV 2.0174835 cm 6.1902945 m World muIoni + 245 3.0646053 m -3.5971246 m 7.6207902 m 17.808043 MeV 8.9648193 keV 2.8876672 cm 6.2191711 m World muIoni + 246 3.0668387 m -3.5993225 m 7.6253718 m 17.536512 MeV 999.65366 eV 5.550675 mm 6.2247218 m World muIoni + 247 3.0838543 m -3.616388 m 7.6609116 m 17.520393 MeV 14.444316 keV 4.2940161 cm 6.267662 m World muIoni + 248 3.0986642 m -3.6311962 m 7.6917593 m 17.313318 MeV 14.422894 keV 3.7285528 cm 6.3049475 m World muIoni + 249 3.1144087 m -3.6470354 m 7.7250503 m 17.27496 MeV 17.73428 keV 4.0088258 cm 6.3450358 m World muIoni + 250 3.1189238 m -3.6516227 m 7.7346595 m 17.269502 MeV 4.1442458 keV 1.156578 cm 6.3566015 m World muIoni + 251 3.1200075 m -3.6527255 m 7.7369619 m 17.267718 MeV 747.2127 eV 2.7733803 mm 6.3593749 m World muIoni + 252 3.1479333 m -3.6813048 m 7.7964018 m 17.234324 MeV 32.336587 keV 7.1622713 cm 6.4309976 m World muIoni + 253 3.1548754 m -3.6884035 m 7.8111123 m 17.227088 MeV 5.7574999 keV 1.7747806 cm 6.4487454 m World muIoni + 254 3.1587156 m -3.6923354 m 7.8192338 m 17.22114 MeV 4.1090245 keV 9.8064761 mm 6.4585519 m World muIoni + 255 3.1823688 m -3.7163277 m 7.8686843 m 17.197978 MeV 23.162359 keV 5.9837261 cm 6.5183892 m World muIoni + 256 3.1877488 m -3.7217671 m 7.8799042 m 17.192261 MeV 5.7168953 keV 1.3580155 cm 6.5319693 m World muIoni + 257 3.194004 m -3.7280437 m 7.8929988 m 17.185578 MeV 4.822528 keV 1.5811081 cm 6.5477804 m World muIoni + 258 3.1982652 m -3.7322836 m 7.9019431 m 17.171847 MeV 3.1127836 keV 1.0776646 cm 6.5585571 m World muIoni + 259 3.1988402 m -3.7328567 m 7.9031513 m 17.170051 MeV 361.11323 eV 1.4556503 mm 6.5600127 m World muIoni + 260 3.1992181 m -3.7332313 m 7.9039433 m 17.163606 MeV 153.06642 eV 954.07229 um 6.5609668 m World muIoni + 261 3.2133128 m -3.7473195 m 7.9335709 m 17.146048 MeV 16.107796 keV 3.5706371 cm 6.5966732 m World muIoni + 262 3.2189202 m -3.752968 m 7.9454212 m 17.138155 MeV 6.8794252 keV 1.4275059 cm 6.6109482 m World muIoni + 263 3.2421186 m -3.7763646 m 7.9941241 m 17.111317 MeV 25.222695 keV 5.8801247 cm 6.6697495 m World muIoni + 264 3.2571792 m -3.7916101 m 8.0259669 m 17.090854 MeV 15.246101 keV 3.8382623 cm 6.7081321 m World muIoni + 265 3.2582006 m -3.7926414 m 8.0281274 m 17.090207 MeV 647.81145 eV 2.6028304 mm 6.7107349 m OutOfWorld Transportation +Track (trackID 65, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== @@ -11358,7 +11353,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 980 -G4PrimaryTransformer::PrimaryVertex (-13.126847(mm),-3.5518805(mm),78.919512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.724782962593(mm),-2.8203960421353(mm),78.814079410187(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11367,7 +11362,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.210582(mm),-3.2610351(mm),78.72842(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.985695(mm),3.2460172(mm),78.41542(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11376,7 +11371,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.522437(mm),-1.2187781(mm),78.673432(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.602273(mm),-2.9596296(mm),78.835681(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11385,7 +11380,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.057565(mm),-0.81142297(mm),78.755401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.689273(mm),3.5027326(mm),78.467687(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11394,7 +11389,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.15071(mm),2.729369(mm),78.738977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.109715(mm),0.13482312(mm),79.451513(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11403,7 +11398,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.187065(mm),2.1985884(mm),78.732567(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.886609(mm),-3.2838131(mm),78.432891(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11412,7 +11407,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.657599(mm),2.1691685(mm),79.002253(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.955483(mm),1.1306285(mm),78.949728(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11421,7 +11416,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.711643(mm),-1.9117201(mm),78.992723(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.435373(mm),1.7932801(mm),78.688783(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11430,7 +11425,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.787293(mm),-3.417182(mm),78.803057(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.397964(mm),1.4973376(mm),78.871706(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11439,7 +11434,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.941142(mm),-3.7591462(mm),78.599602(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.090581(mm),-3.4284152(mm),78.749579(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11450,7 +11445,7 @@ Terminate current event processing. ===================================== ---> Begin of Event: 990 -G4PrimaryTransformer::PrimaryVertex (-12.796949(mm),-2.4986701(mm),78.977682(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.253125(mm),2.8401063(mm),79.073572(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11459,7 +11454,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.883333(mm),1.3568904(mm),78.786123(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.466151(mm),0.88050107(mm),78.859683(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11468,7 +11463,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.863956(mm),-2.1261321(mm),78.613213(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.576027(mm),1.9360803(mm),78.840309(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11477,7 +11472,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.918084(mm),-1.8078037(mm),78.603668(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.333379(mm),1.7903056(mm),78.354114(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11486,7 +11481,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.58082(mm),0.45511227(mm),78.663137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.416395(mm),1.9597527(mm),79.044783(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11495,7 +11490,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.520808(mm),-1.1244775(mm),78.497392(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.714765(mm),1.4459351(mm),78.639519(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11504,7 +11499,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.536939(mm),1.3950771(mm),78.494547(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.379733(mm),0.72718289(mm),79.403902(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11513,7 +11508,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.010042(mm),0.4644079(mm),78.587453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.263213(mm),-3.5458524(mm),78.895467(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11522,7 +11517,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.996151(mm),-2.3190524(mm),79.118884(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.809593(mm),1.1297894(mm),79.151779(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11531,7 +11526,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.040239(mm),-2.4934874(mm),78.405802(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.771014(mm),-2.2219058(mm),78.453274(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11561,14 +11556,14 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 1894070476, 289680495 + Current couple of seeds = 499877973, 393264580 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== ---> Begin of Event: 0 -G4PrimaryTransformer::PrimaryVertex (-12.971077(mm),0.80262505(mm),78.946978(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.996055(mm),1.1139829(mm),78.413593(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11577,7 +11572,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.792823(mm),-0.86411295(mm),78.625755(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.485563(mm),-3.1986537(mm),78.85626(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11586,7 +11581,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.614406(mm),2.6096672(mm),78.480888(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.447264(mm),-1.6467138(mm),79.039341(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11595,7 +11590,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.979537(mm),-3.4265112(mm),78.769159(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.799771(mm),-2.1683673(mm),78.800857(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11604,7 +11599,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.013419(mm),3.0191096(mm),78.939512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.730913(mm),2.2920399(mm),78.460345(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11613,7 +11608,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.29661(mm),0.52367629(mm),78.713251(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.484011(mm),1.9817451(mm),78.50388(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11622,7 +11617,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.762745(mm),-0.42508112(mm),78.983713(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.14475(mm),0.57699361(mm),79.269009(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11631,7 +11626,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.607804(mm),1.3913597(mm),78.482052(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.558031(mm),-1.621453(mm),79.019809(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11640,7 +11635,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.858295(mm),-1.9024238(mm),78.261557(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.900421(mm),-0.52547331(mm),78.430456(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11649,7 +11644,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.095235(mm),-1.4016688(mm),79.101413(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.586873(mm),-1.8009737(mm),79.014724(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 diff --git a/examples/extended/field/field04/src/F04GlobalField.cc b/examples/extended/field/field04/src/F04GlobalField.cc index fc5634b427f..2fa5441e51d 100644 --- a/examples/extended/field/field04/src/F04GlobalField.cc +++ b/examples/extended/field/field04/src/F04GlobalField.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: F04GlobalField.cc 79251 2014-02-20 16:16:23Z gcosmo $ +// $Id: F04GlobalField.cc 81915 2014-06-06 14:14:24Z gcosmo $ // /// \file field/field04/src/F04GlobalField.cc /// \brief Implementation of the F04GlobalField class @@ -92,11 +92,11 @@ F04GlobalField::~F04GlobalField() { Clear(); + delete fFields; + delete fFieldMessenger; if (fEquation) delete fEquation; - if (fFieldManager) delete fFieldManager; - if (fFieldPropagator) delete fFieldPropagator; if (fStepper) delete fStepper; if (fChordFinder) delete fChordFinder; } @@ -299,7 +299,9 @@ void F04GlobalField::Clear() } } - if (fFp) delete[] fFp; + if (fFp) delete [] fFp; fFirst = true; + fNfp = 0; + fFp = NULL; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index a631e936cb3..84fd79098ca 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 1 ***** - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole diff --git a/examples/extended/field/field06/field06.out b/examples/extended/field/field06/field06.out index 5fe5d4e494a..895c88aa117 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 1 ***** - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -2297,7 +2297,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.06s Real=0.12s Sys=0.02s + User=0.06s Real=0.25s Sys=0.01s # Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 6015a55264e..a4a7333f0c5 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -1,21 +1,21 @@ -Geometry data file: /ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/g3tog4/data/testmodel.dat +Geometry data file: /ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/g3tog4/data/testmodel.dat ############################################ !!! WARNING - FPE detection is activated !!! ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 ************************************************************* -Instantiated G3toG4DetectorConstruction using call list file "/ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/g3tog4/data/testmodel.dat" +Instantiated G3toG4DetectorConstruction using call list file "/ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/g3tog4/data/testmodel.dat" <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 Instantiated unit rotation matrix irot=0 -Reading the call List file /ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/g3tog4/data/testmodel.dat... +Reading the call List file /ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/g3tog4/data/testmodel.dat... G4ggclos: setting top-level VolTableEntry Dump of VTD - 26 entries: Instantiated 26 volume table entries @@ -64,7 +64,7 @@ Top-level G3toG4 logical volume HALL G4VisAttributes: invisible, daughters visib /run/verbose 1 /tracking/verbose 1 /tracking/storeTrajectory 1 -/control/execute /ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/g3tog4/clGeometry/clGeometry.in +/control/execute /ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/g3tog4/clGeometry/clGeometry.in /run/verbose 2 /process/eLoss/verbose 1 /gun/position 0. -1.5 0. mm @@ -85,7 +85,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -853,7 +853,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=0s Real=0s Sys=0s + User=0s Real=0.01s Sys=0s /gun/particle mu+ /run/beamOn 1 diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index 85f602c6bec..72bf2001c13 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -37,7 +37,7 @@ G4PhysListFactory::GetReferencePhysList EMoption= 0 ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -67,7 +67,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -605,7 +605,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.02s Real=0.01s Sys=0s + User=0.13s Real=0.37s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al @@ -1416,6 +1416,6 @@ HistoManager: End of run actions are started 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.38 Mb +Dynamic pools deleted: 12 / Total memory freed: 0.4 Mb ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 53fcf68a0a2..4e0f483aa28 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -38,7 +38,7 @@ PhysicsList::AddPhysicsList: ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -274,32 +274,32 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=0.34s Real=0.57s Sys=0s + User=0.34s Real=0.77s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== Beam particle proton Beam Energy(MeV) 3000 Number of events 100 -Average energy deposit (MeV) 63.34 RMS(MeV) 49.82 -Average number of steps 244.4 -Average number of gamma 2.34 -Average number of e- 4.32 -Average number of e+ 0.06 -Average number of neutrons 1.18 -Average number of protons 1.06 +Average energy deposit (MeV) 60.67 RMS(MeV) 40.83 +Average number of steps 240.6 +Average number of gamma 1.89 +Average number of e- 3.86 +Average number of e+ 0.04 +Average number of neutrons 1.04 +Average number of protons 0.97 Average number of antiprotons 0 -Average number of pi+ & pi- 0.35 -Average number of pi0 0.12 +Average number of pi+ & pi- 0.28 +Average number of pi0 0.14 Average number of kaons 0 -Average number of muons 0.01 -Average number of deuterons+tritons 0.08 -Average number of He3+alpha 0.16 -Average number of ions 0.54 -Average number of forward neutrons 0.1 -Average number of reflected neutrons 1.03 +Average number of muons 0 +Average number of deuterons+tritons 0.1 +Average number of He3+alpha 0.19 +Average number of ions 0.39 +Average number of forward neutrons 0.14 +Average number of reflected neutrons 0.87 Average number of leaked neutrons 0 -Average number of proton leak 0.4 +Average number of proton leak 0.44 Average number of pion leak 0.26 ======================================================== @@ -307,6 +307,6 @@ Average number of pion leak 0.26 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.5 Mb +Dynamic pools deleted: 13 / Total memory freed: 0.49 Mb ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index 74b2d975209..204389d7915 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -37,7 +37,7 @@ G4VModularPhysicsList::ReplacePhysics: ionInelasticFTFP_BICwith type : 8 is rep ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -66,7 +66,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -615,7 +615,7 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=0.36s Real=0.72s Sys=0s + User=0.36s Real=0.77s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index dc1ade461cf..7a64507ab87 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -28,7 +28,7 @@ userDetector->Construct() start. Molybdenum98 is registered to the default region. physicsList->Construct() start. -/data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4 +/data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4 physicsList->CheckParticleList() start. physicsList->setCut() start. # @@ -256,7 +256,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=1.01s Real=1.42s Sys=0s + User=1.17s Real=2.58s Sys=0s The run consists of 10000 proton of 10 MeV through 10 m of Molybdenum98 (density: 10.28 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr05/hadr05.out b/examples/extended/hadronic/Hadr05/hadr05.out index cca42a80f0b..4dfc31e310d 100644 --- a/examples/extended/hadronic/Hadr05/hadr05.out +++ b/examples/extended/hadronic/Hadr05/hadr05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -34,7 +34,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114319208.901 pc + Material: G4_Galactic density: 0.000 kg/m3 RadL: 204310101.835 pc Nucl.Int.Length: 114314827.001 pc Imean: 21.800 eV temperature: 2.73 K pressure: 0.00 atm ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -259,7 +259,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.03s Sys=0s + User=0.12s Real=0.36s Sys=0.01s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al @@ -1070,6 +1070,6 @@ HistoManager: End of run actions are started 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.38 Mb +Dynamic pools deleted: 12 / Total memory freed: 0.4 Mb ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/DICOM/History b/examples/extended/medical/DICOM/History index 20953196e63..f10e48cdca4 100644 --- a/examples/extended/medical/DICOM/History +++ b/examples/extended/medical/DICOM/History @@ -1,4 +1,4 @@ -$Id: History 78105 2013-12-03 14:46:36Z gcosmo $ +$Id: History 81911 2014-06-06 14:06:19Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -9,6 +9,10 @@ $Id: History 78105 2013-12-03 14:46:36Z gcosmo $ --------------------- +03.12.2013 - Gabriele Cosmo (DICOM-V09-06-10) + - Attempt to fix Valgrind run-time error from printout in + DicomHandler::CheckFileFormat(). + 03.12.2013 - Ivana Hrivnacova (DICOM-V09-06-09) - Updated README and .README to match (Pedro Arce) diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index 9ba2a7e729c..306d9d50a89 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -168,7 +168,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -868,7 +868,7 @@ EV: 99 Run terminated. Run Summary Number of events processed : 100 - User=0.05s Real=0.04s Sys=0s + User=0.05s Real=0.12s Sys=0s --------------------End of Global Run----------------------- The run was 200 events diff --git a/examples/extended/medical/DICOM/src/DicomHandler.cc b/examples/extended/medical/DICOM/src/DicomHandler.cc index 5e557fab450..a81acf149af 100644 --- a/examples/extended/medical/DICOM/src/DicomHandler.cc +++ b/examples/extended/medical/DICOM/src/DicomHandler.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: DicomHandler.cc 74809 2013-10-22 09:49:26Z gcosmo $ +// $Id: DicomHandler.cc 81911 2014-06-06 14:06:19Z gcosmo $ // /// \file medical/DICOM/src/DicomHandler.cc /// \brief Implementation of the DicomHandler class @@ -875,11 +875,14 @@ void DicomHandler::CheckFileFormat() if(!(checkData.is_open())) { //Check existance of Data.dat - G4cout << "\nDicomG4 needs Data.dat (or another driver file specified in command line)" - << ":\n\tFirst line: number of image pixel for a " - << "voxel (G4Box)\n\tSecond line: number of images (CT slices) to " - << "read\n\tEach following line contains the name of a Dicom image except " - << "for the .dcm extension\n"; + std::ostringstream message; + message << "\nDicomG4 needs Data.dat (or another driver file specified" + << " in command line):\n" + << "\tFirst line: number of image pixel for a voxel (G4Box)\n" + << "\tSecond line: number of images (CT slices) to read\n" + << "\tEach following line contains the name of a Dicom image" + << " except for the .dcm extension"; + G4cout << message.str() << G4endl; exit(0); } diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index afc1006ff2f..61d14fab7cd 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -42,7 +42,7 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -83,7 +83,7 @@ ElmMassFraction: 1.28 % ElmAbundance 0.47 % - Material: G4_MYLAR density: 1.400 g/cm3 RadL: 28.536 cm Nucl.Int.Length: 55.961 cm + Material: G4_MYLAR density: 1.400 g/cm3 RadL: 28.536 cm Nucl.Int.Length: 55.960 cm Imean: 78.700 eV ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole @@ -214,7 +214,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=11.29s Real=20.29s Sys=0.01s + User=11.54s Real=28.71s Sys=0s RunAction: End of run actions are started Histo: End of run actions are started ======================================================== diff --git a/examples/extended/medical/electronScattering/electronScattering.out b/examples/extended/medical/electronScattering/electronScattering.out index 3af2e36a716..81dbb2c1dea 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -60,7 +60,7 @@ ElmMassFraction: 4.00 % ElmAbundance 3.60 % - Material: Mylar density: 1.400 g/cm3 RadL: 28.536 cm Nucl.Int.Length: 55.937 cm + Material: Mylar density: 1.400 g/cm3 RadL: 28.536 cm Nucl.Int.Length: 55.923 cm Imean: 75.967 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -140,12 +140,12 @@ ElmMassFraction: 100.00 % ElmAbundance 100.00 % - Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113804112.837 pc + Material: Galactic density: 0.000 kg/m3 RadL: 204727512.315 pc Nucl.Int.Length: 113427275.267 pc Imean: 19.200 eV temperature: 2.73 K pressure: 0.00 atm - ---> Element: Galactic ( ) Z = 1.0 N = 1.0 A = 1.01 g/mole - ---> Isotope: 1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % - ---> Isotope: 2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % + ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole + ---> Isotope: H1 Z = 1 N = 1 A = 1.01 g/mole abundance: 99.99 % + ---> Isotope: H2 Z = 1 N = 2 A = 2.01 g/mole abundance: 0.01 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -300,12 +300,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=20.14s Real=39.18s Sys=0s + User=19.91s Real=45.97s Sys=0s ======================== run summary ====================== The run was 100000 e- of 13 MeV through 0 fm of Air (density: 1.21 mg/cm3) ... write Root file : eScattering.root - done +... close Root file : eScattering.root - done --------- Ranecu engine status --------- Initial seed (index) = 0 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index 8ad6fdbe2c0..742992ee8d7 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 7 ***** - Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -28,7 +28,7 @@ ElmMassFraction: 88.79 % ElmAbundance 33.33 % - Material: Water_vapor density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 754.163 m + Material: Water_vapor density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 753.560 m Imean: 78.000 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -61,34 +61,34 @@ Material: Graphite density: 2.265 g/cm3 RadL: 18.850 cm Nucl.Int.Length: 35.387 cm Imean: 81.000 eV - ---> Element: Graphite ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Graphite_gas density: 2.265 mg/cm3 RadL: 188.496 m Nucl.Int.Length: 353.873 m Imean: 81.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Graphite_gas ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium_gas density: 2.700 mg/cm3 RadL: 88.925 m Nucl.Int.Length: 388.793 m Imean: 166.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Aluminium_gas ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -228,7 +228,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 4000 - User=42.85s Real=84.81s Sys=0s + User=43.84s Real=103.54s Sys=0.01s ======================== run summary ====================== diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 0f199363ac2..0c16c3b3f4b 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -13,7 +13,7 @@ ***** Table : Nb of materials = 6 ***** - Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.416 cm + Material: Water density: 1.000 g/cm3 RadL: 36.092 cm Nucl.Int.Length: 75.356 cm Imean: 78.000 eV ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -28,7 +28,7 @@ ElmMassFraction: 88.79 % ElmAbundance 33.33 % - Material: Water_gas density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 754.163 m + Material: Water_gas density: 1.000 mg/cm3 RadL: 360.924 m Nucl.Int.Length: 753.560 m Imean: 78.000 eV temperature: 273.15 K pressure: 1.00 atm ---> Element: Hydrogen (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -46,34 +46,34 @@ Material: Graphite density: 2.265 g/cm3 RadL: 18.850 cm Nucl.Int.Length: 35.387 cm Imean: 81.000 eV - ---> Element: Graphite ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Graphite_gas density: 2.265 mg/cm3 RadL: 188.496 m Nucl.Int.Length: 353.873 m Imean: 81.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Graphite_gas ( ) Z = 6.0 N = 12.0 A = 12.01 g/mole - ---> Isotope: 12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % - ---> Isotope: 13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % + ---> Element: C (C) Z = 6.0 N = 12.0 A = 12.01 g/mole + ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.93 % + ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.07 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium density: 2.700 g/cm3 RadL: 8.893 cm Nucl.Int.Length: 38.879 cm Imean: 166.000 eV - ---> Element: Aluminium ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % Material: Aluminium_gas density: 2.700 mg/cm3 RadL: 88.925 m Nucl.Int.Length: 388.793 m Imean: 166.000 eV temperature: 273.15 K pressure: 1.00 atm - ---> Element: Aluminium_gas ( ) Z = 13.0 N = 27.0 A = 26.98 g/mole - ---> Isotope: 27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % + ---> Element: Al (Al) Z = 13.0 N = 27.0 A = 26.98 g/mole + ---> Isotope: Al27 Z = 13 N = 27 A = 26.98 g/mole abundance: 100.00 % ElmMassFraction: 100.00 % ElmAbundance 100.00 % @@ -273,7 +273,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 40000 - User=12.19s Real=18.57s Sys=0s + User=12.41s Real=30.43s Sys=0s Process calls frequency ---> msc= 569996 eIoni= 607830 Transportation= 22938 diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index 968a8f0ea71..e77333953a8 100644 --- a/examples/extended/optical/LXe/LXe.out +++ b/examples/extended/optical/LXe/LXe.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -70,7 +70,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -236,7 +236,7 @@ Unacounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 1 - User=0.35s Real=0.7s Sys=0s + User=0.4s Real=0.99s Sys=0s ========= Table of registered couples ============================== @@ -284,7 +284,7 @@ Unacounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 1 - User=0.27s Real=0.71s Sys=0.01s + User=0.27s Real=0.65s Sys=0s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index f9af23edbdf..d57c80e00fc 100644 --- a/examples/extended/optical/OpNovice/OpNovice.out +++ b/examples/extended/optical/OpNovice/OpNovice.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -72,7 +72,7 @@ Available colours: /run/beamOn 1 conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -357,7 +357,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.08356486505286764 Energy Deposit (MeV) : 0.01240931326330749 ----------------------------------------------------------------------- @@ -401,7 +401,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) msc ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.08356486505286764 Energy Deposit (MeV) : 0.01240931326330749 ----------------------------------------------------------------------- @@ -455,7 +455,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 6785.021513124744 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -503,7 +503,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 6785.021513124744 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -545,7 +545,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 6850.451137379004 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -584,7 +584,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 6850.451137379004 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -633,7 +633,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 3840.801421350887 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -675,7 +675,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 3840.801421350887 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -724,7 +724,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5417.113006407777 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -772,7 +772,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5417.113006407777 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -814,7 +814,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5843.788291254718 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -853,7 +853,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5843.788291254718 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -905,7 +905,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.9487485013459167 Energy Deposit (MeV) : 0.1735823355194493 ----------------------------------------------------------------------- @@ -948,7 +948,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) msc ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.9487485013459167 Energy Deposit (MeV) : 0.1735823355194493 ----------------------------------------------------------------------- @@ -1021,7 +1021,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c18580 + Address of G4Track : 0x277e560 Step Length (mm) : 6015.56421901359 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1069,7 +1069,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c18580 + Address of G4Track : 0x277e560 Step Length (mm) : 6015.56421901359 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1111,7 +1111,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c18580 + Address of G4Track : 0x277e560 Step Length (mm) : 7541.48870316978 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1150,7 +1150,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c18580 + Address of G4Track : 0x277e560 Step Length (mm) : 7541.48870316978 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1199,7 +1199,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17f90 + Address of G4Track : 0x277df70 Step Length (mm) : 6107.055878611013 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1247,7 +1247,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17f90 + Address of G4Track : 0x277df70 Step Length (mm) : 6107.055878611013 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1289,7 +1289,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17f90 + Address of G4Track : 0x277df70 Step Length (mm) : 7962.66306510754 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1328,7 +1328,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17f90 + Address of G4Track : 0x277df70 Step Length (mm) : 7962.66306510754 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1377,7 +1377,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17e88 + Address of G4Track : 0x277de68 Step Length (mm) : 2931.052057328176 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1419,7 +1419,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17e88 + Address of G4Track : 0x277de68 Step Length (mm) : 2931.052057328176 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1468,7 +1468,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17d80 + Address of G4Track : 0x277dd60 Step Length (mm) : 5509.879150998836 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1516,7 +1516,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17d80 + Address of G4Track : 0x277dd60 Step Length (mm) : 5509.879150998836 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1558,7 +1558,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17d80 + Address of G4Track : 0x277dd60 Step Length (mm) : 6085.236079330465 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1597,7 +1597,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17d80 + Address of G4Track : 0x277dd60 Step Length (mm) : 6085.236079330465 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1646,7 +1646,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17b90 + Address of G4Track : 0x277db70 Step Length (mm) : 5393.1710697667 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1694,7 +1694,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17b90 + Address of G4Track : 0x277db70 Step Length (mm) : 5393.1710697667 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1736,7 +1736,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17b90 + Address of G4Track : 0x277db70 Step Length (mm) : 5805.757943997323 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1775,7 +1775,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17b90 + Address of G4Track : 0x277db70 Step Length (mm) : 5805.757943997323 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1824,7 +1824,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17a88 + Address of G4Track : 0x277da68 Step Length (mm) : 5804.417122395797 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1866,7 +1866,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17a88 + Address of G4Track : 0x277da68 Step Length (mm) : 5804.417122395797 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1915,7 +1915,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17980 + Address of G4Track : 0x277d960 Step Length (mm) : 6052.167001972899 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -1963,7 +1963,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17980 + Address of G4Track : 0x277d960 Step Length (mm) : 6052.167001972899 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2005,7 +2005,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17980 + Address of G4Track : 0x277d960 Step Length (mm) : 7679.618912574673 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2044,7 +2044,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17980 + Address of G4Track : 0x277d960 Step Length (mm) : 7679.618912574673 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2093,7 +2093,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17390 + Address of G4Track : 0x277d370 Step Length (mm) : 3353.591255645674 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2135,7 +2135,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17390 + Address of G4Track : 0x277d370 Step Length (mm) : 3353.591255645674 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2184,7 +2184,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17288 + Address of G4Track : 0x277d268 Step Length (mm) : 1409.345465448369 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2226,7 +2226,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17288 + Address of G4Track : 0x277d268 Step Length (mm) : 1409.345465448369 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2275,7 +2275,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 1274.401280152774 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2323,7 +2323,7 @@ Momentum Change: (-0.1077928520766766,-0.3791124650715831,-0.9190508363896545) 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 1274.401280152774 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2365,7 +2365,7 @@ Momentum Change: (-0.1077928520766766,-0.3791124650715831,-0.9190508363896545) 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 6787.839102802685 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2413,7 +2413,7 @@ Momentum Change: (-0.1077928520766766,-0.3791124650715831,-0.9190508363896545) 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 6787.839102802685 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2455,7 +2455,7 @@ Momentum Change: (-0.1077928520766766,-0.3791124650715831,-0.9190508363896545) 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 5911.077779784754 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2494,7 +2494,7 @@ Momentum Change: (-0.1077928520766766,-0.3791124650715831,-0.9190508363896545) 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 5911.077779784754 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2543,7 +2543,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 7004.297901206464 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2591,7 +2591,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 7004.297901206464 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2633,7 +2633,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 6831.578240273428 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2672,7 +2672,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 6831.578240273428 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2721,7 +2721,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 5685.266967251451 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2769,7 +2769,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 5685.266967251451 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2811,7 +2811,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 6558.443578997573 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2850,7 +2850,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 6558.443578997573 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2899,7 +2899,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 5571.24395663671 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2947,7 +2947,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 5571.24395663671 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -2989,7 +2989,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 6218.16635887006 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3028,7 +3028,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 6218.16635887006 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3077,7 +3077,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6729.755368035195 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3125,7 +3125,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6729.755368035195 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3167,7 +3167,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6452.991823496475 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3206,7 +3206,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6452.991823496475 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3255,7 +3255,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 6302.081234138165 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3303,7 +3303,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 6302.081234138165 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3345,7 +3345,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 8325.321780945338 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3384,7 +3384,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 8325.321780945338 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3433,7 +3433,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 1996.864243776687 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3475,7 +3475,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 1996.864243776687 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3524,7 +3524,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 5093.365589464554 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3572,7 +3572,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 5093.365589464554 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3614,7 +3614,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 5176.466574708638 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3653,7 +3653,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 5176.466574708638 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3702,7 +3702,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 4760.441864617523 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3744,7 +3744,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 4760.441864617523 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3793,7 +3793,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 6288.142471468486 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3841,7 +3841,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 6288.142471468486 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3883,7 +3883,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 8835.964448396753 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3922,7 +3922,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 8835.964448396753 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -3971,7 +3971,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 6694.548695457392 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4019,7 +4019,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 6694.548695457392 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4061,7 +4061,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 8538.972860106362 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4100,7 +4100,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 8538.972860106362 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4149,7 +4149,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 6588.041607420599 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4197,7 +4197,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 6588.041607420599 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4239,7 +4239,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 6571.709332798943 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4278,7 +4278,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 6571.709332798943 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4327,7 +4327,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 6455.963412685483 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4375,7 +4375,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 6455.963412685483 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4417,7 +4417,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4460,7 +4460,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4502,7 +4502,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 1634.583235006205 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4550,7 +4550,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 1634.583235006205 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4592,7 +4592,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4635,7 +4635,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4677,7 +4677,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 11278.89545472008 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4725,7 +4725,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 11278.89545472008 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4767,7 +4767,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 9617.188701918865 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4806,7 +4806,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 9617.188701918865 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4855,7 +4855,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5236.654186086087 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4903,7 +4903,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5236.654186086087 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4945,7 +4945,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5461.558254077664 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -4984,7 +4984,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5461.558254077664 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5033,7 +5033,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 6694.828478917356 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5081,7 +5081,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 6694.828478917356 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5123,7 +5123,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 8411.57494049623 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5162,7 +5162,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 8411.57494049623 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5214,7 +5214,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.2904942848026569 Energy Deposit (MeV) : 0.06089288287695215 ----------------------------------------------------------------------- @@ -5257,7 +5257,7 @@ ge = 1.087529207944762e-06 2) msc ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.2904942848026569 Energy Deposit (MeV) : 0.06089288287695215 ----------------------------------------------------------------------- @@ -5309,7 +5309,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 5931.777630916027 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5357,7 +5357,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 5931.777630916027 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5399,7 +5399,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 7320.098165354617 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5438,7 +5438,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 7320.098165354617 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5487,7 +5487,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 8159.946897166722 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5529,7 +5529,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 8159.946897166722 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5578,7 +5578,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 4008.728883761631 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5620,7 +5620,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 4008.728883761631 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5674,7 +5674,7 @@ ge = 1.088250710235216e-06 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.04126660477978816 Energy Deposit (MeV) : 0.01058170385755523 ----------------------------------------------------------------------- @@ -5715,7 +5715,7 @@ ge = 7.218127836973781e-07 2) msc ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.04126660477978816 Energy Deposit (MeV) : 0.01058170385755523 ----------------------------------------------------------------------- @@ -5760,7 +5760,7 @@ ge = 7.218127836973781e-07 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.5855742932103722 Energy Deposit (MeV) : 0.2425337644827359 ----------------------------------------------------------------------- @@ -5802,7 +5802,7 @@ ge = 7.218127836973781e-07 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.5855742932103722 Energy Deposit (MeV) : 0.2425337644827359 ----------------------------------------------------------------------- @@ -5870,7 +5870,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 7131.490646624585 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5918,7 +5918,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 7131.490646624585 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5960,7 +5960,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 7714.778673391938 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -5999,7 +5999,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 7714.778673391938 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6048,7 +6048,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 6702.728990939354 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6096,7 +6096,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 6702.728990939354 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6138,7 +6138,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 6967.784854328843 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6177,7 +6177,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 6967.784854328843 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6226,7 +6226,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 1132.550191194946 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6274,7 +6274,7 @@ Momentum Change: (-0.5244053486888807,-0.174340540004406,-0.8334293049668133) 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 1132.550191194946 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6316,7 +6316,7 @@ Momentum Change: (-0.5244053486888807,-0.174340540004406,-0.8334293049668133) 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 6277.934632144755 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6364,7 +6364,7 @@ Momentum Change: (-0.5244053486888807,-0.174340540004406,-0.8334293049668133) 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 6277.934632144755 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6406,7 +6406,7 @@ Momentum Change: (-0.5244053486888807,-0.174340540004406,-0.8334293049668133) 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 7562.530988137612 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6445,7 +6445,7 @@ Momentum Change: (-0.5244053486888807,-0.174340540004406,-0.8334293049668133) 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 7562.530988137612 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6494,7 +6494,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 6313.553562055761 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6542,7 +6542,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 6313.553562055761 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6584,7 +6584,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 8752.632856619801 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6623,7 +6623,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 8752.632856619801 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6672,7 +6672,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 1282.222069569846 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6714,7 +6714,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 1282.222069569846 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6763,7 +6763,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 5061.935346461163 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6811,7 +6811,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 5061.935346461163 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6853,7 +6853,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 5114.234592710568 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6892,7 +6892,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 5114.234592710568 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6941,7 +6941,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 4759.686862176137 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -6983,7 +6983,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 4759.686862176137 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7032,7 +7032,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5415.392218052688 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7080,7 +7080,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5415.392218052688 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7122,7 +7122,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5841.463181962068 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7161,7 +7161,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 5841.463181962068 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7210,7 +7210,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5478.695320346515 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7258,7 +7258,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5478.695320346515 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7300,7 +7300,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5992.123885491838 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7339,7 +7339,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 5992.123885491838 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7388,7 +7388,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 231.2894294986042 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7427,7 +7427,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 231.2894294986042 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7470,7 +7470,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 9.051538300136887 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7510,7 +7510,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 9.051538300136887 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7554,7 +7554,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 55.3184547039949 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7595,7 +7595,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 55.3184547039949 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7640,7 +7640,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 81.36217325949228 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7682,7 +7682,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 81.36217325949228 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7728,7 +7728,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 128.508570356976 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7771,7 +7771,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 128.508570356976 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7818,7 +7818,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 16.11993312842984 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7862,7 +7862,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 16.11993312842984 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7910,7 +7910,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 58.86165918247038 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -7955,7 +7955,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 58.86165918247038 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8004,7 +8004,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6.304088625805215 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8050,7 +8050,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6.304088625805215 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8100,7 +8100,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 111.1176542659841 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8147,7 +8147,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 111.1176542659841 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8198,7 +8198,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 62.58575289075317 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8246,7 +8246,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 62.58575289075317 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8298,7 +8298,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 172.1510678670995 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8347,7 +8347,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 172.1510678670995 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8400,7 +8400,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 65.36854792831865 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8450,7 +8450,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 65.36854792831865 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8504,7 +8504,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 58.51136518677262 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8555,7 +8555,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) phot (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 58.51136518677262 Energy Deposit (MeV) : 0.0005431 ----------------------------------------------------------------------- @@ -8617,7 +8617,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 48.04059456745014 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8656,7 +8656,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 48.04059456745014 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8699,7 +8699,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 74.76024677644794 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8739,7 +8739,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 74.76024677644794 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8783,7 +8783,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 38.24692032656323 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8824,7 +8824,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 38.24692032656323 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8869,7 +8869,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 44.15239430119613 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8911,7 +8911,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 44.15239430119613 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -8957,7 +8957,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 10.05266636563671 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -9000,7 +9000,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 10.05266636563671 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -9047,7 +9047,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 4.533847697767785 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -9091,7 +9091,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) compt (Forced) ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 4.533847697767785 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -9139,7 +9139,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 110.4755073420556 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -9184,7 +9184,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) phot (Forced) ++G4Step Information - Address of G4Track : 0x2c16688 + Address of G4Track : 0x277c668 Step Length (mm) : 110.4755073420556 Energy Deposit (MeV) : 0.0005431 ----------------------------------------------------------------------- @@ -9243,7 +9243,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c17b90 + Address of G4Track : 0x277db70 Step Length (mm) : 0.09721256944675574 Energy Deposit (MeV) : 0.08029918571888475 ----------------------------------------------------------------------- @@ -9285,7 +9285,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c17b90 + Address of G4Track : 0x277db70 Step Length (mm) : 0.09721256944675574 Energy Deposit (MeV) : 0.08029918571888475 ----------------------------------------------------------------------- @@ -9347,7 +9347,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c17a88 + Address of G4Track : 0x277da68 Step Length (mm) : 0.01955636802682396 Energy Deposit (MeV) : 0.03212387919666759 ----------------------------------------------------------------------- @@ -9389,7 +9389,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c17a88 + Address of G4Track : 0x277da68 Step Length (mm) : 0.01955636802682396 Energy Deposit (MeV) : 0.03212387919666759 ----------------------------------------------------------------------- @@ -9449,7 +9449,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c17980 + Address of G4Track : 0x277d960 Step Length (mm) : 0.09587339618386012 Energy Deposit (MeV) : 0.07965462739992853 ----------------------------------------------------------------------- @@ -9491,7 +9491,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c17980 + Address of G4Track : 0x277d960 Step Length (mm) : 0.09587339618386012 Energy Deposit (MeV) : 0.07965462739992853 ----------------------------------------------------------------------- @@ -9554,7 +9554,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c17390 + Address of G4Track : 0x277d370 Step Length (mm) : 0.005743244924818385 Energy Deposit (MeV) : 0.01608464157962358 ----------------------------------------------------------------------- @@ -9594,7 +9594,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c17390 + Address of G4Track : 0x277d370 Step Length (mm) : 0.005743244924818385 Energy Deposit (MeV) : 0.01608464157962358 ----------------------------------------------------------------------- @@ -9652,7 +9652,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c17288 + Address of G4Track : 0x277d268 Step Length (mm) : 0.3677062234646198 Energy Deposit (MeV) : 0.1777503529364054 ----------------------------------------------------------------------- @@ -9694,7 +9694,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c17288 + Address of G4Track : 0x277d268 Step Length (mm) : 0.3677062234646198 Energy Deposit (MeV) : 0.1777503529364054 ----------------------------------------------------------------------- @@ -9759,7 +9759,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 1.948843678171696e-06 Energy Deposit (MeV) : 1.523625055149802e-05 ----------------------------------------------------------------------- @@ -9798,7 +9798,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) msc ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 1.948843678171696e-06 Energy Deposit (MeV) : 1.523625055149802e-05 ----------------------------------------------------------------------- @@ -9856,7 +9856,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 0.2047667006030972 Energy Deposit (MeV) : 0.1245278869179386 ----------------------------------------------------------------------- @@ -9898,7 +9898,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 0.2047667006030972 Energy Deposit (MeV) : 0.1245278869179386 ----------------------------------------------------------------------- @@ -9960,7 +9960,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 0.05299977931544212 Energy Deposit (MeV) : 0.05660520585661665 ----------------------------------------------------------------------- @@ -10002,7 +10002,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 0.05299977931544212 Energy Deposit (MeV) : 0.05660520585661665 ----------------------------------------------------------------------- @@ -10064,7 +10064,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 0.002582160644616948 Energy Deposit (MeV) : 0.01022349698885361 ----------------------------------------------------------------------- @@ -10104,7 +10104,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 0.002582160644616948 Energy Deposit (MeV) : 0.01022349698885361 ----------------------------------------------------------------------- @@ -10162,7 +10162,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 0.009814110210224068 Energy Deposit (MeV) : 0.02176625085922824 ----------------------------------------------------------------------- @@ -10204,7 +10204,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 0.009814110210224068 Energy Deposit (MeV) : 0.02176625085922824 ----------------------------------------------------------------------- @@ -10263,7 +10263,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.0005410463813344371 Energy Deposit (MeV) : 0.004148528953957467 ----------------------------------------------------------------------- @@ -10303,7 +10303,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 0.0005410463813344371 Energy Deposit (MeV) : 0.004148528953957467 ----------------------------------------------------------------------- @@ -10361,7 +10361,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 0.004809940433314044 Energy Deposit (MeV) : 0.01454991121159513 ----------------------------------------------------------------------- @@ -10401,7 +10401,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 0.004809940433314044 Energy Deposit (MeV) : 0.01454991121159513 ----------------------------------------------------------------------- @@ -10459,7 +10459,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 0.0002415089233461231 Energy Deposit (MeV) : 0.00256407321255471 ----------------------------------------------------------------------- @@ -10498,7 +10498,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) msc ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 0.0002415089233461231 Energy Deposit (MeV) : 0.00256407321255471 ----------------------------------------------------------------------- @@ -10556,7 +10556,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 0.002183688459115702 Energy Deposit (MeV) : 0.009292326425189054 ----------------------------------------------------------------------- @@ -10596,7 +10596,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 0.002183688459115702 Energy Deposit (MeV) : 0.009292326425189054 ----------------------------------------------------------------------- @@ -10654,7 +10654,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 0.02038116626894694 Energy Deposit (MeV) : 0.03288296384479408 ----------------------------------------------------------------------- @@ -10696,7 +10696,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 0.02038116626894694 Energy Deposit (MeV) : 0.03288296384479408 ----------------------------------------------------------------------- @@ -10755,7 +10755,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 0.2212751767530592 Energy Deposit (MeV) : 0.1304512133984282 ----------------------------------------------------------------------- @@ -10797,7 +10797,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 0.2212751767530592 Energy Deposit (MeV) : 0.1304512133984282 ----------------------------------------------------------------------- @@ -10861,7 +10861,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 0.03497916612285013 Energy Deposit (MeV) : 0.04466147620233568 ----------------------------------------------------------------------- @@ -10903,7 +10903,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 0.03497916612285013 Energy Deposit (MeV) : 0.04466147620233568 ----------------------------------------------------------------------- @@ -10963,7 +10963,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 0.02696947127695794 Energy Deposit (MeV) : 0.03853256306567965 ----------------------------------------------------------------------- @@ -11005,7 +11005,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 0.02696947127695794 Energy Deposit (MeV) : 0.03853256306567965 ----------------------------------------------------------------------- @@ -11064,7 +11064,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0.1639876131919953 Energy Deposit (MeV) : 0.1091093937626292 ----------------------------------------------------------------------- @@ -11106,7 +11106,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0.1639876131919953 Energy Deposit (MeV) : 0.1091093937626292 ----------------------------------------------------------------------- @@ -11167,7 +11167,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4) eBrem ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 0.02353152441630393 Energy Deposit (MeV) : 0.03566840621813822 ----------------------------------------------------------------------- @@ -11209,7 +11209,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) eBrem (Forced) ++G4Step Information - Address of G4Track : 0x2c12358 + Address of G4Track : 0x2778318 Step Length (mm) : 0.02353152441630393 Energy Deposit (MeV) : 0.03566840621813822 ----------------------------------------------------------------------- @@ -11267,7 +11267,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1ac28 + Address of G4Track : 0x2780db8 Step Length (mm) : 5493.214659406972 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11315,7 +11315,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1ac28 + Address of G4Track : 0x2780db8 Step Length (mm) : 5493.214659406972 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11357,7 +11357,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1ac28 + Address of G4Track : 0x2780db8 Step Length (mm) : 5875.565712623409 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11396,7 +11396,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1ac28 + Address of G4Track : 0x2780db8 Step Length (mm) : 5875.565712623409 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11445,7 +11445,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1ab20 + Address of G4Track : 0x2780cb0 Step Length (mm) : 5316.284375365855 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11493,7 +11493,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1ab20 + Address of G4Track : 0x2780cb0 Step Length (mm) : 5316.284375365855 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11535,7 +11535,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1ab20 + Address of G4Track : 0x2780cb0 Step Length (mm) : 5173.150095680799 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11574,7 +11574,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1ab20 + Address of G4Track : 0x2780cb0 Step Length (mm) : 5173.150095680799 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11623,7 +11623,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 7112.745839988201 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11671,7 +11671,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 7112.745839988201 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11713,7 +11713,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11756,7 +11756,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11798,7 +11798,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 1160.83946959314 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11846,7 +11846,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 1160.83946959314 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11888,7 +11888,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11931,7 +11931,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -11973,7 +11973,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 1545.527101849782 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12021,7 +12021,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 1545.527101849782 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12063,7 +12063,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12106,7 +12106,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12148,7 +12148,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 1545.527101849782 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12196,7 +12196,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 1545.527101849782 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12238,7 +12238,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 7893.129600444765 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12277,7 +12277,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12460 + Address of G4Track : 0x2778420 Step Length (mm) : 7893.129600444765 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12326,7 +12326,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a530 + Address of G4Track : 0x27806a0 Step Length (mm) : 6786.795902506476 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12374,7 +12374,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a530 + Address of G4Track : 0x27806a0 Step Length (mm) : 6786.795902506476 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12416,7 +12416,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a530 + Address of G4Track : 0x27806a0 Step Length (mm) : 5616.157458329071 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12455,7 +12455,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a530 + Address of G4Track : 0x27806a0 Step Length (mm) : 5616.157458329071 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12504,7 +12504,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 8207.28481498841 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12552,7 +12552,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 8207.28481498841 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12594,7 +12594,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12637,7 +12637,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12679,7 +12679,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 184.1255079405555 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12727,7 +12727,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 184.1255079405555 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12769,7 +12769,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 9589.26253721477 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12808,7 +12808,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a428 + Address of G4Track : 0x2780598 Step Length (mm) : 9589.26253721477 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12857,7 +12857,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 3737.995719274136 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12905,7 +12905,7 @@ Momentum Change: (0.7646219989621198,0.03333883926348988,-0.6436161282159852) 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 3737.995719274136 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12947,7 +12947,7 @@ Momentum Change: (0.7646219989621198,0.03333883926348988,-0.6436161282159852) 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 1199.995276723619 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -12989,7 +12989,7 @@ Momentum Change: (0.7646219989621198,0.03333883926348988,-0.6436161282159852) 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14e30 + Address of G4Track : 0x277ae50 Step Length (mm) : 1199.995276723619 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13038,7 +13038,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 6610.26039943055 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13086,7 +13086,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 6610.26039943055 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13128,7 +13128,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13171,7 +13171,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13213,7 +13213,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 588.6754697969606 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13261,7 +13261,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 588.6754697969606 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13303,7 +13303,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13346,7 +13346,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 0 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13388,7 +13388,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 2490.770626332924 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13430,7 +13430,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c14f38 + Address of G4Track : 0x277af58 Step Length (mm) : 2490.770626332924 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13479,7 +13479,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a320 + Address of G4Track : 0x2780490 Step Length (mm) : 5654.825112024713 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13527,7 +13527,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a320 + Address of G4Track : 0x2780490 Step Length (mm) : 5654.825112024713 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13569,7 +13569,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a320 + Address of G4Track : 0x2780490 Step Length (mm) : 6376.026949482545 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13608,7 +13608,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a320 + Address of G4Track : 0x2780490 Step Length (mm) : 6376.026949482545 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13657,7 +13657,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 5676.401207267646 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13705,7 +13705,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 5676.401207267646 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13747,7 +13747,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 6625.048691215722 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13786,7 +13786,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c15040 + Address of G4Track : 0x277b060 Step Length (mm) : 6625.048691215722 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13835,7 +13835,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 5883.684289790231 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13883,7 +13883,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 5883.684289790231 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13925,7 +13925,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 8601.855277960985 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -13964,7 +13964,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16f90 + Address of G4Track : 0x277cf70 Step Length (mm) : 8601.855277960985 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14013,7 +14013,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 1147.443534167204 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14055,7 +14055,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16d80 + Address of G4Track : 0x277cd60 Step Length (mm) : 1147.443534167204 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14104,7 +14104,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 5087.071069385343 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14152,7 +14152,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 5087.071069385343 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14194,7 +14194,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 5018.470450817905 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14233,7 +14233,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c12250 + Address of G4Track : 0x2778210 Step Length (mm) : 5018.470450817905 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14282,7 +14282,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 2004.456106921676 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14324,7 +14324,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16580 + Address of G4Track : 0x277c560 Step Length (mm) : 2004.456106921676 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14373,7 +14373,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 4971.928200158783 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14421,7 +14421,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 4971.928200158783 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14463,7 +14463,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 5011.745105420285 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14502,7 +14502,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16390 + Address of G4Track : 0x277c370 Step Length (mm) : 5011.745105420285 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14551,7 +14551,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 6090.523279302451 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14599,7 +14599,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 6090.523279302451 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14641,7 +14641,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 8046.53104946685 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14680,7 +14680,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16180 + Address of G4Track : 0x277c160 Step Length (mm) : 8046.53104946685 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14729,7 +14729,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 5243.437708295167 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14777,7 +14777,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 5243.437708295167 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14819,7 +14819,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 5656.572352338562 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14858,7 +14858,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16288 + Address of G4Track : 0x277c268 Step Length (mm) : 5656.572352338562 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14907,7 +14907,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 5550.659924072936 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14955,7 +14955,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 5550.659924072936 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -14997,7 +14997,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 5888.143985184203 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15036,7 +15036,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16e88 + Address of G4Track : 0x277ce68 Step Length (mm) : 5888.143985184203 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15085,7 +15085,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a130 + Address of G4Track : 0x27802a0 Step Length (mm) : 7358.781051791441 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15133,7 +15133,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a130 + Address of G4Track : 0x27802a0 Step Length (mm) : 7358.781051791441 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15175,7 +15175,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a130 + Address of G4Track : 0x27802a0 Step Length (mm) : 5937.989706043421 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15214,7 +15214,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a130 + Address of G4Track : 0x27802a0 Step Length (mm) : 5937.989706043421 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15263,7 +15263,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a028 + Address of G4Track : 0x2780198 Step Length (mm) : 4739.008073120654 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15311,7 +15311,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a028 + Address of G4Track : 0x2780198 Step Length (mm) : 4739.008073120654 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15353,7 +15353,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c1a028 + Address of G4Track : 0x2780198 Step Length (mm) : 5790.568927528608 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15392,7 +15392,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c1a028 + Address of G4Track : 0x2780198 Step Length (mm) : 5790.568927528608 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15441,7 +15441,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19f20 + Address of G4Track : 0x2780090 Step Length (mm) : 4987.999744104517 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15489,7 +15489,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19f20 + Address of G4Track : 0x2780090 Step Length (mm) : 4987.999744104517 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15531,7 +15531,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19f20 + Address of G4Track : 0x2780090 Step Length (mm) : 5155.144612169422 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15570,7 +15570,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19f20 + Address of G4Track : 0x2780090 Step Length (mm) : 5155.144612169422 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15619,7 +15619,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6053.35957193467 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15667,7 +15667,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 6053.35957193467 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15709,7 +15709,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 5825.519096034705 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15748,7 +15748,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c16790 + Address of G4Track : 0x277c770 Step Length (mm) : 5825.519096034705 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15797,7 +15797,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19930 + Address of G4Track : 0x277faa0 Step Length (mm) : 6255.429331770762 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15845,7 +15845,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19930 + Address of G4Track : 0x277faa0 Step Length (mm) : 6255.429331770762 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15887,7 +15887,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19930 + Address of G4Track : 0x277faa0 Step Length (mm) : 8173.757782633354 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15926,7 +15926,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19930 + Address of G4Track : 0x277faa0 Step Length (mm) : 8173.757782633354 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -15975,7 +15975,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19828 + Address of G4Track : 0x277f998 Step Length (mm) : 6325.406562586088 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16023,7 +16023,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19828 + Address of G4Track : 0x277f998 Step Length (mm) : 6325.406562586088 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16065,7 +16065,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19828 + Address of G4Track : 0x277f998 Step Length (mm) : 9030.243265569326 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16104,7 +16104,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19828 + Address of G4Track : 0x277f998 Step Length (mm) : 9030.243265569326 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16153,7 +16153,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17288 + Address of G4Track : 0x277d268 Step Length (mm) : 1314.559877775745 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16195,7 +16195,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17288 + Address of G4Track : 0x277d268 Step Length (mm) : 1314.559877775745 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16244,7 +16244,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 5337.74105145491 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16292,7 +16292,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 5337.74105145491 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16334,7 +16334,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 5715.1754026582 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16373,7 +16373,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c17180 + Address of G4Track : 0x277d160 Step Length (mm) : 5715.1754026582 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16422,7 +16422,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19720 + Address of G4Track : 0x277f890 Step Length (mm) : 705.395816735743 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16464,7 +16464,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19720 + Address of G4Track : 0x277f890 Step Length (mm) : 705.395816735743 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16513,7 +16513,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19530 + Address of G4Track : 0x277f6a0 Step Length (mm) : 5607.167480145232 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16561,7 +16561,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19530 + Address of G4Track : 0x277f6a0 Step Length (mm) : 5607.167480145232 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16603,7 +16603,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19530 + Address of G4Track : 0x277f6a0 Step Length (mm) : 6179.272155248279 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16642,7 +16642,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19530 + Address of G4Track : 0x277f6a0 Step Length (mm) : 6179.272155248279 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16691,7 +16691,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19428 + Address of G4Track : 0x277f598 Step Length (mm) : 6800.181567243711 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16739,7 +16739,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19428 + Address of G4Track : 0x277f598 Step Length (mm) : 6800.181567243711 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16781,7 +16781,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19428 + Address of G4Track : 0x277f598 Step Length (mm) : 5546.286597229251 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16820,7 +16820,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19428 + Address of G4Track : 0x277f598 Step Length (mm) : 5546.286597229251 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16869,7 +16869,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19320 + Address of G4Track : 0x277f490 Step Length (mm) : 5779.496548715239 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16917,7 +16917,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 3) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19320 + Address of G4Track : 0x277f490 Step Length (mm) : 5779.496548715239 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16959,7 +16959,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 1) Transportation ++G4Step Information - Address of G4Track : 0x2c19320 + Address of G4Track : 0x277f490 Step Length (mm) : 6786.59062957819 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -16998,7 +16998,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2) OpBoundary ++G4Step Information - Address of G4Track : 0x2c19320 + Address of G4Track : 0x277f490 Step Length (mm) : 6786.59062957819 Energy Deposit (MeV) : 0 ----------------------------------------------------------------------- @@ -17027,7 +17027,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Weight : 1 1 Step Status : Geom Limit Process defined Step: Transportation Transportation - -------------------------------------------------- + ----------------------------------------------------- ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ @@ -17049,7 +17049,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 2 -6.85e+03 -5.01e+03 1e+04 3.53e-06 0 6.63e+03 1.35e+04 OutOfWorld Transportation Number of Scintillation photons produced in this event : 64 Number of Cerenkov photons produced in this event : 18 -number of event = 1 User=0.11s Real=0.46s Sys=0.06s +number of event = 1 User=0.14s Real=0.5s Sys=0.05s # #/process/inactivate Scintillation #/OpNovice/phys/verbose 0 diff --git a/examples/extended/optical/wls/wls.out b/examples/extended/optical/wls/wls.out index cdb32319b67..0a468a19f76 100644 --- a/examples/extended/optical/wls/wls.out +++ b/examples/extended/optical/wls/wls.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -115,13 +115,13 @@ New material TiO2 is prepeared nMaterials= 321 nComponents= 826 nCurrent= 2 G4NistMaterialBuilder: BuildMaterial #320 New material nComponents= 2 G4NistElementBuilder: Build Element Z= 22 Aeff= 47.8667 with natural isotope composition -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen -/data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4 -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Capture file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen +/data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4 +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen WLSExtraPhysics:: Add Extra Physics Processes WLSOpticalPhysics:: Add Optical Physics Processes @@ -137,7 +137,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -408,15 +408,15 @@ CoulombScat: for mu- SubType= 1 180 < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 10 TeV -NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Capture file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon -NeutronHP: /Elastic file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon -NeutronHP: /Inelastic file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/6_nat_Carbon -NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen -NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen -NeutronHP: /Inelastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/8_17_Oxygen +NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 12 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/6_nat_Carbon +NeutronHP: /Elastic file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/6_nat_Carbon +NeutronHP: /Inelastic file for Z = 6, A = 13 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/6_nat_Carbon +NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen +NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen +NeutronHP: /Inelastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/8_17_Oxygen msc: for pi+ SubType= 10 RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180 diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index eeedc2cb6ee..0f18b89f2bc 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -69,7 +69,7 @@ Available colours: conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV diff --git a/examples/extended/parameterisations/gflash/test.out b/examples/extended/parameterisations/gflash/test.out index ed46d7d09e0..e9f8800dbcc 100644 --- a/examples/extended/parameterisations/gflash/test.out +++ b/examples/extended/parameterisations/gflash/test.out @@ -9,7 +9,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -114,7 +114,7 @@ Physics List constructor ConstructEM conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -359,7 +359,7 @@ WARNING: Scene "none" not found. ****************************************** -Internal Real Elapsed Time is: 0.04 +Internal Real Elapsed Time is: 0.07 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.02 ****************************************** @@ -387,7 +387,7 @@ Internal GetUserElapsed Time: 0.02 ****************************************** -Internal Real Elapsed Time is: 0.04 +Internal Real Elapsed Time is: 0.07 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.02 ****************************************** @@ -403,7 +403,7 @@ Internal GetUserElapsed Time: 0.02 ****************************************** Internal Real Elapsed Time is: 0.04 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.02 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 3 ----- 11931 hits are stored in ExGflashHitsCollection @@ -415,7 +415,7 @@ Internal GetUserElapsed Time: 0.02 ****************************************** -Internal Real Elapsed Time is: 0.05 +Internal Real Elapsed Time is: 0.04 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.02 ****************************************** @@ -445,7 +445,7 @@ Internal GetUserElapsed Time: 0.02 ****************************************** Internal Real Elapsed Time is: 0.03 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.02 +Internal GetUserElapsed Time: 0.01 ****************************************** ------ ExGflashEventAction::End of event nr. 6 ----- 11927 hits are stored in ExGflashHitsCollection @@ -471,7 +471,7 @@ Internal GetUserElapsed Time: 0.02 ****************************************** -Internal Real Elapsed Time is: 0.04 +Internal Real Elapsed Time is: 0.03 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.02 ****************************************** @@ -487,7 +487,7 @@ Internal GetUserElapsed Time: 0.02 ****************************************** Internal Real Elapsed Time is: 0.03 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0.02 ****************************************** ------ ExGflashEventAction::End of event nr. 9 ----- 11910 hits are stored in ExGflashHitsCollection @@ -498,10 +498,10 @@ ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer. number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.0411111 +Internal Real Elapsed Time /event is: 0.0455556 ****************************************** -Total Real Elapsed Time is: 1.5 +Total Real Elapsed Time is: 2.28 Total System Elapsed Time: 0.01 -Total GetUserElapsed Time: 1.05 +Total GetUserElapsed Time: 1.04 ****************************************** diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index 80d112ce7ab..b417e7e1a52 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -210,7 +210,7 @@ G4ASCIITreeSceneHandler::EndModeling Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0s Sys=0s + User=0s Real=0.01s Sys=0s WARNING: 10 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them. G4ASCIITreeSceneHandler::BeginModeling: writing to G4 standard output (G4cout) diff --git a/examples/extended/persistency/gdml/G01/History b/examples/extended/persistency/gdml/G01/History index e7529a3474e..85b5ef16a19 100644 --- a/examples/extended/persistency/gdml/G01/History +++ b/examples/extended/persistency/gdml/G01/History @@ -1,4 +1,4 @@ -$Id: History 77529 2013-11-25 13:11:09Z gcosmo $ +$Id: History 81913 2014-06-06 14:09:46Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +April 23rd, 2014 Gabriele Cosmo G01-V09-06-01 +- Added GDML sample mat_nist.gdml showing how to load a NIST material, + although format is not part of the GDML schema yet (i.e. expected + warning in schema validation). + +April 14th, 2014 Tatiana Nikitina +- Correction to solids.gdml for 'para' solid, where angle unit was missing. + November 22nd, 2013 Tatiana Nikitina G01-V09-06-00 - Added test case for 'genericPolycone' and 'genericPolyhedra'. Requires update to GDML schema 3.1.0 to avoid validation errors. diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index b427c61c637..cd2102d35dd 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -1,13 +1,13 @@ Usage: load_gdml -G4GDML: Reading '/ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/persistency/gdml/G01/solids.gdml'... +G4GDML: Reading '/ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/persistency/gdml/G01/solids.gdml'... G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... G4GDML: Reading structure... G4GDML: Reading setup... -G4GDML: Reading '/ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/persistency/gdml/G01/solids.gdml' done! +G4GDML: Reading '/ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/persistency/gdml/G01/solids.gdml' done! Stripping off GDML names of materials, solids and volumes ... ############################################ @@ -15,7 +15,7 @@ Stripping off GDML names of materials, solids and volumes ... ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -77,7 +77,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 100.00 3k 12 44 132 0.00 World + 100.00 3k 11 41 126 0.00 World ### Run 0 starts. ********************************************************************************************************* @@ -92,15 +92,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -140,15 +140,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -188,15 +188,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -236,15 +236,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -284,15 +284,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -332,15 +332,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -380,15 +380,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -410,7 +410,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.01s Real=0.04s Sys=0.01s + User=0.01s Real=0.03s Sys=0s /gun/direction 0 0 -1 /run/beamOn 20 @@ -459,15 +459,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -507,15 +507,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -555,15 +555,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -603,15 +603,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -651,15 +651,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -699,15 +699,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -747,15 +747,15 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 4 -535 0.1 0.1 1e+03 0 5 1.46e+03 World_PV Transportation 5 -278 0.1 0.1 1e+03 0 257 1.72e+03 vol1_PV Transportation 6 -222 0.1 0.1 1e+03 0 55 1.78e+03 World_PV Transportation - 7 -127 0.1 0.1 1e+03 0 95.8 1.87e+03 vol2_PV Transportation - 8 -117 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation - 9 -5 0.1 0.1 1e+03 0 112 2e+03 vol0_PV Transportation + 7 -130 0.1 0.1 1e+03 0 92.6 1.87e+03 vol2_PV Transportation + 8 -120 0.1 0.1 1e+03 0 10 1.88e+03 World_PV Transportation + 9 -5 0.1 0.1 1e+03 0 115 1.99e+03 vol0_PV Transportation 10 5 0.1 0.1 1e+03 0 10 2e+03 World_PV Transportation 11 75 0.1 0.1 1e+03 0 70 2.08e+03 vol3_PV Transportation 12 175 0.1 0.1 1e+03 0 100 2.17e+03 World_PV Transportation - 13 244 0.1 0.1 1e+03 0 69.3 2.24e+03 vol4_PV Transportation - 14 254 0.1 0.1 1e+03 0 10 2.25e+03 World_PV Transportation - 15 535 0.1 0.1 1e+03 0 281 2.53e+03 vol71_PV Transportation + 13 245 0.1 0.1 1e+03 0 70.1 2.25e+03 vol4_PV Transportation + 14 255 0.1 0.1 1e+03 0 10 2.26e+03 World_PV Transportation + 15 535 0.1 0.1 1e+03 0 280 2.53e+03 vol71_PV Transportation 16 565 0.1 0.1 1e+03 0 30 2.56e+03 World_PV Transportation 17 740 0.1 0.1 1e+03 0 175 2.74e+03 vol201_PV Transportation 18 760 0.1 0.1 1e+03 0 19.9 2.76e+03 World_PV Transportation @@ -777,7 +777,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.01s Real=0.02s Sys=0s + User=0s Real=0.03s Sys=0s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -817,7 +817,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0s Real=0.01s Sys=0s + User=0.01s Real=0s Sys=0s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -856,7 +856,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.01s Real=0.01s Sys=0s + User=0s Real=0.01s Sys=0s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -895,7 +895,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0s Real=0.01s Sys=0s + User=0.01s Real=0.01s Sys=0s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. diff --git a/examples/extended/persistency/gdml/G01/mat_nist.gdml b/examples/extended/persistency/gdml/G01/mat_nist.gdml new file mode 100644 index 00000000000..5c26aed7ebf --- /dev/null +++ b/examples/extended/persistency/gdml/G01/mat_nist.gdml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/extended/persistency/gdml/G01/solids.gdml b/examples/extended/persistency/gdml/G01/solids.gdml index 1444ec0e934..c41cae5c9b0 100644 --- a/examples/extended/persistency/gdml/G01/solids.gdml +++ b/examples/extended/persistency/gdml/G01/solids.gdml @@ -76,7 +76,7 @@ - + @@ -89,7 +89,7 @@ + x4="10.0" alpha2="30.0" aunit="deg"/> diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index a3f867704e9..e9c5ae89192 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -1,13 +1,13 @@ Usage: gdml_det -G4GDML: Reading '/ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/persistency/gdml/G04/auxiliary.gdml'... +G4GDML: Reading '/ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/persistency/gdml/G04/auxiliary.gdml'... G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... G4GDML: Reading structure... G4GDML: Reading setup... -G4GDML: Reading '/ec/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-01_cand-01/examples/extended/persistency/gdml/G04/auxiliary.gdml' done! +G4GDML: Reading '/ec/G4-builds/release/slc6-gcc48-RelWithDebInfo/geant4-10-00-patch-02_cand-01/examples/extended/persistency/gdml/G04/auxiliary.gdml' done! Stripping off GDML names of materials, solids and volumes ... ############################################ @@ -15,7 +15,7 @@ Stripping off GDML names of materials, solids and volumes ... ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -333,7 +333,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0s Real=0.01s Sys=0s + User=0.01s Real=0s Sys=0s /gun/direction 0 0 -1 /run/beamOn 20 @@ -585,7 +585,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.01s Real=0.01s Sys=0s + User=0s Real=0.03s Sys=0s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 diff --git a/examples/extended/polarisation/Pol01/pol01.out b/examples/extended/polarisation/Pol01/pol01.out index 15b7693899c..0ef82ceb50b 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -146,7 +146,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=0.29s Real=0.59s Sys=0s + User=0.3s Real=0.61s Sys=0s 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/rdecay01/rdecay01.out b/examples/extended/radioactivedecay/rdecay01/rdecay01.out index b580864ecfc..0cd66bea9bf 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -27176,7 +27176,7 @@ Ion has negative lifetime -1001 but is not stable. Setting mean free path to DB -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : HAD_RDM_011 issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion +Ion has ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ diff --git a/examples/extended/radioactivedecay/rdecay02/rdecay02.out b/examples/extended/radioactivedecay/rdecay02/rdecay02.out index 29900678aeb..4453130bb00 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -92,10 +92,10 @@ Available colours: ----> The target has been changed to 3 cm of Lead -NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen +NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen ### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 -/data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4 -NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen +/data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4 +NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen ### exrdmPhysicsList::ConstructProcess is done world cuts are set Target cuts are set @@ -106,9 +106,9 @@ Detector cuts are set ### === Deexcitation model UAtomDeexcitation is activated for 1 region: DefaultRegionForTheWorld -NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen -NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen -NeutronHP: /Inelastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/nightly/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/8_17_Oxygen +NeutronHP: /Capture file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Capture/CrossSection/8_17_Oxygen +NeutronHP: /Elastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Elastic/CrossSection/8_17_Oxygen +NeutronHP: /Inelastic file for Z = 8, A = 18 is not found and NeutronHP will use /data/G4-builds/release/slc6-gcc48-RelWithDebInfo/build/data/G4NDL4.4/Inelastic/CrossSection/8_17_Oxygen ==================================================================== HADRONIC PROCESSES SUMMARY (verbose level 1) @@ -1830,69 +1830,6 @@ Ion has negative lifetime -1001 but is not stable. Setting mean free path to DB -------- WWWW -------- G4Exception-END --------- WWWW ------- --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : HAD_RDM_011 - issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion has negative lifetime -1001 but is not stable. Setting mean free path to DBL_MAX - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : HAD_RDM_011 - issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion has negative lifetime -1001 but is not stable. Setting mean free path to DBL_MAX - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : HAD_RDM_011 - issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion has negative lifetime -1001 but is not stable. Setting mean free path to DBL_MAX - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : HAD_RDM_011 - issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion has negative lifetime -1001 but is not stable. Setting mean free path to DBL_MAX - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : HAD_RDM_011 - issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion has negative lifetime -1001 but is not stable. Setting mean free path to DBL_MAX - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : HAD_RDM_011 - issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion has negative lifetime -1001 but is not stable. Setting mean free path to DBL_MAX - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : HAD_RDM_011 - issued by : G4RadioactiveDecay::GetMeanFreePath() -Ion has negative lifetime -1001 but is not stable. Setting mean free path to DBL_MAX - -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : HAD_RDM_011 issued by : G4RadioactiveDecay::GetMeanFreePath() diff --git a/examples/extended/runAndEvent/RE01/sample.out b/examples/extended/runAndEvent/RE01/sample.out index 70835a04df6..5359e419197 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -75,7 +75,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -798,2145 +798,2357 @@ Tracks in tracking region have been processed. -- Stage 0 over. +++++++++++ Stage 190 +++++++++++ Stage 191 +++++++++++ Stage 192 ++++++++++++ Stage 193 ++++++++++++ Stage 194 >>> Summary of Event 0 Tracker hits -------------------------------------------------------------- -2134 hits are stored in RE01TrackerHitsCollection. +2344 hits are stored in RE01TrackerHitsCollection. List of hits in tracker -TrackID 283 Position (232.496,-91.8994,249.146) : 380.758 [keV] -TrackID 283 Position (279.011,-110.24,299.009) : 452.234 [keV] -TrackID 283 Position (325.517,-128.603,348.909) : 591.95 [keV] -TrackID 283 Position (372.04,-146.922,398.807) : 480.914 [keV] -TrackID 283 Position (418.608,-165.128,448.811) : 468.052 [keV] -TrackID 282 Position (51.4762,244.643,-116.021) : 2591.79 [keV] -TrackID 282 Position (62.6202,293.392,-138.698) : 1241.66 [keV] -TrackID 282 Position (63.2885,296.275,-140.029) : 858.838 [keV] -TrackID 282 Position (75.045,341.86,-162.875) : 2280.65 [keV] -TrackID 282 Position (76.1215,346.521,-165.171) : 81.8484 [keV] -TrackID 282 Position (86.2375,390.593,-188.775) : 2493.8 [keV] -TrackID 282 Position (97.1813,439.381,-217.05) : 2300.02 [keV] -TrackID 306 Position (76.1215,346.521,-165.171) : 31.8613 [keV] -TrackID 306 Position (76.1731,346.539,-165.246) : 7.47236 [keV] -TrackID 306 Position (76.1979,346.547,-165.292) : 15.1745 [keV] -TrackID 306 Position (76.1972,346.555,-165.343) : 17.6734 [keV] -TrackID 306 Position (76.2147,346.588,-165.381) : 11.9821 [keV] -TrackID 306 Position (76.2447,346.606,-165.421) : 11.1138 [keV] -TrackID 306 Position (76.285,346.601,-165.455) : 11.2306 [keV] -TrackID 306 Position (76.3348,346.582,-165.457) : 17.0663 [keV] -TrackID 306 Position (76.386,346.572,-165.467) : 19.7703 [keV] -TrackID 306 Position (76.4323,346.548,-165.478) : 18.0213 [keV] -TrackID 306 Position (76.4793,346.527,-165.479) : 17.9868 [keV] -TrackID 306 Position (76.5302,346.518,-165.469) : 15.3872 [keV] -TrackID 306 Position (76.5812,346.512,-165.462) : 20.1736 [keV] -TrackID 306 Position (76.6275,346.491,-165.466) : 19.3948 [keV] -TrackID 306 Position (76.6782,346.483,-165.477) : 20.6749 [keV] -TrackID 306 Position (76.6916,346.436,-165.491) : 18.4017 [keV] -TrackID 306 Position (76.7216,346.396,-165.48) : 20.0547 [keV] -TrackID 306 Position (76.7586,346.371,-165.45) : 19.3943 [keV] -TrackID 306 Position (76.791,346.335,-165.436) : 73.3346 [keV] -TrackID 306 Position (76.8346,346.311,-165.428) : 88.4088 [keV] -TrackID 306 Position (76.8763,346.283,-165.443) : 173.876 [keV] -TrackID 304 Position (63.2885,296.275,-140.029) : 459.886 [keV] -TrackID 1001 Position (241.315,76.8415,-42.7582) : 58.3801 [keV] -TrackID 1001 Position (241.515,76.9023,-42.7997) : 438.423 [keV] -TrackID 1001 Position (285.145,93.2324,-50.7927) : 178.326 [keV] -TrackID 1001 Position (285.679,93.4422,-50.8899) : 181.439 [keV] -TrackID 1001 Position (286.146,93.6256,-50.977) : 1459.92 [keV] -TrackID 1001 Position (288.473,94.8741,-51.0275) : 430.294 [keV] -TrackID 1001 Position (323.707,133.094,-45.595) : 1417.59 [keV] -TrackID 1001 Position (325.2,136.871,-45.6029) : 934.906 [keV] -TrackID 1001 Position (326.199,139.346,-46.5633) : 281.094 [keV] -TrackID 1001 Position (364.038,165.759,-60.3943) : 117.139 [keV] -TrackID 1001 Position (364.386,165.905,-60.5644) : 130.725 [keV] -TrackID 1001 Position (364.756,165.955,-60.8434) : 154.094 [keV] -TrackID 1001 Position (365.082,165.978,-61.1651) : 126.059 [keV] -TrackID 1001 Position (365.356,166.045,-61.5292) : 115.695 [keV] -TrackID 1001 Position (365.527,166.212,-61.9172) : 205.016 [keV] -TrackID 1001 Position (365.527,166.213,-62.366) : 122.315 [keV] -TrackID 1001 Position (365.315,166.091,-62.7556) : 115.539 [keV] -TrackID 1001 Position (365.421,165.702,-62.9825) : 136.058 [keV] -TrackID 1001 Position (365.25,165.385,-63.2774) : 148 [keV] -TrackID 1001 Position (364.908,165.243,-63.484) : 2.19802 [keV] -TrackID 1001 Position (364.903,165.237,-63.4836) : 199.289 [keV] -TrackID 1001 Position (364.721,164.934,-63.2433) : 307.473 [keV] -TrackID 1001 Position (364.592,164.686,-63.2586) : 168.987 [keV] -TrackID 1008 Position (364.337,165.101,-59.6442) : 0.418501 [keV] -TrackID 1008 Position (364.337,165.101,-59.6442) : 0.146759 [keV] -TrackID 1008 Position (364.351,165.071,-59.7345) : 0.143581 [keV] -TrackID 1008 Position (364.351,165.071,-59.7346) : 0.274105 [keV] -TrackID 1008 Position (364.351,165.071,-59.7346) : 2.21937 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.0994469 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.189402 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.115811 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.113358 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.246165 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.272977 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.237436 [keV] -TrackID 1008 Position (364.351,165.071,-59.7347) : 0.431241 [keV] -TrackID 1008 Position (364.351,165.072,-59.7347) : 0.967152 [keV] -TrackID 1008 Position (364.351,165.072,-59.7346) : 3.89763 [keV] -TrackID 1005 Position (286.146,93.6256,-50.977) : 54.02 [keV] -TrackID 1005 Position (286.345,93.588,-51.0579) : 385.085 [keV] -TrackID 1005 Position (287.142,93.6104,-51.6066) : 287.944 [keV] -TrackID 1005 Position (288.035,93.9202,-51.8302) : 277.037 [keV] -TrackID 1005 Position (288.906,94.0244,-51.4669) : 313.357 [keV] -TrackID 1005 Position (289.416,93.8596,-50.6329) : 469.909 [keV] -TrackID 1005 Position (289.95,93.9202,-49.8153) : 526.044 [keV] -TrackID 1005 Position (49.4281,346.492,-7.6262) : 18.0866 [keV] -TrackID 1005 Position (49.4368,346.545,-7.67459) : 10.6365 [keV] -TrackID 1005 Position (49.4312,346.574,-7.71135) : 16.8401 [keV] -TrackID 1005 Position (49.4097,346.608,-7.73889) : 9.80049 [keV] -TrackID 1005 Position (49.3944,346.627,-7.77958) : 34.9793 [keV] -TrackID 1005 Position (49.3892,346.635,-7.8264) : 13.1956 [keV] -TrackID 1005 Position (49.393,346.632,-7.87326) : 36.093 [keV] -TrackID 1005 Position (49.3916,346.662,-7.91079) : 27.5334 [keV] -TrackID 1005 Position (49.3718,346.669,-7.95332) : 24.0077 [keV] -TrackID 1005 Position (49.3562,346.661,-7.99839) : 108.125 [keV] -TrackID 1005 Position (49.3405,346.647,-8.03983) : 13.2841 [keV] -TrackID 1005 Position (49.341,346.629,-8.0815) : 20.3546 [keV] -TrackID 1005 Position (49.3392,346.625,-8.12713) : 18.9681 [keV] -TrackID 1005 Position (49.3535,346.637,-8.16744) : 14.5147 [keV] -TrackID 1005 Position (49.3914,346.661,-8.18041) : 18.7368 [keV] -TrackID 1005 Position (49.3905,346.689,-8.21529) : 25.6445 [keV] -TrackID 1005 Position (49.4109,346.72,-8.23833) : 21.1122 [keV] -TrackID 1005 Position (49.4364,346.741,-8.26126) : 38.1083 [keV] -TrackID 1005 Position (49.4787,346.761,-8.27059) : 131.334 [keV] -TrackID 1004 Position (285.679,93.4422,-50.8899) : 70.9409 [keV] -TrackID 1004 Position (285.721,93.5785,-50.8331) : 70.0948 [keV] -TrackID 1004 Position (285.76,93.6756,-50.7902) : 57.1255 [keV] -TrackID 1004 Position (285.807,93.7178,-50.6873) : 265.306 [keV] -TrackID 1010 Position (286.345,93.588,-51.0579) : 1.844 [keV] -TrackID 1017 Position (286.974,93.5404,-51.2963) : 13.4916 [keV] -TrackID 1018 Position (240.71,73.9843,-73.3971) : 46.2001 [keV] -TrackID 1019 Position (337.358,106.09,-58.0822) : 276.994 [keV] -TrackID 1019 Position (338.056,106.328,-58.5759) : 241.905 [keV] -TrackID 1019 Position (382.343,117.533,-98.0435) : 444.918 [keV] -TrackID 1019 Position (382.928,117.866,-98.4568) : 144.829 [keV] -TrackID 1019 Position (383.32,118.084,-98.6644) : 183.056 [keV] -TrackID 1019 Position (383.446,118.047,-99.1482) : 202.251 [keV] -TrackID 1019 Position (383.641,118.13,-99.6116) : 195.366 [keV] -TrackID 1019 Position (383.851,118.025,-100.013) : 143.734 [keV] -TrackID 1019 Position (384.297,117.992,-100.137) : 163.066 [keV] -TrackID 1019 Position (384.644,118.185,-99.8105) : 162.38 [keV] -TrackID 1019 Position (385.089,117.935,-99.7323) : 483.405 [keV] -TrackID 1019 Position (384.782,117.862,-98.5567) : 176.874 [keV] -TrackID 1002 Position (241.315,76.8415,-42.7582) : 141.998 [keV] -TrackID 1002 Position (241.722,77.0937,-42.8674) : 18.5167 [keV] -TrackID 1002 Position (241.723,77.1297,-42.818) : 206.516 [keV] -TrackID 1002 Position (241.664,77.4173,-42.5751) : 84.8806 [keV] -TrackID 1002 Position (241.651,77.7108,-42.3203) : 111.271 [keV] -TrackID 1002 Position (241.598,77.9182,-42.0129) : 106.788 [keV] -TrackID 1002 Position (241.386,78.0636,-41.7229) : 104.682 [keV] -TrackID 1002 Position (241.188,78.1533,-41.4022) : 133.871 [keV] -TrackID 1002 Position (241.047,78.1932,-41.0346) : 126.836 [keV] -TrackID 1002 Position (240.946,78.48,-40.8039) : 121.521 [keV] -TrackID 1002 Position (240.86,78.4281,-40.4225) : 189.777 [keV] -TrackID 1002 Position (240.853,78.3161,-40.0612) : 473.588 [keV] -TrackID 1002 Position (240.224,78.2133,-39.4907) : 95.0149 [keV] -TrackID 1021 Position (241.723,77.1297,-42.818) : 1.844 [keV] -TrackID 1110 Position (241.236,79.4922,-40.6254) : 46.4891 [keV] -TrackID 1109 Position (-251.412,15.7625,-211.417) : 85.4138 [keV] -TrackID 1108 Position (440.411,103.674,30.5215) : 228.273 [keV] -TrackID 1595 Position (173.561,307.292,68.8194) : 810.305 [keV] -TrackID 1595 Position (197.551,347.812,78.3813) : 1778.2 [keV] -TrackID 1595 Position (221.01,391.988,87.4238) : 1591.36 [keV] -TrackID 1594 Position (173.561,307.292,68.8194) : 765.805 [keV] -TrackID 1594 Position (196.33,348.503,77.4167) : 1984.19 [keV] -TrackID 1594 Position (220.936,392.03,86.9899) : 2049.59 [keV] -TrackID 1841 Position (215.216,-127.209,-9.29199) : 1765.94 [keV] -TrackID 1841 Position (258.304,-152.575,-11.1425) : 1565.79 [keV] -TrackID 1841 Position (261.719,-154.583,-11.2935) : 313.646 [keV] -TrackID 1841 Position (301.386,-177.951,-13.0703) : 1632.4 [keV] -TrackID 1841 Position (344.467,-203.329,-15.0226) : 1869.77 [keV] -TrackID 1841 Position (387.536,-228.727,-17.0324) : 1647.06 [keV] -TrackID 1844 Position (261.719,-154.583,-11.2935) : 144.858 [keV] -TrackID 1844 Position (261.878,-154.806,-11.1626) : 62.2417 [keV] -TrackID 1844 Position (261.951,-154.915,-11.0491) : 67.3971 [keV] -TrackID 1844 Position (262.08,-154.955,-10.9712) : 49.0788 [keV] -TrackID 1844 Position (262.119,-155.044,-10.8747) : 30.2589 [keV] -TrackID 1844 Position (262.132,-155.098,-10.7937) : 37.366 [keV] -TrackID 1844 Position (262.199,-155.135,-10.7369) : 32.7906 [keV] -TrackID 1844 Position (262.278,-155.158,-10.7184) : 19.8589 [keV] -TrackID 1844 Position (262.336,-155.169,-10.6964) : 17.8747 [keV] -TrackID 1844 Position (262.397,-155.163,-10.6852) : 27.8258 [keV] -TrackID 1844 Position (262.43,-155.213,-10.6853) : 25.1195 [keV] -TrackID 1844 Position (262.438,-155.254,-10.6416) : 44.5004 [keV] -TrackID 1844 Position (262.453,-155.312,-10.6572) : 27.1808 [keV] -TrackID 1844 Position (262.434,-155.351,-10.6941) : 79.3465 [keV] -TrackID 1844 Position (262.421,-155.345,-10.7456) : 87.4205 [keV] -TrackID 1515 Position (-132.163,212.21,6.89703) : 32.5748 [keV] -TrackID 1857 Position (-358.942,274.02,-251.686) : 6.29621 [keV] -TrackID 1856 Position (-313.061,255.997,-241.095) : 2.60204 [keV] -TrackID 1858 Position (253.631,-166.597,-115.765) : 534.816 [keV] -TrackID 1858 Position (292.836,-191.695,-133.627) : 287.032 [keV] -TrackID 1858 Position (293.562,-192.176,-133.973) : 1542.51 [keV] -TrackID 1858 Position (335.528,-217.764,-158.044) : 2516.14 [keV] -TrackID 1858 Position (378.634,-243.179,-184.687) : 1215.14 [keV] -TrackID 1858 Position (380.921,-244.629,-186.1) : 0.0580121 [keV] -TrackID 1858 Position (380.922,-244.629,-186.1) : 803.739 [keV] -TrackID 1860 Position (254.558,-5.32625,-219.111) : 1.844 [keV] -TrackID 1867 Position (254.373,-4.52319,-218.303) : 42.8227 [keV] -TrackID 1866 Position (254.558,-5.32625,-219.111) : 2.60208 [keV] -TrackID 1865 Position (294.536,-192.79,-134.476) : 7.17055 [keV] -TrackID 1859 Position (253.631,-166.597,-115.765) : 102.625 [keV] -TrackID 1859 Position (253.955,-166.807,-115.908) : 724.518 [keV] -TrackID 1859 Position (292.803,-191.745,-132.92) : 524.375 [keV] -TrackID 1859 Position (293.946,-192.522,-133.464) : 428.442 [keV] -TrackID 1859 Position (294.74,-193.064,-133.868) : 593.201 [keV] -TrackID 1859 Position (295.79,-193.742,-134.434) : 492.777 [keV] -TrackID 1859 Position (335.093,-218.433,-160.203) : 1889.72 [keV] -TrackID 1859 Position (381.182,-239.166,-185.3) : 622.185 [keV] -TrackID 1859 Position (382.37,-239.669,-185.917) : 1211.23 [keV] -TrackID 1855 Position (-132.233,212.322,6.90087) : 955.436 [keV] -TrackID 1853 Position (-132.233,212.322,6.90087) : 2181.93 [keV] -TrackID 1853 Position (-132.206,212.355,6.93839) : 42.1976 [keV] -TrackID 1851 Position (-132.233,212.322,6.90087) : 4104.52 [keV] -TrackID 1851 Position (-132.764,213.363,6.67008) : 3890.42 [keV] -TrackID 1851 Position (-133.168,214.212,6.48694) : 3351.86 [keV] -TrackID 1851 Position (-133.503,214.881,6.33785) : 3369.31 [keV] -TrackID 1851 Position (-133.779,215.413,6.22009) : 2861.42 [keV] -TrackID 1851 Position (-134.001,215.828,6.128) : 2775.52 [keV] -TrackID 1851 Position (-134.186,216.148,6.03945) : 2368.75 [keV] -TrackID 1851 Position (-134.331,216.397,5.95758) : 2556.36 [keV] -TrackID 1851 Position (-134.443,216.594,5.88164) : 1038.04 [keV] -TrackID 1851 Position (-156.087,256.197,-7.61522) : 3136.42 [keV] -TrackID 1851 Position (-156.149,256.307,-7.6505) : 731.629 [keV] -TrackID 1871 Position (294.74,-193.064,-133.868) : 38.4076 [keV] -TrackID 1871 Position (294.814,-193.031,-133.933) : 415.199 [keV] -TrackID 1934 Position (106.748,-335.563,-4.86738) : 5.13712 [keV] -TrackID 1933 Position (384.094,-240.599,-187.026) : 21.0784 [keV] -TrackID 2052 Position (43.4708,299.941,76.6987) : 841.267 [keV] -TrackID 2052 Position (45.4785,300.956,77.5861) : 316.084 [keV] -TrackID 2052 Position (108.162,332.868,102.061) : 2396.15 [keV] -TrackID 2052 Position (166.543,363.68,124.363) : 2268.59 [keV] -TrackID 2052 Position (218.754,393.252,147.195) : 445.578 [keV] -TrackID 2052 Position (220.076,393.993,147.806) : 67.1961 [keV] -TrackID 2052 Position (220.242,394.087,147.881) : 1478.28 [keV] -TrackID 2059 Position (220.242,394.087,147.881) : 248.092 [keV] -TrackID 2059 Position (220.892,394.674,148.125) : 391.32 [keV] -TrackID 2059 Position (221.412,395.639,148.261) : 586.379 [keV] -TrackID 2059 Position (222.17,396.397,148.101) : 174.562 [keV] -TrackID 2059 Position (222.673,396.747,148.347) : 25.0641 [keV] -TrackID 2058 Position (220.076,393.993,147.806) : 415.999 [keV] -TrackID 2058 Position (221.021,394.244,147.449) : 140.865 [keV] -TrackID 2053 Position (45.4785,300.956,77.5861) : 53.7765 [keV] -TrackID 2053 Position (45.5648,301.085,77.7246) : 38.9436 [keV] -TrackID 2053 Position (45.6048,301.143,77.8011) : 31.1666 [keV] -TrackID 2053 Position (45.6217,301.247,77.8088) : 23.9544 [keV] -TrackID 2053 Position (45.5916,301.299,77.8677) : 17.5368 [keV] -TrackID 2053 Position (45.5866,301.322,77.9265) : 23.4919 [keV] -TrackID 2053 Position (45.5551,301.348,77.9672) : 18.5084 [keV] -TrackID 2053 Position (45.5134,301.349,78.0071) : 18.3036 [keV] -TrackID 2053 Position (45.457,301.346,78.0151) : 13.9646 [keV] -TrackID 2053 Position (45.409,301.319,78.0187) : 18.0341 [keV] -TrackID 2053 Position (45.3999,301.273,77.9868) : 18.8792 [keV] -TrackID 2053 Position (45.3962,301.212,77.9826) : 27.6981 [keV] -TrackID 2053 Position (45.3786,301.141,77.9797) : 29.4964 [keV] -TrackID 2053 Position (45.3458,301.09,78.0378) : 30.2703 [keV] -TrackID 2053 Position (45.3115,301.043,78.1118) : 34.0262 [keV] -TrackID 2053 Position (45.2214,301.031,78.1679) : 44.7215 [keV] -TrackID 2053 Position (45.1212,301.029,78.2002) : 244.85 [keV] -TrackID 2051 Position (43.4708,299.941,76.6987) : 1541.09 [keV] -TrackID 2051 Position (117.373,329.733,104.258) : 3198.4 [keV] -TrackID 2051 Position (124.201,332.564,106.72) : 1647.85 [keV] -TrackID 2051 Position (127.89,331.136,108.793) : 76.3311 [keV] -TrackID 2051 Position (285.145,280.522,190.474) : 135.624 [keV] -TrackID 2051 Position (285.635,280.482,190.725) : 1611.1 [keV] -TrackID 2051 Position (289.105,282.599,193.151) : 807.318 [keV] -TrackID 2051 Position (332.13,303.628,233.615) : 450.965 [keV] -TrackID 2051 Position (333.409,303.699,234.066) : 24.3371 [keV] -TrackID 2051 Position (333.475,303.642,234.105) : 718.199 [keV] -TrackID 2051 Position (334.657,303.27,234.536) : 510.743 [keV] -TrackID 2051 Position (335.651,303.077,234.229) : 562.488 [keV] -TrackID 2051 Position (335.718,301.921,233.883) : 437.589 [keV] -TrackID 2135 Position (333.475,303.642,234.105) : 97.7569 [keV] -TrackID 2135 Position (333.579,303.685,234.381) : 272.91 [keV] -TrackID 2135 Position (333.579,303.759,234.534) : 287.348 [keV] -TrackID 2130 Position (127.89,331.136,108.793) : 16.0358 [keV] -TrackID 2130 Position (127.922,331.081,108.835) : 43.2229 [keV] -TrackID 2130 Position (127.969,331.012,108.927) : 35.6279 [keV] -TrackID 2130 Position (127.936,330.976,109.04) : 29.9824 [keV] -TrackID 2130 Position (127.915,330.923,109.152) : 40.9779 [keV] -TrackID 2130 Position (127.913,330.862,109.256) : 42.1227 [keV] -TrackID 2130 Position (128,330.926,109.318) : 47.8411 [keV] -TrackID 2130 Position (128.105,330.863,109.305) : 38.749 [keV] -TrackID 2130 Position (128.217,330.814,109.294) : 43.3804 [keV] -TrackID 2130 Position (128.282,330.71,109.271) : 31.9578 [keV] -TrackID 2130 Position (128.345,330.619,109.212) : 147.096 [keV] -TrackID 2130 Position (128.34,330.5,109.173) : 30.1566 [keV] -TrackID 2130 Position (128.347,330.382,109.178) : 37.0419 [keV] -TrackID 2130 Position (128.342,330.265,109.146) : 41.2785 [keV] -TrackID 2130 Position (128.313,330.164,109.083) : 71.7665 [keV] -TrackID 2130 Position (128.224,330.146,108.97) : 66.4457 [keV] -TrackID 2130 Position (128.093,330.083,108.928) : 345.009 [keV] -TrackID 2283 Position (351.927,-28.0567,350) : 1.59962 [keV] -TrackID 2283 Position (351.926,-28.0547,349.997) : 1.16517 [keV] -TrackID 2283 Position (351.925,-28.0519,349.995) : 1.47802 [keV] -TrackID 2283 Position (351.923,-28.049,349.993) : 0.477202 [keV] -TrackID 2283 Position (351.924,-28.0485,349.989) : 1.82129 [keV] -TrackID 2283 Position (351.924,-28.05,349.986) : 2.52812 [keV] -TrackID 2283 Position (351.925,-28.0519,349.983) : 0.910928 [keV] -TrackID 2283 Position (351.926,-28.0511,349.98) : 1.28838 [keV] -TrackID 2283 Position (351.926,-28.0496,349.977) : 1.85184 [keV] -TrackID 2283 Position (351.926,-28.0456,349.975) : 2.35824 [keV] -TrackID 2283 Position (351.924,-28.0421,349.971) : 2.60143 [keV] -TrackID 2283 Position (351.924,-28.0381,349.967) : 3.10274 [keV] -TrackID 2283 Position (351.921,-28.0349,349.963) : 2.44198 [keV] -TrackID 2283 Position (351.921,-28.0275,349.962) : 5.18205 [keV] -TrackID 2283 Position (351.917,-28.0225,349.967) : 11.8564 [keV] -TrackID 2283 Position (351.911,-28.0196,349.962) : 6.96806 [keV] -TrackID 2283 Position (351.911,-28.0138,349.959) : 10.6252 [keV] -TrackID 2283 Position (351.908,-28.0068,349.958) : 51.9505 [keV] -TrackID 1952 Position (235.331,84.3773,-213.091) : 2418.19 [keV] -TrackID 1952 Position (239.207,85.7637,-216.692) : 473.611 [keV] -TrackID 1952 Position (281.997,102.36,-253.209) : 2285.74 [keV] -TrackID 1952 Position (286.625,104.07,-257.047) : 26.4811 [keV] -TrackID 1952 Position (328.301,121.319,-291.328) : 2659.74 [keV] -TrackID 1952 Position (374.272,141.139,-327.703) : 1090.32 [keV] -TrackID 1952 Position (375.824,141.819,-328.92) : 1817.35 [keV] -TrackID 1952 Position (421.343,158.018,-363.474) : 2795.11 [keV] -TrackID 3009 Position (375.824,141.819,-328.92) : 465.582 [keV] -TrackID 3009 Position (375.782,142.674,-328.17) : 113.812 [keV] -TrackID 3008 Position (286.625,104.07,-257.047) : 54.0901 [keV] -TrackID 3008 Position (286.626,104.068,-257.125) : 16.1085 [keV] -TrackID 3008 Position (286.643,104.06,-257.175) : 22.1177 [keV] -TrackID 3008 Position (286.635,104.056,-257.226) : 19.2101 [keV] -TrackID 3008 Position (286.642,104.061,-257.277) : 15.2719 [keV] -TrackID 3008 Position (286.653,104.053,-257.328) : 16.3219 [keV] -TrackID 3008 Position (286.665,104.044,-257.379) : 22.4133 [keV] -TrackID 3008 Position (286.683,103.996,-257.387) : 67.3711 [keV] -TrackID 3008 Position (286.718,103.964,-257.409) : 18.0697 [keV] -TrackID 3008 Position (286.745,103.923,-257.425) : 20.4256 [keV] -TrackID 3008 Position (286.752,103.876,-257.443) : 27.3175 [keV] -TrackID 3008 Position (286.778,103.838,-257.462) : 5.50244 [keV] -TrackID 3007 Position (239.207,85.7637,-216.692) : 57.4351 [keV] -TrackID 3007 Position (239.296,85.9312,-216.623) : 91.736 [keV] -TrackID 3007 Position (239.303,86.0878,-216.683) : 50.2358 [keV] -TrackID 3007 Position (239.233,86.1791,-216.738) : 327.176 [keV] -TrackID 3149 Position (-270.477,359.818,180.628) : 1752.11 [keV] -TrackID 3148 Position (-270.477,359.818,180.628) : 1844.16 [keV] -TrackID 3148 Position (-273.243,363.273,182.312) : 140.371 [keV] -TrackID 3457 Position (-20.8776,-399.455,-367.717) : 20.0357 [keV] -TrackID 3457 Position (-20.8852,-399.497,-367.723) : 19.6435 [keV] -TrackID 3457 Position (-20.9012,-399.536,-367.702) : 21.1528 [keV] -TrackID 3457 Position (-20.9064,-399.578,-367.683) : 23.5691 [keV] -TrackID 3457 Position (-20.9189,-399.615,-367.659) : 13.2668 [keV] -TrackID 3457 Position (-20.9207,-399.643,-367.623) : 12.0308 [keV] -TrackID 3457 Position (-20.9248,-399.662,-367.581) : 15.987 [keV] -TrackID 3457 Position (-20.9383,-399.698,-367.555) : 17.109 [keV] -TrackID 3457 Position (-20.9393,-399.732,-367.523) : 22.6342 [keV] -TrackID 3457 Position (-20.9376,-399.756,-367.473) : 34.6189 [keV] -TrackID 3457 Position (-20.9809,-399.781,-367.439) : 19.5302 [keV] -TrackID 3457 Position (-21.0265,-399.788,-367.389) : 33.0442 [keV] -TrackID 3457 Position (-21.0737,-399.815,-367.347) : 28.3634 [keV] -TrackID 3457 Position (-21.0535,-399.842,-367.281) : 44.5499 [keV] -TrackID 3457 Position (-21.0064,-399.842,-367.335) : 37.3897 [keV] -TrackID 3457 Position (-20.9692,-399.909,-367.353) : 37.5356 [keV] -TrackID 3457 Position (-20.9627,-399.87,-367.424) : 185.378 [keV] -TrackID 3586 Position (28.1774,-248.407,162.24) : 2164.7 [keV] -TrackID 3586 Position (34.0872,-298.057,194.775) : 1951.46 [keV] -TrackID 3586 Position (39.9379,-347.714,227.472) : 1998.18 [keV] -TrackID 3586 Position (45.7309,-397.377,259.997) : 7.55062 [keV] -TrackID 3586 Position (45.7334,-397.399,260.012) : 1616.19 [keV] -TrackID 3586 Position (46.2547,-401.469,262.664) : 270.408 [keV] -TrackID 3586 Position (51.2486,-447.072,292.65) : 2066.06 [keV] -TrackID 3590 Position (46.2547,-401.469,262.664) : 89.0068 [keV] -TrackID 3590 Position (46.3102,-401.348,262.952) : 45.7936 [keV] -TrackID 3590 Position (46.2122,-401.316,263.028) : 405.465 [keV] -TrackID 3589 Position (45.7334,-397.399,260.012) : 8.4866 [keV] -TrackID 3589 Position (45.7315,-397.402,260.038) : 15.4761 [keV] -TrackID 3589 Position (45.7329,-397.395,260.088) : 14.1375 [keV] -TrackID 3589 Position (45.7469,-397.377,260.132) : 4.85483 [keV] -TrackID 3591 Position (46.2367,-397.319,263.108) : 0.146738 [keV] -TrackID 3591 Position (46.2367,-397.319,263.108) : 0.18456 [keV] -TrackID 3591 Position (46.2367,-397.319,263.108) : 0.121912 [keV] -TrackID 3591 Position (46.2367,-397.319,263.108) : 0.262073 [keV] -TrackID 3591 Position (46.2367,-397.319,263.108) : 0.658107 [keV] -TrackID 3591 Position (46.2367,-397.319,263.108) : 0.103311 [keV] -TrackID 3591 Position (46.2366,-397.319,263.108) : 0.281067 [keV] -TrackID 3591 Position (46.2366,-397.319,263.108) : 1.31524 [keV] -TrackID 3683 Position (77.2961,241.657,-33.4988) : 410.454 [keV] -TrackID 3683 Position (91.013,285.861,-40.5276) : 1888.61 [keV] -TrackID 3683 Position (105.847,333.611,-48.371) : 1705.39 [keV] -TrackID 3683 Position (121.069,381.238,-54.43) : 1356.39 [keV] -TrackID 3683 Position (122.253,384.729,-54.905) : 532.851 [keV] -TrackID 3683 Position (136.726,428.726,-60.4126) : 1482.72 [keV] -TrackID 3683 Position (138.282,433.005,-60.9732) : 133.991 [keV] -TrackID 3689 Position (138.282,433.005,-60.9732) : 49.8054 [keV] -TrackID 3689 Position (138.259,433.08,-60.8666) : 34.7411 [keV] -TrackID 3689 Position (138.219,433.145,-60.838) : 30.7062 [keV] -TrackID 3689 Position (138.216,433.223,-60.8406) : 23.9548 [keV] -TrackID 3689 Position (138.198,433.289,-60.8235) : 17.3719 [keV] -TrackID 3689 Position (138.203,433.336,-60.8099) : 15.1208 [keV] -TrackID 3689 Position (138.213,433.372,-60.8288) : 15.6463 [keV] -TrackID 3689 Position (138.213,433.402,-60.8469) : 17.0142 [keV] -TrackID 3689 Position (138.209,433.419,-60.8782) : 12.5175 [keV] -TrackID 3689 Position (138.204,433.448,-60.8968) : 19.005 [keV] -TrackID 3689 Position (138.17,433.457,-60.9018) : 39.8256 [keV] -TrackID 3689 Position (138.141,433.47,-60.8867) : 10.6499 [keV] -TrackID 3689 Position (138.112,433.484,-60.8778) : 15.2406 [keV] -TrackID 3689 Position (138.098,433.505,-60.8567) : 11.9013 [keV] -TrackID 3689 Position (138.069,433.521,-60.8583) : 26.8449 [keV] -TrackID 3689 Position (138.084,433.496,-60.8728) : 22.1303 [keV] -TrackID 3689 Position (138.074,433.481,-60.9024) : 23.6907 [keV] -TrackID 3689 Position (138.065,433.483,-60.9303) : 20.0572 [keV] -TrackID 3689 Position (138.08,433.49,-60.9523) : 43.1776 [keV] -TrackID 3689 Position (138.109,433.506,-60.9367) : 36.4517 [keV] -TrackID 3688 Position (122.253,384.729,-54.905) : 425.643 [keV] -TrackID 3684 Position (77.2961,241.657,-33.4988) : 421.959 [keV] -TrackID 3684 Position (90.9845,285.87,-38.9218) : 873.054 [keV] -TrackID 3684 Position (91.7622,288.347,-39.2206) : 7.88382 [keV] -TrackID 3684 Position (91.7732,288.383,-39.2248) : 196.5 [keV] -TrackID 3684 Position (91.9553,288.96,-39.297) : 537.463 [keV] -TrackID 3684 Position (106.84,333.295,-45.0167) : 247.929 [keV] -TrackID 3684 Position (107.052,333.919,-45.093) : 1419.44 [keV] -TrackID 3684 Position (122.953,380.634,-49.9695) : 702.863 [keV] -TrackID 3684 Position (123.516,382.334,-50.1362) : 964.907 [keV] -TrackID 3684 Position (124.579,385.334,-50.4465) : 5.8315 [keV] -TrackID 3684 Position (140.173,427.611,-56.2833) : 1190.47 [keV] -TrackID 3684 Position (141.056,430.162,-56.6627) : 277.949 [keV] -TrackID 3684 Position (141.265,430.81,-56.7488) : 684.753 [keV] -TrackID 3692 Position (91.9553,288.96,-39.297) : 111.762 [keV] -TrackID 3692 Position (92.1015,289.059,-39.6219) : 164.06 [keV] -TrackID 3692 Position (92.1205,288.833,-39.9216) : 138.374 [keV] -TrackID 3692 Position (92.2245,288.592,-39.9139) : 449.311 [keV] -TrackID 3581 Position (-248.729,25.1811,176.437) : 2000.26 [keV] -TrackID 3581 Position (-298.478,30.1763,211.538) : 2136.9 [keV] -TrackID 3581 Position (-348.219,35.2658,246.845) : 1966.3 [keV] -TrackID 3581 Position (-397.955,40.3975,282.313) : 2193.28 [keV] -TrackID 3581 Position (-447.655,45.8766,318.008) : 2312.38 [keV] -TrackID 3710 Position (138.902,430.599,-56.6366) : 15.0165 [keV] -TrackID 3709 Position (138.781,429.106,-56.4918) : 0.443065 [keV] -TrackID 3722 Position (-420.532,-173.272,2.69714) : 72.2335 [keV] -TrackID 3723 Position (-420.532,-173.272,2.69714) : 51.1291 [keV] -TrackID 3791 Position (-224.955,-109.066,-110.865) : 1853.97 [keV] -TrackID 3791 Position (-269.985,-130.799,-133.126) : 1873.85 [keV] -TrackID 3791 Position (-315.022,-152.517,-155.421) : 1679.07 [keV] -TrackID 3791 Position (-360.028,-174.299,-177.745) : 1744.19 [keV] -TrackID 3791 Position (-404.921,-196.313,-200.259) : 1673.04 [keV] -TrackID 3791 Position (-409.392,-198.512,-202.506) : 2.3407 [keV] -TrackID 3794 Position (-409.392,-198.512,-202.506) : 6.66818 [keV] -TrackID 3821 Position (-219.721,119.258,-64.8204) : 1675.02 [keV] -TrackID 3821 Position (-263.841,142.787,-77.6623) : 1796.55 [keV] -TrackID 3821 Position (-307.976,166.286,-90.9105) : 671.699 [keV] -TrackID 3821 Position (-309.645,167.178,-91.4146) : 1178.76 [keV] -TrackID 3821 Position (-352.301,189.43,-103.784) : 1468.46 [keV] -TrackID 3821 Position (-356.392,191.562,-104.955) : 110.718 [keV] -TrackID 3821 Position (-396.451,212.901,-116.693) : 1763.8 [keV] -TrackID 3829 Position (-356.392,191.562,-104.955) : 54.274 [keV] -TrackID 3829 Position (-356.542,191.549,-105.012) : 14.6544 [keV] -TrackID 3829 Position (-356.573,191.51,-105.023) : 13.7697 [keV] -TrackID 3829 Position (-356.62,191.496,-105.055) : 21.0477 [keV] -TrackID 3829 Position (-356.653,191.518,-105.091) : 17.5598 [keV] -TrackID 3829 Position (-356.668,191.533,-105.131) : 14.051 [keV] -TrackID 3829 Position (-356.683,191.559,-105.165) : 12.0978 [keV] -TrackID 3829 Position (-356.714,191.584,-105.188) : 10.418 [keV] -TrackID 3829 Position (-356.734,191.612,-105.219) : 18.7268 [keV] -TrackID 3829 Position (-356.754,191.652,-105.227) : 15.7541 [keV] -TrackID 3829 Position (-391.134,222.518,-103.874) : 4.38674 [keV] -TrackID 3829 Position (-391.144,222.525,-103.87) : 11.4424 [keV] -TrackID 3829 Position (-391.163,222.529,-103.854) : 6.69075 [keV] -TrackID 3829 Position (-391.176,222.538,-103.835) : 7.65588 [keV] -TrackID 3829 Position (-391.181,222.552,-103.814) : 4.59353 [keV] -TrackID 3829 Position (-391.181,222.567,-103.793) : 9.9468 [keV] -TrackID 3829 Position (-391.178,222.584,-103.775) : 8.53959 [keV] -TrackID 3829 Position (-391.171,222.603,-103.761) : 14.6125 [keV] -TrackID 3829 Position (-391.172,222.617,-103.74) : 7.9956 [keV] -TrackID 3829 Position (-391.18,222.628,-103.72) : 7.90618 [keV] -TrackID 3829 Position (-391.191,222.634,-103.698) : 5.57969 [keV] -TrackID 3829 Position (-391.197,222.627,-103.675) : 12.4582 [keV] -TrackID 3829 Position (-391.202,222.623,-103.651) : 7.93956 [keV] -TrackID 3829 Position (-391.209,222.633,-103.628) : 8.44363 [keV] -TrackID 3829 Position (-391.219,222.628,-103.607) : 12.5371 [keV] -TrackID 3829 Position (-391.218,222.628,-103.581) : 11.2099 [keV] -TrackID 3829 Position (-391.202,222.617,-103.561) : 18.2951 [keV] -TrackID 3829 Position (-391.19,222.615,-103.536) : 8.76666 [keV] -TrackID 3829 Position (-391.18,222.6,-103.519) : 13.8856 [keV] -TrackID 3829 Position (-391.163,222.595,-103.501) : 12.923 [keV] -TrackID 3829 Position (-391.148,222.588,-103.481) : 36.1032 [keV] -TrackID 3829 Position (-391.129,222.577,-103.468) : 67.6445 [keV] -TrackID 3829 Position (-391.112,222.573,-103.456) : 6.36363 [keV] -TrackID 3832 Position (-378.901,242.763,-119.193) : 1.844 [keV] -TrackID 3836 Position (-378.883,243.944,-119.72) : 24.8791 [keV] -TrackID 3820 Position (-215.478,126.764,-62.583) : 335.495 [keV] -TrackID 3820 Position (-216.393,127.296,-62.8524) : 1660.89 [keV] -TrackID 3820 Position (-258.445,152.336,-75.0644) : 2191.2 [keV] -TrackID 3820 Position (-301.305,178.087,-87.6294) : 818.693 [keV] -TrackID 3820 Position (-302.72,178.931,-88.0436) : 1096.77 [keV] -TrackID 3820 Position (-344.256,203.686,-100.219) : 1739.44 [keV] -TrackID 3820 Position (-387.327,229.081,-112.403) : 2096.17 [keV] -TrackID 3820 Position (-391.501,231.495,-113.588) : 65.4465 [keV] -TrackID 3845 Position (-391.501,231.495,-113.588) : 119.71 [keV] -TrackID 3842 Position (-216.393,127.296,-62.8524) : 478.314 [keV] -TrackID 3886 Position (-212.549,131.616,-96.2072) : 2063.56 [keV] -TrackID 3886 Position (-255.043,157.966,-116.055) : 1940.25 [keV] -TrackID 3886 Position (-297.36,184.6,-136.237) : 1723.69 [keV] -TrackID 3886 Position (-339.761,211.098,-156.762) : 1973.66 [keV] -TrackID 3886 Position (-382.528,237.007,-177.497) : 491.854 [keV] -TrackID 3886 Position (-383.473,237.578,-177.955) : 1789.92 [keV] -TrackID 4004 Position (-383.473,237.578,-177.955) : 117.764 [keV] -TrackID 4004 Position (-383.655,237.72,-177.841) : 71.9454 [keV] -TrackID 4004 Position (-383.69,237.781,-177.629) : 115.246 [keV] -TrackID 4004 Position (-383.694,237.641,-177.39) : 91.8481 [keV] -TrackID 4004 Position (-383.757,237.381,-177.31) : 102.964 [keV] -TrackID 4004 Position (-383.987,237.5,-177.386) : 90.7658 [keV] -TrackID 4004 Position (-383.816,237.671,-177.412) : 380.376 [keV] -TrackID 4056 Position (116.824,-221.025,149.6) : 3748.51 [keV] -TrackID 4056 Position (118.889,-224.909,152.219) : 406.474 [keV] -TrackID 4056 Position (140.179,-265.235,179.073) : 3527.23 [keV] -TrackID 4056 Position (163.087,-309.682,207.007) : 3546.44 [keV] -TrackID 4056 Position (185.656,-354.305,234.607) : 3999.06 [keV] -TrackID 4056 Position (208.136,-398.973,260.719) : 3460.06 [keV] -TrackID 4065 Position (118.889,-224.909,152.219) : 69.642 [keV] -TrackID 4065 Position (118.936,-224.997,152.38) : 32.3423 [keV] -TrackID 4065 Position (118.902,-224.963,152.466) : 38.4432 [keV] -TrackID 4065 Position (118.864,-224.987,152.567) : 27.6554 [keV] -TrackID 4065 Position (118.901,-225.024,152.664) : 36.7073 [keV] -TrackID 4065 Position (118.978,-224.981,152.726) : 34.4618 [keV] -TrackID 4065 Position (119.059,-224.935,152.771) : 50.0232 [keV] -TrackID 4065 Position (119.123,-224.902,152.707) : 251.732 [keV] -TrackID 4055 Position (-14.7625,-249.564,-206.295) : 2467.86 [keV] -TrackID 4055 Position (-17.8376,-299.469,-247.115) : 2228.39 [keV] -TrackID 4055 Position (-20.8404,-349.379,-287.305) : 2176.4 [keV] -TrackID 4055 Position (-23.9704,-399.281,-326.251) : 2083.48 [keV] -TrackID 4055 Position (-26.2906,-449.231,-365.512) : 1664.6 [keV] -TrackID 4055 Position (-26.4502,-453.304,-368.694) : 777.117 [keV] -TrackID 4083 Position (-26.4502,-453.304,-368.694) : 99.0983 [keV] -TrackID 4083 Position (-26.1605,-453.396,-368.61) : 83.5578 [keV] -TrackID 4083 Position (-26.0444,-453.466,-368.611) : 375.185 [keV] -TrackID 3882 Position (167.542,-185.552,-219.103) : 2201.36 [keV] -TrackID 3882 Position (201.057,-222.657,-262.908) : 2227.18 [keV] -TrackID 3882 Position (234.587,-259.748,-306.784) : 2720.84 [keV] -TrackID 3882 Position (268.216,-296.75,-350.63) : 954.712 [keV] -TrackID 3882 Position (269.564,-298.234,-352.392) : 1088.69 [keV] -TrackID 3882 Position (302.119,-333.503,-394.633) : 1947.54 [keV] -TrackID 4107 Position (269.564,-298.234,-352.392) : 440.072 [keV] -TrackID 4826 Position (-36.2297,-247.361,49.8887) : 1471.8 [keV] -TrackID 4826 Position (-43.393,-296.845,59.8064) : 1669.54 [keV] -TrackID 4826 Position (-50.6052,-346.322,69.863) : 936.607 [keV] -TrackID 4826 Position (-50.9937,-349.005,70.4078) : 697.339 [keV] -TrackID 4826 Position (-57.7081,-395.815,79.9331) : 1830.46 [keV] -TrackID 4826 Position (-63.9058,-445.439,90.6037) : 1688.96 [keV] -TrackID 4829 Position (-50.9937,-349.005,70.4078) : 426.016 [keV] -TrackID 4829 Position (-50.6825,-349.044,69.9545) : 106.358 [keV] -TrackID 4867 Position (7.39512,249.891,173.139) : 3324.18 [keV] -TrackID 4867 Position (8.77963,299.872,207.406) : 3495.71 [keV] -TrackID 4867 Position (10.3573,349.847,241.254) : 3703.18 [keV] -TrackID 4867 Position (11.5045,399.835,275.563) : 3728.05 [keV] -TrackID 4867 Position (12.2519,449.833,309.104) : 3415.9 [keV] -TrackID 4761 Position (206.931,-140.284,219.355) : 438.487 [keV] -TrackID 4761 Position (207.808,-140.879,220.286) : 108.632 [keV] -TrackID 4761 Position (207.966,-140.985,220.453) : 1437.11 [keV] -TrackID 4761 Position (248.419,-168.191,263.187) : 2280.7 [keV] -TrackID 4761 Position (289.942,-196.045,307.176) : 2107.07 [keV] -TrackID 4761 Position (331.48,-223.877,351.473) : 2094.08 [keV] -TrackID 4761 Position (373.098,-251.591,395.951) : 2483.38 [keV] -TrackID 4895 Position (207.966,-140.985,220.453) : 484.505 [keV] -TrackID 4894 Position (207.808,-140.879,220.286) : 89.8029 [keV] -TrackID 4894 Position (207.814,-140.865,220.622) : 68.294 [keV] -TrackID 4894 Position (207.827,-140.78,220.781) : 69.3747 [keV] -TrackID 4894 Position (207.93,-140.613,220.927) : 47.6465 [keV] -TrackID 4894 Position (208.023,-140.433,220.981) : 87.2741 [keV] -TrackID 4894 Position (208.208,-140.397,221.099) : 74.7892 [keV] -TrackID 4894 Position (208.229,-140.491,220.926) : 77.7836 [keV] -TrackID 4894 Position (208.26,-140.588,220.682) : 146.601 [keV] -TrackID 4894 Position (208.171,-140.707,220.486) : 90.5409 [keV] -TrackID 4894 Position (208.231,-140.977,220.44) : 94.6385 [keV] -TrackID 4894 Position (208.071,-141.057,220.561) : 464.833 [keV] -TrackID 4760 Position (-74.9634,238.496,139.702) : 1876.25 [keV] -TrackID 4760 Position (-89.8341,286.234,167.551) : 2021.51 [keV] -TrackID 4760 Position (-104.483,334.041,195.418) : 1752.29 [keV] -TrackID 4760 Position (-119.469,381.742,223.794) : 1688.66 [keV] -TrackID 4760 Position (-120.828,386.271,226.482) : 94.5763 [keV] -TrackID 4760 Position (-133.78,429.654,251.765) : 1702.71 [keV] -TrackID 4906 Position (-120.828,386.271,226.482) : 113.693 [keV] -TrackID 4906 Position (-148.563,424.769,234.862) : 58.0532 [keV] -TrackID 4906 Position (-148.719,424.91,234.855) : 74.6264 [keV] -TrackID 4906 Position (-148.858,425.101,234.862) : 67.1243 [keV] -TrackID 4906 Position (-149.03,425.262,234.885) : 50.8871 [keV] -TrackID 4906 Position (-149.068,425.429,234.722) : 76.4614 [keV] -TrackID 4906 Position (-149.16,425.491,234.524) : 21.8262 [keV] -TrackID 4906 Position (-149.164,425.498,234.504) : 78.9797 [keV] -TrackID 4906 Position (-149.247,425.605,234.298) : 57.5065 [keV] -TrackID 4906 Position (-149.369,425.632,234.106) : 70.2657 [keV] -TrackID 4906 Position (-149.368,425.453,233.951) : 63.9848 [keV] -TrackID 4906 Position (-149.258,425.394,233.749) : 103.368 [keV] -TrackID 4906 Position (-149.235,425.295,233.537) : 90.5194 [keV] -TrackID 4906 Position (-149.136,425.314,233.337) : 74.8969 [keV] -TrackID 4906 Position (-148.95,425.398,233.23) : 69.1731 [keV] -TrackID 4906 Position (-148.859,425.409,233.047) : 103.282 [keV] -TrackID 4906 Position (-148.707,425.581,233.011) : 91.1444 [keV] -TrackID 4906 Position (-148.75,425.758,232.864) : 77.3064 [keV] -TrackID 4906 Position (-148.952,425.854,232.796) : 322.277 [keV] -TrackID 4908 Position (-149.164,425.498,234.504) : 1.844 [keV] -TrackID 4910 Position (-149.141,425.512,234.529) : 5.93115 [keV] -TrackID 5696 Position (-151.784,-198.649,200.286) : 1575.72 [keV] -TrackID 5696 Position (-153.856,-201.375,203.037) : 505.177 [keV] -TrackID 5696 Position (-181.997,-238.489,240.451) : 1982.22 [keV] -TrackID 5696 Position (-212.022,-278.472,280.252) : 2099.72 [keV] -TrackID 5696 Position (-242.081,-318.428,319.943) : 2051.03 [keV] -TrackID 5696 Position (-272.131,-358.392,359.653) : 600.234 [keV] -TrackID 5696 Position (-273.03,-359.581,360.837) : 1450.55 [keV] -TrackID 5704 Position (-273.03,-359.581,360.837) : 128.309 [keV] -TrackID 5704 Position (-273.326,-359.844,360.85) : 103.958 [keV] -TrackID 5704 Position (-273.554,-359.973,360.995) : 120.584 [keV] -TrackID 5704 Position (-273.772,-360.252,361.091) : 558.2 [keV] -TrackID 5704 Position (-274.184,-361.159,360.645) : 85.7702 [keV] -TrackID 5700 Position (-153.856,-201.375,203.037) : 532.293 [keV] -TrackID 5700 Position (-154.5,-201.322,203.037) : 56.1763 [keV] -TrackID 5695 Position (-132.183,-212.197,110.07) : 2106.47 [keV] -TrackID 5695 Position (-158.75,-254.556,130.4) : 1941.64 [keV] -TrackID 5695 Position (-184.489,-297.429,151.511) : 2083.14 [keV] -TrackID 5695 Position (-210.33,-340.237,173.357) : 1808.66 [keV] -TrackID 5695 Position (-236.649,-382.75,194.21) : 2020.15 [keV] -TrackID 5692 Position (-226.572,-105.664,-158.618) : 6288.11 [keV] -TrackID 5692 Position (-271.823,-126.934,-191.045) : 7333.12 [keV] -TrackID 5692 Position (-317.068,-148.216,-223.577) : 6992.47 [keV] -TrackID 5692 Position (-361.678,-170.847,-255.909) : 7862.27 [keV] -TrackID 5692 Position (-406.511,-192.999,-288.116) : 7700.64 [keV] -TrackID 5754 Position (-94.1284,-338.55,127.683) : 1518.88 [keV] -TrackID 5754 Position (-107.623,-385.25,145.493) : 14.9562 [keV] -TrackID 5754 Position (-107.637,-385.3,145.512) : 1225.45 [keV] -TrackID 5754 Position (-108.569,-388.607,146.752) : 555.445 [keV] -TrackID 5754 Position (-108.964,-389.973,147.254) : 40.4319 [keV] -TrackID 5754 Position (-121.526,-433.28,162.81) : 1644.17 [keV] -TrackID 5691 Position (-246.353,-42.5451,126.464) : 2515.7 [keV] -TrackID 5691 Position (-295.631,-51.0101,151.721) : 2104.15 [keV] -TrackID 5691 Position (-344.855,-59.7935,177.122) : 941.222 [keV] -TrackID 5691 Position (-347.028,-60.1851,178.245) : 1380.61 [keV] -TrackID 5691 Position (-394.074,-68.5964,202.537) : 1900.91 [keV] -TrackID 5691 Position (-398.754,-69.4465,204.955) : 103.49 [keV] -TrackID 5691 Position (-443.259,-77.5989,227.805) : 2249.8 [keV] -TrackID 5763 Position (-398.754,-69.4465,204.955) : 27.3758 [keV] -TrackID 5763 Position (-398.825,-69.452,204.915) : 35.0216 [keV] -TrackID 5763 Position (-398.867,-69.4558,204.907) : 11.8015 [keV] -TrackID 5763 Position (-398.904,-69.4565,204.894) : 9.24078 [keV] -TrackID 5763 Position (-398.942,-69.4459,204.895) : 12.1428 [keV] -TrackID 5763 Position (-398.981,-69.4505,204.897) : 5.9287 [keV] -TrackID 5763 Position (-442.798,-80.1861,182.656) : 14.8077 [keV] -TrackID 5763 Position (-442.826,-80.1909,182.652) : 13.3102 [keV] -TrackID 5763 Position (-442.854,-80.1943,182.657) : 8.17858 [keV] -TrackID 5763 Position (-442.88,-80.1892,182.647) : 16.9913 [keV] -TrackID 5763 Position (-442.908,-80.1876,182.643) : 11.3091 [keV] -TrackID 5763 Position (-442.933,-80.1879,182.629) : 10.6692 [keV] -TrackID 5763 Position (-442.957,-80.1831,182.615) : 13.1911 [keV] -TrackID 5763 Position (-442.976,-80.1904,182.593) : 16.8062 [keV] -TrackID 5763 Position (-443.007,-80.1838,182.581) : 12.7906 [keV] -TrackID 5763 Position (-443.047,-80.1844,182.572) : 22.0085 [keV] -TrackID 5763 Position (-443.082,-80.192,182.546) : 18.6644 [keV] -TrackID 5763 Position (-443.101,-80.1956,182.494) : 34.1829 [keV] -TrackID 5763 Position (-443.142,-80.2211,182.47) : 35.049 [keV] -TrackID 5763 Position (-443.195,-80.2217,182.44) : 185.872 [keV] -TrackID 5762 Position (-347.028,-60.1851,178.245) : 285.103 [keV] -TrackID 5762 Position (-347.376,-59.5546,178.689) : 111.852 [keV] -TrackID 5762 Position (-347.605,-59.4849,178.848) : 490.688 [keV] -TrackID 5762 Position (-347.856,-60.4486,179.189) : 226.728 [keV] -TrackID 5755 Position (-107.637,-385.3,145.512) : 47.5127 [keV] -TrackID 5755 Position (-107.616,-385.331,145.492) : 15.0362 [keV] -TrackID 5755 Position (-107.613,-385.359,145.474) : 12.6352 [keV] -TrackID 5755 Position (-107.621,-385.378,145.447) : 6.73063 [keV] -TrackID 5755 Position (-107.637,-385.382,145.418) : 27.4655 [keV] -TrackID 5755 Position (-107.666,-385.37,145.405) : 9.05137 [keV] -TrackID 5755 Position (-107.694,-385.355,145.394) : 12.2736 [keV] -TrackID 5755 Position (-107.72,-385.334,145.384) : 8.65854 [keV] -TrackID 5755 Position (-107.747,-385.314,145.383) : 11.3175 [keV] -TrackID 5755 Position (-107.768,-385.298,145.405) : 15.8712 [keV] -TrackID 5755 Position (-107.785,-385.275,145.424) : 14.6218 [keV] -TrackID 5755 Position (-107.798,-385.255,145.449) : 8.59699 [keV] -TrackID 5755 Position (-107.815,-385.257,145.479) : 11.8787 [keV] -TrackID 5755 Position (-107.843,-385.251,145.496) : 10.6039 [keV] -TrackID 5755 Position (-107.861,-385.246,145.523) : 16.0158 [keV] -TrackID 5755 Position (-107.842,-385.222,145.537) : 15.1067 [keV] -TrackID 5755 Position (-107.822,-385.197,145.542) : 14.1606 [keV] -TrackID 5755 Position (-107.827,-385.215,145.513) : 19.0686 [keV] -TrackID 5755 Position (-107.803,-385.236,145.5) : 36.3533 [keV] -TrackID 5755 Position (-107.778,-385.239,145.478) : 20.1276 [keV] -TrackID 5755 Position (-107.749,-385.237,145.462) : 20.6436 [keV] -TrackID 5755 Position (-107.72,-385.225,145.448) : 4.29391 [keV] -TrackID 5755 Position (-54.9218,-350.726,159.311) : 1.18136 [keV] -TrackID 5755 Position (-54.9217,-350.725,159.312) : 0.529966 [keV] -TrackID 5755 Position (-54.9213,-350.724,159.313) : 1.61391 [keV] -TrackID 5755 Position (-54.922,-350.722,159.314) : 0.91825 [keV] -TrackID 5755 Position (-54.9225,-350.721,159.315) : 0.963044 [keV] -TrackID 5755 Position (-54.9226,-350.721,159.317) : 1.1665 [keV] -TrackID 5755 Position (-54.9223,-350.721,159.318) : 1.19172 [keV] -TrackID 5755 Position (-54.9225,-350.72,159.32) : 1.09457 [keV] -TrackID 5755 Position (-54.9225,-350.719,159.321) : 1.60234 [keV] -TrackID 5755 Position (-54.9229,-350.719,159.323) : 1.80225 [keV] -TrackID 5755 Position (-54.9224,-350.718,159.324) : 0.685591 [keV] -TrackID 5755 Position (-54.9217,-350.717,159.325) : 2.49976 [keV] -TrackID 5755 Position (-54.9213,-350.715,159.325) : 0.968429 [keV] -TrackID 5755 Position (-54.9214,-350.714,159.326) : 6.08556 [keV] -TrackID 5755 Position (-54.9221,-350.712,159.328) : 2.55441 [keV] -TrackID 5755 Position (-54.9228,-350.71,159.329) : 2.90439 [keV] -TrackID 5755 Position (-54.9246,-350.708,159.329) : 6.59414 [keV] -TrackID 5755 Position (-54.9246,-350.706,159.332) : 34.2306 [keV] -TrackID 5753 Position (-94.1284,-338.55,127.683) : 1100.58 [keV] -TrackID 5753 Position (-94.8878,-341.609,128.916) : 127.951 [keV] -TrackID 5753 Position (-104.908,-385.998,147.039) : 2199.64 [keV] -TrackID 5753 Position (-116.932,-434.542,166.451) : 1653.3 [keV] -TrackID 5753 Position (-117.976,-438.825,168.283) : 245.154 [keV] -TrackID 5850 Position (-184.92,-297.888,230.936) : 1468.07 [keV] -TrackID 5850 Position (-186.689,-300.694,233.146) : 464.828 [keV] -TrackID 5850 Position (-209.834,-340.544,264.241) : 1352.52 [keV] -TrackID 5850 Position (-211.251,-342.992,266.171) : 337.242 [keV] -TrackID 5850 Position (-211.693,-343.775,266.784) : 480.217 [keV] -TrackID 5850 Position (-233.078,-384.935,296.76) : 878.652 [keV] -TrackID 5850 Position (-234.209,-387.102,298.318) : 886.236 [keV] -TrackID 5852 Position (-186.689,-300.694,233.146) : 1.844 [keV] -TrackID 5860 Position (-186.691,-300.697,233.148) : 5.0514 [keV] -TrackID 5851 Position (-184.92,-297.888,230.936) : 119.133 [keV] -TrackID 5851 Position (-185.081,-298.136,231.133) : 667.83 [keV] -TrackID 5851 Position (-186.084,-299.484,232.21) : 973.785 [keV] -TrackID 5851 Position (-211.673,-339.404,261.983) : 2077.67 [keV] -TrackID 5851 Position (-232.95,-385.012,288.35) : 852.115 [keV] -TrackID 5851 Position (-233.917,-387.404,289.457) : 865.627 [keV] -TrackID 5862 Position (-186.084,-299.484,232.21) : 189.285 [keV] -TrackID 5862 Position (-186.092,-299.836,231.847) : 413.712 [keV] -TrackID 5943 Position (-186.092,-299.836,231.847) : 1.844 [keV] -TrackID 5944 Position (-186.043,-299.927,231.83) : 5.90695 [keV] -TrackID 6067 Position (-126.114,-215.859,117.132) : 595.069 [keV] -TrackID 6067 Position (-126.971,-217.327,117.929) : 1270.34 [keV] -TrackID 6067 Position (-151.337,-259.031,140.557) : 2307.45 [keV] -TrackID 6067 Position (-176.556,-302.205,163.984) : 2301.66 [keV] -TrackID 6067 Position (-201.774,-345.38,187.411) : 1791.27 [keV] -TrackID 6067 Position (-226.993,-388.554,210.839) : 2075.7 [keV] -TrackID 6069 Position (-126.971,-217.327,117.929) : 520.841 [keV] -TrackID 6069 Position (-127.214,-218.039,118.95) : 192.886 [keV] -TrackID 6092 Position (69.5496,240.131,-140.467) : 4.286 [keV] -TrackID 6092 Position (69.552,240.139,-140.472) : 1914.46 [keV] -TrackID 6092 Position (83.4564,288.158,-168.563) : 27.7137 [keV] -TrackID 6092 Position (83.4764,288.227,-168.603) : 1967.96 [keV] -TrackID 6092 Position (97.3652,336.185,-196.66) : 1307.27 [keV] -TrackID 6092 Position (98.4171,339.817,-198.785) : 397.906 [keV] -TrackID 6092 Position (111.271,384.212,-224.755) : 1933.56 [keV] -TrackID 6092 Position (112.645,388.957,-227.53) : 27.0069 [keV] -TrackID 6092 Position (125.177,432.239,-252.847) : 1415.95 [keV] -TrackID 6092 Position (126.184,435.716,-254.88) : 393.71 [keV] -TrackID 6092 Position (126.496,436.795,-255.511) : 83.6861 [keV] -TrackID 6168 Position (126.496,436.795,-255.511) : 287.804 [keV] -TrackID 6168 Position (126.716,436.995,-255.884) : 0.526341 [keV] -TrackID 6171 Position (126.716,436.995,-255.884) : 41.6078 [keV] -TrackID 6171 Position (126.759,436.985,-255.995) : 12.0025 [keV] -TrackID 6171 Position (138.299,433.472,-338.937) : 35.8315 [keV] -TrackID 6171 Position (138.292,433.465,-339.018) : 25.3402 [keV] -TrackID 6162 Position (58.3978,243.084,-121.914) : 1.65679 [keV] -TrackID 6162 Position (58.3937,243.09,-121.912) : 5.92881 [keV] -TrackID 6162 Position (58.3826,243.099,-121.911) : 5.18383 [keV] -TrackID 6162 Position (58.3694,243.103,-121.911) : 4.28079 [keV] -TrackID 6162 Position (58.3572,243.11,-121.91) : 6.22211 [keV] -TrackID 6162 Position (58.349,243.121,-121.907) : 2.59966 [keV] -TrackID 6162 Position (58.3405,243.132,-121.91) : 5.44617 [keV] -TrackID 6162 Position (58.3327,243.144,-121.907) : 12.3175 [keV] -TrackID 6162 Position (58.3259,243.156,-121.907) : 8.27654 [keV] -TrackID 6162 Position (58.3224,243.169,-121.911) : 3.26385 [keV] -TrackID 6162 Position (58.3188,243.182,-121.914) : 4.48784 [keV] -TrackID 6162 Position (58.3173,243.195,-121.918) : 9.21077 [keV] -TrackID 6162 Position (58.3147,243.212,-121.92) : 12.9663 [keV] -TrackID 6162 Position (58.3053,243.229,-121.922) : 8.69136 [keV] -TrackID 6162 Position (58.3052,243.252,-121.917) : 11.9156 [keV] -TrackID 6162 Position (58.3007,243.271,-121.904) : 20.8685 [keV] -TrackID 6162 Position (58.2727,243.268,-121.888) : 25.7689 [keV] -TrackID 6162 Position (58.2485,243.278,-121.873) : 92.6318 [keV] -TrackID 6162 Position (58.2606,243.279,-121.822) : 3.48163 [keV] -TrackID 6180 Position (58.2606,243.279,-121.822) : 1.844 [keV] -TrackID 6181 Position (58.2186,243.168,-121.773) : 8.92468 [keV] -TrackID -1 Position (87.2439,-238.301,-66.9493) : 31.2172 [keV] -TrackID -1 Position (96.5654,-285.469,-161.317) : 78.2366 [keV] -TrackID -1 Position (70.8525,-240.381,-97.559) : 323.898 [keV] -TrackID -1 Position (-341.95,-213.048,-44.8486) : 8.18602 [keV] -TrackID -1 Position (-60.591,348.796,-283.66) : 98.4483 [keV] -TrackID -1 Position (-60.7408,348.617,-283.686) : 62.1925 [keV] -TrackID -1 Position (-60.7965,348.432,-283.713) : 71.7961 [keV] -TrackID -1 Position (-61.0003,348.296,-283.733) : 81.7286 [keV] -TrackID -1 Position (-61.2357,348.161,-283.854) : 83.2989 [keV] -TrackID -1 Position (-61.2981,347.895,-283.812) : 442.672 [keV] -TrackID -1 Position (-61.8068,347.5,-284.473) : 111.901 [keV] -TrackID -1 Position (53.2684,350.168,-324.708) : 75.492 [keV] -TrackID -1 Position (53.0728,350.032,-324.803) : 35.0766 [keV] -TrackID -1 Position (52.9591,350.022,-324.884) : 135.093 [keV] -TrackID -1 Position (52.8143,349.856,-324.97) : 67.9399 [keV] -TrackID -1 Position (52.6684,349.747,-324.888) : 86.116 [keV] -TrackID -1 Position (52.4295,349.693,-324.903) : 502.725 [keV] -TrackID -1 Position (-187.414,300.928,263.703) : 26.3839 [keV] -TrackID -1 Position (-187.425,300.94,263.794) : 33.1472 [keV] -TrackID -1 Position (-187.411,300.924,263.905) : 31.8346 [keV] -TrackID -1 Position (-187.402,300.882,263.992) : 96.5246 [keV] -TrackID -1 Position (-187.394,300.894,264.097) : 30.4689 [keV] -TrackID -1 Position (-187.351,300.883,264.202) : 31.7814 [keV] -TrackID -1 Position (-187.395,300.851,264.303) : 31.2317 [keV] -TrackID -1 Position (-187.441,300.913,264.396) : 27.2884 [keV] -TrackID -1 Position (-187.518,300.91,264.476) : 37.5596 [keV] -TrackID -1 Position (-187.577,300.989,264.501) : 32.4574 [keV] -TrackID -1 Position (-187.59,301.044,264.57) : 31.0576 [keV] -TrackID -1 Position (-187.599,301.109,264.579) : 22.8829 [keV] -TrackID -1 Position (-187.593,301.175,264.597) : 19.1202 [keV] -TrackID -1 Position (-187.601,301.243,264.581) : 44.1839 [keV] -TrackID -1 Position (-187.596,301.307,264.597) : 30.3483 [keV] -TrackID -1 Position (-187.61,301.357,264.63) : 11.8027 [keV] -TrackID -1 Position (-216.573,336.297,276.767) : 4.18352 [keV] -TrackID -1 Position (-216.576,336.302,276.773) : 5.71978 [keV] -TrackID -1 Position (-216.574,336.313,276.778) : 3.99183 [keV] -TrackID -1 Position (-216.581,336.321,276.783) : 4.86037 [keV] -TrackID -1 Position (-216.587,336.332,276.783) : 4.9573 [keV] -TrackID -1 Position (-216.592,336.343,276.783) : 4.58503 [keV] -TrackID -1 Position (-216.596,336.353,276.79) : 10.1155 [keV] -TrackID -1 Position (-216.599,336.365,276.791) : 7.4487 [keV] -TrackID -1 Position (-216.599,336.377,276.793) : 7.78846 [keV] -TrackID -1 Position (-216.591,336.39,276.8) : 5.66809 [keV] -TrackID -1 Position (-216.587,336.399,276.815) : 11.972 [keV] -TrackID -1 Position (-216.586,336.399,276.833) : 12.2478 [keV] -TrackID -1 Position (-216.577,336.394,276.85) : 12.7974 [keV] -TrackID -1 Position (-216.576,336.401,276.868) : 9.83841 [keV] -TrackID -1 Position (-216.576,336.402,276.885) : 8.95446 [keV] -TrackID -1 Position (-216.577,336.409,276.902) : 11.1354 [keV] -TrackID -1 Position (-216.591,336.419,276.91) : 11.4895 [keV] -TrackID -1 Position (-216.606,336.413,276.922) : 97.6736 [keV] -TrackID -1 Position (-186.033,300.971,261.565) : 164.353 [keV] -TrackID -1 Position (-186.372,300.829,261.839) : 61.1809 [keV] -TrackID -1 Position (-186.482,300.786,261.941) : 81.008 [keV] -TrackID -1 Position (-186.481,300.825,262.192) : 409.867 [keV] -TrackID -1 Position (-168.206,307.215,248.925) : 41.4631 [keV] -TrackID -1 Position (-168.203,307.206,249.109) : 38.3118 [keV] -TrackID -1 Position (-168.195,307.175,249.252) : 38.007 [keV] -TrackID -1 Position (-168.257,307.089,249.351) : 38.2591 [keV] -TrackID -1 Position (-168.322,307.036,249.468) : 42.678 [keV] -TrackID -1 Position (-168.328,306.962,249.591) : 62.9439 [keV] -TrackID -1 Position (-168.373,306.89,249.706) : 24.5655 [keV] -TrackID -1 Position (-157.892,260.95,293.606) : 4.92812 [keV] -TrackID -1 Position (-157.892,260.923,293.63) : 27.7103 [keV] -TrackID -1 Position (-157.891,260.86,293.689) : 45.9507 [keV] -TrackID -1 Position (-157.931,260.798,293.737) : 17.9739 [keV] -TrackID -1 Position (-157.986,260.749,293.783) : 20.5069 [keV] -TrackID -1 Position (-158.014,260.732,293.863) : 28.1213 [keV] -TrackID -1 Position (-158.071,260.776,293.912) : 31.1608 [keV] -TrackID -1 Position (-158.09,260.83,293.974) : 0.455366 [keV] -TrackID -1 Position (-153.866,315.826,68.5052) : 417.906 [keV] -TrackID -1 Position (-297.428,39.3909,209.009) : 253.195 [keV] -TrackID -1 Position (-297.817,39.2002,209.41) : 436.444 [keV] -TrackID -1 Position (-298.776,38.7989,209.997) : 354.766 [keV] -TrackID -1 Position (-299.649,38.8309,210.683) : 437.054 [keV] -TrackID -1 Position (-300.601,39.2771,210.282) : 337.352 [keV] -TrackID -1 Position (-301.254,40.0284,209.93) : 534.55 [keV] -TrackID -1 Position (-301.531,40.6193,210.728) : 330.614 [keV] -TrackID -1 Position (-301.886,41.4532,210.458) : 571.78 [keV] -TrackID -1 Position (216.488,277.83,-136.614) : 54.9924 [keV] -TrackID -1 Position (219.02,277.069,-136.446) : 536.15 [keV] -TrackID -1 Position (219.557,276.679,-136.709) : 35.9231 [keV] -TrackID -1 Position (102.67,442.934,-302.544) : 39.5329 [keV] -TrackID -1 Position (-245.568,-55.003,-151.295) : 476.966 [keV] -TrackID -1 Position (-245.91,-56.5032,-150.814) : 532.537 [keV] -TrackID -1 Position (-245.524,-57.5708,-149.9) : 422.204 [keV] -TrackID -1 Position (-245.674,-58.1521,-148.693) : 411.458 [keV] -TrackID -1 Position (-244.761,-58.575,-147.853) : 537.099 [keV] -TrackID -1 Position (-244.395,-59.4958,-146.917) : 420.06 [keV] -TrackID -1 Position (-245.508,-59.6391,-147.196) : 570.92 [keV] -TrackID -1 Position (-246.22,-59.0377,-147.227) : 113.797 [keV] -TrackID -1 Position (-201.884,345.315,230.987) : 1.844 [keV] -TrackID -1 Position (-204.345,346.194,231.248) : 62.2105 [keV] -TrackID -1 Position (376.663,138.886,169.707) : 12.022 [keV] -TrackID -1 Position (292.479,67.9042,46.9854) : 29.6939 [keV] -TrackID -1 Position (294.619,68.0405,48.7225) : 36.2944 [keV] -TrackID -1 Position (299.911,-182.224,-36.584) : 100.056 [keV] -TrackID -1 Position (339.969,89.3567,-278.784) : 43.007 [keV] -TrackID -1 Position (438.683,117.693,-377.35) : 48.2623 [keV] -TrackID -1 Position (438.787,117.599,-377.396) : 86.4042 [keV] -TrackID -1 Position (439.088,117.406,-377.476) : 122.45 [keV] -TrackID -1 Position (439.39,117.198,-377.397) : 128.998 [keV] -TrackID -1 Position (439.684,116.999,-377.381) : 11.5655 [keV] -TrackID -1 Position (434.337,121.92,-375.253) : 345.086 [keV] -TrackID -1 Position (363.425,271.802,-444.514) : 140.13 [keV] -TrackID -1 Position (144.885,373.791,-347.056) : 61.404 [keV] -TrackID -1 Position (144.893,373.567,-347.137) : 227.11 [keV] -TrackID -1 Position (144.889,373.303,-347.145) : 67.5746 [keV] -TrackID -1 Position (144.919,373.056,-347.229) : 132.975 [keV] -TrackID -1 Position (144.827,372.867,-347.367) : 0.794162 [keV] -TrackID -1 Position (-102,-386.776,-382.364) : 31.4979 [keV] -TrackID -1 Position (-102.064,-386.872,-382.307) : 29.2461 [keV] -TrackID -1 Position (-102.103,-386.951,-382.265) : 22.6962 [keV] -TrackID -1 Position (-102.109,-387.044,-382.229) : 30.4756 [keV] -TrackID -1 Position (-102.109,-387.143,-382.226) : 72.8516 [keV] -TrackID -1 Position (-102.148,-387.229,-382.261) : 36.7792 [keV] -TrackID -1 Position (-102.214,-387.302,-382.253) : 26.0591 [keV] -TrackID -1 Position (-102.286,-387.374,-382.259) : 40.5968 [keV] -TrackID -1 Position (-102.363,-387.474,-382.284) : 42.1691 [keV] -TrackID -1 Position (-102.414,-387.573,-382.368) : 64.5133 [keV] -TrackID -1 Position (-102.477,-387.722,-382.362) : 195.286 [keV] -TrackID -1 Position (-102.451,-387.894,-382.425) : 383.033 [keV] -TrackID -1 Position (212.191,-340.96,-4.18104) : 83.6568 [keV] -TrackID -1 Position (171.558,361.804,-273.665) : 21.0451 [keV] -TrackID -1 Position (149.823,-202.249,-124.032) : 8.79287 [keV] -TrackID -1 Position (-245.778,-178.028,-227.907) : 0.241663 [keV] -TrackID -1 Position (-348.297,204.725,-258.018) : 39.4266 [keV] -TrackID -1 Position (85.5264,394.353,-240.834) : 139.949 [keV] -TrackID -1 Position (85.2853,394.227,-240.556) : 66.9646 [keV] -TrackID -1 Position (85.3418,393.977,-240.517) : 550.315 [keV] -TrackID -1 Position (11.7475,451.467,-446.896) : 561.704 [keV] -TrackID -1 Position (11.2075,451.865,-446.322) : 17.6653 [keV] -TrackID -1 Position (166.24,418.178,-370.314) : 3.79184 [keV] -TrackID -1 Position (166.24,418.175,-370.317) : 1.1784 [keV] -TrackID -1 Position (166.241,418.175,-370.318) : 2.72341 [keV] -TrackID -1 Position (166.241,418.173,-370.319) : 1.15607 [keV] -TrackID -1 Position (166.242,418.173,-370.32) : 3.28316 [keV] -TrackID -1 Position (166.243,418.172,-370.321) : 1.56588 [keV] -TrackID -1 Position (166.243,418.171,-370.321) : 0.802783 [keV] -TrackID -1 Position (166.244,418.17,-370.322) : 1.01307 [keV] -TrackID -1 Position (166.245,418.169,-370.323) : 24.0106 [keV] -TrackID -1 Position (166.246,418.168,-370.323) : 1.50184 [keV] -TrackID -1 Position (166.246,418.167,-370.324) : 3.55866 [keV] -TrackID -1 Position (166.246,418.166,-370.324) : 4.35426 [keV] -TrackID -1 Position (166.247,418.165,-370.325) : 1.19239 [keV] -TrackID -1 Position (166.357,418.121,-370.161) : 0.346067 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.156668 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.218194 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.224028 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.175437 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.408764 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.0977524 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.150287 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.310369 [keV] -TrackID -1 Position (166.358,418.121,-370.161) : 0.712257 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.0285445 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.124045 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.222981 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.561603 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.499873 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.554668 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.777158 [keV] -TrackID -1 Position (166.351,418.124,-370.266) : 0.256839 [keV] -TrackID -1 Position (154.002,426.567,-354.651) : 294.505 [keV] -TrackID -1 Position (155.093,427.258,-354.824) : 101.888 [keV] -TrackID -1 Position (155.07,427.189,-354.923) : 41.0398 [keV] -TrackID -1 Position (155.016,427.134,-354.941) : 189.9 [keV] -TrackID -1 Position (-239.945,-79.3061,242.14) : 506.598 [keV] -TrackID -1 Position (-5.08115,250.267,64.6876) : 216.385 [keV] -TrackID -1 Position (190.086,-164.207,-116.563) : 270.69 [keV] -TrackID -1 Position (51.1441,349.906,-297.08) : 122.179 [keV] -TrackID -1 Position (-16.6613,-399.763,253.881) : 13.3238 [keV] -TrackID -1 Position (-16.6862,-399.773,253.879) : 7.30673 [keV] -TrackID -1 Position (-16.7017,-399.782,253.888) : 10.9883 [keV] -TrackID -1 Position (-16.6922,-399.794,253.906) : 103.363 [keV] -TrackID -1 Position (379.873,-133.174,-119.483) : 16.4723 [keV] -TrackID -1 Position (380.638,-132.49,-119.861) : 183.433 [keV] -TrackID -1 Position (-273.555,358.044,-422.711) : 71.8464 [keV] -TrackID -1 Position (-273.759,357.968,-422.732) : 41.2237 [keV] -TrackID -1 Position (-273.847,357.956,-422.717) : 56.4116 [keV] -TrackID -1 Position (-273.964,357.938,-422.819) : 56.7141 [keV] -TrackID -1 Position (-274.061,357.859,-422.798) : 308.142 [keV] -TrackID -1 Position (-303.898,334.769,-273.073) : 187.824 [keV] -TrackID -1 Position (-184.926,-410.762,39.6629) : 26.8063 [keV] -TrackID -1 Position (-188.234,-414.196,42.1763) : 8.99147 [keV] -TrackID -1 Position (-188.237,-414.21,42.1851) : 3.98377 [keV] -TrackID -1 Position (-188.246,-414.214,42.2) : 8.40679 [keV] -TrackID -1 Position (-188.25,-414.225,42.2134) : 4.19125 [keV] -TrackID -1 Position (-212.353,-402.407,74.6306) : 4.27177 [keV] -TrackID -1 Position (-212.35,-402.398,74.6308) : 0.954276 [keV] -TrackID -1 Position (-212.346,-402.388,74.6293) : 7.05911 [keV] -TrackID -1 Position (-212.336,-402.391,74.626) : 4.95456 [keV] -TrackID -1 Position (-212.325,-402.389,74.6222) : 4.60301 [keV] -TrackID -1 Position (-212.323,-402.4,74.6228) : 4.12101 [keV] -TrackID -1 Position (-212.324,-402.411,74.6246) : 6.03256 [keV] -TrackID -1 Position (-212.321,-402.421,74.6291) : 2.24869 [keV] -TrackID -1 Position (-156.332,-427.3,97.2385) : 2.24425 [keV] -TrackID -1 Position (-156.332,-427.298,97.2366) : 7.50935 [keV] -TrackID -1 Position (-156.331,-427.296,97.2325) : 2.51315 [keV] -TrackID -1 Position (-156.331,-427.295,97.2279) : 2.7417 [keV] -TrackID -1 Position (-156.33,-427.294,97.2233) : 3.72651 [keV] -TrackID -1 Position (-156.328,-427.294,97.2191) : 6.21745 [keV] -TrackID -1 Position (-156.326,-427.293,97.2149) : 4.31453 [keV] -TrackID -1 Position (-156.325,-427.293,97.2102) : 1.82854 [keV] -TrackID -1 Position (-156.324,-427.292,97.2059) : 2.37577 [keV] -TrackID -1 Position (-156.32,-427.292,97.2027) : 2.50095 [keV] -TrackID -1 Position (-156.317,-427.291,97.1997) : 5.75684 [keV] -TrackID -1 Position (-156.313,-427.292,97.1978) : 1.74376 [keV] -TrackID -1 Position (-156.308,-427.293,97.196) : 3.99429 [keV] -TrackID -1 Position (-156.304,-427.294,97.1952) : 3.923 [keV] -TrackID -1 Position (-156.3,-427.293,97.1936) : 2.89331 [keV] -TrackID -1 Position (-156.295,-427.293,97.1957) : 5.21295 [keV] -TrackID -1 Position (-156.292,-427.295,97.1976) : 5.70177 [keV] -TrackID -1 Position (-156.289,-427.297,97.2009) : 4.4038 [keV] -TrackID -1 Position (-156.289,-427.297,97.2051) : 3.30282 [keV] -TrackID -1 Position (-156.289,-427.295,97.2091) : 4.49326 [keV] -TrackID -1 Position (-156.287,-427.298,97.2124) : 4.6318 [keV] -TrackID -1 Position (-156.282,-427.297,97.2135) : 5.5825 [keV] -TrackID -1 Position (-156.28,-427.3,97.214) : 6.57318 [keV] -TrackID -1 Position (-156.278,-427.304,97.2138) : 4.73844 [keV] -TrackID -1 Position (-156.274,-427.306,97.2126) : 7.19825 [keV] -TrackID -1 Position (-156.272,-427.308,97.2102) : 23.0387 [keV] -TrackID -1 Position (89.1823,391.752,33.151) : 34.7747 [keV] -TrackID -1 Position (123.817,273.719,-119.586) : 43.6247 [keV] -TrackID -1 Position (123.835,273.56,-119.512) : 75.2832 [keV] -TrackID -1 Position (123.8,273.353,-119.465) : 22.7861 [keV] -TrackID -1 Position (111.867,229.152,-101.224) : 56.2023 [keV] -TrackID -1 Position (111.767,228.998,-101.087) : 50.924 [keV] -TrackID -1 Position (111.654,228.877,-101.027) : 54.3083 [keV] -TrackID -1 Position (111.525,228.773,-100.967) : 52.6701 [keV] -TrackID -1 Position (111.356,228.72,-100.945) : 47.8571 [keV] -TrackID -1 Position (111.189,228.684,-100.905) : 53.0489 [keV] -TrackID -1 Position (111.101,228.586,-100.789) : 48.0703 [keV] -TrackID -1 Position (111.013,228.515,-100.65) : 58.57 [keV] -TrackID -1 Position (110.923,228.453,-100.511) : 76.3317 [keV] -TrackID -1 Position (110.821,228.448,-100.325) : 62.8669 [keV] -TrackID -1 Position (110.879,228.423,-100.105) : 93.9248 [keV] -TrackID -1 Position (110.873,228.481,-99.8911) : 83.4649 [keV] -TrackID -1 Position (110.86,228.583,-99.6765) : 108.575 [keV] -TrackID -1 Position (110.676,228.578,-99.5831) : 73.5355 [keV] -TrackID -1 Position (110.522,228.66,-99.5246) : 423.271 [keV] -TrackID -1 Position (145.051,373.401,-158.927) : 243.277 [keV] -TrackID -1 Position (145.019,373.107,-158.648) : 130.657 [keV] -TrackID -1 Position (141.198,325.712,-111.28) : 369.563 [keV] -TrackID -1 Position (141.051,325.08,-110.341) : 697.657 [keV] -TrackID -1 Position (141.468,324.738,-109.485) : 331.842 [keV] -TrackID -1 Position (142.115,324.406,-108.826) : 396.691 [keV] -TrackID -1 Position (142.284,323.538,-108.724) : 645.207 [keV] -TrackID -1 Position (142.585,322.651,-108.942) : 43.442 [keV] -TrackID -1 Position (142.538,322.504,-108.872) : 458.21 [keV] -TrackID -1 Position (142.377,321.698,-108.733) : 91.489 [keV] -TrackID -1 Position (142.538,322.504,-108.872) : 1.844 [keV] -TrackID -1 Position (142.465,322.42,-108.751) : 9.55607 [keV] -TrackID -1 Position (150.669,265.187,-146.551) : 1.844 [keV] -TrackID -1 Position (150.684,265.076,-146.624) : 35.3302 [keV] -TrackID -1 Position (-301.642,268.621,-113.353) : 243.213 [keV] -TrackID -1 Position (184.227,-173.576,99.3343) : 503.424 [keV] -TrackID -1 Position (184.403,-173.073,100.076) : 28.5381 [keV] -TrackID -1 Position (326.319,-131.615,-297.821) : 14.5213 [keV] -TrackID -1 Position (278.198,-123.497,-169.777) : 28.3787 [keV] -TrackID -1 Position (277.983,-123.723,-169.634) : 312.705 [keV] -TrackID -1 Position (294.785,190.731,-345.732) : 31.6445 [keV] -TrackID -1 Position (-33.7373,353.393,-228.135) : 58.7057 [keV] -TrackID -1 Position (84.7807,-390.912,-196.694) : 11.6393 [keV] -TrackID -1 Position (61.1149,450.877,-332.509) : 16.8448 [keV] -TrackID -1 Position (-218.183,-209.722,-252.961) : 76.495 [keV] -TrackID -1 Position (294.785,190.731,-345.732) : 107.994 [keV] -TrackID -1 Position (-53.4325,349.745,-247.007) : 81.1267 [keV] -TrackID -1 Position (-51.7317,298.301,163.846) : 33.1062 [keV] -TrackID -1 Position (-53.0367,296.257,159.591) : 108.279 [keV] -TrackID -1 Position (91.7016,341.266,227.782) : 82.7412 [keV] -TrackID -1 Position (-137.534,271.751,4.95107) : 77.6306 [keV] -TrackID -1 Position (205.843,287.541,337.117) : 116.636 [keV] -TrackID -1 Position (205.561,287.438,337.303) : 79.3763 [keV] -TrackID -1 Position (205.484,287.238,337.466) : 118.234 [keV] -TrackID -1 Position (205.381,286.901,337.437) : 447.98 [keV] -TrackID -1 Position (205.166,287.551,337.159) : 107.553 [keV] -TrackID -1 Position (-138.992,212.767,-89.9548) : 1.53801 [keV] -TrackID -1 Position (-239.723,185.846,-167.066) : 23.1561 [keV] -TrackID -1 Position (-204.155,223.204,71.4851) : 61.7878 [keV] -TrackID -1 Position (-328.992,232.995,106.735) : 37.4518 [keV] -TrackID -1 Position (-329.491,233.419,107.341) : 76.9507 [keV] -TrackID -1 Position (-322.479,242.722,138.53) : 134.463 [keV] -TrackID -1 Position (153.692,-423.594,405.918) : 1.98704 [keV] -TrackID -1 Position (170.219,-363.388,383.377) : 10.6163 [keV] -TrackID -1 Position (113.149,-332.026,-20.9711) : 7.46737 [keV] -TrackID -1 Position (165.716,-367.854,-92.5249) : 42.1124 [keV] -TrackID -1 Position (391.802,-94.253,154.632) : 61.777 [keV] -TrackID -1 Position (62.5209,447.196,-260.649) : 33.9324 [keV] -TrackID -1 Position (66.2567,447.621,-262.644) : 132.239 [keV] -TrackID -1 Position (-390.574,-96.8438,163.338) : 49.5656 [keV] -TrackID -1 Position (-24.2987,249.014,8.73745) : 0.207824 [keV] -TrackID -1 Position (117.859,383.091,-37.9497) : 51.9703 [keV] -TrackID -1 Position (117.514,386.993,-41.8071) : 36.7756 [keV] -TrackID -1 Position (-8.36046,450.171,-254.158) : 32.9998 [keV] -TrackID -1 Position (-8.41031,450.152,-254.155) : 15.563 [keV] -TrackID -1 Position (-8.4606,450.117,-254.165) : 17.4457 [keV] -TrackID -1 Position (-8.49405,450.072,-254.14) : 16.8248 [keV] -TrackID -1 Position (-8.5072,450.018,-254.112) : 18.2774 [keV] -TrackID -1 Position (-8.54454,449.981,-254.08) : 141.194 [keV] -TrackID -1 Position (-8.58076,449.943,-254.046) : 27.6973 [keV] -TrackID -1 Position (-43.816,402.623,-211.62) : 10.8955 [keV] -TrackID -1 Position (-43.8275,402.603,-211.607) : 33.2029 [keV] -TrackID -1 Position (-43.8441,402.576,-211.605) : 10.4613 [keV] -TrackID -1 Position (-43.8693,402.561,-211.594) : 10.1135 [keV] -TrackID -1 Position (-43.8932,402.54,-211.596) : 7.33615 [keV] -TrackID -1 Position (-43.9079,402.512,-211.593) : 17.4264 [keV] -TrackID -1 Position (-43.9204,402.483,-211.59) : 12.6275 [keV] -TrackID -1 Position (-43.896,402.501,-211.601) : 12.2518 [keV] -TrackID -1 Position (-43.875,402.522,-211.61) : 8.25683 [keV] -TrackID -1 Position (-43.8689,402.549,-211.625) : 15.395 [keV] -TrackID -1 Position (-43.8712,402.575,-211.641) : 15.6287 [keV] -TrackID -1 Position (-43.8821,402.6,-211.658) : 7.0374 [keV] -TrackID -1 Position (-49.4067,447.28,-227.757) : 11.4214 [keV] -TrackID -1 Position (-49.4041,447.289,-227.767) : 5.21793 [keV] -TrackID -1 Position (-49.4066,447.301,-227.774) : 3.65862 [keV] -TrackID -1 Position (-49.4117,447.309,-227.785) : 3.57588 [keV] -TrackID -1 Position (-49.4141,447.308,-227.798) : 4.81512 [keV] -TrackID -1 Position (-49.4168,447.307,-227.812) : 5.09234 [keV] -TrackID -1 Position (-49.4222,447.299,-227.821) : 3.44792 [keV] -TrackID -1 Position (-49.4287,447.29,-227.831) : 5.61958 [keV] -TrackID -1 Position (-49.433,447.279,-227.838) : 0.662101 [keV] -TrackID -1 Position (-75.7453,397.854,-271.705) : 1.60343 [keV] -TrackID -1 Position (-75.747,397.851,-271.708) : 3.14683 [keV] -TrackID -1 Position (-75.7511,397.846,-271.713) : 2.84833 [keV] -TrackID -1 Position (-75.7548,397.84,-271.715) : 2.97786 [keV] -TrackID -1 Position (-75.7597,397.834,-271.715) : 1.23258 [keV] -TrackID -1 Position (-75.7655,397.829,-271.713) : 4.53218 [keV] -TrackID -1 Position (-75.773,397.827,-271.714) : 0.867986 [keV] -TrackID -1 Position (-75.7804,397.828,-271.712) : 15.4597 [keV] -TrackID -1 Position (-75.7881,397.828,-271.711) : 2.65551 [keV] -TrackID -1 Position (-75.794,397.823,-271.71) : 3.69108 [keV] -TrackID -1 Position (-75.7986,397.817,-271.709) : 3.84233 [keV] -TrackID -1 Position (-75.8053,397.814,-271.711) : 8.90833 [keV] -TrackID -1 Position (-75.8121,397.811,-271.711) : 3.48694 [keV] -TrackID -1 Position (-75.817,397.805,-271.709) : 3.25558 [keV] -TrackID -1 Position (-75.8175,397.798,-271.709) : 1.87128 [keV] -TrackID -1 Position (-75.8157,397.792,-271.713) : 2.99287 [keV] -TrackID -1 Position (-75.8065,397.794,-271.713) : 4.00146 [keV] -TrackID -1 Position (-75.7982,397.79,-271.718) : 7.59601 [keV] -TrackID -1 Position (-75.7913,397.796,-271.723) : 6.22432 [keV] -TrackID -1 Position (-75.7811,397.791,-271.722) : 9.59325 [keV] -TrackID -1 Position (-75.7796,397.782,-271.723) : 8.42779 [keV] -TrackID -1 Position (-75.7766,397.773,-271.716) : 75.1404 [keV] -TrackID -1 Position (-291.342,-193.958,-303.632) : 2305.2 [keV] -TrackID -1 Position (-294.302,-197,-302.5) : 263.811 [keV] -TrackID -1 Position (-294.971,-197.528,-302.376) : 297.017 [keV] -TrackID -1 Position (-295.432,-196.834,-302.784) : 332.091 [keV] -TrackID -1 Position (-295.631,-196.134,-303.269) : 415.838 [keV] -TrackID -1 Position (-295.672,-195.839,-304.1) : 247.627 [keV] -TrackID -1 Position (-295.897,-195.839,-304.786) : 293.663 [keV] -TrackID -1 Position (-295.977,-195.156,-305.017) : 336.601 [keV] -TrackID -1 Position (-295.984,-195.384,-305.813) : 418.38 [keV] -TrackID -1 Position (-295.897,-195.839,-304.786) : 24.501 [keV] -TrackID -1 Position (-295.924,-195.883,-304.851) : 11.8145 [keV] -TrackID -1 Position (-295.929,-195.914,-304.891) : 11.6422 [keV] -TrackID -1 Position (-295.953,-195.927,-304.934) : 18.2388 [keV] -TrackID -1 Position (-295.975,-195.943,-304.977) : 12.906 [keV] -TrackID -1 Position (-296.005,-195.966,-305.01) : 1.56739 [keV] -TrackID -1 Position (-339.856,-210.944,-348.906) : 27.7057 [keV] -TrackID -1 Position (-339.899,-210.953,-348.946) : 12.1369 [keV] -TrackID -1 Position (-339.926,-210.974,-348.969) : 13.6773 [keV] -TrackID -1 Position (-339.935,-210.999,-349.001) : 36.2077 [keV] -TrackID -1 Position (-339.941,-211.035,-349.023) : 15.3868 [keV] -TrackID -1 Position (-339.951,-211.068,-349.045) : 16.9549 [keV] -TrackID -1 Position (-339.959,-211.091,-349.079) : 15.752 [keV] -TrackID -1 Position (-339.979,-211.107,-349.11) : 13.6765 [keV] -TrackID -1 Position (-339.992,-211.119,-349.146) : 18.6117 [keV] -TrackID -1 Position (-339.997,-211.157,-349.164) : 18.4498 [keV] -TrackID -1 Position (-339.997,-211.196,-349.188) : 27.6718 [keV] -TrackID -1 Position (-339.973,-211.224,-349.223) : 16.7277 [keV] -TrackID -1 Position (-339.975,-211.274,-349.247) : 25.63 [keV] -TrackID -1 Position (-339.958,-211.296,-349.289) : 35.3078 [keV] -TrackID -1 Position (-339.912,-211.316,-349.32) : 25.7818 [keV] -TrackID -1 Position (-339.876,-211.332,-349.352) : 19.7267 [keV] -TrackID -1 Position (-339.851,-211.328,-349.398) : 24.0829 [keV] -TrackID -1 Position (-339.825,-211.34,-349.428) : 31.9402 [keV] -TrackID -1 Position (-339.785,-211.347,-349.426) : 22.6093 [keV] -TrackID -1 Position (-339.751,-211.347,-349.431) : 58.125 [keV] -TrackID -1 Position (-339.751,-211.384,-349.425) : 64.9055 [keV] -TrackID -1 Position (129.738,-378.47,349.322) : 171.562 [keV] -TrackID -1 Position (129.747,-378.651,349.395) : 68.7287 [keV] -TrackID -1 Position (129.693,-378.825,349.409) : 95.9893 [keV] -TrackID -1 Position (129.6,-378.975,349.476) : 82.992 [keV] -TrackID -1 Position (129.524,-379.1,349.59) : 51.2839 [keV] -TrackID -1 Position (129.516,-379.259,349.502) : 65.3106 [keV] -TrackID -1 Position (129.53,-379.397,349.382) : 63.7061 [keV] -TrackID -1 Position (129.444,-379.482,349.25) : 72.6342 [keV] -TrackID -1 Position (129.374,-379.525,349.073) : 53.5091 [keV] -TrackID -1 Position (129.388,-379.653,348.931) : 72.0951 [keV] -TrackID -1 Position (129.358,-379.873,348.956) : 67.4637 [keV] -TrackID -1 Position (129.299,-380.094,348.999) : 83.4624 [keV] -TrackID -1 Position (129.114,-380.23,348.963) : 442.591 [keV] -TrackID -1 Position (120.634,437.469,-260.326) : 306.718 [keV] -TrackID -1 Position (392.848,-224.588,-238.337) : 4.18358 [keV] -TrackID -1 Position (392.348,-224.182,-238.491) : 107.661 [keV] -TrackID -1 Position (393.074,-224.458,-237.185) : 517.339 [keV] -TrackID -1 Position (393.343,-225.024,-237.781) : 12.6704 [keV] -TrackID -1 Position (91.6496,442.379,-344.439) : 267.601 [keV] -TrackID -1 Position (207.653,142.334,-180.438) : 334.692 [keV] -TrackID -1 Position (272.719,295.304,-294.63) : 235.94 [keV] -TrackID -1 Position (-173.485,-418.303,-441.929) : 9.27534 [keV] -TrackID -1 Position (-174.195,-418.206,-442.323) : 1.96761 [keV] -TrackID -1 Position (-175.798,-418.088,-442.692) : 63.8063 [keV] -TrackID -1 Position (201.466,350.984,-104.484) : 42.9218 [keV] -TrackID -1 Position (201.402,350.923,-104.402) : 14.9463 [keV] -TrackID -1 Position (201.372,350.936,-104.376) : 35.0762 [keV] -TrackID -1 Position (201.282,350.972,-104.356) : 26.4597 [keV] -TrackID -1 Position (201.212,350.993,-104.327) : 27.5267 [keV] -TrackID -1 Position (201.143,351.044,-104.303) : 37.4404 [keV] -TrackID -1 Position (201.063,351.061,-104.282) : 32.8579 [keV] -TrackID -1 Position (201.006,351.098,-104.227) : 45.5389 [keV] -TrackID -1 Position (200.973,351.15,-104.159) : 55.4502 [keV] -TrackID -1 Position (200.956,351.136,-104.07) : 202.087 [keV] -TrackID -1 Position (99.7949,439.526,-394.958) : 50.8749 [keV] -TrackID -1 Position (99.8275,439.493,-395.07) : 61.1587 [keV] -TrackID -1 Position (99.9514,439.388,-395.101) : 45.2449 [keV] -TrackID -1 Position (99.9593,439.257,-395.148) : 35.9682 [keV] -TrackID -1 Position (99.9577,439.155,-395.094) : 48.6119 [keV] -TrackID -1 Position (99.9455,439.082,-395.026) : 29.9079 [keV] -TrackID -1 Position (100.002,439.039,-395.001) : 87.8514 [keV] -TrackID -1 Position (100.029,438.993,-394.972) : 28.1258 [keV] -TrackID -1 Position (100.002,438.95,-394.946) : 25.9387 [keV] -TrackID -1 Position (99.9615,438.934,-394.928) : 23.8228 [keV] -TrackID -1 Position (99.9349,438.975,-394.951) : 20.5014 [keV] -TrackID -1 Position (99.8886,438.985,-394.961) : 26.2116 [keV] -TrackID -1 Position (99.8402,438.973,-394.956) : 67.0566 [keV] -TrackID -1 Position (99.8236,438.951,-395.001) : 96.245 [keV] -TrackID -1 Position (-51.0952,448.137,-354.044) : 325.168 [keV] -TrackID -1 Position (124.254,329.963,-347.027) : 143.518 [keV] -TrackID -1 Position (115.295,435.255,-342.391) : 69.0252 [keV] -TrackID -1 Position (114.083,437.083,-334.651) : 176.008 [keV] -TrackID -1 Position (105.518,438.999,-427.585) : 109.491 [keV] -TrackID -1 Position (47.4384,447.821,-308.92) : 47.4109 [keV] -TrackID -1 Position (47.3432,447.856,-308.894) : 23.7861 [keV] -TrackID -1 Position (47.2956,447.852,-308.9) : 207.995 [keV] -TrackID -1 Position (165.908,193.547,154.246) : 24.4859 [keV] -TrackID -1 Position (357.986,272.817,96.4663) : 12.6455 [keV] -TrackID -1 Position (358.001,272.834,96.4493) : 3.95493 [keV] -TrackID -1 Position (358.01,272.852,96.4518) : 7.92774 [keV] -TrackID -1 Position (358.023,272.875,96.4514) : 8.10537 [keV] -TrackID -1 Position (358.04,272.899,96.4554) : 12.9299 [keV] -TrackID -1 Position (358.047,272.876,96.4301) : 9.16189 [keV] -TrackID -1 Position (358.081,272.871,96.4071) : 21.7932 [keV] -TrackID -1 Position (358.086,272.879,96.3719) : 46.7031 [keV] -TrackID -1 Position (358.122,272.876,96.345) : 18.0833 [keV] -TrackID -1 Position (358.16,272.863,96.3297) : 31.1776 [keV] -TrackID -1 Position (358.202,272.842,96.329) : 155.025 [keV] -TrackID -1 Position (52.1135,397.761,-116.856) : 24.0921 [keV] -TrackID -1 Position (-260.571,154.487,-79.2463) : 255.72 [keV] -TrackID -1 Position (43.5118,248.276,-16.5454) : 1.844 [keV] -TrackID -1 Position (43.519,248.131,-16.5229) : 141.469 [keV] -TrackID -1 Position (43.5118,248.276,-16.5454) : 108.278 [keV] -TrackID -1 Position (-294.446,-66.0228,293.973) : 68.1734 [keV] -TrackID -1 Position (-272.708,219.694,15.7126) : 11.9018 [keV] -TrackID -1 Position (-272.689,219.721,15.6956) : 25.4056 [keV] -TrackID -1 Position (-272.67,219.746,15.6675) : 15.2096 [keV] -TrackID -1 Position (-272.702,219.724,15.6494) : 16.9948 [keV] -TrackID -1 Position (-272.738,219.702,15.6421) : 19.1336 [keV] -TrackID -1 Position (-272.734,219.659,15.6466) : 27.2603 [keV] -TrackID -1 Position (-272.732,219.612,15.6615) : 10.8504 [keV] -TrackID -1 Position (-272.747,219.578,15.6608) : 12.2515 [keV] -TrackID -1 Position (-272.751,219.546,15.6541) : 15.2285 [keV] -TrackID -1 Position (-272.773,219.535,15.6364) : 11.5414 [keV] -TrackID -1 Position (-272.798,219.539,15.6444) : 11.5926 [keV] -TrackID -1 Position (-272.828,219.534,15.6507) : 15.7239 [keV] -TrackID -1 Position (-272.861,219.534,15.6669) : 15.6579 [keV] -TrackID -1 Position (-272.889,219.511,15.6517) : 19.6981 [keV] -TrackID -1 Position (-272.927,219.505,15.6675) : 22.5925 [keV] -TrackID -1 Position (-272.945,219.494,15.705) : 139.116 [keV] -TrackID -1 Position (-53.7561,-349.487,344.707) : 180.631 [keV] -TrackID -1 Position (-53.3192,-349.342,344.525) : 57.1728 [keV] -TrackID -1 Position (-53.297,-349.398,344.323) : 616.999 [keV] -TrackID -1 Position (-53.1362,-349.476,343.828) : 14.4559 [keV] -TrackID -1 Position (-398.032,-70.5381,277.487) : 101.83 [keV] -TrackID -1 Position (-393.838,-81.6771,280.271) : 4.10902 [keV] -TrackID -1 Position (-328.01,-230.602,344.793) : 6.33058 [keV] -TrackID -1 Position (-309.528,-260.595,353.227) : 36.3156 [keV] -TrackID -1 Position (-255.84,-374.996,328.622) : 90.6562 [keV] -TrackID -1 Position (-290.453,-278.531,263.929) : 137.981 [keV] -TrackID -1 Position (-350.386,16.4765,322.908) : 189.918 [keV] -TrackID -1 Position (126.805,-330.159,106.492) : 21.0014 [keV] -TrackID -1 Position (-385.801,-239.211,326.489) : 241.135 [keV] -TrackID -1 Position (-374.948,-251.21,315.475) : 27.232 [keV] -TrackID -1 Position (-350.18,-194.734,-293.157) : 176.14 [keV] -TrackID -1 Position (-336.531,-217.104,-297.922) : 42.2776 [keV] -TrackID -1 Position (-327.229,-236.809,-291.846) : 84.775 [keV] -TrackID -1 Position (-327.299,-236.942,-292.001) : 103.485 [keV] -TrackID -1 Position (-327.272,-236.929,-292.223) : 55.2809 [keV] -TrackID -1 Position (-327.288,-237.073,-292.336) : 3.97467 [keV] -TrackID -1 Position (-327.291,-237.088,-292.344) : 76.1897 [keV] -TrackID -1 Position (-327.446,-237.234,-292.481) : 51.8003 [keV] -TrackID -1 Position (-327.522,-237.215,-292.59) : 176.089 [keV] -TrackID -1 Position (-327.624,-237.177,-292.655) : 203.343 [keV] -TrackID -1 Position (-358.589,-271.871,-305.762) : 1.844 [keV] -TrackID -1 Position (-361.537,-275.147,-307.026) : 23.5313 [keV] -TrackID -1 Position (219.641,-337.102,361.978) : 31.3007 [keV] -TrackID -1 Position (222.226,-337.304,366.105) : 220.982 [keV] -TrackID -1 Position (223.349,-336.695,364.963) : 78.1532 [keV] -TrackID -1 Position (-149.749,-200.188,172.752) : 3.4216 [keV] -TrackID -1 Position (-153.728,-200.276,176.787) : 0.436408 [keV] -TrackID -1 Position (45.6487,-245.797,15.0183) : 0.0050077 [keV] -TrackID -1 Position (-8.53412,-349.896,109.333) : 0.00668399 [keV] -TrackID -1 Position (-22.6355,-304.159,104.119) : 0.00112338 [keV] -TrackID -1 Position (392.796,84.5229,-9.4061) : 1.844 [keV] -TrackID -1 Position (392.21,81.965,-19.0157) : 88.9794 [keV] -TrackID -1 Position (392.796,84.5229,-9.4061) : 13.0187 [keV] -TrackID -1 Position (371.685,259.169,-0.812776) : 61.6226 [keV] -TrackID -1 Position (20.5249,-454.454,44.4646) : 19.3474 [keV] -TrackID -1 Position (20.5124,-454.482,44.4715) : 8.74221 [keV] -TrackID -1 Position (20.5082,-454.491,44.4774) : 10.8538 [keV] -TrackID -1 Position (20.5088,-454.501,44.4827) : 3.63322 [keV] -TrackID -1 Position (20.5123,-454.504,44.4908) : 1.90329 [keV] -TrackID -1 Position (20.5086,-454.505,44.4967) : 8.86605 [keV] -TrackID -1 Position (20.5086,-454.505,44.5039) : 2.1435 [keV] -TrackID -1 Position (20.5069,-454.509,44.5087) : 9.32841 [keV] -TrackID -1 Position (20.5014,-454.513,44.5116) : 2.87982 [keV] -TrackID -1 Position (20.5005,-454.518,44.5123) : 15.4075 [keV] -TrackID -1 Position (20.5017,-454.524,44.5139) : 4.34124 [keV] -TrackID -1 Position (20.5026,-454.53,44.5137) : 5.9216 [keV] -TrackID -1 Position (20.4974,-454.533,44.5134) : 6.77435 [keV] -TrackID -1 Position (20.4925,-454.533,44.5155) : 6.54414 [keV] -TrackID -1 Position (20.4904,-454.536,44.5187) : 5.61539 [keV] -TrackID -1 Position (112.968,-332.658,-285.818) : 40.4395 [keV] -TrackID -1 Position (-445.042,-85.4274,-368.599) : 131.863 [keV] -TrackID -1 Position (247.532,-40.3384,-69.669) : 28.4452 [keV] -TrackID -1 Position (247.772,-38.9059,-63.2842) : 35.8112 [keV] -TrackID -1 Position (350.309,-37.3949,130.609) : 101.19 [keV] -TrackID -1 Position (-131.486,215.407,172.944) : 49.5139 [keV] -TrackID -1 Position (444.649,-85.766,251.763) : 323.874 [keV] -TrackID -1 Position (312.159,-167.304,321.184) : 452.136 [keV] -TrackID -1 Position (374.442,-142.981,294.982) : 42.9925 [keV] -TrackID -1 Position (-68.4415,345.046,33.9963) : 1.40186 [keV] -TrackID -1 Position (-69.5097,347.525,29.1711) : 37.8219 [keV] -TrackID -1 Position (78.0548,444.696,-446.38) : 39.7373 [keV] -TrackID -1 Position (-311.736,-252.816,61.5259) : 220.347 [keV] -TrackID -1 Position (-175.134,-246.76,-246.714) : 118.786 [keV] -TrackID -1 Position (-77.8529,447.496,287.971) : 205.478 [keV] -TrackID -1 Position (-81.9295,395.979,-274.798) : 44.5133 [keV] -TrackID -1 Position (-49.5606,451.291,-234.559) : 105.805 [keV] -TrackID -1 Position (-49.5589,451.579,-234.477) : 64.0477 [keV] -TrackID -1 Position (-49.4793,451.657,-234.311) : 49.9534 [keV] -TrackID -1 Position (-49.3973,451.701,-234.22) : 39.1837 [keV] -TrackID -1 Position (-49.3579,451.67,-234.088) : 34.8176 [keV] -TrackID -1 Position (-49.4396,451.763,-234.098) : 72.289 [keV] -TrackID -1 Position (-49.5409,451.832,-234.041) : 36.744 [keV] -TrackID -1 Position (-49.6399,451.869,-234.023) : 27.6276 [keV] -TrackID -1 Position (-49.7228,451.821,-234.038) : 28.7498 [keV] -TrackID -1 Position (-49.8077,451.827,-234.042) : 50.7908 [keV] -TrackID -1 Position (-49.8881,451.787,-234.081) : 29.1514 [keV] -TrackID -1 Position (-49.964,451.794,-234.134) : 30.7546 [keV] -TrackID -1 Position (-50.057,451.797,-234.164) : 36.4548 [keV] -TrackID -1 Position (-50.1233,451.748,-234.204) : 66.6573 [keV] -TrackID -1 Position (-50.18,451.705,-234.253) : 234.343 [keV] -TrackID -1 Position (171.214,-251.893,195.699) : 307.187 [keV] -TrackID -1 Position (170.831,-250.935,196.055) : 257.525 [keV] -TrackID -1 Position (170.389,-250.363,196.394) : 264.402 [keV] -TrackID -1 Position (170.524,-249.876,197.03) : 296.373 [keV] -TrackID -1 Position (170.56,-249.106,197.23) : 230.912 [keV] -TrackID -1 Position (170.53,-248.262,197.243) : 291.998 [keV] -TrackID -1 Position (169.862,-247.848,197.497) : 250.309 [keV] -TrackID -1 Position (169.726,-247.564,198.107) : 372.056 [keV] -TrackID -1 Position (169.769,-247.628,198.566) : 323.16 [keV] -TrackID -1 Position (169.725,-247.523,198.978) : 266.68 [keV] -TrackID -1 Position (169.769,-247.628,198.566) : 1.844 [keV] -TrackID -1 Position (169.743,-247.616,198.614) : 7.99191 [keV] -TrackID -1 Position (35.21,-298.872,167.311) : 49.7796 [keV] -TrackID -1 Position (40.4648,-349.972,163.452) : 135.843 [keV] -TrackID -1 Position (41.0638,-349.892,163.581) : 151.87 [keV] -TrackID -1 Position (41.4799,-350.005,163.617) : 192.52 [keV] -TrackID -1 Position (41.9158,-350.195,163.444) : 235.941 [keV] -TrackID -1 Position (42.0484,-350.228,163.008) : 610.449 [keV] -TrackID -1 Position (40.6517,-350.252,162.756) : 161.461 [keV] -TrackID -1 Position (-245.02,-322.475,262.847) : 1.844 [keV] -TrackID -1 Position (-245.665,-319.746,268.099) : 52.5222 [keV] -TrackID -1 Position (-229.08,-389.913,133.074) : 6.79039 [keV] -TrackID -1 Position (-241.661,-320.447,99.2991) : 5.2229 [keV] -TrackID -1 Position (-62.994,-242.282,28.9488) : 10.6974 [keV] -TrackID -1 Position (-59.6673,-245.671,35.2187) : 29.402 [keV] -TrackID -1 Position (-61.8806,-243.05,34.0246) : 65.636 [keV] -TrackID -1 Position (-46.2883,-299.013,29.4488) : 298.897 [keV] -TrackID -1 Position (-397.975,44.8937,35.5022) : 52.8698 [keV] -TrackID -1 Position (-392.918,-229.435,-302.348) : 27.009 [keV] -TrackID -1 Position (-392.92,-229.424,-302.367) : 7.72025 [keV] -TrackID -1 Position (-392.917,-229.416,-302.386) : 7.14454 [keV] -TrackID -1 Position (-392.909,-229.405,-302.402) : 5.42634 [keV] -TrackID -1 Position (-392.9,-229.392,-302.414) : 13.9331 [keV] -TrackID -1 Position (-392.909,-229.375,-302.412) : 11.2258 [keV] -TrackID -1 Position (-392.923,-229.361,-302.42) : 9.41686 [keV] -TrackID -1 Position (-392.934,-229.346,-302.428) : 8.37715 [keV] -TrackID -1 Position (-392.942,-229.328,-302.433) : 6.58287 [keV] -TrackID -1 Position (-392.953,-229.311,-302.432) : 8.82093 [keV] -TrackID -1 Position (-392.971,-229.3,-302.431) : 7.90733 [keV] -TrackID -1 Position (-392.988,-229.289,-302.431) : 11.6161 [keV] -TrackID -1 Position (-393.006,-229.281,-302.428) : 16.8958 [keV] -TrackID -1 Position (155.259,422.445,-175.911) : 19.5114 [keV] -TrackID -1 Position (-406.494,-196.271,299.662) : 296.526 [keV] -TrackID -1 Position (-283.208,-214.052,104.598) : 47.0085 [keV] -TrackID -1 Position (184.39,172.627,-8.63739) : 113.513 [keV] -TrackID -1 Position (190.772,165.185,-19.6999) : 81.0736 [keV] -TrackID -1 Position (-351.583,-191.228,292.773) : 142.02 [keV] -TrackID -1 Position (-94.5019,231.451,63.913) : 34.3477 [keV] -TrackID -1 Position (-80.5448,340.606,-43.3234) : 1.74841 [keV] -TrackID -1 Position (-327.046,-124.663,314.167) : 0.195691 [keV] -TrackID -1 Position (386.302,103.783,-241.739) : 12.8492 [keV] -TrackID -1 Position (391.595,103.269,-237.411) : 3.83689 [keV] -TrackID -1 Position (391.069,103.719,-238.399) : 10.524 [keV] -TrackID -1 Position (282.889,214.473,-176.179) : 6.06579 [keV] -TrackID -1 Position (311.933,250.395,-173.4) : 7.20949 [keV] -TrackID -1 Position (254.809,167.623,32.3591) : 8.58694 [keV] -TrackID -1 Position (280.083,358.579,-363.982) : 0.182851 [keV] -TrackID -1 Position (45.3032,-347.056,298.497) : 0.00882336 [keV] -TrackID -1 Position (5.03829,-449.972,332.255) : 0.636579 [keV] -TrackID -1 Position (60.3119,395.427,173.731) : 0.0237059 [keV] -TrackID -1 Position (55.0133,399.054,169.491) : 0.020021 [keV] -TrackID -1 Position (54.777,398.954,168.089) : 0.0536692 [keV] -TrackID -1 Position (-132.361,-212.086,163.137) : 357.041 [keV] -TrackID -1 Position (-133.287,-212.039,162.494) : 2813.95 [keV] -TrackID -1 Position (-140.793,-211.89,160.535) : 515.047 [keV] -TrackID -1 Position (-228.587,-194.289,172.472) : 2168.65 [keV] -TrackID -1 Position (-233.672,-192.913,174.686) : 539.938 [keV] -TrackID -1 Position (-235.432,-192.717,174.386) : 595.328 [keV] -TrackID -1 Position (-308.741,-164.861,175.441) : 579.911 [keV] -TrackID -1 Position (-310.694,-164.469,175.762) : 711.669 [keV] -TrackID -1 Position (-312.656,-164.511,175.686) : 709.411 [keV] -TrackID -1 Position (-314.339,-164.761,176.07) : 33.8065 [keV] -TrackID -1 Position (-353.719,-186.769,168.172) : 75.2444 [keV] -TrackID -1 Position (-353.968,-186.87,168.101) : 111.688 [keV] -TrackID -1 Position (-354.261,-186.889,168) : 78.7998 [keV] -TrackID -1 Position (-354.396,-186.911,167.738) : 72.3671 [keV] -TrackID -1 Position (-354.339,-187.046,167.477) : 82.972 [keV] -TrackID -1 Position (-354.186,-186.884,167.271) : 151.356 [keV] -TrackID -1 Position (-353.932,-186.769,167.149) : 89.9142 [keV] -TrackID -1 Position (-260.421,-241.259,161.43) : 26.6064 [keV] -TrackID -1 Position (-260.339,-241.298,161.433) : 14.5707 [keV] -TrackID -1 Position (-260.267,-241.305,161.431) : 19.9742 [keV] -TrackID -1 Position (-260.198,-241.323,161.426) : 18.0288 [keV] -TrackID -1 Position (-260.131,-241.336,161.401) : 18.7603 [keV] -TrackID -1 Position (-260.061,-241.329,161.39) : 16.1483 [keV] -TrackID -1 Position (-259.992,-241.311,161.379) : 36.6844 [keV] -TrackID -1 Position (-259.922,-241.299,161.392) : 20.7661 [keV] -TrackID -1 Position (-259.857,-241.274,161.4) : 24.9571 [keV] -TrackID -1 Position (-259.796,-241.231,161.421) : 24.1021 [keV] -TrackID -1 Position (-259.723,-241.177,161.421) : 34.9469 [keV] -TrackID -1 Position (-259.632,-241.131,161.447) : 41.6489 [keV] -TrackID -1 Position (-259.63,-241.026,161.511) : 54.1653 [keV] -TrackID -1 Position (-259.681,-241.084,161.625) : 60.2316 [keV] -TrackID -1 Position (-259.838,-241.035,161.591) : 19.3199 [keV] -TrackID -1 Position (-259.905,-241.029,161.577) : 46.8881 [keV] -TrackID -1 Position (-259.981,-241.039,161.699) : 161.623 [keV] -TrackID -1 Position (-260.048,-241.079,161.73) : 117.939 [keV] -TrackID -1 Position (-235.432,-192.717,174.386) : 99.7543 [keV] -TrackID -1 Position (-235.437,-192.676,174.612) : 84.3724 [keV] -TrackID -1 Position (-235.502,-192.602,174.69) : 352.179 [keV] -TrackID -1 Position (-278.687,-291.259,177.955) : 297.785 [keV] -TrackID -1 Position (-259.905,-241.029,161.577) : 1.844 [keV] -TrackID -1 Position (-259.951,-241.056,161.621) : 37.2744 [keV] -TrackID -1 Position (100.27,-231.648,24.9383) : 1.844 [keV] -TrackID -1 Position (100.987,-231.743,24.9608) : 77.4684 [keV] -TrackID -1 Position (100.27,-231.648,24.9383) : 1.79175 [keV] -TrackID -1 Position (-140.489,-210.634,159.252) : 27.5784 [keV] -TrackID -1 Position (-5.99107,-349.949,-281.451) : 1.844 [keV] -TrackID -1 Position (-6.50723,-350.605,-283.257) : 90.355 [keV] -TrackID -1 Position (33.3812,-299.887,-143.685) : 20.0487 [keV] -TrackID -1 Position (-37.6606,-352.311,-103.254) : 57.0742 [keV] -TrackID -1 Position (-37.2519,-302.021,-101.915) : 20.7225 [keV] -TrackID -1 Position (240.409,81.3285,247.56) : 85.4716 [keV] -TrackID -1 Position (-136.117,209.976,-15.6429) : 124.998 [keV] -TrackID -1 Position (71.3926,398.658,-159.358) : 21.93 [keV] -TrackID -1 Position (43.1336,402.697,-88.2034) : 0.0351404 [keV] -TrackID -1 Position (320.203,-141.316,-11.687) : 0.142465 [keV] -TrackID -1 Position (383.165,114.824,195.286) : 0.010938 [keV] -TrackID -1 Position (322.043,-237.252,-335.389) : 15.9044 [keV] -TrackID -1 Position (-191.298,407.315,-262.469) : 39.1824 [keV] -TrackID -1 Position (-157.418,261.237,-236.572) : 14.1579 [keV] -TrackID -1 Position (132.214,218.047,-120.749) : 67.5735 [keV] -TrackID -1 Position (121.141,224.388,26.6411) : 2.60922 [keV] -TrackID -1 Position (192.693,-159.278,15.4731) : 0.533129 [keV] -TrackID -1 Position (287.834,-277.762,66.1428) : 0.0618419 [keV] -TrackID -1 Position (326.829,-309.326,72.2015) : 0.849726 [keV] -TrackID -1 Position (327.259,-309.663,72.2587) : 0.0557608 [keV] -TrackID -1 Position (-454.874,10.703,248.227) : 22.0499 [keV] -TrackID -1 Position (-401.294,-54.6671,122.204) : 13.6503 [keV] -TrackID -1 Position (-251.397,-172.697,48.1798) : 40.8533 [keV] -TrackID -1 Position (55.6746,-243.722,-17.3263) : 30.8382 [keV] -TrackID -1 Position (410.767,-195.692,-282.06) : 0.27645 [keV] -TrackID -1 Position (408.189,-189.961,-270.42) : 0.709181 [keV] -TrackID -1 Position (267.472,-233.417,304.196) : 0.0121817 [keV] -TrackID -1 Position (264.278,-234.063,311.312) : 0.00445386 [keV] -TrackID -1 Position (-452.517,47.4724,439.564) : 0.921524 [keV] -TrackID -1 Position (97.0654,230.387,-49.2052) : 44.8778 [keV] -TrackID -1 Position (119.417,328.998,-10.3847) : 19.3008 [keV] -TrackID -1 Position (-445.625,-91.8896,350.983) : 10586.1 [keV] -TrackID -1 Position (-441.782,-92.5232,356.103) : 4371.3 [keV] -TrackID -1 Position (337.314,93.377,8.58855) : 15.5969 [keV] -TrackID -1 Position (338.079,102.99,-8.34862) : 15.5023 [keV] -TrackID -1 Position (449.84,12.0055,-252.492) : 4.11243 [keV] -TrackID -1 Position (388.058,-115.915,-261.809) : 1.06138 [keV] -TrackID -1 Position (286.895,200.478,-255.093) : 4.21236 [keV] -TrackID -1 Position (211.836,219.433,-204.225) : 10.8746 [keV] -TrackID -1 Position (169.06,306.462,-46.3295) : 26.5531 [keV] -TrackID -1 Position (175.065,307.476,-49.8908) : 17.3374 [keV] -TrackID -1 Position (95.6689,444.829,-118.528) : 23.3955 [keV] -TrackID -1 Position (29.8702,253.244,-165.624) : 0.0589848 [keV] -TrackID -1 Position (29.8671,250.346,-165.301) : 0.248051 [keV] -TrackID -1 Position (238.972,73.4338,-115.621) : 0.604237 [keV] -TrackID -1 Position (-402.529,-44.6682,280.256) : 61.5489 [keV] -TrackID -1 Position (-302.353,-178.57,-56.0965) : 29.6769 [keV] -TrackID -1 Position (-354.404,-20.5567,261.938) : 67.9354 [keV] -TrackID -1 Position (-449.711,-69.1769,201.653) : 16.8304 [keV] -TrackID -1 Position (-404.293,-23.9202,145.016) : 40.4753 [keV] -TrackID -1 Position (324.465,-318.979,12.5099) : 27.4711 [keV] -TrackID -1 Position (-375.906,-150.73,387.898) : 21.8169 [keV] -TrackID -1 Position (194.956,234.557,-110.14) : 0.740435 [keV] -TrackID -1 Position (-453.71,-34.2398,-179.663) : 4.45147 [keV] -TrackID -1 Position (-450.011,-32.2759,-214.232) : 20.7655 [keV] -TrackID -1 Position (-394.651,216.218,147.203) : 40.4529 [keV] -TrackID -1 Position (-86.5611,344.285,-311.101) : 25.5416 [keV] -TrackID -1 Position (276.411,-116.605,-67.0873) : 22.8347 [keV] -TrackID -1 Position (191.139,-407.389,-150.78) : 15.6015 [keV] -TrackID -1 Position (190.076,-410.851,-151.748) : 9.96649 [keV] -TrackID -1 Position (191.858,-411.895,-147.747) : 20.0327 [keV] -TrackID -1 Position (-302.353,-178.57,-56.0965) : 76.3599 [keV] -TrackID -1 Position (-302.427,-179.233,-56.6852) : 0.750647 [keV] -TrackID -1 Position (-426.022,-159.781,-316.903) : 839.253 [keV] -TrackID -1 Position (-425.282,-158.074,-316.612) : 2775.09 [keV] -TrackID -1 Position (-393.6,-95.414,-299.426) : 807.245 [keV] -TrackID -1 Position (-393.113,-94.4641,-299.157) : 871.427 [keV] -TrackID -1 Position (-392.28,-92.7948,-298.714) : 2298.78 [keV] -TrackID -1 Position (-354.788,-12.2577,-277.578) : 6588.38 [keV] -TrackID -1 Position (-294.971,188.393,-238.648) : 6912.42 [keV] -TrackID -1 Position (-291.2,201.482,-236.883) : 1459.54 [keV] -TrackID -1 Position (-265.643,299.055,-210.466) : 5184.11 [keV] -TrackID -1 Position (-244.597,377.72,-195.61) : 4736.11 [keV] -TrackID -1 Position (-392.28,-92.7948,-298.714) : 468.378 [keV] -TrackID -1 Position (-391.596,-92.917,-298.536) : 108.715 [keV] -TrackID -1 Position (-393.113,-94.4641,-299.157) : 72.0947 [keV] -TrackID -1 Position (-392.977,-94.5152,-299.036) : 43.1041 [keV] -TrackID -1 Position (-392.924,-94.5108,-298.948) : 303.601 [keV] -TrackID -1 Position (-425.282,-158.074,-316.612) : 564.654 [keV] -TrackID -1 Position (-392.924,-94.5108,-298.948) : 1.844 [keV] -TrackID -1 Position (-392.834,-94.5065,-298.819) : 23.1898 [keV] -TrackID -1 Position (-384.07,-243.958,-328.246) : 2457.59 [keV] -TrackID -1 Position (-305.557,-265.819,-329.15) : 167.608 [keV] -TrackID -1 Position (-304.99,-265.975,-329.158) : 1006.66 [keV] -TrackID -1 Position (-302.223,-266.729,-329.204) : 1789.32 [keV] -TrackID -1 Position (-196.041,-295.961,-332.721) : 5877.48 [keV] -TrackID -1 Position (-3.19145,-349.985,-341.749) : 7128.86 [keV] -TrackID -1 Position (118.074,-382.176,-346.486) : 81.5103 [keV] -TrackID -1 Position (118.353,-382.249,-346.498) : 3030.34 [keV] -TrackID -1 Position (199.547,-403.337,-350.154) : 3463.69 [keV] -TrackID -1 Position (118.353,-382.249,-346.498) : 238.916 [keV] -TrackID -1 Position (118.59,-382.246,-346.37) : 52.4498 [keV] -TrackID -1 Position (118.798,-382.284,-346.289) : 51.1797 [keV] -TrackID -1 Position (119.01,-382.259,-346.198) : 68.2918 [keV] -TrackID -1 Position (119.174,-382.099,-346.249) : 64.5544 [keV] -TrackID -1 Position (119.328,-381.926,-346.293) : 65.3923 [keV] -TrackID -1 Position (119.462,-381.749,-346.28) : 3.0043 [keV] -TrackID -1 Position (282.732,-282.954,-253.573) : 33.0407 [keV] -TrackID -1 Position (282.794,-282.891,-253.512) : 0.756705 [keV] -TrackID -1 Position (285.395,-280.268,-65.2424) : 41.151 [keV] -TrackID -1 Position (285.427,-280.297,-65.1436) : 36.6394 [keV] -TrackID -1 Position (285.448,-280.287,-65.0601) : 20.0568 [keV] -TrackID -1 Position (285.485,-280.297,-64.9846) : 79.1709 [keV] -TrackID -1 Position (285.557,-280.276,-64.9451) : 29.9935 [keV] -TrackID -1 Position (285.643,-280.283,-64.9426) : 22.0366 [keV] -TrackID -1 Position (285.695,-280.349,-64.9424) : 30.2037 [keV] -TrackID -1 Position (285.684,-280.429,-64.9677) : 19.3336 [keV] -TrackID -1 Position (285.687,-280.511,-64.9931) : 18.1187 [keV] -TrackID -1 Position (285.685,-280.595,-64.9878) : 21.5895 [keV] -TrackID -1 Position (285.654,-280.671,-65.0083) : 47.9716 [keV] -TrackID -1 Position (285.557,-280.65,-65.0274) : 79.9933 [keV] -TrackID -1 Position (285.466,-280.644,-65.0405) : 27.0402 [keV] -TrackID -1 Position (285.388,-280.619,-65.06) : 47.8029 [keV] -TrackID -1 Position (285.311,-280.615,-65.099) : 33.1027 [keV] -TrackID -1 Position (285.264,-280.554,-65.1212) : 26.1448 [keV] -TrackID -1 Position (285.186,-280.53,-65.1306) : 28.2008 [keV] -TrackID -1 Position (285.128,-280.573,-65.1175) : 32.6633 [keV] -TrackID -1 Position (285.114,-280.623,-65.187) : 82.1228 [keV] -TrackID -1 Position (285.042,-280.631,-65.2115) : 1.37861 [keV] -TrackID -1 Position (250.217,-312.076,-88.3721) : 3.23709 [keV] -TrackID -1 Position (250.219,-312.082,-88.3759) : 2.70658 [keV] -TrackID -1 Position (250.22,-312.088,-88.3757) : 11.9636 [keV] -TrackID -1 Position (250.221,-312.093,-88.3732) : 2.62285 [keV] -TrackID -1 Position (250.222,-312.098,-88.3711) : 5.59877 [keV] -TrackID -1 Position (250.224,-312.103,-88.3694) : 4.94796 [keV] -TrackID -1 Position (250.224,-312.109,-88.3695) : 7.5297 [keV] -TrackID -1 Position (250.224,-312.114,-88.3672) : 8.94032 [keV] -TrackID -1 Position (250.227,-312.12,-88.3667) : 12.0949 [keV] -TrackID -1 Position (250.232,-312.126,-88.3661) : 4.9113 [keV] -TrackID -1 Position (250.238,-312.132,-88.3654) : 24.8407 [keV] -TrackID -1 Position (250.247,-312.133,-88.3619) : 57.7391 [keV] -TrackID -1 Position (-302.223,-266.729,-329.204) : 652.75 [keV] -TrackID -1 Position (-302.583,-267.824,-328.782) : 49.9511 [keV] -TrackID -1 Position (-304.99,-265.975,-329.158) : 34.1946 [keV] -TrackID -1 Position (-304.95,-266.082,-329.187) : 24.9439 [keV] -TrackID -1 Position (-304.909,-266.111,-329.278) : 20.0369 [keV] -TrackID -1 Position (-304.88,-266.137,-329.376) : 35.718 [keV] -TrackID -1 Position (-304.87,-266.146,-329.48) : 29.8519 [keV] -TrackID -1 Position (-304.874,-266.178,-329.577) : 19.1732 [keV] -TrackID -1 Position (-304.824,-266.227,-329.656) : 30.8746 [keV] -TrackID -1 Position (-304.818,-266.295,-329.736) : 31.0244 [keV] -TrackID -1 Position (-304.799,-266.343,-329.828) : 35.9703 [keV] -TrackID -1 Position (-304.828,-266.368,-329.926) : 42.217 [keV] -TrackID -1 Position (-304.878,-266.418,-330.004) : 24.8285 [keV] -TrackID -1 Position (-304.964,-266.433,-330.064) : 23.6456 [keV] -TrackID -1 Position (-363.32,-265.516,-367.382) : 6.44141 [keV] -TrackID -1 Position (-363.354,-265.513,-367.384) : 16.4242 [keV] -TrackID -1 Position (-363.401,-265.498,-367.401) : 19.8158 [keV] -TrackID -1 Position (-363.445,-265.478,-367.422) : 15.9589 [keV] -TrackID -1 Position (-363.489,-265.461,-367.445) : 16.0891 [keV] -TrackID -1 Position (-363.537,-265.444,-367.429) : 21.8485 [keV] -TrackID -1 Position (-363.576,-265.44,-367.394) : 18.9203 [keV] -TrackID -1 Position (-363.599,-265.429,-367.349) : 100.391 [keV] -TrackID -1 Position (-363.622,-265.415,-367.304) : 12.4059 [keV] -TrackID -1 Position (-363.658,-265.391,-367.277) : 19.8723 [keV] -TrackID -1 Position (-363.681,-265.352,-367.249) : 13.3331 [keV] -TrackID -1 Position (-363.696,-265.326,-367.208) : 17.9336 [keV] -TrackID -1 Position (-363.736,-265.317,-367.174) : 14.3893 [keV] -TrackID -1 Position (-363.762,-265.273,-367.16) : 21.0475 [keV] -TrackID -1 Position (-363.787,-265.23,-367.155) : 18.1244 [keV] -TrackID -1 Position (-363.821,-265.201,-367.129) : 19.3115 [keV] -TrackID -1 Position (-363.82,-265.214,-367.079) : 18.1912 [keV] -TrackID -1 Position (-363.827,-265.263,-367.059) : 17.8714 [keV] -TrackID -1 Position (-363.782,-265.278,-367.036) : 23.1948 [keV] -TrackID -1 Position (-363.739,-265.312,-367.043) : 21.0407 [keV] -TrackID -1 Position (-363.691,-265.328,-367.059) : 18.4969 [keV] -TrackID -1 Position (-363.643,-265.319,-367.064) : 37.5805 [keV] -TrackID -1 Position (-363.634,-265.301,-367.112) : 28.8017 [keV] -TrackID -1 Position (-363.584,-265.302,-367.095) : 34.4286 [keV] -TrackID -1 Position (-363.589,-265.267,-367.081) : 64.7841 [keV] -TrackID -1 Position (-363.559,-265.248,-367.11) : 29.5733 [keV] -TrackID -1 Position (-398.324,-219.917,328.654) : 15.9188 [keV] -TrackID -1 Position (139.423,265.634,-276.988) : 6.8528 [keV] -TrackID -1 Position (220.32,-203.615,-201.242) : 2.39305 [keV] -TrackID -1 Position (225.117,-203.272,-199.907) : 0.576298 [keV] -TrackID -1 Position (-241.383,-319.316,-358.949) : 1.83089 [keV] -TrackID -1 Position (-254.103,-315.368,-76.128) : 38.4184 [keV] -TrackID -1 Position (-375.41,-257.084,-11.5243) : 1.56068 [keV] -TrackID -1 Position (-373.196,-252.275,-8.83564) : 1.87813 [keV] -TrackID -1 Position (299.08,265.615,276.952) : 0.637833 [keV] -TrackID -1 Position (365.147,262.998,316.438) : 4.08552 [keV] -TrackID -1 Position (286.521,346.995,307.978) : 2.92222 [keV] -TrackID -1 Position (354.642,195.587,-115.451) : 0.0207983 [keV] -TrackID -1 Position (91.6532,337.786,22.2237) : 0.0577336 [keV] -TrackID -1 Position (88.9506,389.984,24.9715) : 0.124844 [keV] -TrackID -1 Position (89.0126,393.673,25.0463) : 0.163718 [keV] -TrackID -1 Position (88.2167,393.245,25.9436) : 0.0256205 [keV] -TrackID -1 Position (-8.15862,449.926,-217.732) : 0.0075457 [keV] -TrackID -1 Position (-416.036,-184.226,-387.651) : 0.286816 [keV] -TrackID -1 Position (-450.116,-66.4843,-240.892) : 3.10209 [keV] -TrackID -1 Position (-281.382,-291.289,185.946) : 0.867158 [keV] -TrackID -1 Position (-364.828,-164.013,287.404) : 1.27348 [keV] -TrackID -1 Position (-365.514,-162.988,288.168) : 0.670915 [keV] -TrackID -1 Position (-326.991,-309.155,246.19) : 1.54233 [keV] -TrackID -1 Position (-312.146,324.137,173.907) : 17.2292 [keV] -TrackID -1 Position (-246.545,-380.548,-114.263) : 109.91 [keV] -TrackID -1 Position (-241.383,-319.316,-358.949) : 111.204 [keV] -TrackID -1 Position (142.471,-379.081,-262.152) : 87.5233 [keV] -TrackID -1 Position (-446.625,-86.8976,-366.906) : 0.0115838 [keV] -TrackID -1 Position (-357.014,-191.222,-354.893) : 0.000343909 [keV] -TrackID -1 Position (-162.224,-315.766,-166.132) : 0.273871 [keV] -TrackID -1 Position (11.4757,-449.854,-253.033) : 0.765257 [keV] -TrackID -1 Position (15.4838,-452.958,-255.052) : 0.0336447 [keV] -TrackID -1 Position (52.6093,-295.351,142.529) : 2.11964 [keV] -TrackID -1 Position (223.49,-112.037,-70.301) : 1.76071 [keV] -TrackID -1 Position (229.388,-105.671,-77.8688) : 0.714433 [keV] -TrackID -1 Position (226.545,-112.837,-61.8208) : 0.0388964 [keV] -TrackID -1 Position (398.377,72.9447,314.064) : 1.48882 [keV] -TrackID -1 Position (-239.345,87.9725,202.112) : 26.1056 [keV] -TrackID -1 Position (-234.786,259.568,61.9361) : 0.40294 [keV] -TrackID -1 Position (-38.4453,403.171,40.3162) : 28.2443 [keV] -TrackID -1 Position (218.926,-120.713,-149.824) : 0.462388 [keV] -TrackID -1 Position (317.271,-147.78,-196.12) : 7.3823 [keV] -TrackID -1 Position (320.836,-148.811,-197.746) : 1.47422 [keV] -TrackID -1 Position (315.798,-160.882,-203.466) : 12.6663 [keV] -TrackID -1 Position (307.088,-174.973,-231.465) : 0.300232 [keV] -TrackID -1 Position (306.76,-175.228,-228.214) : 1.16586 [keV] -TrackID -1 Position (341.758,-207.85,-104.766) : 2.91624 [keV] -TrackID -1 Position (209.689,-145.105,110.835) : 0.211377 [keV] -TrackID -1 Position (-399.994,-2.1955,-319.532) : 11.411 [keV] -TrackID -1 Position (4.1696,249.965,-45.6177) : 16.9988 [keV] -TrackID -1 Position (249.709,-166.269,-107.108) : 34.1676 [keV] -TrackID -1 Position (-421.627,-170.367,-298.079) : 39.2416 [keV] -TrackID -1 Position (88.9678,238.976,237.577) : 0.00050282 [keV] -TrackID -1 Position (27.5711,348.912,-159.362) : 21.6012 [keV] -TrackID -1 Position (260.581,-148.652,129.587) : 18.2968 [keV] -TrackID -1 Position (-115.459,-388.193,-204.518) : 0.12435 [keV] -TrackID -1 Position (250.808,379.632,-267.068) : 47.6726 [keV] -TrackID -1 Position (278.877,355.115,361.437) : 170.09 [keV] -TrackID -1 Position (279.143,355.181,361.036) : 98.1799 [keV] -TrackID -1 Position (279.305,355.235,360.81) : 122.984 [keV] -TrackID -1 Position (279.378,355.111,360.426) : 117.986 [keV] -TrackID -1 Position (279.556,355.077,360.114) : 456.485 [keV] -TrackID -1 Position (278.918,355.533,359.563) : 71.1572 [keV] -TrackID -1 Position (248.31,378.328,-264.865) : 110.048 [keV] -TrackID -1 Position (-421.627,-170.367,-298.079) : 107.155 [keV] -TrackID -1 Position (250.374,-166.48,-108.415) : 177.207 [keV] -TrackID -1 Position (116.822,385.361,-24.3491) : 148.907 [keV] -TrackID -1 Position (-26.8781,353.419,41.1379) : 127.949 [keV] -TrackID -1 Position (1.92597,254.993,227.901) : 10.2231 [keV] -TrackID -1 Position (27.3418,298.751,178.007) : 5.17528 [keV] -TrackID -1 Position (31.3634,253.064,95.1151) : 10.474 [keV] -TrackID -1 Position (163.776,251.351,247.815) : 0.107279 [keV] -TrackID -1 Position (104.652,333.988,210.855) : 0.0732004 [keV] -TrackID -1 Position (102.209,337.301,209.36) : 0.0956763 [keV] -TrackID -1 Position (181.218,179.402,73.1361) : 0.0983781 [keV] -TrackID -1 Position (185.558,171.177,66.1055) : 0.0559259 [keV] -TrackID -1 Position (188.335,170.726,67.5715) : 0.0429957 [keV] -TrackID -1 Position (433.554,-120.545,2.69755) : 4.75666e-05 [keV] -TrackID -1 Position (-304.387,172.767,-52.3981) : 0.170084 [keV] -TrackID -1 Position (142.525,-373.747,346.418) : 3.46836 [keV] -TrackID -1 Position (187.897,-353.122,349.031) : 0.713212 [keV] -TrackID -1 Position (285.068,-348.19,412.699) : 0.583524 [keV] -TrackID -1 Position (351.606,-281.3,18.3168) : 369.383 [keV] -TrackID -1 Position (249.817,-318.773,60.9895) : 1251.35 [keV] -TrackID -1 Position (246.453,-320.106,62.2029) : 1928.62 [keV] -TrackID -1 Position (241.866,-322.349,65.8998) : 3958.38 [keV] -TrackID -1 Position (233.556,-325.547,72.3769) : 548.154 [keV] -TrackID -1 Position (145.244,-323.928,143.272) : 384.406 [keV] -TrackID -1 Position (144.542,-323.894,143.792) : 2768.29 [keV] -TrackID -1 Position (138.516,-322.944,148.972) : 1899.31 [keV] -TrackID -1 Position (135.409,-322.849,151.253) : 1192.48 [keV] -TrackID -1 Position (133.587,-324.026,153.949) : 1064.63 [keV] -TrackID -1 Position (131.568,-325.042,155.832) : 417.455 [keV] -TrackID -1 Position (87.5502,-338.873,136.117) : 133.934 [keV] -TrackID -1 Position (87.3075,-338.965,135.924) : 70.0897 [keV] -TrackID -1 Position (87.0927,-339.094,135.929) : 89.6377 [keV] -TrackID -1 Position (86.8818,-339.172,135.834) : 88.8796 [keV] -TrackID -1 Position (86.6483,-339.252,135.879) : 81.3083 [keV] -TrackID -1 Position (86.4065,-339.323,135.852) : 100.465 [keV] -TrackID -1 Position (86.177,-339.417,135.909) : 77.509 [keV] -TrackID -1 Position (85.931,-339.418,135.934) : 65.4949 [keV] -TrackID -1 Position (85.763,-339.531,136.053) : 90.9324 [keV] -TrackID -1 Position (85.7455,-339.679,136.241) : 59.751 [keV] -TrackID -1 Position (85.5659,-339.76,136.378) : 65.7558 [keV] -TrackID -1 Position (85.4146,-339.754,136.578) : 113.61 [keV] -TrackID -1 Position (85.3866,-339.9,136.768) : 85.9152 [keV] -TrackID -1 Position (85.3756,-340.045,136.965) : 122.416 [keV] -TrackID -1 Position (85.2506,-340.019,137.153) : 131.003 [keV] -TrackID -1 Position (85.0698,-340.042,137.209) : 134.873 [keV] -TrackID -1 Position (84.8592,-340.041,137.078) : 107.277 [keV] -TrackID -1 Position (233.556,-325.547,72.3769) : 65.1926 [keV] -TrackID -1 Position (233.493,-325.697,72.4481) : 44.4325 [keV] -TrackID -1 Position (233.415,-325.79,72.4832) : 137.996 [keV] -TrackID -1 Position (233.306,-325.888,72.451) : 64.3999 [keV] -TrackID -1 Position (233.246,-325.755,72.5403) : 317.092 [keV] -TrackID -1 Position (246.453,-320.106,62.2029) : 1309.71 [keV] -TrackID -1 Position (243.681,-320.649,60.9383) : 1385.46 [keV] -TrackID -1 Position (241.899,-320.44,59.343) : 508.158 [keV] -TrackID -1 Position (241.158,-319.973,58.4571) : 379.302 [keV] -TrackID -1 Position (243.681,-320.649,60.9383) : 501.21 [keV] -TrackID -1 Position (242.531,-320.419,60.7193) : 141.605 [keV] -TrackID -1 Position (135.409,-322.849,151.253) : 1.844 [keV] -TrackID -1 Position (132.322,-325.03,153.947) : 62.842 [keV] -TrackID -1 Position (-258.441,-372.008,445.855) : 339.708 [keV] -TrackID -1 Position (-258.714,-372.038,446.676) : 368.747 [keV] -TrackID -1 Position (-259.232,-372.249,447.476) : 363.405 [keV] -TrackID -1 Position (-259.308,-372.667,448.285) : 539.538 [keV] -TrackID -1 Position (-259.036,-373.187,449.062) : 272.981 [keV] -TrackID -1 Position (-258.954,-373.042,449.862) : 121.567 [keV] -TrackID -1 Position (351.606,-281.3,18.3168) : 159.968 [keV] -TrackID -1 Position (268.742,-302.99,56.7145) : 2.48141 [keV] -TrackID -1 Position (268.731,-302.993,56.7197) : 4124.12 [keV] -TrackID -1 Position (131.009,-329.942,100.648) : 4003.19 [keV] -TrackID -1 Position (198.835,-227.353,-272.828) : 38.0583 [keV] -TrackID -1 Position (199.622,-226.008,-273.511) : 3.89938 [keV] -TrackID -1 Position (284.075,-98.4161,-257.128) : 32.9096 [keV] -TrackID -1 Position (417.154,-170.34,-44.4757) : 47.2724 [keV] -TrackID -1 Position (423.836,-162.708,-42.9589) : 297.804 [keV] -TrackID -1 Position (268.009,-303.46,57.2442) : 4.65366 [keV] -TrackID -1 Position (267.328,-303.35,57.3549) : 22.7217 [keV] -TrackID -1 Position (452.112,-51.1823,60.7052) : 20.5482 [keV] -TrackID -1 Position (449.617,-48.9292,63.6441) : 21.619 [keV] -TrackID -1 Position (449.293,-48.6698,60.3863) : 17.2225 [keV] -TrackID -1 Position (209.991,-340.447,-238.203) : 15.3337 [keV] -TrackID -1 Position (-244.427,-377.83,-378.624) : 1.11714 [keV] -TrackID -1 Position (226.89,-273.031,51.5118) : 0.740437 [keV] -TrackID -1 Position (213.54,277.31,-142.074) : 0.692469 [keV] -TrackID -1 Position (84.3112,391.014,138.144) : 0.0135044 [keV] -TrackID -1 Position (80.3633,394.315,146.772) : 0.188946 [keV] -TrackID -1 Position (303.584,-338.913,-154.064) : 0.267601 [keV] -TrackID -1 Position (312.525,-168.385,-37.2052) : 67.2126 [keV] -TrackID -1 Position (-367.783,-267.881,-340.184) : 0.101538 [keV] -TrackID -1 Position (-366.791,-267.041,-341.276) : 0.0528902 [keV] -TrackID -1 Position (-383.358,-239.159,-355.649) : 0.0270616 [keV] -TrackID -1 Position (-442.625,-105.395,-353.732) : 0.00115515 [keV] -TrackID -1 Position (-292.198,-87.4367,-274.561) : 0.00286691 [keV] -TrackID -1 Position (99.2177,-392.36,67.6684) : 7.11279 [keV] -TrackID -1 Position (174.873,-249.889,70.4974) : 50.4258 [keV] -TrackID -1 Position (76.4026,-243.285,81.942) : 38.3719 [keV] -TrackID -1 Position (-398.583,33.6384,-195.723) : 53.9603 [keV] -TrackID -1 Position (99.2177,-392.36,67.6684) : 79.6748 [keV] -TrackID -1 Position (172.282,-421.122,409.54) : 0.415821 [keV] -TrackID -1 Position (178.563,-414.938,411.609) : 0.314092 [keV] -TrackID -1 Position (390.63,-106.927,252.123) : 0.171801 [keV] -TrackID -1 Position (380.462,123.487,268.84) : 0.228684 [keV] -TrackID -1 Position (57.8013,-451.314,-363.363) : 7.07844 [keV] -TrackID -1 Position (57.6868,-447.966,-360.732) : 3.11058 [keV] -TrackID -1 Position (213.568,-217.747,-168.556) : 14.0585 [keV] -TrackID -1 Position (68.1234,-394.156,-200.464) : 7.36664 [keV] -TrackID -1 Position (9.9778,-354.86,-66.5748) : 6.3865 [keV] -TrackID -1 Position (8.45126,-353.64,-62.8048) : 10.083 [keV] -TrackID -1 Position (2.2555,-353.953,-65.5591) : 0.944809 [keV] -TrackID -1 Position (111.99,-283.696,-80.3294) : 5.63044 [keV] -TrackID -1 Position (-236.756,80.2908,-129.757) : 6.00234 [keV] -TrackID -1 Position (288.355,-198.372,-128.106) : 25.6964 [keV] -TrackID -1 Position (352.437,42.5796,70.4027) : 1.60973 [keV] -TrackID -1 Position (-312.867,-249.228,36.8694) : 0.065247 [keV] -TrackID -1 Position (-81.7497,-391.557,397.998) : 0.022344 [keV] -TrackID -1 Position (-100.481,-438.638,345.922) : 0.0343488 [keV] -TrackID -1 Position (266.578,-362.541,-208.001) : 0.0755514 [keV] -TrackID -1 Position (379.097,-142.514,222.509) : 0.0407482 [keV] -TrackID -1 Position (-38.2986,-247.049,-13.9223) : 0.038155 [keV] -TrackID -1 Position (-125.417,381.004,-8.73783) : 108.109 [keV] -TrackID -1 Position (254.736,11.5979,-217.714) : 4.03627 [keV] -TrackID -1 Position (-5.69599,404.692,-39.8551) : 58.8057 [keV] -TrackID -1 Position (-5.64292,404.729,-39.8138) : 18.0722 [keV] -TrackID -1 Position (-5.59702,404.732,-39.8008) : 34.99 [keV] -TrackID -1 Position (-5.58766,404.752,-39.8335) : 133.552 [keV] -TrackID -1 Position (-31.5899,353.587,-47.5937) : 7.55997 [keV] -TrackID -1 Position (-31.5702,353.583,-47.5964) : 3.63312 [keV] -TrackID -1 Position (-31.5546,353.579,-47.5969) : 8.14887 [keV] -TrackID -1 Position (-31.5418,353.569,-47.5966) : 7.45342 [keV] -TrackID -1 Position (-31.5266,353.564,-47.5963) : 11.6736 [keV] -TrackID -1 Position (-31.5114,353.565,-47.5914) : 7.04691 [keV] -TrackID -1 Position (-31.4964,353.563,-47.587) : 6.36817 [keV] -TrackID -1 Position (-31.4893,353.55,-47.5795) : 3.98437 [keV] -TrackID -1 Position (-31.4747,353.545,-47.5745) : 4.51604 [keV] -TrackID -1 Position (-31.4623,353.544,-47.5651) : 1.99999 [keV] -TrackID -1 Position (-31.4553,353.551,-47.553) : 8.03851 [keV] -TrackID -1 Position (-31.4473,353.552,-47.5389) : 6.99212 [keV] -TrackID -1 Position (-31.4452,353.557,-47.5234) : 8.89282 [keV] -TrackID -1 Position (-31.4351,353.556,-47.5113) : 5.35816 [keV] -TrackID -1 Position (-31.4206,353.559,-47.5052) : 5.61924 [keV] -TrackID -1 Position (-31.4054,353.554,-47.5075) : 7.18697 [keV] -TrackID -1 Position (-31.3941,353.544,-47.5051) : 5.84663 [keV] -TrackID -1 Position (-31.3795,353.541,-47.5019) : 7.38828 [keV] -TrackID -1 Position (-31.3688,353.53,-47.5008) : 7.85972 [keV] -TrackID -1 Position (-31.3542,353.524,-47.4959) : 10.0699 [keV] -TrackID -1 Position (-31.3455,353.511,-47.4885) : 9.51692 [keV] -TrackID -1 Position (-31.3422,353.497,-47.4782) : 13.7808 [keV] -TrackID -1 Position (-31.3528,353.505,-47.4975) : 14.0609 [keV] -TrackID -1 Position (-31.3597,353.505,-47.5209) : 13.3848 [keV] -TrackID -1 Position (-31.3744,353.517,-47.5276) : 93.121 [keV] -TrackID -1 Position (-132.905,381.072,286.29) : 111.831 [keV] -TrackID -1 Position (309.535,170.745,89.8577) : 84.3601 [keV] -TrackID -1 Position (311.341,164.52,92.9775) : 128.504 [keV] -TrackID -1 Position (115.626,-439.495,238.531) : 92.6123 [keV] -TrackID -1 Position (-399.532,-19.3339,-264.256) : 8.46348 [keV] -TrackID -1 Position (200.597,-286.811,-134.402) : 40.2557 [keV] -TrackID -1 Position (138.11,-214.361,2.74206) : 6.73156 [keV] -TrackID -1 Position (276.565,-116.24,-239.065) : 0.784827 [keV] -TrackID -1 Position (277.339,291.114,-111.661) : 225.845 [keV] -TrackID -1 Position (-18.6815,-304.427,-119.903) : 36.4786 [keV] -TrackID -1 Position (151.203,373.784,-90.1209) : 90.5878 [keV] -TrackID -1 Position (-304.996,1.48648,-69.8698) : 0.0647515 [keV] -TrackID -1 Position (19.2898,-249.255,115.521) : 0.0721285 [keV] -TrackID -1 Position (156.098,-195.278,-133.316) : 2.39854 [keV] -TrackID -1 Position (-117.5,-434.389,-155.481) : 0.702561 [keV] -TrackID -1 Position (-119.35,-435.963,-155.658) : 1.22888 [keV] -TrackID -1 Position (-290.775,-281.913,-305.302) : 1.36489 [keV] -TrackID -1 Position (-451.235,58.4122,-171.186) : 0.24033 [keV] -TrackID -1 Position (-449.463,58.4963,-168.022) : 1.90572 [keV] -TrackID -1 Position (-450.516,59.86,-161.554) : 0.361922 [keV] -TrackID -1 Position (68.1274,292.162,191.17) : 22.6014 [keV] -TrackID -1 Position (351.704,-9.77995,-350) : 0.365525 [keV] -TrackID -1 Position (352.92,-14.4202,-346.471) : 0.257713 [keV] -TrackID -1 Position (4.80412,-304.962,-37.4627) : 29.7883 [keV] -TrackID -1 Position (-454.332,-19.3451,-354.533) : 118.601 [keV] -TrackID -1 Position (47.6557,-346.74,-305.93) : 148.681 [keV] -TrackID -1 Position (48.0189,-346.933,-305.844) : 217.489 [keV] -TrackID -1 Position (48.3873,-347.25,-305.86) : 126.479 [keV] -TrackID -1 Position (48.7337,-347.503,-305.638) : 423.613 [keV] -TrackID -1 Position (48.5572,-347.891,-305.39) : 191.07 [keV] -TrackID -1 Position (48.2348,-348.258,-305.401) : 130.413 [keV] -TrackID -1 Position (47.8965,-348.488,-305.224) : 191.857 [keV] -TrackID -1 Position (47.7925,-348.734,-304.863) : 158.12 [keV] -TrackID -1 Position (48.2287,-348.94,-304.889) : 202.765 [keV] -TrackID -1 Position (48.3021,-349.279,-305.174) : 447.145 [keV] -TrackID -1 Position (-138.289,-378.234,-171.191) : 13.6726 [keV] -TrackID -1 Position (213.008,-278.157,-277.008) : 31.5987 [keV] -TrackID -1 Position (214.197,-279.375,-277.704) : 233.825 [keV] -TrackID -1 Position (-163.43,315.144,-220.216) : 10.4358 [keV] -TrackID -1 Position (146.217,-323.49,-98.8664) : 31.3914 [keV] -TrackID -1 Position (146.611,-322.913,-98.318) : 43.5938 [keV] -TrackID -1 Position (94.8344,439.894,-167.789) : 0.00078529 [keV] -TrackID -1 Position (-7.27626,349.924,307.794) : 0.746872 [keV] -TrackID -1 Position (249.996,-1.47195,-221.158) : 25.4906 [keV] -TrackID -1 Position (-210.521,-403.368,-39.1869) : 0.0953491 [keV] -TrackID -1 Position (-80.4059,-345.774,-22.2487) : 1.46436 [keV] -TrackID -1 Position (-41.1243,-397.88,-22.6559) : 2.27723 [keV] -TrackID -1 Position (-328.205,228.651,372.907) : 3.36794 [keV] -TrackID -1 Position (-396.402,53.5318,-159.152) : 52.1919 [keV] -TrackID -1 Position (132.426,-377.443,-50.9743) : 36.4615 [keV] -TrackID -1 Position (-38.5624,-252.067,-82.8574) : 14.2337 [keV] -TrackID -1 Position (0.769668,354.594,135.821) : 137.839 [keV] -TrackID -1 Position (183.069,413.558,-294.193) : 17.51 [keV] -TrackID -1 Position (22.6938,401.861,-100.448) : 25.8419 [keV] -TrackID -1 Position (16.2203,451.476,-58.1746) : 195.349 [keV] -TrackID -1 Position (208.395,400.946,-124.174) : 135.604 [keV] -TrackID -1 Position (-389.776,99.9601,-187.687) : 85.0236 [keV] -TrackID -1 Position (-340.921,-211.512,-347.571) : 76.108 [keV] -TrackID -1 Position (347.999,-54.8001,172.154) : 587.2 [keV] -TrackID -1 Position (348.527,-55.5937,171.813) : 86.7139 [keV] -TrackID -1 Position (-147.544,377.011,-320.641) : 35.0929 [keV] -TrackID -1 Position (-145.19,377.25,-319.74) : 6.39136 [keV] -TrackID -1 Position (328.583,228.862,-375.628) : 100.15 [keV] -TrackID -1 Position (453.458,18.7732,40.5163) : 24.3949 [keV] -TrackID -1 Position (451.043,16.6671,39.2097) : 144.829 [keV] -TrackID -1 Position (327.561,314.746,145.22) : 344.763 [keV] -TrackID -1 Position (408.358,-196.676,360.116) : 47.3522 [keV] -TrackID -1 Position (252.516,312.496,377.076) : 12.5932 [keV] -TrackID -1 Position (443.549,75.9248,-230.994) : 7.79071 [keV] -TrackID -1 Position (442.509,-105.882,200.177) : 0.0696076 [keV] -TrackID -1 Position (342.19,292.924,175.392) : 85.8034 [keV] -TrackID -1 Position (-152.599,375.151,166.266) : 13.4571 [keV] -TrackID -1 Position (-265.248,299.405,312.892) : 19.1295 [keV] -TrackID -1 Position (-182.832,304.298,295.596) : 15.2724 [keV] -TrackID -1 Position (-173.042,305.113,293.093) : 16.7289 [keV] -TrackID -1 Position (-174.566,305.214,296.946) : 12.7515 [keV] -TrackID -1 Position (215.673,208.53,211.346) : 0.254923 [keV] -TrackID -1 Position (267.698,225.473,157.775) : 6.75558 [keV] -TrackID -1 Position (268.162,225.618,157.287) : 2.37775 [keV] -TrackID -1 Position (269.327,230.044,159.907) : 1.96033 [keV] -TrackID -1 Position (-402.277,46.8841,276.294) : 0.0588481 [keV] -TrackID -1 Position (346.741,-76.1284,277.974) : 7.00578 [keV] -TrackID -1 Position (-164.301,-195.013,61.3232) : 0.0265153 [keV] -TrackID -1 Position (-338.567,303.969,337.599) : 0.00495978 [keV] -TrackID -1 Position (-281.205,291.46,375.922) : 0.0130206 [keV] -TrackID -1 Position (-280.228,291.232,376.596) : 0.0108138 [keV] -TrackID -1 Position (-312.273,324.015,283.907) : 0.0153756 [keV] -TrackID -1 Position (-312.742,324.347,282.941) : 0.0218455 [keV] -TrackID -1 Position (273.501,-298.701,240.763) : 1.58979 [keV] -TrackID -1 Position (270.76,-298.822,237.728) : 1.44021 [keV] -TrackID -1 Position (-35.8918,-398.386,-369.901) : 0.0232271 [keV] -TrackID -1 Position (256.965,154.819,41.9135) : 0.0782115 [keV] -TrackID -1 Position (351.99,46.1342,73.0069) : 0.0323062 [keV] -TrackID -1 Position (224.895,-120.196,-79.5771) : 0.322041 [keV] -TrackID -1 Position (231.046,95.4879,-68.1633) : 0.10992 [keV] -TrackID -1 Position (231.445,104.862,-67.5099) : 0.236892 [keV] -TrackID -1 Position (-173.348,366.027,281.714) : 2.63596 [keV] -TrackID -1 Position (239.602,380.908,447.714) : 1.92299 [keV] -TrackID -1 Position (102.723,443.253,277.834) : 0.108026 [keV] -TrackID -1 Position (107.821,225.554,152.383) : 63.6073 [keV] -TrackID -1 Position (350,-0.186473,-97.5778) : 6.10553 [keV] -TrackID -1 Position (350.996,-1.11976,-98.6097) : 12.453 [keV] -TrackID -1 Position (-254.298,165.663,209.554) : 257.283 [keV] -TrackID -1 Position (122.394,386.063,-86.4408) : 0.515195 [keV] -TrackID -1 Position (-290.427,-93.1525,167.81) : 0.195918 [keV] -TrackID -1 Position (-435.227,114.355,169.552) : 0.00400144 [keV] -TrackID -1 Position (-282.865,114.073,268.9) : 0.215925 [keV] -TrackID -1 Position (-281.716,113.424,269.521) : 0.228616 [keV] -TrackID -1 Position (-377.086,133.44,260.642) : 0.170387 [keV] -TrackID -1 Position (333.018,-111.747,-110.019) : 36.6454 [keV] -TrackID -1 Position (333.019,-111.665,-110.112) : 240.668 [keV] -TrackID -1 Position (333.066,-111.609,-110.42) : 125.622 [keV] -TrackID -1 Position (332.951,-111.667,-110.629) : 81.7956 [keV] -TrackID -1 Position (332.862,-111.652,-110.891) : 72.4777 [keV] -TrackID -1 Position (332.783,-111.443,-110.956) : 70.7149 [keV] -TrackID -1 Position (332.628,-111.422,-111.097) : 68.5575 [keV] -TrackID -1 Position (332.559,-111.519,-110.986) : 64.1519 [keV] -TrackID -1 Position (332.415,-111.435,-110.992) : 316.301 [keV] -TrackID -1 Position (283.179,-207.044,163.624) : 212.235 [keV] -TrackID -1 Position (85.2263,393.687,366.986) : 47.8186 [keV] -TrackID -1 Position (91.4245,390.39,331.634) : 28.4317 [keV] -TrackID -1 Position (113.165,385.697,321.235) : 39.3984 [keV] -TrackID -1 Position (113.636,385.773,318.945) : 491.776 [keV] -TrackID -1 Position (113.501,386.21,318.094) : 32.1092 [keV] -TrackID -1 Position (-340.55,-294.153,-308.321) : 16.7653 [keV] -TrackID -1 Position (-220.237,-339.884,53.3786) : 44.087 [keV] -TrackID -1 Position (213.447,217.865,-296.063) : 0.0158005 [keV] -TrackID -1 Position (-135.847,429.005,-395.189) : 0.0142556 [keV] -TrackID -1 Position (14.6522,399.732,-385.665) : 19.3682 [keV] -TrackID -1 Position (15.0721,401.38,-384.876) : 14.9014 [keV] -TrackID -1 Position (-308.39,327.713,-249.353) : 9.93111 [keV] -TrackID -1 Position (283.039,205.885,64.1733) : 0.014824 [keV] -TrackID -1 Position (130.425,-324.791,-160.635) : 2.25531 [keV] -TrackID -1 Position (129.975,-325.351,-160.178) : 1.5894 [keV] -TrackID -1 Position (-4.69004,-449.976,-94.9903) : 11.8658 [keV] -TrackID -1 Position (198.462,-160.118,-65.6529) : 6.65265 [keV] -TrackID -1 Position (-450.424,49.0059,75.1594) : 115.175 [keV] -TrackID -1 Position (-450.417,48.8709,74.9229) : 104.233 [keV] -TrackID -1 Position (-404.648,4.05034,-38.8125) : 75.3197 [keV] -TrackID -1 Position (-424.24,-156.171,-442.079) : 94.82 [keV] -TrackID -1 Position (-283.201,349.71,-106.41) : 0.200161 [keV] -TrackID -1 Position (-286.124,352.5,-105.584) : 0.0697948 [keV] -TrackID -1 Position (-285.989,352.333,-105.308) : 0.0613225 [keV] -TrackID -1 Position (-233.668,267.253,53.2607) : 0.095479 [keV] -TrackID -1 Position (-355.16,193.57,-120.744) : 97.8739 [keV] -TrackID -1 Position (-449.613,26.945,-6.97998) : 265.849 [keV] -TrackID -1 Position (-453.88,-6.18826,2.8594) : 823.085 [keV] -TrackID -1 Position (-454.912,-6.78001,4.69717) : 510.775 [keV] -TrackID -1 Position (-454.594,-7.03259,6.07898) : 608.35 [keV] -TrackID -1 Position (-453.851,-5.92479,7.00511) : 465.919 [keV] -TrackID -1 Position (-452.929,-5.92003,6.21884) : 170.797 [keV] -TrackID -1 Position (-454.594,-7.03259,6.07898) : 45.8954 [keV] -TrackID -1 Position (-454.595,-6.99742,6.23791) : 40.9184 [keV] -TrackID -1 Position (-454.607,-6.97757,6.37025) : 35.2882 [keV] -TrackID -1 Position (-454.592,-6.99571,6.50141) : 40.2365 [keV] -TrackID -1 Position (-454.587,-6.9796,6.63409) : 52.0819 [keV] -TrackID -1 Position (-454.523,-6.91213,6.73159) : 51.1104 [keV] -TrackID -1 Position (-454.469,-6.81559,6.8069) : 80.5787 [keV] -TrackID -1 Position (-454.424,-6.70524,6.86755) : 48.865 [keV] -TrackID -1 Position (-454.358,-6.60299,6.92168) : 46.3549 [keV] -TrackID -1 Position (-454.32,-6.47938,6.90217) : 37.1621 [keV] -TrackID -1 Position (-454.299,-6.3678,6.84282) : 38.2319 [keV] -TrackID -1 Position (-454.34,-6.24265,6.80442) : 39.2832 [keV] -TrackID -1 Position (-454.384,-6.13106,6.72802) : 60.5988 [keV] -TrackID -1 Position (-454.488,-6.04851,6.70541) : 73.1657 [keV] -TrackID -1 Position (-454.431,-6.15449,6.65663) : 40.9129 [keV] -TrackID -1 Position (-454.335,-6.23528,6.64609) : 57.6537 [keV] -TrackID -1 Position (-454.346,-6.28589,6.76203) : 64.2413 [keV] -TrackID -1 Position (-454.476,-6.2955,6.7585) : 53.8101 [keV] -TrackID -1 Position (-454.589,-6.24727,6.7536) : 49.404 [keV] -TrackID -1 Position (-454.655,-6.24446,6.83784) : 63.3606 [keV] -TrackID -1 Position (-454.753,-6.27618,6.90611) : 135.163 [keV] -TrackID -1 Position (-453.88,-6.18826,2.8594) : 272.319 [keV] -TrackID -1 Position (-454.769,-6.02735,3.20173) : 50.9083 [keV] -TrackID -1 Position (-454.596,-19.1638,-7.47428) : 183.575 [keV] -TrackID -1 Position (-453.888,-19.293,-7.29584) : 146.535 [keV] -TrackID -1 Position (-453.609,-19.0549,-7.50933) : 167.393 [keV] -TrackID -1 Position (-453.456,-18.7375,-7.72162) : 112.406 [keV] -TrackID -1 Position (-453.347,-18.3776,-7.87372) : 97.3524 [keV] -TrackID -1 Position (-453.199,-18.0619,-8.11685) : 193.85 [keV] -TrackID -1 Position (-452.954,-18.0863,-8.44571) : 364.571 [keV] -TrackID -1 Position (-452.552,-18.0458,-8.58704) : 153.663 [keV] -TrackID -1 Position (-452.364,-17.9137,-8.92506) : 537.443 [keV] -TrackID -1 Position (-452.223,-16.9325,-8.67074) : 80.8573 [keV] -TrackID -1 Position (-437.939,-109.168,15.1486) : 137.039 [keV] -TrackID -1 Position (-351.697,33.5759,-144.309) : 24.0447 [keV] -TrackID -1 Position (-454.342,-3.23767,-12.1924) : 209.071 [keV] -TrackID -1 Position (163.643,255.649,152.275) : 1.844 [keV] -TrackID -1 Position (163.423,257.395,153.894) : 91.333 [keV] -TrackID -1 Position (163.643,255.649,152.275) : 6.71787 [keV] -TrackID -1 Position (81.7178,240.771,-27.4809) : 3.62619 [keV] -TrackID -1 Position (85.0167,238.626,-45.4231) : 27.7936 [keV] -TrackID -1 Position (194.557,231.057,-19.2032) : 126.98 [keV] -TrackID -1 Position (89.0701,287.239,-37.7214) : 252.704 [keV] -TrackID -1 Position (-252.922,249.109,-349.475) : 27.3867 [keV] -TrackID -1 Position (148.793,-321.265,-299.51) : 1.03288 [keV] -TrackID -1 Position (-24.1463,299.422,-229.469) : 69.9825 [keV] -TrackID -1 Position (-24.0315,299.526,-229.455) : 19.6886 [keV] -TrackID -1 Position (-24.0012,299.483,-229.461) : 56.7822 [keV] -TrackID -1 Position (-23.9721,299.534,-229.538) : 153.425 [keV] -TrackID -1 Position (-23.9721,299.534,-229.538) : 1.844 [keV] -TrackID -1 Position (-24.0561,299.595,-230.043) : 16.9105 [keV] -TrackID -1 Position (-351.744,190.463,-289.54) : 0.688774 [keV] -TrackID -1 Position (-353.845,196.171,-282.486) : 0.565537 [keV] -TrackID -1 Position (-215.165,-209.055,-45.288) : 0.40756 [keV] -TrackID -1 Position (-219.525,-209.817,-44.7684) : 0.0339059 [keV] -TrackID -1 Position (-88.9928,-341.787,350) : 0.338618 [keV] -TrackID -1 Position (-341.497,-76.6817,302.694) : 0.0542682 [keV] -TrackID -1 Position (-341.725,-76.5288,302.585) : 0.0206364 [keV] -TrackID -1 Position (74.0443,342.45,350) : 0.0651625 [keV] -TrackID -1 Position (30.1356,448.99,340.922) : 0.0806257 [keV] -TrackID -1 Position (28.9141,451.646,340.987) : 0.071329 [keV] -TrackID -1 Position (-270.732,359.45,108.133) : 0.0444816 [keV] -TrackID -1 Position (450.051,-53.8474,8.86562) : 131.633 [keV] -TrackID -1 Position (355.955,182.473,78.7161) : 7.3186 [keV] -TrackID -1 Position (357.454,181.98,76.0211) : 2.13929 [keV] -TrackID -1 Position (263.653,-230.189,-54.9659) : 28.167 [keV] -TrackID -1 Position (71.1214,-244.881,-168.523) : 27.8926 [keV] -TrackID -1 Position (-20.7716,-354.392,265.543) : 0.0491343 [keV] -TrackID -1 Position (-48.0077,-397.109,253.357) : 0.00276966 [keV] -TrackID -1 Position (225.358,-395.271,437.548) : 43.3768 [keV] -TrackID -1 Position (319.819,240.241,299.557) : 13.709 [keV] -TrackID -1 Position (322.335,148.745,219.885) : 11.4663 [keV] -TrackID -1 Position (-348.251,-34.9484,317.57) : 6.81949 [keV] -TrackID -1 Position (-272.022,300.048,-134.246) : 0.136964 [keV] -TrackID -1 Position (-215.152,395.233,-211.416) : 0.0878606 [keV] -TrackID -1 Position (-88.8114,239.035,-173.105) : 0.0473993 [keV] -TrackID -1 Position (-86.622,236.21,-172.375) : 0.00750521 [keV] -TrackID -1 Position (175.806,243.089,-79.6092) : 0.0108446 [keV] -TrackID -1 Position (-202.405,-221.433,259.199) : 0.0653931 [keV] -TrackID -1 Position (-118.672,-225.703,-33.5866) : 55.9295 [keV] -TrackID -1 Position (424.047,-150.612,-194.266) : 0.906929 [keV] -TrackID -1 Position (400.5,-205.183,335.134) : 1.20769 [keV] -TrackID -1 Position (437.333,109.078,47.883) : 95.9495 [keV] -TrackID -1 Position (354.319,-186.413,272.529) : 72.3761 [keV] -TrackID -1 Position (-232.393,-261.819,24.569) : 225.125 [keV] -TrackID -1 Position (-390.088,228.466,176.999) : 243.939 [keV] -TrackID -1 Position (-334.197,-303.247,370.373) : 272.55 [keV] -TrackID -1 Position (273.084,125.896,-32.8267) : 77.0948 [keV] -TrackID -1 Position (275.196,-216.257,185.884) : 1.02457 [keV] -TrackID -1 Position (277.31,-214.737,183.611) : 1.37608 [keV] -TrackID -1 Position (287.889,-200.182,198.112) : 1.65743 [keV] -TrackID -1 Position (289.203,-201.814,197.672) : 0.785486 [keV] -TrackID -1 Position (328.538,-228.173,234.259) : 0.746714 [keV] -TrackID -1 Position (330.005,-229.194,235.51) : 0.468375 [keV] -TrackID -1 Position (76.9248,-341.442,96.9089) : 0.882861 [keV] -TrackID -1 Position (452.721,45.484,-4.34924) : 0.0966869 [keV] -TrackID -1 Position (302.061,186.505,-106.787) : 0.357628 [keV] -TrackID -1 Position (192.363,-412.337,370.109) : 0.00901954 [keV] -TrackID -1 Position (56.9757,-451.419,316.42) : 0.000156055 [keV] -TrackID -1 Position (-283.827,-281.855,-16.3004) : 0.00794663 [keV] -TrackID -1 Position (-287.289,-280.138,-19.6909) : 0.00613924 [keV] -TrackID -1 Position (-288.685,-280.351,-16.6415) : 0.00883417 [keV] -TrackID -1 Position (-288.582,-281.105,-16.8314) : 0.00624279 [keV] -TrackID -1 Position (209.139,-340.971,99.9701) : 37.0976 [keV] -TrackID -1 Position (26.0541,-253.665,-19.3689) : 46.839 [keV] -TrackID -1 Position (207.36,-223.667,101.751) : 0.733823 [keV] -TrackID -1 Position (140.295,-379.924,59.3822) : 0.00689459 [keV] -TrackID -1 Position (297.814,36.1517,201.089) : 11.8972 [keV] -TrackID -1 Position (308.049,166.151,308.999) : 8.01913 [keV] -TrackID -1 Position (293.144,63.7676,-87.1902) : 10.9563 [keV] -TrackID -1 Position (297.069,64.5067,-91.1567) : 1.78738 [keV] -TrackID -1 Position (295.27,64.0239,-89.4802) : 2.71973 [keV] -TrackID -1 Position (-22.0187,-453.208,34.8529) : 19.9203 [keV] -TrackID -1 Position (-100.886,282.528,175.327) : 0.0227352 [keV] -TrackID -1 Position (130.097,-270.323,-75.3156) : 0.00539695 [keV] -TrackID -1 Position (-22.0187,-453.208,34.8529) : 140.649 [keV] -TrackID -1 Position (120.13,-438.855,225.457) : 10.5463 [keV] -TrackID -1 Position (118.914,-436.619,225.066) : 19.7853 [keV] -TrackID -1 Position (115.84,-439.48,215.058) : 9.32535 [keV] -TrackID -1 Position (406.352,-193.334,70.1298) : 12.3885 [keV] -TrackID -1 Position (273.929,-134.119,117.58) : 13.5324 [keV] -TrackID -1 Position (378.543,-129.249,38.4333) : 10.589 [keV] -TrackID -1 Position (90.4051,233.081,234.512) : 9.78294 [keV] -TrackID -1 Position (-276.633,-354.928,393.917) : 0.638594 [keV] -TrackID -1 Position (-279.777,-353.999,392.473) : 37.5554 [keV] -TrackID -1 Position (187.191,173.16,46.2238) : 49.2401 [keV] -TrackID -1 Position (-52.037,446.981,277.05) : 23.4867 [keV] -TrackID -1 Position (176.384,-184.157,165.66) : 44.8006 [keV] -TrackID -1 Position (446.944,52.3516,297.045) : 0.138326 [keV] -TrackID -1 Position (239.522,-188.824,271.125) : 0.133191 [keV] -TrackID -1 Position (-86.7656,-446.651,443.162) : 8.12038 [keV] -TrackID -1 Position (268.977,-138.477,-48.1885) : 3.094 [keV] -TrackID -1 Position (96.6238,-338.23,263.785) : 76.2677 [keV] -TrackID -1 Position (268.977,-138.477,-48.1885) : 120.989 [keV] -TrackID -1 Position (318.507,324.123,107.654) : 172.734 [keV] -TrackID -1 Position (349.635,26.6554,350) : 9.40102 [keV] -TrackID -1 Position (357.959,189.447,97.8542) : 0.759719 [keV] -TrackID -1 Position (355.348,190.679,97.6026) : 2.39224 [keV] -TrackID -1 Position (436.202,110.58,68.9966) : 0.358245 [keV] -TrackID -1 Position (353.412,33.5406,92.6921) : 2.10924 [keV] -TrackID -1 Position (445.984,59.9836,38.7576) : 0.876601 [keV] -TrackID -1 Position (-275.627,296.741,103.952) : 0.012753 [keV] -TrackID -1 Position (-321.976,237.342,77.7565) : 0.539038 [keV] -TrackID -1 Position (-166.915,255.273,40.2774) : 0.0250941 [keV] -TrackID -1 Position (-218.727,-334.901,328.396) : 0.0413374 [keV] -TrackID -1 Position (-223.918,-336.076,328.515) : 0.0363341 [keV] -TrackID -1 Position (-65.7543,246.376,76.9715) : 9.03454 [keV] -TrackID -1 Position (-206.387,342.643,57.888) : 8.29124 [keV] -TrackID -1 Position (-251.444,250.601,255.251) : 4.1221 [keV] -TrackID -1 Position (191.067,412.939,35.3348) : 27.1829 [keV] -TrackID -1 Position (-35.911,302.879,32.6466) : 32.6309 [keV] -TrackID -1 Position (454.18,27.3098,360.541) : 52.132 [keV] -TrackID -1 Position (325.742,-141.127,130.427) : 0.524039 [keV] -TrackID -1 Position (-286.841,285.915,-361.575) : 14.8018 [keV] -TrackID -1 Position (-266.926,303.275,-366.277) : 23.172 [keV] -TrackID -1 Position (-261.726,156.603,-3.3185) : 22.6506 [keV] -TrackID -1 Position (-351.442,-288.987,431.252) : 25.6285 [keV] -TrackID -1 Position (-346.649,48.3157,210.369) : 37.8394 [keV] -TrackID -1 Position (246.969,314.653,174.506) : 24.9657 [keV] -TrackID -1 Position (-58.189,299.398,124.76) : 45.1065 [keV] -TrackID -1 Position (-189.635,232.462,165.742) : 3.48547 [keV] -TrackID -1 Position (389.624,90.5164,-99.2552) : 1.29218 [keV] -TrackID -1 Position (425.839,145.47,-188.72) : 0.24545 [keV] -TrackID -1 Position (252.092,38.4034,188.128) : 2.64787 [keV] -TrackID -1 Position (250.059,38.1707,186.901) : 9.50276 [keV] -TrackID -1 Position (245.809,49.335,169.803) : 3.41321 [keV] -TrackID -1 Position (399.687,15.8303,141.067) : 2.77094 [keV] -TrackID -1 Position (314.587,-255.069,-94.0259) : 2.52199 [keV] -TrackID -1 Position (-381.298,-248.267,23.436) : 6.74361 [keV] -TrackID -1 Position (-212.098,-219.179,67.2276) : 0.033791 [keV] -TrackID -1 Position (-204.922,-343.522,-10.7003) : 0.00560564 [keV] -TrackID -1 Position (69.2559,-444.639,164.572) : 22.757 [keV] -TrackID -1 Position (-250.556,164.99,261.118) : 0.0216964 [keV] -TrackID -1 Position (-52.0132,295.457,-88.4116) : 0.0306286 [keV] -TrackID -1 Position (95.1709,284.504,289.163) : 0.0380921 [keV] -TrackID -1 Position (11.357,-449.857,-261.087) : 0.0703338 [keV] -TrackID -1 Position (279.273,-109.575,-188.585) : 0.0584628 [keV] -TrackID -1 Position (286.969,-99.7405,-186.452) : 0.012607 [keV] -TrackID -1 Position (287.167,-101.708,-187.937) : 0.0390814 [keV] -TrackID -1 Position (286.285,-102.031,-189.166) : 0.0209222 [keV] -TrackID -1 Position (181.216,-179.403,-224.029) : 0.00425077 [keV] -TrackID -1 Position (123.373,-221.388,-243.507) : 0.0110429 [keV] -TrackID -1 Position (263.078,-238.359,235.795) : 0.0955533 [keV] -TrackID -1 Position (189.927,-357.705,128.645) : 0.00858925 [keV] -TrackID -1 Position (-433.003,139.761,-298.699) : 20.459 [keV] -TrackID -1 Position (245.414,-383.141,209.484) : 42.3894 [keV] -TrackID -1 Position (324.107,312.177,-49.7014) : 6.49413 [keV] -TrackID -1 Position (237.678,-387.987,331.558) : 26.6072 [keV] -TrackID -1 Position (295.969,-196.029,-63.2773) : 5.77677 [keV] -TrackID -1 Position (297.899,-190.569,-69.6754) : 13.1824 [keV] -TrackID -1 Position (79.6405,-443.006,316.959) : 142.414 [keV] -TrackID -1 Position (-400.189,61.7435,-152.378) : 217.559 [keV] -TrackID -1 Position (-236.453,189.535,26.3245) : 109.763 [keV] -TrackID -1 Position (227.443,-103.778,-146.711) : 5.10088 [keV] -TrackID -1 Position (167.114,185.938,-117.129) : 15.8049 [keV] -TrackID -1 Position (-351.318,50.9969,-36.3235) : 0.00271047 [keV] -TrackID -1 Position (-349.407,48.9302,-36.2832) : 0.000155502 [keV] -TrackID -1 Position (-355.89,182.599,-72.9133) : 0.00232416 [keV] -TrackID -1 Position (-356.051,185.709,-73.7501) : 0.00172064 [keV] -TrackID -1 Position (-451.337,51.7973,-139.927) : 863.44 [keV] +TrackID 283 Position (232.52,-91.8382,249.099) : 382.5 [keV] +TrackID 283 Position (278.988,-110.297,298.848) : 470.517 [keV] +TrackID 283 Position (325.396,-128.909,348.692) : 787.634 [keV] +TrackID 283 Position (371.78,-147.58,398.42) : 714.936 [keV] +TrackID 283 Position (418.194,-166.175,448.143) : 755.337 [keV] +TrackID 295 Position (163.974,188.713,-150.272) : 1854.14 [keV] +TrackID 295 Position (201.226,222.504,-184.682) : 480.471 [keV] +TrackID 295 Position (202.359,223.318,-185.616) : 1417.15 [keV] +TrackID 295 Position (236.316,258.176,-215.808) : 1550.24 [keV] +TrackID 295 Position (238.628,260.146,-217.405) : 9.5361 [keV] +TrackID 295 Position (238.661,260.174,-217.426) : 224.256 [keV] +TrackID 295 Position (239.218,260.655,-217.737) : 505.362 [keV] +TrackID 295 Position (273.849,291.559,-239.406) : 1135.86 [keV] +TrackID 295 Position (275.692,293.09,-240.69) : 1358.62 [keV] +TrackID 295 Position (309.656,326.516,-282.63) : 1292.59 [keV] +TrackID 295 Position (311.653,328.981,-284.42) : 218.011 [keV] +TrackID 295 Position (312.066,329.403,-284.806) : 447.052 [keV] +TrackID 305 Position (312.066,329.403,-284.806) : 75.6684 [keV] +TrackID 305 Position (312.118,329.292,-285.017) : 97.5938 [keV] +TrackID 305 Position (312.27,329.323,-285.219) : 90.3533 [keV] +TrackID 305 Position (312.453,329.363,-285.411) : 76.8857 [keV] +TrackID 305 Position (312.674,329.336,-285.457) : 398.424 [keV] +TrackID 300 Position (238.661,260.174,-217.426) : 515.357 [keV] +TrackID 300 Position (239.36,259.333,-217.866) : 134.405 [keV] +TrackID 297 Position (202.359,223.318,-185.616) : 541.631 [keV] +TrackID 297 Position (202.904,223.818,-185.952) : 22.8758 [keV] +TrackID 301 Position (311.243,325.004,-260.934) : 1.844 [keV] +TrackID 307 Position (311.762,325.467,-261.245) : 43.1278 [keV] +TrackID 296 Position (164.554,188.208,-150.509) : 1574.29 [keV] +TrackID 296 Position (167.356,189.637,-153.607) : 1066.6 [keV] +TrackID 296 Position (168.751,190.683,-156.509) : 971.501 [keV] +TrackID 296 Position (170.187,189.402,-158.025) : 830.581 [keV] +TrackID 296 Position (170.906,187.251,-158.683) : 630.729 [keV] +TrackID 296 Position (171.835,187.414,-158.109) : 338.273 [keV] +TrackID 282 Position (51.7908,244.577,-115.691) : 2836.18 [keV] +TrackID 282 Position (60.1033,293.918,-137.714) : 2246.58 [keV] +TrackID 282 Position (67.0897,343.51,-160.951) : 2004 [keV] +TrackID 282 Position (74.2696,393.045,-184.912) : 1503.12 [keV] +TrackID 282 Position (74.7554,396.397,-186.582) : 969.954 [keV] +TrackID 282 Position (80.7645,442.693,-209.809) : 2103.51 [keV] +TrackID 322 Position (74.7554,396.397,-186.582) : 425.823 [keV] +TrackID 1518 Position (197.832,350.264,78.4432) : 794.263 [keV] +TrackID 1518 Position (198.995,352.436,78.8978) : 86.605 [keV] +TrackID 1518 Position (218.609,393.332,88.1229) : 1629.52 [keV] +TrackID 1517 Position (197.832,350.264,78.4432) : 194.845 [keV] +TrackID 1517 Position (198.088,350.716,78.5437) : 241.942 [keV] +TrackID 1517 Position (198.489,351.421,78.7022) : 416.783 [keV] +TrackID 1517 Position (221.215,391.872,87.6764) : 1271.83 [keV] +TrackID 1517 Position (223.07,395.13,88.3944) : 382.84 [keV] +TrackID 1536 Position (198.489,351.421,78.7022) : 476.349 [keV] +TrackID 1536 Position (197.771,351.701,79.2617) : 50.0865 [keV] +TrackID 1519 Position (218.574,393.351,88.458) : 1.844 [keV] +TrackID 1538 Position (218.857,393.942,88.5961) : 31.534 [keV] +TrackID 1796 Position (215.214,-127.213,-9.30836) : 532.731 [keV] +TrackID 1796 Position (215.554,-127.414,-9.32335) : 1785.04 [keV] +TrackID 1796 Position (219.412,-129.684,-9.49228) : 49.545 [keV] +TrackID 1796 Position (258.321,-152.545,-11.1309) : 2119.59 [keV] +TrackID 1796 Position (301.396,-177.934,-12.8931) : 100.796 [keV] +TrackID 1796 Position (301.726,-178.128,-12.9065) : 1600.36 [keV] +TrackID 1796 Position (344.539,-203.206,-14.6389) : 775.386 [keV] +TrackID 1796 Position (345.678,-203.872,-14.6872) : 1155.34 [keV] +TrackID 1796 Position (387.74,-228.381,-16.5361) : 2031.51 [keV] +TrackID 1803 Position (345.678,-203.872,-14.6872) : 171.129 [keV] +TrackID 1803 Position (346.26,-203.973,-14.8131) : 136.367 [keV] +TrackID 1803 Position (346.515,-204.12,-15.1627) : 112.762 [keV] +TrackID 1803 Position (346.877,-204.316,-15.3069) : 173.508 [keV] +TrackID 1803 Position (347.322,-204.238,-15.4238) : 460.483 [keV] +TrackID 1803 Position (347.652,-203.838,-15.6648) : 120.856 [keV] +TrackID 1803 Position (348.054,-203.791,-15.843) : 213.203 [keV] +TrackID 1803 Position (348.235,-203.783,-16.2507) : 143.035 [keV] +TrackID 1803 Position (348.125,-203.944,-16.6208) : 137.234 [keV] +TrackID 1803 Position (348.063,-204.218,-16.9634) : 150.545 [keV] +TrackID 1803 Position (348.072,-204.426,-17.2508) : 338.57 [keV] +TrackID 1802 Position (301.726,-178.128,-12.9065) : 55.1064 [keV] +TrackID 1802 Position (301.828,-178.021,-12.8952) : 22.354 [keV] +TrackID 1802 Position (301.85,-177.995,-12.8541) : 44.5351 [keV] +TrackID 1802 Position (301.888,-177.951,-12.7717) : 26.2364 [keV] +TrackID 1802 Position (301.844,-177.919,-12.7083) : 42.5599 [keV] +TrackID 1802 Position (301.881,-177.945,-12.6305) : 29.1771 [keV] +TrackID 1802 Position (301.861,-177.923,-12.5596) : 38.7809 [keV] +TrackID 1802 Position (301.811,-177.858,-12.526) : 207.913 [keV] +TrackID 1800 Position (219.412,-129.684,-9.49228) : 34.6797 [keV] +TrackID 1800 Position (266.707,-137.359,-33.8162) : 34.1795 [keV] +TrackID 1800 Position (266.839,-137.36,-33.8675) : 109.19 [keV] +TrackID 1800 Position (267.056,-137.397,-33.9575) : 57.2275 [keV] +TrackID 1800 Position (267.289,-137.41,-33.9096) : 88.0355 [keV] +TrackID 1800 Position (267.473,-137.335,-33.7922) : 68.7549 [keV] +TrackID 1800 Position (267.601,-137.367,-33.6015) : 66.3317 [keV] +TrackID 1800 Position (267.747,-137.493,-33.4728) : 50.6856 [keV] +TrackID 1800 Position (267.84,-137.552,-33.2689) : 64.7051 [keV] +TrackID 1800 Position (267.864,-137.682,-33.0699) : 56.1333 [keV] +TrackID 1800 Position (268.017,-137.752,-32.9198) : 84.8606 [keV] +TrackID 1800 Position (268.236,-137.63,-32.8282) : 135.079 [keV] +TrackID 1800 Position (268.303,-137.351,-32.7671) : 104.419 [keV] +TrackID 1800 Position (268.587,-137.242,-32.7375) : 114.838 [keV] +TrackID 1800 Position (268.848,-137.386,-32.7262) : 527.003 [keV] +TrackID 1800 Position (269.448,-136.634,-32.4351) : 9.00713 [keV] +TrackID 1799 Position (215.554,-127.414,-9.32335) : 49.7202 [keV] +TrackID 1799 Position (215.574,-127.532,-9.2296) : 23.7548 [keV] +TrackID 1799 Position (215.604,-127.569,-9.1981) : 34.0357 [keV] +TrackID 1799 Position (215.561,-127.66,-9.13341) : 75.5634 [keV] +TrackID 1799 Position (215.498,-127.665,-9.04959) : 28.0241 [keV] +TrackID 1799 Position (215.476,-127.597,-8.97386) : 34.795 [keV] +TrackID 1799 Position (215.475,-127.522,-8.91504) : 50.9602 [keV] +TrackID 1799 Position (215.411,-127.502,-8.85546) : 31.2718 [keV] +TrackID 1799 Position (215.365,-127.449,-8.87067) : 18.3441 [keV] +TrackID 1799 Position (215.31,-127.43,-8.85324) : 21.326 [keV] +TrackID 1799 Position (215.266,-127.438,-8.83135) : 25.3343 [keV] +TrackID 1799 Position (215.235,-127.466,-8.85273) : 46.3833 [keV] +TrackID 1799 Position (215.19,-127.475,-8.84894) : 27.0484 [keV] +TrackID 1799 Position (215.175,-127.514,-8.84276) : 33.1803 [keV] +TrackID 1799 Position (215.153,-127.549,-8.82666) : 34.9002 [keV] +TrackID 1799 Position (215.135,-127.563,-8.86461) : 66.4456 [keV] +TrackID 1438 Position (-132.002,212.31,6.68735) : 2106.62 [keV] +TrackID 1438 Position (-157.516,255.321,8.07644) : 1702.7 [keV] +TrackID 1438 Position (-182.364,298.736,9.72495) : 2203.22 [keV] +TrackID 1438 Position (-207.524,341.956,11.6875) : 1910.1 [keV] +TrackID 1438 Position (-232.489,385.291,13.2499) : 2062.29 [keV] +TrackID 1838 Position (235.138,84.9129,-213.856) : 2331.92 [keV] +TrackID 1838 Position (238.954,86.427,-217.389) : 773.001 [keV] +TrackID 1838 Position (281.633,103.359,-255.761) : 3032.34 [keV] +TrackID 1838 Position (327.43,123.652,-297.775) : 3241.41 [keV] +TrackID 1838 Position (373.026,144.4,-338.618) : 1679.79 [keV] +TrackID 1838 Position (375.808,145.72,-341.237) : 1095.18 [keV] +TrackID 1838 Position (418.646,165.032,-384.207) : 3355.67 [keV] +TrackID 3049 Position (375.808,145.72,-341.237) : 507.883 [keV] +TrackID 3044 Position (238.954,86.427,-217.389) : 97.7591 [keV] +TrackID 3044 Position (239.118,86.5597,-217.647) : 45.0953 [keV] +TrackID 3044 Position (239.208,86.5697,-217.778) : 15.5905 [keV] +TrackID 3044 Position (239.255,86.5763,-217.81) : 89.4381 [keV] +TrackID 3044 Position (239.344,86.6278,-217.933) : 60.9496 [keV] +TrackID 3044 Position (239.403,86.6684,-218.073) : 42.6948 [keV] +TrackID 3044 Position (239.545,86.6719,-218.143) : 45.6682 [keV] +TrackID 3044 Position (239.681,86.7366,-218.187) : 53.3206 [keV] +TrackID 3044 Position (290.533,74.7712,-162.104) : 33.5323 [keV] +TrackID 3044 Position (290.577,74.7957,-162.04) : 20.6572 [keV] +TrackID 3044 Position (290.596,74.8189,-161.982) : 11.6139 [keV] +TrackID 3044 Position (290.638,74.837,-161.937) : 12.3783 [keV] +TrackID 3044 Position (290.666,74.8626,-161.883) : 14.4435 [keV] +TrackID 3044 Position (290.693,74.8885,-161.831) : 16.8997 [keV] +TrackID 3044 Position (290.686,74.9056,-161.768) : 17.3984 [keV] +TrackID 3044 Position (290.677,74.9279,-161.708) : 19.3915 [keV] +TrackID 3044 Position (290.653,74.9256,-161.647) : 5.35838 [keV] +TrackID 3044 Position (290.644,74.9198,-161.628) : 15.9057 [keV] +TrackID 3044 Position (290.641,74.8832,-161.573) : 20.484 [keV] +TrackID 3044 Position (290.638,74.8442,-161.523) : 27.9869 [keV] +TrackID 3044 Position (290.661,74.8163,-161.471) : 26.4488 [keV] +TrackID 3044 Position (290.684,74.8188,-161.411) : 32.1638 [keV] +TrackID 3044 Position (290.683,74.8793,-161.41) : 22.4352 [keV] +TrackID 3044 Position (290.734,74.9145,-161.388) : 20.4132 [keV] +TrackID 3044 Position (290.764,74.8663,-161.373) : 19.7275 [keV] +TrackID 3044 Position (290.806,74.8227,-161.371) : 25.5291 [keV] +TrackID 3044 Position (290.84,74.7989,-161.412) : 31.8087 [keV] +TrackID 3044 Position (290.897,74.7916,-161.408) : 180.419 [keV] +TrackID 3056 Position (293.101,276.93,-65.6799) : 40.9847 [keV] +TrackID 3055 Position (274.967,217.745,-78.2705) : 7.8036 [keV] +TrackID 3051 Position (283.48,98.178,-287.631) : 1.844 [keV] +TrackID 3057 Position (284.796,98.5231,-289.708) : 37.6399 [keV] +TrackID 3058 Position (391.347,-93.8273,222.516) : 759.044 [keV] +TrackID 3058 Position (392.833,-94.1732,223.365) : 343.673 [keV] +TrackID 3058 Position (437.519,-105.249,247.182) : 1871.06 [keV] +TrackID 3059 Position (391.347,-93.8273,222.516) : 1120.14 [keV] +TrackID 3059 Position (437.138,-106.82,250.428) : 935.844 [keV] +TrackID 3059 Position (439.008,-107.37,251.548) : 1037.3 [keV] +TrackID 3059 Position (441.785,-107.95,253.18) : 62.8707 [keV] +TrackID 3063 Position (441.785,-107.95,253.18) : 1.844 [keV] +TrackID 3159 Position (441.799,-107.954,253.189) : 15.7029 [keV] +TrackID 3192 Position (-74.2431,-344.979,-344.615) : 926.539 [keV] +TrackID 3192 Position (-84.2332,-391.03,-390.685) : 2130.62 [keV] +TrackID 3192 Position (-85.237,-395.588,-395.257) : 173.618 [keV] +TrackID 3192 Position (-95.0189,-439.854,-439.854) : 521.857 [keV] +TrackID 3192 Position (-95.2265,-440.79,-440.795) : 1380.94 [keV] +TrackID 3192 Position (-95.6819,-442.851,-442.863) : 860.175 [keV] +TrackID 3197 Position (-95.2265,-440.79,-440.795) : 95.286 [keV] +TrackID 3197 Position (-95.4767,-440.968,-440.798) : 57.3034 [keV] +TrackID 3197 Position (-95.6315,-441.015,-440.776) : 158.664 [keV] +TrackID 3197 Position (-95.8655,-441.154,-440.777) : 82.1194 [keV] +TrackID 3197 Position (-95.9919,-441.006,-440.607) : 448.177 [keV] +TrackID 3193 Position (-74.2431,-344.979,-344.615) : 220.818 [keV] +TrackID 3193 Position (-74.3579,-345.512,-345.147) : 245.167 [keV] +TrackID 3193 Position (-74.4764,-346.061,-345.698) : 394.827 [keV] +TrackID 3193 Position (-84.1806,-391.042,-390.802) : 2615.28 [keV] +TrackID 3193 Position (-94.7744,-439.907,-440.402) : 2594.26 [keV] +TrackID 3202 Position (-74.4764,-346.061,-345.698) : 425.541 [keV] +TrackID 3628 Position (28.1337,-248.412,162.315) : 1783.95 [keV] +TrackID 3628 Position (34.0223,-298.065,194.122) : 2172.53 [keV] +TrackID 3628 Position (39.7967,-347.73,226.275) : 2801.27 [keV] +TrackID 3628 Position (45.3642,-397.419,257.93) : 2238.84 [keV] +TrackID 3628 Position (50.9736,-447.104,290.339) : 2033.37 [keV] +TrackID 3681 Position (77.3567,241.847,-33.5251) : 313.806 [keV] +TrackID 3681 Position (90.541,286.011,-36.0681) : 83.3533 [keV] +TrackID 3681 Position (90.636,286.334,-36.0834) : 1855.58 [keV] +TrackID 3681 Position (109.805,332.329,-43.8115) : 1789.15 [keV] +TrackID 3681 Position (128.955,378.643,-50.5708) : 434.313 [keV] +TrackID 3681 Position (129.296,379.55,-50.6965) : 1247.26 [keV] +TrackID 3681 Position (145.596,425.796,-47.7216) : 4.33016 [keV] +TrackID 3681 Position (145.602,425.814,-47.7201) : 710.208 [keV] +TrackID 3681 Position (145.996,427.96,-47.54) : 886.752 [keV] +TrackID 3688 Position (145.996,427.96,-47.54) : 481.405 [keV] +TrackID 3687 Position (145.602,425.814,-47.7201) : 10.606 [keV] +TrackID 3687 Position (145.635,425.82,-47.719) : 17.7398 [keV] +TrackID 3687 Position (145.682,425.827,-47.7054) : 13.2491 [keV] +TrackID 3687 Position (145.725,425.831,-47.68) : 13.591 [keV] +TrackID 3687 Position (145.751,425.833,-47.6361) : 16.3829 [keV] +TrackID 3687 Position (145.773,425.826,-47.5918) : 14.7262 [keV] +TrackID 3687 Position (145.802,425.825,-47.55) : 14.0096 [keV] +TrackID 3687 Position (145.844,425.812,-47.5259) : 76.3765 [keV] +TrackID 3687 Position (145.856,425.763,-47.5196) : 26.3808 [keV] +TrackID 3687 Position (145.884,425.722,-47.5268) : 14.2433 [keV] +TrackID 3687 Position (145.918,425.687,-47.531) : 3.45144 [keV] +TrackID 3687 Position (293.287,341.295,-148.393) : 7.7381 [keV] +TrackID 3687 Position (293.302,341.285,-148.38) : 16.9561 [keV] +TrackID 3687 Position (293.313,341.273,-148.365) : 4.83505 [keV] +TrackID 3687 Position (293.331,341.266,-148.353) : 6.63952 [keV] +TrackID 3687 Position (293.35,341.265,-148.34) : 6.42863 [keV] +TrackID 3687 Position (293.363,341.266,-148.322) : 9.50707 [keV] +TrackID 3687 Position (293.383,341.271,-148.313) : 7.42449 [keV] +TrackID 3687 Position (293.4,341.264,-148.299) : 12.7331 [keV] +TrackID 3687 Position (293.408,341.259,-148.279) : 6.89485 [keV] +TrackID 3687 Position (293.413,341.251,-148.258) : 19.6881 [keV] +TrackID 3687 Position (293.414,341.24,-148.238) : 5.98084 [keV] +TrackID 3687 Position (293.422,341.238,-148.218) : 7.78646 [keV] +TrackID 3687 Position (293.426,341.236,-148.196) : 5.89433 [keV] +TrackID 3687 Position (293.428,341.221,-148.179) : 11.3324 [keV] +TrackID 3687 Position (293.435,341.203,-148.169) : 9.74245 [keV] +TrackID 3687 Position (293.43,341.181,-148.176) : 3.67271 [keV] +TrackID 3687 Position (281.683,290.998,-134.691) : 8.56591 [keV] +TrackID 3687 Position (281.675,290.995,-134.685) : 13.9537 [keV] +TrackID 3687 Position (281.669,290.998,-134.678) : 5.36644 [keV] +TrackID 3687 Position (281.666,291.002,-134.671) : 7.62371 [keV] +TrackID 3687 Position (281.66,291.001,-134.664) : 3.11114 [keV] +TrackID 3687 Position (281.655,290.999,-134.657) : 4.18699 [keV] +TrackID 3687 Position (281.651,290.996,-134.648) : 3.84651 [keV] +TrackID 3687 Position (281.648,290.99,-134.642) : 6.36772 [keV] +TrackID 3687 Position (281.646,290.984,-134.635) : 4.16533 [keV] +TrackID 3687 Position (281.643,290.977,-134.629) : 7.21201 [keV] +TrackID 3687 Position (281.644,290.97,-134.623) : 6.76216 [keV] +TrackID 3687 Position (281.64,290.968,-134.616) : 3.57127 [keV] +TrackID 3687 Position (281.63,290.963,-134.614) : 4.71127 [keV] +TrackID 3687 Position (281.621,290.957,-134.614) : 7.62858 [keV] +TrackID 3687 Position (281.611,290.953,-134.607) : 8.8891 [keV] +TrackID 3687 Position (281.609,290.946,-134.593) : 11.6151 [keV] +TrackID 3687 Position (281.596,290.939,-134.584) : 9.66999 [keV] +TrackID 3687 Position (281.582,290.947,-134.592) : 80.7068 [keV] +TrackID 3683 Position (114.5,330.741,-34.3383) : 1.844 [keV] +TrackID 3692 Position (116.88,334.985,-34.1257) : 37.3321 [keV] +TrackID 3691 Position (91.6679,290.034,-36.3773) : 0.107034 [keV] +TrackID 3682 Position (77.3567,241.847,-33.5251) : 495.947 [keV] +TrackID 3682 Position (91.052,285.849,-39.97) : 104.366 [keV] +TrackID 3682 Position (91.132,286.106,-40.0071) : 729.549 [keV] +TrackID 3682 Position (91.8202,288.303,-40.3348) : 1067.73 [keV] +TrackID 3682 Position (105.39,333.756,-48.0286) : 1664.85 [keV] +TrackID 3682 Position (118.932,381.91,-54.6202) : 156.47 [keV] +TrackID 3682 Position (119.082,382.453,-54.6888) : 1080.12 [keV] +TrackID 3682 Position (119.925,385.81,-55.1686) : 45.7254 [keV] +TrackID 3682 Position (119.967,385.979,-55.1943) : 261.463 [keV] +TrackID 3682 Position (130.963,430.521,-61.9539) : 84.6995 [keV] +TrackID 3682 Position (131.043,430.846,-62.0034) : 2075.86 [keV] +TrackID 3699 Position (119.967,385.979,-55.1943) : 73.7392 [keV] +TrackID 3699 Position (120.099,386.017,-55.389) : 52.9646 [keV] +TrackID 3699 Position (120.165,386.031,-55.5051) : 88.4431 [keV] +TrackID 3699 Position (120.295,386.129,-55.4933) : 52.2687 [keV] +TrackID 3699 Position (120.404,386.14,-55.4203) : 38.6044 [keV] +TrackID 3699 Position (120.453,386.148,-55.3166) : 41.978 [keV] +TrackID 3699 Position (120.488,386.207,-55.24) : 248.561 [keV] +TrackID 3697 Position (119.082,382.453,-54.6888) : 1593.35 [keV] +TrackID 3697 Position (153.035,423.179,-75.2787) : 2091.77 [keV] +TrackID 3698 Position (130.855,430.554,-61.9625) : 1.844 [keV] +TrackID 3767 Position (130.926,430.843,-62.0064) : 33.4569 [keV] +TrackID 3780 Position (286.428,-93.9269,208.191) : 1356.45 [keV] +TrackID 3780 Position (331.215,-113.122,241.26) : 1937.78 [keV] +TrackID 3780 Position (378.502,-129.368,277.059) : 713.877 [keV] +TrackID 3780 Position (380.072,-129.91,278.312) : 1183.95 [keV] +TrackID 3780 Position (381.827,-130.725,279.94) : 583.979 [keV] +TrackID 3780 Position (423.568,-151.956,324.39) : 2610.82 [keV] +TrackID 3785 Position (381.827,-130.725,279.94) : 284.567 [keV] +TrackID 3785 Position (382.168,-130.678,279.57) : 131.004 [keV] +TrackID 3786 Position (342.197,-76.6616,-53.4311) : 1.844 [keV] +TrackID 3788 Position (345.338,-60.7197,-57.1296) : 85.7678 [keV] +TrackID 3787 Position (342.197,-76.6616,-53.4311) : 11.0359 [keV] +TrackID 3790 Position (253.76,-311.334,119.857) : 1097.2 [keV] +TrackID 3790 Position (284.8,-348.409,134.217) : 1641.03 [keV] +TrackID 3789 Position (253.76,-311.334,119.857) : 709.283 [keV] +TrackID 3789 Position (254.646,-312.472,120.294) : 564.392 [keV] +TrackID 3789 Position (285.561,-347.786,137.404) : 1420.42 [keV] +TrackID 3789 Position (288.414,-350.713,138.882) : 297.36 [keV] +TrackID 3795 Position (254.646,-312.472,120.294) : 166.522 [keV] +TrackID 3795 Position (254.683,-312.928,120.626) : 103.243 [keV] +TrackID 3795 Position (254.48,-312.978,120.875) : 106.619 [keV] +TrackID 3795 Position (254.306,-313.182,121.04) : 506.255 [keV] +TrackID 3795 Position (254.581,-313.935,120.279) : 67.6233 [keV] +TrackID 3781 Position (286.428,-93.9269,208.191) : 235.314 [keV] +TrackID 3781 Position (287.043,-94.1025,208.639) : 1207.3 [keV] +TrackID 3781 Position (332.17,-110.287,242.291) : 4.86797 [keV] +TrackID 3781 Position (332.179,-110.291,242.298) : 2356.92 [keV] +TrackID 3781 Position (380.381,-123.736,277.735) : 2193.13 [keV] +TrackID 3781 Position (430.073,-132.428,316.336) : 238.418 [keV] +TrackID 3781 Position (430.632,-132.513,316.779) : 1986.08 [keV] +TrackID 3623 Position (-248.758,24.8889,176.491) : 2014.76 [keV] +TrackID 3623 Position (-298.491,30.0542,211.709) : 1779.02 [keV] +TrackID 3623 Position (-348.233,35.1263,246.916) : 983.616 [keV] +TrackID 3623 Position (-350.637,35.3569,248.623) : 1162.6 [keV] +TrackID 3623 Position (-398.05,39.4523,282.661) : 1756.57 [keV] +TrackID 3623 Position (-447.88,43.6255,318.544) : 2085.79 [keV] +TrackID 3807 Position (-350.637,35.3569,248.623) : 278.936 [keV] +TrackID 3807 Position (-351.242,35.971,248.915) : 401.553 [keV] +TrackID 3807 Position (-352.279,36.7464,248.371) : 316.186 [keV] +TrackID 3807 Position (-399.219,24.9758,236.275) : 428.358 [keV] +TrackID 3807 Position (-399.828,24.6641,236.197) : 186.561 [keV] +TrackID 3807 Position (-400.38,24.6846,235.943) : 213.005 [keV] +TrackID 3807 Position (-400.772,24.8553,235.522) : 172.87 [keV] +TrackID 3807 Position (-401.111,24.9654,235.08) : 195.169 [keV] +TrackID 3807 Position (-400.906,24.9762,234.526) : 173.711 [keV] +TrackID 3807 Position (-401.326,24.6001,234.303) : 172.898 [keV] +TrackID 3807 Position (-401.745,24.2024,234.475) : 176.711 [keV] +TrackID 3807 Position (-401.892,23.6988,234.464) : 665.929 [keV] +TrackID 3807 Position (-401.955,23.2706,235.734) : 94.5666 [keV] +TrackID 3850 Position (-224.952,-109.071,-110.876) : 1779.69 [keV] +TrackID 3850 Position (-269.896,-130.982,-133.35) : 2041.16 [keV] +TrackID 3850 Position (-314.94,-152.685,-155.775) : 1301.39 [keV] +TrackID 3850 Position (-317.966,-154.147,-157.289) : 602.565 [keV] +TrackID 3850 Position (-359.911,-174.539,-178.387) : 1757.77 [keV] +TrackID 3850 Position (-404.79,-196.583,-201.214) : 2111.64 [keV] +TrackID 3854 Position (-317.966,-154.147,-157.289) : 582.995 [keV] +TrackID 3886 Position (-219.795,119.123,-64.8772) : 1645.43 [keV] +TrackID 3886 Position (-263.861,142.749,-78.0658) : 2125.41 [keV] +TrackID 3886 Position (-267.935,144.931,-79.2916) : 124.098 [keV] +TrackID 3886 Position (-307.997,166.246,-91.3877) : 102.446 [keV] +TrackID 3886 Position (-308.327,166.421,-91.4873) : 1822.77 [keV] +TrackID 3886 Position (-352.191,189.635,-104.374) : 1956.63 [keV] +TrackID 3886 Position (-396.351,213.087,-117.341) : 1024.17 [keV] +TrackID 3886 Position (-398.431,214.189,-117.958) : 801.125 [keV] +TrackID 3886 Position (-399.824,214.927,-118.379) : 505.342 [keV] +TrackID 3891 Position (-267.935,144.931,-79.2916) : 1.844 [keV] +TrackID 3902 Position (-268.076,145.006,-79.3341) : 14.0887 [keV] +TrackID 3885 Position (-215.401,126.896,-62.6316) : 2407.44 [keV] +TrackID 3885 Position (-258.417,152.383,-74.5697) : 1935.63 [keV] +TrackID 3885 Position (-301.181,178.297,-85.6442) : 212.355 [keV] +TrackID 3885 Position (-301.844,178.702,-85.8163) : 8.08468 [keV] +TrackID 3885 Position (-301.87,178.717,-85.8231) : 1515.56 [keV] +TrackID 3885 Position (-305.434,180.898,-86.7373) : 5.26161 [keV] +TrackID 3885 Position (-343.747,204.543,-96.4646) : 1612.38 [keV] +TrackID 3885 Position (-347.813,207.079,-97.5265) : 50.7724 [keV] +TrackID 3885 Position (-386.15,231.058,-107.694) : 1974.6 [keV] +TrackID 3911 Position (-347.813,207.079,-97.5265) : 84.6275 [keV] +TrackID 3911 Position (-347.927,207.294,-97.4585) : 0.628492 [keV] +TrackID 3911 Position (-369.734,256.509,-88.7812) : 28.2286 [keV] +TrackID 3911 Position (-369.791,256.604,-88.7387) : 41.7642 [keV] +TrackID 3911 Position (-369.876,256.733,-88.7) : 40.1232 [keV] +TrackID 3911 Position (-369.953,256.826,-88.5969) : 67.6884 [keV] +TrackID 3911 Position (-370.003,256.939,-88.4987) : 41.8391 [keV] +TrackID 3911 Position (-370.109,257.041,-88.4417) : 59.3628 [keV] +TrackID 3911 Position (-370.25,257.1,-88.3917) : 45.4303 [keV] +TrackID 3911 Position (-370.389,257.176,-88.3702) : 45.3765 [keV] +TrackID 3911 Position (-370.387,257.333,-88.3182) : 55.1 [keV] +TrackID 3911 Position (-370.316,257.531,-88.2986) : 73.4967 [keV] +TrackID 3911 Position (-370.325,257.735,-88.3668) : 67.7759 [keV] +TrackID 3911 Position (-370.505,257.614,-88.4191) : 90.4557 [keV] +TrackID 3911 Position (-370.582,257.461,-88.5904) : 102.734 [keV] +TrackID 3911 Position (-370.574,257.21,-88.6583) : 113.828 [keV] +TrackID 3911 Position (-370.39,257.291,-88.8243) : 400.453 [keV] +TrackID 3963 Position (-212.639,131.472,-96.333) : 1682.41 [keV] +TrackID 3963 Position (-255.166,157.766,-115.597) : 2118.8 [keV] +TrackID 3963 Position (-297.946,183.653,-134.923) : 1711.24 [keV] +TrackID 3963 Position (-340.717,209.552,-153.716) : 1662.42 [keV] +TrackID 3963 Position (-383.76,235.007,-172.507) : 1628.74 [keV] +TrackID 4101 Position (116.824,-221.025,149.103) : 3201.6 [keV] +TrackID 4101 Position (141.288,-264.647,179.68) : 3746.54 [keV] +TrackID 4101 Position (165.373,-308.467,211.06) : 3974.07 [keV] +TrackID 4101 Position (189.158,-352.448,242.542) : 4333.36 [keV] +TrackID 4101 Position (213.452,-396.154,274.398) : 3710.69 [keV] +TrackID 4119 Position (-167.191,251.123,136.786) : 1041.71 [keV] +TrackID 4119 Position (-198.771,288.08,146.508) : 1049.45 [keV] +TrackID 4119 Position (-200.795,291.135,147.137) : 499.58 [keV] +TrackID 4119 Position (-230.744,326.737,166.034) : 313.839 [keV] +TrackID 4119 Position (-231.34,327.552,166.487) : 245.743 [keV] +TrackID 4119 Position (-231.703,328.077,166.702) : 1377.11 [keV] +TrackID 4119 Position (-232.881,330.552,167.879) : 197.262 [keV] +TrackID 4119 Position (-252.17,372.707,192.513) : 125.281 [keV] +TrackID 4119 Position (-252.331,373.006,192.678) : 1900.6 [keV] +TrackID 4119 Position (-254.706,377.021,195.49) : 1.92235 [keV] +TrackID 4100 Position (-14.5209,-249.578,-206.465) : 2033.68 [keV] +TrackID 4100 Position (-17.8861,-299.466,-249.609) : 2033.52 [keV] +TrackID 4100 Position (-21.5473,-349.336,-292.346) : 2185.07 [keV] +TrackID 4100 Position (-24.826,-399.229,-334.815) : 616.381 [keV] +TrackID 4100 Position (-24.9207,-400.704,-336.062) : 1402.7 [keV] +TrackID 4100 Position (-27.73,-449.145,-376.242) : 2231.41 [keV] +TrackID 4135 Position (-24.9207,-400.704,-336.062) : 429.502 [keV] +TrackID 4121 Position (-200.795,291.135,147.137) : 120.87 [keV] +TrackID 4121 Position (-200.88,291.449,146.966) : 83.5457 [keV] +TrackID 4121 Position (-201.051,291.623,147.013) : 92.1886 [keV] +TrackID 4121 Position (-201,291.595,147.194) : 41.5289 [keV] +TrackID 4121 Position (-200.996,291.541,147.33) : 77.2467 [keV] +TrackID 4121 Position (-201.031,291.616,147.491) : 66.9076 [keV] +TrackID 4121 Position (-201.088,291.596,147.664) : 337.608 [keV] +TrackID 4118 Position (-167.191,251.123,136.786) : 1508.45 [keV] +TrackID 4118 Position (-193.203,291.844,161.806) : 2125.92 [keV] +TrackID 4118 Position (-219.599,334.33,186.972) : 9.77536 [keV] +TrackID 4118 Position (-219.615,334.354,186.987) : 1800.4 [keV] +TrackID 4118 Position (-246.897,376.221,220.291) : 1474.36 [keV] +TrackID 4118 Position (-249.159,379.133,223.181) : 711.508 [keV] +TrackID 4147 Position (-247.549,320.538,112.513) : 1.844 [keV] +TrackID 4156 Position (-247.507,319.967,111.479) : 49.2212 [keV] +TrackID 4155 Position (-251.723,377.305,215.337) : 11.3532 [keV] +TrackID 4154 Position (-249.982,374.98,213.439) : 19.8457 [keV] +TrackID 4153 Position (-250.976,377.446,215.473) : 8.39049 [keV] +TrackID 4152 Position (-246.315,382.122,216.789) : 37.8084 [keV] +TrackID 4151 Position (-246.757,378.904,213.02) : 7.1212 [keV] +TrackID 3959 Position (167.495,-185.595,-219.096) : 2087.81 [keV] +TrackID 3959 Position (201.09,-222.627,-262.943) : 2411.53 [keV] +TrackID 3959 Position (234.619,-259.719,-306.832) : 1988.88 [keV] +TrackID 3959 Position (268.081,-296.871,-350.72) : 2621.66 [keV] +TrackID 3959 Position (301.559,-334.009,-394.544) : 2353.66 [keV] +TrackID 4842 Position (-36.2465,-247.358,49.9621) : 1540.12 [keV] +TrackID 4842 Position (-43.3129,-296.857,59.2548) : 1522.2 [keV] +TrackID 4842 Position (-50.2804,-346.37,68.5952) : 1509.17 [keV] +TrackID 4842 Position (-57.5007,-395.846,77.9278) : 1675.41 [keV] +TrackID 4842 Position (-65.2117,-445.25,87.1222) : 1684.43 [keV] +TrackID 4890 Position (7.23073,249.895,173.133) : 3467.27 [keV] +TrackID 4890 Position (8.94654,299.867,206.586) : 3237.24 [keV] +TrackID 4890 Position (10.6993,349.836,240.476) : 1612.62 [keV] +TrackID 4890 Position (10.7757,351.88,241.859) : 2116.52 [keV] +TrackID 4890 Position (13.4535,399.774,274.467) : 3116.54 [keV] +TrackID 4905 Position (10.7757,351.88,241.859) : 490.006 [keV] +TrackID 4908 Position (-135.237,429.198,217.785) : 6247.52 [keV] +TrackID 4800 Position (206.915,-140.307,219.334) : 65.8753 [keV] +TrackID 4934 Position (147.089,-203.741,194.12) : 195.851 [keV] +TrackID 4933 Position (207.067,-140.41,219.495) : 2441.71 [keV] +TrackID 4930 Position (207.067,-140.41,219.495) : 2260.11 [keV] +TrackID 4930 Position (207.115,-140.376,219.487) : 11.4534 [keV] +TrackID 4930 Position (207.115,-140.376,219.487) : 7.57121 [keV] +TrackID 4927 Position (207.067,-140.41,219.495) : 6404.74 [keV] +TrackID 4927 Position (205.358,-142.584,219.834) : 217.791 [keV] +TrackID 4927 Position (184.751,-168.425,223.211) : 5991.5 [keV] +TrackID 4927 Position (183.431,-170.195,223.419) : 5067 [keV] +TrackID 4927 Position (182.416,-171.627,223.528) : 4383.75 [keV] +TrackID 4927 Position (181.632,-172.799,223.579) : 4254.66 [keV] +TrackID 4927 Position (180.974,-173.73,223.588) : 3598.11 [keV] +TrackID 4927 Position (180.437,-174.459,223.606) : 3316.18 [keV] +TrackID 4927 Position (179.998,-175.04,223.607) : 3103.84 [keV] +TrackID 4927 Position (179.643,-175.504,223.596) : 2787.11 [keV] +TrackID 4927 Position (179.344,-175.857,223.589) : 2672.99 [keV] +TrackID 4927 Position (179.1,-176.136,223.588) : 2691.52 [keV] +TrackID 4927 Position (178.905,-176.355,223.609) : 2673.13 [keV] +TrackID 4927 Position (178.753,-176.52,223.628) : 3022.69 [keV] +TrackID 4927 Position (178.647,-176.635,223.645) : 1670.38 [keV] +TrackID 4926 Position (207.067,-140.41,219.495) : 9631.91 [keV] +TrackID 4926 Position (205.17,-145.305,221.097) : 8375.74 [keV] +TrackID 4926 Position (203.683,-149.226,222.332) : 7578.87 [keV] +TrackID 4926 Position (202.503,-152.376,223.279) : 6562.43 [keV] +TrackID 4926 Position (201.534,-154.879,223.989) : 5688.9 [keV] +TrackID 4926 Position (200.751,-156.87,224.576) : 2363.64 [keV] +TrackID 4926 Position (164.305,-251.006,251.312) : 4836.42 [keV] +TrackID 4926 Position (163.769,-252.457,251.711) : 4160.3 [keV] +TrackID 4926 Position (163.33,-253.623,252.007) : 3881.96 [keV] +TrackID 4926 Position (162.958,-254.562,252.239) : 3552.3 [keV] +TrackID 4926 Position (162.661,-255.317,252.425) : 3394.23 [keV] +TrackID 4926 Position (162.423,-255.919,252.575) : 3152.99 [keV] +TrackID 4926 Position (162.24,-256.397,252.69) : 2838.43 [keV] +TrackID 4926 Position (162.082,-256.767,252.776) : 2683.96 [keV] +TrackID 4926 Position (161.957,-257.059,252.834) : 2531.64 [keV] +TrackID 4926 Position (161.858,-257.287,252.875) : 2800.3 [keV] +TrackID 4926 Position (161.784,-257.461,252.903) : 3133.66 [keV] +TrackID 4939 Position (190.973,-168.98,230.126) : 0.303375 [keV] +TrackID 4939 Position (190.972,-168.98,230.126) : 0.551857 [keV] +TrackID 4939 Position (190.972,-168.98,230.126) : 0.993132 [keV] +TrackID 4939 Position (190.972,-168.979,230.126) : 0.694937 [keV] +TrackID 4939 Position (190.972,-168.979,230.126) : 0.119286 [keV] +TrackID 4939 Position (190.971,-168.978,230.126) : 0.911912 [keV] +TrackID 4939 Position (190.971,-168.978,230.125) : 0.272279 [keV] +TrackID 4939 Position (190.972,-168.978,230.125) : 0.430797 [keV] +TrackID 4939 Position (190.971,-168.978,230.124) : 0.483079 [keV] +TrackID 4939 Position (190.971,-168.978,230.124) : 0.716283 [keV] +TrackID 4939 Position (190.97,-168.978,230.124) : 1.43433 [keV] +TrackID 4939 Position (190.97,-168.978,230.124) : 0.236379 [keV] +TrackID 4939 Position (190.969,-168.979,230.124) : 1.26862 [keV] +TrackID 4939 Position (190.97,-168.979,230.124) : 1.79058 [keV] +TrackID 4939 Position (190.97,-168.98,230.123) : 0.516374 [keV] +TrackID 4939 Position (190.97,-168.98,230.123) : 1.10346 [keV] +TrackID 4939 Position (190.97,-168.981,230.123) : 0.383893 [keV] +TrackID 4939 Position (190.969,-168.981,230.123) : 1.69462 [keV] +TrackID 4939 Position (190.969,-168.982,230.122) : 0.920593 [keV] +TrackID 4939 Position (190.969,-168.982,230.122) : 1.5134 [keV] +TrackID 4939 Position (190.969,-168.982,230.122) : 4.76799 [keV] +TrackID 4939 Position (190.969,-168.981,230.121) : 1.46358 [keV] +TrackID 4939 Position (190.968,-168.982,230.121) : 0.921105 [keV] +TrackID 4939 Position (190.968,-168.982,230.121) : 2.10386 [keV] +TrackID 4939 Position (190.968,-168.982,230.122) : 10.3213 [keV] +TrackID 4938 Position (200.408,-157.676,224.81) : 0.256621 [keV] +TrackID 4938 Position (200.408,-157.676,224.81) : 0.453186 [keV] +TrackID 4925 Position (207.067,-140.41,219.495) : 11290.1 [keV] +TrackID 4925 Position (210.695,-135.075,216.738) : 9928.8 [keV] +TrackID 4925 Position (213.572,-130.849,214.552) : 8279 [keV] +TrackID 4925 Position (215.867,-127.567,212.718) : 7348.25 [keV] +TrackID 4925 Position (217.654,-124.943,211.169) : 6662.12 [keV] +TrackID 4925 Position (219.057,-122.814,209.934) : 5626.97 [keV] +TrackID 4925 Position (220.223,-121.125,208.987) : 5189.38 [keV] +TrackID 4925 Position (221.196,-119.767,208.256) : 4653.85 [keV] +TrackID 4925 Position (222.012,-118.702,207.678) : 4196.61 [keV] +TrackID 4925 Position (222.683,-117.856,207.23) : 3692.74 [keV] +TrackID 4925 Position (223.216,-117.18,206.866) : 3264.84 [keV] +TrackID 4925 Position (223.588,-116.587,206.598) : 3146.49 [keV] +TrackID 4925 Position (223.876,-116.097,206.391) : 3007.24 [keV] +TrackID 4925 Position (224.102,-115.708,206.222) : 2814.59 [keV] +TrackID 4925 Position (224.278,-115.398,206.097) : 2599.45 [keV] +TrackID 4925 Position (224.418,-115.159,205.991) : 2661.62 [keV] +TrackID 4925 Position (224.521,-114.968,205.915) : 2975.98 [keV] +TrackID 4925 Position (224.596,-114.832,205.865) : 1760.41 [keV] +TrackID 4925 Position (224.617,-114.794,205.852) : 165.594 [keV] +TrackID 4924 Position (207.067,-140.41,219.495) : 205.462 [keV] +TrackID 4799 Position (-74.9819,238.49,139.669) : 2160.44 [keV] +TrackID 4799 Position (-89.7227,286.269,167.489) : 1466.79 [keV] +TrackID 4799 Position (-91.0748,290.701,170.067) : 110.421 [keV] +TrackID 4799 Position (-104.289,334.101,195.254) : 2104.3 [keV] +TrackID 4799 Position (-118.735,381.971,222.809) : 1314.25 [keV] +TrackID 4799 Position (-119.779,385.398,224.781) : 548.604 [keV] +TrackID 4799 Position (-133.504,429.74,249.96) : 1902.27 [keV] +TrackID 5055 Position (-119.779,385.398,224.781) : 459.307 [keV] +TrackID 5053 Position (-91.0748,290.701,170.067) : 33.6376 [keV] +TrackID 5053 Position (-91.1087,290.816,170.038) : 16.5954 [keV] +TrackID 5053 Position (-91.1271,290.873,170.021) : 20.1331 [keV] +TrackID 5053 Position (-91.1431,290.926,170.028) : 38.0227 [keV] +TrackID 5053 Position (-91.1774,290.968,170.036) : 20.387 [keV] +TrackID 5053 Position (-91.2017,291.017,170.037) : 5.40773 [keV] +TrackID 5053 Position (-103.572,334.325,181.504) : 32.9186 [keV] +TrackID 5053 Position (-103.584,334.365,181.519) : 7.14362 [keV] +TrackID 5053 Position (-103.588,334.406,181.525) : 41.1665 [keV] +TrackID 5053 Position (-103.581,334.444,181.534) : 16.0607 [keV] +TrackID 5053 Position (-103.591,334.48,181.55) : 10.939 [keV] +TrackID 5053 Position (-103.612,334.494,181.581) : 10.5037 [keV] +TrackID 5053 Position (-103.623,334.515,181.613) : 12.5927 [keV] +TrackID 5053 Position (-103.612,334.536,181.645) : 20.7087 [keV] +TrackID 5053 Position (-103.598,334.557,181.682) : 14.33 [keV] +TrackID 5053 Position (-103.58,334.569,181.722) : 22.3507 [keV] +TrackID 5053 Position (-103.535,334.594,181.729) : 12.6887 [keV] +TrackID 5053 Position (-103.532,334.643,181.725) : 29.9115 [keV] +TrackID 5053 Position (-103.574,334.672,181.742) : 19.5921 [keV] +TrackID 5053 Position (-103.59,334.66,181.681) : 57.8219 [keV] +TrackID 5053 Position (-103.628,334.664,181.619) : 30.1661 [keV] +TrackID 5053 Position (-103.63,334.702,181.572) : 191.316 [keV] +TrackID 5063 Position (-272.117,126.302,-261.764) : 9.26417 [keV] +TrackID 5063 Position (-272.137,126.308,-261.771) : 22.5172 [keV] +TrackID 5063 Position (-272.153,126.318,-261.776) : 9.48997 [keV] +TrackID 5063 Position (-272.171,126.326,-261.775) : 4.44512 [keV] +TrackID 5063 Position (-272.19,126.329,-261.772) : 3.3527 [keV] +TrackID 5063 Position (-272.208,126.32,-261.771) : 9.53333 [keV] +TrackID 5063 Position (-272.226,126.317,-261.765) : 5.36723 [keV] +TrackID 5063 Position (-272.232,126.3,-261.759) : 9.92307 [keV] +TrackID 5063 Position (-272.246,126.281,-261.759) : 17.7232 [keV] +TrackID 5063 Position (-272.258,126.263,-261.763) : 13.6871 [keV] +TrackID 5063 Position (-272.272,126.245,-261.769) : 9.81905 [keV] +TrackID 5063 Position (-272.29,126.234,-261.78) : 89.5359 [keV] +TrackID 5063 Position (-272.305,126.219,-261.795) : 13.2569 [keV] +TrackID 5063 Position (-272.317,126.194,-261.797) : 101.03 [keV] +TrackID 5967 Position (-151.803,-198.635,200.176) : 1805.35 [keV] +TrackID 5967 Position (-182.026,-238.467,240.251) : 2309.1 [keV] +TrackID 5967 Position (-212.353,-278.22,280.45) : 1807.94 [keV] +TrackID 5967 Position (-242.569,-318.057,320.685) : 2284.9 [keV] +TrackID 5967 Position (-272.821,-357.867,360.527) : 2389.98 [keV] +TrackID 5966 Position (-132.29,-212.13,110.059) : 1677.94 [keV] +TrackID 5966 Position (-158.392,-254.778,131.952) : 35.9699 [keV] +TrackID 5966 Position (-158.448,-254.87,131.999) : 2008.14 [keV] +TrackID 5966 Position (-184.89,-297.179,153.517) : 2130.04 [keV] +TrackID 5966 Position (-211.595,-339.452,174.906) : 1636.61 [keV] +TrackID 5966 Position (-238.381,-381.674,196.229) : 826.156 [keV] +TrackID 5966 Position (-239.798,-383.914,197.366) : 723.951 [keV] +TrackID 5980 Position (-239.798,-383.914,197.366) : 493.886 [keV] +TrackID 5980 Position (-240.88,-383.278,196.713) : 420.151 [keV] +TrackID 5979 Position (-158.448,-254.87,131.999) : 19.0221 [keV] +TrackID 5979 Position (-158.434,-254.909,132.024) : 14.5289 [keV] +TrackID 5979 Position (-158.419,-254.953,132.051) : 12.3965 [keV] +TrackID 5979 Position (-158.411,-255,132.075) : 19.4763 [keV] +TrackID 5979 Position (-158.411,-255.04,132.11) : 32.8006 [keV] +TrackID 5979 Position (-158.421,-255.084,132.137) : 18.7343 [keV] +TrackID 5979 Position (-158.442,-255.131,132.148) : 25.5164 [keV] +TrackID 5979 Position (-158.469,-255.187,132.159) : 29.142 [keV] +TrackID 5979 Position (-158.51,-255.236,132.191) : 27.5373 [keV] +TrackID 5979 Position (-158.518,-255.312,132.226) : 40.2023 [keV] +TrackID 5979 Position (-158.597,-255.38,132.218) : 33.4651 [keV] +TrackID 5979 Position (-158.655,-255.468,132.22) : 40.3819 [keV] +TrackID 5979 Position (-158.703,-255.545,132.312) : 170.979 [keV] +TrackID 5979 Position (-158.86,-255.79,132.421) : 124.496 [keV] +TrackID 5981 Position (-158.86,-255.79,132.421) : 1.844 [keV] +TrackID 5963 Position (-226.339,-106.164,-159.769) : 6958.6 [keV] +TrackID 5963 Position (-271.379,-127.881,-191.349) : 6859.37 [keV] +TrackID 5963 Position (-316.52,-149.383,-223.422) : 7685.89 [keV] +TrackID 5963 Position (-361.99,-170.185,-257.164) : 8082.61 [keV] +TrackID 5963 Position (-407.538,-190.822,-289.752) : 7695.89 [keV] +TrackID 5982 Position (-156.532,-257.807,128.534) : 40.3746 [keV] +TrackID 6027 Position (-306.014,-263.368,55.2259) : 357.96 [keV] +TrackID 6027 Position (-341.748,-292.76,60.2077) : 1340.42 [keV] +TrackID 6027 Position (-345.01,-295.372,60.8062) : 409.709 [keV] +TrackID 6028 Position (-306.014,-263.368,55.2259) : 330.396 [keV] +TrackID 6028 Position (-306.812,-264.053,55.3636) : 61.3576 [keV] +TrackID 6028 Position (-341.577,-292.96,61.433) : 1145.56 [keV] +TrackID 6028 Position (-344.493,-295.353,61.9271) : 560.795 [keV] +TrackID 5962 Position (-246.354,-42.5404,126.451) : 2279.64 [keV] +TrackID 5962 Position (-295.609,-51.143,151.763) : 2483.08 [keV] +TrackID 5962 Position (-344.873,-59.688,177.033) : 1171.48 [keV] +TrackID 5962 Position (-347.181,-60.0885,178.207) : 1366.93 [keV] +TrackID 5962 Position (-394.151,-68.1532,202.01) : 2493.58 [keV] +TrackID 5962 Position (-443.447,-76.5159,227.21) : 2100.53 [keV] +TrackID 6041 Position (-347.181,-60.0885,178.207) : 611.584 [keV] +TrackID 6033 Position (-344.493,-295.353,61.9271) : 1.844 [keV] +TrackID 6031 Position (-306.812,-264.053,55.3636) : 1.844 [keV] +TrackID 6046 Position (-306.818,-264.057,55.3646) : 7.32109 [keV] +TrackID 6045 Position (-345.274,-295.967,62.0868) : 15.8015 [keV] +TrackID 6393 Position (-126.115,-215.859,117.131) : 1875.67 [keV] +TrackID 6393 Position (-151.338,-259.031,140.562) : 2147.66 [keV] +TrackID 6393 Position (-176.558,-302.204,163.991) : 1857.44 [keV] +TrackID 6393 Position (-201.776,-345.379,187.421) : 1886.3 [keV] +TrackID 6393 Position (-226.992,-388.554,210.847) : 224.601 [keV] +TrackID 6393 Position (-227.254,-389.003,211.09) : 2058.71 [keV] +TrackID 6404 Position (-227.254,-389.003,211.09) : 276.723 [keV] +TrackID 6404 Position (-227.294,-389.019,211.253) : 180.83 [keV] +TrackID 6446 Position (69.5499,240.131,-140.467) : 2256.84 [keV] +TrackID 6446 Position (83.4586,288.157,-168.562) : 531.612 [keV] +TrackID 6446 Position (83.8304,289.441,-169.313) : 965.461 [keV] +TrackID 6446 Position (84.5345,291.873,-170.735) : 475.25 [keV] +TrackID 6446 Position (97.3654,336.184,-196.65) : 2310.33 [keV] +TrackID 6446 Position (111.273,384.211,-224.74) : 1958.79 [keV] +TrackID 6446 Position (125.183,432.237,-252.834) : 2565.2 [keV] +TrackID -1 Position (155.404,369.315,-295.91) : 78.5956 [keV] +TrackID -1 Position (155.363,369.113,-295.852) : 35.8344 [keV] +TrackID -1 Position (155.385,369.071,-295.746) : 75.1316 [keV] +TrackID -1 Position (155.462,369.059,-295.697) : 32.4154 [keV] +TrackID -1 Position (155.553,369.029,-295.709) : 37.5369 [keV] +TrackID -1 Position (155.643,369.016,-295.732) : 33.64 [keV] +TrackID -1 Position (155.689,368.933,-295.767) : 33.5339 [keV] +TrackID -1 Position (155.617,368.994,-295.789) : 34.8284 [keV] +TrackID -1 Position (155.58,369.03,-295.853) : 43.3517 [keV] +TrackID -1 Position (155.513,369.089,-295.884) : 229.862 [keV] +TrackID -1 Position (96.9677,389.121,-312.589) : 1.65055 [keV] +TrackID -1 Position (96.1334,388.516,-312.809) : 35.5866 [keV] +TrackID -1 Position (96.0931,388.441,-312.843) : 10.1562 [keV] +TrackID -1 Position (96.0736,388.415,-312.875) : 16.9907 [keV] +TrackID -1 Position (96.0582,388.381,-312.902) : 17.1061 [keV] +TrackID -1 Position (96.0432,388.342,-312.923) : 17.8969 [keV] +TrackID -1 Position (96.0447,388.311,-312.957) : 4.49533 [keV] +TrackID -1 Position (98.6908,341.006,-339.964) : 9.39558 [keV] +TrackID -1 Position (98.713,340.991,-339.981) : 15.2086 [keV] +TrackID -1 Position (98.7393,340.989,-340.003) : 8.23944 [keV] +TrackID -1 Position (98.7699,340.979,-340.016) : 0.564027 [keV] +TrackID -1 Position (108.468,385.013,-290.467) : 8.07522 [keV] +TrackID -1 Position (108.464,385.037,-290.468) : 7.8074 [keV] +TrackID -1 Position (108.466,385.061,-290.485) : 8.90217 [keV] +TrackID -1 Position (108.458,385.088,-290.496) : 8.01528 [keV] +TrackID -1 Position (108.456,385.114,-290.51) : 6.34115 [keV] +TrackID -1 Position (108.442,385.14,-290.513) : 14.5359 [keV] +TrackID -1 Position (108.433,385.161,-290.533) : 30.5117 [keV] +TrackID -1 Position (108.418,385.186,-290.537) : 12.2544 [keV] +TrackID -1 Position (108.396,385.206,-290.544) : 15.7116 [keV] +TrackID -1 Position (108.382,385.236,-290.551) : 9.28928 [keV] +TrackID -1 Position (108.378,385.266,-290.571) : 14.4141 [keV] +TrackID -1 Position (108.36,385.292,-290.595) : 18.6978 [keV] +TrackID -1 Position (108.312,385.309,-290.601) : 26.3209 [keV] +TrackID -1 Position (108.264,385.297,-290.595) : 24.2833 [keV] +TrackID -1 Position (108.223,385.265,-290.588) : 19.2644 [keV] +TrackID -1 Position (108.209,385.227,-290.574) : 18.6565 [keV] +TrackID -1 Position (108.237,385.21,-290.568) : 9.73063 [keV] +TrackID -1 Position (108.257,385.203,-290.548) : 11.9127 [keV] +TrackID -1 Position (108.266,385.186,-290.529) : 11.1516 [keV] +TrackID -1 Position (108.266,385.156,-290.53) : 14.7833 [keV] +TrackID -1 Position (108.266,385.135,-290.516) : 16.3268 [keV] +TrackID -1 Position (108.254,385.108,-290.515) : 16.3086 [keV] +TrackID -1 Position (108.235,385.097,-290.496) : 26.5075 [keV] +TrackID -1 Position (108.212,385.095,-290.493) : 12.9968 [keV] +TrackID -1 Position (114.14,383.369,-302.138) : 0.382806 [keV] +TrackID -1 Position (114.14,383.37,-302.138) : 1.01199 [keV] +TrackID -1 Position (114.14,383.371,-302.139) : 0.713743 [keV] +TrackID -1 Position (114.14,383.372,-302.14) : 4.72052 [keV] +TrackID -1 Position (114.14,383.373,-302.14) : 0.229556 [keV] +TrackID -1 Position (114.14,383.373,-302.141) : 1.16581 [keV] +TrackID -1 Position (114.14,383.374,-302.142) : 0.881328 [keV] +TrackID -1 Position (114.14,383.375,-302.143) : 1.43212 [keV] +TrackID -1 Position (114.14,383.376,-302.143) : 1.11126 [keV] +TrackID -1 Position (114.14,383.377,-302.144) : 1.05146 [keV] +TrackID -1 Position (114.14,383.377,-302.145) : 2.94345 [keV] +TrackID -1 Position (114.14,383.378,-302.147) : 1.74199 [keV] +TrackID -1 Position (114.141,383.379,-302.148) : 0.477678 [keV] +TrackID -1 Position (114.141,383.38,-302.149) : 3.07644 [keV] +TrackID -1 Position (114.14,383.381,-302.15) : 2.61164 [keV] +TrackID -1 Position (114.14,383.383,-302.15) : 4.4299 [keV] +TrackID -1 Position (114.141,383.386,-302.151) : 29.5129 [keV] +TrackID -1 Position (97.8799,390.973,-310.865) : 208.741 [keV] +TrackID -1 Position (206.643,346.207,-331.062) : 60.7824 [keV] +TrackID -1 Position (179.522,413.887,-286.482) : 73.3674 [keV] +TrackID -1 Position (138.147,432.276,-303.993) : 174.757 [keV] +TrackID -1 Position (157.463,368.942,-392.089) : 158.518 [keV] +TrackID -1 Position (267.038,303.796,-115.079) : 264.997 [keV] +TrackID -1 Position (-20.6022,354.391,25.7452) : 3.05719 [keV] +TrackID -1 Position (-20.6117,354.392,25.7558) : 15.4284 [keV] +TrackID -1 Position (-20.6401,354.399,25.7947) : 0.0875659 [keV] +TrackID -1 Position (-64.48,394.769,20.7343) : 9.25936 [keV] +TrackID -1 Position (-64.4999,394.793,20.7252) : 10.1283 [keV] +TrackID -1 Position (-64.5225,394.834,20.7274) : 11.8935 [keV] +TrackID -1 Position (-64.5475,394.873,20.7294) : 12.2446 [keV] +TrackID -1 Position (-64.5562,394.917,20.7204) : 13.9367 [keV] +TrackID -1 Position (-64.5518,394.957,20.6998) : 11.6233 [keV] +TrackID -1 Position (-64.5127,394.979,20.7128) : 12.2115 [keV] +TrackID -1 Position (-64.468,394.989,20.7132) : 29.6091 [keV] +TrackID -1 Position (-64.4253,394.973,20.6997) : 9.24568 [keV] +TrackID -1 Position (-64.3911,394.955,20.6749) : 10.1728 [keV] +TrackID -1 Position (-64.3586,394.941,20.6456) : 22.4358 [keV] +TrackID -1 Position (-64.3348,394.919,20.6136) : 19.3902 [keV] +TrackID -1 Position (-64.3051,394.89,20.5956) : 10.5434 [keV] +TrackID -1 Position (-64.2868,394.858,20.5681) : 10.9248 [keV] +TrackID -1 Position (-64.2534,394.85,20.537) : 17.5166 [keV] +TrackID -1 Position (-64.2123,394.833,20.5245) : 10.0426 [keV] +TrackID -1 Position (92.7472,389.099,-41.0885) : 3.52307 [keV] +TrackID -1 Position (92.7568,389.11,-41.0909) : 4.9104 [keV] +TrackID -1 Position (92.7724,389.114,-41.0825) : 4.56708 [keV] +TrackID -1 Position (92.79,389.119,-41.0803) : 9.39964 [keV] +TrackID -1 Position (92.8033,389.121,-41.0686) : 3.83968 [keV] +TrackID -1 Position (92.8181,389.13,-41.0628) : 6.91583 [keV] +TrackID -1 Position (92.833,389.14,-41.0623) : 10.2728 [keV] +TrackID -1 Position (92.8491,389.147,-41.0611) : 14.4349 [keV] +TrackID -1 Position (92.8666,389.15,-41.0592) : 7.66546 [keV] +TrackID -1 Position (92.8815,389.156,-41.0514) : 10.4226 [keV] +TrackID -1 Position (92.8991,389.153,-41.0508) : 10.4125 [keV] +TrackID -1 Position (92.9167,389.148,-41.0477) : 27.6165 [keV] +TrackID -1 Position (92.9357,389.144,-41.0493) : 8.32381 [keV] +TrackID -1 Position (92.9507,389.134,-41.0527) : 7.08491 [keV] +TrackID -1 Position (92.956,389.119,-41.0602) : 21.7034 [keV] +TrackID -1 Position (92.9605,389.103,-41.0658) : 9.14663 [keV] +TrackID -1 Position (92.9642,389.086,-41.0619) : 13.6846 [keV] +TrackID -1 Position (92.9653,389.084,-41.0446) : 12.0926 [keV] +TrackID -1 Position (92.9728,389.09,-41.0318) : 9.88868 [keV] +TrackID -1 Position (92.9871,389.092,-41.0215) : 11.0732 [keV] +TrackID -1 Position (92.9878,389.086,-41.0058) : 20.246 [keV] +TrackID -1 Position (92.9854,389.077,-40.991) : 41.7878 [keV] +TrackID -1 Position (92.9832,389.084,-40.977) : 32.3295 [keV] +TrackID -1 Position (-18.456,354.235,20.7026) : 36.6098 [keV] +TrackID -1 Position (-18.4502,354.15,20.7493) : 17.9976 [keV] +TrackID -1 Position (-18.4739,354.123,20.7737) : 37.13 [keV] +TrackID -1 Position (-18.4994,354.052,20.7652) : 230.207 [keV] +TrackID -1 Position (107.677,388.189,-291.844) : 413.999 [keV] +TrackID -1 Position (97.6865,440.27,-391.895) : 154.385 [keV] +TrackID -1 Position (-271.549,222.865,-177.725) : 187.459 [keV] +TrackID -1 Position (12.5943,354.722,-307.043) : 17.6436 [keV] +TrackID -1 Position (12.5786,354.719,-307.057) : 8.20424 [keV] +TrackID -1 Position (12.5728,354.719,-307.061) : 67.3969 [keV] +TrackID -1 Position (117.805,436.437,-297.858) : 236.404 [keV] +TrackID -1 Position (162.185,367.735,-177.87) : 364.672 [keV] +TrackID -1 Position (215.751,-126.762,-184.538) : 36.2783 [keV] +TrackID -1 Position (215.706,-126.774,-184.528) : 30.0476 [keV] +TrackID -1 Position (215.663,-126.798,-184.519) : 16.1318 [keV] +TrackID -1 Position (215.634,-126.819,-184.501) : 20.7946 [keV] +TrackID -1 Position (215.606,-126.833,-184.482) : 13.7258 [keV] +TrackID -1 Position (215.583,-126.855,-184.477) : 12.6773 [keV] +TrackID -1 Position (215.56,-126.872,-184.469) : 19.3955 [keV] +TrackID -1 Position (215.541,-126.887,-184.456) : 10.282 [keV] +TrackID -1 Position (215.564,-126.883,-184.448) : 9.54436 [keV] +TrackID -1 Position (215.581,-126.87,-184.435) : 19.1899 [keV] +TrackID -1 Position (215.572,-126.844,-184.427) : 117.541 [keV] +TrackID -1 Position (251.123,165.532,-231.866) : 186.509 [keV] +TrackID -1 Position (445.286,-67.6964,-140.839) : 79.8415 [keV] +TrackID -1 Position (445.278,-67.7824,-140.786) : 22.0909 [keV] +TrackID -1 Position (445.299,-67.8558,-140.762) : 28.2362 [keV] +TrackID -1 Position (445.367,-67.8945,-140.71) : 56.3024 [keV] +TrackID -1 Position (445.422,-67.8937,-140.631) : 35.5861 [keV] +TrackID -1 Position (445.511,-67.875,-140.564) : 38.3613 [keV] +TrackID -1 Position (445.532,-67.7765,-140.49) : 86.9875 [keV] +TrackID -1 Position (445.542,-67.6538,-140.416) : 428.323 [keV] +TrackID -1 Position (445.512,-67.5246,-140.376) : 30.3482 [keV] +TrackID -1 Position (446.619,-60.4222,-142.261) : 57.0976 [keV] +TrackID -1 Position (446.729,-60.5215,-142.216) : 37.0634 [keV] +TrackID -1 Position (446.835,-60.564,-142.133) : 63.3434 [keV] +TrackID -1 Position (446.998,-60.578,-142.077) : 64.2934 [keV] +TrackID -1 Position (447.078,-60.7636,-142.08) : 391.419 [keV] +TrackID -1 Position (-205.434,348.362,-123.024) : 107.003 [keV] +TrackID -1 Position (-242.993,384.589,-127.628) : 9.64699 [keV] +TrackID -1 Position (-243.027,384.596,-127.611) : 9.25903 [keV] +TrackID -1 Position (-243.068,384.586,-127.603) : 17.4617 [keV] +TrackID -1 Position (-243.109,384.588,-127.588) : 6.62872 [keV] +TrackID -1 Position (-373.64,259.651,-449.716) : 8.61271 [keV] +TrackID -1 Position (-373.621,259.643,-449.701) : 8.24218 [keV] +TrackID -1 Position (-373.605,259.633,-449.69) : 35.1628 [keV] +TrackID -1 Position (-373.586,259.628,-449.681) : 8.29933 [keV] +TrackID -1 Position (-373.567,259.622,-449.673) : 8.65367 [keV] +TrackID -1 Position (-373.558,259.613,-449.655) : 8.71703 [keV] +TrackID -1 Position (-373.543,259.61,-449.64) : 8.81563 [keV] +TrackID -1 Position (-373.535,259.615,-449.62) : 9.93584 [keV] +TrackID -1 Position (-373.53,259.613,-449.6) : 14.4105 [keV] +TrackID -1 Position (-373.519,259.604,-449.58) : 6.85082 [keV] +TrackID -1 Position (-373.497,259.596,-449.574) : 14.6146 [keV] +TrackID -1 Position (-373.482,259.586,-449.553) : 12.2686 [keV] +TrackID -1 Position (-373.466,259.567,-449.533) : 16.6915 [keV] +TrackID -1 Position (-373.452,259.575,-449.501) : 59.0855 [keV] +TrackID -1 Position (-373.439,259.587,-449.47) : 121.426 [keV] +TrackID -1 Position (93.4442,287.821,-243.366) : 129.677 [keV] +TrackID -1 Position (-31.6732,399.496,-255.351) : 79.1098 [keV] +TrackID -1 Position (-31.8791,399.348,-255.372) : 42.4253 [keV] +TrackID -1 Position (-31.9727,399.278,-255.347) : 32.8993 [keV] +TrackID -1 Position (-32.0849,399.202,-255.318) : 95.7246 [keV] +TrackID -1 Position (-32.1868,399.169,-255.338) : 38.1104 [keV] +TrackID -1 Position (-32.2551,399.118,-255.271) : 28.8805 [keV] +TrackID -1 Position (-32.3232,399.05,-255.285) : 22.9667 [keV] +TrackID -1 Position (-32.33,398.964,-255.294) : 17.6539 [keV] +TrackID -1 Position (-32.3033,398.896,-255.262) : 30.9475 [keV] +TrackID -1 Position (-32.3052,398.815,-255.25) : 25.078 [keV] +TrackID -1 Position (-32.3183,398.764,-255.192) : 21.1283 [keV] +TrackID -1 Position (-32.3502,398.706,-255.153) : 21.6314 [keV] +TrackID -1 Position (-32.3613,398.69,-255.08) : 2.3576 [keV] +TrackID -1 Position (-90.553,389.615,-87.6311) : 7.31294 [keV] +TrackID -1 Position (-90.5657,389.618,-87.6142) : 10.9557 [keV] +TrackID -1 Position (-90.5845,389.627,-87.601) : 9.32937 [keV] +TrackID -1 Position (-90.6064,389.632,-87.5899) : 6.0433 [keV] +TrackID -1 Position (-90.6237,389.624,-87.5737) : 13.396 [keV] +TrackID -1 Position (-90.6408,389.618,-87.5577) : 6.68027 [keV] +TrackID -1 Position (-90.6491,389.61,-87.5355) : 13.3023 [keV] +TrackID -1 Position (-90.6657,389.612,-87.5174) : 7.06206 [keV] +TrackID -1 Position (-90.6841,389.599,-87.5067) : 7.71648 [keV] +TrackID -1 Position (-90.6926,389.584,-87.4905) : 0.189717 [keV] +TrackID -1 Position (-99.188,340.862,-61.8821) : 10.0635 [keV] +TrackID -1 Position (-99.1909,340.846,-61.8672) : 5.53075 [keV] +TrackID -1 Position (-99.1873,340.831,-61.8646) : 8.43408 [keV] +TrackID -1 Position (-99.1828,340.817,-61.8674) : 4.23768 [keV] +TrackID -1 Position (-99.1738,340.805,-61.8665) : 4.12606 [keV] +TrackID -1 Position (-99.1692,340.79,-61.8686) : 5.92732 [keV] +TrackID -1 Position (-99.1611,340.779,-61.8743) : 4.83243 [keV] +TrackID -1 Position (-99.1478,340.771,-61.8776) : 6.82675 [keV] +TrackID -1 Position (-99.1367,340.759,-61.8894) : 52.4774 [keV] +TrackID -1 Position (-99.1386,340.753,-61.9097) : 22.2308 [keV] +TrackID -1 Position (-99.1488,340.766,-61.9262) : 9.76993 [keV] +TrackID -1 Position (-99.142,340.771,-61.948) : 11.3325 [keV] +TrackID -1 Position (-99.1535,340.786,-61.9554) : 18.8229 [keV] +TrackID -1 Position (-99.1524,340.805,-61.9625) : 11.8385 [keV] +TrackID -1 Position (-99.1557,340.815,-61.9741) : 10.8813 [keV] +TrackID -1 Position (-99.1585,340.818,-61.9887) : 16.3927 [keV] +TrackID -1 Position (-99.1682,340.815,-61.9778) : 14.7461 [keV] +TrackID -1 Position (-99.167,340.817,-61.9637) : 48.6318 [keV] +TrackID -1 Position (178.101,363.107,-254.347) : 89.7384 [keV] +TrackID -1 Position (365.638,-165.439,197.851) : 24.5597 [keV] +TrackID -1 Position (132.237,-382.149,-397.33) : 289.994 [keV] +TrackID -1 Position (60.7621,347.898,218.932) : 72.1041 [keV] +TrackID -1 Position (177.663,358.648,126.045) : 31.8288 [keV] +TrackID -1 Position (177.7,358.638,126.136) : 10.5298 [keV] +TrackID -1 Position (177.715,358.643,126.164) : 22.7334 [keV] +TrackID -1 Position (177.727,358.674,126.214) : 18.4338 [keV] +TrackID -1 Position (177.729,358.709,126.25) : 36.5965 [keV] +TrackID -1 Position (177.743,358.743,126.31) : 64.3001 [keV] +TrackID -1 Position (177.75,358.779,126.366) : 30.6772 [keV] +TrackID -1 Position (177.685,358.763,126.392) : 187.586 [keV] +TrackID -1 Position (-45.2576,246.142,-3.37809) : 39.3703 [keV] +TrackID -1 Position (-45.2953,246.093,-3.27031) : 46.7034 [keV] +TrackID -1 Position (-45.3746,246.027,-3.1328) : 40.5017 [keV] +TrackID -1 Position (-45.4986,245.943,-3.04632) : 56.0099 [keV] +TrackID -1 Position (-45.6439,245.881,-2.96809) : 56.0665 [keV] +TrackID -1 Position (-45.8102,245.85,-2.93283) : 57.3374 [keV] +TrackID -1 Position (-45.947,245.743,-2.91383) : 0.651374 [keV] +TrackID -1 Position (-239.98,-70.0675,-121.442) : 43.6966 [keV] +TrackID -1 Position (-240.029,-70.138,-121.484) : 26.2558 [keV] +TrackID -1 Position (-240.069,-70.2209,-121.519) : 30.378 [keV] +TrackID -1 Position (-240.055,-70.3126,-121.552) : 19.1958 [keV] +TrackID -1 Position (-240.03,-70.4022,-121.577) : 25.3694 [keV] +TrackID -1 Position (-239.996,-70.4886,-121.548) : 26.9326 [keV] +TrackID -1 Position (-239.906,-70.4939,-121.518) : 13.3216 [keV] +TrackID -1 Position (237.887,76.8736,-25.121) : 18.1263 [keV] +TrackID -1 Position (237.904,76.9186,-25.1288) : 20.6234 [keV] +TrackID -1 Position (237.914,76.9751,-25.1338) : 17.6921 [keV] +TrackID -1 Position (237.905,77.0307,-25.1414) : 15.8533 [keV] +TrackID -1 Position (237.873,77.077,-25.1459) : 15.9933 [keV] +TrackID -1 Position (237.852,77.128,-25.1561) : 15.9294 [keV] +TrackID -1 Position (237.809,77.1647,-25.1464) : 8.54712 [keV] +TrackID -1 Position (120.656,218.957,-13.544) : 7.84831 [keV] +TrackID -1 Position (120.653,218.984,-13.5383) : 11.5106 [keV] +TrackID -1 Position (120.664,219.021,-13.5308) : 17.6302 [keV] +TrackID -1 Position (120.678,219.057,-13.5196) : 34.2857 [keV] +TrackID -1 Position (120.69,219.083,-13.4924) : 10.5947 [keV] +TrackID -1 Position (120.715,219.103,-13.4682) : 11.1022 [keV] +TrackID -1 Position (120.75,219.118,-13.4551) : 16.0351 [keV] +TrackID -1 Position (120.773,219.149,-13.4454) : 11.549 [keV] +TrackID -1 Position (120.786,219.178,-13.4212) : 14.1569 [keV] +TrackID -1 Position (120.806,219.217,-13.3984) : 22.5934 [keV] +TrackID -1 Position (120.784,219.271,-13.3796) : 17.8976 [keV] +TrackID -1 Position (120.758,219.327,-13.4004) : 30.1538 [keV] +TrackID -1 Position (120.735,219.396,-13.3843) : 28.1774 [keV] +TrackID -1 Position (120.676,219.44,-13.3696) : 39.6353 [keV] +TrackID -1 Position (120.615,219.498,-13.3487) : 45.5615 [keV] +TrackID -1 Position (120.639,219.568,-13.3877) : 204.011 [keV] +TrackID -1 Position (84.5308,292.851,-225.621) : 27.5121 [keV] +TrackID -1 Position (84.5352,292.828,-225.603) : 15.3142 [keV] +TrackID -1 Position (84.5579,292.791,-225.605) : 20.9822 [keV] +TrackID -1 Position (84.5785,292.754,-225.615) : 19.6163 [keV] +TrackID -1 Position (84.5635,292.713,-225.603) : 167.407 [keV] +TrackID -1 Position (186.342,357.035,-250.339) : 239.243 [keV] +TrackID -1 Position (186.367,356.423,-250.464) : 112.077 [keV] +TrackID -1 Position (186.376,356.058,-250.493) : 238.211 [keV] +TrackID -1 Position (186.094,355.643,-250.599) : 503.337 [keV] +TrackID -1 Position (186.55,355.394,-251.558) : 63.4703 [keV] +TrackID -1 Position (112.481,436.642,-408.262) : 200.87 [keV] +TrackID -1 Position (112.477,436.548,-408.525) : 45.161 [keV] +TrackID -1 Position (112.526,436.399,-408.559) : 49.4494 [keV] +TrackID -1 Position (112.481,436.234,-408.613) : 41.4578 [keV] +TrackID -1 Position (112.444,436.106,-408.703) : 52.2625 [keV] +TrackID -1 Position (112.433,435.975,-408.778) : 48.4765 [keV] +TrackID -1 Position (112.538,435.856,-408.772) : 69.8469 [keV] +TrackID -1 Position (112.572,435.826,-408.808) : 60.3769 [keV] +TrackID -1 Position (112.625,435.692,-408.861) : 7.32844 [keV] +TrackID -1 Position (112.572,435.826,-408.808) : 1.844 [keV] +TrackID -1 Position (112.641,435.77,-408.833) : 48.4812 [keV] +TrackID -1 Position (112.481,436.642,-408.262) : 72.3538 [keV] +TrackID -1 Position (112.471,436.442,-408.511) : 79.1563 [keV] +TrackID -1 Position (112.383,436.282,-408.697) : 76.1598 [keV] +TrackID -1 Position (112.316,436.113,-408.726) : 79.5657 [keV] +TrackID -1 Position (112.19,435.897,-408.765) : 28.878 [keV] +TrackID -1 Position (108.547,390.183,-397.323) : 50.4707 [keV] +TrackID -1 Position (108.569,389.97,-397.32) : 47.5507 [keV] +TrackID -1 Position (108.621,389.84,-397.28) : 41.9577 [keV] +TrackID -1 Position (108.717,389.737,-397.278) : 41.8045 [keV] +TrackID -1 Position (108.811,389.65,-397.216) : 43.4765 [keV] +TrackID -1 Position (108.905,389.549,-397.171) : 45.8493 [keV] +TrackID -1 Position (109.018,389.461,-397.175) : 205.041 [keV] +TrackID -1 Position (109.115,389.362,-397.149) : 97.7173 [keV] +TrackID -1 Position (109.222,389.274,-397.136) : 45.4566 [keV] +TrackID -1 Position (109.354,389.232,-397.158) : 42.3705 [keV] +TrackID -1 Position (109.402,389.253,-397.025) : 36.7351 [keV] +TrackID -1 Position (109.444,389.289,-396.885) : 86.6235 [keV] +TrackID -1 Position (109.484,389.295,-396.753) : 80.2664 [keV] +TrackID -1 Position (109.49,389.339,-396.629) : 64.0277 [keV] +TrackID -1 Position (109.562,389.407,-396.549) : 244.485 [keV] +TrackID -1 Position (-369.256,-257.501,430.438) : 19.4807 [keV] +TrackID -1 Position (-369.314,-257.555,430.455) : 20.4585 [keV] +TrackID -1 Position (-369.403,-257.59,430.471) : 30.5858 [keV] +TrackID -1 Position (-369.483,-257.598,430.413) : 39.3813 [keV] +TrackID -1 Position (-369.558,-257.531,430.417) : 29.4127 [keV] +TrackID -1 Position (-369.619,-257.455,430.424) : 29.9279 [keV] +TrackID -1 Position (-369.686,-257.386,430.414) : 26.1273 [keV] +TrackID -1 Position (-369.756,-257.344,430.47) : 22.5193 [keV] +TrackID -1 Position (-369.853,-257.32,430.453) : 37.2915 [keV] +TrackID -1 Position (-369.957,-257.299,430.451) : 39.0948 [keV] +TrackID -1 Position (-370.083,-257.284,430.419) : 32.4949 [keV] +TrackID -1 Position (-370.185,-257.196,430.402) : 44.3179 [keV] +TrackID -1 Position (-370.253,-257.059,430.366) : 60.7317 [keV] +TrackID -1 Position (-370.232,-256.928,430.289) : 48.8968 [keV] +TrackID -1 Position (-370.29,-257.009,430.178) : 43.6447 [keV] +TrackID -1 Position (-370.296,-257.095,430.071) : 66.2029 [keV] +TrackID -1 Position (-370.424,-257.2,430.084) : 49.4545 [keV] +TrackID -1 Position (-370.447,-257.331,430.143) : 335.54 [keV] +TrackID -1 Position (16.4378,454.703,-297.007) : 7.27398 [keV] +TrackID -1 Position (16.4141,454.691,-296.997) : 16.4538 [keV] +TrackID -1 Position (16.3846,454.679,-296.971) : 11.5421 [keV] +TrackID -1 Position (16.3499,454.658,-296.966) : 11.2123 [keV] +TrackID -1 Position (16.3119,454.646,-296.955) : 11.45 [keV] +TrackID -1 Position (16.2862,454.655,-296.925) : 14.108 [keV] +TrackID -1 Position (16.2632,454.639,-296.895) : 19.2281 [keV] +TrackID -1 Position (16.2274,454.642,-296.876) : 13.341 [keV] +TrackID -1 Position (16.1898,454.655,-296.865) : 25.3336 [keV] +TrackID -1 Position (16.1506,454.664,-296.866) : 13.6459 [keV] +TrackID -1 Position (16.1143,454.659,-296.848) : 14.2387 [keV] +TrackID -1 Position (16.0835,454.658,-296.823) : 15.1785 [keV] +TrackID -1 Position (16.0493,454.646,-296.809) : 13.3418 [keV] +TrackID -1 Position (16.0127,454.646,-296.79) : 33.6678 [keV] +TrackID -1 Position (15.9763,454.632,-296.786) : 14.4021 [keV] +TrackID -1 Position (15.944,454.622,-296.765) : 11.3272 [keV] +TrackID -1 Position (15.9097,454.617,-296.744) : 15.7695 [keV] +TrackID -1 Position (15.8743,454.601,-296.734) : 26.1908 [keV] +TrackID -1 Position (15.8493,454.58,-296.715) : 36.4622 [keV] +TrackID -1 Position (15.8214,454.553,-296.708) : 25.3711 [keV] +TrackID -1 Position (15.8133,454.527,-296.68) : 20.0254 [keV] +TrackID -1 Position (15.8365,454.501,-296.659) : 22.8013 [keV] +TrackID -1 Position (15.8254,454.491,-296.626) : 140.158 [keV] +TrackID -1 Position (-330.822,122.506,-103.396) : 362.628 [keV] +TrackID -1 Position (-177.315,362.889,-189.873) : 93.8334 [keV] +TrackID -1 Position (-161.176,371.389,-171.507) : 6.39092 [keV] +TrackID -1 Position (-160.417,371.401,-170.428) : 14.0899 [keV] +TrackID -1 Position (175.786,361.05,0.0204419) : 140.201 [keV] +TrackID -1 Position (176.092,360.818,0.233626) : 109.866 [keV] +TrackID -1 Position (176.067,360.849,-0.0420308) : 129.809 [keV] +TrackID -1 Position (176.158,360.958,-0.266093) : 487.813 [keV] +TrackID -1 Position (174.802,363.648,-5.07988) : 84.4414 [keV] +TrackID -1 Position (96.8135,439.674,-163.374) : 36.6886 [keV] +TrackID -1 Position (96.7501,439.586,-163.31) : 24.1305 [keV] +TrackID -1 Position (96.6947,439.55,-163.26) : 22.9628 [keV] +TrackID -1 Position (151.496,375.598,-86.952) : 27.882 [keV] +TrackID -1 Position (151.544,375.54,-86.9075) : 320.538 [keV] +TrackID -1 Position (151.561,375.485,-86.8719) : 25.1961 [keV] +TrackID -1 Position (151.582,375.433,-86.837) : 21.2213 [keV] +TrackID -1 Position (151.627,375.385,-86.8297) : 22.2256 [keV] +TrackID -1 Position (151.631,375.328,-86.8672) : 35.4037 [keV] +TrackID -1 Position (151.664,375.316,-86.9258) : 23.4987 [keV] +TrackID -1 Position (151.725,375.33,-86.9176) : 70.6996 [keV] +TrackID -1 Position (151.787,375.321,-86.9349) : 23.0205 [keV] +TrackID -1 Position (151.849,375.337,-86.9397) : 35.0191 [keV] +TrackID -1 Position (151.826,375.373,-86.8959) : 24.987 [keV] +TrackID -1 Position (151.809,375.433,-86.8855) : 25.227 [keV] +TrackID -1 Position (131.202,430.449,-120.165) : 1.28892 [keV] +TrackID -1 Position (131.203,430.451,-120.164) : 2.3104 [keV] +TrackID -1 Position (131.204,430.453,-120.163) : 1.51479 [keV] +TrackID -1 Position (131.205,430.455,-120.162) : 1.12306 [keV] +TrackID -1 Position (131.207,430.456,-120.16) : 6.80009 [keV] +TrackID -1 Position (131.208,430.458,-120.16) : 0.35543 [keV] +TrackID -1 Position (131.21,430.458,-120.158) : 1.71773 [keV] +TrackID -1 Position (131.212,430.458,-120.157) : 1.65639 [keV] +TrackID -1 Position (131.214,430.459,-120.156) : 1.86989 [keV] +TrackID -1 Position (131.217,430.459,-120.156) : 4.19982 [keV] +TrackID -1 Position (131.218,430.46,-120.158) : 4.10201 [keV] +TrackID -1 Position (131.22,430.46,-120.16) : 3.01734 [keV] +TrackID -1 Position (131.223,430.46,-120.162) : 5.3029 [keV] +TrackID -1 Position (131.226,430.461,-120.164) : 2.12941 [keV] +TrackID -1 Position (131.227,430.464,-120.164) : 5.0439 [keV] +TrackID -1 Position (131.225,430.467,-120.165) : 9.00186 [keV] +TrackID -1 Position (131.224,430.472,-120.166) : 34.3856 [keV] +TrackID -1 Position (176.092,360.818,0.233626) : 1.844 [keV] +TrackID -1 Position (176.08,360.832,0.207359) : 18.891 [keV] +TrackID -1 Position (334.213,113.39,16.7502) : 176.974 [keV] +TrackID -1 Position (259.588,156.467,-44.2448) : 106.035 [keV] +TrackID -1 Position (319.698,147.731,-252.525) : 40.3865 [keV] +TrackID -1 Position (-53.0406,295.274,-142.675) : 0.0154934 [keV] +TrackID -1 Position (31.1648,453.931,-216.433) : 0.0133619 [keV] +TrackID -1 Position (-27.3275,404.077,-192.132) : 0.0124918 [keV] +TrackID -1 Position (269.56,366.555,-191.426) : 0.0195155 [keV] +TrackID -1 Position (271.845,361.005,-188.763) : 0.0113345 [keV] +TrackID -1 Position (-200.992,-156.93,230.136) : 21.2025 [keV] +TrackID -1 Position (-242.907,68.6392,77.9021) : 221.517 [keV] +TrackID -1 Position (-225.301,395.303,260.654) : 237.663 [keV] +TrackID -1 Position (-224.62,395.359,261.204) : 273.652 [keV] +TrackID -1 Position (-224.356,394.815,261.762) : 216.788 [keV] +TrackID -1 Position (-223.706,394.619,262.171) : 242.534 [keV] +TrackID -1 Position (-223.135,394.322,262.59) : 214.809 [keV] +TrackID -1 Position (-222.655,393.973,263.051) : 255.477 [keV] +TrackID -1 Position (-221.904,393.955,263.35) : 249.299 [keV] +TrackID -1 Position (-221.308,393.984,263.862) : 245.131 [keV] +TrackID -1 Position (-220.646,394.101,264.01) : 251.239 [keV] +TrackID -1 Position (-220.725,394.739,264.395) : 428.507 [keV] +TrackID -1 Position (-220.145,394.552,264.722) : 131.048 [keV] +TrackID -1 Position (400.136,46.6453,108.338) : 249.277 [keV] +TrackID -1 Position (244.416,381.686,-325.917) : 20.9968 [keV] +TrackID -1 Position (-334.788,302.791,-70.363) : 12.3046 [keV] +TrackID -1 Position (-239.719,323.636,27.0628) : 165.168 [keV] +TrackID -1 Position (-239.503,323.814,27.5194) : 146.466 [keV] +TrackID -1 Position (-239.292,324.192,27.5814) : 147.582 [keV] +TrackID -1 Position (-239.138,324.536,27.3086) : 148.316 [keV] +TrackID -1 Position (-238.792,324.668,27.4149) : 486.536 [keV] +TrackID -1 Position (-238.569,323.451,27.3399) : 151.294 [keV] +TrackID -1 Position (110.837,-280.929,245.618) : 494.802 [keV] +TrackID -1 Position (-106.342,336.706,90.3929) : 11.974 [keV] +TrackID -1 Position (-274.353,295.972,-72.9827) : 116.415 [keV] +TrackID -1 Position (-176.978,-360.702,397.965) : 652.375 [keV] +TrackID -1 Position (-178.06,-360.151,398.265) : 42.6339 [keV] +TrackID -1 Position (-223.228,-337.565,24.0518) : 52.288 [keV] +TrackID -1 Position (-223.222,-337.536,24.1744) : 11.8606 [keV] +TrackID -1 Position (-223.194,-337.53,24.1992) : 27.0202 [keV] +TrackID -1 Position (-223.145,-337.55,24.2459) : 61.9895 [keV] +TrackID -1 Position (-223.073,-337.55,24.25) : 155.551 [keV] +TrackID -1 Position (150.828,-202.939,-51.3247) : 37.9996 [keV] +TrackID -1 Position (-225.746,-392.882,-40.2007) : 13.3411 [keV] +TrackID -1 Position (-225.766,-392.871,-40.2267) : 289.841 [keV] +TrackID -1 Position (-225.766,-392.871,-40.2267) : 1.844 [keV] +TrackID -1 Position (-225.864,-392.899,-40.3466) : 9.2823 [keV] +TrackID -1 Position (-244.531,252.543,-151.591) : 46.9337 [keV] +TrackID -1 Position (-240.035,261.112,-108.275) : 29.0212 [keV] +TrackID -1 Position (-161.954,253.967,51.2476) : 84.3187 [keV] +TrackID -1 Position (196.006,-408.139,305.833) : 131.06 [keV] +TrackID -1 Position (391.339,-229.352,382.519) : 22.0783 [keV] +TrackID -1 Position (388.466,-231.684,379.373) : 0.648238 [keV] +TrackID -1 Position (385.422,-234.399,376.151) : 291.717 [keV] +TrackID -1 Position (427.521,-155.508,373.952) : 19.2769 [keV] +TrackID -1 Position (427.512,-155.429,373.975) : 28.5005 [keV] +TrackID -1 Position (427.503,-155.287,373.936) : 36.0791 [keV] +TrackID -1 Position (427.495,-155.147,373.894) : 46.3562 [keV] +TrackID -1 Position (427.414,-155.028,373.863) : 50.8658 [keV] +TrackID -1 Position (427.322,-154.91,373.872) : 50.5983 [keV] +TrackID -1 Position (427.215,-154.806,373.87) : 37.8125 [keV] +TrackID -1 Position (427.141,-154.705,373.949) : 33.6978 [keV] +TrackID -1 Position (427.075,-154.595,374.015) : 43.5325 [keV] +TrackID -1 Position (426.953,-154.497,374.005) : 51.6757 [keV] +TrackID -1 Position (426.831,-154.384,373.927) : 84.425 [keV] +TrackID -1 Position (426.712,-154.216,373.895) : 91.9601 [keV] +TrackID -1 Position (426.766,-154.095,374.105) : 101.938 [keV] +TrackID -1 Position (426.698,-154.121,374.342) : 86.5184 [keV] +TrackID -1 Position (426.464,-154.202,374.373) : 461.917 [keV] +TrackID -1 Position (228.403,194.505,-283.308) : 10.9832 [keV] +TrackID -1 Position (-52.2786,-244.473,-192.466) : 12.43 [keV] +TrackID -1 Position (44.3174,397.537,178.521) : 3.28872 [keV] +TrackID -1 Position (44.7636,400.495,180.228) : 7.85708 [keV] +TrackID -1 Position (46.3553,400.666,199.065) : 1.55232 [keV] +TrackID -1 Position (-302.473,-39.177,-219.83) : 0.918022 [keV] +TrackID -1 Position (-334.886,101.743,-262.405) : 4.21187 [keV] +TrackID -1 Position (18.9409,-454.606,-301.43) : 0.0206284 [keV] +TrackID -1 Position (-294.748,341.888,383.755) : 223.254 [keV] +TrackID -1 Position (-393.865,71.2081,368.397) : 118.706 [keV] +TrackID -1 Position (-393.696,71.0862,368.124) : 64.1576 [keV] +TrackID -1 Position (-398.481,-34.8319,288.544) : 71.1073 [keV] +TrackID -1 Position (-398.473,-35.0512,288.426) : 87.0088 [keV] +TrackID -1 Position (-398.576,-35.1961,288.263) : 64.6626 [keV] +TrackID -1 Position (-398.577,-35.3921,288.133) : 259.192 [keV] +TrackID -1 Position (-398.557,-35.5938,288.016) : 71.2762 [keV] +TrackID -1 Position (-398.636,-35.7721,287.876) : 148.433 [keV] +TrackID -1 Position (-398.636,-35.7897,287.639) : 81.0329 [keV] +TrackID -1 Position (-398.573,-35.8681,287.427) : 90.9443 [keV] +TrackID -1 Position (-398.455,-35.8676,287.242) : 69.7405 [keV] +TrackID -1 Position (-398.377,-35.9942,287.101) : 1.9273 [keV] +TrackID -1 Position (-398.383,-36.0045,287.094) : 29.5852 [keV] +TrackID -1 Position (-398.401,-36.0513,287.079) : 82.5943 [keV] +TrackID -1 Position (-398.418,-36.0851,287.042) : 14.8068 [keV] +TrackID -1 Position (-398.434,-36.1171,287.007) : 13.1079 [keV] +TrackID -1 Position (-398.46,-36.1576,286.988) : 11.5764 [keV] +TrackID -1 Position (-398.487,-36.2006,286.983) : 29.9401 [keV] +TrackID -1 Position (-398.505,-36.2479,286.98) : 16.4935 [keV] +TrackID -1 Position (-398.493,-36.2859,286.946) : 21.5006 [keV] +TrackID -1 Position (-398.458,-36.3193,286.927) : 14.0006 [keV] +TrackID -1 Position (-398.439,-36.3649,286.913) : 30.0174 [keV] +TrackID -1 Position (-398.439,-36.4128,286.895) : 14.7153 [keV] +TrackID -1 Position (-398.449,-36.4596,286.874) : 15.7547 [keV] +TrackID -1 Position (-398.444,-36.5047,286.894) : 42.0887 [keV] +TrackID -1 Position (-398.428,-36.5514,286.889) : 16.892 [keV] +TrackID -1 Position (-398.425,-36.6,286.893) : 24.8771 [keV] +TrackID -1 Position (-398.399,-36.639,286.881) : 15.7007 [keV] +TrackID -1 Position (-398.36,-36.648,286.851) : 37.532 [keV] +TrackID -1 Position (-398.325,-36.6646,286.828) : 18.4757 [keV] +TrackID -1 Position (-398.314,-36.6926,286.853) : 3.33711 [keV] +TrackID -1 Position (-398.317,-36.6948,286.861) : 5.22979 [keV] +TrackID -1 Position (-398.319,-36.7018,286.865) : 4.84535 [keV] +TrackID -1 Position (-398.321,-36.7088,286.869) : 3.78079 [keV] +TrackID -1 Position (-398.323,-36.7152,286.874) : 5.14833 [keV] +TrackID -1 Position (-398.323,-36.7219,286.879) : 1.43943 [keV] +TrackID -1 Position (-398.321,-36.7272,286.885) : 2.63291 [keV] +TrackID -1 Position (-398.316,-36.7326,286.889) : 4.51055 [keV] +TrackID -1 Position (-398.314,-36.7407,286.887) : 3.13337 [keV] +TrackID -1 Position (-398.311,-36.7479,286.89) : 2.23511 [keV] +TrackID -1 Position (103.135,232.578,228.801) : 116.638 [keV] +TrackID -1 Position (95.5108,231.338,225.079) : 81.1106 [keV] +TrackID -1 Position (-168.951,418.249,311.16) : 359.007 [keV] +TrackID -1 Position (-240.969,324.26,300.851) : 64.3226 [keV] +TrackID -1 Position (36.7893,297.736,268.391) : 0.0198346 [keV] +TrackID -1 Position (127.499,436.771,408.205) : 3.50861 [keV] +TrackID -1 Position (127.495,436.761,408.207) : 6.28386 [keV] +TrackID -1 Position (127.49,436.741,408.215) : 5.97273 [keV] +TrackID -1 Position (127.484,436.72,408.218) : 7.48342 [keV] +TrackID -1 Position (127.484,436.699,408.215) : 7.91248 [keV] +TrackID -1 Position (127.491,436.678,408.217) : 14.3757 [keV] +TrackID -1 Position (127.487,436.657,408.22) : 7.58362 [keV] +TrackID -1 Position (127.477,436.639,408.228) : 5.84423 [keV] +TrackID -1 Position (127.48,436.618,408.243) : 7.11744 [keV] +TrackID -1 Position (127.499,436.596,408.24) : 13.7214 [keV] +TrackID -1 Position (127.526,436.579,408.231) : 22.4927 [keV] +TrackID -1 Position (127.555,436.556,408.23) : 12.5116 [keV] +TrackID -1 Position (127.565,436.523,408.22) : 48.6611 [keV] +TrackID -1 Position (127.56,436.491,408.191) : 21.6813 [keV] +TrackID -1 Position (127.556,436.482,408.151) : 156.747 [keV] +TrackID -1 Position (-427.419,141.951,-337.814) : 77.6051 [keV] +TrackID -1 Position (-412.839,187.965,-429.096) : 475.331 [keV] +TrackID -1 Position (-412.466,187.964,-429.537) : 46.292 [keV] +TrackID -1 Position (-394.268,225.119,434.665) : 190.116 [keV] +TrackID -1 Position (-173.923,-361.535,344.604) : 36.5939 [keV] +TrackID -1 Position (-194.5,-354.525,331.901) : 320.092 [keV] +TrackID -1 Position (351.338,27.5722,-53.967) : 341.942 [keV] +TrackID -1 Position (319.066,-245.831,-352.166) : 75.0612 [keV] +TrackID -1 Position (356.047,-192.69,-309.293) : 9.59642 [keV] +TrackID -1 Position (356.07,-192.694,-309.319) : 10.4608 [keV] +TrackID -1 Position (356.099,-192.687,-309.328) : 16.8989 [keV] +TrackID -1 Position (356.107,-192.668,-309.346) : 9.12003 [keV] +TrackID -1 Position (356.095,-192.653,-309.358) : 18.8265 [keV] +TrackID -1 Position (356.077,-192.648,-309.374) : 14.6436 [keV] +TrackID -1 Position (356.058,-192.635,-309.392) : 11.3741 [keV] +TrackID -1 Position (356.032,-192.618,-309.402) : 15.7852 [keV] +TrackID -1 Position (356.015,-192.587,-309.4) : 149.978 [keV] +TrackID -1 Position (-283.566,-107.466,-280.275) : 38.6815 [keV] +TrackID -1 Position (-333.133,-120.963,-288.472) : 74.5588 [keV] +TrackID -1 Position (-333.183,-120.915,-288.671) : 28.6603 [keV] +TrackID -1 Position (-333.239,-120.89,-288.742) : 32.6797 [keV] +TrackID -1 Position (-333.312,-120.855,-288.838) : 84.3865 [keV] +TrackID -1 Position (-333.324,-120.844,-288.944) : 37.2565 [keV] +TrackID -1 Position (-333.363,-120.849,-289.029) : 33.0879 [keV] +TrackID -1 Position (-333.431,-120.883,-289.089) : 25.0253 [keV] +TrackID -1 Position (-333.424,-120.873,-289.173) : 42.3104 [keV] +TrackID -1 Position (-333.419,-120.893,-289.245) : 18.2981 [keV] +TrackID -1 Position (-333.381,-120.882,-289.303) : 25.3553 [keV] +TrackID -1 Position (-333.416,-120.851,-289.366) : 28.9398 [keV] +TrackID -1 Position (-333.43,-120.805,-289.43) : 44.7319 [keV] +TrackID -1 Position (-333.419,-120.759,-289.484) : 29.6128 [keV] +TrackID -1 Position (-333.387,-120.727,-289.543) : 24.8938 [keV] +TrackID -1 Position (-333.391,-120.646,-289.522) : 40.1323 [keV] +TrackID -1 Position (-333.452,-120.592,-289.551) : 39.4078 [keV] +TrackID -1 Position (-333.527,-120.581,-289.503) : 212.826 [keV] +TrackID -1 Position (-177.436,364.046,237.825) : 4.74144 [keV] +TrackID -1 Position (-177.429,364.045,237.83) : 3.75805 [keV] +TrackID -1 Position (-177.422,364.044,237.833) : 2.8067 [keV] +TrackID -1 Position (-177.415,364.044,237.837) : 2.26613 [keV] +TrackID -1 Position (-177.409,364.043,237.841) : 4.46159 [keV] +TrackID -1 Position (-177.402,364.043,237.845) : 2.84867 [keV] +TrackID -1 Position (-177.396,364.043,237.849) : 1.80771 [keV] +TrackID -1 Position (-177.39,364.042,237.854) : 3.45758 [keV] +TrackID -1 Position (-177.389,364.042,237.861) : 4.1907 [keV] +TrackID -1 Position (-177.39,364.051,237.862) : 3.43088 [keV] +TrackID -1 Position (-177.392,364.058,237.86) : 2.44877 [keV] +TrackID -1 Position (-177.394,364.066,237.86) : 3.35343 [keV] +TrackID -1 Position (-177.398,364.072,237.861) : 3.103 [keV] +TrackID -1 Position (-177.399,364.08,237.862) : 0.224469 [keV] +TrackID -1 Position (-214.8,395.425,219.126) : 1.92096 [keV] +TrackID -1 Position (-214.801,395.427,219.126) : 7.01753 [keV] +TrackID -1 Position (-214.804,395.428,219.127) : 1.83041 [keV] +TrackID -1 Position (-214.807,395.429,219.128) : 2.39499 [keV] +TrackID -1 Position (-214.81,395.431,219.129) : 0.664286 [keV] +TrackID -1 Position (-214.813,395.431,219.131) : 2.24802 [keV] +TrackID -1 Position (-214.816,395.433,219.133) : 1.88776 [keV] +TrackID -1 Position (-214.818,395.433,219.134) : 2.03673 [keV] +TrackID -1 Position (-214.821,395.434,219.136) : 2.65023 [keV] +TrackID -1 Position (-214.824,395.434,219.137) : 2.42263 [keV] +TrackID -1 Position (-214.827,395.434,219.14) : 3.11271 [keV] +TrackID -1 Position (-214.828,395.436,219.143) : 8.19303 [keV] +TrackID -1 Position (-214.833,395.434,219.145) : 6.21919 [keV] +TrackID -1 Position (-214.837,395.434,219.148) : 4.26664 [keV] +TrackID -1 Position (-214.841,395.436,219.149) : 5.61146 [keV] +TrackID -1 Position (-214.846,395.436,219.149) : 10.3914 [keV] +TrackID -1 Position (-214.852,395.438,219.153) : 43.3643 [keV] +TrackID -1 Position (-259.79,368.541,183.961) : 296.235 [keV] +TrackID -1 Position (-115.115,384.524,-220.593) : 81.9013 [keV] +TrackID -1 Position (-114.995,384.265,-220.742) : 97.2068 [keV] +TrackID -1 Position (-114.98,384.162,-220.989) : 169.137 [keV] +TrackID -1 Position (-114.865,384.068,-221.14) : 120.293 [keV] +TrackID -1 Position (-114.684,384.085,-221.257) : 59.7839 [keV] +TrackID -1 Position (-114.705,384.16,-221.396) : 128.592 [keV] +TrackID -1 Position (-114.606,384.059,-221.508) : 245.07 [keV] +TrackID -1 Position (401.22,214.588,-236.217) : 5.72208 [keV] +TrackID -1 Position (401.217,214.591,-236.2) : 5.61823 [keV] +TrackID -1 Position (401.214,214.597,-236.189) : 0.494037 [keV] +TrackID -1 Position (-27.9862,299.994,-263.935) : 142.732 [keV] +TrackID -1 Position (-31.0109,300.699,-263.412) : 646.831 [keV] +TrackID -1 Position (-31.6554,300.041,-265.52) : 184.315 [keV] +TrackID -1 Position (-32.1017,299.902,-266.082) : 560.912 [keV] +TrackID -1 Position (-32.2836,298.38,-267.279) : 153.141 [keV] +TrackID -1 Position (-275.999,117.578,-184.883) : 145.069 [keV] +TrackID -1 Position (-276.257,117.237,-184.809) : 111.014 [keV] +TrackID -1 Position (-276.461,116.959,-184.861) : 92.8992 [keV] +TrackID -1 Position (-276.773,116.853,-184.982) : 96.7029 [keV] +TrackID -1 Position (-277.066,116.818,-185.158) : 125.632 [keV] +TrackID -1 Position (-277.22,116.691,-185.429) : 25.7914 [keV] +TrackID -1 Position (-277.284,116.699,-185.467) : 98.2883 [keV] +TrackID -1 Position (-277.617,116.72,-185.389) : 160.386 [keV] +TrackID -1 Position (-277.923,116.729,-185.509) : 124.949 [keV] +TrackID -1 Position (-278.235,116.801,-185.423) : 202.237 [keV] +TrackID -1 Position (-278.455,117.081,-185.442) : 527.18 [keV] +TrackID -1 Position (-352.507,189.047,-358.217) : 6.66831 [keV] +TrackID -1 Position (-352.51,189.05,-358.22) : 2.70757 [keV] +TrackID -1 Position (-352.512,189.051,-358.223) : 0.789264 [keV] +TrackID -1 Position (-352.516,189.05,-358.226) : 5.89532 [keV] +TrackID -1 Position (-352.518,189.05,-358.229) : 4.5339 [keV] +TrackID -1 Position (-352.519,189.049,-358.233) : 2.17727 [keV] +TrackID -1 Position (-352.522,189.049,-358.237) : 2.23532 [keV] +TrackID -1 Position (-352.523,189.046,-358.24) : 3.74273 [keV] +TrackID -1 Position (-352.523,189.045,-358.243) : 1.38644 [keV] +TrackID -1 Position (-352.524,189.043,-358.247) : 2.34361 [keV] +TrackID -1 Position (-352.526,189.043,-358.251) : 3.98508 [keV] +TrackID -1 Position (-352.528,189.042,-358.254) : 4.39501 [keV] +TrackID -1 Position (-352.531,189.042,-358.256) : 2.9042 [keV] +TrackID -1 Position (-352.534,189.041,-358.259) : 4.03443 [keV] +TrackID -1 Position (-352.537,189.042,-358.263) : 8.27209 [keV] +TrackID -1 Position (-352.538,189.042,-358.267) : 2.82188 [keV] +TrackID -1 Position (-352.541,189.042,-358.271) : 5.27053 [keV] +TrackID -1 Position (-352.543,189.043,-358.276) : 5.22712 [keV] +TrackID -1 Position (-352.541,189.046,-358.281) : 7.23681 [keV] +TrackID -1 Position (-352.545,189.045,-358.285) : 43.7352 [keV] +TrackID -1 Position (396.133,213.889,197.532) : 3.77972 [keV] +TrackID -1 Position (396.141,213.884,197.538) : 16.5593 [keV] +TrackID -1 Position (396.152,213.868,197.586) : 13.6588 [keV] +TrackID -1 Position (396.166,213.887,197.613) : 16.147 [keV] +TrackID -1 Position (396.143,213.886,197.651) : 51.1883 [keV] +TrackID -1 Position (396.154,213.884,197.695) : 18.7052 [keV] +TrackID -1 Position (396.167,213.852,197.716) : 26.8493 [keV] +TrackID -1 Position (396.156,213.844,197.757) : 132.619 [keV] +TrackID -1 Position (-325.244,313.73,-346.089) : 191.989 [keV] +TrackID -1 Position (-238.835,-321.011,-121.791) : 90.6111 [keV] +TrackID -1 Position (-142.285,265.682,196.9) : 79.2211 [keV] +TrackID -1 Position (236.728,326.911,15.6128) : 171.552 [keV] +TrackID -1 Position (-375.057,-139.042,-49.265) : 0.0120659 [keV] +TrackID -1 Position (-176.25,-242.767,293.941) : 0.725689 [keV] +TrackID -1 Position (348.42,-292.624,202.822) : 2.61238 [keV] +TrackID -1 Position (-228.36,194.556,-136.066) : 0.810421 [keV] +TrackID -1 Position (339.783,-102.824,134.766) : 1.43724 [keV] +TrackID -1 Position (-158.159,-367.404,232.849) : 0.207512 [keV] +TrackID -1 Position (-225.643,-205.208,84.3374) : 0.273815 [keV] +TrackID -1 Position (213.24,-401.937,-80.4749) : 0.205229 [keV] +TrackID -1 Position (116.117,-387.997,-112.071) : 0.0248688 [keV] +TrackID -1 Position (-138.067,-375.416,-193.832) : 0.199849 [keV] +TrackID -1 Position (-151.044,-321.264,-108.622) : 0.159169 [keV] +TrackID -1 Position (383.998,-244.071,419.183) : 0.00812008 [keV] +TrackID -1 Position (141.07,-374.298,193.17) : 0.0307992 [keV] +TrackID -1 Position (207.538,-399.284,206.536) : 0.0206484 [keV] +TrackID -1 Position (219.518,-129.756,212.267) : 0.00515192 [keV] +TrackID -1 Position (219.747,-121.942,212.402) : 0.0183804 [keV] +TrackID -1 Position (225.584,-110.434,224.578) : 0.00855959 [keV] +TrackID -1 Position (82.1813,396.574,-390.889) : 4.87731 [keV] +TrackID -1 Position (79.8743,392.389,-393.572) : 0.0541891 [keV] +TrackID -1 Position (264.887,369.946,-231.425) : 0.378293 [keV] +TrackID -1 Position (182.087,411.514,-31.3182) : 0.134195 [keV] +TrackID -1 Position (173.24,416.265,-9.94358) : 0.33758 [keV] +TrackID -1 Position (198.858,352.818,27.2549) : 0.473872 [keV] +TrackID -1 Position (299.841,9.76588,-115.7) : 29.3349 [keV] +TrackID -1 Position (-120.525,386.651,-210.278) : 0.000524808 [keV] +TrackID -1 Position (-119.349,382.083,-212.763) : 0.000165812 [keV] +TrackID -1 Position (159.452,-192.549,95.9342) : 11.1277 [keV] +TrackID -1 Position (232.783,-193.157,116.469) : 81.2641 [keV] +TrackID -1 Position (-247.612,-247.667,-272.108) : 84.5322 [keV] +TrackID -1 Position (1.91251,452.712,-289.297) : 108.83 [keV] +TrackID -1 Position (-249.701,380.361,-127.463) : 36.4672 [keV] +TrackID -1 Position (296.865,194.67,-291.447) : 0.20644 [keV] +TrackID -1 Position (260.72,-366.777,-216.526) : 5.37467 [keV] +TrackID -1 Position (353.812,29.0147,-311.955) : 16.0195 [keV] +TrackID -1 Position (314.923,152.721,-215.801) : 1.74476 [keV] +TrackID -1 Position (-350.471,-56.5228,-289.933) : 12.2709 [keV] +TrackID -1 Position (-347.88,-57.5582,-290.171) : 8.59424 [keV] +TrackID -1 Position (315.579,151.361,-326.779) : 1.844 [keV] +TrackID -1 Position (318.726,151.995,-327.984) : 99.5683 [keV] +TrackID -1 Position (-248.934,37.4948,-110.691) : 54.8838 [keV] +TrackID -1 Position (-248.829,37.4486,-110.692) : 29.9232 [keV] +TrackID -1 Position (-237.229,-91.1346,-140.89) : 8.67712 [keV] +TrackID -1 Position (-234.037,-95.7706,-142.618) : 49.2162 [keV] +TrackID -1 Position (-234.053,-95.7957,-142.648) : 45.1614 [keV] +TrackID -1 Position (-230.257,-99.1364,-152.327) : 84.2523 [keV] +TrackID -1 Position (-230.121,-99.2381,-152.356) : 42.6084 [keV] +TrackID -1 Position (-230.025,-99.2847,-152.277) : 38.3209 [keV] +TrackID -1 Position (-229.951,-99.3315,-152.183) : 32.8258 [keV] +TrackID -1 Position (-229.858,-99.355,-152.142) : 51.8075 [keV] +TrackID -1 Position (-229.77,-99.3284,-152.104) : 24.7095 [keV] +TrackID -1 Position (-229.791,-99.3505,-152.026) : 14.1542 [keV] +TrackID -1 Position (-229.795,-99.4126,-152.021) : 29.8025 [keV] +TrackID -1 Position (-229.769,-99.4587,-152.073) : 28.8852 [keV] +TrackID -1 Position (-229.721,-99.5062,-152.112) : 76.8971 [keV] +TrackID -1 Position (-229.724,-99.5209,-152.181) : 182.92 [keV] +TrackID -1 Position (-231.595,-98.9738,-152.603) : 538.986 [keV] +TrackID -1 Position (-300.461,-183.086,-333.059) : 65.3196 [keV] +TrackID -1 Position (-403.248,-21.7152,88.5292) : 1.844 [keV] +TrackID -1 Position (-404.236,-22.862,91.2852) : 15.8307 [keV] +TrackID -1 Position (-404.246,-22.894,91.2897) : 9.60717 [keV] +TrackID -1 Position (-404.239,-22.9044,91.3072) : 8.50984 [keV] +TrackID -1 Position (-404.241,-22.9268,91.3097) : 13.1251 [keV] +TrackID -1 Position (-404.237,-22.9493,91.3115) : 13.2835 [keV] +TrackID -1 Position (-404.24,-22.9726,91.308) : 13.2994 [keV] +TrackID -1 Position (-404.253,-22.9818,91.3258) : 14.7491 [keV] +TrackID -1 Position (-404.246,-22.9825,91.3443) : 11.1051 [keV] +TrackID -1 Position (-404.242,-22.963,91.3477) : 12.7399 [keV] +TrackID -1 Position (-404.249,-22.9638,91.327) : 84.6918 [keV] +TrackID -1 Position (-403.248,-21.7152,88.5292) : 6.38024 [keV] +TrackID -1 Position (-353.281,14.8072,37.3258) : 33.7933 [keV] +TrackID -1 Position (-243.313,-73.954,-195.099) : 124.936 [keV] +TrackID -1 Position (-129.316,-378.979,-32.7047) : 70.4189 [keV] +TrackID -1 Position (-159.511,-313.007,-59.0758) : 373.816 [keV] +TrackID -1 Position (-304.952,-264.458,-76.6423) : 163.267 [keV] +TrackID -1 Position (-304.654,-264.608,-76.169) : 132.152 [keV] +TrackID -1 Position (-304.579,-264.592,-75.7462) : 156.458 [keV] +TrackID -1 Position (-304.334,-264.769,-75.4406) : 189.514 [keV] +TrackID -1 Position (-304.142,-265.148,-75.3929) : 125.297 [keV] +TrackID -1 Position (-303.935,-265.377,-75.0934) : 127.376 [keV] +TrackID -1 Position (-303.935,-265.723,-74.8435) : 117.969 [keV] +TrackID -1 Position (-303.796,-266.102,-74.6879) : 108.785 [keV] +TrackID -1 Position (-303.814,-266.49,-74.9063) : 166.046 [keV] +TrackID -1 Position (-303.888,-266.8,-75.2015) : 167.997 [keV] +TrackID -1 Position (-303.849,-267.138,-75.3662) : 134.685 [keV] +TrackID -1 Position (-303.68,-267.465,-75.2294) : 127.931 [keV] +TrackID -1 Position (-303.499,-267.649,-75.4414) : 159.04 [keV] +TrackID -1 Position (-303.569,-267.923,-75.546) : 267.556 [keV] +TrackID -1 Position (-242.866,-76.7448,-159.156) : 133.32 [keV] +TrackID -1 Position (-287.62,-100.893,-234.273) : 33.244 [keV] +TrackID -1 Position (-408.145,-190.23,-292.479) : 34.4599 [keV] +TrackID -1 Position (-408.179,-190.291,-292.414) : 20.1395 [keV] +TrackID -1 Position (-408.218,-190.322,-292.42) : 40.144 [keV] +TrackID -1 Position (-408.276,-190.318,-292.366) : 225.653 [keV] +TrackID -1 Position (-408.356,-189.898,-292.867) : 118.244 [keV] +TrackID -1 Position (-371.214,-161.941,-280.303) : 202.059 [keV] +TrackID -1 Position (-370.666,-161.697,-280.002) : 226.903 [keV] +TrackID -1 Position (-370.123,-161.687,-279.584) : 143.191 [keV] +TrackID -1 Position (-370.009,-161.44,-279.199) : 221.85 [keV] +TrackID -1 Position (-370.366,-161.213,-278.666) : 529.634 [keV] +TrackID -1 Position (-370.872,-161.058,-278.228) : 247.952 [keV] +TrackID -1 Position (-371.293,-160.635,-278.021) : 256.059 [keV] +TrackID -1 Position (-371.792,-160.375,-278.036) : 36.4787 [keV] +TrackID -1 Position (-406.951,-192.07,-277.131) : 16.5238 [keV] +TrackID -1 Position (-406.999,-192.094,-277.126) : 17.6839 [keV] +TrackID -1 Position (-407.049,-192.095,-277.089) : 16.8679 [keV] +TrackID -1 Position (-407.112,-192.095,-277.087) : 25.4391 [keV] +TrackID -1 Position (-407.174,-192.1,-277.082) : 21.9385 [keV] +TrackID -1 Position (-407.23,-192.078,-277.078) : 21.4558 [keV] +TrackID -1 Position (-407.272,-192.033,-277.084) : 58.777 [keV] +TrackID -1 Position (-407.297,-191.975,-277.082) : 18.036 [keV] +TrackID -1 Position (-407.312,-191.916,-277.07) : 23.1577 [keV] +TrackID -1 Position (-407.335,-191.865,-277.047) : 16.3199 [keV] +TrackID -1 Position (-407.36,-191.82,-277.013) : 16.3072 [keV] +TrackID -1 Position (-407.404,-191.779,-277) : 15.0711 [keV] +TrackID -1 Position (-407.444,-191.733,-277.013) : 12.0103 [keV] +TrackID -1 Position (-407.489,-191.699,-277.04) : 24.5842 [keV] +TrackID -1 Position (-407.531,-191.652,-277.037) : 27.9027 [keV] +TrackID -1 Position (-407.473,-191.635,-276.998) : 43.3738 [keV] +TrackID -1 Position (-407.421,-191.67,-277.038) : 52.3929 [keV] +TrackID -1 Position (-407.404,-191.729,-277.044) : 19.6975 [keV] +TrackID -1 Position (-407.389,-191.786,-277.029) : 18.338 [keV] +TrackID -1 Position (-407.376,-191.845,-277.012) : 22.8664 [keV] +TrackID -1 Position (-407.409,-191.876,-276.977) : 29.2045 [keV] +TrackID -1 Position (-407.449,-191.922,-276.958) : 44.9201 [keV] +TrackID -1 Position (-407.471,-191.976,-276.985) : 171.117 [keV] +TrackID -1 Position (-243.533,-58.4042,-100.655) : 55.7886 [keV] +TrackID -1 Position (-243.454,-58.2831,-100.529) : 29.863 [keV] +TrackID -1 Position (-243.423,-58.1967,-100.465) : 35.5485 [keV] +TrackID -1 Position (-243.374,-58.1102,-100.411) : 105.394 [keV] +TrackID -1 Position (-243.347,-58.0846,-100.305) : 25.9336 [keV] +TrackID -1 Position (-243.324,-58.0557,-100.198) : 25.2425 [keV] +TrackID -1 Position (-243.322,-57.9814,-100.112) : 38.696 [keV] +TrackID -1 Position (-243.353,-57.9608,-100.007) : 31.0633 [keV] +TrackID -1 Position (-243.345,-57.9634,-99.895) : 28.7753 [keV] +TrackID -1 Position (-243.321,-57.9112,-99.7964) : 35.1546 [keV] +TrackID -1 Position (-243.302,-57.8193,-99.7336) : 35.1501 [keV] +TrackID -1 Position (-243.275,-57.7109,-99.7125) : 28.5571 [keV] +TrackID -1 Position (-243.334,-57.6281,-99.672) : 34.0251 [keV] +TrackID -1 Position (-243.331,-57.523,-99.677) : 39.7422 [keV] +TrackID -1 Position (-243.307,-57.5045,-99.7848) : 38.1527 [keV] +TrackID -1 Position (-243.342,-57.4877,-99.8835) : 45.1368 [keV] +TrackID -1 Position (-243.389,-57.4436,-99.9685) : 36.9099 [keV] +TrackID -1 Position (-243.432,-57.3777,-100.041) : 34.4987 [keV] +TrackID -1 Position (-243.441,-57.2805,-100.006) : 42.3675 [keV] +TrackID -1 Position (-243.483,-57.1848,-99.9837) : 104.852 [keV] +TrackID -1 Position (-243.512,-57.1204,-99.9059) : 48.1518 [keV] +TrackID -1 Position (-243.517,-57.0335,-99.9339) : 142.463 [keV] +TrackID -1 Position (-243.427,-57.0765,-99.9885) : 8.17209 [keV] +TrackID -1 Position (-386.418,-240.221,-288.61) : 91.3174 [keV] +TrackID -1 Position (-386.223,-240.263,-288.505) : 797.541 [keV] +TrackID -1 Position (-384.061,-240.612,-287.33) : 1003.73 [keV] +TrackID -1 Position (-381.302,-241.275,-285.705) : 629.579 [keV] +TrackID -1 Position (-321.459,-246.352,-239.918) : 368.809 [keV] +TrackID -1 Position (-320.584,-246.409,-239.189) : 3116.93 [keV] +TrackID -1 Position (-237.096,-264.216,-189.126) : 1443.65 [keV] +TrackID -1 Position (-233.709,-265.236,-187.163) : 411.999 [keV] +TrackID -1 Position (-232.722,-265.398,-186.609) : 265.126 [keV] +TrackID -1 Position (-231.89,-265.492,-186.353) : 1889.18 [keV] +TrackID -1 Position (82.7313,-340.082,81.7791) : 686.398 [keV] +TrackID -1 Position (84.3712,-340.571,83.3166) : 153.115 [keV] +TrackID -1 Position (84.7374,-340.627,83.648) : 4708.8 [keV] +TrackID -1 Position (93.2985,-342.162,91.3932) : 362.99 [keV] +TrackID -1 Position (214.476,-337.639,246.111) : 2874.29 [keV] +TrackID -1 Position (221.485,-336.314,251.629) : 2057.07 [keV] +TrackID -1 Position (259.116,-242.66,278.389) : 1615.55 [keV] +TrackID -1 Position (260.102,-237.583,278.297) : 1715.77 [keV] +TrackID -1 Position (262.626,-234.293,275.57) : 510.823 [keV] +TrackID -1 Position (263.16,-233.168,274.334) : 1121.32 [keV] +TrackID -1 Position (266.379,-232.092,273.741) : 270.01 [keV] +TrackID -1 Position (266.964,-231.862,273.707) : 1052.32 [keV] +TrackID -1 Position (268.952,-231.509,274.173) : 76.1966 [keV] +TrackID -1 Position (316.327,-244.821,233.575) : 61.4675 [keV] +TrackID -1 Position (316.447,-244.815,233.492) : 53.8973 [keV] +TrackID -1 Position (316.506,-244.799,233.386) : 48.7964 [keV] +TrackID -1 Position (316.54,-244.819,233.266) : 28.5425 [keV] +TrackID -1 Position (316.625,-244.849,233.177) : 33.2705 [keV] +TrackID -1 Position (316.728,-244.86,233.106) : 27.9155 [keV] +TrackID -1 Position (316.807,-244.799,233.033) : 39.1712 [keV] +TrackID -1 Position (316.922,-244.764,232.992) : 29.1741 [keV] +TrackID -1 Position (316.942,-244.642,233.001) : 29.0693 [keV] +TrackID -1 Position (316.933,-244.519,233.033) : 34.0165 [keV] +TrackID -1 Position (316.976,-244.423,233.09) : 31.8633 [keV] +TrackID -1 Position (317.009,-244.31,233.12) : 40.0954 [keV] +TrackID -1 Position (316.964,-244.215,233.175) : 43.7384 [keV] +TrackID -1 Position (316.952,-244.133,233.081) : 38.1543 [keV] +TrackID -1 Position (317.041,-244.142,232.998) : 51.1582 [keV] +TrackID -1 Position (316.997,-244.189,232.898) : 44.7503 [keV] +TrackID -1 Position (317.042,-244.287,232.846) : 27.2841 [keV] +TrackID -1 Position (316.959,-244.374,232.849) : 68.2317 [keV] +TrackID -1 Position (316.895,-244.462,232.831) : 55.579 [keV] +TrackID -1 Position (316.85,-244.435,232.736) : 107.238 [keV] +TrackID -1 Position (316.86,-244.455,232.636) : 100.871 [keV] +TrackID -1 Position (316.921,-244.36,232.593) : 95.7241 [keV] +TrackID -1 Position (263.16,-233.168,274.334) : 562.897 [keV] +TrackID -1 Position (-232.722,-265.398,-186.609) : 461.545 [keV] +TrackID -1 Position (-320.584,-246.409,-239.189) : 42.1414 [keV] +TrackID -1 Position (-320.482,-246.491,-239.138) : 72.4565 [keV] +TrackID -1 Position (-320.397,-246.603,-239.052) : 45.5118 [keV] +TrackID -1 Position (-320.3,-246.735,-239.041) : 231.775 [keV] +TrackID -1 Position (-320.184,-246.821,-239.112) : 43.0999 [keV] +TrackID -1 Position (-320.084,-246.928,-239.182) : 40.2992 [keV] +TrackID -1 Position (-320.027,-247.077,-239.179) : 221.272 [keV] +TrackID -1 Position (-320.003,-247.226,-239.142) : 70.623 [keV] +TrackID -1 Position (-319.974,-247.365,-239.067) : 52.2499 [keV] +TrackID -1 Position (-320.001,-247.519,-239.029) : 47.8551 [keV] +TrackID -1 Position (-319.963,-247.657,-239.052) : 61.4966 [keV] +TrackID -1 Position (-320.027,-247.758,-238.959) : 88.2591 [keV] +TrackID -1 Position (-320.078,-247.888,-238.908) : 110.661 [keV] +TrackID -1 Position (-320.118,-247.955,-238.998) : 154.289 [keV] +TrackID -1 Position (-320.18,-247.932,-239.021) : 8.49426 [keV] +TrackID -1 Position (-384.061,-240.612,-287.33) : 536.247 [keV] +TrackID -1 Position (-385.473,110.932,-233.185) : 737.471 [keV] +TrackID -1 Position (-384.903,113.279,-232.501) : 1576.9 [keV] +TrackID -1 Position (-383.697,117.989,-231.158) : 464.458 [keV] +TrackID -1 Position (-383.329,119.42,-230.755) : 1457.23 [keV] +TrackID -1 Position (-382.317,122.946,-229.812) : 1245.74 [keV] +TrackID -1 Position (-381.258,126.479,-228.757) : 715.547 [keV] +TrackID -1 Position (-380.608,128.581,-228.101) : 426.823 [keV] +TrackID -1 Position (-380.263,129.622,-227.777) : 1013.52 [keV] +TrackID -1 Position (-379.544,131.647,-227.159) : 757.585 [keV] +TrackID -1 Position (-378.849,133.747,-226.562) : 410.09 [keV] +TrackID -1 Position (-378.515,134.889,-226.24) : 5953.69 [keV] +TrackID -1 Position (-374.374,151.321,-220.82) : 28.7329 [keV] +TrackID -1 Position (-374.366,151.389,-220.807) : 184.707 [keV] +TrackID -1 Position (-374.31,152.009,-220.65) : 356.559 [keV] +TrackID -1 Position (-374.266,152.808,-220.49) : 117.058 [keV] +TrackID -1 Position (-374.241,153.102,-220.447) : 635.964 [keV] +TrackID -1 Position (-373.858,155.217,-220.078) : 365.085 [keV] +TrackID -1 Position (-361.939,267.394,-205.715) : 3270.56 [keV] +TrackID -1 Position (-374.266,152.808,-220.49) : 93.7914 [keV] +TrackID -1 Position (-374.452,152.912,-220.507) : 51.8224 [keV] +TrackID -1 Position (-374.467,152.962,-220.628) : 38.7926 [keV] +TrackID -1 Position (-374.471,153.044,-220.674) : 109.576 [keV] +TrackID -1 Position (-374.49,153.068,-220.773) : 163.388 [keV] +TrackID -1 Position (-378.515,134.889,-226.24) : 457.133 [keV] +TrackID -1 Position (-379.544,131.647,-227.159) : 181.337 [keV] +TrackID -1 Position (-379.637,132.173,-227) : 108.857 [keV] +TrackID -1 Position (-379.883,132.341,-227.011) : 133.422 [keV] +TrackID -1 Position (-380.225,132.626,-226.947) : 248.257 [keV] +TrackID -1 Position (-380.542,133.009,-226.823) : 149.003 [keV] +TrackID -1 Position (-380.549,133.145,-227.277) : 106.866 [keV] +TrackID -1 Position (-380.787,133.247,-227.508) : 125.127 [keV] +TrackID -1 Position (-381.096,133.378,-227.567) : 107.369 [keV] +TrackID -1 Position (-381.187,133.687,-227.455) : 127.037 [keV] +TrackID -1 Position (-381.186,133.774,-227.274) : 355 [keV] +TrackID -1 Position (-380.608,128.581,-228.101) : 479.249 [keV] +TrackID -1 Position (-383.697,117.989,-231.158) : 492.386 [keV] +TrackID -1 Position (-360.348,269.536,-201.016) : 1.844 [keV] +TrackID -1 Position (-359.655,275.401,-200.038) : 33.0017 [keV] +TrackID -1 Position (-359.851,271.857,-201.057) : 411.758 [keV] +TrackID -1 Position (-374.31,152.009,-220.65) : 1.844 [keV] +TrackID -1 Position (-374.308,152.031,-220.645) : 4.09782 [keV] +TrackID -1 Position (-374.366,151.389,-220.807) : 1.844 [keV] +TrackID -1 Position (-374.358,151.481,-220.789) : 11.7478 [keV] +TrackID -1 Position (-319.79,319.052,-168.786) : 127.867 [keV] +TrackID -1 Position (-382.317,122.946,-229.812) : 1.844 [keV] +TrackID -1 Position (-382.123,123.605,-229.632) : 16.2196 [keV] +TrackID -1 Position (-383.329,119.42,-230.755) : 1.844 [keV] +TrackID -1 Position (-377.46,140.453,-225.013) : 51.7615 [keV] +TrackID -1 Position (401.419,7.80259,-347.784) : 50.5125 [keV] +TrackID -1 Position (402.414,8.73345,-348.6) : 301.808 [keV] +TrackID -1 Position (345.956,-75.1807,-25.6433) : 26.3324 [keV] +TrackID -1 Position (316.127,-248.978,239.685) : 63.0174 [keV] +TrackID -1 Position (266.964,-231.862,273.707) : 1.844 [keV] +TrackID -1 Position (267.205,-231.756,273.722) : 19.3269 [keV] +TrackID -1 Position (260.102,-237.583,278.297) : 1.844 [keV] +TrackID -1 Position (264.148,-232.336,275.424) : 19.4652 [keV] +TrackID -1 Position (176.46,-360.681,150.958) : 0.802218 [keV] +TrackID -1 Position (-231.89,-265.492,-186.353) : 1.844 [keV] +TrackID -1 Position (-229.78,-265.711,-185.679) : 31.824 [keV] +TrackID -1 Position (75.1415,290.437,-28.3241) : 1.844 [keV] +TrackID -1 Position (75.3358,291.027,-28.2321) : 67.8827 [keV] +TrackID -1 Position (-112.905,-280.128,-117.362) : 7.39627 [keV] +TrackID -1 Position (-113.089,-280.123,-117.376) : 1.20439 [keV] +TrackID -1 Position (126.879,-329.844,86.1891) : 401.357 [keV] +TrackID -1 Position (-186.304,-302.127,-159.149) : 1.844 [keV] +TrackID -1 Position (-192.066,-296.291,-154.763) : 61.9454 [keV] +TrackID -1 Position (-186.304,-302.127,-159.149) : 13.6655 [keV] +TrackID -1 Position (115.214,-384,-25.9127) : 16.4478 [keV] +TrackID -1 Position (114.841,-383.668,-25.7185) : 97.018 [keV] +TrackID -1 Position (-13.5485,-352.919,-139.401) : 287.957 [keV] +TrackID -1 Position (-24.0669,-350.595,-138.402) : 286.347 [keV] +TrackID -1 Position (-377.983,-246.993,-297.189) : 172.604 [keV] +TrackID -1 Position (-377.649,-247.123,-296.871) : 96.5246 [keV] +TrackID -1 Position (-377.509,-247.346,-296.834) : 84.1157 [keV] +TrackID -1 Position (-377.47,-247.57,-296.657) : 115.75 [keV] +TrackID -1 Position (-377.539,-247.797,-296.768) : 422.266 [keV] +TrackID -1 Position (-256.563,-307.823,-247.96) : 791.779 [keV] +TrackID -1 Position (-166.753,-313.398,-189.913) : 1173.84 [keV] +TrackID -1 Position (-163.274,-313.982,-188.852) : 1070.57 [keV] +TrackID -1 Position (-161.968,-315.567,-187.44) : 125.127 [keV] +TrackID -1 Position (-161.938,-315.867,-187.264) : 22.3821 [keV] +TrackID -1 Position (-134.61,-376.67,-166.738) : 189.099 [keV] +TrackID -1 Position (-134.43,-377.009,-166.45) : 91.7251 [keV] +TrackID -1 Position (-134.336,-377.352,-166.482) : 95.4673 [keV] +TrackID -1 Position (-134.177,-377.628,-166.623) : 91.761 [keV] +TrackID -1 Position (-133.911,-377.843,-166.665) : 125.33 [keV] +TrackID -1 Position (-133.613,-378.022,-166.607) : 101.236 [keV] +TrackID -1 Position (-133.341,-378.207,-166.522) : 99.5394 [keV] +TrackID -1 Position (-133.01,-378.215,-166.421) : 176.347 [keV] +TrackID -1 Position (-132.699,-378.373,-166.428) : 213.535 [keV] +TrackID -1 Position (-132.377,-378.403,-166.281) : 118.16 [keV] +TrackID -1 Position (-132.342,-378.351,-166.319) : 116.978 [keV] +TrackID -1 Position (-132.252,-378.025,-166.291) : 171.094 [keV] +TrackID -1 Position (-132.235,-377.744,-166.442) : 158.373 [keV] +TrackID -1 Position (-132.174,-377.568,-166.478) : 165.737 [keV] +TrackID -1 Position (-132.342,-378.351,-166.319) : 1.844 [keV] +TrackID -1 Position (-132.342,-378.35,-166.319) : 4.80211 [keV] +TrackID -1 Position (-161.938,-315.867,-187.264) : 1.844 [keV] +TrackID -1 Position (-161.926,-315.886,-187.258) : 14.7311 [keV] +TrackID -1 Position (448.717,-50.5756,-92.7305) : 11.6207 [keV] +TrackID -1 Position (450.686,-48.5963,-93.3056) : 154.474 [keV] +TrackID -1 Position (-120.5,-433.622,-187.636) : 14.6498 [keV] +TrackID -1 Position (-120.465,-433.61,-187.618) : 4.3656 [keV] +TrackID -1 Position (-120.448,-433.601,-187.602) : 7.37128 [keV] +TrackID -1 Position (-120.431,-433.598,-187.585) : 7.59531 [keV] +TrackID -1 Position (-120.413,-433.591,-187.57) : 0.646874 [keV] +TrackID -1 Position (-24.8515,-404.237,-98.7008) : 88.5432 [keV] +TrackID -1 Position (-24.8394,-404.231,-98.6971) : 3.3884 [keV] +TrackID -1 Position (-24.8232,-404.225,-98.6921) : 9.5656 [keV] +TrackID -1 Position (-24.8074,-404.232,-98.6973) : 3.61842 [keV] +TrackID -1 Position (-55.781,-446.529,-94.3288) : 6.15971 [keV] +TrackID -1 Position (-55.7859,-446.534,-94.324) : 7.92692 [keV] +TrackID -1 Position (-55.7908,-446.539,-94.3225) : 70.8639 [keV] +TrackID -1 Position (-55.7954,-446.543,-94.3222) : 15.6604 [keV] +TrackID -1 Position (-55.8014,-446.546,-94.3219) : 8.23898 [keV] +TrackID -1 Position (-55.802,-446.553,-94.3235) : 6.094 [keV] +TrackID -1 Position (-55.8045,-446.554,-94.3173) : 8.59657 [keV] +TrackID -1 Position (-55.7998,-446.552,-94.3138) : 37.8745 [keV] +TrackID -1 Position (-143.639,-430.821,-217.605) : 583.985 [keV] +TrackID -1 Position (-142.925,-431.316,-217.582) : 305.637 [keV] +TrackID -1 Position (-142.482,-431.976,-217.048) : 81.1937 [keV] +TrackID -1 Position (-32.5921,-252.641,-224.609) : 530.759 [keV] +TrackID -1 Position (-31.3016,-252.361,-223.849) : 953.512 [keV] +TrackID -1 Position (-30.6542,-251.464,-223.022) : 260.426 [keV] +TrackID -1 Position (-30.4319,-250.653,-222.913) : 471.321 [keV] +TrackID -1 Position (-29.9176,-249.714,-222.716) : 599.315 [keV] +TrackID -1 Position (-29.6577,-249.717,-221.962) : 16.1584 [keV] +TrackID -1 Position (-30.4319,-250.653,-222.913) : 505.785 [keV] +TrackID -1 Position (-30.8726,-250.667,-222.456) : 79.8068 [keV] +TrackID -1 Position (-412.371,183.687,167.823) : 1.844 [keV] +TrackID -1 Position (-409.94,185.81,169.073) : 9.95613 [keV] +TrackID -1 Position (-409.947,185.82,169.068) : 15.6083 [keV] +TrackID -1 Position (-409.955,185.834,169.063) : 11.7386 [keV] +TrackID -1 Position (-409.959,185.851,169.062) : 86.401 [keV] +TrackID -1 Position (-412.371,183.687,167.823) : 14.1085 [keV] +TrackID -1 Position (-415.575,181.584,153.572) : 34.2358 [keV] +TrackID -1 Position (-342.334,-297.251,65.1737) : 59.0186 [keV] +TrackID -1 Position (-341.04,-297.953,66.8624) : 175.728 [keV] +TrackID -1 Position (-340.961,-298.155,67.3125) : 110.758 [keV] +TrackID -1 Position (-340.684,-298.475,67.4505) : 146.531 [keV] +TrackID -1 Position (-340.446,-298.628,67.7719) : 110.743 [keV] +TrackID -1 Position (-340.362,-299.004,67.9439) : 114.411 [keV] +TrackID -1 Position (-340.027,-299.322,68.0589) : 147.334 [keV] +TrackID -1 Position (-339.908,-299.407,68.3836) : 143.918 [keV] +TrackID -1 Position (-340.033,-299.424,68.811) : 165.04 [keV] +TrackID -1 Position (-340.176,-299.082,69.0193) : 488.009 [keV] +TrackID -1 Position (-340.818,-298.367,69.1378) : 124.235 [keV] +TrackID -1 Position (134.102,-211.577,-172.614) : 84.7924 [keV] +TrackID -1 Position (73.4614,-239.793,-99.0196) : 26.7775 [keV] +TrackID -1 Position (-331.022,-127.687,215.963) : 159.899 [keV] +TrackID -1 Position (-330.926,-127.666,216.444) : 161.983 [keV] +TrackID -1 Position (-364.214,-165.372,281.415) : 151.508 [keV] +TrackID -1 Position (-364.226,-165.372,281.959) : 203.416 [keV] +TrackID -1 Position (-364.278,-165.394,282.57) : 210.035 [keV] +TrackID -1 Position (-364.539,-165.32,283.112) : 174.826 [keV] +TrackID -1 Position (-364.392,-165.562,283.641) : 221.455 [keV] +TrackID -1 Position (-364.727,-165.881,284.049) : 160.219 [keV] +TrackID -1 Position (-365.196,-166.154,284.315) : 178.889 [keV] +TrackID -1 Position (-365.536,-166.096,284.805) : 213.792 [keV] +TrackID -1 Position (-365.309,-166.098,285.383) : 248.867 [keV] +TrackID -1 Position (-365.685,-165.854,285.776) : 258.531 [keV] +TrackID -1 Position (-365.698,-166.116,285.351) : 240.992 [keV] +TrackID -1 Position (-365.928,-166.282,284.831) : 237.966 [keV] +TrackID -1 Position (-198.442,-292.451,101.972) : 119.718 [keV] +TrackID -1 Position (-198.212,-292.686,102.323) : 290.227 [keV] +TrackID -1 Position (-197.835,-292.57,102.722) : 230.356 [keV] +TrackID -1 Position (-197.355,-292.315,102.801) : 217.023 [keV] +TrackID -1 Position (-196.971,-292.183,103.158) : 187.335 [keV] +TrackID -1 Position (-197.208,-291.876,103.566) : 183.084 [keV] +TrackID -1 Position (-197.461,-291.512,103.877) : 334.845 [keV] +TrackID -1 Position (-197.502,-291.254,104.317) : 180.002 [keV] +TrackID -1 Position (-197.388,-291.273,104.779) : 171.442 [keV] +TrackID -1 Position (-197.588,-291.624,105.107) : 493.092 [keV] +TrackID -1 Position (-385.473,110.932,-233.185) : 1177.7 [keV] +TrackID -1 Position (-384.827,113.817,-232.133) : 1219.42 [keV] +TrackID -1 Position (-384.186,115.943,-231.501) : 4094.95 [keV] +TrackID -1 Position (-380.953,126.154,-227.903) : 3151.11 [keV] +TrackID -1 Position (-376.821,134.309,-225.091) : 53.47 [keV] +TrackID -1 Position (-138.218,375.361,-178.142) : 1568.23 [keV] +TrackID -1 Position (-135.24,378.879,-176.962) : 1875.96 [keV] +TrackID -1 Position (-79.9333,442.844,-203.255) : 2780.89 [keV] +TrackID -1 Position (-376.821,134.309,-225.091) : 15.2596 [keV] +TrackID -1 Position (-376.799,134.358,-225.136) : 27.1551 [keV] +TrackID -1 Position (-376.751,134.397,-225.147) : 4.46626 [keV] +TrackID -1 Position (-369.661,152.809,-225.27) : 17.8727 [keV] +TrackID -1 Position (-369.641,152.86,-225.269) : 16.8889 [keV] +TrackID -1 Position (-369.628,152.916,-225.274) : 17.8767 [keV] +TrackID -1 Position (-369.6,152.968,-225.278) : 16.1177 [keV] +TrackID -1 Position (-369.576,153.018,-225.289) : 1.53098 [keV] +TrackID -1 Position (-254.222,247.783,-192.175) : 9.05854 [keV] +TrackID -1 Position (-254.187,247.795,-192.149) : 9.66739 [keV] +TrackID -1 Position (-254.158,247.79,-192.115) : 24.3668 [keV] +TrackID -1 Position (-254.126,247.777,-192.086) : 7.99522 [keV] +TrackID -1 Position (-254.106,247.763,-192.048) : 10.4476 [keV] +TrackID -1 Position (-254.095,247.739,-192.013) : 12.2262 [keV] +TrackID -1 Position (-254.093,247.702,-191.986) : 18.1893 [keV] +TrackID -1 Position (-254.102,247.665,-191.961) : 104.301 [keV] +TrackID -1 Position (-254.103,247.62,-191.964) : 19.9985 [keV] +TrackID -1 Position (-254.112,247.576,-191.975) : 13.7275 [keV] +TrackID -1 Position (-254.098,247.54,-191.994) : 19.7255 [keV] +TrackID -1 Position (-254.093,247.538,-192.046) : 33.876 [keV] +TrackID -1 Position (-254.06,247.517,-192.083) : 30.7212 [keV] +TrackID -1 Position (-254.058,247.505,-192.14) : 37.4702 [keV] +TrackID -1 Position (-254.024,247.47,-192.181) : 31.7908 [keV] +TrackID -1 Position (-254.056,247.467,-192.229) : 193.699 [keV] +TrackID -1 Position (-384.186,115.943,-231.501) : 273.906 [keV] +TrackID -1 Position (-383.971,116.218,-231.475) : 78.7851 [keV] +TrackID -1 Position (-383.803,116.07,-231.398) : 93.2011 [keV] +TrackID -1 Position (-383.606,116.019,-231.329) : 92.2895 [keV] +TrackID -1 Position (-383.507,115.949,-231.187) : 59.9878 [keV] +TrackID -1 Position (-383.424,115.854,-231.112) : 41.6253 [keV] +TrackID -1 Position (-383.339,115.818,-231.049) : 79.5304 [keV] +TrackID -1 Position (-383.272,115.729,-231.068) : 217.392 [keV] +TrackID -1 Position (-64.5029,449.651,-290.759) : 171.132 [keV] +TrackID -1 Position (-129.531,-435.491,-226.057) : 106.659 [keV] +TrackID -1 Position (-331.054,-227.606,-326.057) : 50.0292 [keV] +TrackID -1 Position (-135.24,378.879,-176.962) : 1.844 [keV] +TrackID -1 Position (-135.183,378.96,-176.945) : 14.0719 [keV] +TrackID -1 Position (-344.579,204.78,-203.931) : 126.655 [keV] +TrackID -1 Position (-418.764,-177.937,-263.089) : 24.196 [keV] +TrackID -1 Position (-343.725,-214.192,-111.065) : 43.4412 [keV] +TrackID -1 Position (-214.578,-401.225,334.222) : 28.8504 [keV] +TrackID -1 Position (-214.556,-401.164,334.265) : 0.793676 [keV] +TrackID -1 Position (-3.08327,-399.988,-324.053) : 0.0101494 [keV] +TrackID -1 Position (126.266,-431.922,-269.866) : 0.249355 [keV] +TrackID -1 Position (-401.552,-52.7324,33.8237) : 0.0171234 [keV] +TrackID -1 Position (-398.826,-51.7027,34.4016) : 0.00512389 [keV] +TrackID -1 Position (-398.913,-51.8994,34.4766) : 0.0147851 [keV] +TrackID -1 Position (174.812,-304.691,155.881) : 61.4946 [keV] +TrackID -1 Position (174.812,-304.691,155.881) : 60.495 [keV] +TrackID -1 Position (-318.722,-245.506,-254.484) : 77.922 [keV] +TrackID -1 Position (-360.18,278.02,-223.003) : 0.0209112 [keV] +TrackID -1 Position (-337.46,223.933,-298.025) : 0.0851811 [keV] +TrackID -1 Position (-336.751,222.151,-300.498) : 0.0174092 [keV] +TrackID -1 Position (-234.398,-100.412,-76.0068) : 50.9872 [keV] +TrackID -1 Position (56.4979,-294.632,251.775) : 45.841 [keV] +TrackID -1 Position (-433.778,137.337,-193.742) : 19.1303 [keV] +TrackID -1 Position (176.922,-304.432,155.561) : 510.099 [keV] +TrackID -1 Position (178.676,-304.644,155.415) : 1190.59 [keV] +TrackID -1 Position (180.852,-304.741,156.107) : 66.7788 [keV] +TrackID -1 Position (181.055,-304.852,156.148) : 164.668 [keV] +TrackID -1 Position (239.234,-320.573,145.216) : 152.311 [keV] +TrackID -1 Position (239.711,-320.628,145.149) : 123.22 [keV] +TrackID -1 Position (240.148,-320.543,145.324) : 126.36 [keV] +TrackID -1 Position (240.532,-320.387,145.564) : 105.188 [keV] +TrackID -1 Position (241.004,-320.39,145.619) : 130.151 [keV] +TrackID -1 Position (241.435,-320.585,145.672) : 126.961 [keV] +TrackID -1 Position (241.786,-320.676,145.979) : 147.258 [keV] +TrackID -1 Position (242.168,-320.775,146.261) : 4.3462 [keV] +TrackID -1 Position (242.172,-320.787,146.266) : 564.433 [keV] +TrackID -1 Position (243.24,-320.824,146.264) : 205.949 [keV] +TrackID -1 Position (242.172,-320.787,146.266) : 413.509 [keV] +TrackID -1 Position (242.09,-320.793,146.707) : 122.565 [keV] +TrackID -1 Position (181.055,-304.852,156.148) : 1.844 [keV] +TrackID -1 Position (181.201,-305.015,156.17) : 10.0185 [keV] +TrackID -1 Position (-200.761,-351.738,-195.774) : 6.03964 [keV] +TrackID -1 Position (-128.877,-330.781,-181.015) : 0.132597 [keV] +TrackID -1 Position (454.413,23.1112,-60.5847) : 0.116153 [keV] +TrackID -1 Position (352.571,-41.4565,180.089) : 0.00715601 [keV] +TrackID -1 Position (352.073,-41.8396,180.715) : 0.000422275 [keV] +TrackID -1 Position (324.462,131.242,98.0506) : 0.00672735 [keV] +TrackID -1 Position (237.544,257.806,71.3319) : 522.638 [keV] +TrackID -1 Position (237.544,257.806,71.3319) : 465.454 [keV] +TrackID -1 Position (237.579,257.652,71.1432) : 45.5295 [keV] +TrackID -1 Position (237.648,257.544,71.0155) : 117.573 [keV] +TrackID -1 Position (237.712,257.47,70.8668) : 52.337 [keV] +TrackID -1 Position (237.776,257.384,70.7274) : 70.8594 [keV] +TrackID -1 Position (237.881,257.343,70.5931) : 50.656 [keV] +TrackID -1 Position (238.015,257.369,70.4707) : 84.5867 [keV] +TrackID -1 Position (238.189,257.338,70.4441) : 69.575 [keV] +TrackID -1 Position (238.325,257.336,70.3601) : 74.5272 [keV] +TrackID -1 Position (238.499,257.355,70.3212) : 302.25 [keV] +TrackID -1 Position (208.511,399.412,219.288) : 645.336 [keV] +TrackID -1 Position (246.18,254.943,343.487) : 518.002 [keV] +TrackID -1 Position (-353.738,286.172,49.4799) : 13.7557 [keV] +TrackID -1 Position (-338.038,223.059,-17.7395) : 19.8421 [keV] +TrackID -1 Position (354.57,195.716,-136.433) : 12.9654 [keV] +TrackID -1 Position (377.909,145.636,-233.186) : 0.246986 [keV] +TrackID -1 Position (377.702,145.693,-233.065) : 0.725964 [keV] +TrackID -1 Position (371.912,155.678,-233.72) : 0.881278 [keV] +TrackID -1 Position (176.801,413.813,14.3874) : 0.711084 [keV] +TrackID -1 Position (172.592,419.459,19.8474) : 0.505026 [keV] +TrackID -1 Position (174.434,-414.816,-117.406) : 0.0360241 [keV] +TrackID -1 Position (173.403,-415.897,-118.101) : 0.390956 [keV] +TrackID -1 Position (127.937,-384.262,-377.144) : 1.17479 [keV] +TrackID -1 Position (166.079,369.381,366.249) : 0.0365406 [keV] +TrackID -1 Position (-17.8271,-299.47,72.9837) : 0.105922 [keV] +TrackID -1 Position (-365.937,-270.398,366.516) : 3.99475 [keV] +TrackID -1 Position (-289.183,-351.28,275.604) : 0.00068645 [keV] +TrackID -1 Position (-277.984,-358.118,273.776) : 0.0468785 [keV] +TrackID -1 Position (-297.312,-275.01,301.747) : 0.00944794 [keV] +TrackID -1 Position (-394.492,-66.1499,161.606) : 0.00398332 [keV] +TrackID -1 Position (-302.453,339.923,-66.0321) : 0.0456933 [keV] +TrackID -1 Position (-302.742,336.209,-64.6301) : 0.0197258 [keV] +TrackID -1 Position (-301.434,338.3,-65.5655) : 0.00856476 [keV] +TrackID -1 Position (-325.777,317.639,11.1907) : 0.0251337 [keV] +TrackID -1 Position (-139.609,427.796,367.905) : 30.1856 [keV] +TrackID -1 Position (-245.005,383.403,231.951) : 0.0196273 [keV] +TrackID -1 Position (-252.68,-249.355,283.358) : 34.5424 [keV] +TrackID -1 Position (-89.6991,-394.942,216.819) : 53.8281 [keV] +TrackID -1 Position (-210.986,-345.702,369.986) : 16.9516 [keV] +TrackID -1 Position (-209.594,-344.818,369.424) : 21.8357 [keV] +TrackID -1 Position (-205.854,-343.291,365.145) : 43.7566 [keV] +TrackID -1 Position (-189.389,-170.754,-49.374) : 38.8633 [keV] +TrackID -1 Position (-327.77,-122.746,-170.332) : 45.1877 [keV] +TrackID -1 Position (-454.883,-10.338,92.2024) : 1.88814 [keV] +TrackID -1 Position (-453.105,41.4863,217.03) : 4.25133 [keV] +TrackID -1 Position (-402.157,47.9043,175.736) : 7.96417 [keV] +TrackID -1 Position (72.8128,445.414,-51.9874) : 15.436 [keV] +TrackID -1 Position (160.703,316.543,140.328) : 0.112138 [keV] +TrackID -1 Position (166.384,312.843,138.785) : 0.0377317 [keV] +TrackID -1 Position (164.89,313.32,140.057) : 0.0483685 [keV] +TrackID -1 Position (72.8128,445.414,-51.9874) : 137.69 [keV] +TrackID -1 Position (-398.703,-49.8057,96.6135) : 83.0539 [keV] +TrackID -1 Position (-239.336,-385.348,422.364) : 77.2124 [keV] +TrackID -1 Position (-160.105,-198.472,175.448) : 0.33196 [keV] +TrackID -1 Position (-240.778,-178.958,-207.882) : 0.380224 [keV] +TrackID -1 Position (-279.928,-107.889,-254.47) : 0.575785 [keV] +TrackID -1 Position (-294.526,-77.7053,-263.659) : 0.0342848 [keV] +TrackID -1 Position (182.462,-298.677,-163.856) : 10.4428 [keV] +TrackID -1 Position (183.608,-360.989,-59.2905) : 0.00774122 [keV] +TrackID -1 Position (182.945,-360.797,-59.1008) : 0.0321092 [keV] +TrackID -1 Position (221.266,-339.214,366.248) : 38.6027 [keV] +TrackID -1 Position (353.107,-286.951,407.362) : 22.3585 [keV] +TrackID -1 Position (76.3838,-345.824,-199.289) : 121.987 [keV] +TrackID -1 Position (117.996,-223.795,-7.10526) : 105.921 [keV] +TrackID -1 Position (345.956,-295.533,82.2203) : 2.29949 [keV] +TrackID -1 Position (337.322,-299.194,88.2805) : 0.146925 [keV] +TrackID -1 Position (270.098,-141.675,15.5283) : 0.394873 [keV] +TrackID -1 Position (153.895,-422.867,116.445) : 0.593202 [keV] +TrackID -1 Position (-128.738,-270.973,-267.968) : 61.3056 [keV] +TrackID -1 Position (341.805,-95.8871,-71.2157) : 0.000612526 [keV] +TrackID -1 Position (352.456,-42.4267,-297.832) : 17.3855 [keV] +TrackID -1 Position (350.445,-41.067,-300.808) : 17.5641 [keV] +TrackID -1 Position (390.954,-105.737,-237.031) : 5.21799 [keV] +TrackID -1 Position (39.184,-297.43,-136.048) : 4.38689 [keV] +TrackID -1 Position (201.266,-156.58,191.452) : 0.267363 [keV] +TrackID -1 Position (267.026,-136.738,291.728) : 0.197978 [keV] +TrackID -1 Position (268.551,-226.523,-29.3327) : 17.1289 [keV] +TrackID -1 Position (268.354,-226.427,-29.5994) : 44.7191 [keV] +TrackID -1 Position (232.444,-99.223,34.079) : 343.135 [keV] +TrackID -1 Position (430.027,132.801,-161.683) : 10.6933 [keV] +TrackID -1 Position (430.003,132.814,-161.694) : 5.10577 [keV] +TrackID -1 Position (429.997,132.83,-161.693) : 4.66027 [keV] +TrackID -1 Position (429.991,132.845,-161.694) : 11.0753 [keV] +TrackID -1 Position (429.983,132.859,-161.688) : 5.44212 [keV] +TrackID -1 Position (429.983,132.864,-161.672) : 7.4248 [keV] +TrackID -1 Position (429.979,132.872,-161.658) : 15.2301 [keV] +TrackID -1 Position (429.978,132.882,-161.646) : 10.534 [keV] +TrackID -1 Position (429.98,132.895,-161.636) : 7.53862 [keV] +TrackID -1 Position (429.98,132.91,-161.629) : 9.53587 [keV] +TrackID -1 Position (429.971,132.921,-161.623) : 6.54052 [keV] +TrackID -1 Position (429.961,132.933,-161.616) : 7.14882 [keV] +TrackID -1 Position (429.952,132.945,-161.609) : 8.5112 [keV] +TrackID -1 Position (429.943,132.954,-161.6) : 6.51804 [keV] +TrackID -1 Position (429.947,132.959,-161.584) : 8.42166 [keV] +TrackID -1 Position (429.947,132.966,-161.57) : 6.97291 [keV] +TrackID -1 Position (429.953,132.969,-161.556) : 4.95758 [keV] +TrackID -1 Position (429.942,132.975,-161.546) : 7.71429 [keV] +TrackID -1 Position (429.93,132.985,-161.546) : 9.5926 [keV] +TrackID -1 Position (429.929,133,-161.54) : 19.2959 [keV] +TrackID -1 Position (429.926,133.014,-161.532) : 14.7887 [keV] +TrackID -1 Position (429.938,133.021,-161.524) : 9.74138 [keV] +TrackID -1 Position (429.936,133.036,-161.523) : 9.10908 [keV] +TrackID -1 Position (429.934,133.043,-161.511) : 11.5247 [keV] +TrackID -1 Position (429.931,133.053,-161.5) : 17.2284 [keV] +TrackID -1 Position (429.945,133.049,-161.491) : 48.835 [keV] +TrackID -1 Position (444.433,82.195,-151.361) : 76.3167 [keV] +TrackID -1 Position (398.305,-219.951,10.1625) : 4603.54 [keV] +TrackID -1 Position (360.299,-184.958,17.5928) : 4047.8 [keV] +TrackID -1 Position (321.609,-150.308,25.0892) : 5345.8 [keV] +TrackID -1 Position (282.346,-115.35,32.8776) : 4631.39 [keV] +TrackID -1 Position (242.22,-79.7164,41.0202) : 4444.9 [keV] +TrackID -1 Position (-107.946,225.494,106.192) : 5222.33 [keV] +TrackID -1 Position (-148.631,260.593,114.247) : 4920.63 [keV] +TrackID -1 Position (-189.114,294.51,122.397) : 4229.35 [keV] +TrackID -1 Position (-229.461,327.64,130.82) : 5258.58 [keV] +TrackID -1 Position (-269.197,360.601,138.957) : 5928.24 [keV] +TrackID -1 Position (259.921,-306.569,-237.823) : 411.365 [keV] +TrackID -1 Position (359.334,-277.679,-121.437) : 27.1045 [keV] +TrackID -1 Position (400.87,-29.6708,172.463) : 209.424 [keV] +TrackID -1 Position (-133.242,329.046,-152.538) : 32.2873 [keV] +TrackID -1 Position (-129.236,325.364,-164.615) : 9.13525 [keV] +TrackID -1 Position (-125.863,331.939,-203.5) : 24.9516 [keV] +TrackID -1 Position (-162.187,365.644,-195.405) : 6.83085 [keV] +TrackID -1 Position (-169.123,417.01,-241.783) : 16.0278 [keV] +TrackID -1 Position (-169.242,418.151,-242.855) : 1.24223 [keV] +TrackID -1 Position (-223.679,396.088,-220.895) : 14.787 [keV] +TrackID -1 Position (-229.997,388.484,-218.622) : 8.64642 [keV] +TrackID -1 Position (-275.212,-356.031,-55.2041) : 14.5987 [keV] +TrackID -1 Position (255.391,157.402,-230.408) : 13.3115 [keV] +TrackID -1 Position (-301.177,-178.305,-341.263) : 11.0277 [keV] +TrackID -1 Position (-287.591,285.161,350.872) : 0.380854 [keV] +TrackID -1 Position (-449.283,25.3997,131.425) : 3.50532 [keV] +TrackID -1 Position (-301.814,186.904,54.0697) : 1.23811 [keV] +TrackID -1 Position (-195.867,233.798,174.338) : 0.0548402 [keV] +TrackID -1 Position (-86.504,-292.476,100.794) : 0.00156975 [keV] +TrackID -1 Position (-85.5556,-292.158,98.9263) : 0.0796905 [keV] +TrackID -1 Position (110.364,436.257,350.897) : 4.10868 [keV] +TrackID -1 Position (-251.763,40.5035,90.3567) : 0.0785641 [keV] +TrackID -1 Position (210.689,340.015,-184.366) : 0.275598 [keV] +TrackID -1 Position (208.86,345.493,-191.07) : 0.101685 [keV] +TrackID -1 Position (237.946,263.452,-91.3735) : 0.0682373 [keV] +TrackID -1 Position (-246.618,382.367,86.0287) : 1.0037 [keV] +TrackID -1 Position (-10.7473,449.872,-198.019) : 0.299013 [keV] +TrackID -1 Position (146.452,323.384,-328.203) : 1.06014 [keV] +TrackID -1 Position (114.48,435.195,-421.859) : 0.294389 [keV] +TrackID -1 Position (-371.259,148.886,-376.038) : 0.0145533 [keV] +TrackID -1 Position (-116.67,387.831,-139.738) : 0.0957336 [keV] +TrackID -1 Position (-145.387,378.005,-75.7412) : 0.0144169 [keV] +TrackID -1 Position (-63.2315,247.036,-41.5445) : 0.0292075 [keV] +TrackID -1 Position (-292.851,65.1031,82.5178) : 0.0222424 [keV] +TrackID -1 Position (-343.378,67.7612,-12.0834) : 0.0155331 [keV] +TrackID -1 Position (-294.211,80.4037,-60.532) : 0.0123482 [keV] +TrackID -1 Position (-343.788,204.474,-195.663) : 0.00918114 [keV] +TrackID -1 Position (-259.829,304.12,-231.507) : 0.0317639 [keV] +TrackID -1 Position (-254.038,310.919,-233.918) : 0.026765 [keV] +TrackID -1 Position (-257.453,307.595,-231.916) : 0.0216588 [keV] +TrackID -1 Position (22.0231,404.401,31.287) : 0.0297283 [keV] +TrackID -1 Position (32.0712,399.028,13.7701) : 0.0152945 [keV] +TrackID -1 Position (-275.128,362.394,65.7134) : 0.0167154 [keV] +TrackID -1 Position (-449.513,20.9383,-78.2269) : 0.0181837 [keV] +TrackID -1 Position (-10.8273,304.808,159.866) : 0.00433677 [keV] +TrackID -1 Position (-269.352,361.143,160.042) : 113.158 [keV] +TrackID -1 Position (232.505,385.281,230.051) : 0.938623 [keV] +TrackID -1 Position (397.473,-44.8913,-235.507) : 2.53768 [keV] +TrackID -1 Position (449.818,-12.7799,-138.179) : 2.4997 [keV] +TrackID -1 Position (354.772,12.7082,-280.518) : 0.206489 [keV] +TrackID -1 Position (353.595,12.9848,-282.302) : 0.360627 [keV] +TrackID -1 Position (352.708,10.7326,-299.04) : 1.64462 [keV] +TrackID -1 Position (351.738,11.4364,-300.324) : 1.31232 [keV] +TrackID -1 Position (354.645,11.6421,-300.563) : 0.913883 [keV] +TrackID -1 Position (373.269,251.337,-365.434) : 0.894493 [keV] +TrackID -1 Position (423.709,165.818,-420.172) : 0.755718 [keV] +TrackID -1 Position (-269.083,132.643,-276.038) : 4.53555 [keV] +TrackID -1 Position (-272.674,136.177,-274.185) : 10.9967 [keV] +TrackID -1 Position (-272.261,137.09,-274.03) : 3.47401 [keV] +TrackID -1 Position (-454.917,8.70479,-267.946) : 8.44793 [keV] +TrackID -1 Position (154.656,319.541,-341.942) : 0.0575065 [keV] +TrackID -1 Position (152.59,318.614,-344.577) : 0.0570223 [keV] +TrackID -1 Position (262.121,155.942,-40.9426) : 9.68133 [keV] +TrackID -1 Position (219.393,398.612,35.0149) : 0.50128 [keV] +TrackID -1 Position (217.034,398.224,34.4992) : 0.140115 [keV] +TrackID -1 Position (219.972,397.283,29.2772) : 0.518397 [keV] +TrackID -1 Position (7.815,349.913,-282.554) : 0.00129041 [keV] +TrackID -1 Position (2.81908,399.99,-283.707) : 0.00474157 [keV] +TrackID -1 Position (381.448,120.406,40.3661) : 10.3091 [keV] +TrackID -1 Position (431.08,145.585,-73.6083) : 9.65228 [keV] +TrackID -1 Position (428.052,146.313,-74.4406) : 3.97402 [keV] +TrackID -1 Position (429.016,140.988,-67.9902) : 9.47493 [keV] +TrackID -1 Position (377.962,244.222,-114.032) : 1.65792 [keV] +TrackID -1 Position (262.818,308.142,-114.671) : 4.17945 [keV] +TrackID -1 Position (187.23,240.77,-56.4771) : 1.30443 [keV] +TrackID -1 Position (233.196,103.172,121.125) : 1.47651 [keV] +TrackID -1 Position (434.272,117.931,309.836) : 1.60155 [keV] +TrackID -1 Position (437.064,118.147,312.445) : 1.23578 [keV] +TrackID -1 Position (443.622,101.116,259.079) : 3.20288 [keV] +TrackID -1 Position (440.768,101.402,259.814) : 5.05217 [keV] +TrackID -1 Position (404.861,10.62,125.567) : 0.429069 [keV] +TrackID -1 Position (-335.39,300.022,-438.66) : 144.482 [keV] +TrackID -1 Position (-335.618,299.873,-438.424) : 86.0825 [keV] +TrackID -1 Position (-335.796,299.694,-438.21) : 87.6454 [keV] +TrackID -1 Position (-335.65,299.964,-438.093) : 170.123 [keV] +TrackID -1 Position (-335.568,300.295,-438.049) : 102.157 [keV] +TrackID -1 Position (-335.447,300.593,-438.01) : 95.5856 [keV] +TrackID -1 Position (-335.426,300.896,-437.894) : 98.99 [keV] +TrackID -1 Position (-335.543,301.156,-437.707) : 82.8359 [keV] +TrackID -1 Position (-335.416,301.414,-437.532) : 90.0473 [keV] +TrackID -1 Position (-335.338,301.65,-437.731) : 118.417 [keV] +TrackID -1 Position (-335.216,301.7,-438.019) : 96.6705 [keV] +TrackID -1 Position (-334.972,301.89,-438.013) : 115.357 [keV] +TrackID -1 Position (-334.729,301.901,-438.217) : 95.2333 [keV] +TrackID -1 Position (-334.581,301.916,-438.441) : 119.099 [keV] +TrackID -1 Position (-334.793,301.973,-438.607) : 122.004 [keV] +TrackID -1 Position (-334.688,302.225,-438.486) : 256.667 [keV] +TrackID -1 Position (288.355,-277.221,-115.462) : 0.245004 [keV] +TrackID -1 Position (309.484,-326.68,-134.351) : 0.272142 [keV] +TrackID -1 Position (354.733,-194.148,317.18) : 20.7631 [keV] +TrackID -1 Position (335.974,-221.189,311.821) : 78.1848 [keV] +TrackID -1 Position (333.873,-106.139,347.522) : 33.0252 [keV] +TrackID -1 Position (-122.72,328.742,239.85) : 8.73817 [keV] +TrackID -1 Position (-234.942,385.944,256.006) : 309.173 [keV] +TrackID -1 Position (-190.58,357.357,150.163) : 26.46 [keV] +TrackID -1 Position (-189.25,356.1,148.776) : 5.24481 [keV] +TrackID -1 Position (-216.745,214.584,249.12) : 8.08471 [keV] +TrackID -1 Position (-103.246,-386.446,-67.2118) : 11.3275 [keV] +TrackID -1 Position (-30.2324,-353.71,-136.54) : 21.3739 [keV] +TrackID -1 Position (-42.971,-397.685,-121.199) : 13.5987 [keV] +TrackID -1 Position (290.885,344.851,220.285) : 142.914 [keV] +TrackID -1 Position (-170.935,-305.42,-104.02) : 12.9799 [keV] +TrackID -1 Position (-128.143,-378.919,-122.227) : 15.3762 [keV] +TrackID -1 Position (-124.503,-384.716,-123.973) : 10.0021 [keV] +TrackID -1 Position (-164.592,-424.187,-433.833) : 0.578754 [keV] +TrackID -1 Position (-120.401,-386.689,-377.886) : 2.39911 [keV] +TrackID -1 Position (-18.178,-454.637,-317.496) : 3.9172 [keV] +TrackID -1 Position (-376.944,-245.791,-426.663) : 3.31114 [keV] +TrackID -1 Position (-379.838,-243.774,-425.737) : 3.00511 [keV] +TrackID -1 Position (-404.49,-20.3086,-219.878) : 64.629 [keV] +TrackID -1 Position (-394.16,-227.295,-329.026) : 45.9463 [keV] +TrackID -1 Position (-320.55,-247.533,-234.429) : 27.0539 [keV] +TrackID -1 Position (-159.969,-366.62,-312.486) : 10.6475 [keV] +TrackID -1 Position (-303.745,-27.6442,-269.021) : 0.358164 [keV] +TrackID -1 Position (352.709,40.2657,-69.9781) : 33.3806 [keV] +TrackID -1 Position (449.307,-24.9704,195.682) : 22.6785 [keV] +TrackID -1 Position (-193.874,291.764,-309.821) : 94.7018 [keV] +TrackID -1 Position (454.996,-2.01988,-440.73) : 38.2608 [keV] +TrackID -1 Position (-442.268,83.0612,-156.581) : 0.251038 [keV] +TrackID -1 Position (-299.945,-335.459,-156.407) : 0.0122869 [keV] +TrackID -1 Position (404.25,24.6295,-266.808) : 26.7348 [keV] +TrackID -1 Position (328.056,135.663,-247.474) : 7.15924 [keV] +TrackID -1 Position (328.174,228.695,-226.962) : 51.3501 [keV] +TrackID -1 Position (-316.313,-320.072,420.863) : 36.8262 [keV] +TrackID -1 Position (-292.434,-348.579,326.464) : 5.97372 [keV] +TrackID -1 Position (270.673,359.495,-389.861) : 1467.21 [keV] +TrackID -1 Position (274.021,357.447,-386.935) : 858.126 [keV] +TrackID -1 Position (275.73,357.052,-385.155) : 1028.5 [keV] +TrackID -1 Position (277.377,357.298,-383.257) : 966.146 [keV] +TrackID -1 Position (279.021,357.916,-382.005) : 503.646 [keV] +TrackID -1 Position (278.959,357.252,-380.912) : 501.573 [keV] +TrackID -1 Position (278.222,356.783,-381.513) : 43.0607 [keV] +TrackID -1 Position (275.73,357.052,-385.155) : 436.98 [keV] +TrackID -1 Position (275.796,357.26,-384.501) : 83.4869 [keV] +TrackID -1 Position (277.377,357.298,-383.257) : 1.844 [keV] +TrackID -1 Position (277.913,358.349,-382.549) : 25.7869 [keV] +TrackID -1 Position (129.825,325.031,-158.793) : 55.216 [keV] +TrackID -1 Position (247.815,381.592,-54.8627) : 26.8565 [keV] +TrackID -1 Position (430.188,140.156,-98.387) : 48.2932 [keV] +TrackID -1 Position (194.824,355.061,200.229) : 9.03931 [keV] +TrackID -1 Position (193.603,354.173,198.403) : 12.5751 [keV] +TrackID -1 Position (247.313,254.025,-256.964) : 17.0236 [keV] +TrackID -1 Position (189.689,238.837,-132.965) : 64.7495 [keV] +TrackID -1 Position (247.313,254.025,-256.964) : 95.4273 [keV] +TrackID -1 Position (430.188,140.156,-98.387) : 107.079 [keV] +TrackID -1 Position (-163.125,419.393,-108.916) : 0.0347255 [keV] +TrackID -1 Position (-253.838,248.176,-290.591) : 0.0533517 [keV] +TrackID -1 Position (-389.978,224.538,-16.36) : 0.0342372 [keV] +TrackID -1 Position (-195.818,233.839,84.6896) : 0.0526086 [keV] +TrackID -1 Position (-304.574,-16.1233,-165.679) : 0.0665351 [keV] +TrackID -1 Position (-300.834,-15.3088,-168.268) : 0.162152 [keV] +TrackID -1 Position (-188.097,233.708,40.8963) : 0.00948161 [keV] +TrackID -1 Position (-275.409,-362.181,-286.372) : 0.00773238 [keV] +TrackID -1 Position (-423.881,-165.378,-132.587) : 0.00162259 [keV] +TrackID -1 Position (-422.857,-163.025,-129.883) : 0.000950375 [keV] +TrackID -1 Position (-422.056,-162.974,-128.192) : 0.00442871 [keV] +TrackID -1 Position (-444.112,-98.9408,-143.734) : 0.0115748 [keV] +TrackID -1 Position (399.091,26.9524,13.1934) : 57.5292 [keV] +TrackID -1 Position (402.02,35.1258,33.908) : 22.5825 [keV] +TrackID -1 Position (125.664,-432.098,131.633) : 22.732 [keV] +TrackID -1 Position (131.293,-432.257,148.525) : 42.7981 [keV] +TrackID -1 Position (-221.307,-397.553,-144.459) : 0.627343 [keV] +TrackID -1 Position (-286.895,-285.861,-19.0997) : 2.04011 [keV] +TrackID -1 Position (-291.105,-275.992,-13.814) : 1.57253 [keV] +TrackID -1 Position (-395.711,-58.4168,171.734) : 1.79791 [keV] +TrackID -1 Position (-400.672,-47.9996,180.247) : 1.61828 [keV] +TrackID -1 Position (222.744,-396.75,172.214) : 0.768315 [keV] +TrackID -1 Position (296.562,-275.819,-63.1384) : 0.448347 [keV] +TrackID -1 Position (302.394,-267.275,-81.1054) : 0.12587 [keV] +TrackID -1 Position (328.074,-308.006,193.012) : 0.184374 [keV] +TrackID -1 Position (-179.485,-363.057,270.795) : 15.8594 [keV] +TrackID -1 Position (-194.148,-355.431,-121.142) : 30.1788 [keV] +TrackID -1 Position (-72.7387,-393.331,-63.2463) : 11.5847 [keV] +TrackID -1 Position (-79.8338,-294.366,-67.6719) : 1.61154 [keV] +TrackID -1 Position (-73.3004,-291.876,-70.9717) : 2.17408 [keV] +TrackID -1 Position (-89.5067,-446.109,-128.852) : 0.00039483 [keV] +TrackID -1 Position (-89.7665,-445.942,-129.9) : 0.000441898 [keV] +TrackID -1 Position (-180.691,-417.583,-280.758) : 16.9363 [keV] +TrackID -1 Position (143.175,204.941,-81.9236) : 2.75522 [keV] +TrackID -1 Position (180.236,-412.329,-214.021) : 23.1119 [keV] +TrackID -1 Position (134.676,-381.952,-8.95137) : 16.6241 [keV] +TrackID -1 Position (155.38,-319.19,-1.24183) : 15.6945 [keV] +TrackID -1 Position (431.255,-145.066,270.794) : 1.41045 [keV] +TrackID -1 Position (386.154,-122.107,321.372) : 1.65216 [keV] +TrackID -1 Position (-229.444,-392.913,-36.8774) : 14.5964 [keV] +TrackID -1 Position (-233.647,-389.855,-42.2524) : 14.7449 [keV] +TrackID -1 Position (-230.59,-389.828,-42.5343) : 10.2997 [keV] +TrackID -1 Position (-117.588,-434.365,428.167) : 12.6642 [keV] +TrackID -1 Position (-108.567,-439.232,419.378) : 1.30208 [keV] +TrackID -1 Position (50.9086,295.649,-95.7799) : 48.4328 [keV] +TrackID -1 Position (-3.90453,-250.808,248.273) : 602.01 [keV] +TrackID -1 Position (-3.90453,-250.808,248.273) : 3242.61 [keV] +TrackID -1 Position (312.047,168.245,334.814) : 10.4128 [keV] +TrackID -1 Position (369.715,161.233,325.788) : 180.528 [keV] +TrackID -1 Position (-303.585,-332.169,-155.659) : 23.8464 [keV] +TrackID -1 Position (-274.998,-297.323,-28.9785) : 40.8179 [keV] +TrackID -1 Position (-287.642,-199.404,141.976) : 28.3118 [keV] +TrackID -1 Position (-291.935,-199.866,143.074) : 18.1162 [keV] +TrackID -1 Position (216.66,-336.242,-296.156) : 30.4761 [keV] +TrackID -1 Position (158.354,-260.67,-84.8249) : 25.8477 [keV] +TrackID -1 Position (-342.459,206.693,-136.437) : 26.7759 [keV] +TrackID -1 Position (141.089,208.711,-168.934) : 78.5375 [keV] +TrackID -1 Position (67.3395,449.989,129.352) : 0.00355959 [keV] +TrackID -1 Position (-243.566,56.3529,-167.01) : 0.00880332 [keV] +TrackID -1 Position (-317.038,320.164,-59.1591) : 108.371 [keV] +TrackID -1 Position (52.6402,-396.521,317.884) : 0.0229224 [keV] +TrackID -1 Position (142.53,-432.1,308.35) : 0.0266541 [keV] +TrackID -1 Position (437.47,125.079,351.074) : 0.0125023 [keV] +TrackID -1 Position (-53.2122,451.878,40.5157) : 0.0558925 [keV] +TrackID -1 Position (-54.5976,451.712,-36.2343) : 0.0182016 [keV] +TrackID -1 Position (221.587,391.662,8.98347) : 16.6222 [keV] +TrackID -1 Position (-281.828,-350.817,274.583) : 1.32861 [keV] +TrackID -1 Position (102.303,-443.35,439.966) : 0.289604 [keV] +TrackID -1 Position (68.8214,-348.265,317.729) : 1.5683 [keV] +TrackID -1 Position (-245.743,-382.93,-267.103) : 0.0970896 [keV] +TrackID -1 Position (-245.272,-382.726,-267.013) : 0.119095 [keV] +TrackID -1 Position (-26.1627,-404.154,238.203) : 0.601079 [keV] +TrackID -1 Position (409.963,-185.554,55.4032) : 0.0637664 [keV] +TrackID -1 Position (375.39,-152.011,83.5623) : 0.0609431 [keV] +TrackID -1 Position (372.853,-150.48,85.2846) : 0.0671406 [keV] +TrackID -1 Position (346.992,-74.9768,24.0075) : 0.0868297 [keV] +TrackID -1 Position (345.448,-70.1438,20.152) : 0.0954454 [keV] +TrackID -1 Position (-166.089,-418.228,67.8127) : 0.00195053 [keV] +TrackID -1 Position (-127.886,-436.658,345.392) : 8.40667 [keV] +TrackID -1 Position (-14.6717,-404.734,223.934) : 0.590761 [keV] +TrackID -1 Position (121.331,274.37,-211.95) : 13.3724 [keV] +TrackID -1 Position (-298.444,30.5167,-60.208) : 2.37533 [keV] +TrackID -1 Position (-400.982,56.9068,328.973) : 0.0193116 [keV] +TrackID -1 Position (-389.797,234.698,295.951) : 0.00728323 [keV] +TrackID -1 Position (-269.664,230.882,157.042) : 0.00338961 [keV] +TrackID -1 Position (-141.241,212.311,157.481) : 0.00100025 [keV] +TrackID -1 Position (-351.601,-201.002,307.006) : 1.71931e-05 [keV] +TrackID -1 Position (424.531,-149.244,409.357) : 63.081 [keV] +TrackID -1 Position (-396.093,55.7686,253.558) : 0.108999 [keV] +TrackID -1 Position (-172.593,-245.381,163.64) : 0.0385641 [keV] +TrackID -1 Position (-172.405,-245.633,163.566) : 0.0970837 [keV] +TrackID -1 Position (-171.79,-250.215,169.448) : 0.0283658 [keV] +TrackID -1 Position (-112.845,331.31,111.322) : 0.00843934 [keV] +TrackID -1 Position (-163.874,364.891,54.6628) : 0.25586 [keV] +TrackID -1 Position (363.779,-166.328,133.034) : 0.209823 [keV] +TrackID -1 Position (451.236,58.4082,91.135) : 0.00278545 [keV] +TrackID -1 Position (331.594,-126.769,127.519) : 0.0235766 [keV] +TrackID -1 Position (370.441,-150.91,106.897) : 0.0310054 [keV] +TrackID -1 Position (362.71,274.712,422.069) : 6.11306 [keV] +TrackID -1 Position (-119.995,219.32,225.504) : 0.890995 [keV] +TrackID -1 Position (-136.08,434.174,159.599) : 20.7664 [keV] +TrackID -1 Position (-231.574,269.07,128.419) : 2.61223 [keV] +TrackID -1 Position (-425.779,145.645,190.082) : 51.8294 [keV] +TrackID -1 Position (-426.629,145.109,190.354) : 52.0346 [keV] +TrackID -1 Position (-449.423,-22.781,-28.7862) : 39.8519 [keV] +TrackID -1 Position (-452.413,-39.3145,-46.9635) : 10.9719 [keV] +TrackID -1 Position (-449.992,-34.4533,-47.1979) : 35.1269 [keV] +TrackID -1 Position (163.643,309.388,-5.34612) : 0.228539 [keV] +TrackID -1 Position (-354.043,-26.0491,-280.052) : 0.0187986 [keV] +TrackID -1 Position (-369.238,153.829,25.9432) : 0.0158365 [keV] +TrackID -1 Position (412.086,-180.791,396.479) : 3.50098 [keV] +TrackID -1 Position (-358.375,280.343,219.168) : 32.6196 [keV] +TrackID -1 Position (61.3179,-445.803,-426.298) : 0.0247043 [keV] +TrackID -1 Position (-347.727,-197.702,-306.022) : 0.161378 [keV] +TrackID -1 Position (-391.35,104.262,215.68) : 33.321 [keV] +TrackID -1 Position (-388.331,102.695,214.962) : 61.3763 [keV] +TrackID -1 Position (-392.277,89.4949,217.735) : 33.692 [keV] +TrackID -1 Position (-447.426,82.6713,217.989) : 41.5508 [keV] +TrackID -1 Position (-446.5,82.4432,217.391) : 0.657575 [keV] +TrackID -1 Position (379.594,-141.185,266.525) : 0.127015 [keV] +TrackID -1 Position (254.531,15.4648,231.727) : 0.272391 [keV] +TrackID -1 Position (-112.415,383.879,338.99) : 0.929529 [keV] +TrackID -1 Position (295.147,-195.364,307.818) : 222.403 [keV] +TrackID -1 Position (61.0894,245.56,190.768) : 140.382 [keV] +TrackID -1 Position (-189.505,408.152,398.391) : 2.69409 [keV] +TrackID -1 Position (187.101,409.259,361.967) : 2.21473 [keV] +TrackID -1 Position (398.208,73.8621,-374.341) : 0.0882822 [keV] +TrackID -1 Position (-282.407,-206.751,-194.445) : 0.0381293 [keV] +TrackID -1 Position (-6.79845,349.934,336.461) : 23.1713 [keV] +TrackID -1 Position (-6.77746,349.96,336.447) : 14.9368 [keV] +TrackID -1 Position (-6.74135,349.995,336.441) : 18.4025 [keV] +TrackID -1 Position (-6.69185,350.009,336.435) : 9.47619 [keV] +TrackID -1 Position (-6.65089,350.024,336.463) : 19.7491 [keV] +TrackID -1 Position (-6.6072,350.049,336.471) : 14.0639 [keV] +TrackID -1 Position (-6.57045,350.078,336.492) : 17.4131 [keV] +TrackID -1 Position (-6.545,350.111,336.523) : 11.3742 [keV] +TrackID -1 Position (-6.54278,350.16,336.538) : 21.6464 [keV] +TrackID -1 Position (-6.54558,350.208,336.52) : 14.646 [keV] +TrackID -1 Position (-6.5663,350.254,336.526) : 29.788 [keV] +TrackID -1 Position (-6.5823,350.312,336.539) : 29.7787 [keV] +TrackID -1 Position (-6.60974,350.372,336.52) : 27.5899 [keV] +TrackID -1 Position (-6.65191,350.391,336.448) : 34.2593 [keV] +TrackID -1 Position (-6.6755,350.454,336.395) : 37.0381 [keV] +TrackID -1 Position (-6.73939,350.519,336.396) : 39.8985 [keV] +TrackID -1 Position (-6.73897,350.565,336.286) : 267.944 [keV] +TrackID -1 Position (222.381,-208.738,293.807) : 7.84833 [keV] +TrackID -1 Position (44.546,397.512,197.203) : 3.70873 [keV] +TrackID -1 Position (20.6213,454.532,100.376) : 3.71728 [keV] +TrackID -1 Position (88.1817,-286.747,-207.57) : 2.33369 [keV] +TrackID -1 Position (-278.967,-359.447,-385.256) : 1.04174 [keV] +TrackID -1 Position (-279.154,-354.72,-381.244) : 0.946152 [keV] +TrackID -1 Position (-293.331,-343.512,-374.961) : 0.738359 [keV] +TrackID -1 Position (-294.942,-341.481,-376.127) : 5.32404 [keV] +TrackID -1 Position (273.881,-122.429,-199.074) : 0.227684 [keV] +TrackID -1 Position (328.991,-119.437,-165.559) : 3.07973 [keV] +TrackID -1 Position (304.293,-20.7494,-160.09) : 3.39423 [keV] +TrackID -1 Position (77.1452,-392.49,320.442) : 1.68164 [keV] +TrackID -1 Position (158.572,421.135,435.931) : 0.120469 [keV] +TrackID -1 Position (325.843,-140.895,233.726) : 0.946217 [keV] +TrackID -1 Position (371.903,-147.269,177.691) : 1.43404 [keV] +TrackID -1 Position (-114.781,435.115,390.943) : 1.37509 [keV] +TrackID -1 Position (154.845,262.77,-23.2592) : 1.21147 [keV] +TrackID -1 Position (329.455,313.823,-64.3305) : 0.00153227 [keV] +TrackID -1 Position (-344.89,84.1164,207.946) : 12.6364 [keV] +TrackID -1 Position (-344.233,84.8196,205.692) : 9.56148 [keV] +TrackID -1 Position (-345.682,74.5225,220.446) : 3.11203 [keV] +TrackID -1 Position (-389.649,90.4065,139.496) : 8.35083 [keV] +TrackID -1 Position (-302.139,41.6766,117.912) : 3.54593 [keV] +TrackID -1 Position (-177.447,176.104,144.667) : 0.0832237 [keV] +TrackID -1 Position (-134.869,210.5,159.258) : 7.79552 [keV] +TrackID -1 Position (-113.125,227.66,166.898) : 0.0252957 [keV] +TrackID -1 Position (-248.935,-23.053,133.873) : 1.80407 [keV] +TrackID -1 Position (-389.077,-92.8401,-121.822) : 5.38319 [keV] +TrackID -1 Position (-391.848,-94.1456,-126.966) : 1.36407 [keV] +TrackID -1 Position (-391.103,-85.0748,-122.956) : 4.8627 [keV] +TrackID -1 Position (-430.111,-132.306,-237.4) : 0.738839 [keV] +TrackID -1 Position (-430.921,-133.426,-240.108) : 0.0476137 [keV] +TrackID -1 Position (-419.862,-175.331,-187.292) : 1.30745 [keV] +TrackID -1 Position (-401.917,202.392,-191.773) : 4.31597 [keV] +TrackID -1 Position (-399.674,212.105,-195.329) : 0.537167 [keV] +TrackID -1 Position (-370.549,264.042,-21.2758) : 1.26497 [keV] +TrackID -1 Position (-354.695,283.434,-7.88846) : 1.44468 [keV] +TrackID -1 Position (30.1862,353.714,-97.5737) : 0.0231037 [keV] +TrackID -1 Position (217.774,399.499,43.6865) : 0.013712 [keV] +TrackID -1 Position (-412.974,190.991,-245.537) : 0.387233 [keV] +TrackID -1 Position (431.261,128.507,-212.057) : 3.2318 [keV] +TrackID -1 Position (-404.612,196.95,22.6996) : 5.71457 [keV] +TrackID -1 Position (-0.435733,400,-7.94246) : 5.2348 [keV] +TrackID -1 Position (-107.098,338.46,-45.5587) : 4.06756 [keV] +TrackID -1 Position (200.143,293.202,-69.947) : 1.74902 [keV] +TrackID -1 Position (382.14,-246.969,-396.352) : 0.00260766 [keV] +TrackID -1 Position (239.17,-255.554,-315.86) : 183.824 [keV] +TrackID -1 Position (-256.244,165.421,-202.023) : 0.0267597 [keV] +TrackID -1 Position (-230.905,108.203,-192.656) : 0.0348511 [keV] +TrackID -1 Position (-230.499,106.969,-192.463) : 0.001578 [keV] +TrackID -1 Position (15.7343,-354.651,316.773) : 0.388421 [keV] +TrackID -1 Position (13.2506,-350.34,314.03) : 0.674743 [keV] +TrackID -1 Position (191.53,-230.903,202.263) : 4.36795 [keV] +TrackID -1 Position (193.843,-233.558,197.847) : 2.67089 [keV] +TrackID -1 Position (197.851,-226.991,198.632) : 2.36464 [keV] +TrackID -1 Position (-77.1964,-392.48,85.2751) : 1.54554 [keV] +TrackID -1 Position (-310.759,-161.024,239.498) : 0.166861 [keV] +TrackID -1 Position (-159.317,-254.201,-215.444) : 54.6807 [keV] +TrackID -1 Position (-449.168,-27.3493,-417.274) : 0.00408317 [keV] +TrackID -1 Position (247.222,-381.977,-331.856) : 61.2507 [keV] +TrackID -1 Position (251.01,251.036,81.9568) : 6.94294 [keV] +TrackID -1 Position (13.0478,-352.808,-298.772) : 123.374 [keV] +TrackID -1 Position (-301.844,-42.5172,-117.943) : 17.9727 [keV] +TrackID -1 Position (-301.796,-42.4746,-117.957) : 33.9612 [keV] +TrackID -1 Position (-301.709,-42.4241,-117.961) : 87.7268 [keV] +TrackID -1 Position (-301.63,-42.3589,-117.965) : 24.6253 [keV] +TrackID -1 Position (-301.543,-42.3153,-117.945) : 22.9843 [keV] +TrackID -1 Position (-301.493,-42.2497,-117.887) : 28.4457 [keV] +TrackID -1 Position (-301.406,-42.188,-117.854) : 40.8506 [keV] +TrackID -1 Position (-301.394,-42.1387,-117.742) : 77.4387 [keV] +TrackID -1 Position (-301.458,-42.126,-117.608) : 40.6634 [keV] +TrackID -1 Position (-301.6,-42.1285,-117.59) : 40.6589 [keV] +TrackID -1 Position (-301.715,-42.1236,-117.638) : 27.2106 [keV] +TrackID -1 Position (-301.805,-42.0963,-117.671) : 36.4925 [keV] +TrackID -1 Position (-301.877,-42.1255,-117.604) : 38.9588 [keV] +TrackID -1 Position (-301.975,-42.1342,-117.615) : 35.4697 [keV] +TrackID -1 Position (-302.046,-42.179,-117.657) : 15.4018 [keV] +TrackID -1 Position (-335.698,-99.0287,-150.912) : 13.8919 [keV] +TrackID -1 Position (-335.715,-99.0436,-150.914) : 8.53353 [keV] +TrackID -1 Position (-335.736,-99.0579,-150.921) : 7.1944 [keV] +TrackID -1 Position (-335.754,-99.078,-150.923) : 6.46505 [keV] +TrackID -1 Position (-335.774,-99.0946,-150.928) : 8.66331 [keV] +TrackID -1 Position (-335.784,-99.1192,-150.924) : 7.75802 [keV] +TrackID -1 Position (-335.791,-99.1449,-150.925) : 12.4853 [keV] +TrackID -1 Position (-335.797,-99.1711,-150.923) : 12.0566 [keV] +TrackID -1 Position (-335.811,-99.1846,-150.905) : 13.0796 [keV] +TrackID -1 Position (-335.816,-99.2005,-150.881) : 11.1256 [keV] +TrackID -1 Position (-335.815,-99.2225,-150.853) : 19.5707 [keV] +TrackID -1 Position (-335.825,-99.2549,-150.851) : 28.4649 [keV] +TrackID -1 Position (-335.832,-99.2908,-150.858) : 52.7589 [keV] +TrackID -1 Position (-335.838,-99.3292,-150.852) : 19.2928 [keV] +TrackID -1 Position (-335.857,-99.3693,-150.846) : 29.4189 [keV] +TrackID -1 Position (-335.857,-99.4075,-150.846) : 143.033 [keV] +TrackID -1 Position (-397.916,-220.654,-284.824) : 29.1219 [keV] +TrackID -1 Position (-428.157,-153.97,-225.779) : 0.0146822 [keV] +TrackID -1 Position (-427.829,-152.392,-225.621) : 0.00246942 [keV] +TrackID -1 Position (203.825,-344.173,248.204) : 0.0111056 [keV] +TrackID -1 Position (254.958,-4.60222,193.988) : 0.0158292 [keV] +TrackID -1 Position (249.689,28.3766,187.479) : 0.0218594 [keV] +TrackID -1 Position (-355.034,-284.562,-276.035) : 7.32688 [keV] +TrackID -1 Position (-240.917,-187.04,-130.362) : 0.00143706 [keV] +TrackID -1 Position (129.731,-383.66,51.3078) : 3.18554 [keV] +TrackID -1 Position (133.364,-381.722,49.2952) : 19.8961 [keV] +TrackID -1 Position (-170.161,247.074,122.527) : 0.94028 [keV] +TrackID -1 Position (-146.015,209.057,92.5314) : 0.185141 [keV] +TrackID -1 Position (-145.819,208.745,92.2882) : 0.810226 [keV] +TrackID -1 Position (-256.097,307.27,143.561) : 0.55993 [keV] +TrackID -1 Position (-95.2835,388.486,148) : 0.406741 [keV] +TrackID -1 Position (191.686,-407.132,445.319) : 0.296708 [keV] +TrackID -1 Position (234.949,186.545,-108.21) : 3.23286 [keV] +TrackID -1 Position (299.759,-12.0323,113.267) : 4.86112 [keV] +TrackID -1 Position (301.421,-17.1495,118.966) : 4.08167 [keV] +TrackID -1 Position (-155.772,-262.222,251.832) : 0.0817358 [keV] +TrackID -1 Position (382.98,-115.438,365.199) : 0.0676025 [keV] +TrackID -1 Position (393.706,70.6807,345.248) : 0.0501446 [keV] +TrackID -1 Position (58.3154,451.248,151.12) : 42.5672 [keV] +TrackID -1 Position (-30.5657,403.845,-2.32338) : 15.0877 [keV] +TrackID -1 Position (-348.189,-289.82,-351.346) : 71.3747 [keV] +TrackID -1 Position (-395.464,-220.784,-233.804) : 165.994 [keV] +TrackID -1 Position (-409.576,-187.51,-240.344) : 167.004 [keV] +TrackID -1 Position (-313.098,-256.894,263.708) : 0.593483 [keV] +TrackID -1 Position (-304.105,-23.3454,19.638) : 0.144097 [keV] +TrackID -1 Position (-330.12,-116.278,-95.6086) : 0.0773729 [keV] +TrackID -1 Position (-141.08,-432.575,-195.943) : 0.314072 [keV] +TrackID -1 Position (-263.364,-238.043,-95.7977) : 1.25333 [keV] +TrackID -1 Position (-264.414,-236.374,-94.9361) : 1.22949 [keV] +TrackID -1 Position (-212.241,-216.128,-239.63) : 276.778 [keV] +TrackID -1 Position (-219.607,-206.684,-236.228) : 15.4644 [keV] +TrackID -1 Position (-283.802,-106.112,228.226) : 137.189 [keV] +TrackID -1 Position (-253.644,26.2645,-236.272) : 49.5374 [keV] +TrackID -1 Position (-321.814,245.888,-363.034) : 19.9356 [keV] +TrackID -1 Position (-294.519,198.2,-342.431) : 61.1155 [keV] +TrackID -1 Position (-304.035,24.2448,-270.321) : 24.2178 [keV] +TrackID -1 Position (-143.901,-319.05,-268.762) : 45.338 [keV] +TrackID -1 Position (25.5133,-449.276,135.61) : 38.8867 [keV] +TrackID -1 Position (-303.312,-260.772,7.9142) : 18.1858 [keV] +TrackID -1 Position (-286.486,-209.645,-20.1194) : 39.0929 [keV] +TrackID -1 Position (-230.947,-108.114,154.094) : 20.9285 [keV] +TrackID -1 Position (-299.256,21.1155,-93.1575) : 26.2001 [keV] +TrackID -1 Position (-241.575,-81.6477,-74.645) : 27.0566 [keV] +TrackID -1 Position (-444.412,70.6946,-124.837) : 23.337 [keV] +TrackID -1 Position (189.084,-408.347,-73.4607) : 8.86805 [keV] +TrackID -1 Position (191.036,-409.824,-73.3004) : 18.8974 [keV] +TrackID -1 Position (348.465,-32.7476,35.9726) : 14.535 [keV] +TrackID -1 Position (359.533,-270.622,72.5867) : 11.7365 [keV] +TrackID -1 Position (-242.024,62.6463,4.62577) : 13.4585 [keV] +TrackID -1 Position (-292.003,201.89,-128.595) : 17.5141 [keV] +TrackID -1 Position (230.811,-96.0525,-239.688) : 16.8015 [keV] +TrackID -1 Position (148.276,-424.87,-398.284) : 24.1475 [keV] +TrackID -1 Position (146.251,-428.1,-401.591) : 53.7671 [keV] +TrackID -1 Position (-301.93,337.872,202.954) : 56.033 [keV] +TrackID -1 Position (190.298,237.731,-137.581) : 6.62363 [keV] +TrackID -1 Position (173.739,180.556,-8.23884) : 22.1339 [keV] +TrackID -1 Position (277.447,125.922,-15.174) : 29.4379 [keV] +TrackID -1 Position (165.99,-190.953,-191.257) : 35.1079 [keV] +TrackID -1 Position (319.564,-242.816,-382.064) : 98.8553 [keV] +TrackID -1 Position (359.686,-177.804,-370.588) : 364.49 [keV] +TrackID -1 Position (-377.723,-136.287,-23.8929) : 81.6171 [keV] +TrackID -1 Position (195.014,-350.327,-321.987) : 82.0033 [keV] +TrackID -1 Position (-299.498,-51.7566,-50.4937) : 83.5312 [keV] +TrackID -1 Position (-68.5943,396.329,338.625) : 134.051 [keV] +TrackID -1 Position (-292.908,-73.8174,-266.329) : 73.8699 [keV] +TrackID -1 Position (-432.992,137.089,-4.68277) : 86.7264 [keV] +TrackID -1 Position (-318.035,244.865,-210.645) : 183.906 [keV] +TrackID -1 Position (321.856,-149.779,-255.258) : 0.418174 [keV] +TrackID -1 Position (418.358,-178.89,-287.85) : 0.288332 [keV] +TrackID -1 Position (417.02,-179.336,-288.607) : 0.247786 [keV] +TrackID -1 Position (-396.022,-56.2692,-52.6431) : 0.85037 [keV] +TrackID -1 Position (352.544,-41.6854,-164.853) : 2.20824 [keV] +TrackID -1 Position (160.132,-420.545,-425.856) : 36.9371 [keV] +TrackID -1 Position (55.9395,-451.548,-299.818) : 8.06563 [keV] +TrackID -1 Position (53.7362,-448.65,-299.549) : 5.94205 [keV] +TrackID -1 Position (169.791,311.763,-322.475) : 0.751548 [keV] +TrackID -1 Position (168.757,312.113,-321.445) : 1.17489 [keV] +TrackID -1 Position (167.27,312.315,-304.373) : 4.617 [keV] +TrackID -1 Position (-113.075,-331.231,78.9762) : 1.844 [keV] +TrackID -1 Position (-114.275,-331.908,78.9095) : 91.2962 [keV] +TrackID -1 Position (279.484,-110.049,100.798) : 48.9226 [keV] +TrackID -1 Position (226.553,-113.021,105.153) : 101.697 [keV] +TrackID -1 Position (302.451,2.34284,-15.6459) : 19.1237 [keV] +TrackID -1 Position (375.859,248.575,-73.3406) : 29.7979 [keV] +TrackID -1 Position (419.075,163.939,-212.551) : 2.12619 [keV] +TrackID -1 Position (328.484,236.903,109.36) : 3.55147 [keV] +TrackID -1 Position (-232.582,-325.432,193.332) : 5.44108 [keV] +TrackID -1 Position (318.419,-145.291,-217.988) : 0.717572 [keV] +TrackID -1 Position (302.262,-40.7729,-200.841) : 0.339927 [keV] +TrackID -1 Position (316.45,-244.661,309.174) : 0.0294338 [keV] +TrackID -1 Position (349.808,-11.5841,101.902) : 0.246837 [keV] Calorimeter hits -------------------------------------------------------------- 0 hits are stored in RE01CalorimeterHitsCollection. @@ -2982,1324 +3194,1324 @@ Original momentum : -91.0405 -16.3757 -400.717 MeV Vertex : -1.88943e-295 -1.54061e-296 1.33116e-293 fm Global time : 6.40539e-305 ps Current trajectory has 86 points. Point[0] Position= (-1.88943e-307,-1.54061e-308,1.33116e-305) -Point[1] Position= (-34.3195,-6.19959,-151.303) -Point[2] Position= (-43.1723,-7.78722,-190.165) -Point[3] Position= (-46.0836,-8.30637,-202.931) -Point[4] Position= (-55.5106,-9.98757,-244.315) -Point[5] Position= (-91.3088,-16.3254,-400.928) -Point[6] Position= (-97.9587,-17.5432,-430.182) -Point[7] Position= (-112.835,-20.2699,-495.73) -Point[8] Position= (-122.495,-22.0357,-538.293) -Point[9] Position= (-137.465,-24.7777,-604.285) -Point[10] Position= (-141.364,-25.4931,-621.503) -Point[11] Position= (-159.829,-28.8946,-703.032) -Point[12] Position= (-196.788,-35.6992,-866.392) -Point[13] Position= (-199.769,-36.2245,-879.565) -Point[14] Position= (-220.651,-39.9321,-971.58) -Point[15] Position= (-227.095,-41.0287,-1000) -Point[16] Position= (-232.246,-41.9197,-1022.74) -Point[17] Position= (-236.825,-42.7149,-1042.96) -Point[18] Position= (-274.665,-49.3075,-1209.89) -Point[19] Position= (-288.661,-51.7278,-1271.68) -Point[20] Position= (-288.743,-51.742,-1272.04) -Point[21] Position= (-337.843,-60.2632,-1488.59) -Point[22] Position= (-341.888,-60.964,-1506.39) -Point[23] Position= (-355.538,-63.3467,-1566.46) -Point[24] Position= (-366.186,-65.1804,-1613.37) -Point[25] Position= (-366.524,-65.2389,-1614.86) -Point[26] Position= (-401.401,-71.2129,-1768.99) -Point[27] Position= (-433.121,-76.7062,-1909.24) -Point[28] Position= (-470.12,-83.0898,-2072.08) -Point[29] Position= (-535.364,-94.1607,-2358.8) -Point[30] Position= (-542.262,-95.3669,-2389.1) -Point[31] Position= (-553.112,-97.2565,-2436.78) -Point[32] Position= (-556.565,-97.8563,-2451.96) -Point[33] Position= (-559.586,-98.3792,-2465.26) -Point[34] Position= (-578.592,-101.651,-2548.94) -Point[35] Position= (-580.76,-102.026,-2558.49) -Point[36] Position= (-612.387,-107.435,-2697.58) -Point[37] Position= (-642.535,-112.604,-2830.43) -Point[38] Position= (-656.545,-114.97,-2892.06) -Point[39] Position= (-680.135,-118.929,-2995.85) -Point[40] Position= (-745.828,-129.939,-3284.16) -Point[41] Position= (-759.162,-132.189,-3342.64) -Point[42] Position= (-771.231,-134.223,-3395.68) -Point[43] Position= (-776.943,-135.191,-3420.8) -Point[44] Position= (-779.849,-135.676,-3433.55) -Point[45] Position= (-781.678,-135.982,-3441.58) -Point[46] Position= (-784.542,-136.459,-3454.16) -Point[47] Position= (-785.393,-136.602,-3457.91) -Point[48] Position= (-788.815,-137.178,-3473) -Point[49] Position= (-802.476,-139.5,-3533.23) -Point[50] Position= (-803.577,-139.683,-3538.08) -Point[51] Position= (-817.059,-141.916,-3597.42) -Point[52] Position= (-818.532,-142.161,-3603.92) -Point[53] Position= (-836.876,-145.195,-3684.88) -Point[54] Position= (-842.37,-146.116,-3709.06) -Point[55] Position= (-862.121,-149.408,-3795.93) -Point[56] Position= (-866.118,-150.078,-3813.53) -Point[57] Position= (-870.383,-150.785,-3832.28) -Point[58] Position= (-871.787,-151.018,-3838.45) -Point[59] Position= (-899.78,-155.639,-3961.67) -Point[60] Position= (-901.875,-155.984,-3970.89) -Point[61] Position= (-906.704,-156.783,-3992.12) -Point[62] Position= (-916.688,-158.421,-4036.1) -Point[63] Position= (-925.357,-159.825,-4074.33) -Point[64] Position= (-965.631,-166.345,-4252.08) -Point[65] Position= (-994.368,-171.014,-4379.06) -Point[66] Position= (-1022.44,-175.562,-4503.16) -Point[67] Position= (-1055.35,-180.896,-4648.3) -Point[68] Position= (-1061.98,-181.989,-4677.61) -Point[69] Position= (-1105.83,-189.317,-4871.23) -Point[70] Position= (-1108.35,-189.755,-4882.31) -Point[71] Position= (-1186.62,-203.49,-5227.27) -Point[72] Position= (-1196.28,-205.194,-5269.92) -Point[73] Position= (-1210.26,-207.674,-5331.74) -Point[74] Position= (-1231.23,-211.438,-5424.55) -Point[75] Position= (-1233.82,-211.897,-5435.97) -Point[76] Position= (-1236.3,-212.339,-5446.92) -Point[77] Position= (-1237.98,-212.637,-5454.29) -Point[78] Position= (-1265.51,-217.527,-5575.38) -Point[79] Position= (-1273.83,-218.984,-5611.9) -Point[80] Position= (-1299.24,-223.392,-5723.38) -Point[81] Position= (-1318.13,-226.82,-5806.22) -Point[82] Position= (-1324.26,-227.927,-5833.1) -Point[83] Position= (-1332,-229.336,-5867.12) -Point[84] Position= (-1357.55,-233.9,-5978.83) -Point[85] Position= (-1362.38,-234.779,-6000) +Point[1] Position= (-34.428,-6.18425,-151.279) +Point[2] Position= (-43.2737,-7.76539,-190.143) +Point[3] Position= (-46.1831,-8.28525,-202.91) +Point[4] Position= (-55.6099,-9.96748,-244.294) +Point[5] Position= (-91.3088,-16.439,-400.924) +Point[6] Position= (-97.9588,-17.6567,-430.178) +Point[7] Position= (-112.833,-20.3779,-495.726) +Point[8] Position= (-122.487,-22.1451,-538.291) +Point[9] Position= (-137.441,-24.8887,-604.286) +Point[10] Position= (-141.34,-25.6042,-621.504) +Point[11] Position= (-159.797,-29.0046,-703.034) +Point[12] Position= (-196.768,-35.8114,-866.448) +Point[13] Position= (-199.74,-36.3374,-879.578) +Point[14] Position= (-220.583,-39.9717,-971.604) +Point[15] Position= (-227.022,-41.0674,-1000) +Point[16] Position= (-232.178,-41.9635,-1022.78) +Point[17] Position= (-236.758,-42.7606,-1042.99) +Point[18] Position= (-274.593,-49.3353,-1209.93) +Point[19] Position= (-288.589,-51.7612,-1271.71) +Point[20] Position= (-288.671,-51.7754,-1272.07) +Point[21] Position= (-337.759,-60.2715,-1488.62) +Point[22] Position= (-341.804,-60.9747,-1506.43) +Point[23] Position= (-355.452,-63.3565,-1566.49) +Point[24] Position= (-366.091,-65.1937,-1613.41) +Point[25] Position= (-366.429,-65.2521,-1614.9) +Point[26] Position= (-401.295,-71.2414,-1769.03) +Point[27] Position= (-433.056,-76.7036,-1909.27) +Point[28] Position= (-470.019,-83.0774,-2072.12) +Point[29] Position= (-535.244,-94.5214,-2358.83) +Point[30] Position= (-542.138,-95.729,-2389.14) +Point[31] Position= (-552.979,-97.6186,-2436.81) +Point[32] Position= (-556.432,-98.22,-2452) +Point[33] Position= (-559.451,-98.7436,-2465.29) +Point[34] Position= (-578.447,-102.025,-2548.97) +Point[35] Position= (-580.616,-102.399,-2558.53) +Point[36] Position= (-612.183,-107.808,-2697.63) +Point[37] Position= (-642.36,-112.907,-2830.47) +Point[38] Position= (-656.382,-115.271,-2892.1) +Point[39] Position= (-679.971,-119.232,-2995.89) +Point[40] Position= (-745.688,-130.477,-3284.19) +Point[41] Position= (-759.022,-132.726,-3342.67) +Point[42] Position= (-771.09,-134.76,-3395.71) +Point[43] Position= (-776.802,-135.728,-3420.82) +Point[44] Position= (-779.708,-136.214,-3433.58) +Point[45] Position= (-781.537,-136.519,-3441.61) +Point[46] Position= (-784.4,-136.999,-3454.19) +Point[47] Position= (-785.251,-137.142,-3457.94) +Point[48] Position= (-788.672,-137.718,-3473.02) +Point[49] Position= (-802.345,-140.023,-3533.26) +Point[50] Position= (-803.445,-140.207,-3538.11) +Point[51] Position= (-816.909,-142.444,-3597.45) +Point[52] Position= (-818.382,-142.689,-3603.95) +Point[53] Position= (-836.756,-145.755,-3684.9) +Point[54] Position= (-842.252,-146.677,-3709.09) +Point[55] Position= (-862.001,-149.969,-3795.96) +Point[56] Position= (-865.999,-150.633,-3813.55) +Point[57] Position= (-870.263,-151.34,-3832.3) +Point[58] Position= (-871.667,-151.572,-3838.48) +Point[59] Position= (-899.645,-156.197,-3961.69) +Point[60] Position= (-901.74,-156.542,-3970.91) +Point[61] Position= (-906.565,-157.341,-3992.15) +Point[62] Position= (-916.54,-158.981,-4036.13) +Point[63] Position= (-925.203,-160.385,-4074.36) +Point[64] Position= (-965.466,-166.9,-4252.12) +Point[65] Position= (-994.203,-171.564,-4379.09) +Point[66] Position= (-1022.26,-176.115,-4503.2) +Point[67] Position= (-1055.08,-181.505,-4648.35) +Point[68] Position= (-1061.71,-182.599,-4677.67) +Point[69] Position= (-1105.41,-189.908,-4871.32) +Point[70] Position= (-1107.93,-190.345,-4882.4) +Point[71] Position= (-1186.15,-204.009,-5227.38) +Point[72] Position= (-1195.81,-205.713,-5270.02) +Point[73] Position= (-1209.78,-208.198,-5331.84) +Point[74] Position= (-1230.81,-211.939,-5424.64) +Point[75] Position= (-1233.41,-212.399,-5436.06) +Point[76] Position= (-1235.89,-212.842,-5447.01) +Point[77] Position= (-1237.57,-213.14,-5454.38) +Point[78] Position= (-1265.13,-218.03,-5575.46) +Point[79] Position= (-1273.45,-219.487,-5611.98) +Point[80] Position= (-1298.87,-223.905,-5723.47) +Point[81] Position= (-1317.76,-227.333,-5806.31) +Point[82] Position= (-1323.88,-228.441,-5833.19) +Point[83] Position= (-1331.64,-229.839,-5867.2) +Point[84] Position= (-1357.15,-234.463,-5978.92) +Point[85] Position= (-1361.97,-235.339,-6000) TrackID =146 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.6434 2.97453 -11.2986 keV -Vertex : -1.35755 -0.2339 -5.97883 m Global time : 21.6169 ns +Original momentum : 40.6434 2.9744 -11.2986 keV +Vertex : -1.35715 -0.234463 -5.97892 m Global time : 21.6169 ns Current trajectory has 2 points. -Point[0] Position= (-1357.55,-233.9,-5978.83) -Point[1] Position= (-1357.49,-233.896,-5978.85) +Point[0] Position= (-1357.15,-234.463,-5978.92) +Point[1] Position= (-1357.1,-234.459,-5978.93) TrackID =145 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.3148 21.3017 -14.7506 keV -Vertex : -1.332 -0.229336 -5.86712 m Global time : 21.2127 ns +Original momentum : 47.3149 21.3015 -14.7506 keV +Vertex : -1.33164 -0.229839 -5.8672 m Global time : 21.2127 ns Current trajectory has 2 points. -Point[0] Position= (-1332,-229.336,-5867.12) -Point[1] Position= (-1331.89,-229.286,-5867.16) +Point[0] Position= (-1331.64,-229.839,-5867.2) +Point[1] Position= (-1331.52,-229.789,-5867.24) TrackID =144 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.0197 -7.53353 7.46763 keV -Vertex : -1.32426 -0.227927 -5.8331 m Global time : 21.0896 ns +Original momentum : -39.0198 -7.5334 7.46763 keV +Vertex : -1.32388 -0.228441 -5.83319 m Global time : 21.0897 ns Current trajectory has 2 points. -Point[0] Position= (-1324.26,-227.927,-5833.1) -Point[1] Position= (-1324.3,-227.936,-5833.1) +Point[0] Position= (-1323.88,-228.441,-5833.19) +Point[1] Position= (-1323.93,-228.45,-5833.18) TrackID =143 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -52.4342 -49.9739 8.39999 keV -Vertex : -1.31813 -0.22682 -5.80622 m Global time : 20.9924 ns +Original momentum : -52.4344 -49.9737 8.4 keV +Vertex : -1.31776 -0.227333 -5.80631 m Global time : 20.9925 ns Current trajectory has 2 points. -Point[0] Position= (-1318.13,-226.82,-5806.22) -Point[1] Position= (-1318.39,-227.069,-5806.18) +Point[0] Position= (-1317.76,-227.333,-5806.31) +Point[1] Position= (-1318.02,-227.582,-5806.27) TrackID =142 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 43.4515 29.9632 -14.2879 keV -Vertex : -1.29924 -0.223392 -5.72338 m Global time : 20.6927 ns +Original momentum : 43.4516 29.9631 -14.2879 keV +Vertex : -1.29887 -0.223905 -5.72347 m Global time : 20.6928 ns Current trajectory has 2 points. -Point[0] Position= (-1299.24,-223.392,-5723.38) -Point[1] Position= (-1299.14,-223.319,-5723.42) +Point[0] Position= (-1298.87,-223.905,-5723.47) +Point[1] Position= (-1298.76,-223.832,-5723.5) TrackID =141 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.8449 2.89171 6.93672 keV -Vertex : -1.27383 -0.218984 -5.6119 m Global time : 20.2894 ns +Original momentum : -37.8449 2.89183 6.93672 keV +Vertex : -1.27345 -0.219487 -5.61198 m Global time : 20.2895 ns Current trajectory has 2 points. -Point[0] Position= (-1273.83,-218.984,-5611.9) -Point[1] Position= (-1273.87,-218.981,-5611.89) +Point[0] Position= (-1273.45,-219.487,-5611.98) +Point[1] Position= (-1273.49,-219.483,-5611.97) TrackID =140 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.24519 -33.2244 -1.53789 keV -Vertex : -1.26551 -0.217527 -5.57538 m Global time : 20.1573 ns +Original momentum : 7.24509 -33.2244 -1.53789 keV +Vertex : -1.26513 -0.21803 -5.57546 m Global time : 20.1574 ns Current trajectory has 2 points. -Point[0] Position= (-1265.51,-217.527,-5575.38) -Point[1] Position= (-1265.5,-217.554,-5575.38) +Point[0] Position= (-1265.13,-218.03,-5575.46) +Point[1] Position= (-1265.12,-218.058,-5575.46) TrackID =139 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.3986 -11.242 6.68923 keV -Vertex : -1.23798 -0.212637 -5.45429 m Global time : 19.7194 ns +Original momentum : -33.3986 -11.2419 6.68924 keV +Vertex : -1.23757 -0.21314 -5.45438 m Global time : 19.7194 ns Current trajectory has 2 points. -Point[0] Position= (-1237.98,-212.637,-5454.29) -Point[1] Position= (-1238.01,-212.647,-5454.28) +Point[0] Position= (-1237.57,-213.14,-5454.38) +Point[1] Position= (-1237.6,-213.15,-5454.37) TrackID =138 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 63.0059 -34.7548 -18.757 keV -Vertex : -1.2363 -0.212339 -5.44692 m Global time : 19.6927 ns +Original momentum : 63.0058 -34.755 -18.757 keV +Vertex : -1.23589 -0.212842 -5.44701 m Global time : 19.6928 ns Current trajectory has 2 points. -Point[0] Position= (-1236.3,-212.339,-5446.92) -Point[1] Position= (-1235.97,-212.521,-5447.02) +Point[0] Position= (-1235.89,-212.842,-5447.01) +Point[1] Position= (-1235.56,-213.024,-5447.11) TrackID =137 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.65853 41.1114 -2.20347 keV -Vertex : -1.23382 -0.211897 -5.43597 m Global time : 19.6531 ns +Original momentum : -5.6584 41.1114 -2.20347 keV +Vertex : -1.23341 -0.212399 -5.43606 m Global time : 19.6532 ns Current trajectory has 2 points. -Point[0] Position= (-1233.82,-211.897,-5435.97) -Point[1] Position= (-1233.83,-211.845,-5435.97) +Point[0] Position= (-1233.41,-212.399,-5436.06) +Point[1] Position= (-1233.41,-212.346,-5436.06) TrackID =136 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.4538 20.1569 4.17513 keV -Vertex : -1.23123 -0.211438 -5.42455 m Global time : 19.6118 ns +Original momentum : -27.4537 20.157 4.17513 keV +Vertex : -1.23081 -0.211939 -5.42464 m Global time : 19.6119 ns Current trajectory has 2 points. -Point[0] Position= (-1231.23,-211.438,-5424.55) -Point[1] Position= (-1231.25,-211.421,-5424.55) +Point[0] Position= (-1230.81,-211.939,-5424.64) +Point[1] Position= (-1230.84,-211.922,-5424.64) TrackID =135 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.669 4.40584 -8.50188 keV -Vertex : -1.21026 -0.207674 -5.33174 m Global time : 19.2762 ns +Original momentum : 31.669 4.40574 -8.50188 keV +Vertex : -1.20978 -0.208198 -5.33184 m Global time : 19.2763 ns Current trajectory has 2 points. -Point[0] Position= (-1210.26,-207.674,-5331.74) -Point[1] Position= (-1210.23,-207.671,-5331.75) +Point[0] Position= (-1209.78,-208.198,-5331.84) +Point[1] Position= (-1209.76,-208.195,-5331.85) TrackID =134 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -48.973 37.5581 5.50839 keV -Vertex : -1.19628 -0.205194 -5.26992 m Global time : 19.0527 ns +Original momentum : -48.9729 37.5583 5.50839 keV +Vertex : -1.19581 -0.205713 -5.27002 m Global time : 19.0528 ns Current trajectory has 3 points. -Point[0] Position= (-1196.28,-205.194,-5269.92) -Point[1] Position= (-1196.35,-205.174,-5269.92) -Point[2] Position= (-1196.42,-205.2,-5269.96) +Point[0] Position= (-1195.81,-205.713,-5270.02) +Point[1] Position= (-1195.88,-205.693,-5270.03) +Point[2] Position= (-1195.94,-205.719,-5270.06) TrackID =147 : ParentID=134 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.8964 35.5373 -6.90306 keV -Vertex : -1.19635 -0.205174 -5.26992 m Global time : 19.0546 ns +Original momentum : -10.8963 35.5374 -6.90306 keV +Vertex : -1.19588 -0.205693 -5.27003 m Global time : 19.0547 ns Current trajectory has 2 points. -Point[0] Position= (-1196.35,-205.174,-5269.92) -Point[1] Position= (-1196.37,-205.137,-5269.93) +Point[0] Position= (-1195.88,-205.693,-5270.03) +Point[1] Position= (-1195.89,-205.656,-5270.03) TrackID =133 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.7884 -28.0716 -4.90858 keV -Vertex : -1.18662 -0.20349 -5.22727 m Global time : 18.8985 ns +Original momentum : 20.7883 -28.0717 -4.90858 keV +Vertex : -1.18615 -0.204009 -5.22738 m Global time : 18.8986 ns Current trajectory has 2 points. -Point[0] Position= (-1186.62,-203.49,-5227.27) -Point[1] Position= (-1186.6,-203.515,-5227.28) +Point[0] Position= (-1186.15,-204.009,-5227.38) +Point[1] Position= (-1186.14,-204.034,-5227.38) TrackID =132 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.3795 -14.3303 7.59352 keV -Vertex : -1.10835 -0.189755 -4.88231 m Global time : 17.651 ns +Original momentum : -39.3795 -14.3302 7.59352 keV +Vertex : -1.10793 -0.190345 -4.8824 m Global time : 17.651 ns Current trajectory has 2 points. -Point[0] Position= (-1108.35,-189.755,-4882.31) -Point[1] Position= (-1108.4,-189.774,-4882.3) +Point[0] Position= (-1107.93,-190.345,-4882.4) +Point[1] Position= (-1107.98,-190.365,-4882.39) TrackID =131 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 410.171 386.526 -613.363 keV -Vertex : -1.10583 -0.189317 -4.87123 m Global time : 17.6109 ns +Original momentum : 410.173 386.524 -613.364 keV +Vertex : -1.10541 -0.189908 -4.87132 m Global time : 17.611 ns Current trajectory has 50 points. -Point[0] Position= (-1105.83,-189.317,-4871.23) -Point[1] Position= (-1104.73,-188.368,-4872.76) -Point[2] Position= (-1024.03,-126.165,-5024.27) -Point[3] Position= (-1008.45,-107.73,-5073.8) -Point[4] Position= (-1015.32,-79.1733,-5144.07) -Point[5] Position= (-1017.37,-66.6104,-5152.19) -Point[6] Position= (-1024.31,-46.1253,-5166.06) -Point[7] Position= (-1024.71,-44.1287,-5167.08) -Point[8] Position= (-1025.79,-31.0004,-5174.35) -Point[9] Position= (-1027.31,-21.3148,-5175.04) -Point[10] Position= (-1087.31,78.3013,-5226.62) -Point[11] Position= (-1092.61,83.2569,-5225.41) -Point[12] Position= (-1110.48,107.61,-5216.42) -Point[13] Position= (-1112.7,111.864,-5215.79) -Point[14] Position= (-1115.44,116.433,-5215.12) -Point[15] Position= (-1137.74,216.879,-5184.9) -Point[16] Position= (-1133.52,219.707,-5191.64) -Point[17] Position= (-1129.1,221.458,-5196.13) -Point[18] Position= (-1114.11,226.909,-5211.62) -Point[19] Position= (-1112.57,227.776,-5212.94) -Point[20] Position= (-1068.37,263.623,-5264.96) -Point[21] Position= (-1039.62,279.408,-5279.09) -Point[22] Position= (-1022.86,291.814,-5291.01) -Point[23] Position= (-912.436,356.678,-5336.29) -Point[24] Position= (-840.886,423.044,-5372.47) -Point[25] Position= (-838.625,430.345,-5375.34) -Point[26] Position= (-833.909,475.431,-5377.7) -Point[27] Position= (-859.027,540.596,-5359.48) -Point[28] Position= (-850.463,529.322,-5360.89) -Point[29] Position= (-829.822,507.592,-5358.57) -Point[30] Position= (-839.582,485.808,-5362.32) -Point[31] Position= (-839.882,484.35,-5361.39) -Point[32] Position= (-841.044,480.915,-5357.63) -Point[33] Position= (-840.323,480.248,-5350.08) -Point[34] Position= (-841.427,501.908,-5327.89) -Point[35] Position= (-836.012,520.383,-5310.94) -Point[36] Position= (-827.082,536.744,-5304.13) -Point[37] Position= (-829.152,541.796,-5300.65) -Point[38] Position= (-833.418,556.276,-5302.91) -Point[39] Position= (-833.839,556.57,-5303.42) -Point[40] Position= (-833.455,559,-5313.99) -Point[41] Position= (-833.632,559.897,-5322.59) -Point[42] Position= (-833.994,559.049,-5329.89) -Point[43] Position= (-834.393,559.45,-5330.73) -Point[44] Position= (-834.278,562.223,-5334.1) -Point[45] Position= (-835.776,563.482,-5337.32) -Point[46] Position= (-837.279,565.87,-5337.38) -Point[47] Position= (-839.388,566.124,-5337.42) -Point[48] Position= (-840.076,565.612,-5336.09) -Point[49] Position= (-839.912,565.561,-5335.95) +Point[0] Position= (-1105.41,-189.908,-4871.32) +Point[1] Position= (-1104.31,-188.959,-4872.85) +Point[2] Position= (-1023.61,-126.756,-5024.36) +Point[3] Position= (-1008.03,-108.321,-5073.89) +Point[4] Position= (-1014.9,-79.7644,-5144.16) +Point[5] Position= (-1016.95,-67.2014,-5152.28) +Point[6] Position= (-1023.89,-46.7163,-5166.15) +Point[7] Position= (-1024.29,-44.7198,-5167.17) +Point[8] Position= (-1025.38,-31.5914,-5174.44) +Point[9] Position= (-1026.89,-21.9059,-5175.13) +Point[10] Position= (-1086.89,77.7105,-5226.71) +Point[11] Position= (-1092.19,82.6661,-5225.5) +Point[12] Position= (-1110.06,107.02,-5216.51) +Point[13] Position= (-1112.28,111.273,-5215.88) +Point[14] Position= (-1115.02,115.842,-5215.21) +Point[15] Position= (-1137.32,216.288,-5184.99) +Point[16] Position= (-1133.1,219.116,-5191.73) +Point[17] Position= (-1128.68,220.867,-5196.22) +Point[18] Position= (-1113.69,226.318,-5211.71) +Point[19] Position= (-1112.15,227.185,-5213.03) +Point[20] Position= (-1067.95,263.032,-5265.04) +Point[21] Position= (-1039.2,278.817,-5279.18) +Point[22] Position= (-1022.44,291.223,-5291.1) +Point[23] Position= (-912.016,356.087,-5336.38) +Point[24] Position= (-840.465,422.453,-5372.56) +Point[25] Position= (-838.204,429.754,-5375.43) +Point[26] Position= (-833.488,474.84,-5377.79) +Point[27] Position= (-858.606,540.004,-5359.57) +Point[28] Position= (-850.042,528.731,-5360.98) +Point[29] Position= (-829.401,507,-5358.66) +Point[30] Position= (-839.161,485.217,-5362.41) +Point[31] Position= (-839.461,483.758,-5361.48) +Point[32] Position= (-840.623,480.323,-5357.72) +Point[33] Position= (-839.902,479.656,-5350.17) +Point[34] Position= (-841.006,501.316,-5327.98) +Point[35] Position= (-835.591,519.792,-5311.03) +Point[36] Position= (-826.661,536.152,-5304.22) +Point[37] Position= (-828.731,541.204,-5300.74) +Point[38] Position= (-832.997,555.684,-5303) +Point[39] Position= (-833.418,555.978,-5303.51) +Point[40] Position= (-833.034,558.408,-5314.08) +Point[41] Position= (-833.21,559.306,-5322.68) +Point[42] Position= (-833.573,558.458,-5329.98) +Point[43] Position= (-833.972,558.858,-5330.82) +Point[44] Position= (-833.857,561.631,-5334.19) +Point[45] Position= (-835.355,562.891,-5337.41) +Point[46] Position= (-836.858,565.279,-5337.47) +Point[47] Position= (-838.967,565.532,-5337.51) +Point[48] Position= (-839.655,565.021,-5336.18) +Point[49] Position= (-839.491,564.969,-5336.04) TrackID =179 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.734 0.370894 -13.2667 keV -Vertex : -0.834393 0.55945 -5.33073 m Global time : 23.9221 ns +Original momentum : 31.734 0.370795 -13.2667 keV +Vertex : -0.833972 0.558858 -5.33082 m Global time : 23.9222 ns Current trajectory has 2 points. -Point[0] Position= (-834.393,559.45,-5330.73) -Point[1] Position= (-834.366,559.45,-5330.74) +Point[0] Position= (-833.972,558.858,-5330.82) +Point[1] Position= (-833.945,558.858,-5330.83) TrackID =178 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -52.4116 39.0867 32.1986 keV -Vertex : -0.833839 0.55657 -5.30342 m Global time : 23.7093 ns +Original momentum : -52.4115 39.0868 32.1986 keV +Vertex : -0.833418 0.555978 -5.30351 m Global time : 23.7094 ns Current trajectory has 3 points. -Point[0] Position= (-833.839,556.57,-5303.42) -Point[1] Position= (-833.887,556.591,-5303.41) -Point[2] Position= (-834.008,556.63,-5303.27) +Point[0] Position= (-833.418,555.978,-5303.51) +Point[1] Position= (-833.466,555.999,-5303.49) +Point[2] Position= (-833.587,556.039,-5303.36) TrackID =180 : ParentID=178 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.895623 32.6909 -8.7143 keV -Vertex : -0.833887 0.556591 -5.30341 m Global time : 23.7106 ns +Original momentum : 0.895725 32.6909 -8.7143 keV +Vertex : -0.833466 0.555999 -5.30349 m Global time : 23.7106 ns Current trajectory has 2 points. -Point[0] Position= (-833.887,556.591,-5303.41) -Point[1] Position= (-833.886,556.617,-5303.41) +Point[0] Position= (-833.466,555.999,-5303.49) +Point[1] Position= (-833.465,556.026,-5303.5) TrackID =177 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.5183 4.59062 30.3917 keV -Vertex : -0.829152 0.541796 -5.30065 m Global time : 23.6024 ns +Original momentum : 19.5183 4.59056 30.3917 keV +Vertex : -0.828731 0.541204 -5.30074 m Global time : 23.6024 ns Current trajectory has 2 points. -Point[0] Position= (-829.152,541.796,-5300.65) -Point[1] Position= (-829.133,541.8,-5300.62) +Point[0] Position= (-828.731,541.204,-5300.74) +Point[1] Position= (-828.712,541.208,-5300.71) TrackID =176 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.2816 -7.04106 -3.34443 keV -Vertex : -0.840323 0.480248 -5.35008 m Global time : 23.1065 ns +Original momentum : -38.2816 -7.04094 -3.34443 keV +Vertex : -0.839902 0.479656 -5.35017 m Global time : 23.1066 ns Current trajectory has 2 points. -Point[0] Position= (-840.323,480.248,-5350.08) -Point[1] Position= (-840.366,480.24,-5350.08) +Point[0] Position= (-839.902,479.656,-5350.17) +Point[1] Position= (-839.945,479.648,-5350.17) TrackID =175 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.4836 -66.2249 -16.8696 keV -Vertex : -0.841044 0.480915 -5.35763 m Global time : 23.0607 ns +Original momentum : -14.4838 -66.2249 -16.8696 keV +Vertex : -0.840623 0.480323 -5.35772 m Global time : 23.0608 ns Current trajectory has 2 points. -Point[0] Position= (-841.044,480.915,-5357.63) -Point[1] Position= (-841.109,480.619,-5357.71) +Point[0] Position= (-840.623,480.323,-5357.72) +Point[1] Position= (-840.688,480.027,-5357.79) TrackID =174 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.7561 -14.2044 -19.734 keV -Vertex : -0.839882 0.48435 -5.36139 m Global time : 23.0296 ns +Original momentum : -28.7561 -14.2043 -19.734 keV +Vertex : -0.839461 0.483758 -5.36148 m Global time : 23.0296 ns Current trajectory has 2 points. -Point[0] Position= (-839.882,484.35,-5361.39) -Point[1] Position= (-839.912,484.335,-5361.41) +Point[0] Position= (-839.461,483.758,-5361.48) +Point[1] Position= (-839.491,483.743,-5361.5) TrackID =173 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.1171 -34.5779 -37.8139 keV -Vertex : -0.839582 0.485808 -5.36232 m Global time : 23.0191 ns +Original momentum : 15.117 -34.578 -37.8139 keV +Vertex : -0.839161 0.485217 -5.36241 m Global time : 23.0192 ns Current trajectory has 2 points. -Point[0] Position= (-839.582,485.808,-5362.32) -Point[1] Position= (-839.547,485.729,-5362.41) +Point[0] Position= (-839.161,485.217,-5362.41) +Point[1] Position= (-839.126,485.137,-5362.5) TrackID =172 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.12385 -10.1521 42.726 keV -Vertex : -0.829822 0.507592 -5.35857 m Global time : 22.888 ns +Original momentum : 5.12382 -10.1521 42.726 keV +Vertex : -0.829401 0.507 -5.35866 m Global time : 22.8881 ns Current trajectory has 2 points. -Point[0] Position= (-829.822,507.592,-5358.57) -Point[1] Position= (-829.815,507.577,-5358.5) +Point[0] Position= (-829.401,507,-5358.66) +Point[1] Position= (-829.394,506.986,-5358.59) TrackID =171 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.5737 22.2355 0.216951 keV -Vertex : -0.859027 0.540596 -5.35948 m Global time : 22.6493 ns +Original momentum : 26.5738 22.2354 0.216951 keV +Vertex : -0.858606 0.540004 -5.35957 m Global time : 22.6494 ns Current trajectory has 2 points. -Point[0] Position= (-859.027,540.596,-5359.48) -Point[1] Position= (-859.004,540.615,-5359.48) +Point[0] Position= (-858.606,540.004,-5359.57) +Point[1] Position= (-858.583,540.023,-5359.57) TrackID =170 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.56849 8.42458 32.8306 keV -Vertex : -0.833909 0.475431 -5.3777 m Global time : 22.3025 ns +Original momentum : 9.56852 8.42455 32.8306 keV +Vertex : -0.833488 0.47484 -5.37779 m Global time : 22.3025 ns Current trajectory has 2 points. -Point[0] Position= (-833.909,475.431,-5377.7) -Point[1] Position= (-833.9,475.439,-5377.67) +Point[0] Position= (-833.488,474.84,-5377.79) +Point[1] Position= (-833.479,474.847,-5377.76) TrackID =169 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 115.967 -60.6003 14.6786 keV -Vertex : -1.02286 0.291814 -5.29101 m Global time : 21.0003 ns +Original momentum : 115.967 -60.6006 14.6786 keV +Vertex : -1.02244 0.291223 -5.2911 m Global time : 21.0004 ns Current trajectory has 3 points. -Point[0] Position= (-1022.86,291.814,-5291.01) -Point[1] Position= (-1020.83,291.629,-5289.24) -Point[2] Position= (-1020.68,292.376,-5289.33) +Point[0] Position= (-1022.44,291.223,-5291.1) +Point[1] Position= (-1020.41,291.038,-5289.33) +Point[2] Position= (-1020.26,291.785,-5289.42) TrackID =181 : ParentID=169 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 75.3239 -11.8647 18.177 keV -Vertex : -1.02083 0.291629 -5.28924 m Global time : 21.0281 ns +Original momentum : 75.3239 -11.865 18.177 keV +Vertex : -1.02041 0.291038 -5.28933 m Global time : 21.0281 ns Current trajectory has 2 points. -Point[0] Position= (-1020.83,291.629,-5289.24) -Point[1] Position= (-1020.38,291.558,-5289.13) +Point[0] Position= (-1020.41,291.038,-5289.33) +Point[1] Position= (-1019.96,290.967,-5289.22) TrackID =168 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.96687 -23.6446 -48.1644 keV -Vertex : -1.03962 0.279408 -5.27909 m Global time : 20.8941 ns +Original momentum : -9.96695 -23.6446 -48.1644 keV +Vertex : -1.0392 0.278817 -5.27918 m Global time : 20.8941 ns Current trajectory has 2 points. -Point[0] Position= (-1039.62,279.408,-5279.09) -Point[1] Position= (-1039.65,279.351,-5279.21) +Point[0] Position= (-1039.2,278.817,-5279.18) +Point[1] Position= (-1039.22,278.76,-5279.3) TrackID =167 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 12.1087 16.6414 43.3172 keV -Vertex : -1.06837 0.263623 -5.26496 m Global time : 20.7392 ns +Vertex : -1.06795 0.263032 -5.26504 m Global time : 20.7392 ns Current trajectory has 2 points. -Point[0] Position= (-1068.37,263.623,-5264.96) -Point[1] Position= (-1068.35,263.653,-5264.88) +Point[0] Position= (-1067.95,263.032,-5265.04) +Point[1] Position= (-1067.93,263.062,-5264.97) TrackID =166 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.229 -18.1801 -46.3488 keV -Vertex : -1.11257 0.227776 -5.21294 m Global time : 20.4129 ns +Original momentum : -18.2291 -18.1801 -46.3488 keV +Vertex : -1.11215 0.227185 -5.21303 m Global time : 20.413 ns Current trajectory has 2 points. -Point[0] Position= (-1112.57,227.776,-5212.94) -Point[1] Position= (-1112.61,227.735,-5213.05) +Point[0] Position= (-1112.15,227.185,-5213.03) +Point[1] Position= (-1112.19,227.144,-5213.14) TrackID =165 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.0249 9.79823 -40.5971 keV -Vertex : -1.11411 0.226909 -5.21162 m Global time : 20.4033 ns +Original momentum : -35.0248 9.79834 -40.5971 keV +Vertex : -1.11369 0.226318 -5.21171 m Global time : 20.4033 ns Current trajectory has 2 points. -Point[0] Position= (-1114.11,226.909,-5211.62) -Point[1] Position= (-1114.2,226.933,-5211.72) +Point[0] Position= (-1113.69,226.318,-5211.71) +Point[1] Position= (-1113.78,226.342,-5211.81) TrackID =164 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.0004 26.5393 -16.2866 keV -Vertex : -1.1291 0.221458 -5.19613 m Global time : 20.3067 ns +Original momentum : -26.0003 26.5394 -16.2866 keV +Vertex : -1.12868 0.220867 -5.19622 m Global time : 20.3068 ns Current trajectory has 2 points. -Point[0] Position= (-1129.1,221.458,-5196.13) -Point[1] Position= (-1129.14,221.49,-5196.15) +Point[0] Position= (-1128.68,220.867,-5196.22) +Point[1] Position= (-1128.72,220.899,-5196.24) TrackID =163 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.8219 -12.1811 -26.8155 keV -Vertex : -1.13352 0.219707 -5.19164 m Global time : 20.2784 ns +Original momentum : -21.822 -12.181 -26.8155 keV +Vertex : -1.1331 0.219116 -5.19173 m Global time : 20.2785 ns Current trajectory has 2 points. -Point[0] Position= (-1133.52,219.707,-5191.64) -Point[1] Position= (-1133.54,219.695,-5191.67) +Point[0] Position= (-1133.1,219.116,-5191.73) +Point[1] Position= (-1133.12,219.104,-5191.76) TrackID =162 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.6439 2.66889 -35.0092 keV -Vertex : -1.13774 0.216879 -5.1849 m Global time : 20.2421 ns +Original momentum : -43.6439 2.66902 -35.0092 keV +Vertex : -1.13732 0.216288 -5.18499 m Global time : 20.2422 ns Current trajectory has 2 points. -Point[0] Position= (-1137.74,216.879,-5184.9) -Point[1] Position= (-1137.85,216.886,-5184.99) +Point[0] Position= (-1137.32,216.288,-5184.99) +Point[1] Position= (-1137.43,216.295,-5185.08) TrackID =161 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.67 20.1727 -6.64466 keV -Vertex : -1.11544 0.116433 -5.21512 m Global time : 19.8122 ns +Original momentum : 29.6701 20.1726 -6.64466 keV +Vertex : -1.11502 0.115842 -5.21521 m Global time : 19.8123 ns Current trajectory has 2 points. -Point[0] Position= (-1115.44,116.433,-5215.12) -Point[1] Position= (-1115.41,116.452,-5215.12) +Point[0] Position= (-1115.02,115.842,-5215.21) +Point[1] Position= (-1114.99,115.861,-5215.21) TrackID =160 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.0452 -23.4564 -0.189337 keV -Vertex : -1.1127 0.111864 -5.21579 m Global time : 19.7895 ns +Original momentum : -49.0453 -23.4563 -0.189338 keV +Vertex : -1.11228 0.111273 -5.21588 m Global time : 19.7895 ns Current trajectory has 2 points. -Point[0] Position= (-1112.7,111.864,-5215.79) -Point[1] Position= (-1112.82,111.807,-5215.79) +Point[0] Position= (-1112.28,111.273,-5215.88) +Point[1] Position= (-1112.4,111.217,-5215.88) TrackID =159 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.534702 -6.1479 46.164 keV -Vertex : -1.11048 0.10761 -5.21642 m Global time : 19.769 ns +Original momentum : -0.534721 -6.1479 46.164 keV +Vertex : -1.11006 0.10702 -5.21651 m Global time : 19.7691 ns Current trajectory has 2 points. -Point[0] Position= (-1110.48,107.61,-5216.42) -Point[1] Position= (-1110.48,107.6,-5216.35) +Point[0] Position= (-1110.06,107.02,-5216.51) +Point[1] Position= (-1110.06,107.009,-5216.44) TrackID =158 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.534 -27.4947 -22.1693 keV -Vertex : -1.09261 0.0832569 -5.22541 m Global time : 19.6384 ns +Original momentum : -36.5341 -27.4945 -22.1693 keV +Vertex : -1.09219 0.0826661 -5.2255 m Global time : 19.6384 ns Current trajectory has 2 points. -Point[0] Position= (-1092.61,83.2569,-5225.41) -Point[1] Position= (-1092.69,83.2008,-5225.46) +Point[0] Position= (-1092.19,82.6661,-5225.5) +Point[1] Position= (-1092.27,82.6099,-5225.55) TrackID =157 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -80.907 -80.7657 8.64535 keV -Vertex : -1.08731 0.0783013 -5.22662 m Global time : 19.6075 ns +Original momentum : -80.9072 -80.7655 8.64535 keV +Vertex : -1.08689 0.0777105 -5.22671 m Global time : 19.6076 ns Current trajectory has 4 points. -Point[0] Position= (-1087.31,78.3013,-5226.62) -Point[1] Position= (-1087.7,76.6692,-5225.5) -Point[2] Position= (-1089.12,77.0214,-5225.52) -Point[3] Position= (-1089.22,77.0599,-5225.31) +Point[0] Position= (-1086.89,77.7105,-5226.71) +Point[1] Position= (-1087.28,76.0784,-5225.59) +Point[2] Position= (-1088.7,76.4306,-5225.61) +Point[3] Position= (-1088.8,76.469,-5225.4) TrackID =156 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.23585 8.09259 40.9362 keV -Vertex : -1.02731 -0.0213148 -5.17504 m Global time : 19.1118 ns +Original momentum : -5.23582 8.09261 40.9362 keV +Vertex : -1.02689 -0.0219059 -5.17513 m Global time : 19.1119 ns Current trajectory has 2 points. -Point[0] Position= (-1027.31,-21.3148,-5175.04) -Point[1] Position= (-1027.32,-21.3042,-5174.98) +Point[0] Position= (-1026.89,-21.9059,-5175.13) +Point[1] Position= (-1026.9,-21.8952,-5175.07) TrackID =155 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.89145 2.02194 -187.492 keV -Vertex : -1.02579 -0.0310004 -5.17435 m Global time : 19.0716 ns +Original momentum : 5.89146 2.02192 -187.492 keV +Vertex : -1.02538 -0.0315914 -5.17444 m Global time : 19.0716 ns Current trajectory has 8 points. -Point[0] Position= (-1025.79,-31.0004,-5174.35) -Point[1] Position= (-1025.78,-31.0326,-5174.9) -Point[2] Position= (-1025.88,-32.8056,-5176.98) -Point[3] Position= (-1028.15,-34.4984,-5178.6) -Point[4] Position= (-1028.34,-34.5743,-5178.71) -Point[5] Position= (-1029.28,-34.8663,-5176.86) -Point[6] Position= (-1029.28,-35.3022,-5176.44) -Point[7] Position= (-1029.27,-35.252,-5176.36) +Point[0] Position= (-1025.38,-31.5914,-5174.44) +Point[1] Position= (-1025.36,-31.6236,-5174.99) +Point[2] Position= (-1025.47,-33.3966,-5177.07) +Point[3] Position= (-1027.73,-35.0894,-5178.69) +Point[4] Position= (-1027.92,-35.1653,-5178.8) +Point[5] Position= (-1028.86,-35.4573,-5176.95) +Point[6] Position= (-1028.86,-35.8932,-5176.53) +Point[7] Position= (-1028.85,-35.8431,-5176.45) TrackID =185 : ParentID=155 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.7482 -28.1332 12.4491 keV -Vertex : -1.02928 -0.0353022 -5.17644 m Global time : 19.1744 ns +Original momentum : 30.7481 -28.1333 12.4491 keV +Vertex : -1.02886 -0.0358932 -5.17653 m Global time : 19.1745 ns Current trajectory has 2 points. -Point[0] Position= (-1029.28,-35.3022,-5176.44) -Point[1] Position= (-1029.24,-35.3421,-5176.43) +Point[0] Position= (-1028.86,-35.8932,-5176.53) +Point[1] Position= (-1028.82,-35.9332,-5176.52) TrackID =184 : ParentID=155 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.924 23.0048 -58.7089 keV -Vertex : -1.02834 -0.0345743 -5.17871 m Global time : 19.1419 ns +Original momentum : -32.9239 23.005 -58.7089 keV +Vertex : -1.02792 -0.0351653 -5.1788 m Global time : 19.1419 ns Current trajectory has 2 points. -Point[0] Position= (-1028.34,-34.5743,-5178.71) -Point[1] Position= (-1028.5,-34.4666,-5178.99) +Point[0] Position= (-1027.92,-35.1653,-5178.8) +Point[1] Position= (-1028.08,-35.0577,-5179.08) TrackID =183 : ParentID=155 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.1894 -18.4415 -19.0371 keV -Vertex : -1.02588 -0.0328056 -5.17698 m Global time : 19.1047 ns +Original momentum : 22.1894 -18.4416 -19.0371 keV +Vertex : -1.02547 -0.0333966 -5.17707 m Global time : 19.1048 ns Current trajectory has 2 points. -Point[0] Position= (-1025.88,-32.8056,-5176.98) -Point[1] Position= (-1025.87,-32.8213,-5177) +Point[0] Position= (-1025.47,-33.3966,-5177.07) +Point[1] Position= (-1025.45,-33.4123,-5177.09) TrackID =182 : ParentID=155 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.4512 71.4559 -25.5045 keV -Vertex : -1.02578 -0.0310326 -5.1749 m Global time : 19.0769 ns +Original momentum : -35.4509 71.456 -25.5045 keV +Vertex : -1.02536 -0.0316236 -5.17499 m Global time : 19.0769 ns Current trajectory has 3 points. -Point[0] Position= (-1025.78,-31.0326,-5174.9) -Point[1] Position= (-1025.31,-30.0642,-5174.78) -Point[2] Position= (-1025.3,-30.0445,-5174.82) +Point[0] Position= (-1025.36,-31.6236,-5174.99) +Point[1] Position= (-1024.89,-30.6553,-5174.87) +Point[2] Position= (-1024.88,-30.6356,-5174.9) TrackID =154 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.5364 2.79052 11.9464 keV -Vertex : -1.02471 -0.0441287 -5.16708 m Global time : 19.0111 ns +Original momentum : -30.5364 2.79061 11.9464 keV +Vertex : -1.02429 -0.0447198 -5.16717 m Global time : 19.0112 ns Current trajectory has 2 points. -Point[0] Position= (-1024.71,-44.1287,-5167.08) -Point[1] Position= (-1024.73,-44.1266,-5167.07) +Point[0] Position= (-1024.29,-44.7198,-5167.17) +Point[1] Position= (-1024.31,-44.7176,-5167.16) TrackID =153 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.5361 -12.9129 -13.9262 keV -Vertex : -1.02431 -0.0461253 -5.16606 m Global time : 19.002 ns +Original momentum : -28.5361 -12.9128 -13.9262 keV +Vertex : -1.02389 -0.0467163 -5.16615 m Global time : 19.002 ns Current trajectory has 2 points. -Point[0] Position= (-1024.31,-46.1253,-5166.06) -Point[1] Position= (-1024.33,-46.1361,-5166.08) +Point[0] Position= (-1023.89,-46.7163,-5166.15) +Point[1] Position= (-1023.91,-46.7271,-5166.17) TrackID =152 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.8314 -9.54402 -21.3558 keV -Vertex : -1.01737 -0.0666104 -5.15219 m Global time : 18.8996 ns +Original momentum : 23.8314 -9.54409 -21.3558 keV +Vertex : -1.01695 -0.0672014 -5.15228 m Global time : 18.8997 ns Current trajectory has 2 points. -Point[0] Position= (-1017.37,-66.6104,-5152.19) -Point[1] Position= (-1017.35,-66.6179,-5152.21) +Point[0] Position= (-1016.95,-67.2014,-5152.28) +Point[1] Position= (-1016.93,-67.209,-5152.3) TrackID =151 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.2768 9.87037 5.56621 keV -Vertex : -1.01532 -0.0791733 -5.14407 m Global time : 18.8393 ns +Original momentum : 30.2768 9.87028 5.56621 keV +Vertex : -1.0149 -0.0797644 -5.14416 m Global time : 18.8393 ns Current trajectory has 2 points. -Point[0] Position= (-1015.32,-79.1733,-5144.07) -Point[1] Position= (-1015.3,-79.166,-5144.07) +Point[0] Position= (-1014.9,-79.7644,-5144.16) +Point[1] Position= (-1014.88,-79.7571,-5144.16) TrackID =150 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -50.2311 -29.4657 -21.0443 keV -Vertex : -1.00845 -0.10773 -5.0738 m Global time : 18.5433 ns +Original momentum : -50.2312 -29.4655 -21.0443 keV +Vertex : -1.00803 -0.108321 -5.07389 m Global time : 18.5433 ns Current trajectory has 2 points. -Point[0] Position= (-1008.45,-107.73,-5073.8) -Point[1] Position= (-1008.62,-107.827,-5073.87) +Point[0] Position= (-1008.03,-108.321,-5073.89) +Point[1] Position= (-1008.2,-108.418,-5073.96) TrackID =149 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.1418 50.3015 16.8272 keV -Vertex : -1.02403 -0.126165 -5.02427 m Global time : 18.3264 ns +Original momentum : -13.1417 50.3015 16.8272 keV +Vertex : -1.02361 -0.126756 -5.02436 m Global time : 18.3265 ns Current trajectory has 2 points. -Point[0] Position= (-1024.03,-126.165,-5024.27) -Point[1] Position= (-1024.06,-126.042,-5024.23) +Point[0] Position= (-1023.61,-126.756,-5024.36) +Point[1] Position= (-1023.65,-126.633,-5024.32) TrackID =148 : ParentID=131 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.7004 12.3142 20.8701 keV -Vertex : -1.10473 -0.188368 -4.87276 m Global time : 17.6192 ns +Original momentum : 22.7005 12.3141 20.8701 keV +Vertex : -1.10431 -0.188959 -4.87285 m Global time : 17.6192 ns Current trajectory has 2 points. -Point[0] Position= (-1104.73,-188.368,-4872.76) -Point[1] Position= (-1104.71,-188.359,-4872.75) +Point[0] Position= (-1104.31,-188.959,-4872.85) +Point[1] Position= (-1104.29,-188.949,-4872.83) TrackID =130 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.3307 -26.0159 -5.90865 keV -Vertex : -1.06198 -0.181989 -4.67761 m Global time : 16.9109 ns +Original momentum : 24.3306 -26.016 -5.90865 keV +Vertex : -1.06171 -0.182599 -4.67767 m Global time : 16.911 ns Current trajectory has 2 points. -Point[0] Position= (-1061.98,-181.989,-4677.61) -Point[1] Position= (-1061.95,-182.014,-4677.62) +Point[0] Position= (-1061.71,-182.599,-4677.67) +Point[1] Position= (-1061.69,-182.623,-4677.67) TrackID =129 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -50.332 -60.0494 7.09821 keV -Vertex : -1.05535 -0.180896 -4.6483 m Global time : 16.805 ns +Original momentum : -50.3322 -60.0493 7.09822 keV +Vertex : -1.05508 -0.181505 -4.64835 m Global time : 16.805 ns Current trajectory has 3 points. -Point[0] Position= (-1055.35,-180.896,-4648.3) -Point[1] Position= (-1055.25,-181.58,-4648.09) -Point[2] Position= (-1055.25,-181.582,-4648.09) +Point[0] Position= (-1055.08,-181.505,-4648.35) +Point[1] Position= (-1054.98,-182.188,-4648.14) +Point[2] Position= (-1054.98,-182.19,-4648.15) TrackID =128 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 63.568 -60.9551 -20.753 keV -Vertex : -1.02244 -0.175562 -4.50316 m Global time : 16.2803 ns +Original momentum : 63.5678 -60.9553 -20.753 keV +Vertex : -1.02226 -0.176115 -4.5032 m Global time : 16.2803 ns Current trajectory has 3 points. -Point[0] Position= (-1022.44,-175.562,-4503.16) -Point[1] Position= (-1022.44,-176.479,-4503.84) -Point[2] Position= (-1022.48,-176.4,-4503.82) +Point[0] Position= (-1022.26,-176.115,-4503.2) +Point[1] Position= (-1022.27,-177.033,-4503.88) +Point[2] Position= (-1022.31,-176.953,-4503.85) TrackID =127 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.998 36.933 5.34037 keV -Vertex : -0.994368 -0.171014 -4.37906 m Global time : 15.8316 ns +Original momentum : -45.9979 36.9332 5.34037 keV +Vertex : -0.994203 -0.171564 -4.37909 m Global time : 15.8317 ns Current trajectory has 2 points. -Point[0] Position= (-994.368,-171.014,-4379.06) -Point[1] Position= (-994.504,-170.905,-4379.05) +Point[0] Position= (-994.203,-171.564,-4379.09) +Point[1] Position= (-994.339,-171.455,-4379.08) TrackID =126 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.03503 36.7349 -2.55154 keV -Vertex : -0.965631 -0.166345 -4.25208 m Global time : 15.3726 ns +Original momentum : -1.03492 36.7349 -2.55154 keV +Vertex : -0.965466 -0.1669 -4.25212 m Global time : 15.3727 ns Current trajectory has 2 points. -Point[0] Position= (-965.631,-166.345,-4252.08) -Point[1] Position= (-965.632,-166.309,-4252.09) +Point[0] Position= (-965.466,-166.9,-4252.12) +Point[1] Position= (-965.467,-166.864,-4252.12) TrackID =125 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.8135 -21.2867 6.55092 keV -Vertex : -0.925357 -0.159825 -4.07433 m Global time : 14.73 ns +Original momentum : -32.8136 -21.2866 6.55092 keV +Vertex : -0.925203 -0.160385 -4.07436 m Global time : 14.7301 ns Current trajectory has 2 points. -Point[0] Position= (-925.357,-159.825,-4074.33) -Point[1] Position= (-925.395,-159.849,-4074.32) +Point[0] Position= (-925.203,-160.385,-4074.36) +Point[1] Position= (-925.241,-160.41,-4074.35) TrackID =124 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.37952 -42.0098 -2.29338 keV -Vertex : -0.916688 -0.158421 -4.0361 m Global time : 14.5918 ns +Original momentum : 8.37939 -42.0098 -2.29338 keV +Vertex : -0.91654 -0.158981 -4.03613 m Global time : 14.5919 ns Current trajectory has 2 points. -Point[0] Position= (-916.688,-158.421,-4036.1) -Point[1] Position= (-916.676,-158.479,-4036.1) +Point[0] Position= (-916.54,-158.981,-4036.13) +Point[1] Position= (-916.529,-159.039,-4036.13) TrackID =123 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -58.3485 -26.2055 9.80835 keV -Vertex : -0.906704 -0.156783 -3.99212 m Global time : 14.4328 ns +Original momentum : -58.3485 -26.2053 9.80835 keV +Vertex : -0.906565 -0.157341 -3.99215 m Global time : 14.4329 ns Current trajectory has 2 points. -Point[0] Position= (-906.704,-156.783,-3992.12) -Point[1] Position= (-906.919,-156.88,-3992.09) +Point[0] Position= (-906.565,-157.341,-3992.15) +Point[1] Position= (-906.781,-157.438,-3992.11) TrackID =122 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.1854 28.0896 2.4462 keV -Vertex : -0.901875 -0.155984 -3.97089 m Global time : 14.356 ns +Original momentum : -21.1853 28.0896 2.4462 keV +Vertex : -0.90174 -0.156542 -3.97091 m Global time : 14.3561 ns Current trajectory has 2 points. -Point[0] Position= (-901.875,-155.984,-3970.89) -Point[1] Position= (-901.894,-155.959,-3970.88) +Point[0] Position= (-901.74,-156.542,-3970.91) +Point[1] Position= (-901.759,-156.517,-3970.91) TrackID =121 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.0811 -13.2 -7.2484 keV -Vertex : -0.89978 -0.155639 -3.96167 m Global time : 14.3227 ns +Original momentum : 29.0811 -13.2001 -7.2484 keV +Vertex : -0.899645 -0.156197 -3.96169 m Global time : 14.3228 ns Current trajectory has 2 points. -Point[0] Position= (-899.78,-155.639,-3961.67) -Point[1] Position= (-899.758,-155.649,-3961.67) +Point[0] Position= (-899.645,-156.197,-3961.69) +Point[1] Position= (-899.623,-156.207,-3961.7) TrackID =120 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -63.5484 -13.8574 10.3792 keV -Vertex : -0.871787 -0.151018 -3.83845 m Global time : 13.8772 ns +Original momentum : -63.5484 -13.8572 10.3792 keV +Vertex : -0.871667 -0.151572 -3.83848 m Global time : 13.8773 ns Current trajectory has 2 points. -Point[0] Position= (-871.787,-151.018,-3838.45) -Point[1] Position= (-872.032,-151.071,-3838.41) +Point[0] Position= (-871.667,-151.572,-3838.48) +Point[1] Position= (-871.912,-151.626,-3838.44) TrackID =119 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.65991 -37.4702 -0.451889 keV -Vertex : -0.866118 -0.150078 -3.81353 m Global time : 13.7871 ns +Original momentum : 1.65979 -37.4702 -0.451889 keV +Vertex : -0.865999 -0.150633 -3.81355 m Global time : 13.7872 ns Current trajectory has 2 points. -Point[0] Position= (-866.118,-150.078,-3813.53) -Point[1] Position= (-866.116,-150.117,-3813.53) +Point[0] Position= (-865.999,-150.633,-3813.55) +Point[1] Position= (-865.997,-150.672,-3813.55) TrackID =118 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.511 27.3162 -6.16784 keV -Vertex : -0.862121 -0.149408 -3.79593 m Global time : 13.7235 ns +Original momentum : 17.5111 27.3162 -6.16784 keV +Vertex : -0.862001 -0.149969 -3.79596 m Global time : 13.7235 ns Current trajectory has 2 points. -Point[0] Position= (-862.121,-149.408,-3795.93) -Point[1] Position= (-862.107,-149.387,-3795.94) +Point[0] Position= (-862.001,-149.969,-3795.96) +Point[1] Position= (-861.987,-149.947,-3795.96) TrackID =117 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -46.678 -10.6647 8.51787 keV -Vertex : -0.84237 -0.146116 -3.70906 m Global time : 13.4094 ns +Original momentum : -46.678 -10.6645 8.51787 keV +Vertex : -0.842252 -0.146677 -3.70909 m Global time : 13.4094 ns Current trajectory has 2 points. -Point[0] Position= (-842.37,-146.116,-3709.06) -Point[1] Position= (-842.456,-146.136,-3709.05) +Point[0] Position= (-842.252,-146.677,-3709.09) +Point[1] Position= (-842.338,-146.696,-3709.07) TrackID =116 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.7865 33.5695 -5.32619 keV -Vertex : -0.836876 -0.145195 -3.68488 m Global time : 13.3219 ns +Original momentum : 11.7866 33.5695 -5.32619 keV +Vertex : -0.836756 -0.145755 -3.6849 m Global time : 13.322 ns Current trajectory has 2 points. -Point[0] Position= (-836.876,-145.195,-3684.88) -Point[1] Position= (-836.865,-145.164,-3684.89) +Point[0] Position= (-836.756,-145.755,-3684.9) +Point[1] Position= (-836.745,-145.724,-3684.91) TrackID =115 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 61.3203 -31.934 -18.0823 keV -Vertex : -0.818532 -0.142161 -3.60392 m Global time : 13.0292 ns +Original momentum : 61.3202 -31.9342 -18.0823 keV +Vertex : -0.818382 -0.142689 -3.60395 m Global time : 13.0293 ns Current trajectory has 2 points. -Point[0] Position= (-818.532,-142.161,-3603.92) -Point[1] Position= (-818.242,-142.312,-3604.01) +Point[0] Position= (-818.382,-142.689,-3603.95) +Point[1] Position= (-818.091,-142.841,-3604.04) TrackID =114 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -73.5423 154.897 -19.8792 keV -Vertex : -0.817059 -0.141916 -3.59742 m Global time : 13.0058 ns +Original momentum : -73.5418 154.898 -19.8792 keV +Vertex : -0.816909 -0.142444 -3.59745 m Global time : 13.0058 ns Current trajectory has 9 points. -Point[0] Position= (-817.059,-141.916,-3597.42) -Point[1] Position= (-819.763,-138.497,-3597.54) -Point[2] Position= (-823.535,-136.513,-3597.41) -Point[3] Position= (-825.982,-136.97,-3598.72) -Point[4] Position= (-825.062,-136.497,-3597.33) -Point[5] Position= (-824.865,-136.451,-3597.19) -Point[6] Position= (-825.682,-135.635,-3595.98) -Point[7] Position= (-825.737,-135.728,-3595.85) -Point[8] Position= (-825.754,-135.843,-3595.7) +Point[0] Position= (-816.909,-142.444,-3597.45) +Point[1] Position= (-819.613,-139.025,-3597.58) +Point[2] Position= (-823.384,-137.041,-3597.44) +Point[3] Position= (-825.832,-137.499,-3598.75) +Point[4] Position= (-824.911,-137.025,-3597.36) +Point[5] Position= (-824.714,-136.98,-3597.22) +Point[6] Position= (-825.532,-136.163,-3596.01) +Point[7] Position= (-825.586,-136.256,-3595.88) +Point[8] Position= (-825.603,-136.371,-3595.73) TrackID =188 : ParentID=114 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.7662 -16.409 -15.9909 keV -Vertex : -0.825737 -0.135728 -3.59585 m Global time : 13.1703 ns +Original momentum : -28.7662 -16.4089 -15.9909 keV +Vertex : -0.825586 -0.136256 -3.59588 m Global time : 13.1704 ns Current trajectory has 2 points. -Point[0] Position= (-825.737,-135.728,-3595.85) -Point[1] Position= (-825.765,-135.744,-3595.86) +Point[0] Position= (-825.586,-136.256,-3595.88) +Point[1] Position= (-825.614,-136.272,-3595.89) TrackID =187 : ParentID=114 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.8182 19.8736 -16.4233 keV -Vertex : -0.824865 -0.136451 -3.59719 m Global time : 13.1479 ns +Original momentum : 22.8183 19.8735 -16.4233 keV +Vertex : -0.824714 -0.13698 -3.59722 m Global time : 13.1479 ns Current trajectory has 2 points. -Point[0] Position= (-824.865,-136.451,-3597.19) -Point[1] Position= (-824.845,-136.435,-3597.2) +Point[0] Position= (-824.714,-136.98,-3597.22) +Point[1] Position= (-824.695,-136.963,-3597.23) TrackID =186 : ParentID=114 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.80522 -19.4499 34.5506 keV -Vertex : -0.825062 -0.136497 -3.59733 m Global time : 13.1441 ns +Original momentum : -5.80528 -19.4499 34.5506 keV +Vertex : -0.824911 -0.137025 -3.59736 m Global time : 13.1442 ns Current trajectory has 2 points. -Point[0] Position= (-825.062,-136.497,-3597.33) -Point[1] Position= (-825.069,-136.52,-3597.28) +Point[0] Position= (-824.911,-137.025,-3597.36) +Point[1] Position= (-824.918,-137.048,-3597.32) TrackID =113 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.7772 -1.84114 6.331 keV -Vertex : -0.803577 -0.139683 -3.53808 m Global time : 12.7912 ns +Original momentum : -32.7772 -1.84103 6.331 keV +Vertex : -0.803445 -0.140207 -3.53811 m Global time : 12.7913 ns Current trajectory has 2 points. -Point[0] Position= (-803.577,-139.683,-3538.08) -Point[1] Position= (-803.603,-139.685,-3538.08) +Point[0] Position= (-803.445,-140.207,-3538.11) +Point[1] Position= (-803.471,-140.208,-3538.1) TrackID =112 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.0724 -104.564 0.631815 keV -Vertex : -0.802476 -0.1395 -3.53323 m Global time : 12.7737 ns +Original momentum : -45.0727 -104.564 0.631817 keV +Vertex : -0.802345 -0.140023 -3.53326 m Global time : 12.7737 ns Current trajectory has 3 points. -Point[0] Position= (-802.476,-139.5,-3533.23) -Point[1] Position= (-802.862,-140.956,-3533.96) -Point[2] Position= (-802.984,-141.059,-3534.36) +Point[0] Position= (-802.345,-140.023,-3533.26) +Point[1] Position= (-802.73,-141.48,-3533.99) +Point[2] Position= (-802.852,-141.583,-3534.39) TrackID =111 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.5289 66.4473 -12.1926 keV -Vertex : -0.788815 -0.137178 -3.473 m Global time : 12.5559 ns +Original momentum : 19.5291 66.4472 -12.1926 keV +Vertex : -0.788672 -0.137718 -3.47302 m Global time : 12.5559 ns Current trajectory has 2 points. -Point[0] Position= (-788.815,-137.178,-3473) -Point[1] Position= (-788.726,-136.876,-3473.05) +Point[0] Position= (-788.672,-137.718,-3473.02) +Point[1] Position= (-788.583,-137.416,-3473.08) TrackID =110 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.1696 -7.20221 7.83893 keV -Vertex : -0.785393 -0.136602 -3.45791 m Global time : 12.5013 ns +Original momentum : -42.1696 -7.20208 7.83893 keV +Vertex : -0.785251 -0.137142 -3.45794 m Global time : 12.5014 ns Current trajectory has 2 points. -Point[0] Position= (-785.393,-136.602,-3457.91) -Point[1] Position= (-785.453,-136.613,-3457.9) +Point[0] Position= (-785.251,-137.142,-3457.94) +Point[1] Position= (-785.311,-137.152,-3457.93) TrackID =109 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -303.947 -44.916 -22.0445 keV -Vertex : -0.784542 -0.136459 -3.45416 m Global time : 12.4878 ns +Original momentum : -303.947 -44.915 -22.0445 keV +Vertex : -0.7844 -0.136999 -3.45419 m Global time : 12.4878 ns Current trajectory has 17 points. -Point[0] Position= (-784.542,-136.459,-3454.16) -Point[1] Position= (-793.022,-135.872,-3453.91) -Point[2] Position= (-798.447,-136.628,-3451.45) -Point[3] Position= (-809.93,-135.588,-3448.76) -Point[4] Position= (-813.742,-132.584,-3450.4) -Point[5] Position= (-830.706,-132.388,-3454.25) -Point[6] Position= (-834.039,-136.754,-3449.06) -Point[7] Position= (-839.998,-137.043,-3439.6) -Point[8] Position= (-843.698,-139.342,-3439.12) -Point[9] Position= (-847.133,-144.586,-3438.79) -Point[10] Position= (-847.45,-147.785,-3434.99) -Point[11] Position= (-845.837,-147.847,-3432.44) -Point[12] Position= (-844.829,-148.238,-3431.04) -Point[13] Position= (-843.429,-149.903,-3429.3) -Point[14] Position= (-844.847,-149.636,-3430.71) -Point[15] Position= (-845.322,-148.724,-3431.48) -Point[16] Position= (-845.364,-148.646,-3431.8) +Point[0] Position= (-784.4,-136.999,-3454.19) +Point[1] Position= (-792.879,-136.412,-3453.94) +Point[2] Position= (-798.304,-137.167,-3451.48) +Point[3] Position= (-809.787,-136.128,-3448.79) +Point[4] Position= (-813.599,-133.124,-3450.43) +Point[5] Position= (-830.564,-132.928,-3454.28) +Point[6] Position= (-833.896,-137.294,-3449.09) +Point[7] Position= (-839.855,-137.583,-3439.63) +Point[8] Position= (-843.555,-139.881,-3439.15) +Point[9] Position= (-846.99,-145.125,-3438.82) +Point[10] Position= (-847.307,-148.325,-3435.02) +Point[11] Position= (-845.695,-148.387,-3432.46) +Point[12] Position= (-844.687,-148.778,-3431.06) +Point[13] Position= (-843.287,-150.442,-3429.33) +Point[14] Position= (-844.704,-150.176,-3430.74) +Point[15] Position= (-845.179,-149.264,-3431.51) +Point[16] Position= (-845.222,-149.186,-3431.83) TrackID =198 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.044 -5.95703 9.17693 keV -Vertex : -0.844829 -0.148238 -3.43104 m Global time : 13.1222 ns +Original momentum : -30.044 -5.95694 9.17693 keV +Vertex : -0.844687 -0.148778 -3.43106 m Global time : 13.1222 ns Current trajectory has 2 points. -Point[0] Position= (-844.829,-148.238,-3431.04) -Point[1] Position= (-844.851,-148.242,-3431.03) +Point[0] Position= (-844.687,-148.778,-3431.06) +Point[1] Position= (-844.708,-148.782,-3431.06) TrackID =197 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.9788 -8.35336 -7.58387 keV -Vertex : -0.845837 -0.147847 -3.43244 m Global time : 13.1031 ns +Original momentum : 29.9788 -8.35346 -7.58387 keV +Vertex : -0.845695 -0.148387 -3.43246 m Global time : 13.1032 ns Current trajectory has 2 points. -Point[0] Position= (-845.837,-147.847,-3432.44) -Point[1] Position= (-845.815,-147.853,-3432.44) +Point[0] Position= (-845.695,-148.387,-3432.46) +Point[1] Position= (-845.673,-148.393,-3432.47) TrackID =196 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.1151 -43.5463 -57.1642 keV -Vertex : -0.847133 -0.144586 -3.43879 m Global time : 13.0281 ns +Original momentum : -44.1153 -43.5462 -57.1642 keV +Vertex : -0.84699 -0.145125 -3.43882 m Global time : 13.0282 ns Current trajectory has 2 points. -Point[0] Position= (-847.133,-144.586,-3438.79) -Point[1] Position= (-847.45,-144.899,-3439.2) +Point[0] Position= (-846.99,-145.125,-3438.82) +Point[1] Position= (-847.308,-145.439,-3439.23) TrackID =195 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -51.1552 8.05778 13.9827 keV -Vertex : -0.843698 -0.139342 -3.43912 m Global time : 12.9775 ns +Original momentum : -51.1551 8.05794 13.9827 keV +Vertex : -0.843555 -0.139881 -3.43915 m Global time : 12.9775 ns Current trajectory has 2 points. -Point[0] Position= (-843.698,-139.342,-3439.12) -Point[1] Position= (-843.816,-139.323,-3439.09) +Point[0] Position= (-843.555,-139.881,-3439.15) +Point[1] Position= (-843.674,-139.862,-3439.12) TrackID =194 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.0933 -11.3847 24.6173 keV -Vertex : -0.834039 -0.136754 -3.44906 m Global time : 12.8598 ns +Original momentum : 47.0933 -11.3849 24.6173 keV +Vertex : -0.833896 -0.137294 -3.44909 m Global time : 12.8598 ns Current trajectory has 2 points. -Point[0] Position= (-834.039,-136.754,-3449.06) -Point[1] Position= (-833.926,-136.782,-3449) +Point[0] Position= (-833.896,-137.294,-3449.09) +Point[1] Position= (-833.783,-137.321,-3449.03) TrackID =193 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.3032 -8.28086 -29.6824 keV -Vertex : -0.830706 -0.132388 -3.45425 m Global time : 12.8062 ns +Original momentum : -28.3032 -8.28077 -29.6824 keV +Vertex : -0.830564 -0.132928 -3.45428 m Global time : 12.8063 ns Current trajectory has 2 points. -Point[0] Position= (-830.706,-132.388,-3454.25) -Point[1] Position= (-830.743,-132.399,-3454.29) +Point[0] Position= (-830.564,-132.928,-3454.28) +Point[1] Position= (-830.601,-132.938,-3454.32) TrackID =192 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.23925 -3.1396 -43.2311 keV -Vertex : -0.813742 -0.132584 -3.4504 m Global time : 12.6923 ns +Original momentum : 7.23924 -3.13962 -43.2311 keV +Vertex : -0.813599 -0.133124 -3.45043 m Global time : 12.6923 ns Current trajectory has 2 points. -Point[0] Position= (-813.742,-132.584,-3450.4) -Point[1] Position= (-813.731,-132.589,-3450.46) +Point[0] Position= (-813.599,-133.124,-3450.43) +Point[1] Position= (-813.589,-133.128,-3450.49) TrackID =191 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.1063 1.85074 34.4423 keV -Vertex : -0.80993 -0.135588 -3.44876 m Global time : 12.6577 ns +Original momentum : -10.1062 1.85077 34.4423 keV +Vertex : -0.809787 -0.136128 -3.44879 m Global time : 12.6577 ns Current trajectory has 2 points. -Point[0] Position= (-809.93,-135.588,-3448.76) -Point[1] Position= (-809.939,-135.586,-3448.73) +Point[0] Position= (-809.787,-136.128,-3448.79) +Point[1] Position= (-809.796,-136.126,-3448.76) TrackID =190 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.83406 -7.84122 52.2107 keV -Vertex : -0.798447 -0.136628 -3.45145 m Global time : 12.5798 ns +Original momentum : 4.83403 -7.84124 52.2107 keV +Vertex : -0.798304 -0.137167 -3.45148 m Global time : 12.5799 ns Current trajectory has 2 points. -Point[0] Position= (-798.447,-136.628,-3451.45) -Point[1] Position= (-798.436,-136.645,-3451.33) +Point[0] Position= (-798.304,-137.167,-3451.48) +Point[1] Position= (-798.293,-137.185,-3451.36) TrackID =189 : ParentID=109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.7513 21.8863 -21.7027 keV -Vertex : -0.793022 -0.135872 -3.45391 m Global time : 12.5412 ns +Original momentum : -10.7512 21.8863 -21.7027 keV +Vertex : -0.792879 -0.136412 -3.45394 m Global time : 12.5412 ns Current trajectory has 2 points. -Point[0] Position= (-793.022,-135.872,-3453.91) -Point[1] Position= (-793.03,-135.856,-3453.93) +Point[0] Position= (-792.879,-136.412,-3453.94) +Point[1] Position= (-792.887,-136.396,-3453.96) TrackID =108 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 61.4857 -48.8283 -19.0095 keV -Vertex : -0.781678 -0.135982 -3.44158 m Global time : 12.4423 ns +Original momentum : 61.4855 -48.8285 -19.0095 keV +Vertex : -0.781537 -0.136519 -3.44161 m Global time : 12.4424 ns Current trajectory has 2 points. -Point[0] Position= (-781.678,-135.982,-3441.58) -Point[1] Position= (-781.281,-136.297,-3441.71) +Point[0] Position= (-781.537,-136.519,-3441.61) +Point[1] Position= (-781.139,-136.835,-3441.73) TrackID =107 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.7908 -23.0003 -5.18314 keV -Vertex : -0.779849 -0.135676 -3.43355 m Global time : 12.4133 ns +Original momentum : 21.7907 -23.0003 -5.18314 keV +Vertex : -0.779708 -0.136214 -3.43358 m Global time : 12.4133 ns Current trajectory has 2 points. -Point[0] Position= (-779.849,-135.676,-3433.55) -Point[1] Position= (-779.833,-135.693,-3433.55) +Point[0] Position= (-779.708,-136.214,-3433.58) +Point[1] Position= (-779.692,-136.23,-3433.58) TrackID =106 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -68.1638 -210.765 -26.891 keV -Vertex : -0.776943 -0.135191 -3.4208 m Global time : 12.3671 ns +Original momentum : -68.1645 -210.765 -26.891 keV +Vertex : -0.776802 -0.135728 -3.42082 m Global time : 12.3672 ns Current trajectory has 11 points. -Point[0] Position= (-776.943,-135.191,-3420.8) -Point[1] Position= (-777.005,-135.392,-3420.84) -Point[2] Position= (-777.812,-139.864,-3421.39) -Point[3] Position= (-776.139,-146.32,-3426.07) -Point[4] Position= (-778.771,-151.841,-3425.15) -Point[5] Position= (-780.08,-156.14,-3428.17) -Point[6] Position= (-779.885,-159.689,-3429.75) -Point[7] Position= (-782.982,-159.403,-3430.98) -Point[8] Position= (-784.386,-160.534,-3430.44) -Point[9] Position= (-784.963,-160.946,-3430.84) -Point[10] Position= (-785.172,-160.77,-3430.62) +Point[0] Position= (-776.802,-135.728,-3420.82) +Point[1] Position= (-776.864,-135.929,-3420.87) +Point[2] Position= (-777.671,-140.401,-3421.42) +Point[3] Position= (-775.998,-146.857,-3426.09) +Point[4] Position= (-778.63,-152.378,-3425.18) +Point[5] Position= (-779.939,-156.677,-3428.2) +Point[6] Position= (-779.744,-160.226,-3429.78) +Point[7] Position= (-782.841,-159.94,-3431.01) +Point[8] Position= (-784.245,-161.071,-3430.46) +Point[9] Position= (-784.822,-161.483,-3430.86) +Point[10] Position= (-785.032,-161.307,-3430.64) TrackID =202 : ParentID=106 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.5238 21.9751 -39.8593 keV -Vertex : -0.784963 -0.160946 -3.43084 m Global time : 12.6796 ns +Original momentum : -23.5238 21.9752 -39.8593 keV +Vertex : -0.784822 -0.161483 -3.43086 m Global time : 12.6796 ns Current trajectory has 3 points. -Point[0] Position= (-784.963,-160.946,-3430.84) -Point[1] Position= (-784.97,-160.922,-3430.86) -Point[2] Position= (-784.977,-160.914,-3430.88) +Point[0] Position= (-784.822,-161.483,-3430.86) +Point[1] Position= (-784.83,-161.459,-3430.89) +Point[2] Position= (-784.836,-161.451,-3430.9) TrackID =201 : ParentID=106 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.2599 14.7816 -27.1601 keV -Vertex : -0.784386 -0.160534 -3.43044 m Global time : 12.6674 ns +Original momentum : -18.2598 14.7817 -27.1601 keV +Vertex : -0.784245 -0.161071 -3.43046 m Global time : 12.6674 ns Current trajectory has 2 points. -Point[0] Position= (-784.386,-160.534,-3430.44) -Point[1] Position= (-784.402,-160.521,-3430.46) +Point[0] Position= (-784.245,-161.071,-3430.46) +Point[1] Position= (-784.262,-161.058,-3430.49) TrackID =200 : ParentID=106 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.512 5.03582 -30.3784 keV -Vertex : -0.777812 -0.139864 -3.42139 m Global time : 12.4065 ns +Original momentum : 25.512 5.03574 -30.3784 keV +Vertex : -0.777671 -0.140401 -3.42142 m Global time : 12.4065 ns Current trajectory has 2 points. -Point[0] Position= (-777.812,-139.864,-3421.39) -Point[1] Position= (-777.782,-139.858,-3421.43) +Point[0] Position= (-777.671,-140.401,-3421.42) +Point[1] Position= (-777.641,-140.395,-3421.46) TrackID =199 : ParentID=106 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.1134 -13.0378 34.5119 keV -Vertex : -0.777005 -0.135392 -3.42084 m Global time : 12.3689 ns +Original momentum : 1.11336 -13.0378 34.5119 keV +Vertex : -0.776864 -0.135929 -3.42087 m Global time : 12.369 ns Current trajectory has 2 points. -Point[0] Position= (-777.005,-135.392,-3420.84) -Point[1] Position= (-777.004,-135.405,-3420.8) +Point[0] Position= (-776.864,-135.929,-3420.87) +Point[1] Position= (-776.863,-135.942,-3420.83) TrackID =105 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.20705 36.134 -2.28175 keV -Vertex : -0.771231 -0.134223 -3.39568 m Global time : 12.2763 ns +Original momentum : -2.20694 36.134 -2.28175 keV +Vertex : -0.77109 -0.13476 -3.39571 m Global time : 12.2764 ns Current trajectory has 2 points. -Point[0] Position= (-771.231,-134.223,-3395.68) -Point[1] Position= (-771.233,-134.189,-3395.68) +Point[0] Position= (-771.09,-134.76,-3395.71) +Point[1] Position= (-771.092,-134.726,-3395.71) TrackID =104 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.7259 -36.4339 -2.57417 keV -Vertex : -0.759162 -0.132189 -3.34264 m Global time : 12.0846 ns +Original momentum : 10.7258 -36.4339 -2.57417 keV +Vertex : -0.759022 -0.132726 -3.34267 m Global time : 12.0846 ns Current trajectory has 2 points. -Point[0] Position= (-759.162,-132.189,-3342.64) -Point[1] Position= (-759.151,-132.227,-3342.64) +Point[0] Position= (-759.022,-132.726,-3342.67) +Point[1] Position= (-759.01,-132.765,-3342.67) TrackID =103 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.2026 8.41409 -10.1513 keV -Vertex : -0.745828 -0.129939 -3.28416 m Global time : 11.8731 ns +Original momentum : 36.2026 8.41397 -10.1513 keV +Vertex : -0.745688 -0.130477 -3.28419 m Global time : 11.8732 ns Current trajectory has 2 points. -Point[0] Position= (-745.828,-129.939,-3284.16) -Point[1] Position= (-745.788,-129.93,-3284.17) +Point[0] Position= (-745.688,-130.477,-3284.19) +Point[1] Position= (-745.649,-130.467,-3284.2) TrackID =102 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 136.283 128.115 -77.902 keV -Vertex : -0.680135 -0.118929 -2.99585 m Global time : 10.8306 ns +Vertex : -0.679971 -0.119232 -2.99589 m Global time : 10.8306 ns Current trajectory has 9 points. -Point[0] Position= (-680.135,-118.929,-2995.85) -Point[1] Position= (-673.916,-117.023,-2999.18) -Point[2] Position= (-673.059,-116.532,-3000.93) -Point[3] Position= (-669.406,-116.105,-3003.24) -Point[4] Position= (-666.348,-114.826,-3003.01) -Point[5] Position= (-664.212,-115.51,-3002.61) -Point[6] Position= (-662.52,-115.234,-3003.36) -Point[7] Position= (-661.525,-114.97,-3004.34) -Point[8] Position= (-661.598,-114.967,-3004.4) +Point[0] Position= (-679.971,-119.232,-2995.89) +Point[1] Position= (-673.752,-117.326,-2999.23) +Point[2] Position= (-672.895,-116.835,-3000.97) +Point[3] Position= (-669.243,-116.408,-3003.29) +Point[4] Position= (-666.184,-115.129,-3003.05) +Point[5] Position= (-664.049,-115.813,-3002.65) +Point[6] Position= (-662.356,-115.538,-3003.4) +Point[7] Position= (-661.362,-115.273,-3004.38) +Point[8] Position= (-661.435,-115.271,-3004.44) TrackID =205 : ParentID=102 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.5379 12.4044 30.3825 keV -Vertex : -0.66252 -0.115234 -3.00336 m Global time : 11.0373 ns +Original momentum : 12.538 12.4043 30.3825 keV +Vertex : -0.662356 -0.115538 -3.0034 m Global time : 11.0374 ns Current trajectory has 2 points. -Point[0] Position= (-662.52,-115.234,-3003.36) -Point[1] Position= (-662.508,-115.223,-3003.33) +Point[0] Position= (-662.356,-115.538,-3003.4) +Point[1] Position= (-662.345,-115.527,-3003.37) TrackID =204 : ParentID=102 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.01524 31.3032 -13.5032 keV -Vertex : -0.664212 -0.11551 -3.00261 m Global time : 11.0136 ns +Original momentum : 5.01534 31.3032 -13.5032 keV +Vertex : -0.664049 -0.115813 -3.00265 m Global time : 11.0137 ns Current trajectory has 2 points. -Point[0] Position= (-664.212,-115.51,-3002.61) -Point[1] Position= (-664.208,-115.483,-3002.62) +Point[0] Position= (-664.049,-115.813,-3002.65) +Point[1] Position= (-664.045,-115.786,-3002.67) TrackID =203 : ParentID=102 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.2764 -67.3021 -9.65733 keV -Vertex : -0.673916 -0.117023 -2.99918 m Global time : 10.8909 ns +Original momentum : 50.2762 -67.3022 -9.65733 keV +Vertex : -0.673752 -0.117326 -2.99923 m Global time : 10.891 ns Current trajectory has 3 points. -Point[0] Position= (-673.916,-117.023,-2999.18) -Point[1] Position= (-674.073,-117.828,-2999.28) -Point[2] Position= (-674.212,-117.767,-2999.17) +Point[0] Position= (-673.752,-117.326,-2999.23) +Point[1] Position= (-673.91,-118.131,-2999.33) +Point[2] Position= (-674.048,-118.07,-2999.21) TrackID =206 : ParentID=203 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.81737 -25.8776 22.4656 keV -Vertex : -0.674073 -0.117828 -2.99928 m Global time : 10.9024 ns +Original momentum : 6.81729 -25.8777 22.4656 keV +Vertex : -0.67391 -0.118131 -2.99933 m Global time : 10.9024 ns Current trajectory has 2 points. -Point[0] Position= (-674.073,-117.828,-2999.28) -Point[1] Position= (-674.067,-117.851,-2999.27) +Point[0] Position= (-673.91,-118.131,-2999.33) +Point[1] Position= (-673.904,-118.154,-2999.31) TrackID =101 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.8246 29.255 1.50123 keV -Vertex : -0.656545 -0.11497 -2.89206 m Global time : 10.4553 ns +Original momentum : -16.8245 29.2551 1.50123 keV +Vertex : -0.656382 -0.115271 -2.8921 m Global time : 10.4554 ns Current trajectory has 2 points. -Point[0] Position= (-656.545,-114.97,-2892.06) -Point[1] Position= (-656.558,-114.946,-2892.06) +Point[0] Position= (-656.382,-115.271,-2892.1) +Point[1] Position= (-656.396,-115.247,-2892.1) TrackID =100 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.2769 54.3929 -14.1544 keV -Vertex : -0.642535 -0.112604 -2.83043 m Global time : 10.2325 ns +Original momentum : 33.2771 54.3928 -14.1544 keV +Vertex : -0.64236 -0.112907 -2.83047 m Global time : 10.2326 ns Current trajectory has 2 points. -Point[0] Position= (-642.535,-112.604,-2830.43) -Point[1] Position= (-642.409,-112.398,-2830.48) +Point[0] Position= (-642.36,-112.907,-2830.47) +Point[1] Position= (-642.235,-112.702,-2830.53) TrackID =99 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.0033 -32.2373 -2.73959 keV -Vertex : -0.612387 -0.107435 -2.69758 m Global time : 9.75222 ns +Original momentum : 12.0032 -32.2373 -2.73959 keV +Vertex : -0.612183 -0.107808 -2.69763 m Global time : 9.75228 ns Current trajectory has 2 points. -Point[0] Position= (-612.387,-107.435,-2697.58) -Point[1] Position= (-612.377,-107.463,-2697.58) +Point[0] Position= (-612.183,-107.808,-2697.63) +Point[1] Position= (-612.172,-107.836,-2697.63) TrackID =98 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.0713 61.0846 -11.4604 keV -Vertex : -0.58076 -0.102026 -2.55849 m Global time : 9.24935 ns +Original momentum : 20.0715 61.0846 -11.4604 keV +Vertex : -0.580616 -0.102399 -2.55853 m Global time : 9.24941 ns Current trajectory has 2 points. -Point[0] Position= (-580.76,-102.026,-2558.49) -Point[1] Position= (-580.684,-101.795,-2558.53) +Point[0] Position= (-580.616,-102.399,-2558.53) +Point[1] Position= (-580.54,-102.168,-2558.57) TrackID =97 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.0873 30.6652 1.74893 keV -Vertex : -0.578592 -0.101651 -2.54894 m Global time : 9.21481 ns +Original momentum : -19.0872 30.6653 1.74893 keV +Vertex : -0.578447 -0.102025 -2.54897 m Global time : 9.21487 ns Current trajectory has 2 points. -Point[0] Position= (-578.592,-101.651,-2548.94) -Point[1] Position= (-578.609,-101.622,-2548.94) +Point[0] Position= (-578.447,-102.025,-2548.97) +Point[1] Position= (-578.465,-101.996,-2548.97) TrackID =96 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.3815 -28.4619 -3.49679 keV -Vertex : -0.559586 -0.0983792 -2.46526 m Global time : 8.91227 ns +Original momentum : 15.3814 -28.462 -3.49679 keV +Vertex : -0.559451 -0.0987436 -2.46529 m Global time : 8.91233 ns Current trajectory has 2 points. -Point[0] Position= (-559.586,-98.3792,-2465.26) -Point[1] Position= (-559.574,-98.4005,-2465.26) +Point[0] Position= (-559.451,-98.7436,-2465.29) +Point[1] Position= (-559.439,-98.7649,-2465.29) TrackID =95 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.9826 -39.513 6.21749 keV -Vertex : -0.556565 -0.0978563 -2.45196 m Global time : 8.86422 ns +Original momentum : -32.9827 -39.5129 6.2175 keV +Vertex : -0.556432 -0.09822 -2.452 m Global time : 8.86427 ns Current trajectory has 2 points. -Point[0] Position= (-556.565,-97.8563,-2451.96) -Point[1] Position= (-556.636,-97.941,-2451.95) +Point[0] Position= (-556.432,-98.22,-2452) +Point[1] Position= (-556.502,-98.3046,-2451.98) TrackID =94 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 27.8874 29.2322 -9.31429 keV -Vertex : -0.553112 -0.0972565 -2.43678 m Global time : 8.80931 ns +Vertex : -0.552979 -0.0976186 -2.43681 m Global time : 8.80937 ns Current trajectory has 2 points. -Point[0] Position= (-553.112,-97.2565,-2436.78) -Point[1] Position= (-553.076,-97.2192,-2436.79) +Point[0] Position= (-552.979,-97.6186,-2436.81) +Point[1] Position= (-552.943,-97.5814,-2436.82) TrackID =93 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -46.0686 33.9343 5.63762 keV -Vertex : -0.542262 -0.0953669 -2.3891 m Global time : 8.63693 ns +Original momentum : -46.0685 33.9344 5.63762 keV +Vertex : -0.542138 -0.095729 -2.38914 m Global time : 8.63699 ns Current trajectory has 2 points. -Point[0] Position= (-542.262,-95.3669,-2389.1) -Point[1] Position= (-542.389,-95.2734,-2389.09) +Point[0] Position= (-542.138,-95.729,-2389.14) +Point[1] Position= (-542.265,-95.6355,-2389.12) TrackID =92 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.0484 -34.096 -4.07413 keV -Vertex : -0.535364 -0.0941607 -2.3588 m Global time : 8.52735 ns +Original momentum : 17.0482 -34.096 -4.07413 keV +Vertex : -0.535244 -0.0945214 -2.35883 m Global time : 8.52741 ns Current trajectory has 2 points. -Point[0] Position= (-535.364,-94.1607,-2358.8) -Point[1] Position= (-535.346,-94.1973,-2358.8) +Point[0] Position= (-535.244,-94.5214,-2358.83) +Point[1] Position= (-535.226,-94.5579,-2358.83) TrackID =91 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.1673 -20.078 -9.32986 keV -Vertex : -0.47012 -0.0830898 -2.07208 m Global time : 7.49071 ns +Original momentum : 36.1673 -20.0781 -9.32987 keV +Vertex : -0.470019 -0.0830774 -2.07212 m Global time : 7.49077 ns Current trajectory has 2 points. -Point[0] Position= (-470.12,-83.0898,-2072.08) -Point[1] Position= (-470.071,-83.1167,-2072.09) +Point[0] Position= (-470.019,-83.0774,-2072.12) +Point[1] Position= (-469.97,-83.1043,-2072.13) TrackID =90 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.0533 32.1858 1.58767 keV -Vertex : -0.433121 -0.0767062 -1.90924 m Global time : 6.90197 ns +Original momentum : -19.0532 32.1858 1.58767 keV +Vertex : -0.433056 -0.0767036 -1.90927 m Global time : 6.90203 ns Current trajectory has 2 points. -Point[0] Position= (-433.121,-76.7062,-1909.24) -Point[1] Position= (-433.141,-76.6735,-1909.24) +Point[0] Position= (-433.056,-76.7036,-1909.27) +Point[1] Position= (-433.075,-76.6709,-1909.27) TrackID =89 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.9788 32.2499 2.09987 keV -Vertex : -0.401401 -0.0712129 -1.76899 m Global time : 6.39506 ns +Original momentum : -21.9787 32.2499 2.09987 keV +Vertex : -0.401295 -0.0712414 -1.76903 m Global time : 6.39512 ns Current trajectory has 2 points. -Point[0] Position= (-401.401,-71.2129,-1768.99) -Point[1] Position= (-401.425,-71.1768,-1768.99) +Point[0] Position= (-401.295,-71.2414,-1769.03) +Point[1] Position= (-401.32,-71.2054,-1769.03) TrackID =88 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.7252 -16.3622 -7.0796 keV -Vertex : -0.366524 -0.0652389 -1.61486 m Global time : 5.83795 ns +Original momentum : 28.7251 -16.3623 -7.0796 keV +Vertex : -0.366429 -0.0652521 -1.6149 m Global time : 5.83801 ns Current trajectory has 2 points. -Point[0] Position= (-366.524,-65.2389,-1614.86) -Point[1] Position= (-366.501,-65.2522,-1614.87) +Point[0] Position= (-366.429,-65.2521,-1614.9) +Point[1] Position= (-366.406,-65.2654,-1614.91) TrackID =87 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.3901 44.5211 -6.59962 keV -Vertex : -0.366186 -0.0651804 -1.61337 m Global time : 5.83255 ns +Original momentum : 11.3902 44.521 -6.59962 keV +Vertex : -0.366091 -0.0651937 -1.61341 m Global time : 5.8326 ns Current trajectory has 2 points. -Point[0] Position= (-366.186,-65.1804,-1613.37) -Point[1] Position= (-366.167,-65.107,-1613.38) +Point[0] Position= (-366.091,-65.1937,-1613.41) +Point[1] Position= (-366.072,-65.1203,-1613.42) TrackID =86 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -65.6798 -28.6576 10.511 keV -Vertex : -0.355538 -0.0633467 -1.56646 m Global time : 5.66296 ns +Original momentum : -65.6799 -28.6574 10.511 keV +Vertex : -0.355452 -0.0633565 -1.56649 m Global time : 5.66302 ns Current trajectory has 2 points. -Point[0] Position= (-355.538,-63.3467,-1566.46) -Point[1] Position= (-355.86,-63.4871,-1566.41) +Point[0] Position= (-355.452,-63.3565,-1566.49) +Point[1] Position= (-355.774,-63.4969,-1566.44) TrackID =85 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 51.0141 -30.2465 -14.3302 keV -Vertex : -0.341888 -0.060964 -1.50639 m Global time : 5.4458 ns +Original momentum : 51.014 -30.2467 -14.3302 keV +Vertex : -0.341804 -0.0609747 -1.50643 m Global time : 5.44586 ns Current trajectory has 2 points. -Point[0] Position= (-341.888,-60.964,-1506.39) -Point[1] Position= (-341.726,-61.0604,-1506.44) +Point[0] Position= (-341.804,-60.9747,-1506.43) +Point[1] Position= (-341.641,-61.0711,-1506.47) TrackID =84 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.4726 -26.3386 -4.81332 keV -Vertex : -0.337843 -0.0602632 -1.48859 m Global time : 5.38142 ns +Original momentum : 20.4725 -26.3387 -4.81332 keV +Vertex : -0.337759 -0.0602715 -1.48862 m Global time : 5.38148 ns Current trajectory has 2 points. -Point[0] Position= (-337.843,-60.2632,-1488.59) -Point[1] Position= (-337.827,-60.2845,-1488.59) +Point[0] Position= (-337.759,-60.2715,-1488.62) +Point[1] Position= (-337.742,-60.2927,-1488.63) TrackID =83 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.5656 25.5369 -10.0088 keV -Vertex : -0.288743 -0.051742 -1.27204 m Global time : 4.59863 ns +Original momentum : 31.5657 25.5368 -10.0088 keV +Vertex : -0.288671 -0.0517754 -1.27207 m Global time : 4.59869 ns Current trajectory has 2 points. -Point[0] Position= (-288.743,-51.742,-1272.04) -Point[1] Position= (-288.702,-51.7088,-1272.05) +Point[0] Position= (-288.671,-51.7754,-1272.07) +Point[1] Position= (-288.63,-51.7423,-1272.08) TrackID =82 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.24097 52.4667 -3.822 keV -Vertex : -0.288661 -0.0517278 -1.27168 m Global time : 4.59732 ns +Original momentum : -5.2408 52.4667 -3.822 keV +Vertex : -0.288589 -0.0517612 -1.27171 m Global time : 4.59738 ns Current trajectory has 2 points. -Point[0] Position= (-288.661,-51.7278,-1271.68) -Point[1] Position= (-288.672,-51.61,-1271.68) +Point[0] Position= (-288.589,-51.7612,-1271.71) +Point[1] Position= (-288.6,-51.6434,-1271.72) TrackID =81 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.8022 -38.2614 -4.17077 keV -Vertex : -0.274665 -0.0493075 -1.20989 m Global time : 4.37399 ns +Original momentum : 16.8021 -38.2615 -4.17077 keV +Vertex : -0.274593 -0.0493353 -1.20993 m Global time : 4.37405 ns Current trajectory has 2 points. -Point[0] Position= (-274.665,-49.3075,-1209.89) -Point[1] Position= (-274.643,-49.3577,-1209.9) +Point[0] Position= (-274.593,-49.3353,-1209.93) +Point[1] Position= (-274.571,-49.3855,-1209.93) TrackID =80 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 43.6782 -10.8147 -11.7553 keV -Vertex : -0.236825 -0.0427149 -1.04296 m Global time : 3.77056 ns +Original momentum : 43.6781 -10.8148 -11.7553 keV +Vertex : -0.236758 -0.0427606 -1.04299 m Global time : 3.77062 ns Current trajectory has 2 points. -Point[0] Position= (-236.825,-42.7149,-1042.96) -Point[1] Position= (-236.753,-42.7328,-1042.98) +Point[0] Position= (-236.758,-42.7606,-1042.99) +Point[1] Position= (-236.686,-42.7785,-1043.01) TrackID =79 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.69542 -45.5043 -1.96373 keV -Vertex : -0.232246 -0.0419197 -1.02274 m Global time : 3.69748 ns +Original momentum : 6.69527 -45.5043 -1.96373 keV +Vertex : -0.232178 -0.0419635 -1.02278 m Global time : 3.69754 ns Current trajectory has 2 points. -Point[0] Position= (-232.246,-41.9197,-1022.74) -Point[1] Position= (-232.235,-41.9932,-1022.75) +Point[0] Position= (-232.178,-41.9635,-1022.78) +Point[1] Position= (-232.167,-42.037,-1022.78) TrackID =78 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.3594 42.4352 3.44659 keV -Vertex : -22.0651 -3.99321 -97.158 cm Global time : 3.51254 ns +Original momentum : -37.3593 42.4353 3.44659 keV +Vertex : -22.0583 -3.99717 -97.1604 cm Global time : 3.51258 ns Current trajectory has 2 points. -Point[0] Position= (-220.651,-39.9321,-971.58) -Point[1] Position= (-220.714,-39.8607,-971.574) +Point[0] Position= (-220.583,-39.9717,-971.604) +Point[1] Position= (-220.646,-39.9004,-971.599) TrackID =77 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.4365 -32.7962 -3.06532 keV -Vertex : -19.9769 -3.62245 -87.9565 cm Global time : 3.1799 ns +Original momentum : 13.4364 -32.7963 -3.06532 keV +Vertex : -19.974 -3.63374 -87.9578 cm Global time : 3.17993 ns Current trajectory has 2 points. -Point[0] Position= (-199.769,-36.2245,-879.565) -Point[1] Position= (-199.76,-36.2462,-879.567) +Point[0] Position= (-199.74,-36.3374,-879.578) +Point[1] Position= (-199.731,-36.3591,-879.58) TrackID =76 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -15.1325 -29.08 3.48516 keV -Vertex : -15.9829 -2.88946 -70.3032 cm Global time : 2.54178 ns +Vertex : -15.9797 -2.90046 -70.3034 cm Global time : 2.54178 ns Current trajectory has 2 points. -Point[0] Position= (-159.829,-28.8946,-703.032) -Point[1] Position= (-159.841,-28.917,-703.029) +Point[0] Position= (-159.797,-29.0046,-703.034) +Point[1] Position= (-159.809,-29.027,-703.032) TrackID =75 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 41.9999 -21.8084 -11.1002 keV -Vertex : -14.1364 -2.54931 -62.1503 cm Global time : 2.24705 ns +Vertex : -14.134 -2.56042 -62.1504 cm Global time : 2.24705 ns Current trajectory has 2 points. -Point[0] Position= (-141.364,-25.4931,-621.503) -Point[1] Position= (-141.287,-25.5332,-621.523) +Point[0] Position= (-141.34,-25.6042,-621.504) +Point[1] Position= (-141.263,-25.6442,-621.524) TrackID =74 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -3.3873 -42.4895 0.609851 keV -Vertex : -13.7465 -2.47777 -60.4285 cm Global time : 2.18481 ns +Vertex : -13.7441 -2.48887 -60.4286 cm Global time : 2.18481 ns Current trajectory has 2 points. -Point[0] Position= (-137.465,-24.7777,-604.285) -Point[1] Position= (-137.469,-24.8353,-604.284) +Point[0] Position= (-137.441,-24.8887,-604.286) +Point[1] Position= (-137.445,-24.9463,-604.285) TrackID =73 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -41.2475 53.2774 2.35465 keV -Vertex : -12.2495 -2.20357 -53.8293 cm Global time : 1.94624 ns +Vertex : -12.2487 -2.21451 -53.8291 cm Global time : 1.94624 ns Current trajectory has 3 points. -Point[0] Position= (-122.495,-22.0357,-538.293) -Point[1] Position= (-122.304,-21.5423,-538.264) -Point[2] Position= (-122.303,-21.5417,-538.258) +Point[0] Position= (-122.487,-22.1451,-538.291) +Point[1] Position= (-122.296,-21.6517,-538.262) +Point[2] Position= (-122.295,-21.6512,-538.256) TrackID =72 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 41.0443 47.2238 -15.6667 keV -Vertex : -11.2835 -2.02699 -49.573 cm Global time : 1.79237 ns +Vertex : -11.2833 -2.03779 -49.5726 cm Global time : 1.79237 ns Current trajectory has 2 points. -Point[0] Position= (-112.835,-20.2699,-495.73) -Point[1] Position= (-112.685,-20.0971,-495.788) +Point[0] Position= (-112.833,-20.3779,-495.726) +Point[1] Position= (-112.683,-20.2051,-495.784) TrackID =71 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -16.6638 -40.9482 3.4045 keV -Vertex : -9.79587 -1.75432 -43.0182 cm Global time : 1.5554 ns +Vertex : -9.79588 -1.76567 -43.0178 cm Global time : 1.5554 ns Current trajectory has 2 points. -Point[0] Position= (-97.9587,-17.5432,-430.182) -Point[1] Position= (-97.9834,-17.6039,-430.177) +Point[0] Position= (-97.9588,-17.6567,-430.178) +Point[1] Position= (-97.9835,-17.7174,-430.173) TrackID =70 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -33.3237 14.3423 5.56536 keV -Vertex : -9.13088 -1.63254 -40.0928 cm Global time : 1.44963 ns +Vertex : -9.13088 -1.6439 -40.0924 cm Global time : 1.44963 ns Current trajectory has 2 points. -Point[0] Position= (-91.3088,-16.3254,-400.928) -Point[1] Position= (-91.3412,-16.3115,-400.923) +Point[0] Position= (-91.3088,-16.439,-400.924) +Point[1] Position= (-91.3412,-16.425,-400.918) TrackID =69 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 37.3105 10.6336 -10.6448 keV -Vertex : -5.55106 -0.998757 -24.4315 cm Global time : 883.266 ps +Vertex : -5.56099 -0.996748 -24.4294 cm Global time : 883.266 ps Current trajectory has 2 points. -Point[0] Position= (-55.5106,-9.98757,-244.315) -Point[1] Position= (-55.4661,-9.9749,-244.328) +Point[0] Position= (-55.6099,-9.96748,-244.294) +Point[1] Position= (-55.5654,-9.9548,-244.306) TrackID =68 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -12.8131 -43.1957 2.52205 keV -Vertex : -4.60836 -0.830637 -20.2931 cm Global time : 733.633 ps +Vertex : -4.61831 -0.828525 -20.291 cm Global time : 733.633 ps Current trajectory has 2 points. -Point[0] Position= (-46.0836,-8.30637,-202.931) -Point[1] Position= (-46.1034,-8.37305,-202.928) +Point[0] Position= (-46.1831,-8.28525,-202.91) +Point[1] Position= (-46.2029,-8.35192,-202.906) TrackID =67 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 45.7832 9.30034 -13.3073 keV -Vertex : -4.31723 -0.778722 -19.0165 cm Global time : 687.472 ps +Vertex : -4.32737 -0.776539 -19.0143 cm Global time : 687.472 ps Current trajectory has 3 points. -Point[0] Position= (-43.1723,-7.78722,-190.165) -Point[1] Position= (-43.1073,-7.81637,-190.273) -Point[2] Position= (-43.1096,-7.82407,-190.272) +Point[0] Position= (-43.2737,-7.76539,-190.143) +Point[1] Position= (-43.2086,-7.79454,-190.25) +Point[2] Position= (-43.2109,-7.80224,-190.25) TrackID =66 : ParentID=65 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -41.2449 19.3049 6.36584 keV -Vertex : -3.43195 -0.619959 -15.1303 cm Global time : 546.957 ps +Vertex : -3.4428 -0.618425 -15.1279 cm Global time : 546.957 ps Current trajectory has 2 points. -Point[0] Position= (-34.3195,-6.19959,-151.303) -Point[1] Position= (-34.386,-6.16847,-151.293) +Point[0] Position= (-34.428,-6.18425,-151.279) +Point[1] Position= (-34.4945,-6.15313,-151.269) TrackID =64 : ParentID=62 : TrackStatus=1 Particle name : pi+ PDG code : 211 Charge : 1 @@ -4307,621 +4519,621 @@ Original momentum : 48.1834 7.89272 -565.929 MeV Vertex : -1.88943e-295 -1.54061e-296 1.33116e-293 fm Global time : 6.40539e-305 ps Current trajectory has 62 points. Point[0] Position= (-1.88943e-307,-1.54061e-308,1.33116e-305) -Point[1] Position= (11.2018,1.87926,-131.623) -Point[2] Position= (26.9873,4.47878,-317.119) -Point[3] Position= (40.3293,6.81343,-473.737) -Point[4] Position= (48.4527,8.27208,-569.184) -Point[5] Position= (48.493,8.27933,-569.659) -Point[6] Position= (65.0813,11.1923,-764.737) -Point[7] Position= (66.5863,11.4602,-782.295) -Point[8] Position= (74.0137,12.7745,-869.069) -Point[9] Position= (82.7915,14.3455,-970.99) -Point[10] Position= (103.206,17.9787,-1208.48) -Point[11] Position= (109.499,19.0377,-1282.07) -Point[12] Position= (111.511,19.3715,-1305.47) -Point[13] Position= (115.987,20.1127,-1357.55) -Point[14] Position= (124.748,21.5631,-1459.49) -Point[15] Position= (147.574,25.3504,-1724.18) -Point[16] Position= (150.549,25.8623,-1759.06) -Point[17] Position= (154.242,26.5006,-1802.33) -Point[18] Position= (167.808,28.8857,-1961.36) -Point[19] Position= (199.382,34.1241,-2326.86) -Point[20] Position= (211.901,36.0533,-2472.24) -Point[21] Position= (215.202,36.5769,-2510.76) -Point[22] Position= (220.23,37.3628,-2569.34) -Point[23] Position= (237.126,40.0254,-2766.48) -Point[24] Position= (238.056,40.1731,-2777.35) -Point[25] Position= (246.138,41.457,-2871.94) -Point[26] Position= (251.585,42.3002,-2935.86) -Point[27] Position= (252.308,42.4109,-2944.32) -Point[28] Position= (264.415,44.2554,-3085.7) -Point[29] Position= (270.631,45.1745,-3158.57) -Point[30] Position= (282.162,46.8415,-3293.98) -Point[31] Position= (283.137,46.9932,-3305.33) -Point[32] Position= (297.279,49.1555,-3469.61) -Point[33] Position= (306.352,50.5077,-3575.57) -Point[34] Position= (312.089,51.3627,-3642.4) -Point[35] Position= (313.693,51.6048,-3661.05) -Point[36] Position= (318.7,52.3603,-3719.5) -Point[37] Position= (330.186,54.1089,-3852.72) -Point[38] Position= (330.821,54.2051,-3860.11) -Point[39] Position= (335.398,54.895,-3913.36) -Point[40] Position= (342.701,55.9886,-3998.13) -Point[41] Position= (346.849,56.6175,-4046.5) -Point[42] Position= (351.182,57.2721,-4097.14) -Point[43] Position= (355.862,57.972,-4151.86) -Point[44] Position= (358.461,58.3589,-4182.35) -Point[45] Position= (363.169,59.048,-4237.49) -Point[46] Position= (370.388,60.0993,-4321.75) -Point[47] Position= (386.529,62.4121,-4509.03) -Point[48] Position= (389.352,62.8083,-4541.86) -Point[49] Position= (401.043,64.4534,-4678.12) -Point[50] Position= (402.009,64.5945,-4689.27) -Point[51] Position= (407.411,65.3884,-4751.64) -Point[52] Position= (415.969,66.6139,-4850.4) -Point[53] Position= (435.933,69.5202,-5082.33) -Point[54] Position= (436.171,69.5535,-5085.07) -Point[55] Position= (461.1,73.0923,-5371.92) -Point[56] Position= (461.615,73.1661,-5377.84) -Point[57] Position= (466.462,73.8507,-5433.67) -Point[58] Position= (479.767,75.7205,-5585.63) -Point[59] Position= (501,78.8124,-5831.23) -Point[60] Position= (511.739,80.3885,-5954.39) -Point[61] Position= (515.705,80.9738,-6000) +Point[1] Position= (11.1735,1.86451,-131.625) +Point[2] Position= (26.9046,4.59893,-317.124) +Point[3] Position= (40.2191,6.9862,-473.743) +Point[4] Position= (48.3426,8.44393,-569.191) +Point[5] Position= (48.3829,8.45117,-569.665) +Point[6] Position= (65.0462,11.4082,-764.737) +Point[7] Position= (66.5505,11.6762,-782.295) +Point[8] Position= (74.0003,13.0106,-869.067) +Point[9] Position= (82.7559,14.5698,-970.99) +Point[10] Position= (103.137,18.0904,-1208.48) +Point[11] Position= (109.466,19.1491,-1282.07) +Point[12] Position= (111.477,19.4825,-1305.47) +Point[13] Position= (115.946,20.2237,-1357.55) +Point[14] Position= (124.706,21.6765,-1459.49) +Point[15] Position= (147.376,25.5275,-1724.2) +Point[16] Position= (150.35,26.0415,-1759.08) +Point[17] Position= (154.043,26.6801,-1802.35) +Point[18] Position= (167.652,28.9744,-1961.37) +Point[19] Position= (198.945,33.9722,-2326.9) +Point[20] Position= (211.428,35.9253,-2472.28) +Point[21] Position= (214.74,36.444,-2510.8) +Point[22] Position= (219.784,37.2303,-2569.38) +Point[23] Position= (236.682,39.8747,-2766.52) +Point[24] Position= (237.613,40.0226,-2777.39) +Point[25] Position= (245.689,41.3037,-2871.98) +Point[26] Position= (251.14,42.1415,-2935.9) +Point[27] Position= (251.863,42.252,-2944.36) +Point[28] Position= (263.938,44.0523,-3085.74) +Point[29] Position= (270.156,44.968,-3158.61) +Point[30] Position= (281.726,46.7308,-3294.02) +Point[31] Position= (282.702,46.8817,-3305.37) +Point[32] Position= (296.818,49.0411,-3469.65) +Point[33] Position= (305.897,50.4016,-3575.61) +Point[34] Position= (311.627,51.2769,-3642.44) +Point[35] Position= (313.227,51.5181,-3661.09) +Point[36] Position= (318.242,52.2826,-3719.54) +Point[37] Position= (329.716,54.014,-3852.76) +Point[38] Position= (330.352,54.1102,-3860.15) +Point[39] Position= (334.937,54.7998,-3913.4) +Point[40] Position= (342.23,55.8917,-3998.17) +Point[41] Position= (346.372,56.5171,-4046.54) +Point[42] Position= (350.704,57.1702,-4097.19) +Point[43] Position= (355.382,57.8725,-4151.9) +Point[44] Position= (357.982,58.2607,-4182.39) +Point[45] Position= (362.706,58.9556,-4237.54) +Point[46] Position= (369.95,60.027,-4321.78) +Point[47] Position= (386.061,62.3451,-4509.07) +Point[48] Position= (388.886,62.7404,-4541.9) +Point[49] Position= (400.66,64.365,-4678.15) +Point[50] Position= (401.626,64.5061,-4689.3) +Point[51] Position= (407.024,65.2641,-4751.67) +Point[52] Position= (415.567,66.4864,-4850.44) +Point[53] Position= (435.656,69.3159,-5082.36) +Point[54] Position= (435.895,69.3493,-5085.1) +Point[55] Position= (460.796,72.8449,-5371.94) +Point[56] Position= (461.311,72.9191,-5377.86) +Point[57] Position= (466.187,73.6057,-5433.7) +Point[58] Position= (479.456,75.5365,-5585.66) +Point[59] Position= (500.852,78.6986,-5831.25) +Point[60] Position= (511.588,80.278,-5954.41) +Point[61] Position= (515.553,80.8631,-6000) TrackID =264 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 31.0829 -8.45051 1.54487 keV -Vertex : 0.511739 0.0803885 -5.95439 m Global time : 20.5313 ns +Vertex : 0.511588 0.080278 -5.95441 m Global time : 20.5313 ns Current trajectory has 2 points. -Point[0] Position= (511.739,80.3885,-5954.39) -Point[1] Position= (511.761,80.3823,-5954.39) +Point[0] Position= (511.588,80.278,-5954.41) +Point[1] Position= (511.611,80.2717,-5954.4) TrackID =263 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -38.5424 -18.5651 -5.48225 keV -Vertex : 0.501 0.0788124 -5.83123 m Global time : 20.1066 ns +Vertex : 0.500852 0.0786986 -5.83125 m Global time : 20.1066 ns Current trajectory has 2 points. -Point[0] Position= (501,78.8124,-5831.23) -Point[1] Position= (500.947,78.7866,-5831.24) +Point[0] Position= (500.852,78.6986,-5831.25) +Point[1] Position= (500.798,78.6728,-5831.26) TrackID =262 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -25.9729 -38.1256 -4.91086 keV -Vertex : 0.479767 0.0757205 -5.58563 m Global time : 19.2597 ns +Vertex : 0.479456 0.0755365 -5.58566 m Global time : 19.2597 ns Current trajectory has 2 points. -Point[0] Position= (479.767,75.7205,-5585.63) -Point[1] Position= (479.724,75.6578,-5585.64) +Point[0] Position= (479.456,75.5365,-5585.66) +Point[1] Position= (479.413,75.4738,-5585.67) TrackID =261 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 18.9372 147.161 -18.6769 keV -Vertex : 0.461615 0.0731661 -5.37784 m Global time : 18.5431 ns +Vertex : 0.461311 0.0729191 -5.37786 m Global time : 18.5431 ns Current trajectory has 6 points. -Point[0] Position= (461.615,73.1661,-5377.84) -Point[1] Position= (461.88,76.2078,-5376.84) -Point[2] Position= (461.62,77.7364,-5374.44) -Point[3] Position= (461.128,78.6734,-5372.76) -Point[4] Position= (460.808,78.1934,-5370.98) -Point[5] Position= (460.512,77.9932,-5371.27) +Point[0] Position= (461.311,72.9191,-5377.86) +Point[1] Position= (461.576,75.9608,-5376.87) +Point[2] Position= (461.317,77.4894,-5374.47) +Point[3] Position= (460.825,78.4264,-5372.79) +Point[4] Position= (460.504,77.9464,-5371.01) +Point[5] Position= (460.208,77.7462,-5371.3) TrackID =260 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 28.3938 -23.6833 0.795075 keV -Vertex : 0.4611 0.0730923 -5.37192 m Global time : 18.5227 ns +Vertex : 0.460796 0.0728449 -5.37194 m Global time : 18.5227 ns Current trajectory has 2 points. -Point[0] Position= (461.1,73.0923,-5371.92) -Point[1] Position= (461.128,73.0688,-5371.91) +Point[0] Position= (460.796,72.8449,-5371.94) +Point[1] Position= (460.824,72.8215,-5371.94) TrackID =259 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -27.9322 -43.8075 -5.71716 keV -Vertex : 0.436171 0.0695535 -5.08507 m Global time : 17.5335 ns +Vertex : 0.435895 0.0693493 -5.0851 m Global time : 17.5335 ns Current trajectory has 2 points. -Point[0] Position= (436.171,69.5535,-5085.07) -Point[1] Position= (436.11,69.4579,-5085.09) +Point[0] Position= (435.895,69.3493,-5085.1) +Point[1] Position= (435.834,69.2536,-5085.11) TrackID =258 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 34.277 2.21481 1.80981 keV -Vertex : 0.435933 0.0695202 -5.08233 m Global time : 17.524 ns +Vertex : 0.435656 0.0693159 -5.08236 m Global time : 17.524 ns Current trajectory has 2 points. -Point[0] Position= (435.933,69.5202,-5082.33) -Point[1] Position= (435.962,69.522,-5082.33) +Point[0] Position= (435.656,69.3159,-5082.36) +Point[1] Position= (435.685,69.3178,-5082.36) TrackID =257 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -39.8988 5.30907 -5.03903 keV -Vertex : 0.415969 0.0666139 -4.8504 m Global time : 16.7243 ns +Vertex : 0.415567 0.0664864 -4.85044 m Global time : 16.7243 ns Current trajectory has 2 points. -Point[0] Position= (415.969,66.6139,-4850.4) -Point[1] Position= (415.92,66.6204,-4850.41) +Point[0] Position= (415.567,66.4864,-4850.44) +Point[1] Position= (415.518,66.4928,-4850.45) TrackID =256 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 19.4437 -45.8182 -1.37159 keV -Vertex : 0.407411 0.0653884 -4.75164 m Global time : 16.3837 ns +Vertex : 0.407024 0.0652641 -4.75167 m Global time : 16.3837 ns Current trajectory has 2 points. -Point[0] Position= (407.411,65.3884,-4751.64) -Point[1] Position= (407.448,65.2993,-4751.64) +Point[0] Position= (407.024,65.2641,-4751.67) +Point[1] Position= (407.062,65.1751,-4751.67) TrackID =255 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 139.548 90.0165 -14.1852 keV -Vertex : 0.402009 0.0645945 -4.68927 m Global time : 16.1686 ns +Vertex : 0.401626 0.0645061 -4.6893 m Global time : 16.1686 ns Current trajectory has 7 points. -Point[0] Position= (402.009,64.5945,-4689.27) -Point[1] Position= (406.11,65.4287,-4688.87) -Point[2] Position= (406.722,66.2356,-4688.14) -Point[3] Position= (407.165,68.8989,-4687.12) -Point[4] Position= (405.377,69.6531,-4686.67) -Point[5] Position= (405.417,69.6903,-4685.86) -Point[6] Position= (405.464,69.6651,-4685.84) +Point[0] Position= (401.626,64.5061,-4689.3) +Point[1] Position= (405.726,65.3403,-4688.9) +Point[2] Position= (406.339,66.1471,-4688.17) +Point[3] Position= (406.782,68.8104,-4687.15) +Point[4] Position= (404.994,69.5647,-4686.71) +Point[5] Position= (405.034,69.6019,-4685.9) +Point[6] Position= (405.081,69.5766,-4685.88) TrackID =266 : ParentID=255 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -9.83882 28.9603 -31.3375 keV -Vertex : 0.405377 0.0696531 -4.68667 m Global time : 16.2744 ns +Vertex : 0.404994 0.0695647 -4.68671 m Global time : 16.2744 ns Current trajectory has 2 points. -Point[0] Position= (405.377,69.6531,-4686.67) -Point[1] Position= (405.363,69.6949,-4686.72) +Point[0] Position= (404.994,69.5647,-4686.71) +Point[1] Position= (404.98,69.6064,-4686.75) TrackID =265 : ParentID=255 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -45.7889 49.7911 10.1884 keV -Vertex : 0.406722 0.0662356 -4.68814 m Global time : 16.2235 ns +Vertex : 0.406339 0.0661471 -4.68817 m Global time : 16.2235 ns Current trajectory has 2 points. -Point[0] Position= (406.722,66.2356,-4688.14) -Point[1] Position= (406.528,66.4467,-4688.09) +Point[0] Position= (406.339,66.1471,-4688.17) +Point[1] Position= (406.145,66.3582,-4688.13) TrackID =254 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 20.265 -25.7229 0.364733 keV -Vertex : 0.401043 0.0644534 -4.67812 m Global time : 16.1302 ns +Vertex : 0.40066 0.064365 -4.67815 m Global time : 16.1302 ns Current trajectory has 2 points. -Point[0] Position= (401.043,64.4534,-4678.12) -Point[1] Position= (401.058,64.4339,-4678.12) +Point[0] Position= (400.66,64.365,-4678.15) +Point[1] Position= (400.675,64.3455,-4678.15) TrackID =253 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -34.3727 6.01769 -4.13386 keV -Vertex : 0.389352 0.0628083 -4.54186 m Global time : 15.6604 ns +Vertex : 0.388886 0.0627404 -4.5419 m Global time : 15.6604 ns Current trajectory has 2 points. -Point[0] Position= (389.352,62.8083,-4541.86) -Point[1] Position= (389.321,62.8136,-4541.86) +Point[0] Position= (388.886,62.7404,-4541.9) +Point[1] Position= (388.856,62.7457,-4541.9) TrackID =252 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -38.4201 25.3756 -5.16454 keV -Vertex : 0.386529 0.0624121 -4.50903 m Global time : 15.5472 ns +Vertex : 0.386061 0.0623451 -4.50907 m Global time : 15.5472 ns Current trajectory has 2 points. -Point[0] Position= (386.529,62.4121,-4509.03) -Point[1] Position= (386.466,62.4538,-4509.04) +Point[0] Position= (386.061,62.3451,-4509.07) +Point[1] Position= (385.998,62.3867,-4509.08) TrackID =251 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 34.6291 47.8162 0.0698539 keV -Vertex : 0.370388 0.0600993 -4.32175 m Global time : 14.9014 ns +Vertex : 0.36995 0.060027 -4.32178 m Global time : 14.9014 ns Current trajectory has 2 points. -Point[0] Position= (370.388,60.0993,-4321.75) -Point[1] Position= (370.49,60.2398,-4321.75) +Point[0] Position= (369.95,60.027,-4321.78) +Point[1] Position= (370.052,60.1676,-4321.78) TrackID =250 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 13.9345 34.7295 0.220059 keV -Vertex : 0.363169 0.059048 -4.23749 m Global time : 14.6109 ns +Vertex : 0.362706 0.0589556 -4.23754 m Global time : 14.6109 ns Current trajectory has 2 points. -Point[0] Position= (363.169,59.048,-4237.49) -Point[1] Position= (363.183,59.0833,-4237.49) +Point[0] Position= (362.706,58.9556,-4237.54) +Point[1] Position= (362.72,58.9909,-4237.54) TrackID =249 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -104.985 118.67 -33.346 keV -Vertex : 0.358461 0.0583589 -4.18235 m Global time : 14.4207 ns +Vertex : 0.357982 0.0582607 -4.18239 m Global time : 14.4207 ns Current trajectory has 7 points. -Point[0] Position= (358.461,58.3589,-4182.35) -Point[1] Position= (357.513,61.4773,-4181.95) -Point[2] Position= (356.666,64.4123,-4181.33) -Point[3] Position= (358.044,65.5285,-4179.25) -Point[4] Position= (359.088,67.4225,-4178.99) -Point[5] Position= (359.094,67.5124,-4178.91) -Point[6] Position= (359.207,67.5914,-4178.88) +Point[0] Position= (357.982,58.2607,-4182.39) +Point[1] Position= (357.034,61.3791,-4181.99) +Point[2] Position= (356.187,64.3142,-4181.38) +Point[3] Position= (357.565,65.4303,-4179.29) +Point[4] Position= (358.609,67.3244,-4179.04) +Point[5] Position= (358.615,67.4143,-4178.95) +Point[6] Position= (358.728,67.4933,-4178.93) TrackID =268 : ParentID=249 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -24.6074 23.6803 42.8894 keV -Vertex : 0.359094 0.0675124 -4.17891 m Global time : 14.5415 ns +Vertex : 0.358615 0.0674143 -4.17895 m Global time : 14.5415 ns Current trajectory has 2 points. -Point[0] Position= (359.094,67.5124,-4178.91) -Point[1] Position= (359.034,67.5705,-4178.8) +Point[0] Position= (358.615,67.4143,-4178.95) +Point[1] Position= (358.555,67.4724,-4178.84) TrackID =267 : ParentID=249 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -25.4361 -8.93155 19.6811 keV -Vertex : 0.357513 0.0614773 -4.18195 m Global time : 14.4519 ns +Vertex : 0.357034 0.0613791 -4.18199 m Global time : 14.4519 ns Current trajectory has 2 points. -Point[0] Position= (357.513,61.4773,-4181.95) -Point[1] Position= (357.493,61.4702,-4181.93) +Point[0] Position= (357.034,61.3791,-4181.99) +Point[1] Position= (357.013,61.3721,-4181.98) TrackID =248 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 29.0691 17.3852 1.53909 keV -Vertex : 0.355862 0.057972 -4.15186 m Global time : 14.3156 ns +Vertex : 0.355382 0.0578725 -4.1519 m Global time : 14.3156 ns Current trajectory has 2 points. -Point[0] Position= (355.862,57.972,-4151.86) -Point[1] Position= (355.886,57.9862,-4151.85) +Point[0] Position= (355.382,57.8725,-4151.9) +Point[1] Position= (355.405,57.8867,-4151.9) TrackID =247 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -67.1715 -32.9045 -11.9427 keV -Vertex : 0.351182 0.0572721 -4.09714 m Global time : 14.1269 ns +Vertex : 0.350704 0.0571702 -4.09719 m Global time : 14.1269 ns Current trajectory has 2 points. -Point[0] Position= (351.182,57.2721,-4097.14) -Point[1] Position= (350.813,57.0915,-4097.21) +Point[0] Position= (350.704,57.1702,-4097.19) +Point[1] Position= (350.336,56.9897,-4097.25) TrackID =246 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 33.0379 -1.97901 1.69114 keV -Vertex : 0.346849 0.0566175 -4.0465 m Global time : 13.9523 ns +Vertex : 0.346372 0.0565171 -4.04654 m Global time : 13.9523 ns Current trajectory has 2 points. -Point[0] Position= (346.849,56.6175,-4046.5) -Point[1] Position= (346.875,56.6159,-4046.5) +Point[0] Position= (346.372,56.5171,-4046.54) +Point[1] Position= (346.398,56.5156,-4046.54) TrackID =245 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -15.6621 -28.6093 -2.7915 keV -Vertex : 0.342701 0.0559886 -3.99813 m Global time : 13.7855 ns +Vertex : 0.34223 0.0558917 -3.99817 m Global time : 13.7855 ns Current trajectory has 2 points. -Point[0] Position= (342.701,55.9886,-3998.13) -Point[1] Position= (342.689,55.9669,-3998.13) +Point[0] Position= (342.23,55.8917,-3998.17) +Point[1] Position= (342.218,55.87,-3998.17) TrackID =244 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 30.9843 -16.3244 1.21397 keV -Vertex : 0.335398 0.054895 -3.91336 m Global time : 13.4932 ns +Vertex : 0.334937 0.0547998 -3.9134 m Global time : 13.4932 ns Current trajectory has 2 points. -Point[0] Position= (335.398,54.895,-3913.36) -Point[1] Position= (335.425,54.8807,-3913.36) +Point[0] Position= (334.937,54.7998,-3913.4) +Point[1] Position= (334.964,54.7855,-3913.4) TrackID =243 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -38.4064 10.6913 -4.79234 keV -Vertex : 0.330821 0.0542051 -3.86011 m Global time : 13.3096 ns +Vertex : 0.330352 0.0541102 -3.86015 m Global time : 13.3096 ns Current trajectory has 2 points. -Point[0] Position= (330.821,54.2051,-3860.11) -Point[1] Position= (330.775,54.2177,-3860.11) +Point[0] Position= (330.352,54.1102,-3860.15) +Point[1] Position= (330.306,54.1229,-3860.16) TrackID =242 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -47.8706 -16.6248 -6.97211 keV -Vertex : 0.330186 0.0541089 -3.85272 m Global time : 13.2842 ns +Vertex : 0.329716 0.054014 -3.85276 m Global time : 13.2842 ns Current trajectory has 2 points. -Point[0] Position= (330.186,54.1089,-3852.72) -Point[1] Position= (330.086,54.0745,-3852.74) +Point[0] Position= (329.716,54.014,-3852.76) +Point[1] Position= (329.617,53.9795,-3852.78) TrackID =241 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -27.3446 -16.4276 -3.60898 keV -Vertex : 0.3187 0.0523603 -3.7195 m Global time : 12.8248 ns +Vertex : 0.318242 0.0522826 -3.71954 m Global time : 12.8248 ns Current trajectory has 2 points. -Point[0] Position= (318.7,52.3603,-3719.5) -Point[1] Position= (318.68,52.3483,-3719.5) +Point[0] Position= (318.242,52.2826,-3719.54) +Point[1] Position= (318.222,52.2707,-3719.54) TrackID =240 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 38.481 -56.4328 -2.13347 keV -Vertex : 0.313693 0.0516048 -3.66105 m Global time : 12.6232 ns +Vertex : 0.313227 0.0515181 -3.66109 m Global time : 12.6232 ns Current trajectory has 2 points. -Point[0] Position= (313.693,51.6048,-3661.05) -Point[1] Position= (313.856,51.3662,-3661.06) +Point[0] Position= (313.227,51.5181,-3661.09) +Point[1] Position= (313.39,51.2794,-3661.1) TrackID =239 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 17.2926 41.9809 -0.0445848 keV -Vertex : 0.312089 0.0513627 -3.6424 m Global time : 12.5589 ns +Vertex : 0.311627 0.0512769 -3.64244 m Global time : 12.5589 ns Current trajectory has 2 points. -Point[0] Position= (312.089,51.3627,-3642.4) -Point[1] Position= (312.116,51.4284,-3642.4) +Point[0] Position= (311.627,51.2769,-3642.44) +Point[1] Position= (311.654,51.3426,-3642.44) TrackID =238 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 8.00684 -32.5083 -0.865861 keV -Vertex : 0.306352 0.0505077 -3.57557 m Global time : 12.3285 ns +Vertex : 0.305897 0.0504016 -3.57561 m Global time : 12.3285 ns Current trajectory has 2 points. -Point[0] Position= (306.352,50.5077,-3575.57) -Point[1] Position= (306.358,50.4818,-3575.57) +Point[0] Position= (305.897,50.4016,-3575.61) +Point[1] Position= (305.903,50.3757,-3575.61) TrackID =237 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 81.6845 -48.028 -2.62217 keV -Vertex : 0.297279 0.0491555 -3.46961 m Global time : 11.9631 ns +Vertex : 0.296818 0.0490411 -3.46965 m Global time : 11.9631 ns Current trajectory has 3 points. -Point[0] Position= (297.279,49.1555,-3469.61) -Point[1] Position= (298.628,49.6804,-3469.51) -Point[2] Position= (298.681,49.6975,-3469.36) +Point[0] Position= (296.818,49.0411,-3469.65) +Point[1] Position= (298.168,49.566,-3469.55) +Point[2] Position= (298.22,49.5831,-3469.4) TrackID =236 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -37.9089 -13.1084 -5.08332 keV -Vertex : 0.283137 0.0469932 -3.30533 m Global time : 11.3967 ns +Vertex : 0.282702 0.0468817 -3.30537 m Global time : 11.3967 ns Current trajectory has 2 points. -Point[0] Position= (283.137,46.9932,-3305.33) -Point[1] Position= (283.092,46.9774,-3305.34) +Point[0] Position= (282.702,46.8817,-3305.37) +Point[1] Position= (282.656,46.8659,-3305.38) TrackID =235 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -8.34104 -53.1112 -4.35552 keV -Vertex : 0.282162 0.0468415 -3.29398 m Global time : 11.3575 ns +Vertex : 0.281726 0.0467308 -3.29402 m Global time : 11.3575 ns Current trajectory has 2 points. -Point[0] Position= (282.162,46.8415,-3293.98) -Point[1] Position= (282.142,46.7163,-3293.99) +Point[0] Position= (281.726,46.7308,-3294.02) +Point[1] Position= (281.707,46.6056,-3294.03) TrackID =234 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 33.0002 -8.19218 1.53842 keV -Vertex : 0.270631 0.0451745 -3.15857 m Global time : 10.8907 ns +Vertex : 0.270156 0.044968 -3.15861 m Global time : 10.8907 ns Current trajectory has 2 points. -Point[0] Position= (270.631,45.1745,-3158.57) -Point[1] Position= (270.658,45.1677,-3158.57) +Point[0] Position= (270.156,44.968,-3158.61) +Point[1] Position= (270.183,44.9612,-3158.61) TrackID =233 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 16.2822 28.8438 0.647324 keV -Vertex : 0.264415 0.0442554 -3.0857 m Global time : 10.6394 ns +Vertex : 0.263938 0.0440523 -3.08574 m Global time : 10.6394 ns Current trajectory has 2 points. -Point[0] Position= (264.415,44.2554,-3085.7) -Point[1] Position= (264.428,44.2779,-3085.7) +Point[0] Position= (263.938,44.0523,-3085.74) +Point[1] Position= (263.951,44.0748,-3085.74) TrackID =232 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -4.11907 32.767 -1.02777 keV -Vertex : 0.252308 0.0424109 -2.94432 m Global time : 10.152 ns +Vertex : 0.251863 0.042252 -2.94436 m Global time : 10.152 ns Current trajectory has 2 points. -Point[0] Position= (252.308,42.4109,-2944.32) -Point[1] Position= (252.305,42.4362,-2944.32) +Point[0] Position= (251.863,42.252,-2944.36) +Point[1] Position= (251.859,42.2774,-2944.36) TrackID =231 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 42.1586 3.77742 1.83862 keV -Vertex : 0.251585 0.0423002 -2.93586 m Global time : 10.1228 ns +Vertex : 0.25114 0.0421415 -2.9359 m Global time : 10.1228 ns Current trajectory has 2 points. -Point[0] Position= (251.585,42.3002,-2935.86) -Point[1] Position= (251.642,42.3052,-2935.85) +Point[0] Position= (251.14,42.1415,-2935.9) +Point[1] Position= (251.196,42.1465,-2935.9) TrackID =230 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -38.7925 24.6429 -5.13935 keV -Vertex : 0.246138 0.041457 -2.87194 m Global time : 9.9024 ns +Vertex : 0.245689 0.0413037 -2.87198 m Global time : 9.9024 ns Current trajectory has 2 points. -Point[0] Position= (246.138,41.457,-2871.94) -Point[1] Position= (246.074,41.4972,-2871.95) +Point[0] Position= (245.689,41.3037,-2871.98) +Point[1] Position= (245.625,41.344,-2871.99) TrackID =229 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 176.097 -31.6042 -17.0831 keV -Vertex : 0.238056 0.0401731 -2.77735 m Global time : 9.57627 ns +Vertex : 0.237613 0.0400226 -2.77739 m Global time : 9.57627 ns Current trajectory has 8 points. -Point[0] Position= (238.056,40.1731,-2777.35) -Point[1] Position= (242.335,38.9114,-2780.7) -Point[2] Position= (243.734,40.7842,-2782.58) -Point[3] Position= (243.118,42.9262,-2780.74) -Point[4] Position= (243.807,45.0664,-2780.63) -Point[5] Position= (244.974,45.6316,-2780.91) -Point[6] Position= (245.318,45.8593,-2780.73) -Point[7] Position= (245.385,45.7509,-2780.82) +Point[0] Position= (237.613,40.0226,-2777.39) +Point[1] Position= (241.892,38.7609,-2780.74) +Point[2] Position= (243.291,40.6336,-2782.62) +Point[3] Position= (242.675,42.7756,-2780.78) +Point[4] Position= (243.364,44.9159,-2780.67) +Point[5] Position= (244.531,45.4811,-2780.95) +Point[6] Position= (244.875,45.7088,-2780.77) +Point[7] Position= (244.942,45.6004,-2780.86) TrackID =270 : ParentID=229 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -2.63145 -21.0573 23.827 keV -Vertex : 0.245318 0.0458593 -2.78073 m Global time : 9.73958 ns +Vertex : 0.244875 0.0457088 -2.78077 m Global time : 9.73958 ns Current trajectory has 2 points. -Point[0] Position= (245.318,45.8593,-2780.73) -Point[1] Position= (245.316,45.8442,-2780.71) +Point[0] Position= (244.875,45.7088,-2780.77) +Point[1] Position= (244.873,45.6937,-2780.75) TrackID =269 : ParentID=229 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -28.4478 15.7906 -2.89772 keV -Vertex : 0.243734 0.0407842 -2.78258 m Global time : 9.65325 ns +Vertex : 0.243291 0.0406336 -2.78262 m Global time : 9.65325 ns Current trajectory has 2 points. -Point[0] Position= (243.734,40.7842,-2782.58) -Point[1] Position= (243.712,40.7961,-2782.58) +Point[0] Position= (243.291,40.6336,-2782.62) +Point[1] Position= (243.269,40.6456,-2782.62) TrackID =228 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -26.7762 -30.3437 -4.37752 keV -Vertex : 0.237126 0.0400254 -2.76648 m Global time : 9.5388 ns +Vertex : 0.236682 0.0398747 -2.76652 m Global time : 9.5388 ns Current trajectory has 2 points. -Point[0] Position= (237.126,40.0254,-2766.48) -Point[1] Position= (237.093,39.9883,-2766.49) +Point[0] Position= (236.682,39.8747,-2766.52) +Point[1] Position= (236.65,39.8376,-2766.53) TrackID =227 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -61.6324 -73.3604 -15.7464 keV -Vertex : 0.22023 0.0373628 -2.56934 m Global time : 8.85905 ns +Vertex : 0.219784 0.0372303 -2.56938 m Global time : 8.85905 ns Current trajectory has 3 points. -Point[0] Position= (220.23,37.3628,-2569.34) -Point[1] Position= (219.025,37.1996,-2569.8) -Point[2] Position= (218.828,37.0546,-2569.74) +Point[0] Position= (219.784,37.2303,-2569.38) +Point[1] Position= (218.58,37.0671,-2569.84) +Point[2] Position= (218.383,36.9221,-2569.78) TrackID =226 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -4.40278 40.1182 -1.48662 keV -Vertex : 0.215202 0.0365769 -2.51076 m Global time : 8.65708 ns +Vertex : 0.21474 0.036444 -2.5108 m Global time : 8.65708 ns Current trajectory has 2 points. -Point[0] Position= (215.202,36.5769,-2510.76) -Point[1] Position= (215.196,36.6252,-2510.76) +Point[0] Position= (214.74,36.444,-2510.8) +Point[1] Position= (214.735,36.4922,-2510.81) TrackID =225 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -22.5504 36.7791 -3.32691 keV -Vertex : 0.211901 0.0360533 -2.47224 m Global time : 8.52424 ns +Vertex : 0.211428 0.0359253 -2.47228 m Global time : 8.52424 ns Current trajectory has 2 points. -Point[0] Position= (211.901,36.0533,-2472.24) -Point[1] Position= (211.869,36.1049,-2472.24) +Point[0] Position= (211.428,35.9253,-2472.28) +Point[1] Position= (211.397,35.9769,-2472.28) TrackID =224 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -69.0903 14.4714 -10.8731 keV -Vertex : 0.199382 0.0341241 -2.32686 m Global time : 8.02298 ns +Vertex : 0.198945 0.0339722 -2.3269 m Global time : 8.02298 ns Current trajectory has 2 points. -Point[0] Position= (199.382,34.1241,-2326.86) -Point[1] Position= (199.056,34.1925,-2326.92) +Point[0] Position= (198.945,33.9722,-2326.9) +Point[1] Position= (198.618,34.0406,-2326.96) TrackID =223 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -56.6154 -48.3691 -11.2459 keV -Vertex : 0.167808 0.0288857 -1.96136 m Global time : 6.76265 ns +Vertex : 0.167652 0.0289744 -1.96137 m Global time : 6.76265 ns Current trajectory has 2 points. -Point[0] Position= (167.808,28.8857,-1961.36) -Point[1] Position= (167.502,28.6241,-1961.42) +Point[0] Position= (167.652,28.9744,-1961.37) +Point[1] Position= (167.346,28.7129,-1961.43) TrackID =222 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -32.2537 28.0871 -4.20245 keV -Vertex : 0.154242 0.0265006 -1.80233 m Global time : 6.21435 ns +Vertex : 0.154043 0.0266801 -1.80235 m Global time : 6.21435 ns Current trajectory has 2 points. -Point[0] Position= (154.242,26.5006,-1802.33) -Point[1] Position= (154.197,26.5394,-1802.34) +Point[0] Position= (154.043,26.6801,-1802.35) +Point[1] Position= (153.998,26.7189,-1802.35) TrackID =221 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -30.587 -20.0106 -4.273 keV -Vertex : 0.150549 0.0258623 -1.75906 m Global time : 6.06515 ns +Vertex : 0.15035 0.0260415 -1.75908 m Global time : 6.06515 ns Current trajectory has 2 points. -Point[0] Position= (150.549,25.8623,-1759.06) -Point[1] Position= (150.519,25.8427,-1759.07) +Point[0] Position= (150.35,26.0415,-1759.08) +Point[1] Position= (150.32,26.0219,-1759.08) TrackID =220 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 27.4105 21.3753 1.42836 keV -Vertex : 0.124748 0.0215631 -1.45949 m Global time : 5.03221 ns +Vertex : 0.124706 0.0216765 -1.45949 m Global time : 5.03221 ns Current trajectory has 2 points. -Point[0] Position= (124.748,21.5631,-1459.49) -Point[1] Position= (124.772,21.5816,-1459.49) +Point[0] Position= (124.706,21.6765,-1459.49) +Point[1] Position= (124.73,21.695,-1459.49) TrackID =219 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -38.6819 -9.77786 -5.09705 keV -Vertex : 0.115987 0.0201127 -1.35755 m Global time : 4.6807 ns +Vertex : 0.115946 0.0202237 -1.35755 m Global time : 4.6807 ns Current trajectory has 2 points. -Point[0] Position= (115.987,20.1127,-1357.55) -Point[1] Position= (115.94,20.1011,-1357.55) +Point[0] Position= (115.946,20.2237,-1357.55) +Point[1] Position= (115.9,20.2121,-1357.56) TrackID =218 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 3.31229 53.0494 -1.81286 keV -Vertex : 0.111511 0.0193715 -1.30547 m Global time : 4.50112 ns +Vertex : 0.111477 0.0194825 -1.30547 m Global time : 4.50112 ns Current trajectory has 2 points. -Point[0] Position= (111.511,19.3715,-1305.47) -Point[1] Position= (111.518,19.4924,-1305.47) +Point[0] Position= (111.477,19.4825,-1305.47) +Point[1] Position= (111.485,19.6033,-1305.47) TrackID =217 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 27.8729 50.3825 -0.226166 keV -Vertex : 0.109499 0.0190377 -1.28207 m Global time : 4.42045 ns +Vertex : 0.109466 0.0191491 -1.28207 m Global time : 4.42045 ns Current trajectory has 2 points. -Point[0] Position= (109.499,19.0377,-1282.07) -Point[1] Position= (109.576,19.177,-1282.07) +Point[0] Position= (109.466,19.1491,-1282.07) +Point[1] Position= (109.543,19.2884,-1282.07) TrackID =216 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -0.606736 40.9087 -1.15514 keV -Vertex : 0.103206 0.0179787 -1.20848 m Global time : 4.1667 ns +Vertex : 0.103137 0.0180904 -1.20848 m Global time : 4.1667 ns Current trajectory has 2 points. -Point[0] Position= (103.206,17.9787,-1208.48) -Point[1] Position= (103.205,18.0294,-1208.48) +Point[0] Position= (103.137,18.0904,-1208.48) +Point[1] Position= (103.136,18.141,-1208.48) TrackID =215 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 31.1018 -30.1186 0.317155 keV -Vertex : 8.27915 1.43455 -97.099 cm Global time : 3.34784 ns +Vertex : 8.27559 1.45698 -97.099 cm Global time : 3.34784 ns Current trajectory has 2 points. -Point[0] Position= (82.7915,14.3455,-970.99) -Point[1] Position= (82.8352,14.3032,-970.99) +Point[0] Position= (82.7559,14.5698,-970.99) +Point[1] Position= (82.7996,14.5275,-970.989) TrackID =214 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 31.9643 10.135 1.76544 keV -Vertex : 7.40137 1.27745 -86.9069 cm Global time : 2.9964 ns +Vertex : 7.40003 1.30106 -86.9067 cm Global time : 2.9964 ns Current trajectory has 2 points. -Point[0] Position= (74.0137,12.7745,-869.069) -Point[1] Position= (74.0393,12.7826,-869.068) +Point[0] Position= (74.0003,13.0106,-869.067) +Point[1] Position= (74.0259,13.0187,-869.065) TrackID =213 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -29.4008 -14.1086 -3.82346 keV -Vertex : 6.65863 1.14602 -78.2295 cm Global time : 2.69721 ns +Vertex : 6.65505 1.16762 -78.2295 cm Global time : 2.69721 ns Current trajectory has 2 points. -Point[0] Position= (66.5863,11.4602,-782.295) -Point[1] Position= (66.5639,11.4495,-782.298) +Point[0] Position= (66.5505,11.6762,-782.295) +Point[1] Position= (66.528,11.6654,-782.298) TrackID =212 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 1.03893 -46.1011 -2.77018 keV -Vertex : 6.50813 1.11923 -76.4737 cm Global time : 2.63667 ns +Vertex : 6.50462 1.14082 -76.4737 cm Global time : 2.63667 ns Current trajectory has 2 points. -Point[0] Position= (65.0813,11.1923,-764.737) -Point[1] Position= (65.083,11.1172,-764.742) +Point[0] Position= (65.0462,11.4082,-764.737) +Point[1] Position= (65.0479,11.3331,-764.742) TrackID =211 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -25.91 119.633 -15.5725 keV -Vertex : 4.8493 0.827933 -56.9659 cm Global time : 1.96409 ns +Vertex : 4.83829 0.845117 -56.9665 cm Global time : 1.96409 ns Current trajectory has 5 points. -Point[0] Position= (48.493,8.27933,-569.659) -Point[1] Position= (47.9776,9.54077,-569.139) -Point[2] Position= (48.1433,10.2538,-569.118) -Point[3] Position= (48.2198,10.3935,-569.404) -Point[4] Position= (48.2202,10.3854,-569.409) +Point[0] Position= (48.3829,8.45117,-569.665) +Point[1] Position= (47.8676,9.71262,-569.146) +Point[2] Position= (48.0332,10.4257,-569.125) +Point[3] Position= (48.1097,10.5654,-569.411) +Point[4] Position= (48.1101,10.5572,-569.416) TrackID =272 : ParentID=211 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -6.01142 -9.01428 -39.2308 keV -Vertex : 4.81433 1.02538 -56.9118 cm Global time : 1.99283 ns +Vertex : 4.80332 1.04257 -56.9125 cm Global time : 1.99283 ns Current trajectory has 2 points. -Point[0] Position= (48.1433,10.2538,-569.118) -Point[1] Position= (48.1359,10.2428,-569.166) +Point[0] Position= (48.0332,10.4257,-569.125) +Point[1] Position= (48.0258,10.4147,-569.173) TrackID =271 : ParentID=211 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -51.9359 47.0198 5.70759 keV -Vertex : 4.79776 0.954077 -56.9139 cm Global time : 1.98208 ns +Vertex : 4.78676 0.971262 -56.9146 cm Global time : 1.98208 ns Current trajectory has 2 points. -Point[0] Position= (47.9776,9.54077,-569.139) -Point[1] Position= (47.7418,9.75425,-569.113) +Point[0] Position= (47.8676,9.71262,-569.146) +Point[1] Position= (47.6318,9.9261,-569.12) TrackID =210 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -17.5691 -36.8216 -3.75298 keV -Vertex : 4.84527 0.827208 -56.9184 cm Global time : 1.9624 ns +Vertex : 4.83426 0.844393 -56.9191 cm Global time : 1.9624 ns Current trajectory has 2 points. -Point[0] Position= (48.4527,8.27208,-569.184) -Point[1] Position= (48.4308,8.22638,-569.189) +Point[0] Position= (48.3426,8.44393,-569.191) +Point[1] Position= (48.3208,8.39823,-569.196) TrackID =209 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 8.05205 32.037 0.0732744 keV -Vertex : 4.03293 0.681343 -47.3737 cm Global time : 1.63331 ns +Vertex : 4.02191 0.69862 -47.3743 cm Global time : 1.63331 ns Current trajectory has 2 points. -Point[0] Position= (40.3293,6.81343,-473.737) -Point[1] Position= (40.3355,6.8382,-473.737) +Point[0] Position= (40.2191,6.9862,-473.743) +Point[1] Position= (40.2254,7.01097,-473.743) TrackID =208 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 80.6614 -52.0277 -3.16342 keV -Vertex : 2.69873 0.447878 -31.7119 cm Global time : 1.09333 ns +Vertex : 2.69046 0.459893 -31.7124 cm Global time : 1.09333 ns Current trajectory has 3 points. -Point[0] Position= (26.9873,4.47878,-317.119) -Point[1] Position= (27.3356,3.32676,-317.549) -Point[2] Position= (27.3531,3.26015,-317.538) +Point[0] Position= (26.9046,4.59893,-317.124) +Point[1] Position= (27.2529,3.44691,-317.554) +Point[2] Position= (27.2704,3.38029,-317.544) TrackID =207 : ParentID=64 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -20.3474 -56.6677 -6.225 keV -Vertex : 1.12018 0.187926 -13.1623 cm Global time : 453.796 ps +Vertex : 1.11735 0.186451 -13.1625 cm Global time : 453.796 ps Current trajectory has 2 points. -Point[0] Position= (11.2018,1.87926,-131.623) -Point[1] Position= (11.1382,1.70212,-131.642) +Point[0] Position= (11.1735,1.86451,-131.625) +Point[1] Position= (11.1099,1.68737,-131.645) TrackID =63 : ParentID=62 : TrackStatus=1 Particle name : eta PDG code : 221 Charge : 0 @@ -4963,110 +5175,198 @@ Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-30 Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) Point[1] Position= (4.76184e-306,-6.36415e-307,1.77731e-305) -TrackID =293 : ParentID=283 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.42008 67.4144 38.1966 keV -Vertex : 27.6388 -10.9207 29.6197 cm Global time : 1.41139 ns - Current trajectory has 2 points. -Point[0] Position= (276.388,-109.207,296.197) -Point[1] Position= (276.37,-108.978,296.326) - TrackID =292 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.8632 21.9998 -12.4806 keV -Vertex : 23.0612 -9.1156 24.7127 cm Global time : 1.17763 ns +Original momentum : -28.1666 27.6002 41.6826 keV +Vertex : 45.0068 -17.8832 48.1821 cm Global time : 2.29802 ns Current trajectory has 2 points. -Point[0] Position= (230.612,-91.156,247.127) -Point[1] Position= (230.627,-91.142,247.119) +Point[0] Position= (450.068,-178.832,481.821) +Point[1] Position= (450.019,-178.784,481.893) TrackID =291 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.8682 -16.0095 -29.2705 keV -Vertex : 21.9139 -8.66296 23.4835 cm Global time : 1.11906 ns +Original momentum : -19.3037 -36.4197 7.05223 keV +Vertex : 43.9229 -17.4531 47.0381 cm Global time : 2.24307 ns Current trajectory has 2 points. -Point[0] Position= (219.139,-86.6296,234.835) -Point[1] Position= (219.166,-86.645,234.807) +Point[0] Position= (439.229,-174.531,470.381) +Point[1] Position= (439.212,-174.564,470.387) TrackID =290 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.1082 -30.3825 5.53589 keV -Vertex : 21.1593 -8.36526 22.675 cm Global time : 1.08053 ns +Original momentum : 30.9354 29.1597 -15.0743 keV +Vertex : 28.2659 -11.1766 30.2787 cm Global time : 1.44318 ns Current trajectory has 2 points. -Point[0] Position= (211.593,-83.6526,226.75) -Point[1] Position= (211.583,-83.672,226.753) +Point[0] Position= (282.659,-111.766,302.787) +Point[1] Position= (282.692,-111.736,302.771) TrackID =289 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.8489 15.3336 33.6117 keV -Vertex : 20.4388 -8.081 21.9029 cm Global time : 1.04375 ns +Original momentum : -25.6624 -3.71447 24.3629 keV +Vertex : 20.4422 -8.07597 21.9009 cm Global time : 1.04373 ns Current trajectory has 2 points. -Point[0] Position= (204.388,-80.81,219.029) -Point[1] Position= (204.36,-80.7937,219.065) +Point[0] Position= (204.422,-80.7597,219.009) +Point[1] Position= (204.405,-80.7622,219.025) TrackID =288 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -51.2543 -68.7098 34.3702 keV -Vertex : 18.5607 -7.34047 19.8916 cm Global time : 947.886 ps - Current trajectory has 7 points. -Point[0] Position= (185.607,-73.4047,198.916) -Point[1] Position= (185.542,-73.4866,198.97) -Point[2] Position= (185.488,-73.5296,199.116) -Point[3] Position= (185.437,-73.5172,199.276) -Point[4] Position= (185.315,-73.5899,199.379) -Point[5] Position= (185.417,-73.7365,199.403) -Point[6] Position= (185.489,-73.8271,199.497) - -TrackID =294 : ParentID=288 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.2729 2.54016 -16.3394 keV -Vertex : 18.5542 -7.34866 19.897 cm Global time : 950.08 ps - Current trajectory has 2 points. -Point[0] Position= (185.542,-73.4866,198.97) -Point[1] Position= (185.436,-73.4811,198.935) +Vertex : 18.5645 -7.33547 19.8899 cm Global time : 947.886 ps + Current trajectory has 18 points. +Point[0] Position= (185.645,-73.3547,198.899) +Point[1] Position= (185.594,-73.5134,198.966) +Point[2] Position= (185.623,-73.6404,199.087) +Point[3] Position= (185.647,-73.7462,199.225) +Point[4] Position= (185.622,-73.8424,199.376) +Point[5] Position= (185.709,-73.9761,199.462) +Point[6] Position= (185.783,-74.0584,199.539) +Point[7] Position= (185.809,-74.0635,199.587) +Point[8] Position= (185.843,-74.0952,199.614) +Point[9] Position= (185.893,-74.1183,199.63) +Point[10] Position= (185.942,-74.1128,199.657) +Point[11] Position= (185.992,-74.1273,199.669) +Point[12] Position= (186.03,-74.1344,199.71) +Point[13] Position= (186.06,-74.1491,199.721) +Point[14] Position= (186.054,-74.1855,199.764) +Point[15] Position= (185.996,-74.1992,199.739) +Point[16] Position= (185.953,-74.2042,199.714) +Point[17] Position= (185.909,-74.2155,199.714) + +TrackID =293 : ParentID=288 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -30.8926 -24.9882 -1.51253 keV +Vertex : 18.606 -7.41491 19.9721 cm Global time : 976.197 ps + Current trajectory has 2 points. +Point[0] Position= (186.06,-74.1491,199.721) +Point[1] Position= (186.035,-74.1696,199.72) TrackID =287 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -33.7719 32.8144 50.1976 keV -Vertex : 18.0284 -7.13041 19.3212 cm Global time : 920.708 ps +Vertex : 18.0322 -7.12539 19.3195 cm Global time : 920.708 ps Current trajectory has 3 points. -Point[0] Position= (180.284,-71.3041,193.212) -Point[1] Position= (179.923,-71.0717,193.197) -Point[2] Position= (179.915,-71.0317,193.249) +Point[0] Position= (180.322,-71.2539,193.195) +Point[1] Position= (180.534,-70.6684,193.362) +Point[2] Position= (180.529,-70.6624,193.35) TrackID =286 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 36.556 -0.227744 -30.9966 keV -Vertex : 17.4038 -6.88391 18.652 cm Global time : 888.819 ps +Vertex : 17.4076 -6.87891 18.6503 cm Global time : 888.819 ps Current trajectory has 2 points. -Point[0] Position= (174.038,-68.8391,186.52) -Point[1] Position= (174.103,-68.8395,186.465) +Point[0] Position= (174.076,-68.7891,186.503) +Point[1] Position= (174.141,-68.7895,186.448) TrackID =285 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : 24.2418 13.682 -16.1351 keV -Vertex : 14.5823 -5.77014 15.6281 cm Global time : 744.743 ps +Vertex : 14.5858 -5.76502 15.6267 cm Global time : 744.743 ps Current trajectory has 2 points. -Point[0] Position= (145.823,-57.7014,156.281) -Point[1] Position= (145.84,-57.6914,156.27) +Point[0] Position= (145.858,-57.6502,156.267) +Point[1] Position= (145.876,-57.6402,156.256) TrackID =284 : ParentID=283 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 Original momentum : -69.7337 -84.4797 54.5775 keV -Vertex : 12.8391 -5.08134 13.7606 cm Global time : 655.74 ps +Vertex : 12.8428 -5.07659 13.759 cm Global time : 655.74 ps Current trajectory has 5 points. -Point[0] Position= (128.391,-50.8134,137.606) -Point[1] Position= (128.062,-53.1152,137.606) -Point[2] Position= (128.411,-54.6341,137.565) -Point[3] Position= (128.364,-55.3281,138.057) -Point[4] Position= (128.323,-55.3768,138.093) +Point[0] Position= (128.428,-50.7659,137.59) +Point[1] Position= (127.878,-51.3571,138.493) +Point[2] Position= (127.033,-51.776,140.146) +Point[3] Position= (125.938,-51.8437,140.215) +Point[4] Position= (125.939,-51.7603,140.249) + +TrackID =294 : ParentID=284 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -12.3933 21.7738 25.1649 keV +Vertex : 12.7878 -5.13571 13.8493 cm Global time : 671.839 ps + Current trajectory has 2 points. +Point[0] Position= (127.878,-51.3571,138.493) +Point[1] Position= (127.867,-51.3374,138.516) + +TrackID =280 : ParentID=273 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : 16.0854 18.4887 -14.7353 MeV +Vertex : -23.3832 12.117 -51.4835 nm Global time : 0.000200584 ps + Current trajectory has 3 points. +Point[0] Position= (-2.33832e-05,1.2117e-05,-5.14835e-05) +Point[1] Position= (131.274,150.888,-120.256) +Point[2] Position= (156.354,179.714,-143.231) + +TrackID =305 : ParentID=295 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 511.87 -259.632 -985.784 keV +Vertex : 31.2066 32.9403 -28.4806 cm Global time : 1.79372 ns + Current trajectory has 6 points. +Point[0] Position= (312.066,329.403,-284.806) +Point[1] Position= (312.118,329.292,-285.017) +Point[2] Position= (312.27,329.323,-285.219) +Point[3] Position= (312.453,329.363,-285.411) +Point[4] Position= (312.674,329.336,-285.457) +Point[5] Position= (312.841,329.28,-285.622) + +TrackID =303 : ParentID=295 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -65.075 11.5598 -53.7564 keV +Vertex : 29.8966 31.5755 -26.9488 cm Global time : 1.71247 ns + Current trajectory has 4 points. +Point[0] Position= (298.966,315.755,-269.488) +Point[1] Position= (298.827,316.062,-269.679) +Point[2] Position= (298.875,316.144,-269.604) +Point[3] Position= (298.938,316.085,-269.554) + +TrackID =306 : ParentID=303 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 28.5648 36.6853 7.61264 keV +Vertex : 29.8875 31.6144 -26.9604 cm Global time : 1.72034 ns + Current trajectory has 2 points. +Point[0] Position= (298.875,316.144,-269.604) +Point[1] Position= (298.908,316.185,-269.595) + +TrackID =300 : ParentID=295 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 0.222113 0.102332 -1.01313 MeV +Vertex : 23.8661 26.0174 -21.7426 cm Global time : 1.38478 ns + Current trajectory has 3 points. +Point[0] Position= (238.661,260.174,-217.426) +Point[1] Position= (239.36,259.333,-217.866) +Point[2] Position= (239.379,259.34,-217.829) + +TrackID =298 : ParentID=295 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -33.0417 35.8809 0.777631 keV +Vertex : 22.202 24.3202 -20.3024 cm Global time : 1.29205 ns + Current trajectory has 2 points. +Point[0] Position= (222.02,243.202,-203.024) +Point[1] Position= (221.98,243.245,-203.023) + +TrackID =297 : ParentID=295 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 746.149 -357.316 -459.541 keV +Vertex : 20.2359 22.3318 -18.5616 cm Global time : 1.18206 ns + Current trajectory has 3 points. +Point[0] Position= (202.359,223.318,-185.616) +Point[1] Position= (202.904,223.818,-185.952) +Point[2] Position= (202.905,223.817,-185.953) -TrackID =295 : ParentID=284 : TrackStatus=1 +TrackID =301 : ParentID=295 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : 30.6141 27.3516 -18.3611 keV +Vertex : 23.9218 26.0655 -21.7737 cm Global time : 1.38744 ns + Current trajectory has 6 points. +Point[0] Position= (239.218,260.655,-217.737) +Point[1] Position= (240.126,261.466,-218.281) +Point[2] Position= (273.83,291.577,-238.495) +Point[3] Position= (277.572,294.921,-240.74) +Point[4] Position= (311.243,325.004,-260.934) +Point[5] Position= (311.762,325.467,-261.245) + +TrackID =307 : ParentID=301 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.55385 21.2945 24.1541 keV -Vertex : 12.8364 -5.53281 13.8057 cm Global time : 710.852 ps +Original momentum : 189.76 -20.8688 -97.428 keV +Vertex : 31.1762 32.5467 -26.1245 cm Global time : 1.74291 ns Current trajectory has 2 points. -Point[0] Position= (128.364,-55.3281,138.057) -Point[1] Position= (128.361,-55.3122,138.076) +Point[0] Position= (311.762,325.467,-261.245) +Point[1] Position= (311.767,325.467,-261.248) TrackID =279 : ParentID=274 : TrackStatus=1 Particle name : gamma PDG code : 22 Charge : 0 @@ -5076,176 +5376,149 @@ Vertex : -2.91817 -1.92875 -24.1716 nm Global time : 8.49524e-05 ps Point[0] Position= (-2.91817e-06,-1.92875e-06,-2.41716e-05) Point[1] Position= (-219.688,981.133,-6000) -TrackID =278 : ParentID=274 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -44.9851 -78.9132 -190.088 MeV -Vertex : -2.91817 -1.92875 -24.1716 nm Global time : 8.49524e-05 ps - Current trajectory has 3 points. -Point[0] Position= (-2.91817e-06,-1.92875e-06,-2.41716e-05) -Point[1] Position= (-99.0482,-173.751,-418.536) -Point[2] Position= (-197.571,-346.581,-834.852) +TrackID =296 : ParentID=280 : TrackStatus=1 +Particle name : e+ PDG code : -11 Charge : 1 +Original momentum : 3.49012 3.61511 -3.09788 MeV +Vertex : 15.6354 17.9714 -14.3231 cm Global time : 927.156 ps + Current trajectory has 9 points. +Point[0] Position= (156.354,179.714,-143.231) +Point[1] Position= (164.554,188.208,-150.509) +Point[2] Position= (167.356,189.637,-153.607) +Point[3] Position= (168.751,190.683,-156.509) +Point[4] Position= (170.187,189.402,-158.025) +Point[5] Position= (170.906,187.251,-158.683) +Point[6] Position= (171.835,187.414,-158.109) +Point[7] Position= (171.714,187.272,-158.055) +Point[8] Position= (171.714,187.272,-158.055) -TrackID =299 : ParentID=296 : TrackStatus=1 +TrackID =325 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.8825 -6.14695 -8.99092 keV -Vertex : -23.794 -40.3293 -96.6273 cm Global time : 3.58283 ns +Original momentum : -28.4152 -2.01501 -15.3946 keV +Vertex : 8.50236 47.1862 -22.4371 cm Global time : 2.13663 ns Current trajectory has 2 points. -Point[0] Position= (-237.94,-403.293,-966.273) -Point[1] Position= (-237.921,-403.297,-966.279) +Point[0] Position= (85.0236,471.862,-224.371) +Point[1] Position= (85.0079,471.861,-224.38) -TrackID =298 : ParentID=296 : TrackStatus=1 +TrackID =324 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.2501 -4.97766 -11.3968 keV -Vertex : -20.6583 -36.0435 -86.7572 cm Global time : 3.20878 ns +Original momentum : 9.68645 -14.8945 -30.2818 keV +Vertex : 8.47397 46.9962 -22.3422 cm Global time : 2.12784 ns Current trajectory has 2 points. -Point[0] Position= (-206.583,-360.435,-867.572) -Point[1] Position= (-206.546,-360.439,-867.583) +Point[0] Position= (84.7397,469.962,-223.422) +Point[1] Position= (84.746,469.952,-223.442) -TrackID =312 : ParentID=282 : TrackStatus=1 +TrackID =323 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 83.3006 2.45561 24.5334 keV -Vertex : 10.8896 48.4247 -24.2585 cm Global time : 2.23267 ns - Current trajectory has 3 points. -Point[0] Position= (108.896,484.247,-242.585) -Point[1] Position= (109.152,485.223,-242.198) -Point[2] Position= (109.132,485.223,-242.195) +Original momentum : 24.3854 -13.2018 -23.5639 keV +Vertex : 7.61143 40.6873 -19.1845 cm Global time : 1.83688 ns + Current trajectory has 2 points. +Point[0] Position= (76.1143,406.873,-191.845) +Point[1] Position= (76.1311,406.864,-191.861) -TrackID =311 : ParentID=282 : TrackStatus=1 +TrackID =322 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 53.2388 -37.2602 -60.2994 keV -Vertex : 10.7127 47.7596 -23.8815 cm Global time : 2.20039 ns - Current trajectory has 3 points. -Point[0] Position= (107.127,477.596,-238.815) -Point[1] Position= (107.666,477.052,-238.594) -Point[2] Position= (107.652,476.928,-238.601) +Original momentum : 641.583 376.046 -251.943 keV +Vertex : 7.47554 39.6397 -18.6582 cm Global time : 1.78866 ns + Current trajectory has 2 points. +Point[0] Position= (74.7554,396.397,-186.582) +Point[1] Position= (74.9728,396.524,-186.667) -TrackID =313 : ParentID=311 : TrackStatus=1 +TrackID =321 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.7971 -1.8338 -25.6266 keV -Vertex : 10.7666 47.7052 -23.8594 cm Global time : 2.20825 ns +Original momentum : 56.8436 7.68868 22.5935 keV +Vertex : 7.35429 38.8075 -18.2503 cm Global time : 1.75068 ns Current trajectory has 2 points. -Point[0] Position= (107.666,477.052,-238.594) -Point[1] Position= (107.687,477.05,-238.613) +Point[0] Position= (73.5429,388.075,-182.503) +Point[1] Position= (73.6572,388.09,-182.458) -TrackID =310 : ParentID=282 : TrackStatus=1 +TrackID =320 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.2098 15.0914 29.2446 keV -Vertex : 10.5238 47.0532 -23.4802 cm Global time : 2.16609 ns +Original momentum : -56.5887 15.2323 4.96158 keV +Vertex : 7.19929 37.7468 -17.7363 cm Global time : 1.70238 ns Current trajectory has 2 points. -Point[0] Position= (105.238,470.532,-234.802) -Point[1] Position= (105.246,470.542,-234.783) +Point[0] Position= (71.9929,377.468,-177.363) +Point[1] Position= (71.89,377.496,-177.354) -TrackID =309 : ParentID=282 : TrackStatus=1 +TrackID =319 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.81 -18.7699 -23.2268 keV -Vertex : 9.85616 44.5361 -22.0524 cm Global time : 2.04394 ns +Original momentum : 12.7748 -15.4087 -31.815 keV +Vertex : 6.96483 36.1332 -16.9537 cm Global time : 1.62889 ns Current trajectory has 2 points. -Point[0] Position= (98.5616,445.361,-220.524) -Point[1] Position= (98.5906,445.343,-220.546) +Point[0] Position= (69.6483,361.332,-169.537) +Point[1] Position= (69.6577,361.32,-169.561) -TrackID =308 : ParentID=282 : TrackStatus=1 +TrackID =318 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.56131 27.4251 42.5705 keV -Vertex : 8.61632 39.0268 -18.86 cm Global time : 1.77852 ns +Original momentum : -29.1634 16.0161 21.0672 keV +Vertex : 6.6104 33.6419 -15.7613 cm Global time : 1.51596 ns Current trajectory has 2 points. -Point[0] Position= (86.1632,390.268,-188.6) -Point[1] Position= (86.1571,390.304,-188.544) +Point[0] Position= (66.104,336.419,-157.613) +Point[1] Position= (66.0806,336.431,-157.596) -TrackID =307 : ParentID=282 : TrackStatus=1 +TrackID =317 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.6923 24.6561 36.1731 keV -Vertex : 8.0971 36.7687 -17.6506 cm Global time : 1.6721 ns +Original momentum : 36.347 -0.103803 6.58018 keV +Vertex : 6.34273 31.7057 -14.8492 cm Global time : 1.42867 ns Current trajectory has 2 points. -Point[0] Position= (80.971,367.687,-176.506) -Point[1] Position= (80.96,367.713,-176.469) +Point[0] Position= (63.4273,317.057,-148.492) +Point[1] Position= (63.4532,317.057,-148.487) -TrackID =306 : ParentID=282 : TrackStatus=1 +TrackID =316 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 475.599 349.633 -857.188 keV -Vertex : 7.61215 34.6521 -16.5171 cm Global time : 1.57237 ns - Current trajectory has 22 points. -Point[0] Position= (76.1215,346.521,-165.171) -Point[1] Position= (76.1731,346.539,-165.246) -Point[2] Position= (76.1979,346.547,-165.292) -Point[3] Position= (76.1972,346.555,-165.343) -Point[4] Position= (76.2147,346.588,-165.381) -Point[5] Position= (76.2447,346.606,-165.421) -Point[6] Position= (76.285,346.601,-165.455) -Point[7] Position= (76.3348,346.582,-165.457) -Point[8] Position= (76.386,346.572,-165.467) -Point[9] Position= (76.4323,346.548,-165.478) -Point[10] Position= (76.4793,346.527,-165.479) -Point[11] Position= (76.5302,346.518,-165.469) -Point[12] Position= (76.5812,346.512,-165.462) -Point[13] Position= (76.6275,346.491,-165.466) -Point[14] Position= (76.6782,346.483,-165.477) -Point[15] Position= (76.6916,346.436,-165.491) -Point[16] Position= (76.7216,346.396,-165.48) -Point[17] Position= (76.7586,346.371,-165.45) -Point[18] Position= (76.791,346.335,-165.436) -Point[19] Position= (76.8346,346.311,-165.428) -Point[20] Position= (76.8763,346.283,-165.443) -Point[21] Position= (76.9217,346.247,-165.473) +Original momentum : -69.5558 -5.28775 -52.9129 keV +Vertex : 6.19291 30.6203 -14.3375 cm Global time : 1.37973 ns + Current trajectory has 3 points. +Point[0] Position= (61.9291,306.203,-143.375) +Point[1] Position= (62.0644,307.225,-144.305) +Point[2] Position= (62.0559,307.219,-144.324) -TrackID =305 : ParentID=282 : TrackStatus=1 +TrackID =315 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.05955 -21.0302 -56.5609 keV -Vertex : 6.53985 30.4585 -14.4143 cm Global time : 1.37756 ns +Original momentum : -26.2826 -4.58905 -20.6263 keV +Vertex : 6.17485 30.4896 -14.2759 cm Global time : 1.37383 ns Current trajectory has 2 points. -Point[0] Position= (65.3985,304.585,-144.143) -Point[1] Position= (65.3807,304.544,-144.254) +Point[0] Position= (61.7485,304.896,-142.759) +Point[1] Position= (61.7328,304.893,-142.771) -TrackID =304 : ParentID=282 : TrackStatus=1 +TrackID =314 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 641.726 513.077 80.2408 keV -Vertex : 6.32885 29.6275 -14.0029 cm Global time : 1.33908 ns +Original momentum : -25.2535 -5.60162 -27.2889 keV +Vertex : 4.93422 23.3061 -11.0275 cm Global time : 1.0524 ns Current trajectory has 2 points. -Point[0] Position= (63.2885,296.275,-140.029) -Point[1] Position= (63.5206,296.461,-140) +Point[0] Position= (49.3422,233.061,-110.275) +Point[1] Position= (49.3236,233.056,-110.295) -TrackID =303 : ParentID=282 : TrackStatus=1 +TrackID =313 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.7905 -11.0117 -13.6513 keV -Vertex : 4.05788 19.2707 -9.14168 cm Global time : 870.424 ps +Original momentum : -33.8464 -4.4544 -30.6656 keV +Vertex : 4.69819 22.1941 -10.5043 cm Global time : 1.00224 ns Current trajectory has 2 points. -Point[0] Position= (40.5788,192.707,-91.4168) -Point[1] Position= (40.6021,192.698,-91.4278) +Point[0] Position= (46.9819,221.941,-105.043) +Point[1] Position= (46.9456,221.936,-105.076) -TrackID =302 : ParentID=282 : TrackStatus=1 +TrackID =312 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.1166 -13.7322 -25.5891 keV -Vertex : 3.10167 14.7191 -6.98075 cm Global time : 664.817 ps +Original momentum : -29.8669 -2.729 -23.1311 keV +Vertex : 2.91289 13.7702 -6.52469 cm Global time : 621.924 ps Current trajectory has 2 points. -Point[0] Position= (31.0167,147.191,-69.8075) -Point[1] Position= (31.0271,147.181,-69.8264) +Point[0] Position= (29.1289,137.702,-65.2469) +Point[1] Position= (29.0977,137.699,-65.2711) -TrackID =301 : ParentID=282 : TrackStatus=1 +TrackID =311 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.3996 -22.6409 -67.7851 keV -Vertex : 2.90954 13.8059 -6.54753 cm Global time : 623.567 ps +Original momentum : -8.58102 -12.7112 -34.7234 keV +Vertex : 2.73212 12.9157 -6.12034 cm Global time : 583.339 ps Current trajectory has 2 points. -Point[0] Position= (29.0954,138.059,-65.4753) -Point[1] Position= (29.0345,137.947,-65.8086) +Point[0] Position= (27.3212,129.157,-61.2034) +Point[1] Position= (27.3122,129.144,-61.2398) -TrackID =300 : ParentID=282 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -59.7761 70.6114 80.7827 keV -Vertex : 0.600537 2.8456 -1.34763 cm Global time : 128.497 ps - Current trajectory has 6 points. -Point[0] Position= (6.00537,28.456,-13.4763) -Point[1] Position= (5.52729,29.1888,-13.2332) -Point[2] Position= (5.70095,30.8023,-13.261) -Point[3] Position= (5.81992,31.0127,-11.9692) -Point[4] Position= (5.82977,30.9846,-11.7649) -Point[5] Position= (5.83509,30.9723,-11.758) - -TrackID =314 : ParentID=300 : TrackStatus=1 +TrackID =310 : ParentID=282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.0396 4.9546 -6.93293 keV -Vertex : 0.552729 2.91888 -1.32332 cm Global time : 140.114 ps +Original momentum : 27.9975 -21.7407 -41.711 keV +Vertex : 2.49349 11.7884 -5.58647 cm Global time : 532.428 ps Current trajectory has 2 points. -Point[0] Position= (5.52729,29.1888,-13.2332) -Point[1] Position= (5.47369,29.1953,-13.2423) +Point[0] Position= (24.9349,117.884,-55.8647) +Point[1] Position= (25.0033,117.831,-55.9666) TrackID =60 : ParentID=45 : TrackStatus=1 Particle name : unknown : omega PDG code : 223 Charge : 0 @@ -5255,13 +5528,13 @@ Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-30 Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) Point[1] Position= (-4.14712e-306,1.34179e-306,1.85287e-305) -TrackID =315 : ParentID=60 : TrackStatus=1 +TrackID =326 : ParentID=60 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 Original momentum : -485.715 276.92 118.38 MeV Vertex : -4.14712e-294 1.34179e-294 1.85287e-293 fm Global time : 9.07189e-305 ps Current trajectory has 2 points. Point[0] Position= (-4.14712e-306,1.34179e-306,1.85287e-305) -Point[1] Position= (-5.95531e-05,3.39529e-05,1.45145e-05) +Point[1] Position= (-4.74779e-05,2.70685e-05,1.15715e-05) TrackID =59 : ParentID=45 : TrackStatus=1 Particle name : eta PDG code : 221 Charge : 0 @@ -5269,4359 +5542,4000 @@ Original momentum : -0.0908684 0.00596785 1.11739 GeV Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps Current trajectory has 2 points. Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (-1.91366e-307,-1.56031e-308,1.34458e-305) +Point[1] Position= (-1.84911e-307,-1.6027e-308,1.33664e-305) -TrackID =321 : ParentID=59 : TrackStatus=1 +TrackID =332 : ParentID=59 : TrackStatus=1 Particle name : pi- PDG code : -211 Charge : -1 Original momentum : 65.1721 35.0795 314.139 MeV -Vertex : -1.91366e-295 -1.56031e-296 1.34458e-293 fm Global time : 6.43556e-305 ps - Current trajectory has 93 points. -Point[0] Position= (-1.91366e-307,-1.56031e-308,1.34458e-305) -Point[1] Position= (2.88366,1.55203,13.9034) -Point[2] Position= (29.1144,15.6404,140.489) -Point[3] Position= (70.6012,37.5897,339.655) -Point[4] Position= (89.0274,47.3329,427.295) -Point[5] Position= (93.2103,49.5373,447.295) -Point[6] Position= (163.945,86.7514,785.193) -Point[7] Position= (170.018,89.9254,814.091) -Point[8] Position= (171.953,90.9333,823.291) -Point[9] Position= (176.814,93.4713,846.396) -Point[10] Position= (178.267,94.2313,853.289) -Point[11] Position= (187.396,98.9898,896.681) -Point[12] Position= (191.146,100.957,914.595) -Point[13] Position= (209.048,110.411,1000) -Point[14] Position= (221.628,117.013,1060.01) -Point[15] Position= (222.233,117.33,1062.89) -Point[16] Position= (230.94,121.899,1104.44) -Point[17] Position= (233.142,123.047,1114.98) -Point[18] Position= (238.072,125.554,1138.41) -Point[19] Position= (240.015,126.54,1147.63) -Point[20] Position= (250.584,131.901,1197.82) -Point[21] Position= (287.813,150.904,1375.41) -Point[22] Position= (287.826,150.911,1375.47) -Point[23] Position= (301.647,157.901,1441.04) -Point[24] Position= (303.7,158.935,1450.77) -Point[25] Position= (313.317,163.778,1496.35) -Point[26] Position= (351.515,182.873,1677.21) -Point[27] Position= (357.165,185.729,1704.01) -Point[28] Position= (375.468,195.012,1790.65) -Point[29] Position= (375.943,195.251,1792.89) -Point[30] Position= (399.017,206.866,1902.12) -Point[31] Position= (405.868,210.32,1934.48) -Point[32] Position= (421.564,218.234,2008.82) -Point[33] Position= (428.571,221.774,2042.01) -Point[34] Position= (483.455,249.609,2301.18) -Point[35] Position= (487.764,251.785,2321.72) -Point[36] Position= (542.686,279.346,2584.05) -Point[37] Position= (553.32,284.683,2634.76) -Point[38] Position= (566.174,291.161,2695.94) -Point[39] Position= (570.873,293.555,2718.36) -Point[40] Position= (582.96,299.704,2775.96) -Point[41] Position= (631.574,324.558,3007.43) -Point[42] Position= (667.832,343.18,3180.65) -Point[43] Position= (669.997,344.28,3191.05) -Point[44] Position= (688.862,353.876,3281.68) -Point[45] Position= (689.513,354.207,3284.81) -Point[46] Position= (700.761,359.961,3339.06) -Point[47] Position= (713.607,366.581,3402.39) -Point[48] Position= (727.672,373.865,3472.11) -Point[49] Position= (730.881,375.526,3488.01) -Point[50] Position= (737.765,379.091,3522.11) -Point[51] Position= (741.632,381.101,3541.3) -Point[52] Position= (753.391,387.187,3599.67) -Point[53] Position= (775.271,398.547,3708.09) -Point[54] Position= (794.337,408.418,3802.51) -Point[55] Position= (854.441,439.82,4100.11) -Point[56] Position= (862.21,443.91,4138.83) -Point[57] Position= (869.884,447.936,4177.1) -Point[58] Position= (887.138,456.989,4263.16) -Point[59] Position= (902.129,464.799,4337.76) -Point[60] Position= (902.178,464.825,4338) -Point[61] Position= (917.393,472.852,4413.93) -Point[62] Position= (917.512,472.915,4414.53) -Point[63] Position= (942.94,486.247,4541.16) -Point[64] Position= (955.005,492.638,4601.31) -Point[65] Position= (974.208,502.83,4697.35) -Point[66] Position= (976.939,504.263,4711.03) -Point[67] Position= (992.794,512.632,4790.61) -Point[68] Position= (1004.57,518.794,4849.77) -Point[69] Position= (1023.13,528.522,4943.25) -Point[70] Position= (1047.61,541.3,5066.76) -Point[71] Position= (1052,543.617,5088.79) -Point[72] Position= (1056.4,545.94,5110.94) -Point[73] Position= (1058.07,546.825,5119.34) -Point[74] Position= (1079.83,558.292,5228.52) -Point[75] Position= (1081.81,559.341,5238.44) -Point[76] Position= (1083.64,560.317,5247.68) -Point[77] Position= (1088.09,562.687,5270.02) -Point[78] Position= (1120.45,579.848,5432.09) -Point[79] Position= (1122.3,580.831,5441.46) -Point[80] Position= (1142.14,591.354,5542.2) -Point[81] Position= (1151.67,596.494,5590.75) -Point[82] Position= (1155.19,598.391,5608.69) -Point[83] Position= (1158.9,600.399,5627.62) -Point[84] Position= (1160.17,601.089,5634.13) -Point[85] Position= (1165.53,603.986,5661.42) -Point[86] Position= (1214.42,630.414,5909.99) -Point[87] Position= (1214.68,630.551,5911.28) -Point[88] Position= (1215.43,630.96,5915.14) -Point[89] Position= (1223.33,635.211,5955.34) -Point[90] Position= (1223.62,635.365,5956.8) -Point[91] Position= (1231.8,639.734,5998.29) -Point[92] Position= (1232.14,639.913,6000) - -TrackID =402 : ParentID=321 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.4927 43.4975 -8.60503 keV -Vertex : 1.2318 0.639734 5.99829 m Global time : 22.3887 ns - Current trajectory has 2 points. -Point[0] Position= (1231.8,639.734,5998.29) -Point[1] Position= (1231.93,639.867,5998.26) - -TrackID =401 : ParentID=321 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.71238 34.9081 -3.60591 keV -Vertex : 1.22362 0.635365 5.9568 m Global time : 22.2341 ns - Current trajectory has 2 points. -Point[0] Position= (1223.62,635.365,5956.8) -Point[1] Position= (1223.63,635.397,5956.8) - -TrackID =400 : ParentID=321 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.8095 -24.8582 -0.637056 keV -Vertex : 1.22333 0.635211 5.95534 m Global time : 22.2286 ns - Current trajectory has 2 points. -Point[0] Position= (1223.33,635.211,5955.34) -Point[1] Position= (1223.35,635.191,5955.34) - -TrackID =399 : ParentID=321 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.9703 70.2897 -9.20955 keV -Vertex : 1.21543 0.63096 5.91514 m Global time : 22.0788 ns +Vertex : -1.84911e-295 -1.6027e-296 1.33664e-293 fm Global time : 6.406e-305 ps + Current trajectory has 78 points. +Point[0] Position= (-1.84911e-307,-1.6027e-308,1.33664e-305) +Point[1] Position= (47.9326,25.7144,230.805) +Point[2] Position= (74.3511,40.0275,358.373) +Point[3] Position= (94.8508,51.1351,457.268) +Point[4] Position= (101.565,54.779,489.689) +Point[5] Position= (111.65,60.2452,538.368) +Point[6] Position= (125.691,67.7719,606.069) +Point[7] Position= (172.382,92.8085,831.827) +Point[8] Position= (176.103,94.8039,849.897) +Point[9] Position= (202.896,109.172,980.886) +Point[10] Position= (206.801,111.273,1000) +Point[11] Position= (207.849,111.836,1005.12) +Point[12] Position= (263.525,141.779,1277.41) +Point[13] Position= (270.141,145.356,1309.83) +Point[14] Position= (285.325,153.576,1384.32) +Point[15] Position= (292.105,157.245,1417.58) +Point[16] Position= (344.867,185.72,1677.39) +Point[17] Position= (349.033,187.968,1697.97) +Point[18] Position= (402.236,216.543,1960.81) +Point[19] Position= (412.543,222.093,2011.62) +Point[20] Position= (424.983,228.853,2072.92) +Point[21] Position= (429.527,231.337,2095.39) +Point[22] Position= (441.23,237.729,2153.1) +Point[23] Position= (488.267,263.354,2385.04) +Point[24] Position= (523.288,282.37,2558.65) +Point[25] Position= (525.381,283.509,2569.07) +Point[26] Position= (543.609,293.46,2659.88) +Point[27] Position= (544.239,293.803,2663.03) +Point[28] Position= (555.112,299.765,2717.39) +Point[29] Position= (567.486,306.606,2780.85) +Point[30] Position= (581.085,314.143,2850.7) +Point[31] Position= (584.188,315.863,2866.64) +Point[32] Position= (590.834,319.563,2900.81) +Point[33] Position= (594.573,321.644,2920.03) +Point[34] Position= (605.962,327.953,2978.51) +Point[35] Position= (627.137,339.71,3087.15) +Point[36] Position= (645.547,350.02,3181.74) +Point[37] Position= (703.241,382.609,3479.99) +Point[38] Position= (710.746,386.841,3518.79) +Point[39] Position= (718.165,391.01,3557.14) +Point[40] Position= (734.848,400.383,3643.37) +Point[41] Position= (749.302,408.517,3718.11) +Point[42] Position= (749.349,408.544,3718.35) +Point[43] Position= (764.053,416.834,3794.43) +Point[44] Position= (764.168,416.899,3795.03) +Point[45] Position= (788.669,430.703,3921.93) +Point[46] Position= (800.306,437.28,3982.2) +Point[47] Position= (818.858,447.752,4078.44) +Point[48] Position= (821.493,449.236,4092.15) +Point[49] Position= (836.797,457.814,4171.89) +Point[50] Position= (848.182,464.187,4231.16) +Point[51] Position= (866.167,474.215,4324.82) +Point[52] Position= (889.928,487.565,4448.53) +Point[53] Position= (894.164,489.961,4470.61) +Point[54] Position= (898.416,492.373,4492.8) +Point[55] Position= (900.031,493.288,4501.22) +Point[56] Position= (920.976,505.189,4610.63) +Point[57] Position= (922.88,506.274,4620.57) +Point[58] Position= (924.656,507.284,4629.82) +Point[59] Position= (928.944,509.721,4652.21) +Point[60] Position= (959.917,527.298,4814.67) +Point[61] Position= (961.702,528.313,4824.06) +Point[62] Position= (980.85,539.244,4924.99) +Point[63] Position= (990.056,544.552,4973.64) +Point[64] Position= (993.453,546.515,4991.61) +Point[65] Position= (997.038,548.585,5010.58) +Point[66] Position= (998.272,549.299,5017.1) +Point[67] Position= (1003.44,552.293,5044.45) +Point[68] Position= (1050.6,579.619,5293.51) +Point[69] Position= (1050.84,579.76,5294.8) +Point[70] Position= (1051.58,580.184,5298.66) +Point[71] Position= (1059.21,584.579,5338.94) +Point[72] Position= (1059.49,584.739,5340.41) +Point[73] Position= (1067.39,589.252,5381.98) +Point[74] Position= (1095,605.096,5527.83) +Point[75] Position= (1132.19,626.501,5724.82) +Point[76] Position= (1154.1,639.121,5841.36) +Point[77] Position= (1183.91,656.277,6000) + +TrackID =398 : ParentID=332 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 32.0787 18.0999 -6.45353 keV +Vertex : 1.13219 0.626501 5.72482 m Global time : 21.3371 ns + Current trajectory has 2 points. +Point[0] Position= (1132.19,626.501,5724.82) +Point[1] Position= (1132.22,626.52,5724.82) + +TrackID =397 : ParentID=332 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 21.9755 43.093 -6.28122 keV +Vertex : 1.095 0.605096 5.52783 m Global time : 20.604 ns + Current trajectory has 2 points. +Point[0] Position= (1095,605.096,5527.83) +Point[1] Position= (1095.04,605.176,5527.82) + +TrackID =396 : ParentID=332 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 39.2506 44.6687 -8.35744 keV +Vertex : 1.06739 0.589252 5.38198 m Global time : 20.0611 ns + Current trajectory has 2 points. +Point[0] Position= (1067.39,589.252,5381.98) +Point[1] Position= (1067.51,589.388,5381.95) + +TrackID =395 : ParentID=332 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 5.71348 35.0954 -3.50727 keV +Vertex : 1.05949 0.584739 5.34041 m Global time : 19.9064 ns + Current trajectory has 2 points. +Point[0] Position= (1059.49,584.739,5340.41) +Point[1] Position= (1059.5,584.771,5340.4) + +TrackID =394 : ParentID=332 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 23.5211 -24.1869 -0.600219 keV +Vertex : 1.05921 0.584579 5.33894 m Global time : 19.9009 ns + Current trajectory has 2 points. +Point[0] Position= (1059.21,584.579,5338.94) +Point[1] Position= (1059.23,584.56,5338.94) + +TrackID =393 : ParentID=332 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 48.9444 71.7587 -8.86585 keV +Vertex : 1.05158 0.580184 5.29866 m Global time : 19.751 ns Current trajectory has 3 points. -Point[0] Position= (1215.43,630.96,5915.14) -Point[1] Position= (1216.46,631.09,5915.3) -Point[2] Position= (1216.47,631.041,5915.27) +Point[0] Position= (1051.58,580.184,5298.66) +Point[1] Position= (1051.92,580.86,5299.3) +Point[2] Position= (1051.98,580.902,5299.28) -TrackID =398 : ParentID=321 : TrackStatus=1 +TrackID =392 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.3903 -12.9623 -4.25373 keV -Vertex : 1.21468 0.630551 5.91128 m Global time : 22.0644 ns +Original momentum : 37.7664 -11.8636 -4.13572 keV +Vertex : 1.05084 0.57976 5.2948 m Global time : 19.7366 ns Current trajectory has 2 points. -Point[0] Position= (1214.68,630.551,5911.28) -Point[1] Position= (1214.72,630.536,5911.27) +Point[0] Position= (1050.84,579.76,5294.8) +Point[1] Position= (1050.89,579.747,5294.79) -TrackID =397 : ParentID=321 : TrackStatus=1 +TrackID =391 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 71.3222 -41.2667 -2.29516 keV -Vertex : 1.21442 0.630414 5.90999 m Global time : 22.0596 ns - Current trajectory has 3 points. -Point[0] Position= (1214.42,630.414,5909.99) -Point[1] Position= (1214.73,630.374,5910.08) -Point[2] Position= (1214.95,630.251,5910.13) - -TrackID =403 : ParentID=397 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.6664 35.7682 -9.21373 keV -Vertex : 1.21473 0.630374 5.91008 m Global time : 22.0656 ns +Original momentum : 72.4961 -39.1787 -2.10609 keV +Vertex : 1.0506 0.579619 5.29351 m Global time : 19.7318 ns Current trajectory has 2 points. -Point[0] Position= (1214.73,630.374,5910.08) -Point[1] Position= (1214.76,630.424,5910.07) +Point[0] Position= (1050.6,579.619,5293.51) +Point[1] Position= (1051.09,579.353,5293.5) -TrackID =396 : ParentID=321 : TrackStatus=1 +TrackID =390 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.03475 -30.748 5.7681 keV -Vertex : 1.16553 0.603986 5.66142 m Global time : 21.1331 ns +Original momentum : -6.16209 -30.9519 5.67546 keV +Vertex : 1.00344 0.552293 5.04445 m Global time : 18.8048 ns Current trajectory has 2 points. -Point[0] Position= (1165.53,603.986,5661.42) -Point[1] Position= (1165.52,603.964,5661.43) +Point[0] Position= (1003.44,552.293,5044.45) +Point[1] Position= (1003.44,552.271,5044.45) -TrackID =395 : ParentID=321 : TrackStatus=1 +TrackID =389 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.2075 -21.4454 -1.47084 keV -Vertex : 1.16017 0.601089 5.63413 m Global time : 21.0314 ns +Original momentum : 25.8246 -20.7018 -1.41824 keV +Vertex : 0.998272 0.549299 5.0171 m Global time : 18.703 ns Current trajectory has 2 points. -Point[0] Position= (1160.17,601.089,5634.13) -Point[1] Position= (1160.19,601.073,5634.13) +Point[0] Position= (998.272,549.299,5017.1) +Point[1] Position= (998.292,549.283,5017.1) -TrackID =394 : ParentID=321 : TrackStatus=1 +TrackID =388 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.04136 -65.2965 11.1001 keV -Vertex : 1.1589 0.600399 5.62762 m Global time : 21.0071 ns +Original momentum : 4.89024 -65.2058 10.9728 keV +Vertex : 0.997038 0.548585 5.01058 m Global time : 18.6787 ns Current trajectory has 2 points. -Point[0] Position= (1158.9,600.399,5627.62) -Point[1] Position= (1158.91,600.143,5627.66) +Point[0] Position= (997.038,548.585,5010.58) +Point[1] Position= (997.058,548.329,5010.62) -TrackID =393 : ParentID=321 : TrackStatus=1 +TrackID =387 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.962 -12.3405 12.6711 keV -Vertex : 1.15519 0.598391 5.60869 m Global time : 20.9365 ns +Original momentum : -44.6335 -13.6679 12.4688 keV +Vertex : 0.993453 0.546515 4.99161 m Global time : 18.6081 ns Current trajectory has 2 points. -Point[0] Position= (1155.19,598.391,5608.69) -Point[1] Position= (1155.11,598.369,5608.71) +Point[0] Position= (993.453,546.515,4991.61) +Point[1] Position= (993.372,546.49,4991.63) -TrackID =392 : ParentID=321 : TrackStatus=1 +TrackID =386 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 45.7842 6.0035 -7.24323 keV -Vertex : 1.15167 0.596494 5.59075 m Global time : 20.8697 ns +Original momentum : 45.6182 7.34412 -7.05286 keV +Vertex : 0.990056 0.544552 4.97364 m Global time : 18.5412 ns Current trajectory has 2 points. -Point[0] Position= (1151.67,596.494,5590.75) -Point[1] Position= (1151.74,596.504,5590.74) +Point[0] Position= (990.056,544.552,4973.64) +Point[1] Position= (990.132,544.564,4973.63) -TrackID =391 : ParentID=321 : TrackStatus=1 +TrackID =385 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.8595 -163.094 40.9487 keV -Vertex : 1.14214 0.591354 5.5422 m Global time : 20.6887 ns - Current trajectory has 7 points. -Point[0] Position= (1142.14,591.354,5542.2) -Point[1] Position= (1144.24,587.096,5541.2) -Point[2] Position= (1145.35,584.968,5543.92) -Point[3] Position= (1147.49,583.796,5544.61) -Point[4] Position= (1148.54,582.911,5545.32) -Point[5] Position= (1147.67,582.179,5544.82) -Point[6] Position= (1147.49,582.322,5544.89) +Original momentum : 46.407 -161.909 40.7589 keV +Vertex : 0.98085 0.539244 4.92499 m Global time : 18.3602 ns + Current trajectory has 8 points. +Point[0] Position= (980.85,539.244,4924.99) +Point[1] Position= (980.387,534.522,4924.95) +Point[2] Position= (976.286,534.838,4926.07) +Point[3] Position= (974.856,534.97,4924.97) +Point[4] Position= (974.467,534.869,4924.67) +Point[5] Position= (973.451,534.661,4923.38) +Point[6] Position= (973.873,535.198,4924.31) +Point[7] Position= (973.835,535.296,4924.33) -TrackID =404 : ParentID=391 : TrackStatus=1 +TrackID =400 : ParentID=385 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.172 4.2402 41.786 keV -Vertex : 1.14854 0.582911 5.54532 m Global time : 20.8232 ns +Original momentum : -2.12146 28.7459 -16.3175 keV +Vertex : 0.974467 0.534869 4.92467 m Global time : 18.4709 ns Current trajectory has 2 points. -Point[0] Position= (1148.54,582.911,5545.32) -Point[1] Position= (1148.56,582.917,5545.38) +Point[0] Position= (974.467,534.869,4924.67) +Point[1] Position= (974.465,534.891,4924.66) -TrackID =390 : ParentID=321 : TrackStatus=1 +TrackID =399 : ParentID=385 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.535 21.2138 -5.72949 keV -Vertex : 1.1223 0.580831 5.44146 m Global time : 20.3133 ns +Original momentum : 20.6002 -29.4972 -31.9192 keV +Vertex : 0.974856 0.53497 4.92497 m Global time : 18.4639 ns Current trajectory has 2 points. -Point[0] Position= (1122.3,580.831,5441.46) -Point[1] Position= (1122.32,580.846,5441.46) +Point[0] Position= (974.856,534.97,4924.97) +Point[1] Position= (974.893,534.917,4924.91) -TrackID =389 : ParentID=321 : TrackStatus=1 +TrackID =384 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.8248 -27.6081 10.1711 keV -Vertex : 1.12045 0.579848 5.43209 m Global time : 20.2784 ns +Original momentum : 22.9341 21.8972 -5.59365 keV +Vertex : 0.961702 0.528313 4.82406 m Global time : 17.9845 ns Current trajectory has 2 points. -Point[0] Position= (1120.45,579.848,5432.09) -Point[1] Position= (1120.42,579.815,5432.1) +Point[0] Position= (961.702,528.313,4824.06) +Point[1] Position= (961.719,528.33,4824.06) -TrackID =388 : ParentID=321 : TrackStatus=1 +TrackID =383 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.9492 -55.4788 4.39266 keV -Vertex : 1.08364 0.560317 5.24768 m Global time : 19.5907 ns - Current trajectory has 3 points. -Point[0] Position= (1083.64,560.317,5247.68) -Point[1] Position= (1083.71,560.176,5247.57) -Point[2] Position= (1083.7,560.082,5247.58) +Original momentum : -27.0548 -28.4225 10.0041 keV +Vertex : 0.959917 0.527298 4.81467 m Global time : 17.9496 ns + Current trajectory has 2 points. +Point[0] Position= (959.917,527.298,4814.67) +Point[1] Position= (959.885,527.263,4814.68) -TrackID =405 : ParentID=388 : TrackStatus=1 +TrackID =382 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.5625 -6.1845 -18.863 keV -Vertex : 1.08371 0.560176 5.24757 m Global time : 19.5948 ns +Original momentum : 30.5221 -54.6296 4.38905 keV +Vertex : 0.924656 0.507284 4.62982 m Global time : 17.2615 ns Current trajectory has 2 points. -Point[0] Position= (1083.71,560.176,5247.57) -Point[1] Position= (1083.74,560.17,5247.55) +Point[0] Position= (924.656,507.284,4629.82) +Point[1] Position= (924.76,507.097,4629.84) -TrackID =387 : ParentID=321 : TrackStatus=1 +TrackID =381 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.6247 -10.8537 11.0042 keV -Vertex : 1.08181 0.559341 5.23844 m Global time : 19.5563 ns +Original momentum : -39.3369 -12.0178 10.8256 keV +Vertex : 0.92288 0.506274 4.62057 m Global time : 17.227 ns Current trajectory has 2 points. -Point[0] Position= (1081.81,559.341,5238.44) -Point[1] Position= (1081.75,559.326,5238.46) +Point[0] Position= (922.88,506.274,4620.57) +Point[1] Position= (922.827,506.257,4620.58) -TrackID =386 : ParentID=321 : TrackStatus=1 +TrackID =380 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.3328 -9.30974 8.18382 keV -Vertex : 1.07983 0.558292 5.22852 m Global time : 19.5193 ns +Original momentum : -30.0826 -10.2001 8.04512 keV +Vertex : 0.920976 0.505189 4.61063 m Global time : 17.19 ns Current trajectory has 2 points. -Point[0] Position= (1079.83,558.292,5228.52) -Point[1] Position= (1079.81,558.285,5228.53) +Point[0] Position= (920.976,505.189,4610.63) +Point[1] Position= (920.953,505.181,4610.64) -TrackID =385 : ParentID=321 : TrackStatus=1 +TrackID =379 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.084 -36.7275 7.96528 keV -Vertex : 1.052 0.543617 5.08879 m Global time : 18.9983 ns +Original momentum : -11.0505 -37.0781 7.84111 keV +Vertex : 0.894164 0.489961 4.47061 m Global time : 16.6687 ns Current trajectory has 2 points. -Point[0] Position= (1052,543.617,5088.79) -Point[1] Position= (1051.98,543.575,5088.8) +Point[0] Position= (894.164,489.961,4470.61) +Point[1] Position= (894.151,489.919,4470.62) -TrackID =384 : ParentID=321 : TrackStatus=1 +TrackID =378 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.1477 18.7333 9.42125 keV -Vertex : 1.04761 0.5413 5.06676 m Global time : 18.9162 ns +Original momentum : -44.7061 17.4313 9.28591 keV +Vertex : 0.889928 0.487565 4.44853 m Global time : 16.5865 ns Current trajectory has 2 points. -Point[0] Position= (1047.61,541.3,5066.76) -Point[1] Position= (1047.53,541.334,5066.77) +Point[0] Position= (889.928,487.565,4448.53) +Point[1] Position= (889.845,487.598,4448.55) -TrackID =383 : ParentID=321 : TrackStatus=1 +TrackID =377 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.4275 -26.4308 -0.725027 keV -Vertex : 1.02313 0.528522 4.94325 m Global time : 18.4558 ns +Original momentum : 25.1786 -25.7175 -0.683261 keV +Vertex : 0.866167 0.474215 4.32482 m Global time : 16.1259 ns Current trajectory has 2 points. -Point[0] Position= (1023.13,528.522,4943.25) -Point[1] Position= (1023.15,528.498,4943.25) +Point[0] Position= (866.167,474.215,4324.82) +Point[1] Position= (866.191,474.191,4324.82) -TrackID =382 : ParentID=321 : TrackStatus=1 +TrackID =376 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.77828 45.6241 -1.91792 keV -Vertex : 1.00457 0.518794 4.84977 m Global time : 18.1074 ns +Original momentum : -4.08326 45.5293 -1.83578 keV +Vertex : 0.848182 0.464187 4.23116 m Global time : 15.7773 ns Current trajectory has 2 points. -Point[0] Position= (1004.57,518.794,4849.77) -Point[1] Position= (1004.56,518.866,4849.77) +Point[0] Position= (848.182,464.187,4231.16) +Point[1] Position= (848.175,464.26,4231.16) -TrackID =381 : ParentID=321 : TrackStatus=1 +TrackID =375 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.2882 24.5354 2.58976 keV -Vertex : 0.976939 0.504263 4.71103 m Global time : 17.5901 ns +Original momentum : -20.9966 23.9352 2.56027 keV +Vertex : 0.821493 0.449236 4.09215 m Global time : 15.2598 ns Current trajectory has 2 points. -Point[0] Position= (976.939,504.263,4711.03) -Point[1] Position= (976.925,504.281,4711.04) +Point[0] Position= (821.493,449.236,4092.15) +Point[1] Position= (821.478,449.253,4092.15) -TrackID =380 : ParentID=321 : TrackStatus=1 +TrackID =374 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.7762 9.13305 -6.31794 keV -Vertex : 0.974208 0.50283 4.69735 m Global time : 17.5391 ns +Original momentum : 33.5232 10.1155 -6.16688 keV +Vertex : 0.818858 0.447752 4.07844 m Global time : 15.2087 ns Current trajectory has 2 points. -Point[0] Position= (974.208,502.83,4697.35) -Point[1] Position= (974.238,502.838,4697.35) +Point[0] Position= (818.858,447.752,4078.44) +Point[1] Position= (818.888,447.762,4078.43) -TrackID =379 : ParentID=321 : TrackStatus=1 +TrackID =373 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.1012 30.6639 -0.0847937 keV -Vertex : 0.955005 0.492638 4.60131 m Global time : 17.181 ns +Original momentum : -10.9816 30.3598 -0.0611937 keV +Vertex : 0.800306 0.43728 3.9822 m Global time : 14.8504 ns Current trajectory has 2 points. -Point[0] Position= (955.005,492.638,4601.31) -Point[1] Position= (954.997,492.66,4601.31) +Point[0] Position= (800.306,437.28,3982.2) +Point[1] Position= (800.298,437.302,3982.2) -TrackID =378 : ParentID=321 : TrackStatus=1 +TrackID =372 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.61614 -32.405 3.12766 keV -Vertex : 0.94294 0.486247 4.54116 m Global time : 16.9566 ns +Original momentum : 8.53555 -32.1787 3.08986 keV +Vertex : 0.788669 0.430703 3.92193 m Global time : 14.6259 ns Current trajectory has 2 points. -Point[0] Position= (942.94,486.247,4541.16) -Point[1] Position= (942.946,486.221,4541.17) +Point[0] Position= (788.669,430.703,3921.93) +Point[1] Position= (788.675,430.677,3921.93) -TrackID =377 : ParentID=321 : TrackStatus=1 +TrackID =371 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -62.284 30.596 14.7317 keV -Vertex : 0.917512 0.472915 4.41453 m Global time : 16.4844 ns +Original momentum : -63.1975 28.7554 14.5483 keV +Vertex : 0.764168 0.416899 3.79503 m Global time : 14.1533 ns Current trajectory has 2 points. -Point[0] Position= (917.512,472.915,4414.53) -Point[1] Position= (917.223,473.057,4414.59) +Point[0] Position= (764.168,416.899,3795.03) +Point[1] Position= (763.874,417.033,3795.09) -TrackID =376 : ParentID=321 : TrackStatus=1 +TrackID =370 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -83.9499 8.52318 24.2785 keV -Vertex : 0.917393 0.472852 4.41393 m Global time : 16.4821 ns +Original momentum : -84.2551 6.04519 23.9634 keV +Vertex : 0.764053 0.416834 3.79443 m Global time : 14.1511 ns Current trajectory has 3 points. -Point[0] Position= (917.393,472.852,4413.93) -Point[1] Position= (916.692,471.948,4414.26) -Point[2] Position= (916.619,471.955,4414.29) +Point[0] Position= (764.053,416.834,3794.43) +Point[1] Position= (763.353,417.049,3794.47) +Point[2] Position= (763.262,416.985,3794.56) -TrackID =406 : ParentID=376 : TrackStatus=1 +TrackID =369 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.5158 -15.2128 31.7951 keV -Vertex : 0.916692 0.471948 4.41426 m Global time : 16.4954 ns +Original momentum : -43.467 -46.4193 18.213 keV +Vertex : 0.749349 0.408544 3.71835 m Global time : 13.8678 ns Current trajectory has 2 points. -Point[0] Position= (916.692,471.948,4414.26) -Point[1] Position= (916.705,471.933,4414.29) +Point[0] Position= (749.349,408.544,3718.35) +Point[1] Position= (749.18,408.363,3718.43) -TrackID =375 : ParentID=321 : TrackStatus=1 +TrackID =368 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.7143 -45.109 18.4839 keV -Vertex : 0.902178 0.464825 4.338 m Global time : 16.199 ns +Original momentum : 10.9805 39.3473 -4.56494 keV +Vertex : 0.749302 0.408517 3.71811 m Global time : 13.8669 ns Current trajectory has 2 points. -Point[0] Position= (902.178,464.825,4338) -Point[1] Position= (902.004,464.649,4338.08) +Point[0] Position= (749.302,408.517,3718.11) +Point[1] Position= (749.315,408.566,3718.1) -TrackID =374 : ParentID=321 : TrackStatus=1 +TrackID =367 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.0922 39.0049 -4.69251 keV -Vertex : 0.902129 0.464799 4.33776 m Global time : 16.1981 ns +Original momentum : 41.3206 1.39755 -6.25511 keV +Vertex : 0.734848 0.400383 3.64337 m Global time : 13.5885 ns Current trajectory has 2 points. -Point[0] Position= (902.129,464.799,4337.76) -Point[1] Position= (902.144,464.848,4337.75) +Point[0] Position= (734.848,400.383,3643.37) +Point[1] Position= (734.902,400.385,3643.36) -TrackID =373 : ParentID=321 : TrackStatus=1 +TrackID =366 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.3188 0.19521 -6.41742 keV -Vertex : 0.887138 0.456989 4.26316 m Global time : 15.9199 ns +Original momentum : 63.3712 -26.8399 -4.16908 keV +Vertex : 0.718165 0.39101 3.55714 m Global time : 13.2674 ns Current trajectory has 2 points. -Point[0] Position= (887.138,456.989,4263.16) -Point[1] Position= (887.192,456.989,4263.16) +Point[0] Position= (718.165,391.01,3557.14) +Point[1] Position= (718.44,390.894,3557.12) -TrackID =372 : ParentID=321 : TrackStatus=1 +TrackID =365 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 62.5555 -28.6619 -4.35395 keV -Vertex : 0.869884 0.447936 4.1771 m Global time : 15.599 ns - Current trajectory has 2 points. -Point[0] Position= (869.884,447.936,4177.1) -Point[1] Position= (870.154,447.812,4177.08) +Original momentum : 5.20598 79.0921 -2.79444 keV +Vertex : 0.710746 0.386841 3.51879 m Global time : 13.1246 ns + Current trajectory has 3 points. +Point[0] Position= (710.746,386.841,3518.79) +Point[1] Position= (711.186,387.28,3518.16) +Point[2] Position= (711.179,387.276,3518.15) -TrackID =371 : ParentID=321 : TrackStatus=1 +TrackID =364 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.47271 78.903 -2.98449 keV -Vertex : 0.86221 0.44391 4.13883 m Global time : 15.4562 ns - Current trajectory has 3 points. -Point[0] Position= (862.21,443.91,4138.83) -Point[1] Position= (862.788,444.328,4138.33) -Point[2] Position= (862.79,444.329,4138.34) +Original momentum : 94.157 -35.0568 -3.449 keV +Vertex : 0.703241 0.382609 3.47999 m Global time : 12.9801 ns + Current trajectory has 4 points. +Point[0] Position= (703.241,382.609,3479.99) +Point[1] Position= (704.167,382.149,3478.88) +Point[2] Position= (704.214,381.836,3478.65) +Point[3] Position= (704.336,381.717,3478.63) -TrackID =370 : ParentID=321 : TrackStatus=1 +TrackID =401 : ParentID=364 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 93.094 -37.7612 -3.73271 keV -Vertex : 0.854441 0.43982 4.10011 m Global time : 15.3118 ns - Current trajectory has 3 points. -Point[0] Position= (854.441,439.82,4100.11) -Point[1] Position= (855.877,440.458,4100.77) -Point[2] Position= (855.683,440.495,4101.16) +Original momentum : 9.27742 15.4983 -32.0164 keV +Vertex : 0.704214 0.381836 3.47865 m Global time : 13.0057 ns + Current trajectory has 2 points. +Point[0] Position= (704.214,381.836,3478.65) +Point[1] Position= (704.223,381.851,3478.62) -TrackID =369 : ParentID=321 : TrackStatus=1 +TrackID =363 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.7399 -26.8169 -2.05415 keV -Vertex : 0.794337 0.408418 3.80251 m Global time : 14.2018 ns +Original momentum : 35.5052 -25.8013 -1.9736 keV +Vertex : 0.645547 0.35002 3.18174 m Global time : 11.8694 ns Current trajectory has 2 points. -Point[0] Position= (794.337,408.418,3802.51) -Point[1] Position= (794.387,408.379,3802.51) +Point[0] Position= (645.547,350.02,3181.74) +Point[1] Position= (645.599,349.982,3181.74) -TrackID =368 : ParentID=321 : TrackStatus=1 +TrackID =362 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.1759 35.2528 5.59176 keV -Vertex : 0.775271 0.398547 3.70809 m Global time : 13.8496 ns +Original momentum : -34.1971 34.2727 5.5323 keV +Vertex : 0.627137 0.33971 3.08715 m Global time : 11.5171 ns Current trajectory has 2 points. -Point[0] Position= (775.271,398.547,3708.09) -Point[1] Position= (775.21,398.612,3708.1) +Point[0] Position= (627.137,339.71,3087.15) +Point[1] Position= (627.074,339.774,3087.16) -TrackID =367 : ParentID=321 : TrackStatus=1 +TrackID =361 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.60399 -65.9589 10.8418 keV -Vertex : 0.753391 0.387187 3.59967 m Global time : 13.4452 ns +Original momentum : 6.45138 -65.8234 10.7237 keV +Vertex : 0.605962 0.327953 2.97851 m Global time : 11.1124 ns Current trajectory has 2 points. -Point[0] Position= (753.391,387.187,3599.67) -Point[1] Position= (753.41,386.922,3599.71) +Point[0] Position= (605.962,327.953,2978.51) +Point[1] Position= (605.988,327.689,2978.55) -TrackID =366 : ParentID=321 : TrackStatus=1 +TrackID =360 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.19979 48.8716 -1.21554 keV -Vertex : 0.741632 0.381101 3.5413 m Global time : 13.2275 ns +Original momentum : -7.59672 48.6759 -1.1409 keV +Vertex : 0.594573 0.321644 2.92003 m Global time : 10.8946 ns Current trajectory has 2 points. -Point[0] Position= (741.632,381.101,3541.3) -Point[1] Position= (741.62,381.194,3541.29) +Point[0] Position= (594.573,321.644,2920.03) +Point[1] Position= (594.559,321.736,2920.03) -TrackID =365 : ParentID=321 : TrackStatus=1 +TrackID =359 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.52636 -34.9499 5.75358 keV -Vertex : 0.730881 0.375526 3.48801 m Global time : 13.0288 ns +Original momentum : -2.54392 -35.0491 5.66767 keV +Vertex : 0.584188 0.315863 2.86664 m Global time : 10.6958 ns Current trajectory has 2 points. -Point[0] Position= (730.881,375.526,3488.01) -Point[1] Position= (730.878,375.494,3488.01) +Point[0] Position= (584.188,315.863,2866.64) +Point[1] Position= (584.185,315.831,2866.64) -TrackID =364 : ParentID=321 : TrackStatus=1 +TrackID =358 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.574 31.2727 0.979661 keV -Vertex : 0.713607 0.366581 3.40239 m Global time : 12.7095 ns +Original momentum : -15.4693 30.8395 0.985492 keV +Vertex : 0.567486 0.306606 2.78085 m Global time : 10.3763 ns Current trajectory has 2 points. -Point[0] Position= (713.607,366.581,3402.39) -Point[1] Position= (713.595,366.608,3402.39) +Point[0] Position= (567.486,306.606,2780.85) +Point[1] Position= (567.473,306.632,2780.85) -TrackID =363 : ParentID=321 : TrackStatus=1 +TrackID =357 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.1189 -18.2882 -2.68762 keV -Vertex : 0.700761 0.359961 3.33906 m Global time : 12.4733 ns +Original momentum : 29.6414 -17.4403 -2.61032 keV +Vertex : 0.555112 0.299765 2.71739 m Global time : 10.1399 ns Current trajectory has 2 points. -Point[0] Position= (700.761,359.961,3339.06) -Point[1] Position= (700.785,359.946,3339.06) +Point[0] Position= (555.112,299.765,2717.39) +Point[1] Position= (555.137,299.751,2717.39) -TrackID =362 : ParentID=321 : TrackStatus=1 +TrackID =356 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.7385 -21.5936 12.3527 keV -Vertex : 0.689513 0.354207 3.28481 m Global time : 12.2707 ns +Original momentum : -37.1542 -22.6894 12.1584 keV +Vertex : 0.544239 0.293803 2.66303 m Global time : 9.93723 ns Current trajectory has 2 points. -Point[0] Position= (689.513,354.207,3284.81) -Point[1] Position= (689.455,354.173,3284.83) +Point[0] Position= (544.239,293.803,2663.03) +Point[1] Position= (544.181,293.768,2663.05) -TrackID =361 : ParentID=321 : TrackStatus=1 +TrackID =355 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.83 -72.9993 17.9305 keV -Vertex : 0.669997 0.34428 3.19105 m Global time : 11.9205 ns +Original momentum : -15.8078 -73.5174 17.7099 keV +Vertex : 0.525381 0.283509 2.56907 m Global time : 9.58688 ns Current trajectory has 2 points. -Point[0] Position= (669.997,344.28,3191.05) -Point[1] Position= (669.894,343.859,3191.15) +Point[0] Position= (525.381,283.509,2569.07) +Point[1] Position= (525.29,283.085,2569.18) -TrackID =360 : ParentID=321 : TrackStatus=1 +TrackID =354 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.8611 -111.615 22.7909 keV -Vertex : 0.667832 0.34318 3.18065 m Global time : 11.8817 ns - Current trajectory has 5 points. -Point[0] Position= (667.832,343.18,3180.65) -Point[1] Position= (667.875,342.64,3180.73) -Point[2] Position= (668.531,341.602,3180.49) -Point[3] Position= (667.77,341.159,3179.59) -Point[4] Position= (667.758,341.214,3179.59) +Original momentum : 18.9505 -111.167 22.624 keV +Vertex : 0.523288 0.28237 2.55865 m Global time : 9.54802 ns + Current trajectory has 4 points. +Point[0] Position= (523.288,282.37,2558.65) +Point[1] Position= (524.191,280.756,2557.71) +Point[2] Position= (524.579,280.886,2557.72) +Point[3] Position= (524.831,280.937,2557.98) -TrackID =408 : ParentID=360 : TrackStatus=1 +TrackID =402 : ParentID=354 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.71348 -20.3002 33.3738 keV -Vertex : 0.668531 0.341602 3.18049 m Global time : 11.9062 ns +Original momentum : 28.5536 -3.8138 -26.4777 keV +Vertex : 0.524579 0.280886 2.55772 m Global time : 9.57819 ns Current trajectory has 2 points. -Point[0] Position= (668.531,341.602,3180.49) -Point[1] Position= (668.524,341.579,3180.53) +Point[0] Position= (524.579,280.886,2557.72) +Point[1] Position= (524.611,280.881,2557.69) -TrackID =407 : ParentID=360 : TrackStatus=1 +TrackID =353 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.9166 -21.9532 -15.6758 keV -Vertex : 0.667875 0.34264 3.18073 m Global time : 11.89 ns +Original momentum : 40.6924 -3.14241 -6.01794 keV +Vertex : 0.488267 0.263354 2.38504 m Global time : 8.90049 ns Current trajectory has 2 points. -Point[0] Position= (667.875,342.64,3180.73) -Point[1] Position= (667.858,342.621,3180.72) +Point[0] Position= (488.267,263.354,2385.04) +Point[1] Position= (488.319,263.35,2385.03) -TrackID =359 : ParentID=321 : TrackStatus=1 +TrackID =352 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.5618 -4.3164 -6.16972 keV -Vertex : 0.631574 0.324558 3.00743 m Global time : 11.2345 ns +Original momentum : -8.63333 34.6165 -0.694541 keV +Vertex : 0.44123 0.237729 2.1531 m Global time : 8.03516 ns Current trajectory has 2 points. -Point[0] Position= (631.574,324.558,3007.43) -Point[1] Position= (631.626,324.553,3007.42) +Point[0] Position= (441.23,237.729,2153.1) +Point[1] Position= (441.223,237.76,2153.1) -TrackID =358 : ParentID=321 : TrackStatus=1 +TrackID =351 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.64263 34.8478 -0.734312 keV -Vertex : 0.58296 0.299704 2.77596 m Global time : 10.3697 ns +Original momentum : 35.8181 -8.94288 -4.73848 keV +Vertex : 0.429527 0.231337 2.09539 m Global time : 7.81986 ns Current trajectory has 2 points. -Point[0] Position= (582.96,299.704,2775.96) -Point[1] Position= (582.953,299.735,2775.96) +Point[0] Position= (429.527,231.337,2095.39) +Point[1] Position= (429.563,231.328,2095.38) -TrackID =357 : ParentID=321 : TrackStatus=1 +TrackID =350 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.5286 -9.97371 -4.85876 keV -Vertex : 0.570873 0.293555 2.71836 m Global time : 10.1545 ns - Current trajectory has 2 points. -Point[0] Position= (570.873,293.555,2718.36) -Point[1] Position= (570.908,293.545,2718.36) +Original momentum : 100.764 14.2265 -10.6399 keV +Vertex : 0.424983 0.228853 2.07292 m Global time : 7.73605 ns + Current trajectory has 3 points. +Point[0] Position= (424.983,228.853,2072.92) +Point[1] Position= (426.117,228.07,2071.85) +Point[2] Position= (426.295,227.743,2071.96) -TrackID =356 : ParentID=321 : TrackStatus=1 +TrackID =349 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 101.087 11.3195 -11.0604 keV -Vertex : 0.566174 0.291161 2.69594 m Global time : 10.0708 ns - Current trajectory has 4 points. -Point[0] Position= (566.174,291.161,2695.94) -Point[1] Position= (567.279,291.737,2696.64) -Point[2] Position= (567.207,291.794,2696.84) -Point[3] Position= (567.17,291.837,2696.86) +Original momentum : -60.734 11.575 15.4905 keV +Vertex : 0.412543 0.222093 2.01162 m Global time : 7.50736 ns + Current trajectory has 2 points. +Point[0] Position= (412.543,222.093,2011.62) +Point[1] Position= (412.328,222.135,2011.68) -TrackID =410 : ParentID=356 : TrackStatus=1 +TrackID =348 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.5819 -19.2535 -6.38193 keV -Vertex : 0.567207 0.291794 2.69684 m Global time : 10.0936 ns +Original momentum : -14.0822 32.3477 0.698707 keV +Vertex : 0.402236 0.216543 1.96081 m Global time : 7.31783 ns Current trajectory has 2 points. -Point[0] Position= (567.207,291.794,2696.84) -Point[1] Position= (567.187,291.78,2696.84) +Point[0] Position= (402.236,216.543,1960.81) +Point[1] Position= (402.223,216.572,1960.81) -TrackID =409 : ParentID=356 : TrackStatus=1 +TrackID =347 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 52.5616 7.98725 -14.9408 keV -Vertex : 0.567279 0.291737 2.69664 m Global time : 10.0891 ns +Original momentum : 19.2355 -37.7969 2.19576 keV +Vertex : 0.349033 0.187968 1.69797 m Global time : 6.33752 ns Current trajectory has 2 points. -Point[0] Position= (567.279,291.737,2696.64) -Point[1] Position= (567.41,291.757,2696.6) +Point[0] Position= (349.033,187.968,1697.97) +Point[1] Position= (349.059,187.917,1697.97) -TrackID =355 : ParentID=321 : TrackStatus=1 +TrackID =346 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -60.3164 13.3344 15.7055 keV -Vertex : 0.55332 0.284683 2.63476 m Global time : 9.84221 ns +Original momentum : -34.673 -17.3925 10.6917 keV +Vertex : 0.344867 0.18572 1.67739 m Global time : 6.26074 ns Current trajectory has 2 points. -Point[0] Position= (553.32,284.683,2634.76) -Point[1] Position= (553.106,284.73,2634.82) +Point[0] Position= (344.867,185.72,1677.39) +Point[1] Position= (344.825,185.7,1677.4) -TrackID =354 : ParentID=321 : TrackStatus=1 +TrackID =345 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.1529 32.7368 0.686356 keV -Vertex : 0.542686 0.279346 2.58405 m Global time : 9.65279 ns +Original momentum : -24.351 29.6807 3.30921 keV +Vertex : 0.292105 0.157245 1.41758 m Global time : 5.29157 ns Current trajectory has 2 points. -Point[0] Position= (542.686,279.346,2584.05) -Point[1] Position= (542.674,279.375,2584.05) +Point[0] Position= (292.105,157.245,1417.58) +Point[1] Position= (292.079,157.277,1417.59) -TrackID =353 : ParentID=321 : TrackStatus=1 +TrackID =344 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.16 -38.3249 2.20082 keV -Vertex : 0.487764 0.251785 2.32172 m Global time : 8.67304 ns +Original momentum : -39.4087 4.48372 9.34552 keV +Vertex : 0.285325 0.153576 1.38432 m Global time : 5.16746 ns Current trajectory has 2 points. -Point[0] Position= (487.764,251.785,2321.72) -Point[1] Position= (487.789,251.733,2321.72) +Point[0] Position= (285.325,153.576,1384.32) +Point[1] Position= (285.277,153.582,1384.33) -TrackID =352 : ParentID=321 : TrackStatus=1 +TrackID =343 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.1117 -16.3753 10.8651 keV -Vertex : 0.483455 0.249609 2.30118 m Global time : 8.5963 ns +Original momentum : 34.798 3.36711 -6.0921 keV +Vertex : 0.270141 0.145356 1.30983 m Global time : 4.88954 ns Current trajectory has 2 points. -Point[0] Position= (483.455,249.609,2301.18) -Point[1] Position= (483.413,249.59,2301.19) +Point[0] Position= (270.141,145.356,1309.83) +Point[1] Position= (270.172,145.359,1309.83) -TrackID =351 : ParentID=321 : TrackStatus=1 +TrackID =342 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.4808 30.3701 3.34221 keV -Vertex : 0.428571 0.221774 2.04201 m Global time : 7.62769 ns +Original momentum : 9.6998 -38.1353 3.93624 keV +Vertex : 0.263525 0.141779 1.27741 m Global time : 4.76855 ns Current trajectory has 2 points. -Point[0] Position= (428.571,221.774,2042.01) -Point[1] Position= (428.546,221.807,2042.01) +Point[0] Position= (263.525,141.779,1277.41) +Point[1] Position= (263.537,141.735,1277.41) -TrackID =350 : ParentID=321 : TrackStatus=1 +TrackID =341 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.227 5.6254 9.49115 keV -Vertex : 0.421564 0.218234 2.00882 m Global time : 7.50365 ns +Original momentum : 50.5983 1.91289 -7.70675 keV +Vertex : 0.207849 0.111836 1.00512 m Global time : 3.75252 ns Current trajectory has 2 points. -Point[0] Position= (421.564,218.234,2008.82) -Point[1] Position= (421.516,218.241,2008.83) +Point[0] Position= (207.849,111.836,1005.12) +Point[1] Position= (207.954,111.84,1005.1) -TrackID =349 : ParentID=321 : TrackStatus=1 +TrackID =340 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.8554 2.36112 -6.23526 keV -Vertex : 0.405868 0.21032 1.93448 m Global time : 7.22589 ns +Original momentum : 20.6403 27.0747 -5.88951 keV +Vertex : 20.2896 10.9172 98.0886 cm Global time : 3.66211 ns Current trajectory has 2 points. -Point[0] Position= (405.868,210.32,1934.48) -Point[1] Position= (405.9,210.322,1934.47) +Point[0] Position= (202.896,109.172,980.886) +Point[1] Position= (202.909,109.189,980.882) -TrackID =348 : ParentID=321 : TrackStatus=1 +TrackID =339 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.62464 -38.3883 3.97961 keV -Vertex : 0.399017 0.206866 1.90212 m Global time : 7.10497 ns +Original momentum : -23.3615 22.7146 3.47463 keV +Vertex : 17.2382 9.28085 83.1827 cm Global time : 3.1059 ns Current trajectory has 2 points. -Point[0] Position= (399.017,206.866,1902.12) -Point[1] Position= (399.027,206.822,1902.13) +Point[0] Position= (172.382,92.8085,831.827) +Point[1] Position= (172.364,92.8258,831.83) -TrackID =347 : ParentID=321 : TrackStatus=1 +TrackID =338 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -81.0558 23.1326 22.9679 keV -Vertex : 0.375943 0.195251 1.79289 m Global time : 6.69683 ns +Original momentum : -26.2208 -37.9059 12.1205 keV +Vertex : 12.5691 6.77719 60.6069 cm Global time : 2.26306 ns Current trajectory has 3 points. -Point[0] Position= (375.943,195.251,1792.89) -Point[1] Position= (375.356,194.953,1793.69) -Point[2] Position= (375.462,195.088,1793.77) +Point[0] Position= (125.691,67.7719,606.069) +Point[1] Position= (125.585,67.7648,606.145) +Point[2] Position= (125.577,67.7657,606.139) -TrackID =411 : ParentID=347 : TrackStatus=1 +TrackID =337 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.60567 -19.8762 24.432 keV -Vertex : 0.375356 0.194953 1.79369 m Global time : 6.71021 ns +Original momentum : -5.15798 73.642 -1.21447 keV +Vertex : 11.165 6.02452 53.8368 cm Global time : 2.01028 ns Current trajectory has 2 points. -Point[0] Position= (375.356,194.953,1793.69) -Point[1] Position= (375.361,194.939,1793.71) +Point[0] Position= (111.65,60.2452,538.368) +Point[1] Position= (111.623,60.6238,538.362) -TrackID =346 : ParentID=321 : TrackStatus=1 +TrackID =336 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 63.9596 -27.8262 -5.21616 keV -Vertex : 0.375468 0.195012 1.79065 m Global time : 6.68843 ns - Current trajectory has 3 points. -Point[0] Position= (375.468,195.012,1790.65) -Point[1] Position= (375.774,194.882,1790.98) -Point[2] Position= (375.768,194.91,1790.99) +Original momentum : -30.1115 -20.1249 10.0381 keV +Vertex : 10.1565 5.4779 48.9689 cm Global time : 1.8285 ns + Current trajectory has 2 points. +Point[0] Position= (101.565,54.779,489.689) +Point[1] Position= (101.534,54.7584,489.699) -TrackID =345 : ParentID=321 : TrackStatus=1 +TrackID =335 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -158.862 -20.1035 67.9578 keV -Vertex : 0.357165 0.185729 1.70401 m Global time : 6.3647 ns - Current trajectory has 6 points. -Point[0] Position= (357.165,185.729,1704.01) -Point[1] Position= (356.315,185.601,1704.24) -Point[2] Position= (353.224,185.161,1704.13) -Point[3] Position= (352.495,185.252,1704.26) -Point[4] Position= (352.237,186.233,1704.94) -Point[5] Position= (352.236,186.155,1705.14) +Original momentum : -18.2058 -26.6981 7.98539 keV +Vertex : 9.48508 5.11351 45.7268 cm Global time : 1.70744 ns + Current trajectory has 2 points. +Point[0] Position= (94.8508,51.1351,457.268) +Point[1] Position= (94.8365,51.1141,457.275) -TrackID =414 : ParentID=345 : TrackStatus=1 +TrackID =334 : ParentID=332 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -55.6485 -67.5818 32.0593 keV -Vertex : 0.352495 0.185252 1.70426 m Global time : 6.41423 ns - Current trajectory has 4 points. -Point[0] Position= (352.495,185.252,1704.26) -Point[1] Position= (352.908,183.803,1704.39) -Point[2] Position= (353.142,183.772,1704.22) -Point[3] Position= (353.185,183.785,1704.16) +Original momentum : 28.7522 87.3661 -6.50914 keV +Vertex : 7.43511 4.00275 35.8373 cm Global time : 1.33815 ns + Current trajectory has 3 points. +Point[0] Position= (74.3511,40.0275,358.373) +Point[1] Position= (74.594,40.8858,359.354) +Point[2] Position= (74.5127,40.9865,359.396) + +TrackID =333 : ParentID=332 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 70.4264 -51.0849 -0.646899 keV +Vertex : 4.79326 2.57144 23.0805 cm Global time : 861.819 ps + Current trajectory has 3 points. +Point[0] Position= (47.9326,25.7144,230.805) +Point[1] Position= (48.1084,25.1522,230.671) +Point[2] Position= (48.2735,25.0091,230.527) -TrackID =415 : ParentID=414 : TrackStatus=1 +TrackID =403 : ParentID=333 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.4189 13.9119 19.5144 keV -Vertex : 0.353142 0.183772 1.70422 m Global time : 6.43537 ns +Original momentum : 24.0666 6.09316 21.4704 keV +Vertex : 4.81084 2.51522 23.0671 cm Global time : 871.228 ps Current trajectory has 2 points. -Point[0] Position= (353.142,183.772,1704.22) -Point[1] Position= (353.161,183.783,1704.24) +Point[0] Position= (48.1084,25.1522,230.671) +Point[1] Position= (48.1268,25.1568,230.687) + +TrackID =331 : ParentID=59 : TrackStatus=1 +Particle name : pi+ PDG code : 211 Charge : 1 +Original momentum : 5.79927 -7.68826 132.999 MeV +Vertex : -1.84911e-295 -1.6027e-296 1.33664e-293 fm Global time : 6.406e-305 ps + Current trajectory has 141 points. +Point[0] Position= (-1.84911e-307,-1.6027e-308,1.33664e-305) +Point[1] Position= (2.70465,-3.50177,60.1053) +Point[2] Position= (2.71749,-3.51849,60.3921) +Point[3] Position= (2.93742,-3.80577,65.3443) +Point[4] Position= (4.39991,-5.71987,98.2691) +Point[5] Position= (7.59541,-9.65136,165.992) +Point[6] Position= (10.5466,-13.2843,227.884) +Point[7] Position= (10.6747,-13.4365,230.562) +Point[8] Position= (11.3051,-14.1807,243.721) +Point[9] Position= (14.7088,-18.367,316.27) +Point[10] Position= (15.3336,-19.1604,329.941) +Point[11] Position= (17.5276,-21.9304,378.02) +Point[12] Position= (19.1874,-24.0202,414.836) +Point[13] Position= (23.0153,-28.9767,504.167) +Point[14] Position= (25.0324,-31.5584,550.778) +Point[15] Position= (25.7136,-32.4472,566.701) +Point[16] Position= (26.7273,-33.7916,590.718) +Point[17] Position= (29.0815,-36.9008,645.815) +Point[18] Position= (29.4293,-37.3737,654.055) +Point[19] Position= (29.452,-37.4056,654.611) +Point[20] Position= (29.9246,-38.0763,666.282) +Point[21] Position= (31.6325,-40.4463,708.356) +Point[22] Position= (32.0126,-40.982,717.959) +Point[23] Position= (32.3632,-41.4758,726.926) +Point[24] Position= (32.4347,-41.5772,728.754) +Point[25] Position= (33.1176,-42.5317,745.773) +Point[26] Position= (33.4996,-43.0578,755.061) +Point[27] Position= (36.1673,-46.6525,818.919) +Point[28] Position= (39.8126,-51.2188,902.339) +Point[29] Position= (42.5709,-54.5858,965.858) +Point[30] Position= (43.3082,-55.4798,982.503) +Point[31] Position= (46.43,-59.2113,1051.32) +Point[32] Position= (46.9786,-59.8578,1063.07) +Point[33] Position= (48.1906,-61.2996,1089.3) +Point[34] Position= (49.0639,-62.3198,1107.85) +Point[35] Position= (54.5224,-68.6494,1224.01) +Point[36] Position= (56.2727,-70.7379,1261.55) +Point[37] Position= (57.361,-72.0663,1284.95) +Point[38] Position= (58.6352,-73.6762,1313.17) +Point[39] Position= (63.7633,-80.1789,1423.47) +Point[40] Position= (66.0804,-83.0177,1470.45) +Point[41] Position= (67.8232,-85.1306,1504.8) +Point[42] Position= (71.6965,-89.7956,1578.83) +Point[43] Position= (76.1047,-94.795,1662.22) +Point[44] Position= (76.1573,-94.8535,1663.21) +Point[45] Position= (81.1782,-100.46,1758.07) +Point[46] Position= (82.9209,-102.35,1790.57) +Point[47] Position= (88.4017,-108.357,1894.77) +Point[48] Position= (88.6967,-108.675,1900.35) +Point[49] Position= (90.5523,-110.699,1935.51) +Point[50] Position= (93.4527,-113.929,1990.12) +Point[51] Position= (93.5051,-113.988,1991.12) +Point[52] Position= (94.0066,-114.555,2000.59) +Point[53] Position= (98.7987,-119.955,2092.24) +Point[54] Position= (99.8908,-121.17,2113.13) +Point[55] Position= (100.586,-121.935,2126.3) +Point[56] Position= (101.565,-123.002,2144.58) +Point[57] Position= (102.557,-124.106,2163.07) +Point[58] Position= (103.795,-125.478,2185.99) +Point[59] Position= (104.996,-126.8,2208.15) +Point[60] Position= (108.58,-130.59,2273.14) +Point[61] Position= (108.632,-130.645,2274.07) +Point[62] Position= (109.575,-131.614,2290.6) +Point[63] Position= (110.741,-132.817,2310.95) +Point[64] Position= (111.785,-133.889,2329.04) +Point[65] Position= (121.29,-143.759,2494.52) +Point[66] Position= (121.533,-144.012,2498.78) +Point[67] Position= (123.692,-146.289,2537.01) +Point[68] Position= (125.628,-148.352,2571.44) +Point[69] Position= (126.585,-149.392,2588.84) +Point[70] Position= (133.16,-156.496,2707.82) +Point[71] Position= (133.35,-156.711,2711.34) +Point[72] Position= (133.695,-157.105,2717.73) +Point[73] Position= (136.339,-160.125,2767.55) +Point[74] Position= (144.137,-169.214,2918.68) +Point[75] Position= (152.843,-179.133,3086.05) +Point[76] Position= (156.325,-182.938,3150.99) +Point[77] Position= (159.186,-186.126,3204.54) +Point[78] Position= (160.526,-187.607,3229.24) +Point[79] Position= (161.704,-188.931,3251.19) +Point[80] Position= (166.123,-194.008,3335.57) +Point[81] Position= (169.679,-198.012,3401.99) +Point[82] Position= (170.048,-198.423,3408.8) +Point[83] Position= (170.887,-199.35,3424.16) +Point[84] Position= (172.483,-201.156,3453.66) +Point[85] Position= (174.539,-203.599,3493.15) +Point[86] Position= (174.824,-203.943,3498.67) +Point[87] Position= (177.038,-206.662,3541.39) +Point[88] Position= (185.222,-216.885,3699.65) +Point[89] Position= (190.273,-222.922,3795.4) +Point[90] Position= (195.145,-229.036,3888.44) +Point[91] Position= (195.528,-229.538,3895.89) +Point[92] Position= (201.861,-237.822,4018.07) +Point[93] Position= (202.281,-238.364,4026.19) +Point[94] Position= (204.306,-240.981,4066.09) +Point[95] Position= (204.56,-241.309,4071.13) +Point[96] Position= (206.877,-244.322,4117.68) +Point[97] Position= (208.476,-246.407,4150.05) +Point[98] Position= (214.54,-254.528,4281.89) +Point[99] Position= (214.839,-254.918,4288.44) +Point[100] Position= (216.076,-256.542,4316.47) +Point[101] Position= (218.612,-259.799,4373.01) +Point[102] Position= (218.653,-259.849,4373.88) +Point[103] Position= (218.76,-259.979,4376.16) +Point[104] Position= (220.657,-262.331,4416.92) +Point[105] Position= (220.869,-262.598,4421.54) +Point[106] Position= (222.645,-264.834,4460.01) +Point[107] Position= (223.617,-266.08,4481.37) +Point[108] Position= (225.556,-268.463,4523.47) +Point[109] Position= (227.709,-271.089,4569.92) +Point[110] Position= (230.268,-274.237,4626.02) +Point[111] Position= (234.644,-279.574,4719.32) +Point[112] Position= (236.869,-282.453,4768.67) +Point[113] Position= (238.32,-284.351,4801.37) +Point[114] Position= (239.741,-286.171,4833.08) +Point[115] Position= (241.353,-288.203,4868.04) +Point[116] Position= (243.022,-290.277,4903.78) +Point[117] Position= (243.105,-290.38,4905.59) +Point[118] Position= (243.31,-290.64,4910.14) +Point[119] Position= (243.311,-290.642,4910.16) +Point[120] Position= (246.688,-294.786,4983.13) +Point[121] Position= (247.59,-295.865,5002.29) +Point[122] Position= (248.001,-296.358,5011.05) +Point[123] Position= (248.361,-296.788,5018.65) +Point[124] Position= (249.653,-298.338,5045.92) +Point[125] Position= (252.531,-301.755,5105.81) +Point[126] Position= (256.372,-306.73,5190.96) +Point[127] Position= (258.181,-309.112,5231.11) +Point[128] Position= (260.243,-311.771,5275.9) +Point[129] Position= (264.936,-317.694,5374.47) +Point[130] Position= (265.249,-318.08,5380.98) +Point[131] Position= (267.171,-320.413,5420.34) +Point[132] Position= (267.564,-320.903,5428.45) +Point[133] Position= (271.743,-326.053,5514.84) +Point[134] Position= (272.269,-326.693,5525.81) +Point[135] Position= (273.27,-327.894,5546.51) +Point[136] Position= (283.427,-340.266,5761.31) +Point[137] Position= (290.219,-347.919,5901.55) +Point[138] Position= (290.368,-348.087,5904.62) +Point[139] Position= (293.611,-351.807,5974.32) +Point[140] Position= (293.96,-352.21,5981.81) + +TrackID =519 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -34.04 8.93775 3.85626 keV +Vertex : 0.293611 -0.351807 5.97432 m Global time : 29.083 ns + Current trajectory has 2 points. +Point[0] Position= (293.611,-351.807,5974.32) +Point[1] Position= (293.581,-351.799,5974.33) + +TrackID =518 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -4.78832 -39.2525 0.329743 keV +Vertex : 0.290368 -0.348087 5.90462 m Global time : 28.7422 ns + Current trajectory has 2 points. +Point[0] Position= (290.368,-348.087,5904.62) +Point[1] Position= (290.362,-348.132,5904.62) + +TrackID =517 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 49.7808 -42.598 1.29053 keV +Vertex : 0.283427 -0.340266 5.76131 m Global time : 28.0416 ns + Current trajectory has 2 points. +Point[0] Position= (283.427,-340.266,5761.31) +Point[1] Position= (283.617,-340.428,5761.31) + +TrackID =516 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 47.2088 2.40321 1.04886 keV +Vertex : 0.27327 -0.327894 5.54651 m Global time : 26.9918 ns + Current trajectory has 2 points. +Point[0] Position= (273.27,-327.894,5546.51) +Point[1] Position= (273.351,-327.89,5546.51) + +TrackID =515 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -34.9874 -3.81962 3.25132 keV +Vertex : 0.272269 -0.326693 5.52581 m Global time : 26.8907 ns + Current trajectory has 2 points. +Point[0] Position= (272.269,-326.693,5525.81) +Point[1] Position= (272.238,-326.697,5525.82) + +TrackID =514 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 2.96746 -58.4052 1.34651 keV +Vertex : 0.271743 -0.326053 5.51484 m Global time : 26.837 ns + Current trajectory has 2 points. +Point[0] Position= (271.743,-326.053,5514.84) +Point[1] Position= (271.752,-326.221,5514.84) + +TrackID =513 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -24.4226 23.5921 4.30278 keV +Vertex : 0.267564 -0.320903 5.42845 m Global time : 26.4148 ns + Current trajectory has 2 points. +Point[0] Position= (267.564,-320.903,5428.45) +Point[1] Position= (267.544,-320.883,5428.45) + +TrackID =512 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 61.2277 40.4333 7.18746 keV +Vertex : 0.267171 -0.320413 5.42034 m Global time : 26.3751 ns + Current trajectory has 3 points. +Point[0] Position= (267.171,-320.413,5420.34) +Point[1] Position= (267.192,-320.404,5420.34) +Point[2] Position= (267.41,-320.369,5420.38) -TrackID =413 : ParentID=345 : TrackStatus=1 +TrackID =522 : ParentID=512 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.24962 73.1063 -18.7071 keV -Vertex : 0.353224 0.185161 1.70413 m Global time : 6.40468 ns +Original momentum : -5.42502 35.9855 -1.18185 keV +Vertex : 0.267192 -0.320404 5.42034 m Global time : 26.3757 ns Current trajectory has 2 points. -Point[0] Position= (353.224,185.161,1704.13) -Point[1] Position= (353.27,185.564,1704.03) +Point[0] Position= (267.192,-320.404,5420.34) +Point[1] Position= (267.187,-320.369,5420.34) -TrackID =412 : ParentID=345 : TrackStatus=1 +TrackID =511 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.4823 33.1602 -1.22594 keV -Vertex : 0.356315 0.185601 1.70424 m Global time : 6.37382 ns +Original momentum : 46.8578 -87.2672 6.58822 keV +Vertex : 0.265249 -0.31808 5.38098 m Global time : 26.1828 ns + Current trajectory has 3 points. +Point[0] Position= (265.249,-318.08,5380.98) +Point[1] Position= (265.002,-319.314,5381.86) +Point[2] Position= (264.805,-319.483,5381.78) + +TrackID =510 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -0.214449 -45.4851 0.265019 keV +Vertex : 0.258181 -0.309112 5.23111 m Global time : 25.4506 ns Current trajectory has 2 points. -Point[0] Position= (356.315,185.601,1704.24) -Point[1] Position= (356.303,185.632,1704.24) +Point[0] Position= (258.181,-309.112,5231.11) +Point[1] Position= (258.181,-309.184,5231.11) -TrackID =344 : ParentID=321 : TrackStatus=1 +TrackID =509 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.17763 33.6732 -1.22339 keV -Vertex : 0.351515 0.182873 1.67721 m Global time : 6.26455 ns +Original momentum : -24.6119 -35.3392 1.63463 keV +Vertex : 0.256372 -0.30673 5.19096 m Global time : 25.2544 ns Current trajectory has 2 points. -Point[0] Position= (351.515,182.873,1677.21) -Point[1] Position= (351.511,182.901,1677.21) +Point[0] Position= (256.372,-306.73,5190.96) +Point[1] Position= (256.338,-306.779,5190.96) -TrackID =343 : ParentID=321 : TrackStatus=1 +TrackID =508 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.7457 23.3276 3.49965 keV -Vertex : 0.313317 0.163778 1.49635 m Global time : 5.58887 ns +Original momentum : 20.538 -24.8517 -0.911393 keV +Vertex : 0.252531 -0.301755 5.10581 m Global time : 24.8386 ns Current trajectory has 2 points. -Point[0] Position= (313.317,163.778,1496.35) -Point[1] Position= (313.299,163.796,1496.36) +Point[0] Position= (252.531,-301.755,5105.81) +Point[1] Position= (252.546,-301.774,5105.81) -TrackID =342 : ParentID=321 : TrackStatus=1 +TrackID =507 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.2213 -4.17069 9.34786 keV -Vertex : 0.3037 0.158935 1.45077 m Global time : 5.41858 ns +Original momentum : -11.9872 -54.7159 1.93384 keV +Vertex : 0.249653 -0.298338 5.04592 m Global time : 24.5461 ns Current trajectory has 2 points. -Point[0] Position= (303.7,158.935,1450.77) -Point[1] Position= (303.666,158.931,1450.78) +Point[0] Position= (249.653,-298.338,5045.92) +Point[1] Position= (249.622,-298.48,5045.92) -TrackID =341 : ParentID=321 : TrackStatus=1 +TrackID =506 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.5248 -51.6118 1.87688 keV -Vertex : 0.301647 0.157901 1.44104 m Global time : 5.38221 ns +Original momentum : -34.3804 17.4081 4.77848 keV +Vertex : 0.248361 -0.296788 5.01865 m Global time : 24.413 ns Current trajectory has 2 points. -Point[0] Position= (301.647,157.901,1441.04) -Point[1] Position= (301.787,157.713,1441.04) +Point[0] Position= (248.361,-296.788,5018.65) +Point[1] Position= (248.323,-296.769,5018.66) -TrackID =340 : ParentID=321 : TrackStatus=1 +TrackID =505 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.242847 -102.604 22.9444 keV -Vertex : 0.287826 0.150911 1.37547 m Global time : 5.13725 ns - Current trajectory has 5 points. -Point[0] Position= (287.826,150.911,1375.47) -Point[1] Position= (287.829,150.867,1375.48) -Point[2] Position= (288.739,149.896,1376.71) -Point[3] Position= (289.068,150.516,1377.27) -Point[4] Position= (289.059,150.545,1377.26) +Original momentum : -37.4244 0.499346 3.81915 keV +Vertex : 0.248001 -0.296358 5.01105 m Global time : 24.3758 ns + Current trajectory has 2 points. +Point[0] Position= (248.001,-296.358,5011.05) +Point[1] Position= (247.962,-296.358,5011.06) -TrackID =339 : ParentID=321 : TrackStatus=1 +TrackID =504 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.4174 35.5551 0.351288 keV -Vertex : 0.250584 0.131901 1.19782 m Global time : 4.47368 ns +Original momentum : 43.4823 17.4296 2.20105 keV +Vertex : 0.243311 -0.290642 4.91016 m Global time : 23.8833 ns Current trajectory has 2 points. -Point[0] Position= (250.584,131.901,1197.82) -Point[1] Position= (250.571,131.937,1197.82) +Point[0] Position= (243.311,-290.642,4910.16) +Point[1] Position= (243.384,-290.612,4910.16) -TrackID =338 : ParentID=321 : TrackStatus=1 +TrackID =503 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -65.3271 40.7797 16.1346 keV -Vertex : 0.240015 0.12654 1.14763 m Global time : 4.28616 ns - Current trajectory has 3 points. -Point[0] Position= (240.015,126.54,1147.63) -Point[1] Position= (239.698,127.076,1147.31) -Point[2] Position= (239.708,127.092,1147.32) +Original momentum : -36.5806 15.7834 4.84732 keV +Vertex : 0.24331 -0.29064 4.91014 m Global time : 23.8832 ns + Current trajectory has 2 points. +Point[0] Position= (243.31,-290.64,4910.14) +Point[1] Position= (243.267,-290.622,4910.15) -TrackID =337 : ParentID=321 : TrackStatus=1 +TrackID =502 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -140.158 134.051 58.4427 keV -Vertex : 0.238072 0.125554 1.13841 m Global time : 4.25173 ns - Current trajectory has 10 points. -Point[0] Position= (238.072,125.554,1138.41) -Point[1] Position= (234.118,129.078,1143.97) -Point[2] Position= (232.559,129.244,1145.93) -Point[3] Position= (230.907,129.528,1146.65) -Point[4] Position= (229.74,130.024,1147.22) -Point[5] Position= (226.563,130.518,1148.07) -Point[6] Position= (225.533,128.529,1147.11) -Point[7] Position= (225.263,127.835,1147.16) -Point[8] Position= (224.579,126.732,1147.17) -Point[9] Position= (224.557,126.639,1147.11) +Original momentum : 55.1855 22.0725 3.814 keV +Vertex : 0.243105 -0.29038 4.90559 m Global time : 23.8609 ns + Current trajectory has 3 points. +Point[0] Position= (243.105,-290.38,4905.59) +Point[1] Position= (243.159,-290.344,4905.62) +Point[2] Position= (243.205,-290.327,4905.66) -TrackID =419 : ParentID=337 : TrackStatus=1 +TrackID =523 : ParentID=502 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.1852 -5.01277 57.9295 keV -Vertex : 0.225263 0.127835 1.14716 m Global time : 4.44144 ns +Original momentum : -2.2061 36.5373 -14.5352 keV +Vertex : 0.243159 -0.290344 4.90562 m Global time : 23.8628 ns Current trajectory has 2 points. -Point[0] Position= (225.263,127.835,1147.16) -Point[1] Position= (225.22,127.82,1147.33) +Point[0] Position= (243.159,-290.344,4905.62) +Point[1] Position= (243.157,-290.303,4905.6) -TrackID =418 : ParentID=337 : TrackStatus=1 +TrackID =501 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.270298 38.051 1.65433 keV -Vertex : 0.22974 0.130024 1.14722 m Global time : 4.36778 ns - Current trajectory has 2 points. -Point[0] Position= (229.74,130.024,1147.22) -Point[1] Position= (229.741,130.064,1147.23) +Original momentum : 73.2939 -48.1282 4.83143 keV +Vertex : 0.243022 -0.290277 4.90378 m Global time : 23.8521 ns + Current trajectory has 3 points. +Point[0] Position= (243.022,-290.277,4903.78) +Point[1] Position= (243.155,-291.26,4904.64) +Point[2] Position= (243.158,-291.251,4904.66) -TrackID =417 : ParentID=337 : TrackStatus=1 +TrackID =500 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.6333 13.2842 49.5271 keV -Vertex : 0.230907 0.129528 1.14665 m Global time : 4.35283 ns - Current trajectory has 2 points. -Point[0] Position= (230.907,129.528,1146.65) -Point[1] Position= (230.946,129.559,1146.77) +Original momentum : -93.6442 -50.5819 17.9216 keV +Vertex : 0.241353 -0.288203 4.86804 m Global time : 23.6776 ns + Current trajectory has 5 points. +Point[0] Position= (241.353,-288.203,4868.04) +Point[1] Position= (239.642,-288.048,4867.33) +Point[2] Position= (239.062,-288.002,4867.45) +Point[3] Position= (239,-287.894,4867.5) +Point[4] Position= (238.97,-287.715,4867.48) -TrackID =416 : ParentID=337 : TrackStatus=1 +TrackID =525 : ParentID=500 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.7944 -26.6177 -13.4289 keV -Vertex : 0.232559 0.129244 1.14593 m Global time : 4.33507 ns +Original momentum : -36.0958 -3.80628 22.0837 keV +Vertex : 0.239 -0.287894 4.8675 m Global time : 23.711 ns Current trajectory has 2 points. -Point[0] Position= (232.559,129.244,1145.93) -Point[1] Position= (232.542,129.221,1145.92) +Point[0] Position= (239,-287.894,4867.5) +Point[1] Position= (238.951,-287.899,4867.53) -TrackID =421 : ParentID=336 : TrackStatus=1 +TrackID =524 : ParentID=500 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.1864 -10.813 9.34446 keV -Vertex : 0.184902 0.417375 1.34214 m Global time : 5.59355 ns +Original momentum : 5.06116 3.86062 38.2005 keV +Vertex : 0.239062 -0.288002 4.86745 m Global time : 23.7082 ns Current trajectory has 2 points. -Point[0] Position= (184.902,417.375,1342.14) -Point[1] Position= (184.87,417.364,1342.15) +Point[0] Position= (239.062,-288.002,4867.45) +Point[1] Position= (239.068,-287.998,4867.49) -TrackID =420 : ParentID=336 : TrackStatus=1 +TrackID =499 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.16362 -23.5817 39.4682 keV -Vertex : 0.198152 0.190714 1.16115 m Global time : 4.49757 ns +Original momentum : -51.1434 -8.62415 5.7063 keV +Vertex : 0.239741 -0.286171 4.83308 m Global time : 23.507 ns Current trajectory has 2 points. -Point[0] Position= (198.152,190.714,1161.15) -Point[1] Position= (198.159,190.676,1161.21) +Point[0] Position= (239.741,-286.171,4833.08) +Point[1] Position= (239.629,-286.19,4833.09) -TrackID =335 : ParentID=321 : TrackStatus=1 +TrackID =498 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.4079 3.17554 7.37935 keV -Vertex : 0.23094 0.121899 1.10444 m Global time : 4.12483 ns +Original momentum : 36.2926 -13.065 -0.271455 keV +Vertex : 0.236869 -0.282453 4.76867 m Global time : 23.1926 ns Current trajectory has 2 points. -Point[0] Position= (230.94,121.899,1104.44) -Point[1] Position= (230.916,121.901,1104.44) +Point[0] Position= (236.869,-282.453,4768.67) +Point[1] Position= (236.909,-282.467,4768.67) -TrackID =334 : ParentID=321 : TrackStatus=1 +TrackID =497 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 46.8874 42.0566 -10.01 keV -Vertex : 0.222233 0.11733 1.06289 m Global time : 3.96964 ns - Current trajectory has 3 points. -Point[0] Position= (222.233,117.33,1062.89) -Point[1] Position= (222.632,117.214,1062.84) -Point[2] Position= (222.641,117.207,1062.87) +Original momentum : 15.5353 62.297 8.72873 keV +Vertex : 0.230268 -0.274237 4.62602 m Global time : 22.4966 ns + Current trajectory has 2 points. +Point[0] Position= (230.268,-274.237,4626.02) +Point[1] Position= (230.326,-274.006,4626.06) -TrackID =333 : ParentID=321 : TrackStatus=1 +TrackID =496 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.4685 41.6475 0.336895 keV -Vertex : 0.221628 0.117013 1.06001 m Global time : 3.95887 ns +Original momentum : 23.7221 22.4375 1.69095 keV +Vertex : 0.227709 -0.271089 4.56992 m Global time : 22.2229 ns Current trajectory has 2 points. -Point[0] Position= (221.628,117.013,1060.01) -Point[1] Position= (221.609,117.073,1060.01) +Point[0] Position= (227.709,-271.089,4569.92) +Point[1] Position= (227.727,-271.072,4569.92) -TrackID =332 : ParentID=321 : TrackStatus=1 +TrackID =495 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.6002 -8.86816 9.4421 keV -Vertex : 19.1146 10.0957 91.4595 cm Global time : 3.4157 ns +Original momentum : 46.6925 -7.94965 0.622755 keV +Vertex : 0.223617 -0.26608 4.48137 m Global time : 21.7909 ns Current trajectory has 2 points. -Point[0] Position= (191.146,100.957,914.595) -Point[1] Position= (191.123,100.951,914.601) +Point[0] Position= (223.617,-266.08,4481.37) +Point[1] Position= (223.698,-266.094,4481.37) -TrackID =331 : ParentID=321 : TrackStatus=1 +TrackID =494 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.7798 -28.7521 14.9781 keV -Vertex : 18.7396 9.89898 89.6681 cm Global time : 3.3488 ns +Original momentum : 4.33622 38.3965 4.20469 keV +Vertex : 0.222645 -0.264834 4.46001 m Global time : 21.6867 ns Current trajectory has 2 points. -Point[0] Position= (187.396,98.9898,896.681) -Point[1] Position= (187.336,98.948,896.703) +Point[0] Position= (222.645,-264.834,4460.01) +Point[1] Position= (222.649,-264.792,4460.01) -TrackID =330 : ParentID=321 : TrackStatus=1 +TrackID =493 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.7834 20.035 6.63084 keV -Vertex : 17.8267 9.42313 85.3289 cm Global time : 3.1867 ns +Original momentum : -39.3743 -1.29336 3.98053 keV +Vertex : 0.220869 -0.262598 4.42154 m Global time : 21.4991 ns Current trajectory has 2 points. -Point[0] Position= (178.267,94.2313,853.289) -Point[1] Position= (178.239,94.2478,853.294) +Point[0] Position= (220.869,-262.598,4421.54) +Point[1] Position= (220.824,-262.599,4421.55) -TrackID =329 : ParentID=321 : TrackStatus=1 +TrackID =492 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.0693 -30.9634 10.2599 keV -Vertex : 17.1953 9.09333 82.3291 cm Global time : 3.07464 ns +Original momentum : -7.04036 46.2248 6.16014 keV +Vertex : 0.220657 -0.262331 4.41692 m Global time : 21.4765 ns Current trajectory has 2 points. -Point[0] Position= (171.953,90.9333,823.291) -Point[1] Position= (171.924,90.8958,823.304) +Point[0] Position= (220.657,-262.331,4416.92) +Point[1] Position= (220.645,-262.252,4416.93) -TrackID =328 : ParentID=321 : TrackStatus=1 +TrackID =491 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.0958 39.0555 -0.147102 keV -Vertex : 17.0018 8.99254 81.4091 cm Global time : 3.04027 ns +Original momentum : 15.9697 38.1792 3.90295 keV +Vertex : 0.21876 -0.259979 4.37616 m Global time : 21.2777 ns Current trajectory has 2 points. -Point[0] Position= (170.018,89.9254,814.091) -Point[1] Position= (170.005,89.9729,814.091) +Point[0] Position= (218.76,-259.979,4376.16) +Point[1] Position= (218.781,-259.93,4376.17) -TrackID =327 : ParentID=321 : TrackStatus=1 +TrackID =490 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 52.0265 9.95391 -8.8823 keV -Vertex : 16.3945 8.67514 78.5193 cm Global time : 2.93232 ns +Original momentum : 10.4742 41.4771 4.50717 keV +Vertex : 0.218653 -0.259849 4.37388 m Global time : 21.2666 ns Current trajectory has 2 points. -Point[0] Position= (163.945,86.7514,785.193) -Point[1] Position= (164.066,86.7747,785.172) +Point[0] Position= (218.653,-259.849,4373.88) +Point[1] Position= (218.668,-259.791,4373.88) -TrackID =326 : ParentID=321 : TrackStatus=1 +TrackID =489 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.2879 -55.6371 6.80242 keV -Vertex : 9.32103 4.95373 44.7295 cm Global time : 1.67033 ns +Original momentum : -25.8093 24.3188 4.41056 keV +Vertex : 0.218612 -0.259799 4.37301 m Global time : 21.2623 ns Current trajectory has 2 points. -Point[0] Position= (93.2103,49.5373,447.295) -Point[1] Position= (93.2503,49.3817,447.314) +Point[0] Position= (218.612,-259.799,4373.01) +Point[1] Position= (218.589,-259.777,4373.01) -TrackID =325 : ParentID=321 : TrackStatus=1 +TrackID =488 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.8842 2.78281 -6.6031 keV -Vertex : 8.90274 4.73329 42.7295 cm Global time : 1.59563 ns - Current trajectory has 2 points. -Point[0] Position= (89.0274,47.3329,427.295) -Point[1] Position= (89.0685,47.3359,427.288) +Original momentum : 24.7947 -41.2104 -0.151651 keV +Vertex : 0.214839 -0.254918 4.28844 m Global time : 20.8499 ns + Current trajectory has 3 points. +Point[0] Position= (214.839,-254.918,4288.44) +Point[1] Position= (214.859,-254.934,4288.44) +Point[2] Position= (214.902,-254.979,4288.42) -TrackID =324 : ParentID=321 : TrackStatus=1 +TrackID =487 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.531 -25.4583 8.89709 keV -Vertex : 7.06012 3.75897 33.9655 cm Global time : 1.26822 ns +Original momentum : -24.8833 -20.5526 1.39066 keV +Vertex : 0.21454 -0.254528 4.28189 m Global time : 20.818 ns Current trajectory has 2 points. -Point[0] Position= (70.6012,37.5897,339.655) -Point[1] Position= (70.5813,37.5672,339.663) +Point[0] Position= (214.54,-254.528,4281.89) +Point[1] Position= (214.522,-254.543,4281.89) -TrackID =323 : ParentID=321 : TrackStatus=1 +TrackID =486 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.3456 32.5733 -9.21718 keV -Vertex : 2.91144 1.56404 14.0489 cm Global time : 524.532 ps +Original momentum : -0.577315 -34.4975 -0.451726 keV +Vertex : 0.208476 -0.246407 4.15005 m Global time : 20.1749 ns Current trajectory has 2 points. -Point[0] Position= (29.1144,15.6404,140.489) -Point[1] Position= (29.2154,15.7181,140.467) +Point[0] Position= (208.476,-246.407,4150.05) +Point[1] Position= (208.476,-246.436,4150.04) -TrackID =322 : ParentID=321 : TrackStatus=1 +TrackID =485 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.6395 -11.395 -4.43291 keV -Vertex : 0.288366 0.155203 1.39034 cm Global time : 51.9134 ps +Original momentum : -42.0082 -17.4033 3.94658 keV +Vertex : 0.206877 -0.244322 4.11768 m Global time : 20.017 ns Current trajectory has 2 points. -Point[0] Position= (2.88366,1.55203,13.9034) -Point[1] Position= (2.91742,1.54092,13.8991) +Point[0] Position= (206.877,-244.322,4117.68) +Point[1] Position= (206.811,-244.349,4117.69) -TrackID =320 : ParentID=59 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : 5.79927 -7.68826 132.999 MeV -Vertex : -1.91366e-295 -1.56031e-296 1.34458e-293 fm Global time : 6.43556e-305 ps - Current trajectory has 120 points. -Point[0] Position= (-1.91366e-307,-1.56031e-308,1.34458e-305) -Point[1] Position= (0.879073,-1.17793,20.3233) -Point[2] Position= (4.58182,-5.94143,104.181) -Point[3] Position= (6.15059,-8.02703,140.952) -Point[4] Position= (14.5299,-19.4274,334.549) -Point[5] Position= (15.8386,-21.0824,365.227) -Point[6] Position= (16.4893,-21.8917,380.114) -Point[7] Position= (20.6519,-26.8338,473.967) -Point[8] Position= (22.1357,-28.5844,506.444) -Point[9] Position= (23.4105,-30.08,535.07) -Point[10] Position= (25.1964,-32.1803,574.192) -Point[11] Position= (27.5228,-34.833,625.848) -Point[12] Position= (27.7268,-35.0817,630.616) -Point[13] Position= (32.9351,-41.7598,759.195) -Point[14] Position= (37.0778,-46.4389,854.921) -Point[15] Position= (37.5956,-47.0092,866.694) -Point[16] Position= (38.7417,-48.3131,892.975) -Point[17] Position= (39.5649,-49.211,911.562) -Point[18] Position= (45.0152,-54.9492,1027.94) -Point[19] Position= (46.6526,-56.8034,1065.54) -Point[20] Position= (47.666,-57.9743,1088.99) -Point[21] Position= (48.9229,-59.3974,1117.27) -Point[22] Position= (53.8117,-65.1636,1227.78) -Point[23] Position= (56.0136,-67.6976,1274.86) -Point[24] Position= (57.6749,-69.5915,1309.28) -Point[25] Position= (61.4107,-73.7069,1383.46) -Point[26] Position= (65.4011,-78.2353,1467.03) -Point[27] Position= (65.4511,-78.2874,1468.02) -Point[28] Position= (70.2087,-83.3814,1563.06) -Point[29] Position= (71.8294,-85.0931,1595.63) -Point[30] Position= (77.044,-90.5057,1700.03) -Point[31] Position= (77.3243,-90.7894,1705.62) -Point[32] Position= (79.0573,-92.5648,1740.85) -Point[33] Position= (81.8108,-95.4484,1795.58) -Point[34] Position= (81.8605,-95.5013,1796.57) -Point[35] Position= (82.3347,-96.0067,1806.06) -Point[36] Position= (87.1886,-100.877,1897.88) -Point[37] Position= (88.2196,-101.957,1918.81) -Point[38] Position= (88.8795,-102.638,1932.01) -Point[39] Position= (89.8117,-103.587,1950.32) -Point[40] Position= (90.7549,-104.572,1968.85) -Point[41] Position= (91.9257,-105.802,1991.82) -Point[42] Position= (93.0569,-106.978,2014.03) -Point[43] Position= (96.4143,-110.341,2079.15) -Point[44] Position= (96.4644,-110.391,2080.08) -Point[45] Position= (97.3503,-111.252,2096.64) -Point[46] Position= (98.4647,-112.319,2117.03) -Point[47] Position= (99.4601,-113.27,2135.16) -Point[48] Position= (108.738,-122.048,2300.97) -Point[49] Position= (108.974,-122.272,2305.24) -Point[50] Position= (111.033,-124.261,2343.55) -Point[51] Position= (112.884,-126.094,2378.05) -Point[52] Position= (113.801,-127.005,2395.48) -Point[53] Position= (120.105,-133.436,2514.7) -Point[54] Position= (120.286,-133.628,2518.22) -Point[55] Position= (120.615,-133.981,2524.63) -Point[56] Position= (123.204,-136.778,2574.54) -Point[57] Position= (130.71,-144.427,2726) -Point[58] Position= (138.832,-153.038,2893.72) -Point[59] Position= (142.205,-156.371,2958.79) -Point[60] Position= (144.916,-159.22,3012.46) -Point[61] Position= (146.186,-160.531,3037.2) -Point[62] Position= (147.342,-161.694,3059.2) -Point[63] Position= (151.625,-166.184,3143.75) -Point[64] Position= (154.908,-169.747,3210.31) -Point[65] Position= (155.26,-170.113,3217.14) -Point[66] Position= (156.06,-170.939,3232.52) -Point[67] Position= (157.565,-172.526,3262.09) -Point[68] Position= (159.565,-174.688,3301.66) -Point[69] Position= (159.837,-174.997,3307.19) -Point[70] Position= (161.915,-177.428,3350) -Point[71] Position= (169.685,-186.5,3508.59) -Point[72] Position= (174.585,-191.887,3604.53) -Point[73] Position= (179.039,-197.28,3697.79) -Point[74] Position= (179.404,-197.739,3705.25) -Point[75] Position= (185.41,-205.252,3827.68) -Point[76] Position= (185.81,-205.743,3835.82) -Point[77] Position= (187.779,-208.19,3875.8) -Point[78] Position= (188.022,-208.486,3880.85) -Point[79] Position= (190.299,-211.25,3927.49) -Point[80] Position= (191.867,-213.14,3959.91) -Point[81] Position= (198.399,-220.721,4091.97) -Point[82] Position= (198.682,-221.07,4098.54) -Point[83] Position= (199.834,-222.522,4126.62) -Point[84] Position= (202.152,-225.408,4183.28) -Point[85] Position= (202.19,-225.452,4184.15) -Point[86] Position= (202.291,-225.568,4186.44) -Point[87] Position= (204.085,-227.634,4227.28) -Point[88] Position= (204.285,-227.871,4231.91) -Point[89] Position= (205.947,-229.846,4270.45) -Point[90] Position= (206.857,-230.966,4291.86) -Point[91] Position= (208.597,-233.112,4334.05) -Point[92] Position= (210.668,-235.438,4380.58) -Point[93] Position= (213.164,-238.294,4436.8) -Point[94] Position= (217.23,-243.083,4530.28) -Point[95] Position= (219.485,-245.681,4579.72) -Point[96] Position= (220.89,-247.399,4612.48) -Point[97] Position= (222.223,-249.003,4644.26) -Point[98] Position= (223.748,-250.815,4679.28) -Point[99] Position= (225.37,-252.696,4715.09) -Point[100] Position= (225.448,-252.788,4716.91) -Point[101] Position= (225.642,-253.019,4721.47) -Point[102] Position= (225.642,-253.02,4721.49) -Point[103] Position= (228.664,-256.647,4794.62) -Point[104] Position= (229.526,-257.594,4813.81) -Point[105] Position= (229.914,-258.032,4822.59) -Point[106] Position= (230.254,-258.415,4830.21) -Point[107] Position= (231.481,-259.788,4857.53) -Point[108] Position= (234.185,-262.85,4917.54) -Point[109] Position= (237.933,-267.007,5002.87) -Point[110] Position= (239.631,-269.103,5043.1) -Point[111] Position= (241.584,-271.471,5087.98) -Point[112] Position= (245.933,-276.655,5186.76) -Point[113] Position= (246.231,-276.999,5193.29) -Point[114] Position= (248.056,-279.083,5232.72) -Point[115] Position= (248.429,-279.52,5240.85) -Point[116] Position= (252.425,-284.374,5327.4) -Point[117] Position= (252.924,-284.945,5338.4) -Point[118] Position= (253.865,-286.029,5359.14) -Point[119] Position= (261.611,-294.769,5528.28) - -TrackID =520 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.1074 3.86335 1.23332 keV -Vertex : 0.253865 -0.286029 5.35914 m Global time : 26.056 ns - Current trajectory has 2 points. -Point[0] Position= (253.865,-286.029,5359.14) -Point[1] Position= (253.946,-286.023,5359.14) - -TrackID =519 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.8746 -4.82463 3.12493 keV -Vertex : 0.252924 -0.284945 5.3384 m Global time : 25.9548 ns - Current trajectory has 2 points. -Point[0] Position= (252.924,-284.945,5338.4) -Point[1] Position= (252.892,-284.95,5338.4) - -TrackID =518 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.64654 -58.2881 1.6489 keV -Vertex : 0.252425 -0.284374 5.3274 m Global time : 25.9011 ns - Current trajectory has 2 points. -Point[0] Position= (252.425,-284.374,5327.4) -Point[1] Position= (252.439,-284.541,5327.41) - -TrackID =517 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.0883 22.9232 4.08284 keV -Vertex : 0.248429 -0.27952 5.24085 m Global time : 25.4785 ns - Current trajectory has 2 points. -Point[0] Position= (248.429,-279.52,5240.85) -Point[1] Position= (248.408,-279.501,5240.86) - -TrackID =516 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 59.997 42.2313 7.23094 keV -Vertex : 0.248056 -0.279083 5.23272 m Global time : 25.4388 ns +TrackID =484 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 40.1168 36.0672 4.50179 keV +Vertex : 0.20456 -0.241309 4.07113 m Global time : 19.7899 ns Current trajectory has 3 points. -Point[0] Position= (248.056,-279.083,5232.72) -Point[1] Position= (248.179,-278.699,5233.28) -Point[2] Position= (248.189,-278.702,5233.29) +Point[0] Position= (204.56,-241.309,4071.13) +Point[1] Position= (204.732,-241.314,4071.18) +Point[2] Position= (204.739,-241.318,4071.17) -TrackID =515 : ParentID=320 : TrackStatus=1 +TrackID =483 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.3172 -85.8528 7.20983 keV -Vertex : 0.246231 -0.276999 5.19329 m Global time : 25.2463 ns - Current trajectory has 3 points. -Point[0] Position= (246.231,-276.999,5193.29) -Point[1] Position= (245.715,-278.417,5194.08) -Point[2] Position= (245.511,-278.413,5193.95) +Original momentum : -44.4751 -15.0394 4.43635 keV +Vertex : 0.204306 -0.240981 4.06609 m Global time : 19.7653 ns + Current trajectory has 2 points. +Point[0] Position= (204.306,-240.981,4066.09) +Point[1] Position= (204.23,-241.007,4066.1) -TrackID =514 : ParentID=320 : TrackStatus=1 +TrackID =482 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.00198 -45.4727 0.495041 keV -Vertex : 0.239631 -0.269103 5.0431 m Global time : 24.5134 ns +Original momentum : 36.3279 -10.5494 -0.524212 keV +Vertex : 0.202281 -0.238364 4.02619 m Global time : 19.5707 ns Current trajectory has 2 points. -Point[0] Position= (239.631,-269.103,5043.1) -Point[1] Position= (239.633,-269.175,5043.1) +Point[0] Position= (202.281,-238.364,4026.19) +Point[1] Position= (202.319,-238.375,4026.19) -TrackID =513 : ParentID=320 : TrackStatus=1 +TrackID =481 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.763 -35.9114 1.7234 keV -Vertex : 0.237933 -0.267007 5.00287 m Global time : 24.3172 ns +Original momentum : -15.1038 -48.7588 1.24966 keV +Vertex : 0.201861 -0.237822 4.01807 m Global time : 19.5311 ns Current trajectory has 2 points. -Point[0] Position= (237.933,-267.007,5002.87) -Point[1] Position= (237.899,-267.057,5002.87) +Point[0] Position= (201.861,-237.822,4018.07) +Point[1] Position= (201.83,-237.923,4018.07) -TrackID =512 : ParentID=320 : TrackStatus=1 +TrackID =480 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.2647 -24.2398 -0.702682 keV -Vertex : 0.234185 -0.26285 4.91754 m Global time : 23.9009 ns +Original momentum : 3.91639 35.5762 4.06126 keV +Vertex : 0.195528 -0.229538 3.89589 m Global time : 18.935 ns Current trajectory has 2 points. -Point[0] Position= (234.185,-262.85,4917.54) -Point[1] Position= (234.201,-262.867,4917.54) +Point[0] Position= (195.528,-229.538,3895.89) +Point[1] Position= (195.532,-229.505,3895.89) -TrackID =511 : ParentID=320 : TrackStatus=1 +TrackID =479 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.3651 -55.0382 2.15498 keV -Vertex : 0.231481 -0.259788 4.85753 m Global time : 23.6082 ns +Original momentum : 28.0317 -30.9025 -1.0581 keV +Vertex : 0.195145 -0.229036 3.88844 m Global time : 18.8987 ns Current trajectory has 2 points. -Point[0] Position= (231.481,-259.788,4857.53) -Point[1] Position= (231.454,-259.93,4857.53) +Point[0] Position= (195.145,-229.036,3888.44) +Point[1] Position= (195.181,-229.076,3888.44) -TrackID =510 : ParentID=320 : TrackStatus=1 +TrackID =478 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.9091 16.3882 4.54656 keV -Vertex : 0.230254 -0.258415 4.83021 m Global time : 23.475 ns +Original momentum : 31.134 -34.0661 -0.751409 keV +Vertex : 0.190273 -0.222922 3.7954 m Global time : 18.4449 ns Current trajectory has 2 points. -Point[0] Position= (230.254,-258.415,4830.21) -Point[1] Position= (230.216,-258.397,4830.21) +Point[0] Position= (190.273,-222.922,3795.4) +Point[1] Position= (190.323,-222.977,3795.4) -TrackID =509 : ParentID=320 : TrackStatus=1 +TrackID =477 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.4388 -0.604033 3.65932 keV -Vertex : 0.229914 -0.258032 4.82259 m Global time : 23.4378 ns +Original momentum : 27.4346 20.4541 1.58494 keV +Vertex : 0.177038 -0.206662 3.54139 m Global time : 17.2064 ns Current trajectory has 2 points. -Point[0] Position= (229.914,-258.032,4822.59) -Point[1] Position= (229.876,-258.032,4822.6) +Point[0] Position= (177.038,-206.662,3541.39) +Point[1] Position= (177.061,-206.645,3541.39) -TrackID =508 : ParentID=320 : TrackStatus=1 +TrackID =476 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.9883 18.605 2.28353 keV -Vertex : 0.225642 -0.25302 4.72149 m Global time : 22.9448 ns +Original momentum : 11.202 38.9586 4.23222 keV +Vertex : 0.174824 -0.203943 3.49867 m Global time : 16.9982 ns Current trajectory has 2 points. -Point[0] Position= (225.642,-253.02,4721.49) -Point[1] Position= (225.715,-252.989,4721.49) +Point[0] Position= (174.824,-203.943,3498.67) +Point[1] Position= (174.838,-203.896,3498.68) -TrackID =507 : ParentID=320 : TrackStatus=1 +TrackID =475 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.009 14.8243 4.61831 keV -Vertex : 0.225642 -0.253019 4.72147 m Global time : 22.9447 ns +Original momentum : -3.62508 -32.1389 -0.321004 keV +Vertex : 0.174539 -0.203599 3.49315 m Global time : 16.9713 ns Current trajectory has 2 points. -Point[0] Position= (225.642,-253.019,4721.47) -Point[1] Position= (225.598,-253.002,4721.47) +Point[0] Position= (174.539,-203.599,3493.15) +Point[1] Position= (174.536,-203.623,3493.15) -TrackID =506 : ParentID=320 : TrackStatus=1 +TrackID =474 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 54.5259 23.6377 3.92296 keV -Vertex : 0.225448 -0.252788 4.71691 m Global time : 22.9225 ns +Original momentum : 41.8719 11.0657 1.14313 keV +Vertex : 0.172483 -0.201156 3.45366 m Global time : 16.7788 ns Current trajectory has 2 points. -Point[0] Position= (225.448,-252.788,4716.91) -Point[1] Position= (225.612,-252.717,4716.92) +Point[0] Position= (172.483,-201.156,3453.66) +Point[1] Position= (172.542,-201.14,3453.66) -TrackID =505 : ParentID=320 : TrackStatus=1 +TrackID =473 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 74.6084 -46.0064 5.36716 keV -Vertex : 0.22537 -0.252696 4.71509 m Global time : 22.9137 ns - Current trajectory has 3 points. -Point[0] Position= (225.37,-252.696,4715.09) -Point[1] Position= (225.887,-253.005,4714.65) -Point[2] Position= (225.75,-253.12,4714.47) +Original momentum : 1.00188 -46.8024 0.236856 keV +Vertex : 0.170887 -0.19935 3.42416 m Global time : 16.635 ns + Current trajectory has 2 points. +Point[0] Position= (170.887,-199.35,3424.16) +Point[1] Position= (170.888,-199.429,3424.16) -TrackID =523 : ParentID=505 : TrackStatus=1 +TrackID =472 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.296 21.7782 5.2866 keV -Vertex : 0.225887 -0.253005 4.71465 m Global time : 22.925 ns +Original momentum : -19.149 -33.6227 1.15219 keV +Vertex : 0.170048 -0.198423 3.4088 m Global time : 16.5602 ns Current trajectory has 2 points. -Point[0] Position= (225.887,-253.005,4714.65) -Point[1] Position= (225.866,-252.988,4714.65) +Point[0] Position= (170.048,-198.423,3408.8) +Point[1] Position= (170.027,-198.46,3408.8) -TrackID =504 : ParentID=320 : TrackStatus=1 +TrackID =471 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -92.2926 -53.0555 17.7902 keV -Vertex : 0.223748 -0.250815 4.67928 m Global time : 22.739 ns - Current trajectory has 4 points. -Point[0] Position= (223.748,-250.815,4679.28) -Point[1] Position= (223.601,-250.893,4679.34) -Point[2] Position= (222.597,-251.474,4678.77) -Point[3] Position= (222.345,-251.365,4678.77) +Original momentum : -101.676 -2.54382 20.5158 keV +Vertex : 0.169679 -0.198012 3.40199 m Global time : 16.527 ns + Current trajectory has 3 points. +Point[0] Position= (169.679,-198.012,3401.99) +Point[1] Position= (168.314,-197.753,3401.15) +Point[2] Position= (168.071,-197.433,3401.08) -TrackID =524 : ParentID=504 : TrackStatus=1 +TrackID =470 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.1967 21.0449 6.55369 keV -Vertex : 0.223601 -0.250893 4.67934 m Global time : 22.7418 ns +Original momentum : -28.1569 -22.564 1.99155 keV +Vertex : 0.161704 -0.188931 3.25119 m Global time : 15.7923 ns Current trajectory has 2 points. -Point[0] Position= (223.601,-250.893,4679.34) -Point[1] Position= (223.581,-250.876,4679.34) +Point[0] Position= (161.704,-188.931,3251.19) +Point[1] Position= (161.677,-188.952,3251.19) -TrackID =503 : ParentID=320 : TrackStatus=1 +TrackID =469 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -50.9162 -9.97067 5.54286 keV -Vertex : 0.222223 -0.249003 4.64426 m Global time : 22.5682 ns +Original momentum : 30.4357 78.3512 13.312 keV +Vertex : 0.160526 -0.187607 3.22924 m Global time : 15.6853 ns Current trajectory has 3 points. -Point[0] Position= (222.223,-249.003,4644.26) -Point[1] Position= (222.147,-249.176,4644.32) -Point[2] Position= (222.147,-249.176,4644.32) +Point[0] Position= (160.526,-187.607,3229.24) +Point[1] Position= (161.646,-187.421,3229.59) +Point[2] Position= (161.657,-187.421,3229.57) -TrackID =502 : ParentID=320 : TrackStatus=1 +TrackID =468 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.6259 -12.1021 -0.0611527 keV -Vertex : 0.219485 -0.245681 4.57972 m Global time : 22.2536 ns +Original momentum : 13.3494 -50.4003 0.121682 keV +Vertex : 0.159186 -0.186126 3.20454 m Global time : 15.565 ns Current trajectory has 2 points. -Point[0] Position= (219.485,-245.681,4579.72) -Point[1] Position= (219.525,-245.694,4579.72) +Point[0] Position= (159.186,-186.126,3204.54) +Point[1] Position= (159.215,-186.236,3204.54) -TrackID =501 : ParentID=320 : TrackStatus=1 +TrackID =467 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.6304 62.7761 8.47706 keV -Vertex : 0.213164 -0.238294 4.4368 m Global time : 21.557 ns +Original momentum : -38.9397 -22.8194 3.64091 keV +Vertex : 0.156325 -0.182938 3.15099 m Global time : 15.3041 ns Current trajectory has 2 points. -Point[0] Position= (213.164,-238.294,4436.8) -Point[1] Position= (213.214,-238.062,4436.83) +Point[0] Position= (156.325,-182.938,3150.99) +Point[1] Position= (156.264,-182.973,3150.99) -TrackID =500 : ParentID=320 : TrackStatus=1 +TrackID =466 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.0399 23.1386 1.6757 keV -Vertex : 0.210668 -0.235438 4.38058 m Global time : 21.283 ns +Original momentum : 12.0852 -46.325 -0.106254 keV +Vertex : 0.152843 -0.179133 3.08605 m Global time : 14.9879 ns Current trajectory has 2 points. -Point[0] Position= (210.668,-235.438,4380.58) -Point[1] Position= (210.686,-235.42,4380.59) +Point[0] Position= (152.843,-179.133,3086.05) +Point[1] Position= (152.865,-179.215,3086.05) -TrackID =499 : ParentID=320 : TrackStatus=1 +TrackID =465 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 46.8891 -6.66921 0.849441 keV -Vertex : 0.206857 -0.230966 4.29186 m Global time : 20.8507 ns +Original momentum : -37.0361 3.7839 4.08003 keV +Vertex : 0.144137 -0.169214 2.91868 m Global time : 14.173 ns Current trajectory has 2 points. -Point[0] Position= (206.857,-230.966,4291.86) -Point[1] Position= (206.938,-230.977,4291.86) +Point[0] Position= (144.137,-169.214,2918.68) +Point[1] Position= (144.099,-169.21,2918.69) -TrackID =498 : ParentID=320 : TrackStatus=1 +TrackID =464 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.28762 38.5199 4.02302 keV -Vertex : 0.205947 -0.229846 4.27045 m Global time : 20.7464 ns +Original momentum : 30.6475 13.2941 0.743733 keV +Vertex : 0.13316 -0.156496 2.70782 m Global time : 13.1465 ns Current trajectory has 2 points. -Point[0] Position= (205.947,-229.846,4270.45) -Point[1] Position= (205.951,-229.803,4270.46) +Point[0] Position= (133.16,-156.496,2707.82) +Point[1] Position= (133.185,-156.485,2707.82) -TrackID =497 : ParentID=320 : TrackStatus=1 +TrackID =463 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.3395 -2.37036 3.82549 keV -Vertex : 0.204285 -0.227871 4.23191 m Global time : 20.5586 ns +Original momentum : -5.98846 31.7146 3.74199 keV +Vertex : 0.126585 -0.149392 2.58884 m Global time : 12.5673 ns Current trajectory has 2 points. -Point[0] Position= (204.285,-227.871,4231.91) -Point[1] Position= (204.239,-227.874,4231.92) +Point[0] Position= (126.585,-149.392,2588.84) +Point[1] Position= (126.58,-149.369,2588.84) -TrackID =496 : ParentID=320 : TrackStatus=1 +TrackID =462 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.35138 46.041 5.89353 keV -Vertex : 0.204085 -0.227634 4.22728 m Global time : 20.5361 ns +Original momentum : 22.038 30.1989 2.56756 keV +Vertex : 0.125628 -0.148352 2.57144 m Global time : 12.4826 ns Current trajectory has 2 points. -Point[0] Position= (204.085,-227.634,4227.28) -Point[1] Position= (204.071,-227.555,4227.29) +Point[0] Position= (125.628,-148.352,2571.44) +Point[1] Position= (125.65,-148.321,2571.44) -TrackID =495 : ParentID=320 : TrackStatus=1 +TrackID =461 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.8269 38.6501 3.77496 keV -Vertex : 0.202291 -0.225568 4.18644 m Global time : 20.3371 ns +Original momentum : -10.3253 -30.6851 0.235489 keV +Vertex : 0.123692 -0.146289 2.53701 m Global time : 12.315 ns Current trajectory has 2 points. -Point[0] Position= (202.291,-225.568,4186.44) -Point[1] Position= (202.31,-225.518,4186.44) +Point[0] Position= (123.692,-146.289,2537.01) +Point[1] Position= (123.685,-146.311,2537.01) -TrackID =494 : ParentID=320 : TrackStatus=1 +TrackID =460 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.21799 41.7919 4.34062 keV -Vertex : 0.20219 -0.225452 4.18415 m Global time : 20.3259 ns +Original momentum : -5.45809 -34.4178 0.00538451 keV +Vertex : 0.121533 -0.144012 2.49878 m Global time : 12.129 ns Current trajectory has 2 points. -Point[0] Position= (202.19,-225.452,4184.15) -Point[1] Position= (202.203,-225.394,4184.15) +Point[0] Position= (121.533,-144.012,2498.78) +Point[1] Position= (121.529,-144.042,2498.78) -TrackID =493 : ParentID=320 : TrackStatus=1 +TrackID =459 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.5361 23.5658 4.17977 keV -Vertex : 0.202152 -0.225408 4.18328 m Global time : 20.3217 ns +Original momentum : 7.89099 33.8182 3.28183 keV +Vertex : 0.12129 -0.143759 2.49452 m Global time : 12.1082 ns Current trajectory has 2 points. -Point[0] Position= (202.152,-225.408,4183.28) -Point[1] Position= (202.127,-225.386,4183.28) +Point[0] Position= (121.29,-143.759,2494.52) +Point[1] Position= (121.296,-143.73,2494.52) -TrackID =492 : ParentID=320 : TrackStatus=1 +TrackID =458 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.8623 -40.549 0.157871 keV -Vertex : 0.198682 -0.22107 4.09854 m Global time : 19.9089 ns +Original momentum : -6.15655 52.0504 7.43808 keV +Vertex : 0.111785 -0.133889 2.32904 m Global time : 11.3029 ns Current trajectory has 2 points. -Point[0] Position= (198.682,-221.07,4098.54) -Point[1] Position= (198.728,-221.143,4098.54) +Point[0] Position= (111.785,-133.889,2329.04) +Point[1] Position= (111.771,-133.772,2329.05) -TrackID =491 : ParentID=320 : TrackStatus=1 +TrackID =457 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.3575 -21.1725 1.39853 keV -Vertex : 0.198399 -0.220721 4.09197 m Global time : 19.8769 ns +Original momentum : 29.5111 -33.0586 -0.866171 keV +Vertex : 0.110741 -0.132817 2.31095 m Global time : 11.2149 ns Current trajectory has 2 points. -Point[0] Position= (198.399,-220.721,4091.97) -Point[1] Position= (198.381,-220.736,4091.97) +Point[0] Position= (110.741,-132.817,2310.95) +Point[1] Position= (110.785,-132.866,2310.95) -TrackID =490 : ParentID=320 : TrackStatus=1 +TrackID =456 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.330818 -34.5026 -0.276633 keV -Vertex : 0.191867 -0.21314 3.95991 m Global time : 19.2334 ns +Original momentum : -9.15079 -33.0004 0.232725 keV +Vertex : 0.108632 -0.130645 2.27407 m Global time : 11.0355 ns Current trajectory has 2 points. -Point[0] Position= (191.867,-213.14,3959.91) -Point[1] Position= (191.868,-213.169,3959.91) +Point[0] Position= (108.632,-130.645,2274.07) +Point[1] Position= (108.624,-130.673,2274.07) -TrackID =489 : ParentID=320 : TrackStatus=1 +TrackID =455 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.5548 -18.4768 3.86729 keV -Vertex : 0.190299 -0.21125 3.92749 m Global time : 19.0754 ns +Original momentum : -32.6909 34.8256 7.2284 keV +Vertex : 0.10858 -0.13059 2.27314 m Global time : 11.0309 ns Current trajectory has 2 points. -Point[0] Position= (190.299,-211.25,3927.49) -Point[1] Position= (190.234,-211.279,3927.49) +Point[0] Position= (108.58,-130.59,2273.14) +Point[1] Position= (108.52,-130.527,2273.15) -TrackID =488 : ParentID=320 : TrackStatus=1 +TrackID =454 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.1171 37.1526 4.47428 keV -Vertex : 0.188022 -0.208486 3.88085 m Global time : 18.8481 ns +Original momentum : 50.1995 13.758 1.92451 keV +Vertex : 0.104996 -0.1268 2.20815 m Global time : 10.7148 ns Current trajectory has 2 points. -Point[0] Position= (188.022,-208.486,3880.85) -Point[1] Position= (188.115,-208.398,3880.86) +Point[0] Position= (104.996,-126.8,2208.15) +Point[1] Position= (105.104,-126.77,2208.15) -TrackID =487 : ParentID=320 : TrackStatus=1 +TrackID =453 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.0823 -16.1822 4.33432 keV -Vertex : 0.187779 -0.20819 3.8758 m Global time : 18.8235 ns +Original momentum : 37.7777 22.4952 2.06663 keV +Vertex : 0.103795 -0.125478 2.18599 m Global time : 10.607 ns Current trajectory has 2 points. -Point[0] Position= (187.779,-208.19,3875.8) -Point[1] Position= (187.704,-208.218,3875.8) +Point[0] Position= (103.795,-125.478,2185.99) +Point[1] Position= (103.85,-125.445,2185.99) -TrackID =486 : ParentID=320 : TrackStatus=1 +TrackID =452 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.595 -9.59078 -0.325816 keV -Vertex : 0.18581 -0.205743 3.83582 m Global time : 18.6287 ns +Original momentum : -30.763 28.8756 5.97344 keV +Vertex : 0.102557 -0.124106 2.16307 m Global time : 10.4955 ns Current trajectory has 2 points. -Point[0] Position= (185.81,-205.743,3835.82) -Point[1] Position= (185.849,-205.753,3835.82) +Point[0] Position= (102.557,-124.106,2163.07) +Point[1] Position= (102.515,-124.067,2163.07) -TrackID =485 : ParentID=320 : TrackStatus=1 +TrackID =451 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.8271 -49.131 1.43963 keV -Vertex : 0.18541 -0.205252 3.82768 m Global time : 18.589 ns - Current trajectory has 2 points. -Point[0] Position= (185.41,-205.252,3827.68) -Point[1] Position= (185.382,-205.353,3827.68) +Original momentum : 8.7822 80.5793 13.8939 keV +Vertex : 0.101565 -0.123002 2.14458 m Global time : 10.4056 ns + Current trajectory has 3 points. +Point[0] Position= (101.565,-123.002,2144.58) +Point[1] Position= (101.566,-122.896,2144.59) +Point[2] Position= (101.458,-122.795,2144.66) -TrackID =484 : ParentID=320 : TrackStatus=1 +TrackID =526 : ParentID=451 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.97527 35.6863 3.89054 keV -Vertex : 0.179404 -0.197739 3.70525 m Global time : 17.9924 ns +Original momentum : 41.6366 37.546 9.68307 keV +Vertex : 0.101566 -0.122896 2.14459 m Global time : 10.4078 ns Current trajectory has 2 points. -Point[0] Position= (179.404,-197.739,3705.25) -Point[1] Position= (179.407,-197.706,3705.25) +Point[0] Position= (101.566,-122.896,2144.59) +Point[1] Position= (101.678,-122.796,2144.62) -TrackID =483 : ParentID=320 : TrackStatus=1 +TrackID =450 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.823 -30.1741 -0.787858 keV -Vertex : 0.179039 -0.19728 3.69779 m Global time : 17.9561 ns +Original momentum : -46.4856 28.1784 8.40845 keV +Vertex : 0.100586 -0.121935 2.1263 m Global time : 10.3167 ns Current trajectory has 2 points. -Point[0] Position= (179.039,-197.28,3697.79) -Point[1] Position= (179.077,-197.319,3697.79) +Point[0] Position= (100.586,-121.935,2126.3) +Point[1] Position= (100.471,-121.866,2126.32) -TrackID =482 : ParentID=320 : TrackStatus=1 +TrackID =449 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.1364 -33.1276 -0.451628 keV -Vertex : 0.174585 -0.191887 3.60453 m Global time : 17.5019 ns +Original momentum : 35.7648 -32.1438 -0.452961 keV +Vertex : 0.0998908 -0.12117 2.11313 m Global time : 10.2527 ns Current trajectory has 2 points. -Point[0] Position= (174.585,-191.887,3604.53) -Point[1] Position= (174.637,-191.941,3604.53) +Point[0] Position= (99.8908,-121.17,2113.13) +Point[1] Position= (99.9548,-121.228,2113.13) -TrackID =481 : ParentID=320 : TrackStatus=1 +TrackID =448 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.8514 21.2134 1.59136 keV -Vertex : 0.161915 -0.177428 3.35 m Global time : 16.2624 ns +Original momentum : 15.0291 -43.1583 -0.335555 keV +Vertex : 0.0987987 -0.119955 2.09224 m Global time : 10.1511 ns Current trajectory has 2 points. -Point[0] Position= (161.915,-177.428,3350) -Point[1] Position= (161.938,-177.41,3350) +Point[0] Position= (98.7987,-119.955,2092.24) +Point[1] Position= (98.8226,-120.024,2092.24) -TrackID =480 : ParentID=320 : TrackStatus=1 +TrackID =447 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.0418 39.2897 4.08093 keV -Vertex : 0.159837 -0.174997 3.30719 m Global time : 16.054 ns +Original momentum : -48.6637 -23.4941 5.40396 keV +Vertex : 0.0940066 -0.114555 2.00059 m Global time : 9.70548 ns Current trajectory has 2 points. -Point[0] Position= (159.837,-174.997,3307.19) -Point[1] Position= (159.849,-174.949,3307.19) +Point[0] Position= (94.0066,-114.555,2000.59) +Point[1] Position= (93.89,-114.611,2000.6) -TrackID =479 : ParentID=320 : TrackStatus=1 +TrackID =446 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.69012 -32.2317 -0.174876 keV -Vertex : 0.159565 -0.174688 3.30166 m Global time : 16.027 ns +Original momentum : -8.14331 47.6542 6.66965 keV +Vertex : 0.0935051 -0.113988 1.99112 m Global time : 9.65942 ns Current trajectory has 2 points. -Point[0] Position= (159.565,-174.688,3301.66) -Point[1] Position= (159.563,-174.712,3301.66) +Point[0] Position= (93.5051,-113.988,1991.12) +Point[1] Position= (93.49,-113.9,1991.13) -TrackID =478 : ParentID=320 : TrackStatus=1 +TrackID =445 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.5067 12.3536 1.26516 keV -Vertex : 0.157565 -0.172526 3.26209 m Global time : 15.8344 ns +Original momentum : 66.5598 43.9288 8.20035 keV +Vertex : 0.0934527 -0.113929 1.99012 m Global time : 9.6546 ns Current trajectory has 2 points. -Point[0] Position= (157.565,-172.526,3262.09) -Point[1] Position= (157.623,-172.509,3262.09) +Point[0] Position= (93.4527,-113.929,1990.12) +Point[1] Position= (93.8747,-113.651,1990.18) -TrackID =477 : ParentID=320 : TrackStatus=1 +TrackID =444 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.51912 -46.7437 0.467506 keV -Vertex : 0.15606 -0.170939 3.23252 m Global time : 15.6905 ns +Original momentum : -39.1145 10.0514 4.99439 keV +Vertex : 0.0905523 -0.110699 1.93551 m Global time : 9.38907 ns Current trajectory has 2 points. -Point[0] Position= (156.06,-170.939,3232.52) -Point[1] Position= (156.064,-171.018,3232.53) +Point[0] Position= (90.5523,-110.699,1935.51) +Point[1] Position= (90.5044,-110.686,1935.51) -TrackID =476 : ParentID=320 : TrackStatus=1 +TrackID =443 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.0458 -34.2247 1.2305 keV -Vertex : 0.15526 -0.170113 3.21714 m Global time : 15.6156 ns +Original momentum : -3.69023 -50.0482 0.939498 keV +Vertex : 0.0886967 -0.108675 1.90035 m Global time : 9.21817 ns Current trajectory has 2 points. -Point[0] Position= (155.26,-170.113,3217.14) -Point[1] Position= (155.241,-170.15,3217.14) +Point[0] Position= (88.6967,-108.675,1900.35) +Point[1] Position= (88.6894,-108.774,1900.35) -TrackID =475 : ParentID=320 : TrackStatus=1 +TrackID =442 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -101.638 -5.67082 20.0776 keV -Vertex : 0.154908 -0.169747 3.21031 m Global time : 15.5824 ns - Current trajectory has 4 points. -Point[0] Position= (154.908,-169.747,3210.31) -Point[1] Position= (154.389,-169.975,3210.71) -Point[2] Position= (153.871,-170.173,3211) -Point[3] Position= (153.83,-170.26,3211.04) +Original momentum : 18.0214 32.7034 2.90885 keV +Vertex : 0.0884017 -0.108357 1.89477 m Global time : 9.19109 ns + Current trajectory has 2 points. +Point[0] Position= (88.4017,-108.357,1894.77) +Point[1] Position= (88.4201,-108.324,1894.78) -TrackID =526 : ParentID=475 : TrackStatus=1 +TrackID =441 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.09459 13.3424 36.8144 keV -Vertex : 0.153871 -0.170173 3.211 m Global time : 15.6035 ns +Original momentum : 38.4213 6.19181 0.480081 keV +Vertex : 0.0829209 -0.10235 1.79057 m Global time : 8.68468 ns Current trajectory has 2 points. -Point[0] Position= (153.871,-170.173,3211) -Point[1] Position= (153.882,-170.157,3211.04) +Point[0] Position= (82.9209,-102.35,1790.57) +Point[1] Position= (82.9635,-102.343,1790.57) -TrackID =525 : ParentID=475 : TrackStatus=1 +TrackID =440 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.1842 -29.609 15.4585 keV -Vertex : 0.154389 -0.169975 3.21071 m Global time : 15.5924 ns +Original momentum : -49.554 -34.8423 5.83301 keV +Vertex : 0.0811782 -0.10046 1.75807 m Global time : 8.52671 ns Current trajectory has 2 points. -Point[0] Position= (154.389,-169.975,3210.71) -Point[1] Position= (154.402,-170.003,3210.72) +Point[0] Position= (81.1782,-100.46,1758.07) +Point[1] Position= (81.0212,-100.57,1758.09) -TrackID =474 : ParentID=320 : TrackStatus=1 +TrackID =439 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.4439 -23.427 1.98019 keV -Vertex : 0.147342 -0.161694 3.0592 m Global time : 14.8471 ns +Original momentum : 42.2708 37.2234 4.50667 keV +Vertex : 0.0761573 -0.0948535 1.66321 m Global time : 8.06574 ns Current trajectory has 2 points. -Point[0] Position= (147.342,-161.694,3059.2) -Point[1] Position= (147.316,-161.716,3059.2) +Point[0] Position= (76.1573,-94.8535,1663.21) +Point[1] Position= (76.2689,-94.7552,1663.22) -TrackID =473 : ParentID=320 : TrackStatus=1 +TrackID =438 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.7265 79.3927 13.0616 keV -Vertex : 0.146186 -0.160531 3.0372 m Global time : 14.74 ns +Original momentum : -33.7307 -86.2148 8.89077 keV +Vertex : 0.0761047 -0.094795 1.66222 m Global time : 8.06094 ns Current trajectory has 3 points. -Point[0] Position= (146.186,-160.531,3037.2) -Point[1] Position= (145.377,-159.661,3037.72) -Point[2] Position= (145.326,-159.557,3037.61) +Point[0] Position= (76.1047,-94.795,1662.22) +Point[1] Position= (75.2427,-95.3539,1662.35) +Point[2] Position= (75.3059,-95.2828,1662.41) + +TrackID =437 : ParentID=331 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 105.596 -62.9136 12.0329 keV +Vertex : 0.0716965 -0.0897956 1.57883 m Global time : 7.65573 ns + Current trajectory has 5 points. +Point[0] Position= (71.6965,-89.7956,1578.83) +Point[1] Position= (72.5523,-91.9746,1578.56) +Point[2] Position= (72.5722,-92.9441,1577.42) +Point[3] Position= (72.4842,-93.1689,1577.08) +Point[4] Position= (72.3564,-93.1114,1576.99) -TrackID =472 : ParentID=320 : TrackStatus=1 +TrackID =527 : ParentID=437 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.9691 -49.9417 0.423762 keV -Vertex : 0.144916 -0.15922 3.01246 m Global time : 14.6196 ns +Original momentum : 9.44734 -18.6512 -24.9971 keV +Vertex : 0.0724842 -0.0931689 1.57708 m Global time : 7.70895 ns Current trajectory has 2 points. -Point[0] Position= (144.916,-159.22,3012.46) -Point[1] Position= (144.948,-159.328,3012.46) +Point[0] Position= (72.4842,-93.1689,1577.08) +Point[1] Position= (72.4913,-93.183,1577.06) -TrackID =471 : ParentID=320 : TrackStatus=1 +TrackID =436 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.1945 -24.0551 3.57988 keV -Vertex : 0.142205 -0.156371 2.95879 m Global time : 14.3585 ns +Original momentum : -34.831 58.9642 12.3152 keV +Vertex : 0.0678232 -0.0851306 1.5048 m Global time : 7.29604 ns Current trajectory has 2 points. -Point[0] Position= (142.205,-156.371,2958.79) -Point[1] Position= (142.145,-156.408,2958.8) +Point[0] Position= (67.8232,-85.1306,1504.8) +Point[1] Position= (67.6691,-84.8696,1504.85) -TrackID =470 : ParentID=320 : TrackStatus=1 +TrackID =435 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.6485 -45.8887 0.168188 keV -Vertex : 0.138832 -0.153038 2.89372 m Global time : 14.042 ns +Original momentum : -90.218 32.4075 20.0732 keV +Vertex : 0.0660804 -0.0830177 1.47045 m Global time : 7.12919 ns Current trajectory has 3 points. -Point[0] Position= (138.832,-153.038,2893.72) -Point[1] Position= (138.848,-153.06,2893.71) -Point[2] Position= (138.88,-153.113,2893.7) +Point[0] Position= (66.0804,-83.0177,1470.45) +Point[1] Position= (65.65,-81.43,1470.77) +Point[2] Position= (65.6089,-81.3478,1470.66) -TrackID =469 : ParentID=320 : TrackStatus=1 +TrackID =434 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.15 2.6983 3.9031 keV -Vertex : 0.13071 -0.144427 2.726 m Global time : 13.2264 ns +Original momentum : 1.52544 -31.8165 -0.452227 keV +Vertex : 0.057361 -0.0720663 1.28495 m Global time : 6.22862 ns Current trajectory has 2 points. -Point[0] Position= (130.71,-144.427,2726) -Point[1] Position= (130.672,-144.425,2726) +Point[0] Position= (57.361,-72.0663,1284.95) +Point[1] Position= (57.3621,-72.0891,1284.95) -TrackID =468 : ParentID=320 : TrackStatus=1 +TrackID =433 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.1996 14.2788 0.811112 keV -Vertex : 0.120105 -0.133436 2.5147 m Global time : 12.1991 ns +Original momentum : -22.7738 -31.0912 1.43084 keV +Vertex : 0.0562727 -0.0707379 1.26155 m Global time : 6.11503 ns Current trajectory has 2 points. -Point[0] Position= (120.105,-133.436,2514.7) -Point[1] Position= (120.128,-133.425,2514.7) +Point[0] Position= (56.2727,-70.7379,1261.55) +Point[1] Position= (56.248,-70.7716,1261.55) -TrackID =467 : ParentID=320 : TrackStatus=1 +TrackID =432 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.0562 31.5153 3.56035 keV -Vertex : 0.113801 -0.127005 2.39548 m Global time : 11.6195 ns +Original momentum : 31.5031 -7.46324 -0.388829 keV +Vertex : 0.0545224 -0.0686494 1.22401 m Global time : 5.9329 ns Current trajectory has 2 points. -Point[0] Position= (113.801,-127.005,2395.48) -Point[1] Position= (113.796,-126.981,2395.49) +Point[0] Position= (54.5224,-68.6494,1224.01) +Point[1] Position= (54.5457,-68.655,1224.01) -TrackID =466 : ParentID=320 : TrackStatus=1 +TrackID =431 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.9659 30.9568 2.52086 keV -Vertex : 0.112884 -0.126094 2.37805 m Global time : 11.5347 ns +Original momentum : 34.0914 -9.5425 -0.392343 keV +Vertex : 0.0490639 -0.0623198 1.10785 m Global time : 5.36927 ns Current trajectory has 2 points. -Point[0] Position= (112.884,-126.094,2378.05) -Point[1] Position= (112.905,-126.063,2378.05) +Point[0] Position= (49.0639,-62.3198,1107.85) +Point[1] Position= (49.0945,-62.3284,1107.85) -TrackID =465 : ParentID=320 : TrackStatus=1 +TrackID =430 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.26505 -31.0208 0.335372 keV -Vertex : 0.111033 -0.124261 2.34355 m Global time : 11.367 ns +Original momentum : -28.8854 25.8081 4.93219 keV +Vertex : 0.04643 -0.0592113 1.05132 m Global time : 5.09499 ns Current trajectory has 2 points. -Point[0] Position= (111.033,-124.261,2343.55) -Point[1] Position= (111.026,-124.284,2343.55) +Point[0] Position= (46.43,-59.2113,1051.32) +Point[1] Position= (46.3978,-59.1825,1051.32) -TrackID =464 : ParentID=320 : TrackStatus=1 +TrackID =429 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.232 -34.5897 0.142467 keV -Vertex : 0.108974 -0.122272 2.30524 m Global time : 11.1808 ns - Current trajectory has 2 points. -Point[0] Position= (108.974,-122.272,2305.24) -Point[1] Position= (108.97,-122.302,2305.24) +Original momentum : 32.42 68.9472 10.6429 keV +Vertex : 4.33082 -5.54798 98.2503 cm Global time : 4.76121 ns + Current trajectory has 3 points. +Point[0] Position= (43.3082,-55.4798,982.503) +Point[1] Position= (43.3406,-55.3661,982.564) +Point[2] Position= (43.466,-55.3146,982.643) -TrackID =463 : ParentID=320 : TrackStatus=1 +TrackID =528 : ParentID=429 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.64468 34.0967 3.15778 keV -Vertex : 0.108738 -0.122048 2.30097 m Global time : 11.16 ns +Original momentum : -3.30486 38.0399 -19.3349 keV +Vertex : 4.33406 -5.53661 98.2564 cm Global time : 4.76399 ns Current trajectory has 2 points. -Point[0] Position= (108.738,-122.048,2300.97) -Point[1] Position= (108.744,-122.018,2300.97) +Point[0] Position= (43.3406,-55.3661,982.564) +Point[1] Position= (43.3361,-55.3141,982.537) -TrackID =462 : ParentID=320 : TrackStatus=1 +TrackID =428 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.08053 51.8256 7.16249 keV -Vertex : 0.0994601 -0.11327 2.13516 m Global time : 10.354 ns +Original momentum : 10.1323 33.4399 3.099 keV +Vertex : 4.25709 -5.45858 96.5858 cm Global time : 4.68048 ns Current trajectory has 2 points. -Point[0] Position= (99.4601,-113.27,2135.16) -Point[1] Position= (99.4419,-113.153,2135.18) +Point[0] Position= (42.5709,-54.5858,965.858) +Point[1] Position= (42.5799,-54.5563,965.86) -TrackID =461 : ParentID=320 : TrackStatus=1 +TrackID =427 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.6835 -31.9801 -0.577095 keV -Vertex : 0.0984647 -0.112319 2.11703 m Global time : 10.2659 ns +Original momentum : 1.73891 -35.636 -0.172219 keV +Vertex : 3.98126 -5.12188 90.2339 cm Global time : 4.37246 ns Current trajectory has 2 points. -Point[0] Position= (98.4647,-112.319,2117.03) -Point[1] Position= (98.5102,-112.366,2117.03) +Point[0] Position= (39.8126,-51.2188,902.339) +Point[1] Position= (39.8142,-51.2513,902.339) -TrackID =460 : ParentID=320 : TrackStatus=1 +TrackID =426 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.9867 -33.3003 0.347197 keV -Vertex : 0.0964644 -0.110391 2.08008 m Global time : 10.0864 ns +Original momentum : -56.019 16.5956 8.23512 keV +Vertex : 3.61673 -4.66525 81.8919 cm Global time : 3.96794 ns Current trajectory has 2 points. -Point[0] Position= (96.4644,-110.391,2080.08) -Point[1] Position= (96.4578,-110.418,2080.08) +Point[0] Position= (36.1673,-46.6525,818.919) +Point[1] Position= (36.0029,-46.6038,818.943) -TrackID =459 : ParentID=320 : TrackStatus=1 +TrackID =425 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.9261 33.6899 6.91214 keV -Vertex : 0.0964143 -0.110341 2.07915 m Global time : 10.0818 ns - Current trajectory has 2 points. -Point[0] Position= (96.4143,-110.341,2079.15) -Point[1] Position= (96.3529,-110.28,2079.16) +Original momentum : 8.4086 -80.5905 4.42848 keV +Vertex : 3.34996 -4.30578 75.5061 cm Global time : 3.65832 ns + Current trajectory has 3 points. +Point[0] Position= (33.4996,-43.0578,755.061) +Point[1] Position= (34.2221,-43.4747,755.825) +Point[2] Position= (34.2201,-43.4739,755.827) -TrackID =458 : ParentID=320 : TrackStatus=1 +TrackID =424 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.6912 15.4743 2.08022 keV -Vertex : 0.0930569 -0.106978 2.01403 m Global time : 9.76544 ns +Original momentum : -24.2674 57.5723 9.93576 keV +Vertex : 3.31176 -4.25317 74.5773 cm Global time : 3.61329 ns Current trajectory has 2 points. -Point[0] Position= (93.0569,-106.978,2014.03) -Point[1] Position= (93.1646,-106.944,2014.03) +Point[0] Position= (33.1176,-42.5317,745.773) +Point[1] Position= (33.033,-42.331,745.807) -TrackID =457 : ParentID=320 : TrackStatus=1 +TrackID =423 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.0052 23.7398 2.12174 keV -Vertex : 0.0919257 -0.105802 1.99182 m Global time : 9.65755 ns - Current trajectory has 2 points. -Point[0] Position= (91.9257,-105.802,1991.82) -Point[1] Position= (91.9797,-105.768,1991.82) +Original momentum : -46.3528 67.1801 15.3049 keV +Vertex : 3.24347 -4.15772 72.8754 cm Global time : 3.53079 ns + Current trajectory has 3 points. +Point[0] Position= (32.4347,-41.5772,728.754) +Point[1] Position= (32.3921,-41.0659,729.504) +Point[2] Position= (32.3832,-41.0676,729.511) -TrackID =456 : ParentID=320 : TrackStatus=1 +TrackID =422 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.7135 27.8866 5.69531 keV -Vertex : 0.0907549 -0.104572 1.96885 m Global time : 9.54596 ns - Current trajectory has 2 points. -Point[0] Position= (90.7549,-104.572,1968.85) -Point[1] Position= (90.7119,-104.534,1968.86) +Original momentum : 29.7469 81.9979 14.3708 keV +Vertex : 3.23632 -4.14758 72.6926 cm Global time : 3.52192 ns + Current trajectory has 3 points. +Point[0] Position= (32.3632,-41.4758,726.926) +Point[1] Position= (32.3141,-40.8547,726.708) +Point[2] Position= (32.184,-40.6781,726.754) -TrackID =455 : ParentID=320 : TrackStatus=1 +TrackID =529 : ParentID=422 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.03835 80.8929 13.5344 keV -Vertex : 0.0898117 -0.103587 1.95032 m Global time : 9.45597 ns - Current trajectory has 3 points. -Point[0] Position= (89.8117,-103.587,1950.32) -Point[1] Position= (90.796,-103.168,1950.76) -Point[2] Position= (90.8016,-103.151,1950.76) +Original momentum : -28.4795 -21.1544 1.04404 keV +Vertex : 3.23141 -4.08547 72.6708 cm Global time : 3.53218 ns + Current trajectory has 2 points. +Point[0] Position= (32.3141,-40.8547,726.708) +Point[1] Position= (32.2884,-40.8738,726.709) -TrackID =454 : ParentID=320 : TrackStatus=1 +TrackID =421 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -47.4308 26.6638 8.06306 keV -Vertex : 0.0888795 -0.102638 1.93201 m Global time : 9.36701 ns +Original momentum : 2.50035 -65.4098 2.33918 keV +Vertex : 3.20126 -4.0982 71.7959 cm Global time : 3.47846 ns Current trajectory has 2 points. -Point[0] Position= (88.8795,-102.638,1932.01) -Point[1] Position= (88.7623,-102.572,1932.03) +Point[0] Position= (32.0126,-40.982,717.959) +Point[1] Position= (32.0221,-41.2307,717.968) -TrackID =453 : ParentID=320 : TrackStatus=1 +TrackID =420 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.8153 -30.9382 -0.140928 keV -Vertex : 0.0882196 -0.101957 1.91881 m Global time : 9.30292 ns +Original momentum : -25.1848 34.4808 5.57315 keV +Vertex : 3.16325 -4.04463 70.8356 cm Global time : 3.43191 ns Current trajectory has 2 points. -Point[0] Position= (88.2196,-101.957,1918.81) -Point[1] Position= (88.2855,-102.012,1918.81) +Point[0] Position= (31.6325,-40.4463,708.356) +Point[1] Position= (31.5975,-40.3984,708.363) -TrackID =452 : ParentID=320 : TrackStatus=1 +TrackID =419 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.4119 -42.653 -0.0601402 keV -Vertex : 0.0871886 -0.100877 1.89788 m Global time : 9.20125 ns +Original momentum : -37.002 33.1657 6.97381 keV +Vertex : 2.99246 -3.80763 66.6282 cm Global time : 3.22798 ns Current trajectory has 2 points. -Point[0] Position= (87.1886,-100.877,1897.88) -Point[1] Position= (87.2147,-100.944,1897.88) +Point[0] Position= (29.9246,-38.0763,666.282) +Point[1] Position= (29.8513,-38.0106,666.295) -TrackID =451 : ParentID=320 : TrackStatus=1 +TrackID =418 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -47.8994 -25.0375 5.30273 keV -Vertex : 0.0823347 -0.0960067 1.80606 m Global time : 8.75528 ns +Original momentum : 44.5994 43.5951 6.25457 keV +Vertex : 2.9452 -3.74056 65.4611 cm Global time : 3.17141 ns Current trajectory has 2 points. -Point[0] Position= (82.3347,-96.0067,1806.06) -Point[1] Position= (82.2199,-96.0667,1806.08) +Point[0] Position= (29.452,-37.4056,654.611) +Point[1] Position= (29.604,-37.257,654.632) -TrackID =450 : ParentID=320 : TrackStatus=1 +TrackID =417 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.69015 47.4016 6.39709 keV -Vertex : 0.0818605 -0.0955013 1.79657 m Global time : 8.70919 ns +Original momentum : -35.3692 -22.5121 2.65443 keV +Vertex : 2.94293 -3.73737 65.4055 cm Global time : 3.16871 ns Current trajectory has 2 points. -Point[0] Position= (81.8605,-95.5013,1796.57) -Point[1] Position= (81.8425,-95.4135,1796.58) +Point[0] Position= (29.4293,-37.3737,654.055) +Point[1] Position= (29.3829,-37.4033,654.058) -TrackID =449 : ParentID=320 : TrackStatus=1 +TrackID =416 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 65.0586 46.1113 8.27087 keV -Vertex : 0.0818108 -0.0954484 1.79558 m Global time : 8.70436 ns - Current trajectory has 3 points. -Point[0] Position= (81.8108,-95.4484,1795.58) -Point[1] Position= (82.0691,-95.0894,1796.47) -Point[2] Position= (82.063,-95.1031,1796.47) +Original momentum : -86.0748 84.1245 29.9453 keV +Vertex : 2.67273 -3.37916 59.0718 cm Global time : 2.86173 ns + Current trajectory has 4 points. +Point[0] Position= (26.7273,-33.7916,590.718) +Point[1] Position= (25.7351,-31.8217,589.93) +Point[2] Position= (26.917,-30.9995,589.873) +Point[3] Position= (27.0801,-30.9214,589.587) -TrackID =448 : ParentID=320 : TrackStatus=1 +TrackID =415 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.4433 8.79623 4.77198 keV -Vertex : 0.0790573 -0.0925648 1.74085 m Global time : 8.43861 ns +Original momentum : 39.9941 -0.92176 0.492336 keV +Vertex : 2.50324 -3.15584 55.0778 cm Global time : 2.66819 ns Current trajectory has 2 points. -Point[0] Position= (79.0573,-92.5648,1740.85) -Point[1] Position= (79.0091,-92.554,1740.85) +Point[0] Position= (25.0324,-31.5584,550.778) +Point[1] Position= (25.0795,-31.5594,550.779) -TrackID =447 : ParentID=320 : TrackStatus=1 +TrackID =414 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.98276 -50.1403 1.1614 keV -Vertex : 0.0773243 -0.0907894 1.70562 m Global time : 8.26758 ns - Current trajectory has 2 points. -Point[0] Position= (77.3243,-90.7894,1705.62) -Point[1] Position= (77.3203,-90.8887,1705.62) +Original momentum : -84.8925 -7.14425 13.7135 keV +Vertex : 2.30153 -2.89767 50.4167 cm Global time : 2.44233 ns + Current trajectory has 3 points. +Point[0] Position= (23.0153,-28.9767,504.167) +Point[1] Position= (22.2541,-29.0963,503.53) +Point[2] Position= (22.2427,-29.0298,503.499) -TrackID =446 : ParentID=320 : TrackStatus=1 +TrackID =413 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.876 33.3156 2.83091 keV -Vertex : 0.077044 -0.0905057 1.70003 m Global time : 8.24047 ns +Original momentum : -29.8444 15.1373 3.87575 keV +Vertex : 1.75276 -2.19304 37.802 cm Global time : 1.83116 ns Current trajectory has 2 points. -Point[0] Position= (77.044,-90.5057,1700.03) -Point[1] Position= (77.0612,-90.4718,1700.04) +Point[0] Position= (17.5276,-21.9304,378.02) +Point[1] Position= (17.5035,-21.9182,378.023) -TrackID =445 : ParentID=320 : TrackStatus=1 +TrackID =412 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.1896 7.47967 0.619202 keV -Vertex : 0.0718294 -0.0850931 1.59563 m Global time : 7.73365 ns +Original momentum : 56.0823 1.38306 1.99079 keV +Vertex : 1.53336 -1.91604 32.9941 cm Global time : 1.59821 ns Current trajectory has 2 points. -Point[0] Position= (71.8294,-85.0931,1595.63) -Point[1] Position= (71.8717,-85.0849,1595.63) +Point[0] Position= (15.3336,-19.1604,329.941) +Point[1] Position= (15.4793,-19.1568,329.946) -TrackID =444 : ParentID=320 : TrackStatus=1 +TrackID =411 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -48.4248 -36.4037 5.78296 keV -Vertex : 0.0702087 -0.0833814 1.56306 m Global time : 7.57555 ns +Original momentum : 32.618 0.0345539 0.0124205 keV +Vertex : 1.47088 -1.8367 31.627 cm Global time : 1.53197 ns Current trajectory has 2 points. -Point[0] Position= (70.2087,-83.3814,1563.06) -Point[1] Position= (70.0553,-83.4967,1563.08) +Point[0] Position= (14.7088,-18.367,316.27) +Point[1] Position= (14.7333,-18.367,316.27) -TrackID =443 : ParentID=320 : TrackStatus=1 +TrackID =410 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.0147 38.6033 4.50693 keV -Vertex : 0.0654511 -0.0782874 1.46802 m Global time : 7.11421 ns +Original momentum : 25.6055 22.3092 1.68351 keV +Vertex : 1.13051 -1.41807 24.3721 cm Global time : 1.18047 ns Current trajectory has 2 points. -Point[0] Position= (65.4511,-78.2874,1468.02) -Point[1] Position= (65.5594,-78.1855,1468.03) +Point[0] Position= (11.3051,-14.1807,243.721) +Point[1] Position= (11.3261,-14.1624,243.722) -TrackID =442 : ParentID=320 : TrackStatus=1 +TrackID =409 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.9886 -87.2112 9.15924 keV -Vertex : 0.0654011 -0.0782353 1.46703 m Global time : 7.10941 ns +Original momentum : -30.5387 -88.4733 8.83858 keV +Vertex : 1.05466 -1.32843 22.7884 cm Global time : 1.10375 ns Current trajectory has 3 points. -Point[0] Position= (65.4011,-78.2353,1467.03) -Point[1] Position= (65.2373,-78.504,1467.03) -Point[2] Position= (64.9611,-78.6001,1466.86) +Point[0] Position= (10.5466,-13.2843,227.884) +Point[1] Position= (11.2367,-14.4407,227.964) +Point[2] Position= (11.2594,-14.6121,227.883) -TrackID =527 : ParentID=442 : TrackStatus=1 +TrackID =408 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.2719 -32.159 -6.79212 keV -Vertex : 0.0652373 -0.078504 1.46703 m Global time : 7.11513 ns +Original momentum : 43.1526 -26.1152 0.00449716 keV +Vertex : 0.759541 -0.965136 16.5992 cm Global time : 803.905 ps Current trajectory has 2 points. -Point[0] Position= (65.2373,-78.504,1467.03) -Point[1] Position= (65.2517,-78.5344,1467.03) +Point[0] Position= (7.59541,-9.65136,165.992) +Point[1] Position= (7.68193,-9.70372,165.992) -TrackID =441 : ParentID=320 : TrackStatus=1 +TrackID =407 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 107.407 -59.6187 12.7841 keV -Vertex : 0.0614107 -0.0737069 1.38346 m Global time : 6.70387 ns - Current trajectory has 5 points. -Point[0] Position= (61.4107,-73.7069,1383.46) -Point[1] Position= (63.1013,-74.3595,1382.88) -Point[2] Position= (63.2421,-74.4993,1382.58) -Point[3] Position= (63.6501,-75.7061,1381.9) -Point[4] Position= (63.759,-75.8409,1381.74) +Original momentum : -131.732 45.1886 37.6658 keV +Vertex : 0.439991 -0.571987 9.82691 cm Global time : 475.859 ps + Current trajectory has 6 points. +Point[0] Position= (4.39991,-5.71987,98.2691) +Point[1] Position= (4.25359,-5.66928,98.2929) +Point[2] Position= (1.79916,-5.39366,98.1567) +Point[3] Position= (-0.154621,-5.64368,97.3786) +Point[4] Position= (-1.32008,-4.82901,96.6342) +Point[5] Position= (-1.57146,-4.69204,96.7938) -TrackID =528 : ParentID=441 : TrackStatus=1 +TrackID =530 : ParentID=407 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.8983 -10.4372 -26.4527 keV -Vertex : 0.0631013 -0.0743595 1.38288 m Global time : 6.72837 ns +Original momentum : -4.50889 -8.03117 34.918 keV +Vertex : 0.425359 -0.566928 9.82929 cm Global time : 477.77 ps Current trajectory has 2 points. -Point[0] Position= (63.1013,-74.3595,1382.88) -Point[1] Position= (63.0636,-74.3726,1382.85) +Point[0] Position= (4.25359,-5.66928,98.2929) +Point[1] Position= (4.24936,-5.67682,98.3256) -TrackID =440 : ParentID=320 : TrackStatus=1 +TrackID =406 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.6161 57.9669 11.866 keV -Vertex : 0.0576749 -0.0695915 1.30928 m Global time : 6.34389 ns +Original momentum : 45.3765 17.1435 2.32481 keV +Vertex : 0.293742 -0.380577 6.53443 cm Global time : 316.417 ps Current trajectory has 2 points. -Point[0] Position= (57.6749,-69.5915,1309.28) -Point[1] Position= (57.5129,-69.3349,1309.33) - -TrackID =439 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -91.2002 29.9012 19.5228 keV -Vertex : 0.0560136 -0.0676976 1.27486 m Global time : 6.1769 ns - Current trajectory has 3 points. -Point[0] Position= (56.0136,-67.6976,1274.86) -Point[1] Position= (54.7433,-67.9184,1274.21) -Point[2] Position= (54.4801,-67.7788,1274.04) +Point[0] Position= (2.93742,-3.80577,65.3443) +Point[1] Position= (3.02054,-3.77436,65.3485) -TrackID =438 : ParentID=320 : TrackStatus=1 +TrackID =405 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.41407 -31.7634 -0.284026 keV -Vertex : 0.047666 -0.0579743 1.08899 m Global time : 5.2756 ns +Original momentum : 43.0156 -5.27754 0.436891 keV +Vertex : 0.271749 -0.351849 6.03921 cm Global time : 292.436 ps Current trajectory has 2 points. -Point[0] Position= (47.666,-57.9743,1088.99) -Point[1] Position= (47.6677,-57.9971,1088.99) +Point[0] Position= (2.71749,-3.51849,60.3921) +Point[1] Position= (2.77805,-3.52592,60.3927) -TrackID =437 : ParentID=320 : TrackStatus=1 +TrackID =404 : ParentID=331 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.8622 -31.7361 1.49139 keV -Vertex : 0.0466526 -0.0568034 1.06554 m Global time : 5.16192 ns +Original momentum : 28.1573 -20.6458 -0.737414 keV +Vertex : 0.270465 -0.350177 6.01053 cm Global time : 291.048 ps Current trajectory has 2 points. -Point[0] Position= (46.6526,-56.8034,1065.54) -Point[1] Position= (46.6289,-56.8379,1065.54) +Point[0] Position= (2.70465,-3.50177,60.1053) +Point[1] Position= (2.72921,-3.51978,60.1047) -TrackID =436 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.7161 -6.50677 -0.218703 keV -Vertex : 0.0450152 -0.0549492 1.02794 m Global time : 4.97964 ns +TrackID =521 : ParentID=331 : TrackStatus=1 +Particle name : mu+ PDG code : -13 Charge : 1 +Original momentum : 33.5662 -11.111 95.9531 MeV +Vertex : 0.29396 -0.35221 5.98181 m Global time : 29.1196 ns Current trajectory has 2 points. -Point[0] Position= (45.0152,-54.9492,1027.94) -Point[1] Position= (45.0387,-54.954,1027.94) +Point[0] Position= (293.96,-352.21,5981.81) +Point[1] Position= (300.323,-354.316,6000) -TrackID =435 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.3774 -8.46117 -0.199201 keV -Vertex : 3.95649 -4.9211 91.1562 cm Global time : 4.41555 ns +TrackID =520 : ParentID=331 : TrackStatus=1 +Particle name : nu_mu PDG code : 14 Charge : 0 +Original momentum : -27.4034 4.02295 34.6431 MeV +Vertex : 0.29396 -0.35221 5.98181 m Global time : 29.1196 ns Current trajectory has 2 points. -Point[0] Position= (39.5649,-49.211,911.562) -Point[1] Position= (39.5958,-49.2186,911.562) +Point[0] Position= (293.96,-352.21,5981.81) +Point[1] Position= (279.571,-350.098,6000) -TrackID =434 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.6843 24.9341 4.67839 keV -Vertex : 3.70778 -4.64389 85.4921 cm Global time : 4.14106 ns +TrackID =330 : ParentID=59 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : -161.858 -21.4214 670.519 MeV +Vertex : -1.84911e-295 -1.6027e-296 1.33664e-293 fm Global time : 6.406e-305 ps Current trajectory has 2 points. -Point[0] Position= (37.0778,-46.4389,854.921) -Point[1] Position= (37.0447,-46.411,854.926) +Point[0] Position= (-1.84911e-307,-1.6027e-308,1.33664e-305) +Point[1] Position= (-8.62113e-06,-1.14098e-06,3.57143e-05) -TrackID =433 : ParentID=320 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.5793 20.4138 2.02816 keV -Vertex : 3.29351 -4.17598 75.9195 cm Global time : 3.67724 ns - Current trajectory has 2 points. -Point[0] Position= (32.9351,-41.7598,759.195) -Point[1] Position= (32.9905,-41.7306,759.198) +TrackID =58 : ParentID=45 : TrackStatus=1 +Particle name : pi+ PDG code : 211 Charge : 1 +Original momentum : -0.492956 -0.27734 2.82536 GeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps + Current trajectory has 51 points. +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (-6.93379,-3.90115,39.7404) +Point[2] Position= (-8.74858,-4.92241,50.1401) +Point[3] Position= (-14.8161,-8.33715,84.9112) +Point[4] Position= (-50.344,-28.3371,288.571) +Point[5] Position= (-73.9626,-41.6269,424.003) +Point[6] Position= (-88.1646,-49.621,505.455) +Point[7] Position= (-100.183,-56.3838,574.381) +Point[8] Position= (-120.148,-67.6133,688.897) +Point[9] Position= (-157.586,-88.6482,903.697) +Point[10] Position= (-174.319,-98.0452,999.723) +Point[11] Position= (-174.367,-98.0723,1000) +Point[12] Position= (-187.894,-105.667,1077.61) +Point[13] Position= (-195.276,-109.812,1119.96) +Point[14] Position= (-244.485,-137.467,1402.43) +Point[15] Position= (-246.369,-138.526,1413.24) +Point[16] Position= (-259.735,-146.04,1489.98) +Point[17] Position= (-260.144,-146.27,1492.33) +Point[18] Position= (-264.312,-148.612,1516.26) +Point[19] Position= (-265.106,-149.058,1520.82) +Point[20] Position= (-267.08,-150.167,1532.16) +Point[21] Position= (-267.392,-150.342,1533.95) +Point[22] Position= (-332.715,-186.981,1908.84) +Point[23] Position= (-389.611,-218.916,2235.34) +Point[24] Position= (-398.082,-223.666,2283.96) +Point[25] Position= (-422.553,-237.372,2424.38) +Point[26] Position= (-467.863,-262.707,2684.47) +Point[27] Position= (-471.035,-264.48,2702.68) +Point[28] Position= (-502.084,-281.832,2880.88) +Point[29] Position= (-505.23,-283.591,2898.94) +Point[30] Position= (-527.7,-296.157,3027.98) +Point[31] Position= (-578.919,-324.813,3322.31) +Point[32] Position= (-611.099,-342.815,3507.28) +Point[33] Position= (-616.338,-345.746,3537.4) +Point[34] Position= (-622.257,-349.06,3571.44) +Point[35] Position= (-646.258,-362.481,3709.39) +Point[36] Position= (-694.076,-389.215,3984.27) +Point[37] Position= (-745.284,-417.807,4278.58) +Point[38] Position= (-771.695,-432.545,4430.35) +Point[39] Position= (-812.568,-455.353,4665.31) +Point[40] Position= (-827.308,-463.587,4750.07) +Point[41] Position= (-829.602,-464.869,4763.26) +Point[42] Position= (-834.307,-467.497,4790.32) +Point[43] Position= (-835.887,-468.38,4799.41) +Point[44] Position= (-845.902,-473.973,4857.01) +Point[45] Position= (-892.961,-500.286,5127.68) +Point[46] Position= (-893.928,-500.827,5133.24) +Point[47] Position= (-956.094,-535.579,5490.77) +Point[48] Position= (-1020.99,-571.883,5863.88) +Point[49] Position= (-1029.18,-576.466,5910.97) +Point[50] Position= (-1044.66,-585.133,6000) -TrackID =432 : ParentID=320 : TrackStatus=1 +TrackID =579 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.634 -9.1932 0.17348 keV -Vertex : 2.77268 -3.50817 63.0616 cm Global time : 3.05431 ns +Original momentum : 11.7177 -38.3107 -0.0919173 keV +Vertex : -1.02918 -0.576466 5.91097 m Global time : 20.1293 ns Current trajectory has 2 points. -Point[0] Position= (27.7268,-35.0817,630.616) -Point[1] Position= (27.7752,-35.093,630.616) +Point[0] Position= (-1029.18,-576.466,5910.97) +Point[1] Position= (-1029.17,-576.511,5910.97) -TrackID =431 : ParentID=320 : TrackStatus=1 +TrackID =578 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.4602 18.5471 4.36203 keV -Vertex : 2.75228 -3.4833 62.5848 cm Global time : 3.03121 ns +Original momentum : -1.21037 -44.8519 -2.56192 keV +Vertex : -1.02099 -0.571883 5.86388 m Global time : 19.9689 ns Current trajectory has 2 points. -Point[0] Position= (27.5228,-34.833,625.848) -Point[1] Position= (27.4894,-34.814,625.853) +Point[0] Position= (-1020.99,-571.883,5863.88) +Point[1] Position= (-1020.99,-571.952,5863.88) -TrackID =430 : ParentID=320 : TrackStatus=1 +TrackID =577 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -47.7804 -65.4578 8.08255 keV -Vertex : 2.51964 -3.21803 57.4192 cm Global time : 2.78093 ns - Current trajectory has 3 points. -Point[0] Position= (25.1964,-32.1803,574.192) -Point[1] Position= (24.1227,-32.1149,573.789) -Point[2] Position= (24.1166,-32.1177,573.794) +Original momentum : -61.5792 -12.9694 -7.96099 keV +Vertex : -0.956094 -0.535579 5.49077 m Global time : 18.6984 ns + Current trajectory has 2 points. +Point[0] Position= (-956.094,-535.579,5490.77) +Point[1] Position= (-956.31,-535.625,5490.74) -TrackID =429 : ParentID=320 : TrackStatus=1 +TrackID =576 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.155 28.4167 3.77329 keV -Vertex : 2.34105 -3.008 53.507 cm Global time : 2.59136 ns +Original momentum : -31.2099 5.40439 -3.88533 keV +Vertex : -0.893928 -0.500827 5.13324 m Global time : 17.4809 ns Current trajectory has 2 points. -Point[0] Position= (23.4105,-30.08,535.07) -Point[1] Position= (23.3981,-30.0582,535.073) +Point[0] Position= (-893.928,-500.827,5133.24) +Point[1] Position= (-893.95,-500.823,5133.24) -TrackID =428 : ParentID=320 : TrackStatus=1 +TrackID =575 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.9941 21.84 1.84523 keV -Vertex : 2.21357 -2.85844 50.6444 cm Global time : 2.45268 ns +Original momentum : 26.5933 -18.4393 3.89116 keV +Vertex : -0.892961 -0.500286 5.12768 m Global time : 17.462 ns Current trajectory has 2 points. -Point[0] Position= (22.1357,-28.5844,506.444) -Point[1] Position= (22.1709,-28.5604,506.446) +Point[0] Position= (-892.961,-500.286,5127.68) +Point[1] Position= (-892.941,-500.3,5127.68) -TrackID =427 : ParentID=320 : TrackStatus=1 +TrackID =574 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 106.092 -75.2031 15.1096 keV -Vertex : 2.06519 -2.68338 47.3967 cm Global time : 2.29533 ns - Current trajectory has 5 points. -Point[0] Position= (20.6519,-26.8338,473.967) -Point[1] Position= (20.9116,-26.9487,474.036) -Point[2] Position= (21.9161,-27.5446,476.238) -Point[3] Position= (22.9476,-26.7631,476.805) -Point[4] Position= (23.1955,-26.5706,477.062) +Original momentum : 12.0336 60.4989 11.8953 keV +Vertex : -0.845902 -0.473973 4.85701 m Global time : 16.5403 ns + Current trajectory has 3 points. +Point[0] Position= (-845.902,-473.973,4857.01) +Point[1] Position= (-845.874,-473.884,4857.06) +Point[2] Position= (-845.851,-473.894,4857.11) -TrackID =529 : ParentID=427 : TrackStatus=1 +TrackID =580 : ParentID=574 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.51307 -24.9209 -26.6429 keV -Vertex : 2.09116 -2.69487 47.4036 cm Global time : 2.29915 ns +Original momentum : 17.5196 28.1723 -2.12146 keV +Vertex : -0.845874 -0.473884 4.85706 m Global time : 16.5431 ns Current trajectory has 2 points. -Point[0] Position= (20.9116,-26.9487,474.036) -Point[1] Position= (20.917,-26.9732,474.009) +Point[0] Position= (-845.874,-473.884,4857.06) +Point[1] Position= (-845.86,-473.862,4857.06) -TrackID =426 : ParentID=320 : TrackStatus=1 +TrackID =573 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.4211 25.1955 2.0385 keV -Vertex : 1.64893 -2.18917 38.0114 cm Global time : 1.84076 ns +Original momentum : 10.7575 32.1656 6.18032 keV +Vertex : -0.835887 -0.46838 4.79941 m Global time : 16.3442 ns Current trajectory has 2 points. -Point[0] Position= (16.4893,-21.8917,380.114) -Point[1] Position= (16.5109,-21.8694,380.116) +Point[0] Position= (-835.887,-468.38,4799.41) +Point[1] Position= (-835.878,-468.352,4799.42) -TrackID =425 : ParentID=320 : TrackStatus=1 +TrackID =572 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -48.852 -19.2265 5.02353 keV -Vertex : 1.58386 -2.10824 36.5227 cm Global time : 1.76866 ns +Original momentum : 1.40163 -80.861 -1.1151 keV +Vertex : -0.834307 -0.467497 4.79032 m Global time : 16.3132 ns Current trajectory has 2 points. -Point[0] Position= (15.8386,-21.0824,365.227) -Point[1] Position= (15.7296,-21.1253,365.238) +Point[0] Position= (-834.307,-467.497,4790.32) +Point[1] Position= (-834.298,-468.021,4790.31) -TrackID =424 : ParentID=320 : TrackStatus=1 +TrackID =571 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -55.2746 -27.7902 6.34288 keV -Vertex : 1.45299 -1.94274 33.4549 cm Global time : 1.62009 ns +Original momentum : 35.873 -22.2998 5.88399 keV +Vertex : -0.829602 -0.464869 4.76326 m Global time : 16.2211 ns Current trajectory has 2 points. -Point[0] Position= (14.5299,-19.4274,334.549) -Point[1] Position= (14.3451,-19.5203,334.57) +Point[0] Position= (-829.602,-464.869,4763.26) +Point[1] Position= (-829.553,-464.899,4763.27) -TrackID =423 : ParentID=320 : TrackStatus=1 +TrackID =570 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.416 40.1143 4.45463 keV -Vertex : 0.458182 -0.594143 10.4181 cm Global time : 504.432 ps - Current trajectory has 2 points. -Point[0] Position= (4.58182,-5.94143,104.181) -Point[1] Position= (4.6326,-5.86713,104.189) +Original momentum : -91.0048 10.8173 -6.40763 keV +Vertex : -0.827308 -0.463587 4.75007 m Global time : 16.1762 ns + Current trajectory has 3 points. +Point[0] Position= (-827.308,-463.587,4750.07) +Point[1] Position= (-828.176,-463.416,4751.07) +Point[2] Position= (-828.249,-463.559,4751.14) -TrackID =422 : ParentID=320 : TrackStatus=1 +TrackID =569 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.1412 -18.842 2.4587 keV -Vertex : 0.0879073 -0.117793 2.03233 cm Global time : 98.4021 ps +Original momentum : 26.8927 22.788 8.19754 keV +Vertex : -0.812568 -0.455353 4.66531 m Global time : 15.8876 ns Current trajectory has 2 points. -Point[0] Position= (0.879073,-1.17793,20.3233) -Point[1] Position= (0.843851,-1.19796,20.3259) +Point[0] Position= (-812.568,-455.353,4665.31) +Point[1] Position= (-812.543,-455.331,4665.32) -TrackID =522 : ParentID=320 : TrackStatus=1 -Particle name : mu+ PDG code : -13 Charge : 1 -Original momentum : 18.4569 16.2138 81.1898 MeV -Vertex : 0.261611 -0.294769 5.52828 m Global time : 26.8818 ns - Current trajectory has 15 points. -Point[0] Position= (261.611,-294.769,5528.28) -Point[1] Position= (263.14,-293.426,5535.01) -Point[2] Position= (284.195,-275.206,5627.06) -Point[3] Position= (284.407,-275.017,5628.01) -Point[4] Position= (287.898,-271.92,5643.62) -Point[5] Position= (288.869,-271.062,5647.99) -Point[6] Position= (295.874,-264.855,5679.62) -Point[7] Position= (302.578,-258.924,5710.11) -Point[8] Position= (303.642,-257.989,5714.9) -Point[9] Position= (304.76,-257.008,5719.95) -Point[10] Position= (328.872,-236.382,5826.54) -Point[11] Position= (331.034,-234.522,5836.06) -Point[12] Position= (343.118,-224.184,5889.26) -Point[13] Position= (362.134,-208.209,5971.54) -Point[14] Position= (368.707,-202.638,6000) - -TrackID =539 : ParentID=522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -139.719 131.347 72.6099 keV -Vertex : 0.343118 -0.224184 5.88926 m Global time : 28.8909 ns - Current trajectory has 11 points. -Point[0] Position= (343.118,-224.184,5889.26) -Point[1] Position= (342.552,-223.642,5889.46) -Point[2] Position= (338.927,-222.187,5895.36) -Point[3] Position= (336.581,-221.992,5900.33) -Point[4] Position= (336.324,-223.984,5903.33) -Point[5] Position= (336.52,-223.42,5904.97) -Point[6] Position= (337.9,-223.18,5906.86) -Point[7] Position= (338.277,-221.522,5907.03) -Point[8] Position= (338.115,-221.438,5906.79) -Point[9] Position= (338.095,-221.438,5906.6) -Point[10] Position= (338.13,-221.442,5906.57) +TrackID =568 : ParentID=58 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -93.5591 31.178 -3.61354 keV +Vertex : -0.771695 -0.432545 4.43035 m Global time : 15.0875 ns + Current trajectory has 3 points. +Point[0] Position= (-771.695,-432.545,4430.35) +Point[1] Position= (-772.521,-431.856,4430.11) +Point[2] Position= (-772.9,-431.911,4430.21) -TrackID =544 : ParentID=539 : TrackStatus=1 +TrackID =567 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.5551 -22.2382 18.9763 keV -Vertex : 0.338095 -0.221438 5.9066 m Global time : 29.1182 ns +Original momentum : -31.4469 -7.04528 -5.09461 keV +Vertex : -0.745284 -0.417807 4.27858 m Global time : 14.5707 ns Current trajectory has 2 points. -Point[0] Position= (338.095,-221.438,5906.6) -Point[1] Position= (338.105,-221.455,5906.62) +Point[0] Position= (-745.284,-417.807,4278.58) +Point[1] Position= (-745.308,-417.812,4278.57) -TrackID =543 : ParentID=539 : TrackStatus=1 +TrackID =566 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.1388 -25.8586 -20.2452 keV -Vertex : 0.338115 -0.221438 5.90679 m Global time : 29.1142 ns +Original momentum : -37.0344 -35.1044 -7.2082 keV +Vertex : -0.694076 -0.389215 3.98427 m Global time : 13.5685 ns Current trajectory has 2 points. -Point[0] Position= (338.115,-221.438,5906.79) -Point[1] Position= (338.105,-221.461,5906.78) +Point[0] Position= (-694.076,-389.215,3984.27) +Point[1] Position= (-694.154,-389.289,3984.26) -TrackID =542 : ParentID=539 : TrackStatus=1 +TrackID =565 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.9967 -13.9696 29.6908 keV -Vertex : 0.33652 -0.22342 5.90497 m Global time : 29.0569 ns +Original momentum : -33.4258 -23.2541 -6.38049 keV +Vertex : -0.646258 -0.362481 3.70939 m Global time : 12.6325 ns Current trajectory has 2 points. -Point[0] Position= (336.52,-223.42,5904.97) -Point[1] Position= (336.507,-223.433,5905) +Point[0] Position= (-646.258,-362.481,3709.39) +Point[1] Position= (-646.3,-362.511,3709.38) -TrackID =541 : ParentID=539 : TrackStatus=1 +TrackID =564 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.49137 30.1129 -19.1693 keV -Vertex : 0.336324 -0.223984 5.90333 m Global time : 29.0377 ns +Original momentum : 37.4239 -17.2361 6.56762 keV +Vertex : -0.622257 -0.34906 3.57144 m Global time : 12.1627 ns Current trajectory has 2 points. -Point[0] Position= (336.324,-223.984,5903.33) -Point[1] Position= (336.321,-223.957,5903.32) +Point[0] Position= (-622.257,-349.06,3571.44) +Point[1] Position= (-622.209,-349.082,3571.45) -TrackID =540 : ParentID=539 : TrackStatus=1 +TrackID =563 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.9276 18.4808 -48.4709 keV -Vertex : 0.342552 -0.223642 5.88946 m Global time : 28.8981 ns +Original momentum : -22.609 -50.5963 -5.76488 keV +Vertex : -0.616338 -0.345746 3.5374 m Global time : 12.0468 ns Current trajectory has 2 points. -Point[0] Position= (342.552,-223.642,5889.46) -Point[1] Position= (342.508,-223.597,5889.34) +Point[0] Position= (-616.338,-345.746,3537.4) +Point[1] Position= (-616.395,-345.876,3537.39) -TrackID =538 : ParentID=522 : TrackStatus=1 +TrackID =562 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.4032 24.2232 1.8768 keV -Vertex : 0.331034 -0.234522 5.83606 m Global time : 28.5946 ns +Original momentum : 8.70122 31.6947 5.70896 keV +Vertex : -0.611099 -0.342815 3.50728 m Global time : 11.9442 ns Current trajectory has 2 points. -Point[0] Position= (331.034,-234.522,5836.06) -Point[1] Position= (331.018,-234.504,5836.06) +Point[0] Position= (-611.099,-342.815,3507.28) +Point[1] Position= (-611.092,-342.789,3507.29) -TrackID =537 : ParentID=522 : TrackStatus=1 +TrackID =561 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.4729 -19.0476 -1.35828 keV -Vertex : 0.328872 -0.236382 5.82654 m Global time : 28.5415 ns +Original momentum : -13.244 -34.482 -4.28259 keV +Vertex : -0.578919 -0.324813 3.32231 m Global time : 11.3143 ns Current trajectory has 2 points. -Point[0] Position= (328.872,-236.382,5826.54) -Point[1] Position= (328.905,-236.401,5826.54) +Point[0] Position= (-578.919,-324.813,3322.31) +Point[1] Position= (-578.932,-324.848,3322.3) -TrackID =536 : ParentID=522 : TrackStatus=1 +TrackID =560 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -118.913 -24.6457 60.8186 keV -Vertex : 0.30476 -0.257008 5.71995 m Global time : 27.9482 ns +Original momentum : -120.674 -86.164 -7.82143 keV +Vertex : -0.5277 -0.296157 3.02798 m Global time : 10.3121 ns Current trajectory has 5 points. -Point[0] Position= (304.76,-257.008,5719.95) -Point[1] Position= (302.168,-255.692,5720.52) -Point[2] Position= (302.262,-255.873,5722.85) -Point[3] Position= (302.683,-256.324,5722.64) -Point[4] Position= (302.844,-256.497,5722.42) +Point[0] Position= (-527.7,-296.157,3027.98) +Point[1] Position= (-530.098,-296.681,3028.7) +Point[2] Position= (-530.011,-298.528,3028.95) +Point[3] Position= (-529.953,-299.698,3028.93) +Point[4] Position= (-530.053,-299.745,3028.97) -TrackID =545 : ParentID=536 : TrackStatus=1 +TrackID =581 : ParentID=560 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.3867 27.9355 -14.562 keV -Vertex : 0.302683 -0.256324 5.72264 m Global time : 28.0124 ns +Original momentum : -31.1935 0.904078 -51.4119 keV +Vertex : -0.530098 -0.296681 3.0287 m Global time : 10.3385 ns Current trajectory has 2 points. -Point[0] Position= (302.683,-256.324,5722.64) -Point[1] Position= (302.691,-256.302,5722.63) +Point[0] Position= (-530.098,-296.681,3028.7) +Point[1] Position= (-530.194,-296.678,3028.54) -TrackID =535 : ParentID=522 : TrackStatus=1 +TrackID =559 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 43.0183 -17.4862 -2.63473 keV -Vertex : 0.303642 -0.257989 5.7149 m Global time : 27.9201 ns +Original momentum : 17.7538 -42.4759 1.06854 keV +Vertex : -0.50523 -0.283591 2.89894 m Global time : 9.87262 ns Current trajectory has 2 points. -Point[0] Position= (303.642,-257.989,5714.9) -Point[1] Position= (303.713,-258.018,5714.89) +Point[0] Position= (-505.23,-283.591,2898.94) +Point[1] Position= (-505.201,-283.66,2898.94) -TrackID =534 : ParentID=522 : TrackStatus=1 +TrackID =558 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.3353 -0.112161 9.72485 keV -Vertex : 0.302578 -0.258924 5.71011 m Global time : 27.8935 ns +Original momentum : 15.7229 28.459 6.60916 keV +Vertex : -0.502084 -0.281832 2.88088 m Global time : 9.81113 ns Current trajectory has 2 points. -Point[0] Position= (302.578,-258.924,5710.11) -Point[1] Position= (302.546,-258.924,5710.11) +Point[0] Position= (-502.084,-281.832,2880.88) +Point[1] Position= (-502.072,-281.81,2880.89) -TrackID =533 : ParentID=522 : TrackStatus=1 +TrackID =557 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.6776 45.2188 0.302778 keV -Vertex : 0.295874 -0.264855 5.67962 m Global time : 27.7241 ns +Original momentum : -29.4973 18.0945 -2.17678 keV +Vertex : -0.471035 -0.26448 2.70268 m Global time : 9.20427 ns Current trajectory has 2 points. -Point[0] Position= (295.874,-264.855,5679.62) -Point[1] Position= (295.828,-264.763,5679.62) +Point[0] Position= (-471.035,-264.48,2702.68) +Point[1] Position= (-471.06,-264.464,2702.68) -TrackID =532 : ParentID=522 : TrackStatus=1 +TrackID =556 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.5579 -43.2208 7.42425 keV -Vertex : 0.287898 -0.27192 5.64362 m Global time : 27.5239 ns +Original momentum : 33.4291 -10.3038 6.07847 keV +Vertex : -0.467863 -0.262707 2.68447 m Global time : 9.14226 ns Current trajectory has 2 points. -Point[0] Position= (287.898,-271.92,5643.62) -Point[1] Position= (287.941,-272.002,5643.64) +Point[0] Position= (-467.863,-262.707,2684.47) +Point[1] Position= (-467.833,-262.716,2684.47) -TrackID =531 : ParentID=522 : TrackStatus=1 +TrackID =555 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 72.4523 146.939 -2.63164 keV -Vertex : 0.284407 -0.275017 5.62801 m Global time : 27.437 ns - Current trajectory has 7 points. -Point[0] Position= (284.407,-275.017,5628.01) -Point[1] Position= (287.088,-272.273,5625.97) -Point[2] Position= (290.243,-270.855,5627.16) -Point[3] Position= (292.965,-270.48,5628.69) -Point[4] Position= (294.116,-269.676,5630.25) -Point[5] Position= (295.235,-269.097,5630.97) -Point[6] Position= (295.528,-268.822,5631.08) +Original momentum : 29.1219 -25.1465 4.11632 keV +Vertex : -0.422553 -0.237372 2.42438 m Global time : 8.25655 ns + Current trajectory has 2 points. +Point[0] Position= (-422.553,-237.372,2424.38) +Point[1] Position= (-422.521,-237.4,2424.38) -TrackID =530 : ParentID=522 : TrackStatus=1 +TrackID =554 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.086 0.222379 -6.25542 keV -Vertex : 0.284195 -0.275206 5.62706 m Global time : 27.4317 ns +Original momentum : 4.82995 -35.414 -1.34053 keV +Vertex : -0.398082 -0.223666 2.28396 m Global time : 7.77835 ns Current trajectory has 2 points. -Point[0] Position= (284.195,-275.206,5627.06) -Point[1] Position= (284.24,-275.206,5627.05) +Point[0] Position= (-398.082,-223.666,2283.96) +Point[1] Position= (-398.078,-223.699,2283.96) -TrackID =521 : ParentID=320 : TrackStatus=1 -Particle name : nu_mu PDG code : 14 Charge : 0 -Original momentum : -12.4003 -22.8176 49.7131 MeV -Vertex : 0.261611 -0.294769 5.52828 m Global time : 26.8818 ns +TrackID =553 : ParentID=58 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 22.1308 -36.5186 2.10901 keV +Vertex : -0.389611 -0.218916 2.23534 m Global time : 7.61277 ns Current trajectory has 2 points. -Point[0] Position= (261.611,-294.769,5528.28) -Point[1] Position= (143.946,-511.283,6000) +Point[0] Position= (-389.611,-218.916,2235.34) +Point[1] Position= (-389.581,-218.965,2235.34) -TrackID =319 : ParentID=59 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : -161.858 -21.4214 670.519 MeV -Vertex : -1.91366e-295 -1.56031e-296 1.34458e-293 fm Global time : 6.43556e-305 ps +TrackID =552 : ParentID=58 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -21.5411 -25.6887 -5.11851 keV +Vertex : -0.332715 -0.186981 1.90884 m Global time : 6.50085 ns Current trajectory has 2 points. -Point[0] Position= (-1.91366e-307,-1.56031e-308,1.34458e-305) -Point[1] Position= (-7.92106e-06,-1.04833e-06,3.28142e-05) +Point[0] Position= (-332.715,-186.981,1908.84) +Point[1] Position= (-332.733,-187.002,1908.84) -TrackID =58 : ParentID=45 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : -0.492956 -0.27734 2.82536 GeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps - Current trajectory has 65 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (-0.591449,-0.332736,3.38989) -Point[2] Position= (-21.6648,-12.188,124.201) -Point[3] Position= (-29.3554,-16.5078,168.265) -Point[4] Position= (-30.623,-17.2198,175.527) -Point[5] Position= (-119.701,-67.2823,685.806) -Point[6] Position= (-120.009,-67.4556,687.572) -Point[7] Position= (-122.518,-68.8655,701.947) -Point[8] Position= (-174.356,-97.979,998.868) -Point[9] Position= (-174.554,-98.0899,1000) -Point[10] Position= (-194.041,-109.018,1111.49) -Point[11] Position= (-208.219,-116.963,1192.57) -Point[12] Position= (-211.356,-118.723,1210.52) -Point[13] Position= (-212.881,-119.578,1219.24) -Point[14] Position= (-239.549,-134.554,1371.88) -Point[15] Position= (-264.101,-148.306,1512.29) -Point[16] Position= (-336.631,-188.927,1927.03) -Point[17] Position= (-346.141,-194.251,1981.39) -Point[18] Position= (-369.085,-207.101,2112.56) -Point[19] Position= (-379.569,-212.976,2172.5) -Point[20] Position= (-380.25,-213.357,2176.39) -Point[21] Position= (-395.237,-221.746,2262.06) -Point[22] Position= (-404.268,-226.801,2313.66) -Point[23] Position= (-406.882,-228.264,2328.6) -Point[24] Position= (-411.591,-230.898,2355.51) -Point[25] Position= (-416.404,-233.591,2383.01) -Point[26] Position= (-420.379,-235.815,2405.72) -Point[27] Position= (-440.458,-247.058,2520.47) -Point[28] Position= (-484.09,-271.424,2769.76) -Point[29] Position= (-485.037,-271.954,2775.18) -Point[30] Position= (-509.202,-285.51,2913.52) -Point[31] Position= (-517.311,-290.053,2959.89) -Point[32] Position= (-522.559,-292.989,2989.9) -Point[33] Position= (-531.33,-297.892,3040.08) -Point[34] Position= (-556.892,-312.182,3186.29) -Point[35] Position= (-624.399,-349.918,3572.33) -Point[36] Position= (-651.578,-365.134,3727.87) -Point[37] Position= (-657.351,-368.366,3760.9) -Point[38] Position= (-685.503,-384.138,3921.97) -Point[39] Position= (-691.015,-387.224,3953.5) -Point[40] Position= (-695.389,-389.673,3978.52) -Point[41] Position= (-697.801,-391.025,3992.32) -Point[42] Position= (-716.035,-401.254,4096.63) -Point[43] Position= (-721.28,-404.194,4126.63) -Point[44] Position= (-731.531,-409.941,4185.28) -Point[45] Position= (-783.862,-439.275,4484.47) -Point[46] Position= (-829.865,-465.069,4747.58) -Point[47] Position= (-837.339,-469.253,4790.3) -Point[48] Position= (-858.361,-481.012,4910.43) -Point[49] Position= (-888.678,-497.978,5083.71) -Point[50] Position= (-892.511,-500.125,5105.63) -Point[51] Position= (-901.35,-505.075,5156.19) -Point[52] Position= (-921.644,-516.44,5272.27) -Point[53] Position= (-933.809,-523.249,5341.84) -Point[54] Position= (-936.476,-524.743,5357.09) -Point[55] Position= (-940.463,-526.976,5379.9) -Point[56] Position= (-945.172,-529.615,5406.84) -Point[57] Position= (-969.073,-542.995,5543.57) -Point[58] Position= (-986.475,-552.756,5643.18) -Point[59] Position= (-990.585,-555.063,5666.73) -Point[60] Position= (-1000.18,-560.45,5721.71) -Point[61] Position= (-1033.25,-579.025,5911.19) -Point[62] Position= (-1039.21,-582.369,5945.3) -Point[63] Position= (-1040.55,-583.127,5953.03) -Point[64] Position= (-1048.75,-587.738,6000) - -TrackID =608 : ParentID=58 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -61.1888 111.476 16.4332 keV -Vertex : -1.04055 -0.583127 5.95303 m Global time : 20.2756 ns - Current trajectory has 4 points. -Point[0] Position= (-1040.55,-583.127,5953.03) -Point[1] Position= (-1042.39,-581.882,5953.25) -Point[2] Position= (-1043.3,-582.801,5952.4) -Point[3] Position= (-1043.14,-582.831,5952.13) +TrackID =551 : ParentID=58 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 126.437 -343.781 120.233 keV +Vertex : -0.267392 -0.150342 1.53395 m Global time : 5.22415 ns + Current trajectory has 23 points. +Point[0] Position= (-267.392,-150.342,1533.95) +Point[1] Position= (-261.99,-169.932,1535.42) +Point[2] Position= (-245.435,-194.202,1526.93) +Point[3] Position= (-216.818,-223.537,1514.41) +Point[4] Position= (-194.309,-239.257,1502.34) +Point[5] Position= (-183.714,-247.087,1496.87) +Point[6] Position= (-182.343,-249.378,1493.88) +Point[7] Position= (-174.726,-263.038,1482.56) +Point[8] Position= (-173.46,-263.767,1485) +Point[9] Position= (-172.281,-264.155,1486.18) +Point[10] Position= (-171.229,-264.642,1488.13) +Point[11] Position= (-170.653,-265.055,1490.31) +Point[12] Position= (-163.017,-271.978,1493.6) +Point[13] Position= (-159.047,-274.146,1499.89) +Point[14] Position= (-153.43,-271.28,1499.96) +Point[15] Position= (-149.655,-269.906,1496.48) +Point[16] Position= (-145.954,-268.27,1497.35) +Point[17] Position= (-144.658,-265.734,1495.49) +Point[18] Position= (-144.079,-263.761,1493.41) +Point[19] Position= (-144.191,-262.971,1491.21) +Point[20] Position= (-145.053,-262.259,1490.62) +Point[21] Position= (-145.671,-262.135,1490.78) +Point[22] Position= (-145.693,-262.161,1490.76) + +TrackID =588 : ParentID=551 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -11.3804 11.5009 28.7782 keV +Vertex : -0.144658 -0.265734 1.49549 m Global time : 6.53174 ns + Current trajectory has 2 points. +Point[0] Position= (-144.658,-265.734,1495.49) +Point[1] Position= (-144.667,-265.725,1495.51) + +TrackID =587 : ParentID=551 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -33.4917 53.8711 62.533 keV +Vertex : -0.170653 -0.265055 1.49031 m Global time : 6.21013 ns + Current trajectory has 3 points. +Point[0] Position= (-170.653,-265.055,1490.31) +Point[1] Position= (-171.64,-264.215,1490.1) +Point[2] Position= (-171.656,-264.165,1490.11) -TrackID =607 : ParentID=58 : TrackStatus=1 +TrackID =586 : ParentID=551 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -40.3699 14.7739 -3.74207 keV -Vertex : -1.03921 -0.582369 5.9453 m Global time : 20.2493 ns +Original momentum : 43.6138 -17.13 -26.1316 keV +Vertex : -0.172281 -0.264155 1.48618 m Global time : 6.17532 ns Current trajectory has 2 points. -Point[0] Position= (-1039.21,-582.369,5945.3) -Point[1] Position= (-1039.26,-582.349,5945.3) +Point[0] Position= (-172.281,-264.155,1486.18) +Point[1] Position= (-172.179,-264.195,1486.11) -TrackID =606 : ParentID=58 : TrackStatus=1 +TrackID =585 : ParentID=551 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.6071 -15.7102 8.01854 keV -Vertex : -1.03325 -0.579025 5.91119 m Global time : 20.1331 ns +Original momentum : -29.3773 -19.3727 19.291 keV +Vertex : -0.17346 -0.263767 1.485 m Global time : 6.1627 ns Current trajectory has 2 points. -Point[0] Position= (-1033.25,-579.025,5911.19) -Point[1] Position= (-1033.18,-579.05,5911.2) +Point[0] Position= (-173.46,-263.767,1485) +Point[1] Position= (-173.495,-263.79,1485.02) -TrackID =605 : ParentID=58 : TrackStatus=1 +TrackID =584 : ParentID=551 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.2025 56.1968 11.0542 keV -Vertex : -1.00018 -0.56045 5.72171 m Global time : 19.4878 ns +Original momentum : 24.8187 -19.4538 24.6194 keV +Vertex : -0.182343 -0.249378 1.49388 m Global time : 6.01893 ns Current trajectory has 2 points. -Point[0] Position= (-1000.18,-560.45,5721.71) -Point[1] Position= (-1000.15,-560.288,5721.74) +Point[0] Position= (-182.343,-249.378,1493.88) +Point[1] Position= (-182.314,-249.401,1493.91) -TrackID =604 : ParentID=58 : TrackStatus=1 +TrackID =583 : ParentID=551 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.1884 17.9741 7.6246 keV -Vertex : -0.990585 -0.555063 5.66673 m Global time : 19.3005 ns +Original momentum : 42.233 -21.0791 49.3087 keV +Vertex : -0.183714 -0.247087 1.49687 m Global time : 5.99188 ns Current trajectory has 2 points. -Point[0] Position= (-990.585,-555.063,5666.73) -Point[1] Position= (-990.564,-555.049,5666.73) +Point[0] Position= (-183.714,-247.087,1496.87) +Point[1] Position= (-183.536,-247.176,1497.07) -TrackID =603 : ParentID=58 : TrackStatus=1 +TrackID =582 : ParentID=551 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -143.033 239.488 76.2344 keV -Vertex : -0.986475 -0.552756 5.64318 m Global time : 19.2204 ns - Current trajectory has 17 points. -Point[0] Position= (-986.475,-552.756,5643.18) -Point[1] Position= (-990.258,-544.518,5647.05) -Point[2] Position= (-994.244,-527.54,5637.56) -Point[3] Position= (-996.849,-526.678,5634.76) -Point[4] Position= (-1002.96,-518.256,5625.47) -Point[5] Position= (-1008.42,-515.511,5615.95) -Point[6] Position= (-1008.81,-515.842,5615.02) -Point[7] Position= (-1003.04,-520.437,5610.45) -Point[8] Position= (-998.647,-524.574,5614.16) -Point[9] Position= (-997.064,-529.535,5611.76) -Point[10] Position= (-995.703,-533.742,5612.78) -Point[11] Position= (-996.048,-534.556,5612.69) -Point[12] Position= (-997.864,-536.799,5613.27) -Point[13] Position= (-998.04,-537.08,5613.29) -Point[14] Position= (-998.415,-537.438,5611.5) -Point[15] Position= (-998.487,-537.576,5611.19) -Point[16] Position= (-998.5,-537.673,5610.99) +Original momentum : -34.9103 -18.3567 11.0313 keV +Vertex : -0.26199 -0.169932 1.53542 m Global time : 5.33325 ns + Current trajectory has 2 points. +Point[0] Position= (-261.99,-169.932,1535.42) +Point[1] Position= (-262.033,-169.955,1535.44) -TrackID =613 : ParentID=603 : TrackStatus=1 +TrackID =550 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.7556 20.9995 -11.6071 keV -Vertex : -0.998487 -0.537576 5.61119 m Global time : 19.9079 ns +Original momentum : -21.706 -34.7118 -5.47417 keV +Vertex : -0.26708 -0.150167 1.53216 m Global time : 5.21804 ns Current trajectory has 2 points. -Point[0] Position= (-998.487,-537.576,5611.19) -Point[1] Position= (-998.471,-537.56,5611.18) +Point[0] Position= (-267.08,-150.167,1532.16) +Point[1] Position= (-267.107,-150.211,1532.15) -TrackID =612 : ParentID=603 : TrackStatus=1 +TrackID =549 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.8638 -0.652023 29.5791 keV -Vertex : -0.99804 -0.53708 5.61329 m Global time : 19.8801 ns +Original momentum : -46.4284 -0.412398 -5.94155 keV +Vertex : -0.265106 -0.149058 1.52082 m Global time : 5.17943 ns Current trajectory has 2 points. -Point[0] Position= (-998.04,-537.08,5613.29) -Point[1] Position= (-998.067,-537.081,5613.32) +Point[0] Position= (-265.106,-149.058,1520.82) +Point[1] Position= (-265.184,-149.059,1520.81) -TrackID =611 : ParentID=603 : TrackStatus=1 +TrackID =548 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.5833 -10.9991 -14.8678 keV -Vertex : -0.996048 -0.534556 5.61269 m Global time : 19.8438 ns +Original momentum : 13.0975 -30.7947 0.385857 keV +Vertex : -0.264312 -0.148612 1.51626 m Global time : 5.1639 ns Current trajectory has 2 points. -Point[0] Position= (-996.048,-534.556,5612.69) -Point[1] Position= (-996.02,-534.566,5612.68) +Point[0] Position= (-264.312,-148.612,1516.26) +Point[1] Position= (-264.301,-148.636,1516.26) -TrackID =610 : ParentID=603 : TrackStatus=1 +TrackID =547 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.9781 -51.6021 -0.175161 keV -Vertex : -0.996849 -0.526678 5.63476 m Global time : 19.4344 ns +Original momentum : -27.2151 -17.215 -5.36109 keV +Vertex : -0.260144 -0.14627 1.49233 m Global time : 5.08241 ns Current trajectory has 2 points. -Point[0] Position= (-996.849,-526.678,5634.76) -Point[1] Position= (-996.889,-526.802,5634.76) +Point[0] Position= (-260.144,-146.27,1492.33) +Point[1] Position= (-260.165,-146.283,1492.33) -TrackID =609 : ParentID=603 : TrackStatus=1 +TrackID =546 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.107501 -0.0425094 39.0164 keV -Vertex : -0.990258 -0.544518 5.64705 m Global time : 19.2861 ns +Original momentum : 37.6735 9.98615 9.13663 keV +Vertex : -0.259735 -0.14604 1.48998 m Global time : 5.07441 ns Current trajectory has 2 points. -Point[0] Position= (-990.258,-544.518,5647.05) -Point[1] Position= (-990.259,-544.518,5647.09) +Point[0] Position= (-259.735,-146.04,1489.98) +Point[1] Position= (-259.69,-146.029,1489.99) -TrackID =602 : ParentID=58 : TrackStatus=1 +TrackID =545 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.2891 -35.2944 -0.311616 keV -Vertex : -0.969073 -0.542995 5.54357 m Global time : 18.8811 ns +Original momentum : -36.426 -38.059 -7.25553 keV +Vertex : -0.246369 -0.138526 1.41324 m Global time : 4.81307 ns Current trajectory has 2 points. -Point[0] Position= (-969.073,-542.995,5543.57) -Point[1] Position= (-969.063,-543.029,5543.57) +Point[0] Position= (-246.369,-138.526,1413.24) +Point[1] Position= (-246.452,-138.613,1413.23) -TrackID =601 : ParentID=58 : TrackStatus=1 +TrackID =544 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.6172 -29.2427 -5.42467 keV -Vertex : -0.945172 -0.529615 5.40684 m Global time : 18.4154 ns +Original momentum : 59.8294 10.4537 15.3496 keV +Vertex : -0.244485 -0.137467 1.40243 m Global time : 4.77623 ns Current trajectory has 2 points. -Point[0] Position= (-945.172,-529.615,5406.84) -Point[1] Position= (-945.195,-529.644,5406.84) +Point[0] Position= (-244.485,-137.467,1402.43) +Point[1] Position= (-244.282,-137.431,1402.48) -TrackID =600 : ParentID=58 : TrackStatus=1 +TrackID =543 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.089 -11.7793 -5.45543 keV -Vertex : -0.940463 -0.526976 5.3799 m Global time : 18.3236 ns +Original momentum : -43.5324 -5.60904 -6.17523 keV +Vertex : -0.195276 -0.109812 1.11996 m Global time : 3.81427 ns Current trajectory has 2 points. -Point[0] Position= (-940.463,-526.976,5379.9) -Point[1] Position= (-940.488,-526.986,5379.89) +Point[0] Position= (-195.276,-109.812,1119.96) +Point[1] Position= (-195.34,-109.821,1119.95) -TrackID =599 : ParentID=58 : TrackStatus=1 +TrackID =542 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.7012 52.6114 8.83069 keV -Vertex : -0.936476 -0.524743 5.35709 m Global time : 18.2459 ns +Original momentum : 33.1895 -0.596419 6.87293 keV +Vertex : -0.187894 -0.105667 1.07761 m Global time : 3.67002 ns Current trajectory has 2 points. -Point[0] Position= (-936.476,-524.743,5357.09) -Point[1] Position= (-936.465,-524.621,5357.11) +Point[0] Position= (-187.894,-105.667,1077.61) +Point[1] Position= (-187.867,-105.667,1077.61) + +TrackID =541 : ParentID=58 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -26.9662 -179.452 9.74418 keV +Vertex : -15.7586 -8.86482 90.3697 cm Global time : 3.07776 ns + Current trajectory has 7 points. +Point[0] Position= (-157.586,-88.6482,903.697) +Point[1] Position= (-155.794,-93.0772,904.219) +Point[2] Position= (-155.038,-94.8918,903.588) +Point[3] Position= (-154.989,-94.9175,903.602) +Point[4] Position= (-155.227,-96.7635,904.425) +Point[5] Position= (-154.09,-97.1038,904.154) +Point[6] Position= (-154.086,-97.1077,904.143) -TrackID =598 : ParentID=58 : TrackStatus=1 +TrackID =590 : ParentID=541 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.5396 19.8657 -1.47221 keV -Vertex : -0.933809 -0.523249 5.34184 m Global time : 18.194 ns +Original momentum : 23.9726 12.4538 -17.0853 keV +Vertex : -15.4989 -9.49175 90.3602 cm Global time : 3.14205 ns Current trajectory has 2 points. -Point[0] Position= (-933.809,-523.249,5341.84) -Point[1] Position= (-933.828,-523.234,5341.83) +Point[0] Position= (-154.989,-94.9175,903.602) +Point[1] Position= (-154.972,-94.9085,903.59) -TrackID =597 : ParentID=58 : TrackStatus=1 +TrackID =589 : ParentID=541 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.0461 12.5064 8.31792 keV -Vertex : -0.921644 -0.51644 5.27227 m Global time : 17.9571 ns +Original momentum : -46.2671 -88.1663 2.90459 keV +Vertex : -15.5038 -9.48918 90.3588 cm Global time : 3.14117 ns + Current trajectory has 3 points. +Point[0] Position= (-155.038,-94.8918,903.588) +Point[1] Position= (-154.734,-96.252,902.721) +Point[2] Position= (-154.785,-96.1665,902.498) + +TrackID =540 : ParentID=58 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -39.5996 34.3927 -0.789353 keV +Vertex : -12.0148 -6.76133 68.8897 cm Global time : 2.34623 ns Current trajectory has 2 points. -Point[0] Position= (-921.644,-516.44,5272.27) -Point[1] Position= (-921.613,-516.428,5272.28) +Point[0] Position= (-120.148,-67.6133,688.897) +Point[1] Position= (-120.235,-67.5376,688.895) -TrackID =596 : ParentID=58 : TrackStatus=1 +TrackID =539 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.5023 -43.6022 -6.26965 keV -Vertex : -0.90135 -0.505075 5.15619 m Global time : 17.5617 ns +Original momentum : 3.60681 -31.6682 -1.46191 keV +Vertex : -10.0183 -5.63838 57.4381 cm Global time : 1.95622 ns Current trajectory has 2 points. -Point[0] Position= (-901.35,-505.075,5156.19) -Point[1] Position= (-901.406,-505.167,5156.18) +Point[0] Position= (-100.183,-56.3838,574.381) +Point[1] Position= (-100.181,-56.4066,574.38) -TrackID =595 : ParentID=58 : TrackStatus=1 +TrackID =538 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.7048 49.9121 2.19561 keV -Vertex : -0.892511 -0.500125 5.10563 m Global time : 17.3895 ns +Original momentum : 58.4753 -21.7434 12.0802 keV +Vertex : -8.81646 -4.9621 50.5455 cm Global time : 1.72148 ns Current trajectory has 2 points. -Point[0] Position= (-892.511,-500.125,5105.63) -Point[1] Position= (-892.639,-499.955,5105.64) +Point[0] Position= (-88.1646,-49.621,505.455) +Point[1] Position= (-87.9584,-49.6977,505.498) -TrackID =594 : ParentID=58 : TrackStatus=1 +TrackID =537 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.8936 -97.3909 7.6966 keV -Vertex : -0.888678 -0.497978 5.08371 m Global time : 17.3148 ns +Original momentum : -102.568 35.4307 -2.76278 keV +Vertex : -7.39626 -4.16269 42.4003 cm Global time : 1.44407 ns Current trajectory has 4 points. -Point[0] Position= (-888.678,-497.978,5083.71) -Point[1] Position= (-886.92,-498.561,5083.98) -Point[2] Position= (-886.873,-498.58,5083.93) -Point[3] Position= (-886.603,-498.711,5083.83) +Point[0] Position= (-73.9626,-41.6269,424.003) +Point[1] Position= (-73.9947,-41.6187,424.003) +Point[2] Position= (-73.7241,-40.3224,423.712) +Point[3] Position= (-73.7454,-40.283,423.78) -TrackID =614 : ParentID=594 : TrackStatus=1 +TrackID =591 : ParentID=537 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.93649 10.1324 -30.9694 keV -Vertex : -0.886873 -0.49858 5.08393 m Global time : 17.3361 ns +Original momentum : -44.6597 -22.5153 41.2267 keV +Vertex : -7.39947 -4.16187 42.4003 cm Global time : 1.4446 ns Current trajectory has 2 points. -Point[0] Position= (-886.873,-498.58,5083.93) -Point[1] Position= (-886.878,-498.572,5083.91) +Point[0] Position= (-73.9947,-41.6187,424.003) +Point[1] Position= (-74.1601,-41.7021,424.156) -TrackID =593 : ParentID=58 : TrackStatus=1 +TrackID =536 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -92.9214 18.4441 -5.52814 keV -Vertex : -0.858361 -0.481012 4.91043 m Global time : 16.7246 ns +Original momentum : -35.5518 -13.8457 -6.07103 keV +Vertex : -5.0344 -2.83371 28.8571 cm Global time : 982.822 ps + Current trajectory has 2 points. +Point[0] Position= (-50.344,-28.3371,288.571) +Point[1] Position= (-50.3828,-28.3522,288.565) + +TrackID =535 : ParentID=58 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -48.4037 76.4932 7.24416 keV +Vertex : -1.48161 -0.833715 8.49112 cm Global time : 289.193 ps Current trajectory has 3 points. -Point[0] Position= (-858.361,-481.012,4910.43) -Point[1] Position= (-859.368,-481.107,4911.63) -Point[2] Position= (-859.349,-481.257,4911.66) +Point[0] Position= (-14.8161,-8.33715,84.9112) +Point[1] Position= (-15.4398,-8.09271,85.2066) +Point[2] Position= (-15.4782,-8.1764,85.0856) -TrackID =592 : ParentID=58 : TrackStatus=1 +TrackID =592 : ParentID=535 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.44091 40.1576 4.63953 keV -Vertex : -0.837339 -0.469253 4.7903 m Global time : 16.3155 ns +Original momentum : -53.4325 14.0314 7.03356 keV +Vertex : -1.54398 -0.809271 8.52066 cm Global time : 299.906 ps Current trajectory has 2 points. -Point[0] Position= (-837.339,-469.253,4790.3) -Point[1] Position= (-837.346,-469.203,4790.31) +Point[0] Position= (-15.4398,-8.09271,85.2066) +Point[1] Position= (-15.5759,-8.05696,85.2245) -TrackID =591 : ParentID=58 : TrackStatus=1 +TrackID =534 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.88444 -40.3522 -3.94462 keV -Vertex : -0.829865 -0.465069 4.74758 m Global time : 16.17 ns +Original momentum : 0.220706 31.9481 4.21224 keV +Vertex : -0.874858 -0.492241 5.01401 cm Global time : 170.769 ps Current trajectory has 2 points. -Point[0] Position= (-829.865,-465.069,4747.58) -Point[1] Position= (-829.878,-465.121,4747.57) +Point[0] Position= (-8.74858,-4.92241,50.1401) +Point[1] Position= (-8.74842,-4.89898,50.1432) -TrackID =590 : ParentID=58 : TrackStatus=1 +TrackID =533 : ParentID=58 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.9529 -11.6586 7.62878 keV -Vertex : -0.783862 -0.439275 4.48447 m Global time : 15.2738 ns +Original momentum : 20.8533 23.557 6.98872 keV +Vertex : -0.693379 -0.390115 3.97404 cm Global time : 135.349 ps Current trajectory has 2 points. -Point[0] Position= (-783.862,-439.275,4484.47) -Point[1] Position= (-783.809,-439.291,4484.48) +Point[0] Position= (-6.93379,-3.90115,39.7404) +Point[1] Position= (-6.9185,-3.88387,39.7455) -TrackID =589 : ParentID=58 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.68171 -92.2234 -1.73324 keV -Vertex : -0.731531 -0.409941 4.18528 m Global time : 14.2548 ns +TrackID =531 : ParentID=330 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : -85.051 44.95 453.684 MeV +Vertex : -8.62113 -1.14098 35.7143 nm Global time : 0.000124936 ps + Current trajectory has 4 points. +Point[0] Position= (-8.62113e-06,-1.14098e-06,3.57143e-05) +Point[1] Position= (-176.824,93.4524,943.224) +Point[2] Position= (-187.467,99.0776,1000) +Point[3] Position= (-1124.8,594.465,6000) + +TrackID =57 : ParentID=45 : TrackStatus=1 +Particle name : unknown : rho- PDG code : -213 Charge : -1 +Original momentum : 0.454599 0.329004 8.64056 GeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps + Current trajectory has 2 points. +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (1.67561e-307,2.37286e-307,1.99953e-305) + +TrackID =594 : ParentID=57 : TrackStatus=1 +Particle name : pi- PDG code : -211 Charge : -1 +Original momentum : 0.158211 0.553631 4.02749 GeV +Vertex : 1.67561e-295 2.37286e-295 1.99953e-293 fm Global time : 8.63153e-305 ps + Current trajectory has 62 points. +Point[0] Position= (1.67561e-307,2.37286e-307,1.99953e-305) +Point[1] Position= (1.04385,3.65221,26.5692) +Point[2] Position= (2.43001,8.50067,61.8499) +Point[3] Position= (7.71707,27.0034,196.418) +Point[4] Position= (21.286,74.4439,541.453) +Point[5] Position= (22.7725,79.6358,579.224) +Point[6] Position= (25.6368,89.6315,651.964) +Point[7] Position= (31.2716,109.296,795.089) +Point[8] Position= (35.2065,123.037,895.078) +Point[9] Position= (37.3654,130.584,949.98) +Point[10] Position= (38.2633,133.723,972.815) +Point[11] Position= (40.9094,142.974,1040.12) +Point[12] Position= (41.8175,146.149,1063.21) +Point[13] Position= (45.4103,158.722,1154.65) +Point[14] Position= (46.4425,162.336,1180.92) +Point[15] Position= (46.6914,163.207,1187.26) +Point[16] Position= (47.9637,167.662,1219.65) +Point[17] Position= (49.0115,171.33,1246.32) +Point[18] Position= (51.1222,178.717,1300.03) +Point[19] Position= (52.9413,185.079,1346.29) +Point[20] Position= (53.2015,185.988,1352.9) +Point[21] Position= (59.7813,208.966,1520.01) +Point[22] Position= (60.1763,210.343,1530.04) +Point[23] Position= (64.9956,227.15,1652.48) +Point[24] Position= (71.7794,250.859,1825.24) +Point[25] Position= (77.1992,269.804,1963.22) +Point[26] Position= (78.9283,275.851,2007.26) +Point[27] Position= (85.0649,297.303,2163.49) +Point[28] Position= (85.9412,300.369,2185.82) +Point[29] Position= (88.5877,309.628,2253.25) +Point[30] Position= (92.715,324.064,2358.45) +Point[31] Position= (105.432,368.483,2682.44) +Point[32] Position= (111.956,391.256,2848.66) +Point[33] Position= (115.19,402.54,2931.05) +Point[34] Position= (118.907,415.493,3025.65) +Point[35] Position= (119.824,418.686,3048.96) +Point[36] Position= (123.861,432.742,3151.6) +Point[37] Position= (124.609,435.347,3170.62) +Point[38] Position= (141.364,493.578,3595.74) +Point[39] Position= (143.022,499.33,3637.7) +Point[40] Position= (143.497,500.977,3649.72) +Point[41] Position= (146.056,509.857,3714.5) +Point[42] Position= (146.291,510.672,3720.45) +Point[43] Position= (149.28,521.045,3796.1) +Point[44] Position= (153.202,534.645,3895.28) +Point[45] Position= (171.103,596.729,4347.99) +Point[46] Position= (171.267,597.297,4352.13) +Point[47] Position= (175.174,610.826,4450.77) +Point[48] Position= (181.488,632.682,4610.11) +Point[49] Position= (181.968,634.345,4622.24) +Point[50] Position= (184.118,641.797,4676.53) +Point[51] Position= (184.528,643.216,4686.86) +Point[52] Position= (189.714,661.18,4817.72) +Point[53] Position= (191.513,667.411,4863.11) +Point[54] Position= (193.451,674.127,4912.04) +Point[55] Position= (197.352,687.649,5010.5) +Point[56] Position= (199.877,696.403,5074.26) +Point[57] Position= (207.42,722.593,5265) +Point[58] Position= (208.87,727.627,5301.65) +Point[59] Position= (221.762,772.468,5628.12) +Point[60] Position= (234.476,816.69,5949.94) +Point[61] Position= (236.458,823.575,6000) + +TrackID =654 : ParentID=594 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 36.7039 -0.739159 -0.0210045 keV +Vertex : 0.234476 0.81669 5.94994 m Global time : 20.06 ns + Current trajectory has 2 points. +Point[0] Position= (234.476,816.69,5949.94) +Point[1] Position= (234.512,816.689,5949.94) + +TrackID =653 : ParentID=594 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 10.3199 -37.6661 6.31167 keV +Vertex : 0.221762 0.772468 5.62812 m Global time : 18.975 ns + Current trajectory has 2 points. +Point[0] Position= (221.762,772.468,5628.12) +Point[1] Position= (221.773,772.425,5628.13) + +TrackID =652 : ParentID=594 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 22.0642 -29.6576 4.57071 keV +Vertex : 0.20887 0.727627 5.30165 m Global time : 17.8743 ns + Current trajectory has 2 points. +Point[0] Position= (208.87,727.627,5301.65) +Point[1] Position= (208.893,727.597,5301.65) + +TrackID =651 : ParentID=594 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -20.3576 -39.5339 8.25466 keV +Vertex : 0.20742 0.722593 5.265 m Global time : 17.7507 ns Current trajectory has 3 points. -Point[0] Position= (-731.531,-409.941,4185.28) -Point[1] Position= (-731.231,-410.779,4184.56) -Point[2] Position= (-731.112,-410.79,4184.55) +Point[0] Position= (207.42,722.593,5265) +Point[1] Position= (207.433,722.508,5265) +Point[2] Position= (207.434,722.507,5265) -TrackID =588 : ParentID=58 : TrackStatus=1 +TrackID =650 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.3842 12.4865 -4.48126 keV -Vertex : -0.72128 -0.404194 4.12663 m Global time : 14.055 ns - Current trajectory has 2 points. -Point[0] Position= (-721.28,-404.194,4126.63) -Point[1] Position= (-721.358,-404.172,4126.63) +Original momentum : -13.9177 -75.8482 17.0963 keV +Vertex : 0.199877 0.696403 5.07426 m Global time : 17.1076 ns + Current trajectory has 3 points. +Point[0] Position= (199.877,696.403,5074.26) +Point[1] Position= (200.241,696.022,5075.09) +Point[2] Position= (200.24,696.022,5075.09) -TrackID =587 : ParentID=58 : TrackStatus=1 +TrackID =649 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.4109 105.869 30.7857 keV -Vertex : -0.716035 -0.401254 4.09663 m Global time : 13.9528 ns - Current trajectory has 4 points. -Point[0] Position= (-716.035,-401.254,4096.63) -Point[1] Position= (-716.357,-399.845,4098.26) -Point[2] Position= (-715.352,-400.093,4098.98) -Point[3] Position= (-715.511,-400.314,4098.95) +Original momentum : -157.258 199.372 40.5611 keV +Vertex : 0.197352 0.687649 5.0105 m Global time : 16.8927 ns + Current trajectory has 12 points. +Point[0] Position= (197.352,687.649,5010.5) +Point[1] Position= (192.901,698.563,5015.03) +Point[2] Position= (187.264,700.989,5012.33) +Point[3] Position= (182.497,707.145,5012.75) +Point[4] Position= (179.569,706.139,5019.43) +Point[5] Position= (175.393,705.103,5022.81) +Point[6] Position= (173.138,704.105,5023.12) +Point[7] Position= (172.075,703.776,5026.9) +Point[8] Position= (173.001,703.303,5029.57) +Point[9] Position= (172.961,703.398,5029.8) +Point[10] Position= (171.428,704.272,5030.45) +Point[11] Position= (171.193,704.493,5030.88) -TrackID =615 : ParentID=587 : TrackStatus=1 +TrackID =658 : ParentID=649 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.0506 -17.5686 36.8913 keV -Vertex : -0.715352 -0.400093 4.09898 m Global time : 13.9917 ns +Original momentum : -7.64207 -33.0409 46.0406 keV +Vertex : 0.172961 0.703398 5.0298 m Global time : 17.3056 ns Current trajectory has 2 points. -Point[0] Position= (-715.352,-400.093,4098.98) -Point[1] Position= (-715.327,-400.119,4099.04) +Point[0] Position= (172.961,703.398,5029.8) +Point[1] Position= (172.94,703.308,5029.93) -TrackID =586 : ParentID=58 : TrackStatus=1 +TrackID =657 : ParentID=649 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.5567 30.8037 2.23672 keV -Vertex : -0.697801 -0.391025 3.99232 m Global time : 13.5975 ns +Original momentum : 25.6725 -40.5468 -3.87742 keV +Vertex : 0.173138 0.704105 5.02312 m Global time : 17.2329 ns Current trajectory has 2 points. -Point[0] Position= (-697.801,-391.025,3992.32) -Point[1] Position= (-697.809,-391.002,3992.32) +Point[0] Position= (173.138,704.105,5023.12) +Point[1] Position= (173.184,704.032,5023.11) -TrackID =585 : ParentID=58 : TrackStatus=1 +TrackID =656 : ParentID=649 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.78341 136.239 32.9321 keV -Vertex : -0.695389 -0.389673 3.97852 m Global time : 13.5505 ns - Current trajectory has 6 points. -Point[0] Position= (-695.389,-389.673,3978.52) -Point[1] Position= (-695.44,-386.907,3977.59) -Point[2] Position= (-694.869,-386.125,3977.5) -Point[3] Position= (-694.632,-386.384,3977.61) -Point[4] Position= (-694.683,-387.053,3978.86) -Point[5] Position= (-694.663,-387.096,3978.88) +Original momentum : -38.5558 -31.9496 22.3416 keV +Vertex : 0.187264 0.700989 5.01233 m Global time : 17.0317 ns + Current trajectory has 2 points. +Point[0] Position= (187.264,700.989,5012.33) +Point[1] Position= (187.169,700.911,5012.39) -TrackID =617 : ParentID=585 : TrackStatus=1 +TrackID =655 : ParentID=649 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.11682 -31.3476 -4.2621 keV -Vertex : -0.694632 -0.386384 3.97761 m Global time : 13.601 ns +Original momentum : 11.0455 36.7282 33.0738 keV +Vertex : 0.192901 0.698563 5.01503 m Global time : 16.981 ns Current trajectory has 2 points. -Point[0] Position= (-694.632,-386.384,3977.61) -Point[1] Position= (-694.636,-386.407,3977.6) +Point[0] Position= (192.901,698.563,5015.03) +Point[1] Position= (192.923,698.637,5015.09) -TrackID =616 : ParentID=585 : TrackStatus=1 +TrackID =648 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.4411 26.9487 0.811679 keV -Vertex : -0.694869 -0.386125 3.9775 m Global time : 13.5951 ns +Original momentum : 37.7305 -7.67618 1.02368 keV +Vertex : 0.193451 0.674127 4.91204 m Global time : 16.5607 ns Current trajectory has 2 points. -Point[0] Position= (-694.869,-386.125,3977.5) -Point[1] Position= (-694.854,-386.104,3977.5) +Point[0] Position= (193.451,674.127,4912.04) +Point[1] Position= (193.492,674.119,4912.04) -TrackID =584 : ParentID=58 : TrackStatus=1 +TrackID =647 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.4076 10.1167 -4.68396 keV -Vertex : -0.691015 -0.387224 3.9535 m Global time : 13.4653 ns +Original momentum : 31.5667 46.5994 -4.50271 keV +Vertex : 0.191513 0.667411 4.86311 m Global time : 16.3958 ns Current trajectory has 2 points. -Point[0] Position= (-691.015,-387.224,3953.5) -Point[1] Position= (-691.086,-387.208,3953.49) +Point[0] Position= (191.513,667.411,4863.11) +Point[1] Position= (191.596,667.533,4863.1) -TrackID =583 : ParentID=58 : TrackStatus=1 +TrackID =646 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 89.6447 -5.51992 23.6804 keV -Vertex : -0.685503 -0.384138 3.92197 m Global time : 13.3579 ns - Current trajectory has 3 points. -Point[0] Position= (-685.503,-384.138,3921.97) -Point[1] Position= (-684.729,-384.489,3921.67) -Point[2] Position= (-684.563,-384.693,3921.84) +Original momentum : 30.0165 12.9403 -1.90672 keV +Vertex : 0.189714 0.66118 4.81772 m Global time : 16.2427 ns + Current trajectory has 2 points. +Point[0] Position= (189.714,661.18,4817.72) +Point[1] Position= (189.736,661.19,4817.72) -TrackID =618 : ParentID=583 : TrackStatus=1 +TrackID =645 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.54151 -26.6766 -31.3704 keV -Vertex : -0.684729 -0.384489 3.92167 m Global time : 13.3709 ns +Original momentum : -22.9397 -53.5692 11.7463 keV +Vertex : 0.184528 0.643216 4.68686 m Global time : 15.8015 ns Current trajectory has 2 points. -Point[0] Position= (-684.729,-384.489,3921.67) -Point[1] Position= (-684.731,-384.523,3921.63) +Point[0] Position= (184.528,643.216,4686.86) +Point[1] Position= (184.459,643.055,4686.9) -TrackID =582 : ParentID=58 : TrackStatus=1 +TrackID =644 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.97786 50.1076 8.55998 keV -Vertex : -0.657351 -0.368366 3.7609 m Global time : 12.8094 ns +Original momentum : -58.3143 -11.4598 7.41876 keV +Vertex : 0.184118 0.641797 4.67653 m Global time : 15.7667 ns Current trajectory has 2 points. -Point[0] Position= (-657.351,-368.366,3760.9) -Point[1] Position= (-657.339,-368.262,3760.92) +Point[0] Position= (184.118,641.797,4676.53) +Point[1] Position= (183.941,641.763,4676.56) -TrackID =581 : ParentID=58 : TrackStatus=1 +TrackID =643 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.8561 -34.3879 -6.00256 keV -Vertex : -0.651578 -0.365134 3.72787 m Global time : 12.6969 ns +Original momentum : -19.4772 -37.3788 7.71358 keV +Vertex : 0.181968 0.634345 4.62224 m Global time : 15.5836 ns Current trajectory has 2 points. -Point[0] Position= (-651.578,-365.134,3727.87) -Point[1] Position= (-651.615,-365.183,3727.86) +Point[0] Position= (181.968,634.345,4622.24) +Point[1] Position= (181.941,634.294,4622.25) -TrackID =580 : ParentID=58 : TrackStatus=1 +TrackID =642 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.9108 -1.20783 -5.83052 keV -Vertex : -0.624399 -0.349918 3.57233 m Global time : 12.1671 ns +Original momentum : 27.0398 -44.8574 7.84997 keV +Vertex : 0.181488 0.632682 4.61011 m Global time : 15.5428 ns Current trajectory has 2 points. -Point[0] Position= (-624.399,-349.918,3572.33) -Point[1] Position= (-624.464,-349.92,3572.32) +Point[0] Position= (181.488,632.682,4610.11) +Point[1] Position= (181.549,632.58,4610.13) -TrackID =579 : ParentID=58 : TrackStatus=1 +TrackID =641 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -58.3312 29.4502 -3.06099 keV -Vertex : -0.556892 -0.312182 3.18629 m Global time : 10.8523 ns +Original momentum : 0.937507 44.5477 -4.17142 keV +Vertex : 0.175174 0.610826 4.45077 m Global time : 15.0055 ns Current trajectory has 2 points. -Point[0] Position= (-556.892,-312.182,3186.29) -Point[1] Position= (-557.113,-312.07,3186.28) +Point[0] Position= (175.174,610.826,4450.77) +Point[1] Position= (175.176,610.893,4450.76) -TrackID =578 : ParentID=58 : TrackStatus=1 +TrackID =640 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -53.5899 7.73737 -5.65751 keV -Vertex : -0.53133 -0.297892 3.04008 m Global time : 10.3543 ns - Current trajectory has 2 points. -Point[0] Position= (-531.33,-297.892,3040.08) -Point[1] Position= (-531.459,-297.873,3040.07) +Original momentum : -73.6493 -101.77 33.3198 keV +Vertex : 0.171267 0.597297 4.35213 m Global time : 14.673 ns + Current trajectory has 6 points. +Point[0] Position= (171.267,597.297,4352.13) +Point[1] Position= (170.136,595.372,4351.77) +Point[2] Position= (169.434,593.716,4351.54) +Point[3] Position= (170.162,593.364,4351.52) +Point[4] Position= (170.132,593.431,4351.61) +Point[5] Position= (170.15,593.501,4351.63) -TrackID =577 : ParentID=58 : TrackStatus=1 +TrackID =659 : ParentID=640 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.9467 5.35888 -4.4209 keV -Vertex : -0.522559 -0.292989 2.9899 m Global time : 10.1834 ns +Original momentum : -0.194085 -35.4242 8.27151 keV +Vertex : 0.170162 0.593364 4.35152 m Global time : 14.7335 ns Current trajectory has 2 points. -Point[0] Position= (-522.559,-292.989,2989.9) -Point[1] Position= (-522.594,-292.984,2989.89) +Point[0] Position= (170.162,593.364,4351.52) +Point[1] Position= (170.162,593.33,4351.52) -TrackID =576 : ParentID=58 : TrackStatus=1 +TrackID =639 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.8023 8.27043 8.24342 keV -Vertex : -0.517311 -0.290053 2.95989 m Global time : 10.0812 ns +Original momentum : 35.2512 -21.9267 3.32343 keV +Vertex : 0.171103 0.596729 4.34799 m Global time : 14.659 ns Current trajectory has 2 points. -Point[0] Position= (-517.311,-290.053,2959.89) -Point[1] Position= (-517.277,-290.045,2959.89) - -TrackID =575 : ParentID=58 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 62.4954 -74.8997 13.1697 keV -Vertex : -0.509202 -0.28551 2.91352 m Global time : 9.92325 ns - Current trajectory has 3 points. -Point[0] Position= (-509.202,-285.51,2913.52) -Point[1] Position= (-508.828,-286.4,2914.17) -Point[2] Position= (-508.843,-286.357,2914.32) - -TrackID =574 : ParentID=58 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -106.99 67.1296 3.59292 keV -Vertex : -0.485037 -0.271954 2.77518 m Global time : 9.45207 ns - Current trajectory has 5 points. -Point[0] Position= (-485.037,-271.954,2775.18) -Point[1] Position= (-487.233,-271.855,2775.44) -Point[2] Position= (-486.164,-271.083,2776.23) -Point[3] Position= (-486.696,-270.782,2775.47) -Point[4] Position= (-486.638,-270.829,2775.44) +Point[0] Position= (171.103,596.729,4347.99) +Point[1] Position= (171.148,596.701,4348) -TrackID =573 : ParentID=58 : TrackStatus=1 +TrackID =638 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.708 32.5691 10.9084 keV -Vertex : -0.48409 -0.271424 2.76976 m Global time : 9.43363 ns +Original momentum : 32.1076 12.0714 -1.75855 keV +Vertex : 0.153202 0.534645 3.89528 m Global time : 13.1328 ns Current trajectory has 2 points. -Point[0] Position= (-484.09,-271.424,2769.76) -Point[1] Position= (-484.037,-271.369,2769.78) +Point[0] Position= (153.202,534.645,3895.28) +Point[1] Position= (153.229,534.655,3895.28) -TrackID =572 : ParentID=58 : TrackStatus=1 +TrackID =637 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.2769 27.8384 0.495907 keV -Vertex : -0.440458 -0.247058 2.52047 m Global time : 8.58454 ns +Original momentum : -41.9019 36.8614 -0.327202 keV +Vertex : 0.14928 0.521045 3.7961 m Global time : 12.7984 ns Current trajectory has 2 points. -Point[0] Position= (-440.458,-247.058,2520.47) -Point[1] Position= (-440.474,-247.036,2520.47) +Point[0] Position= (149.28,521.045,3796.1) +Point[1] Position= (149.173,521.14,3796.1) -TrackID =571 : ParentID=58 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 75.4648 60.2129 29.167 keV -Vertex : -0.420379 -0.235815 2.40572 m Global time : 8.19371 ns - Current trajectory has 3 points. -Point[0] Position= (-420.379,-235.815,2405.72) -Point[1] Position= (-419.589,-235.635,2406.77) -Point[2] Position= (-419.465,-235.62,2406.87) - -TrackID =619 : ParentID=571 : TrackStatus=1 +TrackID =636 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.8379 45.7137 -16.1114 keV -Vertex : -0.419589 -0.235635 2.40677 m Global time : 8.21094 ns +Original momentum : -54.207 -48.5047 14.1948 keV +Vertex : 0.146291 0.510672 3.72045 m Global time : 12.5433 ns Current trajectory has 2 points. -Point[0] Position= (-419.589,-235.635,2406.77) -Point[1] Position= (-419.575,-235.549,2406.74) +Point[0] Position= (146.291,510.672,3720.45) +Point[1] Position= (146.01,510.421,3720.52) -TrackID =570 : ParentID=58 : TrackStatus=1 +TrackID =635 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.1427 -10.3181 6.27342 keV -Vertex : -0.416404 -0.233591 2.38301 m Global time : 8.11635 ns +Original momentum : -42.5726 -14.4419 5.68826 keV +Vertex : 0.146056 0.509857 3.7145 m Global time : 12.5233 ns Current trajectory has 2 points. -Point[0] Position= (-416.404,-233.591,2383.01) -Point[1] Position= (-416.372,-233.601,2383.01) +Point[0] Position= (146.056,509.857,3714.5) +Point[1] Position= (145.99,509.834,3714.51) -TrackID =569 : ParentID=58 : TrackStatus=1 +TrackID =634 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.9298 7.53856 -3.64946 keV -Vertex : -0.411591 -0.230898 2.35551 m Global time : 8.02267 ns +Original momentum : -35.5789 -4.02033 3.23331 keV +Vertex : 0.143497 0.500977 3.64972 m Global time : 12.3049 ns Current trajectory has 2 points. -Point[0] Position= (-411.591,-230.898,2355.51) -Point[1] Position= (-411.613,-230.893,2355.5) +Point[0] Position= (143.497,500.977,3649.72) +Point[1] Position= (143.464,500.974,3649.72) -TrackID =568 : ParentID=58 : TrackStatus=1 +TrackID =633 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 69.1459 -124.435 20.1748 keV -Vertex : -0.406882 -0.228264 2.3286 m Global time : 7.93103 ns - Current trajectory has 7 points. -Point[0] Position= (-406.882,-228.264,2328.6) -Point[1] Position= (-406.849,-231.055,2330.02) -Point[2] Position= (-406.054,-232.536,2331.96) -Point[3] Position= (-404.358,-232.035,2331.25) -Point[4] Position= (-405.113,-231.362,2331.15) -Point[5] Position= (-405.103,-231.299,2331.02) -Point[6] Position= (-405.116,-231.268,2330.97) +Original momentum : 96.2859 -78.9821 22.632 keV +Vertex : 0.143022 0.49933 3.6377 m Global time : 12.2644 ns + Current trajectory has 5 points. +Point[0] Position= (143.022,499.33,3637.7) +Point[1] Position= (143.58,496.86,3637.49) +Point[2] Position= (144.876,496.998,3636.16) +Point[3] Position= (145.483,497.642,3636.36) +Point[4] Position= (145.453,497.687,3636.35) -TrackID =620 : ParentID=568 : TrackStatus=1 +TrackID =632 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.4927 6.24139 -37.5491 keV -Vertex : -0.404358 -0.232035 2.33125 m Global time : 8.01267 ns +Original momentum : -51.9587 16.5118 2.72766 keV +Vertex : 0.141364 0.493578 3.59574 m Global time : 12.1229 ns Current trajectory has 2 points. -Point[0] Position= (-404.358,-232.035,2331.25) -Point[1] Position= (-404.342,-232.027,2331.2) +Point[0] Position= (141.364,493.578,3595.74) +Point[1] Position= (141.238,493.619,3595.75) -TrackID =567 : ParentID=58 : TrackStatus=1 +TrackID =631 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.6235 26.6808 10.9422 keV -Vertex : -0.404268 -0.226801 2.31366 m Global time : 7.88016 ns +Original momentum : -30.225 -22.9849 5.79318 keV +Vertex : 0.124609 0.435347 3.17062 m Global time : 10.6897 ns Current trajectory has 2 points. -Point[0] Position= (-404.268,-226.801,2313.66) -Point[1] Position= (-404.211,-226.758,2313.68) +Point[0] Position= (124.609,435.347,3170.62) +Point[1] Position= (124.577,435.322,3170.63) -TrackID =566 : ParentID=58 : TrackStatus=1 +TrackID =630 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.0629 -36.1776 -4.18604 keV -Vertex : -0.395237 -0.221746 2.26206 m Global time : 7.70438 ns +Original momentum : -13.2235 -37.7547 7.32276 keV +Vertex : 0.123861 0.432742 3.1516 m Global time : 10.6255 ns Current trajectory has 2 points. -Point[0] Position= (-395.237,-221.746,2262.06) -Point[1] Position= (-395.25,-221.785,2262.05) +Point[0] Position= (123.861,432.742,3151.6) +Point[1] Position= (123.845,432.696,3151.61) -TrackID =565 : ParentID=58 : TrackStatus=1 +TrackID =629 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.2746 9.36641 -3.69733 keV -Vertex : -0.38025 -0.213357 2.17639 m Global time : 7.4126 ns +Original momentum : -36.4057 24.2968 -0.00589116 keV +Vertex : 0.119824 0.418686 3.04896 m Global time : 10.2795 ns Current trajectory has 2 points. -Point[0] Position= (-380.25,-213.357,2176.39) -Point[1] Position= (-380.279,-213.349,2176.39) +Point[0] Position= (119.824,418.686,3048.96) +Point[1] Position= (119.771,418.721,3048.96) -TrackID =564 : ParentID=58 : TrackStatus=1 +TrackID =628 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.169 -65.3812 0.935851 keV -Vertex : -0.379569 -0.212976 2.1725 m Global time : 7.39934 ns - Current trajectory has 2 points. -Point[0] Position= (-379.569,-212.976,2172.5) -Point[1] Position= (-379.503,-213.242,2172.5) +Original momentum : -56.216 -62.8325 18.1182 keV +Vertex : 0.118907 0.415493 3.02565 m Global time : 10.2009 ns + Current trajectory has 3 points. +Point[0] Position= (118.907,415.493,3025.65) +Point[1] Position= (118.491,414.778,3025) +Point[2] Position= (118.467,414.857,3024.94) -TrackID =563 : ParentID=58 : TrackStatus=1 +TrackID =627 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.9445 38.3961 0.23291 keV -Vertex : -0.369085 -0.207101 2.11256 m Global time : 7.19518 ns +Original momentum : 5.15142 45.8084 -4.35794 keV +Vertex : 0.11519 0.40254 2.93105 m Global time : 9.88199 ns Current trajectory has 2 points. -Point[0] Position= (-369.085,-207.101,2112.56) -Point[1] Position= (-369.165,-207.015,2112.56) +Point[0] Position= (115.19,402.54,2931.05) +Point[1] Position= (115.198,402.615,2931.04) -TrackID =562 : ParentID=58 : TrackStatus=1 +TrackID =626 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.1991 16.4725 -3.70928 keV -Vertex : -0.346141 -0.194251 1.98139 m Global time : 6.74843 ns +Original momentum : -17.3025 -52.8286 11.0831 keV +Vertex : 0.111956 0.391256 2.84866 m Global time : 9.60424 ns Current trajectory has 2 points. -Point[0] Position= (-346.141,-194.251,1981.39) -Point[1] Position= (-346.207,-194.225,1981.39) +Point[0] Position= (111.956,391.256,2848.66) +Point[1] Position= (111.91,391.116,2848.69) -TrackID =561 : ParentID=58 : TrackStatus=1 +TrackID =625 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.9502 40.9517 7.77997 keV -Vertex : -0.336631 -0.188927 1.92703 m Global time : 6.56328 ns +Original momentum : 37.2581 0.263266 -0.127022 keV +Vertex : 0.105432 0.368483 2.68244 m Global time : 9.04384 ns Current trajectory has 2 points. -Point[0] Position= (-336.631,-188.927,1927.03) -Point[1] Position= (-336.616,-188.87,1927.04) +Point[0] Position= (105.432,368.483,2682.44) +Point[1] Position= (105.47,368.483,2682.44) -TrackID =560 : ParentID=58 : TrackStatus=1 +TrackID =624 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.79934 33.4329 5.46855 keV -Vertex : -0.264101 -0.148306 1.51229 m Global time : 5.15069 ns +Original momentum : -22.2946 24.2807 -1.38056 keV +Vertex : 0.092715 0.324064 2.35845 m Global time : 7.95154 ns Current trajectory has 2 points. -Point[0] Position= (-264.101,-148.306,1512.29) -Point[1] Position= (-264.096,-148.278,1512.3) +Point[0] Position= (92.715,324.064,2358.45) +Point[1] Position= (92.6978,324.083,2358.44) -TrackID =559 : ParentID=58 : TrackStatus=1 +TrackID =623 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.4222 3.01299 11.5105 keV -Vertex : -0.239549 -0.134554 1.37188 m Global time : 4.67244 ns +Original momentum : 36.4312 -0.270189 -0.0806443 keV +Vertex : 0.0885877 0.309628 2.25325 m Global time : 7.59689 ns Current trajectory has 2 points. -Point[0] Position= (-239.549,-134.554,1371.88) -Point[1] Position= (-239.448,-134.548,1371.9) +Point[0] Position= (88.5877,309.628,2253.25) +Point[1] Position= (88.6225,309.628,2253.25) -TrackID =558 : ParentID=58 : TrackStatus=1 +TrackID =622 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.75317 36.1593 5.92465 keV -Vertex : -0.212881 -0.119578 1.21924 m Global time : 4.15257 ns +Original momentum : -14.3821 31.2138 -2.54786 keV +Vertex : 0.0859412 0.300369 2.18582 m Global time : 7.36956 ns Current trajectory has 2 points. -Point[0] Position= (-212.881,-119.578,1219.24) -Point[1] Position= (-212.875,-119.542,1219.25) +Point[0] Position= (85.9412,300.369,2185.82) +Point[1] Position= (85.929,300.396,2185.82) -TrackID =557 : ParentID=58 : TrackStatus=1 +TrackID =621 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -50.9735 15.6406 -4.52329 keV -Vertex : -0.211356 -0.118723 1.21052 m Global time : 4.12286 ns +Original momentum : 21.52 -31.1626 4.87412 keV +Vertex : 0.0850649 0.297303 2.16349 m Global time : 7.29427 ns Current trajectory has 2 points. -Point[0] Position= (-211.356,-118.723,1210.52) -Point[1] Position= (-211.474,-118.686,1210.51) +Point[0] Position= (85.0649,297.303,2163.49) +Point[1] Position= (85.0878,297.27,2163.5) -TrackID =556 : ParentID=58 : TrackStatus=1 +TrackID =620 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.5969 22.4497 -2.25069 keV -Vertex : -0.208219 -0.116963 1.19257 m Global time : 4.06173 ns +Original momentum : 38.5202 2.85461 -0.430566 keV +Vertex : 0.0789283 0.275851 2.00726 m Global time : 6.76755 ns Current trajectory has 2 points. -Point[0] Position= (-208.219,-116.963,1192.57) -Point[1] Position= (-208.266,-116.933,1192.57) +Point[0] Position= (78.9283,275.851,2007.26) +Point[1] Position= (78.9702,275.854,2007.26) -TrackID =555 : ParentID=58 : TrackStatus=1 +TrackID =619 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 65.9145 -45.4677 13.6184 keV -Vertex : -0.194041 -0.109018 1.11149 m Global time : 3.78556 ns +Original momentum : 75.2707 -59.2801 14.3868 keV +Vertex : 0.0771992 0.269804 1.96322 m Global time : 6.61907 ns Current trajectory has 3 points. -Point[0] Position= (-194.041,-109.018,1111.49) -Point[1] Position= (-194.188,-110.028,1112) -Point[2] Position= (-194.2,-110.025,1112) - -TrackID =554 : ParentID=58 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.2735 -19.3355 4.46268 keV -Vertex : -12.2518 -6.88655 70.1947 cm Global time : 2.39072 ns - Current trajectory has 2 points. -Point[0] Position= (-122.518,-68.8655,701.947) -Point[1] Position= (-122.492,-68.8828,701.951) - -TrackID =553 : ParentID=58 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -77.2057 -94.4981 -8.01537 keV -Vertex : -12.0009 -6.74556 68.7572 cm Global time : 2.34176 ns - Current trajectory has 4 points. -Point[0] Position= (-120.009,-67.4556,687.572) -Point[1] Position= (-120.219,-68.1257,687.459) -Point[2] Position= (-120.331,-68.8592,688.252) -Point[3] Position= (-120.323,-68.8593,688.256) +Point[0] Position= (77.1992,269.804,1963.22) +Point[1] Position= (78.3762,269.84,1963.65) +Point[2] Position= (78.5018,269.827,1963.77) -TrackID =621 : ParentID=553 : TrackStatus=1 +TrackID =618 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -76.4946 -0.266824 27.7779 keV -Vertex : -12.0219 -6.81257 68.7459 cm Global time : 2.35118 ns +Original momentum : 34.6681 20.297 -2.54742 keV +Vertex : 0.0717794 0.250859 1.82524 m Global time : 6.15386 ns Current trajectory has 2 points. -Point[0] Position= (-120.219,-68.1257,687.459) -Point[1] Position= (-120.723,-68.1275,687.642) +Point[0] Position= (71.7794,250.859,1825.24) +Point[1] Position= (71.8207,250.883,1825.24) -TrackID =552 : ParentID=58 : TrackStatus=1 +TrackID =617 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -40.1579 3.69116 -5.00197 keV -Vertex : -11.9701 -6.72823 68.5806 cm Global time : 2.33574 ns +Original momentum : 32.8991 18.5078 -2.42039 keV +Vertex : 0.0649956 0.22715 1.65248 m Global time : 5.57142 ns Current trajectory has 2 points. -Point[0] Position= (-119.701,-67.2823,685.806) -Point[1] Position= (-119.75,-67.2778,685.8) +Point[0] Position= (64.9956,227.15,1652.48) +Point[1] Position= (65.0298,227.169,1652.48) -TrackID =551 : ParentID=58 : TrackStatus=1 +TrackID =616 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.53358 -34.3084 -1.91597 keV -Vertex : -3.0623 -1.72198 17.5527 cm Global time : 597.809 ps +Original momentum : -33.2492 -11.4087 4.11318 keV +Vertex : 0.0601763 0.210343 1.53004 m Global time : 5.15861 ns Current trajectory has 2 points. -Point[0] Position= (-30.623,-17.2198,175.527) -Point[1] Position= (-30.6217,-17.2488,175.526) +Point[0] Position= (60.1763,210.343,1530.04) +Point[1] Position= (60.1465,210.333,1530.04) -TrackID =550 : ParentID=58 : TrackStatus=1 +TrackID =615 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.40018 37.0014 3.61115 keV -Vertex : -2.93554 -1.65078 16.8265 cm Global time : 573.074 ps +Original momentum : -55.8006 -4.31959 5.91332 keV +Vertex : 0.0597813 0.208966 1.52001 m Global time : 5.12479 ns Current trajectory has 2 points. -Point[0] Position= (-29.3554,-16.5078,168.265) -Point[1] Position= (-29.3643,-16.4686,168.269) +Point[0] Position= (59.7813,208.966,1520.01) +Point[1] Position= (59.6354,208.955,1520.02) -TrackID =549 : ParentID=58 : TrackStatus=1 +TrackID =614 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -48.0418 -5.50985 -6.55065 keV -Vertex : -2.16648 -1.2188 12.4201 cm Global time : 423 ps +Original momentum : -23.8699 -21.2187 4.88888 keV +Vertex : 0.0532015 0.185988 1.3529 m Global time : 4.56137 ns Current trajectory has 2 points. -Point[0] Position= (-21.6648,-12.188,124.201) -Point[1] Position= (-21.7538,-12.1983,124.188) +Point[0] Position= (53.2015,185.988,1352.9) +Point[1] Position= (53.1839,185.972,1352.9) -TrackID =548 : ParentID=58 : TrackStatus=1 +TrackID =613 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.6797 -6.00401 -5.57965 keV -Vertex : -0.591449 -0.332736 3.38989 mm Global time : 11.5453 ps - Current trajectory has 2 points. -Point[0] Position= (-0.591449,-0.332736,3.38989) -Point[1] Position= (-0.629051,-0.338891,3.38417) - -TrackID =546 : ParentID=319 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -85.051 44.95 453.684 MeV -Vertex : -7.92106 -1.04833 32.8142 nm Global time : 0.000114791 ps - Current trajectory has 4 points. -Point[0] Position= (-7.92106e-06,-1.04833e-06,3.28142e-05) -Point[1] Position= (-176.824,93.4524,943.224) -Point[2] Position= (-187.467,99.0776,1000) -Point[3] Position= (-1124.8,594.465,6000) - -TrackID =57 : ParentID=45 : TrackStatus=1 -Particle name : unknown : rho- PDG code : -213 Charge : -1 -Original momentum : 0.454599 0.329004 8.64056 GeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps +Original momentum : -38.3871 -5.43339 3.7553 keV +Vertex : 0.0529413 0.185079 1.34629 m Global time : 4.53908 ns Current trajectory has 2 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (1.67561e-307,2.37286e-307,1.99953e-305) - -TrackID =623 : ParentID=57 : TrackStatus=1 -Particle name : pi- PDG code : -211 Charge : -1 -Original momentum : 0.158211 0.553631 4.02749 GeV -Vertex : 1.67561e-295 2.37286e-295 1.99953e-293 fm Global time : 8.63153e-305 ps - Current trajectory has 48 points. -Point[0] Position= (1.67561e-307,2.37286e-307,1.99953e-305) -Point[1] Position= (6.98776,24.4609,177.981) -Point[2] Position= (11.1553,39.0498,284.097) -Point[3] Position= (13.0325,45.619,331.86) -Point[4] Position= (14.2449,49.8625,362.733) -Point[5] Position= (14.3407,50.198,365.175) -Point[6] Position= (19.1333,66.9476,487.04) -Point[7] Position= (21.4135,74.9175,545.002) -Point[8] Position= (21.8394,76.4048,555.822) -Point[9] Position= (23.3933,81.8497,595.439) -Point[10] Position= (39.5211,138.372,1006.82) -Point[11] Position= (40.1852,140.707,1023.81) -Point[12] Position= (41.4221,145.052,1055.43) -Point[13] Position= (44.6354,156.334,1137.51) -Point[14] Position= (57.8615,202.729,1475.28) -Point[15] Position= (69.9364,245.18,1784.3) -Point[16] Position= (70.0141,245.452,1786.29) -Point[17] Position= (71.4766,250.586,1823.65) -Point[18] Position= (77.8132,272.81,1985.5) -Point[19] Position= (82.905,290.648,2115.34) -Point[20] Position= (85.7153,300.517,2187.15) -Point[21] Position= (87.2577,305.936,2226.56) -Point[22] Position= (89.756,314.698,2290.32) -Point[23] Position= (97.2188,340.913,2481.05) -Point[24] Position= (98.6549,345.951,2517.7) -Point[25] Position= (111.44,390.812,2844.18) -Point[26] Position= (124.016,435.073,3166) -Point[27] Position= (127.226,446.355,3247.95) -Point[28] Position= (127.38,446.898,3251.89) -Point[29] Position= (129.17,453.19,3297.6) -Point[30] Position= (129.652,454.884,3309.91) -Point[31] Position= (132.878,466.219,3392.26) -Point[32] Position= (142.304,499.316,3632.64) -Point[33] Position= (145.733,511.346,3720.01) -Point[34] Position= (154.101,540.788,3933.82) -Point[35] Position= (183.401,643.471,4679.86) -Point[36] Position= (185.132,649.548,4724.06) -Point[37] Position= (192.501,675.376,4911.97) -Point[38] Position= (194.023,680.725,4950.88) -Point[39] Position= (198.743,697.285,5071.42) -Point[40] Position= (199.452,699.773,5089.52) -Point[41] Position= (201.727,707.763,5147.65) -Point[42] Position= (206.179,723.371,5261.27) -Point[43] Position= (211.302,741.369,5392.23) -Point[44] Position= (214.966,754.244,5485.95) -Point[45] Position= (216.652,760.162,5529.06) -Point[46] Position= (234.862,824.032,5993.91) -Point[47] Position= (235.099,824.867,6000) - -TrackID =669 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 65.9271 6.29502 0.885953 keV -Vertex : 0.234862 0.824032 5.99391 m Global time : 20.2087 ns - Current trajectory has 2 points. -Point[0] Position= (234.862,824.032,5993.91) -Point[1] Position= (235.119,824.056,5993.91) - -TrackID =668 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -54.7852 -11.7155 6.8916 keV -Vertex : 0.216652 0.760162 5.52906 m Global time : 18.6415 ns - Current trajectory has 2 points. -Point[0] Position= (216.652,760.162,5529.06) -Point[1] Position= (216.507,760.131,5529.08) - -TrackID =667 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -56.6303 45.3531 1.16668 keV -Vertex : 0.214966 0.754244 5.48595 m Global time : 18.4961 ns - Current trajectory has 2 points. -Point[0] Position= (214.966,754.244,5485.95) -Point[1] Position= (214.688,754.467,5485.96) - -TrackID =666 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.04633 30.6768 -2.8973 keV -Vertex : 0.211302 0.741369 5.39223 m Global time : 18.1801 ns - Current trajectory has 2 points. -Point[0] Position= (211.302,741.369,5392.23) -Point[1] Position= (211.296,741.391,5392.23) - -TrackID =665 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.731 0.0870222 2.76474 keV -Vertex : 0.206179 0.723371 5.26127 m Global time : 17.7386 ns - Current trajectory has 2 points. -Point[0] Position= (206.179,723.371,5261.27) -Point[1] Position= (206.143,723.371,5261.27) - -TrackID =664 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.43027 34.2819 -3.34549 keV -Vertex : 0.201727 0.707763 5.14765 m Global time : 17.3555 ns - Current trajectory has 2 points. -Point[0] Position= (201.727,707.763,5147.65) -Point[1] Position= (201.723,707.792,5147.65) - -TrackID =663 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.2741 49.0352 -3.38594 keV -Vertex : 0.199452 0.699773 5.08952 m Global time : 17.1595 ns - Current trajectory has 2 points. -Point[0] Position= (199.452,699.773,5089.52) -Point[1] Position= (199.414,699.88,5089.51) - -TrackID =662 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 45.6668 -1.59077 0.491698 keV -Vertex : 0.198743 0.697285 5.07142 m Global time : 17.0985 ns - Current trajectory has 2 points. -Point[0] Position= (198.743,697.285,5071.42) -Point[1] Position= (198.816,697.283,5071.42) - -TrackID =661 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.1835 118.712 -2.92218 keV -Vertex : 0.194023 0.680725 4.95088 m Global time : 16.6921 ns - Current trajectory has 4 points. -Point[0] Position= (194.023,680.725,4950.88) -Point[1] Position= (194.908,682.321,4951.37) -Point[2] Position= (193.85,683.533,4952.07) -Point[3] Position= (193.901,683.589,4952.27) - -TrackID =660 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.54724 68.8327 -4.83165 keV -Vertex : 0.192501 0.675376 4.91197 m Global time : 16.5609 ns - Current trajectory has 3 points. -Point[0] Position= (192.501,675.376,4911.97) -Point[1] Position= (192.56,675.489,4911.94) -Point[2] Position= (192.607,675.595,4911.89) +Point[0] Position= (52.9413,185.079,1346.29) +Point[1] Position= (52.8987,185.072,1346.29) -TrackID =670 : ParentID=660 : TrackStatus=1 +TrackID =612 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.9219 9.96169 32.4903 keV -Vertex : 0.19256 0.675489 4.91194 m Global time : 16.5638 ns - Current trajectory has 2 points. -Point[0] Position= (192.56,675.489,4911.94) -Point[1] Position= (192.572,675.498,4911.97) +Original momentum : -15.3897 -152.601 46.3875 keV +Vertex : 0.0511222 0.178717 1.30003 m Global time : 4.38312 ns + Current trajectory has 7 points. +Point[0] Position= (51.1222,178.717,1300.03) +Point[1] Position= (50.6463,174.776,1298.89) +Point[2] Position= (52.8315,172.857,1298.99) +Point[3] Position= (53.9676,172.635,1301.08) +Point[4] Position= (54.8473,171.433,1300.53) +Point[5] Position= (55.2001,171.608,1301.07) +Point[6] Position= (55.1918,171.495,1301.07) -TrackID =659 : ParentID=623 : TrackStatus=1 +TrackID =660 : ParentID=612 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -50.0889 5.63553 3.70862 keV -Vertex : 0.185132 0.649548 4.72406 m Global time : 15.9274 ns +Original momentum : 22.7682 -22.3409 -18.0471 keV +Vertex : 0.0548473 0.171433 1.30053 m Global time : 4.504 ns Current trajectory has 2 points. -Point[0] Position= (185.132,649.548,4724.06) -Point[1] Position= (185.031,649.559,4724.07) +Point[0] Position= (54.8473,171.433,1300.53) +Point[1] Position= (54.8694,171.412,1300.51) -TrackID =658 : ParentID=623 : TrackStatus=1 +TrackID =611 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.16427 -30.6699 5.56177 keV -Vertex : 0.183401 0.643471 4.67986 m Global time : 15.7783 ns +Original momentum : -32.1826 19.9136 -0.0596869 keV +Vertex : 0.0490115 0.17133 1.24632 m Global time : 4.20203 ns Current trajectory has 2 points. -Point[0] Position= (183.401,643.471,4679.86) -Point[1] Position= (183.395,643.449,4679.86) - -TrackID =657 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.1804 65.5326 -1.51005 keV -Vertex : 0.154101 0.540788 3.93382 m Global time : 13.263 ns - Current trajectory has 3 points. -Point[0] Position= (154.101,540.788,3933.82) -Point[1] Position= (153.786,541.103,3934.38) -Point[2] Position= (153.707,540.981,3934.41) +Point[0] Position= (49.0115,171.33,1246.32) +Point[1] Position= (48.978,171.351,1246.32) -TrackID =656 : ParentID=623 : TrackStatus=1 +TrackID =610 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.6419 15.1552 -1.81821 keV -Vertex : 0.145733 0.511346 3.72001 m Global time : 12.5421 ns +Original momentum : -61.7744 -11.9422 8.03271 keV +Vertex : 0.0479637 0.167662 1.21965 m Global time : 4.11211 ns Current trajectory has 2 points. -Point[0] Position= (145.733,511.346,3720.01) -Point[1] Position= (145.791,511.367,3720) +Point[0] Position= (47.9637,167.662,1219.65) +Point[1] Position= (47.7469,167.62,1219.68) -TrackID =655 : ParentID=623 : TrackStatus=1 +TrackID =609 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.6712 -40.4185 9.60207 keV -Vertex : 0.142304 0.499316 3.63264 m Global time : 12.2475 ns +Original momentum : -39.053 4.55282 2.44055 keV +Vertex : 0.0466914 0.163207 1.18726 m Global time : 4.00289 ns Current trajectory has 2 points. -Point[0] Position= (142.304,499.316,3632.64) -Point[1] Position= (142.231,499.225,3632.66) +Point[0] Position= (46.6914,163.207,1187.26) +Point[1] Position= (46.647,163.212,1187.26) -TrackID =654 : ParentID=623 : TrackStatus=1 +TrackID =608 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.7753 52.5299 -4.87386 keV -Vertex : 0.132878 0.466219 3.39226 m Global time : 11.4371 ns +Original momentum : -20.5616 -34.2234 7.13839 keV +Vertex : 0.0464425 0.162336 1.18092 m Global time : 3.98153 ns Current trajectory has 2 points. -Point[0] Position= (132.878,466.219,3392.26) -Point[1] Position= (132.924,466.353,3392.25) - -TrackID =653 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -90.4874 -86.8367 31.7965 keV -Vertex : 0.129652 0.454884 3.30991 m Global time : 11.1594 ns - Current trajectory has 6 points. -Point[0] Position= (129.652,454.884,3309.91) -Point[1] Position= (128.337,453.991,3311.99) -Point[2] Position= (128.464,454.008,3312.03) -Point[3] Position= (130.054,453.393,3312.58) -Point[4] Position= (128.952,454.26,3312.62) -Point[5] Position= (128.926,454.311,3312.57) +Point[0] Position= (46.4425,162.336,1180.92) +Point[1] Position= (46.4176,162.294,1180.93) -TrackID =671 : ParentID=653 : TrackStatus=1 +TrackID =607 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.0247 16.8001 -23.6183 keV -Vertex : 0.128464 0.454008 3.31203 m Global time : 11.189 ns +Original momentum : -34.8839 -26.8189 7.01835 keV +Vertex : 0.0454103 0.158722 1.15465 m Global time : 3.89294 ns Current trajectory has 2 points. -Point[0] Position= (128.464,454.008,3312.03) -Point[1] Position= (128.475,454.021,3312.01) +Point[0] Position= (45.4103,158.722,1154.65) +Point[1] Position= (45.358,158.682,1154.66) -TrackID =652 : ParentID=623 : TrackStatus=1 +TrackID =606 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 114.58 22.8873 5.7272 keV -Vertex : 0.12917 0.45319 3.2976 m Global time : 11.1179 ns - Current trajectory has 5 points. -Point[0] Position= (129.17,453.19,3297.6) -Point[1] Position= (130.521,454.317,3298.55) -Point[2] Position= (130.356,454.929,3297.88) -Point[3] Position= (130.411,455.111,3297.86) -Point[4] Position= (130.385,455.119,3297.88) - -TrackID =673 : ParentID=652 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.6597 28.0726 -17.9412 keV -Vertex : 0.130411 0.455111 3.29786 m Global time : 11.1596 ns +Original momentum : -36.6371 -4.09003 3.35592 keV +Vertex : 0.0418175 0.146149 1.06321 m Global time : 3.58467 ns Current trajectory has 2 points. -Point[0] Position= (130.411,455.111,3297.86) -Point[1] Position= (130.406,455.134,3297.84) +Point[0] Position= (41.8175,146.149,1063.21) +Point[1] Position= (41.7812,146.145,1063.21) -TrackID =672 : ParentID=652 : TrackStatus=1 +TrackID =605 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.5253 2.15032 -49.7341 keV -Vertex : 0.130356 0.454929 3.29788 m Global time : 11.1547 ns +Original momentum : -45.9997 -6.23305 4.81467 keV +Vertex : 0.0409094 0.142974 1.04012 m Global time : 3.5068 ns Current trajectory has 2 points. -Point[0] Position= (130.356,454.929,3297.88) -Point[1] Position= (130.434,454.935,3297.74) +Point[0] Position= (40.9094,142.974,1040.12) +Point[1] Position= (40.8327,142.963,1040.12) -TrackID =651 : ParentID=623 : TrackStatus=1 +TrackID =604 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 53.5567 -33.2396 6.43364 keV -Vertex : 0.12738 0.446898 3.25189 m Global time : 10.9638 ns +Original momentum : -33.5746 19.9892 0.0803617 keV +Vertex : 3.82633 13.3723 97.2815 cm Global time : 3.27989 ns Current trajectory has 2 points. -Point[0] Position= (127.38,446.898,3251.89) -Point[1] Position= (127.568,446.782,3251.92) - -TrackID =650 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 77.122 -27.1258 7.33366 keV -Vertex : 0.127226 0.446355 3.24795 m Global time : 10.9505 ns - Current trajectory has 3 points. -Point[0] Position= (127.226,446.355,3247.95) -Point[1] Position= (127.745,446.396,3248.83) -Point[2] Position= (127.737,446.365,3248.85) +Point[0] Position= (38.2633,133.723,972.815) +Point[1] Position= (38.2258,133.745,972.815) -TrackID =649 : ParentID=623 : TrackStatus=1 +TrackID =603 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.706 -0.625818 -0.0210546 keV -Vertex : 0.124016 0.435073 3.166 m Global time : 10.6742 ns +Original momentum : 40.0139 3.8934 -0.512045 keV +Vertex : 3.73654 13.0584 94.998 cm Global time : 3.2029 ns Current trajectory has 2 points. -Point[0] Position= (124.016,435.073,3166) -Point[1] Position= (124.052,435.072,3166) +Point[0] Position= (37.3654,130.584,949.98) +Point[1] Position= (37.413,130.588,949.979) -TrackID =648 : ParentID=623 : TrackStatus=1 +TrackID =602 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.4361 -37.634 6.31184 keV -Vertex : 0.11144 0.390812 2.84418 m Global time : 9.58917 ns +Original momentum : -24.6461 -23.1993 5.31721 keV +Vertex : 3.52065 12.3037 89.5078 cm Global time : 3.0178 ns Current trajectory has 2 points. -Point[0] Position= (111.44,390.812,2844.18) -Point[1] Position= (111.452,390.768,2844.19) +Point[0] Position= (35.2065,123.037,895.078) +Point[1] Position= (35.1859,123.018,895.083) -TrackID =647 : ParentID=623 : TrackStatus=1 +TrackID =601 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.1557 -29.5893 4.57083 keV -Vertex : 0.0986549 0.345951 2.5177 m Global time : 8.48845 ns +Original momentum : 51.3731 5.40684 -0.133051 keV +Vertex : 3.12716 10.9296 79.5089 cm Global time : 2.68068 ns Current trajectory has 2 points. -Point[0] Position= (98.6549,345.951,2517.7) -Point[1] Position= (98.6771,345.921,2517.71) +Point[0] Position= (31.2716,109.296,795.089) +Point[1] Position= (31.3807,109.308,795.089) -TrackID =646 : ParentID=623 : TrackStatus=1 +TrackID =600 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.2354 -39.5965 8.25489 keV -Vertex : 0.0972188 0.340913 2.48105 m Global time : 8.36488 ns +Original momentum : 16.08 28.6887 -3.49398 keV +Vertex : 2.56368 8.96315 65.1964 cm Global time : 2.19813 ns Current trajectory has 2 points. -Point[0] Position= (97.2188,340.913,2481.05) -Point[1] Position= (97.1874,340.851,2481.07) - -TrackID =645 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.6834 -75.8907 17.0967 keV -Vertex : 0.089756 0.314698 2.29032 m Global time : 7.72181 ns - Current trajectory has 3 points. -Point[0] Position= (89.756,314.698,2290.32) -Point[1] Position= (90.4298,313.992,2289.95) -Point[2] Position= (90.4499,313.97,2289.98) - -TrackID =644 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -157.873 198.885 40.5603 keV -Vertex : 0.0872577 0.305936 2.22656 m Global time : 7.50685 ns - Current trajectory has 14 points. -Point[0] Position= (87.2577,305.936,2226.56) -Point[1] Position= (76.9509,313.639,2236.18) -Point[2] Position= (82.9941,318.108,2247.12) -Point[3] Position= (86.6528,317.988,2254.95) -Point[4] Position= (86.7163,317.928,2254.94) -Point[5] Position= (87.4801,317.043,2254.45) -Point[6] Position= (88.6887,314.048,2254.9) -Point[7] Position= (88.8794,312.779,2255.7) -Point[8] Position= (90.2704,311.644,2256.61) -Point[9] Position= (92.5911,311.637,2257.03) -Point[10] Position= (94.7897,313.108,2257.97) -Point[11] Position= (96.2163,314.351,2258.76) -Point[12] Position= (96.3258,314.106,2259.29) -Point[13] Position= (96.4922,314.126,2259.83) +Point[0] Position= (25.6368,89.6315,651.964) +Point[1] Position= (25.6493,89.6537,651.962) -TrackID =680 : ParentID=644 : TrackStatus=1 +TrackID =599 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.6502 -24.6145 7.09547 keV -Vertex : 0.0963258 0.314106 2.25929 m Global time : 7.92685 ns +Original momentum : -26.122 30.8974 -1.59921 keV +Vertex : 2.27725 7.96358 57.9224 cm Global time : 1.95289 ns Current trajectory has 2 points. -Point[0] Position= (96.3258,314.106,2259.29) -Point[1] Position= (96.3113,314.088,2259.3) +Point[0] Position= (22.7725,79.6358,579.224) +Point[1] Position= (22.7409,79.6732,579.222) -TrackID =679 : ParentID=644 : TrackStatus=1 +TrackID =598 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.5638 8.51268 -20.2649 keV -Vertex : 0.0962163 0.314351 2.25876 m Global time : 7.91753 ns +Original momentum : -19.6758 69.9454 -3.6329 keV +Vertex : 2.1286 7.44439 54.1453 cm Global time : 1.82554 ns Current trajectory has 2 points. -Point[0] Position= (96.2163,314.351,2258.76) -Point[1] Position= (96.2478,314.36,2258.74) +Point[0] Position= (21.286,74.4439,541.453) +Point[1] Position= (21.1885,74.7903,541.435) -TrackID =678 : ParentID=644 : TrackStatus=1 +TrackID =597 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.53228 -19.6824 -32.5953 keV -Vertex : 0.0925911 0.311637 2.25703 m Global time : 7.86677 ns +Original momentum : 31.9174 21.6137 -2.75126 keV +Vertex : 0.771707 2.70034 19.6418 cm Global time : 662.232 ps Current trajectory has 2 points. -Point[0] Position= (92.5911,311.637,2257.03) -Point[1] Position= (92.6006,311.615,2257) +Point[0] Position= (7.71707,27.0034,196.418) +Point[1] Position= (7.75187,27.027,196.415) -TrackID =677 : ParentID=644 : TrackStatus=1 +TrackID =596 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.8504 17.3397 -0.963162 keV -Vertex : 0.0888794 0.312779 2.2557 m Global time : 7.8209 ns +Original momentum : -49.8548 0.464902 4.36687 keV +Vertex : 0.243001 0.850067 6.18499 cm Global time : 208.529 ps Current trajectory has 2 points. -Point[0] Position= (88.8794,312.779,2255.7) -Point[1] Position= (88.9071,312.794,2255.7) +Point[0] Position= (2.43001,8.50067,61.8499) +Point[1] Position= (2.33191,8.50158,61.8585) -TrackID =676 : ParentID=644 : TrackStatus=1 +TrackID =595 : ParentID=594 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.9302 -14.9009 -40.6644 keV -Vertex : 0.0886887 0.314048 2.2549 m Global time : 7.80529 ns - Current trajectory has 2 points. -Point[0] Position= (88.6887,314.048,2254.9) -Point[1] Position= (88.6398,314.019,2254.82) +Original momentum : -70.2562 120.42 5.1123 keV +Vertex : 0.104385 0.365221 2.65692 cm Global time : 89.5791 ps + Current trajectory has 6 points. +Point[0] Position= (1.04385,3.65221,26.5692) +Point[1] Position= (0.7837,4.64484,26.7831) +Point[2] Position= (-0.0813757,5.21197,28.8232) +Point[3] Position= (-0.790601,6.95297,28.8159) +Point[4] Position= (-0.780696,6.96301,28.8227) +Point[5] Position= (-0.537892,7.04273,28.8258) -TrackID =675 : ParentID=644 : TrackStatus=1 +TrackID =662 : ParentID=595 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 43.2897 21.5382 9.72066 keV -Vertex : 0.0867163 0.317928 2.25494 m Global time : 7.76409 ns +Original momentum : -9.15323 26.8593 38.3596 keV +Vertex : -0.0780696 0.696301 2.88227 cm Global time : 149.155 ps Current trajectory has 2 points. -Point[0] Position= (86.7163,317.928,2254.94) -Point[1] Position= (86.7985,317.969,2254.96) +Point[0] Position= (-0.780696,6.96301,28.8227) +Point[1] Position= (-0.79678,7.0102,28.8901) -TrackID =674 : ParentID=644 : TrackStatus=1 +TrackID =661 : ParentID=595 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -59.1119 -55.8749 -18.2823 keV -Vertex : 0.0866528 0.317988 2.25495 m Global time : 7.76326 ns +Original momentum : -48.7599 6.79753 -2.84899 keV +Vertex : 0.07837 0.464484 2.67831 cm Global time : 102.189 ps Current trajectory has 3 points. -Point[0] Position= (86.6528,317.988,2254.95) -Point[1] Position= (85.7889,317.848,2255.51) -Point[2] Position= (85.8332,317.894,2255.54) - -TrackID =643 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -80.7446 -57.4922 21.1233 keV -Vertex : 0.0857153 0.300517 2.18715 m Global time : 7.37398 ns - Current trajectory has 4 points. -Point[0] Position= (85.7153,300.517,2187.15) -Point[1] Position= (84.5526,299.821,2186.04) -Point[2] Position= (85.0252,299.03,2185.52) -Point[3] Position= (84.9963,298.95,2185.23) - -TrackID =642 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 353.993 -219.491 194.538 keV -Vertex : 0.082905 0.290648 2.11534 m Global time : 7.13189 ns - Current trajectory has 28 points. -Point[0] Position= (82.905,290.648,2115.34) -Point[1] Position= (100.755,281.14,2132.05) -Point[2] Position= (177.098,272.451,2163.3) -Point[3] Position= (213.179,268.958,2177.73) -Point[4] Position= (214.107,268.72,2177.85) -Point[5] Position= (229.78,260.139,2177.3) -Point[6] Position= (265.827,261.765,2162.25) -Point[7] Position= (291.848,284.758,2148.11) -Point[8] Position= (296.145,285.618,2145.28) -Point[9] Position= (297.798,285.063,2144.46) -Point[10] Position= (323.084,282.672,2144.2) -Point[11] Position= (330.072,279.774,2144.52) -Point[12] Position= (337.773,278.773,2145.83) -Point[13] Position= (345.53,280.347,2147.44) -Point[14] Position= (356.497,282.077,2155.53) -Point[15] Position= (367.028,277.801,2154.01) -Point[16] Position= (371.51,279.429,2154.75) -Point[17] Position= (371.983,279.762,2154.6) -Point[18] Position= (375.158,284.272,2148.56) -Point[19] Position= (376.681,283.59,2147.05) -Point[20] Position= (378.439,285.368,2141.97) -Point[21] Position= (382.273,287.749,2141.61) -Point[22] Position= (383.419,290.747,2140.76) -Point[23] Position= (384.019,292.816,2141.75) -Point[24] Position= (384.191,292.945,2141.56) -Point[25] Position= (385.67,293.007,2140.81) -Point[26] Position= (385.671,292.997,2140.79) -Point[27] Position= (385.723,292.783,2140.42) - -TrackID =692 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.91635 -17.8123 -27.985 keV -Vertex : 0.384191 0.292945 2.14156 m Global time : 9.16894 ns - Current trajectory has 2 points. -Point[0] Position= (384.191,292.945,2141.56) -Point[1] Position= (384.185,292.931,2141.54) - -TrackID =691 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.1273 -32.7663 -0.732865 keV -Vertex : 0.376681 0.28359 2.14705 m Global time : 9.01349 ns - Current trajectory has 2 points. -Point[0] Position= (376.681,283.59,2147.05) -Point[1] Position= (376.674,283.564,2147.05) +Point[0] Position= (0.7837,4.64484,26.7831) +Point[1] Position= (0.718041,4.70902,26.8082) +Point[2] Position= (0.713609,4.765,26.7721) -TrackID =690 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.06694 7.38612 33.5466 keV -Vertex : 0.371983 0.279762 2.1546 m Global time : 8.93017 ns - Current trajectory has 2 points. -Point[0] Position= (371.983,279.762,2154.6) -Point[1] Position= (371.991,279.768,2154.63) - -TrackID =689 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.8501 -31.5212 -23.4543 keV -Vertex : 0.37151 0.279429 2.15475 m Global time : 8.92499 ns - Current trajectory has 2 points. -Point[0] Position= (371.51,279.429,2154.75) -Point[1] Position= (371.548,279.378,2154.71) - -TrackID =688 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.17738 -27.1021 -24.2777 keV -Vertex : 0.330072 0.279774 2.14452 m Global time : 8.59445 ns +TrackID =593 : ParentID=57 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : 0.2538 -0.255448 3.8036 GeV +Vertex : 1.67561e-295 2.37286e-295 1.99953e-293 fm Global time : 8.63153e-305 ps Current trajectory has 2 points. -Point[0] Position= (330.072,279.774,2144.52) -Point[1] Position= (330.067,279.748,2144.5) +Point[0] Position= (1.67561e-307,2.37286e-307,1.99953e-305) +Point[1] Position= (9.2359e-06,-9.29587e-06,0.000138415) -TrackID =687 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.74301 5.28881 -52.1207 keV -Vertex : 0.323084 0.282672 2.1442 m Global time : 8.54308 ns +TrackID =56 : ParentID=45 : TrackStatus=1 +Particle name : unknown : rho+ PDG code : 213 Charge : 1 +Original momentum : -0.728762 0.0396097 10.1864 GeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps Current trajectory has 2 points. -Point[0] Position= (323.084,282.672,2144.2) -Point[1] Position= (323.097,282.684,2144.08) +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (-6.58667e-307,9.6971e-309,1.99922e-305) -TrackID =686 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.4904 64.9348 -73.2605 keV -Vertex : 0.296145 0.285618 2.14528 m Global time : 8.38276 ns +TrackID =666 : ParentID=56 : TrackStatus=1 +Particle name : pi+ PDG code : 211 Charge : 1 +Original momentum : -0.366575 0.370196 7.28053 GeV +Vertex : -6.58667e-295 9.6971e-297 1.99922e-293 fm Global time : 8.63072e-305 ps + Current trajectory has 59 points. +Point[0] Position= (-6.58667e-307,9.6971e-309,1.99922e-305) +Point[1] Position= (-2.85145,2.87856,56.6184) +Point[2] Position= (-4.62888,4.67381,91.9155) +Point[3] Position= (-7.80426,7.88163,154.989) +Point[4] Position= (-16.0054,16.1691,317.871) +Point[5] Position= (-16.5943,16.7645,329.569) +Point[6] Position= (-22.9481,23.1889,455.8) +Point[7] Position= (-23.9898,24.2418,476.491) +Point[8] Position= (-26.4457,26.724,525.262) +Point[9] Position= (-29.378,29.6861,583.49) +Point[10] Position= (-29.7694,30.0813,591.262) +Point[11] Position= (-31.6983,32.0287,629.56) +Point[12] Position= (-32.2628,32.5995,640.773) +Point[13] Position= (-38.3749,38.777,762.141) +Point[14] Position= (-44.5865,45.0499,885.402) +Point[15] Position= (-49.0774,49.5832,974.506) +Point[16] Position= (-64.8013,65.451,1286.47) +Point[17] Position= (-72.6857,73.4069,1442.81) +Point[18] Position= (-75.6159,76.3669,1500.94) +Point[19] Position= (-85.6419,86.4985,1699.87) +Point[20] Position= (-89.1353,90.0316,1769.24) +Point[21] Position= (-99.7011,100.713,1979.01) +Point[22] Position= (-100.371,101.39,1992.3) +Point[23] Position= (-107.48,108.581,2133.5) +Point[24] Position= (-109.252,110.374,2168.71) +Point[25] Position= (-120.274,121.525,2387.74) +Point[26] Position= (-122.392,123.668,2429.83) +Point[27] Position= (-126.669,127.995,2514.81) +Point[28] Position= (-137.691,139.145,2733.79) +Point[29] Position= (-145.894,147.449,2896.72) +Point[30] Position= (-146.113,147.67,2901.07) +Point[31] Position= (-148.03,149.61,2939.13) +Point[32] Position= (-153.47,155.122,3047.22) +Point[33] Position= (-155.096,156.77,3079.52) +Point[34] Position= (-163.169,164.938,3239.89) +Point[35] Position= (-166.621,168.42,3308.42) +Point[36] Position= (-174.928,176.797,3473.2) +Point[37] Position= (-178.162,180.056,3537.32) +Point[38] Position= (-181.511,183.433,3603.78) +Point[39] Position= (-184.284,186.23,3658.79) +Point[40] Position= (-185.414,187.369,3681.2) +Point[41] Position= (-196.468,198.525,3900.53) +Point[42] Position= (-201.574,203.683,4001.89) +Point[43] Position= (-203.149,205.275,4033.15) +Point[44] Position= (-205.428,207.579,4078.4) +Point[45] Position= (-212.278,214.505,4214.33) +Point[46] Position= (-214.372,216.623,4255.88) +Point[47] Position= (-242.833,245.421,4820.63) +Point[48] Position= (-252.585,255.295,5014.12) +Point[49] Position= (-256.449,259.21,5090.8) +Point[50] Position= (-258.9,261.694,5139.43) +Point[51] Position= (-263.742,266.601,5235.52) +Point[52] Position= (-277.867,280.92,5515.89) +Point[53] Position= (-280.548,283.642,5569.16) +Point[54] Position= (-282.29,285.409,5603.75) +Point[55] Position= (-283.729,286.869,5632.34) +Point[56] Position= (-286.321,289.499,5683.83) +Point[57] Position= (-291.591,294.846,5788.55) +Point[58] Position= (-302.235,305.647,6000) + +TrackID =723 : ParentID=666 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -32.0521 24.3543 -1.26847 keV +Vertex : -0.291591 0.294846 5.78855 m Global time : 19.3615 ns + Current trajectory has 2 points. +Point[0] Position= (-291.591,294.846,5788.55) +Point[1] Position= (-291.63,294.875,5788.55) + +TrackID =722 : ParentID=666 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -114.335 35.5966 6.34718 keV +Vertex : -0.286321 0.289499 5.68383 m Global time : 19.0113 ns Current trajectory has 4 points. -Point[0] Position= (296.145,285.618,2145.28) -Point[1] Position= (296.457,287.098,2145.08) -Point[2] Position= (297.334,286.68,2145.55) -Point[3] Position= (297.299,286.726,2145.64) - -TrackID =685 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.5996 -18.4983 25.9149 keV -Vertex : 0.265827 0.261765 2.16225 m Global time : 8.14389 ns - Current trajectory has 2 points. -Point[0] Position= (265.827,261.765,2162.25) -Point[1] Position= (265.85,261.745,2162.27) - -TrackID =684 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.4568 -3.67145 36.3931 keV -Vertex : 0.22978 0.260139 2.1773 m Global time : 7.93946 ns - Current trajectory has 2 points. -Point[0] Position= (229.78,260.139,2177.3) -Point[1] Position= (229.853,260.132,2177.38) - -TrackID =683 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.10885 23.6345 22.7116 keV -Vertex : 0.214107 0.26872 2.17785 m Global time : 7.84393 ns - Current trajectory has 2 points. -Point[0] Position= (214.107,268.72,2177.85) -Point[1] Position= (214.11,268.738,2177.87) - -TrackID =682 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.16599 -58.7527 -20.1546 keV -Vertex : 0.213179 0.268958 2.17773 m Global time : 7.8386 ns - Current trajectory has 2 points. -Point[0] Position= (213.179,268.958,2177.73) -Point[1] Position= (213.155,268.759,2177.66) - -TrackID =681 : ParentID=642 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.3645 46.1327 24.0882 keV -Vertex : 0.100755 0.28114 2.13205 m Global time : 7.25835 ns - Current trajectory has 2 points. -Point[0] Position= (100.755,281.14,2132.05) -Point[1] Position= (100.788,281.249,2132.11) - -TrackID =641 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.2103 27.5311 -1.7549 keV -Vertex : 0.0778132 0.27281 1.9855 m Global time : 6.69412 ns - Current trajectory has 2 points. -Point[0] Position= (77.8132,272.81,1985.5) -Point[1] Position= (77.7948,272.834,1985.5) - -TrackID =640 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.635 -16.1257 3.02902 keV -Vertex : 0.0714766 0.250586 1.82365 m Global time : 6.14846 ns - Current trajectory has 2 points. -Point[0] Position= (71.4766,250.586,1823.65) -Point[1] Position= (71.5922,250.55,1823.66) - -TrackID =639 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.6414 31.7399 -0.718235 keV -Vertex : 0.0700141 0.245452 1.78629 m Global time : 6.02248 ns - Current trajectory has 2 points. -Point[0] Position= (70.0141,245.452,1786.29) -Point[1] Position= (69.9514,245.508,1786.29) - -TrackID =638 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.9677 -32.9847 6.82759 keV -Vertex : 0.0699364 0.24518 1.7843 m Global time : 6.01579 ns - Current trajectory has 2 points. -Point[0] Position= (69.9364,245.18,1784.3) -Point[1] Position= (69.914,245.143,1784.31) - -TrackID =637 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.6073 -31.3644 6.24197 keV -Vertex : 0.0578615 0.202729 1.47528 m Global time : 4.97394 ns - Current trajectory has 2 points. -Point[0] Position= (57.8615,202.729,1475.28) -Point[1] Position= (57.846,202.699,1475.29) - -TrackID =636 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.24122 61.1444 -4.30924 keV -Vertex : 0.0446354 0.156334 1.13751 m Global time : 3.83514 ns - Current trajectory has 2 points. -Point[0] Position= (44.6354,156.334,1137.51) -Point[1] Position= (44.6083,156.535,1137.5) +Point[0] Position= (-286.321,289.499,5683.83) +Point[1] Position= (-288.307,288.849,5683.63) +Point[2] Position= (-289.504,289.778,5684.44) +Point[3] Position= (-289.674,289.991,5684.31) -TrackID =635 : ParentID=623 : TrackStatus=1 +TrackID =721 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -83.8429 -13.3204 12.3384 keV -Vertex : 0.0414221 0.145052 1.05543 m Global time : 3.55841 ns +Original momentum : 77.7269 61.1265 10.4004 keV +Vertex : -0.283729 0.286869 5.63234 m Global time : 18.839 ns Current trajectory has 3 points. -Point[0] Position= (41.4221,145.052,1055.43) -Point[1] Position= (40.8673,145.43,1056.55) -Point[2] Position= (40.8629,145.374,1056.59) +Point[0] Position= (-283.729,286.869,5632.34) +Point[1] Position= (-283.587,286.96,5632.4) +Point[2] Position= (-283.598,287.387,5632.43) -TrackID =634 : ParentID=623 : TrackStatus=1 +TrackID =724 : ParentID=721 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.20045 -32.7154 5.40499 keV -Vertex : 0.0401852 0.140707 1.02381 m Global time : 3.4518 ns +Original momentum : 44.8861 -1.81448 42.2176 keV +Vertex : -0.283587 0.28696 5.6324 m Global time : 18.8421 ns Current trajectory has 2 points. -Point[0] Position= (40.1852,140.707,1023.81) -Point[1] Position= (40.1894,140.681,1023.81) +Point[0] Position= (-283.587,286.96,5632.4) +Point[1] Position= (-283.44,286.954,5632.54) -TrackID =633 : ParentID=623 : TrackStatus=1 +TrackID =720 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -66.5268 -58.0497 18.5661 keV -Vertex : 0.0395211 0.138372 1.00682 m Global time : 3.39451 ns - Current trajectory has 3 points. -Point[0] Position= (39.5211,138.372,1006.82) -Point[1] Position= (38.3298,138.79,1007.57) -Point[2] Position= (38.2325,138.822,1007.49) - -TrackID =632 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.9698 -23.1984 3.74283 keV -Vertex : 2.33933 8.18497 59.5439 cm Global time : 2.00755 ns +Original momentum : 67.3896 8.59208 7.51717 keV +Vertex : -0.28229 0.285409 5.60375 m Global time : 18.7434 ns Current trajectory has 2 points. -Point[0] Position= (23.3933,81.8497,595.439) -Point[1] Position= (23.459,81.8116,595.445) - -TrackID =631 : ParentID=623 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 162.427 2.67726 19.0553 keV -Vertex : 2.18394 7.64048 55.5822 cm Global time : 1.87398 ns - Current trajectory has 9 points. -Point[0] Position= (21.8394,76.4048,555.822) -Point[1] Position= (24.4641,75.5046,555.635) -Point[2] Position= (25.3408,75.9665,555.521) -Point[3] Position= (25.3999,75.9923,555.482) -Point[4] Position= (25.7557,76.2025,554.566) -Point[5] Position= (25.5245,77.3463,553.244) -Point[6] Position= (25.5128,77.3412,553.144) -Point[7] Position= (25.539,77.3858,553.066) -Point[8] Position= (25.5152,77.341,552.647) +Point[0] Position= (-282.29,285.409,5603.75) +Point[1] Position= (-282.004,285.445,5603.79) -TrackID =698 : ParentID=631 : TrackStatus=1 +TrackID =719 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.98447 32.1829 -3.85993 keV -Vertex : 2.5539 7.73858 55.3066 cm Global time : 1.954 ns +Original momentum : 42.0699 -21.9062 5.46805 keV +Vertex : -0.280548 0.283642 5.56916 m Global time : 18.6277 ns Current trajectory has 2 points. -Point[0] Position= (25.539,77.3858,553.066) -Point[1] Position= (25.5436,77.4105,553.063) +Point[0] Position= (-280.548,283.642,5569.16) +Point[1] Position= (-280.474,283.603,5569.17) -TrackID =697 : ParentID=631 : TrackStatus=1 +TrackID =718 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.0114 -26.3148 -11.3147 keV -Vertex : 2.55128 7.73412 55.3144 cm Global time : 1.95215 ns +Original momentum : -44.8891 38.315 -0.810317 keV +Vertex : -0.277867 0.28092 5.51589 m Global time : 18.4495 ns Current trajectory has 2 points. -Point[0] Position= (25.5128,77.3412,553.144) -Point[1] Position= (25.4904,77.3155,553.133) +Point[0] Position= (-277.867,280.92,5515.89) +Point[1] Position= (-277.999,281.033,5515.88) -TrackID =696 : ParentID=631 : TrackStatus=1 +TrackID =717 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.4826 0.675961 19.3535 keV -Vertex : 2.57557 7.62025 55.4566 cm Global time : 1.92907 ns +Original momentum : -17.4614 29.4149 -1.23341 keV +Vertex : -0.263742 0.266601 5.23552 m Global time : 17.5118 ns Current trajectory has 2 points. -Point[0] Position= (25.7557,76.2025,554.566) -Point[1] Position= (25.7777,76.2031,554.582) +Point[0] Position= (-263.742,266.601,5235.52) +Point[1] Position= (-263.757,266.625,5235.52) -TrackID =695 : ParentID=631 : TrackStatus=1 +TrackID =716 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.9824 -19.6336 2.03706 keV -Vertex : 2.53999 7.59923 55.5482 cm Global time : 1.91531 ns +Original momentum : -73.5772 14.4746 1.04176 keV +Vertex : -0.2589 0.261694 5.13943 m Global time : 17.1904 ns Current trajectory has 2 points. -Point[0] Position= (25.3999,75.9923,555.482) -Point[1] Position= (25.4233,75.9759,555.484) +Point[0] Position= (-258.9,261.694,5139.43) +Point[1] Position= (-259.293,261.771,5139.44) -TrackID =694 : ParentID=631 : TrackStatus=1 +TrackID =715 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.773 0.814103 41.8027 keV -Vertex : 2.53408 7.59665 55.5521 cm Global time : 1.91425 ns +Original momentum : -6.82918 -35.1663 2.71663 keV +Vertex : -0.256449 0.25921 5.0908 m Global time : 17.0277 ns Current trajectory has 2 points. -Point[0] Position= (25.3408,75.9665,555.521) -Point[1] Position= (25.4344,75.9686,555.628) +Point[0] Position= (-256.449,259.21,5090.8) +Point[1] Position= (-256.455,259.177,5090.8) -TrackID =693 : ParentID=631 : TrackStatus=1 +TrackID =714 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.4033 -42.6498 36.6138 keV -Vertex : 2.44641 7.55046 55.5635 cm Global time : 1.9021 ns +Original momentum : -26.7351 38.7453 -1.15424 keV +Vertex : -0.252585 0.255295 5.01412 m Global time : 16.7712 ns Current trajectory has 2 points. -Point[0] Position= (24.4641,75.5046,555.635) -Point[1] Position= (24.5015,75.3856,555.737) +Point[0] Position= (-252.585,255.295,5014.12) +Point[1] Position= (-252.63,255.361,5014.12) -TrackID =630 : ParentID=623 : TrackStatus=1 +TrackID =713 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -53.2092 8.1913 3.84178 keV -Vertex : 2.14135 7.49175 54.5002 cm Global time : 1.8375 ns +Original momentum : -2.46976 -35.2243 2.90312 keV +Vertex : -0.242833 0.245421 4.82063 m Global time : 16.124 ns Current trajectory has 2 points. -Point[0] Position= (21.4135,74.9175,545.002) -Point[1] Position= (21.2879,74.9368,545.012) +Point[0] Position= (-242.833,245.421,4820.63) +Point[1] Position= (-242.835,245.389,4820.64) -TrackID =629 : ParentID=623 : TrackStatus=1 +TrackID =712 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.252874 -35.4676 6.1666 keV -Vertex : 1.91333 6.69476 48.704 cm Global time : 1.64208 ns - Current trajectory has 2 points. -Point[0] Position= (19.1333,66.9476,487.04) -Point[1] Position= (19.1331,66.9145,487.046) +Original momentum : 60.3039 -120.295 27.3506 keV +Vertex : -0.214372 0.216623 4.25588 m Global time : 14.235 ns + Current trajectory has 5 points. +Point[0] Position= (-214.372,216.623,4255.88) +Point[1] Position= (-212.137,215.44,4257.53) +Point[2] Position= (-210.868,213.837,4258.2) +Point[3] Position= (-211.548,213.218,4257.62) +Point[4] Position= (-211.52,213.318,4257.49) -TrackID =628 : ParentID=623 : TrackStatus=1 +TrackID =711 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.38603 34.5767 -3.36866 keV -Vertex : 1.43407 5.0198 36.5175 cm Global time : 1.2312 ns +Original momentum : 44.3877 8.16398 3.83029 keV +Vertex : -0.212278 0.214505 4.21433 m Global time : 14.0961 ns Current trajectory has 2 points. -Point[0] Position= (14.3407,50.198,365.175) -Point[1] Position= (14.3369,50.2284,365.172) +Point[0] Position= (-212.278,214.505,4214.33) +Point[1] Position= (-212.209,214.518,4214.34) -TrackID =627 : ParentID=623 : TrackStatus=1 +TrackID =710 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.5024 -30.6374 4.79919 keV -Vertex : 1.42449 4.98625 36.2733 cm Global time : 1.22297 ns +Original momentum : 32.3578 -8.69028 3.18294 keV +Vertex : -0.205428 0.207579 4.0784 m Global time : 13.6414 ns Current trajectory has 2 points. -Point[0] Position= (14.2449,49.8625,362.733) -Point[1] Position= (14.257,49.8369,362.737) +Point[0] Position= (-205.428,207.579,4078.4) +Point[1] Position= (-205.402,207.572,4078.4) -TrackID =626 : ParentID=623 : TrackStatus=1 +TrackID =709 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.21577 69.5354 -4.92266 keV -Vertex : 1.30325 4.5619 33.186 cm Global time : 1.11888 ns +Original momentum : -36.2454 -3.6078 -0.341621 keV +Vertex : -0.203149 0.205275 4.03315 m Global time : 13.4901 ns Current trajectory has 2 points. -Point[0] Position= (13.0325,45.619,331.86) -Point[1] Position= (13.0513,45.9296,331.838) +Point[0] Position= (-203.149,205.275,4033.15) +Point[1] Position= (-203.184,205.271,4033.15) -TrackID =625 : ParentID=623 : TrackStatus=1 +TrackID =708 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.754 -34.4207 6.88571 keV -Vertex : 1.11553 3.90498 28.4097 cm Global time : 957.842 ps +Original momentum : 37.057 9.06015 2.83948 keV +Vertex : -0.201574 0.203683 4.00189 m Global time : 13.3855 ns Current trajectory has 2 points. -Point[0] Position= (11.1553,39.0498,284.097) -Point[1] Position= (11.1367,39.0117,284.104) +Point[0] Position= (-201.574,203.683,4001.89) +Point[1] Position= (-201.535,203.693,4001.89) -TrackID =624 : ParentID=623 : TrackStatus=1 +TrackID =707 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.2807 -23.3571 7.47721 keV -Vertex : 0.698776 2.44609 17.7981 cm Global time : 600.066 ps - Current trajectory has 3 points. -Point[0] Position= (6.98776,24.4609,177.981) -Point[1] Position= (6.933,24.3997,178.025) -Point[2] Position= (6.92412,24.3347,178.07) - -TrackID =622 : ParentID=57 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : 0.2538 -0.255448 3.8036 GeV -Vertex : 1.67561e-295 2.37286e-295 1.99953e-293 fm Global time : 8.63153e-305 ps - Current trajectory has 2 points. -Point[0] Position= (1.67561e-307,2.37286e-307,1.99953e-305) -Point[1] Position= (5.98843e-06,-6.02731e-06,8.97463e-05) - -TrackID =56 : ParentID=45 : TrackStatus=1 -Particle name : unknown : rho+ PDG code : 213 Charge : 1 -Original momentum : -0.728762 0.0396097 10.1864 GeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps +Original momentum : -67.5499 -8.7522 1.57546 keV +Vertex : -0.196468 0.198525 3.90053 m Global time : 13.0465 ns Current trajectory has 2 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (-6.58667e-307,9.6971e-309,1.99922e-305) - -TrackID =702 : ParentID=56 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : -0.366575 0.370196 7.28053 GeV -Vertex : -6.58667e-295 9.6971e-297 1.99922e-293 fm Global time : 8.63072e-305 ps - Current trajectory has 77 points. -Point[0] Position= (-6.58667e-307,9.6971e-309,1.99922e-305) -Point[1] Position= (-4.86166,4.90894,96.5351) -Point[2] Position= (-6.59637,6.6609,130.995) -Point[3] Position= (-11.7088,11.8258,232.555) -Point[4] Position= (-13.4503,13.5849,267.146) -Point[5] Position= (-14.8898,15.0384,295.73) -Point[6] Position= (-17.4832,17.658,347.226) -Point[7] Position= (-22.7542,22.9818,451.944) -Point[8] Position= (-33.535,33.8806,666.227) -Point[9] Position= (-37.3199,37.7082,741.41) -Point[10] Position= (-41.5204,41.9601,824.9) -Point[11] Position= (-41.6425,42.0837,827.327) -Point[12] Position= (-43.3631,43.8251,861.495) -Point[13] Position= (-44.1233,44.5936,876.57) -Point[14] Position= (-47.1284,47.6314,936.166) -Point[15] Position= (-47.6078,48.1163,945.672) -Point[16] Position= (-49.4051,49.9348,981.313) -Point[17] Position= (-50.2886,50.828,998.825) -Point[18] Position= (-51.5107,52.0643,1023.06) -Point[19] Position= (-52.9606,53.5313,1051.81) -Point[20] Position= (-55.5176,56.1191,1102.51) -Point[21] Position= (-58.5514,59.1909,1162.68) -Point[22] Position= (-58.6799,59.321,1165.23) -Point[23] Position= (-66.9136,67.6575,1328.52) -Point[24] Position= (-68.1619,68.9199,1353.26) -Point[25] Position= (-72.4873,73.2994,1439.04) -Point[26] Position= (-74.4892,75.3274,1478.74) -Point[27] Position= (-87.4072,88.4063,1734.94) -Point[28] Position= (-87.9697,88.9765,1746.11) -Point[29] Position= (-89.8658,90.8985,1783.73) -Point[30] Position= (-94.1392,95.2326,1868.54) -Point[31] Position= (-94.1416,95.235,1868.59) -Point[32] Position= (-98.7181,99.876,1959.42) -Point[33] Position= (-104.306,105.539,2070.29) -Point[34] Position= (-109.752,111.058,2178.34) -Point[35] Position= (-110.042,111.351,2184.09) -Point[36] Position= (-111.538,112.867,2213.77) -Point[37] Position= (-115.865,117.25,2299.62) -Point[38] Position= (-117.413,118.818,2330.32) -Point[39] Position= (-118.052,119.464,2342.99) -Point[40] Position= (-125.055,126.555,2481.84) -Point[41] Position= (-128.847,130.397,2557.11) -Point[42] Position= (-130.075,131.64,2581.49) -Point[43] Position= (-130.454,132.024,2589.01) -Point[44] Position= (-132.154,133.748,2622.78) -Point[45] Position= (-133.949,135.567,2658.43) -Point[46] Position= (-134.917,136.548,2677.66) -Point[47] Position= (-136.599,138.252,2711.06) -Point[48] Position= (-137.279,138.94,2724.55) -Point[49] Position= (-139.374,141.062,2766.15) -Point[50] Position= (-139.572,141.262,2770.06) -Point[51] Position= (-141.558,143.273,2809.48) -Point[52] Position= (-148.74,150.543,2952.04) -Point[53] Position= (-157.572,159.483,3127.32) -Point[54] Position= (-163.55,165.524,3245.84) -Point[55] Position= (-165.962,167.961,3293.71) -Point[56] Position= (-169.904,171.949,3371.99) -Point[57] Position= (-174.693,176.789,3467.08) -Point[58] Position= (-175.598,177.705,3485.07) -Point[59] Position= (-175.948,178.059,3492.02) -Point[60] Position= (-187.506,189.739,3721.39) -Point[61] Position= (-195.835,198.161,3886.89) -Point[62] Position= (-228.737,231.444,4540.78) -Point[63] Position= (-235.045,237.817,4666.06) -Point[64] Position= (-242.592,245.44,4815.91) -Point[65] Position= (-244.049,246.913,4844.84) -Point[66] Position= (-244.2,247.065,4847.83) -Point[67] Position= (-252.747,255.696,5017.53) -Point[68] Position= (-253.464,256.419,5031.75) -Point[69] Position= (-261.694,264.725,5195.15) -Point[70] Position= (-270.196,273.292,5363.72) -Point[71] Position= (-272.058,275.168,5400.67) -Point[72] Position= (-274.016,277.14,5439.51) -Point[73] Position= (-277.058,280.202,5499.85) -Point[74] Position= (-288.171,291.397,5720.33) -Point[75] Position= (-301.585,304.915,5986.29) -Point[76] Position= (-302.277,305.611,6000) - -TrackID =777 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.2883 -12.8243 3.5903 keV -Vertex : -0.301585 0.304915 5.98629 m Global time : 20.023 ns - Current trajectory has 2 points. -Point[0] Position= (-301.585,304.915,5986.29) -Point[1] Position= (-301.555,304.903,5986.29) - -TrackID =776 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.221739 34.7622 -0.593405 keV -Vertex : -0.288171 0.291397 5.72033 m Global time : 19.1334 ns - Current trajectory has 2 points. -Point[0] Position= (-288.171,291.397,5720.33) -Point[1] Position= (-288.171,291.427,5720.33) - -TrackID =775 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.8618 -36.8637 2.62064 keV -Vertex : -0.277058 0.280202 5.49985 m Global time : 18.3959 ns - Current trajectory has 2 points. -Point[0] Position= (-277.058,280.202,5499.85) -Point[1] Position= (-277.08,280.156,5499.85) - -TrackID =774 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -61.4481 160.469 17.2269 keV -Vertex : -0.274016 0.27714 5.43951 m Global time : 18.1941 ns - Current trajectory has 7 points. -Point[0] Position= (-274.016,277.14,5439.51) -Point[1] Position= (-275.034,280.992,5442.49) -Point[2] Position= (-276.786,280.984,5445.9) -Point[3] Position= (-278.356,282.023,5447.31) -Point[4] Position= (-278.475,283.544,5446.67) -Point[5] Position= (-276.889,283.099,5446.68) -Point[6] Position= (-276.891,283.368,5446.49) +Point[0] Position= (-196.468,198.525,3900.53) +Point[1] Position= (-196.752,198.488,3900.54) -TrackID =773 : ParentID=702 : TrackStatus=1 +TrackID =706 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.7807 6.9363 2.29217 keV -Vertex : -0.272058 0.275168 5.40067 m Global time : 18.0642 ns - Current trajectory has 2 points. -Point[0] Position= (-272.058,275.168,5400.67) -Point[1] Position= (-272.034,275.173,5400.67) +Original momentum : -90.2391 -43.8626 7.51971 keV +Vertex : -0.185414 0.187369 3.6812 m Global time : 12.3129 ns + Current trajectory has 3 points. +Point[0] Position= (-185.414,187.369,3681.2) +Point[1] Position= (-186.026,186.333,3682.09) +Point[2] Position= (-186.278,186.173,3682.33) -TrackID =772 : ParentID=702 : TrackStatus=1 +TrackID =705 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.6683 46.6477 -0.861344 keV -Vertex : -0.270196 0.273292 5.36372 m Global time : 17.9406 ns - Current trajectory has 2 points. -Point[0] Position= (-270.196,273.292,5363.72) -Point[1] Position= (-270.239,273.388,5363.72) +Original momentum : 162.52 -53.4007 40.369 keV +Vertex : -0.184284 0.18623 3.65879 m Global time : 12.2379 ns + Current trajectory has 9 points. +Point[0] Position= (-184.284,186.23,3658.79) +Point[1] Position= (-183.136,185.669,3659.38) +Point[2] Position= (-179.267,185.365,3659.48) +Point[3] Position= (-179.245,185.529,3659.05) +Point[4] Position= (-179.418,187.541,3657.35) +Point[5] Position= (-179.487,188.043,3657.21) +Point[6] Position= (-179.545,188.269,3657.26) +Point[7] Position= (-179.721,188.506,3656) +Point[8] Position= (-179.662,188.514,3655.98) -TrackID =771 : ParentID=702 : TrackStatus=1 +TrackID =728 : ParentID=705 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -64.9329 6.61452 0.552161 keV -Vertex : -0.261694 0.264725 5.19515 m Global time : 17.3768 ns +Original momentum : -41.2044 9.96038 53.6701 keV +Vertex : -0.179545 0.188269 3.65726 m Global time : 12.3356 ns Current trajectory has 2 points. -Point[0] Position= (-261.694,264.725,5195.15) -Point[1] Position= (-261.938,264.75,5195.15) +Point[0] Position= (-179.545,188.269,3657.26) +Point[1] Position= (-179.72,188.311,3657.49) -TrackID =770 : ParentID=702 : TrackStatus=1 +TrackID =727 : ParentID=705 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.2304 46.8641 -0.732862 keV -Vertex : -0.253464 0.256419 5.03175 m Global time : 16.8302 ns +Original momentum : -3.68062 -1.08649 -36.8979 keV +Vertex : -0.179487 0.188043 3.65721 m Global time : 12.332 ns Current trajectory has 2 points. -Point[0] Position= (-253.464,256.419,5031.75) -Point[1] Position= (-253.583,256.566,5031.74) +Point[0] Position= (-179.487,188.043,3657.21) +Point[1] Position= (-179.491,188.042,3657.17) -TrackID =769 : ParentID=702 : TrackStatus=1 +TrackID =726 : ParentID=705 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 96.799 -14.7705 15.175 keV -Vertex : -0.252747 0.255696 5.01753 m Global time : 16.7827 ns - Current trajectory has 4 points. -Point[0] Position= (-252.747,255.696,5017.53) -Point[1] Position= (-252.55,255.7,5017.6) -Point[2] Position= (-251.42,256.222,5017.21) -Point[3] Position= (-251.398,256.195,5017.21) +Original momentum : -53.3554 -9.52769 -20.4126 keV +Vertex : -0.179245 0.185529 3.65905 m Global time : 12.2948 ns + Current trajectory has 3 points. +Point[0] Position= (-179.245,185.529,3659.05) +Point[1] Position= (-179.386,185.613,3659.02) +Point[2] Position= (-179.406,185.646,3659.04) -TrackID =778 : ParentID=769 : TrackStatus=1 +TrackID =729 : ParentID=726 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.5341 -14.445 -20.9746 keV -Vertex : -0.25255 0.2557 5.0176 m Global time : 16.7862 ns +Original momentum : -10.8331 -21.9158 28.0408 keV +Vertex : -0.179386 0.185613 3.65902 m Global time : 12.2985 ns Current trajectory has 2 points. -Point[0] Position= (-252.55,255.7,5017.6) -Point[1] Position= (-252.528,255.687,5017.58) +Point[0] Position= (-179.386,185.613,3659.02) +Point[1] Position= (-179.397,185.591,3659.05) -TrackID =768 : ParentID=702 : TrackStatus=1 +TrackID =725 : ParentID=705 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -40.0935 3.33194 -0.603156 keV -Vertex : -0.2442 0.247065 4.84783 m Global time : 16.2151 ns +Original momentum : 23.7373 -19.9271 -9.09139 keV +Vertex : -0.179267 0.185365 3.65948 m Global time : 12.2894 ns Current trajectory has 2 points. -Point[0] Position= (-244.2,247.065,4847.83) -Point[1] Position= (-244.248,247.069,4847.83) +Point[0] Position= (-179.267,185.365,3659.48) +Point[1] Position= (-179.249,185.35,3659.47) -TrackID =767 : ParentID=702 : TrackStatus=1 +TrackID =704 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.13355 124.748 8.83324 keV -Vertex : -0.244049 0.246913 4.84484 m Global time : 16.2051 ns +Original momentum : -116.182 -87.646 19.3259 keV +Vertex : -0.181511 0.183433 3.60378 m Global time : 12.0539 ns Current trajectory has 5 points. -Point[0] Position= (-244.049,246.913,4844.84) -Point[1] Position= (-242.526,248.738,4845.38) -Point[2] Position= (-242.696,250.163,4844.04) -Point[3] Position= (-241.407,250.165,4843.97) -Point[4] Position= (-241.32,250.27,4844.05) - -TrackID =766 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.08594 -36.5531 3.34538 keV -Vertex : -0.242592 0.24544 4.81591 m Global time : 16.1083 ns - Current trajectory has 2 points. -Point[0] Position= (-242.592,245.44,4815.91) -Point[1] Position= (-242.589,245.404,4815.91) - -TrackID =765 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.218 -117.566 21.5921 keV -Vertex : -0.235045 0.237817 4.66606 m Global time : 15.6071 ns - Current trajectory has 4 points. -Point[0] Position= (-235.045,237.817,4666.06) -Point[1] Position= (-234.181,236.33,4666.94) -Point[2] Position= (-235.331,235.706,4665.99) -Point[3] Position= (-235.333,235.84,4665.88) +Point[0] Position= (-181.511,183.433,3603.78) +Point[1] Position= (-183.538,182.287,3605.46) +Point[2] Position= (-185.628,181.726,3605.64) +Point[3] Position= (-185.983,181.024,3605.8) +Point[4] Position= (-186.031,180.682,3605.94) -TrackID =764 : ParentID=702 : TrackStatus=1 +TrackID =731 : ParentID=704 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.5466 17.1157 2.69481 keV -Vertex : -0.228737 0.231444 4.54078 m Global time : 15.188 ns +Original momentum : -14.8483 14.0195 29.316 keV +Vertex : -0.185983 0.181024 3.6058 m Global time : 12.1207 ns Current trajectory has 2 points. -Point[0] Position= (-228.737,231.444,4540.78) -Point[1] Position= (-228.689,231.466,4540.78) +Point[0] Position= (-185.983,181.024,3605.8) +Point[1] Position= (-185.997,181.037,3605.83) -TrackID =763 : ParentID=702 : TrackStatus=1 +TrackID =730 : ParentID=704 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.05593 -31.7151 2.26353 keV -Vertex : -0.195835 0.198161 3.88689 m Global time : 13.0009 ns +Original momentum : 45.8065 -27.9611 18.4042 keV +Vertex : -0.183538 0.182287 3.60546 m Global time : 12.0842 ns Current trajectory has 2 points. -Point[0] Position= (-195.835,198.161,3886.89) -Point[1] Position= (-195.841,198.137,3886.89) +Point[0] Position= (-183.538,182.287,3605.46) +Point[1] Position= (-183.416,182.212,3605.51) -TrackID =762 : ParentID=702 : TrackStatus=1 +TrackID =703 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 72.4825 -20.9604 10.374 keV -Vertex : -0.187506 0.189739 3.72139 m Global time : 12.4473 ns +Original momentum : 54.544 -34.2991 8.62308 keV +Vertex : -0.178162 0.180056 3.53732 m Global time : 11.8316 ns Current trajectory has 2 points. -Point[0] Position= (-187.506,189.739,3721.39) -Point[1] Position= (-187.103,189.623,3721.45) +Point[0] Position= (-178.162,180.056,3537.32) +Point[1] Position= (-177.958,179.928,3537.36) -TrackID =761 : ParentID=702 : TrackStatus=1 +TrackID =702 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.951 11.9706 -1.06324 keV -Vertex : -0.175948 0.178059 3.49202 m Global time : 11.6801 ns +Original momentum : -18.6023 40.5408 -1.049 keV +Vertex : -0.174928 0.176797 3.4732 m Global time : 11.6171 ns Current trajectory has 2 points. -Point[0] Position= (-175.948,178.059,3492.02) -Point[1] Position= (-175.977,178.069,3492.02) +Point[0] Position= (-174.928,176.797,3473.2) +Point[1] Position= (-174.956,176.858,3473.2) -TrackID =760 : ParentID=702 : TrackStatus=1 +TrackID =701 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 111.098 0.6724 17.8351 keV -Vertex : -0.175598 0.177705 3.48507 m Global time : 11.6569 ns - Current trajectory has 4 points. -Point[0] Position= (-175.598,177.705,3485.07) -Point[1] Position= (-174.222,176.158,3485.66) -Point[2] Position= (-173.734,175.259,3486.33) -Point[3] Position= (-173.719,175.261,3486.29) - -TrackID =759 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.47153 54.5672 0.440175 keV -Vertex : -0.174693 0.176789 3.46708 m Global time : 11.5967 ns - Current trajectory has 2 points. -Point[0] Position= (-174.693,176.789,3467.08) -Point[1] Position= (-174.679,176.923,3467.09) +Original momentum : -55.6735 -63.15 7.36439 keV +Vertex : -0.166621 0.16842 3.30842 m Global time : 11.066 ns + Current trajectory has 3 points. +Point[0] Position= (-166.621,168.42,3308.42) +Point[1] Position= (-166.592,167.648,3309.04) +Point[2] Position= (-166.533,167.626,3309.01) -TrackID =758 : ParentID=702 : TrackStatus=1 +TrackID =700 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.3499 -21.3232 3.75982 keV -Vertex : -0.169904 0.171949 3.37199 m Global time : 11.2787 ns +Original momentum : 32.0781 63.3454 3.32987 keV +Vertex : -0.163169 0.164938 3.23989 m Global time : 10.8368 ns Current trajectory has 2 points. -Point[0] Position= (-169.904,171.949,3371.99) -Point[1] Position= (-169.878,171.929,3372) +Point[0] Position= (-163.169,164.938,3239.89) +Point[1] Position= (-163.019,165.234,3239.9) -TrackID =757 : ParentID=702 : TrackStatus=1 +TrackID =699 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.1039 -60.1819 6.15033 keV -Vertex : -0.165962 0.167961 3.29371 m Global time : 11.0168 ns - Current trajectory has 3 points. -Point[0] Position= (-165.962,167.961,3293.71) -Point[1] Position= (-165.997,167.828,3293.7) -Point[2] Position= (-166.026,167.796,3293.64) +Original momentum : 7.70089 207.525 31.397 keV +Vertex : -0.155096 0.15677 3.07952 m Global time : 10.3004 ns + Current trajectory has 9 points. +Point[0] Position= (-155.096,156.77,3079.52) +Point[1] Position= (-154.445,160.773,3081.81) +Point[2] Position= (-151.875,165.736,3086.18) +Point[3] Position= (-151.776,170.645,3088.22) +Point[4] Position= (-153.231,173.522,3089) +Point[5] Position= (-153.795,175.849,3087.87) +Point[6] Position= (-154.717,177.545,3087.98) +Point[7] Position= (-154.227,177.128,3088.55) +Point[8] Position= (-154.24,177.12,3088.58) -TrackID =756 : ParentID=702 : TrackStatus=1 +TrackID =733 : ParentID=699 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.6186 25.6875 -1.19207 keV -Vertex : -0.16355 0.165524 3.24584 m Global time : 10.8567 ns +Original momentum : 6.94423 14.3319 34.59 keV +Vertex : -0.153795 0.175849 3.08787 m Global time : 10.5048 ns Current trajectory has 2 points. -Point[0] Position= (-163.55,165.524,3245.84) -Point[1] Position= (-163.605,165.563,3245.84) +Point[0] Position= (-153.795,175.849,3087.87) +Point[1] Position= (-153.788,175.864,3087.9) -TrackID =755 : ParentID=702 : TrackStatus=1 +TrackID =732 : ParentID=699 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.3403 -37.8361 2.79491 keV -Vertex : -0.157572 0.159483 3.12732 m Global time : 10.4603 ns +Original momentum : -38.9761 6.00588 31.1557 keV +Vertex : -0.154445 0.160773 3.08181 m Global time : 10.3383 ns Current trajectory has 2 points. -Point[0] Position= (-157.572,159.483,3127.32) -Point[1] Position= (-157.591,159.436,3127.32) +Point[0] Position= (-154.445,160.773,3081.81) +Point[1] Position= (-154.523,160.785,3081.88) -TrackID =754 : ParentID=702 : TrackStatus=1 +TrackID =698 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.3002 35.8766 -1.01168 keV -Vertex : -0.14874 0.150543 2.95204 m Global time : 9.87402 ns +Original momentum : 15.4723 60.512 1.5072 keV +Vertex : -0.15347 0.155122 3.04722 m Global time : 10.1923 ns Current trajectory has 2 points. -Point[0] Position= (-148.74,150.543,2952.04) -Point[1] Position= (-148.751,150.58,2952.04) +Point[0] Position= (-153.47,155.122,3047.22) +Point[1] Position= (-153.418,155.327,3047.22) -TrackID =753 : ParentID=702 : TrackStatus=1 +TrackID =697 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.4729 26.8858 1.35902 keV -Vertex : -0.141558 0.143273 2.80948 m Global time : 9.39719 ns +Original momentum : -35.9657 -14.4745 0.400002 keV +Vertex : -0.14803 0.14961 2.93913 m Global time : 9.8308 ns Current trajectory has 2 points. -Point[0] Position= (-141.558,143.273,2809.48) -Point[1] Position= (-141.53,143.301,2809.48) +Point[0] Position= (-148.03,149.61,2939.13) +Point[1] Position= (-148.07,149.594,2939.13) -TrackID =752 : ParentID=702 : TrackStatus=1 +TrackID =696 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.1511 -18.2117 4.37423 keV -Vertex : -0.139572 0.141262 2.77006 m Global time : 9.26534 ns +Original momentum : -16.8156 41.6334 -0.993342 keV +Vertex : -0.146113 0.14767 2.90107 m Global time : 9.70348 ns Current trajectory has 2 points. -Point[0] Position= (-139.572,141.262,2770.06) -Point[1] Position= (-139.527,141.24,2770.07) +Point[0] Position= (-146.113,147.67,2901.07) +Point[1] Position= (-146.139,147.734,2901.07) -TrackID =751 : ParentID=702 : TrackStatus=1 +TrackID =695 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.6471 37.6472 -0.926191 keV -Vertex : -0.139374 0.141062 2.76615 m Global time : 9.25224 ns +Original momentum : 13.4236 45.245 0.550972 keV +Vertex : -0.145894 0.147449 2.89672 m Global time : 9.68893 ns Current trajectory has 2 points. -Point[0] Position= (-139.374,141.062,2766.15) -Point[1] Position= (-139.385,141.104,2766.14) +Point[0] Position= (-145.894,147.449,2896.72) +Point[1] Position= (-145.871,147.526,2896.72) -TrackID =750 : ParentID=702 : TrackStatus=1 +TrackID =694 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 66.6031 2.96361 7.60285 keV -Vertex : -0.137279 0.13894 2.72455 m Global time : 9.1131 ns +Original momentum : 52.3967 -28.0386 7.57613 keV +Vertex : -0.137691 0.139145 2.73379 m Global time : 9.14397 ns Current trajectory has 2 points. -Point[0] Position= (-137.279,138.94,2724.55) -Point[1] Position= (-137.01,138.952,2724.58) +Point[0] Position= (-137.691,139.145,2733.79) +Point[1] Position= (-137.532,139.06,2733.81) -TrackID =749 : ParentID=702 : TrackStatus=1 +TrackID =693 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.1425 31.7069 0.435739 keV -Vertex : -0.136599 0.138252 2.71106 m Global time : 9.06798 ns +Original momentum : -37.6544 -33.0275 2.24645 keV +Vertex : -0.126669 0.127995 2.51481 m Global time : 8.41152 ns Current trajectory has 2 points. -Point[0] Position= (-136.599,138.252,2711.06) -Point[1] Position= (-136.585,138.281,2711.06) +Point[0] Position= (-126.669,127.995,2514.81) +Point[1] Position= (-126.743,127.929,2514.81) -TrackID =748 : ParentID=702 : TrackStatus=1 +TrackID =692 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.0587 46.718 0.897495 keV -Vertex : -0.134917 0.136548 2.67766 m Global time : 8.95627 ns +Original momentum : -0.545193 35.0071 -0.608245 keV +Vertex : -0.122392 0.123668 2.42983 m Global time : 8.12727 ns Current trajectory has 2 points. -Point[0] Position= (-134.917,136.548,2677.66) -Point[1] Position= (-134.884,136.639,2677.66) +Point[0] Position= (-122.392,123.668,2429.83) +Point[1] Position= (-122.393,123.698,2429.83) -TrackID =747 : ParentID=702 : TrackStatus=1 +TrackID =691 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 54.1037 23.8004 4.95085 keV -Vertex : -0.133949 0.135567 2.65843 m Global time : 8.89195 ns +Original momentum : 1.75253 36.8965 -0.453286 keV +Vertex : -0.120274 0.121525 2.38774 m Global time : 7.98649 ns Current trajectory has 2 points. -Point[0] Position= (-133.949,135.567,2658.43) -Point[1] Position= (-133.788,135.638,2658.45) +Point[0] Position= (-120.274,121.525,2387.74) +Point[1] Position= (-120.272,121.561,2387.74) -TrackID =746 : ParentID=702 : TrackStatus=1 +TrackID =690 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.3654 -31.3149 3.49676 keV -Vertex : -0.132154 0.133748 2.62278 m Global time : 8.77269 ns +Original momentum : -30.5511 40.6033 -1.07633 keV +Vertex : -0.109252 0.110374 2.16871 m Global time : 7.2539 ns Current trajectory has 2 points. -Point[0] Position= (-132.154,133.748,2622.78) -Point[1] Position= (-132.142,133.721,2622.78) +Point[0] Position= (-109.252,110.374,2168.71) +Point[1] Position= (-109.314,110.457,2168.71) -TrackID =745 : ParentID=702 : TrackStatus=1 +TrackID =689 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.0569 -33.4488 2.17425 keV -Vertex : -0.130454 0.132024 2.58901 m Global time : 8.65974 ns +Original momentum : -65.8302 -21.3485 2.45719 keV +Vertex : -0.10748 0.108581 2.1335 m Global time : 7.13614 ns Current trajectory has 2 points. -Point[0] Position= (-130.454,132.024,2589.01) -Point[1] Position= (-130.48,131.985,2589.01) +Point[0] Position= (-107.48,108.581,2133.5) +Point[1] Position= (-107.768,108.488,2133.52) -TrackID =744 : ParentID=702 : TrackStatus=1 +TrackID =688 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.212 -55.5824 5.39132 keV -Vertex : -0.130075 0.13164 2.58149 m Global time : 8.63459 ns +Original momentum : -56.498 30.5486 -0.370403 keV +Vertex : -0.100371 0.10139 1.9923 m Global time : 6.66385 ns Current trajectory has 2 points. -Point[0] Position= (-130.075,131.64,2581.49) -Point[1] Position= (-130.112,131.488,2581.5) +Point[0] Position= (-100.371,101.39,1992.3) +Point[1] Position= (-100.575,101.501,1992.3) -TrackID =743 : ParentID=702 : TrackStatus=1 +TrackID =687 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.77669 -37.4744 2.89754 keV -Vertex : -0.128847 0.130397 2.55711 m Global time : 8.55306 ns +Original momentum : 31.4692 -19.2062 3.91067 keV +Vertex : -0.0997011 0.100713 1.97901 m Global time : 6.61939 ns Current trajectory has 2 points. -Point[0] Position= (-128.847,130.397,2557.11) -Point[1] Position= (-128.858,130.355,2557.12) +Point[0] Position= (-99.7011,100.713,1979.01) +Point[1] Position= (-99.6698,100.694,1979.02) -TrackID =742 : ParentID=702 : TrackStatus=1 +TrackID =686 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.0057 -14.8897 0.340229 keV -Vertex : -0.125055 0.126555 2.48184 m Global time : 8.3013 ns +Original momentum : 49.113 17.1011 4.26698 keV +Vertex : -0.0891353 0.0900316 1.76924 m Global time : 5.91774 ns Current trajectory has 2 points. -Point[0] Position= (-125.055,126.555,2481.84) -Point[1] Position= (-125.077,126.544,2481.84) +Point[0] Position= (-89.1353,90.0316,1769.24) +Point[1] Position= (-89.0284,90.0688,1769.25) -TrackID =741 : ParentID=702 : TrackStatus=1 +TrackID =685 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.5303 -29.0936 6.96727 keV -Vertex : -0.118052 0.119464 2.34299 m Global time : 7.83685 ns +Original momentum : 20.9372 38.5832 0.977804 keV +Vertex : -0.0856419 0.0864985 1.69987 m Global time : 5.68572 ns Current trajectory has 2 points. -Point[0] Position= (-118.052,119.464,2342.99) -Point[1] Position= (-117.928,119.388,2343) +Point[0] Position= (-85.6419,86.4985,1699.87) +Point[1] Position= (-85.6116,86.5544,1699.87) -TrackID =740 : ParentID=702 : TrackStatus=1 +TrackID =684 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.22823 56.5865 0.182889 keV -Vertex : -0.117413 0.118818 2.33032 m Global time : 7.79449 ns +Original momentum : 64.8075 1.3094 7.35942 keV +Vertex : -0.0756159 0.0763669 1.50094 m Global time : 5.02034 ns Current trajectory has 2 points. -Point[0] Position= (-117.413,118.818,2330.32) -Point[1] Position= (-117.417,118.968,2330.32) +Point[0] Position= (-75.6159,76.3669,1500.94) +Point[1] Position= (-75.3719,76.3718,1500.97) -TrackID =739 : ParentID=702 : TrackStatus=1 +TrackID =683 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 86.5453 39.5345 11.2745 keV -Vertex : -0.115865 0.11725 2.29962 m Global time : 7.69178 ns +Original momentum : -49.2875 70.5417 1.14029 keV +Vertex : -0.0726857 0.0734069 1.44281 m Global time : 4.82589 ns Current trajectory has 3 points. -Point[0] Position= (-115.865,117.25,2299.62) -Point[1] Position= (-114.578,116.615,2299.81) -Point[2] Position= (-114.565,116.514,2299.64) +Point[0] Position= (-72.6857,73.4069,1442.81) +Point[1] Position= (-72.4523,74.3649,1442.65) +Point[2] Position= (-72.465,74.41,1442.58) -TrackID =738 : ParentID=702 : TrackStatus=1 +TrackID =682 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.14139 -35.9743 3.6608 keV -Vertex : -0.111538 0.112867 2.21377 m Global time : 7.40464 ns - Current trajectory has 2 points. -Point[0] Position= (-111.538,112.867,2213.77) -Point[1] Position= (-111.529,112.83,2213.77) +Original momentum : 116.697 -154.731 51.8288 keV +Vertex : -0.0648013 0.065451 1.28647 m Global time : 4.30297 ns + Current trajectory has 12 points. +Point[0] Position= (-64.8013,65.451,1286.47) +Point[1] Position= (-59.6551,62.1927,1290.26) +Point[2] Position= (-59.2995,59.8967,1291.52) +Point[3] Position= (-60.617,55.2414,1291.01) +Point[4] Position= (-60.0207,54.0391,1292.05) +Point[5] Position= (-60.0597,51.9623,1292.32) +Point[6] Position= (-59.9202,49.7397,1290.69) +Point[7] Position= (-59.8821,49.7725,1290.67) +Point[8] Position= (-59.0134,51.2925,1290.21) +Point[9] Position= (-60.6338,51.6106,1290.09) +Point[10] Position= (-60.7474,51.6749,1290.03) +Point[11] Position= (-60.8097,51.7386,1290.02) -TrackID =737 : ParentID=702 : TrackStatus=1 +TrackID =738 : ParentID=682 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.1512 -44.3378 5.63253 keV -Vertex : -0.110042 0.111351 2.18409 m Global time : 7.30536 ns +Original momentum : -14.496 -17.7984 -35.2334 keV +Vertex : -0.0607474 0.0516749 1.29003 m Global time : 4.54712 ns Current trajectory has 2 points. -Point[0] Position= (-110.042,111.351,2184.09) -Point[1] Position= (-110.004,111.268,2184.1) - -TrackID =736 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.7559 50.4197 2.85192 keV -Vertex : -0.109752 0.111058 2.17834 m Global time : 7.28614 ns - Current trajectory has 3 points. -Point[0] Position= (-109.752,111.058,2178.34) -Point[1] Position= (-109.681,111.147,2178.42) -Point[2] Position= (-109.652,111.106,2178.47) +Point[0] Position= (-60.7474,51.6749,1290.03) +Point[1] Position= (-60.7665,51.6514,1289.99) + +TrackID =737 : ParentID=682 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -10.6823 17.2376 -26.6919 keV +Vertex : -0.0598821 0.0497725 1.29067 m Global time : 4.50397 ns + Current trajectory has 2 points. +Point[0] Position= (-59.8821,49.7725,1290.67) +Point[1] Position= (-59.8907,49.7863,1290.65) + +TrackID =736 : ParentID=682 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 29.3643 -6.88775 14.2366 keV +Vertex : -0.0600597 0.0519623 1.29232 m Global time : 4.47206 ns + Current trajectory has 2 points. +Point[0] Position= (-60.0597,51.9623,1292.32) +Point[1] Position= (-60.0365,51.9569,1292.33) -TrackID =779 : ParentID=736 : TrackStatus=1 +TrackID =735 : ParentID=682 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.0076 11.8657 -7.96204 keV -Vertex : -0.109681 0.111147 2.17842 m Global time : 7.28943 ns +Original momentum : 31.9252 -2.40879 0.594625 keV +Vertex : -0.0600207 0.0540391 1.29205 m Global time : 4.44911 ns Current trajectory has 2 points. -Point[0] Position= (-109.681,111.147,2178.42) -Point[1] Position= (-109.655,111.157,2178.41) +Point[0] Position= (-60.0207,54.0391,1292.05) +Point[1] Position= (-59.9976,54.0373,1292.05) -TrackID =735 : ParentID=702 : TrackStatus=1 +TrackID =734 : ParentID=682 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.7424 -21.6149 0.939076 keV -Vertex : -0.104306 0.105539 2.07029 m Global time : 6.92474 ns +Original momentum : 29.7131 7.21338 15.1616 keV +Vertex : -0.0592995 0.0598967 1.29152 m Global time : 4.38738 ns Current trajectory has 2 points. -Point[0] Position= (-104.306,105.539,2070.29) -Point[1] Position= (-104.337,105.517,2070.29) +Point[0] Position= (-59.2995,59.8967,1291.52) +Point[1] Position= (-59.2749,59.9027,1291.53) -TrackID =734 : ParentID=702 : TrackStatus=1 +TrackID =681 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.95372 41.884 -0.206977 keV -Vertex : -0.0987181 0.099876 1.95942 m Global time : 6.55388 ns +Original momentum : 10.9869 -65.7525 8.30859 keV +Vertex : -4.90774 4.95832 97.4506 cm Global time : 3.25952 ns Current trajectory has 2 points. -Point[0] Position= (-98.7181,99.876,1959.42) -Point[1] Position= (-98.7129,99.9312,1959.42) +Point[0] Position= (-49.0774,49.5832,974.506) +Point[1] Position= (-49.0329,49.3168,974.54) -TrackID =733 : ParentID=702 : TrackStatus=1 +TrackID =680 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.4428 -3.10224 3.56517 keV -Vertex : -0.0941416 0.095235 1.86859 m Global time : 6.25006 ns +Original momentum : 35.4679 13.4914 2.51833 keV +Vertex : -4.45865 4.50499 88.5402 cm Global time : 2.96148 ns Current trajectory has 2 points. -Point[0] Position= (-94.1416,95.235,1868.59) -Point[1] Position= (-94.0995,95.2316,1868.59) +Point[0] Position= (-44.5865,45.0499,885.402) +Point[1] Position= (-44.5491,45.064,885.404) -TrackID =732 : ParentID=702 : TrackStatus=1 +TrackID =679 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.5679 -28.7858 4.64961 keV -Vertex : -0.0941392 0.0952326 1.86854 m Global time : 6.2499 ns +Original momentum : 55.5082 -11.5637 6.57197 keV +Vertex : -3.83749 3.8777 76.2141 cm Global time : 2.5492 ns Current trajectory has 2 points. -Point[0] Position= (-94.1392,95.2326,1868.54) -Point[1] Position= (-94.1014,95.1958,1868.54) +Point[0] Position= (-38.3749,38.777,762.141) +Point[1] Position= (-38.2247,38.7457,762.159) -TrackID =731 : ParentID=702 : TrackStatus=1 +TrackID =678 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.5471 -34.3404 2.45252 keV -Vertex : -0.0898658 0.0908985 1.78373 m Global time : 5.96623 ns +Original momentum : 44.2736 25.1595 3.49816 keV +Vertex : -3.22628 3.25995 64.0773 cm Global time : 2.14325 ns Current trajectory has 2 points. -Point[0] Position= (-89.8658,90.8985,1783.73) -Point[1] Position= (-89.9528,90.8229,1783.74) +Point[0] Position= (-32.2628,32.5995,640.773) +Point[1] Position= (-32.1715,32.6514,640.781) -TrackID =730 : ParentID=702 : TrackStatus=1 +TrackID =677 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.11271 -62.8702 6.97555 keV -Vertex : -0.0879697 0.0889765 1.74611 m Global time : 5.84038 ns - Current trajectory has 2 points. -Point[0] Position= (-87.9697,88.9765,1746.11) -Point[1] Position= (-87.9806,88.7567,1746.13) +Original momentum : -118.767 -472.777 260.448 keV +Vertex : -3.16983 3.20287 62.956 cm Global time : 2.10575 ns + Current trajectory has 36 points. +Point[0] Position= (-31.6983,32.0287,629.56) +Point[1] Position= (-40.3616,8.48125,638.851) +Point[2] Position= (-66.2579,-45.0774,644.61) +Point[3] Position= (-67.8905,-58.1412,648.253) +Point[4] Position= (-69.7572,-64.3655,650.277) +Point[5] Position= (-78.631,-172.675,683.316) +Point[6] Position= (-77.3839,-184.423,692.983) +Point[7] Position= (-85.3922,-195.485,706.606) +Point[8] Position= (-164.473,-207.735,715.294) +Point[9] Position= (-171.858,-203.175,718.392) +Point[10] Position= (-195.253,-167.218,744.685) +Point[11] Position= (-173.818,-172.488,762.204) +Point[12] Position= (-188.652,-166.18,799.267) +Point[13] Position= (-189.874,-168.241,797.991) +Point[14] Position= (-198.934,-176.476,801.569) +Point[15] Position= (-217.757,-175.414,774.439) +Point[16] Position= (-214.763,-172.727,773.215) +Point[17] Position= (-212.194,-167.191,772.254) +Point[18] Position= (-211.274,-165.736,771.27) +Point[19] Position= (-191.57,-158.207,770.156) +Point[20] Position= (-182.566,-146.394,767.302) +Point[21] Position= (-181.461,-143.847,764.855) +Point[22] Position= (-180.819,-142.366,763.821) +Point[23] Position= (-178.258,-138.886,777.168) +Point[24] Position= (-168.861,-131.64,775.457) +Point[25] Position= (-168.412,-131.571,776.29) +Point[26] Position= (-170.165,-132.388,784.164) +Point[27] Position= (-169.14,-134.345,785.399) +Point[28] Position= (-166.063,-137.629,786.795) +Point[29] Position= (-164.899,-138.791,787.587) +Point[30] Position= (-165.062,-142.082,790.369) +Point[31] Position= (-164.509,-143.77,792.121) +Point[32] Position= (-164.177,-144.39,794.6) +Point[33] Position= (-164.916,-143.448,796.148) +Point[34] Position= (-165.887,-143.279,796.884) +Point[35] Position= (-165.883,-143.278,796.89) -TrackID =729 : ParentID=702 : TrackStatus=1 +TrackID =755 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.9085 21.8522 -1.00781 keV -Vertex : -0.0874072 0.0884063 1.73494 m Global time : 5.80305 ns +Original momentum : 31.9558 26.4477 -18.3516 keV +Vertex : -16.4899 -13.8791 78.7587 cm Global time : 4.96233 ns Current trajectory has 2 points. -Point[0] Position= (-87.4072,88.4063,1734.94) -Point[1] Position= (-87.4843,88.4455,1734.94) +Point[0] Position= (-164.899,-138.791,787.587) +Point[1] Position= (-164.865,-138.763,787.567) -TrackID =728 : ParentID=702 : TrackStatus=1 +TrackID =754 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.1481 -33.298 2.2748 keV -Vertex : -0.0744892 0.0753274 1.47874 m Global time : 4.94609 ns +Original momentum : -24.5637 -28.8042 12.3536 keV +Vertex : -16.914 -13.4345 78.5399 cm Global time : 4.90323 ns Current trajectory has 2 points. -Point[0] Position= (-74.4892,75.3274,1478.74) -Point[1] Position= (-74.5026,75.2959,1478.74) +Point[0] Position= (-169.14,-134.345,785.399) +Point[1] Position= (-169.161,-134.369,785.409) -TrackID =727 : ParentID=702 : TrackStatus=1 +TrackID =753 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.7261 -15.0217 0.504475 keV -Vertex : -0.0724873 0.0732994 1.43904 m Global time : 4.81329 ns +Original momentum : 5.39131 44.6063 4.19068 keV +Vertex : -18.0819 -14.2366 76.3821 cm Global time : 4.68321 ns Current trajectory has 2 points. -Point[0] Position= (-72.4873,73.2994,1439.04) -Point[1] Position= (-72.5368,73.2801,1439.04) +Point[0] Position= (-180.819,-142.366,763.821) +Point[1] Position= (-180.814,-142.32,763.826) -TrackID =726 : ParentID=702 : TrackStatus=1 +TrackID =752 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.06863 -39.0245 3.84095 keV -Vertex : -0.0681619 0.0689199 1.35326 m Global time : 4.52638 ns +Original momentum : -16.9885 -13.0254 -31.9294 keV +Vertex : -18.1461 -14.3847 76.4855 cm Global time : 4.66936 ns Current trajectory has 2 points. -Point[0] Position= (-68.1619,68.9199,1353.26) -Point[1] Position= (-68.1549,68.8748,1353.26) +Point[0] Position= (-181.461,-143.847,764.855) +Point[1] Position= (-181.474,-143.857,764.831) -TrackID =725 : ParentID=702 : TrackStatus=1 +TrackID =751 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.2527 -25.4222 5.84323 keV -Vertex : -0.0669136 0.0676575 1.32852 m Global time : 4.44364 ns +Original momentum : 8.20858 -17.7834 -27.775 keV +Vertex : -21.1274 -16.5736 77.127 cm Global time : 4.43974 ns Current trajectory has 2 points. -Point[0] Position= (-66.9136,67.6575,1328.52) -Point[1] Position= (-66.832,67.6084,1328.54) +Point[0] Position= (-211.274,-165.736,771.27) +Point[1] Position= (-211.269,-165.747,771.253) -TrackID =724 : ParentID=702 : TrackStatus=1 +TrackID =750 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.2017 12.6357 -1.08142 keV -Vertex : -0.0586799 0.059321 1.16523 m Global time : 3.89745 ns +Original momentum : 28.8054 -29.9699 -15.8371 keV +Vertex : -21.4763 -17.2727 77.3215 cm Global time : 4.38848 ns Current trajectory has 2 points. -Point[0] Position= (-58.6799,59.321,1165.23) -Point[1] Position= (-58.71,59.3325,1165.23) +Point[0] Position= (-214.763,-172.727,773.215) +Point[1] Position= (-214.734,-172.757,773.199) -TrackID =723 : ParentID=702 : TrackStatus=1 +TrackID =749 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.1772 -69.5868 7.943 keV -Vertex : -0.0585514 0.0591909 1.16268 m Global time : 3.88893 ns +Original momentum : -10.7868 -30.9631 44.5669 keV +Vertex : -19.8934 -17.6476 80.1569 cm Global time : 4.22015 ns Current trajectory has 2 points. -Point[0] Position= (-58.5514,59.1909,1162.68) -Point[1] Position= (-58.8325,58.7272,1162.73) +Point[0] Position= (-198.934,-176.476,801.569) +Point[1] Position= (-198.951,-176.525,801.64) -TrackID =722 : ParentID=702 : TrackStatus=1 +TrackID =748 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.02955 -38.3591 3.18119 keV -Vertex : -0.0555176 0.0561191 1.10251 m Global time : 3.68767 ns +Original momentum : 7.75481 -1.00472 -36.4472 keV +Vertex : -18.9874 -16.8241 79.7991 cm Global time : 4.15168 ns Current trajectory has 2 points. -Point[0] Position= (-55.5176,56.1191,1102.51) -Point[1] Position= (-55.5231,56.0768,1102.51) +Point[0] Position= (-189.874,-168.241,797.991) +Point[1] Position= (-189.868,-168.242,797.965) -TrackID =721 : ParentID=702 : TrackStatus=1 +TrackID =747 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.4604 -30.6957 2.39166 keV -Vertex : -0.0529606 0.0535313 1.05181 m Global time : 3.51807 ns +Original momentum : 4.04359 -26.9948 37.8803 keV +Vertex : -18.8652 -16.618 79.9267 cm Global time : 4.13571 ns Current trajectory has 2 points. -Point[0] Position= (-52.9606,53.5313,1051.81) -Point[1] Position= (-53.1014,53.4439,1051.81) +Point[0] Position= (-188.652,-166.18,799.267) +Point[1] Position= (-188.647,-166.21,799.309) -TrackID =720 : ParentID=702 : TrackStatus=1 +TrackID =746 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.3161 8.33923 -0.949013 keV -Vertex : -0.0515107 0.0520643 1.02306 m Global time : 3.42192 ns +Original momentum : -11.0721 -34.388 16.2375 keV +Vertex : -17.3818 -17.2488 76.2204 cm Global time : 3.96348 ns Current trajectory has 2 points. -Point[0] Position= (-51.5107,52.0643,1023.06) -Point[1] Position= (-51.5388,52.0713,1023.06) - -TrackID =719 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.033 -26.1512 1.68247 keV -Vertex : -5.02886 5.0828 99.8825 cm Global time : 3.34086 ns - Current trajectory has 3 points. -Point[0] Position= (-50.2886,50.828,998.825) -Point[1] Position= (-50.3472,50.7125,998.715) -Point[2] Position= (-50.3424,50.7148,998.715) +Point[0] Position= (-173.818,-172.488,762.204) +Point[1] Position= (-173.827,-172.516,762.217) -TrackID =718 : ParentID=702 : TrackStatus=1 +TrackID =745 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.4042 24.435 2.4787 keV -Vertex : -4.94051 4.99348 98.1313 cm Global time : 3.28228 ns +Original momentum : 11.034 30.3723 0.892502 keV +Vertex : -19.5253 -16.7218 74.4685 cm Global time : 3.82784 ns Current trajectory has 2 points. -Point[0] Position= (-49.4051,49.9348,981.313) -Point[1] Position= (-49.3523,49.9703,981.317) +Point[0] Position= (-195.253,-167.218,744.685) +Point[1] Position= (-195.246,-167.201,744.685) -TrackID =717 : ParentID=702 : TrackStatus=1 +TrackID =744 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.59533 -39.2024 4.09608 keV -Vertex : -4.76078 4.81163 94.5672 cm Global time : 3.16307 ns +Original momentum : 0.87003 37.0364 -22.2532 keV +Vertex : -17.1858 -20.3175 71.8392 cm Global time : 3.61875 ns Current trajectory has 2 points. -Point[0] Position= (-47.6078,48.1163,945.672) -Point[1] Position= (-47.5962,48.0687,945.677) +Point[0] Position= (-171.858,-203.175,718.392) +Point[1] Position= (-171.857,-203.139,718.371) -TrackID =716 : ParentID=702 : TrackStatus=1 +TrackID =743 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -74.0285 -238.208 70.5799 keV -Vertex : -4.71284 4.76314 93.6166 cm Global time : 3.13127 ns - Current trajectory has 13 points. -Point[0] Position= (-47.1284,47.6314,936.166) -Point[1] Position= (-57.6607,37.8291,939.152) -Point[2] Position= (-66.6264,31.6978,939.18) -Point[3] Position= (-65.5112,23.2481,940.743) -Point[4] Position= (-69.7584,20.0894,937.468) -Point[5] Position= (-67.2609,19.179,941.675) -Point[6] Position= (-65.7991,19.3945,943.031) -Point[7] Position= (-65.1829,19.5259,943.937) -Point[8] Position= (-64.7243,19.8583,944.185) -Point[9] Position= (-63.1768,21.7334,943.37) -Point[10] Position= (-62.6091,22.7996,942.117) -Point[11] Position= (-62.1035,22.4954,941.339) -Point[12] Position= (-62.0819,22.563,941.306) - -TrackID =783 : ParentID=716 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.4991 -19.7722 22.7054 keV -Vertex : -6.47243 1.98583 94.4185 cm Global time : 3.51635 ns +Original momentum : 50.6037 -33.4128 24.5274 keV +Vertex : -8.53922 -19.5485 70.6606 cm Global time : 3.27593 ns Current trajectory has 2 points. -Point[0] Position= (-64.7243,19.8583,944.185) -Point[1] Position= (-64.7149,19.8435,944.202) +Point[0] Position= (-85.3922,-195.485,706.606) +Point[1] Position= (-85.2762,-195.561,706.662) -TrackID =782 : ParentID=716 : TrackStatus=1 +TrackID =742 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.5325 17.0363 22.2516 keV -Vertex : -6.51829 1.95259 94.3937 cm Global time : 3.50839 ns +Original momentum : 32.0236 -22.0978 -29.5388 keV +Vertex : -7.8631 -17.2675 68.3316 cm Global time : 3.10915 ns Current trajectory has 2 points. -Point[0] Position= (-65.1829,19.5259,943.937) -Point[1] Position= (-65.2117,19.5444,943.961) +Point[0] Position= (-78.631,-172.675,683.316) +Point[1] Position= (-78.5715,-172.716,683.261) -TrackID =781 : ParentID=716 : TrackStatus=1 +TrackID =741 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.2386 -27.5795 -3.21483 keV -Vertex : -6.57991 1.93945 94.3031 cm Global time : 3.49525 ns +Original momentum : -4.94385 9.20119 39.8821 keV +Vertex : -6.97572 -6.43655 65.0277 cm Global time : 2.57956 ns Current trajectory has 2 points. -Point[0] Position= (-65.7991,19.3945,943.031) -Point[1] Position= (-65.7586,19.3587,943.027) +Point[0] Position= (-69.7572,-64.3655,650.277) +Point[1] Position= (-69.7634,-64.3539,650.327) -TrackID =780 : ParentID=716 : TrackStatus=1 +TrackID =740 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.94443 12.9596 -51.2525 keV -Vertex : -5.76607 3.78291 93.9152 cm Global time : 3.22585 ns +Original momentum : -16.3351 11.8011 29.2578 keV +Vertex : -6.78905 -5.81412 64.8253 cm Global time : 2.54799 ns Current trajectory has 2 points. -Point[0] Position= (-57.6607,37.8291,939.152) -Point[1] Position= (-57.6815,37.8592,939.033) +Point[0] Position= (-67.8905,-58.1412,648.253) +Point[1] Position= (-67.9053,-58.1305,648.28) -TrackID =715 : ParentID=702 : TrackStatus=1 +TrackID =739 : ParentID=677 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.1759 5.48813 -0.84391 keV -Vertex : -4.41233 4.45936 87.657 cm Global time : 2.93194 ns +Original momentum : 50.671 -9.11103 15.4824 keV +Vertex : -6.62579 -4.50774 64.461 cm Global time : 2.48508 ns Current trajectory has 2 points. -Point[0] Position= (-44.1233,44.5936,876.57) -Point[1] Position= (-44.15,44.598,876.57) +Point[0] Position= (-66.2579,-45.0774,644.61) +Point[1] Position= (-66.1394,-45.0987,644.646) -TrackID =714 : ParentID=702 : TrackStatus=1 +TrackID =676 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.5568 21.9551 1.5947 keV -Vertex : -4.33631 4.38251 86.1495 cm Global time : 2.88151 ns +Original momentum : 53.9179 -0.0417531 5.59267 keV +Vertex : -2.97694 3.00813 59.1262 cm Global time : 1.97765 ns Current trajectory has 2 points. -Point[0] Position= (-43.3631,43.8251,861.495) -Point[1] Position= (-43.3364,43.8456,861.497) +Point[0] Position= (-29.7694,30.0813,591.262) +Point[1] Position= (-29.6407,30.0812,591.276) -TrackID =713 : ParentID=702 : TrackStatus=1 +TrackID =675 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.5753 -43.9548 5.26146 keV -Vertex : -4.16425 4.20837 82.7327 cm Global time : 2.76723 ns +Original momentum : -58.5201 7.11926 0.0892599 keV +Vertex : -2.9378 2.96861 58.349 cm Global time : 1.95165 ns Current trajectory has 2 points. -Point[0] Position= (-41.6425,42.0837,827.327) -Point[1] Position= (-41.614,42.0082,827.336) +Point[0] Position= (-29.378,29.6861,583.49) +Point[1] Position= (-29.5494,29.707,583.491) -TrackID =712 : ParentID=702 : TrackStatus=1 +TrackID =674 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.7379 -38.8342 2.86369 keV -Vertex : -4.15204 4.19601 82.49 cm Global time : 2.75911 ns +Original momentum : -65.7192 -47.0229 5.47973 keV +Vertex : -2.64457 2.6724 52.5262 cm Global time : 1.75689 ns Current trajectory has 2 points. -Point[0] Position= (-41.5204,41.9601,824.9) -Point[1] Position= (-41.5874,41.8806,824.906) +Point[0] Position= (-26.4457,26.724,525.262) +Point[1] Position= (-26.8733,26.4181,525.298) -TrackID =711 : ParentID=702 : TrackStatus=1 +TrackID =673 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.0653 24.5584 2.31411 keV -Vertex : -3.73199 3.77082 74.141 cm Global time : 2.47986 ns +Original momentum : 53.4984 -26.7657 7.61134 keV +Vertex : -2.39898 2.42418 47.6491 cm Global time : 1.59376 ns Current trajectory has 2 points. -Point[0] Position= (-37.3199,37.7082,741.41) -Point[1] Position= (-37.2717,37.7419,741.414) +Point[0] Position= (-23.9898,24.2418,476.491) +Point[1] Position= (-23.8241,24.159,476.514) -TrackID =710 : ParentID=702 : TrackStatus=1 +TrackID =672 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.4334 -19.1297 5.95643 keV -Vertex : -3.3535 3.38806 66.6227 cm Global time : 2.22838 ns +Original momentum : -25.14 32.5305 -1.26377 keV +Vertex : -2.29481 2.31889 45.58 cm Global time : 1.52455 ns Current trajectory has 2 points. -Point[0] Position= (-33.535,33.8806,666.227) -Point[1] Position= (-33.435,33.8403,666.239) +Point[0] Position= (-22.9481,23.1889,455.8) +Point[1] Position= (-22.9796,23.2296,455.798) -TrackID =709 : ParentID=702 : TrackStatus=1 +TrackID =671 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.1087 24.2799 -1.26251 keV -Vertex : -2.27542 2.29818 45.1944 cm Global time : 1.51165 ns +Original momentum : -49.8236 -44.9262 4.19334 keV +Vertex : -1.65943 1.67645 32.9569 cm Global time : 1.10234 ns Current trajectory has 2 points. -Point[0] Position= (-22.7542,22.9818,451.944) -Point[1] Position= (-22.7925,23.0108,451.942) - -TrackID =708 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -114.417 35.3299 6.36299 keV -Vertex : -1.74832 1.7658 34.7226 cm Global time : 1.1614 ns - Current trajectory has 4 points. -Point[0] Position= (-17.4832,17.658,347.226) -Point[1] Position= (-18.7045,19.2814,348.093) -Point[2] Position= (-17.0216,20.0443,348.148) -Point[3] Position= (-16.7696,20.1181,347.963) +Point[0] Position= (-16.5943,16.7645,329.569) +Point[1] Position= (-16.7964,16.5823,329.586) -TrackID =707 : ParentID=702 : TrackStatus=1 +TrackID =670 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 77.5857 61.306 10.3988 keV -Vertex : -1.48898 1.50384 29.573 cm Global time : 989.151 ps +Original momentum : 66.2542 1.33486 7.61426 keV +Vertex : -1.60054 1.61691 31.7871 cm Global time : 1.06321 ns Current trajectory has 3 points. -Point[0] Position= (-14.8898,15.0384,295.73) -Point[1] Position= (-14.2932,16.0639,295.099) -Point[2] Position= (-14.1938,16.4014,295.002) +Point[0] Position= (-16.0054,16.1691,317.871) +Point[1] Position= (-15.7562,16.3471,317.912) +Point[2] Position= (-15.7568,16.3578,317.924) -TrackID =706 : ParentID=702 : TrackStatus=1 +TrackID =669 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 67.3702 8.74796 7.51101 keV -Vertex : -1.34503 1.35849 26.7146 cm Global time : 893.544 ps +Original momentum : 34.5188 -9.88055 3.51635 keV +Vertex : -0.780426 0.788163 15.4989 cm Global time : 518.406 ps Current trajectory has 2 points. -Point[0] Position= (-13.4503,13.5849,267.146) -Point[1] Position= (-13.1652,13.6219,267.177) +Point[0] Position= (-7.80426,7.88163,154.989) +Point[1] Position= (-7.77194,7.87237,154.993) -TrackID =705 : ParentID=702 : TrackStatus=1 +TrackID =668 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.1213 -21.8089 5.4613 keV -Vertex : -1.17088 1.18258 23.2555 cm Global time : 777.845 ps +Original momentum : -34.9886 -0.329556 -0.544544 keV +Vertex : -0.462888 0.467381 9.19155 cm Global time : 307.437 ps Current trajectory has 2 points. -Point[0] Position= (-11.7088,11.8258,232.555) -Point[1] Position= (-11.6347,11.7874,232.564) +Point[0] Position= (-4.62888,4.67381,91.9155) +Point[1] Position= (-4.65952,4.67352,91.915) -TrackID =704 : ParentID=702 : TrackStatus=1 +TrackID =667 : ParentID=666 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.8453 39.0923 -1.0215 keV -Vertex : -0.659637 0.66609 13.0995 cm Global time : 438.149 ps +Original momentum : -38.5762 56.9873 -0.214978 keV +Vertex : -0.285145 0.287856 5.66184 cm Global time : 189.376 ps Current trajectory has 2 points. -Point[0] Position= (-6.59637,6.6609,130.995) -Point[1] Position= (-6.61567,6.71172,130.993) - -TrackID =703 : ParentID=702 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 85.9512 -79.0887 22.0268 keV -Vertex : -0.486166 0.490894 9.65351 cm Global time : 322.889 ps - Current trajectory has 4 points. -Point[0] Position= (-4.86166,4.90894,96.5351) -Point[1] Position= (-4.05736,3.23016,96.2904) -Point[2] Position= (-5.20396,4.02661,96.4387) -Point[3] Position= (-5.3132,4.35952,96.2624) +Point[0] Position= (-2.85145,2.87856,56.6184) +Point[1] Position= (-3.01747,3.12383,56.6174) -TrackID =700 : ParentID=622 : TrackStatus=1 +TrackID =664 : ParentID=593 : TrackStatus=1 Particle name : gamma PDG code : 22 Charge : 0 Original momentum : 0.0416147 -0.131665 1.49166 GeV -Vertex : 5.98843 -6.02731 89.7463 nm Global time : 0.000300888 ps +Vertex : 9.2359 -9.29587 138.415 nm Global time : 0.000464056 ps Current trajectory has 2 points. -Point[0] Position= (5.98843e-06,-6.02731e-06,8.97463e-05) +Point[0] Position= (9.2359e-06,-9.29587e-06,0.000138415) Point[1] Position= (167.389,-529.602,6000) -TrackID =699 : ParentID=622 : TrackStatus=1 +TrackID =663 : ParentID=593 : TrackStatus=1 Particle name : gamma PDG code : 22 Charge : 0 Original momentum : 0.212184 -0.123782 2.31192 GeV -Vertex : 5.98843 -6.02731 89.7463 nm Global time : 0.000300888 ps +Vertex : 9.2359 -9.29587 138.415 nm Global time : 0.000464056 ps Current trajectory has 2 points. -Point[0] Position= (5.98843e-06,-6.02731e-06,8.97463e-05) +Point[0] Position= (9.2359e-06,-9.29587e-06,0.000138415) Point[1] Position= (550.67,-321.245,6000) -TrackID =701 : ParentID=56 : TrackStatus=1 +TrackID =665 : ParentID=56 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 Original momentum : -0.296396 -0.334165 1.98628 GeV Vertex : -6.58667e-295 9.6971e-297 1.99922e-293 fm Global time : 8.63072e-305 ps Current trajectory has 2 points. Point[0] Position= (-6.58667e-307,9.6971e-309,1.99922e-305) -Point[1] Position= (-3.01185e-05,-3.39564e-05,0.000201837) +Point[1] Position= (-5.51345e-05,-6.21601e-05,0.000369481) TrackID =55 : ParentID=45 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 @@ -9629,7 +9543,7 @@ Original momentum : 215.811 -42.1338 881.219 MeV Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps Current trajectory has 2 points. Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (3.78879e-05,-7.39702e-06,0.000154707) +Point[1] Position= (3.36911e-05,-6.57766e-06,0.00013757) TrackID =54 : ParentID=45 : TrackStatus=1 Particle name : unknown : rho- PDG code : -213 Charge : -1 @@ -9639,672 +9553,633 @@ Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-30 Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) Point[1] Position= (-3.18021e-307,9.23194e-309,2.00079e-305) -TrackID =789 : ParentID=54 : TrackStatus=1 +TrackID =761 : ParentID=54 : TrackStatus=1 Particle name : pi- PDG code : -211 Charge : -1 Original momentum : -0.596191 0.400302 17.9435 GeV Vertex : -3.18021e-295 9.23194e-297 2.00079e-293 fm Global time : 8.62177e-305 ps - Current trajectory has 55 points. + Current trajectory has 56 points. Point[0] Position= (-3.18021e-307,9.23194e-309,2.00079e-305) -Point[1] Position= (-16.3445,10.9755,492.06) -Point[2] Position= (-19.6936,13.2263,592.876) -Point[3] Position= (-25.2821,16.9817,761.034) -Point[4] Position= (-34.3518,23.0844,1034.25) -Point[5] Position= (-38.676,25.9942,1164.45) -Point[6] Position= (-38.7162,26.0213,1165.66) -Point[7] Position= (-40.6992,27.3562,1225.4) -Point[8] Position= (-45.9021,30.8544,1382.07) -Point[9] Position= (-50.858,34.1855,1531.21) -Point[10] Position= (-51.9858,34.9439,1565.16) -Point[11] Position= (-52.0302,34.9737,1566.49) -Point[12] Position= (-53.4975,35.9601,1610.65) -Point[13] Position= (-53.7964,36.1611,1619.64) -Point[14] Position= (-54.5784,36.6871,1643.18) -Point[15] Position= (-55.306,37.1766,1665.08) -Point[16] Position= (-63.0581,42.3926,1898.42) -Point[17] Position= (-65.9718,44.3522,1986.08) -Point[18] Position= (-69.168,46.5018,2082.24) -Point[19] Position= (-71.2209,47.883,2143.99) -Point[20] Position= (-74.961,50.399,2256.49) -Point[21] Position= (-75.1256,50.5098,2261.44) -Point[22] Position= (-81.8685,55.0456,2464.22) -Point[23] Position= (-84.9892,57.1447,2558.03) -Point[24] Position= (-86.685,58.2855,2609.03) -Point[25] Position= (-88.0614,59.212,2650.41) -Point[26] Position= (-88.3019,59.3738,2657.63) -Point[27] Position= (-88.3756,59.4234,2659.85) -Point[28] Position= (-90.9032,61.1244,2735.8) -Point[29] Position= (-90.9073,61.1271,2735.92) -Point[30] Position= (-96.384,64.8118,2900.5) -Point[31] Position= (-97.6163,65.6416,2937.54) -Point[32] Position= (-106.08,71.3399,3191.94) -Point[33] Position= (-106.524,71.6389,3205.29) -Point[34] Position= (-109.099,73.3727,3282.71) -Point[35] Position= (-117.537,79.049,3536.36) -Point[36] Position= (-121.217,81.5249,3647) -Point[37] Position= (-121.578,81.7684,3657.88) -Point[38] Position= (-122.09,82.1129,3673.26) -Point[39] Position= (-126.407,85.0193,3803.09) -Point[40] Position= (-135.254,90.9769,4069.2) -Point[41] Position= (-138.96,93.4769,4180.72) -Point[42] Position= (-149.934,100.884,4511.02) -Point[43] Position= (-160.571,108.06,4830.98) -Point[44] Position= (-160.719,108.16,4835.43) -Point[45] Position= (-162.082,109.081,4876.48) -Point[46] Position= (-168.711,113.556,5076.03) -Point[47] Position= (-174.878,117.726,5261.79) -Point[48] Position= (-180.777,121.715,5439.42) -Point[49] Position= (-183.891,123.821,5533.15) -Point[50] Position= (-185.749,125.077,5589.1) -Point[51] Position= (-193.71,130.458,5828.69) -Point[52] Position= (-194.04,130.681,5838.62) -Point[53] Position= (-194.86,131.234,5863.3) -Point[54] Position= (-199.398,134.3,6000) - -TrackID =842 : ParentID=789 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -50.8424 -73.0306 7.70351 keV -Vertex : -0.19486 0.131234 5.8633 m Global time : 19.5742 ns +Point[1] Position= (-0.656832,0.441097,19.7685) +Point[2] Position= (-6.34094,4.25717,190.8) +Point[3] Position= (-7.61774,5.11478,229.223) +Point[4] Position= (-9.67131,6.49442,291.03) +Point[5] Position= (-16.5879,11.1427,499.259) +Point[6] Position= (-17.9967,12.0892,541.672) +Point[7] Position= (-18.1238,12.1746,545.497) +Point[8] Position= (-23.9396,16.0808,720.523) +Point[9] Position= (-28.2528,18.975,850.294) +Point[10] Position= (-34.1392,22.9234,1027.41) +Point[11] Position= (-42.6075,28.6073,1282.34) +Point[12] Position= (-44.8501,30.1124,1349.87) +Point[13] Position= (-49.4223,33.1849,1487.65) +Point[14] Position= (-49.6339,33.3271,1494.02) +Point[15] Position= (-49.7525,33.4069,1497.6) +Point[16] Position= (-56.617,38.0189,1704.47) +Point[17] Position= (-56.7855,38.132,1709.54) +Point[18] Position= (-59.7223,40.103,1798.02) +Point[19] Position= (-63.2464,42.4673,1904.19) +Point[20] Position= (-69.7398,46.8256,2099.84) +Point[21] Position= (-72.6763,48.7981,2188.34) +Point[22] Position= (-73.9457,49.651,2226.6) +Point[23] Position= (-74.7945,50.2213,2252.19) +Point[24] Position= (-76.1005,51.0984,2291.56) +Point[25] Position= (-86.2404,57.904,2597.15) +Point[26] Position= (-87.0381,58.4386,2621.18) +Point[27] Position= (-95.4608,64.0823,2874.9) +Point[28] Position= (-102.116,68.5426,3075.38) +Point[29] Position= (-102.96,69.1084,3100.81) +Point[30] Position= (-120.954,81.166,3642.78) +Point[31] Position= (-121.798,81.7317,3668.2) +Point[32] Position= (-123.308,82.7439,3713.68) +Point[33] Position= (-135.738,91.0796,4088.17) +Point[34] Position= (-138.034,92.6179,4157.34) +Point[35] Position= (-144.843,97.1811,4362.51) +Point[36] Position= (-148.811,99.8433,4482.09) +Point[37] Position= (-152.12,102.062,4581.76) +Point[38] Position= (-154.102,103.392,4641.5) +Point[39] Position= (-159.305,106.878,4798.17) +Point[40] Position= (-164.26,110.197,4947.31) +Point[41] Position= (-165.387,110.953,4981.26) +Point[42] Position= (-165.432,110.982,4982.59) +Point[43] Position= (-166.899,111.965,5026.75) +Point[44] Position= (-167.197,112.166,5035.74) +Point[45] Position= (-167.979,112.69,5059.28) +Point[46] Position= (-168.707,113.178,5081.18) +Point[47] Position= (-176.458,118.376,5314.52) +Point[48] Position= (-179.371,120.329,5402.18) +Point[49] Position= (-182.567,122.471,5498.34) +Point[50] Position= (-184.619,123.847,5560.09) +Point[51] Position= (-188.359,126.353,5672.59) +Point[52] Position= (-188.523,126.464,5677.54) +Point[53] Position= (-195.266,130.984,5880.32) +Point[54] Position= (-198.386,133.075,5974.14) +Point[55] Position= (-199.246,133.652,6000) + +TrackID =815 : ParentID=761 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -34.1001 -31.8227 1.70453 keV +Vertex : -0.198386 0.133075 5.97414 m Global time : 19.9441 ns + Current trajectory has 2 points. +Point[0] Position= (-198.386,133.075,5974.14) +Point[1] Position= (-198.443,133.022,5974.14) + +TrackID =814 : ParentID=761 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 8.53272 -41.9007 3.01404 keV +Vertex : -0.195266 0.130984 5.88032 m Global time : 19.6309 ns + Current trajectory has 2 points. +Point[0] Position= (-195.266,130.984,5880.32) +Point[1] Position= (-195.254,130.927,5880.32) + +TrackID =813 : ParentID=761 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 21.9417 -33.2703 3.03325 keV +Vertex : -0.188523 0.126464 5.67754 m Global time : 18.9539 ns + Current trajectory has 2 points. +Point[0] Position= (-188.523,126.464,5677.54) +Point[1] Position= (-188.498,126.425,5677.54) + +TrackID =812 : ParentID=761 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 31.0371 -20.1076 2.82538 keV +Vertex : -0.188359 0.126353 5.67259 m Global time : 18.9374 ns + Current trajectory has 2 points. +Point[0] Position= (-188.359,126.353,5672.59) +Point[1] Position= (-188.328,126.333,5672.59) + +TrackID =811 : ParentID=761 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -37.3549 -45.2883 3.14114 keV +Vertex : -0.184619 0.123847 5.56009 m Global time : 18.5619 ns + Current trajectory has 2 points. +Point[0] Position= (-184.619,123.847,5560.09) +Point[1] Position= (-184.728,123.715,5560.1) + +TrackID =810 : ParentID=761 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 84.7388 -47.214 13.1686 keV +Vertex : -0.182567 0.122471 5.49834 m Global time : 18.3557 ns Current trajectory has 3 points. -Point[0] Position= (-194.86,131.234,5863.3) -Point[1] Position= (-194.862,130.3,5863) -Point[2] Position= (-194.839,130.105,5863.02) +Point[0] Position= (-182.567,122.471,5498.34) +Point[1] Position= (-181.941,122.1,5499.28) +Point[2] Position= (-181.978,121.89,5499.56) -TrackID =841 : ParentID=789 : TrackStatus=1 +TrackID =816 : ParentID=810 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -62.1491 -15.2516 2.2779 keV -Vertex : -0.19404 0.130681 5.83862 m Global time : 19.4918 ns +Original momentum : -16.3984 -26.8347 -21.7566 keV +Vertex : -0.181941 0.1221 5.49928 m Global time : 18.3707 ns Current trajectory has 2 points. -Point[0] Position= (-194.04,130.681,5838.62) -Point[1] Position= (-194.263,130.626,5838.63) +Point[0] Position= (-181.941,122.1,5499.28) +Point[1] Position= (-181.958,122.072,5499.25) -TrackID =840 : ParentID=789 : TrackStatus=1 +TrackID =809 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 60.5967 96.0283 12.4819 keV -Vertex : -0.19371 0.130458 5.82869 m Global time : 19.4586 ns - Current trajectory has 4 points. -Point[0] Position= (-193.71,130.458,5828.69) -Point[1] Position= (-193.332,132.087,5828.02) -Point[2] Position= (-193.421,132.442,5828.13) -Point[3] Position= (-193.595,132.575,5828.31) +Original momentum : 48.8809 -24.5878 5.12104 keV +Vertex : -0.179371 0.120329 5.40218 m Global time : 18.0347 ns + Current trajectory has 2 points. +Point[0] Position= (-179.371,120.329,5402.18) +Point[1] Position= (-179.251,120.268,5402.2) -TrackID =843 : ParentID=840 : TrackStatus=1 +TrackID =808 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.177 -30.9187 -4.25699 keV -Vertex : -0.193421 0.132442 5.82813 m Global time : 19.4881 ns +Original momentum : -37.2172 -12.6527 0.556339 keV +Vertex : -0.176458 0.118376 5.31452 m Global time : 17.742 ns Current trajectory has 2 points. -Point[0] Position= (-193.421,132.442,5828.13) -Point[1] Position= (-193.458,132.402,5828.12) +Point[0] Position= (-176.458,118.376,5314.52) +Point[1] Position= (-176.5,118.362,5314.52) -TrackID =839 : ParentID=789 : TrackStatus=1 +TrackID =807 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.2749 -17.0109 2.96084 keV -Vertex : -0.185749 0.125077 5.5891 m Global time : 18.6587 ns - Current trajectory has 2 points. -Point[0] Position= (-185.749,125.077,5589.1) -Point[1] Position= (-185.712,125.059,5589.1) +Original momentum : -135.107 -99.2571 25.1312 keV +Vertex : -0.168707 0.113178 5.08118 m Global time : 16.963 ns + Current trajectory has 7 points. +Point[0] Position= (-168.707,113.178,5081.18) +Point[1] Position= (-171.204,110.478,5084.28) +Point[2] Position= (-171.664,110.768,5084.94) +Point[3] Position= (-172.836,111.666,5086.02) +Point[4] Position= (-171.968,113.064,5086.97) +Point[5] Position= (-171.422,112.903,5087.26) +Point[6] Position= (-171.303,112.908,5087.35) -TrackID =838 : ParentID=789 : TrackStatus=1 +TrackID =819 : ParentID=807 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.6237 55.8328 2.48993 keV -Vertex : -0.183891 0.123821 5.53315 m Global time : 18.472 ns +Original momentum : 16.8836 -19.6304 -21.7839 keV +Vertex : -0.171422 0.112903 5.08726 m Global time : 17.0727 ns Current trajectory has 2 points. -Point[0] Position= (-183.891,123.821,5533.15) -Point[1] Position= (-183.85,123.977,5533.15) +Point[0] Position= (-171.422,112.903,5087.26) +Point[1] Position= (-171.408,112.887,5087.25) -TrackID =837 : ParentID=789 : TrackStatus=1 +TrackID =818 : ParentID=807 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 56.8425 -0.760921 5.08558 keV -Vertex : -0.180777 0.121715 5.43942 m Global time : 18.1591 ns +Original momentum : -24.9203 -12.8731 15.0677 keV +Vertex : -0.172836 0.111666 5.08602 m Global time : 17.0376 ns Current trajectory has 2 points. -Point[0] Position= (-180.777,121.715,5439.42) -Point[1] Position= (-180.623,121.713,5439.43) +Point[0] Position= (-172.836,111.666,5086.02) +Point[1] Position= (-172.854,111.657,5086.03) -TrackID =836 : ParentID=789 : TrackStatus=1 +TrackID =817 : ParentID=807 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.75265 -38.632 2.22057 keV -Vertex : -0.174878 0.117726 5.26179 m Global time : 17.566 ns +Original momentum : 4.03459 38.4394 -0.689753 keV +Vertex : -0.171664 0.110768 5.08494 m Global time : 17.0159 ns Current trajectory has 2 points. -Point[0] Position= (-174.878,117.726,5261.79) -Point[1] Position= (-174.882,117.683,5261.79) +Point[0] Position= (-171.664,110.768,5084.94) +Point[1] Position= (-171.659,110.81,5084.93) -TrackID =835 : ParentID=789 : TrackStatus=1 +TrackID =806 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.57502 -31.6861 1.48289 keV -Vertex : -0.168711 0.113556 5.07603 m Global time : 16.9459 ns +Original momentum : -40.492 -12.8701 0.706722 keV +Vertex : -0.167979 0.11269 5.05928 m Global time : 16.8899 ns Current trajectory has 2 points. -Point[0] Position= (-168.711,113.556,5076.03) -Point[1] Position= (-168.718,113.532,5076.03) +Point[0] Position= (-167.979,112.69,5059.28) +Point[1] Position= (-168.034,112.672,5059.28) -TrackID =834 : ParentID=789 : TrackStatus=1 +TrackID =805 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.1019 20.6985 1.84422 keV -Vertex : -0.162082 0.109081 4.87648 m Global time : 16.2797 ns +Original momentum : 21.0269 -30.8159 2.75323 keV +Vertex : -0.167197 0.112166 5.03574 m Global time : 16.8114 ns Current trajectory has 2 points. -Point[0] Position= (-162.082,109.081,4876.48) -Point[1] Position= (-162.053,109.101,4876.48) +Point[0] Position= (-167.197,112.166,5035.74) +Point[1] Position= (-167.176,112.134,5035.75) -TrackID =833 : ParentID=789 : TrackStatus=1 +TrackID =804 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -68.4703 104.224 10.5005 keV -Vertex : -0.160719 0.10816 4.83543 m Global time : 16.1427 ns - Current trajectory has 4 points. -Point[0] Position= (-160.719,108.16,4835.43) -Point[1] Position= (-162.765,108.96,4836.5) -Point[2] Position= (-163.635,109.681,4836.48) -Point[3] Position= (-163.865,110.02,4836.44) +Original momentum : 7.88478 -49.0565 3.77995 keV +Vertex : -0.166899 0.111965 5.02675 m Global time : 16.7813 ns + Current trajectory has 3 points. +Point[0] Position= (-166.899,111.965,5026.75) +Point[1] Position= (-166.892,111.897,5026.72) +Point[2] Position= (-166.953,111.87,5026.67) -TrackID =844 : ParentID=833 : TrackStatus=1 +TrackID =803 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.4306 23.38 4.71555 keV -Vertex : -0.163635 0.109681 4.83648 m Global time : 16.1836 ns +Original momentum : 44.1898 -12.6144 3.82709 keV +Vertex : -0.165432 0.110982 4.98259 m Global time : 16.6339 ns Current trajectory has 2 points. -Point[0] Position= (-163.635,109.681,4836.48) -Point[1] Position= (-163.594,109.71,4836.49) +Point[0] Position= (-165.432,110.982,4982.59) +Point[1] Position= (-165.36,110.962,4982.6) -TrackID =832 : ParentID=789 : TrackStatus=1 +TrackID =802 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.376 -11.1576 0.770758 keV -Vertex : -0.160571 0.10806 4.83098 m Global time : 16.1278 ns - Current trajectory has 2 points. -Point[0] Position= (-160.571,108.06,4830.98) -Point[1] Position= (-160.637,108.043,4830.98) +Original momentum : 82.6172 89.2264 15.2609 keV +Vertex : -0.165387 0.110953 4.98126 m Global time : 16.6295 ns + Current trajectory has 5 points. +Point[0] Position= (-165.387,110.953,4981.26) +Point[1] Position= (-164.971,111.176,4981.33) +Point[2] Position= (-162.95,110.806,4981.58) +Point[3] Position= (-162.836,110.752,4982.8) +Point[4] Position= (-162.734,110.958,4982.85) -TrackID =831 : ParentID=789 : TrackStatus=1 +TrackID =820 : ParentID=802 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.4827 20.881 0.704174 keV -Vertex : -0.149934 0.100884 4.51102 m Global time : 15.0597 ns +Original momentum : 17.4283 25.0018 -29.0353 keV +Vertex : -0.164971 0.111176 4.98133 m Global time : 16.6359 ns Current trajectory has 2 points. -Point[0] Position= (-149.934,100.884,4511.02) -Point[1] Position= (-150.049,100.933,4511.02) +Point[0] Position= (-164.971,111.176,4981.33) +Point[1] Position= (-164.948,111.209,4981.29) -TrackID =830 : ParentID=789 : TrackStatus=1 +TrackID =801 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.2725 37.3849 1.20312 keV -Vertex : -0.13896 0.0934769 4.18072 m Global time : 13.957 ns +Original momentum : -36.1889 3.37516 0.0146787 keV +Vertex : -0.16426 0.110197 4.94731 m Global time : 16.5161 ns Current trajectory has 2 points. -Point[0] Position= (-138.96,93.4769,4180.72) -Point[1] Position= (-138.943,93.521,4180.72) +Point[0] Position= (-164.26,110.197,4947.31) +Point[1] Position= (-164.294,110.2,4947.31) -TrackID =829 : ParentID=789 : TrackStatus=1 +TrackID =800 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.8594 -51.7887 3.52686 keV -Vertex : -0.135254 0.0909769 4.0692 m Global time : 13.5847 ns - Current trajectory has 2 points. -Point[0] Position= (-135.254,90.9769,4069.2) -Point[1] Position= (-135.283,90.8573,4069.21) +Original momentum : 91.5691 1.468 11.2795 keV +Vertex : -0.159305 0.106878 4.79817 m Global time : 16.0182 ns + Current trajectory has 3 points. +Point[0] Position= (-159.305,106.878,4798.17) +Point[1] Position= (-158.627,107.23,4798.04) +Point[2] Position= (-158.54,107.499,4798.25) -TrackID =828 : ParentID=789 : TrackStatus=1 +TrackID =821 : ParentID=800 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.5181 23.0527 1.74995 keV -Vertex : -0.126407 0.0850193 3.80309 m Global time : 12.6963 ns +Original momentum : -23.6132 24.7726 -21.6627 keV +Vertex : -0.158627 0.10723 4.79804 m Global time : 16.0307 ns Current trajectory has 2 points. -Point[0] Position= (-126.407,85.0193,3803.09) -Point[1] Position= (-126.38,85.0417,3803.09) +Point[0] Position= (-158.627,107.23,4798.04) +Point[1] Position= (-158.656,107.26,4798.01) -TrackID =827 : ParentID=789 : TrackStatus=1 +TrackID =799 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.5471 -26.776 1.25529 keV -Vertex : -0.12209 0.0821129 3.67326 m Global time : 12.2629 ns - Current trajectory has 2 points. -Point[0] Position= (-122.09,82.1129,3673.26) -Point[1] Position= (-122.133,82.0775,3673.26) +Original momentum : 192.489 -42.1752 45.9644 keV +Vertex : -0.154102 0.103392 4.6415 m Global time : 15.4952 ns + Current trajectory has 9 points. +Point[0] Position= (-154.102,103.392,4641.5) +Point[1] Position= (-146.949,105.669,4642.91) +Point[2] Position= (-140.871,105.956,4646.22) +Point[3] Position= (-138.073,109.298,4648.8) +Point[4] Position= (-141.719,109.546,4647.69) +Point[5] Position= (-144.101,107.393,4645.88) +Point[6] Position= (-146.347,107.089,4646.28) +Point[7] Position= (-147.515,106.745,4646.22) +Point[8] Position= (-147.51,106.971,4646.46) -TrackID =826 : ParentID=789 : TrackStatus=1 +TrackID =822 : ParentID=799 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.147209 -37.3126 2.19689 keV -Vertex : -0.121578 0.0817684 3.65788 m Global time : 12.2115 ns +Original momentum : 0.874622 -46.1553 45.4264 keV +Vertex : -0.147515 0.106745 4.64622 m Global time : 15.7797 ns Current trajectory has 2 points. -Point[0] Position= (-121.578,81.7684,3657.88) -Point[1] Position= (-121.579,81.7306,3657.88) +Point[0] Position= (-147.515,106.745,4646.22) +Point[1] Position= (-147.512,106.574,4646.39) -TrackID =825 : ParentID=789 : TrackStatus=1 +TrackID =798 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.5704 -39.3507 3.43157 keV -Vertex : -0.121217 0.0815249 3.647 m Global time : 12.1752 ns +Original momentum : -34.2551 28.5203 0.170019 keV +Vertex : -0.15212 0.102062 4.58176 m Global time : 15.2958 ns Current trajectory has 2 points. -Point[0] Position= (-121.217,81.5249,3647) -Point[1] Position= (-121.188,81.4673,3647.01) +Point[0] Position= (-152.12,102.062,4581.76) +Point[1] Position= (-152.171,102.105,4581.76) -TrackID =824 : ParentID=789 : TrackStatus=1 +TrackID =797 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -77.5537 -10.5922 3.63495 keV -Vertex : -0.117537 0.079049 3.53636 m Global time : 11.8058 ns +Original momentum : 92.6262 -27.6429 12.9201 keV +Vertex : -0.148811 0.0998433 4.48209 m Global time : 14.963 ns Current trajectory has 3 points. -Point[0] Position= (-117.537,79.049,3536.36) -Point[1] Position= (-117.937,78.3034,3535.75) -Point[2] Position= (-117.931,78.3022,3535.75) +Point[0] Position= (-148.811,99.8433,4482.09) +Point[1] Position= (-148.355,99.9047,4482.03) +Point[2] Position= (-147.94,99.8758,4482.16) -TrackID =823 : ParentID=789 : TrackStatus=1 +TrackID =823 : ParentID=797 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.5918 -27.0927 1.04958 keV -Vertex : -0.109099 0.0733727 3.28271 m Global time : 10.959 ns +Original momentum : 1.02878 31.7459 3.87496 keV +Vertex : -0.148355 0.0999047 4.48203 m Global time : 14.9703 ns Current trajectory has 2 points. -Point[0] Position= (-109.099,73.3727,3282.71) -Point[1] Position= (-109.115,73.3511,3282.71) - -TrackID =822 : ParentID=789 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -137.964 -35.7346 15.969 keV -Vertex : -0.106524 0.0716389 3.20529 m Global time : 10.7006 ns - Current trajectory has 7 points. -Point[0] Position= (-106.524,71.6389,3205.29) -Point[1] Position= (-109.487,72.1621,3204.33) -Point[2] Position= (-109.158,72.3888,3203.76) -Point[3] Position= (-110.7,73.0143,3202.33) -Point[4] Position= (-110.737,73.2102,3202.17) -Point[5] Position= (-110.128,73.1313,3203.22) -Point[6] Position= (-110.123,73.1419,3203.22) +Point[0] Position= (-148.355,99.9047,4482.03) +Point[1] Position= (-148.354,99.9276,4482.03) -TrackID =846 : ParentID=822 : TrackStatus=1 +TrackID =796 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.0354 25.9113 10.1576 keV -Vertex : -0.110737 0.0732102 3.20217 m Global time : 10.7702 ns +Original momentum : 12.2983 66.408 3.38884 keV +Vertex : -0.144843 0.0971811 4.36251 m Global time : 14.5638 ns Current trajectory has 2 points. -Point[0] Position= (-110.737,73.2102,3202.17) -Point[1] Position= (-110.668,73.2562,3202.19) +Point[0] Position= (-144.843,97.1811,4362.51) +Point[1] Position= (-144.792,97.4546,4362.52) -TrackID =845 : ParentID=822 : TrackStatus=1 +TrackID =795 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.826 21.2443 0.558651 keV -Vertex : -0.109158 0.0723888 3.20376 m Global time : 10.7417 ns +Original momentum : 36.5773 31.0863 2.78192 keV +Vertex : -0.138034 0.0926179 4.15734 m Global time : 13.8789 ns Current trajectory has 2 points. -Point[0] Position= (-109.158,72.3888,3203.76) -Point[1] Position= (-109.129,72.4094,3203.76) +Point[0] Position= (-138.034,92.6179,4157.34) +Point[1] Position= (-137.969,92.6735,4157.34) -TrackID =821 : ParentID=789 : TrackStatus=1 +TrackID =794 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.1337 -30.3582 2.25195 keV -Vertex : -0.10608 0.0713399 3.19194 m Global time : 10.656 ns +Original momentum : 57.2681 39.6507 5.78073 keV +Vertex : -0.135738 0.0910796 4.08817 m Global time : 13.648 ns Current trajectory has 2 points. -Point[0] Position= (-106.08,71.3399,3191.94) -Point[1] Position= (-106.068,71.3156,3191.94) +Point[0] Position= (-135.738,91.0796,4088.17) +Point[1] Position= (-135.482,91.2571,4088.19) -TrackID =820 : ParentID=789 : TrackStatus=1 +TrackID =793 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.1986 -24.505 0.904858 keV -Vertex : -0.0976163 0.0656416 2.93754 m Global time : 9.80674 ns +Original momentum : 14.5309 29.2024 0.874087 keV +Vertex : -0.123308 0.0827439 3.71368 m Global time : 12.3978 ns Current trajectory has 2 points. -Point[0] Position= (-97.6163,65.6416,2937.54) -Point[1] Position= (-97.6367,65.6208,2937.54) +Point[0] Position= (-123.308,82.7439,3713.68) +Point[1] Position= (-123.297,82.7659,3713.68) -TrackID =819 : ParentID=789 : TrackStatus=1 +TrackID =792 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.0999 31.3474 0.0120691 keV -Vertex : -0.096384 0.0648118 2.9005 m Global time : 9.68306 ns +Original momentum : 58.0901 6.81687 5.14141 keV +Vertex : -0.121798 0.0817317 3.6682 m Global time : 12.2459 ns Current trajectory has 2 points. -Point[0] Position= (-96.384,64.8118,2900.5) -Point[1] Position= (-96.4096,64.8466,2900.5) +Point[0] Position= (-121.798,81.7317,3668.2) +Point[1] Position= (-121.63,81.7515,3668.21) -TrackID =818 : ParentID=789 : TrackStatus=1 +TrackID =791 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.8772 8.76063 -0.12609 keV -Vertex : -0.0909073 0.0611271 2.73592 m Global time : 9.13364 ns +Original momentum : -4.32861 34.4898 0.270751 keV +Vertex : -0.120954 0.081166 3.64278 m Global time : 12.1611 ns Current trajectory has 2 points. -Point[0] Position= (-90.9073,61.1271,2735.92) -Point[1] Position= (-90.937,61.1348,2735.92) +Point[0] Position= (-120.954,81.166,3642.78) +Point[1] Position= (-120.958,81.1958,3642.78) -TrackID =817 : ParentID=789 : TrackStatus=1 +TrackID =790 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.4201 -22.1522 0.799474 keV -Vertex : -0.0909032 0.0611244 2.7358 m Global time : 9.13322 ns +Original momentum : 32.5571 11.096 1.99497 keV +Vertex : -0.10296 0.0691084 3.10081 m Global time : 10.3518 ns Current trajectory has 2 points. -Point[0] Position= (-90.9032,61.1244,2735.8) -Point[1] Position= (-90.9276,61.1046,2735.8) +Point[0] Position= (-102.96,69.1084,3100.81) +Point[1] Position= (-102.932,69.1178,3100.81) -TrackID =816 : ParentID=789 : TrackStatus=1 +TrackID =789 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 43.07 19.06 3.18411 keV -Vertex : -0.0883756 0.0594234 2.65985 m Global time : 8.87967 ns +Original momentum : -33.0382 11.6626 -0.155511 keV +Vertex : -0.102116 0.0685426 3.07538 m Global time : 10.2669 ns Current trajectory has 2 points. -Point[0] Position= (-88.3756,59.4234,2659.85) -Point[1] Position= (-88.3018,59.4561,2659.85) +Point[0] Position= (-102.116,68.5426,3075.38) +Point[1] Position= (-102.145,68.5528,3075.38) -TrackID =815 : ParentID=789 : TrackStatus=1 +TrackID =788 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.82304 34.5795 0.459355 keV -Vertex : -0.0883019 0.0593738 2.65763 m Global time : 8.87228 ns +Original momentum : -34.6755 -7.26502 0.238192 keV +Vertex : -0.0954608 0.0640823 2.8749 m Global time : 9.5976 ns Current trajectory has 2 points. -Point[0] Position= (-88.3019,59.3738,2657.63) -Point[1] Position= (-88.3003,59.4034,2657.63) +Point[0] Position= (-95.4608,64.0823,2874.9) +Point[1] Position= (-95.492,64.0758,2874.9) -TrackID =814 : ParentID=789 : TrackStatus=1 +TrackID =787 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 80.4086 -33.1431 10.8867 keV -Vertex : -0.0880614 0.059212 2.65041 m Global time : 8.84816 ns - Current trajectory has 3 points. -Point[0] Position= (-88.0614,59.212,2650.41) -Point[1] Position= (-87.2841,59.2498,2650.37) -Point[2] Position= (-87.265,59.2702,2650.33) +Original momentum : -24.0554 27.5258 -0.104221 keV +Vertex : -0.0870381 0.0584386 2.62118 m Global time : 8.75056 ns + Current trajectory has 2 points. +Point[0] Position= (-87.0381,58.4386,2621.18) +Point[1] Position= (-87.0613,58.4652,2621.18) -TrackID =813 : ParentID=789 : TrackStatus=1 +TrackID =786 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.1599 -20.9447 0.760025 keV -Vertex : -0.086685 0.0582855 2.60903 m Global time : 8.71003 ns +Original momentum : -28.9261 -25.4519 1.0587 keV +Vertex : -0.0862404 0.057904 2.59715 m Global time : 8.67035 ns Current trajectory has 2 points. -Point[0] Position= (-86.685,58.2855,2609.03) -Point[1] Position= (-86.712,58.266,2609.03) +Point[0] Position= (-86.2404,57.904,2597.15) +Point[1] Position= (-86.2718,57.8764,2597.15) -TrackID =812 : ParentID=789 : TrackStatus=1 +TrackID =785 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.1502 -31.769 1.704 keV -Vertex : -0.0849892 0.0571447 2.55803 m Global time : 8.53978 ns +Original momentum : 41.406 45.69 4.08166 keV +Vertex : -0.0761005 0.0510984 2.29156 m Global time : 7.65017 ns Current trajectory has 2 points. -Point[0] Position= (-84.9892,57.1447,2558.03) -Point[1] Position= (-85.0462,57.0917,2558.04) +Point[0] Position= (-76.1005,51.0984,2291.56) +Point[1] Position= (-75.9643,51.2487,2291.57) -TrackID =811 : ParentID=789 : TrackStatus=1 +TrackID =784 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.46665 -41.914 3.01556 keV -Vertex : -0.0818685 0.0550456 2.46422 m Global time : 8.22657 ns +Original momentum : 41.6416 7.61446 2.97211 keV +Vertex : -0.0747945 0.0502213 2.25219 m Global time : 7.51874 ns Current trajectory has 2 points. -Point[0] Position= (-81.8685,55.0456,2464.22) -Point[1] Position= (-81.8569,54.988,2464.22) +Point[0] Position= (-74.7945,50.2213,2252.19) +Point[1] Position= (-74.7386,50.2315,2252.2) -TrackID =810 : ParentID=789 : TrackStatus=1 +TrackID =783 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.8892 -33.3047 3.03508 keV -Vertex : -0.0751256 0.0505098 2.26144 m Global time : 7.54961 ns +Original momentum : -35.2093 21.3927 0.0148832 keV +Vertex : -0.0739457 0.049651 2.2266 m Global time : 7.43331 ns Current trajectory has 2 points. -Point[0] Position= (-75.1256,50.5098,2261.44) -Point[1] Position= (-75.0999,50.4707,2261.44) +Point[0] Position= (-73.9457,49.651,2226.6) +Point[1] Position= (-73.9899,49.6779,2226.6) -TrackID =809 : ParentID=789 : TrackStatus=1 +TrackID =782 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.0053 -20.1563 2.82722 keV -Vertex : -0.074961 0.050399 2.25649 m Global time : 7.53308 ns +Original momentum : -36.9482 -25.5803 1.31985 keV +Vertex : -0.0726763 0.0487981 2.18834 m Global time : 7.30557 ns Current trajectory has 2 points. -Point[0] Position= (-74.961,50.399,2256.49) -Point[1] Position= (-74.9301,50.379,2256.49) +Point[0] Position= (-72.6763,48.7981,2188.34) +Point[1] Position= (-72.7329,48.759,2188.34) -TrackID =808 : ParentID=789 : TrackStatus=1 +TrackID =781 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.4262 -45.2294 3.14085 keV -Vertex : -0.0712209 0.047883 2.14399 m Global time : 7.15754 ns +Original momentum : -23.1865 23.1362 -0.235592 keV +Vertex : -0.0697398 0.0468256 2.09984 m Global time : 7.01012 ns Current trajectory has 2 points. -Point[0] Position= (-71.2209,47.883,2143.99) -Point[1] Position= (-71.3298,47.7514,2144) +Point[0] Position= (-69.7398,46.8256,2099.84) +Point[1] Position= (-69.7574,46.8432,2099.84) -TrackID =807 : ParentID=789 : TrackStatus=1 +TrackID =780 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 84.6639 -47.3469 13.1734 keV -Vertex : -0.069168 0.0465018 2.08224 m Global time : 6.95139 ns +Original momentum : 67.0842 58.7077 8.71733 keV +Vertex : -0.0632464 0.0424673 1.90419 m Global time : 6.35698 ns Current trajectory has 3 points. -Point[0] Position= (-69.168,46.5018,2082.24) -Point[1] Position= (-67.9808,46.8151,2083.07) -Point[2] Position= (-68.1455,46.8961,2083.22) +Point[0] Position= (-63.2464,42.4673,1904.19) +Point[1] Position= (-62.0438,42.3164,1903.62) +Point[2] Position= (-62.0401,42.3151,1903.62) -TrackID =806 : ParentID=789 : TrackStatus=1 +TrackID =779 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 48.8419 -24.6645 5.12375 keV -Vertex : -0.0659718 0.0443522 1.98608 m Global time : 6.63037 ns +Original momentum : -12.723 49.3837 1.01931 keV +Vertex : -0.0597223 0.040103 1.79802 m Global time : 6.00254 ns Current trajectory has 2 points. -Point[0] Position= (-65.9718,44.3522,1986.08) -Point[1] Position= (-65.8513,44.2913,1986.1) +Point[0] Position= (-59.7223,40.103,1798.02) +Point[1] Position= (-59.7485,40.2047,1798.02) -TrackID =805 : ParentID=789 : TrackStatus=1 +TrackID =778 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.2371 -12.5941 0.555148 keV -Vertex : -0.0630581 0.0423926 1.89842 m Global time : 6.3377 ns +Original momentum : 27.6709 -21.197 2.58566 keV +Vertex : -0.0567855 0.038132 1.70954 m Global time : 5.70716 ns Current trajectory has 2 points. -Point[0] Position= (-63.0581,42.3926,1898.42) -Point[1] Position= (-63.1002,42.3783,1898.42) +Point[0] Position= (-56.7855,38.132,1709.54) +Point[1] Position= (-56.7613,38.1135,1709.55) -TrackID =804 : ParentID=789 : TrackStatus=1 +TrackID =777 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -135.264 -99.0436 25.1284 keV -Vertex : -0.055306 0.0371766 1.66508 m Global time : 5.55871 ns - Current trajectory has 7 points. -Point[0] Position= (-55.306,37.1766,1665.08) -Point[1] Position= (-59.3141,35.5527,1664.29) -Point[2] Position= (-59.1852,33.6295,1667.34) -Point[3] Position= (-59.7285,32.0479,1668.3) -Point[4] Position= (-59.46,30.592,1667.39) -Point[5] Position= (-59.5368,30.8615,1667.3) -Point[6] Position= (-59.6519,31.0825,1667.13) +Original momentum : 33.7722 18.9677 2.16972 keV +Vertex : -0.056617 0.0380189 1.70447 m Global time : 5.69021 ns + Current trajectory has 2 points. +Point[0] Position= (-56.617,38.0189,1704.47) +Point[1] Position= (-56.5799,38.0397,1704.47) -TrackID =847 : ParentID=804 : TrackStatus=1 +TrackID =776 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.3884 16.8092 -6.97723 keV -Vertex : -0.0595368 0.0308615 1.6673 m Global time : 5.68518 ns +Original momentum : 5.94374 39.7059 0.888369 keV +Vertex : -0.0497525 0.0334069 1.4976 m Global time : 4.9996 ns Current trajectory has 2 points. -Point[0] Position= (-59.5368,30.8615,1667.3) -Point[1] Position= (-59.468,30.8888,1667.29) +Point[0] Position= (-49.7525,33.4069,1497.6) +Point[1] Position= (-49.7455,33.454,1497.6) -TrackID =803 : ParentID=789 : TrackStatus=1 +TrackID =775 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -40.5122 -12.8064 0.705402 keV -Vertex : -0.0545784 0.0366871 1.64318 m Global time : 5.48561 ns +Original momentum : 45.0334 -3.27111 3.57233 keV +Vertex : -0.0496339 0.0333271 1.49402 m Global time : 4.98766 ns Current trajectory has 2 points. -Point[0] Position= (-54.5784,36.6871,1643.18) -Point[1] Position= (-54.6329,36.6699,1643.18) +Point[0] Position= (-49.6339,33.3271,1494.02) +Point[1] Position= (-49.5638,33.322,1494.03) -TrackID =802 : ParentID=789 : TrackStatus=1 +TrackID =774 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.9783 -30.8489 2.75495 keV -Vertex : -0.0537964 0.0361611 1.61964 m Global time : 5.40704 ns +Original momentum : 24.9417 -23.0296 2.47456 keV +Vertex : -0.0494223 0.0331849 1.48765 m Global time : 4.96637 ns Current trajectory has 2 points. -Point[0] Position= (-53.7964,36.1611,1619.64) -Point[1] Position= (-53.7751,36.1299,1619.65) +Point[0] Position= (-49.4223,33.1849,1487.65) +Point[1] Position= (-49.4017,33.1659,1487.65) -TrackID =801 : ParentID=789 : TrackStatus=1 +TrackID =773 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.80741 -49.0687 3.78164 keV -Vertex : -0.0534975 0.0359601 1.61065 m Global time : 5.377 ns +Original momentum : -38.3716 -8.95589 0.444283 keV +Vertex : -0.0448501 0.0301124 1.34987 m Global time : 4.50643 ns Current trajectory has 2 points. -Point[0] Position= (-53.4975,35.9601,1610.65) -Point[1] Position= (-53.4823,35.8646,1610.65) +Point[0] Position= (-44.8501,30.1124,1349.87) +Point[1] Position= (-44.8938,30.1022,1349.87) -TrackID =800 : ParentID=789 : TrackStatus=1 +TrackID =772 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 44.1697 -12.6838 3.82927 keV -Vertex : -0.0520302 0.0349737 1.56649 m Global time : 5.2296 ns +Original momentum : 18.6675 -28.9609 2.43237 keV +Vertex : -0.0426075 0.0286073 1.28234 m Global time : 4.28098 ns Current trajectory has 2 points. -Point[0] Position= (-52.0302,34.9737,1566.49) -Point[1] Position= (-51.9585,34.9531,1566.5) +Point[0] Position= (-42.6075,28.6073,1282.34) +Point[1] Position= (-42.5917,28.5827,1282.34) -TrackID =799 : ParentID=789 : TrackStatus=1 +TrackID =771 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 82.7569 89.0967 15.2619 keV -Vertex : -0.0519858 0.0349439 1.56516 m Global time : 5.22514 ns - Current trajectory has 5 points. -Point[0] Position= (-51.9858,34.9439,1565.16) -Point[1] Position= (-51.9442,35.0012,1565.16) -Point[2] Position= (-50.4736,36.2902,1566.63) -Point[3] Position= (-51.8685,37.3645,1567.2) -Point[4] Position= (-52.0456,37.716,1567.09) +Original momentum : 27.255 -20.352 2.49746 keV +Vertex : -0.0341392 0.0229234 1.02741 m Global time : 3.42991 ns + Current trajectory has 2 points. +Point[0] Position= (-34.1392,22.9234,1027.41) +Point[1] Position= (-34.1166,22.9065,1027.41) -TrackID =798 : ParentID=789 : TrackStatus=1 +TrackID =770 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.1835 3.43212 0.0130862 keV -Vertex : -0.050858 0.0341855 1.53121 m Global time : 5.1118 ns +Original momentum : 41.6142 53.3079 4.67534 keV +Vertex : -2.82528 1.8975 85.0294 cm Global time : 2.83863 ns Current trajectory has 2 points. -Point[0] Position= (-50.858,34.1855,1531.21) -Point[1] Position= (-50.8924,34.1887,1531.21) +Point[0] Position= (-28.2528,18.975,850.294) +Point[1] Position= (-28.0804,19.1959,850.313) -TrackID =797 : ParentID=789 : TrackStatus=1 +TrackID =769 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 91.5709 1.3242 11.2833 keV -Vertex : -0.0459021 0.0308544 1.38207 m Global time : 4.61392 ns - Current trajectory has 3 points. -Point[0] Position= (-45.9021,30.8544,1382.07) -Point[1] Position= (-45.0245,30.9719,1381.34) -Point[2] Position= (-45.0197,31.0438,1381.21) - -TrackID =848 : ParentID=797 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.74664 41.1093 24.2498 keV -Vertex : -0.0450245 0.0309719 1.38134 m Global time : 4.62862 ns +Original momentum : -21.0444 24.9718 -0.21333 keV +Vertex : -2.39396 1.60808 72.0523 cm Global time : 2.4054 ns Current trajectory has 2 points. -Point[0] Position= (-45.0245,30.9719,1381.34) -Point[1] Position= (-45.0142,31.0454,1381.38) - -TrackID =796 : ParentID=789 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 192.42 -42.4768 45.9735 keV -Vertex : -0.0406992 0.0273562 1.2254 m Global time : 4.0909 ns - Current trajectory has 9 points. -Point[0] Position= (-40.6992,27.3562,1225.4) -Point[1] Position= (-34.719,27.9246,1225.56) -Point[2] Position= (-32.8875,25.2621,1230.43) -Point[3] Position= (-32.6422,24.8734,1230.82) -Point[4] Position= (-32.8448,21.9249,1233.72) -Point[5] Position= (-32.6325,19.625,1235.52) -Point[6] Position= (-32.9895,19.2175,1235.85) -Point[7] Position= (-33.3117,18.4291,1236.67) -Point[8] Position= (-33.3152,18.4784,1236.73) +Point[0] Position= (-23.9396,16.0808,720.523) +Point[1] Position= (-23.9554,16.0997,720.523) -TrackID =850 : ParentID=796 : TrackStatus=1 +TrackID =768 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.36871 14.5192 70.9784 keV -Vertex : -0.0329895 0.0192175 1.23585 m Global time : 4.27914 ns +Original momentum : -18.719 35.2283 0.147893 keV +Vertex : -1.81238 1.21746 54.5497 cm Global time : 1.82109 ns Current trajectory has 2 points. -Point[0] Position= (-32.9895,19.2175,1235.85) -Point[1] Position= (-33.0211,19.2894,1236.2) +Point[0] Position= (-18.1238,12.1746,545.497) +Point[1] Position= (-18.1457,12.2158,545.497) -TrackID =849 : ParentID=796 : TrackStatus=1 +TrackID =767 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.8182 -9.08732 16.513 keV -Vertex : -0.0326422 0.0248734 1.23082 m Global time : 4.19867 ns - Current trajectory has 2 points. -Point[0] Position= (-32.6422,24.8734,1230.82) -Point[1] Position= (-32.6711,24.8649,1230.83) +Original momentum : 102.723 -43.9004 16.7389 keV +Vertex : -1.79967 1.20892 54.1672 cm Global time : 1.80832 ns + Current trajectory has 4 points. +Point[0] Position= (-17.9967,12.0892,541.672) +Point[1] Position= (-17.9618,12.0773,541.675) +Point[2] Position= (-17.5401,11.4674,540.145) +Point[3] Position= (-17.8797,11.2533,540.027) -TrackID =795 : ParentID=789 : TrackStatus=1 +TrackID =824 : ParentID=767 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.2102 28.5742 0.167809 keV -Vertex : -0.0387162 0.0260213 1.16566 m Global time : 3.89146 ns +Original momentum : 38.3915 24.5534 32.1383 keV +Vertex : -1.79618 1.20773 54.1675 cm Global time : 1.80889 ns Current trajectory has 2 points. -Point[0] Position= (-38.7162,26.0213,1165.66) -Point[1] Position= (-38.7675,26.0641,1165.66) +Point[0] Position= (-17.9618,12.0773,541.675) +Point[1] Position= (-17.8636,12.14,541.757) -TrackID =794 : ParentID=789 : TrackStatus=1 +TrackID =766 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.1078 -34.8585 2.967 keV -Vertex : -0.038676 0.0259942 1.16445 m Global time : 3.88743 ns +Original momentum : 29.4045 12.2863 1.69879 keV +Vertex : -1.65879 1.11427 49.9259 cm Global time : 1.66673 ns Current trajectory has 2 points. -Point[0] Position= (-38.676,25.9942,1164.45) -Point[1] Position= (-38.6537,25.9535,1164.46) +Point[0] Position= (-16.5879,11.1427,499.259) +Point[1] Position= (-16.5668,11.1515,499.261) -TrackID =793 : ParentID=789 : TrackStatus=1 +TrackID =765 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -95.9165 14.1882 5.65346 keV -Vertex : -0.0343518 0.0230844 1.03425 m Global time : 3.45274 ns - Current trajectory has 3 points. -Point[0] Position= (-34.3518,23.0844,1034.25) -Point[1] Position= (-35.0997,24.5588,1034.4) -Point[2] Position= (-35.2068,24.6656,1034.24) +Original momentum : -48.0115 9.82772 0.532407 keV +Vertex : -0.967131 0.649442 29.103 cm Global time : 971.579 ps + Current trajectory has 2 points. +Point[0] Position= (-9.67131,6.49442,291.03) +Point[1] Position= (-9.76118,6.51282,291.031) -TrackID =792 : ParentID=789 : TrackStatus=1 +TrackID =764 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.22751 68.8654 3.21373 keV -Vertex : -2.52821 1.69817 76.1034 cm Global time : 2.54065 ns +Original momentum : 28.0021 -19.936 2.53757 keV +Vertex : -0.761774 0.511478 22.9223 cm Global time : 765.242 ps Current trajectory has 2 points. -Point[0] Position= (-25.2821,16.9817,761.034) -Point[1] Position= (-25.2681,17.2803,761.048) +Point[0] Position= (-7.61774,5.11478,229.223) +Point[1] Position= (-7.59401,5.09788,229.226) -TrackID =791 : ParentID=789 : TrackStatus=1 +TrackID =763 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.2663 36.5378 1.29024 keV -Vertex : -1.96936 1.32263 59.2876 cm Global time : 1.97926 ns - Current trajectory has 2 points. -Point[0] Position= (-19.6936,13.2263,592.876) -Point[1] Position= (-19.6744,13.2693,592.877) +Original momentum : -35.9962 -122.191 17.4713 keV +Vertex : -0.634094 0.425717 19.08 cm Global time : 636.969 ps + Current trajectory has 5 points. +Point[0] Position= (-6.34094,4.25717,190.8) +Point[1] Position= (-7.15902,2.22088,189.603) +Point[2] Position= (-8.91435,1.2826,190.413) +Point[3] Position= (-8.49837,-0.135644,190.181) +Point[4] Position= (-8.59473,-0.290431,189.891) -TrackID =790 : ParentID=789 : TrackStatus=1 +TrackID =762 : ParentID=761 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.8522 26.1594 -0.181977 keV -Vertex : -1.63445 1.09755 49.206 cm Global time : 1.6427 ns - Current trajectory has 2 points. -Point[0] Position= (-16.3445,10.9755,492.06) -Point[1] Position= (-16.3611,10.9963,492.06) +Original momentum : 86.7482 5.40475 10.2079 keV +Vertex : -0.0656832 0.0441097 1.97685 cm Global time : 65.9955 ps + Current trajectory has 3 points. +Point[0] Position= (-0.656832,0.441097,19.7685) +Point[1] Position= (0.018853,1.53116,19.3646) +Point[2] Position= (0.0190604,1.52856,19.35) -TrackID =787 : ParentID=55 : TrackStatus=1 +TrackID =759 : ParentID=55 : TrackStatus=1 Particle name : gamma PDG code : 22 Charge : 0 Original momentum : 99.5129 -34.8647 658.178 MeV -Vertex : 37.8879 -7.39702 154.707 nm Global time : 0.000537716 ps +Vertex : 33.6911 -6.57766 137.57 nm Global time : 0.000478153 ps Current trajectory has 2 points. -Point[0] Position= (3.78879e-05,-7.39702e-06,0.000154707) +Point[0] Position= (3.36911e-05,-6.57766e-06,0.00013757) Point[1] Position= (907.168,-317.83,6000) -TrackID =785 : ParentID=701 : TrackStatus=1 +TrackID =757 : ParentID=665 : TrackStatus=1 Particle name : gamma PDG code : 22 Charge : 0 Original momentum : -0.234866 -0.32985 1.71694 GeV -Vertex : -30.1185 -33.9564 201.837 nm Global time : 0.000691587 ps - Current trajectory has 3 points. -Point[0] Position= (-3.01185e-05,-3.39564e-05,0.000201837) +Vertex : -55.1345 -62.1601 369.481 nm Global time : 0.00126601 ps + Current trajectory has 4 points. +Point[0] Position= (-5.51345e-05,-6.21601e-05,0.000369481) Point[1] Position= (-116.005,-162.92,848.03) -Point[2] Position= (-128.237,-180.098,937.449) +Point[2] Position= (-136.794,-192.115,1000) +Point[3] Position= (-820.761,-1152.69,6000) -TrackID =784 : ParentID=701 : TrackStatus=1 +TrackID =756 : ParentID=665 : TrackStatus=1 Particle name : gamma PDG code : 22 Charge : 0 Original momentum : -61.5268 -4.31085 269.324 MeV -Vertex : -30.1185 -33.9564 201.837 nm Global time : 0.000691587 ps +Vertex : -55.1345 -62.1601 369.481 nm Global time : 0.00126601 ps Current trajectory has 4 points. -Point[0] Position= (-3.01185e-05,-3.39564e-05,0.000201837) +Point[0] Position= (-5.51345e-05,-6.21601e-05,0.000369481) Point[1] Position= (-199.511,-13.9787,873.328) Point[2] Position= (-228.449,-16.0062,1000) Point[3] Position= (-1370.69,-96.037,6000) -TrackID =852 : ParentID=785 : TrackStatus=1 -Particle name : e+ PDG code : -11 Charge : 1 -Original momentum : -23.7935 -32.9266 173.626 MeV -Vertex : -12.8237 -18.0098 93.7449 cm Global time : 3.21278 ns - Current trajectory has 47 points. -Point[0] Position= (-128.237,-180.098,937.449) -Point[1] Position= (-131.084,-184.045,958.223) -Point[2] Position= (-136.801,-191.973,1000) -Point[3] Position= (-140.112,-196.536,1024) -Point[4] Position= (-163.613,-229.142,1195.96) -Point[5] Position= (-174.014,-243.077,1270.73) -Point[6] Position= (-175.244,-244.713,1279.53) -Point[7] Position= (-186.734,-259.919,1361.02) -Point[8] Position= (-209.413,-290.078,1520.02) -Point[9] Position= (-223.172,-308.229,1615.63) -Point[10] Position= (-229.478,-316.49,1659.14) -Point[11] Position= (-265.416,-364.162,1906.82) -Point[12] Position= (-277.123,-379.627,1987.25) -Point[13] Position= (-287.283,-392.954,2056.76) -Point[14] Position= (-293.644,-401.209,2099.9) -Point[15] Position= (-300.175,-409.655,2143.96) -Point[16] Position= (-334.238,-453.946,2373.46) -Point[17] Position= (-338.032,-458.873,2398.77) -Point[18] Position= (-381.001,-515.237,2685.44) -Point[19] Position= (-411.773,-556.032,2891.97) -Point[20] Position= (-434.156,-585.223,3041.63) -Point[21] Position= (-469.119,-630.263,3274.52) -Point[22] Position= (-480.217,-644.499,3347.94) -Point[23] Position= (-490.01,-656.939,3412.38) -Point[24] Position= (-493.872,-661.899,3437.96) -Point[25] Position= (-501.924,-672.282,3491.52) -Point[26] Position= (-506.131,-677.653,3519.38) -Point[27] Position= (-526.272,-703.287,3652.77) -Point[28] Position= (-531.6,-710.079,3687.96) -Point[29] Position= (-533.797,-712.867,3702.39) -Point[30] Position= (-545.441,-727.669,3778.91) -Point[31] Position= (-559.333,-745.135,3869.72) -Point[32] Position= (-565.429,-752.845,3909.78) -Point[33] Position= (-572.857,-762.229,3958.46) -Point[34] Position= (-600.72,-797.117,4140.66) -Point[35] Position= (-604.124,-801.524,4163.41) -Point[36] Position= (-643.26,-851.487,4422.86) -Point[37] Position= (-653.037,-864.05,4487.99) -Point[38] Position= (-686.769,-907.231,4711.57) -Point[39] Position= (-694.803,-917.373,4764.25) -Point[40] Position= (-732.36,-965.061,5011.48) -Point[41] Position= (-756.251,-995.56,5167.74) -Point[42] Position= (-827.918,-1085.49,5631.84) -Point[43] Position= (-834.265,-1093.48,5672.99) -Point[44] Position= (-839.998,-1100.71,5710.17) -Point[45] Position= (-842.468,-1103.8,5726.15) -Point[46] Position= (-884.562,-1156.99,6000) - -TrackID =788 : ParentID=54 : TrackStatus=1 +TrackID =760 : ParentID=54 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 Original momentum : 0.0210353 -0.29235 10.3934 GeV Vertex : -3.18021e-295 9.23194e-297 2.00079e-293 fm Global time : 8.62177e-305 ps Current trajectory has 2 points. Point[0] Position= (-3.18021e-307,9.23194e-309,2.00079e-305) -Point[1] Position= (6.08855e-06,-8.4619e-05,0.00300832) +Point[1] Position= (1.13036e-06,-1.57099e-05,0.000558506) TrackID =53 : ParentID=45 : TrackStatus=1 Particle name : eta PDG code : 221 Charge : 0 @@ -10312,31 +10187,31 @@ Original momentum : -0.0523897 -0.289939 -1.59192 GeV Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps Current trajectory has 2 points. Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (-1.83575e-307,-2.12583e-308,1.33108e-305) +Point[1] Position= (-1.82727e-307,-1.65659e-308,1.33365e-305) -TrackID =901 : ParentID=53 : TrackStatus=1 +TrackID =829 : ParentID=53 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 Original momentum : -125.935 -39.3921 -610.417 MeV -Vertex : -1.83575e-295 -2.12583e-296 1.33108e-293 fm Global time : 6.40567e-305 ps +Vertex : -1.82727e-295 -1.65659e-296 1.33365e-293 fm Global time : 6.39644e-305 ps Current trajectory has 2 points. -Point[0] Position= (-1.83575e-307,-2.12583e-308,1.33108e-305) -Point[1] Position= (-3.86094e-05,-1.20769e-05,-0.000187143) +Point[0] Position= (-1.82727e-307,-1.65659e-308,1.33365e-305) +Point[1] Position= (-7.13467e-06,-2.2317e-06,-3.45823e-05) -TrackID =900 : ParentID=53 : TrackStatus=1 +TrackID =828 : ParentID=53 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 Original momentum : -58.8615 -64.2144 -385.127 MeV -Vertex : -1.83575e-295 -2.12583e-296 1.33108e-293 fm Global time : 6.40567e-305 ps +Vertex : -1.82727e-295 -1.65659e-296 1.33365e-293 fm Global time : 6.39644e-305 ps Current trajectory has 2 points. -Point[0] Position= (-1.83575e-307,-2.12583e-308,1.33108e-305) -Point[1] Position= (-4.67463e-06,-5.09975e-06,-3.05859e-05) +Point[0] Position= (-1.82727e-307,-1.65659e-308,1.33365e-305) +Point[1] Position= (-4.44547e-05,-4.84974e-05,-0.000290865) -TrackID =899 : ParentID=53 : TrackStatus=1 +TrackID =827 : ParentID=53 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 Original momentum : 132.396 -186.387 -596.68 MeV -Vertex : -1.83575e-295 -2.12583e-296 1.33108e-293 fm Global time : 6.40567e-305 ps +Vertex : -1.82727e-295 -1.65659e-296 1.33365e-293 fm Global time : 6.39644e-305 ps Current trajectory has 2 points. -Point[0] Position= (-1.83575e-307,-2.12583e-308,1.33108e-305) -Point[1] Position= (2.29255e-05,-3.22744e-05,-0.00010332) +Point[0] Position= (-1.82727e-307,-1.65659e-308,1.33365e-305) +Point[1] Position= (6.78981e-05,-9.5587e-05,-0.000306002) TrackID =52 : ParentID=45 : TrackStatus=1 Particle name : unknown : rho+ PDG code : 213 Charge : 1 @@ -10346,12167 +10221,12148 @@ Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-30 Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) Point[1] Position= (4.43257e-307,-4.79843e-307,6.71372e-306) -TrackID =918 : ParentID=909 : TrackStatus=1 +TrackID =844 : ParentID=837 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.5939 -28.8431 -23.7963 keV -Vertex : 11.124 45.3124 -55.4576 cm Global time : 2.99658 ns +Original momentum : -36.1855 37.0591 17.7815 keV +Vertex : 11.1963 45.7228 -56.4968 cm Global time : 3.04055 ns Current trajectory has 2 points. -Point[0] Position= (111.24,453.124,-554.576) -Point[1] Position= (111.251,453.101,-554.595) +Point[0] Position= (111.963,457.228,-564.968) +Point[1] Position= (111.906,457.286,-564.94) -TrackID =917 : ParentID=909 : TrackStatus=1 +TrackID =843 : ParentID=837 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.9947 13.5553 16.2251 keV -Vertex : 10.146 41.3442 -50.6556 cm Global time : 2.73581 ns +Original momentum : 32.9512 -18.1071 -10.4125 keV +Vertex : 8.72426 35.7658 -44.1246 cm Global time : 2.37591 ns Current trajectory has 2 points. -Point[0] Position= (101.46,413.442,-506.556) -Point[1] Position= (101.505,413.457,-506.538) +Point[0] Position= (87.2426,357.658,-441.246) +Point[1] Position= (87.2687,357.644,-441.255) -TrackID =916 : ParentID=909 : TrackStatus=1 +TrackID =842 : ParentID=837 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.3833 -32.2835 -37.0443 keV -Vertex : 10.0859 41.1015 -50.3622 cm Global time : 2.71987 ns +Original momentum : -12.0567 39.07 25.4846 keV +Vertex : 8.63831 35.42 -43.6966 cm Global time : 2.35288 ns Current trajectory has 2 points. -Point[0] Position= (100.859,411.015,-503.622) -Point[1] Position= (100.816,410.963,-503.682) +Point[0] Position= (86.3831,354.2,-436.966) +Point[1] Position= (86.3688,354.247,-436.936) -TrackID =915 : ParentID=909 : TrackStatus=1 +TrackID =841 : ParentID=837 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.4122 -20.6791 -22.0347 keV -Vertex : 9.53519 38.8935 -47.6838 cm Global time : 2.57453 ns +Original momentum : -20.8279 27.4108 15.7354 keV +Vertex : 6.09732 25.0577 -30.8679 cm Global time : 1.66295 ns Current trajectory has 2 points. -Point[0] Position= (95.3519,388.935,-476.838) -Point[1] Position= (95.3426,388.922,-476.851) +Point[0] Position= (60.9732,250.577,-308.679) +Point[1] Position= (60.9576,250.597,-308.667) -TrackID =914 : ParentID=909 : TrackStatus=1 +TrackID =840 : ParentID=837 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.6279 24.4457 13.9714 keV -Vertex : 8.56176 34.9065 -42.8258 cm Global time : 2.31155 ns +Original momentum : -48.9048 -1.58361 -15.1157 keV +Vertex : 5.40035 22.2104 -27.3472 cm Global time : 1.47353 ns Current trajectory has 2 points. -Point[0] Position= (85.6176,349.065,-428.258) -Point[1] Position= (85.6045,349.08,-428.249) +Point[0] Position= (54.0035,222.104,-273.472) +Point[1] Position= (53.9373,222.102,-273.493) -TrackID =913 : ParentID=909 : TrackStatus=1 +TrackID =839 : ParentID=837 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.6724 5.88279 -5.75307 keV -Vertex : 7.63242 31.1242 -38.2146 cm Global time : 2.06197 ns - Current trajectory has 2 points. -Point[0] Position= (76.3242,311.242,-382.146) -Point[1] Position= (76.2905,311.247,-382.151) +Original momentum : -73.2638 46.651 11.1693 keV +Vertex : 4.8895 20.1364 -24.7842 cm Global time : 1.33558 ns + Current trajectory has 3 points. +Point[0] Position= (48.895,201.364,-247.842) +Point[1] Position= (48.5091,201.177,-246.513) +Point[2] Position= (48.507,201.176,-246.514) -TrackID =912 : ParentID=909 : TrackStatus=1 +TrackID =838 : ParentID=837 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.4138 -41.4043 -34.2234 keV -Vertex : 5.81739 23.7799 -29.241 cm Global time : 1.57666 ns +Original momentum : 23.7908 -18.0879 -11.614 keV +Vertex : 0.690777 2.82817 -3.48225 cm Global time : 187.643 ps Current trajectory has 2 points. -Point[0] Position= (58.1739,237.799,-292.41) -Point[1] Position= (58.2238,237.721,-292.474) +Point[0] Position= (6.90777,28.2817,-34.8225) +Point[1] Position= (6.92503,28.2686,-34.831) -TrackID =911 : ParentID=909 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 82.5648 -3.20039 3.08964 keV -Vertex : 0.642642 2.62656 -3.23864 cm Global time : 174.422 ps - Current trajectory has 3 points. -Point[0] Position= (6.42642,26.2656,-32.3864) -Point[1] Position= (7.0094,27.0827,-31.9488) -Point[2] Position= (7.00954,27.0836,-31.9499) +TrackID =830 : ParentID=829 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : -61.3794 -82.887 -434.451 MeV +Vertex : -7.13467 -2.2317 -34.5823 nm Global time : 0.000120746 ps + Current trajectory has 4 points. +Point[0] Position= (-7.13467e-06,-2.2317e-06,-3.45823e-05) +Point[1] Position= (-119.022,-160.729,-842.456) +Point[2] Position= (-141.28,-190.786,-1000) +Point[3] Position= (-847.682,-1144.71,-6000) -TrackID =910 : ParentID=909 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.3155 17.3915 18.6254 keV -Vertex : 1.69927 6.9516 -8.5617 mm Global time : 46.1308 ps +TrackID =826 : ParentID=760 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : 0.0303631 -0.121129 6.54372 GeV +Vertex : 1.13036 -15.7099 558.506 nm Global time : 0.00186387 ps Current trajectory has 2 points. -Point[0] Position= (1.69927,6.9516,-8.5617) -Point[1] Position= (1.77487,6.98343,-8.52762) +Point[0] Position= (1.13036e-06,-1.57099e-05,0.000558506) +Point[1] Position= (27.8402,-111.064,6000) -TrackID =896 : ParentID=852 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.6488 28.7569 11.3528 keV -Vertex : -0.842468 -1.1038 5.72615 m Global time : 19.6544 ns +TrackID =825 : ParentID=760 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : -0.00932788 -0.171221 3.84967 GeV +Vertex : 1.13036 -15.7099 558.506 nm Global time : 0.00186387 ps Current trajectory has 2 points. -Point[0] Position= (-842.468,-1103.8,5726.15) -Point[1] Position= (-842.435,-1103.77,5726.17) +Point[0] Position= (1.13036e-06,-1.57099e-05,0.000558506) +Point[1] Position= (-14.5382,-266.86,6000) -TrackID =895 : ParentID=852 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.2424 25.0801 12.1023 keV -Vertex : -0.839998 -1.10071 5.71017 m Global time : 19.5995 ns +TrackID =836 : ParentID=52 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : 56.967 -182.503 -764.313 MeV +Vertex : 4.43257e-295 -4.79843e-295 6.71372e-294 fm Global time : 8.76574e-305 ps Current trajectory has 2 points. -Point[0] Position= (-839.998,-1100.71,5710.17) -Point[1] Position= (-839.948,-1100.67,5710.18) +Point[0] Position= (4.43257e-307,-4.79843e-307,6.71372e-306) +Point[1] Position= (8.59394e-06,-2.75321e-05,-0.000115303) -TrackID =894 : ParentID=852 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.9767 55.096 11.3042 keV -Vertex : -0.834265 -1.09348 5.67299 m Global time : 19.4717 ns +TrackID =51 : ParentID=45 : TrackStatus=1 +Particle name : unknown : rho- PDG code : -213 Charge : -1 +Original momentum : 0.177917 -0.04267 -6.1605 GeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps Current trajectory has 2 points. -Point[0] Position= (-834.265,-1093.48,5672.99) -Point[1] Position= (-834.322,-1093.31,5673.02) +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (9.90814e-309,-6.2358e-308,6.67102e-306) + +TrackID =848 : ParentID=51 : TrackStatus=1 +Particle name : pi- PDG code : -211 Charge : -1 +Original momentum : 0.266364 -0.263612 -4.01216 GeV +Vertex : 9.90814e-297 -6.2358e-296 6.67102e-294 fm Global time : 8.63505e-305 ps + Current trajectory has 45 points. +Point[0] Position= (9.90814e-309,-6.2358e-308,6.67102e-306) +Point[1] Position= (3.18377,-3.15191,-47.9721) +Point[2] Position= (7.23442,-7.16199,-109.033) +Point[3] Position= (21.6054,-21.3858,-325.512) +Point[4] Position= (29.2368,-28.9341,-440.377) +Point[5] Position= (34.4423,-34.079,-518.68) +Point[6] Position= (39.4324,-39.014,-593.775) +Point[7] Position= (39.8235,-39.4007,-599.658) +Point[8] Position= (46.3233,-45.8239,-697.424) +Point[9] Position= (47.3825,-46.8698,-713.353) +Point[10] Position= (52.0546,-51.4843,-783.65) +Point[11] Position= (94.0652,-92.9858,-1416.89) +Point[12] Position= (95.5443,-94.4476,-1439.21) +Point[13] Position= (97.9721,-96.8468,-1475.83) +Point[14] Position= (114.868,-113.566,-1730.86) +Point[15] Position= (124.699,-123.3,-1879.37) +Point[16] Position= (138.15,-136.609,-2082.51) +Point[17] Position= (158.491,-156.733,-2389.99) +Point[18] Position= (160.975,-159.192,-2427.58) +Point[19] Position= (166.505,-164.679,-2511.46) +Point[20] Position= (174.217,-172.335,-2628.46) +Point[21] Position= (176.54,-174.639,-2663.7) +Point[22] Position= (185.269,-183.286,-2796.06) +Point[23] Position= (189.597,-187.567,-2861.68) +Point[24] Position= (198.476,-196.339,-2996.23) +Point[25] Position= (214.825,-212.509,-3244.21) +Point[26] Position= (226.518,-224.073,-3421.54) +Point[27] Position= (232.49,-229.977,-3512.09) +Point[28] Position= (243.396,-240.757,-3677.52) +Point[29] Position= (252.352,-249.61,-3813.41) +Point[30] Position= (278.687,-275.619,-4212.85) +Point[31] Position= (291.965,-288.719,-4414.08) +Point[32] Position= (296.295,-292.989,-4479.67) +Point[33] Position= (298.063,-294.735,-4506.47) +Point[34] Position= (322.152,-318.526,-4871.78) +Point[35] Position= (330.722,-326.987,-5001.7) +Point[36] Position= (332.161,-328.407,-5023.5) +Point[37] Position= (344.09,-340.186,-5204.39) +Point[38] Position= (351.964,-347.96,-5323.76) +Point[39] Position= (353.007,-348.988,-5339.55) +Point[40] Position= (360.174,-356.062,-5448.18) +Point[41] Position= (370.119,-365.879,-5598.99) +Point[42] Position= (383.602,-379.186,-5803.71) +Point[43] Position= (389.633,-385.142,-5895.36) +Point[44] Position= (396.519,-391.943,-6000) + +TrackID =891 : ParentID=848 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 3.10419 -36.3501 1.25825 keV +Vertex : 0.389633 -0.385142 -5.89536 m Global time : 19.7614 ns + Current trajectory has 2 points. +Point[0] Position= (389.633,-385.142,-5895.36) +Point[1] Position= (389.636,-385.177,-5895.36) + +TrackID =890 : ParentID=848 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 8.78227 61.1899 -7.19089 keV +Vertex : 0.383602 -0.379186 -5.80371 m Global time : 19.4542 ns + Current trajectory has 2 points. +Point[0] Position= (383.602,-379.186,-5803.71) +Point[1] Position= (383.632,-378.981,-5803.73) + +TrackID =889 : ParentID=848 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 59.6972 -72.7472 0.0330093 keV +Vertex : 0.370119 -0.365879 -5.59899 m Global time : 18.768 ns + Current trajectory has 3 points. +Point[0] Position= (370.119,-365.879,-5598.99) +Point[1] Position= (371.328,-366.018,-5598.47) +Point[2] Position= (371.386,-365.926,-5598.54) -TrackID =893 : ParentID=852 : TrackStatus=1 +TrackID =888 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.4472 30.1273 8.55519 keV -Vertex : -0.827918 -1.08549 5.63184 m Global time : 19.3303 ns +Original momentum : -29.1857 21.7711 -4.66658 keV +Vertex : 0.360174 -0.356062 -5.44818 m Global time : 18.2625 ns Current trajectory has 2 points. -Point[0] Position= (-827.918,-1085.49,5631.84) -Point[1] Position= (-827.91,-1085.47,5631.85) +Point[0] Position= (360.174,-356.062,-5448.18) +Point[1] Position= (360.145,-356.041,-5448.19) -TrackID =892 : ParentID=852 : TrackStatus=1 +TrackID =887 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.2971 -33.4419 -0.365463 keV -Vertex : -0.756251 -0.99556 5.16774 m Global time : 17.7354 ns +Original momentum : 39.4473 -28.9391 2.13303 keV +Vertex : 0.353007 -0.348988 -5.33955 m Global time : 17.8984 ns Current trajectory has 2 points. -Point[0] Position= (-756.251,-995.56,5167.74) -Point[1] Position= (-756.213,-995.607,5167.74) +Point[0] Position= (353.007,-348.988,-5339.55) +Point[1] Position= (353.08,-349.042,-5339.55) -TrackID =891 : ParentID=852 : TrackStatus=1 +TrackID =886 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.0989 47.6983 21.4549 keV -Vertex : -0.73236 -0.965061 5.01148 m Global time : 17.1984 ns - Current trajectory has 2 points. -Point[0] Position= (-732.36,-965.061,5011.48) -Point[1] Position= (-732.145,-964.844,5011.58) +Original momentum : 2.36153 -88.1695 -1.70133 keV +Vertex : 0.351964 -0.34796 -5.32376 m Global time : 17.8454 ns + Current trajectory has 3 points. +Point[0] Position= (351.964,-347.96,-5323.76) +Point[1] Position= (351.708,-348.66,-5323.3) +Point[2] Position= (351.693,-348.719,-5323.28) -TrackID =890 : ParentID=852 : TrackStatus=1 +TrackID =892 : ParentID=886 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -46.8799 15.7335 -1.69185 keV -Vertex : -0.694803 -0.917373 4.76425 m Global time : 16.3492 ns +Original momentum : 17.518 4.1122 30.6653 keV +Vertex : 0.351708 -0.34866 -5.3233 m Global time : 17.8588 ns Current trajectory has 2 points. -Point[0] Position= (-694.803,-917.373,4764.25) -Point[1] Position= (-694.893,-917.343,4764.25) +Point[0] Position= (351.708,-348.66,-5323.3) +Point[1] Position= (351.724,-348.657,-5323.27) -TrackID =889 : ParentID=852 : TrackStatus=1 +TrackID =885 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.7698 8.16271 7.33692 keV -Vertex : -0.686769 -0.907231 4.71157 m Global time : 16.1683 ns +Original momentum : 42.088 21.6827 -0.836312 keV +Vertex : 0.34409 -0.340186 -5.20439 m Global time : 17.4453 ns Current trajectory has 2 points. -Point[0] Position= (-686.769,-907.231,4711.57) -Point[1] Position= (-686.746,-907.225,4711.58) +Point[0] Position= (344.09,-340.186,-5204.39) +Point[1] Position= (344.163,-340.148,-5204.39) -TrackID =888 : ParentID=852 : TrackStatus=1 +TrackID =884 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.24987 -40.3767 -6.31407 keV -Vertex : -0.653037 -0.86405 4.48799 m Global time : 15.4004 ns +Original momentum : 19.7802 46.3911 -4.22826 keV +Vertex : 0.332161 -0.328407 -5.0235 m Global time : 16.839 ns Current trajectory has 2 points. -Point[0] Position= (-653.037,-864.05,4487.99) -Point[1] Position= (-653.039,-864.099,4487.98) +Point[0] Position= (332.161,-328.407,-5023.5) +Point[1] Position= (332.201,-328.313,-5023.51) -TrackID =887 : ParentID=852 : TrackStatus=1 +TrackID =883 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.3082 45.0351 12.519 keV -Vertex : -0.64326 -0.851487 4.42286 m Global time : 15.1768 ns +Original momentum : -18.7659 -29.1628 -0.519974 keV +Vertex : 0.330722 -0.326987 -5.0017 m Global time : 16.7659 ns Current trajectory has 2 points. -Point[0] Position= (-643.26,-851.487,4422.86) -Point[1] Position= (-643.242,-851.408,4422.88) +Point[0] Position= (330.722,-326.987,-5001.7) +Point[1] Position= (330.706,-327.012,-5001.7) -TrackID =886 : ParentID=852 : TrackStatus=1 +TrackID =882 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 44.8411 -7.52675 7.42859 keV -Vertex : -0.604124 -0.801524 4.16341 m Global time : 14.2858 ns +Original momentum : -4.92301 -37.9009 0.708695 keV +Vertex : 0.322152 -0.318526 -4.87178 m Global time : 16.3304 ns Current trajectory has 2 points. -Point[0] Position= (-604.124,-801.524,4163.41) -Point[1] Position= (-604.052,-801.537,4163.43) +Point[0] Position= (322.152,-318.526,-4871.78) +Point[1] Position= (322.147,-318.567,-4871.78) -TrackID =885 : ParentID=852 : TrackStatus=1 +TrackID =881 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.1684 5.24967 -2.73636 keV -Vertex : -0.60072 -0.797117 4.14066 m Global time : 14.2077 ns +Original momentum : -16.6668 37.973 -5.28845 keV +Vertex : 0.298063 -0.294735 -4.50647 m Global time : 15.1059 ns Current trajectory has 2 points. -Point[0] Position= (-600.72,-797.117,4140.66) -Point[1] Position= (-600.745,-797.113,4140.66) +Point[0] Position= (298.063,-294.735,-4506.47) +Point[1] Position= (298.042,-294.686,-4506.48) -TrackID =884 : ParentID=852 : TrackStatus=1 +TrackID =880 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.2141 22.5895 1.88012 keV -Vertex : -0.572857 -0.762229 3.95846 m Global time : 13.582 ns - Current trajectory has 2 points. -Point[0] Position= (-572.857,-762.229,3958.46) -Point[1] Position= (-572.874,-762.212,3958.46) +Original momentum : 117.99 26.5481 -8.19199 keV +Vertex : 0.296295 -0.292989 -4.47967 m Global time : 15.0161 ns + Current trajectory has 4 points. +Point[0] Position= (296.295,-292.989,-4479.67) +Point[1] Position= (298.098,-293.557,-4481.2) +Point[2] Position= (298.33,-293.021,-4480.96) +Point[3] Position= (298.073,-292.862,-4480.98) -TrackID =883 : ParentID=852 : TrackStatus=1 +TrackID =893 : ParentID=880 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.884 35.0876 14.0853 keV -Vertex : -0.565429 -0.752845 3.90978 m Global time : 13.4148 ns +Original momentum : 13.7941 18.5244 -33.3201 keV +Vertex : 0.29833 -0.293021 -4.48096 m Global time : 15.0513 ns Current trajectory has 2 points. -Point[0] Position= (-565.429,-752.845,3909.78) -Point[1] Position= (-565.368,-752.777,3909.81) +Point[0] Position= (298.33,-293.021,-4480.96) +Point[1] Position= (298.347,-292.998,-4481) -TrackID =882 : ParentID=852 : TrackStatus=1 +TrackID =879 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -57.2192 -18.4497 -8.55672 keV -Vertex : -0.559333 -0.745135 3.86972 m Global time : 13.2771 ns +Original momentum : 55.2562 -14.3259 1.38582 keV +Vertex : 0.291965 -0.288719 -4.41408 m Global time : 14.7962 ns Current trajectory has 2 points. -Point[0] Position= (-559.333,-745.135,3869.72) -Point[1] Position= (-559.513,-745.193,3869.69) +Point[0] Position= (291.965,-288.719,-4414.08) +Point[1] Position= (292.115,-288.757,-4414.08) -TrackID =881 : ParentID=852 : TrackStatus=1 +TrackID =878 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.2553 5.33237 11.4097 keV -Vertex : -0.545441 -0.727669 3.77891 m Global time : 12.9652 ns +Original momentum : -43.4519 -21.4482 -3.78862 keV +Vertex : 0.278687 -0.275619 -4.21285 m Global time : 14.1217 ns Current trajectory has 2 points. -Point[0] Position= (-545.441,-727.669,3778.91) -Point[1] Position= (-545.333,-727.658,3778.93) +Point[0] Position= (278.687,-275.619,-4212.85) +Point[1] Position= (278.607,-275.658,-4212.85) -TrackID =880 : ParentID=852 : TrackStatus=1 +TrackID =877 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.0137 30.3023 2.44745 keV -Vertex : -0.533797 -0.712867 3.70239 m Global time : 12.7024 ns - Current trajectory has 3 points. -Point[0] Position= (-533.797,-712.867,3702.39) -Point[1] Position= (-533.797,-712.867,3702.39) -Point[2] Position= (-533.809,-712.843,3702.38) +Original momentum : -67.0064 39.2896 -13.0374 keV +Vertex : 0.252352 -0.24961 -3.81341 m Global time : 12.7828 ns + Current trajectory has 2 points. +Point[0] Position= (252.352,-249.61,-3813.41) +Point[1] Position= (251.946,-249.372,-3813.48) -TrackID =919 : ParentID=880 : TrackStatus=1 +TrackID =876 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.633 1.49013 20.1901 keV -Vertex : -0.533797 -0.712867 3.70239 m Global time : 12.7024 ns +Original momentum : -50.0913 -34.8714 -4.70305 keV +Vertex : 0.243396 -0.240757 -3.67752 m Global time : 12.3273 ns Current trajectory has 2 points. -Point[0] Position= (-533.797,-712.867,3702.39) -Point[1] Position= (-533.819,-712.866,3702.41) +Point[0] Position= (243.396,-240.757,-3677.52) +Point[1] Position= (243.235,-240.869,-3677.54) -TrackID =879 : ParentID=852 : TrackStatus=1 +TrackID =875 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.0118 26.3615 13.4278 keV -Vertex : -0.5316 -0.710079 3.68796 m Global time : 12.6528 ns +Original momentum : -13.366 -52.2226 -0.326788 keV +Vertex : 0.23249 -0.229977 -3.51209 m Global time : 11.7728 ns Current trajectory has 2 points. -Point[0] Position= (-531.6,-710.079,3687.96) -Point[1] Position= (-531.527,-710.029,3687.98) +Point[0] Position= (232.49,-229.977,-3512.09) +Point[1] Position= (232.459,-230.1,-3512.09) -TrackID =878 : ParentID=852 : TrackStatus=1 +TrackID =874 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.59681 39.3467 10.1281 keV -Vertex : -0.526272 -0.703287 3.65277 m Global time : 12.532 ns +Original momentum : 8.85332 48.3076 -4.95562 keV +Vertex : 0.226518 -0.224073 -3.42154 m Global time : 11.4693 ns Current trajectory has 2 points. -Point[0] Position= (-526.272,-703.287,3652.77) -Point[1] Position= (-526.265,-703.238,3652.79) +Point[0] Position= (226.518,-224.073,-3421.54) +Point[1] Position= (226.534,-223.981,-3421.55) -TrackID =877 : ParentID=852 : TrackStatus=1 +TrackID =873 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.8314 -31.1318 3.29604 keV -Vertex : -0.506131 -0.677653 3.51938 m Global time : 12.0739 ns +Original momentum : -2.18242 37.6548 -4.01493 keV +Vertex : 0.214825 -0.212509 -3.24421 m Global time : 10.8749 ns Current trajectory has 2 points. -Point[0] Position= (-506.131,-677.653,3519.38) -Point[1] Position= (-506.034,-677.723,3519.39) +Point[0] Position= (214.825,-212.509,-3244.21) +Point[1] Position= (214.823,-212.469,-3244.22) -TrackID =876 : ParentID=852 : TrackStatus=1 +TrackID =872 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.9145 9.18159 -2.41859 keV -Vertex : -0.501924 -0.672282 3.49152 m Global time : 11.9782 ns +Original momentum : 39.7686 -0.389332 1.09586 keV +Vertex : 0.198476 -0.196339 -2.99623 m Global time : 10.0437 ns Current trajectory has 2 points. -Point[0] Position= (-501.924,-672.282,3491.52) -Point[1] Position= (-501.966,-672.272,3491.52) +Point[0] Position= (198.476,-196.339,-2996.23) +Point[1] Position= (198.522,-196.339,-2996.23) -TrackID =875 : ParentID=852 : TrackStatus=1 +TrackID =871 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.5219 -38.8343 -7.41377 keV -Vertex : -0.493872 -0.661899 3.43796 m Global time : 11.7943 ns +Original momentum : -48.2917 -26.1402 -4.45759 keV +Vertex : 0.189597 -0.187567 -2.86168 m Global time : 9.59264 ns Current trajectory has 2 points. -Point[0] Position= (-493.872,-661.899,3437.96) -Point[1] Position= (-493.885,-661.947,3437.95) +Point[0] Position= (189.597,-187.567,-2861.68) +Point[1] Position= (189.477,-187.632,-2861.69) -TrackID =874 : ParentID=852 : TrackStatus=1 +TrackID =870 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.4196 10.2332 7.88568 keV -Vertex : -0.49001 -0.656939 3.41238 m Global time : 11.7064 ns - Current trajectory has 2 points. -Point[0] Position= (-490.01,-656.939,3412.38) -Point[1] Position= (-489.985,-656.931,3412.38) +Original momentum : -18.7546 -194.004 -25.2412 keV +Vertex : 0.185269 -0.183286 -2.79606 m Global time : 9.37271 ns + Current trajectory has 11 points. +Point[0] Position= (185.269,-183.286,-2796.06) +Point[1] Position= (185.242,-189.549,-2795.46) +Point[2] Position= (187.389,-184.491,-2795.9) +Point[3] Position= (187.304,-184.223,-2796.01) +Point[4] Position= (188.282,-180.39,-2797.18) +Point[5] Position= (188.201,-179.533,-2797.29) +Point[6] Position= (186.195,-177.192,-2796.92) +Point[7] Position= (184.818,-177.092,-2794.57) +Point[8] Position= (184.152,-175.652,-2793.84) +Point[9] Position= (184.751,-175.432,-2793) +Point[10] Position= (184.751,-175.459,-2793) -TrackID =873 : ParentID=852 : TrackStatus=1 +TrackID =895 : ParentID=870 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.4138 -34.4906 -7.41645 keV -Vertex : -0.480217 -0.644499 3.34794 m Global time : 11.4851 ns +Original momentum : -6.90178 -0.845599 -32.4101 keV +Vertex : 0.188201 -0.179533 -2.79729 m Global time : 9.53103 ns Current trajectory has 2 points. -Point[0] Position= (-480.217,-644.499,3347.94) -Point[1] Position= (-480.232,-644.535,3347.93) +Point[0] Position= (188.201,-179.533,-2797.29) +Point[1] Position= (188.195,-179.534,-2797.31) -TrackID =872 : ParentID=852 : TrackStatus=1 +TrackID =894 : ParentID=870 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.21715 -61.2745 -7.42609 keV -Vertex : -0.469119 -0.630263 3.27452 m Global time : 11.2329 ns +Original momentum : -12.8301 16.3085 29.0013 keV +Vertex : 0.187304 -0.184223 -2.79601 m Global time : 9.48062 ns Current trajectory has 2 points. -Point[0] Position= (-469.119,-630.263,3274.52) -Point[1] Position= (-469.105,-630.465,3274.49) +Point[0] Position= (187.304,-184.223,-2796.01) +Point[1] Position= (187.292,-184.208,-2795.98) -TrackID =871 : ParentID=852 : TrackStatus=1 +TrackID =869 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.1354 -29.3813 2.54672 keV -Vertex : -0.434156 -0.585223 3.04163 m Global time : 10.4331 ns +Original momentum : -75.1455 -4.72266 -10.2926 keV +Vertex : 0.17654 -0.174639 -2.6637 m Global time : 8.92901 ns Current trajectory has 2 points. -Point[0] Position= (-434.156,-585.223,3041.63) -Point[1] Position= (-434.083,-585.278,3041.64) +Point[0] Position= (176.54,-174.639,-2663.7) +Point[1] Position= (176.124,-174.665,-2663.75) -TrackID =870 : ParentID=852 : TrackStatus=1 +TrackID =868 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.4161 35.8433 14.3778 keV -Vertex : -0.411773 -0.556032 2.89197 m Global time : 9.919 ns - Current trajectory has 2 points. -Point[0] Position= (-411.773,-556.032,2891.97) -Point[1] Position= (-411.708,-555.96,2892) +Original momentum : 11.0053 -78.7197 -0.301579 keV +Vertex : 0.174217 -0.172335 -2.62846 m Global time : 8.8109 ns + Current trajectory has 3 points. +Point[0] Position= (174.217,-172.335,-2628.46) +Point[1] Position= (174.985,-172.725,-2628.52) +Point[2] Position= (174.985,-172.719,-2628.55) -TrackID =869 : ParentID=852 : TrackStatus=1 +TrackID =867 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.444 -1.85041 5.35801 keV -Vertex : -0.381001 -0.515237 2.68544 m Global time : 9.20932 ns +Original momentum : -4.11054 -34.5612 0.799084 keV +Vertex : 0.166505 -0.164679 -2.51146 m Global time : 8.41873 ns Current trajectory has 2 points. -Point[0] Position= (-381.001,-515.237,2685.44) -Point[1] Position= (-380.978,-515.238,2685.44) +Point[0] Position= (166.505,-164.679,-2511.46) +Point[1] Position= (166.502,-164.709,-2511.46) -TrackID =868 : ParentID=852 : TrackStatus=1 +TrackID =866 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.7186 310.725 174.284 keV -Vertex : -0.338032 -0.458873 2.39877 m Global time : 8.22429 ns - Current trajectory has 20 points. -Point[0] Position= (-338.032,-458.873,2398.77) -Point[1] Position= (-338.691,-450.888,2405.09) -Point[2] Position= (-339.476,-448.334,2405.5) -Point[3] Position= (-341.327,-441.972,2408.74) -Point[4] Position= (-347.752,-428.66,2415.96) -Point[5] Position= (-349.606,-426.605,2420.14) -Point[6] Position= (-353.044,-422.636,2430.75) -Point[7] Position= (-353.5,-419.742,2433.9) -Point[8] Position= (-347.836,-407.695,2440.39) -Point[9] Position= (-344.095,-399.884,2431.91) -Point[10] Position= (-343.605,-392.156,2426.23) -Point[11] Position= (-341.539,-389.171,2419.71) -Point[12] Position= (-338.847,-385.621,2415.84) -Point[13] Position= (-338.778,-385.581,2415.7) -Point[14] Position= (-338.623,-385.585,2415.37) -Point[15] Position= (-338.604,-385.669,2414.8) -Point[16] Position= (-336.545,-385.244,2412.02) -Point[17] Position= (-335.713,-384.397,2409.81) -Point[18] Position= (-337.409,-383.41,2409.92) -Point[19] Position= (-337.788,-383.19,2409.68) +Original momentum : 298.542 34.6958 -68.8 keV +Vertex : 0.160975 -0.159192 -2.42758 m Global time : 8.13756 ns + Current trajectory has 16 points. +Point[0] Position= (160.975,-159.192,-2427.58) +Point[1] Position= (162.017,-159.03,-2427.82) +Point[2] Position= (182.637,-163.861,-2432.21) +Point[3] Position= (195.27,-161.542,-2437.68) +Point[4] Position= (210.771,-159.468,-2445.85) +Point[5] Position= (210.765,-153.8,-2457.87) +Point[6] Position= (218.855,-158.306,-2464.61) +Point[7] Position= (225.357,-155.582,-2471.56) +Point[8] Position= (228.738,-159.833,-2469.82) +Point[9] Position= (228.776,-159.89,-2469.82) +Point[10] Position= (230.139,-164.396,-2468.55) +Point[11] Position= (229.92,-165.818,-2471.58) +Point[12] Position= (230.997,-167.793,-2472.75) +Point[13] Position= (231.092,-169.465,-2473.33) +Point[14] Position= (231.761,-169.597,-2473.72) +Point[15] Position= (231.781,-169.767,-2473.78) -TrackID =930 : ParentID=868 : TrackStatus=1 +TrackID =901 : ParentID=866 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.3105 -41.813 -10.9514 keV -Vertex : -0.338604 -0.385669 2.4148 m Global time : 8.9626 ns +Original momentum : 29.3321 -1.31827 13.6167 keV +Vertex : 0.231761 -0.169597 -2.47372 m Global time : 8.91144 ns Current trajectory has 2 points. -Point[0] Position= (-338.604,-385.669,2414.8) -Point[1] Position= (-338.588,-385.731,2414.79) +Point[0] Position= (231.761,-169.597,-2473.72) +Point[1] Position= (231.783,-169.598,-2473.71) -TrackID =929 : ParentID=868 : TrackStatus=1 +TrackID =900 : ParentID=866 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.4512 44.558 -13.1789 keV -Vertex : -0.338623 -0.385585 2.41537 m Global time : 8.95616 ns +Original momentum : -28.611 10.6686 -17.3367 keV +Vertex : 0.22992 -0.165818 -2.47158 m Global time : 8.85335 ns Current trajectory has 2 points. -Point[0] Position= (-338.623,-385.585,2415.37) -Point[1] Position= (-338.654,-385.5,2415.35) +Point[0] Position= (229.92,-165.818,-2471.58) +Point[1] Position= (229.894,-165.808,-2471.59) -TrackID =928 : ParentID=868 : TrackStatus=1 +TrackID =899 : ParentID=866 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.2049 60.6058 5.86008 keV -Vertex : -0.338778 -0.385581 2.4157 m Global time : 8.9522 ns +Original momentum : -24.2142 -35.1495 -33.0436 keV +Vertex : 0.228776 -0.15989 -2.46982 m Global time : 8.77235 ns Current trajectory has 2 points. -Point[0] Position= (-338.778,-385.581,2415.7) -Point[1] Position= (-338.733,-385.378,2415.72) +Point[0] Position= (228.776,-159.89,-2469.82) +Point[1] Position= (228.719,-159.973,-2469.9) -TrackID =927 : ParentID=868 : TrackStatus=1 +TrackID =898 : ParentID=866 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.0863 4.11647 -13.5475 keV -Vertex : -0.338847 -0.385621 2.41584 m Global time : 8.95061 ns +Original momentum : 12.5962 5.00976 66.181 keV +Vertex : 0.228738 -0.159833 -2.46982 m Global time : 8.77168 ns Current trajectory has 2 points. -Point[0] Position= (-338.847,-385.621,2415.84) -Point[1] Position= (-338.873,-385.617,2415.82) +Point[0] Position= (228.738,-159.833,-2469.82) +Point[1] Position= (228.789,-159.813,-2469.55) -TrackID =926 : ParentID=868 : TrackStatus=1 +TrackID =897 : ParentID=866 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.9917 4.72716 -7.32237 keV -Vertex : -0.3535 -0.419742 2.4339 m Global time : 8.58076 ns +Original momentum : 9.16593 -26.0131 31.4169 keV +Vertex : 0.182637 -0.163861 -2.43221 m Global time : 8.27416 ns Current trajectory has 2 points. -Point[0] Position= (-353.5,-419.742,2433.9) -Point[1] Position= (-353.572,-419.735,2433.89) +Point[0] Position= (182.637,-163.861,-2432.21) +Point[1] Position= (182.649,-163.895,-2432.17) -TrackID =925 : ParentID=868 : TrackStatus=1 +TrackID =896 : ParentID=866 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 68.2942 27.748 -0.488129 keV -Vertex : -0.353044 -0.422636 2.43075 m Global time : 8.55011 ns +Original momentum : 4.12971 5.08638 -54.288 keV +Vertex : 0.162017 -0.15903 -2.42782 m Global time : 8.14454 ns Current trajectory has 2 points. -Point[0] Position= (-353.044,-422.636,2430.75) -Point[1] Position= (-352.694,-422.493,2430.75) +Point[0] Position= (162.017,-159.03,-2427.82) +Point[1] Position= (162.028,-159.017,-2427.95) -TrackID =924 : ParentID=868 : TrackStatus=1 +TrackID =865 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.171 41.7968 -44.5781 keV -Vertex : -0.349606 -0.426605 2.42014 m Global time : 8.47296 ns +Original momentum : 53.1638 10.6201 -0.0639745 keV +Vertex : 0.158491 -0.156733 -2.38999 m Global time : 8.01154 ns Current trajectory has 2 points. -Point[0] Position= (-349.606,-426.605,2420.14) -Point[1] Position= (-349.774,-426.41,2419.94) +Point[0] Position= (158.491,-156.733,-2389.99) +Point[1] Position= (158.618,-156.708,-2389.99) -TrackID =923 : ParentID=868 : TrackStatus=1 +TrackID =864 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.205 -19.1531 2.31944 keV -Vertex : -0.347752 -0.42866 2.41596 m Global time : 8.44054 ns +Original momentum : 37.0189 -4.70057 1.39046 keV +Vertex : 0.13815 -0.136609 -2.08251 m Global time : 6.98087 ns Current trajectory has 2 points. -Point[0] Position= (-347.752,-428.66,2415.96) -Point[1] Position= (-347.782,-428.679,2415.97) +Point[0] Position= (138.15,-136.609,-2082.51) +Point[1] Position= (138.188,-136.614,-2082.51) -TrackID =922 : ParentID=868 : TrackStatus=1 +TrackID =863 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -103.14 -6.15058 2.63243 keV -Vertex : -0.341327 -0.441972 2.40874 m Global time : 8.34207 ns - Current trajectory has 4 points. -Point[0] Position= (-341.327,-441.972,2408.74) -Point[1] Position= (-341.964,-442.278,2408.49) -Point[2] Position= (-342.157,-441.662,2408.19) -Point[3] Position= (-342.089,-441.531,2408.25) +Original momentum : -61.9961 -64.7044 -7.7547 keV +Vertex : 0.124699 -0.1233 -1.87937 m Global time : 6.29991 ns + Current trajectory has 3 points. +Point[0] Position= (124.699,-123.3,-1879.37) +Point[1] Position= (123.863,-123.5,-1879.79) +Point[2] Position= (123.92,-123.424,-1879.93) -TrackID =932 : ParentID=922 : TrackStatus=1 +TrackID =862 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.2481 11.7746 14.6981 keV -Vertex : -0.342157 -0.441662 2.40819 m Global time : 8.36345 ns +Original momentum : 41.5461 4.35228 0.75138 keV +Vertex : 0.114868 -0.113566 -1.73086 m Global time : 5.80208 ns Current trajectory has 2 points. -Point[0] Position= (-342.157,-441.662,2408.19) -Point[1] Position= (-342.202,-441.647,2408.21) +Point[0] Position= (114.868,-113.566,-1730.86) +Point[1] Position= (114.922,-113.56,-1730.86) -TrackID =931 : ParentID=922 : TrackStatus=1 +TrackID =861 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.0572 -38.2162 13.8132 keV -Vertex : -0.341964 -0.442278 2.40849 m Global time : 8.35297 ns +Original momentum : -46.7438 -5.80141 -4.91983 keV +Vertex : 0.0979721 -0.0968468 -1.47583 m Global time : 4.94721 ns Current trajectory has 2 points. -Point[0] Position= (-341.964,-442.278,2408.49) -Point[1] Position= (-342.002,-442.342,2408.51) +Point[0] Position= (97.9721,-96.8468,-1475.83) +Point[1] Position= (97.8914,-96.8569,-1475.84) -TrackID =921 : ParentID=868 : TrackStatus=1 +TrackID =860 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.6654 16.935 -23.3533 keV -Vertex : -0.339476 -0.448334 2.4055 m Global time : 8.29896 ns +Original momentum : -6.52359 -33.1012 0.617636 keV +Vertex : 0.0955443 -0.0944476 -1.43921 m Global time : 4.82444 ns Current trajectory has 2 points. -Point[0] Position= (-339.476,-448.334,2405.5) -Point[1] Position= (-339.419,-448.306,2405.46) +Point[0] Position= (95.5443,-94.4476,-1439.21) +Point[1] Position= (95.539,-94.4744,-1439.21) -TrackID =920 : ParentID=868 : TrackStatus=1 +TrackID =859 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.8183 6.53531 19.2434 keV -Vertex : -0.338691 -0.450888 2.40509 m Global time : 8.28303 ns +Original momentum : -6.04034 -35.4206 0.651963 keV +Vertex : 0.0940652 -0.0929858 -1.41689 m Global time : 4.74964 ns Current trajectory has 2 points. -Point[0] Position= (-338.691,-450.888,2405.09) -Point[1] Position= (-338.655,-450.881,2405.11) +Point[0] Position= (94.0652,-92.9858,-1416.89) +Point[1] Position= (94.0596,-93.0187,-1416.89) -TrackID =867 : ParentID=852 : TrackStatus=1 +TrackID =858 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.22582 31.4425 6.83459 keV -Vertex : -0.334238 -0.453946 2.37346 m Global time : 8.13736 ns - Current trajectory has 2 points. -Point[0] Position= (-334.238,-453.946,2373.46) -Point[1] Position= (-334.239,-453.923,2373.46) +Original momentum : 212.703 -44.2832 -28.1717 keV +Vertex : 5.20546 -5.14843 -78.365 cm Global time : 2.62693 ns + Current trajectory has 10 points. +Point[0] Position= (52.0546,-51.4843,-783.65) +Point[1] Position= (57.6711,-52.9871,-787.221) +Point[2] Position= (60.9161,-53.2336,-789.391) +Point[3] Position= (63.7902,-52.0405,-793.781) +Point[4] Position= (66.8735,-52.187,-794.791) +Point[5] Position= (68.2762,-53.8432,-792.807) +Point[6] Position= (68.1967,-53.5527,-791.861) +Point[7] Position= (68.6612,-52.505,-791.233) +Point[8] Position= (67.8041,-52.8481,-791.373) +Point[9] Position= (67.7982,-52.8935,-791.461) -TrackID =866 : ParentID=852 : TrackStatus=1 +TrackID =904 : ParentID=858 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.2436 -10.4173 5.06314 keV -Vertex : -0.300175 -0.409655 2.14396 m Global time : 7.34946 ns +Original momentum : -36.2156 -4.10835 15.5536 keV +Vertex : 6.81967 -5.35527 -79.1861 cm Global time : 2.83741 ns Current trajectory has 2 points. -Point[0] Position= (-300.175,-409.655,2143.96) -Point[1] Position= (-300.134,-409.666,2143.97) +Point[0] Position= (68.1967,-53.5527,-791.861) +Point[1] Position= (68.155,-53.5574,-791.843) -TrackID =865 : ParentID=852 : TrackStatus=1 +TrackID =903 : ParentID=858 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.69978 -33.218 -6.5544 keV -Vertex : -0.293644 -0.401209 2.0999 m Global time : 7.19823 ns +Original momentum : 14.5612 -54.9501 15.6264 keV +Vertex : 6.09161 -5.32336 -78.9391 cm Global time : 2.71294 ns Current trajectory has 2 points. -Point[0] Position= (-293.644,-401.209,2099.9) -Point[1] Position= (-293.653,-401.239,2099.89) +Point[0] Position= (60.9161,-53.2336,-789.391) +Point[1] Position= (60.9588,-53.3945,-789.345) -TrackID =864 : ParentID=852 : TrackStatus=1 +TrackID =902 : ParentID=858 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.5335 -31.8941 -8.21625 keV -Vertex : -0.287283 -0.392954 2.05676 m Global time : 7.05019 ns - Current trajectory has 2 points. -Point[0] Position= (-287.283,-392.954,2056.76) -Point[1] Position= (-287.319,-392.997,2056.74) +Original momentum : 15.6557 -57.7563 -6.25617 keV +Vertex : 5.76711 -5.29871 -78.7221 cm Global time : 2.67955 ns + Current trajectory has 3 points. +Point[0] Position= (57.6711,-52.9871,-787.221) +Point[1] Position= (57.6768,-53.0056,-787.223) +Point[2] Position= (57.6859,-53.0844,-787.176) -TrackID =863 : ParentID=852 : TrackStatus=1 +TrackID =905 : ParentID=902 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.57461 -70.2786 -9.41963 keV -Vertex : -0.277123 -0.379627 1.98725 m Global time : 6.81171 ns +Original momentum : 1.86207 -17.5752 -29.6152 keV +Vertex : 5.76768 -5.30056 -78.7223 cm Global time : 2.68011 ns Current trajectory has 2 points. -Point[0] Position= (-277.123,-379.627,1987.25) -Point[1] Position= (-277.154,-379.957,1987.21) +Point[0] Position= (57.6768,-53.0056,-787.223) +Point[1] Position= (57.6784,-53.0205,-787.248) -TrackID =862 : ParentID=852 : TrackStatus=1 +TrackID =857 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.7639 49.034 16.3358 keV -Vertex : -0.265416 -0.364162 1.90682 m Global time : 6.53571 ns +Original momentum : 52.3186 4.83657 0.452707 keV +Vertex : 4.73825 -4.68698 -71.3353 cm Global time : 2.39129 ns Current trajectory has 2 points. -Point[0] Position= (-265.416,-364.162,1906.82) -Point[1] Position= (-265.349,-364.028,1906.86) +Point[0] Position= (47.3825,-46.8698,-713.353) +Point[1] Position= (47.4982,-46.8591,-713.352) -TrackID =861 : ParentID=852 : TrackStatus=1 +TrackID =856 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.7145 53.1393 20.0269 keV -Vertex : -0.229478 -0.31649 1.65914 m Global time : 5.68589 ns +Original momentum : -63.4943 0.920279 -8.30021 keV +Vertex : 4.63233 -4.58239 -69.7424 cm Global time : 2.33789 ns Current trajectory has 2 points. -Point[0] Position= (-229.478,-316.49,1659.14) -Point[1] Position= (-229.327,-316.271,1659.23) +Point[0] Position= (46.3233,-45.8239,-697.424) +Point[1] Position= (46.0951,-45.8206,-697.454) -TrackID =860 : ParentID=852 : TrackStatus=1 +TrackID =855 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.3381 -13.3892 4.45823 keV -Vertex : -0.223172 -0.308229 1.61563 m Global time : 5.53665 ns +Original momentum : 50.3118 26.426 -1.56056 keV +Vertex : 3.98235 -3.94007 -59.9658 cm Global time : 2.01016 ns Current trajectory has 2 points. -Point[0] Position= (-223.172,-308.229,1615.63) -Point[1] Position= (-223.129,-308.245,1615.63) +Point[0] Position= (39.8235,-39.4007,-599.658) +Point[1] Position= (39.9584,-39.3299,-599.662) -TrackID =859 : ParentID=852 : TrackStatus=1 +TrackID =854 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.8703 36.571 18.2987 keV -Vertex : -0.209413 -0.290078 1.52002 m Global time : 5.20883 ns +Original momentum : -21.3859 32.6886 -5.09368 keV +Vertex : 3.94324 -3.9014 -59.3775 cm Global time : 1.99044 ns Current trajectory has 2 points. -Point[0] Position= (-209.413,-290.078,1520.02) -Point[1] Position= (-209.231,-289.944,1520.09) +Point[0] Position= (39.4324,-39.014,-593.775) +Point[1] Position= (39.4081,-38.9768,-593.781) -TrackID =858 : ParentID=852 : TrackStatus=1 +TrackID =853 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 53.7561 42.1526 20.8092 keV -Vertex : -0.186734 -0.259919 1.36102 m Global time : 4.66372 ns +Original momentum : 33.71 10.3852 0.334661 keV +Vertex : 3.44423 -3.4079 -51.868 cm Global time : 1.73871 ns Current trajectory has 2 points. -Point[0] Position= (-186.734,-259.919,1361.02) -Point[1] Position= (-186.48,-259.72,1361.12) +Point[0] Position= (34.4423,-34.079,-518.68) +Point[1] Position= (34.4724,-34.0697,-518.68) -TrackID =857 : ParentID=852 : TrackStatus=1 +TrackID =852 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.0263 44.5016 7.62575 keV -Vertex : -0.175244 -0.244713 1.27953 m Global time : 4.38457 ns +Original momentum : -55.7278 -34.717 -5.67656 keV +Vertex : 2.92368 -2.89341 -44.0377 cm Global time : 1.47622 ns Current trajectory has 2 points. -Point[0] Position= (-175.244,-244.713,1279.53) -Point[1] Position= (-175.291,-244.623,1279.55) +Point[0] Position= (29.2368,-28.9341,-440.377) +Point[1] Position= (29.0216,-29.0681,-440.399) -TrackID =856 : ParentID=852 : TrackStatus=1 +TrackID =851 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 51.2985 -102.384 1.12128 keV -Vertex : -0.174014 -0.243077 1.27073 m Global time : 4.35443 ns +Original momentum : 128.568 12.7343 -8.52198 keV +Vertex : 2.16054 -2.13858 -32.5512 cm Global time : 1.09117 ns Current trajectory has 4 points. -Point[0] Position= (-174.014,-243.077,1270.73) -Point[1] Position= (-173.444,-244.052,1270.94) -Point[2] Position= (-174.278,-244.117,1271.29) -Point[3] Position= (-174.325,-244.057,1271.26) +Point[0] Position= (21.6054,-21.3858,-325.512) +Point[1] Position= (23.7286,-21.3849,-324.409) +Point[2] Position= (25.2601,-22.5927,-325.032) +Point[3] Position= (25.6349,-22.5271,-325.119) -TrackID =933 : ParentID=856 : TrackStatus=1 +TrackID =850 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.78273 -34.617 -8.61812 keV -Vertex : -0.173444 -0.244052 1.27094 m Global time : 4.37165 ns +Original momentum : -23.1333 34.1997 -5.484 keV +Vertex : 0.723442 -0.716199 -10.9033 cm Global time : 365.496 ps Current trajectory has 2 points. -Point[0] Position= (-173.444,-244.052,1270.94) -Point[1] Position= (-173.442,-244.084,1270.94) +Point[0] Position= (7.23442,-7.16199,-109.033) +Point[1] Position= (7.20464,-7.11795,-109.04) -TrackID =855 : ParentID=852 : TrackStatus=1 +TrackID =849 : ParentID=848 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.7409 -37.0817 -1.86533 keV -Vertex : -0.163613 -0.229142 1.19596 m Global time : 4.09836 ns +Original momentum : 34.1295 -19.2301 2.01671 keV +Vertex : 0.318377 -0.315191 -4.79721 cm Global time : 160.81 ps Current trajectory has 2 points. -Point[0] Position= (-163.613,-229.142,1195.96) -Point[1] Position= (-163.581,-229.195,1195.96) - -TrackID =854 : ParentID=852 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 78.9679 -26.5853 12.9485 keV -Vertex : -0.140112 -0.196536 1.024 m Global time : 3.50931 ns - Current trajectory has 3 points. -Point[0] Position= (-140.112,-196.536,1024) -Point[1] Position= (-139.283,-196.394,1023.19) -Point[2] Position= (-139.24,-196.388,1023.19) +Point[0] Position= (3.18377,-3.15191,-47.9721) +Point[1] Position= (3.22223,-3.17358,-47.9698) -TrackID =853 : ParentID=852 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.5313 -20.3639 -6.72461 keV -Vertex : -13.1084 -18.4045 95.8223 cm Global time : 3.28395 ns +TrackID =847 : ParentID=51 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : -0.107501 0.225513 -1.4886 GeV +Vertex : 9.90814e-297 -6.2358e-296 6.67102e-294 fm Global time : 8.63505e-305 ps Current trajectory has 2 points. -Point[0] Position= (-131.084,-184.045,958.223) -Point[1] Position= (-131.107,-184.06,958.218) +Point[0] Position= (9.90814e-309,-6.2358e-308,6.67102e-306) +Point[1] Position= (-6.11343e-06,1.28246e-05,-8.46545e-05) -TrackID =851 : ParentID=785 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.211072 -0.296924 1.54331 GeV -Vertex : -12.8237 -18.0098 93.7449 cm Global time : 3.21278 ns - Current trajectory has 45 points. -Point[0] Position= (-128.237,-180.098,937.449) -Point[1] Position= (-132.208,-185.685,966.495) -Point[2] Position= (-136.784,-192.134,1000) -Point[3] Position= (-161.795,-227.484,1183.47) -Point[4] Position= (-190.289,-267.768,1392.96) -Point[5] Position= (-207.425,-292.007,1518.88) -Point[6] Position= (-222.951,-313.978,1633.1) -Point[7] Position= (-232.921,-328.091,1706.44) -Point[8] Position= (-247.231,-348.341,1811.74) -Point[9] Position= (-276.378,-389.613,2026.29) -Point[10] Position= (-286.904,-404.531,2103.75) -Point[11] Position= (-325.594,-459.332,2388.85) -Point[12] Position= (-352.769,-497.806,2588.93) -Point[13] Position= (-363.48,-512.977,2667.84) -Point[14] Position= (-374.203,-528.164,2746.82) -Point[15] Position= (-375.176,-529.541,2753.99) -Point[16] Position= (-393.481,-555.452,2888.88) -Point[17] Position= (-395.941,-558.931,2906.99) -Point[18] Position= (-412.301,-582.049,3027.33) -Point[19] Position= (-427.002,-602.83,3135.51) -Point[20] Position= (-444.739,-627.94,3266.14) -Point[21] Position= (-464.514,-655.996,3411.94) -Point[22] Position= (-499.826,-706.118,3672.38) -Point[23] Position= (-531.59,-751.15,3906.51) -Point[24] Position= (-537.689,-759.802,3951.44) -Point[25] Position= (-571.018,-807.086,4197.09) -Point[26] Position= (-583.075,-824.176,4285.88) -Point[27] Position= (-600.005,-848.174,4410.53) -Point[28] Position= (-609.099,-861.067,4477.52) -Point[29] Position= (-621.634,-878.867,4569.97) -Point[30] Position= (-639.906,-904.87,4704.94) -Point[31] Position= (-642.687,-908.819,4725.45) -Point[32] Position= (-645.747,-913.167,4748.03) -Point[33] Position= (-650.629,-920.096,4784.03) -Point[34] Position= (-658.696,-931.547,4843.52) -Point[35] Position= (-671.345,-949.495,4936.77) -Point[36] Position= (-672.409,-951.003,4944.6) -Point[37] Position= (-692.154,-978.982,5090.17) -Point[38] Position= (-694,-981.6,5103.77) -Point[39] Position= (-695.89,-984.28,5117.7) -Point[40] Position= (-716.069,-1012.87,5266.32) -Point[41] Position= (-748.391,-1058.57,5504.5) -Point[42] Position= (-786.914,-1112.95,5787.95) -Point[43] Position= (-801.128,-1133.02,5892.56) -Point[44] Position= (-815.713,-1153.65,6000) - -TrackID =975 : ParentID=851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.4349 -53.4883 -8.96712 keV -Vertex : -0.801128 -1.13302 5.89256 m Global time : 20.1931 ns - Current trajectory has 2 points. -Point[0] Position= (-801.128,-1133.02,5892.56) -Point[1] Position= (-801.163,-1133.16,5892.54) - -TrackID =974 : ParentID=851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 60.731 5.70216 13.2487 keV -Vertex : -0.786914 -1.11295 5.78795 m Global time : 19.8347 ns - Current trajectory has 2 points. -Point[0] Position= (-786.914,-1112.95,5787.95) -Point[1] Position= (-786.709,-1112.93,5787.99) - -TrackID =973 : ParentID=851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.5534 -12.5809 3.44179 keV -Vertex : -0.748391 -1.05857 5.5045 m Global time : 18.8634 ns - Current trajectory has 2 points. -Point[0] Position= (-748.391,-1058.57,5504.5) -Point[1] Position= (-748.36,-1058.58,5504.5) - -TrackID =972 : ParentID=851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.6614 25.3606 11.7629 keV -Vertex : -0.716069 -1.01287 5.26632 m Global time : 18.0473 ns - Current trajectory has 2 points. -Point[0] Position= (-716.069,-1012.87,5266.32) -Point[1] Position= (-716.013,-1012.83,5266.34) - -TrackID =971 : ParentID=851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.5798 -18.6807 -6.48531 keV -Vertex : -0.69589 -0.98428 5.1177 m Global time : 17.538 ns - Current trajectory has 2 points. -Point[0] Position= (-695.89,-984.28,5117.7) -Point[1] Position= (-695.922,-984.298,5117.7) - -TrackID =970 : ParentID=851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 73.6827 64.9811 33.2006 keV -Vertex : -0.694 -0.9816 5.10377 m Global time : 17.4902 ns - Current trajectory has 4 points. -Point[0] Position= (-694,-981.6,5103.77) -Point[1] Position= (-692.815,-981.619,5104.81) -Point[2] Position= (-691.933,-981.805,5104.56) -Point[3] Position= (-691.932,-981.811,5104.57) +TrackID =50 : ParentID=45 : TrackStatus=1 +Particle name : proton PDG code : 2212 Charge : 1 +Original momentum : 0.244023 0.145296 -4.469 GeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps + Current trajectory has 58 points. +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (4.33832,2.58607,-79.4955) +Point[2] Position= (8.15518,4.862,-149.422) +Point[3] Position= (11.8225,7.04904,-216.626) +Point[4] Position= (23.0864,13.7704,-423.275) +Point[5] Position= (24.5813,14.6616,-450.718) +Point[6] Position= (28.2587,16.8546,-518.261) +Point[7] Position= (34.358,20.4925,-630.134) +Point[8] Position= (37.5331,22.3853,-688.368) +Point[9] Position= (38.1108,22.7296,-698.968) +Point[10] Position= (38.5897,23.0152,-707.759) +Point[11] Position= (41.4529,24.7238,-760.358) +Point[12] Position= (48.303,28.8691,-887.036) +Point[13] Position= (57.3365,34.3608,-1054.45) +Point[14] Position= (86.2775,52.0074,-1591.76) +Point[15] Position= (93.4535,56.3917,-1725.02) +Point[16] Position= (99.4972,60.0841,-1837.26) +Point[17] Position= (102.076,61.6618,-1885.16) +Point[18] Position= (103.886,62.7686,-1918.78) +Point[19] Position= (105.026,63.4659,-1939.96) +Point[20] Position= (109.378,66.1212,-2020.77) +Point[21] Position= (111.151,67.2024,-2053.67) +Point[22] Position= (118.775,71.8577,-2195.23) +Point[23] Position= (132.785,80.4126,-2455.12) +Point[24] Position= (136.937,82.9482,-2532.12) +Point[25] Position= (137.205,83.1114,-2537.09) +Point[26] Position= (137.298,83.1679,-2538.82) +Point[27] Position= (147.809,89.5292,-2733.87) +Point[28] Position= (157.016,95.0912,-2904.61) +Point[29] Position= (165.689,100.323,-3065.41) +Point[30] Position= (190.735,115.423,-3528.76) +Point[31] Position= (195.004,117.995,-3607.64) +Point[32] Position= (200.229,121.137,-3704.1) +Point[33] Position= (200.441,121.265,-3708.01) +Point[34] Position= (201.558,121.937,-3728.61) +Point[35] Position= (212.407,128.447,-3928.47) +Point[36] Position= (222.656,134.596,-4117.63) +Point[37] Position= (229.7,138.82,-4247.54) +Point[38] Position= (234.828,141.894,-4342.08) +Point[39] Position= (235.77,142.459,-4359.46) +Point[40] Position= (245.612,148.36,-4540.99) +Point[41] Position= (246.781,149.059,-4562.5) +Point[42] Position= (251.129,151.66,-4642.54) +Point[43] Position= (253.145,152.863,-4679.61) +Point[44] Position= (261.226,157.685,-4828.14) +Point[45] Position= (262.036,158.168,-4843.04) +Point[46] Position= (267.717,161.56,-4947.54) +Point[47] Position= (273.798,165.186,-5059.45) +Point[48] Position= (282.883,170.593,-5226.76) +Point[49] Position= (282.959,170.639,-5228.17) +Point[50] Position= (287.679,173.443,-5315.12) +Point[51] Position= (290.452,175.091,-5366.24) +Point[52] Position= (291.654,175.805,-5388.39) +Point[53] Position= (293.38,176.831,-5420.18) +Point[54] Position= (293.431,176.861,-5421.12) +Point[55] Position= (307.432,185.167,-5678.97) +Point[56] Position= (312.97,188.454,-5781.09) +Point[57] Position= (324.842,195.504,-6000) + +TrackID =961 : ParentID=50 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 38.0285 -9.7616 0.206289 keV +Vertex : 0.31297 0.188454 -5.78109 m Global time : 19.7422 ns + Current trajectory has 2 points. +Point[0] Position= (312.97,188.454,-5781.09) +Point[1] Position= (313.013,188.443,-5781.09) + +TrackID =960 : ParentID=50 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 169.916 120.126 -29.4331 keV +Vertex : 0.307432 0.185167 -5.67897 m Global time : 19.3935 ns + Current trajectory has 12 points. +Point[0] Position= (307.432,185.167,-5678.97) +Point[1] Position= (312.052,187.456,-5678.33) +Point[2] Position= (318.234,188.663,-5675.21) +Point[3] Position= (322.43,191.623,-5675.58) +Point[4] Position= (326.038,192.362,-5673.29) +Point[5] Position= (327.55,192.837,-5673.5) +Point[6] Position= (328.41,194.991,-5674.56) +Point[7] Position= (328.444,195.68,-5674.34) +Point[8] Position= (328.509,195.764,-5674.3) +Point[9] Position= (329.831,196.211,-5675.48) +Point[10] Position= (330.296,197.102,-5675.31) +Point[11] Position= (330.255,197.121,-5675.31) -TrackID =969 : ParentID=851 : TrackStatus=1 +TrackID =966 : ParentID=960 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.9109 29.2337 8.975 keV -Vertex : -0.692154 -0.978982 5.09017 m Global time : 17.4436 ns +Original momentum : -19.582 29.6083 5.42415 keV +Vertex : 0.329831 0.196211 -5.67548 m Global time : 19.6695 ns Current trajectory has 2 points. -Point[0] Position= (-692.154,-978.982,5090.17) -Point[1] Position= (-692.14,-978.958,5090.17) - -TrackID =968 : ParentID=851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.8995 -110.96 -11.4809 keV -Vertex : -0.672409 -0.951003 4.9446 m Global time : 16.9448 ns - Current trajectory has 4 points. -Point[0] Position= (-672.409,-951.003,4944.6) -Point[1] Position= (-672.239,-952.611,4945.17) -Point[2] Position= (-673.624,-952.841,4945.28) -Point[3] Position= (-673.649,-952.786,4945.34) +Point[0] Position= (329.831,196.211,-5675.48) +Point[1] Position= (329.813,196.239,-5675.48) -TrackID =967 : ParentID=851 : TrackStatus=1 +TrackID =965 : ParentID=960 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.1088 15.3882 8.46365 keV -Vertex : -0.671345 -0.949495 4.93677 m Global time : 16.918 ns +Original momentum : -25.5593 26.6042 23.3005 keV +Vertex : 0.328509 0.195764 -5.6743 m Global time : 19.6494 ns Current trajectory has 2 points. -Point[0] Position= (-671.345,-949.495,4936.77) -Point[1] Position= (-671.317,-949.481,4936.78) +Point[0] Position= (328.509,195.764,-5674.3) +Point[1] Position= (328.472,195.802,-5674.27) -TrackID =966 : ParentID=851 : TrackStatus=1 +TrackID =964 : ParentID=960 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.4524 48.5497 10.5091 keV -Vertex : -0.658696 -0.931547 4.84352 m Global time : 16.5984 ns +Original momentum : -8.75696 -9.38958 31.0489 keV +Vertex : 0.328444 0.19568 -5.67434 m Global time : 19.6477 ns Current trajectory has 2 points. -Point[0] Position= (-658.696,-931.547,4843.52) -Point[1] Position= (-658.717,-931.448,4843.54) +Point[0] Position= (328.444,195.68,-5674.34) +Point[1] Position= (328.437,195.673,-5674.32) -TrackID =965 : ParentID=851 : TrackStatus=1 +TrackID =963 : ParentID=960 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 72.063 -60.158 7.02502 keV -Vertex : -0.650629 -0.920096 4.78403 m Global time : 16.3945 ns - Current trajectory has 3 points. -Point[0] Position= (-650.629,-920.096,4784.03) -Point[1] Position= (-650.109,-920.283,4784.4) -Point[2] Position= (-649.775,-920.614,4784.56) +Original momentum : 3.36616 22.372 38.3342 keV +Vertex : 0.32755 0.192837 -5.6735 m Global time : 19.6082 ns + Current trajectory has 2 points. +Point[0] Position= (327.55,192.837,-5673.5) +Point[1] Position= (327.555,192.87,-5673.44) -TrackID =976 : ParentID=965 : TrackStatus=1 +TrackID =962 : ParentID=960 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.5369 0.680876 32.216 keV -Vertex : -0.650109 -0.920283 4.7844 m Global time : 16.4046 ns +Original momentum : -3.70602 17.6234 29.5873 keV +Vertex : 0.312052 0.187456 -5.67833 m Global time : 19.4369 ns Current trajectory has 2 points. -Point[0] Position= (-650.109,-920.283,4784.4) -Point[1] Position= (-650.122,-920.282,4784.43) +Point[0] Position= (312.052,187.456,-5678.33) +Point[1] Position= (312.049,187.471,-5678.3) -TrackID =964 : ParentID=851 : TrackStatus=1 +TrackID =959 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.9235 -34.7215 -2.88429 keV -Vertex : -0.645747 -0.913167 4.74803 m Global time : 16.2712 ns +Original momentum : -1.13782 -43.1538 -3.328 keV +Vertex : 0.293431 0.176861 -5.42112 m Global time : 18.5129 ns Current trajectory has 2 points. -Point[0] Position= (-645.747,-913.167,4748.03) -Point[1] Position= (-645.729,-913.205,4748.03) +Point[0] Position= (293.431,176.861,-5421.12) +Point[1] Position= (293.429,176.8,-5421.13) -TrackID =963 : ParentID=851 : TrackStatus=1 +TrackID =958 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 55.7767 26.5885 16.7849 keV -Vertex : -0.642687 -0.908819 4.72545 m Global time : 16.1938 ns +Original momentum : -25.4238 21.0469 -1.79501 keV +Vertex : 0.29338 0.176831 -5.42018 m Global time : 18.5097 ns Current trajectory has 2 points. -Point[0] Position= (-642.687,-908.819,4725.45) -Point[1] Position= (-642.486,-908.723,4725.51) +Point[0] Position= (293.38,176.831,-5420.18) +Point[1] Position= (293.36,176.847,-5420.18) -TrackID =962 : ParentID=851 : TrackStatus=1 +TrackID =957 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.6662 49.7631 11.0859 keV -Vertex : -0.639906 -0.90487 4.70494 m Global time : 16.1235 ns +Original momentum : -59.9737 7.44498 -6.70553 keV +Vertex : 0.291654 0.175805 -5.38839 m Global time : 18.4011 ns Current trajectory has 2 points. -Point[0] Position= (-639.906,-904.87,4704.94) -Point[1] Position= (-639.925,-904.764,4704.96) +Point[0] Position= (291.654,175.805,-5388.39) +Point[1] Position= (291.464,175.829,-5388.41) -TrackID =961 : ParentID=851 : TrackStatus=1 +TrackID =956 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.9504 -49.028 -8.86409 keV -Vertex : -0.621634 -0.878867 4.56997 m Global time : 15.661 ns - Current trajectory has 2 points. -Point[0] Position= (-621.634,-878.867,4569.97) -Point[1] Position= (-621.669,-878.974,4569.95) +Original momentum : -19.3451 -91.2377 -12.7936 keV +Vertex : 0.290452 0.175091 -5.36624 m Global time : 18.3255 ns + Current trajectory has 3 points. +Point[0] Position= (290.452,175.091,-5366.24) +Point[1] Position= (290.306,174.363,-5367.27) +Point[2] Position= (290.148,174.306,-5367.37) -TrackID =960 : ParentID=851 : TrackStatus=1 +TrackID =955 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.0641 -32.0758 -7.21601 keV -Vertex : -0.609099 -0.861067 4.47752 m Global time : 15.3442 ns +Original momentum : -57.6697 -18.9827 -7.47639 keV +Vertex : 0.287679 0.173443 -5.31512 m Global time : 18.1509 ns Current trajectory has 2 points. -Point[0] Position= (-609.099,-861.067,4477.52) -Point[1] Position= (-609.118,-861.1,4477.51) +Point[0] Position= (287.679,173.443,-5315.12) +Point[1] Position= (287.494,173.383,-5315.15) -TrackID =959 : ParentID=851 : TrackStatus=1 +TrackID =954 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.9675 8.52128 -1.8686 keV -Vertex : -0.600005 -0.848174 4.41053 m Global time : 15.1146 ns +Original momentum : 47.1208 29.9851 0.409993 keV +Vertex : 0.282959 0.170639 -5.22817 m Global time : 17.854 ns Current trajectory has 2 points. -Point[0] Position= (-600.005,-848.174,4410.53) -Point[1] Position= (-600.041,-848.165,4410.53) +Point[0] Position= (282.959,170.639,-5228.17) +Point[1] Position= (283.08,170.716,-5228.17) -TrackID =958 : ParentID=851 : TrackStatus=1 +TrackID =953 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -60.0504 19.4902 -0.412713 keV -Vertex : -0.583075 -0.824176 4.28588 m Global time : 14.6874 ns +Original momentum : -4.65113 32.5184 -0.282755 keV +Vertex : 0.282883 0.170593 -5.22676 m Global time : 17.8492 ns Current trajectory has 2 points. -Point[0] Position= (-583.075,-824.176,4285.88) -Point[1] Position= (-583.284,-824.108,4285.87) +Point[0] Position= (282.883,170.593,-5226.76) +Point[1] Position= (282.879,170.618,-5226.76) -TrackID =957 : ParentID=851 : TrackStatus=1 +TrackID =952 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 238.431 17.6613 99.2851 keV -Vertex : -0.571018 -0.807086 4.19709 m Global time : 14.3832 ns - Current trajectory has 15 points. -Point[0] Position= (-571.018,-807.086,4197.09) -Point[1] Position= (-565.991,-806.506,4198.13) -Point[2] Position= (-565.801,-806.39,4198.14) -Point[3] Position= (-554.192,-805.377,4201.18) -Point[4] Position= (-546.953,-806.497,4208.91) -Point[5] Position= (-540.322,-805.848,4213.9) -Point[6] Position= (-535.58,-810.103,4216.37) -Point[7] Position= (-530.609,-811.058,4217.3) -Point[8] Position= (-528.772,-811.02,4217.66) -Point[9] Position= (-525.133,-812.067,4217.68) -Point[10] Position= (-523.099,-810.507,4217.31) -Point[11] Position= (-522.861,-809.208,4216.05) -Point[12] Position= (-522.646,-809.086,4215.92) -Point[13] Position= (-522.815,-809.037,4214.82) -Point[14] Position= (-522.824,-809.096,4214.82) +Original momentum : -14.4239 -35.9937 -3.464 keV +Vertex : 0.273798 0.165186 -5.05945 m Global time : 17.2778 ns + Current trajectory has 2 points. +Point[0] Position= (273.798,165.186,-5059.45) +Point[1] Position= (273.782,165.146,-5059.45) -TrackID =980 : ParentID=957 : TrackStatus=1 +TrackID =951 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.2869 20.3407 -11.329 keV -Vertex : -0.522646 -0.809086 4.21592 m Global time : 14.8649 ns +Original momentum : 11.5899 35.4356 0.388287 keV +Vertex : 0.267717 0.16156 -4.94754 m Global time : 16.8956 ns Current trajectory has 2 points. -Point[0] Position= (-522.646,-809.086,4215.92) -Point[1] Position= (-522.668,-809.068,4215.91) +Point[0] Position= (267.717,161.56,-4947.54) +Point[1] Position= (267.729,161.596,-4947.54) -TrackID =979 : ParentID=957 : TrackStatus=1 +TrackID =950 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.0543 33.3902 5.53341 keV -Vertex : -0.528772 -0.81102 4.21766 m Global time : 14.7716 ns +Original momentum : 17.6235 28.4324 0.761753 keV +Vertex : 0.262036 0.158168 -4.84304 m Global time : 16.5388 ns Current trajectory has 2 points. -Point[0] Position= (-528.772,-811.02,4217.66) -Point[1] Position= (-528.757,-810.987,4217.67) +Point[0] Position= (262.036,158.168,-4843.04) +Point[1] Position= (262.05,158.191,-4843.04) -TrackID =978 : ParentID=957 : TrackStatus=1 +TrackID =949 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.94094 24.858 -46.6459 keV -Vertex : -0.565801 -0.80639 4.19814 m Global time : 14.4223 ns +Original momentum : -34.5441 11.3592 -2.84096 keV +Vertex : 0.261226 0.157685 -4.82814 m Global time : 16.4879 ns Current trajectory has 2 points. -Point[0] Position= (-565.801,-806.39,4198.14) -Point[1] Position= (-565.795,-806.334,4198.04) +Point[0] Position= (261.226,157.685,-4828.14) +Point[1] Position= (261.193,157.696,-4828.15) -TrackID =977 : ParentID=957 : TrackStatus=1 +TrackID =948 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.5526 -34.9865 41.9395 keV -Vertex : -0.565991 -0.806506 4.19813 m Global time : 14.4206 ns +Original momentum : -46.4772 -9.47305 -5.10996 keV +Vertex : 0.253145 0.152863 -4.67961 m Global time : 15.9806 ns Current trajectory has 2 points. -Point[0] Position= (-565.991,-806.506,4198.13) -Point[1] Position= (-565.946,-806.601,4198.24) +Point[0] Position= (253.145,152.863,-4679.61) +Point[1] Position= (253.063,152.847,-4679.62) -TrackID =956 : ParentID=851 : TrackStatus=1 +TrackID =947 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.9004 -33.3424 -7.05169 keV -Vertex : -0.537689 -0.759802 3.95144 m Global time : 13.5414 ns +Original momentum : -11.279 52.62 -1.80129 keV +Vertex : 0.251129 0.15166 -4.64254 m Global time : 15.854 ns Current trajectory has 2 points. -Point[0] Position= (-537.689,-759.802,3951.44) -Point[1] Position= (-537.704,-759.835,3951.44) +Point[0] Position= (251.129,151.66,-4642.54) +Point[1] Position= (251.103,151.784,-4642.54) -TrackID =955 : ParentID=851 : TrackStatus=1 +TrackID =946 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.62632 64.3024 16.5754 keV -Vertex : -0.53159 -0.75115 3.90651 m Global time : 13.3874 ns +Original momentum : -4.95819 32.3167 -0.288869 keV +Vertex : 0.246781 0.149059 -4.5625 m Global time : 15.5807 ns Current trajectory has 2 points. -Point[0] Position= (-531.59,-751.15,3906.51) -Point[1] Position= (-531.596,-750.897,3906.57) +Point[0] Position= (246.781,149.059,-4562.5) +Point[1] Position= (246.777,149.083,-4562.5) -TrackID =954 : ParentID=851 : TrackStatus=1 +TrackID =945 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 169.046 -97.6558 42.89 keV -Vertex : -0.499826 -0.706118 3.67238 m Global time : 12.585 ns - Current trajectory has 9 points. -Point[0] Position= (-499.826,-706.118,3672.38) -Point[1] Position= (-496.545,-712.424,3674.58) -Point[2] Position= (-497.977,-713.379,3670.12) -Point[3] Position= (-499.578,-711.945,3667.45) -Point[4] Position= (-501.987,-713.31,3668.14) -Point[5] Position= (-502.285,-714.75,3666.31) -Point[6] Position= (-501.386,-715.435,3665.19) -Point[7] Position= (-502.024,-714.493,3664.33) -Point[8] Position= (-502.147,-714.522,3664.26) +Original momentum : -206.94 -9.26945 -55.7614 keV +Vertex : 0.245612 0.14836 -4.54099 m Global time : 15.5072 ns + Current trajectory has 11 points. +Point[0] Position= (245.612,148.36,-4540.99) +Point[1] Position= (239.101,145.878,-4542.36) +Point[2] Position= (238.016,144.21,-4540.29) +Point[3] Position= (237.088,139.76,-4536.62) +Point[4] Position= (238.543,135.56,-4535.18) +Point[5] Position= (242.361,135.358,-4532.5) +Point[6] Position= (242.933,134.433,-4532.06) +Point[7] Position= (244.366,132.423,-4530.58) +Point[8] Position= (243.301,131.276,-4532.28) +Point[9] Position= (243.668,129.825,-4532.99) +Point[10] Position= (243.665,129.848,-4532.65) -TrackID =982 : ParentID=954 : TrackStatus=1 +TrackID =970 : ParentID=945 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.3401 47.9203 3.54909 keV -Vertex : -0.497977 -0.713379 3.67012 m Global time : 12.6885 ns +Original momentum : -22.8517 -39.8668 41.7707 keV +Vertex : 0.242933 0.134433 -4.53206 m Global time : 15.7417 ns Current trajectory has 2 points. -Point[0] Position= (-497.977,-713.379,3670.12) -Point[1] Position= (-497.957,-713.288,3670.13) +Point[0] Position= (242.933,134.433,-4532.06) +Point[1] Position= (242.857,134.3,-4531.92) -TrackID =981 : ParentID=954 : TrackStatus=1 +TrackID =969 : ParentID=945 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.2695 -16.1887 -4.14927 keV -Vertex : -0.496545 -0.712424 3.67458 m Global time : 12.643 ns +Original momentum : 29.3622 17.3198 2.76431 keV +Vertex : 0.237088 0.13976 -4.53662 m Global time : 15.6402 ns Current trajectory has 2 points. -Point[0] Position= (-496.545,-712.424,3674.58) -Point[1] Position= (-496.514,-712.44,3674.58) +Point[0] Position= (237.088,139.76,-4536.62) +Point[1] Position= (237.112,139.774,-4536.62) -TrackID =953 : ParentID=851 : TrackStatus=1 +TrackID =968 : ParentID=945 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.2954 10.2487 -1.10958 keV -Vertex : -0.464514 -0.655996 3.41194 m Global time : 11.6926 ns +Original momentum : 7.64889 -36.2896 -13.2629 keV +Vertex : 0.238016 0.14421 -4.54029 m Global time : 15.5911 ns Current trajectory has 2 points. -Point[0] Position= (-464.514,-655.996,3411.94) -Point[1] Position= (-464.536,-655.989,3411.94) +Point[0] Position= (238.016,144.21,-4540.29) +Point[1] Position= (238.025,144.169,-4540.3) -TrackID =952 : ParentID=851 : TrackStatus=1 +TrackID =967 : ParentID=945 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -258.392 163.502 90.1816 keV -Vertex : -0.444739 -0.62794 3.26614 m Global time : 11.1929 ns - Current trajectory has 20 points. -Point[0] Position= (-444.739,-627.94,3266.14) -Point[1] Position= (-458.618,-606.07,3282.18) -Point[2] Position= (-460.594,-602.993,3285.17) -Point[3] Position= (-461.564,-600.8,3292.51) -Point[4] Position= (-461.551,-600.713,3292.72) -Point[5] Position= (-463.935,-586.296,3301.88) -Point[6] Position= (-464.326,-581.258,3307.97) -Point[7] Position= (-462.916,-580.508,3318.26) -Point[8] Position= (-456.439,-575.426,3323.06) -Point[9] Position= (-456.234,-574.866,3322.42) -Point[10] Position= (-454.827,-573.16,3320.64) -Point[11] Position= (-454.177,-571.998,3318.35) -Point[12] Position= (-453.254,-568.299,3314.67) -Point[13] Position= (-450.402,-567.439,3311.29) -Point[14] Position= (-446.947,-566.864,3309.66) -Point[15] Position= (-446.265,-566.994,3308.54) -Point[16] Position= (-446.003,-566.525,3307.25) -Point[17] Position= (-445.62,-566.242,3306.66) -Point[18] Position= (-445.684,-566.086,3306.51) -Point[19] Position= (-445.789,-565.92,3306.3) +Original momentum : -14.5167 27.2379 18.3616 keV +Vertex : 0.239101 0.145878 -4.54236 m Global time : 15.5654 ns + Current trajectory has 2 points. +Point[0] Position= (239.101,145.878,-4542.36) +Point[1] Position= (239.087,145.903,-4542.34) -TrackID =992 : ParentID=952 : TrackStatus=1 +TrackID =944 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.5895 -29.5522 -18.5105 keV -Vertex : -0.445684 -0.566086 3.30651 m Global time : 11.9981 ns +Original momentum : -4.80714 -33.375 -2.49007 keV +Vertex : 0.23577 0.142459 -4.35946 m Global time : 14.8873 ns Current trajectory has 2 points. -Point[0] Position= (-445.684,-566.086,3306.51) -Point[1] Position= (-445.694,-566.115,3306.49) +Point[0] Position= (235.77,142.459,-4359.46) +Point[1] Position= (235.766,142.432,-4359.46) -TrackID =991 : ParentID=952 : TrackStatus=1 +TrackID =943 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 68.5899 13.7874 -21.7765 keV -Vertex : -0.44562 -0.566242 3.30666 m Global time : 11.9935 ns +Original momentum : 37.0414 -3.81093 0.498377 keV +Vertex : 0.234828 0.141894 -4.34208 m Global time : 14.828 ns Current trajectory has 2 points. -Point[0] Position= (-445.62,-566.242,3306.66) -Point[1] Position= (-445.274,-566.172,3306.55) +Point[0] Position= (234.828,141.894,-4342.08) +Point[1] Position= (234.865,141.891,-4342.08) -TrackID =990 : ParentID=952 : TrackStatus=1 +TrackID =942 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.7357 2.09069 21.3537 keV -Vertex : -0.446003 -0.566525 3.30725 m Global time : 11.9832 ns +Original momentum : -38.6099 13.0833 -3.34171 keV +Vertex : 0.2297 0.13882 -4.24754 m Global time : 14.5051 ns Current trajectory has 2 points. -Point[0] Position= (-446.003,-566.525,3307.25) -Point[1] Position= (-445.983,-566.523,3307.26) +Point[0] Position= (229.7,138.82,-4247.54) +Point[1] Position= (229.652,138.836,-4247.54) -TrackID =989 : ParentID=952 : TrackStatus=1 +TrackID =941 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.3013 -27.801 7.39027 keV -Vertex : -0.446265 -0.566994 3.30854 m Global time : 11.9658 ns +Original momentum : 24.1361 -22.9081 -0.545101 keV +Vertex : 0.222656 0.134596 -4.11763 m Global time : 14.0615 ns Current trajectory has 2 points. -Point[0] Position= (-446.265,-566.994,3308.54) -Point[1] Position= (-446.25,-567.017,3308.55) +Point[0] Position= (222.656,134.596,-4117.63) +Point[1] Position= (222.675,134.578,-4117.63) -TrackID =988 : ParentID=952 : TrackStatus=1 +TrackID =940 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.3016 -26.379 -7.12419 keV -Vertex : -0.454177 -0.571998 3.31835 m Global time : 11.8215 ns +Original momentum : 365.654 176.723 -133.322 keV +Vertex : 0.212407 0.128447 -3.92847 m Global time : 13.4155 ns + Current trajectory has 26 points. +Point[0] Position= (212.407,128.447,-3928.47) +Point[1] Position= (223.312,134.907,-3934.62) +Point[2] Position= (228.058,136.48,-3938.18) +Point[3] Position= (234.33,139.131,-3946.27) +Point[4] Position= (251.056,150.458,-3955.97) +Point[5] Position= (252.382,171.888,-3966.95) +Point[6] Position= (281.513,192.863,-3980.54) +Point[7] Position= (283.982,193.346,-3977.81) +Point[8] Position= (289.1,194.648,-3974.37) +Point[9] Position= (283.109,211.807,-3944.9) +Point[10] Position= (280.37,213.533,-3942.77) +Point[11] Position= (269.945,209.497,-3921.27) +Point[12] Position= (269.026,210.433,-3915.7) +Point[13] Position= (267.922,212.248,-3913.49) +Point[14] Position= (266.545,225.92,-3904) +Point[15] Position= (264.871,230.523,-3895.19) +Point[16] Position= (267.679,235.254,-3887.37) +Point[17] Position= (271.044,237.307,-3883.48) +Point[18] Position= (274.584,238.84,-3879.52) +Point[19] Position= (273.404,239.275,-3875.43) +Point[20] Position= (273.254,239.268,-3875.31) +Point[21] Position= (271.586,239.013,-3873.02) +Point[22] Position= (272.037,238.499,-3870.85) +Point[23] Position= (271.596,237.655,-3869.76) +Point[24] Position= (271.614,237.675,-3869.71) +Point[25] Position= (271.792,237.716,-3869.33) + +TrackID =983 : ParentID=940 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -11.4215 31.4493 2.06463 keV +Vertex : 0.271614 0.237675 -3.86971 m Global time : 14.9753 ns Current trajectory has 2 points. -Point[0] Position= (-454.177,-571.998,3318.35) -Point[1] Position= (-454.139,-572.031,3318.34) +Point[0] Position= (271.614,237.675,-3869.71) +Point[1] Position= (271.605,237.7,-3869.71) -TrackID =987 : ParentID=952 : TrackStatus=1 +TrackID =982 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.4836 18.7774 4.55637 keV -Vertex : -0.456234 -0.574866 3.32242 m Global time : 11.7724 ns +Original momentum : -32.5852 -31.1356 -8.62161 keV +Vertex : 0.273254 0.239268 -3.87531 m Global time : 14.8936 ns Current trajectory has 2 points. -Point[0] Position= (-456.234,-574.866,3322.42) -Point[1] Position= (-456.262,-574.848,3322.42) +Point[0] Position= (273.254,239.268,-3875.31) +Point[1] Position= (273.202,239.218,-3875.33) -TrackID =986 : ParentID=952 : TrackStatus=1 +TrackID =981 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.4649 8.1604 8.44762 keV -Vertex : -0.464326 -0.581258 3.30797 m Global time : 11.6149 ns +Original momentum : -23.1317 36.6387 -26.2747 keV +Vertex : 0.271044 0.237307 -3.88348 m Global time : 14.8014 ns Current trajectory has 2 points. -Point[0] Position= (-464.326,-581.258,3307.97) -Point[1] Position= (-464.349,-581.252,3307.97) +Point[0] Position= (271.044,237.307,-3883.48) +Point[1] Position= (270.997,237.381,-3883.54) -TrackID =985 : ParentID=952 : TrackStatus=1 +TrackID =980 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.1277 -32.7595 20.9926 keV -Vertex : -0.461551 -0.600713 3.29272 m Global time : 11.4474 ns +Original momentum : 56.4974 -19.9226 25.2202 keV +Vertex : 0.264871 0.230523 -3.89519 m Global time : 14.6832 ns Current trajectory has 2 points. -Point[0] Position= (-461.551,-600.713,3292.72) -Point[1] Position= (-461.491,-600.776,3292.76) +Point[0] Position= (264.871,230.523,-3895.19) +Point[1] Position= (265.082,230.449,-3895.09) -TrackID =984 : ParentID=952 : TrackStatus=1 +TrackID =979 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -56.1011 10.8765 2.05377 keV -Vertex : -0.461564 -0.6008 3.29251 m Global time : 11.4458 ns +Original momentum : 3.20291 -52.1431 40.9816 keV +Vertex : 0.269026 0.210433 -3.9157 m Global time : 14.4828 ns Current trajectory has 2 points. -Point[0] Position= (-461.564,-600.8,3292.51) -Point[1] Position= (-461.716,-600.77,3292.51) +Point[0] Position= (269.026,210.433,-3915.7) +Point[1] Position= (269.039,210.227,-3915.54) -TrackID =983 : ParentID=952 : TrackStatus=1 +TrackID =978 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.14437 30.6734 -11.8962 keV -Vertex : -0.460594 -0.602993 3.28517 m Global time : 11.3947 ns +Original momentum : -26.244 8.97529 -23.1619 keV +Vertex : 0.28037 0.213533 -3.94277 m Global time : 14.3001 ns Current trajectory has 2 points. -Point[0] Position= (-460.594,-602.993,3285.17) -Point[1] Position= (-460.591,-602.97,3285.16) +Point[0] Position= (280.37,213.533,-3942.77) +Point[1] Position= (280.346,213.542,-3942.79) -TrackID =951 : ParentID=851 : TrackStatus=1 +TrackID =977 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.8665 39.3586 14.681 keV -Vertex : -0.427002 -0.60283 3.13551 m Global time : 10.7453 ns +Original momentum : -5.65378 15.539 -30.1398 keV +Vertex : 0.2891 0.194648 -3.97437 m Global time : 14.0911 ns Current trajectory has 2 points. -Point[0] Position= (-427.002,-602.83,3135.51) -Point[1] Position= (-426.931,-602.742,3135.55) +Point[0] Position= (289.1,194.648,-3974.37) +Point[1] Position= (289.095,194.662,-3974.39) -TrackID =950 : ParentID=851 : TrackStatus=1 +TrackID =976 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.8708 27.2761 8.81518 keV -Vertex : -0.412301 -0.582049 3.02733 m Global time : 10.3746 ns +Original momentum : 19.3469 27.8721 -25.5491 keV +Vertex : 0.283982 0.193346 -3.97781 m Global time : 14.0533 ns Current trajectory has 2 points. -Point[0] Position= (-412.301,-582.049,3027.33) -Point[1] Position= (-412.287,-582.027,3027.34) +Point[0] Position= (283.982,193.346,-3977.81) +Point[1] Position= (284.008,193.383,-3977.84) -TrackID =949 : ParentID=851 : TrackStatus=1 +TrackID =975 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.6441 -23.6217 1.53038 keV -Vertex : -0.395941 -0.558931 2.90699 m Global time : 9.96221 ns +Original momentum : 34.0406 9.54687 -40.7317 keV +Vertex : 0.281513 0.192863 -3.98054 m Global time : 14.0312 ns Current trajectory has 2 points. -Point[0] Position= (-395.941,-558.931,2906.99) -Point[1] Position= (-395.902,-558.96,2906.99) +Point[0] Position= (281.513,192.863,-3980.54) +Point[1] Position= (281.594,192.886,-3980.64) -TrackID =948 : ParentID=851 : TrackStatus=1 +TrackID =974 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 161.913 60.6462 67.1526 keV -Vertex : -0.393481 -0.555452 2.88888 m Global time : 9.90015 ns - Current trajectory has 10 points. -Point[0] Position= (-393.481,-555.452,2888.88) -Point[1] Position= (-392.717,-555.295,2889.1) -Point[2] Position= (-392.438,-555.224,2889.28) -Point[3] Position= (-387.801,-556.866,2890.76) -Point[4] Position= (-389.294,-559.22,2893.83) -Point[5] Position= (-389.082,-559.971,2896.88) -Point[6] Position= (-387.947,-560.388,2899.12) -Point[7] Position= (-388.423,-559.485,2900.64) -Point[8] Position= (-388.567,-558.49,2901.28) -Point[9] Position= (-388.583,-558.475,2901.25) +Original momentum : -37.629 -1.81083 -61.6696 keV +Vertex : 0.252382 0.171888 -3.96695 m Global time : 13.8209 ns + Current trajectory has 3 points. +Point[0] Position= (252.382,171.888,-3966.95) +Point[1] Position= (252.21,172.075,-3967.14) +Point[2] Position= (252.204,172.125,-3967.05) -TrackID =994 : ParentID=948 : TrackStatus=1 +TrackID =984 : ParentID=974 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.2055 13.5684 34.1063 keV -Vertex : -0.392438 -0.555224 2.88928 m Global time : 9.91141 ns +Original momentum : -39.6604 -8.84841 2.23553 keV +Vertex : 0.25221 0.172075 -3.96714 m Global time : 13.8268 ns Current trajectory has 2 points. -Point[0] Position= (-392.438,-555.224,2889.28) -Point[1] Position= (-392.451,-555.209,2889.32) +Point[0] Position= (252.21,172.075,-3967.14) +Point[1] Position= (252.161,172.065,-3967.14) -TrackID =993 : ParentID=948 : TrackStatus=1 +TrackID =973 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.9716 -21.5247 -15.0778 keV -Vertex : -0.392717 -0.555295 2.8891 m Global time : 9.90796 ns +Original momentum : -0.861706 -9.9821 -58.1359 keV +Vertex : 0.251056 0.150458 -3.95597 m Global time : 13.6928 ns Current trajectory has 2 points. -Point[0] Position= (-392.717,-555.295,2889.1) -Point[1] Position= (-392.704,-555.31,2889.09) +Point[0] Position= (251.056,150.458,-3955.97) +Point[1] Position= (251.054,150.428,-3956.14) -TrackID =947 : ParentID=851 : TrackStatus=1 +TrackID =972 : ParentID=940 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.5321 -51.9064 -4.89904 keV -Vertex : -0.375176 -0.529541 2.75399 m Global time : 9.43793 ns +Original momentum : -26.9332 -44.5521 -61.9404 keV +Vertex : 0.23433 0.139131 -3.94627 m Global time : 13.5749 ns + Current trajectory has 3 points. +Point[0] Position= (234.33,139.131,-3946.27) +Point[1] Position= (233.714,139.589,-3947.02) +Point[2] Position= (233.731,139.604,-3947.02) + +TrackID =971 : ParentID=940 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 0.402378 52.2288 16.9136 keV +Vertex : 0.228058 0.13648 -3.93818 m Global time : 13.52 ns Current trajectory has 2 points. -Point[0] Position= (-375.176,-529.541,2753.99) -Point[1] Position= (-375.139,-529.666,2753.98) +Point[0] Position= (228.058,136.48,-3938.18) +Point[1] Position= (228.059,136.609,-3938.14) -TrackID =946 : ParentID=851 : TrackStatus=1 +TrackID =939 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.3523 -23.9344 -7.09226 keV -Vertex : -0.374203 -0.528164 2.74682 m Global time : 9.41337 ns +Original momentum : -34.6701 12.9769 -2.83652 keV +Vertex : 0.201558 0.121937 -3.72861 m Global time : 12.733 ns Current trajectory has 2 points. -Point[0] Position= (-374.203,-528.164,2746.82) -Point[1] Position= (-374.235,-528.19,2746.81) +Point[0] Position= (201.558,121.937,-3728.61) +Point[1] Position= (201.523,121.95,-3728.61) -TrackID =945 : ParentID=851 : TrackStatus=1 +TrackID =938 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.0848 -72.144 -11.4823 keV -Vertex : -0.36348 -0.512977 2.66784 m Global time : 9.14272 ns +Original momentum : -34.302 13.8595 -2.78357 keV +Vertex : 0.200441 0.121265 -3.70801 m Global time : 12.6626 ns Current trajectory has 2 points. -Point[0] Position= (-363.48,-512.977,2667.84) -Point[1] Position= (-363.639,-513.402,2667.77) +Point[0] Position= (200.441,121.265,-3708.01) +Point[1] Position= (200.407,121.279,-3708.01) + +TrackID =937 : ParentID=50 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 134.065 -26.053 -12.089 keV +Vertex : 0.200229 0.121137 -3.7041 m Global time : 12.6492 ns + Current trajectory has 5 points. +Point[0] Position= (200.229,121.137,-3704.1) +Point[1] Position= (201.128,121.216,-3704.42) +Point[2] Position= (202.27,122.624,-3705.19) +Point[3] Position= (202.68,123.283,-3706.75) +Point[4] Position= (202.547,123.045,-3706.97) -TrackID =944 : ParentID=851 : TrackStatus=1 +TrackID =986 : ParentID=937 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.7155 19.7344 1.19469 keV -Vertex : -0.352769 -0.497806 2.58893 m Global time : 8.87232 ns +Original momentum : -18.8006 8.30407 -38.3009 keV +Vertex : 0.20227 0.122624 -3.70519 m Global time : 12.6828 ns Current trajectory has 2 points. -Point[0] Position= (-352.769,-497.806,2588.93) -Point[1] Position= (-352.791,-497.79,2588.93) +Point[0] Position= (202.27,122.624,-3705.19) +Point[1] Position= (202.243,122.636,-3705.24) -TrackID =943 : ParentID=851 : TrackStatus=1 +TrackID =985 : ParentID=937 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 45.3296 21.5096 12.9837 keV -Vertex : -0.325594 -0.459332 2.38885 m Global time : 8.18668 ns +Original momentum : 14.6235 -34.6333 -31.0024 keV +Vertex : 0.201128 0.121216 -3.70442 m Global time : 12.6607 ns Current trajectory has 2 points. -Point[0] Position= (-325.594,-459.332,2388.85) -Point[1] Position= (-325.497,-459.286,2388.88) +Point[0] Position= (201.128,121.216,-3704.42) +Point[1] Position= (201.155,121.152,-3704.48) -TrackID =942 : ParentID=851 : TrackStatus=1 +TrackID =936 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.5029 -34.6255 -2.24764 keV -Vertex : -0.286904 -0.404531 2.10375 m Global time : 7.20973 ns +Original momentum : -34.4108 20.5445 -2.80832 keV +Vertex : 0.195004 0.117995 -3.60764 m Global time : 12.3199 ns Current trajectory has 2 points. -Point[0] Position= (-286.904,-404.531,2103.75) -Point[1] Position= (-286.88,-404.573,2103.75) +Point[0] Position= (195.004,117.995,-3607.64) +Point[1] Position= (194.963,118.02,-3607.65) -TrackID =941 : ParentID=851 : TrackStatus=1 +TrackID =935 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -54.3141 70.0732 14.1509 keV -Vertex : -0.276378 -0.389613 2.02629 m Global time : 6.94425 ns - Current trajectory has 3 points. -Point[0] Position= (-276.378,-389.613,2026.29) -Point[1] Position= (-276.755,-389.367,2026.14) -Point[2] Position= (-276.915,-389.087,2026.15) +Original momentum : 272.906 -116.082 -75.6876 keV +Vertex : 0.190735 0.115423 -3.52876 m Global time : 12.0505 ns + Current trajectory has 15 points. +Point[0] Position= (190.735,115.423,-3528.76) +Point[1] Position= (205.816,113.851,-3529.1) +Point[2] Position= (206.364,113.725,-3529.29) +Point[3] Position= (211.39,112.56,-3533.81) +Point[4] Position= (222.088,103.083,-3532.5) +Point[5] Position= (231.701,101.035,-3539.04) +Point[6] Position= (231.483,98.5585,-3543.81) +Point[7] Position= (226.67,97.8126,-3547.48) +Point[8] Position= (226.939,96.7363,-3552.45) +Point[9] Position= (225.835,99.953,-3554.84) +Point[10] Position= (226.841,102.556,-3556.56) +Point[11] Position= (227.209,104.055,-3558.14) +Point[12] Position= (226.507,105.049,-3556.35) +Point[13] Position= (225.228,105.88,-3555.88) +Point[14] Position= (225.089,105.695,-3555.69) + +TrackID =990 : ParentID=935 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -33.5185 4.09785 19.679 keV +Vertex : 0.231483 0.0985585 -3.54381 m Global time : 12.4158 ns + Current trajectory has 2 points. +Point[0] Position= (231.483,98.5585,-3543.81) +Point[1] Position= (231.445,98.563,-3543.79) + +TrackID =989 : ParentID=935 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 10.3332 27.7533 -45.7588 keV +Vertex : 0.21139 0.11256 -3.53381 m Global time : 12.1936 ns + Current trajectory has 2 points. +Point[0] Position= (211.39,112.56,-3533.81) +Point[1] Position= (211.415,112.627,-3533.92) + +TrackID =988 : ParentID=935 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 95.3937 45.7266 64.3197 keV +Vertex : 0.206364 0.113725 -3.52929 m Global time : 12.1461 ns + Current trajectory has 5 points. +Point[0] Position= (206.364,113.725,-3529.29) +Point[1] Position= (207.544,113.488,-3528.55) +Point[2] Position= (208.808,113.538,-3528.96) +Point[3] Position= (209.248,113.099,-3529.11) +Point[4] Position= (209.238,112.739,-3529.33) -TrackID =995 : ParentID=941 : TrackStatus=1 +TrackID =992 : ParentID=988 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.80819 4.05307 -41.748 keV -Vertex : -0.276755 -0.389367 2.02614 m Global time : 6.95189 ns +Original momentum : -0.389403 -21.6578 34.9755 keV +Vertex : 0.209248 0.113099 -3.52911 m Global time : 12.1891 ns Current trajectory has 2 points. -Point[0] Position= (-276.755,-389.367,2026.14) -Point[1] Position= (-276.749,-389.362,2026.08) +Point[0] Position= (209.248,113.099,-3529.11) +Point[1] Position= (209.247,113.072,-3529.06) -TrackID =940 : ParentID=851 : TrackStatus=1 +TrackID =991 : ParentID=988 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.7035 12.6098 8.17172 keV -Vertex : -0.247231 -0.348341 1.81174 m Global time : 6.209 ns +Original momentum : -6.93519 -42.7387 24.6905 keV +Vertex : 0.208808 0.113538 -3.52896 m Global time : 12.1794 ns Current trajectory has 2 points. -Point[0] Position= (-247.231,-348.341,1811.74) -Point[1] Position= (-247.2,-348.329,1811.74) +Point[0] Position= (208.808,113.538,-3528.96) +Point[1] Position= (208.795,113.455,-3528.92) -TrackID =939 : ParentID=851 : TrackStatus=1 +TrackID =987 : ParentID=935 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.21515 31.7762 6.61208 keV -Vertex : -0.232921 -0.328091 1.70644 m Global time : 5.84815 ns +Original momentum : -1.6521 28.7717 -34.8596 keV +Vertex : 0.205816 0.113851 -3.5291 m Global time : 12.1422 ns Current trajectory has 2 points. -Point[0] Position= (-232.921,-328.091,1706.44) -Point[1] Position= (-232.924,-328.066,1706.44) +Point[0] Position= (205.816,113.851,-3529.1) +Point[1] Position= (205.813,113.896,-3529.15) -TrackID =938 : ParentID=851 : TrackStatus=1 +TrackID =934 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.86121 42.8113 9.92349 keV -Vertex : -0.222951 -0.313978 1.6331 m Global time : 5.59684 ns - Current trajectory has 2 points. -Point[0] Position= (-222.951,-313.978,1633.1) -Point[1] Position= (-222.953,-313.916,1633.12) +Original momentum : -51.8294 -99.0896 -18.7461 keV +Vertex : 0.165689 0.100323 -3.06541 m Global time : 10.4682 ns + Current trajectory has 3 points. +Point[0] Position= (165.689,100.323,-3065.41) +Point[1] Position= (165.792,98.997,-3065.22) +Point[2] Position= (165.756,98.5712,-3065.49) -TrackID =937 : ParentID=851 : TrackStatus=1 +TrackID =993 : ParentID=934 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.6577 -30.0022 -7.55061 keV -Vertex : -0.207425 -0.292007 1.51888 m Global time : 5.20542 ns +Original momentum : -27.5999 -27.9787 48.0307 keV +Vertex : 0.165792 0.098997 -3.06522 m Global time : 10.4848 ns Current trajectory has 2 points. -Point[0] Position= (-207.425,-292.007,1518.88) -Point[1] Position= (-207.454,-292.042,1518.88) +Point[0] Position= (165.792,98.997,-3065.22) +Point[1] Position= (165.7,98.9039,-3065.06) -TrackID =936 : ParentID=851 : TrackStatus=1 +TrackID =933 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -54.7886 14.0126 -1.5496 keV -Vertex : -0.190289 -0.267768 1.39296 m Global time : 4.77386 ns - Current trajectory has 2 points. -Point[0] Position= (-190.289,-267.768,1392.96) -Point[1] Position= (-190.435,-267.731,1392.95) +Original momentum : 89.315 63.5293 -5.03477 keV +Vertex : 0.157016 0.0950912 -2.90461 m Global time : 9.91902 ns + Current trajectory has 4 points. +Point[0] Position= (157.016,95.0912,-2904.61) +Point[1] Position= (157.475,96.6815,-2905.84) +Point[2] Position= (158.65,97.1306,-2905.33) +Point[3] Position= (158.677,97.1498,-2905.36) -TrackID =1000 : ParentID=935 : TrackStatus=1 +TrackID =932 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.3351 2.61505 32.2678 keV -Vertex : -0.314269 -0.378065 1.32736 m Global time : 4.9761 ns - Current trajectory has 2 points. -Point[0] Position= (-314.269,-378.065,1327.36) -Point[1] Position= (-314.243,-378.062,1327.4) +Original momentum : -49.3173 -220.88 -62.4292 keV +Vertex : 0.147809 0.0895292 -2.73387 m Global time : 9.33597 ns + Current trajectory has 11 points. +Point[0] Position= (147.809,89.5292,-2733.87) +Point[1] Position= (148.872,81.703,-2739.43) +Point[2] Position= (151.954,79.0081,-2739.31) +Point[3] Position= (156.001,74.1687,-2741.52) +Point[4] Position= (158.232,69.442,-2742.15) +Point[5] Position= (160.331,67.8405,-2744.4) +Point[6] Position= (162.741,68.6653,-2745.44) +Point[7] Position= (163.145,70.5372,-2746.67) +Point[8] Position= (163.317,70.7156,-2746.58) +Point[9] Position= (164.111,71.9596,-2747.34) +Point[10] Position= (163.89,72.2197,-2747.45) -TrackID =999 : ParentID=935 : TrackStatus=1 +TrackID =996 : ParentID=932 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.3395 -11.6382 20.5523 keV -Vertex : -0.280958 -0.349599 1.29533 m Global time : 4.78341 ns +Original momentum : 33.931 -16.6406 -5.12259 keV +Vertex : 0.163317 0.0707156 -2.74658 m Global time : 9.63846 ns Current trajectory has 2 points. -Point[0] Position= (-280.958,-349.599,1295.33) -Point[1] Position= (-280.94,-349.608,1295.35) +Point[0] Position= (163.317,70.7156,-2746.58) +Point[1] Position= (163.353,70.698,-2746.58) -TrackID =998 : ParentID=935 : TrackStatus=1 +TrackID =995 : ParentID=932 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.3533 13.6234 32.3123 keV -Vertex : -0.228767 -0.279906 1.24386 m Global time : 4.42662 ns +Original momentum : 29.4844 34.9975 -22.6583 keV +Vertex : 0.151954 0.0790081 -2.73931 m Global time : 9.43921 ns Current trajectory has 2 points. -Point[0] Position= (-228.767,-279.906,1243.86) -Point[1] Position= (-228.757,-279.893,1243.89) +Point[0] Position= (151.954,79.0081,-2739.31) +Point[1] Position= (152.015,79.0804,-2739.35) -TrackID =997 : ParentID=935 : TrackStatus=1 +TrackID =994 : ParentID=932 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.61047 17.1482 31.7962 keV -Vertex : -0.209617 -0.265503 1.23004 m Global time : 4.32839 ns +Original momentum : -24.5425 -36.648 32.3937 keV +Vertex : 0.148872 0.081703 -2.73943 m Global time : 9.40483 ns Current trajectory has 2 points. -Point[0] Position= (-209.617,-265.503,1230.04) -Point[1] Position= (-209.611,-265.486,1230.07) +Point[0] Position= (148.872,81.703,-2739.43) +Point[1] Position= (148.813,81.6135,-2739.35) -TrackID =996 : ParentID=935 : TrackStatus=1 +TrackID =931 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.1033 -6.91303 -38.3946 keV -Vertex : -0.162655 -0.228066 1.18414 m Global time : 4.06035 ns +Original momentum : 45.8519 -8.35646 0.028855 keV +Vertex : 0.137298 0.0831679 -2.53882 m Global time : 8.66986 ns Current trajectory has 2 points. -Point[0] Position= (-162.655,-228.066,1184.14) -Point[1] Position= (-162.708,-228.079,1184.06) +Point[0] Position= (137.298,83.1679,-2538.82) +Point[1] Position= (137.375,83.154,-2538.82) -TrackID =934 : ParentID=851 : TrackStatus=1 +TrackID =930 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.0042 -32.2661 -6.61629 keV -Vertex : -13.2208 -18.5685 96.6495 cm Global time : 3.31233 ns - Current trajectory has 2 points. -Point[0] Position= (-132.208,-185.685,966.495) -Point[1] Position= (-132.216,-185.706,966.49) +Original momentum : 0.189334 1.31287 -1.66451 MeV +Vertex : 0.137205 0.0831114 -2.53709 m Global time : 8.66395 ns + Current trajectory has 63 points. +Point[0] Position= (137.205,83.1114,-2537.09) +Point[1] Position= (138.497,102.539,-2561.6) +Point[2] Position= (149.911,156.069,-2644.67) +Point[3] Position= (152.191,168.449,-2658.49) +Point[4] Position= (160.425,198.469,-2693.73) +Point[5] Position= (166.847,233.082,-2740.07) +Point[6] Position= (187.532,291.971,-2794.33) +Point[7] Position= (194.916,311.703,-2816.02) +Point[8] Position= (204.174,389.41,-2894.29) +Point[9] Position= (217.445,432.115,-2933.63) +Point[10] Position= (254.887,542.273,-3031.32) +Point[11] Position= (272.711,608.531,-3099.66) +Point[12] Position= (271.733,717.026,-3219.19) +Point[13] Position= (274.561,799.881,-3299.48) +Point[14] Position= (259.136,980.37,-3564.66) +Point[15] Position= (285.955,1040.69,-3627.93) +Point[16] Position= (318.377,1117.51,-3709.56) +Point[17] Position= (322.011,1128.32,-3720.16) +Point[18] Position= (322.929,1130.88,-3722.56) +Point[19] Position= (365.583,1288.61,-3869.79) +Point[20] Position= (408.406,1337.12,-3909.52) +Point[21] Position= (464.551,1393.22,-3963.51) +Point[22] Position= (464.722,1393.45,-3963.7) +Point[23] Position= (506.267,1444.63,-4017.96) +Point[24] Position= (528.596,1475.93,-4047.88) +Point[25] Position= (548.415,1497.57,-4072.43) +Point[26] Position= (595.728,1544.24,-4128.78) +Point[27] Position= (617.508,1567.78,-4169.46) +Point[28] Position= (642.536,1599.01,-4232.17) +Point[29] Position= (642.96,1599.35,-4233.19) +Point[30] Position= (663.036,1619.25,-4289.04) +Point[31] Position= (675.072,1635.17,-4329.85) +Point[32] Position= (678.954,1638.6,-4339.38) +Point[33] Position= (690.054,1650.03,-4366.2) +Point[34] Position= (703.367,1666.39,-4394.65) +Point[35] Position= (703.436,1666.48,-4394.8) +Point[36] Position= (713.067,1682.48,-4417.73) +Point[37] Position= (736.841,1716.02,-4478.5) +Point[38] Position= (755.027,1745.67,-4514.76) +Point[39] Position= (798.744,1828.88,-4626.9) +Point[40] Position= (819.474,1856.7,-4656.56) +Point[41] Position= (845.435,1889.69,-4692.96) +Point[42] Position= (847.095,1892.23,-4695.8) +Point[43] Position= (860.854,1909.05,-4713.05) +Point[44] Position= (866.537,1919.28,-4726.41) +Point[45] Position= (874.687,1930.59,-4742.96) +Point[46] Position= (883.914,1941.71,-4764.9) +Point[47] Position= (977.131,2143.87,-5098.44) +Point[48] Position= (1040.92,2211.81,-5190.91) +Point[49] Position= (1094.42,2260.27,-5258.66) +Point[50] Position= (1108.31,2285.25,-5298.55) +Point[51] Position= (1165.21,2374.42,-5512.45) +Point[52] Position= (1165.63,2375.02,-5513.69) +Point[53] Position= (1204.76,2427.9,-5593.14) +Point[54] Position= (1215.65,2452.11,-5631.42) +Point[55] Position= (1220.93,2465.86,-5651.82) +Point[56] Position= (1221.41,2466.9,-5653.51) +Point[57] Position= (1261.38,2516.57,-5761.92) +Point[58] Position= (1289.79,2568.23,-5841.86) +Point[59] Position= (1294.17,2575.95,-5856.17) +Point[60] Position= (1305.74,2597.49,-5889.04) +Point[61] Position= (1313.35,2611.2,-5907.95) +Point[62] Position= (1338.98,2673.25,-6000) + +TrackID =1056 : ParentID=930 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 28.3286 27.0882 24.422 keV +Vertex : 1.31335 2.6112 -5.90795 m Global time : 24.1804 ns + Current trajectory has 2 points. +Point[0] Position= (1313.35,2611.2,-5907.95) +Point[1] Position= (1313.4,2611.25,-5907.91) + +TrackID =1055 : ParentID=930 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -113.74 1.46038 -62.0692 keV +Vertex : 1.30574 2.59749 -5.88904 m Global time : 24.092 ns + Current trajectory has 5 points. +Point[0] Position= (1305.74,2597.49,-5889.04) +Point[1] Position= (1303.28,2597.74,-5888.79) +Point[2] Position= (1301.73,2597.85,-5888) +Point[3] Position= (1302.29,2597.7,-5886.63) +Point[4] Position= (1302.4,2597.87,-5886.61) -TrackID =905 : ParentID=900 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 20.0191 6.37462 -3.54714 MeV -Vertex : -4.67463 -5.09975 -30.5859 nm Global time : 0.000110548 ps - Current trajectory has 4 points. -Point[0] Position= (-4.67463e-06,-5.09975e-06,-3.05859e-05) -Point[1] Position= (190.572,60.6833,-33.767) -Point[2] Position= (238.215,75.8541,-42.2088) -Point[3] Position= (241.315,76.8415,-42.7582) +TrackID =1054 : ParentID=930 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -13.2371 -103.85 -96.8469 keV +Vertex : 1.29417 2.57595 -5.85617 m Global time : 23.9451 ns + Current trajectory has 6 points. +Point[0] Position= (1294.17,2575.95,-5856.17) +Point[1] Position= (1292.65,2574.37,-5858.07) +Point[2] Position= (1293.4,2572.27,-5858.79) +Point[3] Position= (1294.72,2573.18,-5858.19) +Point[4] Position= (1293.82,2573.7,-5858.96) +Point[5] Position= (1293.81,2573.64,-5858.98) -TrackID =1001 : ParentID=905 : TrackStatus=1 +TrackID =1053 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.634 5.74428 -3.23071 MeV -Vertex : 24.1315 7.68415 -4.27582 cm Global time : 856.721 ps - Current trajectory has 29 points. -Point[0] Position= (241.315,76.8415,-42.7582) -Point[1] Position= (241.515,76.9023,-42.7997) -Point[2] Position= (242.971,77.3948,-43.0497) -Point[3] Position= (285.145,93.2324,-50.7927) -Point[4] Position= (285.679,93.4422,-50.8899) -Point[5] Position= (286.146,93.6256,-50.977) -Point[6] Position= (288.473,94.8741,-51.0275) -Point[7] Position= (289.535,95.8892,-50.6886) -Point[8] Position= (292.073,98.6286,-50.2137) -Point[9] Position= (323.707,133.094,-45.595) -Point[10] Position= (325.2,136.871,-45.6029) -Point[11] Position= (326.199,139.346,-46.5633) -Point[12] Position= (326.426,139.54,-46.7515) -Point[13] Position= (363.316,165.167,-60.0489) -Point[14] Position= (364.038,165.759,-60.3943) -Point[15] Position= (364.386,165.905,-60.5644) -Point[16] Position= (364.756,165.955,-60.8434) -Point[17] Position= (365.082,165.978,-61.1651) -Point[18] Position= (365.356,166.045,-61.5292) -Point[19] Position= (365.527,166.212,-61.9172) -Point[20] Position= (365.527,166.213,-62.366) -Point[21] Position= (365.315,166.091,-62.7556) -Point[22] Position= (365.421,165.702,-62.9825) -Point[23] Position= (365.25,165.385,-63.2774) -Point[24] Position= (364.908,165.243,-63.484) -Point[25] Position= (364.903,165.237,-63.4836) -Point[26] Position= (364.721,164.934,-63.2433) -Point[27] Position= (364.592,164.686,-63.2586) -Point[28] Position= (364.555,164.637,-63.2698) - -TrackID =1008 : ParentID=1001 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 70.6979 -23.9015 79.5088 keV -Vertex : 36.3316 16.5167 -6.00489 cm Global time : 1.38511 ns - Current trajectory has 28 points. -Point[0] Position= (363.316,165.167,-60.0489) -Point[1] Position= (363.469,165.175,-59.8756) -Point[2] Position= (363.528,165.084,-59.7431) -Point[3] Position= (363.616,165.046,-59.6014) -Point[4] Position= (363.768,165.023,-59.6103) -Point[5] Position= (363.91,165.035,-59.5979) -Point[6] Position= (364.044,165.041,-59.5588) -Point[7] Position= (364.164,165.107,-59.5237) -Point[8] Position= (364.277,165.122,-59.6068) -Point[9] Position= (364.337,165.101,-59.6442) -Point[10] Position= (364.337,165.101,-59.6442) -Point[11] Position= (364.337,165.101,-59.6443) -Point[12] Position= (364.337,165.101,-59.6443) -Point[13] Position= (364.347,165.073,-59.7276) -Point[14] Position= (364.351,165.071,-59.7345) -Point[15] Position= (364.351,165.071,-59.7346) -Point[16] Position= (364.351,165.071,-59.7346) -Point[17] Position= (364.351,165.071,-59.7347) -Point[18] Position= (364.351,165.071,-59.7347) -Point[19] Position= (364.351,165.071,-59.7347) -Point[20] Position= (364.351,165.071,-59.7347) -Point[21] Position= (364.351,165.071,-59.7347) -Point[22] Position= (364.351,165.071,-59.7347) -Point[23] Position= (364.351,165.071,-59.7347) -Point[24] Position= (364.351,165.071,-59.7347) -Point[25] Position= (364.351,165.072,-59.7347) -Point[26] Position= (364.351,165.072,-59.7346) -Point[27] Position= (364.351,165.072,-59.7346) - -TrackID =1007 : ParentID=1001 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.0379 -15.6897 37.9415 keV -Vertex : 29.2073 9.86286 -5.02137 cm Global time : 1.04529 ns - Current trajectory has 2 points. -Point[0] Position= (292.073,98.6286,-50.2137) -Point[1] Position= (292.087,98.6135,-50.1772) - -TrackID =1005 : ParentID=1001 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.22349 -0.271151 -1.37811 MeV -Vertex : 28.6146 9.36256 -5.0977 cm Global time : 1.01883 ns - Current trajectory has 35 points. -Point[0] Position= (286.146,93.6256,-50.977) -Point[1] Position= (286.345,93.588,-51.0579) -Point[2] Position= (287.142,93.6104,-51.6066) -Point[3] Position= (288.035,93.9202,-51.8302) -Point[4] Position= (288.906,94.0244,-51.4669) -Point[5] Position= (289.416,93.8596,-50.6329) -Point[6] Position= (289.95,93.9202,-49.8153) -Point[7] Position= (290.15,94.0103,-49.529) -Point[8] Position= (300.455,145.906,33.4993) -Point[9] Position= (297.471,148.568,32.5202) -Point[10] Position= (286.153,161.865,26.0339) -Point[11] Position= (259.55,188.138,16.0933) -Point[12] Position= (230.384,217.776,13.6073) -Point[13] Position= (134.411,278.371,-1.77222) -Point[14] Position= (41.8583,331.051,8.20199) -Point[15] Position= (49.4281,346.492,-7.6262) -Point[16] Position= (49.4368,346.545,-7.67459) -Point[17] Position= (49.4312,346.574,-7.71135) -Point[18] Position= (49.4097,346.608,-7.73889) -Point[19] Position= (49.3944,346.627,-7.77958) -Point[20] Position= (49.3892,346.635,-7.8264) -Point[21] Position= (49.393,346.632,-7.87326) -Point[22] Position= (49.3916,346.662,-7.91079) -Point[23] Position= (49.3718,346.669,-7.95332) -Point[24] Position= (49.3562,346.661,-7.99839) -Point[25] Position= (49.3405,346.647,-8.03983) -Point[26] Position= (49.341,346.629,-8.0815) -Point[27] Position= (49.3392,346.625,-8.12713) -Point[28] Position= (49.3535,346.637,-8.16744) -Point[29] Position= (49.3914,346.661,-8.18041) -Point[30] Position= (49.3905,346.689,-8.21529) -Point[31] Position= (49.4109,346.72,-8.23833) -Point[32] Position= (49.4364,346.741,-8.26126) -Point[33] Position= (49.4787,346.761,-8.27059) -Point[34] Position= (49.5067,346.77,-8.29885) - -TrackID =1016 : ParentID=1005 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 61.0252 22.799 45.8706 keV -Vertex : 4.18583 33.1051 0.820199 cm Global time : 2.59611 ns +Original momentum : 30.9269 59.9911 40.3285 keV +Vertex : 1.28979 2.56823 -5.84186 m Global time : 23.8847 ns Current trajectory has 3 points. -Point[0] Position= (41.8583,331.051,8.20199) -Point[1] Position= (41.5587,331.889,8.6831) -Point[2] Position= (41.5647,331.896,8.6775) +Point[0] Position= (1289.79,2568.23,-5841.86) +Point[1] Position= (1289.5,2568.46,-5841.07) +Point[2] Position= (1289.48,2568.48,-5841.07) -TrackID =1015 : ParentID=1005 : TrackStatus=1 +TrackID =1052 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.7994 38.1387 26.3113 keV -Vertex : 23.0384 21.7776 1.36073 cm Global time : 1.77576 ns +Original momentum : 0.124872 49.3885 20.4944 keV +Vertex : 1.26138 2.51657 -5.76192 m Global time : 23.5326 ns Current trajectory has 2 points. -Point[0] Position= (230.384,217.776,13.6073) -Point[1] Position= (230.407,217.824,13.6405) +Point[0] Position= (1261.38,2516.57,-5761.92) +Point[1] Position= (1261.38,2516.69,-5761.87) -TrackID =1014 : ParentID=1005 : TrackStatus=1 +TrackID =1051 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.47625 -12.2285 -37.6547 keV -Vertex : 25.955 18.8138 1.60933 cm Global time : 1.6231 ns +Original momentum : 56.0776 1.0579 10.334 keV +Vertex : 1.22141 2.4669 -5.65351 m Global time : 23.0891 ns Current trajectory has 2 points. -Point[0] Position= (259.55,188.138,16.0933) -Point[1] Position= (259.547,188.128,16.0625) +Point[0] Position= (1221.41,2466.9,-5653.51) +Point[1] Position= (1221.57,2466.9,-5653.49) -TrackID =1013 : ParentID=1005 : TrackStatus=1 +TrackID =1050 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.94275 -29.5917 -47.7178 keV -Vertex : 28.6153 16.1865 2.60339 cm Global time : 1.48069 ns +Original momentum : -15.6328 52.3782 25.2611 keV +Vertex : 1.22093 2.46586 -5.65182 m Global time : 23.0818 ns Current trajectory has 2 points. -Point[0] Position= (286.153,161.865,26.0339) -Point[1] Position= (286.142,161.816,25.9539) +Point[0] Position= (1220.93,2465.86,-5651.82) +Point[1] Position= (1220.88,2466.02,-5651.74) -TrackID =1012 : ParentID=1005 : TrackStatus=1 +TrackID =1049 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -72.6287 -78.7473 -71.9937 keV -Vertex : 29.7471 14.8568 3.25202 cm Global time : 1.41238 ns - Current trajectory has 8 points. -Point[0] Position= (297.471,148.568,32.5202) -Point[1] Position= (297.31,148.325,32.2083) -Point[2] Position= (297.225,148.032,31.7782) -Point[3] Position= (296.937,147.833,31.35) -Point[4] Position= (296.498,147.668,31.1214) -Point[5] Position= (296.211,148.23,31.0932) -Point[6] Position= (296.402,148.539,30.535) -Point[7] Position= (296.051,148.299,30.388) +Original momentum : 29.7853 -30.0566 -11.0876 keV +Vertex : 1.21565 2.45211 -5.63142 m Global time : 22.9922 ns + Current trajectory has 2 points. +Point[0] Position= (1215.65,2452.11,-5631.42) +Point[1] Position= (1215.69,2452.07,-5631.43) -TrackID =1011 : ParentID=1005 : TrackStatus=1 +TrackID =1048 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.57472 -21.5674 -28.2277 keV -Vertex : 30.0455 14.5906 3.34993 cm Global time : 1.39723 ns +Original momentum : 34.1311 -0.201792 9.738 keV +Vertex : 1.20476 2.4279 -5.59314 m Global time : 22.8265 ns Current trajectory has 2 points. -Point[0] Position= (300.455,145.906,33.4993) -Point[1] Position= (300.448,145.89,33.4794) +Point[0] Position= (1204.76,2427.9,-5593.14) +Point[1] Position= (1204.79,2427.9,-5593.13) -TrackID =1004 : ParentID=1001 : TrackStatus=1 +TrackID =1047 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 203.6 802.937 47.9893 keV -Vertex : 28.5679 9.34422 -5.08899 cm Global time : 1.01714 ns - Current trajectory has 5 points. -Point[0] Position= (285.679,93.4422,-50.8899) -Point[1] Position= (285.721,93.5785,-50.8331) -Point[2] Position= (285.76,93.6756,-50.7902) -Point[3] Position= (285.807,93.7178,-50.6873) -Point[4] Position= (285.751,93.815,-50.6244) - -TrackID =1010 : ParentID=1005 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 14.3075 -1.0831 -5.41304 keV -Vertex : 28.6345 9.3588 -5.10579 cm Global time : 1.01956 ns +Original momentum : 12.5297 -29.0799 -10.9517 keV +Vertex : 1.16563 2.37502 -5.51369 m Global time : 22.463 ns Current trajectory has 2 points. -Point[0] Position= (286.345,93.588,-51.0579) -Point[1] Position= (286.974,93.5404,-51.2963) +Point[0] Position= (1165.63,2375.02,-5513.69) +Point[1] Position= (1165.64,2375,-5513.7) -TrackID =1017 : ParentID=1010 : TrackStatus=1 +TrackID =1046 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.8115 70.1534 87.2878 keV -Vertex : 28.6974 9.35404 -5.12963 cm Global time : 1.02182 ns +Original momentum : 44.338 -49.8045 -11.7178 keV +Vertex : 1.16521 2.37442 -5.51245 m Global time : 22.4579 ns Current trajectory has 2 points. -Point[0] Position= (286.974,93.5404,-51.2963) -Point[1] Position= (286.975,93.5408,-51.2957) +Point[0] Position= (1165.21,2374.42,-5512.45) +Point[1] Position= (1165.39,2374.21,-5512.5) -TrackID =1018 : ParentID=1009 : TrackStatus=1 +TrackID =1045 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -152.659 -159.407 -25.2049 keV -Vertex : 24.071 7.39843 -7.33971 cm Global time : 1.91828 ns +Original momentum : 64.4441 -10.1691 7.72503 keV +Vertex : 1.10831 2.28525 -5.29855 m Global time : 21.6285 ns Current trajectory has 2 points. -Point[0] Position= (240.71,73.9843,-73.3971) -Point[1] Position= (240.706,73.9795,-73.3978) +Point[0] Position= (1108.31,2285.25,-5298.55) +Point[1] Position= (1108.55,2285.21,-5298.52) -TrackID =1019 : ParentID=1003 : TrackStatus=1 +TrackID =1044 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.80168 1.34198 -1.1115 MeV -Vertex : 33.7358 10.609 -5.80822 cm Global time : 1.19549 ns - Current trajectory has 15 points. -Point[0] Position= (337.358,106.09,-58.0822) -Point[1] Position= (338.056,106.328,-58.5759) -Point[2] Position= (338.681,106.395,-58.8152) -Point[3] Position= (344.875,108.438,-64.3577) -Point[4] Position= (382.343,117.533,-98.0435) -Point[5] Position= (382.928,117.866,-98.4568) -Point[6] Position= (383.32,118.084,-98.6644) -Point[7] Position= (383.446,118.047,-99.1482) -Point[8] Position= (383.641,118.13,-99.6116) -Point[9] Position= (383.851,118.025,-100.013) -Point[10] Position= (384.297,117.992,-100.137) -Point[11] Position= (384.644,118.185,-99.8105) -Point[12] Position= (385.089,117.935,-99.7323) -Point[13] Position= (384.782,117.862,-98.5567) -Point[14] Position= (384.821,117.892,-98.5108) - -TrackID =1020 : ParentID=1019 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.59154 32.1169 -1.12097 keV -Vertex : 34.4875 10.8438 -6.43577 cm Global time : 1.22968 ns - Current trajectory has 2 points. -Point[0] Position= (344.875,108.438,-64.3577) -Point[1] Position= (344.871,108.456,-64.3584) - -TrackID =902 : ParentID=901 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -61.3794 -82.887 -434.451 MeV -Vertex : -38.6094 -12.0769 -187.143 nm Global time : 0.000653418 ps - Current trajectory has 4 points. -Point[0] Position= (-3.86094e-05,-1.20769e-05,-0.000187143) -Point[1] Position= (-119.022,-160.728,-842.456) -Point[2] Position= (-141.28,-190.786,-1000) -Point[3] Position= (-847.682,-1144.71,-6000) - -TrackID =898 : ParentID=788 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 0.0303631 -0.121129 6.54372 GeV -Vertex : 0.00608855 -0.084619 3.00832 um Global time : 0.0100395 ps +Original momentum : 22.584 18.3674 20.9267 keV +Vertex : 1.09442 2.26027 -5.25866 m Global time : 21.455 ns Current trajectory has 2 points. -Point[0] Position= (6.08855e-06,-8.4619e-05,0.00300832) -Point[1] Position= (27.8402,-111.064,6000) +Point[0] Position= (1094.42,2260.27,-5258.66) +Point[1] Position= (1094.44,2260.29,-5258.64) -TrackID =897 : ParentID=788 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -0.00932788 -0.171221 3.84967 GeV -Vertex : 0.00608855 -0.084619 3.00832 um Global time : 0.0100395 ps +TrackID =1043 : ParentID=930 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 14.4968 -28.2969 -11.2956 keV +Vertex : 1.04092 2.21181 -5.19091 m Global time : 21.1053 ns Current trajectory has 2 points. -Point[0] Position= (6.08855e-06,-8.4619e-05,0.00300832) -Point[1] Position= (-14.5382,-266.86,6000) +Point[0] Position= (1040.92,2211.81,-5190.91) +Point[1] Position= (1040.94,2211.79,-5190.92) -TrackID =1002 : ParentID=905 : TrackStatus=1 -Particle name : e+ PDG code : -11 Charge : 1 -Original momentum : 2.32207 0.6131 -0.307581 MeV -Vertex : 24.1315 7.68415 -4.27582 cm Global time : 856.721 ps - Current trajectory has 15 points. -Point[0] Position= (241.315,76.8415,-42.7582) -Point[1] Position= (241.722,77.0937,-42.8674) -Point[2] Position= (241.723,77.1297,-42.818) -Point[3] Position= (241.664,77.4173,-42.5751) -Point[4] Position= (241.651,77.7108,-42.3203) -Point[5] Position= (241.598,77.9182,-42.0129) -Point[6] Position= (241.386,78.0636,-41.7229) -Point[7] Position= (241.188,78.1533,-41.4022) -Point[8] Position= (241.047,78.1932,-41.0346) -Point[9] Position= (240.946,78.48,-40.8039) -Point[10] Position= (240.86,78.4281,-40.4225) -Point[11] Position= (240.853,78.3161,-40.0612) -Point[12] Position= (240.224,78.2133,-39.4907) -Point[13] Position= (240.228,78.2364,-39.485) -Point[14] Position= (240.228,78.2364,-39.485) - -TrackID =908 : ParentID=52 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : 56.967 -182.503 -764.313 MeV -Vertex : 4.43257e-295 -4.79843e-295 6.71372e-294 fm Global time : 8.76574e-305 ps +TrackID =1042 : ParentID=930 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 19.5502 -26.6839 -9.61548 keV +Vertex : 0.977131 2.14387 -5.09844 m Global time : 20.6462 ns Current trajectory has 2 points. -Point[0] Position= (4.43257e-307,-4.79843e-307,6.71372e-306) -Point[1] Position= (3.95455e-05,-0.000126691,-0.000530573) +Point[0] Position= (977.131,2143.87,-5098.44) +Point[1] Position= (977.148,2143.85,-5098.45) -TrackID =51 : ParentID=45 : TrackStatus=1 -Particle name : unknown : rho- PDG code : -213 Charge : -1 -Original momentum : 0.177917 -0.04267 -6.1605 GeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps +TrackID =1041 : ParentID=930 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -28.7725 -6.87056 -21.2326 keV +Vertex : 0.883914 1.94171 -4.7649 m Global time : 19.2674 ns Current trajectory has 2 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (9.90814e-309,-6.2358e-308,6.67102e-306) +Point[0] Position= (883.914,1941.71,-4764.9) +Point[1] Position= (883.887,1941.7,-4764.92) -TrackID =1027 : ParentID=51 : TrackStatus=1 -Particle name : pi- PDG code : -211 Charge : -1 -Original momentum : 0.266364 -0.263612 -4.01216 GeV -Vertex : 9.90814e-297 -6.2358e-296 6.67102e-294 fm Global time : 8.63505e-305 ps - Current trajectory has 53 points. -Point[0] Position= (9.90814e-309,-6.2358e-308,6.67102e-306) -Point[1] Position= (8.64547,-8.55231,-130.221) -Point[2] Position= (15.1574,-15.0062,-228.298) -Point[3] Position= (22.6075,-22.3833,-340.514) -Point[4] Position= (25.7452,-25.4909,-387.817) -Point[5] Position= (26.4497,-26.1892,-398.445) -Point[6] Position= (35.6849,-35.3285,-537.84) -Point[7] Position= (38.1593,-37.7715,-575.219) -Point[8] Position= (41.7691,-41.3375,-629.733) -Point[9] Position= (44.7239,-44.255,-674.351) -Point[10] Position= (45.0242,-44.5514,-678.885) -Point[11] Position= (53.6615,-53.0759,-809.251) -Point[12] Position= (53.8604,-53.2721,-812.253) -Point[13] Position= (58.6716,-58.0154,-884.83) -Point[14] Position= (77.7277,-76.8579,-1172.75) -Point[15] Position= (79.6558,-78.7657,-1201.92) -Point[16] Position= (106.499,-105.377,-1608.33) -Point[17] Position= (112.561,-111.406,-1700.42) -Point[18] Position= (121.784,-120.564,-1840.43) -Point[19] Position= (135.376,-134.066,-2046.7) -Point[20] Position= (170.336,-168.865,-2577.33) -Point[21] Position= (172.972,-171.499,-2617.48) -Point[22] Position= (178.962,-177.487,-2708.73) -Point[23] Position= (182.484,-181.009,-2762.37) -Point[24] Position= (183.085,-181.61,-2771.53) -Point[25] Position= (196.194,-194.705,-2971.18) -Point[26] Position= (200.863,-199.368,-3042.32) -Point[27] Position= (215.375,-213.868,-3263.58) -Point[28] Position= (224.113,-222.596,-3396.86) -Point[29] Position= (233.138,-231.619,-3534.5) -Point[30] Position= (240.623,-239.118,-3648.6) -Point[31] Position= (240.641,-239.136,-3648.88) -Point[32] Position= (245.388,-243.891,-3721.22) -Point[33] Position= (249.949,-248.455,-3790.72) -Point[34] Position= (253.885,-252.4,-3850.76) -Point[35] Position= (260.936,-259.467,-3958.45) -Point[36] Position= (264.277,-262.816,-4009.46) -Point[37] Position= (286.131,-284.673,-4342.75) -Point[38] Position= (310.591,-309.109,-4716.03) -Point[39] Position= (313.169,-311.684,-4755.38) -Point[40] Position= (319.819,-318.327,-4856.95) -Point[41] Position= (338.753,-337.223,-5145.64) -Point[42] Position= (339.162,-337.631,-5151.88) -Point[43] Position= (340.521,-338.991,-5172.64) -Point[44] Position= (349.206,-347.681,-5305.34) -Point[45] Position= (358.273,-356.768,-5444.03) -Point[46] Position= (377.718,-376.253,-5741.85) -Point[47] Position= (379.78,-378.321,-5773.39) -Point[48] Position= (381.003,-379.548,-5792.11) -Point[49] Position= (382.719,-381.269,-5818.37) -Point[50] Position= (387.742,-386.309,-5895.25) -Point[51] Position= (392.042,-390.625,-5961.05) -Point[52] Position= (394.586,-393.181,-6000) - -TrackID =1078 : ParentID=1027 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.3259 -95.8765 -3.12943 keV -Vertex : 0.392042 -0.390625 -5.96105 m Global time : 19.9814 ns - Current trajectory has 3 points. -Point[0] Position= (392.042,-390.625,-5961.05) -Point[1] Position= (390.903,-391.463,-5961.76) -Point[2] Position= (390.711,-391.723,-5961.71) - -TrackID =1077 : ParentID=1027 : TrackStatus=1 +TrackID =1040 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.3512 -3.94621 1.26559 keV -Vertex : 0.387742 -0.386309 -5.89525 m Global time : 19.7609 ns +Original momentum : 28.7076 23.9281 22.6201 keV +Vertex : 0.874687 1.93059 -4.74296 m Global time : 19.1751 ns Current trajectory has 2 points. -Point[0] Position= (387.742,-386.309,-5895.25) -Point[1] Position= (387.795,-386.314,-5895.25) +Point[0] Position= (874.687,1930.59,-4742.96) +Point[1] Position= (874.728,1930.62,-4742.93) -TrackID =1076 : ParentID=1027 : TrackStatus=1 +TrackID =1039 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 101.348 154.609 -37.372 keV -Vertex : 0.382719 -0.381269 -5.81837 m Global time : 19.5032 ns - Current trajectory has 8 points. -Point[0] Position= (382.719,-381.269,-5818.37) -Point[1] Position= (385.977,-378.795,-5820.36) -Point[2] Position= (386.369,-374.221,-5822.93) -Point[3] Position= (384.559,-371.699,-5824.5) -Point[4] Position= (386.616,-370.774,-5826.14) -Point[5] Position= (388.807,-370.826,-5825.09) -Point[6] Position= (389.547,-370.234,-5823.48) -Point[7] Position= (389.914,-370.421,-5823.73) +Original momentum : 38.407 -31.0146 -8.38407 keV +Vertex : 0.866537 1.91928 -4.72641 m Global time : 19.0991 ns + Current trajectory has 2 points. +Point[0] Position= (866.537,1919.28,-4726.41) +Point[1] Position= (866.613,1919.22,-4726.42) -TrackID =1079 : ParentID=1076 : TrackStatus=1 +TrackID =1038 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.9764 -5.90142 -16.5681 keV -Vertex : 0.385977 -0.378795 -5.82036 m Global time : 19.5434 ns - Current trajectory has 2 points. -Point[0] Position= (385.977,-378.795,-5820.36) -Point[1] Position= (385.955,-378.799,-5820.37) +Original momentum : 184.414 -17.4754 37.9598 keV +Vertex : 0.860854 1.90905 -4.71305 m Global time : 19.0367 ns + Current trajectory has 9 points. +Point[0] Position= (860.854,1909.05,-4713.05) +Point[1] Position= (860.903,1909.05,-4713.04) +Point[2] Position= (861.43,1909.06,-4712.87) +Point[3] Position= (866.22,1908.4,-4712.51) +Point[4] Position= (869.632,1906.9,-4713.54) +Point[5] Position= (870.839,1906.07,-4712.4) +Point[6] Position= (871.775,1906.38,-4712.11) +Point[7] Position= (872.453,1905.91,-4711.22) +Point[8] Position= (872.418,1905.46,-4711.18) -TrackID =1075 : ParentID=1027 : TrackStatus=1 +TrackID =1059 : ParentID=1038 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.1917 37.3275 -5.78033 keV -Vertex : 0.381003 -0.379548 -5.79211 m Global time : 19.4151 ns +Original momentum : 8.27983 29.8156 -15.1663 keV +Vertex : 0.871775 1.90638 -4.71211 m Global time : 19.1596 ns Current trajectory has 2 points. -Point[0] Position= (381.003,-379.548,-5792.11) -Point[1] Position= (380.971,-379.494,-5792.12) +Point[0] Position= (871.775,1906.38,-4712.11) +Point[1] Position= (871.782,1906.41,-4712.12) -TrackID =1074 : ParentID=1027 : TrackStatus=1 +TrackID =1058 : ParentID=1038 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.799 14.7 -0.0891095 keV -Vertex : 0.37978 -0.378321 -5.77339 m Global time : 19.3524 ns +Original momentum : -3.11975 -34.5174 3.48784 keV +Vertex : 0.870839 1.90607 -4.7124 m Global time : 19.1447 ns Current trajectory has 2 points. -Point[0] Position= (379.78,-378.321,-5773.39) -Point[1] Position= (379.813,-378.306,-5773.39) +Point[0] Position= (870.839,1906.07,-4712.4) +Point[1] Position= (870.836,1906.04,-4712.4) -TrackID =1073 : ParentID=1027 : TrackStatus=1 +TrackID =1057 : ParentID=1038 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.726 25.3507 -5.12836 keV -Vertex : 0.377718 -0.376253 -5.74185 m Global time : 19.2467 ns +Original momentum : 36.6653 54.847 5.30479 keV +Vertex : 0.86143 1.90906 -4.71287 m Global time : 19.0424 ns Current trajectory has 2 points. -Point[0] Position= (377.718,-376.253,-5741.85) -Point[1] Position= (377.685,-376.224,-5741.85) +Point[0] Position= (861.43,1909.06,-4712.87) +Point[1] Position= (861.573,1909.27,-4712.85) -TrackID =1072 : ParentID=1027 : TrackStatus=1 +TrackID =1037 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 61.1484 9.72134 -0.398083 keV -Vertex : 0.358273 -0.356768 -5.44403 m Global time : 18.2484 ns +Original momentum : -58.4406 4.53186 -42.2562 keV +Vertex : 0.847095 1.89223 -4.6958 m Global time : 18.9395 ns Current trajectory has 3 points. -Point[0] Position= (358.273,-356.768,-5444.03) -Point[1] Position= (358.509,-356.976,-5444.12) -Point[2] Position= (358.451,-356.976,-5444.13) +Point[0] Position= (847.095,1892.23,-4695.8) +Point[1] Position= (847.064,1892.24,-4695.83) +Point[2] Position= (847.009,1892.31,-4695.94) -TrackID =1071 : ParentID=1027 : TrackStatus=1 +TrackID =1060 : ParentID=1037 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.9806 24.7626 -1.18829 keV -Vertex : 0.349206 -0.347681 -5.30534 m Global time : 17.7836 ns +Original momentum : -25.7567 -34.185 -8.88924 keV +Vertex : 0.847064 1.89224 -4.69583 m Global time : 18.9405 ns Current trajectory has 2 points. -Point[0] Position= (349.206,-347.681,-5305.34) -Point[1] Position= (349.23,-347.658,-5305.35) +Point[0] Position= (847.064,1892.24,-4695.83) +Point[1] Position= (847.028,1892.19,-4695.84) -TrackID =1070 : ParentID=1027 : TrackStatus=1 +TrackID =1036 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.1705 -22.5197 -1.06877 keV -Vertex : 0.340521 -0.338991 -5.17264 m Global time : 17.3388 ns +Original momentum : -8.62773 -20.8228 -24.5448 keV +Vertex : 0.845435 1.88969 -4.69296 m Global time : 18.925 ns Current trajectory has 2 points. -Point[0] Position= (340.521,-338.991,-5172.64) -Point[1] Position= (340.504,-339.008,-5172.65) +Point[0] Position= (845.435,1889.69,-4692.96) +Point[1] Position= (845.428,1889.68,-4692.98) -TrackID =1069 : ParentID=1027 : TrackStatus=1 +TrackID =1035 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 114.74 73.2929 -15.4236 keV -Vertex : 0.339162 -0.337631 -5.15188 m Global time : 17.2691 ns - Current trajectory has 5 points. -Point[0] Position= (339.162,-337.631,-5151.88) -Point[1] Position= (340.672,-335.351,-5150.56) -Point[2] Position= (339.423,-333.587,-5150.09) -Point[3] Position= (338.282,-333.396,-5150.29) -Point[4] Position= (338.032,-333.045,-5150.24) +Original momentum : 41.606 -36.8074 -6.48533 keV +Vertex : 0.798744 1.82888 -4.6269 m Global time : 18.5705 ns + Current trajectory has 2 points. +Point[0] Position= (798.744,1828.88,-4626.9) +Point[1] Position= (798.851,1828.78,-4626.91) -TrackID =1080 : ParentID=1069 : TrackStatus=1 +TrackID =1034 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.16439 -10.9394 30.1978 keV -Vertex : 0.338282 -0.333396 -5.15029 m Global time : 17.3409 ns +Original momentum : 25.88 -28.1385 -12.2213 keV +Vertex : 0.755027 1.74567 -4.51476 m Global time : 18.0621 ns Current trajectory has 2 points. -Point[0] Position= (338.282,-333.396,-5150.29) -Point[1] Position= (338.275,-333.405,-5150.27) +Point[0] Position= (755.027,1745.67,-4514.76) +Point[1] Position= (755.058,1745.64,-4514.77) -TrackID =1068 : ParentID=1027 : TrackStatus=1 +TrackID =1033 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.8648 -1.28107 -3.2733 keV -Vertex : 0.338753 -0.337223 -5.14564 m Global time : 17.2483 ns - Current trajectory has 2 points. -Point[0] Position= (338.753,-337.223,-5145.64) -Point[1] Position= (338.725,-337.224,-5145.64) +Original momentum : 95.5586 -48.1797 0.774216 keV +Vertex : 0.736841 1.71602 -4.4785 m Global time : 17.8868 ns + Current trajectory has 4 points. +Point[0] Position= (736.841,1716.02,-4478.5) +Point[1] Position= (737.749,1715.02,-4478.06) +Point[2] Position= (737.572,1713.99,-4478) +Point[3] Position= (737.571,1714.1,-4477.93) -TrackID =1067 : ParentID=1027 : TrackStatus=1 +TrackID =1032 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.0337 32.509 -2.37205 keV -Vertex : 0.319819 -0.318327 -4.85695 m Global time : 16.2806 ns - Current trajectory has 2 points. -Point[0] Position= (319.819,-318.327,-4856.95) -Point[1] Position= (319.834,-318.296,-4856.95) +Original momentum : -47.1385 87.7615 23.7595 keV +Vertex : 0.713067 1.68248 -4.41773 m Global time : 17.6317 ns + Current trajectory has 4 points. +Point[0] Position= (713.067,1682.48,-4417.73) +Point[1] Position= (713.005,1683.18,-4417.02) +Point[2] Position= (712.161,1683.53,-4417.62) +Point[3] Position= (712.161,1683.54,-4417.62) -TrackID =1066 : ParentID=1027 : TrackStatus=1 +TrackID =1061 : ParentID=1032 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -65.7122 -13.3805 -7.89388 keV -Vertex : 0.313169 -0.311684 -4.75538 m Global time : 15.9401 ns +Original momentum : -7.41088 -19.423 46.5196 keV +Vertex : 0.713005 1.68318 -4.41702 m Global time : 17.645 ns Current trajectory has 2 points. -Point[0] Position= (313.169,-311.684,-4755.38) -Point[1] Position= (312.899,-311.739,-4755.42) +Point[0] Position= (713.005,1683.18,-4417.02) +Point[1] Position= (712.989,1683.14,-4416.92) -TrackID =1065 : ParentID=1027 : TrackStatus=1 +TrackID =1031 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.5859 -22.7707 -1.22477 keV -Vertex : 0.310591 -0.309109 -4.71603 m Global time : 15.8082 ns +Original momentum : 1.22307 -32.9608 -21.5343 keV +Vertex : 0.703436 1.66648 -4.3948 m Global time : 17.5286 ns Current trajectory has 2 points. -Point[0] Position= (310.591,-309.109,-4716.03) -Point[1] Position= (310.572,-309.127,-4716.03) +Point[0] Position= (703.436,1666.48,-4394.8) +Point[1] Position= (703.437,1666.44,-4394.82) -TrackID =1064 : ParentID=1027 : TrackStatus=1 +TrackID =1030 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.3788 8.92951 -3.70004 keV -Vertex : 0.286131 -0.284673 -4.34275 m Global time : 14.557 ns +Original momentum : -27.9806 15.0646 -4.75856 keV +Vertex : 0.703367 1.66639 -4.39465 m Global time : 17.528 ns Current trajectory has 2 points. -Point[0] Position= (286.131,-284.673,-4342.75) -Point[1] Position= (286.107,-284.666,-4342.75) +Point[0] Position= (703.367,1666.39,-4394.65) +Point[1] Position= (703.346,1666.4,-4394.65) -TrackID =1063 : ParentID=1027 : TrackStatus=1 +TrackID =1029 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.7285 3.11651 -4.82749 keV -Vertex : 0.264277 -0.262816 -4.00946 m Global time : 13.4398 ns +Original momentum : 30.3482 0.52021 12.2564 keV +Vertex : 0.690054 1.65003 -4.3662 m Global time : 17.4046 ns Current trajectory has 2 points. -Point[0] Position= (264.277,-262.816,-4009.46) -Point[1] Position= (264.217,-262.812,-4009.47) +Point[0] Position= (690.054,1650.03,-4366.2) +Point[1] Position= (690.077,1650.03,-4366.19) -TrackID =1062 : ParentID=1027 : TrackStatus=1 +TrackID =1028 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.13796 43.9607 -5.09582 keV -Vertex : 0.260936 -0.259467 -3.95845 m Global time : 13.2689 ns +Original momentum : -2.20681 -32.49 -15.2708 keV +Vertex : 0.678954 1.6386 -4.33938 m Global time : 17.296 ns Current trajectory has 2 points. -Point[0] Position= (260.936,-259.467,-3958.45) -Point[1] Position= (260.93,-259.401,-3958.46) +Point[0] Position= (678.954,1638.6,-4339.38) +Point[1] Position= (678.952,1638.57,-4339.39) -TrackID =1061 : ParentID=1027 : TrackStatus=1 +TrackID =1027 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 136.925 245.429 -86.0287 keV -Vertex : 0.253885 -0.2524 -3.85076 m Global time : 12.9079 ns - Current trajectory has 16 points. -Point[0] Position= (253.885,-252.4,-3850.76) -Point[1] Position= (264.383,-235.98,-3858.81) -Point[2] Position= (266.187,-227.073,-3862.63) -Point[3] Position= (272.98,-217.285,-3871.85) -Point[4] Position= (276.218,-218.472,-3874.17) -Point[5] Position= (280.784,-217.897,-3880.31) -Point[6] Position= (280.869,-217.565,-3880.49) -Point[7] Position= (281.742,-214.689,-3883.99) -Point[8] Position= (282.305,-209.852,-3886.3) -Point[9] Position= (279.808,-207.154,-3888.73) -Point[10] Position= (278.255,-204.045,-3888.83) -Point[11] Position= (276.795,-202.77,-3887.6) -Point[12] Position= (276.734,-202.772,-3887.37) -Point[13] Position= (277.776,-202.424,-3886.15) -Point[14] Position= (277.752,-203.328,-3886.4) -Point[15] Position= (277.672,-203.349,-3886.43) +Original momentum : -71.0482 49.2398 -17.3646 keV +Vertex : 0.675072 1.63517 -4.32985 m Global time : 17.2582 ns + Current trajectory has 3 points. +Point[0] Position= (675.072,1635.17,-4329.85) +Point[1] Position= (674.188,1635.29,-4329.5) +Point[2] Position= (674.188,1635.29,-4329.5) -TrackID =1088 : ParentID=1061 : TrackStatus=1 +TrackID =1026 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.6438 -8.8442 31.321 keV -Vertex : 0.277752 -0.203328 -3.8864 m Global time : 13.547 ns +Original momentum : -30.9866 -6.72797 -13.4312 keV +Vertex : 0.663036 1.61925 -4.28904 m Global time : 17.0999 ns Current trajectory has 2 points. -Point[0] Position= (277.752,-203.328,-3886.4) -Point[1] Position= (277.743,-203.335,-3886.37) +Point[0] Position= (663.036,1619.25,-4289.04) +Point[1] Position= (663.009,1619.24,-4289.05) -TrackID =1087 : ParentID=1061 : TrackStatus=1 +TrackID =1025 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.9879 -42.0184 16.1989 keV -Vertex : 0.276734 -0.202772 -3.88737 m Global time : 13.5141 ns +Original momentum : 9.98881 34.4461 13.8234 keV +Vertex : 0.64296 1.59935 -4.23319 m Global time : 16.8822 ns Current trajectory has 2 points. -Point[0] Position= (276.734,-202.772,-3887.37) -Point[1] Position= (276.691,-202.855,-3887.34) +Point[0] Position= (642.96,1599.35,-4233.19) +Point[1] Position= (642.971,1599.39,-4233.17) -TrackID =1086 : ParentID=1061 : TrackStatus=1 +TrackID =1024 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.5252 -14.8416 -16.3592 keV -Vertex : 0.281742 -0.214689 -3.88399 m Global time : 13.3511 ns +Original momentum : 28.6842 54.9867 27.2695 keV +Vertex : 0.642536 1.59901 -4.23217 m Global time : 16.8782 ns Current trajectory has 2 points. -Point[0] Position= (281.742,-214.689,-3883.99) -Point[1] Position= (281.76,-214.7,-3884.01) +Point[0] Position= (642.536,1599.01,-4232.17) +Point[1] Position= (642.655,1599.24,-4232.06) -TrackID =1085 : ParentID=1061 : TrackStatus=1 +TrackID =1023 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.8359 18.0218 12.9195 keV -Vertex : 0.280869 -0.217565 -3.88049 m Global time : 13.3107 ns +Original momentum : -49.7459 19.9629 -16.4844 keV +Vertex : 0.617508 1.56778 -4.16946 m Global time : 16.6202 ns Current trajectory has 2 points. -Point[0] Position= (280.869,-217.565,-3880.49) -Point[1] Position= (280.846,-217.549,-3880.48) +Point[0] Position= (617.508,1567.78,-4169.46) +Point[1] Position= (617.379,1567.83,-4169.5) -TrackID =1084 : ParentID=1061 : TrackStatus=1 +TrackID =1022 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.6252 -9.34707 -29.2671 keV -Vertex : 0.280784 -0.217897 -3.88031 m Global time : 13.3072 ns +Original momentum : -30.3523 5.72215 -12.5864 keV +Vertex : 0.595728 1.54424 -4.12878 m Global time : 16.4401 ns Current trajectory has 2 points. -Point[0] Position= (280.784,-217.897,-3880.31) -Point[1] Position= (280.776,-217.904,-3880.33) +Point[0] Position= (595.728,1544.24,-4128.78) +Point[1] Position= (595.704,1544.25,-4128.79) -TrackID =1083 : ParentID=1061 : TrackStatus=1 +TrackID =1021 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.2412 -8.52193 -35.6566 keV -Vertex : 0.276218 -0.218472 -3.87417 m Global time : 13.249 ns - Current trajectory has 2 points. -Point[0] Position= (276.218,-218.472,-3874.17) -Point[1] Position= (276.195,-218.482,-3874.21) +Original momentum : 41.6795 -58.381 -32.8495 keV +Vertex : 0.548415 1.49757 -4.07243 m Global time : 16.1387 ns + Current trajectory has 3 points. +Point[0] Position= (548.415,1497.57,-4072.43) +Point[1] Position= (548.891,1497.07,-4072.09) +Point[2] Position= (548.891,1497.07,-4072.09) -TrackID =1082 : ParentID=1061 : TrackStatus=1 +TrackID =1020 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.2352 49.8389 12.7936 keV -Vertex : 0.27298 -0.217285 -3.87185 m Global time : 13.216 ns +Original momentum : 3.99461 23.9848 23.2005 keV +Vertex : 0.528596 1.47593 -4.04788 m Global time : 16.0058 ns Current trajectory has 2 points. -Point[0] Position= (272.98,-217.285,-3871.85) -Point[1] Position= (273.012,-217.17,-3871.82) +Point[0] Position= (528.596,1475.93,-4047.88) +Point[1] Position= (528.599,1475.95,-4047.86) -TrackID =1081 : ParentID=1061 : TrackStatus=1 +TrackID =1019 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.8207 26.13 8.15833 keV -Vertex : 0.266187 -0.227073 -3.86263 m Global time : 13.1156 ns +Original momentum : -15.0346 36.4143 27.0204 keV +Vertex : 0.506267 1.44463 -4.01796 m Global time : 15.8369 ns Current trajectory has 2 points. -Point[0] Position= (266.187,-227.073,-3862.63) -Point[1] Position= (266.172,-227.053,-3862.62) +Point[0] Position= (506.267,1444.63,-4017.96) +Point[1] Position= (506.24,1444.7,-4017.92) -TrackID =1060 : ParentID=1027 : TrackStatus=1 +TrackID =1018 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.69023 -32.4745 0.691968 keV -Vertex : 0.249949 -0.248455 -3.79072 m Global time : 12.7066 ns +Original momentum : 32.1709 16.5434 43.2718 keV +Vertex : 0.464722 1.39345 -3.9637 m Global time : 15.5413 ns Current trajectory has 2 points. -Point[0] Position= (249.949,-248.455,-3790.72) -Point[1] Position= (249.945,-248.48,-3790.72) +Point[0] Position= (464.722,1393.45,-3963.7) +Point[1] Position= (464.806,1393.49,-3963.59) -TrackID =1059 : ParentID=1027 : TrackStatus=1 +TrackID =1017 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.8407 -54.9274 1.74734 keV -Vertex : 0.245388 -0.243891 -3.72122 m Global time : 12.4737 ns +Original momentum : 10.6117 17.2378 28.9126 keV +Vertex : 0.464551 1.39322 -3.96351 m Global time : 15.5401 ns Current trajectory has 2 points. -Point[0] Position= (245.388,-243.891,-3721.22) -Point[1] Position= (245.512,-244.092,-3721.21) +Point[0] Position= (464.551,1393.22,-3963.51) +Point[1] Position= (464.561,1393.23,-3963.49) -TrackID =1058 : ParentID=1027 : TrackStatus=1 +TrackID =1016 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 86.3119 -1.98746 -1.4868 keV -Vertex : 0.240641 -0.239136 -3.64888 m Global time : 12.2312 ns +Original momentum : 51.1199 32.8843 76.6433 keV +Vertex : 0.408406 1.33712 -3.90952 m Global time : 15.2081 ns Current trajectory has 3 points. -Point[0] Position= (240.641,-239.136,-3648.88) -Point[1] Position= (241.332,-238.377,-3648.05) -Point[2] Position= (241.344,-238.349,-3648.07) +Point[0] Position= (408.406,1337.12,-3909.52) +Point[1] Position= (409.42,1337.54,-3909.12) +Point[2] Position= (409.554,1337.7,-3909.18) -TrackID =1057 : ParentID=1027 : TrackStatus=1 +TrackID =1015 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.4365 -14.9523 1.84017 keV -Vertex : 0.240623 -0.239118 -3.6486 m Global time : 12.2302 ns - Current trajectory has 2 points. -Point[0] Position= (240.623,-239.118,-3648.6) -Point[1] Position= (240.646,-239.129,-3648.6) +Original momentum : -80.959 79.1579 -0.924943 keV +Vertex : 0.365583 1.28861 -3.86979 m Global time : 14.9452 ns + Current trajectory has 4 points. +Point[0] Position= (365.583,1288.61,-3869.79) +Point[1] Position= (364.034,1289.13,-3868.88) +Point[2] Position= (363.277,1288.36,-3869.43) +Point[3] Position= (363.194,1288.12,-3869.29) -TrackID =1056 : ParentID=1027 : TrackStatus=1 +TrackID =1062 : ParentID=1015 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -152.939 402.11 -234.278 keV -Vertex : 0.233138 -0.231619 -3.5345 m Global time : 11.8478 ns - Current trajectory has 28 points. -Point[0] Position= (233.138,-231.619,-3534.5) -Point[1] Position= (218.902,-203.215,-3557.54) -Point[2] Position= (219.485,-188.635,-3568.43) -Point[3] Position= (230.488,-167.484,-3576.54) -Point[4] Position= (241.417,-155.974,-3581.6) -Point[5] Position= (288.046,-138.148,-3598.82) -Point[6] Position= (288.703,-138.053,-3598.67) -Point[7] Position= (292.634,-137.355,-3597.59) -Point[8] Position= (343.42,-111.333,-3571.15) -Point[9] Position= (379.35,-122.595,-3554.29) -Point[10] Position= (392.622,-135.384,-3544.64) -Point[11] Position= (397.919,-142.518,-3541.41) -Point[12] Position= (401.347,-142.77,-3539.88) -Point[13] Position= (413.344,-146.213,-3533.61) -Point[14] Position= (433.833,-147.836,-3546.54) -Point[15] Position= (449.387,-144.266,-3560.55) -Point[16] Position= (456.891,-133.089,-3567.12) -Point[17] Position= (468.249,-131.242,-3563.15) -Point[18] Position= (477.42,-134.799,-3563.71) -Point[19] Position= (479.377,-141.826,-3560.82) -Point[20] Position= (484.04,-144.379,-3564.8) -Point[21] Position= (484.167,-149.17,-3565.32) -Point[22] Position= (484.206,-149.177,-3565.3) -Point[23] Position= (487.107,-147.697,-3564.95) -Point[24] Position= (488.508,-147.128,-3567.17) -Point[25] Position= (488.501,-146.206,-3567.74) -Point[26] Position= (488.322,-145.797,-3566.9) -Point[27] Position= (488.374,-145.95,-3566.88) +Original momentum : -27.4937 -10.7167 -35.892 keV +Vertex : 0.363277 1.28836 -3.86943 m Global time : 14.9827 ns + Current trajectory has 2 points. +Point[0] Position= (363.277,1288.36,-3869.43) +Point[1] Position= (363.232,1288.34,-3869.49) -TrackID =1103 : ParentID=1056 : TrackStatus=1 +TrackID =1014 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.433931 6.80596 42.647 keV -Vertex : 0.488322 -0.145797 -3.5669 m Global time : 14.2225 ns +Original momentum : -17.151 -39.5835 -58.78 keV +Vertex : 0.322929 1.13088 -3.72256 m Global time : 14.1874 ns Current trajectory has 2 points. -Point[0] Position= (488.322,-145.797,-3566.9) -Point[1] Position= (488.322,-145.788,-3566.85) +Point[0] Position= (322.929,1130.88,-3722.56) +Point[1] Position= (322.843,1130.68,-3722.85) -TrackID =1102 : ParentID=1056 : TrackStatus=1 +TrackID =1013 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.64888 -31.3663 -5.37353 keV -Vertex : 0.488501 -0.146206 -3.56774 m Global time : 14.2105 ns +Original momentum : -29.7295 16.0946 3.76254 keV +Vertex : 0.322011 1.12832 -3.72016 m Global time : 14.1749 ns Current trajectory has 2 points. -Point[0] Position= (488.501,-146.206,-3567.74) -Point[1] Position= (488.494,-146.23,-3567.74) +Point[0] Position= (322.011,1128.32,-3720.16) +Point[1] Position= (321.987,1128.34,-3720.15) -TrackID =1101 : ParentID=1056 : TrackStatus=1 +TrackID =1012 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.81916 -32.4978 -1.40817 keV -Vertex : 0.484206 -0.149177 -3.5653 m Global time : 14.1323 ns +Original momentum : -52.9348 -10.0962 -35.4607 keV +Vertex : 0.318377 1.11751 -3.70956 m Global time : 14.1211 ns Current trajectory has 2 points. -Point[0] Position= (484.206,-149.177,-3565.3) -Point[1] Position= (484.209,-149.202,-3565.3) +Point[0] Position= (318.377,1117.51,-3709.56) +Point[1] Position= (318.183,1117.48,-3709.69) -TrackID =1100 : ParentID=1056 : TrackStatus=1 +TrackID =1011 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.23557 -33.7358 49.9563 keV -Vertex : 0.413344 -0.146213 -3.53361 m Global time : 13.4247 ns - Current trajectory has 2 points. -Point[0] Position= (413.344,-146.213,-3533.61) -Point[1] Position= (413.364,-146.319,-3533.46) +Original momentum : -40.9879 -39.6317 -58.9002 keV +Vertex : 0.285955 1.04069 -3.62793 m Global time : 13.7199 ns + Current trajectory has 3 points. +Point[0] Position= (285.955,1040.69,-3627.93) +Point[1] Position= (286.293,1039.91,-3628.38) +Point[2] Position= (286.274,1039.9,-3628.44) -TrackID =1099 : ParentID=1056 : TrackStatus=1 +TrackID =1063 : ParentID=1011 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.7896 1.46045 -53.943 keV -Vertex : 0.401347 -0.14277 -3.53988 m Global time : 13.3391 ns +Original momentum : 32.6391 8.30393 -11.3749 keV +Vertex : 0.286293 1.03991 -3.62838 m Global time : 13.7312 ns Current trajectory has 2 points. -Point[0] Position= (401.347,-142.77,-3539.88) -Point[1] Position= (401.398,-142.766,-3540.02) +Point[0] Position= (286.293,1039.91,-3628.38) +Point[1] Position= (286.322,1039.91,-3628.39) -TrackID =1098 : ParentID=1056 : TrackStatus=1 +TrackID =1010 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.7775 25.8112 -27.9314 keV -Vertex : 0.397919 -0.142518 -3.54141 m Global time : 13.3161 ns - Current trajectory has 2 points. -Point[0] Position= (397.919,-142.518,-3541.41) -Point[1] Position= (397.931,-142.488,-3541.45) +Original momentum : -96.7821 -13.7554 -66.3415 keV +Vertex : 0.259136 0.98037 -3.56466 m Global time : 13.4051 ns + Current trajectory has 4 points. +Point[0] Position= (259.136,980.37,-3564.66) +Point[1] Position= (258.479,979.763,-3566.48) +Point[2] Position= (259.354,980.501,-3566.24) +Point[3] Position= (259.303,980.528,-3566.1) -TrackID =1097 : ParentID=1056 : TrackStatus=1 +TrackID =1009 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.0795 4.73155 -50.9664 keV -Vertex : 0.392622 -0.135384 -3.54464 m Global time : 13.2599 ns +Original momentum : 0.739969 32.6405 25.4885 keV +Vertex : 0.274561 0.799881 -3.29948 m Global time : 12.3061 ns Current trajectory has 2 points. -Point[0] Position= (392.622,-135.384,-3544.64) -Point[1] Position= (392.693,-135.371,-3544.78) +Point[0] Position= (274.561,799.881,-3299.48) +Point[1] Position= (274.562,799.923,-3299.45) -TrackID =1096 : ParentID=1056 : TrackStatus=1 +TrackID =1008 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.99869 26.0987 41.2473 keV -Vertex : 0.37935 -0.122595 -3.55429 m Global time : 13.1461 ns +Original momentum : 20.3271 -27.7756 -26.8132 keV +Vertex : 0.271733 0.717026 -3.21919 m Global time : 11.9105 ns Current trajectory has 2 points. -Point[0] Position= (379.35,-122.595,-3554.29) -Point[1] Position= (379.346,-122.547,-3554.22) +Point[0] Position= (271.733,717.026,-3219.19) +Point[1] Position= (271.762,716.986,-3219.23) -TrackID =1095 : ParentID=1056 : TrackStatus=1 +TrackID =1007 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.4326 -8.78035 -30.2322 keV -Vertex : 0.292634 -0.137355 -3.59759 m Global time : 12.6081 ns +Original momentum : 2.03886 -27.2135 -29.4451 keV +Vertex : 0.272711 0.608531 -3.09966 m Global time : 11.3581 ns Current trajectory has 2 points. -Point[0] Position= (292.634,-137.355,-3597.59) -Point[1] Position= (292.652,-137.364,-3597.62) +Point[0] Position= (272.711,608.531,-3099.66) +Point[1] Position= (272.713,608.499,-3099.69) -TrackID =1094 : ParentID=1056 : TrackStatus=1 +TrackID =1006 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.6405 30.6794 -55.4492 keV -Vertex : 0.288703 -0.138053 -3.59867 m Global time : 12.5863 ns +Original momentum : -51.1235 22.8147 10.5002 keV +Vertex : 0.254887 0.542273 -3.03132 m Global time : 11.0256 ns Current trajectory has 2 points. -Point[0] Position= (288.703,-138.053,-3598.67) -Point[1] Position= (288.776,-137.934,-3598.89) +Point[0] Position= (254.887,542.273,-3031.32) +Point[1] Position= (254.749,542.334,-3031.29) -TrackID =1093 : ParentID=1056 : TrackStatus=1 +TrackID =1005 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.45191 48.8837 7.19566 keV -Vertex : 0.288046 -0.138148 -3.59882 m Global time : 12.5828 ns +Original momentum : -23.3726 33.7212 24.846 keV +Vertex : 0.217445 0.432115 -2.93363 m Global time : 10.5064 ns Current trajectory has 2 points. -Point[0] Position= (288.046,-138.148,-3598.82) -Point[1] Position= (288.031,-138.052,-3598.81) +Point[0] Position= (217.445,432.115,-2933.63) +Point[1] Position= (217.404,432.175,-2933.59) -TrackID =1092 : ParentID=1056 : TrackStatus=1 +TrackID =1004 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.21007 13.6027 33.5735 keV -Vertex : 0.241417 -0.155974 -3.5816 m Global time : 12.3252 ns +Original momentum : -16.2265 24.0938 16.0889 keV +Vertex : 0.204174 0.38941 -2.89429 m Global time : 10.3021 ns Current trajectory has 2 points. -Point[0] Position= (241.417,-155.974,-3581.6) -Point[1] Position= (241.426,-155.961,-3581.56) +Point[0] Position= (204.174,389.41,-2894.29) +Point[1] Position= (204.161,389.429,-2894.28) -TrackID =1091 : ParentID=1056 : TrackStatus=1 +TrackID =1003 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.0147 6.27688 -45.0846 keV -Vertex : 0.230488 -0.167484 -3.57654 m Global time : 12.2434 ns +Original momentum : 9.15104 25.6925 24.3598 keV +Vertex : 0.194916 0.311703 -2.81602 m Global time : 9.92349 ns Current trajectory has 2 points. -Point[0] Position= (230.488,-167.484,-3576.54) -Point[1] Position= (230.342,-167.462,-3576.69) +Point[0] Position= (194.916,311.703,-2816.02) +Point[1] Position= (194.924,311.728,-2816) -TrackID =1090 : ParentID=1056 : TrackStatus=1 +TrackID =1002 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.824 18.9567 21.053 keV -Vertex : 0.219485 -0.188635 -3.56843 m Global time : 12.1217 ns +Original momentum : 16.382 22.9329 23.5553 keV +Vertex : 0.187532 0.291971 -2.79433 m Global time : 9.81971 ns Current trajectory has 2 points. -Point[0] Position= (219.485,-188.635,-3568.43) -Point[1] Position= (219.42,-188.603,-3568.39) +Point[0] Position= (187.532,291.971,-2794.33) +Point[1] Position= (187.548,291.993,-2794.3) -TrackID =1089 : ParentID=1056 : TrackStatus=1 +TrackID =1001 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.1498 -16.6367 -35.0072 keV -Vertex : 0.218902 -0.203215 -3.55754 m Global time : 12.0347 ns +Original momentum : -1.17495 -33.1874 -35.6205 keV +Vertex : 0.166847 0.233082 -2.74007 m Global time : 9.53606 ns Current trajectory has 2 points. -Point[0] Position= (218.902,-203.215,-3557.54) -Point[1] Position= (218.918,-203.236,-3557.59) +Point[0] Position= (166.847,233.082,-2740.07) +Point[1] Position= (166.844,233.02,-2740.13) -TrackID =1055 : ParentID=1027 : TrackStatus=1 +TrackID =1000 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.7792 26.9062 -3.96664 keV -Vertex : 0.224113 -0.222596 -3.39686 m Global time : 11.3864 ns +Original momentum : 42.5318 29.3803 24.6838 keV +Vertex : 0.160425 0.198469 -2.69373 m Global time : 9.33657 ns Current trajectory has 2 points. -Point[0] Position= (224.113,-222.596,-3396.86) -Point[1] Position= (224.1,-222.576,-3396.86) +Point[0] Position= (160.425,198.469,-2693.73) +Point[1] Position= (160.541,198.549,-2693.67) -TrackID =1054 : ParentID=1027 : TrackStatus=1 +TrackID =999 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -145.509 66.2959 -39.9238 keV -Vertex : 0.215375 -0.213868 -3.26358 m Global time : 10.9397 ns - Current trajectory has 7 points. -Point[0] Position= (215.375,-213.868,-3263.58) -Point[1] Position= (211.571,-214.155,-3265.62) -Point[2] Position= (210.912,-214.511,-3265.06) -Point[3] Position= (210.15,-215.301,-3262.78) -Point[4] Position= (210.279,-215.413,-3262.71) -Point[5] Position= (210.584,-216.016,-3263.09) -Point[6] Position= (210.725,-216.084,-3263.09) +Original momentum : 12.0979 28.7454 24.9412 keV +Vertex : 0.152191 0.168449 -2.65849 m Global time : 9.17536 ns + Current trajectory has 2 points. +Point[0] Position= (152.191,168.449,-2658.49) +Point[1] Position= (152.205,168.483,-2658.46) -TrackID =1106 : ParentID=1054 : TrackStatus=1 +TrackID =998 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.2263 -30.4242 6.07142 keV -Vertex : 0.210584 -0.216016 -3.26309 m Global time : 11.0314 ns +Original momentum : 19.0687 -22.534 -18.1471 keV +Vertex : 0.149911 0.156069 -2.64467 m Global time : 9.11122 ns Current trajectory has 2 points. -Point[0] Position= (210.584,-216.016,-3263.09) -Point[1] Position= (210.573,-216.041,-3263.08) +Point[0] Position= (149.911,156.069,-2644.67) +Point[1] Position= (149.928,156.05,-2644.69) -TrackID =1105 : ParentID=1054 : TrackStatus=1 +TrackID =997 : ParentID=930 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.7732 11.1971 16.7508 keV -Vertex : 0.210279 -0.215413 -3.26271 m Global time : 11.02 ns +Original momentum : 21.4453 -19.6966 -13.0913 keV +Vertex : 0.138497 0.102539 -2.5616 m Global time : 8.77123 ns Current trajectory has 2 points. -Point[0] Position= (210.279,-215.413,-3262.71) -Point[1] Position= (210.315,-215.401,-3262.69) +Point[0] Position= (138.497,102.539,-2561.6) +Point[1] Position= (138.513,102.525,-2561.61) -TrackID =1104 : ParentID=1054 : TrackStatus=1 +TrackID =929 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.9946 55.4931 -0.286723 keV -Vertex : 0.210912 -0.214511 -3.26506 m Global time : 10.991 ns +Original momentum : -19.5888 -25.65 -2.95189 keV +Vertex : 0.136937 0.0829482 -2.53212 m Global time : 8.64701 ns Current trajectory has 2 points. -Point[0] Position= (210.912,-214.511,-3265.06) -Point[1] Position= (210.742,-214.276,-3265.06) +Point[0] Position= (136.937,82.9482,-2532.12) +Point[1] Position= (136.923,82.9291,-2532.13) -TrackID =1053 : ParentID=1027 : TrackStatus=1 +TrackID =928 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 71.6367 -6.72775 0.076117 keV -Vertex : 0.200863 -0.199368 -3.04232 m Global time : 10.198 ns +Original momentum : 39.1377 -1.86032 0.5125 keV +Vertex : 0.132785 0.0804126 -2.45512 m Global time : 8.38405 ns Current trajectory has 2 points. -Point[0] Position= (200.863,-199.368,-3042.32) -Point[1] Position= (201.208,-199.4,-3042.32) +Point[0] Position= (132.785,80.4126,-2455.12) +Point[1] Position= (132.829,80.4105,-2455.12) + +TrackID =927 : ParentID=50 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -49.5139 0.0258659 -5.14205 keV +Vertex : 0.118775 0.0718577 -2.19523 m Global time : 7.49653 ns + Current trajectory has 3 points. +Point[0] Position= (118.775,71.8577,-2195.23) +Point[1] Position= (118.701,71.8669,-2195.18) +Point[2] Position= (118.667,71.8718,-2195.2) -TrackID =1052 : ParentID=1027 : TrackStatus=1 +TrackID =926 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.646 -45.6861 -2.91872 keV -Vertex : 0.196194 -0.194705 -2.97118 m Global time : 9.95954 ns +Original momentum : 2.6752 -49.4078 -3.94183 keV +Vertex : 0.111151 0.0672024 -2.05367 m Global time : 7.01314 ns Current trajectory has 2 points. -Point[0] Position= (196.194,-194.705,-2971.18) -Point[1] Position= (196.083,-194.841,-2971.18) +Point[0] Position= (111.151,67.2024,-2053.67) +Point[1] Position= (111.156,67.107,-2053.68) -TrackID =1051 : ParentID=1027 : TrackStatus=1 +TrackID =925 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.1067 29.5229 -2.03127 keV -Vertex : 0.183085 -0.18161 -2.77153 m Global time : 9.29034 ns +Original momentum : 2.87593 -99.134 -13.0297 keV +Vertex : 0.109378 0.0661212 -2.02077 m Global time : 6.90076 ns + Current trajectory has 4 points. +Point[0] Position= (109.378,66.1212,-2020.77) +Point[1] Position= (109.378,66.0997,-2020.77) +Point[2] Position= (110.065,65.0529,-2020.7) +Point[3] Position= (110.098,64.8644,-2020.67) + +TrackID =1064 : ParentID=925 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 26.7578 -9.39672 16.8461 keV +Vertex : 0.109378 0.0660997 -2.02077 m Global time : 6.90114 ns Current trajectory has 2 points. -Point[0] Position= (183.085,-181.61,-2771.53) -Point[1] Position= (183.097,-181.587,-2771.53) +Point[0] Position= (109.378,66.0997,-2020.77) +Point[1] Position= (109.399,66.0925,-2020.76) -TrackID =1050 : ParentID=1027 : TrackStatus=1 +TrackID =924 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.8393 -1.63279 1.13157 keV -Vertex : 0.182484 -0.181009 -2.76237 m Global time : 9.25964 ns +Original momentum : -33.8442 31.9581 -2.94508 keV +Vertex : 0.105026 0.0634659 -1.93996 m Global time : 6.62484 ns Current trajectory has 2 points. -Point[0] Position= (182.484,-181.009,-2762.37) -Point[1] Position= (182.538,-181.011,-2762.37) +Point[0] Position= (105.026,63.4659,-1939.96) +Point[1] Position= (104.97,63.5191,-1939.97) -TrackID =1049 : ParentID=1027 : TrackStatus=1 +TrackID =923 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -79.2141 23.1193 -13.5472 keV -Vertex : 0.178962 -0.177487 -2.70873 m Global time : 9.07982 ns +Original momentum : 15.0868 -76.9676 -7.91049 keV +Vertex : 0.103886 0.0627686 -1.91878 m Global time : 6.55251 ns Current trajectory has 3 points. -Point[0] Position= (178.962,-177.487,-2708.73) -Point[1] Position= (178.236,-177.535,-2708.2) -Point[2] Position= (178.255,-177.646,-2708.2) +Point[0] Position= (103.886,62.7686,-1918.78) +Point[1] Position= (103.649,62.2337,-1918.53) +Point[2] Position= (103.652,62.1894,-1918.56) -TrackID =1048 : ParentID=1027 : TrackStatus=1 +TrackID =1065 : ParentID=923 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.3028 30.3888 -5.1017 keV -Vertex : 0.172972 -0.171499 -2.61748 m Global time : 8.77395 ns +Original momentum : -22.3186 -18.0045 25.6196 keV +Vertex : 0.103649 0.0622337 -1.91853 m Global time : 6.56239 ns Current trajectory has 2 points. -Point[0] Position= (172.972,-171.499,-2617.48) -Point[1] Position= (172.945,-171.465,-2617.48) +Point[0] Position= (103.649,62.2337,-1918.53) +Point[1] Position= (103.624,62.2143,-1918.51) -TrackID =1047 : ParentID=1027 : TrackStatus=1 +TrackID =922 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.85673 -35.0491 0.516447 keV -Vertex : 0.170336 -0.168865 -2.57733 m Global time : 8.63939 ns +Original momentum : 45.9712 15.9686 0.633332 keV +Vertex : 0.102076 0.0616618 -1.88516 m Global time : 6.43768 ns Current trajectory has 2 points. -Point[0] Position= (170.336,-168.865,-2577.33) -Point[1] Position= (170.329,-168.897,-2577.33) +Point[0] Position= (102.076,61.6618,-1885.16) +Point[1] Position= (102.161,61.6912,-1885.16) -TrackID =1046 : ParentID=1027 : TrackStatus=1 +TrackID =921 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.109 30.3461 -2.05588 keV -Vertex : 0.135376 -0.134066 -2.0467 m Global time : 6.86068 ns +Original momentum : -15.9083 -30.6572 -3.06922 keV +Vertex : 0.0862775 0.0520074 -1.59176 m Global time : 5.43574 ns Current trajectory has 2 points. -Point[0] Position= (135.376,-134.066,-2046.7) -Point[1] Position= (135.391,-134.04,-2046.7) +Point[0] Position= (86.2775,52.0074,-1591.76) +Point[1] Position= (86.2639,51.9811,-1591.76) -TrackID =1045 : ParentID=1027 : TrackStatus=1 +TrackID =920 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.284 -66.0414 0.751982 keV -Vertex : 0.121784 -0.120564 -1.84043 m Global time : 6.16926 ns +Original momentum : -54.549 12.638 -5.68978 keV +Vertex : 0.0573365 0.0343608 -1.05445 m Global time : 3.6009 ns Current trajectory has 2 points. -Point[0] Position= (121.784,-120.564,-1840.43) -Point[1] Position= (121.838,-120.833,-1840.42) +Point[0] Position= (57.3365,34.3608,-1054.45) +Point[1] Position= (57.1939,34.3938,-1054.47) -TrackID =1044 : ParentID=1027 : TrackStatus=1 +TrackID =919 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.8014 65.9199 -11.1531 keV -Vertex : 0.112561 -0.111406 -1.70042 m Global time : 5.69995 ns - Current trajectory has 2 points. -Point[0] Position= (112.561,-111.406,-1700.42) -Point[1] Position= (112.432,-111.088,-1700.47) +Original momentum : 6.53408 -81.322 -9.01991 keV +Vertex : 4.8303 2.88691 -88.7036 cm Global time : 3.0292 ns + Current trajectory has 3 points. +Point[0] Position= (48.303,28.8691,-887.036) +Point[1] Position= (47.8737,28.3225,-887.103) +Point[2] Position= (47.8311,28.22,-887.18) -TrackID =1043 : ParentID=1027 : TrackStatus=1 +TrackID =1066 : ParentID=919 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.9895 50.77 -5.22756 keV -Vertex : 0.106499 -0.105377 -1.60833 m Global time : 5.39126 ns +Original momentum : -14.4359 -19.7075 34.1189 keV +Vertex : 4.78737 2.83225 -88.7103 cm Global time : 3.04002 ns Current trajectory has 2 points. -Point[0] Position= (106.499,-105.377,-1608.33) -Point[1] Position= (106.526,-105.266,-1608.34) +Point[0] Position= (47.8737,28.3225,-887.103) +Point[1] Position= (47.8548,28.2967,-887.058) -TrackID =1042 : ParentID=1027 : TrackStatus=1 +TrackID =918 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.4327 -53.1209 1.59261 keV -Vertex : 0.0796558 -0.0787657 -1.20192 m Global time : 4.02895 ns +Original momentum : -25.6007 -27.8211 -3.74067 keV +Vertex : 4.14529 2.47238 -76.0358 cm Global time : 2.5966 ns Current trajectory has 2 points. -Point[0] Position= (79.6558,-78.7657,-1201.92) -Point[1] Position= (79.7039,-78.9044,-1201.91) +Point[0] Position= (41.4529,24.7238,-760.358) +Point[1] Position= (41.426,24.6946,-760.362) -TrackID =1041 : ParentID=1027 : TrackStatus=1 +TrackID =917 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.75 11.4983 0.229041 keV -Vertex : 0.0777277 -0.0768579 -1.17275 m Global time : 3.93119 ns +Original momentum : 49.2071 -2.77768 0.162088 keV +Vertex : 3.85897 2.30152 -70.7759 cm Global time : 2.41698 ns Current trajectory has 2 points. -Point[0] Position= (77.7277,-76.8579,-1172.75) -Point[1] Position= (77.7613,-76.8468,-1172.75) +Point[0] Position= (38.5897,23.0152,-707.759) +Point[1] Position= (38.683,23.0099,-707.758) -TrackID =1040 : ParentID=1027 : TrackStatus=1 +TrackID =916 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 63.2412 -48.6377 1.14548 keV -Vertex : 5.86716 -5.80154 -88.483 cm Global time : 2.96606 ns +Original momentum : 71.0526 39.7551 -1.43798 keV +Vertex : 3.81108 2.27296 -69.8968 cm Global time : 2.38695 ns Current trajectory has 3 points. -Point[0] Position= (58.6716,-58.0154,-884.83) -Point[1] Position= (59.2445,-58.1098,-885.651) -Point[2] Position= (59.2636,-58.1085,-885.649) +Point[0] Position= (38.1108,22.7296,-698.968) +Point[1] Position= (38.8891,22.4286,-699.247) +Point[2] Position= (38.9028,22.4118,-699.217) -TrackID =1039 : ParentID=1027 : TrackStatus=1 +TrackID =915 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.2481 21.9954 -5.09569 keV -Vertex : 5.38604 -5.32721 -81.2253 cm Global time : 2.72277 ns - Current trajectory has 2 points. -Point[0] Position= (53.8604,-53.2721,-812.253) -Point[1] Position= (53.8238,-53.2471,-812.259) +Original momentum : -8.12462 98.0096 -6.90586 keV +Vertex : 3.75331 2.23853 -68.8368 cm Global time : 2.35076 ns + Current trajectory has 3 points. +Point[0] Position= (37.5331,22.3853,-688.368) +Point[1] Position= (36.9603,23.2577,-689.683) +Point[2] Position= (37.003,23.0951,-689.755) -TrackID =1038 : ParentID=1027 : TrackStatus=1 +TrackID =914 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 59.858 38.2084 -3.47742 keV -Vertex : 5.36615 -5.30759 -80.9251 cm Global time : 2.71271 ns +Original momentum : -24.4951 21.5581 -1.70348 keV +Vertex : 3.4358 2.04925 -63.0134 cm Global time : 2.15189 ns Current trajectory has 2 points. -Point[0] Position= (53.6615,-53.0759,-809.251) -Point[1] Position= (53.9412,-52.8973,-809.267) +Point[0] Position= (34.358,20.4925,-630.134) +Point[1] Position= (34.3395,20.5088,-630.136) + +TrackID =913 : ParentID=50 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -267.397 -161.134 -122.382 keV +Vertex : 2.82587 1.68546 -51.8261 cm Global time : 1.76985 ns + Current trajectory has 17 points. +Point[0] Position= (28.2587,16.8546,-518.261) +Point[1] Position= (24.1261,14.8275,-520.949) +Point[2] Position= (-7.95955,14.4681,-516.082) +Point[3] Position= (-29.084,24.1585,-515.979) +Point[4] Position= (-49.0342,24.2564,-517.467) +Point[5] Position= (-58.3117,21.314,-515.982) +Point[6] Position= (-70.8702,24.3937,-514.058) +Point[7] Position= (-80.7551,21.9728,-513.348) +Point[8] Position= (-84.1003,19.1357,-513.02) +Point[9] Position= (-90.3591,17.2142,-513.471) +Point[10] Position= (-95.0061,15.1325,-513.034) +Point[11] Position= (-96.27,11.4351,-512.414) +Point[12] Position= (-94.8296,8.78339,-510.849) +Point[13] Position= (-94.2309,6.6992,-509.955) +Point[14] Position= (-93.6921,5.57003,-510.718) +Point[15] Position= (-92.7727,5.55384,-510.991) +Point[16] Position= (-92.6771,5.65124,-510.964) -TrackID =1037 : ParentID=1027 : TrackStatus=1 +TrackID =1072 : ParentID=913 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.3485 33.6381 -2.49678 keV -Vertex : 4.50242 -4.45514 -67.8885 cm Global time : 2.27572 ns +Original momentum : -9.65989 21.4591 -42.7838 keV +Vertex : -9.27727 0.555384 -51.0991 cm Global time : 2.74293 ns Current trajectory has 2 points. -Point[0] Position= (45.0242,-44.5514,-678.885) -Point[1] Position= (45.0408,-44.5171,-678.888) +Point[0] Position= (-92.7727,5.55384,-510.991) +Point[1] Position= (-92.7907,5.59366,-511.071) -TrackID =1036 : ParentID=1027 : TrackStatus=1 +TrackID =1071 : ParentID=913 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.4802 -21.852 2.03402 keV -Vertex : 4.47239 -4.4255 -67.4351 cm Global time : 2.26052 ns +Original momentum : -26.9612 13.4915 -17.231 keV +Vertex : -9.03591 1.72142 -51.3471 cm Global time : 2.56331 ns Current trajectory has 2 points. -Point[0] Position= (44.7239,-44.255,-674.351) -Point[1] Position= (44.7482,-44.2743,-674.349) +Point[0] Position= (-90.3591,17.2142,-513.471) +Point[1] Position= (-90.3823,17.2258,-513.486) -TrackID =1035 : ParentID=1027 : TrackStatus=1 +TrackID =1070 : ParentID=913 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.69971 -57.526 0.259631 keV -Vertex : 4.17691 -4.13375 -62.9733 cm Global time : 2.11095 ns +Original momentum : -11.7356 28.5725 -44.1621 keV +Vertex : -8.41003 1.91357 -51.302 cm Global time : 2.51072 ns Current trajectory has 2 points. -Point[0] Position= (41.7691,-41.3375,-629.733) -Point[1] Position= (41.7589,-41.497,-629.732) +Point[0] Position= (-84.1003,19.1357,-513.02) +Point[1] Position= (-84.1279,19.2029,-513.124) -TrackID =1034 : ParentID=1027 : TrackStatus=1 +TrackID =1069 : ParentID=913 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.1335 38.0078 -8.96468 keV -Vertex : 3.81593 -3.77715 -57.5219 cm Global time : 1.92822 ns +Original momentum : 10.952 -46.7692 -22.7046 keV +Vertex : -5.83117 2.1314 -51.5982 cm Global time : 2.31097 ns Current trajectory has 2 points. -Point[0] Position= (38.1593,-37.7715,-575.219) -Point[1] Position= (38.0231,-37.6568,-575.246) +Point[0] Position= (-58.3117,21.314,-515.982) +Point[1] Position= (-58.2868,21.2077,-516.033) -TrackID =1033 : ParentID=1027 : TrackStatus=1 +TrackID =1068 : ParentID=913 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.0236 -28.5391 -0.150699 keV -Vertex : 3.56849 -3.53285 -53.784 cm Global time : 1.80292 ns +Original momentum : 2.62529 35.2986 -20.0886 keV +Vertex : -0.795955 1.44681 -51.6082 cm Global time : 1.97918 ns Current trajectory has 2 points. -Point[0] Position= (35.6849,-35.3285,-537.84) -Point[1] Position= (35.6738,-35.3495,-537.84) +Point[0] Position= (-7.95955,14.4681,-516.082) +Point[1] Position= (-7.95634,14.5113,-516.107) -TrackID =1032 : ParentID=1027 : TrackStatus=1 +TrackID =1067 : ParentID=913 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.4182 32.3736 -2.27415 keV -Vertex : 2.64497 -2.61892 -39.8445 cm Global time : 1.33566 ns +Original momentum : 16.9081 -31.8459 -25.6995 keV +Vertex : 2.41261 1.48275 -52.0949 cm Global time : 1.80177 ns Current trajectory has 2 points. -Point[0] Position= (26.4497,-26.1892,-398.445) -Point[1] Position= (26.4683,-26.1565,-398.447) +Point[0] Position= (24.1261,14.8275,-520.949) +Point[1] Position= (24.1511,14.7805,-520.987) -TrackID =1031 : ParentID=1027 : TrackStatus=1 +TrackID =912 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 62.8813 123.822 -23.097 keV -Vertex : 2.57452 -2.54909 -38.7817 cm Global time : 1.30003 ns - Current trajectory has 5 points. -Point[0] Position= (25.7452,-25.4909,-387.817) -Point[1] Position= (27.317,-23.6096,-388.67) -Point[2] Position= (29.4234,-22.4448,-388.809) -Point[3] Position= (30.2195,-21.0144,-388.909) -Point[4] Position= (29.9818,-20.8943,-388.664) +Original momentum : 68.3009 58.7491 -2.44753 keV +Vertex : 2.45813 1.46616 -45.0718 cm Global time : 1.53919 ns + Current trajectory has 3 points. +Point[0] Position= (24.5813,14.6616,-450.718) +Point[1] Position= (24.4518,15.9621,-451.145) +Point[2] Position= (24.4082,15.9754,-451.098) -TrackID =1030 : ParentID=1027 : TrackStatus=1 +TrackID =911 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.4825 24.7523 -1.2137 keV -Vertex : 2.26075 -2.23833 -34.0514 cm Global time : 1.14146 ns +Original momentum : -38.4082 -52.9284 -8.14345 keV +Vertex : 2.30864 1.37704 -42.3275 cm Global time : 1.44547 ns Current trajectory has 2 points. -Point[0] Position= (22.6075,-22.3833,-340.514) -Point[1] Position= (22.627,-22.3628,-340.515) +Point[0] Position= (23.0864,13.7704,-423.275) +Point[1] Position= (22.9382,13.5661,-423.306) -TrackID =1029 : ParentID=1027 : TrackStatus=1 +TrackID =910 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.5366 -23.3271 -1.10746 keV -Vertex : 1.51574 -1.50062 -22.8298 cm Global time : 765.295 ps +Original momentum : 29.0145 36.5679 0.594064 keV +Vertex : 1.18225 0.704904 -21.6626 cm Global time : 739.774 ps Current trajectory has 2 points. -Point[0] Position= (15.1574,-15.0062,-228.298) -Point[1] Position= (15.139,-15.0243,-228.299) +Point[0] Position= (11.8225,7.04904,-216.626) +Point[1] Position= (11.871,7.11009,-216.625) -TrackID =1028 : ParentID=1027 : TrackStatus=1 +TrackID =909 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 62.2088 106.337 -17.8838 keV -Vertex : 0.864547 -0.855231 -13.0221 cm Global time : 436.521 ps - Current trajectory has 5 points. -Point[0] Position= (8.64547,-8.55231,-130.221) -Point[1] Position= (10.5145,-7.59145,-130.891) -Point[2] Position= (11.0689,-7.62837,-132.67) -Point[3] Position= (11.9647,-7.34954,-132.794) -Point[4] Position= (12.0449,-7.37179,-132.823) +Original momentum : 36.9646 22.2643 0.879662 keV +Vertex : 0.815518 0.4862 -14.9422 cm Global time : 510.274 ps + Current trajectory has 2 points. +Point[0] Position= (8.15518,4.862,-149.422) +Point[1] Position= (8.20673,4.89305,-149.421) -TrackID =1107 : ParentID=1028 : TrackStatus=1 +TrackID =908 : ParentID=50 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.68508 -21.2002 32.2036 keV -Vertex : 1.19647 -0.734954 -13.2794 cm Global time : 496.256 ps +Original momentum : 32.2326 -3.60829 0.588308 keV +Vertex : 0.433832 0.258607 -7.94955 cm Global time : 271.476 ps Current trajectory has 2 points. -Point[0] Position= (11.9647,-7.34954,-132.794) -Point[1] Position= (11.971,-7.37309,-132.759) +Point[0] Position= (4.33832,2.58607,-79.4955) +Point[1] Position= (4.36229,2.58338,-79.4951) -TrackID =1023 : ParentID=1002 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 478.921 60.8577 167.484 keV -Vertex : 24.0228 7.82364 -3.9485 cm Global time : 871.556 ps - Current trajectory has 13 points. -Point[0] Position= (240.228,78.2364,-39.485) -Point[1] Position= (242.604,78.5383,-38.6539) -Point[2] Position= (287.914,84.2959,-22.8087) -Point[3] Position= (292.935,84.9341,-21.0524) -Point[4] Position= (338.052,90.6672,-5.27456) -Point[5] Position= (343.058,91.3032,-3.5241) -Point[6] Position= (388.055,97.0212,12.212) -Point[7] Position= (393.05,97.6559,13.9587) -Point[8] Position= (437.968,103.364,29.667) -Point[9] Position= (440.411,103.674,30.5215) -Point[10] Position= (437.586,104.97,49.337) -Point[11] Position= (294.819,170.439,1000) -Point[12] Position= (-456.062,514.773,6000) - -TrackID =1021 : ParentID=1002 : TrackStatus=1 +TrackID =907 : ParentID=847 : TrackStatus=1 Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -7.21432 35.0299 32.5107 keV -Vertex : 24.1723 7.71297 -4.2818 cm Global time : 858.525 ps - Current trajectory has 2 points. -Point[0] Position= (241.723,77.1297,-42.818) -Point[1] Position= (241.236,79.4922,-40.6254) - -TrackID =1026 : ParentID=51 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : -0.107501 0.225513 -1.4886 GeV -Vertex : 9.90814e-297 -6.2358e-296 6.67102e-294 fm Global time : 8.63505e-305 ps +Original momentum : -0.0849487 0.161988 -1.338 GeV +Vertex : -6.11343 12.8246 -84.6545 nm Global time : 0.000287469 ps Current trajectory has 2 points. -Point[0] Position= (9.90814e-309,-6.2358e-308,6.67102e-306) -Point[1] Position= (-3.33094e-05,6.98754e-05,-0.000461245) +Point[0] Position= (-6.11343e-06,1.28246e-05,-8.46545e-05) +Point[1] Position= (-380.937,726.404,-6000) -TrackID =50 : ParentID=45 : TrackStatus=1 -Particle name : proton PDG code : 2212 Charge : 1 -Original momentum : 0.244023 0.145296 -4.469 GeV +TrackID =49 : ParentID=45 : TrackStatus=1 +Particle name : pi+ PDG code : 211 Charge : 1 +Original momentum : 0.488645 0.445824 -10.7884 GeV Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps - Current trajectory has 63 points. + Current trajectory has 57 points. Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (4.50101,2.6791,-82.3919) -Point[2] Position= (8.4624,5.04303,-154.99) -Point[3] Position= (10.2281,6.09649,-187.337) -Point[4] Position= (15.2199,9.07041,-278.786) -Point[5] Position= (21.6512,12.8979,-396.642) -Point[6] Position= (21.7205,12.9392,-397.913) -Point[7] Position= (24.5081,14.6023,-448.984) -Point[8] Position= (27.6842,16.4982,-507.149) -Point[9] Position= (27.9832,16.6769,-512.627) -Point[10] Position= (31.0167,18.4928,-568.239) -Point[11] Position= (31.9881,19.0738,-586.058) -Point[12] Position= (32.6909,19.4942,-598.948) -Point[13] Position= (36.9668,22.0484,-677.338) -Point[14] Position= (42.7865,25.5391,-784.069) -Point[15] Position= (47.9303,28.6253,-878.438) -Point[16] Position= (48.3886,28.8999,-886.837) -Point[17] Position= (49.5559,29.5994,-908.226) -Point[18] Position= (56.5035,33.7605,-1035.4) -Point[19] Position= (56.5406,33.7827,-1036.07) -Point[20] Position= (58.9976,35.2585,-1081.13) -Point[21] Position= (60.4032,36.1018,-1106.89) -Point[22] Position= (76.3429,45.6737,-1399.32) -Point[23] Position= (78.7628,47.1296,-1443.81) -Point[24] Position= (93.2719,55.8648,-1710.62) -Point[25] Position= (100.027,59.9457,-1835.26) -Point[26] Position= (110.081,66.0308,-2021.01) -Point[27] Position= (149.109,89.6523,-2740.95) -Point[28] Position= (149.697,90.0112,-2751.84) -Point[29] Position= (155.214,93.3858,-2854.19) -Point[30] Position= (156.748,94.3248,-2882.64) -Point[31] Position= (163.523,98.4696,-3008.29) -Point[32] Position= (171.629,103.43,-3158.73) -Point[33] Position= (173.581,104.624,-3194.98) -Point[34] Position= (175.188,105.606,-3224.8) -Point[35] Position= (177.748,107.172,-3272.32) -Point[36] Position= (185.183,111.719,-3410.33) -Point[37] Position= (187.329,113.029,-3450.14) -Point[38] Position= (193.378,116.723,-3562.32) -Point[39] Position= (193.692,116.915,-3568.16) -Point[40] Position= (195.073,117.755,-3593.77) -Point[41] Position= (197.312,119.12,-3635.29) -Point[42] Position= (198.697,119.964,-3660.96) -Point[43] Position= (201.579,121.716,-3714.33) -Point[44] Position= (235.215,142.197,-4335.57) -Point[45] Position= (240.495,145.395,-4433.2) -Point[46] Position= (250.367,151.391,-4616.01) -Point[47] Position= (257.802,155.903,-4753.77) -Point[48] Position= (263.819,159.557,-4865.25) -Point[49] Position= (266.799,161.366,-4920.46) -Point[50] Position= (270.689,163.724,-4992.5) -Point[51] Position= (277.026,167.568,-5109.99) -Point[52] Position= (278.512,168.469,-5137.56) -Point[53] Position= (290.652,175.842,-5362.58) -Point[54] Position= (292.237,176.799,-5391.92) -Point[55] Position= (298.101,180.343,-5500.47) -Point[56] Position= (300.464,181.769,-5544.16) -Point[57] Position= (305.456,184.772,-5636.48) -Point[58] Position= (306.984,185.692,-5664.73) -Point[59] Position= (313.627,189.696,-5787.67) -Point[60] Position= (316.147,191.21,-5834.25) -Point[61] Position= (319.344,193.132,-5893.36) -Point[62] Position= (325.108,196.603,-6000) - -TrackID =1172 : ParentID=50 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.0541 8.85368 0.902583 keV -Vertex : 0.319344 0.193132 -5.89336 m Global time : 20.1256 ns - Current trajectory has 2 points. -Point[0] Position= (319.344,193.132,-5893.36) -Point[1] Position= (319.371,193.14,-5893.36) - -TrackID =1171 : ParentID=50 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.674777 -35.9543 -2.43178 keV -Vertex : 0.316147 0.19121 -5.83425 m Global time : 19.9237 ns - Current trajectory has 2 points. -Point[0] Position= (316.147,191.21,-5834.25) -Point[1] Position= (316.147,191.177,-5834.26) - -TrackID =1170 : ParentID=50 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.4102 93.4518 -5.0844 keV -Vertex : 0.313627 0.189696 -5.78767 m Global time : 19.7646 ns - Current trajectory has 3 points. -Point[0] Position= (313.627,189.696,-5787.67) -Point[1] Position= (313.808,190.89,-5786.5) -Point[2] Position= (313.481,191.028,-5786.43) +Point[1] Position= (6.84716,6.24547,-151.164) +Point[2] Position= (10.733,9.78902,-236.944) +Point[3] Position= (12.5376,11.4345,-276.78) +Point[4] Position= (15.826,14.4322,-349.379) +Point[5] Position= (15.9546,14.5494,-352.219) +Point[6] Position= (16.7995,15.3198,-370.875) +Point[7] Position= (24.2265,22.0909,-534.857) +Point[8] Position= (26.398,24.071,-582.811) +Point[9] Position= (27.9941,25.5265,-618.049) +Point[10] Position= (28.4821,25.9715,-628.824) +Point[11] Position= (35.9225,32.7569,-793.065) +Point[12] Position= (40.5142,36.9362,-894.201) +Point[13] Position= (44.6093,40.6629,-984.389) +Point[14] Position= (51.1631,46.6323,-1128.78) +Point[15] Position= (56.7149,51.6908,-1251.08) +Point[16] Position= (64.8662,59.1207,-1430.63) +Point[17] Position= (70.81,64.5398,-1561.52) +Point[18] Position= (80.5494,73.4285,-1776.04) +Point[19] Position= (81.9874,74.7414,-1807.72) +Point[20] Position= (88.7684,80.9336,-1957.1) +Point[21] Position= (91.2961,83.242,-2012.8) +Point[22] Position= (110.344,100.623,-2432.43) +Point[23] Position= (120.11,109.525,-2647.5) +Point[24] Position= (124.741,113.748,-2749.54) +Point[25] Position= (128.836,117.482,-2839.77) +Point[26] Position= (141.24,128.792,-3113.05) +Point[27] Position= (141.38,128.919,-3116.13) +Point[28] Position= (143.89,131.205,-3171.41) +Point[29] Position= (143.942,131.253,-3172.55) +Point[30] Position= (145.907,133.041,-3215.81) +Point[31] Position= (149.63,136.429,-3297.75) +Point[32] Position= (156.704,142.867,-3453.39) +Point[33] Position= (158.663,144.652,-3496.52) +Point[34] Position= (159.263,145.197,-3509.72) +Point[35] Position= (164.828,150.261,-3632.2) +Point[36] Position= (164.966,150.387,-3635.23) +Point[37] Position= (172.855,157.566,-3808.85) +Point[38] Position= (179.714,163.814,-3959.81) +Point[39] Position= (180.107,164.172,-3968.46) +Point[40] Position= (182.916,166.729,-4030.27) +Point[41] Position= (184.546,168.212,-4066.14) +Point[42] Position= (197.461,179.969,-4350.37) +Point[43] Position= (201.933,184.037,-4448.74) +Point[44] Position= (209.474,190.897,-4614.66) +Point[45] Position= (210.309,191.657,-4633.04) +Point[46] Position= (236.791,215.763,-5215.59) +Point[47] Position= (240.197,218.864,-5290.54) +Point[48] Position= (241.412,219.972,-5317.3) +Point[49] Position= (242.258,220.742,-5335.91) +Point[50] Position= (242.864,221.294,-5349.25) +Point[51] Position= (243.011,221.428,-5352.48) +Point[52] Position= (249.807,227.622,-5502.07) +Point[53] Position= (253.453,230.944,-5582.32) +Point[54] Position= (260.625,237.481,-5740.28) +Point[55] Position= (270.888,246.849,-5966.45) +Point[56] Position= (272.41,248.239,-6000) + +TrackID =1127 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -45.2891 -5.88072 -4.35758 keV +Vertex : 0.270888 0.246849 -5.96645 m Global time : 19.9411 ns + Current trajectory has 2 points. +Point[0] Position= (270.888,246.849,-5966.45) +Point[1] Position= (270.815,246.84,-5966.45) + +TrackID =1126 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -11.222 -51.3515 -5.36493 keV +Vertex : 0.260625 0.237481 -5.74028 m Global time : 19.1852 ns + Current trajectory has 2 points. +Point[0] Position= (260.625,237.481,-5740.28) +Point[1] Position= (260.6,237.366,-5740.29) + +TrackID =1125 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 5.8473 -31.9027 -2.0895 keV +Vertex : 0.253453 0.230944 -5.58232 m Global time : 18.6573 ns + Current trajectory has 2 points. +Point[0] Position= (253.453,230.944,-5582.32) +Point[1] Position= (253.457,230.92,-5582.32) + +TrackID =1124 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -21.7178 -25.9606 -3.19368 keV +Vertex : 0.249807 0.227622 -5.50207 m Global time : 18.3891 ns + Current trajectory has 2 points. +Point[0] Position= (249.807,227.622,-5502.07) +Point[1] Position= (249.789,227.6,-5502.08) + +TrackID =1123 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -45.5512 -22.7648 -5.57849 keV +Vertex : 0.243011 0.221428 -5.35248 m Global time : 17.8891 ns + Current trajectory has 2 points. +Point[0] Position= (243.011,221.428,-5352.48) +Point[1] Position= (242.916,221.381,-5352.49) + +TrackID =1122 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 31.4655 -4.77746 0.239669 keV +Vertex : 0.242864 0.221294 -5.34925 m Global time : 17.8783 ns + Current trajectory has 2 points. +Point[0] Position= (242.864,221.294,-5349.25) +Point[1] Position= (242.886,221.291,-5349.25) + +TrackID =1121 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 10.3468 -59.934 -5.65575 keV +Vertex : 0.242258 0.220742 -5.33591 m Global time : 17.8337 ns + Current trajectory has 2 points. +Point[0] Position= (242.258,220.742,-5335.91) +Point[1] Position= (242.291,220.55,-5335.93) + +TrackID =1120 : ParentID=49 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -27.5778 52.5333 -2.5243 keV +Vertex : 0.241412 0.219972 -5.3173 m Global time : 17.7715 ns + Current trajectory has 2 points. +Point[0] Position= (241.412,219.972,-5317.3) +Point[1] Position= (241.33,220.128,-5317.31) -TrackID =1169 : ParentID=50 : TrackStatus=1 +TrackID =1119 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.44564 35.7222 -0.714112 keV -Vertex : 0.306984 0.185692 -5.66473 m Global time : 19.3448 ns - Current trajectory has 2 points. -Point[0] Position= (306.984,185.692,-5664.73) -Point[1] Position= (306.974,185.727,-5664.73) +Original momentum : 37.0173 -124.858 -20.2393 keV +Vertex : 0.240197 0.218864 -5.29054 m Global time : 17.6821 ns + Current trajectory has 5 points. +Point[0] Position= (240.197,218.864,-5290.54) +Point[1] Position= (239.461,216.313,-5289.99) +Point[2] Position= (239.243,214.174,-5289.64) +Point[3] Position= (239.113,212.654,-5289.22) +Point[4] Position= (239.308,212.568,-5289.03) -TrackID =1168 : ParentID=50 : TrackStatus=1 +TrackID =1118 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.16086 -66.4643 -6.45013 keV -Vertex : 0.305456 0.184772 -5.63648 m Global time : 19.2483 ns +Original momentum : 31.1331 13.5373 0.84493 keV +Vertex : 0.236791 0.215763 -5.21559 m Global time : 17.4316 ns Current trajectory has 2 points. -Point[0] Position= (305.456,184.772,-5636.48) -Point[1] Position= (305.469,184.506,-5636.5) +Point[0] Position= (236.791,215.763,-5215.59) +Point[1] Position= (236.817,215.774,-5215.59) -TrackID =1167 : ParentID=50 : TrackStatus=1 +TrackID =1117 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.7916 29.3629 0.813446 keV -Vertex : 0.300464 0.181769 -5.54416 m Global time : 18.933 ns +Original momentum : -49.1625 1.91326 -4.54355 keV +Vertex : 0.210309 0.191657 -4.63304 m Global time : 15.4846 ns Current trajectory has 2 points. -Point[0] Position= (300.464,181.769,-5544.16) -Point[1] Position= (300.489,181.799,-5544.16) +Point[0] Position= (210.309,191.657,-4633.04) +Point[1] Position= (210.215,191.661,-4633.05) -TrackID =1166 : ParentID=50 : TrackStatus=1 +TrackID =1116 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.9619 -3.52434 -3.63425 keV -Vertex : 0.298101 0.180343 -5.50047 m Global time : 18.7838 ns - Current trajectory has 2 points. -Point[0] Position= (298.101,180.343,-5500.47) -Point[1] Position= (298.06,180.339,-5500.47) +Original momentum : -24.8609 -99.936 -15.7957 keV +Vertex : 0.209474 0.190897 -4.61466 m Global time : 15.4231 ns + Current trajectory has 5 points. +Point[0] Position= (209.474,190.897,-4614.66) +Point[1] Position= (209.337,190.611,-4614.65) +Point[2] Position= (208.27,189.863,-4614.98) +Point[3] Position= (207.836,189.926,-4615.29) +Point[4] Position= (207.833,189.924,-4615.3) -TrackID =1165 : ParentID=50 : TrackStatus=1 +TrackID =1128 : ParentID=1116 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.2119 -20.5096 -4.12627 keV -Vertex : 0.292237 0.176799 -5.39192 m Global time : 18.4132 ns +Original momentum : -11.3908 10.4564 37.8482 keV +Vertex : 0.20827 0.189863 -4.61498 m Global time : 15.4466 ns Current trajectory has 2 points. -Point[0] Position= (292.237,176.799,-5391.92) -Point[1] Position= (292.196,176.774,-5391.92) +Point[0] Position= (208.27,189.863,-4614.98) +Point[1] Position= (208.256,189.876,-4614.94) -TrackID =1164 : ParentID=50 : TrackStatus=1 +TrackID =1115 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.503 51.4228 -0.416561 keV -Vertex : 0.290652 0.175842 -5.36258 m Global time : 18.313 ns +Original momentum : 28.5027 -14.2023 -0.285302 keV +Vertex : 0.201933 0.184037 -4.44874 m Global time : 14.8686 ns Current trajectory has 2 points. -Point[0] Position= (290.652,175.842,-5362.58) -Point[1] Position= (290.682,175.959,-5362.58) +Point[0] Position= (201.933,184.037,-4448.74) +Point[1] Position= (201.954,184.027,-4448.74) -TrackID =1163 : ParentID=50 : TrackStatus=1 +TrackID =1114 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.9442 28.596 -0.830751 keV -Vertex : 0.278512 0.168469 -5.13756 m Global time : 17.5445 ns +Original momentum : -17.4326 -36.4786 -3.91608 keV +Vertex : 0.197461 0.179969 -4.35037 m Global time : 14.5398 ns Current trajectory has 2 points. -Point[0] Position= (278.512,168.469,-5137.56) -Point[1] Position= (278.502,168.49,-5137.56) +Point[0] Position= (197.461,179.969,-4350.37) +Point[1] Position= (197.44,179.925,-4350.37) -TrackID =1162 : ParentID=50 : TrackStatus=1 +TrackID =1113 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -68.0991 2.81791 -8.28072 keV -Vertex : 0.277026 0.167568 -5.10999 m Global time : 17.4504 ns +Original momentum : -32.0669 -15.9726 -3.38584 keV +Vertex : 0.184546 0.168212 -4.06614 m Global time : 13.5899 ns Current trajectory has 2 points. -Point[0] Position= (277.026,167.568,-5109.99) -Point[1] Position= (276.734,167.58,-5110.03) +Point[0] Position= (184.546,168.212,-4066.14) +Point[1] Position= (184.516,168.198,-4066.14) -TrackID =1161 : ParentID=50 : TrackStatus=1 +TrackID =1112 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.0259 436.918 -172.343 keV -Vertex : 0.270689 0.163724 -4.9925 m Global time : 17.0492 ns - Current trajectory has 23 points. -Point[0] Position= (270.689,163.724,-4992.5) -Point[1] Position= (264.375,217.184,-5042.1) -Point[2] Position= (254.765,241.896,-5078.97) -Point[3] Position= (257.091,263.5,-5121.16) -Point[4] Position= (258.539,270.833,-5135.14) -Point[5] Position= (261.904,273.136,-5148.57) -Point[6] Position= (248.388,285.758,-5187.73) -Point[7] Position= (241.082,278.323,-5208.93) -Point[8] Position= (239.799,277.674,-5212.28) -Point[9] Position= (223.53,271.485,-5226.37) -Point[10] Position= (219.184,272.838,-5230.83) -Point[11] Position= (207.179,272.862,-5228.14) -Point[12] Position= (197.545,274.857,-5219.86) -Point[13] Position= (187.92,277.981,-5221.28) -Point[14] Position= (184.155,285.136,-5223.4) -Point[15] Position= (184.762,291.962,-5220.7) -Point[16] Position= (188.556,296.106,-5221.46) -Point[17] Position= (190.06,300.832,-5220.89) -Point[18] Position= (190.092,305.275,-5221.67) -Point[19] Position= (188.253,307.05,-5222.87) -Point[20] Position= (187.526,308.417,-5221.75) -Point[21] Position= (187.127,309.289,-5220.52) -Point[22] Position= (187.557,309.474,-5220.43) - -TrackID =1182 : ParentID=1161 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.36852 -32.2023 -0.232231 keV -Vertex : 0.207179 0.272862 -5.22814 m Global time : 18.6323 ns - Current trajectory has 2 points. -Point[0] Position= (207.179,272.862,-5228.14) -Point[1] Position= (207.171,272.837,-5228.14) - -TrackID =1181 : ParentID=1161 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.7614 49.6694 -15.2717 keV -Vertex : 0.219184 0.272838 -5.23083 m Global time : 18.5498 ns - Current trajectory has 2 points. -Point[0] Position= (219.184,272.838,-5230.83) -Point[1] Position= (219.216,272.954,-5230.86) - -TrackID =1180 : ParentID=1161 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.7192 -43.7415 18.2129 keV -Vertex : 0.22353 0.271485 -5.22637 m Global time : 18.5054 ns - Current trajectory has 2 points. -Point[0] Position= (223.53,271.485,-5226.37) -Point[1] Position= (223.362,271.321,-5226.3) - -TrackID =1179 : ParentID=1161 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 59.3133 -53.2703 -13.1538 keV -Vertex : 0.239799 0.277674 -5.21228 m Global time : 18.3752 ns +Original momentum : 95.8738 12.0261 -4.23593 keV +Vertex : 0.182916 0.166729 -4.03027 m Global time : 13.47 ns Current trajectory has 3 points. -Point[0] Position= (239.799,277.674,-5212.28) -Point[1] Position= (240.034,277.09,-5212.07) -Point[2] Position= (240.032,277.108,-5212.04) +Point[0] Position= (182.916,166.729,-4030.27) +Point[1] Position= (183.431,166.718,-4030.1) +Point[2] Position= (183.598,166.77,-4029.85) -TrackID =1178 : ParentID=1161 : TrackStatus=1 +TrackID =1129 : ParentID=1112 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.2359 -38.1122 3.81219 keV -Vertex : 0.241082 0.278323 -5.20893 m Global time : 18.3524 ns - Current trajectory has 2 points. -Point[0] Position= (241.082,278.323,-5208.93) -Point[1] Position= (241.131,278.257,-5208.93) +Original momentum : -44.1237 32.1462 23.0579 keV +Vertex : 0.183431 0.166718 -4.0301 m Global time : 13.479 ns + Current trajectory has 3 points. +Point[0] Position= (183.431,166.718,-4030.1) +Point[1] Position= (183.395,166.862,-4030.04) +Point[2] Position= (183.385,166.892,-4030.06) -TrackID =1177 : ParentID=1161 : TrackStatus=1 +TrackID =1130 : ParentID=1129 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.8066 -28.4909 -10.7921 keV -Vertex : 0.261904 0.273136 -5.14857 m Global time : 17.9937 ns +Original momentum : -32.5141 0.692806 18.5158 keV +Vertex : 0.183395 0.166862 -4.03004 m Global time : 13.4827 ns Current trajectory has 2 points. -Point[0] Position= (261.904,273.136,-5148.57) -Point[1] Position= (261.937,273.101,-5148.58) - -TrackID =1176 : ParentID=1161 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 64.5515 -56.5897 2.72469 keV -Vertex : 0.258539 0.270833 -5.13514 m Global time : 17.9141 ns - Current trajectory has 3 points. -Point[0] Position= (258.539,270.833,-5135.14) -Point[1] Position= (258.922,270.319,-5134.51) -Point[2] Position= (258.93,270.329,-5134.5) +Point[0] Position= (183.395,166.862,-4030.04) +Point[1] Position= (183.362,166.862,-4030.02) -TrackID =1175 : ParentID=1161 : TrackStatus=1 +TrackID =1111 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.20287 27.8383 19.9059 keV -Vertex : 0.257091 0.2635 -5.12116 m Global time : 17.8299 ns +Original momentum : 27.0909 -38.0622 -2.48558 keV +Vertex : 0.180107 0.164172 -3.96846 m Global time : 13.2634 ns Current trajectory has 2 points. -Point[0] Position= (257.091,263.5,-5121.16) -Point[1] Position= (257.088,263.523,-5121.14) +Point[0] Position= (180.107,164.172,-3968.46) +Point[1] Position= (180.153,164.108,-3968.47) -TrackID =1174 : ParentID=1161 : TrackStatus=1 +TrackID =1110 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -68.9659 -1.33067 -19.6628 keV -Vertex : 0.254765 0.241896 -5.07897 m Global time : 17.601 ns - Current trajectory has 2 points. -Point[0] Position= (254.765,241.896,-5078.97) -Point[1] Position= (254.436,241.89,-5079.06) +Original momentum : 103.387 32.5994 -5.37483 keV +Vertex : 0.179714 0.163814 -3.95981 m Global time : 13.2345 ns + Current trajectory has 4 points. +Point[0] Position= (179.714,163.814,-3959.81) +Point[1] Position= (180.93,164.413,-3959.31) +Point[2] Position= (181.372,164.26,-3960.2) +Point[3] Position= (181.364,164.249,-3960.22) -TrackID =1173 : ParentID=1161 : TrackStatus=1 +TrackID =1109 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.3278 27.4164 23.4496 keV -Vertex : 0.264375 0.217184 -5.0421 m Global time : 17.3824 ns - Current trajectory has 2 points. -Point[0] Position= (264.375,217.184,-5042.1) -Point[1] Position= (264.433,217.234,-5042.06) +Original momentum : 76.799 -148.069 -30.0641 keV +Vertex : 0.172855 0.157566 -3.80885 m Global time : 12.7299 ns + Current trajectory has 8 points. +Point[0] Position= (172.855,157.566,-3808.85) +Point[1] Position= (174.229,156.288,-3809.61) +Point[2] Position= (175.974,152.773,-3808.15) +Point[3] Position= (176.311,149.543,-3808.38) +Point[4] Position= (176.713,148.513,-3808.73) +Point[5] Position= (177.179,147.74,-3808.98) +Point[6] Position= (177.455,147.68,-3809.05) +Point[7] Position= (177.698,147.428,-3809.11) -TrackID =1160 : ParentID=50 : TrackStatus=1 +TrackID =1134 : ParentID=1109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.8056 37.3575 -2.34181 keV -Vertex : 0.266799 0.161366 -4.92046 m Global time : 16.8032 ns +Original momentum : 23.3992 26.9638 -19.3211 keV +Vertex : 0.177455 0.14768 -3.80905 m Global time : 12.8565 ns Current trajectory has 2 points. -Point[0] Position= (266.799,161.366,-4920.46) -Point[1] Position= (266.756,161.426,-4920.47) +Point[0] Position= (177.455,147.68,-3809.05) +Point[1] Position= (177.484,147.713,-3809.07) -TrackID =1159 : ParentID=50 : TrackStatus=1 +TrackID =1133 : ParentID=1109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.4816 -9.04205 -3.07842 keV -Vertex : 0.263819 0.159557 -4.86525 m Global time : 16.6146 ns +Original momentum : 19.474 27.9423 -17.7732 keV +Vertex : 0.177179 0.14774 -3.80898 m Global time : 12.8513 ns Current trajectory has 2 points. -Point[0] Position= (263.819,159.557,-4865.25) -Point[1] Position= (263.795,159.55,-4865.25) +Point[0] Position= (177.179,147.74,-3808.98) +Point[1] Position= (177.2,147.77,-3809) -TrackID =1158 : ParentID=50 : TrackStatus=1 +TrackID =1132 : ParentID=1109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.5894 55.3404 -2.41934 keV -Vertex : 0.257802 0.155903 -4.75377 m Global time : 16.2339 ns +Original momentum : 32.0514 -1.92033 14.3246 keV +Vertex : 0.176713 0.148513 -3.80873 m Global time : 12.8369 ns Current trajectory has 2 points. -Point[0] Position= (257.802,155.903,-4753.77) -Point[1] Position= (257.755,156.058,-4753.77) +Point[0] Position= (176.713,148.513,-3808.73) +Point[1] Position= (176.741,148.512,-3808.72) -TrackID =1157 : ParentID=50 : TrackStatus=1 +TrackID =1131 : ParentID=1109 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.8033 -30.0662 -3.00096 keV -Vertex : 0.250367 0.151391 -4.61601 m Global time : 15.7635 ns +Original momentum : -17.9212 -19.4077 27.3138 keV +Vertex : 0.174229 0.156288 -3.80961 m Global time : 12.7498 ns Current trajectory has 2 points. -Point[0] Position= (250.367,151.391,-4616.01) -Point[1] Position= (250.354,151.366,-4616.01) +Point[0] Position= (174.229,156.288,-3809.61) +Point[1] Position= (174.21,156.268,-3809.58) -TrackID =1156 : ParentID=50 : TrackStatus=1 +TrackID =1108 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.3227 -14.6905 -4.79797 keV -Vertex : 0.240495 0.145395 -4.4332 m Global time : 15.1392 ns +Original momentum : -12.9649 -42.5677 -4.30438 keV +Vertex : 0.164966 0.150387 -3.63523 m Global time : 12.1497 ns Current trajectory has 2 points. -Point[0] Position= (240.495,145.395,-4433.2) -Point[1] Position= (240.43,145.373,-4433.2) +Point[0] Position= (164.966,150.387,-3635.23) +Point[1] Position= (164.946,150.322,-3635.24) -TrackID =1155 : ParentID=50 : TrackStatus=1 +TrackID =1107 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 99.3828 -12.3091 -5.0007 keV -Vertex : 0.235215 0.142197 -4.33557 m Global time : 14.8058 ns - Current trajectory has 4 points. -Point[0] Position= (235.215,142.197,-4335.57) -Point[1] Position= (236.135,142.418,-4335.02) -Point[2] Position= (236.515,142.28,-4334.53) -Point[3] Position= (236.567,142.046,-4334.46) +Original momentum : -39.5298 26.1827 -2.92086 keV +Vertex : 0.164828 0.150261 -3.6322 m Global time : 12.1395 ns + Current trajectory has 2 points. +Point[0] Position= (164.828,150.261,-3632.2) +Point[1] Position= (164.759,150.307,-3632.2) -TrackID =1184 : ParentID=1155 : TrackStatus=1 +TrackID =1106 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.47302 -10.8491 -35.8722 keV -Vertex : 0.236515 0.14228 -4.33453 m Global time : 14.8304 ns +Original momentum : -44.647 -10.644 -4.55011 keV +Vertex : 0.159263 0.145197 -3.50972 m Global time : 11.7302 ns Current trajectory has 2 points. -Point[0] Position= (236.515,142.28,-4334.53) -Point[1] Position= (236.519,142.269,-4334.57) +Point[0] Position= (159.263,145.197,-3509.72) +Point[1] Position= (159.191,145.18,-3509.72) -TrackID =1183 : ParentID=1155 : TrackStatus=1 +TrackID =1105 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.2157 27.8518 -17.426 keV -Vertex : 0.236135 0.142418 -4.33502 m Global time : 14.8206 ns +Original momentum : -14.0914 66.3546 -2.39317 keV +Vertex : 0.158663 0.144652 -3.49652 m Global time : 11.6861 ns Current trajectory has 2 points. -Point[0] Position= (236.135,142.418,-4335.02) -Point[1] Position= (236.133,142.439,-4335.03) +Point[0] Position= (158.663,144.652,-3496.52) +Point[1] Position= (158.605,144.928,-3496.53) -TrackID =1154 : ParentID=50 : TrackStatus=1 +TrackID =1104 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.9412 39.8966 -0.991553 keV -Vertex : 0.201579 0.121716 -3.71433 m Global time : 12.6843 ns +Original momentum : -21.6272 31.8118 -1.11646 keV +Vertex : 0.156704 0.142867 -3.45339 m Global time : 11.5419 ns Current trajectory has 2 points. -Point[0] Position= (201.579,121.716,-3714.33) -Point[1] Position= (201.565,121.766,-3714.33) +Point[0] Position= (156.704,142.867,-3453.39) +Point[1] Position= (156.68,142.902,-3453.39) -TrackID =1153 : ParentID=50 : TrackStatus=1 +TrackID =1103 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.5595 18.0615 -3.18189 keV -Vertex : 0.198697 0.119964 -3.66096 m Global time : 12.5021 ns +Original momentum : 32.0652 -34.5143 -2.14588 keV +Vertex : 0.14963 0.136429 -3.29775 m Global time : 11.0217 ns Current trajectory has 2 points. -Point[0] Position= (198.697,119.964,-3660.96) -Point[1] Position= (198.648,119.987,-3660.97) +Point[0] Position= (149.63,136.429,-3297.75) +Point[1] Position= (149.685,136.37,-3297.75) -TrackID =1152 : ParentID=50 : TrackStatus=1 +TrackID =1102 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 111.869 49.4884 -7.17007 keV -Vertex : 0.197312 0.11912 -3.63529 m Global time : 12.4144 ns - Current trajectory has 4 points. -Point[0] Position= (197.312,119.12,-3635.29) -Point[1] Position= (198.855,119.788,-3637.04) -Point[2] Position= (198.982,120.318,-3637.24) -Point[3] Position= (199.225,120.728,-3637.35) +Original momentum : 60.1767 34.9109 -0.546439 keV +Vertex : 0.145907 0.133041 -3.21581 m Global time : 10.7479 ns + Current trajectory has 3 points. +Point[0] Position= (145.907,133.041,-3215.81) +Point[1] Position= (145.985,133.462,-3215.92) +Point[2] Position= (145.984,133.462,-3215.92) -TrackID =1185 : ParentID=1152 : TrackStatus=1 +TrackID =1101 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.6942 17.571 3.87749 keV -Vertex : 0.198982 0.120318 -3.63724 m Global time : 12.4501 ns +Original momentum : -6.18976 41.5721 -0.29119 keV +Vertex : 0.143942 0.131253 -3.17255 m Global time : 10.6033 ns Current trajectory has 2 points. -Point[0] Position= (198.982,120.318,-3637.24) -Point[1] Position= (198.96,120.332,-3637.24) +Point[0] Position= (143.942,131.253,-3172.55) +Point[1] Position= (143.934,131.307,-3172.55) -TrackID =1151 : ParentID=50 : TrackStatus=1 +TrackID =1100 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.7492 -6.03251 -4.24668 keV -Vertex : 0.195073 0.117755 -3.59377 m Global time : 12.2726 ns +Original momentum : -26.9278 19.8298 -1.50044 keV +Vertex : 0.14389 0.131205 -3.17141 m Global time : 10.5995 ns Current trajectory has 2 points. -Point[0] Position= (195.073,117.755,-3593.77) -Point[1] Position= (195.018,117.747,-3593.78) +Point[0] Position= (143.89,131.205,-3171.41) +Point[1] Position= (143.869,131.221,-3171.41) -TrackID =1150 : ParentID=50 : TrackStatus=1 +TrackID =1099 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.65837 63.1829 -1.63778 keV -Vertex : 0.193692 0.116915 -3.56816 m Global time : 12.1851 ns +Original momentum : -34.8981 11.1215 -2.44437 keV +Vertex : 0.14138 0.128919 -3.11613 m Global time : 10.4147 ns Current trajectory has 2 points. -Point[0] Position= (193.692,116.915,-3568.16) -Point[1] Position= (193.712,117.137,-3568.17) +Point[0] Position= (141.38,128.919,-3116.13) +Point[1] Position= (141.346,128.93,-3116.13) -TrackID =1149 : ParentID=50 : TrackStatus=1 +TrackID =1098 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.5411 -37.2637 -5.21825 keV -Vertex : 0.193378 0.116723 -3.56232 m Global time : 12.1652 ns +Original momentum : -52.7364 52.0504 -5.62747 keV +Vertex : 0.14124 0.128792 -3.11305 m Global time : 10.4044 ns Current trajectory has 2 points. -Point[0] Position= (193.378,116.723,-3562.32) -Point[1] Position= (193.322,116.655,-3562.33) +Point[0] Position= (141.24,128.792,-3113.05) +Point[1] Position= (140.964,129.064,-3113.08) -TrackID =1148 : ParentID=50 : TrackStatus=1 +TrackID =1097 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.0769 62.366 -2.63109 keV -Vertex : 0.187329 0.113029 -3.45014 m Global time : 11.7821 ns +Original momentum : 52.5991 1.12822 -0.273408 keV +Vertex : 0.128836 0.117482 -2.83977 m Global time : 9.49107 ns Current trajectory has 2 points. -Point[0] Position= (187.329,113.029,-3450.14) -Point[1] Position= (187.287,113.249,-3450.14) +Point[0] Position= (128.836,117.482,-2839.77) +Point[1] Position= (128.953,117.485,-2839.77) -TrackID =1147 : ParentID=50 : TrackStatus=1 +TrackID =1096 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.2222 -24.2319 -3.08637 keV -Vertex : 0.185183 0.111719 -3.41033 m Global time : 11.6462 ns +Original momentum : 12.7402 33.0109 0.718015 keV +Vertex : 0.124741 0.113748 -2.74954 m Global time : 9.18952 ns Current trajectory has 2 points. -Point[0] Position= (185.183,111.719,-3410.33) -Point[1] Position= (185.166,111.7,-3410.34) +Point[0] Position= (124.741,113.748,-2749.54) +Point[1] Position= (124.753,113.778,-2749.54) -TrackID =1146 : ParentID=50 : TrackStatus=1 +TrackID =1095 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.2963 35.5243 0.601454 keV -Vertex : 0.177748 0.107172 -3.27232 m Global time : 11.1749 ns - Current trajectory has 2 points. -Point[0] Position= (177.748,107.172,-3272.32) -Point[1] Position= (177.775,107.217,-3272.32) +Original momentum : 32.109 -109.86 -16.0202 keV +Vertex : 0.12011 0.109525 -2.6475 m Global time : 8.84849 ns + Current trajectory has 4 points. +Point[0] Position= (120.11,109.525,-2647.5) +Point[1] Position= (121.656,108.251,-2646.8) +Point[2] Position= (121.604,107.328,-2646.41) +Point[3] Position= (121.494,107.215,-2646.39) -TrackID =1145 : ParentID=50 : TrackStatus=1 +TrackID =1094 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.1876 -47.718 -3.29568 keV -Vertex : 0.175188 0.105606 -3.2248 m Global time : 11.0126 ns +Original momentum : -29.4476 24.9741 -1.76568 keV +Vertex : 0.110344 0.100623 -2.43243 m Global time : 8.12966 ns Current trajectory has 2 points. -Point[0] Position= (175.188,105.606,-3224.8) -Point[1] Position= (175.215,105.513,-3224.81) +Point[0] Position= (110.344,100.623,-2432.43) +Point[1] Position= (110.312,100.65,-2432.43) -TrackID =1144 : ParentID=50 : TrackStatus=1 +TrackID =1093 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.6766 31.3547 0.541761 keV -Vertex : 0.173581 0.104624 -3.19498 m Global time : 10.9107 ns +Original momentum : -34.4484 -5.71227 -3.00318 keV +Vertex : 0.0912961 0.083242 -2.0128 m Global time : 6.72718 ns Current trajectory has 2 points. -Point[0] Position= (173.581,104.624,-3194.98) -Point[1] Position= (173.59,104.649,-3194.98) +Point[0] Position= (91.2961,83.242,-2012.8) +Point[1] Position= (91.2659,83.237,-2012.8) -TrackID =1143 : ParentID=50 : TrackStatus=1 +TrackID =1092 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.4438 17.7555 0.992679 keV -Vertex : 0.171629 0.10343 -3.15873 m Global time : 10.787 ns +Original momentum : 34.8661 -3.75943 0.22204 keV +Vertex : 0.0887684 0.0809336 -1.9571 m Global time : 6.54102 ns Current trajectory has 2 points. -Point[0] Position= (171.629,103.43,-3158.73) -Point[1] Position= (171.648,103.443,-3158.73) +Point[0] Position= (88.7684,80.9336,-1957.1) +Point[1] Position= (88.7991,80.9303,-1957.1) -TrackID =1142 : ParentID=50 : TrackStatus=1 +TrackID =1091 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.8729 -27.573 -0.982141 keV -Vertex : 0.163523 0.0984696 -3.00829 m Global time : 10.2732 ns +Original momentum : 2.70089 -32.1513 -2.23468 keV +Vertex : 0.0819874 0.0747414 -1.80772 m Global time : 6.04174 ns Current trajectory has 2 points. -Point[0] Position= (163.523,98.4696,-3008.29) -Point[1] Position= (163.541,98.446,-3008.29) +Point[0] Position= (81.9874,74.7414,-1807.72) +Point[1] Position= (81.9894,74.7177,-1807.72) -TrackID =1141 : ParentID=50 : TrackStatus=1 +TrackID =1090 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.4734 1.66407 0.359869 keV -Vertex : 0.156748 0.0943248 -2.88264 m Global time : 9.84414 ns - Current trajectory has 2 points. -Point[0] Position= (156.748,94.3248,-2882.64) -Point[1] Position= (156.831,94.3277,-2882.64) +Original momentum : 108.058 -17.1174 -7.46058 keV +Vertex : 0.0805494 0.0734285 -1.77604 m Global time : 5.93588 ns + Current trajectory has 4 points. +Point[0] Position= (80.5494,73.4285,-1776.04) +Point[1] Position= (80.5595,73.4273,-1776.04) +Point[2] Position= (81.3161,72.7053,-1777.19) +Point[3] Position= (81.7458,72.7322,-1777.29) -TrackID =1140 : ParentID=50 : TrackStatus=1 +TrackID =1135 : ParentID=1090 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.1597 23.9534 -1.47233 keV -Vertex : 0.155214 0.0933858 -2.85419 m Global time : 9.74699 ns +Original momentum : 15.2891 24.7806 19.0394 keV +Vertex : 0.0805595 0.0734273 -1.77604 m Global time : 5.93604 ns Current trajectory has 2 points. -Point[0] Position= (155.214,93.3858,-2854.19) -Point[1] Position= (155.197,93.4039,-2854.19) +Point[0] Position= (80.5595,73.4273,-1776.04) +Point[1] Position= (80.5727,73.4487,-1776.03) -TrackID =1139 : ParentID=50 : TrackStatus=1 +TrackID =1089 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.0655 -19.676 -0.411771 keV -Vertex : 0.149697 0.0900112 -2.75184 m Global time : 9.39748 ns +Original momentum : -21.1763 -27.512 -3.29192 keV +Vertex : 0.07081 0.0645398 -1.56152 m Global time : 5.21889 ns Current trajectory has 2 points. -Point[0] Position= (149.697,90.0112,-2751.84) -Point[1] Position= (149.745,89.9855,-2751.85) +Point[0] Position= (70.81,64.5398,-1561.52) +Point[1] Position= (70.7916,64.5159,-1561.52) -TrackID =1138 : ParentID=50 : TrackStatus=1 +TrackID =1088 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 54.5958 -30.6177 -1.97914 keV -Vertex : 0.149109 0.0896523 -2.74095 m Global time : 9.36029 ns +Original momentum : -32.7861 18.0448 -2.11772 keV +Vertex : 0.0648662 0.0591207 -1.43063 m Global time : 4.78144 ns Current trajectory has 2 points. -Point[0] Position= (149.109,89.6523,-2740.95) -Point[1] Position= (149.295,89.5482,-2740.96) +Point[0] Position= (64.8662,59.1207,-1430.63) +Point[1] Position= (64.8328,59.1391,-1430.63) -TrackID =1137 : ParentID=50 : TrackStatus=1 +TrackID =1087 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.4181 48.5207 -0.276652 keV -Vertex : 0.110081 0.0660308 -2.02101 m Global time : 6.9017 ns +Original momentum : 20.3105 28.955 0.894109 keV +Vertex : 0.0567149 0.0516908 -1.25108 m Global time : 4.18136 ns Current trajectory has 2 points. -Point[0] Position= (110.081,66.0308,-2021.01) -Point[1] Position= (110.103,66.1254,-2021.01) +Point[0] Position= (56.7149,51.6908,-1251.08) +Point[1] Position= (56.7332,51.7168,-1251.08) -TrackID =1136 : ParentID=50 : TrackStatus=1 +TrackID =1086 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.2476 2.84681 0.764451 keV -Vertex : 0.100027 0.0599457 -1.83526 m Global time : 6.2674 ns +Original momentum : -42.7795 -52.4639 -8.65678 keV +Vertex : 0.0511631 0.0466323 -1.12878 m Global time : 3.7726 ns Current trajectory has 2 points. -Point[0] Position= (100.027,59.9457,-1835.26) -Point[1] Position= (100.056,59.9481,-1835.26) +Point[0] Position= (51.1631,46.6323,-1128.78) +Point[1] Position= (50.9828,46.4112,-1128.82) -TrackID =1135 : ParentID=50 : TrackStatus=1 +TrackID =1085 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.864 -0.141418 -2.88016 keV -Vertex : 0.0932719 0.0558648 -1.71062 m Global time : 5.84175 ns +Original momentum : 17.5169 -59.0863 -5.38537 keV +Vertex : 4.46093 4.06629 -98.4389 cm Global time : 3.29001 ns Current trajectory has 2 points. -Point[0] Position= (93.2719,55.8648,-1710.62) -Point[1] Position= (93.2465,55.8647,-1710.62) +Point[0] Position= (44.6093,40.6629,-984.389) +Point[1] Position= (44.6671,40.468,-984.406) -TrackID =1134 : ParentID=50 : TrackStatus=1 +TrackID =1084 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.6817 -13.5577 0.0990672 keV -Vertex : 0.0787628 0.0471296 -1.44381 m Global time : 4.9306 ns +Original momentum : -26.3279 47.4353 -2.11741 keV +Vertex : 4.05142 3.69362 -89.4201 cm Global time : 2.98858 ns Current trajectory has 2 points. -Point[0] Position= (78.7628,47.1296,-1443.81) -Point[1] Position= (78.7873,47.1188,-1443.81) +Point[0] Position= (40.5142,36.9362,-894.201) +Point[1] Position= (40.4511,37.0498,-894.206) -TrackID =1133 : ParentID=50 : TrackStatus=1 +TrackID =1143 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.4304 8.86643 0.922484 keV -Vertex : 0.0763429 0.0456737 -1.39932 m Global time : 4.77865 ns - Current trajectory has 2 points. -Point[0] Position= (76.3429,45.6737,-1399.32) -Point[1] Position= (76.3689,45.6808,-1399.31) +Original momentum : 22.5812 34.0336 89.2693 keV +Vertex : -0.403398 0.121437 -1.09989 m Global time : 5.08725 ns + Current trajectory has 3 points. +Point[0] Position= (-403.398,121.437,-1099.89) +Point[1] Position= (-403.017,120.861,-1098.67) +Point[2] Position= (-403.401,120.581,-1098.55) -TrackID =1132 : ParentID=50 : TrackStatus=1 +TrackID =1142 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.8995 -37.2211 -6.14298 keV -Vertex : 0.0604032 0.0361018 -1.10689 m Global time : 3.78001 ns +Original momentum : -36.8584 -17.8805 -63.7945 keV +Vertex : -0.402018 0.119492 -1.09997 m Global time : 5.07673 ns Current trajectory has 2 points. -Point[0] Position= (60.4032,36.1018,-1106.89) -Point[1] Position= (60.3157,36.0159,-1106.9) +Point[0] Position= (-402.018,119.492,-1099.97) +Point[1] Position= (-402.221,119.394,-1100.32) -TrackID =1131 : ParentID=50 : TrackStatus=1 +TrackID =1141 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -64.364 25.9312 -7.52248 keV -Vertex : 0.0589976 0.0352585 -1.08113 m Global time : 3.69205 ns +Original momentum : 33.7349 14.3771 -12.1103 keV +Vertex : -0.32912 0.0439951 -1.056 m Global time : 4.57885 ns Current trajectory has 2 points. -Point[0] Position= (58.9976,35.2585,-1081.13) -Point[1] Position= (58.7105,35.3741,-1081.16) +Point[0] Position= (-329.12,43.9951,-1056) +Point[1] Position= (-329.084,44.0107,-1056.01) -TrackID =1130 : ParentID=50 : TrackStatus=1 +TrackID =1140 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 97.9048 81.5587 -8.07065 keV -Vertex : 0.0565406 0.0337827 -1.03607 m Global time : 3.53818 ns - Current trajectory has 5 points. -Point[0] Position= (56.5406,33.7827,-1036.07) -Point[1] Position= (58.4387,34.4371,-1037.57) -Point[2] Position= (59.3364,35.9932,-1038.42) -Point[3] Position= (60.3854,37.1661,-1038.82) -Point[4] Position= (60.5203,37.1172,-1039.02) +Original momentum : -50.6253 -37.9461 5.80442 keV +Vertex : -0.318803 0.0275444 -1.02974 m Global time : 4.44085 ns + Current trajectory has 2 points. +Point[0] Position= (-318.803,27.5444,-1029.74) +Point[1] Position= (-318.982,27.4107,-1029.72) -TrackID =1129 : ParentID=50 : TrackStatus=1 +TrackID =1139 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.8963 44.2769 -1.9003 keV -Vertex : 0.0565035 0.0337605 -1.0354 m Global time : 3.53587 ns +Original momentum : -26.2996 -32.817 22.4651 keV +Vertex : -22.2461 1.04541 -94.6136 cm Global time : 3.89691 ns Current trajectory has 2 points. -Point[0] Position= (56.5035,33.7605,-1035.4) -Point[1] Position= (56.4695,33.84,-1035.4) +Point[0] Position= (-222.461,10.4541,-946.136) +Point[1] Position= (-222.491,10.416,-946.11) -TrackID =1128 : ParentID=50 : TrackStatus=1 +TrackID =1138 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.9305 42.4285 -0.167831 keV -Vertex : 4.95559 2.95994 -90.8226 cm Global time : 3.10158 ns +Original momentum : 8.75217 37.6558 -0.999313 keV +Vertex : -17.344 0.132399 -90.2952 cm Global time : 3.62341 ns Current trajectory has 2 points. -Point[0] Position= (49.5559,29.5994,-908.226) -Point[1] Position= (49.5627,29.6572,-908.227) +Point[0] Position= (-173.44,1.32399,-902.952) +Point[1] Position= (-173.431,1.36511,-902.953) -TrackID =1127 : ParentID=50 : TrackStatus=1 +TrackID =1137 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.32008 -46.7082 -3.6512 keV -Vertex : 4.83886 2.88999 -88.6837 cm Global time : 3.02854 ns +Original momentum : 16.0185 -27.0881 -13.0561 keV +Vertex : -4.87464 1.57267 -82.7591 cm Global time : 3.02871 ns Current trajectory has 2 points. -Point[0] Position= (48.3886,28.8999,-886.837) -Point[1] Position= (48.3908,28.8212,-886.843) +Point[0] Position= (-48.7464,15.7267,-827.591) +Point[1] Position= (-48.7331,15.7043,-827.602) -TrackID =1126 : ParentID=50 : TrackStatus=1 +TrackID =1136 : ParentID=1083 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -126.029 -3.09116 -23.1855 keV -Vertex : 4.79303 2.86253 -87.8438 cm Global time : 2.99985 ns - Current trajectory has 5 points. -Point[0] Position= (47.9303,28.6253,-878.438) -Point[1] Position= (46.1676,29.6849,-878.473) -Point[2] Position= (46.1386,29.7228,-878.521) -Point[3] Position= (46.4888,30.056,-879.549) -Point[4] Position= (46.5891,29.9066,-879.968) +Original momentum : -5.70228 -34.504 26.7534 keV +Vertex : -4.28828 1.82207 -82.3459 cm Global time : 2.99769 ns + Current trajectory has 2 points. +Point[0] Position= (-42.8828,18.2207,-823.459) +Point[1] Position= (-42.8912,18.1703,-823.42) -TrackID =1187 : ParentID=1126 : TrackStatus=1 +TrackID =1082 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.3876 -20.9383 -18.7553 keV -Vertex : 4.61386 2.97228 -87.8521 cm Global time : 3.02443 ns +Original momentum : -37.6824 -27.0463 -4.95307 keV +Vertex : 2.84821 2.59715 -62.8824 cm Global time : 2.10164 ns Current trajectory has 2 points. -Point[0] Position= (46.1386,29.7228,-878.521) -Point[1] Position= (46.0838,29.6904,-878.55) +Point[0] Position= (28.4821,25.9715,-628.824) +Point[1] Position= (28.4193,25.9265,-628.832) -TrackID =1186 : ParentID=1126 : TrackStatus=1 +TrackID =1081 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.6328 14.1491 26.7257 keV -Vertex : 4.61676 2.96849 -87.8473 cm Global time : 3.02335 ns +Original momentum : -27.9822 32.8577 -1.73626 keV +Vertex : 2.79941 2.55265 -61.8049 cm Global time : 2.06563 ns Current trajectory has 2 points. -Point[0] Position= (46.1676,29.6849,-878.473) -Point[1] Position= (46.0996,29.7104,-878.425) +Point[0] Position= (27.9941,25.5265,-618.049) +Point[1] Position= (27.955,25.5724,-618.052) -TrackID =1125 : ParentID=50 : TrackStatus=1 +TrackID =1080 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.4488 24.6139 0.903018 keV -Vertex : 4.27865 2.55391 -78.4069 cm Global time : 2.67758 ns +Original momentum : -35.3917 18.1855 -2.40731 keV +Vertex : 2.6398 2.4071 -58.2811 cm Global time : 1.94786 ns Current trajectory has 2 points. -Point[0] Position= (42.7865,25.5391,-784.069) -Point[1] Position= (42.8293,25.5706,-784.067) +Point[0] Position= (26.398,24.071,-582.811) +Point[1] Position= (26.3566,24.0922,-582.814) -TrackID =1124 : ParentID=50 : TrackStatus=1 +TrackID =1079 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.6452 2.91683 0.721414 keV -Vertex : 3.69668 2.20484 -67.7338 cm Global time : 2.3131 ns +Original momentum : 32.8553 9.99594 0.745004 keV +Vertex : 2.42265 2.20909 -53.4857 cm Global time : 1.78759 ns Current trajectory has 2 points. -Point[0] Position= (36.9668,22.0484,-677.338) -Point[1] Position= (37.0058,22.0514,-677.337) +Point[0] Position= (24.2265,22.0909,-534.857) +Point[1] Position= (24.2541,22.0993,-534.856) -TrackID =1123 : ParentID=50 : TrackStatus=1 +TrackID =1078 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.12716 -38.1077 -2.49402 keV -Vertex : 3.26909 1.94942 -59.8948 cm Global time : 2.0454 ns +Original momentum : -19.4097 25.8684 -0.835998 keV +Vertex : 1.67995 1.53198 -37.0875 cm Global time : 1.23953 ns Current trajectory has 2 points. -Point[0] Position= (32.6909,19.4942,-598.948) -Point[1] Position= (32.6953,19.4532,-598.951) +Point[0] Position= (16.7995,15.3198,-370.875) +Point[1] Position= (16.7851,15.3389,-370.875) -TrackID =1122 : ParentID=50 : TrackStatus=1 +TrackID =1077 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.4974 -69.8619 -9.05434 keV -Vertex : 3.19881 1.90738 -58.6058 cm Global time : 2.00138 ns - Current trajectory has 2 points. -Point[0] Position= (31.9881,19.0738,-586.058) -Point[1] Position= (31.8655,18.7093,-586.105) +Original momentum : 126.449 47.6593 -10.0002 keV +Vertex : 1.59546 1.45494 -35.2219 cm Global time : 1.17718 ns + Current trajectory has 5 points. +Point[0] Position= (15.9546,14.5494,-352.219) +Point[1] Position= (17.7253,16.513,-351.275) +Point[2] Position= (17.8841,16.7049,-351.284) +Point[3] Position= (19.1616,17.6107,-351.966) +Point[4] Position= (19.3205,17.6077,-351.958) -TrackID =1121 : ParentID=50 : TrackStatus=1 +TrackID =1144 : ParentID=1077 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.3124 28.2758 -1.30519 keV -Vertex : 3.10167 1.84928 -56.8239 cm Global time : 1.94053 ns +Original momentum : 6.55463 16.0365 -31.1281 keV +Vertex : 1.78841 1.67049 -35.1284 cm Global time : 1.21073 ns Current trajectory has 2 points. -Point[0] Position= (31.0167,18.4928,-568.239) -Point[1] Position= (31.0006,18.5165,-568.241) +Point[0] Position= (17.8841,16.7049,-351.284) +Point[1] Position= (17.8901,16.7195,-351.313) -TrackID =1120 : ParentID=50 : TrackStatus=1 +TrackID =1076 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.0583 -56.354 -4.51741 keV -Vertex : 2.79832 1.66769 -51.2627 cm Global time : 1.75061 ns +Original momentum : -52.5803 15.5481 -4.70028 keV +Vertex : 1.5826 1.44322 -34.9379 cm Global time : 1.16769 ns Current trajectory has 2 points. -Point[0] Position= (27.9832,16.6769,-512.627) -Point[1] Position= (28.0168,16.5196,-512.64) +Point[0] Position= (15.826,14.4322,-349.379) +Point[1] Position= (15.6959,14.4707,-349.391) -TrackID =1119 : ParentID=50 : TrackStatus=1 +TrackID =1075 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.183 -29.3857 -3.63852 keV -Vertex : 2.76842 1.64982 -50.7149 cm Global time : 1.73191 ns - Current trajectory has 2 points. -Point[0] Position= (27.6842,16.4982,-507.149) -Point[1] Position= (27.6604,16.468,-507.153) +Original momentum : -35.3108 175.171 -25.3618 keV +Vertex : 1.25376 1.14345 -27.678 cm Global time : 925.05 ps + Current trajectory has 10 points. +Point[0] Position= (12.5376,11.4345,-276.78) +Point[1] Position= (13.6599,16.489,-277.513) +Point[2] Position= (14.7767,21.0994,-277.02) +Point[3] Position= (14.4137,21.4414,-277.106) +Point[4] Position= (13.3751,25.0304,-276.03) +Point[5] Position= (12.0335,26.511,-278.6) +Point[6] Position= (11.8159,25.545,-280.067) +Point[7] Position= (12.3835,26.4683,-280.191) +Point[8] Position= (11.5723,26.7623,-281.119) +Point[9] Position= (11.6159,26.709,-281.186) -TrackID =1118 : ParentID=50 : TrackStatus=1 +TrackID =1146 : ParentID=1075 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.8809 -30.2507 -1.21401 keV -Vertex : 2.45081 1.46023 -44.8984 cm Global time : 1.53327 ns +Original momentum : 30.0163 -4.91255 -16.9824 keV +Vertex : 1.23835 2.64683 -28.0191 cm Global time : 1.12818 ns Current trajectory has 2 points. -Point[0] Position= (24.5081,14.6023,-448.984) -Point[1] Position= (24.5649,14.553,-448.986) +Point[0] Position= (12.3835,26.4683,-280.191) +Point[1] Position= (12.4095,26.4641,-280.205) -TrackID =1117 : ParentID=50 : TrackStatus=1 +TrackID =1145 : ParentID=1075 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.4559 41.4915 -2.41212 keV -Vertex : 2.16512 1.28979 -39.6642 cm Global time : 1.35453 ns +Original momentum : -13.2354 19.0385 -21.9712 keV +Vertex : 1.18159 2.5545 -28.0067 cm Global time : 1.11275 ns Current trajectory has 2 points. -Point[0] Position= (21.6512,12.8979,-396.642) -Point[1] Position= (21.6041,12.9745,-396.646) +Point[0] Position= (11.8159,25.545,-280.067) +Point[1] Position= (11.8063,25.5587,-280.083) -TrackID =1116 : ParentID=50 : TrackStatus=1 +TrackID =1074 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.3782 16.5014 0.980894 keV -Vertex : 1.52199 0.907041 -27.8786 cm Global time : 952.05 ps - Current trajectory has 2 points. -Point[0] Position= (15.2199,9.07041,-278.786) -Point[1] Position= (15.2507,9.08613,-278.785) +Original momentum : 69.569 5.26804 -1.38285 keV +Vertex : 1.0733 0.978902 -23.6944 cm Global time : 791.911 ps + Current trajectory has 3 points. +Point[0] Position= (10.733,9.78902,-236.944) +Point[1] Position= (11.0281,10.115,-236.529) +Point[2] Position= (11.0394,10.1096,-236.52) -TrackID =1115 : ParentID=50 : TrackStatus=1 +TrackID =1073 : ParentID=49 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.6125 27.8221 0.738615 keV -Vertex : 1.02281 0.609649 -18.7337 cm Global time : 639.752 ps +Original momentum : -1.32234 -32.438 -2.4378 keV +Vertex : 0.684716 0.624547 -15.1164 cm Global time : 505.216 ps Current trajectory has 2 points. -Point[0] Position= (10.2281,6.09649,-187.337) -Point[1] Position= (10.2393,6.11647,-187.336) +Point[0] Position= (6.84716,6.24547,-151.164) +Point[1] Position= (6.84617,6.22116,-151.165) -TrackID =1114 : ParentID=50 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.7365 -36.0984 -1.73888 keV -Vertex : 0.84624 0.504303 -15.499 cm Global time : 529.29 ps +TrackID =48 : ParentID=45 : TrackStatus=1 +Particle name : unknown : anti_delta++ PDG code : -2224 Charge : -2 +Original momentum : -0.437184 -0.13363 -4.69663 GeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps Current trajectory has 2 points. -Point[0] Position= (8.4624,5.04303,-154.99) -Point[1] Position= (8.50061,4.98943,-154.993) +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (-8.00666e-307,-2.05077e-307,6.69946e-306) -TrackID =1113 : ParentID=50 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.911 -51.1298 -3.5413 keV -Vertex : 0.450101 0.26791 -8.23919 cm Global time : 281.367 ps - Current trajectory has 2 points. -Point[0] Position= (4.50101,2.6791,-82.3919) -Point[1] Position= (4.57638,2.53589,-82.4018) +TrackID =1148 : ParentID=48 : TrackStatus=1 +Particle name : anti_proton PDG code : -2212 Charge : -1 +Original momentum : -0.373892 -0.270453 -2.87903 GeV +Vertex : -8.00666e-295 -2.05077e-295 6.69946e-294 fm Global time : 8.69392e-305 ps + Current trajectory has 68 points. +Point[0] Position= (-8.00666e-307,-2.05077e-307,6.69946e-306) +Point[1] Position= (-0.250944,-0.181523,-1.93232) +Point[2] Position= (-6.43356,-4.65312,-49.5367) +Point[3] Position= (-13.6785,-9.89062,-105.311) +Point[4] Position= (-15.2849,-11.0513,-117.676) +Point[5] Position= (-23.0112,-16.6347,-177.16) +Point[6] Position= (-35.0036,-25.2998,-269.463) +Point[7] Position= (-47.2733,-34.1556,-363.857) +Point[8] Position= (-51.9412,-37.5243,-399.775) +Point[9] Position= (-83.6191,-60.3853,-643.537) +Point[10] Position= (-88.1734,-63.6721,-678.582) +Point[11] Position= (-96.5138,-69.6874,-742.75) +Point[12] Position= (-99.3687,-71.7462,-764.713) +Point[13] Position= (-119.829,-86.5018,-922.083) +Point[14] Position= (-123.557,-89.1935,-950.754) +Point[15] Position= (-137.921,-99.5637,-1061.21) +Point[16] Position= (-144.39,-104.236,-1110.96) +Point[17] Position= (-147.094,-106.191,-1131.76) +Point[18] Position= (-154.539,-111.574,-1189.02) +Point[19] Position= (-163.618,-118.137,-1258.85) +Point[20] Position= (-166.937,-120.537,-1284.38) +Point[21] Position= (-174.927,-126.313,-1345.83) +Point[22] Position= (-174.994,-126.361,-1346.34) +Point[23] Position= (-177.029,-127.831,-1361.99) +Point[24] Position= (-178.049,-128.568,-1369.83) +Point[25] Position= (-179.504,-129.619,-1381.03) +Point[26] Position= (-196.409,-141.811,-1511.08) +Point[27] Position= (-205.412,-148.298,-1580.34) +Point[28] Position= (-223.392,-161.251,-1718.61) +Point[29] Position= (-233.964,-168.878,-1799.95) +Point[30] Position= (-246.242,-177.731,-1894.39) +Point[31] Position= (-264.89,-191.182,-2037.78) +Point[32] Position= (-271.581,-196.007,-2089.23) +Point[33] Position= (-280.293,-202.29,-2156.23) +Point[34] Position= (-293.647,-211.93,-2258.97) +Point[35] Position= (-298.542,-215.465,-2296.65) +Point[36] Position= (-313.729,-226.44,-2413.57) +Point[37] Position= (-313.81,-226.499,-2414.19) +Point[38] Position= (-319.191,-230.388,-2455.62) +Point[39] Position= (-322.267,-232.611,-2479.3) +Point[40] Position= (-357.169,-257.838,-2748.16) +Point[41] Position= (-362.472,-261.676,-2789.08) +Point[42] Position= (-394.26,-284.698,-3034.39) +Point[43] Position= (-409.08,-295.451,-3148.99) +Point[44] Position= (-431.141,-311.479,-3319.78) +Point[45] Position= (-516.586,-373.69,-3981.75) +Point[46] Position= (-517.876,-374.633,-3991.77) +Point[47] Position= (-530.002,-383.496,-4085.87) +Point[48] Position= (-533.374,-385.959,-4112.03) +Point[49] Position= (-539.837,-390.681,-4162.17) +Point[50] Position= (-564.462,-408.678,-4353.21) +Point[51] Position= (-566.27,-409.999,-4367.24) +Point[52] Position= (-577.392,-418.125,-4453.47) +Point[53] Position= (-577.625,-418.295,-4455.28) +Point[54] Position= (-578.077,-418.626,-4458.79) +Point[55] Position= (-592.661,-429.271,-4571.81) +Point[56] Position= (-615.52,-445.937,-4748.88) +Point[57] Position= (-629.035,-455.787,-4853.53) +Point[58] Position= (-655.043,-474.734,-5054.93) +Point[59] Position= (-671.052,-486.389,-5178.95) +Point[60] Position= (-680.029,-492.924,-5248.49) +Point[61] Position= (-680.656,-493.38,-5253.35) +Point[62] Position= (-701.639,-508.657,-5415.83) +Point[63] Position= (-754.649,-547.215,-5825.78) +Point[64] Position= (-755.575,-547.888,-5832.93) +Point[65] Position= (-761.335,-552.073,-5877.43) +Point[66] Position= (-761.946,-552.516,-5882.15) +Point[67] Position= (-777.206,-563.598,-6000) + +TrackID =1211 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 13.7559 34.0822 -6.43303 keV +Vertex : -0.761946 -0.552516 -5.88215 m Global time : 20.8744 ns + Current trajectory has 2 points. +Point[0] Position= (-761.946,-552.516,-5882.15) +Point[1] Position= (-761.932,-552.482,-5882.15) + +TrackID =1210 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 36.6525 19.9704 -8.50873 keV +Vertex : -0.761335 -0.552073 -5.87743 m Global time : 20.8576 ns + Current trajectory has 2 points. +Point[0] Position= (-761.335,-552.073,-5877.43) +Point[1] Position= (-761.285,-552.046,-5877.44) + +TrackID =1209 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 18.978 34.1489 -7.31041 keV +Vertex : -0.755575 -0.547888 -5.83293 m Global time : 20.6997 ns + Current trajectory has 2 points. +Point[0] Position= (-755.575,-547.888,-5832.93) +Point[1] Position= (-755.553,-547.848,-5832.94) + +TrackID =1208 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -46.7653 31.2702 -0.172028 keV +Vertex : -0.754649 -0.547215 -5.82578 m Global time : 20.6743 ns + Current trajectory has 2 points. +Point[0] Position= (-754.649,-547.215,-5825.78) +Point[1] Position= (-754.771,-547.134,-5825.78) + +TrackID =1207 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -11.4918 41.2702 -4.32343 keV +Vertex : -0.701639 -0.508657 -5.41583 m Global time : 19.2195 ns + Current trajectory has 2 points. +Point[0] Position= (-701.639,-508.657,-5415.83) +Point[1] Position= (-701.655,-508.6,-5415.84) + +TrackID =1206 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 2.69573 36.8237 -5.25428 keV +Vertex : -0.680656 -0.49338 -5.25335 m Global time : 18.6429 ns + Current trajectory has 2 points. +Point[0] Position= (-680.656,-493.38,-5253.35) +Point[1] Position= (-680.653,-493.343,-5253.35) + +TrackID =1205 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -16.4747 -38.8472 3.91151 keV +Vertex : -0.680029 -0.492924 -5.24849 m Global time : 18.6257 ns + Current trajectory has 2 points. +Point[0] Position= (-680.029,-492.924,-5248.49) +Point[1] Position= (-680.051,-492.976,-5248.49) -TrackID =1110 : ParentID=1021 : TrackStatus=1 +TrackID =1204 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -165.349 117.94 91.7769 keV -Vertex : 24.1236 7.94922 -4.06254 cm Global time : 869.398 ps +Original momentum : 28.7111 32.3213 -8.76487 keV +Vertex : -0.671052 -0.486389 -5.17895 m Global time : 18.3789 ns Current trajectory has 2 points. -Point[0] Position= (241.236,79.4922,-40.6254) -Point[1] Position= (241.231,79.4958,-40.6226) +Point[0] Position= (-671.052,-486.389,-5178.95) +Point[1] Position= (-671.01,-486.342,-5178.96) -TrackID =1109 : ParentID=1022 : TrackStatus=1 +TrackID =1203 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -193.968 -211.631 110.35 keV -Vertex : -25.1412 1.57625 -21.1417 cm Global time : 2.62133 ns +Original momentum : -61.029 24.8111 1.04752 keV +Vertex : -0.655043 -0.474734 -5.05493 m Global time : 17.9388 ns Current trajectory has 2 points. -Point[0] Position= (-251.412,15.7625,-211.417) -Point[1] Position= (-251.424,15.749,-211.41) +Point[0] Position= (-655.043,-474.734,-5054.93) +Point[1] Position= (-655.279,-474.638,-5054.93) -TrackID =1108 : ParentID=1023 : TrackStatus=1 +TrackID =1202 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 520.812 41.6476 -111.461 keV -Vertex : 44.0411 10.3674 3.05215 cm Global time : 1.58402 ns +Original momentum : 20.3918 -29.1365 -1.2065 keV +Vertex : -0.629035 -0.455787 -4.85353 m Global time : 17.2241 ns Current trajectory has 2 points. -Point[0] Position= (440.411,103.674,30.5215) -Point[1] Position= (440.51,103.682,30.5004) +Point[0] Position= (-629.035,-455.787,-4853.53) +Point[1] Position= (-629.016,-455.814,-4853.53) -TrackID =1112 : ParentID=1026 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -0.0849487 0.161988 -1.338 GeV -Vertex : -33.3094 69.8754 -461.245 nm Global time : 0.00156629 ps - Current trajectory has 2 points. -Point[0] Position= (-3.33094e-05,6.98754e-05,-0.000461245) -Point[1] Position= (-380.937,726.404,-6000) - -TrackID =49 : ParentID=45 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : 0.488645 0.445824 -10.7884 GeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps - Current trajectory has 68 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (5.90468,5.38795,-130.404) -Point[2] Position= (6.38145,5.82284,-140.927) -Point[3] Position= (8.74592,7.97973,-193.106) -Point[4] Position= (8.78153,8.01221,-193.892) -Point[5] Position= (8.87479,8.09727,-195.95) -Point[6] Position= (12.7842,11.6631,-282.236) -Point[7] Position= (20.1003,18.3327,-443.627) -Point[8] Position= (24.4947,22.3504,-540.642) -Point[9] Position= (24.9823,22.7964,-551.407) -Point[10] Position= (31.1818,28.4657,-688.261) -Point[11] Position= (49.1682,44.9343,-1085.54) -Point[12] Position= (54.0052,49.3621,-1192.43) -Point[13] Position= (57.8498,52.8814,-1277.43) -Point[14] Position= (60.5743,55.3759,-1337.67) -Point[15] Position= (61.35,56.0862,-1354.82) -Point[16] Position= (64.0415,58.5513,-1414.35) -Point[17] Position= (64.8896,59.3283,-1433.12) -Point[18] Position= (64.9763,59.4077,-1435.04) -Point[19] Position= (71.5961,65.4702,-1581.49) -Point[20] Position= (75.5346,69.0786,-1668.65) -Point[21] Position= (76.8429,70.2767,-1697.61) -Point[22] Position= (77.969,71.3078,-1722.53) -Point[23] Position= (80.659,73.7714,-1782.07) -Point[24] Position= (89.6772,82.0296,-1981.58) -Point[25] Position= (96.5849,88.3493,-2134.4) -Point[26] Position= (104.549,95.6331,-2310.53) -Point[27] Position= (108.451,99.2005,-2396.83) -Point[28] Position= (108.656,99.3883,-2401.37) -Point[29] Position= (113.058,103.414,-2498.72) -Point[30] Position= (115.098,105.281,-2543.84) -Point[31] Position= (117.592,107.564,-2599.02) -Point[32] Position= (118.146,108.071,-2611.27) -Point[33] Position= (123.951,113.387,-2739.75) -Point[34] Position= (123.966,113.401,-2740.08) -Point[35] Position= (125.478,114.785,-2773.55) -Point[36] Position= (126.088,115.343,-2787.04) -Point[37] Position= (129.378,118.356,-2859.85) -Point[38] Position= (137.833,126.097,-3046.98) -Point[39] Position= (145,132.656,-3205.55) -Point[40] Position= (154.91,141.727,-3424.83) -Point[41] Position= (157.336,143.946,-3478.48) -Point[42] Position= (161.632,147.873,-3573.43) -Point[43] Position= (163.16,149.271,-3607.21) -Point[44] Position= (167.074,152.853,-3693.75) -Point[45] Position= (168.472,154.132,-3724.65) -Point[46] Position= (176.302,161.296,-3897.74) -Point[47] Position= (180.934,165.527,-3999.98) -Point[48] Position= (189.163,173.06,-4181.79) -Point[49] Position= (190.423,174.212,-4209.61) -Point[50] Position= (190.815,174.572,-4218.29) -Point[51] Position= (204.015,186.655,-4509.97) -Point[52] Position= (207.829,190.147,-4594.27) -Point[53] Position= (212.873,194.764,-4705.74) -Point[54] Position= (223.181,204.213,-4933.72) -Point[55] Position= (226.25,207.023,-5001.53) -Point[56] Position= (232.3,212.561,-5135.26) -Point[57] Position= (236.566,216.465,-5229.56) -Point[58] Position= (238.798,218.508,-5278.91) -Point[59] Position= (241.464,220.95,-5337.88) -Point[60] Position= (250.14,228.892,-5529.73) -Point[61] Position= (250.697,229.403,-5542.05) -Point[62] Position= (255.152,233.485,-5640.62) -Point[63] Position= (255.525,233.826,-5648.86) -Point[64] Position= (263.534,241.17,-5826.04) -Point[65] Position= (266.569,243.948,-5893.12) -Point[66] Position= (270.426,247.479,-5978.39) -Point[67] Position= (271.404,248.374,-6000) - -TrackID =1253 : ParentID=49 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.1427 -30.316 -3.00008 keV -Vertex : 0.270426 0.247479 -5.97839 m Global time : 19.9809 ns - Current trajectory has 2 points. -Point[0] Position= (270.426,247.479,-5978.39) -Point[1] Position= (270.415,247.455,-5978.39) - -TrackID =1252 : ParentID=49 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.7841 -27.4774 -1.38736 keV -Vertex : 0.266569 0.243948 -5.89312 m Global time : 19.6959 ns - Current trajectory has 2 points. -Point[0] Position= (266.569,243.948,-5893.12) -Point[1] Position= (266.603,243.916,-5893.12) - -TrackID =1251 : ParentID=49 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.1056 56.4994 -0.375051 keV -Vertex : 0.263534 0.24117 -5.82604 m Global time : 19.4717 ns - Current trajectory has 2 points. -Point[0] Position= (263.534,241.17,-5826.04) -Point[1] Position= (263.568,241.327,-5826.04) - -TrackID =1250 : ParentID=49 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.9326 45.2574 0.384328 keV -Vertex : 0.255525 0.233826 -5.64886 m Global time : 18.8795 ns - Current trajectory has 2 points. -Point[0] Position= (255.525,233.826,-5648.86) -Point[1] Position= (255.563,233.913,-5648.86) - -TrackID =1249 : ParentID=49 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.5835 1.90631 -2.89708 keV -Vertex : 0.255152 0.233485 -5.64062 m Global time : 18.852 ns - Current trajectory has 2 points. -Point[0] Position= (255.152,233.485,-5640.62) -Point[1] Position= (255.117,233.487,-5640.63) - -TrackID =1248 : ParentID=49 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.3241 44.9807 -0.75409 keV -Vertex : 0.250697 0.229403 -5.54205 m Global time : 18.5226 ns - Current trajectory has 2 points. -Point[0] Position= (250.697,229.403,-5542.05) -Point[1] Position= (250.678,229.477,-5542.05) +TrackID =1201 : ParentID=1148 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -89.5176 88.1876 -13.114 keV +Vertex : -0.61552 -0.445937 -4.74888 m Global time : 16.8527 ns + Current trajectory has 6 points. +Point[0] Position= (-615.52,-445.937,-4748.88) +Point[1] Position= (-616.184,-444.086,-4750.39) +Point[2] Position= (-617.39,-442.629,-4750.86) +Point[3] Position= (-616.397,-442.183,-4750.18) +Point[4] Position= (-616.147,-442.043,-4750.41) +Point[5] Position= (-616.126,-442.057,-4750.43) -TrackID =1247 : ParentID=49 : TrackStatus=1 +TrackID =1200 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.05956 38.1246 0.426859 keV -Vertex : 0.25014 0.228892 -5.52973 m Global time : 18.4814 ns +Original momentum : 47.4743 15.3056 -10.2612 keV +Vertex : -0.592661 -0.429271 -4.57181 m Global time : 16.2244 ns Current trajectory has 2 points. -Point[0] Position= (250.14,228.892,-5529.73) -Point[1] Position= (250.147,228.934,-5529.73) +Point[0] Position= (-592.661,-429.271,-4571.81) +Point[1] Position= (-592.564,-429.24,-4571.83) -TrackID =1246 : ParentID=49 : TrackStatus=1 +TrackID =1199 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.405 -37.7755 -3.90462 keV -Vertex : 0.241464 0.22095 -5.33788 m Global time : 17.8402 ns - Current trajectory has 2 points. -Point[0] Position= (241.464,220.95,-5337.88) -Point[1] Position= (241.445,220.903,-5337.88) +Original momentum : 174.021 -214.252 -82.7349 keV +Vertex : -0.578077 -0.418626 -4.45879 m Global time : 15.8233 ns + Current trajectory has 12 points. +Point[0] Position= (-578.077,-418.626,-4458.79) +Point[1] Position= (-576.501,-420.474,-4459.19) +Point[2] Position= (-574.889,-423.411,-4460.02) +Point[3] Position= (-578.056,-426.373,-4440.46) +Point[4] Position= (-579.463,-433.051,-4427.25) +Point[5] Position= (-584.155,-432.471,-4417.14) +Point[6] Position= (-591.862,-431.03,-4417.42) +Point[7] Position= (-595.666,-431.097,-4418.24) +Point[8] Position= (-597.698,-430.695,-4420.85) +Point[9] Position= (-599.08,-430.219,-4422.3) +Point[10] Position= (-598.432,-429.327,-4423.21) +Point[11] Position= (-598.269,-429.487,-4423.26) + +TrackID =1214 : ParentID=1199 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -61.2205 -40.694 92.3125 keV +Vertex : -0.591862 -0.43103 -4.41742 m Global time : 16.228 ns + Current trajectory has 4 points. +Point[0] Position= (-591.862,-431.03,-4417.42) +Point[1] Position= (-591.605,-430.895,-4415.12) +Point[2] Position= (-593.099,-431.05,-4414.98) +Point[3] Position= (-593.192,-430.971,-4414.86) -TrackID =1245 : ParentID=49 : TrackStatus=1 +TrackID =1213 : ParentID=1199 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -77.7358 3.61356 -9.3522 keV -Vertex : 0.238798 0.218508 -5.27891 m Global time : 17.6431 ns +Original momentum : -1.00476 38.2649 -1.11778 keV +Vertex : -0.574889 -0.423411 -4.46002 m Global time : 15.8632 ns Current trajectory has 2 points. -Point[0] Position= (238.798,218.508,-5278.91) -Point[1] Position= (238.333,218.529,-5278.97) +Point[0] Position= (-574.889,-423.411,-4460.02) +Point[1] Position= (-574.89,-423.37,-4460.02) -TrackID =1244 : ParentID=49 : TrackStatus=1 +TrackID =1212 : ParentID=1199 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.98012 43.6512 0.21051 keV -Vertex : 0.236566 0.216465 -5.22956 m Global time : 17.4781 ns +Original momentum : -30.6179 -25.1768 0.162121 keV +Vertex : -0.576501 -0.420474 -4.45919 m Global time : 15.8399 ns Current trajectory has 2 points. -Point[0] Position= (236.566,216.465,-5229.56) -Point[1] Position= (236.576,216.529,-5229.56) +Point[0] Position= (-576.501,-420.474,-4459.19) +Point[1] Position= (-576.537,-420.503,-4459.19) -TrackID =1243 : ParentID=49 : TrackStatus=1 +TrackID =1198 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.1599 -22.2982 -3.37225 keV -Vertex : 0.2323 0.212561 -5.13526 m Global time : 17.163 ns +Original momentum : -31.5976 9.93837 1.9934 keV +Vertex : -0.577625 -0.418295 -4.45528 m Global time : 15.8108 ns Current trajectory has 2 points. -Point[0] Position= (232.3,212.561,-5135.26) -Point[1] Position= (232.276,212.541,-5135.27) +Point[0] Position= (-577.625,-418.295,-4455.28) +Point[1] Position= (-577.65,-418.288,-4455.28) -TrackID =1242 : ParentID=49 : TrackStatus=1 +TrackID =1197 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.9867 -21.4034 -4.24845 keV -Vertex : 0.22625 0.207023 -5.00153 m Global time : 16.7161 ns +Original momentum : -40.152 0.367309 3.45589 keV +Vertex : -0.577392 -0.418125 -4.45347 m Global time : 15.8044 ns Current trajectory has 2 points. -Point[0] Position= (226.25,207.023,-5001.53) -Point[1] Position= (226.203,206.994,-5001.54) +Point[0] Position= (-577.392,-418.125,-4453.47) +Point[1] Position= (-577.44,-418.124,-4453.47) -TrackID =1241 : ParentID=49 : TrackStatus=1 +TrackID =1196 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -103.544 19.5923 -14.8598 keV -Vertex : 0.223181 0.204213 -4.93372 m Global time : 16.4894 ns +Original momentum : 99.5856 -53.6043 -21.4127 keV +Vertex : -0.56627 -0.409999 -4.36724 m Global time : 15.4984 ns Current trajectory has 4 points. -Point[0] Position= (223.181,204.213,-4933.72) -Point[1] Position= (222.776,204.322,-4933.95) -Point[2] Position= (221.832,204.312,-4933.35) -Point[3] Position= (221.732,204.282,-4933.35) +Point[0] Position= (-566.27,-409.999,-4367.24) +Point[1] Position= (-564.666,-410.648,-4366.36) +Point[2] Position= (-564.637,-410.673,-4366.36) +Point[3] Position= (-564.55,-411.089,-4366.33) -TrackID =1255 : ParentID=1241 : TrackStatus=1 +TrackID =1215 : ParentID=1196 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.00096 -22.789 34.2906 keV -Vertex : 0.221832 0.204312 -4.93335 m Global time : 16.5113 ns +Original momentum : 49.7105 9.51108 -9.71477 keV +Vertex : -0.564637 -0.410673 -4.36636 m Global time : 15.5223 ns Current trajectory has 2 points. -Point[0] Position= (221.832,204.312,-4933.35) -Point[1] Position= (221.841,204.283,-4933.31) +Point[0] Position= (-564.637,-410.673,-4366.36) +Point[1] Position= (-564.532,-410.653,-4366.38) -TrackID =1254 : ParentID=1241 : TrackStatus=1 +TrackID =1195 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.182 42.3144 -20.3979 keV -Vertex : 0.222776 0.204322 -4.93395 m Global time : 16.4967 ns +Original momentum : -8.36829 44.2473 -5.22344 keV +Vertex : -0.564462 -0.408678 -4.35321 m Global time : 15.4486 ns Current trajectory has 2 points. -Point[0] Position= (222.776,204.322,-4933.95) -Point[1] Position= (222.751,204.4,-4933.99) +Point[0] Position= (-564.462,-408.678,-4353.21) +Point[1] Position= (-564.475,-408.609,-4353.22) -TrackID =1240 : ParentID=49 : TrackStatus=1 +TrackID =1194 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 54.1032 54.9894 -1.07725 keV -Vertex : 0.212873 0.194764 -4.70574 m Global time : 15.7274 ns +Original momentum : -2.09637 53.4669 -7.80058 keV +Vertex : -0.539837 -0.390681 -4.16217 m Global time : 14.7707 ns Current trajectory has 2 points. -Point[0] Position= (212.873,194.764,-4705.74) -Point[1] Position= (213.184,195.081,-4705.74) +Point[0] Position= (-539.837,-390.681,-4162.17) +Point[1] Position= (-539.842,-390.554,-4162.19) -TrackID =1239 : ParentID=49 : TrackStatus=1 +TrackID =1193 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.4012 46.7247 0.230446 keV -Vertex : 0.207829 0.190147 -4.59427 m Global time : 15.3549 ns +Original momentum : -22.7901 -29.6903 4.25825 keV +Vertex : -0.533374 -0.385959 -4.11203 m Global time : 14.5928 ns Current trajectory has 2 points. -Point[0] Position= (207.829,190.147,-4594.27) -Point[1] Position= (207.854,190.233,-4594.27) +Point[0] Position= (-533.374,-385.959,-4112.03) +Point[1] Position= (-533.397,-385.99,-4112.02) -TrackID =1238 : ParentID=49 : TrackStatus=1 +TrackID =1192 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.89532 42.5808 0.0720018 keV -Vertex : 0.204015 0.186655 -4.50997 m Global time : 15.0732 ns +Original momentum : 23.9065 -22.1594 -2.10315 keV +Vertex : -0.530002 -0.383496 -4.08587 m Global time : 14.4999 ns Current trajectory has 2 points. -Point[0] Position= (204.015,186.655,-4509.97) -Point[1] Position= (204.018,186.713,-4509.97) +Point[0] Position= (-530.002,-383.496,-4085.87) +Point[1] Position= (-529.984,-383.512,-4085.87) -TrackID =1237 : ParentID=49 : TrackStatus=1 +TrackID =1191 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.2276 -30.3509 -1.70035 keV -Vertex : 0.190815 0.174572 -4.21829 m Global time : 14.0983 ns +Original momentum : -38.5116 16.5978 1.56938 keV +Vertex : -0.517876 -0.374633 -3.99177 m Global time : 14.166 ns Current trajectory has 2 points. -Point[0] Position= (190.815,174.572,-4218.29) -Point[1] Position= (190.828,174.547,-4218.3) +Point[0] Position= (-517.876,-374.633,-3991.77) +Point[1] Position= (-517.926,-374.611,-3991.77) -TrackID =1236 : ParentID=49 : TrackStatus=1 +TrackID =1190 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.274 14.3049 -1.87875 keV -Vertex : 0.190423 0.174212 -4.20961 m Global time : 14.0693 ns +Original momentum : -56.9709 25.9814 0.829709 keV +Vertex : -0.516586 -0.37369 -3.98175 m Global time : 14.1305 ns Current trajectory has 2 points. -Point[0] Position= (190.423,174.212,-4209.61) -Point[1] Position= (190.398,174.223,-4209.62) +Point[0] Position= (-516.586,-373.69,-3981.75) +Point[1] Position= (-516.779,-373.602,-3981.75) -TrackID =1235 : ParentID=49 : TrackStatus=1 +TrackID =1189 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.9192 79.4515 -6.49796 keV -Vertex : 0.189163 0.17306 -4.18179 m Global time : 13.9763 ns - Current trajectory has 3 points. -Point[0] Position= (189.163,173.06,-4181.79) -Point[1] Position= (189.518,174.058,-4182.4) -Point[2] Position= (189.51,174.059,-4182.42) - -TrackID =1234 : ParentID=49 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 86.6484 -355.064 -144.753 keV -Vertex : 0.180934 0.165527 -3.99998 m Global time : 13.3687 ns - Current trajectory has 21 points. -Point[0] Position= (180.934,165.527,-3999.98) -Point[1] Position= (200.806,134.024,-4026.17) -Point[2] Position= (204.479,117.983,-4035.6) -Point[3] Position= (213.591,107.771,-4035.8) -Point[4] Position= (219.652,71.9215,-4055.28) -Point[5] Position= (220.974,69.2101,-4059.77) -Point[6] Position= (224.854,67.7634,-4069.49) -Point[7] Position= (239.087,76.8848,-4087.98) -Point[8] Position= (242.18,91.064,-4101.12) -Point[9] Position= (238.407,94.5235,-4103.45) -Point[10] Position= (232.752,101.166,-4105.04) -Point[11] Position= (228.006,102.574,-4107.74) -Point[12] Position= (227.923,102.484,-4107.99) -Point[13] Position= (221.768,101.528,-4111.17) -Point[14] Position= (217.654,105.528,-4112.74) -Point[15] Position= (213.277,106.906,-4113.73) -Point[16] Position= (210.38,105.334,-4115.29) -Point[17] Position= (211.231,102.994,-4115.19) -Point[18] Position= (211.599,101.337,-4114.09) -Point[19] Position= (211.673,101.263,-4114.04) -Point[20] Position= (212.245,100.918,-4114.25) - -TrackID =1265 : ParentID=1234 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.79547 -5.18965 32.007 keV -Vertex : 0.211673 0.101263 -4.11404 m Global time : 14.7628 ns - Current trajectory has 2 points. -Point[0] Position= (211.673,101.263,-4114.04) -Point[1] Position= (211.68,101.259,-4114.01) - -TrackID =1264 : ParentID=1234 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.7352 0.206698 -18.6567 keV -Vertex : 0.227923 0.102484 -4.10799 m Global time : 14.5261 ns - Current trajectory has 2 points. -Point[0] Position= (227.923,102.484,-4107.99) -Point[1] Position= (227.949,102.484,-4108.01) - -TrackID =1263 : ParentID=1234 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.3193 44.5142 2.34168 keV -Vertex : 0.228006 0.102574 -4.10774 m Global time : 14.5235 ns - Current trajectory has 2 points. -Point[0] Position= (228.006,102.574,-4107.74) -Point[1] Position= (227.895,102.703,-4107.73) - -TrackID =1262 : ParentID=1234 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.1639 84.6247 45.8863 keV -Vertex : 0.232752 0.101166 -4.10504 m Global time : 14.4791 ns - Current trajectory has 4 points. -Point[0] Position= (232.752,101.166,-4105.04) -Point[1] Position= (233.096,101.536,-4104.97) -Point[2] Position= (233.2,101.637,-4105.43) -Point[3] Position= (233.322,101.664,-4105.45) - -TrackID =1267 : ParentID=1262 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.20428 30.5238 -6.54755 keV -Vertex : 0.2332 0.101637 -4.10543 m Global time : 14.4948 ns +Original momentum : -7.21097 -49.2308 2.9703 keV +Vertex : -0.431141 -0.311479 -3.31978 m Global time : 11.7814 ns Current trajectory has 2 points. -Point[0] Position= (233.2,101.637,-4105.43) -Point[1] Position= (233.194,101.659,-4105.43) +Point[0] Position= (-431.141,-311.479,-3319.78) +Point[1] Position= (-431.155,-311.575,-3319.77) -TrackID =1266 : ParentID=1262 : TrackStatus=1 +TrackID =1188 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.7778 23.3549 42.6637 keV -Vertex : 0.233096 0.101536 -4.10497 m Global time : 14.4869 ns +Original momentum : -33.7206 -5.58225 3.65192 keV +Vertex : -0.40908 -0.295451 -3.14899 m Global time : 11.1754 ns Current trajectory has 2 points. -Point[0] Position= (233.096,101.536,-4104.97) -Point[1] Position= (233.121,101.582,-4104.88) +Point[0] Position= (-409.08,-295.451,-3148.99) +Point[1] Position= (-409.108,-295.456,-3148.99) -TrackID =1261 : ParentID=1234 : TrackStatus=1 +TrackID =1187 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.4622 3.87787 -39.7336 keV -Vertex : 0.238407 0.0945235 -4.10345 m Global time : 14.4175 ns - Current trajectory has 3 points. -Point[0] Position= (238.407,94.5235,-4103.45) -Point[1] Position= (238.562,94.6767,-4103.47) -Point[2] Position= (238.581,94.6738,-4103.47) +Original momentum : 32.4032 2.68732 -5.58235 keV +Vertex : -0.39426 -0.284698 -3.03439 m Global time : 10.7687 ns + Current trajectory has 2 points. +Point[0] Position= (-394.26,-284.698,-3034.39) +Point[1] Position= (-394.235,-284.696,-3034.39) -TrackID =1260 : ParentID=1234 : TrackStatus=1 +TrackID =1186 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.5681 -62.3809 -18.8328 keV -Vertex : 0.224854 0.0677634 -4.06949 m Global time : 14.0911 ns +Original momentum : -31.6462 10.9579 1.90348 keV +Vertex : -0.362472 -0.261676 -2.78908 m Global time : 9.89811 ns Current trajectory has 2 points. -Point[0] Position= (224.854,67.7634,-4069.49) -Point[1] Position= (224.792,67.5124,-4069.56) +Point[0] Position= (-362.472,-261.676,-2789.08) +Point[1] Position= (-362.497,-261.667,-2789.07) -TrackID =1259 : ParentID=1234 : TrackStatus=1 +TrackID =1185 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.2593 -34.7724 10.5268 keV -Vertex : 0.220974 0.0692101 -4.05977 m Global time : 14.0276 ns +Original momentum : -31.3732 -11.4534 3.96555 keV +Vertex : -0.357169 -0.257838 -2.74816 m Global time : 9.75292 ns Current trajectory has 2 points. -Point[0] Position= (220.974,69.2101,-4059.77) -Point[1] Position= (220.962,69.1735,-4059.76) +Point[0] Position= (-357.169,-257.838,-2748.16) +Point[1] Position= (-357.194,-257.847,-2748.16) -TrackID =1258 : ParentID=1234 : TrackStatus=1 +TrackID =1184 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.44411 -22.5813 37.9547 keV -Vertex : 0.213591 0.107771 -4.0358 m Global time : 13.779 ns +Original momentum : 33.9047 39.8276 -11.1107 keV +Vertex : -0.322267 -0.232611 -2.4793 m Global time : 8.79876 ns Current trajectory has 2 points. -Point[0] Position= (213.591,107.771,-4035.8) -Point[1] Position= (213.58,107.737,-4035.74) +Point[0] Position= (-322.267,-232.611,-2479.3) +Point[1] Position= (-322.188,-232.519,-2479.32) -TrackID =1257 : ParentID=1234 : TrackStatus=1 +TrackID =1183 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.2635 -17.6538 -19.5802 keV -Vertex : 0.204479 0.117983 -4.0356 m Global time : 13.7027 ns - Current trajectory has 2 points. -Point[0] Position= (204.479,117.983,-4035.6) -Point[1] Position= (204.455,117.966,-4035.62) +Original momentum : 65.5746 -20.8788 -11.6068 keV +Vertex : -0.319191 -0.230388 -2.45562 m Global time : 8.71472 ns + Current trajectory has 3 points. +Point[0] Position= (-319.191,-230.388,-2455.62) +Point[1] Position= (-318.927,-230.422,-2455.52) +Point[2] Position= (-318.839,-230.471,-2455.5) -TrackID =1256 : ParentID=1234 : TrackStatus=1 +TrackID =1216 : ParentID=1183 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.8754 -11.6149 28.7273 keV -Vertex : 0.200806 0.134024 -4.02617 m Global time : 13.6011 ns +Original momentum : 3.61596 -1.03533 -33.4351 keV +Vertex : -0.318927 -0.230422 -2.45552 m Global time : 8.72064 ns Current trajectory has 2 points. -Point[0] Position= (200.806,134.024,-4026.17) -Point[1] Position= (200.758,134.006,-4026.13) +Point[0] Position= (-318.927,-230.422,-2455.52) +Point[1] Position= (-318.924,-230.423,-2455.54) -TrackID =1233 : ParentID=49 : TrackStatus=1 +TrackID =1182 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.5276 33.584 0.801994 keV -Vertex : 0.176302 0.161296 -3.89774 m Global time : 13.027 ns - Current trajectory has 2 points. -Point[0] Position= (176.302,161.296,-3897.74) -Point[1] Position= (176.326,161.334,-3897.74) +Original momentum : -90.7343 -89.683 3.50566 keV +Vertex : -0.31381 -0.226499 -2.41419 m Global time : 8.56771 ns + Current trajectory has 5 points. +Point[0] Position= (-313.81,-226.499,-2414.19) +Point[1] Position= (-315.782,-227.25,-2412.86) +Point[2] Position= (-316.691,-228.629,-2412.9) +Point[3] Position= (-316.727,-228.656,-2412.93) +Point[4] Position= (-316.885,-228.905,-2413.08) -TrackID =1232 : ParentID=49 : TrackStatus=1 +TrackID =1217 : ParentID=1182 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.124686 45.5106 -0.137783 keV -Vertex : 0.168472 0.154132 -3.72465 m Global time : 12.4485 ns +Original momentum : -19.3187 23.3863 -19.0057 keV +Vertex : -0.316727 -0.228656 -2.41293 m Global time : 8.61456 ns Current trajectory has 2 points. -Point[0] Position= (168.472,154.132,-3724.65) -Point[1] Position= (168.473,154.203,-3724.65) +Point[0] Position= (-316.727,-228.656,-2412.93) +Point[1] Position= (-316.745,-228.634,-2412.95) -TrackID =1231 : ParentID=49 : TrackStatus=1 +TrackID =1181 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.5128 -4.99449 0.163833 keV -Vertex : 0.167074 0.152853 -3.69375 m Global time : 12.3452 ns +Original momentum : 22.4653 -42.5969 -1.32783 keV +Vertex : -0.313729 -0.22644 -2.41357 m Global time : 8.56549 ns Current trajectory has 2 points. -Point[0] Position= (167.074,152.853,-3693.75) -Point[1] Position= (167.104,152.849,-3693.75) +Point[0] Position= (-313.729,-226.44,-2413.57) +Point[1] Position= (-313.689,-226.517,-2413.57) -TrackID =1230 : ParentID=49 : TrackStatus=1 +TrackID =1180 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.1137 -25.444 -2.91762 keV -Vertex : 0.16316 0.149271 -3.60721 m Global time : 12.056 ns +Original momentum : -1.20382 -42.6365 2.26097 keV +Vertex : -0.298542 -0.215465 -2.29665 m Global time : 8.15055 ns Current trajectory has 2 points. -Point[0] Position= (163.16,149.271,-3607.21) -Point[1] Position= (163.147,149.253,-3607.21) +Point[0] Position= (-298.542,-215.465,-2296.65) +Point[1] Position= (-298.544,-215.523,-2296.65) -TrackID =1229 : ParentID=49 : TrackStatus=1 +TrackID =1179 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.8017 9.24339 -3.70515 keV -Vertex : 0.161632 0.147873 -3.57343 m Global time : 11.9431 ns +Original momentum : -1.2258 34.3345 -4.3095 keV +Vertex : -0.293647 -0.21193 -2.25897 m Global time : 8.01683 ns Current trajectory has 2 points. -Point[0] Position= (161.632,147.873,-3573.43) -Point[1] Position= (161.56,147.888,-3573.44) +Point[0] Position= (-293.647,-211.93,-2258.97) +Point[1] Position= (-293.648,-211.9,-2258.97) -TrackID =1228 : ParentID=49 : TrackStatus=1 +TrackID =1178 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.3452 43.1817 -0.746433 keV -Vertex : 0.157336 0.143946 -3.47848 m Global time : 11.6257 ns +Original momentum : -24.0306 29.8992 -1.21235 keV +Vertex : -0.280293 -0.20229 -2.15623 m Global time : 7.65221 ns Current trajectory has 2 points. -Point[0] Position= (157.336,143.946,-3478.48) -Point[1] Position= (157.317,144.012,-3478.48) +Point[0] Position= (-280.293,-202.29,-2156.23) +Point[1] Position= (-280.319,-202.258,-2156.23) -TrackID =1227 : ParentID=49 : TrackStatus=1 +TrackID =1177 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.4251 -16.8431 -3.81926 keV -Vertex : 0.15491 0.141727 -3.42483 m Global time : 11.4464 ns +Original momentum : 23.3356 -34.873 -1.5979 keV +Vertex : -0.271581 -0.196007 -2.08923 m Global time : 7.41445 ns Current trajectory has 2 points. -Point[0] Position= (154.91,141.727,-3424.83) -Point[1] Position= (154.87,141.708,-3424.84) +Point[0] Position= (-271.581,-196.007,-2089.23) +Point[1] Position= (-271.55,-196.053,-2089.23) -TrackID =1226 : ParentID=49 : TrackStatus=1 +TrackID =1176 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.73607 -39.477 -3.4059 keV -Vertex : 0.145 0.132656 -3.20555 m Global time : 10.7135 ns +Original momentum : 25.0111 -36.8311 -1.86236 keV +Vertex : -0.26489 -0.191182 -2.03778 m Global time : 7.23186 ns Current trajectory has 2 points. -Point[0] Position= (145,132.656,-3205.55) -Point[1] Position= (144.994,132.61,-3205.56) +Point[0] Position= (-264.89,-191.182,-2037.78) +Point[1] Position= (-264.853,-191.238,-2037.79) -TrackID =1225 : ParentID=49 : TrackStatus=1 +TrackID =1175 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.5675 -34.8358 -2.34416 keV -Vertex : 0.137833 0.126097 -3.04698 m Global time : 10.1836 ns +Original momentum : 24.3015 28.6232 -7.36749 keV +Vertex : -0.246242 -0.177731 -1.89439 m Global time : 6.72296 ns Current trajectory has 2 points. -Point[0] Position= (137.833,126.097,-3046.98) -Point[1] Position= (137.917,126.022,-3046.99) +Point[0] Position= (-246.242,-177.731,-1894.39) +Point[1] Position= (-246.216,-177.7,-1894.4) -TrackID =1224 : ParentID=49 : TrackStatus=1 +TrackID =1174 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.0799 62.5097 -4.02797 keV -Vertex : 0.129378 0.118356 -2.85985 m Global time : 9.55813 ns +Original momentum : 32.0253 -3.41005 -4.946 keV +Vertex : -0.233964 -0.168878 -1.79995 m Global time : 6.38781 ns Current trajectory has 2 points. -Point[0] Position= (129.378,118.356,-2859.85) -Point[1] Position= (129.21,118.655,-2859.86) +Point[0] Position= (-233.964,-168.878,-1799.95) +Point[1] Position= (-233.94,-168.88,-1799.96) -TrackID =1223 : ParentID=49 : TrackStatus=1 +TrackID =1173 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.9391 39.1784 -2.11437 keV -Vertex : 0.126088 0.115343 -2.78704 m Global time : 9.31481 ns - Current trajectory has 2 points. -Point[0] Position= (126.088,115.343,-2787.04) -Point[1] Position= (126.031,115.418,-2787.05) +Original momentum : 7.74828 128.757 -31.1097 keV +Vertex : -0.223392 -0.161251 -1.71861 m Global time : 6.09912 ns + Current trajectory has 6 points. +Point[0] Position= (-223.392,-161.251,-1718.61) +Point[1] Position= (-223.137,-160.288,-1718.55) +Point[2] Position= (-222.997,-159.878,-1716.33) +Point[3] Position= (-224.207,-159.761,-1715.41) +Point[4] Position= (-225.113,-159.087,-1715.35) +Point[5] Position= (-225.119,-159.082,-1715.36) -TrackID =1222 : ParentID=49 : TrackStatus=1 +TrackID =1218 : ParentID=1173 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.21229 -66.1562 -7.21582 keV -Vertex : 0.125478 0.114785 -2.77355 m Global time : 9.2697 ns +Original momentum : -18.8875 20.9096 -21.1385 keV +Vertex : -0.223137 -0.160288 -1.71855 m Global time : 6.11154 ns Current trajectory has 2 points. -Point[0] Position= (125.478,114.785,-2773.55) -Point[1] Position= (125.465,114.522,-2773.57) +Point[0] Position= (-223.137,-160.288,-1718.55) +Point[1] Position= (-223.154,-160.27,-1718.57) -TrackID =1221 : ParentID=49 : TrackStatus=1 +TrackID =1172 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 60.5474 9.77492 -0.534358 keV -Vertex : 0.123966 0.113401 -2.74008 m Global time : 9.15786 ns +Original momentum : 7.3954 52.1064 -8.7958 keV +Vertex : -0.205412 -0.148298 -1.58034 m Global time : 5.60845 ns Current trajectory has 2 points. -Point[0] Position= (123.966,113.401,-2740.08) -Point[1] Position= (124.161,113.432,-2740.08) +Point[0] Position= (-205.412,-148.298,-1580.34) +Point[1] Position= (-205.395,-148.178,-1580.37) -TrackID =1220 : ParentID=49 : TrackStatus=1 +TrackID =1171 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.6314 23.5408 0.896339 keV -Vertex : 0.123951 0.113387 -2.73975 m Global time : 9.15677 ns +Original momentum : 32.7269 10.0416 -6.45794 keV +Vertex : -0.196409 -0.141811 -1.51108 m Global time : 5.36266 ns Current trajectory has 2 points. -Point[0] Position= (123.951,113.387,-2739.75) -Point[1] Position= (123.984,113.413,-2739.75) +Point[0] Position= (-196.409,-141.811,-1511.08) +Point[1] Position= (-196.38,-141.803,-1511.09) -TrackID =1219 : ParentID=49 : TrackStatus=1 +TrackID =1170 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.8587 -28.1514 -3.06931 keV -Vertex : 0.118146 0.108071 -2.61127 m Global time : 8.72736 ns - Current trajectory has 2 points. -Point[0] Position= (118.146,108.071,-2611.27) -Point[1] Position= (118.131,108.049,-2611.28) +Original momentum : -295.089 -313.049 -108.596 keV +Vertex : -0.178049 -0.128568 -1.36983 m Global time : 4.86138 ns + Current trajectory has 23 points. +Point[0] Position= (-178.049,-128.568,-1369.83) +Point[1] Position= (-196.862,-167.216,-1374.25) +Point[2] Position= (-199.374,-172.238,-1375.41) +Point[3] Position= (-206.089,-197.264,-1378.18) +Point[4] Position= (-230.982,-248.503,-1382.58) +Point[5] Position= (-227.487,-273.921,-1379.92) +Point[6] Position= (-227.681,-274.34,-1379.78) +Point[7] Position= (-235.112,-292.455,-1370.11) +Point[8] Position= (-234.214,-317.244,-1375.41) +Point[9] Position= (-229.056,-321.899,-1373.56) +Point[10] Position= (-215.866,-332.357,-1372.58) +Point[11] Position= (-202.303,-334.015,-1372.62) +Point[12] Position= (-198.468,-340.274,-1362.57) +Point[13] Position= (-198.757,-347.076,-1354.87) +Point[14] Position= (-199.186,-353.954,-1351.24) +Point[15] Position= (-195.475,-358.796,-1351.42) +Point[16] Position= (-195.103,-359.818,-1350.6) +Point[17] Position= (-197.051,-361.522,-1346.79) +Point[18] Position= (-198.394,-361.359,-1343.7) +Point[19] Position= (-198.509,-361.256,-1343.41) +Point[20] Position= (-199.741,-360.486,-1342.3) +Point[21] Position= (-200.191,-360.415,-1342.4) +Point[22] Position= (-200.483,-360.339,-1342.49) + +TrackID =1229 : ParentID=1170 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -8.30712 12.1253 35.9088 keV +Vertex : -0.200191 -0.360415 -1.3424 m Global time : 6.57109 ns + Current trajectory has 2 points. +Point[0] Position= (-200.191,-360.415,-1342.4) +Point[1] Position= (-200.201,-360.402,-1342.36) + +TrackID =1228 : ParentID=1170 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 3.32358 -31.5203 45.2908 keV +Vertex : -0.198509 -0.361256 -1.34341 m Global time : 6.53962 ns + Current trajectory has 2 points. +Point[0] Position= (-198.509,-361.256,-1343.41) +Point[1] Position= (-198.501,-361.335,-1343.3) + +TrackID =1227 : ParentID=1170 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 5.55009 -40.3928 -14.0664 keV +Vertex : -0.195103 -0.359818 -1.3506 m Global time : 6.4616 ns + Current trajectory has 2 points. +Point[0] Position= (-195.103,-359.818,-1350.6) +Point[1] Position= (-195.095,-359.874,-1350.62) + +TrackID =1226 : ParentID=1170 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 12.6059 -0.407939 74.9605 keV +Vertex : -0.229056 -0.321899 -1.37356 m Global time : 5.96967 ns + Current trajectory has 3 points. +Point[0] Position= (-229.056,-321.899,-1373.56) +Point[1] Position= (-228.895,-321.882,-1373.32) +Point[2] Position= (-228.887,-321.837,-1373.26) -TrackID =1218 : ParentID=49 : TrackStatus=1 +TrackID =1230 : ParentID=1226 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.9588 37.9355 0.600387 keV -Vertex : 0.117592 0.107564 -2.59902 m Global time : 8.68641 ns +Original momentum : 40.3867 16.7261 -16.0539 keV +Vertex : -0.228895 -0.321882 -1.37332 m Global time : 5.97568 ns Current trajectory has 2 points. -Point[0] Position= (117.592,107.564,-2599.02) -Point[1] Position= (117.609,107.61,-2599.02) +Point[0] Position= (-228.895,-321.882,-1373.32) +Point[1] Position= (-228.828,-321.855,-1373.35) -TrackID =1217 : ParentID=49 : TrackStatus=1 +TrackID =1225 : ParentID=1170 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.0205 40.4829 -4.50807 keV -Vertex : 0.115098 0.105281 -2.54384 m Global time : 8.50198 ns +Original momentum : -27.0457 1.85305 45.3407 keV +Vertex : -0.235112 -0.292455 -1.37011 m Global time : 5.76969 ns Current trajectory has 2 points. -Point[0] Position= (115.098,105.281,-2543.84) -Point[1] Position= (114.924,105.425,-2543.85) +Point[0] Position= (-235.112,-292.455,-1370.11) +Point[1] Position= (-235.173,-292.451,-1370.01) -TrackID =1216 : ParentID=49 : TrackStatus=1 +TrackID =1224 : ParentID=1170 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.3678 -24.4067 -3.88336 keV -Vertex : 0.113058 0.103414 -2.49872 m Global time : 8.3512 ns - Current trajectory has 2 points. -Point[0] Position= (113.058,103.414,-2498.72) -Point[1] Position= (113.024,103.387,-2498.73) +Original momentum : -129.582 -12.2024 -20.9591 keV +Vertex : -0.227681 -0.27434 -1.37978 m Global time : 5.64269 ns + Current trajectory has 5 points. +Point[0] Position= (-227.681,-274.34,-1379.78) +Point[1] Position= (-229.589,-273.66,-1381.77) +Point[2] Position= (-231.249,-273.615,-1382.3) +Point[3] Position= (-230.42,-272.261,-1382.68) +Point[4] Position= (-230.289,-272.231,-1382.51) -TrackID =1215 : ParentID=49 : TrackStatus=1 +TrackID =1223 : ParentID=1170 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -180.9 -140.27 -67.0053 keV -Vertex : 0.108656 0.0993883 -2.40137 m Global time : 8.02583 ns - Current trajectory has 11 points. -Point[0] Position= (108.656,99.3883,-2401.37) -Point[1] Position= (103.383,88.8967,-2404.09) -Point[2] Position= (102.477,88.4754,-2404.17) -Point[3] Position= (100.241,87.2937,-2404.88) -Point[4] Position= (98.0032,86.7892,-2407.56) -Point[5] Position= (95.7304,87.2651,-2412.61) -Point[6] Position= (94.7655,89.8478,-2415.85) -Point[7] Position= (96.2097,90.1393,-2412.9) -Point[8] Position= (98.5248,90.6798,-2411.75) -Point[9] Position= (100.02,91.6474,-2411) -Point[10] Position= (100.225,92.0715,-2411.26) +Original momentum : -35.3325 -6.8461 -58.6768 keV +Vertex : -0.227487 -0.273921 -1.37992 m Global time : 5.63989 ns + Current trajectory has 3 points. +Point[0] Position= (-227.487,-273.921,-1379.92) +Point[1] Position= (-227.561,-273.877,-1380.02) +Point[2] Position= (-227.634,-273.923,-1380.09) -TrackID =1270 : ParentID=1215 : TrackStatus=1 +TrackID =1231 : ParentID=1223 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.52 19.0235 6.82031 keV -Vertex : 0.10002 0.0916474 -2.411 m Global time : 8.34998 ns +Original momentum : -28.5807 29.8048 9.78917 keV +Vertex : -0.227561 -0.273877 -1.38002 m Global time : 5.6427 ns Current trajectory has 2 points. -Point[0] Position= (100.02,91.6474,-2411) -Point[1] Position= (99.9909,91.6658,-2410.99) +Point[0] Position= (-227.561,-273.877,-1380.02) +Point[1] Position= (-227.6,-273.837,-1380) -TrackID =1269 : ParentID=1215 : TrackStatus=1 +TrackID =1222 : ParentID=1170 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.0728 -40.3125 12.7628 keV -Vertex : 0.0980032 0.0867892 -2.40756 m Global time : 8.17452 ns +Original momentum : -62.3335 -0.439684 -25.3806 keV +Vertex : -0.230982 -0.248503 -1.38258 m Global time : 5.50436 ns Current trajectory has 2 points. -Point[0] Position= (98.0032,86.7892,-2407.56) -Point[1] Position= (98.0261,86.7278,-2407.54) +Point[0] Position= (-230.982,-248.503,-1382.58) +Point[1] Position= (-231.236,-248.504,-1382.68) -TrackID =1268 : ParentID=1215 : TrackStatus=1 +TrackID =1221 : ParentID=1170 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.8706 15.4798 68.2546 keV -Vertex : 0.102477 0.0884754 -2.40417 m Global time : 8.12039 ns - Current trajectory has 3 points. -Point[0] Position= (102.477,88.4754,-2404.17) -Point[1] Position= (102.934,88.4542,-2403.4) -Point[2] Position= (102.938,88.4575,-2403.4) +Original momentum : 39.0672 -33.6161 -3.95114 keV +Vertex : -0.206089 -0.197264 -1.37818 m Global time : 5.22996 ns + Current trajectory has 2 points. +Point[0] Position= (-206.089,-197.264,-1378.18) +Point[1] Position= (-206.006,-197.336,-1378.19) -TrackID =1214 : ParentID=49 : TrackStatus=1 +TrackID =1220 : ParentID=1170 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.60034 -38.7659 -3.61051 keV -Vertex : 0.108451 0.0992005 -2.39683 m Global time : 8.01064 ns +Original momentum : 44.0718 -24.6604 -12.4303 keV +Vertex : -0.199374 -0.172238 -1.37541 m Global time : 5.09911 ns Current trajectory has 2 points. -Point[0] Position= (108.451,99.2005,-2396.83) -Point[1] Position= (108.44,99.1547,-2396.83) +Point[0] Position= (-199.374,-172.238,-1375.41) +Point[1] Position= (-199.279,-172.291,-1375.44) -TrackID =1213 : ParentID=49 : TrackStatus=1 +TrackID =1219 : ParentID=1170 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 121.997 -42.1988 -12.4601 keV -Vertex : 0.104549 0.0956331 -2.31053 m Global time : 7.72223 ns - Current trajectory has 5 points. -Point[0] Position= (104.549,95.6331,-2310.53) -Point[1] Position= (106.993,96.5648,-2311.04) -Point[2] Position= (108.636,97.3738,-2310.05) -Point[3] Position= (109.893,97.4462,-2310.56) -Point[4] Position= (109.905,97.7045,-2310.54) +Original momentum : 28.7332 -7.94971 -31.0176 keV +Vertex : -0.196862 -0.167216 -1.37425 m Global time : 5.06926 ns + Current trajectory has 2 points. +Point[0] Position= (-196.862,-167.216,-1374.25) +Point[1] Position= (-196.823,-167.227,-1374.29) -TrackID =1212 : ParentID=49 : TrackStatus=1 +TrackID =1169 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.5415 50.3668 0.123586 keV -Vertex : 0.0965849 0.0883493 -2.1344 m Global time : 7.13356 ns +Original momentum : 31.1587 -11.0089 -4.17061 keV +Vertex : -0.177029 -0.127831 -1.36199 m Global time : 4.83354 ns Current trajectory has 2 points. -Point[0] Position= (96.5849,88.3493,-2134.4) -Point[1] Position= (96.6484,88.4796,-2134.4) +Point[0] Position= (-177.029,-127.831,-1361.99) +Point[1] Position= (-177.005,-127.84,-1361.99) -TrackID =1211 : ParentID=49 : TrackStatus=1 +TrackID =1168 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.0978 45.0271 0.340549 keV -Vertex : 0.0896772 0.0820296 -1.98158 m Global time : 6.62282 ns +Original momentum : 0.146119 48.9725 -7.16517 keV +Vertex : -0.174994 -0.126361 -1.34634 m Global time : 4.778 ns Current trajectory has 2 points. -Point[0] Position= (89.6772,82.0296,-1981.58) -Point[1] Position= (89.7531,82.1395,-1981.58) +Point[0] Position= (-174.994,-126.361,-1346.34) +Point[1] Position= (-174.994,-126.267,-1346.35) -TrackID =1210 : ParentID=49 : TrackStatus=1 +TrackID =1167 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.1117 -13.7854 -4.80817 keV -Vertex : 0.080659 0.0737714 -1.78207 m Global time : 5.956 ns +Original momentum : 3.33053 -36.9581 1.60532 keV +Vertex : -0.174927 -0.126313 -1.34583 m Global time : 4.77618 ns Current trajectory has 2 points. -Point[0] Position= (80.659,73.7714,-1782.07) -Point[1] Position= (80.5809,73.7475,-1782.07) +Point[0] Position= (-174.927,-126.313,-1345.83) +Point[1] Position= (-174.924,-126.35,-1345.83) -TrackID =1209 : ParentID=49 : TrackStatus=1 +TrackID =1166 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.5878 -7.92686 0.0605841 keV -Vertex : 0.077969 0.0713078 -1.72253 m Global time : 5.75702 ns +Original momentum : -24.6636 23.9106 -0.268367 keV +Vertex : -0.166937 -0.120537 -1.28438 m Global time : 4.55809 ns Current trajectory has 2 points. -Point[0] Position= (77.969,71.3078,-1722.53) -Point[1] Position= (77.9927,71.3018,-1722.53) +Point[0] Position= (-166.937,-120.537,-1284.38) +Point[1] Position= (-166.958,-120.516,-1284.38) -TrackID =1208 : ParentID=49 : TrackStatus=1 +TrackID =1165 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.7374 41.7281 -0.78341 keV -Vertex : 0.0768429 0.0702767 -1.69761 m Global time : 5.67374 ns +Original momentum : -14.2705 45.376 -4.78367 keV +Vertex : -0.163618 -0.118137 -1.25885 m Global time : 4.4675 ns Current trajectory has 2 points. -Point[0] Position= (76.8429,70.2767,-1697.61) -Point[1] Position= (76.823,70.3373,-1697.61) +Point[0] Position= (-163.618,-118.137,-1258.85) +Point[1] Position= (-163.643,-118.057,-1258.86) -TrackID =1207 : ParentID=49 : TrackStatus=1 +TrackID =1164 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 107.455 243.874 -52.9267 keV -Vertex : 0.0755346 0.0690786 -1.66865 m Global time : 5.57696 ns - Current trajectory has 13 points. -Point[0] Position= (75.5346,69.0786,-1668.65) -Point[1] Position= (77.6555,73.935,-1668.42) -Point[2] Position= (77.8964,75.7008,-1669.43) -Point[3] Position= (79.1626,85.7902,-1674.1) -Point[4] Position= (82.9089,90.0793,-1673.8) -Point[5] Position= (85.9958,96.1817,-1678.56) -Point[6] Position= (86.9561,98.3047,-1678.29) -Point[7] Position= (85.6145,101.823,-1676.26) -Point[8] Position= (87.2588,103.57,-1674.04) -Point[9] Position= (85.4421,102.419,-1672.25) -Point[10] Position= (85.2531,102.172,-1672.21) -Point[11] Position= (84.646,102.379,-1673.25) -Point[12] Position= (84.6531,102.409,-1673.25) - -TrackID =1275 : ParentID=1207 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.82494 -28.1743 33.4643 keV -Vertex : 0.0852531 0.102172 -1.67221 m Global time : 5.95189 ns - Current trajectory has 2 points. -Point[0] Position= (85.2531,102.172,-1672.21) -Point[1] Position= (85.2632,102.131,-1672.16) - -TrackID =1274 : ParentID=1207 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 79.2102 -2.62672 -41.7184 keV -Vertex : 0.0869561 0.0983047 -1.67829 m Global time : 5.84539 ns - Current trajectory has 3 points. -Point[0] Position= (86.9561,98.3047,-1678.29) -Point[1] Position= (87.2766,99.0739,-1679.33) -Point[2] Position= (87.3376,99.0232,-1679.51) +Original momentum : -0.482184 -35.1029 2.07639 keV +Vertex : -0.154539 -0.111574 -1.18902 m Global time : 4.21968 ns + Current trajectory has 2 points. +Point[0] Position= (-154.539,-111.574,-1189.02) +Point[1] Position= (-154.54,-111.605,-1189.02) -TrackID =1273 : ParentID=1207 : TrackStatus=1 +TrackID =1163 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.53459 7.19051 30.3437 keV -Vertex : 0.0829089 0.0900793 -1.6738 m Global time : 5.75954 ns +Original momentum : -37.8083 3.87877 3.03937 keV +Vertex : -0.147094 -0.106191 -1.13176 m Global time : 4.01645 ns Current trajectory has 2 points. -Point[0] Position= (82.9089,90.0793,-1673.8) -Point[1] Position= (82.9034,90.0845,-1673.78) +Point[0] Position= (-147.094,-106.191,-1131.76) +Point[1] Position= (-147.134,-106.187,-1131.75) -TrackID =1272 : ParentID=1207 : TrackStatus=1 +TrackID =1162 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 85.4735 22.7457 15.8441 keV -Vertex : 0.0778964 0.0757008 -1.66943 m Global time : 5.62862 ns - Current trajectory has 3 points. -Point[0] Position= (77.8964,75.7008,-1669.43) -Point[1] Position= (77.9139,75.7063,-1669.43) -Point[2] Position= (78.2139,75.6467,-1669.23) +Original momentum : 29.6937 -28.6963 -2.94666 keV +Vertex : -0.14439 -0.104236 -1.11096 m Global time : 3.94263 ns + Current trajectory has 2 points. +Point[0] Position= (-144.39,-104.236,-1110.96) +Point[1] Position= (-144.352,-104.273,-1110.96) -TrackID =1276 : ParentID=1272 : TrackStatus=1 +TrackID =1161 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.1096 39.9969 -22.3541 keV -Vertex : 0.0779139 0.0757063 -1.66943 m Global time : 5.62898 ns +Original momentum : 8.70858 52.3832 -9.06337 keV +Vertex : -0.137921 -0.0995637 -1.06121 m Global time : 3.76609 ns Current trajectory has 2 points. -Point[0] Position= (77.9139,75.7063,-1669.43) -Point[1] Position= (77.9622,75.7899,-1669.48) +Point[0] Position= (-137.921,-99.5637,-1061.21) +Point[1] Position= (-137.9,-99.4405,-1061.23) -TrackID =1271 : ParentID=1207 : TrackStatus=1 +TrackID =1160 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 46.8334 10.858 46.211 keV -Vertex : 0.0776555 0.073935 -1.66842 m Global time : 5.61356 ns +Original momentum : 26.4749 -21.5153 -2.64026 keV +Vertex : -12.3557 -8.91935 -95.0754 cm Global time : 3.37408 ns Current trajectory has 2 points. -Point[0] Position= (77.6555,73.935,-1668.42) -Point[1] Position= (77.8417,73.9781,-1668.24) +Point[0] Position= (-123.557,-89.1935,-950.754) +Point[1] Position= (-123.535,-89.2114,-950.756) -TrackID =1206 : ParentID=49 : TrackStatus=1 +TrackID =1159 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.05037 43.8996 -0.0222874 keV -Vertex : 0.0715961 0.0654702 -1.58149 m Global time : 5.28566 ns +Original momentum : -18.7973 31.077 -1.84802 keV +Vertex : -11.9829 -8.65018 -92.2083 cm Global time : 3.27233 ns Current trajectory has 2 points. -Point[0] Position= (71.5961,65.4702,-1581.49) -Point[1] Position= (71.5977,65.5339,-1581.49) +Point[0] Position= (-119.829,-86.5018,-922.083) +Point[1] Position= (-119.847,-86.4722,-922.085) -TrackID =1205 : ParentID=49 : TrackStatus=1 +TrackID =1158 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.6525 26.1737 -1.5882 keV -Vertex : 0.0649763 0.0594077 -1.43504 m Global time : 4.79618 ns +Original momentum : 29.8488 -49.3826 -2.71347 keV +Vertex : -9.93687 -7.17462 -76.4713 cm Global time : 2.71385 ns Current trajectory has 2 points. -Point[0] Position= (64.9763,59.4077,-1435.04) -Point[1] Position= (64.9471,59.4353,-1435.04) +Point[0] Position= (-99.3687,-71.7462,-764.713) +Point[1] Position= (-99.2855,-71.8838,-764.72) -TrackID =1204 : ParentID=49 : TrackStatus=1 +TrackID =1157 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.8892 39.3388 -3.12966 keV -Vertex : 0.0648896 0.0593283 -1.43312 m Global time : 4.78977 ns +Original momentum : 17.103 -35.6593 -0.506963 keV +Vertex : -9.65138 -6.96874 -74.275 cm Global time : 2.63591 ns Current trajectory has 2 points. -Point[0] Position= (64.8896,59.3283,-1433.12) -Point[1] Position= (64.7918,59.4273,-1433.13) +Point[0] Position= (-96.5138,-69.6874,-742.75) +Point[1] Position= (-96.4941,-69.7283,-742.751) -TrackID =1203 : ParentID=49 : TrackStatus=1 +TrackID =1156 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.45082 34.7818 0.0348939 keV -Vertex : 0.0640415 0.0585513 -1.41435 m Global time : 4.72704 ns +Original momentum : 9.40059 -34.6598 0.686648 keV +Vertex : -8.81734 -6.36721 -67.8582 cm Global time : 2.40818 ns Current trajectory has 2 points. -Point[0] Position= (64.0415,58.5513,-1414.35) -Point[1] Position= (64.0376,58.5819,-1414.35) +Point[0] Position= (-88.1734,-63.6721,-678.582) +Point[1] Position= (-88.1647,-63.7043,-678.582) -TrackID =1202 : ParentID=49 : TrackStatus=1 +TrackID =1155 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.5195 -25.3872 -1.26753 keV -Vertex : 0.06135 0.0560862 -1.35482 m Global time : 4.52808 ns +Original momentum : -26.1661 -63.9996 4.42922 keV +Vertex : -8.36191 -6.03853 -64.3537 cm Global time : 2.28381 ns Current trajectory has 2 points. -Point[0] Position= (61.35,56.0862,-1354.82) -Point[1] Position= (61.3941,56.0528,-1354.83) +Point[0] Position= (-83.6191,-60.3853,-643.537) +Point[1] Position= (-83.7336,-60.6655,-643.518) -TrackID =1201 : ParentID=49 : TrackStatus=1 +TrackID =1154 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.8387 0.646455 -3.33953 keV -Vertex : 0.0605743 0.0553759 -1.33767 m Global time : 4.47075 ns +Original momentum : 32.985 -12.1434 -4.45313 keV +Vertex : -5.19412 -3.75243 -39.9775 cm Global time : 1.41874 ns Current trajectory has 2 points. -Point[0] Position= (60.5743,55.3759,-1337.67) -Point[1] Position= (60.5275,55.3767,-1337.67) +Point[0] Position= (-51.9412,-37.5243,-399.775) +Point[1] Position= (-51.9115,-37.5352,-399.779) -TrackID =1200 : ParentID=49 : TrackStatus=1 +TrackID =1153 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.24298 -57.3863 -5.83698 keV -Vertex : 0.0578498 0.0528814 -1.27743 m Global time : 4.26941 ns +Original momentum : 0.290575 -51.2662 2.03995 keV +Vertex : -3.50036 -2.52998 -26.9463 cm Global time : 956.282 ps Current trajectory has 2 points. -Point[0] Position= (57.8498,52.8814,-1277.43) -Point[1] Position= (57.8379,52.721,-1277.44) +Point[0] Position= (-35.0036,-25.2998,-269.463) +Point[1] Position= (-35.003,-25.4069,-269.459) -TrackID =1199 : ParentID=49 : TrackStatus=1 +TrackID =1152 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 70.016 26.8517 -1.20549 keV -Vertex : 0.0540052 0.0493621 -1.19243 m Global time : 3.98532 ns - Current trajectory has 2 points. -Point[0] Position= (54.0052,49.3621,-1192.43) -Point[1] Position= (54.3798,49.5058,-1192.43) +Original momentum : 68.541 61.9634 -24.1322 keV +Vertex : -2.30112 -1.66347 -17.716 cm Global time : 628.712 ps + Current trajectory has 3 points. +Point[0] Position= (-23.0112,-16.6347,-177.16) +Point[1] Position= (-22.1597,-16.1057,-176.727) +Point[2] Position= (-22.0806,-16.2311,-176.732) -TrackID =1198 : ParentID=49 : TrackStatus=1 +TrackID =1232 : ParentID=1152 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.78571 33.5163 0.1551 keV -Vertex : 0.0491682 0.0449343 -1.08554 m Global time : 3.62807 ns +Original momentum : 28.5054 16.9811 20.8628 keV +Vertex : -2.21597 -1.61057 -17.6727 cm Global time : 644.054 ps Current trajectory has 2 points. -Point[0] Position= (49.1682,44.9343,-1085.54) -Point[1] Position= (49.166,44.9613,-1085.54) +Point[0] Position= (-22.1597,-16.1057,-176.727) +Point[1] Position= (-22.1277,-16.0866,-176.703) -TrackID =1197 : ParentID=49 : TrackStatus=1 +TrackID =1151 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.03823 39.8337 0.367024 keV -Vertex : 3.11818 2.84657 -68.8261 cm Global time : 2.3003 ns +Original momentum : -54.937 -9.60657 4.78716 keV +Vertex : -1.36785 -0.989062 -10.5311 cm Global time : 373.733 ps Current trajectory has 2 points. -Point[0] Position= (31.1818,28.4657,-688.261) -Point[1] Position= (31.1903,28.5138,-688.26) +Point[0] Position= (-13.6785,-9.89062,-105.311) +Point[1] Position= (-13.8203,-9.91541,-105.299) -TrackID =1196 : ParentID=49 : TrackStatus=1 +TrackID =1150 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.3715 12.8838 -2.1255 keV -Vertex : 2.49823 2.27964 -55.1407 cm Global time : 1.84291 ns +Original momentum : -51.2452 23.1159 1.20346 keV +Vertex : -0.643356 -0.465312 -4.95367 cm Global time : 175.798 ps Current trajectory has 2 points. -Point[0] Position= (24.9823,22.7964,-551.407) -Point[1] Position= (24.9541,22.8076,-551.409) +Point[0] Position= (-6.43356,-4.65312,-49.5367) +Point[1] Position= (-6.56725,-4.59282,-49.5336) -TrackID =1195 : ParentID=49 : TrackStatus=1 +TrackID =1149 : ParentID=1148 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 53.9521 6.81164 -0.165389 keV -Vertex : 2.44947 2.23504 -54.0642 cm Global time : 1.80693 ns +Original momentum : -14.1437 -33.4925 3.59513 keV +Vertex : -0.250944 -0.181523 -1.93232 mm Global time : 6.85749 ps Current trajectory has 2 points. -Point[0] Position= (24.4947,22.3504,-540.642) -Point[1] Position= (24.6244,22.3668,-540.642) +Point[0] Position= (-0.250944,-0.181523,-1.93232) +Point[1] Position= (-0.264563,-0.213773,-1.92885) + +TrackID =1147 : ParentID=48 : TrackStatus=1 +Particle name : pi- PDG code : -211 Charge : -1 +Original momentum : 35.3514 166.978 -757.914 MeV +Vertex : -8.00666e-295 -2.05077e-295 6.69946e-294 fm Global time : 8.69392e-305 ps + Current trajectory has 71 points. +Point[0] Position= (-8.00666e-307,-2.05077e-307,6.69946e-306) +Point[1] Position= (3.05466,14.4172,-65.4505) +Point[2] Position= (3.6848,17.3846,-78.9128) +Point[3] Position= (10.5027,49.3122,-223.813) +Point[4] Position= (20.468,95.6254,-433.879) +Point[5] Position= (24.3155,113.388,-514.491) +Point[6] Position= (31.504,146.666,-665.257) +Point[7] Position= (32.804,152.758,-692.837) +Point[8] Position= (39.1269,182.448,-827.103) +Point[9] Position= (40.9588,191.049,-866.001) +Point[10] Position= (41.9127,195.559,-886.397) +Point[11] Position= (47.2136,220.634,-1000) +Point[12] Position= (47.6584,222.749,-1009.57) +Point[13] Position= (53.2018,249.09,-1128.76) +Point[14] Position= (58.3145,273.087,-1237.3) +Point[15] Position= (58.5323,274.105,-1241.9) +Point[16] Position= (60.6306,283.898,-1286.26) +Point[17] Position= (66.0899,309.282,-1401.29) +Point[18] Position= (69.478,325.116,-1473.09) +Point[19] Position= (76.14,356.239,-1614.08) +Point[20] Position= (82.243,384.626,-1742.75) +Point[21] Position= (91.6223,428.068,-1939.92) +Point[22] Position= (99.9851,466.819,-2115.81) +Point[23] Position= (102.38,477.892,-2166.05) +Point[24] Position= (109.174,509.326,-2308.82) +Point[25] Position= (117.079,545.539,-2473.37) +Point[26] Position= (120.935,563.279,-2553.99) +Point[27] Position= (121.4,565.427,-2563.75) +Point[28] Position= (122.1,568.667,-2578.49) +Point[29] Position= (125.246,583.199,-2644.57) +Point[30] Position= (125.311,583.496,-2645.92) +Point[31] Position= (127.559,593.885,-2693.18) +Point[32] Position= (129.517,602.956,-2734.46) +Point[33] Position= (136.416,634.823,-2879.56) +Point[34] Position= (138.558,644.712,-2924.55) +Point[35] Position= (144.01,669.811,-3038.77) +Point[36] Position= (145.112,674.84,-3061.66) +Point[37] Position= (150.814,700.776,-3179.78) +Point[38] Position= (157.336,730.478,-3315.02) +Point[39] Position= (159.501,740.399,-3360.21) +Point[40] Position= (162.691,755.093,-3427.1) +Point[41] Position= (165.964,770.201,-3495.9) +Point[42] Position= (166.988,774.946,-3517.5) +Point[43] Position= (167.414,776.918,-3526.47) +Point[44] Position= (168.785,783.262,-3555.35) +Point[45] Position= (173.512,805.208,-3655.23) +Point[46] Position= (177.45,823.477,-3738.34) +Point[47] Position= (180.771,838.993,-3808.9) +Point[48] Position= (185.635,861.823,-3912.69) +Point[49] Position= (196.196,911.053,-4136.47) +Point[50] Position= (200.272,929.98,-4222.33) +Point[51] Position= (203.252,943.68,-4284.49) +Point[52] Position= (203.635,945.442,-4292.49) +Point[53] Position= (215.145,998.46,-4532.8) +Point[54] Position= (222.058,1030.16,-4676.31) +Point[55] Position= (224.615,1041.81,-4729.08) +Point[56] Position= (235.285,1090.67,-4950.31) +Point[57] Position= (251.086,1162.5,-5275.65) +Point[58] Position= (251.403,1163.94,-5282.18) +Point[59] Position= (254.858,1179.65,-5353.56) +Point[60] Position= (255.576,1182.92,-5368.42) +Point[61] Position= (256.373,1186.58,-5384.99) +Point[62] Position= (259.144,1199.31,-5442.67) +Point[63] Position= (259.483,1200.87,-5449.73) +Point[64] Position= (259.701,1201.88,-5454.28) +Point[65] Position= (260.215,1204.25,-5465.04) +Point[66] Position= (268.39,1242.03,-5636.32) +Point[67] Position= (269.248,1245.97,-5654.21) +Point[68] Position= (277.974,1286.11,-5835.96) +Point[69] Position= (283.866,1313.26,-5959.08) +Point[70] Position= (285.836,1322.27,-6000) + +TrackID =1298 : ParentID=1147 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -34.1787 59.6212 6.65565 keV +Vertex : 0.283866 1.31326 -5.95908 m Global time : 20.7034 ns + Current trajectory has 2 points. +Point[0] Position= (283.866,1313.26,-5959.08) +Point[1] Position= (283.718,1313.51,-5959.05) + +TrackID =1297 : ParentID=1147 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 155.612 278.019 -26.8244 keV +Vertex : 0.277974 1.28611 -5.83596 m Global time : 20.2756 ns + Current trajectory has 18 points. +Point[0] Position= (277.974,1286.11,-5835.96) +Point[1] Position= (280.874,1291.67,-5837.4) +Point[2] Position= (301.917,1311.76,-5832.5) +Point[3] Position= (314.583,1319.82,-5838.8) +Point[4] Position= (327.364,1328.46,-5848.54) +Point[5] Position= (331.118,1329.01,-5851.01) +Point[6] Position= (336.793,1326.29,-5854.18) +Point[7] Position= (338.037,1326.64,-5855.53) +Point[8] Position= (338.616,1327.03,-5855.88) +Point[9] Position= (338.968,1327.17,-5856.11) +Point[10] Position= (344.605,1330.39,-5855.91) +Point[11] Position= (346.079,1333.62,-5857.16) +Point[12] Position= (346.007,1333.65,-5857.32) +Point[13] Position= (343.613,1335.01,-5858.61) +Point[14] Position= (342.228,1334.35,-5857) +Point[15] Position= (341.124,1333.61,-5855.54) +Point[16] Position= (341.449,1333.53,-5854.98) +Point[17] Position= (341.385,1333.54,-5854.92) + +TrackID =1308 : ParentID=1297 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 5.29247 -27.8151 -20.4399 keV +Vertex : 0.346007 1.33365 -5.85732 m Global time : 20.894 ns + Current trajectory has 2 points. +Point[0] Position= (346.007,1333.65,-5857.32) +Point[1] Position= (346.012,1333.63,-5857.34) + +TrackID =1307 : ParentID=1297 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 39.9052 39.569 -1.73016 keV +Vertex : 0.346079 1.33362 -5.85716 m Global time : 20.8918 ns + Current trajectory has 2 points. +Point[0] Position= (346.079,1333.62,-5857.16) +Point[1] Position= (346.183,1333.72,-5857.17) + +TrackID =1306 : ParentID=1297 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 61.641 -52.3387 48.8134 keV +Vertex : 0.344605 1.33039 -5.85591 m Global time : 20.8569 ns + Current trajectory has 4 points. +Point[0] Position= (344.605,1330.39,-5855.91) +Point[1] Position= (344.165,1329.38,-5854.73) +Point[2] Position= (344.259,1329.17,-5854.21) +Point[3] Position= (344.226,1329.2,-5854.13) -TrackID =1194 : ParentID=49 : TrackStatus=1 +TrackID =1309 : ParentID=1306 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.9694 -29.2337 -1.52482 keV -Vertex : 2.01003 1.83327 -44.3627 cm Global time : 1.48268 ns +Original momentum : -13.581 -28.7724 3.52775 keV +Vertex : 0.344259 1.32917 -5.85421 m Global time : 20.882 ns Current trajectory has 2 points. -Point[0] Position= (20.1003,18.3327,-443.627) -Point[1] Position= (20.1252,18.3023,-443.628) +Point[0] Position= (344.259,1329.17,-5854.21) +Point[1] Position= (344.249,1329.15,-5854.21) -TrackID =1193 : ParentID=49 : TrackStatus=1 +TrackID =1305 : ParentID=1297 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 51.391 -52.5896 -5.14357 keV -Vertex : 1.27842 1.16631 -28.2236 cm Global time : 943.285 ps +Original momentum : 0.592344 -34.2999 -41.659 keV +Vertex : 0.338968 1.32717 -5.85611 m Global time : 20.8055 ns Current trajectory has 2 points. -Point[0] Position= (12.7842,11.6631,-282.236) -Point[1] Position= (13.0473,11.3939,-282.262) +Point[0] Position= (338.968,1327.17,-5856.11) +Point[1] Position= (338.969,1327.09,-5856.21) -TrackID =1192 : ParentID=49 : TrackStatus=1 +TrackID =1304 : ParentID=1297 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.54185 32.043 0.466564 keV -Vertex : 0.887479 0.809727 -19.595 cm Global time : 654.901 ps +Original momentum : -19.4158 -20.8663 -38.2105 keV +Vertex : 0.338616 1.32703 -5.85588 m Global time : 20.8017 ns Current trajectory has 2 points. -Point[0] Position= (8.87479,8.09727,-195.95) -Point[1] Position= (8.87739,8.1208,-195.95) +Point[0] Position= (338.616,1327.03,-5855.88) +Point[1] Position= (338.582,1327,-5855.94) -TrackID =1191 : ParentID=49 : TrackStatus=1 +TrackID =1303 : ParentID=1297 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.21229 61.4953 -1.10028 keV -Vertex : 0.878153 0.801221 -19.3892 cm Global time : 648.022 ps +Original momentum : -28.465 16.303 -22.0967 keV +Vertex : 0.338037 1.32664 -5.85553 m Global time : 20.7952 ns Current trajectory has 2 points. -Point[0] Position= (8.78153,8.01221,-193.892) -Point[1] Position= (8.78547,8.21227,-193.895) +Point[0] Position= (338.037,1326.64,-5855.53) +Point[1] Position= (338.004,1326.66,-5855.56) -TrackID =1190 : ParentID=49 : TrackStatus=1 +TrackID =1302 : ParentID=1297 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 59.7844 26.2434 -0.36876 keV -Vertex : 0.874592 0.797973 -19.3106 cm Global time : 645.396 ps +Original momentum : 38.6809 0.50992 22.5715 keV +Vertex : 0.336793 1.32629 -5.85418 m Global time : 20.7801 ns Current trajectory has 2 points. -Point[0] Position= (8.74592,7.97973,-193.106) -Point[1] Position= (8.97143,8.07873,-193.107) +Point[0] Position= (336.793,1326.29,-5854.18) +Point[1] Position= (336.851,1326.29,-5854.14) -TrackID =1189 : ParentID=49 : TrackStatus=1 +TrackID =1301 : ParentID=1297 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -77.4726 -48.9814 -13.8924 keV -Vertex : 0.638145 0.582284 -14.0927 cm Global time : 471.002 ps - Current trajectory has 3 points. -Point[0] Position= (6.38145,5.82284,-140.927) -Point[1] Position= (5.09926,6.1213,-140.394) -Point[2] Position= (4.96284,6.22895,-140.51) +Original momentum : 20.6428 15.0888 28.2471 keV +Vertex : 0.331118 1.32901 -5.85101 m Global time : 20.7266 ns + Current trajectory has 2 points. +Point[0] Position= (331.118,1329.01,-5851.01) +Point[1] Position= (331.139,1329.03,-5850.98) -TrackID =1188 : ParentID=49 : TrackStatus=1 +TrackID =1300 : ParentID=1297 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.4767 23.8691 0.899703 keV -Vertex : 0.590468 0.538795 -13.0404 cm Global time : 435.835 ps +Original momentum : 6.67627 -3.35705 49.5037 keV +Vertex : 0.314583 1.31982 -5.8388 m Global time : 20.5797 ns Current trajectory has 2 points. -Point[0] Position= (5.90468,5.38795,-130.404) -Point[1] Position= (5.93805,5.41408,-130.403) +Point[0] Position= (314.583,1319.82,-5838.8) +Point[1] Position= (314.596,1319.82,-5838.7) -TrackID =48 : ParentID=45 : TrackStatus=1 -Particle name : unknown : anti_delta++ PDG code : -2224 Charge : -2 -Original momentum : -0.437184 -0.13363 -4.69663 GeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps +TrackID =1299 : ParentID=1297 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -21.6223 4.32909 -32.4777 keV +Vertex : 0.280874 1.29167 -5.8374 m Global time : 20.3156 ns Current trajectory has 2 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (-8.00666e-307,-2.05077e-307,6.69946e-306) +Point[0] Position= (280.874,1291.67,-5837.4) +Point[1] Position= (280.849,1291.68,-5837.43) -TrackID =1278 : ParentID=48 : TrackStatus=1 -Particle name : anti_proton PDG code : -2212 Charge : -1 -Original momentum : -0.373892 -0.270453 -2.87903 GeV -Vertex : -8.00666e-295 -2.05077e-295 6.69946e-294 fm Global time : 8.69392e-305 ps - Current trajectory has 64 points. -Point[0] Position= (-8.00666e-307,-2.05077e-307,6.69946e-306) -Point[1] Position= (-0.990114,-0.716179,-7.62413) -Point[2] Position= (-41.9159,-30.345,-322.802) -Point[3] Position= (-53.1581,-38.4833,-409.383) -Point[4] Position= (-86.7691,-62.7727,-668.12) -Point[5] Position= (-92.5759,-66.9682,-712.834) -Point[6] Position= (-130.102,-94.0833,-1001.7) -Point[7] Position= (-133.554,-96.5769,-1028.27) -Point[8] Position= (-141.717,-102.477,-1091.11) -Point[9] Position= (-142.16,-102.797,-1094.52) -Point[10] Position= (-153.904,-111.282,-1184.95) -Point[11] Position= (-158.449,-114.566,-1219.95) -Point[12] Position= (-165.418,-119.602,-1273.61) -Point[13] Position= (-168.475,-121.811,-1297.15) -Point[14] Position= (-179.787,-129.991,-1384.25) -Point[15] Position= (-182.52,-131.965,-1405.28) -Point[16] Position= (-200.004,-144.596,-1539.84) -Point[17] Position= (-210.304,-152.031,-1619.05) -Point[18] Position= (-229.089,-165.619,-1763.53) -Point[19] Position= (-232.032,-167.748,-1786.19) -Point[20] Position= (-240.971,-174.22,-1855.02) -Point[21] Position= (-279.437,-202.063,-2151.32) -Point[22] Position= (-288.978,-208.964,-2224.74) -Point[23] Position= (-292.249,-211.332,-2249.93) -Point[24] Position= (-300.741,-217.462,-2315.3) -Point[25] Position= (-304.366,-220.077,-2343.21) -Point[26] Position= (-308.178,-222.827,-2372.54) -Point[27] Position= (-318.537,-230.303,-2452.28) -Point[28] Position= (-340.146,-245.921,-2618.7) -Point[29] Position= (-343.32,-248.214,-2643.14) -Point[30] Position= (-345.467,-249.765,-2659.67) -Point[31] Position= (-354.345,-256.176,-2728.02) -Point[32] Position= (-365.354,-264.129,-2812.81) -Point[33] Position= (-375.041,-271.117,-2887.4) -Point[34] Position= (-406.196,-293.57,-3127.29) -Point[35] Position= (-421.193,-304.376,-3242.9) -Point[36] Position= (-428.15,-309.385,-3296.54) -Point[37] Position= (-451.772,-326.422,-3478.71) -Point[38] Position= (-452.006,-326.591,-3480.51) -Point[39] Position= (-471.245,-340.47,-3628.95) -Point[40] Position= (-518.359,-374.548,-3992.97) -Point[41] Position= (-533.049,-385.176,-4106.64) -Point[42] Position= (-534.381,-386.139,-4116.95) -Point[43] Position= (-564.841,-408.16,-4352.61) -Point[44] Position= (-570.553,-412.288,-4396.78) -Point[45] Position= (-574.355,-415.038,-4426.2) -Point[46] Position= (-578.609,-418.113,-4459.11) -Point[47] Position= (-585.813,-423.322,-4514.87) -Point[48] Position= (-587.346,-424.429,-4526.73) -Point[49] Position= (-589.414,-425.923,-4542.74) -Point[50] Position= (-628.924,-454.482,-4848.89) -Point[51] Position= (-633.431,-457.739,-4883.82) -Point[52] Position= (-642.339,-464.172,-4952.86) -Point[53] Position= (-647.66,-468.012,-4994.11) -Point[54] Position= (-659.999,-476.915,-5089.77) -Point[55] Position= (-660.353,-477.171,-5092.52) -Point[56] Position= (-660.358,-477.174,-5092.55) -Point[57] Position= (-661.65,-478.109,-5102.58) -Point[58] Position= (-666.247,-481.432,-5138.26) -Point[59] Position= (-696.871,-503.578,-5376) -Point[60] Position= (-706.172,-510.307,-5448.25) -Point[61] Position= (-731.823,-528.832,-5647.33) -Point[62] Position= (-746.096,-539.146,-5758.19) -Point[63] Position= (-777.232,-561.639,-6000) - -TrackID =1337 : ParentID=1278 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.3746 -21.0159 4.07644 keV -Vertex : -0.746096 -0.539146 -5.75819 m Global time : 20.4339 ns - Current trajectory has 2 points. -Point[0] Position= (-746.096,-539.146,-5758.19) -Point[1] Position= (-746.116,-539.162,-5758.19) - -TrackID =1336 : ParentID=1278 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.845 6.78578 2.74696 keV -Vertex : -0.731823 -0.528832 -5.64733 m Global time : 20.0406 ns - Current trajectory has 2 points. -Point[0] Position= (-731.823,-528.832,-5647.33) -Point[1] Position= (-731.867,-528.824,-5647.33) - -TrackID =1335 : ParentID=1278 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.689 -39.8751 -0.0596787 keV -Vertex : -0.706172 -0.510307 -5.44825 m Global time : 19.3342 ns - Current trajectory has 2 points. -Point[0] Position= (-706.172,-510.307,-5448.25) -Point[1] Position= (-706.153,-510.36,-5448.25) - -TrackID =1334 : ParentID=1278 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.4434 -22.3098 4.21794 keV -Vertex : -0.696871 -0.503578 -5.376 m Global time : 19.0778 ns - Current trajectory has 2 points. -Point[0] Position= (-696.871,-503.578,-5376) -Point[1] Position= (-696.894,-503.597,-5375.99) - -TrackID =1333 : ParentID=1278 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 51.7422 32.7648 -13.808 keV -Vertex : -0.666247 -0.481432 -5.13826 m Global time : 18.2343 ns +TrackID =1296 : ParentID=1147 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -84.1168 57.2132 -1.84955 keV +Vertex : 0.26839 1.24203 -5.63632 m Global time : 19.5819 ns Current trajectory has 3 points. -Point[0] Position= (-666.247,-481.432,-5138.26) -Point[1] Position= (-666.196,-481.199,-5138.42) -Point[2] Position= (-666.18,-481.19,-5138.44) +Point[0] Position= (268.39,1242.03,-5636.32) +Point[1] Position= (268.104,1243.54,-5637.03) +Point[2] Position= (268.06,1243.56,-5637.12) -TrackID =1338 : ParentID=1333 : TrackStatus=1 +TrackID =1295 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.5998 3.93328 19.712 keV -Vertex : -0.666196 -0.481199 -5.13842 m Global time : 18.2397 ns +Original momentum : 28.6655 25.5425 5.47455 keV +Vertex : 0.260215 1.20425 -5.46504 m Global time : 18.9868 ns Current trajectory has 2 points. -Point[0] Position= (-666.196,-481.199,-5138.42) -Point[1] Position= (-666.171,-481.196,-5138.4) +Point[0] Position= (260.215,1204.25,-5465.04) +Point[1] Position= (260.247,1204.28,-5465.04) -TrackID =1332 : ParentID=1278 : TrackStatus=1 +TrackID =1294 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.75063 40.5701 -4.6891 keV -Vertex : -0.66165 -0.478109 -5.10258 m Global time : 18.1077 ns +Original momentum : 51.0392 32.4706 5.85196 keV +Vertex : 0.259701 1.20188 -5.45428 m Global time : 18.9494 ns Current trajectory has 2 points. -Point[0] Position= (-661.65,-478.109,-5102.58) -Point[1] Position= (-661.659,-478.057,-5102.59) +Point[0] Position= (259.701,1201.88,-5454.28) +Point[1] Position= (259.862,1201.98,-5454.26) -TrackID =1331 : ParentID=1278 : TrackStatus=1 +TrackID =1293 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.9896 -7.1641 3.94236 keV -Vertex : -0.660358 -0.477174 -5.09255 m Global time : 18.0721 ns - Current trajectory has 2 points. -Point[0] Position= (-660.358,-477.174,-5092.55) -Point[1] Position= (-660.396,-477.182,-5092.55) +Original momentum : 128.834 196.736 -4.07468 keV +Vertex : 0.259483 1.20087 -5.44973 m Global time : 18.9336 ns + Current trajectory has 13 points. +Point[0] Position= (259.483,1200.87,-5449.73) +Point[1] Position= (260.632,1212.57,-5453.22) +Point[2] Position= (261.545,1210.83,-5457.76) +Point[3] Position= (259.25,1205.76,-5461.86) +Point[4] Position= (258.155,1201,-5462.03) +Point[5] Position= (258.13,1200.2,-5462.18) +Point[6] Position= (258.427,1199.04,-5462.41) +Point[7] Position= (258.175,1198.21,-5463.4) +Point[8] Position= (257.663,1197.46,-5464.25) +Point[9] Position= (257.37,1197.65,-5466.92) +Point[10] Position= (258.469,1196.93,-5468.31) +Point[11] Position= (258.7,1195.62,-5467.84) +Point[12] Position= (258.627,1195.63,-5467.79) -TrackID =1330 : ParentID=1278 : TrackStatus=1 +TrackID =1313 : ParentID=1293 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -149.161 54.8266 -11.6935 keV -Vertex : -0.660353 -0.477171 -5.09252 m Global time : 18.072 ns - Current trajectory has 7 points. -Point[0] Position= (-660.353,-477.171,-5092.52) -Point[1] Position= (-663.429,-475.216,-5090.7) -Point[2] Position= (-663.351,-473.181,-5090.87) -Point[3] Position= (-663.439,-471.458,-5089.29) -Point[4] Position= (-663.55,-471.365,-5087.72) -Point[5] Position= (-663.26,-472.087,-5086.65) -Point[6] Position= (-663.302,-472.133,-5086.58) +Original momentum : -2.75643 35.2354 -11.1024 keV +Vertex : 0.257663 1.19746 -5.46425 m Global time : 19.2086 ns + Current trajectory has 2 points. +Point[0] Position= (257.663,1197.46,-5464.25) +Point[1] Position= (257.66,1197.49,-5464.26) -TrackID =1339 : ParentID=1330 : TrackStatus=1 +TrackID =1312 : ParentID=1293 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.28631 -10.6383 44.4989 keV -Vertex : -0.663351 -0.473181 -5.09087 m Global time : 18.1348 ns +Original momentum : 31.8297 -31.3151 13.7896 keV +Vertex : 0.258175 1.19821 -5.4634 m Global time : 19.1943 ns Current trajectory has 2 points. -Point[0] Position= (-663.351,-473.181,-5090.87) -Point[1] Position= (-663.344,-473.198,-5090.8) +Point[0] Position= (258.175,1198.21,-5463.4) +Point[1] Position= (258.228,1198.16,-5463.38) -TrackID =1329 : ParentID=1278 : TrackStatus=1 +TrackID =1311 : ParentID=1293 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 54.7617 20.0926 -12.6253 keV -Vertex : -0.659999 -0.476915 -5.08977 m Global time : 18.0622 ns +Original momentum : -30.406 -11.0363 11.1742 keV +Vertex : 0.25813 1.2002 -5.46218 m Global time : 19.1662 ns Current trajectory has 2 points. -Point[0] Position= (-659.999,-476.915,-5089.77) -Point[1] Position= (-659.833,-476.855,-5089.81) +Point[0] Position= (258.13,1200.2,-5462.18) +Point[1] Position= (258.104,1200.19,-5462.17) -TrackID =1328 : ParentID=1278 : TrackStatus=1 +TrackID =1310 : ParentID=1293 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.40117 -44.7651 1.76494 keV -Vertex : -0.64766 -0.468012 -4.99411 m Global time : 17.7228 ns +Original momentum : -25.0984 31.6406 -11.9435 keV +Vertex : 0.261545 1.21083 -5.45776 m Global time : 19.0586 ns Current trajectory has 2 points. -Point[0] Position= (-647.66,-468.012,-4994.11) -Point[1] Position= (-647.656,-468.08,-4994.11) +Point[0] Position= (261.545,1210.83,-5457.76) +Point[1] Position= (261.512,1210.87,-5457.78) -TrackID =1327 : ParentID=1278 : TrackStatus=1 +TrackID =1292 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.2349 -6.56188 -6.78309 keV -Vertex : -0.642339 -0.464172 -4.95286 m Global time : 17.5764 ns +Original momentum : 34.4802 -3.71663 -0.388898 keV +Vertex : 0.259144 1.19931 -5.44267 m Global time : 18.909 ns Current trajectory has 2 points. -Point[0] Position= (-642.339,-464.172,-4952.86) -Point[1] Position= (-642.28,-464.181,-4952.87) +Point[0] Position= (259.144,1199.31,-5442.67) +Point[1] Position= (259.174,1199.31,-5442.67) -TrackID =1326 : ParentID=1278 : TrackStatus=1 +TrackID =1291 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.6711 22.607 -0.0874105 keV -Vertex : -0.633431 -0.457739 -4.88382 m Global time : 17.3314 ns +Original momentum : 34.8513 32.8453 6.54981 keV +Vertex : 0.256373 1.18658 -5.38499 m Global time : 18.7086 ns Current trajectory has 2 points. -Point[0] Position= (-633.431,-457.739,-4883.82) -Point[1] Position= (-633.451,-457.721,-4883.82) +Point[0] Position= (256.373,1186.58,-5384.99) +Point[1] Position= (256.436,1186.64,-5384.97) -TrackID =1325 : ParentID=1278 : TrackStatus=1 +TrackID =1290 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.4345 -6.67824 4.12139 keV -Vertex : -0.628924 -0.454482 -4.84889 m Global time : 17.2075 ns - Current trajectory has 2 points. -Point[0] Position= (-628.924,-454.482,-4848.89) -Point[1] Position= (-628.979,-454.491,-4848.88) +Original momentum : 142.347 -431.723 -362.115 keV +Vertex : 0.255576 1.18292 -5.36842 m Global time : 18.6511 ns + Current trajectory has 29 points. +Point[0] Position= (255.576,1182.92,-5368.42) +Point[1] Position= (278.038,1059.66,-5410.74) +Point[2] Position= (278.535,1058.49,-5411.91) +Point[3] Position= (299.851,1021.22,-5467.89) +Point[4] Position= (264.036,977.63,-5509.24) +Point[5] Position= (254.453,979.832,-5515.47) +Point[6] Position= (254.42,980.646,-5517.03) +Point[7] Position= (255.335,990.546,-5539.21) +Point[8] Position= (256.526,990.349,-5542.04) +Point[9] Position= (261.276,987.076,-5556.3) +Point[10] Position= (239.399,966.872,-5596.59) +Point[11] Position= (232.478,964.188,-5608.73) +Point[12] Position= (227.389,965.009,-5621.58) +Point[13] Position= (226.332,970.188,-5638.62) +Point[14] Position= (226.336,970.187,-5638.63) +Point[15] Position= (229.764,968.457,-5646.02) +Point[16] Position= (228.567,964.386,-5654.04) +Point[17] Position= (233.395,963.63,-5670.16) +Point[18] Position= (236.005,953.588,-5676.87) +Point[19] Position= (241.523,944.524,-5678.18) +Point[20] Position= (243.679,936.595,-5678.74) +Point[21] Position= (249.059,933.182,-5679.3) +Point[22] Position= (252.29,935.175,-5675.33) +Point[23] Position= (253.509,938.22,-5672.3) +Point[24] Position= (254.145,938.465,-5669.17) +Point[25] Position= (252.435,936.999,-5669.52) +Point[26] Position= (252.215,936.595,-5670.6) +Point[27] Position= (252.345,936.251,-5671.9) +Point[28] Position= (252.382,936.472,-5671.95) + +TrackID =1330 : ParentID=1290 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 3.47058 24.1691 -28.4537 keV +Vertex : 0.252215 0.936595 -5.6706 m Global time : 21.3192 ns + Current trajectory has 2 points. +Point[0] Position= (252.215,936.595,-5670.6) +Point[1] Position= (252.218,936.62,-5670.63) + +TrackID =1329 : ParentID=1290 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -13.6515 -9.98065 37.4666 keV +Vertex : 0.249059 0.933182 -5.6793 m Global time : 21.1501 ns + Current trajectory has 2 points. +Point[0] Position= (249.059,933.182,-5679.3) +Point[1] Position= (249.042,933.17,-5679.25) + +TrackID =1328 : ParentID=1290 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 28.1987 0.696681 41.6238 keV +Vertex : 0.236005 0.953588 -5.67687 m Global time : 20.9507 ns + Current trajectory has 2 points. +Point[0] Position= (236.005,953.588,-5676.87) +Point[1] Position= (236.061,953.589,-5676.79) + +TrackID =1327 : ParentID=1290 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 44.8335 -20.0949 -11.1374 keV +Vertex : 0.228567 0.964386 -5.65404 m Global time : 20.7577 ns + Current trajectory has 2 points. +Point[0] Position= (228.567,964.386,-5654.04) +Point[1] Position= (228.657,964.346,-5654.07) + +TrackID =1326 : ParentID=1290 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -28.665 -21.6078 -18.0411 keV +Vertex : 0.226336 0.970187 -5.63863 m Global time : 20.6424 ns + Current trajectory has 2 points. +Point[0] Position= (226.336,970.187,-5638.63) +Point[1] Position= (226.301,970.162,-5638.65) + +TrackID =1325 : ParentID=1290 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -91.466 -67.414 -40.6802 keV +Vertex : 0.226332 0.970188 -5.63862 m Global time : 20.6423 ns + Current trajectory has 4 points. +Point[0] Position= (226.332,970.188,-5638.62) +Point[1] Position= (225.23,970.064,-5638.91) +Point[2] Position= (223.62,970.991,-5638.72) +Point[3] Position= (223.826,971.294,-5638.63) -TrackID =1324 : ParentID=1278 : TrackStatus=1 +TrackID =1331 : ParentID=1325 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -51.6453 25.5491 0.840286 keV -Vertex : -0.589414 -0.425923 -4.54274 m Global time : 16.1212 ns +Original momentum : -16.2128 -2.46094 -30.3021 keV +Vertex : 0.22523 0.970064 -5.63891 m Global time : 20.6569 ns Current trajectory has 2 points. -Point[0] Position= (-589.414,-425.923,-4542.74) -Point[1] Position= (-589.557,-425.852,-4542.74) +Point[0] Position= (225.23,970.064,-5638.91) +Point[1] Position= (225.216,970.062,-5638.93) -TrackID =1323 : ParentID=1278 : TrackStatus=1 +TrackID =1324 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.9434 -50.2525 3.849 keV -Vertex : -0.587346 -0.424429 -4.52673 m Global time : 16.0644 ns +Original momentum : 12.0939 -34.4138 -1.36913 keV +Vertex : 0.227389 0.965009 -5.62158 m Global time : 20.5366 ns Current trajectory has 2 points. -Point[0] Position= (-587.346,-424.429,-4526.73) -Point[1] Position= (-587.382,-424.542,-4526.72) +Point[0] Position= (227.389,965.009,-5621.58) +Point[1] Position= (227.4,964.976,-5621.58) -TrackID =1322 : ParentID=1278 : TrackStatus=1 +TrackID =1323 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.0193 -25.543 3.77155 keV -Vertex : -0.585813 -0.423322 -4.51487 m Global time : 16.0223 ns - Current trajectory has 2 points. -Point[0] Position= (-585.813,-423.322,-4514.87) -Point[1] Position= (-585.827,-423.34,-4514.86) +Original momentum : -42.5596 81.1279 -26.9144 keV +Vertex : 0.239399 0.966872 -5.59659 m Global time : 20.3735 ns + Current trajectory has 3 points. +Point[0] Position= (239.399,966.872,-5596.59) +Point[1] Position= (238.379,967.306,-5596.91) +Point[2] Position= (238.339,967.402,-5596.91) -TrackID =1321 : ParentID=1278 : TrackStatus=1 +TrackID =1322 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.955699 -44.6601 2.21986 keV -Vertex : -0.574355 -0.415038 -4.4262 m Global time : 15.7076 ns +Original momentum : 96.9275 92.9109 -40.7885 keV +Vertex : 0.261276 0.987076 -5.5563 m Global time : 20.1245 ns + Current trajectory has 5 points. +Point[0] Position= (261.276,987.076,-5556.3) +Point[1] Position= (263.759,987.707,-5557.48) +Point[2] Position= (265.032,989.68,-5558.01) +Point[3] Position= (265.578,990.293,-5557.84) +Point[4] Position= (265.544,990.523,-5557.53) + +TrackID =1332 : ParentID=1322 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -22.9323 18.3016 -16.0807 keV +Vertex : 0.265578 0.990293 -5.55784 m Global time : 20.1943 ns Current trajectory has 2 points. -Point[0] Position= (-574.355,-415.038,-4426.2) -Point[1] Position= (-574.356,-415.105,-4426.19) +Point[0] Position= (265.578,990.293,-5557.84) +Point[1] Position= (265.56,990.307,-5557.86) -TrackID =1320 : ParentID=1278 : TrackStatus=1 +TrackID =1321 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -57.4096 11.5089 2.78091 keV -Vertex : -0.570553 -0.412288 -4.39678 m Global time : 15.6033 ns +Original momentum : -12.3006 37.4299 -11.5405 keV +Vertex : 0.256526 0.990349 -5.54204 m Global time : 20.0452 ns Current trajectory has 2 points. -Point[0] Position= (-570.553,-412.288,-4396.78) -Point[1] Position= (-570.719,-412.255,-4396.78) +Point[0] Position= (256.526,990.349,-5542.04) +Point[1] Position= (256.51,990.396,-5542.06) -TrackID =1319 : ParentID=1278 : TrackStatus=1 +TrackID =1320 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.8004 -50.1544 3.93889 keV -Vertex : -0.564841 -0.40816 -4.35261 m Global time : 15.4465 ns +Original momentum : -17.5151 35.7789 -14.2452 keV +Vertex : 0.255335 0.990546 -5.53921 m Global time : 20.0292 ns Current trajectory has 2 points. -Point[0] Position= (-564.841,-408.16,-4352.61) -Point[1] Position= (-564.879,-408.273,-4352.6) +Point[0] Position= (255.335,990.546,-5539.21) +Point[1] Position= (255.311,990.594,-5539.23) -TrackID =1318 : ParentID=1278 : TrackStatus=1 +TrackID =1319 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.3563 -36.5435 -1.03565 keV -Vertex : -0.534381 -0.386139 -4.11695 m Global time : 14.6103 ns +Original momentum : -36.6172 3.11117 -7.58249 keV +Vertex : 0.25442 0.980646 -5.51703 m Global time : 19.9092 ns Current trajectory has 2 points. -Point[0] Position= (-534.381,-386.139,-4116.95) -Point[1] Position= (-534.355,-386.187,-4116.95) +Point[0] Position= (254.42,980.646,-5517.03) +Point[1] Position= (254.383,980.649,-5517.03) -TrackID =1317 : ParentID=1278 : TrackStatus=1 +TrackID =1318 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.83651 33.2466 -3.79037 keV -Vertex : -0.533049 -0.385176 -4.10664 m Global time : 14.5737 ns +Original momentum : -15.786 -38.8672 -19.1594 keV +Vertex : 0.254453 0.979832 -5.51547 m Global time : 19.9003 ns Current trajectory has 2 points. -Point[0] Position= (-533.049,-385.176,-4106.64) -Point[1] Position= (-533.052,-385.149,-4106.65) +Point[0] Position= (254.453,979.832,-5515.47) +Point[1] Position= (254.427,979.769,-5515.5) -TrackID =1316 : ParentID=1278 : TrackStatus=1 +TrackID =1317 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -108.096 -22.4255 3.51612 keV -Vertex : -0.518359 -0.374548 -3.99297 m Global time : 14.1703 ns - Current trajectory has 3 points. -Point[0] Position= (-518.359,-374.548,-3992.97) -Point[1] Position= (-519.982,-373.587,-3993.56) -Point[2] Position= (-520.198,-373.607,-3993.91) +Original momentum : -46.2602 -118.333 45.9605 keV +Vertex : 0.264036 0.97763 -5.50924 m Global time : 19.8424 ns + Current trajectory has 5 points. +Point[0] Position= (264.036,977.63,-5509.24) +Point[1] Position= (264.128,974.889,-5509.57) +Point[2] Position= (264.605,974.2,-5509.46) +Point[3] Position= (265.548,972.637,-5509.11) +Point[4] Position= (265.499,972.327,-5509.05) -TrackID =1315 : ParentID=1278 : TrackStatus=1 +TrackID =1333 : ParentID=1317 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.24654 -42.2531 3.19599 keV -Vertex : -0.471245 -0.34047 -3.62895 m Global time : 12.8785 ns +Original momentum : 35.7838 11.8907 -1.44508 keV +Vertex : 0.264605 0.9742 -5.50946 m Global time : 19.8839 ns Current trajectory has 2 points. -Point[0] Position= (-471.245,-340.47,-3628.95) -Point[1] Position= (-471.258,-340.53,-3628.94) +Point[0] Position= (264.605,974.2,-5509.46) +Point[1] Position= (264.642,974.212,-5509.46) -TrackID =1314 : ParentID=1278 : TrackStatus=1 +TrackID =1316 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -62.1524 24.8129 1.09317 keV -Vertex : -0.452006 -0.326591 -3.48051 m Global time : 12.3518 ns +Original momentum : -22.2784 24.4738 -4.18404 keV +Vertex : 0.299851 1.02122 -5.46789 m Global time : 19.5288 ns Current trajectory has 2 points. -Point[0] Position= (-452.006,-326.591,-3480.51) -Point[1] Position= (-452.255,-326.491,-3480.51) +Point[0] Position= (299.851,1021.22,-5467.89) +Point[1] Position= (299.834,1021.24,-5467.89) -TrackID =1313 : ParentID=1278 : TrackStatus=1 +TrackID =1315 : ParentID=1290 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.30769 31.7925 -3.37677 keV -Vertex : -0.451772 -0.326422 -3.47871 m Global time : 12.3454 ns +Original momentum : -22.16 -25.9432 12.181 keV +Vertex : 0.278535 1.05849 -5.41191 m Global time : 19.2074 ns Current trajectory has 2 points. -Point[0] Position= (-451.772,-326.422,-3478.71) -Point[1] Position= (-451.775,-326.398,-3478.71) +Point[0] Position= (278.535,1058.49,-5411.91) +Point[1] Position= (278.514,1058.46,-5411.9) + +TrackID =1314 : ParentID=1290 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -100.796 -16.2974 -38.093 keV +Vertex : 0.278038 1.05966 -5.41074 m Global time : 19.1993 ns + Current trajectory has 4 points. +Point[0] Position= (278.038,1059.66,-5410.74) +Point[1] Position= (277.854,1059.62,-5410.82) +Point[2] Position= (276.893,1059.95,-5412.13) +Point[3] Position= (276.997,1059.74,-5412.49) -TrackID =1312 : ParentID=1278 : TrackStatus=1 +TrackID =1334 : ParentID=1314 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.3018 -14.3006 -8.09561 keV -Vertex : -0.42815 -0.309385 -3.29654 m Global time : 11.6989 ns +Original momentum : -6.76457 27.6787 -15.3305 keV +Vertex : 0.277854 1.05962 -5.41082 m Global time : 19.2026 ns Current trajectory has 2 points. -Point[0] Position= (-428.15,-309.385,-3296.54) -Point[1] Position= (-428.037,-309.417,-3296.56) +Point[0] Position= (277.854,1059.62,-5410.82) +Point[1] Position= (277.849,1059.64,-5410.83) -TrackID =1311 : ParentID=1278 : TrackStatus=1 +TrackID =1289 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.91602 -39.4556 1.54226 keV -Vertex : -0.421193 -0.304376 -3.2429 m Global time : 11.5086 ns +Original momentum : -24.1158 52.7152 6.97293 keV +Vertex : 0.254858 1.17965 -5.35356 m Global time : 18.5994 ns Current trajectory has 2 points. -Point[0] Position= (-421.193,-304.376,-3242.9) -Point[1] Position= (-421.189,-304.422,-3242.9) +Point[0] Position= (254.858,1179.65,-5353.56) +Point[1] Position= (254.789,1179.8,-5353.54) -TrackID =1310 : ParentID=1278 : TrackStatus=1 +TrackID =1288 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.5184 47.4455 -3.42834 keV -Vertex : -0.406196 -0.29357 -3.12729 m Global time : 11.0983 ns +Original momentum : 63.1791 77.3526 9.94824 keV +Vertex : 0.251403 1.16394 -5.28218 m Global time : 18.3514 ns Current trajectory has 3 points. -Point[0] Position= (-406.196,-293.57,-3127.29) -Point[1] Position= (-406.12,-293.263,-3127.05) -Point[2] Position= (-406.102,-293.27,-3127.06) +Point[0] Position= (251.403,1163.94,-5282.18) +Point[1] Position= (252.398,1164.54,-5282.48) +Point[2] Position= (252.632,1164.49,-5282.4) -TrackID =1309 : ParentID=1278 : TrackStatus=1 +TrackID =1287 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.0019 9.29589 -6.22262 keV -Vertex : -0.365354 -0.264129 -2.81281 m Global time : 9.98231 ns +Original momentum : 36.9496 38.7436 7.37228 keV +Vertex : 0.251086 1.1625 -5.27565 m Global time : 18.3287 ns Current trajectory has 2 points. -Point[0] Position= (-365.354,-264.129,-2812.81) -Point[1] Position= (-365.328,-264.121,-2812.82) +Point[0] Position= (251.086,1162.5,-5275.65) +Point[1] Position= (251.173,1162.59,-5275.63) -TrackID =1308 : ParentID=1278 : TrackStatus=1 +TrackID =1286 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.88639 77.0792 -13.8216 keV -Vertex : -0.354345 -0.256176 -2.72802 m Global time : 9.68139 ns +Original momentum : 17.9306 73.8227 11.1941 keV +Vertex : 0.235285 1.09067 -4.95031 m Global time : 17.1983 ns Current trajectory has 2 points. -Point[0] Position= (-354.345,-256.176,-2728.02) -Point[1] Position= (-354.334,-255.715,-2728.1) +Point[0] Position= (235.285,1090.67,-4950.31) +Point[1] Position= (235.387,1091.09,-4950.24) -TrackID =1307 : ParentID=1278 : TrackStatus=1 +TrackID =1285 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.0032 71.4421 -10.1876 keV -Vertex : -0.345467 -0.249765 -2.65967 m Global time : 9.43883 ns - Current trajectory has 3 points. -Point[0] Position= (-345.467,-249.765,-2659.67) -Point[1] Position= (-345.952,-249.561,-2660.24) -Point[2] Position= (-345.95,-249.562,-2660.24) +Original momentum : 32.124 3.17727 1.19567 keV +Vertex : 0.224615 1.04181 -4.72908 m Global time : 16.4295 ns + Current trajectory has 2 points. +Point[0] Position= (224.615,1041.81,-4729.08) +Point[1] Position= (224.639,1041.81,-4729.08) -TrackID =1306 : ParentID=1278 : TrackStatus=1 +TrackID =1284 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.2317 76.2528 -10.1588 keV -Vertex : -0.34332 -0.248214 -2.64314 m Global time : 9.38017 ns - Current trajectory has 3 points. -Point[0] Position= (-343.32,-248.214,-2643.14) -Point[1] Position= (-344.243,-247.985,-2643.3) -Point[2] Position= (-344.238,-248.033,-2643.28) +Original momentum : -13.2488 38.6897 6.16959 keV +Vertex : 0.222058 1.03016 -4.67631 m Global time : 16.2462 ns + Current trajectory has 2 points. +Point[0] Position= (222.058,1030.16,-4676.31) +Point[1] Position= (222.041,1030.21,-4676.3) -TrackID =1305 : ParentID=1278 : TrackStatus=1 +TrackID =1283 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.90855 -146.59 -7.37819 keV -Vertex : -0.340146 -0.245921 -2.6187 m Global time : 9.29343 ns - Current trajectory has 7 points. -Point[0] Position= (-340.146,-245.921,-2618.7) -Point[1] Position= (-341.816,-248.582,-2619.57) -Point[2] Position= (-341.956,-248.824,-2619.64) -Point[3] Position= (-342.707,-250.86,-2620.02) -Point[4] Position= (-343.092,-251.176,-2619.97) -Point[5] Position= (-344.155,-251.625,-2621.09) -Point[6] Position= (-344.518,-251.685,-2621.18) +Original momentum : 1.17034 -32.3174 -8.2101 keV +Vertex : 0.215145 0.99846 -4.5328 m Global time : 15.7475 ns + Current trajectory has 2 points. +Point[0] Position= (215.145,998.46,-4532.8) +Point[1] Position= (215.146,998.434,-4532.81) + +TrackID =1282 : ParentID=1147 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -18.63 -96.5297 -33.0233 keV +Vertex : 0.203635 0.945442 -4.29249 m Global time : 14.9126 ns + Current trajectory has 4 points. +Point[0] Position= (203.635,945.442,-4292.49) +Point[1] Position= (203.587,945.139,-4292.48) +Point[2] Position= (203.478,944.298,-4292.56) +Point[3] Position= (203.459,944.278,-4292.63) -TrackID =1340 : ParentID=1305 : TrackStatus=1 +TrackID =1335 : ParentID=1282 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.346792 -28.2852 30.3287 keV -Vertex : -0.341956 -0.248824 -2.61964 m Global time : 9.3307 ns +Original momentum : -43.2842 -31.2278 -5.92598 keV +Vertex : 0.203587 0.945139 -4.29248 m Global time : 14.9174 ns Current trajectory has 2 points. -Point[0] Position= (-341.956,-248.824,-2619.64) -Point[1] Position= (-341.955,-248.861,-2619.6) +Point[0] Position= (203.587,945.139,-4292.48) +Point[1] Position= (203.486,945.066,-4292.49) -TrackID =1304 : ParentID=1278 : TrackStatus=1 +TrackID =1281 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -69.5922 49.8223 -3.22003 keV -Vertex : -0.318537 -0.230303 -2.45228 m Global time : 8.70283 ns - Current trajectory has 3 points. -Point[0] Position= (-318.537,-230.303,-2452.28) -Point[1] Position= (-319.646,-230.772,-2452.63) -Point[2] Position= (-319.645,-230.772,-2452.63) +Original momentum : 32.2024 -0.663489 0.340066 keV +Vertex : 0.203252 0.94368 -4.28449 m Global time : 14.8848 ns + Current trajectory has 2 points. +Point[0] Position= (203.252,943.68,-4284.49) +Point[1] Position= (203.275,943.68,-4284.49) -TrackID =1303 : ParentID=1278 : TrackStatus=1 +TrackID =1280 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.6022 109.054 -20.6558 keV -Vertex : -0.308178 -0.222827 -2.37254 m Global time : 8.41984 ns - Current trajectory has 4 points. -Point[0] Position= (-308.178,-222.827,-2372.54) -Point[1] Position= (-308.315,-221.195,-2371.73) -Point[2] Position= (-307.566,-220.693,-2371.54) -Point[3] Position= (-307.56,-220.775,-2371.45) +Original momentum : -203.424 -1.38543 -53.3476 keV +Vertex : 0.200272 0.92998 -4.22233 m Global time : 14.6688 ns + Current trajectory has 11 points. +Point[0] Position= (200.272,929.98,-4222.33) +Point[1] Position= (193.855,931.936,-4227.31) +Point[2] Position= (189.293,931.546,-4232.57) +Point[3] Position= (190.034,926.914,-4235.01) +Point[4] Position= (186.857,925.065,-4236.41) +Point[5] Position= (183.843,923.955,-4236.12) +Point[6] Position= (182.435,922.163,-4237.85) +Point[7] Position= (182.053,919.924,-4237.23) +Point[8] Position= (181.758,919.115,-4238.49) +Point[9] Position= (181.985,919.177,-4238.45) +Point[10] Position= (182.06,919.154,-4238.41) -TrackID =1302 : ParentID=1278 : TrackStatus=1 +TrackID =1336 : ParentID=1280 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 52.3175 21.2939 -12.2606 keV -Vertex : -0.304366 -0.220077 -2.34321 m Global time : 8.31574 ns +Original momentum : -50.14 -9.04221 -7.19527 keV +Vertex : 0.189293 0.931546 -4.23257 m Global time : 14.7919 ns Current trajectory has 2 points. -Point[0] Position= (-304.366,-220.077,-2343.21) -Point[1] Position= (-304.22,-220.018,-2343.24) +Point[0] Position= (189.293,931.546,-4232.57) +Point[1] Position= (189.188,931.527,-4232.59) -TrackID =1301 : ParentID=1278 : TrackStatus=1 +TrackID =1279 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.1239 32.1503 -5.24077 keV -Vertex : -0.300741 -0.217462 -2.3153 m Global time : 8.21672 ns +Original momentum : 15.72 -61.7336 -17.272 keV +Vertex : 0.196196 0.911053 -4.13647 m Global time : 14.3705 ns Current trajectory has 2 points. -Point[0] Position= (-300.741,-217.462,-2315.3) -Point[1] Position= (-300.735,-217.436,-2315.31) +Point[0] Position= (196.196,911.053,-4136.47) +Point[1] Position= (196.257,910.814,-4136.54) -TrackID =1300 : ParentID=1278 : TrackStatus=1 +TrackID =1278 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.8533 5.89804 2.48538 keV -Vertex : -0.292249 -0.211332 -2.24993 m Global time : 7.98471 ns +Original momentum : -6.259 -35.1968 -9.42911 keV +Vertex : 0.185635 0.861823 -3.91269 m Global time : 13.5931 ns Current trajectory has 2 points. -Point[0] Position= (-292.249,-211.332,-2249.93) -Point[1] Position= (-292.273,-211.328,-2249.93) +Point[0] Position= (185.635,861.823,-3912.69) +Point[1] Position= (185.629,861.789,-3912.7) -TrackID =1299 : ParentID=1278 : TrackStatus=1 +TrackID =1277 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 77.389 -0.480363 -16.486 keV -Vertex : -0.288978 -0.208964 -2.22474 m Global time : 7.89533 ns - Current trajectory has 3 points. -Point[0] Position= (-288.978,-208.964,-2224.74) -Point[1] Position= (-288.542,-208.663,-2224.9) -Point[2] Position= (-288.53,-208.651,-2224.86) +Original momentum : 0.854965 35.6437 6.54247 keV +Vertex : 0.180771 0.838993 -3.8089 m Global time : 13.2325 ns + Current trajectory has 2 points. +Point[0] Position= (180.771,838.993,-3808.9) +Point[1] Position= (180.772,839.027,-3808.89) -TrackID =1341 : ParentID=1299 : TrackStatus=1 +TrackID =1276 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.2646 32.0682 -5.58781 keV -Vertex : -0.288542 -0.208663 -2.2249 m Global time : 7.90527 ns +Original momentum : 33.2708 15.4794 3.58968 keV +Vertex : 0.17745 0.823477 -3.73834 m Global time : 12.9874 ns Current trajectory has 2 points. -Point[0] Position= (-288.542,-208.663,-2224.9) -Point[1] Position= (-288.557,-208.633,-2224.9) +Point[0] Position= (177.45,823.477,-3738.34) +Point[1] Position= (177.483,823.492,-3738.34) -TrackID =1298 : ParentID=1278 : TrackStatus=1 +TrackID =1275 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.3742 11.759 -10.3042 keV -Vertex : -0.279437 -0.202063 -2.15132 m Global time : 7.63475 ns +Original momentum : -29.9639 -12.9056 -5.36869 keV +Vertex : 0.173512 0.805208 -3.65523 m Global time : 12.6987 ns Current trajectory has 2 points. -Point[0] Position= (-279.437,-202.063,-2151.32) -Point[1] Position= (-279.332,-202.038,-2151.34) +Point[0] Position= (173.512,805.208,-3655.23) +Point[1] Position= (173.489,805.198,-3655.23) -TrackID =1297 : ParentID=1278 : TrackStatus=1 +TrackID =1274 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.15546 -113.137 -3.09837 keV -Vertex : -0.240971 -0.17422 -1.85502 m Global time : 6.58322 ns - Current trajectory has 5 points. -Point[0] Position= (-240.971,-174.22,-1855.02) -Point[1] Position= (-239.463,-175.622,-1855.36) -Point[2] Position= (-239.729,-177.033,-1856.34) -Point[3] Position= (-239.85,-177.109,-1856.23) -Point[4] Position= (-240.068,-177.11,-1856.18) +Original momentum : 38.3242 -5.73011 -0.970972 keV +Vertex : 0.168785 0.783262 -3.55535 m Global time : 12.3518 ns + Current trajectory has 2 points. +Point[0] Position= (168.785,783.262,-3555.35) +Point[1] Position= (168.827,783.256,-3555.35) -TrackID =1342 : ParentID=1297 : TrackStatus=1 +TrackID =1273 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.56391 -35.0162 16.7129 keV -Vertex : -0.23985 -0.177109 -1.85623 m Global time : 6.62737 ns +Original momentum : 30.9686 15.6094 3.65889 keV +Vertex : 0.167414 0.776918 -3.52647 m Global time : 12.2515 ns Current trajectory has 2 points. -Point[0] Position= (-239.85,-177.109,-1856.23) -Point[1] Position= (-239.846,-177.148,-1856.21) +Point[0] Position= (167.414,776.918,-3526.47) +Point[1] Position= (167.441,776.931,-3526.47) -TrackID =1296 : ParentID=1278 : TrackStatus=1 +TrackID =1272 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -58.5576 58.4862 -5.00411 keV -Vertex : -0.232032 -0.167748 -1.78619 m Global time : 6.33896 ns - Current trajectory has 3 points. -Point[0] Position= (-232.032,-167.748,-1786.19) -Point[1] Position= (-232.087,-167.658,-1786.22) -Point[2] Position= (-232.167,-167.394,-1786.5) +Original momentum : -0.309515 35.579 6.47136 keV +Vertex : 0.166988 0.774946 -3.5175 m Global time : 12.2203 ns + Current trajectory has 2 points. +Point[0] Position= (166.988,774.946,-3517.5) +Point[1] Position= (166.988,774.979,-3517.49) -TrackID =1343 : ParentID=1296 : TrackStatus=1 +TrackID =1271 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.4145 -1.7831 7.06807 keV -Vertex : -0.232087 -0.167658 -1.78622 m Global time : 6.34113 ns +Original momentum : 42.4488 14.1599 3.08098 keV +Vertex : 0.165964 0.770201 -3.4959 m Global time : 12.1453 ns Current trajectory has 2 points. -Point[0] Position= (-232.087,-167.658,-1786.22) -Point[1] Position= (-232.11,-167.659,-1786.21) +Point[0] Position= (165.964,770.201,-3495.9) +Point[1] Position= (166.028,770.222,-3495.89) -TrackID =1295 : ParentID=1278 : TrackStatus=1 +TrackID =1270 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.6833 -44.8524 3.79381 keV -Vertex : -0.229089 -0.165619 -1.76353 m Global time : 6.25854 ns +Original momentum : 19.5788 69.1986 10.7683 keV +Vertex : 0.162691 0.755093 -3.4271 m Global time : 11.9063 ns Current trajectory has 2 points. -Point[0] Position= (-229.089,-165.619,-1763.53) -Point[1] Position= (-229.115,-165.696,-1763.53) +Point[0] Position= (162.691,755.093,-3427.1) +Point[1] Position= (162.788,755.435,-3427.05) -TrackID =1294 : ParentID=1278 : TrackStatus=1 +TrackID =1269 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.4 35.0448 -8.07098 keV -Vertex : -0.210304 -0.152031 -1.61905 m Global time : 5.74579 ns +Original momentum : 31.946 -2.92635 -0.163197 keV +Vertex : 0.159501 0.740399 -3.36021 m Global time : 11.6739 ns Current trajectory has 2 points. -Point[0] Position= (-210.304,-152.031,-1619.05) -Point[1] Position= (-210.274,-151.985,-1619.07) +Point[0] Position= (159.501,740.399,-3360.21) +Point[1] Position= (159.525,740.397,-3360.21) -TrackID =1293 : ParentID=1278 : TrackStatus=1 +TrackID =1268 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.3008 -27.9289 -5.57745 keV -Vertex : -0.200004 -0.144596 -1.53984 m Global time : 5.46465 ns +Original momentum : 11.9992 39.951 7.52532 keV +Vertex : 0.157336 0.730478 -3.31502 m Global time : 11.5169 ns Current trajectory has 2 points. -Point[0] Position= (-200.004,-144.596,-1539.84) -Point[1] Position= (-199.917,-144.653,-1539.85) +Point[0] Position= (157.336,730.478,-3315.02) +Point[1] Position= (157.352,730.531,-3315.01) -TrackID =1292 : ParentID=1278 : TrackStatus=1 +TrackID =1267 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -40.2614 10.4835 2.44473 keV -Vertex : -0.179787 -0.129991 -1.38425 m Global time : 4.91251 ns +Original momentum : -4.00134 32.8863 5.86996 keV +Vertex : 0.150814 0.700776 -3.17978 m Global time : 11.0471 ns Current trajectory has 2 points. -Point[0] Position= (-179.787,-129.991,-1384.25) -Point[1] Position= (-179.839,-129.977,-1384.25) +Point[0] Position= (150.814,700.776,-3179.78) +Point[1] Position= (150.811,700.803,-3179.77) -TrackID =1291 : ParentID=1278 : TrackStatus=1 +TrackID =1266 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.461 38.7585 -2.01829 keV -Vertex : -0.168475 -0.121811 -1.29715 m Global time : 4.60338 ns +Original momentum : 31.1295 46.0855 8.40418 keV +Vertex : 0.145112 0.67484 -3.06166 m Global time : 10.6368 ns Current trajectory has 2 points. -Point[0] Position= (-168.475,-121.811,-1297.15) -Point[1] Position= (-168.545,-121.73,-1297.15) +Point[0] Position= (145.112,674.84,-3061.66) +Point[1] Position= (145.194,674.96,-3061.64) -TrackID =1290 : ParentID=1278 : TrackStatus=1 +TrackID =1265 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -48.2887 11.0424 2.68147 keV -Vertex : -0.165418 -0.119602 -1.27361 m Global time : 4.51986 ns - Current trajectory has 2 points. -Point[0] Position= (-165.418,-119.602,-1273.61) -Point[1] Position= (-165.511,-119.581,-1273.61) +Original momentum : -215.574 -9.4032 -61.4324 keV +Vertex : 0.14401 0.669811 -3.03877 m Global time : 10.5573 ns + Current trajectory has 12 points. +Point[0] Position= (144.01,669.811,-3038.77) +Point[1] Position= (136.196,668.003,-3044.17) +Point[2] Position= (134.094,667.444,-3046.74) +Point[3] Position= (132.119,667.18,-3047.82) +Point[4] Position= (131.312,668.179,-3048.61) +Point[5] Position= (129.099,672.427,-3052.25) +Point[6] Position= (125.957,676.429,-3053) +Point[7] Position= (125.747,679.244,-3055.08) +Point[8] Position= (128.827,679.662,-3055.05) +Point[9] Position= (128.674,681.985,-3054.66) +Point[10] Position= (128.586,682.7,-3053.39) +Point[11] Position= (128.385,682.638,-3053.05) -TrackID =1289 : ParentID=1278 : TrackStatus=1 +TrackID =1340 : ParentID=1265 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -76.341 -24.4211 5.53068 keV -Vertex : -0.158449 -0.114566 -1.21995 m Global time : 4.32943 ns +Original momentum : -20.5342 27.7888 2.0385 keV +Vertex : 0.125747 0.679244 -3.05508 m Global time : 10.8241 ns Current trajectory has 2 points. -Point[0] Position= (-158.449,-114.566,-1219.95) -Point[1] Position= (-158.935,-114.722,-1219.92) +Point[0] Position= (125.747,679.244,-3055.08) +Point[1] Position= (125.73,679.268,-3055.08) -TrackID =1288 : ParentID=1278 : TrackStatus=1 +TrackID =1339 : ParentID=1265 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.4732 32.4665 -2.90506 keV -Vertex : -0.153904 -0.111282 -1.18495 m Global time : 4.2052 ns +Original momentum : 25.4332 26.7182 0.0761349 keV +Vertex : 0.131312 0.668179 -3.04861 m Global time : 10.6948 ns Current trajectory has 2 points. -Point[0] Position= (-153.904,-111.282,-1184.95) -Point[1] Position= (-153.913,-111.255,-1184.95) +Point[0] Position= (131.312,668.179,-3048.61) +Point[1] Position= (131.337,668.205,-3048.61) -TrackID =1287 : ParentID=1278 : TrackStatus=1 +TrackID =1338 : ParentID=1265 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.2398 -1.56745 -8.38237 keV -Vertex : -0.14216 -0.102797 -1.09452 m Global time : 3.88429 ns +Original momentum : -4.54807 -25.4344 -24.2547 keV +Vertex : 0.132119 0.66718 -3.04782 m Global time : 10.6811 ns Current trajectory has 2 points. -Point[0] Position= (-142.16,-102.797,-1094.52) -Point[1] Position= (-142.076,-102.8,-1094.54) +Point[0] Position= (132.119,667.18,-3047.82) +Point[1] Position= (132.115,667.157,-3047.84) -TrackID =1286 : ParentID=1278 : TrackStatus=1 +TrackID =1337 : ParentID=1265 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.6204 21.4777 -6.36594 keV -Vertex : -0.141717 -0.102477 -1.09111 m Global time : 3.8722 ns +Original momentum : 15.0222 7.36144 -27.7366 keV +Vertex : 0.134094 0.667444 -3.04674 m Global time : 10.6611 ns Current trajectory has 2 points. -Point[0] Position= (-141.717,-102.477,-1091.11) -Point[1] Position= (-141.698,-102.46,-1091.12) +Point[0] Position= (134.094,667.444,-3046.74) +Point[1] Position= (134.105,667.449,-3046.76) -TrackID =1285 : ParentID=1278 : TrackStatus=1 +TrackID =1264 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.32904 33.7279 -3.2379 keV -Vertex : -0.133554 -0.0965769 -1.02827 m Global time : 3.64918 ns +Original momentum : -34.9498 -57.3662 -19.2274 keV +Vertex : 0.138558 0.644712 -2.92455 m Global time : 10.1605 ns Current trajectory has 2 points. -Point[0] Position= (-133.554,-96.5769,-1028.27) -Point[1] Position= (-133.562,-96.5471,-1028.27) +Point[0] Position= (138.558,644.712,-2924.55) +Point[1] Position= (138.401,644.455,-2924.64) -TrackID =1284 : ParentID=1278 : TrackStatus=1 +TrackID =1263 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 77.1391 1.68514 -16.6257 keV -Vertex : -0.130102 -0.0940833 -1.0017 m Global time : 3.55488 ns - Current trajectory has 2 points. -Point[0] Position= (-130.102,-94.0833,-1001.7) -Point[1] Position= (-129.632,-94.0731,-1001.8) +Original momentum : -7.89806 85.4445 10.8332 keV +Vertex : 0.136416 0.634823 -2.87956 m Global time : 10.0042 ns + Current trajectory has 3 points. +Point[0] Position= (136.416,634.823,-2879.56) +Point[1] Position= (135.25,635.394,-2879.62) +Point[2] Position= (135.238,635.421,-2879.61) -TrackID =1283 : ParentID=1278 : TrackStatus=1 +TrackID =1262 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -46.9652 -9.2656 4.56895 keV -Vertex : -9.25759 -6.69682 -71.2834 cm Global time : 2.52974 ns +Original momentum : -29.5651 37.2805 4.45997 keV +Vertex : 0.129517 0.602956 -2.73446 m Global time : 9.50022 ns Current trajectory has 2 points. -Point[0] Position= (-92.5759,-66.9682,-712.834) -Point[1] Position= (-92.6599,-66.9848,-712.826) +Point[0] Position= (129.517,602.956,-2734.46) +Point[1] Position= (129.465,603.021,-2734.45) -TrackID =1282 : ParentID=1278 : TrackStatus=1 +TrackID =1261 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.5747 -5.93481 -8.54622 keV -Vertex : -8.67691 -6.27727 -66.812 cm Global time : 2.37106 ns +Original momentum : 37.6149 10.6757 2.57009 keV +Vertex : 0.127559 0.593885 -2.69318 m Global time : 9.35681 ns Current trajectory has 2 points. -Point[0] Position= (-86.7691,-62.7727,-668.12) -Point[1] Position= (-86.6687,-62.7847,-668.138) +Point[0] Position= (127.559,593.885,-2693.18) +Point[1] Position= (127.601,593.897,-2693.18) -TrackID =1281 : ParentID=1278 : TrackStatus=1 +TrackID =1260 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.4681 37.6524 -6.52709 keV -Vertex : -5.31581 -3.84833 -40.9383 cm Global time : 1.45284 ns +Original momentum : -38.3957 15.3865 -0.182315 keV +Vertex : 0.125311 0.583496 -2.64592 m Global time : 9.19263 ns Current trajectory has 2 points. -Point[0] Position= (-53.1581,-38.4833,-409.383) -Point[1] Position= (-53.146,-38.4399,-409.39) +Point[0] Position= (125.311,583.496,-2645.92) +Point[1] Position= (125.262,583.515,-2645.92) -TrackID =1280 : ParentID=1278 : TrackStatus=1 +TrackID =1259 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -85.1442 17.4202 1.60898 keV -Vertex : -4.19159 -3.0345 -32.2802 cm Global time : 1.14558 ns - Current trajectory has 3 points. -Point[0] Position= (-41.9159,-30.345,-322.802) -Point[1] Position= (-42.4943,-29.7249,-323.698) -Point[2] Position= (-42.4943,-29.7251,-323.698) +Original momentum : 11.0705 -31.6245 -7.63079 keV +Vertex : 0.125246 0.583199 -2.64457 m Global time : 9.18794 ns + Current trajectory has 2 points. +Point[0] Position= (125.246,583.199,-2644.57) +Point[1] Position= (125.256,583.172,-2644.57) -TrackID =1279 : ParentID=1278 : TrackStatus=1 +TrackID =1258 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.7295 1.5852 -7.21981 keV -Vertex : -0.990114 -0.716179 -7.62413 mm Global time : 27.0568 ps +Original momentum : -57.4805 -6.18132 -7.54684 keV +Vertex : 0.1221 0.568667 -2.57849 m Global time : 8.95838 ns Current trajectory has 2 points. -Point[0] Position= (-0.990114,-0.716179,-7.62413) -Point[1] Position= (-0.938387,-0.714166,-7.6333) - -TrackID =1277 : ParentID=48 : TrackStatus=1 -Particle name : pi- PDG code : -211 Charge : -1 -Original momentum : 35.3514 166.978 -757.914 MeV -Vertex : -8.00666e-295 -2.05077e-295 6.69946e-294 fm Global time : 8.69392e-305 ps - Current trajectory has 70 points. -Point[0] Position= (-8.00666e-307,-2.05077e-307,6.69946e-306) -Point[1] Position= (4.2245,20.0156,-90.8308) -Point[2] Position= (5.11499,24.2536,-110.095) -Point[3] Position= (7.34522,34.8057,-158.061) -Point[4] Position= (16.8736,80.1114,-363.983) -Point[5] Position= (17.5391,83.2496,-378.251) -Point[6] Position= (21.7628,103.085,-468.436) -Point[7] Position= (23.8617,112.874,-513.004) -Point[8] Position= (30.1404,142.15,-646.425) -Point[9] Position= (32.5188,153.327,-697.332) -Point[10] Position= (39.0751,184.048,-837.205) -Point[11] Position= (41.5406,195.638,-890.034) -Point[12] Position= (43.4403,204.568,-930.614) -Point[13] Position= (44.0631,207.524,-944.067) -Point[14] Position= (44.4927,209.561,-953.35) -Point[15] Position= (44.5125,209.655,-953.778) -Point[16] Position= (46.6538,219.8,-1000) -Point[17] Position= (52.8798,249.347,-1134.53) -Point[18] Position= (57.7205,271.979,-1237.71) -Point[19] Position= (71.9959,338.547,-1541.19) -Point[20] Position= (73.4658,345.495,-1572.87) -Point[21] Position= (82.7302,389.348,-1773.16) -Point[22] Position= (83.9702,395.19,-1799.76) -Point[23] Position= (96.2887,453.153,-2063.45) -Point[24] Position= (101.643,478.335,-2178.02) -Point[25] Position= (102.167,480.795,-2189.19) -Point[26] Position= (109.478,515.22,-2345.59) -Point[27] Position= (109.483,515.243,-2345.69) -Point[28] Position= (115.573,543.934,-2476) -Point[29] Position= (115.859,545.278,-2482.11) -Point[30] Position= (117.227,551.712,-2511.33) -Point[31] Position= (122.772,577.936,-2630.41) -Point[32] Position= (123.892,583.198,-2654.31) -Point[33] Position= (131.5,618.756,-2815.54) -Point[34] Position= (136.196,640.898,-2915.55) -Point[35] Position= (145.312,683.97,-3109.9) -Point[36] Position= (158.676,747.146,-3396.18) -Point[37] Position= (164.61,775.069,-3522.78) -Point[38] Position= (165.65,779.961,-3544.96) -Point[39] Position= (168.149,791.695,-3598.15) -Point[40] Position= (170.162,801.094,-3640.93) -Point[41] Position= (173.22,815.429,-3706.4) -Point[42] Position= (174.258,820.32,-3728.75) -Point[43] Position= (178.98,842.559,-3830.46) -Point[44] Position= (179.757,846.221,-3847.22) -Point[45] Position= (185.078,871.287,-3961.92) -Point[46] Position= (186.327,877.19,-3988.93) -Point[47] Position= (192.726,907.315,-4126.85) -Point[48] Position= (193.475,910.839,-4142.98) -Point[49] Position= (194.844,917.258,-4172.37) -Point[50] Position= (194.933,917.674,-4174.28) -Point[51] Position= (195.941,922.389,-4195.9) -Point[52] Position= (206.06,970.132,-4414.37) -Point[53] Position= (214.423,1009.58,-4595.38) -Point[54] Position= (226.47,1066.43,-4854.75) -Point[55] Position= (233.306,1099.21,-5004.39) -Point[56] Position= (235.988,1112.24,-5063.92) -Point[57] Position= (248.528,1174.02,-5346.07) -Point[58] Position= (251.323,1187.94,-5409.69) -Point[59] Position= (251.329,1187.97,-5409.82) -Point[60] Position= (257.313,1217.79,-5546.24) -Point[61] Position= (258.564,1224.11,-5575.3) -Point[62] Position= (259.305,1227.88,-5592.58) -Point[63] Position= (259.637,1229.55,-5600.27) -Point[64] Position= (260.455,1233.69,-5619.26) -Point[65] Position= (265.94,1261.45,-5746.67) -Point[66] Position= (268.787,1275.9,-5813.01) -Point[67] Position= (272.577,1295.19,-5901.72) -Point[68] Position= (273.205,1298.4,-5916.47) -Point[69] Position= (276.76,1316.55,-6000) - -TrackID =1407 : ParentID=1277 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.29968 -37.1041 -9.42286 keV -Vertex : 0.273205 1.2984 -5.91647 m Global time : 20.551 ns - Current trajectory has 2 points. -Point[0] Position= (273.205,1298.4,-5916.47) -Point[1] Position= (273.209,1298.36,-5916.48) - -TrackID =1406 : ParentID=1277 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 87.1426 -18.9756 -8.51746 keV -Vertex : 0.272577 1.29519 -5.90172 m Global time : 20.4998 ns - Current trajectory has 3 points. -Point[0] Position= (272.577,1295.19,-5901.72) -Point[1] Position= (273.21,1294.46,-5901.46) -Point[2] Position= (273.173,1294.46,-5901.46) +Point[0] Position= (122.1,568.667,-2578.49) +Point[1] Position= (121.936,568.649,-2578.51) -TrackID =1405 : ParentID=1277 : TrackStatus=1 +TrackID =1257 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.208 -9.77944 -5.13901 keV -Vertex : 0.268787 1.2759 -5.81301 m Global time : 20.1919 ns +Original momentum : 49.7651 -25.6647 -6.50366 keV +Vertex : 0.1214 0.565427 -2.56375 m Global time : 8.9072 ns Current trajectory has 2 points. -Point[0] Position= (268.787,1275.9,-5813.01) -Point[1] Position= (268.749,1275.89,-5813.01) +Point[0] Position= (121.4,565.427,-2563.75) +Point[1] Position= (121.531,565.359,-2563.77) -TrackID =1404 : ParentID=1277 : TrackStatus=1 +TrackID =1256 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.0319 -31.8282 -7.61595 keV -Vertex : 0.26594 1.26145 -5.74667 m Global time : 19.9615 ns +Original momentum : 14.0164 43.246 8.01363 keV +Vertex : 0.120935 0.563279 -2.55399 m Global time : 8.87327 ns Current trajectory has 2 points. -Point[0] Position= (265.94,1261.45,-5746.67) -Point[1] Position= (265.952,1261.43,-5746.67) +Point[0] Position= (120.935,563.279,-2553.99) +Point[1] Position= (120.957,563.349,-2553.97) -TrackID =1403 : ParentID=1277 : TrackStatus=1 +TrackID =1255 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.0438 -41.8814 -10.5858 keV -Vertex : 0.260455 1.23369 -5.61926 m Global time : 19.5192 ns +Original momentum : 124.202 37.109 -2.7253 keV +Vertex : 0.117079 0.545539 -2.47337 m Global time : 8.5932 ns + Current trajectory has 4 points. +Point[0] Position= (117.079,545.539,-2473.37) +Point[1] Position= (118.455,546.063,-2473.16) +Point[2] Position= (119.402,546.83,-2471.73) +Point[3] Position= (119.581,546.967,-2471.68) + +TrackID =1341 : ParentID=1255 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -5.38937 37.1745 12.2826 keV +Vertex : 0.118455 0.546063 -2.47316 m Global time : 8.61304 ns Current trajectory has 2 points. -Point[0] Position= (260.455,1233.69,-5619.26) -Point[1] Position= (260.484,1233.62,-5619.28) +Point[0] Position= (118.455,546.063,-2473.16) +Point[1] Position= (118.448,546.105,-2473.14) -TrackID =1402 : ParentID=1277 : TrackStatus=1 +TrackID =1254 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -48.3584 -16.8785 -8.49849 keV -Vertex : 0.259637 1.22955 -5.60027 m Global time : 19.4533 ns +Original momentum : -9.2222 54.6199 8.3974 keV +Vertex : 0.109174 0.509326 -2.30882 m Global time : 8.02153 ns Current trajectory has 2 points. -Point[0] Position= (259.637,1229.55,-5600.27) -Point[1] Position= (259.533,1229.52,-5600.28) +Point[0] Position= (109.174,509.326,-2308.82) +Point[1] Position= (109.151,509.467,-2308.79) -TrackID =1401 : ParentID=1277 : TrackStatus=1 +TrackID =1253 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.2314 -5.31709 -3.53878 keV -Vertex : 0.259305 1.22788 -5.59258 m Global time : 19.4266 ns +Original momentum : -0.835357 54.0002 8.81608 keV +Vertex : 0.10238 0.477892 -2.16605 m Global time : 7.52554 ns Current trajectory has 2 points. -Point[0] Position= (259.305,1227.88,-5592.58) -Point[1] Position= (259.283,1227.87,-5592.58) +Point[0] Position= (102.38,477.892,-2166.05) +Point[1] Position= (102.378,478.023,-2166.03) -TrackID =1400 : ParentID=1277 : TrackStatus=1 +TrackID =1252 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.733 13.9032 3.11314 keV -Vertex : 0.258564 1.22411 -5.5753 m Global time : 19.3666 ns +Original momentum : 40.7284 -5.09648 -0.892466 keV +Vertex : 0.0999851 0.466819 -2.11581 m Global time : 7.35101 ns Current trajectory has 2 points. -Point[0] Position= (258.564,1224.11,-5575.3) -Point[1] Position= (258.597,1224.13,-5575.3) +Point[0] Position= (99.9851,466.819,-2115.81) +Point[1] Position= (100.036,466.813,-2115.81) -TrackID =1399 : ParentID=1277 : TrackStatus=1 +TrackID =1251 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.9161 -78.5785 -23.4665 keV -Vertex : 0.257313 1.21779 -5.54624 m Global time : 19.2657 ns +Original momentum : -38.5315 -84.9079 -30.2212 keV +Vertex : 0.0916223 0.428068 -1.93992 m Global time : 6.73995 ns Current trajectory has 3 points. -Point[0] Position= (257.313,1217.79,-5546.24) -Point[1] Position= (257.828,1217.09,-5545.67) -Point[2] Position= (257.831,1217.02,-5545.64) +Point[0] Position= (91.6223,428.068,-1939.92) +Point[1] Position= (91.2148,427.705,-1939.95) +Point[2] Position= (90.9316,427.811,-1940.12) -TrackID =1408 : ParentID=1399 : TrackStatus=1 +TrackID =1342 : ParentID=1251 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.6596 3.93727 15.6201 keV -Vertex : 0.257828 1.21709 -5.54567 m Global time : 19.2786 ns +Original momentum : -17.9147 -52.7829 -3.51097 keV +Vertex : 0.0912148 0.427705 -1.93995 m Global time : 6.74847 ns Current trajectory has 2 points. -Point[0] Position= (257.828,1217.09,-5545.67) -Point[1] Position= (257.8,1217.09,-5545.65) +Point[0] Position= (91.2148,427.705,-1939.95) +Point[1] Position= (91.1688,427.57,-1939.95) -TrackID =1398 : ParentID=1277 : TrackStatus=1 +TrackID =1250 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.6883 -11.3105 -2.22474 keV -Vertex : 0.251329 1.18797 -5.40982 m Global time : 18.792 ns +Original momentum : -12.4989 -35.7194 -10.0235 keV +Vertex : 0.082243 0.384626 -1.74275 m Global time : 6.05492 ns Current trajectory has 2 points. -Point[0] Position= (251.329,1187.97,-5409.82) -Point[1] Position= (251.352,1187.96,-5409.82) +Point[0] Position= (82.243,384.626,-1742.75) +Point[1] Position= (82.229,384.586,-1742.76) -TrackID =1397 : ParentID=1277 : TrackStatus=1 +TrackID =1249 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.7582 28.3813 5.75699 keV -Vertex : 0.251323 1.18794 -5.40969 m Global time : 18.7905 ns +Original momentum : -35.4706 45.8061 5.00221 keV +Vertex : 0.07614 0.356239 -1.61408 m Global time : 5.60789 ns Current trajectory has 2 points. -Point[0] Position= (251.323,1187.94,-5409.69) -Point[1] Position= (251.361,1187.98,-5409.69) +Point[0] Position= (76.14,356.239,-1614.08) +Point[1] Position= (76.0395,356.369,-1614.07) -TrackID =1396 : ParentID=1277 : TrackStatus=1 +TrackID =1248 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 51.8607 -15.5517 -4.11657 keV -Vertex : 0.248528 1.17402 -5.34607 m Global time : 18.5696 ns +Original momentum : 21.9256 -26.3733 -6.01038 keV +Vertex : 0.069478 0.325116 -1.47309 m Global time : 5.11802 ns Current trajectory has 2 points. -Point[0] Position= (248.528,1174.02,-5346.07) -Point[1] Position= (248.652,1173.98,-5346.08) +Point[0] Position= (69.478,325.116,-1473.09) +Point[1] Position= (69.497,325.093,-1473.09) -TrackID =1395 : ParentID=1277 : TrackStatus=1 +TrackID =1247 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.7752 35.882 6.64636 keV -Vertex : 0.235988 1.11224 -5.06392 m Global time : 17.5897 ns +Original momentum : 72.7103 -3.77525 -2.78667 keV +Vertex : 0.0660899 0.309282 -1.40129 m Global time : 4.86859 ns Current trajectory has 2 points. -Point[0] Position= (235.988,1112.24,-5063.92) -Point[1] Position= (235.991,1112.28,-5063.92) +Point[0] Position= (66.0899,309.282,-1401.29) +Point[1] Position= (66.4514,309.263,-1401.31) -TrackID =1394 : ParentID=1277 : TrackStatus=1 +TrackID =1246 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.195 14.5773 3.38359 keV -Vertex : 0.233306 1.09921 -5.00439 m Global time : 17.383 ns +Original momentum : -26.3694 -32.7742 -10.3965 keV +Vertex : 0.0606306 0.283898 -1.28626 m Global time : 4.46893 ns Current trajectory has 2 points. -Point[0] Position= (233.306,1099.21,-5004.39) -Point[1] Position= (233.333,1099.23,-5004.38) +Point[0] Position= (60.6306,283.898,-1286.26) +Point[1] Position= (60.5935,283.852,-1286.28) -TrackID =1393 : ParentID=1277 : TrackStatus=1 +TrackID =1245 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.13425 -38.3042 -10.2412 keV -Vertex : 0.22647 1.06643 -4.85475 m Global time : 16.8633 ns +Original momentum : -7.46854 77.7368 10.5244 keV +Vertex : 0.0585323 0.274105 -1.2419 m Global time : 4.31481 ns Current trajectory has 2 points. -Point[0] Position= (226.47,1066.43,-4854.75) -Point[1] Position= (226.464,1066.38,-4854.76) +Point[0] Position= (58.5323,274.105,-1241.9) +Point[1] Position= (58.487,274.576,-1241.84) -TrackID =1392 : ParentID=1277 : TrackStatus=1 +TrackID =1244 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.4083 -11.8246 -2.55475 keV -Vertex : 0.214423 1.00958 -4.59538 m Global time : 15.9624 ns +Original momentum : -4.71648 -35.6121 -9.49558 keV +Vertex : 0.0583145 0.273087 -1.2373 m Global time : 4.2988 ns Current trajectory has 2 points. -Point[0] Position= (214.423,1009.58,-4595.38) -Point[1] Position= (214.481,1009.56,-4595.38) +Point[0] Position= (58.3145,273.087,-1237.3) +Point[1] Position= (58.3098,273.051,-1237.31) -TrackID =1391 : ParentID=1277 : TrackStatus=1 +TrackID =1243 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.6965 -20.4038 -4.69395 keV -Vertex : 0.20606 0.970132 -4.41437 m Global time : 15.3339 ns - Current trajectory has 2 points. -Point[0] Position= (206.06,970.132,-4414.37) -Point[1] Position= (206.125,970.099,-4414.38) +Original momentum : 91.4099 19.2667 -0.254218 keV +Vertex : 0.0532018 0.24909 -1.12876 m Global time : 3.92168 ns + Current trajectory has 3 points. +Point[0] Position= (53.2018,249.09,-1128.76) +Point[1] Position= (54.0555,249.201,-1127.43) +Point[2] Position= (54.1967,249.221,-1127.4) -TrackID =1390 : ParentID=1277 : TrackStatus=1 +TrackID =1242 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.3573 18.9533 1.41782 keV -Vertex : 0.195941 0.922389 -4.1959 m Global time : 14.5752 ns +Original momentum : 6.74051 44.6892 8.04996 keV +Vertex : 0.0476584 0.222749 -1.00957 m Global time : 3.50755 ns Current trajectory has 2 points. -Point[0] Position= (195.941,922.389,-4195.9) -Point[1] Position= (195.913,922.406,-4195.9) +Point[0] Position= (47.6584,222.749,-1009.57) +Point[1] Position= (47.6692,222.821,-1009.56) -TrackID =1389 : ParentID=1277 : TrackStatus=1 +TrackID =1241 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.25801 54.6962 8.37 keV -Vertex : 0.194933 0.917674 -4.17428 m Global time : 14.5001 ns - Current trajectory has 2 points. -Point[0] Position= (194.933,917.674,-4174.28) -Point[1] Position= (194.911,917.815,-4174.25) +Original momentum : 203.412 -18.394 -36.7434 keV +Vertex : 4.09588 19.1049 -86.6001 cm Global time : 3.00874 ns + Current trajectory has 10 points. +Point[0] Position= (40.9588,191.049,-866.001) +Point[1] Position= (48.553,189.74,-863.783) +Point[2] Position= (53.0681,189.822,-860.621) +Point[3] Position= (54.1551,187.6,-860.379) +Point[4] Position= (52.731,185.401,-860.414) +Point[5] Position= (52.6529,185.045,-861.391) +Point[6] Position= (52.6702,184.711,-861.707) +Point[7] Position= (53.3701,183.481,-862.632) +Point[8] Position= (53.8581,182.26,-862.103) +Point[9] Position= (53.6479,182.215,-862.038) -TrackID =1388 : ParentID=1277 : TrackStatus=1 +TrackID =1346 : ParentID=1241 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.7551 29.9713 6.05494 keV -Vertex : 0.194844 0.917258 -4.17237 m Global time : 14.4935 ns +Original momentum : -31.7433 -4.94378 6.11236 keV +Vertex : 5.26702 18.4711 -86.1707 cm Global time : 3.19316 ns Current trajectory has 2 points. -Point[0] Position= (194.844,917.258,-4172.37) -Point[1] Position= (194.856,917.282,-4172.36) +Point[0] Position= (52.6702,184.711,-861.707) +Point[1] Position= (52.6462,184.707,-861.702) -TrackID =1387 : ParentID=1277 : TrackStatus=1 +TrackID =1345 : ParentID=1241 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.67112 -34.6811 -8.75966 keV -Vertex : 0.193475 0.910839 -4.14298 m Global time : 14.3915 ns +Original momentum : 4.78799 29.2648 -36.4507 keV +Vertex : 5.26529 18.5045 -86.1391 cm Global time : 3.18685 ns Current trajectory has 2 points. -Point[0] Position= (193.475,910.839,-4142.98) -Point[1] Position= (193.477,910.807,-4142.99) +Point[0] Position= (52.6529,185.045,-861.391) +Point[1] Position= (52.661,185.094,-861.453) -TrackID =1386 : ParentID=1277 : TrackStatus=1 +TrackID =1344 : ParentID=1241 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.7316 -29.6364 -7.00482 keV -Vertex : 0.192726 0.907315 -4.12685 m Global time : 14.3354 ns +Original momentum : -30.9012 -16.6259 12.6668 keV +Vertex : 5.2731 18.5401 -86.0414 cm Global time : 3.17418 ns Current trajectory has 2 points. -Point[0] Position= (192.726,907.315,-4126.85) -Point[1] Position= (192.779,907.269,-4126.86) +Point[0] Position= (52.731,185.401,-860.414) +Point[1] Position= (52.6999,185.384,-860.401) -TrackID =1385 : ParentID=1277 : TrackStatus=1 +TrackID =1343 : ParentID=1241 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.2579 -7.26187 -4.09738 keV -Vertex : 0.186327 0.87719 -3.98893 m Global time : 13.8565 ns +Original momentum : -2.99932 -7.38544 -34.1254 keV +Vertex : 5.41551 18.76 -86.0379 cm Global time : 3.14767 ns Current trajectory has 2 points. -Point[0] Position= (186.327,877.19,-3988.93) -Point[1] Position= (186.304,877.185,-3988.94) +Point[0] Position= (54.1551,187.6,-860.379) +Point[1] Position= (54.1524,187.593,-860.409) -TrackID =1384 : ParentID=1277 : TrackStatus=1 +TrackID =1240 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.7814 32.0239 6.11695 keV -Vertex : 0.185078 0.871287 -3.96192 m Global time : 13.7627 ns +Original momentum : 62.9266 41.04 6.28688 keV +Vertex : 3.91269 18.2448 -82.7103 cm Global time : 2.87358 ns Current trajectory has 2 points. -Point[0] Position= (185.078,871.287,-3961.92) -Point[1] Position= (185.166,871.357,-3961.91) +Point[0] Position= (39.1269,182.448,-827.103) +Point[1] Position= (39.4681,182.67,-827.068) -TrackID =1383 : ParentID=1277 : TrackStatus=1 +TrackID =1239 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.5297 -39.9088 -13.4488 keV -Vertex : 0.179757 0.846221 -3.84722 m Global time : 13.3643 ns +Original momentum : -4.93077 -41.1698 -11.2036 keV +Vertex : 3.2804 15.2758 -69.2837 cm Global time : 2.40706 ns Current trajectory has 2 points. -Point[0] Position= (179.757,846.221,-3847.22) -Point[1] Position= (179.669,846.122,-3847.25) +Point[0] Position= (32.804,152.758,-692.837) +Point[1] Position= (32.7972,152.701,-692.853) -TrackID =1382 : ParentID=1277 : TrackStatus=1 +TrackID =1238 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.561 32.633 5.41382 keV -Vertex : 0.17898 0.842559 -3.83046 m Global time : 13.3062 ns +Original momentum : 44.9425 11.9595 2.5614 keV +Vertex : 3.1504 14.6666 -66.5257 cm Global time : 2.31123 ns Current trajectory has 2 points. -Point[0] Position= (178.98,842.559,-3830.46) -Point[1] Position= (178.971,842.587,-3830.45) +Point[0] Position= (31.504,146.666,-665.257) +Point[1] Position= (31.5786,146.685,-665.253) -TrackID =1381 : ParentID=1277 : TrackStatus=1 +TrackID =1237 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.4203 18.2149 4.13674 keV -Vertex : 0.174258 0.82032 -3.72875 m Global time : 12.953 ns +Original momentum : 72.5153 -12.3009 -4.75524 keV +Vertex : 2.43155 11.3388 -51.4491 cm Global time : 1.78741 ns Current trajectory has 2 points. -Point[0] Position= (174.258,820.32,-3728.75) -Point[1] Position= (174.279,820.334,-3728.75) +Point[0] Position= (24.3155,113.388,-514.491) +Point[1] Position= (24.6867,113.325,-514.516) -TrackID =1380 : ParentID=1277 : TrackStatus=1 +TrackID =1236 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.2048 -11.5606 -5.02243 keV -Vertex : 0.17322 0.815429 -3.7064 m Global time : 12.8753 ns +Original momentum : -15.7688 27.7895 4.31328 keV +Vertex : 2.0468 9.56254 -43.3879 cm Global time : 1.50735 ns Current trajectory has 2 points. -Point[0] Position= (173.22,815.429,-3706.4) -Point[1] Position= (173.197,815.42,-3706.41) +Point[0] Position= (20.468,95.6254,-433.879) +Point[1] Position= (20.4564,95.6458,-433.876) -TrackID =1379 : ParentID=1277 : TrackStatus=1 +TrackID =1235 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.7108 35.0232 6.58455 keV -Vertex : 0.170162 0.801094 -3.64093 m Global time : 12.6479 ns +Original momentum : -46.1681 35.9616 2.2721 keV +Vertex : 1.05027 4.93122 -22.3813 cm Global time : 777.532 ps Current trajectory has 2 points. -Point[0] Position= (170.162,801.094,-3640.93) -Point[1] Position= (170.166,801.127,-3640.92) +Point[0] Position= (10.5027,49.3122,-223.813) +Point[1] Position= (10.3696,49.4158,-223.807) -TrackID =1378 : ParentID=1277 : TrackStatus=1 +TrackID =1234 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.25751 35.5401 5.99144 keV -Vertex : 0.168149 0.791695 -3.59815 m Global time : 12.4993 ns +Original momentum : 33.2106 45.0626 8.23642 keV +Vertex : 0.36848 1.73846 -7.89128 cm Global time : 274.14 ps Current trajectory has 2 points. -Point[0] Position= (168.149,791.695,-3598.15) -Point[1] Position= (168.14,791.73,-3598.15) +Point[0] Position= (3.6848,17.3846,-78.9128) +Point[1] Position= (3.77277,17.5039,-78.8909) -TrackID =1377 : ParentID=1277 : TrackStatus=1 +TrackID =1233 : ParentID=1147 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.2529 -21.6518 -4.73704 keV -Vertex : 0.16565 0.779961 -3.54496 m Global time : 12.3145 ns +Original momentum : -63.0243 -15.347 -10.7165 keV +Vertex : 0.305466 1.44172 -6.54505 cm Global time : 227.371 ps Current trajectory has 2 points. -Point[0] Position= (165.65,779.961,-3544.96) -Point[1] Position= (165.669,779.944,-3544.96) +Point[0] Position= (3.05466,14.4172,-65.4505) +Point[1] Position= (2.81278,14.3583,-65.4916) -TrackID =1376 : ParentID=1277 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.11227 -41.869 -11.6675 keV -Vertex : 0.16461 0.775069 -3.52278 m Global time : 12.2375 ns +TrackID =47 : ParentID=45 : TrackStatus=1 +Particle name : unknown : rho0 PDG code : 113 Charge : 0 +Original momentum : 0.871882 -0.432666 -5.95473 GeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps Current trajectory has 2 points. -Point[0] Position= (164.61,775.069,-3522.78) -Point[1] Position= (164.597,775.006,-3522.8) +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (7.8125e-307,-4.94508e-307,6.75545e-306) + +TrackID =1348 : ParentID=47 : TrackStatus=1 +Particle name : pi+ PDG code : 211 Charge : 1 +Original momentum : 0.486449 -0.0335947 -3.67511 GeV +Vertex : 7.8125e-295 -4.94508e-295 6.75545e-294 fm Global time : 8.63132e-305 ps + Current trajectory has 51 points. +Point[0] Position= (7.8125e-307,-4.94508e-307,6.75545e-306) +Point[1] Position= (4.98178,-0.344573,-37.6428) +Point[2] Position= (20.6791,-1.43203,-156.242) +Point[3] Position= (26.1899,-1.81551,-197.87) +Point[4] Position= (83.5226,-5.81731,-631.051) +Point[5] Position= (84.8918,-5.91255,-641.398) +Point[6] Position= (86.942,-6.0552,-656.89) +Point[7] Position= (92.865,-6.46704,-701.642) +Point[8] Position= (101.795,-7.08896,-769.118) +Point[9] Position= (125.173,-8.71643,-945.822) +Point[10] Position= (150.158,-10.4571,-1134.71) +Point[11] Position= (174.328,-12.1431,-1317.41) +Point[12] Position= (186.737,-13.0056,-1411.27) +Point[13] Position= (199.364,-13.8849,-1506.79) +Point[14] Position= (199.749,-13.9118,-1509.7) +Point[15] Position= (201.066,-14.0036,-1519.67) +Point[16] Position= (223.491,-15.5765,-1689.28) +Point[17] Position= (228.106,-15.9013,-1724.2) +Point[18] Position= (228.214,-15.909,-1725.02) +Point[19] Position= (228.353,-15.9188,-1726.07) +Point[20] Position= (275.522,-19.2452,-2083.14) +Point[21] Position= (323.793,-22.6746,-2448.55) +Point[22] Position= (326.324,-22.8541,-2467.72) +Point[23] Position= (338.848,-23.7411,-2562.6) +Point[24] Position= (349.496,-24.4862,-2643.32) +Point[25] Position= (365.551,-25.6062,-2765.09) +Point[26] Position= (376.586,-26.3712,-2848.77) +Point[27] Position= (379.512,-26.5729,-2870.96) +Point[28] Position= (396.651,-27.7551,-3000.93) +Point[29] Position= (400.068,-27.9909,-3026.84) +Point[30] Position= (445.807,-31.1398,-3373.78) +Point[31] Position= (463.974,-32.3995,-3511.54) +Point[32] Position= (466.623,-32.5832,-3531.63) +Point[33] Position= (473.494,-33.0594,-3583.72) +Point[34] Position= (481.944,-33.6428,-3647.79) +Point[35] Position= (543.905,-37.9667,-4117.52) +Point[36] Position= (559.623,-39.0724,-4236.65) +Point[37] Position= (569.524,-39.769,-4311.69) +Point[38] Position= (595.456,-41.5993,-4508.19) +Point[39] Position= (614.408,-42.927,-4651.84) +Point[40] Position= (652.398,-45.6143,-4939.75) +Point[41] Position= (678.495,-47.4546,-5137.71) +Point[42] Position= (679.777,-47.5449,-5147.43) +Point[43] Position= (684.075,-47.8478,-5180.05) +Point[44] Position= (709.377,-49.643,-5372.04) +Point[45] Position= (734.082,-51.3978,-5559.53) +Point[46] Position= (736.863,-51.5957,-5580.63) +Point[47] Position= (771.915,-54.0755,-5846.49) +Point[48] Position= (778.988,-54.5731,-5900.13) +Point[49] Position= (779.777,-54.6287,-5906.12) +Point[50] Position= (792.156,-55.4999,-6000) + +TrackID =1397 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -34.4146 1.85748 -5.75939 keV +Vertex : 0.779777 -0.0546287 -5.90612 m Global time : 19.8866 ns + Current trajectory has 2 points. +Point[0] Position= (779.777,-54.6287,-5906.12) +Point[1] Position= (779.747,-54.6271,-5906.13) + +TrackID =1396 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -1.45873 36.87 -1.88092 keV +Vertex : 0.778988 -0.0545731 -5.90013 m Global time : 19.8664 ns + Current trajectory has 2 points. +Point[0] Position= (778.988,-54.5731,-5900.13) +Point[1] Position= (778.986,-54.5367,-5900.14) + +TrackID =1395 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -45.3227 14.6341 -8.41688 keV +Vertex : 0.771915 -0.0540755 -5.84649 m Global time : 19.6858 ns + Current trajectory has 2 points. +Point[0] Position= (771.915,-54.0755,-5846.49) +Point[1] Position= (771.833,-54.0489,-5846.51) + +TrackID =1394 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -23.0892 -67.6435 -7.48638 keV +Vertex : 0.736863 -0.0515957 -5.58063 m Global time : 18.7907 ns + Current trajectory has 2 points. +Point[0] Position= (736.863,-51.5957,-5580.63) +Point[1] Position= (736.753,-51.9206,-5580.67) + +TrackID =1393 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -2.30247 -47.9479 -2.12882 keV +Vertex : 0.734082 -0.0513978 -5.55953 m Global time : 18.7196 ns + Current trajectory has 2 points. +Point[0] Position= (734.082,-51.3978,-5559.53) +Point[1] Position= (734.078,-51.4835,-5559.53) + +TrackID =1392 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -15.9011 30.8152 -3.58279 keV +Vertex : 0.709377 -0.049643 -5.37204 m Global time : 18.0883 ns + Current trajectory has 2 points. +Point[0] Position= (709.377,-49.643,-5372.04) +Point[1] Position= (709.363,-49.6162,-5372.04) + +TrackID =1391 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -129.875 255.795 -104.558 keV +Vertex : 0.684075 -0.0478478 -5.18005 m Global time : 17.4419 ns + Current trajectory has 16 points. +Point[0] Position= (684.075,-47.8478,-5180.05) +Point[1] Position= (682.995,-46.0327,-5180.78) +Point[2] Position= (665.917,-34.7893,-5194.13) +Point[3] Position= (664.66,-33.6974,-5195.13) +Point[4] Position= (664.454,-33.5623,-5195.2) +Point[5] Position= (645.961,-34.2602,-5195.92) +Point[6] Position= (636.098,-35.2057,-5186.78) +Point[7] Position= (627.728,-32.3168,-5182.26) +Point[8] Position= (625.465,-30.394,-5181.66) +Point[9] Position= (623.567,-27.5701,-5181.69) +Point[10] Position= (622.981,-26.0506,-5182.12) +Point[11] Position= (622.229,-24.0338,-5181.92) +Point[12] Position= (618.959,-23.0478,-5183.12) +Point[13] Position= (616.798,-25.1505,-5182.27) +Point[14] Position= (616.899,-24.6137,-5181.24) +Point[15] Position= (616.751,-24.9858,-5180.79) -TrackID =1375 : ParentID=1277 : TrackStatus=1 +TrackID =1407 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.2489 5.30699 1.59103 keV -Vertex : 0.158676 0.747146 -3.39618 m Global time : 11.7976 ns +Original momentum : 30.5778 43.1869 46.3299 keV +Vertex : 0.616899 -0.0246137 -5.18124 m Global time : 18.0725 ns Current trajectory has 2 points. -Point[0] Position= (158.676,747.146,-3396.18) -Point[1] Position= (158.7,747.15,-3396.18) +Point[0] Position= (616.899,-24.6137,-5181.24) +Point[1] Position= (617.038,-24.4173,-5181.03) -TrackID =1374 : ParentID=1277 : TrackStatus=1 +TrackID =1406 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.9341 20.0731 1.60626 keV -Vertex : 0.145312 0.68397 -3.1099 m Global time : 10.803 ns +Original momentum : 0.959973 -15.5151 -36.7709 keV +Vertex : 0.618959 -0.0230478 -5.18312 m Global time : 18.0269 ns Current trajectory has 2 points. -Point[0] Position= (145.312,683.97,-3109.9) -Point[1] Position= (145.281,683.99,-3109.89) +Point[0] Position= (618.959,-23.0478,-5183.12) +Point[1] Position= (618.96,-23.066,-5183.16) -TrackID =1373 : ParentID=1277 : TrackStatus=1 +TrackID =1405 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.3825 7.99658 -1.11161 keV -Vertex : 0.136196 0.640898 -2.91555 m Global time : 10.1276 ns +Original momentum : 17.8592 28.1446 -8.14395 keV +Vertex : 0.622229 -0.0240338 -5.18192 m Global time : 17.9898 ns Current trajectory has 2 points. -Point[0] Position= (136.196,640.898,-2915.55) -Point[1] Position= (136.165,640.905,-2915.55) +Point[0] Position= (622.229,-24.0338,-5181.92) +Point[1] Position= (622.244,-24.0101,-5181.92) -TrackID =1372 : ParentID=1277 : TrackStatus=1 +TrackID =1404 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.9404 -31.2321 -7.42469 keV -Vertex : 0.1315 0.618756 -2.81554 m Global time : 9.7801 ns +Original momentum : -31.6003 -4.48191 0.518129 keV +Vertex : 0.622981 -0.0260506 -5.18212 m Global time : 17.9675 ns Current trajectory has 2 points. -Point[0] Position= (131.5,618.756,-2815.54) -Point[1] Position= (131.53,618.718,-2815.55) +Point[0] Position= (622.981,-26.0506,-5182.12) +Point[1] Position= (622.958,-26.0538,-5182.12) -TrackID =1371 : ParentID=1277 : TrackStatus=1 +TrackID =1403 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.5085 60.6274 8.25541 keV -Vertex : 0.123892 0.583198 -2.65431 m Global time : 9.21994 ns +Original momentum : -74.5251 -30.9902 -22.0243 keV +Vertex : 0.623567 -0.0275701 -5.18169 m Global time : 17.9503 ns Current trajectory has 3 points. -Point[0] Position= (123.892,583.198,-2654.31) -Point[1] Position= (123.811,583.347,-2654.08) -Point[2] Position= (123.796,583.365,-2654.06) +Point[0] Position= (623.567,-27.5701,-5181.69) +Point[1] Position= (623.301,-27.7296,-5181.64) +Point[2] Position= (622.97,-27.6859,-5181.54) -TrackID =1370 : ParentID=1277 : TrackStatus=1 +TrackID =1408 : ParentID=1403 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.2076 -8.7355 -1.79685 keV -Vertex : 0.122772 0.577936 -2.63041 m Global time : 9.13693 ns +Original momentum : -9.07135 -24.6489 -20.6636 keV +Vertex : 0.623301 -0.0277296 -5.18164 m Global time : 17.9561 ns Current trajectory has 2 points. -Point[0] Position= (122.772,577.936,-2630.41) -Point[1] Position= (122.827,577.924,-2630.41) +Point[0] Position= (623.301,-27.7296,-5181.64) +Point[1] Position= (623.294,-27.7491,-5181.65) -TrackID =1369 : ParentID=1277 : TrackStatus=1 +TrackID =1402 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.9551 28.2653 5.91035 keV -Vertex : 0.117227 0.551712 -2.51133 m Global time : 8.72325 ns +Original momentum : -19.2649 -5.78768 -25.9027 keV +Vertex : 0.625465 -0.030394 -5.18166 m Global time : 17.9204 ns Current trajectory has 2 points. -Point[0] Position= (117.227,551.712,-2511.33) -Point[1] Position= (117.248,551.738,-2511.33) +Point[0] Position= (625.465,-30.394,-5181.66) +Point[1] Position= (625.45,-30.3984,-5181.68) -TrackID =1368 : ParentID=1277 : TrackStatus=1 +TrackID =1401 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.2627 15.4342 3.57389 keV -Vertex : 0.115573 0.543934 -2.476 m Global time : 8.60051 ns - Current trajectory has 2 points. -Point[0] Position= (115.573,543.934,-2476) -Point[1] Position= (115.606,543.949,-2476) +Original momentum : 6.13366 -46.0883 63.6977 keV +Vertex : 0.636098 -0.0352057 -5.18678 m Global time : 17.8233 ns + Current trajectory has 3 points. +Point[0] Position= (636.098,-35.2057,-5186.78) +Point[1] Position= (636.05,-34.8578,-5185.93) +Point[2] Position= (636.077,-34.8656,-5185.91) -TrackID =1367 : ParentID=1277 : TrackStatus=1 +TrackID =1400 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.212 -31.7919 -10.4757 keV -Vertex : 0.109483 0.515243 -2.34569 m Global time : 8.14781 ns +Original momentum : 15.2372 17.1703 -36.9371 keV +Vertex : 0.664454 -0.0335623 -5.1952 m Global time : 17.617 ns Current trajectory has 2 points. -Point[0] Position= (109.483,515.243,-2345.69) -Point[1] Position= (109.437,515.194,-2345.71) +Point[0] Position= (664.454,-33.5623,-5195.2) +Point[1] Position= (664.475,-33.5379,-5195.25) -TrackID =1366 : ParentID=1277 : TrackStatus=1 +TrackID =1399 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.4789 -7.21071 -4.24784 keV -Vertex : 0.109478 0.51522 -2.34559 m Global time : 8.14746 ns +Original momentum : 21.8281 37.3207 -0.618754 keV +Vertex : 0.66466 -0.0336974 -5.19513 m Global time : 17.6152 ns Current trajectory has 2 points. -Point[0] Position= (109.478,515.22,-2345.59) -Point[1] Position= (109.452,515.215,-2345.59) +Point[0] Position= (664.66,-33.6974,-5195.13) +Point[1] Position= (664.691,-33.6451,-5195.13) -TrackID =1365 : ParentID=1277 : TrackStatus=1 +TrackID =1398 : ParentID=1391 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.677 38.7722 7.4342 keV -Vertex : 0.102167 0.480795 -2.18919 m Global time : 7.60414 ns +Original momentum : -14.3728 33.3127 42.7906 keV +Vertex : 0.682995 -0.0460327 -5.18078 m Global time : 17.4564 ns Current trajectory has 2 points. -Point[0] Position= (102.167,480.795,-2189.19) -Point[1] Position= (102.227,480.871,-2189.17) +Point[0] Position= (682.995,-46.0327,-5180.78) +Point[1] Position= (682.958,-45.9462,-5180.67) -TrackID =1364 : ParentID=1277 : TrackStatus=1 +TrackID =1390 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.7907 30.1152 4.98916 keV -Vertex : 0.101643 0.478335 -2.17802 m Global time : 7.56534 ns +Original momentum : 48.5359 33.1957 2.67688 keV +Vertex : 0.679777 -0.0475449 -5.14743 m Global time : 17.3321 ns Current trajectory has 2 points. -Point[0] Position= (101.643,478.335,-2178.02) -Point[1] Position= (101.634,478.358,-2178.02) +Point[0] Position= (679.777,-47.5449,-5147.43) +Point[1] Position= (679.918,-47.448,-5147.43) -TrackID =1363 : ParentID=1277 : TrackStatus=1 +TrackID =1389 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.41666 -31.7343 -8.54379 keV -Vertex : 0.0962887 0.453153 -2.06345 m Global time : 7.16735 ns +Original momentum : 22.2206 38.0314 0.662504 keV +Vertex : 0.678495 -0.0474546 -5.13771 m Global time : 17.2993 ns Current trajectory has 2 points. -Point[0] Position= (96.2887,453.153,-2063.45) -Point[1] Position= (96.2818,453.127,-2063.45) +Point[0] Position= (678.495,-47.4546,-5137.71) +Point[1] Position= (678.528,-47.3991,-5137.71) -TrackID =1362 : ParentID=1277 : TrackStatus=1 +TrackID =1388 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.2307 -151.176 -58.8177 keV -Vertex : 0.0839702 0.39519 -1.79976 m Global time : 6.2514 ns - Current trajectory has 7 points. -Point[0] Position= (83.9702,395.19,-1799.76) -Point[1] Position= (84.6028,392.341,-1802.42) -Point[2] Position= (87.3054,391.454,-1803.8) -Point[3] Position= (87.8472,391.505,-1803.49) -Point[4] Position= (88.5463,391.157,-1805.44) -Point[5] Position= (89.0442,389.692,-1805.8) -Point[6] Position= (89.0021,389.648,-1805.79) +Original momentum : 33.1742 1.42732 3.26523 keV +Vertex : 0.652398 -0.0456143 -4.93975 m Global time : 16.6328 ns + Current trajectory has 2 points. +Point[0] Position= (652.398,-45.6143,-4939.75) +Point[1] Position= (652.424,-45.6132,-4939.75) -TrackID =1409 : ParentID=1362 : TrackStatus=1 +TrackID =1387 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.6441 32.1358 -13.9095 keV -Vertex : 0.0878472 0.391505 -1.80349 m Global time : 6.33358 ns +Original momentum : -27.1926 -26.5564 -4.78832 keV +Vertex : 0.614408 -0.042927 -4.65184 m Global time : 15.6634 ns Current trajectory has 2 points. -Point[0] Position= (87.8472,391.505,-1803.49) -Point[1] Position= (87.8626,391.538,-1803.5) +Point[0] Position= (614.408,-42.927,-4651.84) +Point[1] Position= (614.379,-42.9554,-4651.84) -TrackID =1361 : ParentID=1277 : TrackStatus=1 +TrackID =1386 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.1475 -0.3328 0.310667 keV -Vertex : 0.0827302 0.389348 -1.77316 m Global time : 6.15899 ns +Original momentum : 13.9461 -47.5937 -0.143946 keV +Vertex : 0.595456 -0.0415993 -4.50819 m Global time : 15.1797 ns Current trajectory has 2 points. -Point[0] Position= (82.7302,389.348,-1773.16) -Point[1] Position= (82.7613,389.348,-1773.16) +Point[0] Position= (595.456,-41.5993,-4508.19) +Point[1] Position= (595.483,-41.6909,-4508.2) -TrackID =1360 : ParentID=1277 : TrackStatus=1 +TrackID =1385 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.3456 47.6883 8.55034 keV -Vertex : 0.0719959 0.338547 -1.54119 m Global time : 5.35336 ns - Current trajectory has 2 points. -Point[0] Position= (71.9959,338.547,-1541.19) -Point[1] Position= (72.0272,338.645,-1541.17) +Original momentum : -2.60727 154.357 -25.4185 keV +Vertex : 0.569524 -0.039769 -4.31169 m Global time : 14.5181 ns + Current trajectory has 6 points. +Point[0] Position= (569.524,-39.769,-4311.69) +Point[1] Position= (569.174,-36.8278,-4313.85) +Point[2] Position= (567.48,-34.5785,-4314.69) +Point[3] Position= (566.214,-33.8643,-4316.71) +Point[4] Position= (565.562,-33.0669,-4316.09) +Point[5] Position= (565.303,-32.9908,-4316.22) -TrackID =1359 : ParentID=1277 : TrackStatus=1 +TrackID =1409 : ParentID=1385 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.3994 -19.6205 -4.19911 keV -Vertex : 0.0577205 0.271979 -1.23771 m Global time : 4.29926 ns +Original momentum : 3.76575 35.0296 12.6467 keV +Vertex : 0.565562 -0.0330669 -4.31609 m Global time : 14.6286 ns Current trajectory has 2 points. -Point[0] Position= (57.7205,271.979,-1237.71) -Point[1] Position= (57.7451,271.962,-1237.71) +Point[0] Position= (565.562,-33.0669,-4316.09) +Point[1] Position= (565.566,-33.0314,-4316.08) -TrackID =1358 : ParentID=1277 : TrackStatus=1 +TrackID =1384 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.16294 31.2828 5.97517 keV -Vertex : 0.0528798 0.249347 -1.13453 m Global time : 3.94088 ns +Original momentum : 1.35819 -37.5747 -0.867505 keV +Vertex : 0.559623 -0.0390724 -4.23665 m Global time : 14.2654 ns Current trajectory has 2 points. -Point[0] Position= (52.8798,249.347,-1134.53) -Point[1] Position= (52.8821,249.37,-1134.52) +Point[0] Position= (559.623,-39.0724,-4236.65) +Point[1] Position= (559.624,-39.111,-4236.65) -TrackID =1357 : ParentID=1277 : TrackStatus=1 +TrackID =1383 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.7807 32.271 5.90277 keV -Vertex : 4.45125 20.9655 -95.3778 cm Global time : 3.31307 ns +Original momentum : 20.9743 -38.045 1.26009 keV +Vertex : 0.543905 -0.0379667 -4.11752 m Global time : 13.8643 ns Current trajectory has 2 points. -Point[0] Position= (44.5125,209.655,-953.778) -Point[1] Position= (44.5115,209.673,-953.775) +Point[0] Position= (543.905,-37.9667,-4117.52) +Point[1] Position= (543.935,-38.0206,-4117.52) -TrackID =1356 : ParentID=1277 : TrackStatus=1 +TrackID =1382 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -44.5328 55.0072 4.9127 keV -Vertex : 4.44927 20.9561 -95.335 cm Global time : 3.31158 ns +Original momentum : -32.5407 -0.931763 -5.35764 keV +Vertex : 0.481944 -0.0336428 -3.64779 m Global time : 12.2827 ns Current trajectory has 2 points. -Point[0] Position= (44.4927,209.561,-953.35) -Point[1] Position= (44.3698,209.713,-953.337) +Point[0] Position= (481.944,-33.6428,-3647.79) +Point[1] Position= (481.919,-33.6435,-3647.8) -TrackID =1355 : ParentID=1277 : TrackStatus=1 +TrackID =1381 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.4089 94.199 11.0703 keV -Vertex : 4.40631 20.7524 -94.4067 cm Global time : 3.27934 ns - Current trajectory has 3 points. -Point[0] Position= (44.0631,207.524,-944.067) -Point[1] Position= (44.4221,207.994,-943.27) -Point[2] Position= (44.4449,208.013,-943.271) +Original momentum : 1.46328 41.7387 -1.91119 keV +Vertex : 0.473494 -0.0330594 -3.58372 m Global time : 12.067 ns + Current trajectory has 2 points. +Point[0] Position= (473.494,-33.0594,-3583.72) +Point[1] Position= (473.496,-33.0052,-3583.73) -TrackID =1354 : ParentID=1277 : TrackStatus=1 +TrackID =1380 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.49426 37.1056 7.02318 keV -Vertex : 4.34403 20.4568 -93.0614 cm Global time : 3.23261 ns +Original momentum : -24.8024 56.9113 -7.64202 keV +Vertex : 0.466623 -0.0325832 -3.53163 m Global time : 11.8915 ns Current trajectory has 2 points. -Point[0] Position= (43.4403,204.568,-930.614) -Point[1] Position= (43.4469,204.597,-930.608) +Point[0] Position= (466.623,-32.5832,-3531.63) +Point[1] Position= (466.539,-32.3902,-3531.65) -TrackID =1353 : ParentID=1277 : TrackStatus=1 +TrackID =1379 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.9431 18.6775 1.43173 keV -Vertex : 3.90751 18.4048 -83.7205 cm Global time : 2.90814 ns +Original momentum : -31.5341 -19.6469 -5.36852 keV +Vertex : 0.463974 -0.0323995 -3.51154 m Global time : 11.8239 ns Current trajectory has 2 points. -Point[0] Position= (39.0751,184.048,-837.205) -Point[1] Position= (39.0484,184.065,-837.204) +Point[0] Position= (463.974,-32.3995,-3511.54) +Point[1] Position= (463.942,-32.4196,-3511.55) -TrackID =1352 : ParentID=1277 : TrackStatus=1 +TrackID =1378 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.7245 59.8706 9.76856 keV -Vertex : 3.25188 15.3327 -69.7332 cm Global time : 2.42229 ns +Original momentum : -30.7929 6.34979 -5.11799 keV +Vertex : 0.445807 -0.0311398 -3.37378 m Global time : 11.3601 ns Current trajectory has 2 points. -Point[0] Position= (32.5188,153.327,-697.332) -Point[1] Position= (32.6893,153.605,-697.287) +Point[0] Position= (445.807,-31.1398,-3373.78) +Point[1] Position= (445.785,-31.1353,-3373.78) -TrackID =1351 : ParentID=1277 : TrackStatus=1 +TrackID =1377 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.8125 -25.3612 -5.90717 keV -Vertex : 3.01404 14.215 -64.6425 cm Global time : 2.24547 ns - Current trajectory has 2 points. -Point[0] Position= (30.1404,142.15,-646.425) -Point[1] Position= (30.1971,142.11,-646.434) +Original momentum : -85.9145 -29.692 -19.5277 keV +Vertex : 0.400068 -0.0279909 -3.02684 m Global time : 10.1919 ns + Current trajectory has 3 points. +Point[0] Position= (400.068,-27.9909,-3026.84) +Point[1] Position= (399.072,-27.2189,-3027.64) +Point[2] Position= (399.075,-27.1722,-3027.6) -TrackID =1350 : ParentID=1277 : TrackStatus=1 +TrackID =1376 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -131.335 159.863 -13.212 keV -Vertex : 2.38617 11.2874 -51.3004 cm Global time : 1.78204 ns +Original momentum : 185.077 8.02584 -8.58007 keV +Vertex : 0.396651 -0.0277551 -3.00093 m Global time : 10.1047 ns Current trajectory has 10 points. -Point[0] Position= (23.8617,112.874,-513.004) -Point[1] Position= (18.5259,116.68,-516.357) -Point[2] Position= (13.9232,117.286,-513.621) -Point[3] Position= (11.8624,118.117,-510.119) -Point[4] Position= (13.8189,115.495,-508.105) -Point[5] Position= (14.606,114.797,-507.517) -Point[6] Position= (14.6335,114.788,-507.485) -Point[7] Position= (15.6127,112.992,-506.983) -Point[8] Position= (15.8969,112.432,-506.999) -Point[9] Position= (15.6707,112.415,-507.203) +Point[0] Position= (396.651,-27.7551,-3000.93) +Point[1] Position= (401.688,-28.3098,-3004.52) +Point[2] Position= (403.291,-27.7619,-3005.58) +Point[3] Position= (405.087,-27.6924,-3006.52) +Point[4] Position= (406.954,-24.5681,-3007.1) +Point[5] Position= (406.589,-23.3503,-3004.8) +Point[6] Position= (406.241,-23.8697,-3003.89) +Point[7] Position= (405.139,-24.5627,-3003.9) +Point[8] Position= (405.131,-24.6874,-3003.85) +Point[9] Position= (405.106,-24.8093,-3003.87) -TrackID =1413 : ParentID=1350 : TrackStatus=1 +TrackID =1413 : ParentID=1376 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.8457 -28.5573 25.2329 keV -Vertex : 1.58969 11.2432 -50.6999 cm Global time : 2.01167 ns +Original momentum : -23.1781 0.539992 22.9817 keV +Vertex : 0.405131 -0.0246874 -3.00385 m Global time : 10.295 ns Current trajectory has 2 points. -Point[0] Position= (15.8969,112.432,-506.999) -Point[1] Position= (15.8674,112.392,-506.963) +Point[0] Position= (405.131,-24.6874,-3003.85) +Point[1] Position= (405.114,-24.687,-3003.83) -TrackID =1412 : ParentID=1350 : TrackStatus=1 +TrackID =1412 : ParentID=1376 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.9643 -7.36313 28.4691 keV -Vertex : 1.46335 11.4788 -50.7485 cm Global time : 1.97962 ns +Original momentum : 8.51583 -21.1197 23.169 keV +Vertex : 0.406241 -0.0238697 -3.00389 m Global time : 10.2754 ns Current trajectory has 2 points. -Point[0] Position= (14.6335,114.788,-507.485) -Point[1] Position= (14.6196,114.782,-507.461) +Point[0] Position= (406.241,-23.8697,-3003.89) +Point[1] Position= (406.248,-23.8854,-3003.87) -TrackID =1411 : ParentID=1350 : TrackStatus=1 +TrackID =1411 : ParentID=1376 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.888 12.4237 28.7754 keV -Vertex : 1.4606 11.4797 -50.7517 cm Global time : 1.97898 ns +Original momentum : 16.5544 -35.3045 -5.34938 keV +Vertex : 0.405087 -0.0276924 -3.00652 m Global time : 10.1971 ns Current trajectory has 2 points. -Point[0] Position= (14.606,114.797,-507.517) -Point[1] Position= (14.5767,114.812,-507.483) +Point[0] Position= (405.087,-27.6924,-3006.52) +Point[1] Position= (405.106,-27.7325,-3006.53) -TrackID =1410 : ParentID=1350 : TrackStatus=1 +TrackID =1410 : ParentID=1376 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.525462 19.772 -52.7606 keV -Vertex : 1.85259 11.668 -51.6357 cm Global time : 1.83998 ns +Original momentum : -18.8012 20.1356 -17.5364 keV +Vertex : 0.403291 -0.0277619 -3.00558 m Global time : 10.1752 ns Current trajectory has 2 points. -Point[0] Position= (18.5259,116.68,-516.357) -Point[1] Position= (18.5273,116.732,-516.495) +Point[0] Position= (403.291,-27.7619,-3005.58) +Point[1] Position= (403.277,-27.7467,-3005.6) -TrackID =1349 : ParentID=1277 : TrackStatus=1 +TrackID =1375 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -152.036 76.4523 -19.4477 keV -Vertex : 2.17628 10.3085 -46.8436 cm Global time : 1.62723 ns - Current trajectory has 7 points. -Point[0] Position= (21.7628,103.085,-468.436) -Point[1] Position= (18.2865,106.016,-466.244) -Point[2] Position= (20.7691,108.618,-464.717) -Point[3] Position= (23.322,109.962,-464.187) -Point[4] Position= (22.3906,107.938,-464.075) -Point[5] Position= (20.7691,107.73,-464.167) -Point[6] Position= (20.5918,107.539,-464.376) +Original momentum : -34.2295 36.4667 -7.36313 keV +Vertex : 0.379512 -0.0265729 -2.87096 m Global time : 9.66706 ns + Current trajectory has 2 points. +Point[0] Position= (379.512,-26.5729,-2870.96) +Point[1] Position= (379.443,-26.4994,-2870.98) -TrackID =1414 : ParentID=1349 : TrackStatus=1 +TrackID =1374 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.5689 -8.17339 26.5438 keV -Vertex : 2.07691 10.773 -46.4167 cm Global time : 1.78974 ns +Original momentum : -20.7199 -30.4282 -3.80599 keV +Vertex : 0.376586 -0.0263712 -2.84877 m Global time : 9.59234 ns Current trajectory has 2 points. -Point[0] Position= (20.7691,107.73,-464.167) -Point[1] Position= (20.7483,107.723,-464.143) +Point[0] Position= (376.586,-26.3712,-2848.77) +Point[1] Position= (376.565,-26.4013,-2848.77) -TrackID =1348 : ParentID=1277 : TrackStatus=1 +TrackID =1373 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.0544 -20.5713 -7.44301 keV -Vertex : 1.75391 8.32496 -37.8251 cm Global time : 1.31396 ns +Original momentum : 0.254336 -60.9121 -3.06788 keV +Vertex : 0.365551 -0.0256062 -2.76509 m Global time : 9.31058 ns Current trajectory has 2 points. -Point[0] Position= (17.5391,83.2496,-378.251) -Point[1] Position= (17.5065,83.228,-378.259) +Point[0] Position= (365.551,-25.6062,-2765.09) +Point[1] Position= (365.552,-25.8002,-2765.1) -TrackID =1347 : ParentID=1277 : TrackStatus=1 +TrackID =1372 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.68754 32.2577 5.91822 keV -Vertex : 1.68736 8.01114 -36.3983 cm Global time : 1.26439 ns +Original momentum : 36.897 -56.6579 0.889338 keV +Vertex : 0.349496 -0.0244862 -2.64332 m Global time : 8.90058 ns Current trajectory has 2 points. -Point[0] Position= (16.8736,80.1114,-363.983) -Point[1] Position= (16.8723,80.136,-363.979) +Point[0] Position= (349.496,-24.4862,-2643.32) +Point[1] Position= (349.648,-24.7195,-2643.31) + +TrackID =1371 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -78.0937 10.0052 -16.7659 keV +Vertex : 0.338848 -0.0237411 -2.5626 m Global time : 8.62878 ns + Current trajectory has 3 points. +Point[0] Position= (338.848,-23.7411,-2562.6) +Point[1] Position= (338.342,-23.9306,-2562.44) +Point[2] Position= (338.332,-23.9806,-2562.43) -TrackID =1346 : ParentID=1277 : TrackStatus=1 +TrackID =1414 : ParentID=1371 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.735 26.2689 4.84863 keV -Vertex : 0.734522 3.48057 -15.8061 cm Global time : 549.082 ps +Original momentum : 33.4865 -10.1397 -9.58217 keV +Vertex : 0.338342 -0.0239306 -2.56244 m Global time : 8.63814 ns Current trajectory has 2 points. -Point[0] Position= (7.34522,34.8057,-158.061) -Point[1] Position= (7.47623,34.8749,-158.048) +Point[0] Position= (338.342,-23.9306,-2562.44) +Point[1] Position= (338.373,-23.9402,-2562.45) -TrackID =1345 : ParentID=1277 : TrackStatus=1 +TrackID =1370 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.4351 28.4719 2.74205 keV -Vertex : 0.511499 2.42536 -11.0095 cm Global time : 382.462 ps +Original momentum : 44.7435 2.35896 3.89187 keV +Vertex : 0.326324 -0.0228541 -2.46772 m Global time : 8.30934 ns Current trajectory has 2 points. -Point[0] Position= (5.11499,24.2536,-110.095) -Point[1] Position= (5.06628,24.2951,-110.091) +Point[0] Position= (326.324,-22.8541,-2467.72) +Point[1] Position= (326.393,-22.8505,-2467.72) -TrackID =1344 : ParentID=1277 : TrackStatus=1 +TrackID =1369 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.6117 29.874 6.11862 keV -Vertex : 0.42245 2.00156 -9.08308 cm Global time : 315.545 ps +Original momentum : -8.18684 -36.6496 -2.133 keV +Vertex : 0.323793 -0.0226746 -2.44855 m Global time : 8.24479 ns Current trajectory has 2 points. -Point[0] Position= (4.2245,20.0156,-90.8308) -Point[1] Position= (4.26166,20.0544,-90.8229) +Point[0] Position= (323.793,-22.6746,-2448.55) +Point[1] Position= (323.785,-22.7123,-2448.56) -TrackID =47 : ParentID=45 : TrackStatus=1 -Particle name : unknown : rho0 PDG code : 113 Charge : 0 -Original momentum : 0.871882 -0.432666 -5.95473 GeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps +TrackID =1368 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 0.483653 48.1188 -2.67582 keV +Vertex : 0.275522 -0.0192452 -2.08314 m Global time : 7.0144 ns Current trajectory has 2 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (7.8125e-307,-4.94508e-307,6.75545e-306) +Point[0] Position= (275.522,-19.2452,-2083.14) +Point[1] Position= (275.522,-19.1587,-2083.15) -TrackID =1416 : ParentID=47 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : 0.486449 -0.0335947 -3.67511 GeV -Vertex : 7.8125e-295 -4.94508e-295 6.75545e-294 fm Global time : 8.63132e-305 ps - Current trajectory has 60 points. -Point[0] Position= (7.8125e-307,-4.94508e-307,6.75545e-306) -Point[1] Position= (19.5407,-1.35202,-147.652) -Point[2] Position= (25.0371,-1.73071,-189.156) -Point[3] Position= (29.3479,-2.02855,-221.701) -Point[4] Position= (39.1601,-2.70732,-295.781) -Point[5] Position= (52.7092,-3.64432,-398.047) -Point[6] Position= (94.6191,-6.56178,-714.264) -Point[7] Position= (112.674,-7.79714,-850.608) -Point[8] Position= (113.19,-7.83222,-854.508) -Point[9] Position= (113.741,-7.86957,-858.665) -Point[10] Position= (118.459,-8.19002,-894.294) -Point[11] Position= (131.261,-9.06291,-990.972) -Point[12] Position= (133.982,-9.24827,-1011.52) -Point[13] Position= (142.713,-9.84599,-1077.44) -Point[14] Position= (154.039,-10.621,-1162.95) -Point[15] Position= (207.425,-14.2631,-1566) -Point[16] Position= (215.614,-14.8168,-1627.8) -Point[17] Position= (216.593,-14.883,-1635.19) -Point[18] Position= (216.888,-14.9031,-1637.42) -Point[19] Position= (233.59,-16.0362,-1763.45) -Point[20] Position= (263.563,-18.0542,-1989.7) -Point[21] Position= (263.737,-18.066,-1991.01) -Point[22] Position= (265.341,-18.1751,-2003.11) -Point[23] Position= (281.235,-19.2597,-2123.04) -Point[24] Position= (319.311,-21.8412,-2410.33) -Point[25] Position= (329.736,-22.5588,-2489.01) -Point[26] Position= (334.962,-22.9179,-2528.45) -Point[27] Position= (339.72,-23.2453,-2564.38) -Point[28] Position= (357.257,-24.4514,-2696.73) -Point[29] Position= (363.852,-24.9075,-2746.52) -Point[30] Position= (372.99,-25.5415,-2815.53) -Point[31] Position= (380.021,-26.027,-2868.61) -Point[32] Position= (383.013,-26.2342,-2891.2) -Point[33] Position= (384.928,-26.3665,-2905.66) -Point[34] Position= (412.878,-28.3017,-3116.69) -Point[35] Position= (424.416,-29.094,-3203.82) -Point[36] Position= (439.478,-30.127,-3317.58) -Point[37] Position= (460.707,-31.5839,-3477.92) -Point[38] Position= (504.281,-34.5743,-3806.91) -Point[39] Position= (513.455,-35.2153,-3876.23) -Point[40] Position= (537.197,-36.8782,-4055.59) -Point[41] Position= (540.13,-37.0822,-4077.75) -Point[42] Position= (591.939,-40.6722,-4469.32) -Point[43] Position= (607.081,-41.7306,-4583.71) -Point[44] Position= (616.885,-42.4169,-4657.82) -Point[45] Position= (625.914,-43.0515,-4726.08) -Point[46] Position= (665.654,-45.8826,-5026.58) -Point[47] Position= (702.218,-48.4012,-5302.99) -Point[48] Position= (716.365,-49.385,-5409.89) -Point[49] Position= (718.934,-49.5635,-5429.29) -Point[50] Position= (724.521,-49.9516,-5471.49) -Point[51] Position= (730.868,-50.3935,-5519.41) -Point[52] Position= (740.778,-51.082,-5594.22) -Point[53] Position= (749.13,-51.6604,-5657.3) -Point[54] Position= (766.923,-52.8898,-5791.71) -Point[55] Position= (770.93,-53.167,-5822) -Point[56] Position= (774.721,-53.4295,-5850.66) -Point[57] Position= (783.074,-54.0052,-5913.77) -Point[58] Position= (791.924,-54.617,-5980.68) -Point[59] Position= (794.479,-54.7943,-6000) - -TrackID =1474 : ParentID=1416 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -71.3812 41.9424 -16.8244 keV -Vertex : 0.791924 -0.054617 -5.98068 m Global time : 20.1386 ns +TrackID =1367 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -32.9353 -31.1636 -6.12544 keV +Vertex : 0.228353 -0.0159188 -1.72607 m Global time : 5.81209 ns + Current trajectory has 2 points. +Point[0] Position= (228.353,-15.9188,-1726.07) +Point[1] Position= (228.301,-15.9685,-1726.08) + +TrackID =1366 : ParentID=1348 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 31.8751 72.9112 -2.69096 keV +Vertex : 0.228214 -0.015909 -1.72502 m Global time : 5.80854 ns Current trajectory has 3 points. -Point[0] Position= (791.924,-54.617,-5980.68) -Point[1] Position= (791.72,-54.5167,-5980.86) -Point[2] Position= (791.48,-54.2839,-5980.86) +Point[0] Position= (228.214,-15.909,-1725.02) +Point[1] Position= (227.7,-15.158,-1725.44) +Point[2] Position= (227.694,-15.1603,-1725.43) -TrackID =1475 : ParentID=1474 : TrackStatus=1 +TrackID =1365 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.8249 -22.4234 -6.15873 keV -Vertex : 0.79172 -0.0545167 -5.98086 m Global time : 20.1439 ns +Original momentum : -20.1504 25.8007 -3.97609 keV +Vertex : 0.228106 -0.0159013 -1.7242 m Global time : 5.80579 ns Current trajectory has 2 points. -Point[0] Position= (791.72,-54.5167,-5980.86) -Point[1] Position= (791.704,-54.5328,-5980.87) +Point[0] Position= (228.106,-15.9013,-1724.2) +Point[1] Position= (228.09,-15.8815,-1724.2) -TrackID =1473 : ParentID=1416 : TrackStatus=1 +TrackID =1364 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.5098 -13.6287 3.38632 keV -Vertex : 0.783074 -0.0540052 -5.91377 m Global time : 19.9133 ns +Original momentum : 66.9366 -20.9609 4.18754 keV +Vertex : 0.223491 -0.0155765 -1.68928 m Global time : 5.6882 ns Current trajectory has 2 points. -Point[0] Position= (783.074,-54.0052,-5913.77) -Point[1] Position= (783.112,-54.0196,-5913.77) +Point[0] Position= (223.491,-15.5765,-1689.28) +Point[1] Position= (223.795,-15.6716,-1689.26) -TrackID =1472 : ParentID=1416 : TrackStatus=1 +TrackID =1363 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -61.2243 -21.7876 -12.2045 keV -Vertex : 0.774721 -0.0534295 -5.85066 m Global time : 19.7008 ns - Current trajectory has 3 points. -Point[0] Position= (774.721,-53.4295,-5850.66) -Point[1] Position= (774.526,-53.5796,-5850.62) -Point[2] Position= (774.499,-53.6421,-5850.58) +Original momentum : -27.7718 -35.3946 -5.36927 keV +Vertex : 0.201066 -0.0140036 -1.51967 m Global time : 5.11707 ns + Current trajectory has 2 points. +Point[0] Position= (201.066,-14.0036,-1519.67) +Point[1] Position= (201.023,-14.0587,-1519.67) -TrackID =1476 : ParentID=1472 : TrackStatus=1 +TrackID =1362 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.5921 -13.332 -0.10206 keV -Vertex : 0.774526 -0.0535796 -5.85062 m Global time : 19.7066 ns +Original momentum : 26.9283 -17.8099 2.68875 keV +Vertex : 0.199749 -0.0139118 -1.5097 m Global time : 5.08353 ns Current trajectory has 2 points. -Point[0] Position= (774.526,-53.5796,-5850.62) -Point[1] Position= (774.55,-53.5901,-5850.62) +Point[0] Position= (199.749,-13.9118,-1509.7) +Point[1] Position= (199.769,-13.925,-1509.7) -TrackID =1471 : ParentID=1416 : TrackStatus=1 +TrackID =1361 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.0769 -54.2703 -8.52546 keV -Vertex : 0.77093 -0.053167 -5.822 m Global time : 19.6043 ns - Current trajectory has 2 points. -Point[0] Position= (770.93,-53.167,-5822) -Point[1] Position= (770.791,-53.3751,-5822.04) +Original momentum : -83.9461 68.8529 -23.794 keV +Vertex : 0.199364 -0.0138849 -1.50679 m Global time : 5.07372 ns + Current trajectory has 5 points. +Point[0] Position= (199.364,-13.8849,-1506.79) +Point[1] Position= (198.781,-12.9682,-1506.67) +Point[2] Position= (197.938,-11.8277,-1506.77) +Point[3] Position= (197.912,-11.8508,-1506.82) +Point[4] Position= (197.858,-11.8627,-1506.86) -TrackID =1470 : ParentID=1416 : TrackStatus=1 +TrackID =1416 : ParentID=1361 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 239.239 -14.5113 -22.5895 keV -Vertex : 0.766923 -0.0528898 -5.79171 m Global time : 19.5023 ns - Current trajectory has 9 points. -Point[0] Position= (766.923,-52.8898,-5791.71) -Point[1] Position= (767.01,-52.8959,-5791.72) -Point[2] Position= (773.103,-54.5846,-5791.08) -Point[3] Position= (774.283,-53.5453,-5788.93) -Point[4] Position= (774.838,-53.541,-5788.67) -Point[5] Position= (776.889,-54.3935,-5787.2) -Point[6] Position= (778.14,-55.0248,-5785.64) -Point[7] Position= (777.783,-54.5066,-5785.32) -Point[8] Position= (777.788,-54.5037,-5785.34) +Original momentum : 17.603 17.687 -29.4807 keV +Vertex : 0.197912 -0.0118508 -1.50682 m Global time : 5.10544 ns + Current trajectory has 2 points. +Point[0] Position= (197.912,-11.8508,-1506.82) +Point[1] Position= (197.931,-11.8315,-1506.85) -TrackID =1480 : ParentID=1470 : TrackStatus=1 +TrackID =1415 : ParentID=1361 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.9452 -18.7175 38.6778 keV -Vertex : 0.774838 -0.053541 -5.78867 m Global time : 19.5838 ns +Original momentum : -23.8915 13.927 18.0051 keV +Vertex : 0.198781 -0.0129682 -1.50667 m Global time : 5.08914 ns Current trajectory has 2 points. -Point[0] Position= (774.838,-53.541,-5788.67) -Point[1] Position= (774.793,-53.5763,-5788.6) +Point[0] Position= (198.781,-12.9682,-1506.67) +Point[1] Position= (198.763,-12.9575,-1506.66) -TrackID =1479 : ParentID=1470 : TrackStatus=1 +TrackID =1360 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.9969 83.9438 58.1974 keV -Vertex : 0.774283 -0.0535453 -5.78893 m Global time : 19.5767 ns +Original momentum : 111.218 55.8067 -0.884084 keV +Vertex : 0.186737 -0.0130056 -1.41127 m Global time : 4.75209 ns Current trajectory has 4 points. -Point[0] Position= (774.283,-53.5453,-5788.93) -Point[1] Position= (774.737,-52.8659,-5787.05) -Point[2] Position= (774.973,-52.0534,-5786.09) -Point[3] Position= (775.029,-52.0313,-5786.04) +Point[0] Position= (186.737,-13.0056,-1411.27) +Point[1] Position= (188.875,-13.1561,-1412.02) +Point[2] Position= (189.633,-11.9425,-1413.26) +Point[3] Position= (189.739,-12.0565,-1413.69) -TrackID =1478 : ParentID=1470 : TrackStatus=1 +TrackID =1359 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 70.045 -93.8847 20.4868 keV -Vertex : 0.773103 -0.0545846 -5.79108 m Global time : 19.5521 ns - Current trajectory has 5 points. -Point[0] Position= (773.103,-54.5846,-5791.08) -Point[1] Position= (774.756,-55.3542,-5790.65) -Point[2] Position= (776.313,-56.015,-5791.08) -Point[3] Position= (776.162,-55.1784,-5790.76) -Point[4] Position= (776.115,-55.1872,-5790.79) +Original momentum : -21.5215 -45.8223 -4.97305 keV +Vertex : 0.174328 -0.0121431 -1.31741 m Global time : 4.43604 ns + Current trajectory has 2 points. +Point[0] Position= (174.328,-12.1431,-1317.41) +Point[1] Position= (174.284,-12.2368,-1317.42) -TrackID =1477 : ParentID=1470 : TrackStatus=1 +TrackID =1358 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.1915 32.381 -6.921 keV -Vertex : 0.76701 -0.0528959 -5.79172 m Global time : 19.503 ns +Original momentum : 40.1701 -7.21646 3.72381 keV +Vertex : 0.150158 -0.0104571 -1.13471 m Global time : 3.82084 ns Current trajectory has 2 points. -Point[0] Position= (767.01,-52.8959,-5791.72) -Point[1] Position= (767.015,-52.8698,-5791.73) +Point[0] Position= (150.158,-10.4571,-1134.71) +Point[1] Position= (150.207,-10.4661,-1134.7) -TrackID =1469 : ParentID=1416 : TrackStatus=1 +TrackID =1357 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.83366 -39.123 -0.658355 keV -Vertex : 0.74913 -0.0516604 -5.6573 m Global time : 19.0497 ns +Original momentum : 48.1285 -10.205 4.05761 keV +Vertex : 12.5173 -0.871643 -94.5822 cm Global time : 3.18482 ns Current trajectory has 2 points. -Point[0] Position= (749.13,-51.6604,-5657.3) -Point[1] Position= (749.134,-51.7047,-5657.3) +Point[0] Position= (125.173,-8.71643,-945.822) +Point[1] Position= (125.265,-8.73587,-945.815) -TrackID =1468 : ParentID=1416 : TrackStatus=1 +TrackID =1356 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.632 36.9782 -3.37277 keV -Vertex : 0.740778 -0.051082 -5.59422 m Global time : 18.8373 ns +Original momentum : 56.4843 38.4895 2.5176 keV +Vertex : 10.1795 -0.708896 -76.9118 cm Global time : 2.58982 ns Current trajectory has 2 points. -Point[0] Position= (740.778,-51.082,-5594.22) -Point[1] Position= (740.765,-51.041,-5594.22) +Point[0] Position= (101.795,-7.08896,-769.118) +Point[1] Position= (102.035,-6.92583,-769.107) -TrackID =1467 : ParentID=1416 : TrackStatus=1 +TrackID =1355 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.5394 31.671 0.22355 keV -Vertex : 0.730868 -0.0503935 -5.51941 m Global time : 18.5854 ns +Original momentum : 28.5918 -41.2161 1.68175 keV +Vertex : 9.2865 -0.646704 -70.1642 cm Global time : 2.36261 ns Current trajectory has 2 points. -Point[0] Position= (730.868,-50.3935,-5519.41) -Point[1] Position= (730.879,-50.3673,-5519.41) +Point[0] Position= (92.865,-6.46704,-701.642) +Point[1] Position= (92.9216,-6.5487,-701.639) -TrackID =1466 : ParentID=1416 : TrackStatus=1 +TrackID =1354 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.9704 37.8415 -3.9795 keV -Vertex : 0.724521 -0.0499516 -5.47149 m Global time : 18.424 ns +Original momentum : 0.972731 36.1123 -1.4936 keV +Vertex : 8.6942 -0.60552 -65.689 cm Global time : 2.21192 ns Current trajectory has 2 points. -Point[0] Position= (724.521,-49.9516,-5471.49) -Point[1] Position= (724.503,-49.9049,-5471.49) +Point[0] Position= (86.942,-6.0552,-656.89) +Point[1] Position= (86.9429,-6.02121,-656.891) -TrackID =1465 : ParentID=1416 : TrackStatus=1 +TrackID =1353 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.4431 45.8843 -4.15804 keV -Vertex : 0.718934 -0.0495635 -5.42929 m Global time : 18.282 ns +Original momentum : -35.4062 1.04572 -5.96781 keV +Vertex : 8.48918 -0.591255 -64.1398 cm Global time : 2.15975 ns Current trajectory has 2 points. -Point[0] Position= (718.934,-49.5635,-5429.29) -Point[1] Position= (718.914,-49.4838,-5429.3) +Point[0] Position= (84.8918,-5.91255,-641.398) +Point[1] Position= (84.859,-5.91158,-641.404) -TrackID =1464 : ParentID=1416 : TrackStatus=1 +TrackID =1352 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.97817 -51.5353 -2.55154 keV -Vertex : 0.716365 -0.049385 -5.40989 m Global time : 18.2166 ns +Original momentum : 67.5767 38.5544 2.63651 keV +Vertex : 8.35226 -0.581731 -63.1051 cm Global time : 2.12491 ns Current trajectory has 2 points. -Point[0] Position= (716.365,-49.385,-5409.89) -Point[1] Position= (716.359,-49.4946,-5409.9) +Point[0] Position= (83.5226,-5.81731,-631.051) +Point[1] Position= (83.9201,-5.59052,-631.036) -TrackID =1463 : ParentID=1416 : TrackStatus=1 +TrackID =1351 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.0624 94.2515 -7.748 keV -Vertex : 0.702218 -0.0484012 -5.30299 m Global time : 17.8567 ns +Original momentum : 64.0814 -31.265 3.76014 keV +Vertex : 2.61899 -0.181551 -19.787 cm Global time : 666.279 ps Current trajectory has 3 points. -Point[0] Position= (702.218,-48.4012,-5302.99) -Point[1] Position= (702.131,-47.3556,-5301.94) -Point[2] Position= (702.225,-47.3061,-5301.87) +Point[0] Position= (26.1899,-1.81551,-197.87) +Point[1] Position= (26.3751,-2.12939,-197.41) +Point[2] Position= (26.3741,-2.10909,-197.358) -TrackID =1462 : ParentID=1416 : TrackStatus=1 +TrackID =1417 : ParentID=1351 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 170.126 -123.378 -18.5886 keV -Vertex : 0.665654 -0.0458826 -5.02658 m Global time : 16.9259 ns - Current trajectory has 10 points. -Point[0] Position= (665.654,-45.8826,-5026.58) -Point[1] Position= (669.014,-51.9164,-5027.43) -Point[2] Position= (667.064,-53.8719,-5022.36) -Point[3] Position= (667.012,-50.2766,-5019.15) -Point[4] Position= (667.631,-48.2344,-5015.12) -Point[5] Position= (665.113,-48.5275,-5012.44) -Point[6] Position= (662.602,-47.4495,-5011.63) -Point[7] Position= (661.205,-46.0591,-5012.35) -Point[8] Position= (662.382,-46.1437,-5013.33) -Point[9] Position= (662.643,-45.987,-5013.25) +Original momentum : 31.6559 9.39154 -3.05857 keV +Vertex : 2.63751 -0.212939 -19.741 cm Global time : 674.184 ps + Current trajectory has 2 points. +Point[0] Position= (26.3751,-2.12939,-197.41) +Point[1] Position= (26.3998,-2.12207,-197.412) -TrackID =1482 : ParentID=1462 : TrackStatus=1 +TrackID =1350 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.872067 -21.2575 24.8228 keV -Vertex : 0.667064 -0.0538719 -5.02236 m Global time : 17.0295 ns +Original momentum : 17.7595 28.729 0.960803 keV +Vertex : 2.06791 -0.143203 -15.6242 cm Global time : 526.106 ps Current trajectory has 2 points. -Point[0] Position= (667.064,-53.8719,-5022.36) -Point[1] Position= (667.063,-53.888,-5022.34) +Point[0] Position= (20.6791,-1.43203,-156.242) +Point[1] Position= (20.6935,-1.40871,-156.241) -TrackID =1481 : ParentID=1462 : TrackStatus=1 +TrackID =1349 : ParentID=1348 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.1148 -26.648 -20.1879 keV -Vertex : 0.669014 -0.0519164 -5.02743 m Global time : 16.9811 ns +Original momentum : 23.7621 38.172 0.800609 keV +Vertex : 0.498178 -0.0344573 -3.76428 cm Global time : 126.753 ps Current trajectory has 2 points. -Point[0] Position= (669.014,-51.9164,-5027.43) -Point[1] Position= (669.027,-51.9417,-5027.45) +Point[0] Position= (4.98178,-0.344573,-37.6428) +Point[1] Position= (5.01817,-0.286118,-37.6415) -TrackID =1461 : ParentID=1416 : TrackStatus=1 +TrackID =1431 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.9016 -25.2169 -3.77569 keV -Vertex : 0.625914 -0.0430515 -4.72608 m Global time : 15.9141 ns +Original momentum : 30.6348 -15.7588 7.39944 keV +Vertex : 0.310059 -0.365772 -1.75971 m Global time : 6.10227 ns Current trajectory has 2 points. -Point[0] Position= (625.914,-43.0515,-4726.08) -Point[1] Position= (625.897,-43.0717,-4726.08) +Point[0] Position= (310.059,-365.772,-1759.71) +Point[1] Position= (310.086,-365.786,-1759.7) -TrackID =1460 : ParentID=1416 : TrackStatus=1 +TrackID =1430 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.1792 -11.6042 3.73479 keV -Vertex : 0.616885 -0.0424169 -4.65782 m Global time : 15.6842 ns +Original momentum : 20.7245 58.5048 -12.5839 keV +Vertex : 0.30418 -0.358813 -1.72625 m Global time : 5.98626 ns Current trajectory has 2 points. -Point[0] Position= (616.885,-42.4169,-4657.82) -Point[1] Position= (616.942,-42.4329,-4657.81) +Point[0] Position= (304.18,-358.813,-1726.25) +Point[1] Position= (304.252,-358.609,-1726.3) -TrackID =1459 : ParentID=1416 : TrackStatus=1 +TrackID =1429 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.4873 33.9619 -6.63813 keV -Vertex : 0.607081 -0.0417306 -4.58371 m Global time : 15.4347 ns +Original momentum : -86.2373 -10.4358 -21.0766 keV +Vertex : 17.5935 -20.7399 -99.7857 cm Global time : 3.46039 ns Current trajectory has 2 points. -Point[0] Position= (607.081,-41.7306,-4583.71) -Point[1] Position= (607.028,-41.6736,-4583.72) +Point[0] Position= (175.935,-207.399,-997.857) +Point[1] Position= (175.53,-207.448,-997.956) -TrackID =1458 : ParentID=1416 : TrackStatus=1 +TrackID =1428 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.0221 -39.761 -1.05998 keV -Vertex : 0.591939 -0.0406722 -4.46932 m Global time : 15.0495 ns - Current trajectory has 2 points. -Point[0] Position= (591.939,-40.6722,-4469.32) -Point[1] Position= (591.94,-40.7185,-4469.32) +Original momentum : -10.4867 109.492 -38.2324 keV +Vertex : 17.548 -20.686 -99.5269 cm Global time : 3.45142 ns + Current trajectory has 4 points. +Point[0] Position= (175.48,-206.86,-995.269) +Point[1] Position= (175.818,-206.332,-995.861) +Point[2] Position= (176.932,-206.327,-997.213) +Point[3] Position= (176.967,-206.412,-997.193) -TrackID =1457 : ParentID=1416 : TrackStatus=1 +TrackID =1432 : ParentID=1428 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.9543 28.1219 -4.97942 keV -Vertex : 0.54013 -0.0370822 -4.07775 m Global time : 13.731 ns +Original momentum : 20.2135 -30.3313 -8.45257 keV +Vertex : 17.5818 -20.6332 -99.5861 cm Global time : 3.46134 ns Current trajectory has 2 points. -Point[0] Position= (540.13,-37.0822,-4077.75) -Point[1] Position= (540.104,-37.0528,-4077.76) +Point[0] Position= (175.818,-206.332,-995.861) +Point[1] Position= (175.833,-206.354,-995.867) -TrackID =1456 : ParentID=1416 : TrackStatus=1 +TrackID =1427 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.6443 -45.3114 -3.9325 keV -Vertex : 0.537197 -0.0368782 -4.05559 m Global time : 13.6564 ns +Original momentum : 8.46641 30.9051 -6.01517 keV +Vertex : 17.4361 -20.5539 -98.8912 cm Global time : 3.42937 ns Current trajectory has 2 points. -Point[0] Position= (537.197,-36.8782,-4055.59) -Point[1] Position= (537.169,-36.9593,-4055.59) +Point[0] Position= (174.361,-205.539,-988.912) +Point[1] Position= (174.366,-205.521,-988.915) -TrackID =1455 : ParentID=1416 : TrackStatus=1 +TrackID =1426 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.7395 -24.7813 -3.38352 keV -Vertex : 0.513455 -0.0352153 -3.87623 m Global time : 13.0524 ns +Original momentum : -35.2873 -16.9127 -4.28173 keV +Vertex : 15.6783 -18.4792 -88.9121 cm Global time : 3.08332 ns Current trajectory has 2 points. -Point[0] Position= (513.455,-35.2153,-3876.23) -Point[1] Position= (513.441,-35.2331,-3876.23) +Point[0] Position= (156.783,-184.792,-889.121) +Point[1] Position= (156.755,-184.805,-889.124) -TrackID =1454 : ParentID=1416 : TrackStatus=1 +TrackID =1425 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 52.5429 -14.1888 4.1495 keV -Vertex : 0.504281 -0.0345743 -3.80691 m Global time : 12.819 ns - Current trajectory has 2 points. -Point[0] Position= (504.281,-34.5743,-3806.91) -Point[1] Position= (504.408,-34.6088,-3806.9) +Original momentum : -66.4568 -124.085 -5.73266 keV +Vertex : 14.9894 -17.6671 -85.0044 cm Global time : 2.94781 ns + Current trajectory has 5 points. +Point[0] Position= (149.894,-176.671,-850.044) +Point[1] Position= (149.978,-178.579,-852.449) +Point[2] Position= (150.914,-179.836,-851.632) +Point[3] Position= (151.234,-180.982,-851.072) +Point[4] Position= (151.187,-181.1,-850.901) -TrackID =1453 : ParentID=1416 : TrackStatus=1 +TrackID =1433 : ParentID=1425 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 82.5885 -72.671 -0.226476 keV -Vertex : 0.460707 -0.0315839 -3.47792 m Global time : 11.7112 ns - Current trajectory has 4 points. -Point[0] Position= (460.707,-31.5839,-3477.92) -Point[1] Position= (460.987,-33.3242,-3478.19) -Point[2] Position= (460.955,-33.497,-3478.34) -Point[3] Position= (460.841,-33.6245,-3478.34) +Original momentum : -51.897 -13.3113 -23.3543 keV +Vertex : 15.1234 -18.0982 -85.1072 cm Global time : 2.99879 ns + Current trajectory has 2 points. +Point[0] Position= (151.234,-180.982,-851.072) +Point[1] Position= (151.141,-181.006,-851.114) -TrackID =1483 : ParentID=1453 : TrackStatus=1 +TrackID =1424 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.607 8.88882 -39.2297 keV -Vertex : 0.460955 -0.033497 -3.47834 m Global time : 11.7371 ns +Original momentum : 19.0223 -27.4757 7.86647 keV +Vertex : 13.0668 -15.3995 -74.0967 cm Global time : 2.56955 ns Current trajectory has 2 points. -Point[0] Position= (460.955,-33.497,-3478.34) -Point[1] Position= (460.941,-33.4856,-3478.39) +Point[0] Position= (130.668,-153.995,-740.967) +Point[1] Position= (130.68,-154.012,-740.962) -TrackID =1452 : ParentID=1416 : TrackStatus=1 +TrackID =1423 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.42154 34.1889 -0.303642 keV -Vertex : 0.439478 -0.030127 -3.31758 m Global time : 11.1713 ns +Original momentum : 37.7658 -47.2028 12.6092 keV +Vertex : 8.96338 -10.5641 -50.8335 cm Global time : 1.76281 ns Current trajectory has 2 points. -Point[0] Position= (439.478,-30.127,-3317.58) -Point[1] Position= (439.487,-30.0962,-3317.58) +Point[0] Position= (89.6338,-105.641,-508.335) +Point[1] Position= (89.7578,-105.796,-508.293) -TrackID =1451 : ParentID=1416 : TrackStatus=1 +TrackID =1422 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.1929 -31.8621 2.7822 keV -Vertex : 0.424416 -0.029094 -3.20382 m Global time : 10.7883 ns +Original momentum : -32.0594 44.6788 -18.3518 keV +Vertex : 7.38733 -8.70718 -41.9013 cm Global time : 1.45305 ns Current trajectory has 2 points. -Point[0] Position= (424.416,-29.094,-3203.82) -Point[1] Position= (424.482,-29.1516,-3203.82) +Point[0] Position= (73.8733,-87.0718,-419.013) +Point[1] Position= (73.7832,-86.9462,-419.064) -TrackID =1450 : ParentID=1416 : TrackStatus=1 +TrackID =1421 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.5606 51.9919 -5.79724 keV -Vertex : 0.412878 -0.0283017 -3.11669 m Global time : 10.4948 ns +Original momentum : -2.81665 35.9984 -9.39033 keV +Vertex : 4.65906 -5.49034 -26.4261 cm Global time : 916.394 ps Current trajectory has 2 points. -Point[0] Position= (412.878,-28.3017,-3116.69) -Point[1] Position= (412.835,-28.1722,-3116.7) +Point[0] Position= (46.5906,-54.9034,-264.261) +Point[1] Position= (46.5878,-54.867,-264.27) -TrackID =1449 : ParentID=1416 : TrackStatus=1 +TrackID =1420 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.2644 27.3375 -3.58018 keV -Vertex : 0.384928 -0.0263665 -2.90566 m Global time : 9.78425 ns +Original momentum : -30.8852 -31.1695 -0.926896 keV +Vertex : 4.35166 -5.12818 -24.6829 cm Global time : 855.943 ps Current trajectory has 2 points. -Point[0] Position= (384.928,-26.3665,-2905.66) -Point[1] Position= (384.915,-26.346,-2905.66) +Point[0] Position= (43.5166,-51.2818,-246.829) +Point[1] Position= (43.4719,-51.3269,-246.83) -TrackID =1448 : ParentID=1416 : TrackStatus=1 +TrackID =1419 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.9473 -32.3913 2.91828 keV -Vertex : 0.383013 -0.0262342 -2.8912 m Global time : 9.73556 ns +Original momentum : 18.3157 -59.212 11.5032 keV +Vertex : 2.60616 -3.0719 -14.7831 cm Global time : 512.647 ps Current trajectory has 2 points. -Point[0] Position= (383.013,-26.2342,-2891.2) -Point[1] Position= (383.092,-26.3001,-2891.19) +Point[0] Position= (26.0616,-30.719,-147.831) +Point[1] Position= (26.1249,-30.9237,-147.792) -TrackID =1447 : ParentID=1416 : TrackStatus=1 +TrackID =1418 : ParentID=1347 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.6613 -31.8575 1.22275 keV -Vertex : 0.380021 -0.026027 -2.86861 m Global time : 9.6595 ns +Original momentum : 37.0643 12.6605 2.33884 keV +Vertex : 1.61458 -1.9032 -9.15793 cm Global time : 317.579 ps + Current trajectory has 2 points. +Point[0] Position= (16.1458,-19.032,-91.5793) +Point[1] Position= (16.1876,-19.0177,-91.5767) + +TrackID =46 : ParentID=45 : TrackStatus=1 +Particle name : eta PDG code : 221 Charge : 0 +Original momentum : 149.76 47.7839 55.4076 MeV +Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps + Current trajectory has 2 points. +Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) +Point[1] Position= (-1.81125e-307,-1.56864e-308,1.33393e-305) + +TrackID =42 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : -2.12856 0.964505 15.101 GeV +Vertex : 0 0 0 fm Global time : 0 ps + Current trajectory has 2 points. +Point[0] Position= (0,0,0) +Point[1] Position= (-9.29192e-307,4.21041e-307,6.59214e-306) + +TrackID =41 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : 2.12856 -0.964505 -1.29145 GeV +Vertex : 0 0 0 fm Global time : 0 ps + Current trajectory has 2 points. +Point[0] Position= (0,0,0) +Point[1] Position= (5.31791e-306,-2.40968e-306,-3.22649e-306) + +TrackID =1436 : ParentID=41 : TrackStatus=1 +Particle name : unknown PDG code : 92 Charge : 0 +Original momentum : 0 0 22.5268 GeV +Vertex : 5.31791e-294 -2.40968e-294 -3.22649e-294 fm Global time : 2.22507e-305 ps Current trajectory has 2 points. -Point[0] Position= (380.021,-26.027,-2868.61) -Point[1] Position= (380.037,-26.0567,-2868.61) +Point[0] Position= (5.31791e-306,-2.40968e-306,-3.22649e-306) +Point[1] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) + +TrackID =1445 : ParentID=1436 : TrackStatus=1 +Particle name : pi- PDG code : -211 Charge : -1 +Original momentum : -0.793169 0.244283 4.61318 GeV +Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps + Current trajectory has 60 points. +Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) +Point[1] Position= (-7.54029,2.32129,43.8525) +Point[2] Position= (-29.6395,9.12389,172.401) +Point[3] Position= (-34.5545,10.6368,200.995) +Point[4] Position= (-39.1255,12.0442,227.59) +Point[5] Position= (-43.0667,13.2576,250.522) +Point[6] Position= (-60.1111,18.5027,349.684) +Point[7] Position= (-60.1306,18.5087,349.797) +Point[8] Position= (-63.4443,19.5282,369.073) +Point[9] Position= (-77.158,23.7573,448.863) +Point[10] Position= (-113.205,34.8736,658.567) +Point[11] Position= (-143.711,44.2783,836.069) +Point[12] Position= (-146.536,45.1487,852.509) +Point[13] Position= (-151.126,46.5623,879.217) +Point[14] Position= (-155.89,48.0288,906.935) +Point[15] Position= (-172.995,53.2956,1006.47) +Point[16] Position= (-198.024,61.0069,1152.15) +Point[17] Position= (-213.422,65.7533,1241.76) +Point[18] Position= (-251.188,77.3873,1461.55) +Point[19] Position= (-255.254,78.6388,1485.23) +Point[20] Position= (-271.669,83.689,1580.79) +Point[21] Position= (-292.184,89.9983,1700.24) +Point[22] Position= (-299.334,92.1959,1741.87) +Point[23] Position= (-300.195,92.4608,1746.89) +Point[24] Position= (-302.364,93.1272,1759.52) +Point[25] Position= (-320.783,98.7869,1866.76) +Point[26] Position= (-322.526,99.3227,1876.91) +Point[27] Position= (-369.045,113.623,2147.81) +Point[28] Position= (-395.796,121.844,2303.65) +Point[29] Position= (-413.421,127.249,2406.29) +Point[30] Position= (-418.809,128.899,2437.67) +Point[31] Position= (-443.336,136.407,2580.51) +Point[32] Position= (-456.193,140.34,2655.38) +Point[33] Position= (-470.239,144.636,2737.17) +Point[34] Position= (-488.617,150.259,2844.25) +Point[35] Position= (-509.069,156.52,2963.42) +Point[36] Position= (-558.061,171.54,3248.9) +Point[37] Position= (-571.477,175.653,3327.08) +Point[38] Position= (-578.204,177.715,3366.28) +Point[39] Position= (-584.332,179.594,3401.98) +Point[40] Position= (-606.903,186.517,3533.49) +Point[41] Position= (-615.396,189.122,3582.97) +Point[42] Position= (-627.167,192.733,3651.54) +Point[43] Position= (-636.22,195.511,3704.29) +Point[44] Position= (-640.072,196.693,3726.74) +Point[45] Position= (-642.538,197.45,3741.11) +Point[46] Position= (-678.53,208.486,3950.8) +Point[47] Position= (-693.396,213.043,4037.39) +Point[48] Position= (-712.805,218.99,4150.43) +Point[49] Position= (-740.167,227.376,4309.75) +Point[50] Position= (-796.301,244.599,4636.66) +Point[51] Position= (-808.127,248.235,4705.54) +Point[52] Position= (-838.729,257.638,4883.76) +Point[53] Position= (-842.511,258.799,4905.79) +Point[54] Position= (-909.311,279.321,5294.87) +Point[55] Position= (-928.826,285.317,5408.54) +Point[56] Position= (-941.471,289.204,5482.17) +Point[57] Position= (-953.122,292.788,5550) +Point[58] Position= (-1004.4,308.542,5848.6) +Point[59] Position= (-1030.4,316.52,6000) + +TrackID =1503 : ParentID=1445 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 189.562 58.2476 72.0075 keV +Vertex : -1.0044 0.308542 5.8486 m Global time : 19.8299 ns + Current trajectory has 12 points. +Point[0] Position= (-1004.4,308.542,5848.6) +Point[1] Position= (-1001.95,309.6,5850.23) +Point[2] Position= (-1001.62,309.723,5850.53) +Point[3] Position= (-999.167,313.56,5852.85) +Point[4] Position= (-999.145,313.66,5852.7) +Point[5] Position= (-1001.06,314.8,5849.81) +Point[6] Position= (-999.452,312.37,5848.2) +Point[7] Position= (-996.886,312.678,5847.25) +Point[8] Position= (-996.774,312.855,5846.98) +Point[9] Position= (-995.5,314.032,5845.89) +Point[10] Position= (-996.188,313.358,5846.99) +Point[11] Position= (-996.094,313.126,5847.19) -TrackID =1446 : ParentID=1416 : TrackStatus=1 +TrackID =1508 : ParentID=1503 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.7611 16.6741 -6.26149 keV -Vertex : 0.37299 -0.0255415 -2.81553 m Global time : 9.48074 ns +Original momentum : 39.696 1.67034 3.36325 keV +Vertex : -0.996774 0.312855 5.84698 m Global time : 20.0069 ns Current trajectory has 2 points. -Point[0] Position= (372.99,-25.5415,-2815.53) -Point[1] Position= (372.951,-25.5229,-2815.53) +Point[0] Position= (-996.774,312.855,5846.98) +Point[1] Position= (-996.727,312.857,5846.99) -TrackID =1445 : ParentID=1416 : TrackStatus=1 +TrackID =1507 : ParentID=1503 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.006 39.1871 -4.42935 keV -Vertex : 0.363852 -0.0249075 -2.74652 m Global time : 9.24838 ns +Original momentum : -0.864562 -31.8425 10.505 keV +Vertex : -1.00106 0.3148 5.84981 m Global time : 19.9398 ns Current trajectory has 2 points. -Point[0] Position= (363.852,-24.9075,-2746.52) -Point[1] Position= (363.829,-24.8534,-2746.53) +Point[0] Position= (-1001.06,314.8,5849.81) +Point[1] Position= (-1001.06,314.775,5849.82) -TrackID =1444 : ParentID=1416 : TrackStatus=1 +TrackID =1506 : ParentID=1503 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.53122 -54.2292 -1.70147 keV -Vertex : 0.357257 -0.0244514 -2.69673 m Global time : 9.08071 ns +Original momentum : 64.096 -7.45897 -33.8469 keV +Vertex : -0.999145 0.31366 5.8527 m Global time : 19.9056 ns Current trajectory has 2 points. -Point[0] Position= (357.257,-24.4514,-2696.73) -Point[1] Position= (357.27,-24.5828,-2696.73) +Point[0] Position= (-999.145,313.66,5852.7) +Point[1] Position= (-998.827,313.623,5852.53) -TrackID =1443 : ParentID=1416 : TrackStatus=1 +TrackID =1505 : ParentID=1503 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.8976 -22.8519 -4.05244 keV -Vertex : 0.33972 -0.0232453 -2.56438 m Global time : 8.63506 ns +Original momentum : 27.1584 -30.1394 -21.7028 keV +Vertex : -0.999167 0.31356 5.85285 m Global time : 19.9038 ns Current trajectory has 2 points. -Point[0] Position= (339.72,-23.2453,-2564.38) -Point[1] Position= (339.702,-23.2633,-2564.38) +Point[0] Position= (-999.167,313.56,5852.85) +Point[1] Position= (-999.123,313.511,5852.81) -TrackID =1442 : ParentID=1416 : TrackStatus=1 +TrackID =1504 : ParentID=1503 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 59.3523 0.983106 4.36466 keV -Vertex : 0.334962 -0.0229179 -2.52845 m Global time : 8.51406 ns +Original momentum : -16.1972 34.9593 -3.9905 keV +Vertex : -1.00195 0.3096 5.85023 m Global time : 19.8566 ns Current trajectory has 2 points. -Point[0] Position= (334.962,-22.9179,-2528.45) -Point[1] Position= (335.14,-22.915,-2528.44) +Point[0] Position= (-1001.95,309.6,5850.23) +Point[1] Position= (-1001.96,309.639,5850.22) -TrackID =1441 : ParentID=1416 : TrackStatus=1 +TrackID =1502 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.9216 5.8019 -6.57115 keV -Vertex : 0.329736 -0.0225588 -2.48901 m Global time : 8.38124 ns +Original momentum : -11.5222 31.4757 -2.51977 keV +Vertex : -0.953122 0.292788 5.55 m Global time : 18.8175 ns Current trajectory has 2 points. -Point[0] Position= (329.736,-22.5588,-2489.01) -Point[1] Position= (329.694,-22.5523,-2489.01) +Point[0] Position= (-953.122,292.788,5550) +Point[1] Position= (-953.131,292.813,5550) -TrackID =1440 : ParentID=1416 : TrackStatus=1 +TrackID =1501 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.2709 15.8353 -5.727 keV -Vertex : 0.319311 -0.0218412 -2.41033 m Global time : 8.11633 ns +Original momentum : 41.7804 -3.74259 9.20456 keV +Vertex : -0.941471 0.289204 5.48217 m Global time : 18.5876 ns Current trajectory has 2 points. -Point[0] Position= (319.311,-21.8412,-2410.33) -Point[1] Position= (319.281,-21.826,-2410.34) +Point[0] Position= (-941.471,289.204,5482.17) +Point[1] Position= (-941.414,289.199,5482.19) -TrackID =1439 : ParentID=1416 : TrackStatus=1 +TrackID =1500 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.5736 -37.6186 0.767674 keV -Vertex : 0.281235 -0.0192597 -2.12304 m Global time : 7.14891 ns +Original momentum : -41.9979 -20.232 -3.971 keV +Vertex : -0.928826 0.285317 5.40854 m Global time : 18.3379 ns Current trajectory has 2 points. -Point[0] Position= (281.235,-19.2597,-2123.04) -Point[1] Position= (281.255,-19.3058,-2123.04) +Point[0] Position= (-928.826,285.317,5408.54) +Point[1] Position= (-928.897,285.283,5408.53) -TrackID =1438 : ParentID=1416 : TrackStatus=1 +TrackID =1499 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.9725 -25.0142 -4.70773 keV -Vertex : 0.265341 -0.0181751 -2.00311 m Global time : 6.74509 ns +Original momentum : 14.7569 36.8873 2.16086 keV +Vertex : -0.909311 0.279321 5.29487 m Global time : 17.9525 ns Current trajectory has 2 points. -Point[0] Position= (265.341,-18.1751,-2003.11) -Point[1] Position= (265.314,-18.2,-2003.12) +Point[0] Position= (-909.311,279.321,5294.87) +Point[1] Position= (-909.294,279.364,5294.87) -TrackID =1437 : ParentID=1416 : TrackStatus=1 +TrackID =1498 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.6461 -8.65319 -5.20565 keV -Vertex : 0.263737 -0.018066 -1.99101 m Global time : 6.70434 ns +Original momentum : -33.618 -17.2155 -3.43639 keV +Vertex : -0.842511 0.258799 4.90579 m Global time : 16.6333 ns Current trajectory has 2 points. -Point[0] Position= (263.737,-18.066,-1991.01) -Point[1] Position= (263.712,-18.0728,-1991.02) +Point[0] Position= (-842.511,258.799,4905.79) +Point[1] Position= (-842.546,258.781,4905.78) -TrackID =1436 : ParentID=1416 : TrackStatus=1 +TrackID =1497 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.0067 -31.7797 2.30068 keV -Vertex : 0.263563 -0.0180542 -1.9897 m Global time : 6.69993 ns +Original momentum : 1.10511 48.0844 -0.0504252 keV +Vertex : -0.838729 0.257638 4.88376 m Global time : 16.5586 ns Current trajectory has 2 points. -Point[0] Position= (263.563,-18.0542,-1989.7) -Point[1] Position= (263.604,-18.0984,-1989.7) +Point[0] Position= (-838.729,257.638,4883.76) +Point[1] Position= (-838.727,257.724,4883.76) -TrackID =1435 : ParentID=1416 : TrackStatus=1 +TrackID =1496 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 171.212 67.4098 -10.4392 keV -Vertex : 0.23359 -0.0160362 -1.76345 m Global time : 5.93807 ns - Current trajectory has 10 points. -Point[0] Position= (233.59,-16.0362,-1763.45) -Point[1] Position= (237.135,-11.2786,-1764.25) -Point[2] Position= (238.876,-8.37705,-1766.8) -Point[3] Position= (240.099,-7.91344,-1763.65) -Point[4] Position= (241.851,-6.4784,-1761.64) -Point[5] Position= (244.34,-6.92801,-1762.43) -Point[6] Position= (244.577,-6.84193,-1762.37) -Point[7] Position= (245.51,-6.75662,-1764.06) -Point[8] Position= (245.016,-6.10287,-1764.98) -Point[9] Position= (244.967,-5.92508,-1764.89) +Original momentum : -9.65731 30.2802 -2.24796 keV +Vertex : -0.808127 0.248235 4.70554 m Global time : 15.9544 ns + Current trajectory has 2 points. +Point[0] Position= (-808.127,248.235,4705.54) +Point[1] Position= (-808.134,248.257,4705.54) -TrackID =1434 : ParentID=1416 : TrackStatus=1 +TrackID =1495 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.3039 -0.438611 3.24494 keV -Vertex : 0.216888 -0.0149031 -1.63742 m Global time : 5.51368 ns +Original momentum : 52.9116 -5.28412 12.3183 keV +Vertex : -0.796301 0.244599 4.63666 m Global time : 15.7208 ns Current trajectory has 2 points. -Point[0] Position= (216.888,-14.9031,-1637.42) -Point[1] Position= (216.913,-14.9034,-1637.42) +Point[0] Position= (-796.301,244.599,4636.66) +Point[1] Position= (-796.172,244.586,4636.69) -TrackID =1433 : ParentID=1416 : TrackStatus=1 +TrackID =1494 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -91.5792 88.2926 -29.5059 keV -Vertex : 0.216593 -0.014883 -1.63519 m Global time : 5.50617 ns - Current trajectory has 6 points. -Point[0] Position= (216.593,-14.883,-1635.19) -Point[1] Position= (215.156,-14.4882,-1635.95) -Point[2] Position= (214.446,-13.4892,-1636.25) -Point[3] Position= (214.849,-11.5786,-1637.04) -Point[4] Position= (215.133,-10.6585,-1637.31) -Point[5] Position= (215.153,-10.6565,-1637.31) +Original momentum : 99.0858 39.5479 26.8332 keV +Vertex : -0.740167 0.227376 4.30975 m Global time : 14.6124 ns + Current trajectory has 5 points. +Point[0] Position= (-740.167,227.376,4309.75) +Point[1] Position= (-739.828,227.513,4309.79) +Point[2] Position= (-739.372,227.784,4309.53) +Point[3] Position= (-739.602,228.915,4309.36) +Point[4] Position= (-739.598,228.918,4309.36) -TrackID =1484 : ParentID=1433 : TrackStatus=1 +TrackID =1510 : ParentID=1494 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.4779 26.2378 19.716 keV -Vertex : 0.214446 -0.0134892 -1.63625 m Global time : 5.54218 ns +Original momentum : 16.7528 20.4105 33.5755 keV +Vertex : -0.739372 0.227784 4.30953 m Global time : 14.6272 ns Current trajectory has 2 points. -Point[0] Position= (214.446,-13.4892,-1636.25) -Point[1] Position= (214.458,-13.466,-1636.24) +Point[0] Position= (-739.372,227.784,4309.53) +Point[1] Position= (-739.349,227.812,4309.57) -TrackID =1432 : ParentID=1416 : TrackStatus=1 +TrackID =1509 : ParentID=1494 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.1974 25.8202 -5.06207 keV -Vertex : 0.215614 -0.0148168 -1.6278 m Global time : 5.4813 ns +Original momentum : -10.2828 36.8568 -3.03004 keV +Vertex : -0.739828 0.227513 4.30979 m Global time : 14.6182 ns Current trajectory has 2 points. -Point[0] Position= (215.614,-14.8168,-1627.8) -Point[1] Position= (215.588,-14.7911,-1627.81) +Point[0] Position= (-739.828,227.513,4309.79) +Point[1] Position= (-739.839,227.552,4309.79) -TrackID =1431 : ParentID=1416 : TrackStatus=1 +TrackID =1493 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.1004 -35.7593 1.41535 keV -Vertex : 0.207425 -0.0142631 -1.566 m Global time : 5.2732 ns +Original momentum : -3.83545 -35.1719 2.44132 keV +Vertex : -0.712805 0.21899 4.15043 m Global time : 14.0722 ns Current trajectory has 2 points. -Point[0] Position= (207.425,-14.2631,-1566) -Point[1] Position= (207.452,-14.3089,-1566) +Point[0] Position= (-712.805,218.99,4150.43) +Point[1] Position= (-712.809,218.958,4150.43) -TrackID =1430 : ParentID=1416 : TrackStatus=1 +TrackID =1492 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.4974 -38.5604 -2.93739 keV -Vertex : 0.154039 -0.010621 -1.16295 m Global time : 3.916 ns +Original momentum : 44.2708 17.0779 9.01716 keV +Vertex : -0.693396 0.213043 4.03739 m Global time : 13.689 ns Current trajectory has 2 points. -Point[0] Position= (154.039,-10.621,-1162.95) -Point[1] Position= (154.024,-10.668,-1162.95) +Point[0] Position= (-693.396,213.043,4037.39) +Point[1] Position= (-693.316,213.074,4037.41) -TrackID =1429 : ParentID=1416 : TrackStatus=1 +TrackID =1491 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.4335 -38.8539 -5.54094 keV -Vertex : 0.142713 -0.00984599 -1.07744 m Global time : 3.62807 ns +Original momentum : -35.7333 -42.0412 -0.902354 keV +Vertex : -0.67853 0.208486 3.9508 m Global time : 13.3954 ns Current trajectory has 2 points. -Point[0] Position= (142.713,-9.84599,-1077.44) -Point[1] Position= (142.664,-9.91483,-1077.45) +Point[0] Position= (-678.53,208.486,3950.8) +Point[1] Position= (-678.619,208.381,3950.8) -TrackID =1428 : ParentID=1416 : TrackStatus=1 +TrackID =1490 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -54.7103 28.6069 -11.3826 keV -Vertex : 0.133982 -0.00924827 -1.01152 m Global time : 3.40608 ns +Original momentum : -26.0894 -19.2805 -2.41185 keV +Vertex : -0.642538 0.19745 3.74111 m Global time : 12.6845 ns Current trajectory has 2 points. -Point[0] Position= (133.982,-9.24827,-1011.52) -Point[1] Position= (133.795,-9.15041,-1011.56) +Point[0] Position= (-642.538,197.45,3741.11) +Point[1] Position= (-642.558,197.435,3741.11) -TrackID =1427 : ParentID=1416 : TrackStatus=1 +TrackID =1489 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.33696 -37.3569 -0.608641 keV -Vertex : 13.1261 -0.906291 -99.0972 cm Global time : 3.3369 ns +Original momentum : 46.9576 16.5742 9.74086 keV +Vertex : -0.640072 0.196693 3.72674 m Global time : 12.6357 ns Current trajectory has 2 points. -Point[0] Position= (131.261,-9.06291,-990.972) -Point[1] Position= (131.265,-9.10104,-990.973) +Point[0] Position= (-640.072,196.693,3726.74) +Point[1] Position= (-639.976,196.727,3726.76) -TrackID =1426 : ParentID=1416 : TrackStatus=1 +TrackID =1488 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.6607 21.8841 2.59713 keV -Vertex : 11.8459 -0.819002 -89.4294 cm Global time : 3.01136 ns +Original momentum : 26.4832 23.9111 4.57086 keV +Vertex : -0.63622 0.195511 3.70429 m Global time : 12.5596 ns Current trajectory has 2 points. -Point[0] Position= (118.459,-8.19002,-894.294) -Point[1] Position= (118.496,-8.16512,-894.291) +Point[0] Position= (-636.22,195.511,3704.29) +Point[1] Position= (-636.195,195.533,3704.3) -TrackID =1425 : ParentID=1416 : TrackStatus=1 +TrackID =1487 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -51.5141 -4.37025 -9.50394 keV -Vertex : 11.3741 -0.786957 -85.8665 cm Global time : 2.89138 ns +Original momentum : -38.6234 -3.04258 -4.95363 keV +Vertex : -0.627167 0.192733 3.65154 m Global time : 12.3808 ns Current trajectory has 2 points. -Point[0] Position= (113.741,-7.86957,-858.665) -Point[1] Position= (113.627,-7.87925,-858.686) +Point[0] Position= (-627.167,192.733,3651.54) +Point[1] Position= (-627.21,192.729,3651.54) -TrackID =1424 : ParentID=1416 : TrackStatus=1 +TrackID =1486 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.7987 -18.5787 -7.70321 keV -Vertex : 11.319 -0.783222 -85.4508 cm Global time : 2.87739 ns +Original momentum : -30.3221 -30.3623 -1.77461 keV +Vertex : -0.615396 0.189122 3.58297 m Global time : 12.1483 ns Current trajectory has 2 points. -Point[0] Position= (113.19,-7.83222,-854.508) -Point[1] Position= (113.117,-7.86419,-854.522) +Point[0] Position= (-615.396,189.122,3582.97) +Point[1] Position= (-615.438,189.08,3582.97) -TrackID =1423 : ParentID=1416 : TrackStatus=1 +TrackID =1485 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.5787 38.3987 -7.81474 keV -Vertex : 11.2674 -0.779714 -85.0608 cm Global time : 2.86425 ns +Original momentum : 23.6806 48.9268 4.43846 keV +Vertex : -0.606903 0.186517 3.53349 m Global time : 11.9805 ns Current trajectory has 2 points. -Point[0] Position= (112.674,-7.79714,-850.608) -Point[1] Position= (112.594,-7.71067,-850.625) +Point[0] Position= (-606.903,186.517,3533.49) +Point[1] Position= (-606.846,186.635,3533.5) -TrackID =1422 : ParentID=1416 : TrackStatus=1 +TrackID =1484 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.178 -3.88807 -6.51349 keV -Vertex : 9.46191 -0.656178 -71.4264 cm Global time : 2.40515 ns +Original momentum : -14.2969 29.9459 -2.92698 keV +Vertex : -0.584332 0.179594 3.40198 m Global time : 11.5347 ns Current trajectory has 2 points. -Point[0] Position= (94.6191,-6.56178,-714.264) -Point[1] Position= (94.5768,-6.56609,-714.272) +Point[0] Position= (-584.332,179.594,3401.98) +Point[1] Position= (-584.344,179.618,3401.98) -TrackID =1421 : ParentID=1416 : TrackStatus=1 +TrackID =1483 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.5279 -5.29378 3.40783 keV -Vertex : 5.27092 -0.364432 -39.8047 cm Global time : 1.34034 ns +Original momentum : 53.6488 -21.7329 13.8637 keV +Vertex : -0.578204 0.177715 3.36628 m Global time : 11.4136 ns Current trajectory has 2 points. -Point[0] Position= (52.7092,-3.64432,-398.047) -Point[1] Position= (52.7396,-3.64899,-398.044) +Point[0] Position= (-578.204,177.715,3366.28) +Point[1] Position= (-578.043,177.65,3366.32) -TrackID =1420 : ParentID=1416 : TrackStatus=1 +TrackID =1482 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.355 -30.6296 1.8208 keV -Vertex : 3.91601 -0.270732 -29.5781 cm Global time : 995.974 ps +Original momentum : -37.6633 8.20376 -5.39077 keV +Vertex : -0.571477 0.175653 3.32708 m Global time : 11.2807 ns Current trajectory has 2 points. -Point[0] Position= (39.1601,-2.70732,-295.781) -Point[1] Position= (39.1835,-2.73943,-295.779) +Point[0] Position= (-571.477,175.653,3327.08) +Point[1] Position= (-571.519,175.662,3327.07) -TrackID =1419 : ParentID=1416 : TrackStatus=1 +TrackID =1481 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.7676 -10.6707 3.3222 keV -Vertex : 2.93479 -0.202855 -22.1701 cm Global time : 746.524 ps +Original momentum : -35.9567 -3.17998 -4.68718 keV +Vertex : -0.558061 0.17154 3.2489 m Global time : 11.0157 ns Current trajectory has 2 points. -Point[0] Position= (29.3479,-2.02855,-221.701) -Point[1] Position= (29.3785,-2.03823,-221.698) +Point[0] Position= (-558.061,171.54,3248.9) +Point[1] Position= (-558.095,171.537,3248.9) -TrackID =1418 : ParentID=1416 : TrackStatus=1 +TrackID =1480 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.8093 137.019 -24.273 keV -Vertex : 2.50371 -0.173071 -18.9156 cm Global time : 636.938 ps - Current trajectory has 5 points. -Point[0] Position= (25.0371,-1.73071,-189.156) -Point[1] Position= (24.0191,0.788126,-188.628) -Point[2] Position= (23.9218,2.68205,-187.653) -Point[3] Position= (23.6742,3.29915,-187.647) -Point[4] Position= (23.3033,3.35926,-187.752) +Original momentum : 27.3875 29.7545 4.7836 keV +Vertex : -0.509069 0.15652 2.96342 m Global time : 10.0477 ns + Current trajectory has 2 points. +Point[0] Position= (-509.069,156.52,2963.42) +Point[1] Position= (-509.036,156.556,2963.42) -TrackID =1485 : ParentID=1418 : TrackStatus=1 +TrackID =1479 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.98581 47.3971 43.6055 keV -Vertex : 2.36742 0.329915 -18.7647 cm Global time : 705.04 ps +Original momentum : -16.4989 33.0595 -3.20047 keV +Vertex : -0.488617 0.150259 2.84425 m Global time : 9.64368 ns Current trajectory has 2 points. -Point[0] Position= (23.6742,3.29915,-187.647) -Point[1] Position= (23.6559,3.47322,-187.487) +Point[0] Position= (-488.617,150.259,2844.25) +Point[1] Position= (-488.634,150.292,2844.24) -TrackID =1417 : ParentID=1416 : TrackStatus=1 +TrackID =1478 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -91.9471 76.9899 -27.6258 keV -Vertex : 1.95407 -0.135202 -14.7652 cm Global time : 497.18 ps - Current trajectory has 4 points. -Point[0] Position= (19.5407,-1.35202,-147.652) -Point[1] Position= (17.3329,-1.40027,-148.456) -Point[2] Position= (17.0629,-1.36261,-147.037) -Point[3] Position= (17.1626,-1.58604,-146.835) +Original momentum : -25.1893 -22.1591 -2.04049 keV +Vertex : -0.470239 0.144636 2.73717 m Global time : 9.28063 ns + Current trajectory has 2 points. +Point[0] Position= (-470.239,144.636,2737.17) +Point[1] Position= (-470.26,144.618,2737.16) -TrackID =1509 : ParentID=1415 : TrackStatus=1 +TrackID =1477 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.0086 -41.1839 3.523 keV -Vertex : 0.316532 -0.372286 -1.79255 m Global time : 6.21634 ns +Original momentum : -39.0875 -18.8885 -3.83495 keV +Vertex : -0.456193 0.14034 2.65538 m Global time : 9.00332 ns Current trajectory has 2 points. -Point[0] Position= (316.532,-372.286,-1792.55) -Point[1] Position= (316.506,-372.348,-1792.55) +Point[0] Position= (-456.193,140.34,2655.38) +Point[1] Position= (-456.249,140.313,2655.37) -TrackID =1508 : ParentID=1415 : TrackStatus=1 +TrackID =1476 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 52.423 -11.4412 8.63762 keV -Vertex : 0.297318 -0.349667 -1.68369 m Global time : 5.83883 ns +Original momentum : 12.3884 -41.2585 6.17566 keV +Vertex : -0.443336 0.136407 2.58051 m Global time : 8.74948 ns Current trajectory has 2 points. -Point[0] Position= (297.318,-349.667,-1683.69) -Point[1] Position= (297.444,-349.695,-1683.67) +Point[0] Position= (-443.336,136.407,2580.51) +Point[1] Position= (-443.319,136.348,2580.52) -TrackID =1507 : ParentID=1415 : TrackStatus=1 +TrackID =1475 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.57812 -33.7525 6.25933 keV -Vertex : 0.258907 -0.30453 -1.46619 m Global time : 5.08458 ns +Original momentum : -48.4996 1.55505 -6.03602 keV +Vertex : -0.418809 0.128899 2.43767 m Global time : 8.2652 ns Current trajectory has 2 points. -Point[0] Position= (258.907,-304.53,-1466.19) -Point[1] Position= (258.909,-304.558,-1466.18) +Point[0] Position= (-418.809,128.899,2437.67) +Point[1] Position= (-418.899,128.902,2437.66) -TrackID =1506 : ParentID=1415 : TrackStatus=1 +TrackID =1474 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 74.4661 67.2978 -11.095 keV -Vertex : 0.254234 -0.299036 -1.43973 m Global time : 4.9928 ns +Original momentum : -42.0825 85.6725 -2.73794 keV +Vertex : -0.413421 0.127249 2.40629 m Global time : 8.1588 ns Current trajectory has 3 points. -Point[0] Position= (254.234,-299.036,-1439.73) -Point[1] Position= (254.584,-297.914,-1440.39) -Point[2] Position= (254.827,-297.63,-1440.52) +Point[0] Position= (-413.421,127.249,2406.29) +Point[1] Position= (-413.101,128.289,2406.53) +Point[2] Position= (-412.818,128.12,2406.65) -TrackID =1505 : ParentID=1415 : TrackStatus=1 +TrackID =1511 : ParentID=1474 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.2885 -22.4861 8.38406 keV -Vertex : 0.253752 -0.298469 -1.437 m Global time : 4.98334 ns +Original momentum : 8.82792 -9.05291 -34.0674 keV +Vertex : -0.413101 0.128289 2.40653 m Global time : 8.17305 ns Current trajectory has 2 points. -Point[0] Position= (253.752,-298.469,-1437) -Point[1] Position= (253.783,-298.492,-1436.99) +Point[0] Position= (-413.101,128.289,2406.53) +Point[1] Position= (-413.092,128.28,2406.5) -TrackID =1504 : ParentID=1415 : TrackStatus=1 +TrackID =1473 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.3257 -25.4938 9.30529 keV -Vertex : 0.246142 -0.289523 -1.39392 m Global time : 4.83395 ns +Original momentum : 35.0465 62.0125 7.82828 keV +Vertex : -0.395796 0.121844 2.30365 m Global time : 7.81078 ns Current trajectory has 2 points. -Point[0] Position= (246.142,-289.523,-1393.92) -Point[1] Position= (246.188,-289.558,-1393.91) +Point[0] Position= (-395.796,121.844,2303.65) +Point[1] Position= (-395.629,122.139,2303.68) -TrackID =1503 : ParentID=1415 : TrackStatus=1 +TrackID =1472 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.9557 -45.23 9.34777 keV -Vertex : 0.240605 -0.283012 -1.36257 m Global time : 4.72524 ns +Original momentum : -29.6002 -15.7953 -3.12006 keV +Vertex : -0.369045 0.113623 2.14781 m Global time : 7.28243 ns Current trajectory has 2 points. -Point[0] Position= (240.605,-283.012,-1362.57) -Point[1] Position= (240.628,-283.092,-1362.55) +Point[0] Position= (-369.045,113.623,2147.81) +Point[1] Position= (-369.069,113.61,2147.81) -TrackID =1502 : ParentID=1415 : TrackStatus=1 +TrackID =1471 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.6917 -31.2841 7.81817 keV -Vertex : 0.235435 -0.276935 -1.33332 m Global time : 4.62378 ns +Original momentum : -20.2935 25.5123 -3.76213 keV +Vertex : -0.322526 0.0993227 1.87691 m Global time : 6.36393 ns Current trajectory has 2 points. -Point[0] Position= (235.435,-276.935,-1333.32) -Point[1] Position= (235.448,-276.963,-1333.31) +Point[0] Position= (-322.526,99.3227,1876.91) +Point[1] Position= (-322.542,99.3421,1876.91) -TrackID =1501 : ParentID=1415 : TrackStatus=1 +TrackID =1470 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.6677 -51.3206 9.97328 keV -Vertex : 0.207747 -0.244388 -1.17669 m Global time : 4.08061 ns +Original momentum : -61.5741 -40.4436 -3.06109 keV +Vertex : -0.320783 0.0987869 1.86676 m Global time : 6.3295 ns Current trajectory has 2 points. -Point[0] Position= (207.747,-244.388,-1176.69) -Point[1] Position= (207.777,-244.508,-1176.67) +Point[0] Position= (-320.783,98.7869,1866.76) +Point[1] Position= (-321.098,98.5796,1866.75) -TrackID =1500 : ParentID=1415 : TrackStatus=1 +TrackID =1469 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.4164 6.34874 -7.73672 keV -Vertex : 0.206268 -0.242647 -1.16832 m Global time : 4.05158 ns +Original momentum : -19.6091 29.5903 -3.66397 keV +Vertex : -0.302364 0.0931272 1.75952 m Global time : 5.9659 ns Current trajectory has 2 points. -Point[0] Position= (206.268,-242.647,-1168.32) -Point[1] Position= (206.246,-242.642,-1168.33) +Point[0] Position= (-302.364,93.1272,1759.52) +Point[1] Position= (-302.382,93.1543,1759.52) -TrackID =1499 : ParentID=1415 : TrackStatus=1 +TrackID =1468 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.27576 37.8373 -7.82748 keV -Vertex : 0.193745 -0.227928 -1.09749 m Global time : 3.80594 ns +Original momentum : -2.12974 47.2311 -0.639664 keV +Vertex : -0.300195 0.0924608 1.74689 m Global time : 5.92309 ns Current trajectory has 2 points. -Point[0] Position= (193.745,-227.928,-1097.49) -Point[1] Position= (193.756,-227.884,-1097.5) +Point[0] Position= (-300.195,92.4608,1746.89) +Point[1] Position= (-300.199,92.5421,1746.89) -TrackID =1498 : ParentID=1415 : TrackStatus=1 +TrackID =1467 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.67149 31.1761 -6.03526 keV -Vertex : 13.7965 -16.2385 -78.1658 cm Global time : 2.71069 ns +Original momentum : 32.9527 -19.3023 8.19229 keV +Vertex : -0.299334 0.0921959 1.74187 m Global time : 5.90607 ns Current trajectory has 2 points. -Point[0] Position= (137.965,-162.385,-781.658) -Point[1] Position= (137.97,-162.367,-781.662) +Point[0] Position= (-299.334,92.1959,1741.87) +Point[1] Position= (-299.297,92.1743,1741.88) + +TrackID =1466 : ParentID=1445 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -134.089 -16.3497 -4.30216 keV +Vertex : -0.292184 0.0899983 1.70024 m Global time : 5.76489 ns + Current trajectory has 5 points. +Point[0] Position= (-292.184,89.9983,1700.24) +Point[1] Position= (-294.211,87.8532,1700.6) +Point[2] Position= (-294.443,85.7104,1700.01) +Point[3] Position= (-294.733,84.2597,1699.92) +Point[4] Position= (-294.554,84.0517,1699.82) -TrackID =1497 : ParentID=1415 : TrackStatus=1 +TrackID =1465 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 54.3776 29.8757 -0.495104 keV -Vertex : 13.1035 -15.4247 -74.2422 cm Global time : 2.57462 ns +Original momentum : -48.3394 -27.0531 -3.81625 keV +Vertex : -0.271669 0.083689 1.58079 m Global time : 5.3599 ns Current trajectory has 2 points. -Point[0] Position= (131.035,-154.247,-742.422) -Point[1] Position= (131.146,-154.186,-742.423) +Point[0] Position= (-271.669,83.689,1580.79) +Point[1] Position= (-271.792,83.6205,1580.78) -TrackID =1496 : ParentID=1415 : TrackStatus=1 +TrackID =1464 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.536 -15.3837 -3.16382 keV -Vertex : 11.7916 -13.8841 -66.8173 cm Global time : 2.31715 ns +Original momentum : 35.4634 -14.725 8.40514 keV +Vertex : -0.255254 0.0786388 1.48523 m Global time : 5.03588 ns Current trajectory has 2 points. -Point[0] Position= (117.916,-138.841,-668.173) -Point[1] Position= (117.892,-138.853,-668.176) +Point[0] Position= (-255.254,78.6388,1485.23) +Point[1] Position= (-255.214,78.6221,1485.24) -TrackID =1495 : ParentID=1415 : TrackStatus=1 +TrackID =1463 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.9885 -123.077 7.82338 keV -Vertex : 11.1049 -13.078 -62.9325 cm Global time : 2.18243 ns - Current trajectory has 4 points. -Point[0] Position= (111.049,-130.78,-629.325) -Point[1] Position= (109.55,-132.286,-629.322) -Point[2] Position= (109.111,-133.139,-627.66) -Point[3] Position= (109.035,-133.55,-627.383) +Original momentum : -72.8336 -8.13545 -6.72466 keV +Vertex : -0.251188 0.0773873 1.46155 m Global time : 4.95563 ns + Current trajectory has 2 points. +Point[0] Position= (-251.188,77.3873,1461.55) +Point[1] Position= (-251.559,77.3458,1461.52) -TrackID =1510 : ParentID=1495 : TrackStatus=1 +TrackID =1462 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.8879 -11.7755 -31.8832 keV -Vertex : 10.955 -13.2286 -62.9322 cm Global time : 2.20579 ns +Original momentum : 17.102 -36.456 6.5216 keV +Vertex : -0.213422 0.0657533 1.24176 m Global time : 4.21038 ns Current trajectory has 2 points. -Point[0] Position= (109.55,-132.286,-629.322) -Point[1] Position= (109.561,-132.297,-629.351) +Point[0] Position= (-213.422,65.7533,1241.76) +Point[1] Position= (-213.401,65.7085,1241.77) -TrackID =1494 : ParentID=1415 : TrackStatus=1 +TrackID =1461 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.6981 26.541 -9.55801 keV -Vertex : 10.1871 -11.9998 -57.7392 cm Global time : 2.00233 ns +Original momentum : 16.3204 40.9122 2.56999 keV +Vertex : -0.198024 0.0610069 1.15215 m Global time : 3.90655 ns Current trajectory has 2 points. -Point[0] Position= (101.871,-119.998,-577.392) -Point[1] Position= (101.859,-119.978,-577.4) +Point[0] Position= (-198.024,61.0069,1152.15) +Point[1] Position= (-198,61.0669,1152.15) -TrackID =1493 : ParentID=1415 : TrackStatus=1 +TrackID =1460 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.0413 -31.6212 1.60893 keV -Vertex : 8.75118 -10.3086 -49.6059 cm Global time : 1.72026 ns +Original momentum : -35.0167 -8.50183 -4.25908 keV +Vertex : -0.172995 0.0532956 1.00647 m Global time : 3.41261 ns Current trajectory has 2 points. -Point[0] Position= (87.5118,-103.086,-496.059) -Point[1] Position= (87.4913,-103.119,-496.058) +Point[0] Position= (-172.995,53.2956,1006.47) +Point[1] Position= (-173.028,53.2876,1006.47) -TrackID =1492 : ParentID=1415 : TrackStatus=1 +TrackID =1459 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.2298 -19.0116 7.46019 keV -Vertex : 8.57228 -10.0979 -48.5925 cm Global time : 1.68512 ns +Original momentum : 25.14 -49.8715 10.1541 keV +Vertex : -15.589 4.80288 90.6935 cm Global time : 3.07512 ns Current trajectory has 2 points. -Point[0] Position= (85.7228,-100.979,-485.925) -Point[1] Position= (85.7434,-100.994,-485.919) +Point[0] Position= (-155.89,48.0288,906.935) +Point[1] Position= (-155.823,47.8957,906.962) -TrackID =1491 : ParentID=1415 : TrackStatus=1 +TrackID =1458 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.3262 45.1493 -8.49331 keV -Vertex : 5.46966 -6.4435 -31.0118 cm Global time : 1.07543 ns +Original momentum : 30.4141 40.377 5.65772 keV +Vertex : -15.1126 4.65623 87.9217 cm Global time : 2.98113 ns Current trajectory has 2 points. -Point[0] Position= (54.6966,-64.435,-310.118) -Point[1] Position= (54.7342,-64.347,-310.134) +Point[0] Position= (-151.126,46.5623,879.217) +Point[1] Position= (-151.064,46.6449,879.228) -TrackID =1490 : ParentID=1415 : TrackStatus=1 +TrackID =1457 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.7713 43.4982 -8.80203 keV -Vertex : 4.80497 -5.66044 -27.2448 cm Global time : 944.794 ps +Original momentum : -38.1876 -7.47691 -4.64205 keV +Vertex : -14.6536 4.51487 85.2509 cm Global time : 2.89058 ns Current trajectory has 2 points. -Point[0] Position= (48.0497,-56.6044,-272.448) -Point[1] Position= (48.0725,-56.5325,-272.462) +Point[0] Position= (-146.536,45.1487,852.509) +Point[1] Position= (-146.579,45.1403,852.504) + +TrackID =1456 : ParentID=1445 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -87.8773 3.53391 -7.59588 keV +Vertex : -14.3711 4.42783 83.6069 cm Global time : 2.83483 ns + Current trajectory has 3 points. +Point[0] Position= (-143.711,44.2783,836.069) +Point[1] Position= (-144.504,44.1194,836.918) +Point[2] Position= (-144.634,43.9593,836.944) -TrackID =1489 : ParentID=1415 : TrackStatus=1 +TrackID =1455 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.3331 -30.7749 8.52765 keV -Vertex : 3.65644 -4.30745 -20.7356 cm Global time : 719.062 ps +Original momentum : -14.8799 33.7829 -2.98562 keV +Vertex : -11.3205 3.48736 65.8567 cm Global time : 2.23299 ns Current trajectory has 2 points. -Point[0] Position= (36.5644,-43.0745,-207.356) -Point[1] Position= (36.5856,-43.1066,-207.347) +Point[0] Position= (-113.205,34.8736,658.567) +Point[1] Position= (-113.22,34.9071,658.564) -TrackID =1488 : ParentID=1415 : TrackStatus=1 +TrackID =1454 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.46754 65.2738 -16.5712 keV -Vertex : 2.40415 -2.83218 -13.6315 cm Global time : 472.715 ps +Original momentum : -13.3583 37.8574 -2.69496 keV +Vertex : -7.7158 2.37573 44.8863 cm Global time : 1.52195 ns Current trajectory has 2 points. -Point[0] Position= (24.0415,-28.3218,-136.315) -Point[1] Position= (24.081,-28.0492,-136.385) +Point[0] Position= (-77.158,23.7573,448.863) +Point[1] Position= (-77.1739,23.8024,448.86) + +TrackID =1453 : ParentID=1445 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -9.14924 -252.787 77.2564 keV +Vertex : -6.34443 1.95282 36.9073 cm Global time : 1.25141 ns + Current trajectory has 11 points. +Point[0] Position= (-63.4443,19.5282,369.073) +Point[1] Position= (-61.3644,2.89957,366.502) +Point[2] Position= (-65.4048,-5.45815,367.037) +Point[3] Position= (-70.3428,-10.3307,364.008) +Point[4] Position= (-71.2401,-12.2698,364.096) +Point[5] Position= (-73.5196,-16.2299,367.61) +Point[6] Position= (-72.3229,-20.392,370.116) +Point[7] Position= (-70.6268,-23.194,370.09) +Point[8] Position= (-69.9257,-24.9975,370.167) +Point[9] Position= (-70.9523,-25.8959,369.83) +Point[10] Position= (-70.9729,-25.874,369.846) -TrackID =1487 : ParentID=1415 : TrackStatus=1 +TrackID =1515 : ParentID=1453 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.7231 24.2556 -1.17877 keV -Vertex : 1.57467 -1.85548 -8.92877 cm Global time : 309.634 ps +Original momentum : -22.4388 -28.0633 -68.9848 keV +Vertex : -7.06268 -2.3194 37.009 cm Global time : 1.63537 ns Current trajectory has 2 points. -Point[0] Position= (15.7467,-18.5548,-89.2877) -Point[1] Position= (15.7812,-18.5276,-89.289) +Point[0] Position= (-70.6268,-23.194,370.09) +Point[1] Position= (-70.7585,-23.3587,369.685) -TrackID =1486 : ParentID=1415 : TrackStatus=1 +TrackID =1514 : ParentID=1453 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.0352 30.6402 -4.49251 keV -Vertex : 0.229068 -0.27 -1.29907 cm Global time : 45.0496 ps +Original momentum : -2.49974 -10.393 -36.5451 keV +Vertex : -7.12401 -1.22698 36.4096 cm Global time : 1.50877 ns Current trajectory has 2 points. -Point[0] Position= (2.29068,-2.7,-12.9907) -Point[1] Position= (2.30733,-2.67172,-12.9949) +Point[0] Position= (-71.2401,-12.2698,364.096) +Point[1] Position= (-71.2427,-12.2807,364.058) -TrackID =46 : ParentID=45 : TrackStatus=1 -Particle name : eta PDG code : 221 Charge : 0 -Original momentum : 149.76 47.7839 55.4076 MeV -Vertex : -1.82657e-295 -1.61751e-296 1.33387e-293 fm Global time : 6.39567e-305 ps - Current trajectory has 2 points. -Point[0] Position= (-1.82657e-307,-1.61751e-308,1.33387e-305) -Point[1] Position= (-1.81574e-307,-1.58295e-308,1.33391e-305) - -TrackID =42 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : -2.12856 0.964505 15.101 GeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (-9.29192e-307,4.21041e-307,6.59214e-306) - -TrackID =41 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : 2.12856 -0.964505 -1.29145 GeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (5.31791e-306,-2.40968e-306,-3.22649e-306) - -TrackID =1513 : ParentID=41 : TrackStatus=1 -Particle name : unknown PDG code : 92 Charge : 0 -Original momentum : 0 0 22.5268 GeV -Vertex : 5.31791e-294 -2.40968e-294 -3.22649e-294 fm Global time : 2.22507e-305 ps - Current trajectory has 2 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,-3.22649e-306) -Point[1] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) - -TrackID =1522 : ParentID=1513 : TrackStatus=1 -Particle name : pi- PDG code : -211 Charge : -1 -Original momentum : -0.793169 0.244283 4.61318 GeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps - Current trajectory has 61 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (-32.3179,9.947,187.983) -Point[2] Position= (-51.3122,15.7899,298.419) -Point[3] Position= (-52.5909,16.1832,305.854) -Point[4] Position= (-53.4829,16.4576,311.041) -Point[5] Position= (-75.7277,23.2996,440.354) -Point[6] Position= (-138.049,42.4751,803.024) -Point[7] Position= (-160.098,49.2771,931.362) -Point[8] Position= (-178.026,54.8065,1035.68) -Point[9] Position= (-184.029,56.6581,1070.6) -Point[10] Position= (-187.426,57.7064,1090.37) -Point[11] Position= (-212.877,65.5626,1238.49) -Point[12] Position= (-223.831,68.9435,1302.22) -Point[13] Position= (-251.096,77.3609,1460.85) -Point[14] Position= (-269.694,83.1043,1569.04) -Point[15] Position= (-273.415,84.2532,1590.68) -Point[16] Position= (-273.436,84.2598,1590.8) -Point[17] Position= (-319.727,98.5385,1860.04) -Point[18] Position= (-327.305,100.876,1904.11) -Point[19] Position= (-332.677,102.533,1935.35) -Point[20] Position= (-333.003,102.633,1937.25) -Point[21] Position= (-336.46,103.7,1957.35) -Point[22] Position= (-338.795,104.42,1970.93) -Point[23] Position= (-345.214,106.4,2008.25) -Point[24] Position= (-357.054,110.05,2077.08) -Point[25] Position= (-382.862,118.009,2227.1) -Point[26] Position= (-410.731,126.606,2389.18) -Point[27] Position= (-411.114,126.724,2391.41) -Point[28] Position= (-421.471,129.92,2451.64) -Point[29] Position= (-423.788,130.635,2465.11) -Point[30] Position= (-427.27,131.709,2485.35) -Point[31] Position= (-433.469,133.621,2521.38) -Point[32] Position= (-437.964,135.007,2547.51) -Point[33] Position= (-440.423,135.766,2561.81) -Point[34] Position= (-462.41,142.544,2689.61) -Point[35] Position= (-498.642,153.736,2900.28) -Point[36] Position= (-518.86,159.982,3017.79) -Point[37] Position= (-535.978,165.27,3117.26) -Point[38] Position= (-542.842,167.392,3157.15) -Point[39] Position= (-551.609,170.102,3208.11) -Point[40] Position= (-586.61,180.923,3411.54) -Point[41] Position= (-593.377,183.018,3450.87) -Point[42] Position= (-621.876,191.842,3616.53) -Point[43] Position= (-627.812,193.68,3651.04) -Point[44] Position= (-639.58,197.329,3719.46) -Point[45] Position= (-709.061,218.887,4123.53) -Point[46] Position= (-762.505,235.435,4434.45) -Point[47] Position= (-812.694,250.943,4726.34) -Point[48] Position= (-829.854,256.252,4826.23) -Point[49] Position= (-833.568,257.401,4847.85) -Point[50] Position= (-841.618,259.893,4894.71) -Point[51] Position= (-950.006,293.427,5525.81) -Point[52] Position= (-950.647,293.625,5529.54) -Point[53] Position= (-952.8,294.29,5542.08) -Point[54] Position= (-963.757,297.671,5605.89) -Point[55] Position= (-987.95,305.139,5746.77) -Point[56] Position= (-990.843,306.032,5763.61) -Point[57] Position= (-991.362,306.192,5766.64) -Point[58] Position= (-998.318,308.338,5807.13) -Point[59] Position= (-1018.68,314.624,5925.72) -Point[60] Position= (-1031.44,318.564,6000) - -TrackID =1581 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.7299 -7.46469 11.5764 keV -Vertex : -1.01868 0.314624 5.92572 m Global time : 20.0932 ns - Current trajectory has 2 points. -Point[0] Position= (-1018.68,314.624,5925.72) -Point[1] Position= (-1018.58,314.609,5925.75) - -TrackID =1580 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.948 29.8214 -4.34543 keV -Vertex : -0.998318 0.308338 5.80713 m Global time : 19.6911 ns - Current trajectory has 2 points. -Point[0] Position= (-998.318,308.338,5807.13) -Point[1] Position= (-998.346,308.372,5807.12) - -TrackID =1579 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.8896 -11.3005 7.99088 keV -Vertex : -0.991362 0.306192 5.76664 m Global time : 19.5538 ns - Current trajectory has 2 points. -Point[0] Position= (-991.362,306.192,5766.64) -Point[1] Position= (-991.327,306.18,5766.64) - -TrackID =1578 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.7193 -24.8912 9.92233 keV -Vertex : -0.990843 0.306032 5.76361 m Global time : 19.5436 ns - Current trajectory has 2 points. -Point[0] Position= (-990.843,306.032,5763.61) -Point[1] Position= (-990.781,305.991,5763.63) - -TrackID =1577 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.9798 26.3148 10.4605 keV -Vertex : -0.98795 0.305139 5.74677 m Global time : 19.4865 ns - Current trajectory has 2 points. -Point[0] Position= (-987.95,305.139,5746.77) -Point[1] Position= (-987.813,305.211,5746.8) - -TrackID =1576 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.8218 33.3305 2.30818 keV -Vertex : -0.963757 0.297671 5.60589 m Global time : 19.0088 ns - Current trajectory has 2 points. -Point[0] Position= (-963.757,297.671,5605.89) -Point[1] Position= (-963.741,297.704,5605.89) - -TrackID =1575 : ParentID=1522 : TrackStatus=1 +TrackID =1513 : ParentID=1453 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.0316 34.8493 5.20716 keV -Vertex : -0.9528 0.29429 5.54208 m Global time : 18.7924 ns +Original momentum : -30.1521 11.3233 4.68721 keV +Vertex : -7.03428 -1.03307 36.4008 cm Global time : 1.48944 ns Current trajectory has 2 points. -Point[0] Position= (-952.8,294.29,5542.08) -Point[1] Position= (-952.754,294.345,5542.09) +Point[0] Position= (-70.3428,-10.3307,364.008) +Point[1] Position= (-70.3654,-10.3222,364.012) -TrackID =1574 : ParentID=1522 : TrackStatus=1 +TrackID =1512 : ParentID=1453 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.6204 13.7377 -4.62006 keV -Vertex : -0.950647 0.293625 5.52954 m Global time : 18.7499 ns - Current trajectory has 2 points. -Point[0] Position= (-950.647,293.625,5529.54) -Point[1] Position= (-950.667,293.635,5529.53) +Original momentum : 45.7166 -7.80907 -42.7205 keV +Vertex : -6.54048 -0.545815 36.7037 cm Global time : 1.42894 ns + Current trajectory has 3 points. +Point[0] Position= (-65.4048,-5.45815,367.037) +Point[1] Position= (-65.2563,-5.64156,366.934) +Point[2] Position= (-65.25,-5.67575,366.933) -TrackID =1573 : ParentID=1522 : TrackStatus=1 +TrackID =1516 : ParentID=1512 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.13415 46.8356 -0.666682 keV -Vertex : -0.950006 0.293427 5.52581 m Global time : 18.7373 ns +Original momentum : -15.5926 -1.42909 -31.1177 keV +Vertex : -6.52563 -0.564156 36.6934 cm Global time : 1.43439 ns Current trajectory has 2 points. -Point[0] Position= (-950.006,293.427,5525.81) -Point[1] Position= (-950.01,293.506,5525.81) +Point[0] Position= (-65.2563,-5.64156,366.934) +Point[1] Position= (-65.2698,-5.6428,366.907) -TrackID =1572 : ParentID=1522 : TrackStatus=1 +TrackID =1452 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.5607 -73.8908 7.67837 keV -Vertex : -0.841618 0.259893 4.89471 m Global time : 16.5975 ns +Original momentum : 27.4445 37.0887 4.89292 keV +Vertex : -6.01306 1.85087 34.9797 cm Global time : 1.18605 ns Current trajectory has 2 points. -Point[0] Position= (-841.618,259.893,4894.71) -Point[1] Position= (-841.675,259.497,4894.75) +Point[0] Position= (-60.1306,18.5087,349.797) +Point[1] Position= (-60.0854,18.5697,349.805) -TrackID =1571 : ParentID=1522 : TrackStatus=1 +TrackID =1451 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.32757 -47.4219 5.18484 keV -Vertex : -0.833568 0.257401 4.84785 m Global time : 16.4386 ns +Original momentum : 0.513553 -39.8809 3.79149 keV +Vertex : -6.01111 1.85027 34.9684 cm Global time : 1.18566 ns Current trajectory has 2 points. -Point[0] Position= (-833.568,257.401,4847.85) -Point[1] Position= (-833.564,257.317,4847.86) +Point[0] Position= (-60.1111,18.5027,349.684) +Point[1] Position= (-60.1105,18.4556,349.688) -TrackID =1570 : ParentID=1522 : TrackStatus=1 +TrackID =1450 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.2049 94.6189 -1.23819 keV -Vertex : -0.829854 0.256252 4.82623 m Global time : 16.3653 ns - Current trajectory has 4 points. -Point[0] Position= (-829.854,256.252,4826.23) -Point[1] Position= (-830.491,256.915,4826.79) -Point[2] Position= (-830.316,257.368,4827.15) -Point[3] Position= (-830.167,257.574,4827.37) - -TrackID =1583 : ParentID=1570 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.8165 25.9243 -15.3358 keV -Vertex : -0.830316 0.257368 4.82715 m Global time : 16.3893 ns +Original momentum : 33.0726 17.2415 6.19133 keV +Vertex : -4.30667 1.32576 25.0522 cm Global time : 849.439 ps Current trajectory has 2 points. -Point[0] Position= (-830.316,257.368,4827.15) -Point[1] Position= (-830.325,257.388,4827.14) +Point[0] Position= (-43.0667,13.2576,250.522) +Point[1] Position= (-43.0323,13.2755,250.529) -TrackID =1582 : ParentID=1570 : TrackStatus=1 +TrackID =1449 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.4273 -1.71548 17.7292 keV -Vertex : -0.830491 0.256915 4.82679 m Global time : 16.3797 ns +Original momentum : -14.9446 36.5195 -2.94606 keV +Vertex : -3.91255 1.20442 22.759 cm Global time : 771.686 ps Current trajectory has 2 points. -Point[0] Position= (-830.491,256.915,4826.79) -Point[1] Position= (-830.472,256.914,4826.8) +Point[0] Position= (-39.1255,12.0442,227.59) +Point[1] Position= (-39.1427,12.0862,227.587) -TrackID =1569 : ParentID=1522 : TrackStatus=1 +TrackID =1448 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.3051 -35.5628 3.73949 keV -Vertex : -0.812694 0.250943 4.72634 m Global time : 16.0266 ns +Original momentum : -46.7524 -41.7658 -1.928 keV +Vertex : -3.45545 1.06368 20.0995 cm Global time : 681.509 ps Current trajectory has 2 points. -Point[0] Position= (-812.694,250.943,4726.34) -Point[1] Position= (-812.691,250.91,4726.35) +Point[0] Position= (-34.5545,10.6368,200.995) +Point[1] Position= (-34.7141,10.4942,200.988) -TrackID =1568 : ParentID=1522 : TrackStatus=1 +TrackID =1447 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 53.1462 -5.89096 12.4382 keV -Vertex : -0.762505 0.235435 4.43445 m Global time : 15.0368 ns +Original momentum : 11.4607 41.9003 1.62955 keV +Vertex : -2.96395 0.912389 17.2401 cm Global time : 584.556 ps Current trajectory has 2 points. -Point[0] Position= (-762.505,235.435,4434.45) -Point[1] Position= (-762.374,235.42,4434.48) +Point[0] Position= (-29.6395,9.12389,172.401) +Point[1] Position= (-29.6232,9.18328,172.403) -TrackID =1567 : ParentID=1522 : TrackStatus=1 +TrackID =1446 : ParentID=1445 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.7579 38.0111 3.20179 keV -Vertex : -0.709061 0.218887 4.12353 m Global time : 13.9826 ns +Original momentum : -27.5562 19.7014 -4.62 keV +Vertex : -0.754029 0.232129 4.38525 cm Global time : 148.691 ps Current trajectory has 2 points. -Point[0] Position= (-709.061,218.887,4123.53) -Point[1] Position= (-709.034,218.94,4123.53) +Point[0] Position= (-7.54029,2.32129,43.8525) +Point[1] Position= (-7.56323,2.3377,43.8486) -TrackID =1566 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.1875 -29.4315 6.78081 keV -Vertex : -0.63958 0.197329 3.71946 m Global time : 12.6125 ns - Current trajectory has 2 points. -Point[0] Position= (-639.58,197.329,3719.46) -Point[1] Position= (-639.557,197.299,3719.47) +TrackID =1435 : ParentID=46 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : 161.285 285.558 63.952 MeV +Vertex : -1.81125e-295 -1.56864e-296 1.33393e-293 fm Global time : 6.39763e-305 ps + Current trajectory has 10 points. +Point[0] Position= (-1.81125e-307,-1.56864e-308,1.33393e-305) +Point[1] Position= (98.3573,174.143,39.0001) +Point[2] Position= (122.947,217.679,48.7502) +Point[3] Position= (125.406,222.033,49.7252) +Point[4] Position= (147.536,261.215,58.5002) +Point[5] Position= (149.995,265.568,59.4752) +Point[6] Position= (172.125,304.75,68.2502) +Point[7] Position= (174.584,309.104,69.2252) +Point[8] Position= (196.715,348.286,78.0002) +Point[9] Position= (197.832,350.264,78.4432) -TrackID =1565 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.97595 -35.9119 2.04659 keV -Vertex : -0.627812 0.19368 3.65104 m Global time : 12.3805 ns +TrackID =1444 : ParentID=1436 : TrackStatus=1 +Particle name : unknown : rho0 PDG code : 113 Charge : 0 +Original momentum : -0.369628 -0.184631 2.94569 GeV +Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps Current trajectory has 2 points. -Point[0] Position= (-627.812,193.68,3651.04) -Point[1] Position= (-627.819,193.645,3651.04) +Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) +Point[1] Position= (4.48899e-306,-2.82373e-306,1.005e-305) -TrackID =1564 : ParentID=1522 : TrackStatus=1 +TrackID =1534 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -55.4114 -54.4352 -0.666073 keV -Vertex : -0.621876 0.191842 3.61653 m Global time : 12.2635 ns +Original momentum : 16.4502 35.8022 18.0369 keV +Vertex : -40.1373 -22.4633 91.3956 cm Global time : 3.49337 ns Current trajectory has 2 points. -Point[0] Position= (-621.876,191.842,3616.53) -Point[1] Position= (-622.2,191.523,3616.53) +Point[0] Position= (-401.373,-224.633,913.956) +Point[1] Position= (-401.357,-224.599,913.973) -TrackID =1563 : ParentID=1522 : TrackStatus=1 +TrackID =1533 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.1912 -32.3628 3.51513 keV -Vertex : -0.593377 0.183018 3.45087 m Global time : 11.7018 ns +Original momentum : -1.043 49.2883 14.5033 keV +Vertex : -36.1108 -20.2214 82.202 cm Global time : 3.14224 ns Current trajectory has 2 points. -Point[0] Position= (-593.377,183.018,3450.87) -Point[1] Position= (-593.373,182.993,3450.87) +Point[0] Position= (-361.108,-202.214,822.02) +Point[1] Position= (-361.109,-202.147,822.04) -TrackID =1562 : ParentID=1522 : TrackStatus=1 +TrackID =1532 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -77.8109 -66.5965 0.489435 keV -Vertex : -0.58661 0.180923 3.41154 m Global time : 11.5684 ns - Current trajectory has 3 points. -Point[0] Position= (-586.61,180.923,3411.54) -Point[1] Position= (-586.9,180.072,3411.35) -Point[2] Position= (-587.222,179.736,3411.35) +Original momentum : 9.20787 30.6812 12.8536 keV +Vertex : -30.2776 -16.973 68.8895 cm Global time : 2.63376 ns + Current trajectory has 2 points. +Point[0] Position= (-302.776,-169.73,688.895) +Point[1] Position= (-302.77,-169.711,688.903) -TrackID =1584 : ParentID=1562 : TrackStatus=1 +TrackID =1531 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.913 16.6572 29.012 keV -Vertex : -0.5869 0.180072 3.41135 m Global time : 11.5815 ns +Original momentum : -37.8972 0.742292 -14.5712 keV +Vertex : -29.8317 -16.7245 67.8712 cm Global time : 2.59487 ns Current trajectory has 2 points. -Point[0] Position= (-586.9,180.072,3411.35) -Point[1] Position= (-586.919,180.089,3411.38) +Point[0] Position= (-298.317,-167.245,678.712) +Point[1] Position= (-298.349,-167.244,678.7) -TrackID =1561 : ParentID=1522 : TrackStatus=1 +TrackID =1530 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.4668 4.61697 -4.84602 keV -Vertex : -0.551609 0.170102 3.20811 m Global time : 10.8786 ns +Original momentum : -14.5256 -26.8235 -11.7223 keV +Vertex : -28.7805 -16.1384 65.4712 cm Global time : 2.5032 ns Current trajectory has 2 points. -Point[0] Position= (-551.609,170.102,3208.11) -Point[1] Position= (-551.637,170.106,3208.11) +Point[0] Position= (-287.805,-161.384,654.712) +Point[1] Position= (-287.813,-161.399,654.705) -TrackID =1560 : ParentID=1522 : TrackStatus=1 +TrackID =1529 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.348 30.581 2.80169 keV -Vertex : -0.542842 0.167392 3.15715 m Global time : 10.7058 ns +Original momentum : -11.9053 -33.8546 -11.8936 keV +Vertex : -28.543 -16.0059 64.9291 cm Global time : 2.48249 ns Current trajectory has 2 points. -Point[0] Position= (-542.842,167.392,3157.15) -Point[1] Position= (-542.825,167.42,3157.16) +Point[0] Position= (-285.43,-160.059,649.291) +Point[1] Position= (-285.439,-160.084,649.282) -TrackID =1559 : ParentID=1522 : TrackStatus=1 +TrackID =1528 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -285.168 -23.3213 28.77 keV -Vertex : -0.535978 0.16527 3.11726 m Global time : 10.5705 ns - Current trajectory has 16 points. -Point[0] Position= (-535.978,165.27,3117.26) -Point[1] Position= (-556.669,170.627,3112.16) -Point[2] Position= (-563.402,171.681,3106.89) -Point[3] Position= (-565.843,173.057,3097.55) -Point[4] Position= (-565.826,179.277,3106.8) -Point[5] Position= (-563.822,181.042,3113.16) -Point[6] Position= (-561.822,184.052,3117.91) -Point[7] Position= (-558.215,186.309,3121.15) -Point[8] Position= (-556.249,187.029,3120.92) -Point[9] Position= (-553.23,188.045,3120.04) -Point[10] Position= (-553.257,190.319,3118.82) -Point[11] Position= (-553.409,190.342,3118.66) -Point[12] Position= (-553.804,189.521,3118.16) -Point[13] Position= (-553.851,189.348,3117.94) -Point[14] Position= (-553.302,189.014,3117.38) -Point[15] Position= (-553.301,189.013,3117.38) +Original momentum : -38.1262 5.01406 -13.6167 keV +Vertex : -27.5703 -15.4625 62.7094 cm Global time : 2.39769 ns + Current trajectory has 2 points. +Point[0] Position= (-275.703,-154.625,627.094) +Point[1] Position= (-275.736,-154.621,627.082) -TrackID =1591 : ParentID=1559 : TrackStatus=1 +TrackID =1527 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.8534 6.6407 -18.3098 keV -Vertex : -0.553851 0.189348 3.11794 m Global time : 11.1807 ns +Original momentum : 1.46384 -46.3265 -8.31796 keV +Vertex : -22.8106 -12.7981 51.8448 cm Global time : 1.98262 ns Current trajectory has 2 points. -Point[0] Position= (-553.851,189.348,3117.94) -Point[1] Position= (-553.819,189.354,3117.92) +Point[0] Position= (-228.106,-127.981,518.448) +Point[1] Position= (-228.104,-128.033,518.438) -TrackID =1590 : ParentID=1559 : TrackStatus=1 +TrackID =1526 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.9798 17.4058 -25.5588 keV -Vertex : -0.553804 0.189521 3.11816 m Global time : 11.1756 ns - Current trajectory has 2 points. -Point[0] Position= (-553.804,189.521,3118.16) -Point[1] Position= (-553.794,189.535,3118.13) +Original momentum : -40.001 30.6139 -7.1243 keV +Vertex : -18.9875 -10.6482 43.146 cm Global time : 1.65 ns + Current trajectory has 3 points. +Point[0] Position= (-189.875,-106.482,431.46) +Point[1] Position= (-189.884,-106.471,431.455) +Point[2] Position= (-189.893,-106.412,431.452) -TrackID =1589 : ParentID=1559 : TrackStatus=1 +TrackID =1525 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.7848 15.0594 -27.3714 keV -Vertex : -0.553409 0.190342 3.11866 m Global time : 11.1612 ns +Original momentum : -38.9152 28.5741 -7.3787 keV +Vertex : -18.883 -10.5895 42.9087 cm Global time : 1.64092 ns Current trajectory has 2 points. -Point[0] Position= (-553.409,190.342,3118.66) -Point[1] Position= (-553.396,190.355,3118.64) +Point[0] Position= (-188.83,-105.895,429.087) +Point[1] Position= (-188.878,-105.86,429.078) -TrackID =1588 : ParentID=1559 : TrackStatus=1 +TrackID =1524 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.3129 -9.05029 -31.0239 keV -Vertex : -0.556249 0.187029 3.12092 m Global time : 11.0951 ns +Original momentum : 28.7364 -31.6253 6.94341 keV +Vertex : -15.6914 -8.7983 35.6603 cm Global time : 1.36369 ns Current trajectory has 2 points. -Point[0] Position= (-556.249,187.029,3120.92) -Point[1] Position= (-556.237,187.021,3120.9) +Point[0] Position= (-156.914,-87.983,356.603) +Point[1] Position= (-156.874,-88.0274,356.613) -TrackID =1587 : ParentID=1559 : TrackStatus=1 +TrackID =1523 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.8025 -11.652 -6.16105 keV -Vertex : -0.563822 0.181042 3.11316 m Global time : 10.9723 ns +Original momentum : -34.7676 34.7894 -3.99447 keV +Vertex : -12.0426 -6.7517 27.3749 cm Global time : 1.04678 ns Current trajectory has 2 points. -Point[0] Position= (-563.822,181.042,3113.16) -Point[1] Position= (-563.787,181.03,3113.16) +Point[0] Position= (-120.426,-67.517,273.749) +Point[1] Position= (-120.492,-67.4508,273.741) -TrackID =1586 : ParentID=1559 : TrackStatus=1 +TrackID =1522 : ParentID=1521 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.5901 16.5586 -25.6593 keV -Vertex : -0.565843 0.173057 3.09755 m Global time : 10.8367 ns +Original momentum : -0.648445 -37.822 -7.93969 keV +Vertex : -3.74562 -2.10164 8.52258 cm Global time : 325.843 ps Current trajectory has 2 points. -Point[0] Position= (-565.843,173.057,3097.55) -Point[1] Position= (-565.826,173.072,3097.52) +Point[0] Position= (-37.4562,-21.0164,85.2258) +Point[1] Position= (-37.4569,-21.0577,85.2172) -TrackID =1585 : ParentID=1559 : TrackStatus=1 +TrackID =1536 : ParentID=1517 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.9051 79.9377 -1.24851 keV -Vertex : -0.563402 0.171681 3.10689 m Global time : 10.7639 ns +Original momentum : 281.459 274.117 812.891 keV +Vertex : 19.8489 35.1421 7.87022 cm Global time : 1.37163 ns Current trajectory has 3 points. -Point[0] Position= (-563.402,171.681,3106.89) -Point[1] Position= (-563.577,171.908,3106.89) -Point[2] Position= (-563.644,171.983,3106.74) +Point[0] Position= (198.489,351.421,78.7022) +Point[1] Position= (197.771,351.701,79.2617) +Point[2] Position= (197.771,351.694,79.2661) -TrackID =1592 : ParentID=1585 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.6278 31.5739 26.9168 keV -Vertex : -0.563577 0.171908 3.10689 m Global time : 10.7694 ns - Current trajectory has 2 points. -Point[0] Position= (-563.577,171.908,3106.89) -Point[1] Position= (-563.624,171.967,3106.94) +TrackID =1519 : ParentID=1518 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : 14.0982 29.4609 6.88381 keV +Vertex : 19.8995 35.2436 7.88978 cm Global time : 1.37546 ns + Current trajectory has 4 points. +Point[0] Position= (198.995,352.436,78.8978) +Point[1] Position= (199.11,352.676,78.9539) +Point[2] Position= (218.574,393.351,88.458) +Point[3] Position= (218.857,393.942,88.5961) -TrackID =1558 : ParentID=1522 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.666 -2.95529 7.62476 keV -Vertex : -0.51886 0.159982 3.01779 m Global time : 10.2333 ns - Current trajectory has 2 points. -Point[0] Position= (-518.86,159.982,3017.79) -Point[1] Position= (-518.826,159.98,3017.8) +TrackID =1520 : ParentID=1444 : TrackStatus=1 +Particle name : pi+ PDG code : 211 Charge : 1 +Original momentum : -0.0545672 -0.0118644 1.86247 GeV +Vertex : 4.48899e-294 -2.82373e-294 1.005e-293 fm Global time : 6.98778e-305 ps + Current trajectory has 57 points. +Point[0] Position= (4.48899e-306,-2.82373e-306,1.005e-305) +Point[1] Position= (-2.46745,-0.539849,84.324) +Point[2] Position= (-4.04676,-0.898283,138.164) +Point[3] Position= (-9.05556,-2.04271,308.616) +Point[4] Position= (-12.4636,-2.82097,424.749) +Point[5] Position= (-14.6738,-3.33304,500.311) +Point[6] Position= (-21.0328,-4.82284,718.84) +Point[7] Position= (-26.861,-6.15767,919.314) +Point[8] Position= (-27.2133,-6.23579,931.419) +Point[9] Position= (-33.6388,-7.71179,1153.54) +Point[10] Position= (-34.0659,-7.81128,1168.27) +Point[11] Position= (-36.2079,-8.31248,1241.93) +Point[12] Position= (-37.1483,-8.53333,1274.22) +Point[13] Position= (-37.9447,-8.72075,1301.6) +Point[14] Position= (-48.1629,-11.1644,1653.07) +Point[15] Position= (-48.7591,-11.3107,1673.52) +Point[16] Position= (-52.8421,-12.3155,1814.26) +Point[17] Position= (-55.7656,-13.0266,1915.34) +Point[18] Position= (-56.9378,-13.3115,1955.86) +Point[19] Position= (-60.3689,-14.1402,2074.61) +Point[20] Position= (-66.5937,-15.6075,2290.33) +Point[21] Position= (-70.0417,-16.405,2409.69) +Point[22] Position= (-71.509,-16.7454,2460.72) +Point[23] Position= (-72.9072,-17.0742,2509.34) +Point[24] Position= (-77.7319,-18.1931,2676.72) +Point[25] Position= (-82.9564,-19.4105,2858.16) +Point[26] Position= (-90.0642,-21.1047,3104.78) +Point[27] Position= (-93.707,-21.9635,3230.69) +Point[28] Position= (-97.1287,-22.7704,3349.26) +Point[29] Position= (-97.5975,-22.884,3365.53) +Point[30] Position= (-98.0486,-22.9939,3381.21) +Point[31] Position= (-100.736,-23.6453,3474.56) +Point[32] Position= (-101.751,-23.8908,3509.77) +Point[33] Position= (-103.34,-24.2755,3564.93) +Point[34] Position= (-109.795,-25.8398,3789.88) +Point[35] Position= (-117.841,-27.7598,4071.81) +Point[36] Position= (-122.212,-28.7893,4225.52) +Point[37] Position= (-124.945,-29.4283,4321.61) +Point[38] Position= (-129.463,-30.4826,4480.45) +Point[39] Position= (-132.417,-31.1832,4584.45) +Point[40] Position= (-133.949,-31.5464,4638.19) +Point[41] Position= (-135.161,-31.8291,4680.69) +Point[42] Position= (-135.503,-31.9084,4692.68) +Point[43] Position= (-138.73,-32.6427,4805.6) +Point[44] Position= (-138.751,-32.6476,4806.35) +Point[45] Position= (-139.276,-32.7639,4824.6) +Point[46] Position= (-140.185,-32.9661,4856.16) +Point[47] Position= (-155.758,-36.5159,5395.08) +Point[48] Position= (-157.742,-36.9752,5463.62) +Point[49] Position= (-159.61,-37.4126,5528.45) +Point[50] Position= (-163.053,-38.2088,5647.54) +Point[51] Position= (-166.889,-39.0978,5779.81) +Point[52] Position= (-169.917,-39.7855,5883.78) +Point[53] Position= (-170.465,-39.9073,5902.48) +Point[54] Position= (-170.794,-39.9804,5913.71) +Point[55] Position= (-170.849,-39.9925,5915.58) +Point[56] Position= (-173.334,-40.5409,6000) + +TrackID =1593 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 28.0874 37.4747 3.22834 keV +Vertex : -0.170849 -0.0399925 5.91558 m Global time : 19.7963 ns + Current trajectory has 2 points. +Point[0] Position= (-170.849,-39.9925,5915.58) +Point[1] Position= (-170.802,-39.9291,5915.59) + +TrackID =1592 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 38.2245 -13.1029 2.6433 keV +Vertex : -0.170794 -0.0399804 5.91371 m Global time : 19.7901 ns + Current trajectory has 2 points. +Point[0] Position= (-170.794,-39.9804,5913.71) +Point[1] Position= (-170.748,-39.9963,5913.72) + +TrackID =1591 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 32.4724 15.5589 2.32905 keV +Vertex : -0.170465 -0.0399073 5.90248 m Global time : 19.7525 ns + Current trajectory has 2 points. +Point[0] Position= (-170.465,-39.9073,5902.48) +Point[1] Position= (-170.434,-39.8927,5902.48) + +TrackID =1590 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -9.14123 -72.7343 4.52525 keV +Vertex : -0.169917 -0.0397855 5.88378 m Global time : 19.6899 ns + Current trajectory has 2 points. +Point[0] Position= (-169.917,-39.7855,5883.78) +Point[1] Position= (-169.964,-40.1546,5883.8) + +TrackID =1589 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 69.9225 38.4698 8.56879 keV +Vertex : -0.166889 -0.0390978 5.77981 m Global time : 19.342 ns + Current trajectory has 2 points. +Point[0] Position= (-166.889,-39.0978,5779.81) +Point[1] Position= (-166.444,-38.8532,5779.87) + +TrackID =1588 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -27.4977 34.7156 1.36086 keV +Vertex : -0.163053 -0.0382088 5.64754 m Global time : 18.8993 ns + Current trajectory has 2 points. +Point[0] Position= (-163.053,-38.2088,5647.54) +Point[1] Position= (-163.094,-38.1574,5647.54) + +TrackID =1587 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -5.30661 -40.3325 1.20115 keV +Vertex : -0.15961 -0.0374126 5.52845 m Global time : 18.5008 ns + Current trajectory has 2 points. +Point[0] Position= (-159.61,-37.4126,5528.45) +Point[1] Position= (-159.617,-37.4619,5528.45) + +TrackID =1586 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -34.3204 19.744 0.678268 keV +Vertex : -0.157742 -0.0369752 5.46362 m Global time : 18.2838 ns + Current trajectory has 2 points. +Point[0] Position= (-157.742,-36.9752,5463.62) +Point[1] Position= (-157.781,-36.9525,5463.62) -TrackID =1557 : ParentID=1522 : TrackStatus=1 +TrackID =1585 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.2867 41.8604 -6.52033 keV -Vertex : -0.498642 0.153736 2.90028 m Global time : 9.83481 ns - Current trajectory has 2 points. -Point[0] Position= (-498.642,153.736,2900.28) -Point[1] Position= (-498.825,153.892,2900.26) +Original momentum : -91.9538 -43.9237 7.18771 keV +Vertex : -0.155758 -0.0365159 5.39508 m Global time : 18.0545 ns + Current trajectory has 4 points. +Point[0] Position= (-155.758,-36.5159,5395.08) +Point[1] Position= (-156.429,-37.1883,5395.8) +Point[2] Position= (-156.713,-36.9319,5395.88) +Point[3] Position= (-156.748,-36.8884,5395.88) -TrackID =1556 : ParentID=1522 : TrackStatus=1 +TrackID =1595 : ParentID=1585 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.9306 -36.7003 -2.18169 keV -Vertex : -0.46241 0.142544 2.68961 m Global time : 9.1205 ns +Original momentum : -7.16901 -6.64304 34.951 keV +Vertex : -0.156713 -0.0369319 5.39588 m Global time : 18.0786 ns Current trajectory has 2 points. -Point[0] Position= (-462.41,142.544,2689.61) -Point[1] Position= (-462.517,142.45,2689.61) +Point[0] Position= (-156.713,-36.9319,5395.88) +Point[1] Position= (-156.72,-36.9382,5395.91) -TrackID =1555 : ParentID=1522 : TrackStatus=1 +TrackID =1594 : ParentID=1585 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.2423 31.1111 -4.37955 keV -Vertex : -0.440423 0.135766 2.56181 m Global time : 8.68713 ns +Original momentum : -16.6114 -34.4519 24.3776 keV +Vertex : -0.156429 -0.0371883 5.3958 m Global time : 18.0705 ns Current trajectory has 2 points. -Point[0] Position= (-440.423,135.766,2561.81) -Point[1] Position= (-440.453,135.803,2561.8) +Point[0] Position= (-156.429,-37.1883,5395.8) +Point[1] Position= (-156.455,-37.2421,5395.84) -TrackID =1554 : ParentID=1522 : TrackStatus=1 +TrackID =1584 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.1717 -17.4369 7.61275 keV -Vertex : -0.437964 0.135007 2.54751 m Global time : 8.63866 ns +Original momentum : -32.5503 -3.52296 0.0898513 keV +Vertex : -0.140185 -0.0329661 4.85616 m Global time : 16.251 ns Current trajectory has 2 points. -Point[0] Position= (-437.964,135.007,2547.51) -Point[1] Position= (-437.934,134.99,2547.52) +Point[0] Position= (-140.185,-32.9661,4856.16) +Point[1] Position= (-140.21,-32.9687,4856.16) -TrackID =1553 : ParentID=1522 : TrackStatus=1 +TrackID =1583 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.1738 22.4185 -4.24993 keV -Vertex : -0.433469 0.133621 2.52138 m Global time : 8.55006 ns +Original momentum : -31.2438 37.1528 1.6497 keV +Vertex : -0.139276 -0.0327639 4.8246 m Global time : 16.1454 ns Current trajectory has 2 points. -Point[0] Position= (-433.469,133.621,2521.38) -Point[1] Position= (-433.488,133.638,2521.38) +Point[0] Position= (-139.276,-32.7639,4824.6) +Point[1] Position= (-139.333,-32.6958,4824.6) -TrackID =1552 : ParentID=1522 : TrackStatus=1 +TrackID =1582 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 56.4292 -2.90678 13.2007 keV -Vertex : -0.42727 0.131709 2.48535 m Global time : 8.4279 ns - Current trajectory has 2 points. -Point[0] Position= (-427.27,131.709,2485.35) -Point[1] Position= (-427.111,131.7,2485.39) +Original momentum : 50.0953 -128.832 19.3943 keV +Vertex : -0.138751 -0.0326476 4.80635 m Global time : 16.0843 ns + Current trajectory has 5 points. +Point[0] Position= (-138.751,-32.6476,4806.35) +Point[1] Position= (-136.648,-34.2933,4807.58) +Point[2] Position= (-137.143,-36.4196,4806.82) +Point[3] Position= (-136.115,-36.9934,4805.5) +Point[4] Position= (-135.854,-36.7297,4805.25) -TrackID =1551 : ParentID=1522 : TrackStatus=1 +TrackID =1581 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 64.4826 31.8547 14.7343 keV -Vertex : -0.423788 0.130635 2.46511 m Global time : 8.35925 ns - Current trajectory has 3 points. -Point[0] Position= (-423.788,130.635,2465.11) -Point[1] Position= (-423.413,130.636,2464.95) -Point[2] Position= (-423.305,130.703,2464.84) +Original momentum : -34.3582 -31.5645 0.942725 keV +Vertex : -0.13873 -0.0326427 4.8056 m Global time : 16.0818 ns + Current trajectory has 2 points. +Point[0] Position= (-138.73,-32.6427,4805.6) +Point[1] Position= (-138.787,-32.6954,4805.6) -TrackID =1593 : ParentID=1551 : TrackStatus=1 +TrackID =1580 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.9239 15.0813 25.0644 keV -Vertex : -0.423413 0.130636 2.46495 m Global time : 8.36625 ns +Original momentum : 29.9732 -28.9328 2.37062 keV +Vertex : -0.135503 -0.0319084 4.69268 m Global time : 15.7039 ns Current trajectory has 2 points. -Point[0] Position= (-423.413,130.636,2464.95) -Point[1] Position= (-423.4,130.648,2464.97) +Point[0] Position= (-135.503,-31.9084,4692.68) +Point[1] Position= (-135.464,-31.9458,4692.69) -TrackID =1550 : ParentID=1522 : TrackStatus=1 +TrackID =1579 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.8058 -20.3906 6.63891 keV -Vertex : -0.421471 0.12992 2.45164 m Global time : 8.31358 ns +Original momentum : -6.16254 -35.2261 0.845158 keV +Vertex : -0.135161 -0.0318291 4.68069 m Global time : 15.6638 ns Current trajectory has 2 points. -Point[0] Position= (-421.471,129.92,2451.64) -Point[1] Position= (-421.45,129.903,2451.64) +Point[0] Position= (-135.161,-31.8291,4680.69) +Point[1] Position= (-135.167,-31.8615,4680.69) -TrackID =1549 : ParentID=1522 : TrackStatus=1 +TrackID =1578 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.2571 42.8675 -2.25531 keV -Vertex : -0.411114 0.126724 2.39141 m Global time : 8.10937 ns +Original momentum : 29.9271 -59.1312 4.77229 keV +Vertex : -0.133949 -0.0315464 4.63819 m Global time : 15.5216 ns Current trajectory has 2 points. -Point[0] Position= (-411.114,126.724,2391.41) -Point[1] Position= (-411.131,126.788,2391.41) +Point[0] Position= (-133.949,-31.5464,4638.19) +Point[1] Position= (-133.831,-31.7795,4638.21) -TrackID =1548 : ParentID=1522 : TrackStatus=1 +TrackID =1577 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.4772 -8.89153 -3.75315 keV -Vertex : -0.410731 0.126606 2.38918 m Global time : 8.10181 ns +Original momentum : 28.8437 40.8097 3.55594 keV +Vertex : -0.132417 -0.0311832 4.58445 m Global time : 15.3417 ns Current trajectory has 2 points. -Point[0] Position= (-410.731,126.606,2389.18) -Point[1] Position= (-410.753,126.6,2389.18) +Point[0] Position= (-132.417,-31.1832,4584.45) +Point[1] Position= (-132.36,-31.1027,4584.46) -TrackID =1547 : ParentID=1522 : TrackStatus=1 +TrackID =1576 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 55.1879 7.85743 12.3036 keV -Vertex : -0.382862 0.118009 2.2271 m Global time : 7.55223 ns +Original momentum : 34.0827 37.5805 3.75139 keV +Vertex : -0.129463 -0.0304826 4.48045 m Global time : 14.9937 ns Current trajectory has 2 points. -Point[0] Position= (-382.862,118.009,2227.1) -Point[1] Position= (-382.712,118.031,2227.13) +Point[0] Position= (-129.463,-30.4826,4480.45) +Point[1] Position= (-129.393,-30.4057,4480.46) -TrackID =1546 : ParentID=1522 : TrackStatus=1 +TrackID =1575 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.7314 54.7042 1.08511 keV -Vertex : -0.357054 0.11005 2.07708 m Global time : 7.04356 ns +Original momentum : 24.9964 34.2087 2.70399 keV +Vertex : -0.124945 -0.0294283 4.32161 m Global time : 14.4622 ns Current trajectory has 2 points. -Point[0] Position= (-357.054,110.05,2077.08) -Point[1] Position= (-357.04,110.185,2077.09) +Point[0] Position= (-124.945,-29.4283,4321.61) +Point[1] Position= (-124.911,-29.3823,4321.61) -TrackID =1545 : ParentID=1522 : TrackStatus=1 +TrackID =1574 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.8436 18.3564 -5.29512 keV -Vertex : -0.345214 0.1064 2.00825 m Global time : 6.81017 ns +Original momentum : -39.9782 -32.2819 1.23393 keV +Vertex : -0.122212 -0.0287893 4.22552 m Global time : 14.1406 ns Current trajectory has 2 points. -Point[0] Position= (-345.214,106.4,2008.25) -Point[1] Position= (-345.251,106.42,2008.24) +Point[0] Position= (-122.212,-28.7893,4225.52) +Point[1] Position= (-122.296,-28.8571,4225.52) -TrackID =1544 : ParentID=1522 : TrackStatus=1 +TrackID =1573 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.039 32.2976 -4.22004 keV -Vertex : -0.338795 0.10442 1.97093 m Global time : 6.68361 ns +Original momentum : -47.655 22.7576 1.5306 keV +Vertex : -0.117841 -0.0277598 4.07181 m Global time : 13.6262 ns Current trajectory has 2 points. -Point[0] Position= (-338.795,104.42,1970.93) -Point[1] Position= (-338.824,104.459,1970.92) +Point[0] Position= (-117.841,-27.7598,4071.81) +Point[1] Position= (-117.948,-27.7088,4071.82) -TrackID =1543 : ParentID=1522 : TrackStatus=1 +TrackID =1572 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.5462 12.0952 6.91897 keV -Vertex : -0.33646 0.1037 1.95735 m Global time : 6.63758 ns - Current trajectory has 2 points. -Point[0] Position= (-336.46,103.7,1957.35) -Point[1] Position= (-336.422,103.713,1957.36) +Original momentum : 63.5153 75.2112 11.9004 keV +Vertex : -0.109795 -0.0258398 3.78988 m Global time : 12.6828 ns + Current trajectory has 3 points. +Point[0] Position= (-109.795,-25.8398,3789.88) +Point[1] Position= (-110.015,-24.2512,3789.55) +Point[2] Position= (-110.056,-24.0221,3789.72) -TrackID =1542 : ParentID=1522 : TrackStatus=1 +TrackID =1571 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.9705 25.2118 -3.86022 keV -Vertex : -0.333003 0.102633 1.93725 m Global time : 6.56942 ns +Original momentum : 39.9183 -0.423662 2.71584 keV +Vertex : -0.10334 -0.0242755 3.56493 m Global time : 11.93 ns Current trajectory has 2 points. -Point[0] Position= (-333.003,102.633,1937.25) -Point[1] Position= (-333.019,102.653,1937.25) +Point[0] Position= (-103.34,-24.2755,3564.93) +Point[1] Position= (-103.293,-24.276,3564.93) -TrackID =1541 : ParentID=1522 : TrackStatus=1 +TrackID =1570 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.2546 -1.7275 -5.93336 keV -Vertex : -0.332677 0.102533 1.93535 m Global time : 6.563 ns +Original momentum : -34.68 -29.2004 0.811139 keV +Vertex : -0.101751 -0.0238908 3.50977 m Global time : 11.7454 ns Current trajectory has 2 points. -Point[0] Position= (-332.677,102.533,1935.35) -Point[1] Position= (-332.772,102.529,1935.34) +Point[0] Position= (-101.751,-23.8908,3509.77) +Point[1] Position= (-101.805,-23.9364,3509.77) -TrackID =1540 : ParentID=1522 : TrackStatus=1 +TrackID =1569 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.3662 -15.0342 7.21196 keV -Vertex : -0.327305 0.100876 1.90411 m Global time : 6.45706 ns - Current trajectory has 2 points. -Point[0] Position= (-327.305,100.876,1904.11) -Point[1] Position= (-327.279,100.863,1904.12) +Original momentum : 117.153 -75.2417 21.9964 keV +Vertex : -0.100736 -0.0236453 3.47456 m Global time : 11.6275 ns + Current trajectory has 5 points. +Point[0] Position= (-100.736,-23.6453,3474.56) +Point[1] Position= (-99.5348,-26.6162,3474.05) +Point[2] Position= (-101.154,-26.8001,3474.74) +Point[3] Position= (-101.448,-25.6891,3475.79) +Point[4] Position= (-101.231,-25.6588,3475.75) -TrackID =1539 : ParentID=1522 : TrackStatus=1 +TrackID =1596 : ParentID=1569 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.4386 19.9006 -4.95206 keV -Vertex : -0.319727 0.0985385 1.86004 m Global time : 6.30762 ns +Original momentum : -23.5032 -44.1029 -29.0952 keV +Vertex : -0.101154 -0.0268001 3.47474 m Global time : 11.6814 ns Current trajectory has 2 points. -Point[0] Position= (-319.727,98.5385,1860.04) -Point[1] Position= (-319.756,98.5579,1860.04) +Point[0] Position= (-101.154,-26.8001,3474.74) +Point[1] Position= (-101.22,-26.9233,3474.65) -TrackID =1538 : ParentID=1522 : TrackStatus=1 +TrackID =1568 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 46.4014 8.66236 9.82537 keV -Vertex : -0.273436 0.0842598 1.5908 m Global time : 5.39472 ns - Current trajectory has 2 points. -Point[0] Position= (-273.436,84.2598,1590.8) -Point[1] Position= (-273.353,84.2754,1590.82) +Original momentum : 42.0688 -72.6517 7.63109 keV +Vertex : -0.0980486 -0.0229939 3.38121 m Global time : 11.3152 ns + Current trajectory has 3 points. +Point[0] Position= (-98.0486,-22.9939,3381.21) +Point[1] Position= (-98.282,-23.8036,3381.49) +Point[2] Position= (-98.2802,-23.8918,3381.47) -TrackID =1537 : ParentID=1522 : TrackStatus=1 +TrackID =1567 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.1867 -36.4538 10.8907 keV -Vertex : -0.273415 0.0842532 1.59068 m Global time : 5.39347 ns +Original momentum : 23.1952 -30.5641 1.89933 keV +Vertex : -0.0975975 -0.022884 3.36553 m Global time : 11.2627 ns Current trajectory has 2 points. -Point[0] Position= (-273.415,84.2532,1590.68) -Point[1] Position= (-273.335,84.1727,1590.7) +Point[0] Position= (-97.5975,-22.884,3365.53) +Point[1] Position= (-97.5725,-22.9168,3365.53) -TrackID =1536 : ParentID=1522 : TrackStatus=1 +TrackID =1566 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.1178 33.0656 -5.14162 keV -Vertex : -0.269694 0.0831043 1.56904 m Global time : 5.32008 ns +Original momentum : 3.31967 -34.5636 1.03963 keV +Vertex : -0.0971287 -0.0227704 3.34926 m Global time : 11.2082 ns Current trajectory has 2 points. -Point[0] Position= (-269.694,83.1043,1569.04) -Point[1] Position= (-269.747,83.1587,1569.03) +Point[0] Position= (-97.1287,-22.7704,3349.26) +Point[1] Position= (-97.1258,-22.8002,3349.26) -TrackID =1535 : ParentID=1522 : TrackStatus=1 +TrackID =1565 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.82152 -36.3195 5.04796 keV -Vertex : -0.251096 0.0773609 1.46085 m Global time : 4.95326 ns - Current trajectory has 2 points. -Point[0] Position= (-251.096,77.3609,1460.85) -Point[1] Position= (-251.086,77.3229,1460.86) +Original momentum : -212.672 -62.0084 41.0552 keV +Vertex : -0.093707 -0.0219635 3.23069 m Global time : 10.8115 ns + Current trajectory has 12 points. +Point[0] Position= (-93.707,-21.9635,3230.69) +Point[1] Position= (-94.6063,-22.1712,3230.76) +Point[2] Position= (-103.601,-20.6558,3235.67) +Point[3] Position= (-110.458,-16.6058,3234.97) +Point[4] Position= (-112.021,-15.697,3235.26) +Point[5] Position= (-115.22,-11.0439,3237.49) +Point[6] Position= (-114.587,-11.9884,3241.72) +Point[7] Position= (-114.582,-9.83622,3244.29) +Point[8] Position= (-114.515,-8.38903,3245.96) +Point[9] Position= (-112.482,-7.96691,3246.42) +Point[10] Position= (-111.233,-7.79132,3245.77) +Point[11] Position= (-111.159,-7.6684,3245.82) -TrackID =1534 : ParentID=1522 : TrackStatus=1 +TrackID =1597 : ParentID=1565 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.4679 -15.6545 8.00244 keV -Vertex : -0.223831 0.0689435 1.30222 m Global time : 4.4154 ns +Original momentum : 14.9917 39.137 -23.5557 keV +Vertex : -0.114515 -0.00838903 3.24596 m Global time : 11.1264 ns Current trajectory has 2 points. -Point[0] Position= (-223.831,68.9435,1302.22) -Point[1] Position= (-223.796,68.9273,1302.23) +Point[0] Position= (-114.515,-8.38903,3245.96) +Point[1] Position= (-114.488,-8.31903,3245.92) -TrackID =1533 : ParentID=1522 : TrackStatus=1 +TrackID =1564 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.1372 -23.8874 -1.85483 keV -Vertex : -0.212877 0.0655626 1.23849 m Global time : 4.19929 ns +Original momentum : 32.4684 0.0997225 1.97465 keV +Vertex : -0.0900642 -0.0211047 3.10478 m Global time : 10.3901 ns Current trajectory has 2 points. -Point[0] Position= (-212.877,65.5626,1238.49) -Point[1] Position= (-212.898,65.542,1238.49) +Point[0] Position= (-90.0642,-21.1047,3104.78) +Point[1] Position= (-90.0399,-21.1046,3104.79) -TrackID =1532 : ParentID=1522 : TrackStatus=1 +TrackID =1563 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.9002 -44.6574 5.24091 keV -Vertex : -0.187426 0.0577064 1.09037 m Global time : 3.69709 ns +Original momentum : -21.6162 28.1473 0.804867 keV +Vertex : -0.0829564 -0.0194105 2.85816 m Global time : 9.5648 ns Current trajectory has 2 points. -Point[0] Position= (-187.426,57.7064,1090.37) -Point[1] Position= (-187.419,57.6371,1090.38) +Point[0] Position= (-82.9564,-19.4105,2858.16) +Point[1] Position= (-82.9759,-19.3851,2858.16) -TrackID =1531 : ParentID=1522 : TrackStatus=1 +TrackID =1562 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.8612 -4.44986 8.00342 keV -Vertex : -0.184029 0.0566581 1.0706 m Global time : 3.63006 ns +Original momentum : -7.82938 77.1877 6.20057 keV +Vertex : -0.0777319 -0.0181931 2.67672 m Global time : 8.9576 ns Current trajectory has 2 points. -Point[0] Position= (-184.029,56.6581,1070.6) -Point[1] Position= (-183.991,56.6535,1070.61) +Point[0] Position= (-77.7319,-18.1931,2676.72) +Point[1] Position= (-77.778,-17.7393,2676.76) -TrackID =1530 : ParentID=1522 : TrackStatus=1 +TrackID =1561 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.27304 -56.9399 7.59313 keV -Vertex : -0.178026 0.0548065 1.03568 m Global time : 3.51166 ns +Original momentum : -19.8968 -35.755 0.824594 keV +Vertex : -0.0729072 -0.0170742 2.50934 m Global time : 8.39748 ns Current trajectory has 2 points. -Point[0] Position= (-178.026,54.8065,1035.68) -Point[1] Position= (-178.006,54.6469,1035.7) +Point[0] Position= (-72.9072,-17.0742,2509.34) +Point[1] Position= (-72.9318,-17.1185,2509.34) -TrackID =1529 : ParentID=1522 : TrackStatus=1 +TrackID =1560 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.2415 -33.5755 -2.49568 keV -Vertex : -16.0098 4.92771 93.1362 cm Global time : 3.15794 ns +Original momentum : 50.1961 12.1386 4.15231 keV +Vertex : -0.071509 -0.0167454 2.46072 m Global time : 8.23478 ns Current trajectory has 2 points. -Point[0] Position= (-160.098,49.2771,931.362) -Point[1] Position= (-160.192,49.2005,931.357) +Point[0] Position= (-71.509,-16.7454,2460.72) +Point[1] Position= (-71.4016,-16.7194,2460.73) -TrackID =1528 : ParentID=1522 : TrackStatus=1 +TrackID =1559 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.7248 -47.3728 1.4751 keV -Vertex : -13.8049 4.24751 80.3024 cm Global time : 2.72279 ns - Current trajectory has 2 points. -Point[0] Position= (-138.049,42.4751,803.024) -Point[1] Position= (-138.096,42.3723,803.028) +Original momentum : -89.1344 10.7134 5.3843 keV +Vertex : -0.0700417 -0.016405 2.40969 m Global time : 8.06401 ns + Current trajectory has 3 points. +Point[0] Position= (-70.0417,-16.405,2409.69) +Point[1] Position= (-70.9268,-16.9702,2408.79) +Point[2] Position= (-71.0385,-16.933,2408.81) -TrackID =1527 : ParentID=1522 : TrackStatus=1 +TrackID =1558 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.5145 -27.5087 5.76332 keV -Vertex : -7.57277 2.32996 44.0354 cm Global time : 1.49311 ns +Original momentum : -22.3179 24.4395 0.594766 keV +Vertex : -0.0665937 -0.0156075 2.29033 m Global time : 7.66458 ns Current trajectory has 2 points. -Point[0] Position= (-75.7277,23.2996,440.354) -Point[1] Position= (-75.7127,23.2775,440.359) +Point[0] Position= (-66.5937,-15.6075,2290.33) +Point[1] Position= (-66.611,-15.5885,2290.33) -TrackID =1526 : ParentID=1522 : TrackStatus=1 +TrackID =1557 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 87.6576 39.106 22.5897 keV -Vertex : -5.34829 1.64576 31.1041 cm Global time : 1.05464 ns - Current trajectory has 3 points. -Point[0] Position= (-53.4829,16.4576,311.041) -Point[1] Position= (-53.1107,18.0251,311.279) -Point[2] Position= (-52.9488,18.2213,311.134) +Original momentum : -8.09212 -31.0423 0.562142 keV +Vertex : -0.0603689 -0.0141402 2.07461 m Global time : 6.94267 ns + Current trajectory has 2 points. +Point[0] Position= (-60.3689,-14.1402,2074.61) +Point[1] Position= (-60.3748,-14.1628,2074.61) -TrackID =1525 : ParentID=1522 : TrackStatus=1 +TrackID =1556 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.0569 -52.151 8.13582 keV -Vertex : -5.25909 1.61832 30.5854 cm Global time : 1.03706 ns +Original momentum : 38.666 -3.52151 2.57791 keV +Vertex : -0.0569378 -0.0133115 1.95586 m Global time : 6.54526 ns Current trajectory has 2 points. -Point[0] Position= (-52.5909,16.1832,305.854) -Point[1] Position= (-52.5568,16.0564,305.874) +Point[0] Position= (-56.9378,-13.3115,1955.86) +Point[1] Position= (-56.895,-13.3154,1955.86) -TrackID =1524 : ParentID=1522 : TrackStatus=1 +TrackID =1555 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.3322 59.9175 -1.86993 keV -Vertex : -5.13122 1.57899 29.8419 cm Global time : 1.01185 ns +Original momentum : 25.797 32.8575 2.6935 keV +Vertex : -0.0557656 -0.0130266 1.91534 m Global time : 6.40967 ns Current trajectory has 2 points. -Point[0] Position= (-51.3122,15.7899,298.419) -Point[1] Position= (-51.3591,15.9858,298.413) +Point[0] Position= (-55.7656,-13.0266,1915.34) +Point[1] Position= (-55.732,-12.9838,1915.34) -TrackID =1523 : ParentID=1522 : TrackStatus=1 +TrackID =1554 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.6372 -10.2536 -3.67611 keV -Vertex : -3.23179 0.9947 18.7983 cm Global time : 637.389 ps +Original momentum : -25.2183 -46.2498 1.65985 keV +Vertex : -0.0528421 -0.0123155 1.81426 m Global time : 6.07142 ns Current trajectory has 2 points. -Point[0] Position= (-32.3179,9.947,187.983) -Point[1] Position= (-32.3408,9.93934,187.98) - -TrackID =1512 : ParentID=46 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 161.285 285.558 63.952 MeV -Vertex : -1.81574e-295 -1.58295e-296 1.33391e-293 fm Global time : 6.39706e-305 ps - Current trajectory has 8 points. -Point[0] Position= (-1.81574e-307,-1.58295e-308,1.33391e-305) -Point[1] Position= (98.3573,174.143,39.0001) -Point[2] Position= (122.947,217.679,48.7502) -Point[3] Position= (125.406,222.033,49.7252) -Point[4] Position= (147.536,261.215,58.5002) -Point[5] Position= (149.995,265.568,59.4752) -Point[6] Position= (172.125,304.75,68.2502) -Point[7] Position= (173.561,307.292,68.8194) +Point[0] Position= (-52.8421,-12.3155,1814.26) +Point[1] Position= (-52.8983,-12.4185,1814.27) -TrackID =1521 : ParentID=1513 : TrackStatus=1 -Particle name : unknown : rho0 PDG code : 113 Charge : 0 -Original momentum : -0.369628 -0.184631 2.94569 GeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps +TrackID =1553 : ParentID=1520 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -44.6385 -52.8338 3.00601 keV +Vertex : -0.0487591 -0.0113107 1.67352 m Global time : 5.60042 ns Current trajectory has 2 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (4.48899e-306,-2.82373e-306,1.005e-305) +Point[0] Position= (-48.7591,-11.3107,1673.52) +Point[1] Position= (-48.9541,-11.5415,1673.53) -TrackID =1605 : ParentID=1597 : TrackStatus=1 +TrackID =1552 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -51.8143 9.95648 -16.899 keV -Vertex : -31.289 -17.5642 71.2154 cm Global time : 2.72267 ns - Current trajectory has 2 points. -Point[0] Position= (-312.89,-175.642,712.154) -Point[1] Position= (-312.973,-175.627,712.127) +Original momentum : -17.0201 347.884 121.586 keV +Vertex : -0.0481629 -0.0111644 1.65307 m Global time : 5.53197 ns + Current trajectory has 19 points. +Point[0] Position= (-48.1629,-11.1644,1653.07) +Point[1] Position= (-39.7067,23.5949,1683.17) +Point[2] Position= (-47.6601,12.2784,1694.04) +Point[3] Position= (-54.7335,7.11627,1695.07) +Point[4] Position= (-65.6476,7.9127,1693.83) +Point[5] Position= (-88.0389,19.8835,1681.78) +Point[6] Position= (-106.786,16.4999,1682.38) +Point[7] Position= (-110.52,19.9115,1688.4) +Point[8] Position= (-118.526,14.2672,1695.39) +Point[9] Position= (-116.717,2.33884,1693.6) +Point[10] Position= (-116.396,0.385099,1692.63) +Point[11] Position= (-116.624,-7.17213,1688.61) +Point[12] Position= (-118.238,-12.4088,1685.25) +Point[13] Position= (-121.692,-16.0964,1683.39) +Point[14] Position= (-122.412,-19.2244,1684.02) +Point[15] Position= (-121.603,-21.6274,1682.98) +Point[16] Position= (-120.696,-23.601,1682.76) +Point[17] Position= (-120.211,-24.9189,1683.38) +Point[18] Position= (-119.879,-25.1528,1683.32) -TrackID =1604 : ParentID=1597 : TrackStatus=1 +TrackID =1602 : ParentID=1552 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.3463 -25.3613 8.40255 keV -Vertex : -28.9608 -16.2552 65.9247 cm Global time : 2.52032 ns +Original momentum : 19.065 -2.05344 -39.8152 keV +Vertex : -0.116396 0.000385099 1.69263 m Global time : 6.52301 ns Current trajectory has 2 points. -Point[0] Position= (-289.608,-162.552,659.247) -Point[1] Position= (-289.584,-162.572,659.254) +Point[0] Position= (-116.396,0.385099,1692.63) +Point[1] Position= (-116.368,0.382078,1692.57) -TrackID =1603 : ParentID=1597 : TrackStatus=1 +TrackID =1601 : ParentID=1552 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.17578 52.8308 15.8963 keV -Vertex : -18.0511 -10.1256 41.1144 cm Global time : 1.57158 ns +Original momentum : -49.0971 0.692226 -13.2132 keV +Vertex : -0.118526 0.0142672 1.69539 m Global time : 6.41839 ns Current trajectory has 2 points. -Point[0] Position= (-180.511,-101.256,411.144) -Point[1] Position= (-180.513,-101.172,411.169) +Point[0] Position= (-118.526,14.2672,1695.39) +Point[1] Position= (-118.626,14.2686,1695.36) -TrackID =1602 : ParentID=1597 : TrackStatus=1 +TrackID =1600 : ParentID=1552 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.8221 24.3416 -1.97868 keV -Vertex : -16.5406 -9.27707 37.6676 cm Global time : 1.43987 ns +Original momentum : 36.1071 -16.4783 12.4717 keV +Vertex : -0.11052 0.0199115 1.6884 m Global time : 6.33443 ns Current trajectory has 2 points. -Point[0] Position= (-165.406,-92.7707,376.676) -Point[1] Position= (-165.421,-92.753,376.674) +Point[0] Position= (-110.52,19.9115,1688.4) +Point[1] Position= (-110.474,19.8903,1688.42) -TrackID =1601 : ParentID=1597 : TrackStatus=1 +TrackID =1599 : ParentID=1552 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.1313 -36.2924 0.857411 keV -Vertex : -8.47629 -4.75327 19.302 cm Global time : 737.83 ps +Original momentum : 1.60898 32.2218 0.867173 keV +Vertex : -0.0656476 0.0079127 1.69383 m Global time : 5.99335 ns Current trajectory has 2 points. -Point[0] Position= (-84.7629,-47.5327,193.02) -Point[1] Position= (-84.7409,-47.5768,193.021) +Point[0] Position= (-65.6476,7.9127,1693.83) +Point[1] Position= (-65.6464,7.9364,1693.83) -TrackID =1600 : ParentID=1597 : TrackStatus=1 +TrackID =1598 : ParentID=1552 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.737 33.8269 19.1242 keV -Vertex : -6.33819 -3.55414 14.4334 cm Global time : 551.723 ps +Original momentum : 9.64953 -32.0379 -17.0736 keV +Vertex : -0.0476601 0.0122784 1.69404 m Global time : 5.87351 ns Current trajectory has 2 points. -Point[0] Position= (-63.3819,-35.5414,144.334) -Point[1] Position= (-63.3537,-35.4932,144.361) +Point[0] Position= (-47.6601,12.2784,1694.04) +Point[1] Position= (-47.6502,12.2456,1694.02) -TrackID =1599 : ParentID=1597 : TrackStatus=1 +TrackID =1551 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.9379 7.51686 22.3243 keV -Vertex : -4.70933 -2.64044 10.7251 cm Global time : 409.961 ps +Original momentum : -33.0579 7.09641 0.208436 keV +Vertex : -0.0379447 -0.00872075 1.3016 m Global time : 4.35579 ns Current trajectory has 2 points. -Point[0] Position= (-47.0933,-26.4044,107.251) -Point[1] Position= (-47.0231,-26.3915,107.289) +Point[0] Position= (-37.9447,-8.72075,1301.6) +Point[1] Position= (-37.9716,-8.71499,1301.6) -TrackID =1598 : ParentID=1597 : TrackStatus=1 +TrackID =1550 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.6598 -14.0597 9.86658 keV -Vertex : -0.868743 -0.487032 1.97745 cm Global time : 75.5945 ps +Original momentum : -11.8709 -34.4259 0.719049 keV +Vertex : -0.0371483 -0.00853333 1.27422 m Global time : 4.26416 ns Current trajectory has 2 points. -Point[0] Position= (-8.68743,-4.87032,19.7745) -Point[1] Position= (-8.66669,-4.88086,19.7819) +Point[0] Position= (-37.1483,-8.53333,1274.22) +Point[1] Position= (-37.1596,-8.56625,1274.22) -TrackID =1596 : ParentID=1521 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : -0.0545672 -0.0118644 1.86247 GeV -Vertex : 4.48899e-294 -2.82373e-294 1.005e-293 fm Global time : 6.98778e-305 ps - Current trajectory has 68 points. -Point[0] Position= (4.48899e-306,-2.82373e-306,1.005e-305) -Point[1] Position= (-1.77207,-0.383658,60.5063) -Point[2] Position= (-1.99639,-0.431673,68.1558) -Point[3] Position= (-4.18285,-0.89852,142.446) -Point[4] Position= (-5.19971,-1.11744,176.9) -Point[5] Position= (-5.99564,-1.28806,203.806) -Point[6] Position= (-6.50849,-1.39836,221.173) -Point[7] Position= (-7.04465,-1.51166,239.31) -Point[8] Position= (-7.19063,-1.54241,244.253) -Point[9] Position= (-10.4669,-2.23294,355.137) -Point[10] Position= (-10.5307,-2.24657,357.296) -Point[11] Position= (-16.0605,-3.41745,544.59) -Point[12] Position= (-18.7707,-3.9799,636.101) -Point[13] Position= (-19.1441,-4.05717,648.708) -Point[14] Position= (-21.0086,-4.44459,711.763) -Point[15] Position= (-22.342,-4.71667,756.84) -Point[16] Position= (-22.5874,-4.76694,765.128) -Point[17] Position= (-30.017,-6.27016,1015.49) -Point[18] Position= (-34.4158,-7.19505,1164.47) -Point[19] Position= (-36.8385,-7.70247,1246.86) -Point[20] Position= (-39.1925,-8.19839,1327.08) -Point[21] Position= (-39.3155,-8.22411,1331.25) -Point[22] Position= (-40.9558,-8.56736,1387.04) -Point[23] Position= (-41.0532,-8.58764,1390.34) -Point[24] Position= (-45.5,-9.50567,1540.48) -Point[25] Position= (-50.0759,-10.4552,1694.63) -Point[26] Position= (-52.3854,-10.9263,1772.48) -Point[27] Position= (-53.0881,-11.0709,1796.37) -Point[28] Position= (-59.7916,-12.4619,2023.34) -Point[29] Position= (-60.1698,-12.5403,2036.1) -Point[30] Position= (-61.1601,-12.746,2069.45) -Point[31] Position= (-62.0013,-12.9202,2097.77) -Point[32] Position= (-62.6478,-13.0554,2119.55) -Point[33] Position= (-66.3581,-13.8331,2244.73) -Point[34] Position= (-67.8686,-14.1422,2295.66) -Point[35] Position= (-72.8899,-15.1677,2464.46) -Point[36] Position= (-74.4634,-15.4911,2517.14) -Point[37] Position= (-82.105,-17.0602,2772.94) -Point[38] Position= (-82.2976,-17.1009,2779.38) -Point[39] Position= (-82.996,-17.2482,2802.77) -Point[40] Position= (-86.9321,-18.0886,2934.22) -Point[41] Position= (-88.6301,-18.453,2990.94) -Point[42] Position= (-88.8266,-18.4945,2997.51) -Point[43] Position= (-92.4081,-19.2499,3117.21) -Point[44] Position= (-93.707,-19.5281,3160.41) -Point[45] Position= (-113.653,-23.8957,3823.86) -Point[46] Position= (-114.555,-24.0887,3853.92) -Point[47] Position= (-116.857,-24.5808,3930.53) -Point[48] Position= (-117.857,-24.7947,3963.85) -Point[49] Position= (-118.019,-24.8296,3969.28) -Point[50] Position= (-119.349,-25.116,4013.57) -Point[51] Position= (-119.415,-25.1302,4015.76) -Point[52] Position= (-119.436,-25.1348,4016.47) -Point[53] Position= (-126.725,-26.715,4259.71) -Point[54] Position= (-127.634,-26.9096,4290.3) -Point[55] Position= (-139.751,-29.5366,4699.71) -Point[56] Position= (-141.256,-29.8498,4750.54) -Point[57] Position= (-142.015,-30.0078,4776.1) -Point[58] Position= (-142.315,-30.07,4786.23) -Point[59] Position= (-146.179,-30.876,4916.89) -Point[60] Position= (-149.596,-31.5884,5033.15) -Point[61] Position= (-155.652,-32.8573,5239.05) -Point[62] Position= (-157.95,-33.3624,5317.84) -Point[63] Position= (-163.847,-34.6442,5519.66) -Point[64] Position= (-166.409,-35.1988,5606.68) -Point[65] Position= (-177.552,-37.609,5986.87) -Point[66] Position= (-177.861,-37.6756,5997.43) -Point[67] Position= (-177.937,-37.6918,6000) - -TrackID =1671 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.8448 -30.4626 0.498705 keV -Vertex : -0.177861 -0.0376756 5.99743 m Global time : 20.0706 ns - Current trajectory has 2 points. -Point[0] Position= (-177.861,-37.6756,5997.43) -Point[1] Position= (-177.874,-37.7004,5997.43) - -TrackID =1670 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.5196 -7.55211 0.0578597 keV -Vertex : -0.177552 -0.037609 5.98687 m Global time : 20.0353 ns - Current trajectory has 2 points. -Point[0] Position= (-177.552,-37.609,5986.87) -Point[1] Position= (-177.575,-37.6146,5986.87) - -TrackID =1669 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 48.929 -12.5224 3.86899 keV -Vertex : -0.166409 -0.0351988 5.60668 m Global time : 18.763 ns - Current trajectory has 2 points. -Point[0] Position= (-166.409,-35.1988,5606.68) -Point[1] Position= (-166.31,-35.2242,5606.69) - -TrackID =1668 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.4004 -51.2994 2.82056 keV -Vertex : -0.163847 -0.0346442 5.51966 m Global time : 18.4718 ns - Current trajectory has 2 points. -Point[0] Position= (-163.847,-34.6442,5519.66) -Point[1] Position= (-164.023,-34.8526,5519.67) - -TrackID =1667 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.9254 -38.2112 3.12767 keV -Vertex : -0.15795 -0.0333624 5.31784 m Global time : 17.7964 ns - Current trajectory has 2 points. -Point[0] Position= (-157.95,-33.3624,5317.84) -Point[1] Position= (-157.887,-33.4371,5317.85) - -TrackID =1666 : ParentID=1596 : TrackStatus=1 +TrackID =1549 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.2096 -5.09124 0.266126 keV -Vertex : -0.155652 -0.0328573 5.23905 m Global time : 17.5327 ns +Original momentum : 26.3335 -20.46 1.72023 keV +Vertex : -0.0362079 -0.00831248 1.24193 m Global time : 4.15609 ns Current trajectory has 2 points. -Point[0] Position= (-155.652,-32.8573,5239.05) -Point[1] Position= (-155.69,-32.8625,5239.05) +Point[0] Position= (-36.2079,-8.31248,1241.93) +Point[1] Position= (-36.187,-8.32867,1241.93) -TrackID =1665 : ParentID=1596 : TrackStatus=1 +TrackID =1548 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.0388 10.7048 0.730287 keV -Vertex : -0.149596 -0.0315884 5.03315 m Global time : 16.8436 ns +Original momentum : -38.3306 41.7251 2.31803 keV +Vertex : -0.0340659 -0.00781128 1.16827 m Global time : 3.90962 ns Current trajectory has 2 points. -Point[0] Position= (-149.596,-31.5884,5033.15) -Point[1] Position= (-149.66,-31.5725,5033.15) +Point[0] Position= (-34.0659,-7.81128,1168.27) +Point[1] Position= (-34.1679,-7.70017,1168.28) -TrackID =1664 : ParentID=1596 : TrackStatus=1 +TrackID =1547 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -75.4069 -2.18884 3.33294 keV -Vertex : -0.146179 -0.030876 4.91689 m Global time : 16.4546 ns +Original momentum : -8.07475 35.183 1.28229 keV +Vertex : -0.0336388 -0.00771179 1.15354 m Global time : 3.86033 ns Current trajectory has 2 points. -Point[0] Position= (-146.179,-30.876,4916.89) -Point[1] Position= (-146.59,-30.888,4916.91) +Point[0] Position= (-33.6388,-7.71179,1153.54) +Point[1] Position= (-33.6464,-7.67876,1153.55) -TrackID =1663 : ParentID=1596 : TrackStatus=1 +TrackID =1546 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.5876 28.3846 2.06329 keV -Vertex : -0.142315 -0.03007 4.78623 m Global time : 16.0173 ns - Current trajectory has 2 points. -Point[0] Position= (-142.315,-30.07,4786.23) -Point[1] Position= (-142.295,-30.044,4786.23) +Original momentum : -304.295 244.584 140.473 keV +Vertex : -2.72133 -0.623579 93.1419 cm Global time : 3.11699 ns + Current trajectory has 24 points. +Point[0] Position= (-27.2133,-6.23579,931.419) +Point[1] Position= (-50.7483,4.17914,936.598) +Point[2] Position= (-51.8499,4.50627,936.897) +Point[3] Position= (-64.2308,9.96676,942.992) +Point[4] Position= (-97.6595,37.5722,978.032) +Point[5] Position= (-117.988,38.9685,1010.11) +Point[6] Position= (-120.266,40.8479,1012.75) +Point[7] Position= (-122.472,54.1943,1029.4) +Point[8] Position= (-106.408,73.2412,1039.28) +Point[9] Position= (-104.297,78.2379,1038.3) +Point[10] Position= (-114.967,96.289,1033.39) +Point[11] Position= (-114.294,102.638,1031.42) +Point[12] Position= (-114.587,115.753,1026.64) +Point[13] Position= (-107.815,124.91,1027.24) +Point[14] Position= (-105.817,130.331,1022.33) +Point[15] Position= (-105.62,134.528,1017.68) +Point[16] Position= (-103.492,137.258,1018.01) +Point[17] Position= (-103.212,141.239,1018.81) +Point[18] Position= (-106.182,140.537,1020.14) +Point[19] Position= (-106.403,143.683,1019.31) +Point[20] Position= (-107.532,143.519,1017.28) +Point[21] Position= (-107.658,144.348,1016.07) +Point[22] Position= (-107.581,144.228,1015.96) +Point[23] Position= (-107.539,144.168,1015.98) -TrackID =1662 : ParentID=1596 : TrackStatus=1 +TrackID =1612 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.3453 -50.3799 4.766 keV -Vertex : -0.142015 -0.0300078 4.7761 m Global time : 15.9834 ns +Original momentum : 15.2797 -0.217332 -30.9438 keV +Vertex : -0.107581 0.144228 1.01596 m Global time : 4.81841 ns Current trajectory has 2 points. -Point[0] Position= (-142.015,-30.0078,4776.1) -Point[1] Position= (-141.88,-30.1851,4776.11) +Point[0] Position= (-107.581,144.228,1015.96) +Point[1] Position= (-107.568,144.228,1015.93) -TrackID =1661 : ParentID=1596 : TrackStatus=1 +TrackID =1611 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.3071 -21.5247 0.623774 keV -Vertex : -0.141256 -0.0298498 4.75054 m Global time : 15.8979 ns +Original momentum : 40.3213 -2.05384 39.7958 keV +Vertex : -0.103492 0.137258 1.01801 m Global time : 4.65968 ns Current trajectory has 2 points. -Point[0] Position= (-141.256,-29.8498,4750.54) -Point[1] Position= (-141.312,-29.8811,4750.54) +Point[0] Position= (-103.492,137.258,1018.01) +Point[1] Position= (-103.385,137.253,1018.12) -TrackID =1660 : ParentID=1596 : TrackStatus=1 +TrackID =1610 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.0876 30.7045 0.987407 keV -Vertex : -0.139751 -0.0295366 4.69971 m Global time : 15.7278 ns +Original momentum : 32.3581 -18.3786 -29.119 keV +Vertex : -0.114294 0.102638 1.03142 m Global time : 4.33258 ns Current trajectory has 2 points. -Point[0] Position= (-139.751,-29.5366,4699.71) -Point[1] Position= (-139.78,-29.5012,4699.72) +Point[0] Position= (-114.294,102.638,1031.42) +Point[1] Position= (-114.238,102.607,1031.37) -TrackID =1659 : ParentID=1596 : TrackStatus=1 +TrackID =1609 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.88793 -35.7541 0.88578 keV -Vertex : -0.127634 -0.0269096 4.2903 m Global time : 14.3577 ns +Original momentum : 41.7343 13.3857 39.4259 keV +Vertex : -0.104297 0.0782379 1.0383 m Global time : 4.15349 ns Current trajectory has 2 points. -Point[0] Position= (-127.634,-26.9096,4290.3) -Point[1] Position= (-127.639,-26.9434,4290.3) +Point[0] Position= (-104.297,78.2379,1038.3) +Point[1] Position= (-104.175,78.2772,1038.41) -TrackID =1658 : ParentID=1596 : TrackStatus=1 +TrackID =1608 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 89.0657 16.2533 10.8446 keV -Vertex : -0.126725 -0.026715 4.25971 m Global time : 14.2553 ns - Current trajectory has 3 points. -Point[0] Position= (-126.725,-26.715,4259.71) -Point[1] Position= (-125.788,-26.8477,4258.87) -Point[2] Position= (-125.766,-27.124,4258.84) +Original momentum : -23.7955 -2.17077 36.599 keV +Vertex : -0.122472 0.0541943 1.0294 m Global time : 3.9526 ns + Current trajectory has 2 points. +Point[0] Position= (-122.472,54.1943,1029.4) +Point[1] Position= (-122.506,54.1911,1029.45) -TrackID =1657 : ParentID=1596 : TrackStatus=1 +TrackID =1607 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.504 -104.011 10.4625 keV -Vertex : -0.119436 -0.0251348 4.01647 m Global time : 13.4413 ns - Current trajectory has 4 points. -Point[0] Position= (-119.436,-25.1348,4016.47) -Point[1] Position= (-120.893,-26.1124,4016.55) -Point[2] Position= (-121.295,-26.5308,4016.1) -Point[3] Position= (-121.391,-26.3439,4016) +Original momentum : -32.7527 -10.8924 -5.65828 keV +Vertex : -0.120266 0.0408479 1.01275 m Global time : 3.82598 ns + Current trajectory has 2 points. +Point[0] Position= (-120.266,40.8479,1012.75) +Point[1] Position= (-120.294,40.8383,1012.74) -TrackID =1672 : ParentID=1657 : TrackStatus=1 +TrackID =1606 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.8876 -36.3293 -32.5661 keV -Vertex : -0.121295 -0.0265308 4.0161 m Global time : 13.4757 ns +Original momentum : -33.8546 0.658781 -22.8403 keV +Vertex : -0.117988 0.0389685 1.01011 m Global time : 3.80231 ns Current trajectory has 2 points. -Point[0] Position= (-121.295,-26.5308,4016.1) -Point[1] Position= (-121.407,-26.6445,4016) +Point[0] Position= (-117.988,38.9685,1010.11) +Point[1] Position= (-118.03,38.9693,1010.08) -TrackID =1656 : ParentID=1596 : TrackStatus=1 +TrackID =1605 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.9391 10.066 0.857776 keV -Vertex : -0.119415 -0.0251302 4.01576 m Global time : 13.4389 ns +Original momentum : 22.9304 13.927 22.6055 keV +Vertex : -9.76595 3.75722 97.8032 cm Global time : 3.60634 ns Current trajectory has 2 points. -Point[0] Position= (-119.415,-25.1302,4015.76) -Point[1] Position= (-119.493,-25.1131,4015.76) +Point[0] Position= (-97.6595,37.5722,978.032) +Point[1] Position= (-97.6393,37.5844,978.051) -TrackID =1655 : ParentID=1596 : TrackStatus=1 +TrackID =1604 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.0621 -14.2317 1.80791 keV -Vertex : -0.119349 -0.025116 4.01357 m Global time : 13.4316 ns +Original momentum : 3.44065 34.4188 -16.6964 keV +Vertex : -5.18499 0.450627 93.6897 cm Global time : 3.25654 ns Current trajectory has 2 points. -Point[0] Position= (-119.349,-25.116,4013.57) -Point[1] Position= (-119.328,-25.1265,4013.57) +Point[0] Position= (-51.8499,4.50627,936.897) +Point[1] Position= (-51.8462,4.54329,936.879) -TrackID =1654 : ParentID=1596 : TrackStatus=1 +TrackID =1603 : ParentID=1546 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.61 25.2854 1.90028 keV -Vertex : -0.118019 -0.0248296 3.96928 m Global time : 13.2834 ns +Original momentum : 9.88505 55.1505 -9.76913 keV +Vertex : -5.07483 0.417914 93.6598 cm Global time : 3.2501 ns Current trajectory has 2 points. -Point[0] Position= (-118.019,-24.8296,3969.28) -Point[1] Position= (-118.002,-24.8097,3969.28) +Point[0] Position= (-50.7483,4.17914,936.598) +Point[1] Position= (-50.7218,4.32707,936.572) -TrackID =1653 : ParentID=1596 : TrackStatus=1 +TrackID =1545 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -78.1205 51.4487 6.54616 keV -Vertex : -0.117857 -0.0247947 3.96385 m Global time : 13.2652 ns - Current trajectory has 3 points. -Point[0] Position= (-117.857,-24.7947,3963.85) -Point[1] Position= (-118.166,-23.7997,3964.73) -Point[2] Position= (-118.288,-23.7477,3964.85) +Original momentum : -23.7824 -31.8497 0.651369 keV +Vertex : -2.6861 -0.615767 91.9314 cm Global time : 3.07648 ns + Current trajectory has 2 points. +Point[0] Position= (-26.861,-6.15767,919.314) +Point[1] Position= (-26.8887,-6.19464,919.314) -TrackID =1652 : ParentID=1596 : TrackStatus=1 +TrackID =1544 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.37751 38.7169 1.60664 keV -Vertex : -0.116857 -0.0245808 3.93053 m Global time : 13.1537 ns +Original momentum : -21.4097 -25.0688 0.27212 keV +Vertex : -2.10328 -0.482284 71.884 cm Global time : 2.4056 ns Current trajectory has 2 points. -Point[0] Position= (-116.857,-24.5808,3930.53) -Point[1] Position= (-116.862,-24.5377,3930.53) +Point[0] Position= (-21.0328,-4.82284,718.84) +Point[1] Position= (-21.0493,-4.84213,718.84) -TrackID =1651 : ParentID=1596 : TrackStatus=1 +TrackID =1543 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.38132 -65.5304 4.06758 keV -Vertex : -0.114555 -0.0240887 3.85392 m Global time : 12.8973 ns +Original momentum : -53.3166 -1.51425 1.22289 keV +Vertex : -1.46738 -0.333304 50.0311 cm Global time : 1.67429 ns Current trajectory has 2 points. -Point[0] Position= (-114.555,-24.0887,3853.92) -Point[1] Position= (-114.526,-24.3433,3853.94) +Point[0] Position= (-14.6738,-3.33304,500.311) +Point[1] Position= (-14.7962,-3.33652,500.314) -TrackID =1650 : ParentID=1596 : TrackStatus=1 +TrackID =1542 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.794 -16.2102 2.19757 keV -Vertex : -0.113653 -0.0238957 3.82386 m Global time : 12.7967 ns +Original momentum : 0.950598 38.1812 1.71922 keV +Vertex : -1.24636 -0.282097 42.4749 cm Global time : 1.42143 ns Current trajectory has 2 points. -Point[0] Position= (-113.653,-23.8957,3823.86) -Point[1] Position= (-113.621,-23.9114,3823.86) +Point[0] Position= (-12.4636,-2.82097,424.749) +Point[1] Position= (-12.4626,-2.78032,424.751) -TrackID =1649 : ParentID=1596 : TrackStatus=1 +TrackID =1541 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.5744 19.1252 1.14642 keV -Vertex : -0.093707 -0.0195281 3.16041 m Global time : 10.5764 ns +Original momentum : 23.6332 26.8643 2.13314 keV +Vertex : -0.905556 -0.204271 30.8616 cm Global time : 1.03279 ns Current trajectory has 2 points. -Point[0] Position= (-93.707,-19.5281,3160.41) -Point[1] Position= (-93.7941,-19.4915,3160.42) +Point[0] Position= (-9.05556,-2.04271,308.616) +Point[1] Position= (-9.03374,-2.01791,308.618) -TrackID =1648 : ParentID=1596 : TrackStatus=1 +TrackID =1540 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.1331 -30.6688 2.43984 keV -Vertex : -0.0924081 -0.0192499 3.11721 m Global time : 10.4319 ns +Original momentum : 14.1224 76.0197 6.80802 keV +Vertex : -0.404676 -0.0898283 13.8164 cm Global time : 462.367 ps Current trajectory has 2 points. -Point[0] Position= (-92.4081,-19.2499,3117.21) -Point[1] Position= (-92.3691,-19.2909,3117.22) +Point[0] Position= (-4.04676,-0.898283,138.164) +Point[1] Position= (-3.96431,-0.454421,138.204) -TrackID =1647 : ParentID=1596 : TrackStatus=1 +TrackID =1539 : ParentID=1520 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.7735 -14.2191 3.78716 keV -Vertex : -0.0888266 -0.0184945 2.99751 m Global time : 10.0312 ns +Original momentum : -30.7709 -11.3028 0.0805948 keV +Vertex : -0.246745 -0.0539849 8.4324 cm Global time : 282.19 ps Current trajectory has 2 points. -Point[0] Position= (-88.8266,-18.4945,2997.51) -Point[1] Position= (-88.7329,-18.5224,2997.51) +Point[0] Position= (-2.46745,-0.539849,84.324) +Point[1] Position= (-2.49085,-0.548445,84.3241) -TrackID =1646 : ParentID=1596 : TrackStatus=1 +TrackID =1538 : ParentID=1519 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.0225 -2.14187 1.95844 keV -Vertex : -0.0886301 -0.018453 2.99094 m Global time : 10.0093 ns +Original momentum : 106.781 83.4851 121.861 keV +Vertex : 21.8857 39.3942 8.85961 cm Global time : 1.53232 ns Current trajectory has 2 points. -Point[0] Position= (-88.6301,-18.453,2990.94) -Point[1] Position= (-88.6068,-18.4546,2990.94) +Point[0] Position= (218.857,393.942,88.5961) +Point[1] Position= (218.859,393.944,88.5984) -TrackID =1645 : ParentID=1596 : TrackStatus=1 +TrackID =1619 : ParentID=1443 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.2546 36.8333 1.85353 keV -Vertex : -0.0869321 -0.0180886 2.93422 m Global time : 9.81945 ns +Original momentum : 75.9584 159.694 -37.4242 keV +Vertex : -21.8341 44.2806 71.5276 cm Global time : 2.93569 ns + Current trajectory has 12 points. +Point[0] Position= (-218.341,442.806,715.276) +Point[1] Position= (-217.407,443.939,715.303) +Point[2] Position= (-216.955,445.425,714.352) +Point[3] Position= (-215.652,445.916,713.555) +Point[4] Position= (-214.506,444.698,713.252) +Point[5] Position= (-214.126,443.071,712.938) +Point[6] Position= (-214.048,442.974,713.132) +Point[7] Position= (-213.731,442.792,714.227) +Point[8] Position= (-215.463,442.943,713.757) +Point[9] Position= (-216.339,443.37,715.702) +Point[10] Position= (-215.601,442.183,715.731) +Point[11] Position= (-215.563,442.186,715.592) + +TrackID =1620 : ParentID=1619 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -31.1518 -17.8063 6.03118 keV +Vertex : -21.4048 44.2974 71.3132 cm Global time : 3.01863 ns + Current trajectory has 2 points. +Point[0] Position= (-214.048,442.974,713.132) +Point[1] Position= (-214.069,442.962,713.136) + +TrackID =1618 : ParentID=1443 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 62.9723 358.345 -56.5213 keV +Vertex : -17.2752 35.0214 56.5595 cm Global time : 2.32156 ns + Current trajectory has 24 points. +Point[0] Position= (-172.752,350.214,565.595) +Point[1] Position= (-179.139,368.959,557.124) +Point[2] Position= (-181.357,377.614,547.134) +Point[3] Position= (-178.947,379.74,542.481) +Point[4] Position= (-178.978,379.94,541.241) +Point[5] Position= (-157.241,377.244,521.473) +Point[6] Position= (-161.777,364.107,498.995) +Point[7] Position= (-168.104,360.814,478.648) +Point[8] Position= (-165.258,360.475,478.11) +Point[9] Position= (-156.325,370.19,479.32) +Point[10] Position= (-156.711,372.322,476.97) +Point[11] Position= (-157.453,378.064,474.451) +Point[12] Position= (-157.648,378.069,474.939) +Point[13] Position= (-161.772,382.163,479.127) +Point[14] Position= (-162.657,382.442,479.57) +Point[15] Position= (-164.355,385.011,483.707) +Point[16] Position= (-166.685,386.449,486.578) +Point[17] Position= (-168.092,385.668,488.679) +Point[18] Position= (-169.857,383.21,488.129) +Point[19] Position= (-168.9,385.58,487.717) +Point[20] Position= (-168.479,386.096,488.397) +Point[21] Position= (-169.198,386.625,488.725) +Point[22] Position= (-169.146,385.868,488.646) +Point[23] Position= (-169.145,385.868,488.65) + +TrackID =1630 : ParentID=1618 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 4.11226 14.4794 -28.142 keV +Vertex : -16.9198 38.6625 48.8725 cm Global time : 3.30123 ns + Current trajectory has 2 points. +Point[0] Position= (-169.198,386.625,488.725) +Point[1] Position= (-169.196,386.632,488.71) + +TrackID =1629 : ParentID=1618 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 22.6424 -0.192442 28.4566 keV +Vertex : -16.8479 38.6096 48.8397 cm Global time : 3.29134 ns + Current trajectory has 2 points. +Point[0] Position= (-168.479,386.096,488.397) +Point[1] Position= (-168.464,386.096,488.416) + +TrackID =1627 : ParentID=1618 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -16.872 -43.4319 7.96431 keV +Vertex : -15.7648 37.8069 47.4939 cm Global time : 3.07977 ns + Current trajectory has 2 points. +Point[0] Position= (-157.648,378.069,474.939) +Point[1] Position= (-157.667,378.02,474.948) + +TrackID =1626 : ParentID=1618 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -25.2912 -32.5523 -28.0552 keV +Vertex : -15.6711 37.2322 47.697 cm Global time : 3.02922 ns + Current trajectory has 2 points. +Point[0] Position= (-156.711,372.322,476.97) +Point[1] Position= (-156.743,372.28,476.935) + +TrackID =1625 : ParentID=1618 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 13.7122 -60.7053 58.9378 keV +Vertex : -16.5258 36.0475 47.811 cm Global time : 2.93228 ns Current trajectory has 3 points. -Point[0] Position= (-86.9321,-18.0886,2934.22) -Point[1] Position= (-86.8875,-17.8681,2934.2) -Point[2] Position= (-86.88,-17.8703,2934.21) +Point[0] Position= (-165.258,360.475,478.11) +Point[1] Position= (-165.72,359.409,477.651) +Point[2] Position= (-165.723,359.412,477.65) -TrackID =1644 : ParentID=1596 : TrackStatus=1 +TrackID =1624 : ParentID=1618 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.5381 21.9369 4.64294 keV -Vertex : -0.082996 -0.0172482 2.80277 m Global time : 9.37956 ns +Original momentum : -19.1042 28.238 3.32555 keV +Vertex : -17.8978 37.994 54.1241 cm Global time : 2.54694 ns Current trajectory has 2 points. -Point[0] Position= (-82.996,-17.2482,2802.77) -Point[1] Position= (-82.8695,-17.1933,2802.79) +Point[0] Position= (-178.978,379.94,541.241) +Point[1] Position= (-178.989,379.957,541.243) -TrackID =1643 : ParentID=1596 : TrackStatus=1 +TrackID =1623 : ParentID=1618 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.9954 -5.32988 0.0413197 keV -Vertex : -0.0822976 -0.0171009 2.77938 m Global time : 9.30128 ns +Original momentum : -30.6379 26.7936 3.35336 keV +Vertex : -17.8947 37.974 54.2481 cm Global time : 2.53932 ns Current trajectory has 2 points. -Point[0] Position= (-82.2976,-17.1009,2779.38) -Point[1] Position= (-82.3214,-17.1049,2779.38) +Point[0] Position= (-178.947,379.74,542.481) +Point[1] Position= (-178.973,379.763,542.484) -TrackID =1642 : ParentID=1596 : TrackStatus=1 +TrackID =1622 : ParentID=1618 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 75.4372 22.6365 8.52167 keV -Vertex : -0.082105 -0.0170602 2.77294 m Global time : 9.27972 ns +Original momentum : 28.1583 -19.3653 7.27942 keV +Vertex : -18.1357 37.7614 54.7134 cm Global time : 2.50531 ns Current trajectory has 2 points. -Point[0] Position= (-82.105,-17.0602,2772.94) -Point[1] Position= (-81.641,-16.921,2772.99) +Point[0] Position= (-181.357,377.614,547.134) +Point[1] Position= (-181.339,377.602,547.139) -TrackID =1641 : ParentID=1596 : TrackStatus=1 +TrackID =1621 : ParentID=1618 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.3858 79.4891 8.71368 keV -Vertex : -0.0744634 -0.0154911 2.51714 m Global time : 8.42367 ns - Current trajectory has 3 points. -Point[0] Position= (-74.4634,-15.4911,2517.14) -Point[1] Position= (-73.3898,-15.1913,2516.92) -Point[2] Position= (-73.3898,-15.1913,2516.92) +Original momentum : 38.8683 -12.5549 -15.1319 keV +Vertex : -17.9139 36.8959 55.7124 cm Global time : 2.42685 ns + Current trajectory has 2 points. +Point[0] Position= (-179.139,368.959,557.124) +Point[1] Position= (-179.102,368.947,557.11) -TrackID =1640 : ParentID=1596 : TrackStatus=1 +TrackID =1617 : ParentID=1443 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.1806 51.5598 5.20156 keV -Vertex : -0.0728899 -0.0151677 2.46446 m Global time : 8.24737 ns +Original momentum : -12.2183 -31.0253 17.1789 keV +Vertex : -12.0894 24.4878 39.546 cm Global time : 1.62333 ns Current trajectory has 2 points. -Point[0] Position= (-72.8899,-15.1677,2464.46) -Point[1] Position= (-72.7703,-14.9923,2464.48) +Point[0] Position= (-120.894,244.878,395.46) +Point[1] Position= (-120.903,244.855,395.472) -TrackID =1639 : ParentID=1596 : TrackStatus=1 +TrackID =1616 : ParentID=1443 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 29.1153 -15.2681 1.83625 keV -Vertex : -0.0678686 -0.0141422 2.29566 m Global time : 7.68248 ns +Original momentum : -37.3847 -25.2427 6.71592 keV +Vertex : -11.5149 23.3226 37.6645 cm Global time : 1.5461 ns Current trajectory has 2 points. -Point[0] Position= (-67.8686,-14.1422,2295.66) -Point[1] Position= (-67.8463,-14.1539,2295.66) +Point[0] Position= (-115.149,233.226,376.645) +Point[1] Position= (-115.189,233.2,376.653) -TrackID =1638 : ParentID=1596 : TrackStatus=1 +TrackID =1615 : ParentID=1443 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.6771 -38.3113 0.999849 keV -Vertex : -0.0663581 -0.0138331 2.24473 m Global time : 7.51205 ns - Current trajectory has 2 points. -Point[0] Position= (-66.3581,-13.8331,2244.73) -Point[1] Position= (-66.3855,-13.8863,2244.74) +Original momentum : -123.085 18.8034 -29.8428 keV +Vertex : -10.1808 20.6187 33.2989 cm Global time : 1.36689 ns + Current trajectory has 6 points. +Point[0] Position= (-101.808,206.187,332.989) +Point[1] Position= (-101.918,206.204,332.93) +Point[2] Position= (-103.451,205.755,334.049) +Point[3] Position= (-103.249,205.826,334.148) +Point[4] Position= (-103.235,205.946,334.345) +Point[5] Position= (-103.169,206.006,334.469) -TrackID =1637 : ParentID=1596 : TrackStatus=1 +TrackID =1633 : ParentID=1615 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.3271 -45.5762 4.55721 keV -Vertex : -0.0626478 -0.0130554 2.11955 m Global time : 7.09311 ns +Original momentum : -36.8882 -1.28488 20.4566 keV +Vertex : -10.3235 20.5946 33.4345 cm Global time : 1.39321 ns Current trajectory has 2 points. -Point[0] Position= (-62.6478,-13.0554,2119.55) -Point[1] Position= (-62.5192,-13.2008,2119.56) +Point[0] Position= (-103.235,205.946,334.345) +Point[1] Position= (-103.269,205.945,334.364) -TrackID =1636 : ParentID=1596 : TrackStatus=1 +TrackID =1632 : ParentID=1615 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.9964 -20.2916 1.96521 keV -Vertex : -0.0620013 -0.0129202 2.09777 m Global time : 7.02022 ns +Original momentum : 22.3543 -24.2229 -9.70986 keV +Vertex : -10.3249 20.5826 33.4148 cm Global time : 1.3892 ns Current trajectory has 2 points. -Point[0] Position= (-62.0013,-12.9202,2097.77) -Point[1] Position= (-61.9752,-12.9385,2097.77) +Point[0] Position= (-103.249,205.826,334.148) +Point[1] Position= (-103.235,205.811,334.142) -TrackID =1635 : ParentID=1596 : TrackStatus=1 +TrackID =1631 : ParentID=1615 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.9511 40.9397 1.67389 keV -Vertex : -0.0611601 -0.012746 2.06945 m Global time : 6.92544 ns +Original momentum : -8.90537 -22.4235 -21.7076 keV +Vertex : -10.1918 20.6204 33.293 cm Global time : 1.36856 ns Current trajectory has 2 points. -Point[0] Position= (-61.1601,-12.746,2069.45) -Point[1] Position= (-61.1797,-12.6885,2069.45) +Point[0] Position= (-101.918,206.204,332.93) +Point[1] Position= (-101.923,206.191,332.918) -TrackID =1634 : ParentID=1596 : TrackStatus=1 +TrackID =1614 : ParentID=1443 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.6905 -18.8747 2.44804 keV -Vertex : -0.0601698 -0.0125403 2.0361 m Global time : 6.81384 ns +Original momentum : -24.4548 -24.0676 8.93726 keV +Vertex : -8.45125 17.1149 27.6409 cm Global time : 1.13463 ns Current trajectory has 2 points. -Point[0] Position= (-60.1698,-12.5403,2036.1) -Point[1] Position= (-60.1299,-12.562,2036.1) +Point[0] Position= (-84.5125,171.149,276.409) +Point[1] Position= (-84.5345,171.128,276.417) -TrackID =1633 : ParentID=1596 : TrackStatus=1 +TrackID =1613 : ParentID=1443 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.85538 -39.2058 1.43419 keV -Vertex : -0.0597916 -0.0124619 2.02334 m Global time : 6.77116 ns +Original momentum : 31.2757 7.10347 6.45156 keV +Vertex : -4.51556 9.1458 14.768 cm Global time : 606.24 ps Current trajectory has 2 points. -Point[0] Position= (-59.7916,-12.4619,2023.34) -Point[1] Position= (-59.786,-12.5069,2023.34) +Point[0] Position= (-45.1556,91.458,147.68) +Point[1] Position= (-45.1319,91.4634,147.685) -TrackID =1632 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.5368 -10.7294 1.86465 keV -Vertex : -0.0530881 -0.0110709 1.79637 m Global time : 6.01157 ns +TrackID =1628 : ParentID=1618 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : 0.0418345 0.860975 -1.12109 keV +Vertex : -16.2657 38.2442 47.957 cm Global time : 3.13933 ns Current trajectory has 2 points. -Point[0] Position= (-53.0881,-11.0709,1796.37) -Point[1] Position= (-53.0654,-11.0788,1796.37) +Point[0] Position= (-162.657,382.442,479.57) +Point[1] Position= (-162.395,387.836,472.547) -TrackID =1631 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.0157 48.7527 3.02244 keV -Vertex : -0.0523854 -0.0109263 1.77248 m Global time : 5.93163 ns +TrackID =1442 : ParentID=1436 : TrackStatus=1 +Particle name : unknown : k_star0 PDG code : 313 Charge : 0 +Original momentum : -0.158116 -0.111163 4.79506 GeV +Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps Current trajectory has 2 points. -Point[0] Position= (-52.3854,-10.9263,1772.48) -Point[1] Position= (-52.3659,-10.8312,1772.48) +Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) +Point[1] Position= (5.09812e-306,-2.5642e-306,1.01093e-305) -TrackID =1630 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.675617 36.4702 1.50658 keV -Vertex : -0.0500759 -0.0104552 1.69463 m Global time : 5.67112 ns +TrackID =1636 : ParentID=1442 : TrackStatus=1 +Particle name : kaon0 PDG code : 311 Charge : 0 +Original momentum : -0.0678145 0.0127689 3.7761 GeV +Vertex : 5.09812e-294 -2.5642e-294 1.01093e-293 fm Global time : 6.99567e-305 ps Current trajectory has 2 points. -Point[0] Position= (-50.0759,-10.4552,1694.63) -Point[1] Position= (-50.0766,-10.4201,1694.63) +Point[0] Position= (5.09812e-306,-2.5642e-306,1.01093e-305) +Point[1] Position= (5.09749e-306,-2.56408e-306,1.01447e-305) -TrackID =1629 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.643134 36.7586 1.57027 keV -Vertex : -0.0455 -0.00950567 1.54048 m Global time : 5.15526 ns +TrackID =1637 : ParentID=1636 : TrackStatus=1 +Particle name : kaon0L PDG code : 130 Charge : 0 +Original momentum : -0.0678145 0.0127689 3.7761 GeV +Vertex : 5.09749e-294 -2.56408e-294 1.01447e-293 fm Global time : 7.00757e-305 ps Current trajectory has 2 points. -Point[0] Position= (-45.5,-9.50567,1540.48) -Point[1] Position= (-45.4993,-9.46971,1540.49) +Point[0] Position= (5.09749e-306,-2.56408e-306,1.01447e-305) +Point[1] Position= (-107.753,20.289,6000) -TrackID =1628 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 205.065 -31.9364 48.6821 keV -Vertex : -0.0410532 -0.00858764 1.39034 m Global time : 4.65279 ns - Current trajectory has 11 points. -Point[0] Position= (-41.0532,-8.58764,1390.34) -Point[1] Position= (-39.8734,-8.54347,1390.7) -Point[2] Position= (-35.9402,-7.64474,1388.33) -Point[3] Position= (-35.4351,-9.99985,1387.53) -Point[4] Position= (-35.3846,-10.2669,1387.62) -Point[5] Position= (-35.5394,-10.9046,1387.88) -Point[6] Position= (-36.7018,-13.7343,1387.33) -Point[7] Position= (-37.6606,-16.174,1386.72) -Point[8] Position= (-35.863,-17.2352,1386.91) -Point[9] Position= (-35.1595,-16.4462,1386.9) -Point[10] Position= (-35.1745,-16.4528,1386.85) +TrackID =1635 : ParentID=1442 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : -60.5379 -103.01 116.259 MeV +Vertex : 5.09812e-294 -2.5642e-294 1.01093e-293 fm Global time : 6.99567e-305 ps + Current trajectory has 2 points. +Point[0] Position= (5.09812e-306,-2.5642e-306,1.01093e-305) +Point[1] Position= (-8.01234e-06,-1.36336e-05,1.53872e-05) + +TrackID =1441 : ParentID=1436 : TrackStatus=1 +Particle name : kaon- PDG code : -321 Charge : -1 +Original momentum : -0.385727 0.0736222 1.68675 GeV +Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps + Current trajectory has 70 points. +Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) +Point[1] Position= (-27.8172,5.31315,121.631) +Point[2] Position= (-38.0946,7.27904,166.572) +Point[3] Position= (-58.2071,11.1266,254.57) +Point[4] Position= (-91.6817,17.5071,401.028) +Point[5] Position= (-100.726,19.2286,440.602) +Point[6] Position= (-139.717,26.631,611.206) +Point[7] Position= (-140.534,26.7864,614.778) +Point[8] Position= (-148.627,28.3269,650.173) +Point[9] Position= (-196.468,37.4223,859.423) +Point[10] Position= (-225.688,42.9985,987.083) +Point[11] Position= (-228.646,43.5629,1000) +Point[12] Position= (-245.154,46.7104,1072.12) +Point[13] Position= (-279.817,53.3123,1223.59) +Point[14] Position= (-311.103,59.2603,1360.3) +Point[15] Position= (-317.831,60.5362,1389.71) +Point[16] Position= (-318.926,60.7438,1394.5) +Point[17] Position= (-335.505,63.888,1466.97) +Point[18] Position= (-342.263,65.1722,1496.51) +Point[19] Position= (-346.846,66.0426,1516.55) +Point[20] Position= (-347.204,66.1105,1518.11) +Point[21] Position= (-374.162,71.2366,1636) +Point[22] Position= (-383.848,73.079,1678.35) +Point[23] Position= (-400.478,76.2367,1751.05) +Point[24] Position= (-407.211,77.5161,1780.48) +Point[25] Position= (-423.746,80.6628,1852.72) +Point[26] Position= (-423.77,80.6673,1852.82) +Point[27] Position= (-427.997,81.4726,1871.28) +Point[28] Position= (-498.506,94.8976,2178.7) +Point[29] Position= (-512.044,97.4757,2237.69) +Point[30] Position= (-544.172,103.598,2377.69) +Point[31] Position= (-564.141,107.406,2464.72) +Point[32] Position= (-574.832,109.442,2511.3) +Point[33] Position= (-581.292,110.673,2539.45) +Point[34] Position= (-674.103,128.353,2944.61) +Point[35] Position= (-676.325,128.775,2954.31) +Point[36] Position= (-689.279,131.233,3010.86) +Point[37] Position= (-707.98,134.779,3092.48) +Point[38] Position= (-783.508,149.113,3422.34) +Point[39] Position= (-796.354,151.551,3478.45) +Point[40] Position= (-821.335,156.311,3587.67) +Point[41] Position= (-832.017,158.345,3634.37) +Point[42] Position= (-839.263,159.725,3666.07) +Point[43] Position= (-873.093,166.167,3814.02) +Point[44] Position= (-935.615,178.074,4087.4) +Point[45] Position= (-974.46,185.482,4257.25) +Point[46] Position= (-1016.43,193.511,4440.72) +Point[47] Position= (-1021.41,194.463,4462.49) +Point[48] Position= (-1023.22,194.809,4470.4) +Point[49] Position= (-1028.54,195.826,4493.68) +Point[50] Position= (-1033.42,196.76,4515.04) +Point[51] Position= (-1037.6,197.558,4533.31) +Point[52] Position= (-1043.37,198.662,4558.55) +Point[53] Position= (-1065.6,202.916,4655.77) +Point[54] Position= (-1079.39,205.552,4716.05) +Point[55] Position= (-1095.98,208.725,4788.56) +Point[56] Position= (-1138.29,216.792,4973.53) +Point[57] Position= (-1140.23,217.162,4981.99) +Point[58] Position= (-1198.97,228.405,5238.61) +Point[59] Position= (-1201.14,228.822,5248.07) +Point[60] Position= (-1223.48,233.121,5345.57) +Point[61] Position= (-1225.94,233.595,5356.32) +Point[62] Position= (-1236.05,235.541,5400.43) +Point[63] Position= (-1240.34,236.366,5419.12) +Point[64] Position= (-1240.66,236.428,5420.54) +Point[65] Position= (-1288.77,245.719,5630.41) +Point[66] Position= (-1305.46,248.942,5703.23) +Point[67] Position= (-1310.07,249.829,5723.35) +Point[68] Position= (-1310.92,249.994,5727.08) +Point[69] Position= (-1373.47,262.037,6000) + +TrackID =1703 : ParentID=1441 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 34.6984 1.98749 9.21318 keV +Vertex : -1.31092 0.249994 5.72708 m Global time : 20.3971 ns + Current trajectory has 2 points. +Point[0] Position= (-1310.92,249.994,5727.08) +Point[1] Position= (-1310.89,249.995,5727.09) + +TrackID =1702 : ParentID=1441 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -16.9084 -43.6358 0.333733 keV +Vertex : -1.31007 0.249829 5.72335 m Global time : 20.3838 ns + Current trajectory has 2 points. +Point[0] Position= (-1310.07,249.829,5723.35) +Point[1] Position= (-1310.1,249.756,5723.35) + +TrackID =1701 : ParentID=1441 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 75.6692 125.846 35.106 keV +Vertex : -1.30546 0.248942 5.70323 m Global time : 20.3122 ns + Current trajectory has 6 points. +Point[0] Position= (-1305.46,248.942,5703.23) +Point[1] Position= (-1304.84,251.681,5704.87) +Point[2] Position= (-1304.39,253.096,5704.69) +Point[3] Position= (-1304.24,253.791,5705.1) +Point[4] Position= (-1303.67,254.819,5705.49) +Point[5] Position= (-1303.82,254.561,5705.47) -TrackID =1677 : ParentID=1628 : TrackStatus=1 +TrackID =1705 : ParentID=1701 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.3644 -26.6815 10.8211 keV -Vertex : -0.0355394 -0.0109046 1.38788 m Global time : 4.73772 ns +Original momentum : 37.2079 -5.83137 -0.0621936 keV +Vertex : -1.30424 0.253791 5.7051 m Global time : 20.3757 ns Current trajectory has 2 points. -Point[0] Position= (-35.5394,-10.9046,1387.88) -Point[1] Position= (-35.5241,-10.9268,1387.89) +Point[0] Position= (-1304.24,253.791,5705.1) +Point[1] Position= (-1304.2,253.785,5705.1) -TrackID =1676 : ParentID=1628 : TrackStatus=1 +TrackID =1704 : ParentID=1701 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.7094 -28.0876 -14.0342 keV -Vertex : -0.0353846 -0.0102669 1.38762 m Global time : 4.72965 ns +Original momentum : -14.1346 2.74046 29.2753 keV +Vertex : -1.30439 0.253096 5.70469 m Global time : 20.3649 ns Current trajectory has 2 points. -Point[0] Position= (-35.3846,-10.2669,1387.62) -Point[1] Position= (-35.2318,-10.3515,1387.58) +Point[0] Position= (-1304.39,253.096,5704.69) +Point[1] Position= (-1304.4,253.098,5704.71) -TrackID =1675 : ParentID=1628 : TrackStatus=1 +TrackID =1700 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.8137 -18.8851 -38.9616 keV -Vertex : -0.0354351 -0.00999985 1.38753 m Global time : 4.72657 ns +Original momentum : 3.98146 42.8752 0.948055 keV +Vertex : -1.28877 0.245719 5.63041 m Global time : 20.0528 ns Current trajectory has 2 points. -Point[0] Position= (-35.4351,-9.99985,1387.53) -Point[1] Position= (-35.4901,-10.0386,1387.45) +Point[0] Position= (-1288.77,245.719,5630.41) +Point[1] Position= (-1288.77,245.779,5630.41) -TrackID =1674 : ParentID=1628 : TrackStatus=1 +TrackID =1699 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.0813 17.1578 4.13873 keV -Vertex : -0.0359402 -0.00764474 1.38833 m Global time : 4.70332 ns +Original momentum : -2.74883 37.6282 -0.806686 keV +Vertex : -1.24066 0.236428 5.42054 m Global time : 19.3052 ns Current trajectory has 2 points. -Point[0] Position= (-35.9402,-7.64474,1388.33) -Point[1] Position= (-35.9117,-7.629,1388.33) +Point[0] Position= (-1240.66,236.428,5420.54) +Point[1] Position= (-1240.66,236.467,5420.54) -TrackID =1673 : ParentID=1628 : TrackStatus=1 +TrackID =1698 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.4698 -57.4302 45.9803 keV -Vertex : -0.0398734 -0.00854347 1.3907 m Global time : 4.66328 ns - Current trajectory has 2 points. -Point[0] Position= (-39.8734,-8.54347,1390.7) -Point[1] Position= (-39.6473,-8.92007,1391) +Original momentum : 2.67355 -88.8859 12.9089 keV +Vertex : -1.24034 0.236366 5.41912 m Global time : 19.3002 ns + Current trajectory has 3 points. +Point[0] Position= (-1240.34,236.366,5419.12) +Point[1] Position= (-1239.08,235.614,5418.93) +Point[2] Position= (-1239.05,235.63,5418.98) -TrackID =1627 : ParentID=1596 : TrackStatus=1 +TrackID =1697 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.5468 11.0048 2.89295 keV -Vertex : -0.0409558 -0.00856736 1.38704 m Global time : 4.64174 ns +Original momentum : 23.5578 27.7932 5.59053 keV +Vertex : -1.23605 0.235541 5.40043 m Global time : 19.2336 ns Current trajectory has 2 points. -Point[0] Position= (-40.9558,-8.56736,1387.04) -Point[1] Position= (-40.9063,-8.55357,1387.04) +Point[0] Position= (-1236.05,235.541,5400.43) +Point[1] Position= (-1236.03,235.568,5400.43) -TrackID =1626 : ParentID=1596 : TrackStatus=1 +TrackID =1696 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.0279 41.3755 1.7936 keV -Vertex : -0.0393155 -0.00822411 1.33125 m Global time : 4.45506 ns +Original momentum : -0.330871 -34.1525 2.6563 keV +Vertex : -1.22594 0.233595 5.35632 m Global time : 19.0765 ns Current trajectory has 2 points. -Point[0] Position= (-39.3155,-8.22411,1331.25) -Point[1] Position= (-39.358,-8.15081,1331.26) +Point[0] Position= (-1225.94,233.595,5356.32) +Point[1] Position= (-1225.94,233.566,5356.33) -TrackID =1625 : ParentID=1596 : TrackStatus=1 +TrackID =1695 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.1893 12.1772 2.37741 keV -Vertex : -0.0391925 -0.00819839 1.32708 m Global time : 4.44108 ns +Original momentum : 56.2082 -36.1506 19.5225 keV +Vertex : -1.22348 0.233121 5.34557 m Global time : 19.0382 ns Current trajectory has 2 points. -Point[0] Position= (-39.1925,-8.19839,1327.08) -Point[1] Position= (-39.1599,-8.18678,1327.08) +Point[0] Position= (-1223.48,233.121,5345.57) +Point[1] Position= (-1223.23,232.96,5345.66) -TrackID =1624 : ParentID=1596 : TrackStatus=1 +TrackID =1694 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.4701 -7.87435 2.81233 keV -Vertex : -0.0368385 -0.00770247 1.24686 m Global time : 4.17264 ns +Original momentum : -39.3565 -2.78035 -7.2133 keV +Vertex : -1.20114 0.228822 5.24807 m Global time : 18.6909 ns Current trajectory has 2 points. -Point[0] Position= (-36.8385,-7.70247,1246.86) -Point[1] Position= (-36.7873,-7.71243,1246.86) +Point[0] Position= (-1201.14,228.822,5248.07) +Point[1] Position= (-1201.18,228.819,5248.07) -TrackID =1623 : ParentID=1596 : TrackStatus=1 +TrackID =1693 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.0156 74.596 5.70458 keV -Vertex : -0.0344158 -0.00719505 1.16447 m Global time : 3.89691 ns +Original momentum : 41.7849 -74.9594 20.9583 keV +Vertex : -1.19897 0.228405 5.23861 m Global time : 18.6572 ns Current trajectory has 3 points. -Point[0] Position= (-34.4158,-7.19505,1164.47) -Point[1] Position= (-34.816,-6.92807,1164.53) -Point[2] Position= (-34.8015,-6.92806,1164.64) +Point[0] Position= (-1198.97,228.405,5238.61) +Point[1] Position= (-1199.1,227.767,5239.58) +Point[2] Position= (-1199.11,227.74,5239.59) -TrackID =1678 : ParentID=1623 : TrackStatus=1 +TrackID =1692 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.503 -25.2081 2.88665 keV -Vertex : -0.034816 -0.00692807 1.16453 m Global time : 3.90462 ns +Original momentum : 33.5034 57.092 9.83244 keV +Vertex : -1.14023 0.217162 4.98199 m Global time : 17.7432 ns Current trajectory has 2 points. -Point[0] Position= (-34.816,-6.92807,1164.53) -Point[1] Position= (-34.8329,-6.94785,1164.54) - -TrackID =1622 : ParentID=1596 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.1867 124.061 17.4522 keV -Vertex : -0.030017 -0.00627016 1.01549 m Global time : 3.39835 ns - Current trajectory has 4 points. -Point[0] Position= (-30.017,-6.27016,1015.49) -Point[1] Position= (-29.709,-4.43356,1016.55) -Point[2] Position= (-28.5532,-3.95803,1015.71) -Point[3] Position= (-28.4746,-4.25835,1016) +Point[0] Position= (-1140.23,217.162,4981.99) +Point[1] Position= (-1140.09,217.391,4982.03) -TrackID =1621 : ParentID=1596 : TrackStatus=1 +TrackID =1691 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.3435 -77.967 5.34263 keV -Vertex : -2.25874 -0.476694 76.5128 cm Global time : 2.56051 ns - Current trajectory has 3 points. -Point[0] Position= (-22.5874,-4.76694,765.128) -Point[1] Position= (-23.5551,-5.05036,764.963) -Point[2] Position= (-23.5549,-5.05036,764.958) +Original momentum : -9.91849 -31.9883 0.297602 keV +Vertex : -1.13829 0.216792 4.97353 m Global time : 17.7131 ns + Current trajectory has 2 points. +Point[0] Position= (-1138.29,216.792,4973.53) +Point[1] Position= (-1138.3,216.766,4973.53) -TrackID =1620 : ParentID=1596 : TrackStatus=1 +TrackID =1690 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.6528 0.666253 2.02089 keV -Vertex : -2.2342 -0.471667 75.684 cm Global time : 2.53278 ns +Original momentum : -45.9137 10.8277 -8.58024 keV +Vertex : -1.09598 0.208725 4.78856 m Global time : 17.0543 ns Current trajectory has 2 points. -Point[0] Position= (-22.342,-4.71667,756.84) -Point[1] Position= (-22.3172,-4.71616,756.842) +Point[0] Position= (-1095.98,208.725,4788.56) +Point[1] Position= (-1096.06,208.744,4788.54) -TrackID =1619 : ParentID=1596 : TrackStatus=1 +TrackID =1689 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.9411 -1.86435 2.42891 keV -Vertex : -2.10086 -0.444459 71.1763 cm Global time : 2.38193 ns +Original momentum : 46.8623 19.9636 12.7165 keV +Vertex : -1.07939 0.205552 4.71605 m Global time : 16.7961 ns Current trajectory has 2 points. -Point[0] Position= (-21.0086,-4.44459,711.763) -Point[1] Position= (-20.9718,-4.44644,711.765) +Point[0] Position= (-1079.39,205.552,4716.05) +Point[1] Position= (-1079.29,205.596,4716.08) -TrackID =1618 : ParentID=1596 : TrackStatus=1 +TrackID =1688 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.817 27.4382 0.757289 keV -Vertex : -1.91441 -0.405717 64.8708 cm Global time : 2.17091 ns +Original momentum : 39.723 -58.7546 17.1965 keV +Vertex : -1.0656 0.202916 4.65577 m Global time : 16.5814 ns Current trajectory has 2 points. -Point[0] Position= (-19.1441,-4.05717,648.708) -Point[1] Position= (-19.1668,-4.03105,648.709) +Point[0] Position= (-1065.6,202.916,4655.77) +Point[1] Position= (-1065.4,202.623,4655.86) -TrackID =1617 : ParentID=1596 : TrackStatus=1 +TrackID =1687 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.1462 -109.179 11.427 keV -Vertex : -1.87707 -0.39799 63.6101 cm Global time : 2.12872 ns - Current trajectory has 3 points. -Point[0] Position= (-18.7707,-3.9799,636.101) -Point[1] Position= (-18.8036,-5.59821,636.378) -Point[2] Position= (-18.7198,-5.83334,636.305) +Original momentum : -35.8711 -7.27021 -6.44239 keV +Vertex : -1.04337 0.198662 4.55855 m Global time : 16.2351 ns + Current trajectory has 2 points. +Point[0] Position= (-1043.37,198.662,4558.55) +Point[1] Position= (-1043.41,198.655,4558.54) -TrackID =1679 : ParentID=1617 : TrackStatus=1 +TrackID =1686 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.1066 -23.5083 53.8677 keV -Vertex : -1.88036 -0.559821 63.6378 cm Global time : 2.15178 ns +Original momentum : -75.2604 24.9506 -11.6289 keV +Vertex : -1.0376 0.197558 4.53331 m Global time : 16.1453 ns Current trajectory has 3 points. -Point[0] Position= (-18.8036,-5.59821,636.378) -Point[1] Position= (-18.8089,-5.61001,636.396) -Point[2] Position= (-18.8717,-5.6636,636.438) +Point[0] Position= (-1037.6,197.558,4533.31) +Point[1] Position= (-1037.79,197.771,4533.31) +Point[2] Position= (-1037.86,197.85,4533.38) -TrackID =1680 : ParentID=1679 : TrackStatus=1 +TrackID =1706 : ParentID=1686 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.23447 13.9104 29.5973 keV -Vertex : -1.88089 -0.561001 63.6396 cm Global time : 2.15237 ns +Original momentum : 24.4618 -15.9397 41.8615 keV +Vertex : -1.03779 0.197771 4.53331 m Global time : 16.1506 ns Current trajectory has 2 points. -Point[0] Position= (-18.8089,-5.61001,636.396) -Point[1] Position= (-18.8023,-5.59876,636.42) +Point[0] Position= (-1037.79,197.771,4533.31) +Point[1] Position= (-1037.74,197.738,4533.39) -TrackID =1616 : ParentID=1596 : TrackStatus=1 +TrackID =1685 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.1896 -34.7157 0.887475 keV -Vertex : -1.60605 -0.341745 54.459 cm Global time : 1.82248 ns +Original momentum : -34.5142 21.7358 -7.05477 keV +Vertex : -1.03342 0.19676 4.51504 m Global time : 16.0802 ns Current trajectory has 2 points. -Point[0] Position= (-16.0605,-3.41745,544.59) -Point[1] Position= (-16.1004,-3.46831,544.591) +Point[0] Position= (-1033.42,196.76,4515.04) +Point[1] Position= (-1033.47,196.787,4515.03) -TrackID =1615 : ParentID=1596 : TrackStatus=1 +TrackID =1684 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.5452 6.67323 0.358683 keV -Vertex : -1.05307 -0.224657 35.7296 cm Global time : 1.1957 ns +Original momentum : 55.7206 30.9518 15.8763 keV +Vertex : -1.02854 0.195826 4.49368 m Global time : 16.0041 ns Current trajectory has 2 points. -Point[0] Position= (-10.5307,-2.24657,357.296) -Point[1] Position= (-10.5704,-2.23951,357.296) +Point[0] Position= (-1028.54,195.826,4493.68) +Point[1] Position= (-1028.33,195.945,4493.74) -TrackID =1614 : ParentID=1596 : TrackStatus=1 +TrackID =1683 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 60.8916 89.6054 13.944 keV -Vertex : -1.04669 -0.223294 35.5137 cm Global time : 1.18847 ns - Current trajectory has 4 points. -Point[0] Position= (-10.4669,-2.23294,355.137) -Point[1] Position= (-9.86245,-1.02991,354.315) -Point[2] Position= (-9.66722,-0.589221,354.616) -Point[3] Position= (-9.53573,-0.488363,354.748) +Original momentum : -8.23541 32.794 -2.11876 keV +Vertex : -1.02322 0.194809 4.4704 m Global time : 15.9212 ns + Current trajectory has 2 points. +Point[0] Position= (-1023.22,194.809,4470.4) +Point[1] Position= (-1023.22,194.835,4470.4) -TrackID =1682 : ParentID=1614 : TrackStatus=1 +TrackID =1682 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.61794 -22.9347 23.2917 keV -Vertex : -0.966722 -0.0589221 35.4616 cm Global time : 1.2176 ns +Original momentum : -20.1212 27.1941 -4.57365 keV +Vertex : -1.02141 0.194463 4.46249 m Global time : 15.8931 ns Current trajectory has 2 points. -Point[0] Position= (-9.66722,-0.589221,354.616) -Point[1] Position= (-9.6716,-0.607107,354.635) +Point[0] Position= (-1021.41,194.463,4462.49) +Point[1] Position= (-1021.42,194.485,4462.49) -TrackID =1681 : ParentID=1614 : TrackStatus=1 +TrackID =1681 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.9745 24.5839 -36.8076 keV -Vertex : -0.986245 -0.102991 35.4315 cm Global time : 1.20792 ns +Original momentum : -35.128 -19.7418 -5.44594 keV +Vertex : -1.01643 0.193511 4.44072 m Global time : 15.8155 ns Current trajectory has 2 points. -Point[0] Position= (-9.86245,-1.02991,354.315) -Point[1] Position= (-9.9044,-0.982977,354.245) +Point[0] Position= (-1016.43,193.511,4440.72) +Point[1] Position= (-1016.47,193.487,4440.71) -TrackID =1613 : ParentID=1596 : TrackStatus=1 +TrackID =1680 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.2799 -17.7265 0.337262 keV -Vertex : -0.719063 -0.154241 24.4253 cm Global time : 817.396 ps +Original momentum : -28.6816 -29.819 -3.46192 keV +Vertex : -0.97446 0.185482 4.25725 m Global time : 15.1621 ns Current trajectory has 2 points. -Point[0] Position= (-7.19063,-1.54241,244.253) -Point[1] Position= (-7.22789,-1.56168,244.254) +Point[0] Position= (-974.46,185.482,4257.25) +Point[1] Position= (-974.497,185.444,4257.24) -TrackID =1612 : ParentID=1596 : TrackStatus=1 +TrackID =1679 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.32501 32.6045 1.13692 keV -Vertex : -0.704465 -0.151166 23.931 cm Global time : 800.853 ps +Original momentum : -57.4196 -19.526 -8.37585 keV +Vertex : -0.935615 0.178074 4.0874 m Global time : 14.5572 ns Current trajectory has 2 points. -Point[0] Position= (-7.04465,-1.51166,239.31) -Point[1] Position= (-7.04797,-1.48665,239.311) +Point[0] Position= (-935.615,178.074,4087.4) +Point[1] Position= (-935.8,178.012,4087.37) -TrackID =1611 : ParentID=1596 : TrackStatus=1 +TrackID =1678 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.7398 -14.2946 0.193832 keV -Vertex : -0.650849 -0.139836 22.1173 cm Global time : 740.157 ps +Original momentum : 27.2145 46.5153 7.28235 keV +Vertex : -0.873093 0.166167 3.81402 m Global time : 13.5836 ns Current trajectory has 2 points. -Point[0] Position= (-6.50849,-1.39836,221.173) -Point[1] Position= (-6.5385,-1.41146,221.173) +Point[0] Position= (-873.093,166.167,3814.02) +Point[1] Position= (-873.028,166.278,3814.04) -TrackID =1610 : ParentID=1596 : TrackStatus=1 +TrackID =1677 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.7867 -42.7494 2.86073 keV -Vertex : -0.599564 -0.128806 20.3806 cm Global time : 682.038 ps +Original momentum : -35.4904 7.97867 -7.02983 keV +Vertex : -0.839263 0.159725 3.66607 m Global time : 13.0567 ns Current trajectory has 2 points. -Point[0] Position= (-5.99564,-1.28806,203.806) -Point[1] Position= (-5.94814,-1.37,203.811) +Point[0] Position= (-839.263,159.725,3666.07) +Point[1] Position= (-839.298,159.733,3666.06) -TrackID =1609 : ParentID=1596 : TrackStatus=1 +TrackID =1676 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.7918 32.9191 1.75941 keV -Vertex : -0.519971 -0.111744 17.69 cm Global time : 591.997 ps +Original momentum : -17.3664 63.4046 -2.23809 keV +Vertex : -0.821335 0.156311 3.58767 m Global time : 12.7775 ns Current trajectory has 2 points. -Point[0] Position= (-5.19971,-1.11744,176.9) -Point[1] Position= (-5.18937,-1.08857,176.902) +Point[0] Position= (-821.335,156.311,3587.67) +Point[1] Position= (-821.402,156.554,3587.66) -TrackID =1608 : ParentID=1596 : TrackStatus=1 +TrackID =1675 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 191.075 94.2041 51.3857 keV -Vertex : -0.418285 -0.089852 14.2446 cm Global time : 476.696 ps - Current trajectory has 12 points. -Point[0] Position= (-4.18285,-0.89852,142.446) -Point[1] Position= (4.28749,-0.598534,146.392) -Point[2] Position= (4.29304,-0.600128,146.392) -Point[3] Position= (10.2272,-1.84388,147.249) -Point[4] Position= (14.0637,-3.88265,144.414) -Point[5] Position= (14.2746,-4.5331,144.332) -Point[6] Position= (15.2905,-6.08381,144.381) -Point[7] Position= (16.9905,-8.07491,144.418) -Point[8] Position= (16.8485,-9.35815,143.817) -Point[9] Position= (16.4922,-10.3621,142.067) -Point[10] Position= (16.3039,-9.20621,142.924) -Point[11] Position= (16.3015,-9.25785,143.074) +Original momentum : -118.304 -240.043 56.6257 keV +Vertex : -0.796354 0.151551 3.47845 m Global time : 12.3885 ns + Current trajectory has 16 points. +Point[0] Position= (-796.354,151.551,3478.45) +Point[1] Position= (-799.99,144.451,3477.74) +Point[2] Position= (-800.104,128.554,3481.45) +Point[3] Position= (-800.795,123.238,3469.82) +Point[4] Position= (-799.435,124.122,3459.88) +Point[5] Position= (-797.487,122.584,3453.43) +Point[6] Position= (-796.73,122.27,3452.95) +Point[7] Position= (-793.869,117.203,3452.29) +Point[8] Position= (-794.122,116.359,3452) +Point[9] Position= (-796.78,115.333,3448.79) +Point[10] Position= (-797.426,114.746,3447.94) +Point[11] Position= (-797.756,114.746,3447.67) +Point[12] Position= (-798.235,115.268,3447.25) +Point[13] Position= (-799.468,114.479,3445.6) +Point[14] Position= (-799.991,115.151,3445.51) +Point[15] Position= (-800.036,115.328,3445.32) -TrackID =1686 : ParentID=1608 : TrackStatus=1 +TrackID =1711 : ParentID=1675 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.9442 6.65869 -27.9496 keV -Vertex : 1.68485 -0.935815 14.3817 cm Global time : 725.662 ps +Original momentum : 22.14 20.5892 13.56 keV +Vertex : -0.799991 0.115151 3.44551 m Global time : 12.9474 ns Current trajectory has 2 points. -Point[0] Position= (16.8485,-9.35815,143.817) -Point[1] Position= (16.8339,-9.35271,143.794) +Point[0] Position= (-799.991,115.151,3445.51) +Point[1] Position= (-799.974,115.167,3445.52) -TrackID =1685 : ParentID=1608 : TrackStatus=1 +TrackID =1710 : ParentID=1675 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.2636 19.5785 1.22512 keV -Vertex : 1.52905 -0.608381 14.4381 cm Global time : 675.934 ps +Original momentum : -21.8063 32.0856 6.5733 keV +Vertex : -0.798235 0.115268 3.44725 m Global time : 12.9105 ns Current trajectory has 2 points. -Point[0] Position= (15.2905,-6.08381,144.381) -Point[1] Position= (15.3267,-6.0625,144.382) +Point[0] Position= (-798.235,115.268,3447.25) +Point[1] Position= (-798.26,115.305,3447.25) -TrackID =1684 : ParentID=1608 : TrackStatus=1 +TrackID =1709 : ParentID=1675 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -4.55186 -2.16898 -33.0392 keV -Vertex : 1.42746 -0.45331 14.4332 cm Global time : 654.878 ps +Original momentum : 4.16151 -43.4306 2.14167 keV +Vertex : -0.797426 0.114746 3.44794 m Global time : 12.8944 ns Current trajectory has 2 points. -Point[0] Position= (14.2746,-4.5331,144.332) -Point[1] Position= (14.271,-4.53482,144.306) +Point[0] Position= (-797.426,114.746,3447.94) +Point[1] Position= (-797.42,114.684,3447.94) -TrackID =1683 : ParentID=1608 : TrackStatus=1 +TrackID =1708 : ParentID=1675 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.1974 45.5823 -18.5748 keV -Vertex : 0.429304 -0.0600128 14.6392 cm Global time : 548.175 ps +Original momentum : 8.30569 -26.4278 29.5514 keV +Vertex : -0.794122 0.116359 3.452 m Global time : 12.8401 ns Current trajectory has 2 points. -Point[0] Position= (4.29304,-0.600128,146.392) -Point[1] Position= (4.38681,-0.467367,146.337) +Point[0] Position= (-794.122,116.359,3452) +Point[1] Position= (-794.112,116.327,3452.03) -TrackID =1607 : ParentID=1596 : TrackStatus=1 +TrackID =1707 : ParentID=1675 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.4965 -8.4816 3.04397 keV -Vertex : -0.199639 -0.0431673 6.81558 cm Global time : 228.083 ps +Original momentum : -29.9975 7.55389 -34.3772 keV +Vertex : -0.79999 0.144451 3.47774 m Global time : 12.4426 ns Current trajectory has 2 points. -Point[0] Position= (-1.99639,-0.431673,68.1558) -Point[1] Position= (-1.93625,-0.443677,68.1601) +Point[0] Position= (-799.99,144.451,3477.74) +Point[1] Position= (-800.039,144.463,3477.68) -TrackID =1606 : ParentID=1596 : TrackStatus=1 +TrackID =1674 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.23902 -169.245 27.1107 keV -Vertex : -0.177207 -0.0383658 6.05063 cm Global time : 202.484 ps - Current trajectory has 9 points. -Point[0] Position= (-1.77207,-0.383658,60.5063) -Point[1] Position= (-1.44363,-3.54935,59.6638) -Point[2] Position= (-1.94108,-4.64388,59.7773) -Point[3] Position= (-1.83267,-8.37198,61.0983) -Point[4] Position= (-2.79734,-10.9208,60.8929) -Point[5] Position= (-0.933637,-9.22626,60.4404) -Point[6] Position= (-0.67551,-8.6551,60.6057) -Point[7] Position= (0.18814,-9.15824,61.3698) -Point[8] Position= (0.216057,-9.20895,61.3631) +Original momentum : 95.1762 -10.4421 32.8441 keV +Vertex : -0.783508 0.149113 3.42234 m Global time : 12.1886 ns + Current trajectory has 4 points. +Point[0] Position= (-783.508,149.113,3422.34) +Point[1] Position= (-782.831,148.09,3423.4) +Point[2] Position= (-782.714,147.974,3423.35) +Point[3] Position= (-782.62,148.046,3423.16) -TrackID =1688 : ParentID=1606 : TrackStatus=1 +TrackID =1712 : ParentID=1674 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.81954 25.1361 32.7941 keV -Vertex : -0.067551 -0.86551 6.06057 cm Global time : 353.027 ps +Original momentum : -0.453196 -34.7172 -13.4662 keV +Vertex : -0.782714 0.147974 3.42335 m Global time : 12.2109 ns Current trajectory has 2 points. -Point[0] Position= (-0.67551,-8.6551,60.6057) -Point[1] Position= (-0.670633,-8.62301,60.6475) +Point[0] Position= (-782.714,147.974,3423.35) +Point[1] Position= (-782.714,147.939,3423.34) -TrackID =1687 : ParentID=1606 : TrackStatus=1 +TrackID =1673 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.6482 -2.5931 -21.1542 keV -Vertex : -0.144363 -0.354935 5.96638 cm Global time : 233.929 ps +Original momentum : 47.7663 -19.3527 14.7813 keV +Vertex : -0.70798 0.134779 3.09248 m Global time : 11.0138 ns Current trajectory has 2 points. -Point[0] Position= (-1.44363,-3.54935,59.6638) -Point[1] Position= (-1.42512,-3.55129,59.6479) +Point[0] Position= (-707.98,134.779,3092.48) +Point[1] Position= (-707.869,134.734,3092.52) -TrackID =1697 : ParentID=1520 : TrackStatus=1 +TrackID =1672 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.8954 33.0448 -3.82759 keV -Vertex : -19.5068 39.5394 63.7725 cm Global time : 2.61876 ns +Original momentum : -39.1428 -28.6408 -5.24443 keV +Vertex : -0.689279 0.131233 3.01086 m Global time : 10.7231 ns Current trajectory has 2 points. -Point[0] Position= (-195.068,395.394,637.725) -Point[1] Position= (-195.002,395.445,637.719) +Point[0] Position= (-689.279,131.233,3010.86) +Point[1] Position= (-689.351,131.18,3010.85) -TrackID =1696 : ParentID=1520 : TrackStatus=1 +TrackID =1671 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.3381 -19.6226 2.89235 keV -Vertex : -19.2652 39.0499 62.9833 cm Global time : 2.58635 ns +Original momentum : 18.0675 38.2825 4.36139 keV +Vertex : -0.676325 0.128775 2.95431 m Global time : 10.5217 ns Current trajectory has 2 points. -Point[0] Position= (-192.652,390.499,629.833) -Point[1] Position= (-192.686,390.481,629.836) +Point[0] Position= (-676.325,128.775,2954.31) +Point[1] Position= (-676.3,128.827,2954.31) -TrackID =1695 : ParentID=1520 : TrackStatus=1 +TrackID =1670 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.01487 36.0609 -19.4122 keV -Vertex : -17.5333 35.5421 57.3267 cm Global time : 2.35404 ns +Original momentum : 52.158 4.23009 14.8443 keV +Vertex : -0.674103 0.128353 2.94461 m Global time : 10.4872 ns Current trajectory has 2 points. -Point[0] Position= (-175.333,355.421,573.267) -Point[1] Position= (-175.331,355.452,573.25) +Point[0] Position= (-674.103,128.353,2944.61) +Point[1] Position= (-673.977,128.363,2944.64) -TrackID =1694 : ParentID=1520 : TrackStatus=1 +TrackID =1669 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.8572 -33.6421 17.5094 keV -Vertex : -17.3224 35.1149 56.6378 cm Global time : 2.32575 ns +Original momentum : 7.14077 57.1432 2.59964 keV +Vertex : -0.581292 0.110673 2.53945 m Global time : 9.04414 ns Current trajectory has 2 points. -Point[0] Position= (-173.224,351.149,566.378) -Point[1] Position= (-173.24,351.119,566.394) +Point[0] Position= (-581.292,110.673,2539.45) +Point[1] Position= (-581.272,110.832,2539.46) -TrackID =1693 : ParentID=1520 : TrackStatus=1 +TrackID =1668 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.86088 -38.4099 24.5827 keV -Vertex : -16.4044 33.2521 53.6355 cm Global time : 2.20244 ns +Original momentum : -13.9709 44.1045 -2.89396 keV +Vertex : -0.574832 0.109442 2.5113 m Global time : 8.94385 ns Current trajectory has 2 points. -Point[0] Position= (-164.044,332.521,536.355) -Point[1] Position= (-164.05,332.48,536.381) +Point[0] Position= (-574.832,109.442,2511.3) +Point[1] Position= (-574.855,109.514,2511.29) -TrackID =1692 : ParentID=1520 : TrackStatus=1 +TrackID =1667 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.5716 -16.8208 2.79779 keV -Vertex : -13.9512 28.2767 45.6126 cm Global time : 1.87298 ns +Original momentum : -24.8459 25.0837 -5.46607 keV +Vertex : -0.564141 0.107406 2.46472 m Global time : 8.77793 ns Current trajectory has 2 points. -Point[0] Position= (-139.512,282.767,456.126) -Point[1] Position= (-139.53,282.756,456.128) +Point[0] Position= (-564.141,107.406,2464.72) +Point[1] Position= (-564.164,107.429,2464.71) -TrackID =1691 : ParentID=1520 : TrackStatus=1 +TrackID =1666 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.2067 15.2416 -16.0545 keV -Vertex : -13.234 26.8222 43.2679 cm Global time : 1.77668 ns +Original momentum : -44.4831 -7.60558 -7.68849 keV +Vertex : -0.544172 0.103598 2.37769 m Global time : 8.46796 ns Current trajectory has 2 points. -Point[0] Position= (-132.34,268.222,432.679) -Point[1] Position= (-132.356,268.231,432.669) +Point[0] Position= (-544.172,103.598,2377.69) +Point[1] Position= (-544.243,103.586,2377.68) -TrackID =1690 : ParentID=1520 : TrackStatus=1 +TrackID =1665 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.6969 30.9391 -14.9974 keV -Vertex : -6.58338 13.3346 21.5065 cm Global time : 883.195 ps +Original momentum : -31.4648 46.961 -5.90998 keV +Vertex : -0.512044 0.0974757 2.23769 m Global time : 7.96926 ns Current trajectory has 2 points. -Point[0] Position= (-65.8338,133.346,215.065) -Point[1] Position= (-65.826,133.373,215.052) +Point[0] Position= (-512.044,97.4757,2237.69) +Point[1] Position= (-512.128,97.6015,2237.67) -TrackID =1689 : ParentID=1520 : TrackStatus=1 +TrackID =1664 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.9089 16.4809 -0.414084 keV -Vertex : -1.7981 3.64427 5.87945 cm Global time : 241.414 ps +Original momentum : 18.0882 39.9572 4.43119 keV +Vertex : -0.498506 0.0948976 2.1787 m Global time : 7.75914 ns Current trajectory has 2 points. -Point[0] Position= (-17.981,36.4427,58.7945) -Point[1] Position= (-17.9603,36.4549,58.7942) +Point[0] Position= (-498.506,94.8976,2178.7) +Point[1] Position= (-498.479,94.9561,2178.7) -TrackID =1519 : ParentID=1513 : TrackStatus=1 -Particle name : unknown : k_star0 PDG code : 313 Charge : 0 -Original momentum : -0.158116 -0.111163 4.79506 GeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps - Current trajectory has 2 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (5.09812e-306,-2.5642e-306,1.01093e-305) +TrackID =1663 : ParentID=1441 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 313.515 -116.277 226.913 keV +Vertex : -0.427997 0.0814726 1.87128 m Global time : 6.66416 ns + Current trajectory has 23 points. +Point[0] Position= (-427.997,81.4726,1871.28) +Point[1] Position= (-421.907,78.4432,1876.66) +Point[2] Position= (-406.319,71.595,1888.98) +Point[3] Position= (-395.949,68.9341,1896.95) +Point[4] Position= (-367.073,95.4031,1897.15) +Point[5] Position= (-357.537,109.078,1885.83) +Point[6] Position= (-336.073,121.209,1870.1) +Point[7] Position= (-335.253,122.134,1869.89) +Point[8] Position= (-330.495,129.302,1865.14) +Point[9] Position= (-316.067,131.966,1854.51) +Point[10] Position= (-305.025,141.993,1853.62) +Point[11] Position= (-296.633,148.327,1854.4) +Point[12] Position= (-286.601,152.015,1853.73) +Point[13] Position= (-282.389,154.182,1861.18) +Point[14] Position= (-276.54,157.36,1863.34) +Point[15] Position= (-272.455,162.22,1862.53) +Point[16] Position= (-268.365,160.72,1860.88) +Point[17] Position= (-268.627,157.262,1859.92) +Point[18] Position= (-269.378,154.671,1860.44) +Point[19] Position= (-268.548,153.019,1859.07) +Point[20] Position= (-266.76,153.218,1859.32) +Point[21] Position= (-266.079,153.728,1858.15) +Point[22] Position= (-266.107,153.706,1858.13) + +TrackID =1719 : ParentID=1663 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 19.069 -41.2059 -11.012 keV +Vertex : -0.296633 0.148327 1.8544 m Global time : 7.76154 ns + Current trajectory has 2 points. +Point[0] Position= (-296.633,148.327,1854.4) +Point[1] Position= (-296.601,148.258,1854.38) + +TrackID =1718 : ParentID=1663 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 19.8051 12.5644 28.916 keV +Vertex : -0.330495 0.129302 1.86514 m Global time : 7.45928 ns + Current trajectory has 2 points. +Point[0] Position= (-330.495,129.302,1865.14) +Point[1] Position= (-330.475,129.315,1865.16) + +TrackID =1717 : ParentID=1663 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 40.0961 -42.6273 -33.8607 keV +Vertex : -0.336073 0.121209 1.8701 m Global time : 7.38448 ns + Current trajectory has 2 points. +Point[0] Position= (-336.073,121.209,1870.1) +Point[1] Position= (-335.908,121.033,1869.96) + +TrackID =1716 : ParentID=1663 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -32.9229 30.4133 24.0068 keV +Vertex : -0.357537 0.109078 1.88583 m Global time : 7.22238 ns + Current trajectory has 2 points. +Point[0] Position= (-357.537,109.078,1885.83) +Point[1] Position= (-357.604,109.14,1885.88) + +TrackID =1715 : ParentID=1663 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 48.1197 -112.847 46.4163 keV +Vertex : -0.395949 0.0689341 1.89695 m Global time : 6.89415 ns + Current trajectory has 5 points. +Point[0] Position= (-395.949,68.9341,1896.95) +Point[1] Position= (-396.039,67.8736,1897.65) +Point[2] Position= (-395.305,69.6481,1898.69) +Point[3] Position= (-394.604,69.2494,1899.64) +Point[4] Position= (-394.464,69.2188,1899.47) -TrackID =1699 : ParentID=1519 : TrackStatus=1 -Particle name : kaon0 PDG code : 311 Charge : 0 -Original momentum : -0.0678145 0.0127689 3.7761 GeV -Vertex : 5.09812e-294 -2.5642e-294 1.01093e-293 fm Global time : 6.99567e-305 ps +TrackID =1720 : ParentID=1715 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 33.5172 5.45722 25.7344 keV +Vertex : -0.396039 0.0678736 1.89765 m Global time : 6.90928 ns Current trajectory has 2 points. -Point[0] Position= (5.09812e-306,-2.5642e-306,1.01093e-305) -Point[1] Position= (5.09784e-306,-2.56414e-306,1.01251e-305) +Point[0] Position= (-396.039,67.8736,1897.65) +Point[1] Position= (-395.993,67.881,1897.69) -TrackID =1700 : ParentID=1699 : TrackStatus=1 -Particle name : kaon0L PDG code : 130 Charge : 0 -Original momentum : -0.0678145 0.0127689 3.7761 GeV -Vertex : 5.09784e-294 -2.56414e-294 1.01251e-293 fm Global time : 7.00099e-305 ps +TrackID =1714 : ParentID=1663 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 15.9075 -16.8015 -26.1854 keV +Vertex : -0.406319 0.071595 1.88898 m Global time : 6.82086 ns Current trajectory has 2 points. -Point[0] Position= (5.09784e-306,-2.56414e-306,1.01251e-305) -Point[1] Position= (-107.753,20.289,6000) +Point[0] Position= (-406.319,71.595,1888.98) +Point[1] Position= (-406.305,71.5803,1888.96) -TrackID =1698 : ParentID=1519 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : -60.5379 -103.01 116.259 MeV -Vertex : 5.09812e-294 -2.5642e-294 1.01093e-293 fm Global time : 6.99567e-305 ps +TrackID =1713 : ParentID=1663 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -27.198 -46.8445 40.6412 keV +Vertex : -0.421907 0.0784432 1.87666 m Global time : 6.71051 ns Current trajectory has 2 points. -Point[0] Position= (5.09812e-306,-2.5642e-306,1.01093e-305) -Point[1] Position= (-2.02416e-06,-3.44426e-06,3.88727e-06) - -TrackID =1518 : ParentID=1513 : TrackStatus=1 -Particle name : kaon- PDG code : -321 Charge : -1 -Original momentum : -0.385727 0.0736222 1.68675 GeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps - Current trajectory has 54 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (-9.92412,1.89434,43.3874) -Point[2] Position= (-67.9798,12.9673,297.423) -Point[3] Position= (-99.5065,18.9751,435.308) -Point[4] Position= (-121.539,23.1734,531.629) -Point[5] Position= (-128.34,24.4718,561.362) -Point[6] Position= (-159.971,30.5044,699.729) -Point[7] Position= (-177.309,33.8128,775.498) -Point[8] Position= (-182.403,34.7853,797.761) -Point[9] Position= (-196.459,37.4695,859.196) -Point[10] Position= (-196.512,37.4798,859.43) -Point[11] Position= (-228.68,43.611,1000) -Point[12] Position= (-240.539,45.8857,1051.86) -Point[13] Position= (-275.204,52.5212,1203.52) -Point[14] Position= (-280.236,53.4844,1225.53) -Point[15] Position= (-338.952,64.7592,1482.35) -Point[16] Position= (-369.571,70.6261,1616.22) -Point[17] Position= (-393.894,75.3124,1722.72) -Point[18] Position= (-410.003,78.4102,1793.22) -Point[19] Position= (-415.988,79.5594,1819.42) -Point[20] Position= (-420.545,80.4371,1839.38) -Point[21] Position= (-429.694,82.2041,1879.45) -Point[22] Position= (-451.21,86.353,1973.68) -Point[23] Position= (-488.834,93.634,2138.67) -Point[24] Position= (-514.438,98.5837,2250.82) -Point[25] Position= (-515.924,98.8716,2257.33) -Point[26] Position= (-551.143,105.693,2411.66) -Point[27] Position= (-563.148,108.025,2464.28) -Point[28] Position= (-564.381,108.264,2469.68) -Point[29] Position= (-577.007,110.71,2524.98) -Point[30] Position= (-579.832,111.256,2537.35) -Point[31] Position= (-581.75,111.627,2545.75) -Point[32] Position= (-603.311,115.788,2640.19) -Point[33] Position= (-632.7,121.456,2768.95) -Point[34] Position= (-636.011,122.095,2783.46) -Point[35] Position= (-657.782,126.284,2878.9) -Point[36] Position= (-761.623,146.303,3334.21) -Point[37] Position= (-780.584,149.96,3417.43) -Point[38] Position= (-808.42,155.321,3539.59) -Point[39] Position= (-841.408,161.663,3684.41) -Point[40] Position= (-882.041,169.492,3862.62) -Point[41] Position= (-944.348,181.44,4135.7) -Point[42] Position= (-947.778,182.103,4150.75) -Point[43] Position= (-1006.16,193.401,4407.02) -Point[44] Position= (-1045.31,200.924,4579.05) -Point[45] Position= (-1066.08,204.944,4670.3) -Point[46] Position= (-1069.16,205.541,4683.82) -Point[47] Position= (-1071.77,206.045,4695.25) -Point[48] Position= (-1077.45,207.147,4720.2) -Point[49] Position= (-1092.88,210.139,4787.96) -Point[50] Position= (-1099.08,211.341,4815.18) -Point[51] Position= (-1139.34,219.136,4992) -Point[52] Position= (-1197.11,230.415,5245.86) -Point[53] Position= (-1199.95,230.972,5258.37) - -TrackID =1753 : ParentID=1518 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.44853 177.169 371.436 MeV -Vertex : -1.19995 0.230972 5.25837 m Global time : 18.725 ns - Current trajectory has 12 points. -Point[0] Position= (-1199.95,230.972,5258.37) -Point[1] Position= (-1199.64,247.288,5292.58) -Point[2] Position= (-1199.55,251.717,5301.87) -Point[3] Position= (-1199.02,279.024,5359.14) -Point[4] Position= (-1198.54,305.982,5415.69) -Point[5] Position= (-1198.5,308.214,5420.38) -Point[6] Position= (-1197.44,361.078,5531.46) -Point[7] Position= (-1197.15,375.33,5561.37) -Point[8] Position= (-1196.32,413.898,5642.31) -Point[9] Position= (-1195.94,431.235,5678.67) -Point[10] Position= (-1193.2,544.496,5916.22) -Point[11] Position= (-1192.28,584.451,6000) +Point[0] Position= (-421.907,78.4432,1876.66) +Point[1] Position= (-422.019,78.2496,1876.83) -TrackID =1765 : ParentID=1753 : TrackStatus=1 +TrackID =1662 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.8053 -34.3352 18.1803 keV -Vertex : -1.1932 0.544496 5.91622 m Global time : 21.1559 ns +Original momentum : 23.8813 22.1253 5.64339 keV +Vertex : -0.42377 0.0806673 1.85282 m Global time : 6.59842 ns Current trajectory has 2 points. -Point[0] Position= (-1193.2,544.496,5916.22) -Point[1] Position= (-1193.17,544.448,5916.24) +Point[0] Position= (-423.77,80.6673,1852.82) +Point[1] Position= (-423.751,80.6844,1852.83) -TrackID =1764 : ParentID=1753 : TrackStatus=1 +TrackID =1661 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.8327 23.8327 -9.0405 keV -Vertex : -1.19594 0.431235 5.67867 m Global time : 20.278 ns - Current trajectory has 2 points. -Point[0] Position= (-1195.94,431.235,5678.67) -Point[1] Position= (-1195.99,431.267,5678.66) +Original momentum : -63.2605 -105.185 5.64875 keV +Vertex : -0.423746 0.0806628 1.85272 m Global time : 6.59806 ns + Current trajectory has 4 points. +Point[0] Position= (-423.746,80.6628,1852.72) +Point[1] Position= (-425.871,79.875,1853.26) +Point[2] Position= (-426.172,79.2876,1852.25) +Point[3] Position= (-426.032,79.2108,1852.32) -TrackID =1763 : ParentID=1753 : TrackStatus=1 +TrackID =1660 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -135.516 -16.8648 30.3071 keV -Vertex : -1.19632 0.413898 5.64231 m Global time : 20.1437 ns - Current trajectory has 6 points. -Point[0] Position= (-1196.32,413.898,5642.31) -Point[1] Position= (-1198.92,415.599,5642.99) -Point[2] Position= (-1200.4,416.998,5642.08) -Point[3] Position= (-1199.62,418.023,5641.47) -Point[4] Position= (-1199.16,418.082,5640.89) -Point[5] Position= (-1199.2,418.044,5640.84) +Original momentum : 25.3973 -30.4504 8.8585 keV +Vertex : -0.407211 0.0775161 1.78048 m Global time : 6.34078 ns + Current trajectory has 2 points. +Point[0] Position= (-407.211,77.5161,1780.48) +Point[1] Position= (-407.18,77.479,1780.49) -TrackID =1766 : ParentID=1763 : TrackStatus=1 +TrackID =1659 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.1866 27.8652 -7.59185 keV -Vertex : -1.19916 0.418082 5.64089 m Global time : 20.2291 ns +Original momentum : 23.6364 28.9861 5.64066 keV +Vertex : -0.400478 0.0762367 1.75105 m Global time : 6.23597 ns Current trajectory has 2 points. -Point[0] Position= (-1199.16,418.082,5640.89) -Point[1] Position= (-1199.18,418.108,5640.88) +Point[0] Position= (-400.478,76.2367,1751.05) +Point[1] Position= (-400.454,76.2668,1751.06) -TrackID =1762 : ParentID=1753 : TrackStatus=1 +TrackID =1658 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.3421 48.8193 -19.8252 keV -Vertex : -1.19715 0.37533 5.56137 m Global time : 19.8446 ns +Original momentum : 38.0947 -37.0022 13.4485 keV +Vertex : -0.383848 0.073079 1.67835 m Global time : 5.97707 ns Current trajectory has 2 points. -Point[0] Position= (-1197.15,375.33,5561.37) -Point[1] Position= (-1197.07,375.47,5561.31) +Point[0] Position= (-383.848,73.079,1678.35) +Point[1] Position= (-383.755,72.9884,1678.39) -TrackID =1761 : ParentID=1753 : TrackStatus=1 +TrackID =1657 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.4569 67.2917 -26.2119 keV -Vertex : -1.19744 0.361078 5.53146 m Global time : 19.7341 ns - Current trajectory has 3 points. -Point[0] Position= (-1197.44,361.078,5531.46) -Point[1] Position= (-1197.27,361.239,5531.11) -Point[2] Position= (-1197.35,361.244,5531.07) +Original momentum : 62.5905 32.8204 18.4283 keV +Vertex : -0.374162 0.0712366 1.636 m Global time : 5.82625 ns + Current trajectory has 2 points. +Point[0] Position= (-374.162,71.2366,1636) +Point[1] Position= (-373.849,71.4007,1636.09) -TrackID =1767 : ParentID=1761 : TrackStatus=1 +TrackID =1656 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.7994 12.3473 -28.9333 keV -Vertex : -1.19727 0.361239 5.53111 m Global time : 19.7413 ns +Original momentum : -29.9498 -33.7513 -3.25158 keV +Vertex : -0.347204 0.0661105 1.51811 m Global time : 5.40642 ns Current trajectory has 2 points. -Point[0] Position= (-1197.27,361.239,5531.11) -Point[1] Position= (-1197.26,361.25,5531.09) +Point[0] Position= (-347.204,66.1105,1518.11) +Point[1] Position= (-347.251,66.0581,1518.11) -TrackID =1760 : ParentID=1753 : TrackStatus=1 +TrackID =1655 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 73.5322 75.6463 -24.156 keV -Vertex : -1.1985 0.308214 5.42038 m Global time : 19.3237 ns - Current trajectory has 3 points. -Point[0] Position= (-1198.5,308.214,5420.38) -Point[1] Position= (-1197.11,308.974,5421.22) -Point[2] Position= (-1197.33,308.885,5421.09) +Original momentum : 29.6337 33.7264 7.47408 keV +Vertex : -0.346846 0.0660426 1.51655 m Global time : 5.40085 ns + Current trajectory has 2 points. +Point[0] Position= (-346.846,66.0426,1516.55) +Point[1] Position= (-346.8,66.0957,1516.56) -TrackID =1768 : ParentID=1760 : TrackStatus=1 +TrackID =1654 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.509049 -42.7899 28.4645 keV -Vertex : -1.19711 0.308974 5.42122 m Global time : 19.3443 ns +Original momentum : -52.8034 21.8766 -9.53456 keV +Vertex : -0.342263 0.0651722 1.49651 m Global time : 5.3295 ns Current trajectory has 2 points. -Point[0] Position= (-1197.11,308.974,5421.22) -Point[1] Position= (-1197.12,308.884,5421.28) +Point[0] Position= (-342.263,65.1722,1496.51) +Point[1] Position= (-342.411,65.2336,1496.49) -TrackID =1759 : ParentID=1753 : TrackStatus=1 +TrackID =1653 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.9587 -29.3606 15.9805 keV -Vertex : -1.19854 0.305982 5.41569 m Global time : 19.3064 ns +Original momentum : -31.3361 28.8098 -6.4827 keV +Vertex : -0.318926 0.0607438 1.3945 m Global time : 4.96618 ns Current trajectory has 2 points. -Point[0] Position= (-1198.54,305.982,5415.69) -Point[1] Position= (-1198.57,305.946,5415.71) +Point[0] Position= (-318.926,60.7438,1394.5) +Point[1] Position= (-318.97,60.7838,1394.49) -TrackID =1758 : ParentID=1753 : TrackStatus=1 +TrackID =1652 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 79.9 27.0361 -5.89457 keV -Vertex : -1.19902 0.279024 5.35914 m Global time : 19.0974 ns +Original momentum : -52.103 77.6833 -6.18539 keV +Vertex : -0.317831 0.0605362 1.38971 m Global time : 4.94913 ns Current trajectory has 3 points. -Point[0] Position= (-1199.02,279.024,5359.14) -Point[1] Position= (-1198.13,278.361,5359.36) -Point[2] Position= (-1198.1,278.356,5359.34) +Point[0] Position= (-317.831,60.5362,1389.71) +Point[1] Position= (-318.052,61.49,1390.46) +Point[2] Position= (-317.94,61.5788,1390.47) -TrackID =1757 : ParentID=1753 : TrackStatus=1 +TrackID =1651 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 67.2694 -15.0791 11.8392 keV -Vertex : -1.19955 0.251717 5.30187 m Global time : 18.8858 ns +Original momentum : 10.5378 37.4704 2.36928 keV +Vertex : -0.311103 0.0592603 1.3603 m Global time : 4.84441 ns Current trajectory has 2 points. -Point[0] Position= (-1199.55,251.717,5301.87) -Point[1] Position= (-1199.25,251.65,5301.92) +Point[0] Position= (-311.103,59.2603,1360.3) +Point[1] Position= (-311.092,59.302,1360.31) -TrackID =1756 : ParentID=1753 : TrackStatus=1 +TrackID =1650 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.23163 31.359 -13.5653 keV -Vertex : -1.19964 0.247288 5.29258 m Global time : 18.8514 ns +Original momentum : -28.6327 -26.4804 -3.79978 keV +Vertex : -0.279817 0.0533123 1.22359 m Global time : 4.35752 ns Current trajectory has 2 points. -Point[0] Position= (-1199.64,247.288,5292.58) -Point[1] Position= (-1199.64,247.316,5292.57) +Point[0] Position= (-279.817,53.3123,1223.59) +Point[1] Position= (-279.849,53.2826,1223.59) -TrackID =1752 : ParentID=1518 : TrackStatus=1 +TrackID =1649 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.2614 -68.0698 5.23976 keV -Vertex : -1.19711 0.230415 5.24586 m Global time : 18.6805 ns +Original momentum : 20.9701 26.7206 4.86296 keV +Vertex : -0.245154 0.0467104 1.07212 m Global time : 3.81808 ns Current trajectory has 2 points. -Point[0] Position= (-1197.11,230.415,5245.86) -Point[1] Position= (-1197.16,230.116,5245.89) +Point[0] Position= (-245.154,46.7104,1072.12) +Point[1] Position= (-245.136,46.7328,1072.12) -TrackID =1751 : ParentID=1518 : TrackStatus=1 +TrackID =1648 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -53.2137 -40.209 -5.67709 keV -Vertex : -1.13934 0.219136 4.992 m Global time : 17.7766 ns +Original momentum : -7.45865 32.6868 -1.9592 keV +Vertex : -22.5688 4.29985 98.7083 cm Global time : 3.51522 ns Current trajectory has 2 points. -Point[0] Position= (-1139.34,219.136,4992) -Point[1] Position= (-1139.56,218.974,4991.98) +Point[0] Position= (-225.688,42.9985,987.083) +Point[1] Position= (-225.692,43.0179,987.082) -TrackID =1750 : ParentID=1518 : TrackStatus=1 +TrackID =1647 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.0691 -12.5543 -6.24992 keV -Vertex : -1.09908 0.211341 4.81518 m Global time : 17.147 ns +Original momentum : -31.3102 45.0835 -5.94383 keV +Vertex : -14.8627 2.83269 65.0173 cm Global time : 2.31538 ns Current trajectory has 2 points. -Point[0] Position= (-1099.08,211.341,4815.18) -Point[1] Position= (-1099.13,211.326,4815.18) +Point[0] Position= (-148.627,28.3269,650.173) +Point[1] Position= (-148.705,28.4394,650.158) -TrackID =1749 : ParentID=1518 : TrackStatus=1 +TrackID =1646 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.4431 9.61808 8.53236 keV -Vertex : -1.09288 0.210139 4.78796 m Global time : 17.05 ns +Original momentum : 14.0124 -36.056 6.37671 keV +Vertex : -14.0534 2.67864 61.4778 cm Global time : 2.18933 ns Current trajectory has 2 points. -Point[0] Position= (-1092.88,210.139,4787.96) -Point[1] Position= (-1092.85,210.148,4787.96) +Point[0] Position= (-140.534,26.7864,614.778) +Point[1] Position= (-140.518,26.7458,614.785) -TrackID =1748 : ParentID=1518 : TrackStatus=1 +TrackID =1645 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 62.5727 22.5903 18.2009 keV -Vertex : -1.07745 0.207147 4.7202 m Global time : 16.8088 ns +Original momentum : 51.678 -31.8212 17.3441 keV +Vertex : -13.9717 2.6631 61.1206 cm Global time : 2.17661 ns Current trajectory has 2 points. -Point[0] Position= (-1077.45,207.147,4720.2) -Point[1] Position= (-1077.18,207.245,4720.28) +Point[0] Position= (-139.717,26.631,611.206) +Point[1] Position= (-139.538,26.5207,611.266) -TrackID =1747 : ParentID=1518 : TrackStatus=1 +TrackID =1644 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -69.5901 -69.3325 -2.78946 keV -Vertex : -1.07177 0.206045 4.69525 m Global time : 16.7199 ns +Original momentum : -87.8365 136.199 0.797321 keV +Vertex : -10.0726 1.92286 44.0602 cm Global time : 1.56907 ns + Current trajectory has 6 points. +Point[0] Position= (-100.726,19.2286,440.602) +Point[1] Position= (-100.654,23.3102,440.868) +Point[2] Position= (-101.112,24.6459,442.469) +Point[3] Position= (-99.7092,25.1243,441.948) +Point[4] Position= (-99.4937,24.9251,443.219) +Point[5] Position= (-99.4462,24.8926,443.232) + +TrackID =1721 : ParentID=1644 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 33.3889 74.9813 5.20732 keV +Vertex : -10.0654 2.33102 44.0868 cm Global time : 1.6065 ns Current trajectory has 3 points. -Point[0] Position= (-1071.77,206.045,4695.25) -Point[1] Position= (-1072.07,205.613,4695.55) -Point[2] Position= (-1072.53,205.508,4695.6) +Point[0] Position= (-100.654,23.3102,440.868) +Point[1] Position= (-100.478,23.7797,441.399) +Point[2] Position= (-100.448,23.813,441.413) -TrackID =1769 : ParentID=1747 : TrackStatus=1 +TrackID =1722 : ParentID=1721 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.46927 -27.3623 29.2882 keV -Vertex : -1.07207 0.205613 4.69555 m Global time : 16.729 ns +Original momentum : -24.2855 20.203 4.90636 keV +Vertex : -10.0478 2.37797 44.1399 cm Global time : 1.61769 ns Current trajectory has 2 points. -Point[0] Position= (-1072.07,205.613,4695.55) -Point[1] Position= (-1072.06,205.579,4695.58) +Point[0] Position= (-100.478,23.7797,441.399) +Point[1] Position= (-100.496,23.7942,441.403) -TrackID =1746 : ParentID=1518 : TrackStatus=1 +TrackID =1643 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.5667 6.8252 8.04319 keV -Vertex : -1.06916 0.205541 4.68382 m Global time : 16.6792 ns +Original momentum : -26.6775 -25.8957 -3.51604 keV +Vertex : -9.16817 1.75071 40.1028 cm Global time : 1.42814 ns Current trajectory has 2 points. -Point[0] Position= (-1069.16,205.541,4683.82) -Point[1] Position= (-1069.14,205.546,4683.83) +Point[0] Position= (-91.6817,17.5071,401.028) +Point[1] Position= (-91.7087,17.4809,401.024) -TrackID =1745 : ParentID=1518 : TrackStatus=1 +TrackID =1642 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.2591 33.3253 -2.11523 keV -Vertex : -1.06608 0.204944 4.6703 m Global time : 16.6311 ns +Original momentum : 36.7384 13.7174 9.49619 keV +Vertex : -5.82071 1.11266 25.457 cm Global time : 906.584 ps Current trajectory has 2 points. -Point[0] Position= (-1066.08,204.944,4670.3) -Point[1] Position= (-1066.09,204.972,4670.29) +Point[0] Position= (-58.2071,11.1266,254.57) +Point[1] Position= (-58.163,11.1431,254.582) -TrackID =1744 : ParentID=1518 : TrackStatus=1 +TrackID =1641 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.1709 20.5696 10.7935 keV -Vertex : -1.04531 0.200924 4.57905 m Global time : 16.3062 ns +Original momentum : -12.0561 29.951 -2.96994 keV +Vertex : -3.80946 0.727904 16.6572 cm Global time : 593.209 ps Current trajectory has 2 points. -Point[0] Position= (-1045.31,200.924,4579.05) -Point[1] Position= (-1045.24,200.959,4579.07) +Point[0] Position= (-38.0946,7.27904,166.572) +Point[1] Position= (-38.1035,7.30129,166.57) -TrackID =1743 : ParentID=1518 : TrackStatus=1 +TrackID =1640 : ParentID=1441 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.8388 -10.049 -6.38657 keV -Vertex : -1.00616 0.193401 4.40702 m Global time : 15.6936 ns +Original momentum : -32.5122 -27.937 -4.27898 keV +Vertex : -2.78172 0.531315 12.1631 cm Global time : 433.16 ps Current trajectory has 2 points. -Point[0] Position= (-1006.16,193.401,4407.02) -Point[1] Position= (-1006.2,193.39,4407.01) +Point[0] Position= (-27.8172,5.31315,121.631) +Point[1] Position= (-27.8624,5.27435,121.625) -TrackID =1742 : ParentID=1518 : TrackStatus=1 +TrackID =1634 : ParentID=1628 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.1618 -15.8019 7.98176 keV -Vertex : -0.947778 0.182103 4.15075 m Global time : 14.7811 ns +Original momentum : -32.9972 -1.68923 -4.59404 keV +Vertex : -16.2395 38.7836 47.2547 cm Global time : 3.16888 ns + Current trajectory has 2 points. +Point[0] Position= (-162.395,387.836,472.547) +Point[1] Position= (-162.414,387.835,472.544) + +TrackID =1440 : ParentID=1436 : TrackStatus=1 +Particle name : unknown : k_star+ PDG code : 323 Charge : 1 +Original momentum : 1.15204 0.0504557 1.21247 GeV +Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps Current trajectory has 2 points. -Point[0] Position= (-947.778,182.103,4150.75) -Point[1] Position= (-947.758,182.091,4150.76) +Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) +Point[1] Position= (9.91059e-306,-2.20853e-306,8.27772e-306) + +TrackID =1724 : ParentID=1440 : TrackStatus=1 +Particle name : kaon+ PDG code : 321 Charge : 1 +Original momentum : 26.7951 97.7125 300.513 MeV +Vertex : 9.91059e-294 -2.20853e-294 8.27772e-294 fm Global time : 7.2822e-305 ps + Current trajectory has 51 points. +Point[0] Position= (9.91059e-306,-2.20853e-306,8.27772e-306) +Point[1] Position= (5.22784,19.0171,58.5189) +Point[2] Position= (7.37296,26.8071,82.5227) +Point[3] Position= (12.2729,44.7351,137.568) +Point[4] Position= (14.0603,51.2683,157.59) +Point[5] Position= (15.398,56.1416,172.535) +Point[6] Position= (15.981,58.2552,179.017) +Point[7] Position= (23.7583,86.5704,265.79) +Point[8] Position= (28.384,103.248,317.343) +Point[9] Position= (28.7945,104.719,321.884) +Point[10] Position= (31.5221,114.545,352.195) +Point[11] Position= (31.9994,116.267,357.505) +Point[12] Position= (36.3691,131.915,405.851) +Point[13] Position= (38.3683,139.062,427.961) +Point[14] Position= (39.1739,141.923,436.823) +Point[15] Position= (40.2069,145.568,448.081) +Point[16] Position= (41.3028,149.423,459.988) +Point[17] Position= (41.5598,150.327,462.778) +Point[18] Position= (44.095,159.198,490.229) +Point[19] Position= (46.1113,166.191,511.903) +Point[20] Position= (46.3899,167.154,514.887) +Point[21] Position= (46.3952,167.172,514.944) +Point[22] Position= (53.41,191.359,589.89) +Point[23] Position= (53.779,192.634,593.847) +Point[24] Position= (54.8468,196.328,605.284) +Point[25] Position= (55.5527,198.771,612.849) +Point[26] Position= (59.3435,211.978,653.797) +Point[27] Position= (59.4331,212.29,654.767) +Point[28] Position= (61.8881,220.818,681.301) +Point[29] Position= (64.94,231.418,714.335) +Point[30] Position= (65.3371,232.781,718.576) +Point[31] Position= (67.7191,240.835,743.685) +Point[32] Position= (71.2131,252.571,780.322) +Point[33] Position= (72.3632,256.41,792.275) +Point[34] Position= (76.1557,269.04,831.701) +Point[35] Position= (79.0502,278.695,861.725) +Point[36] Position= (79.1372,278.988,862.633) +Point[37] Position= (81.0459,285.39,882.508) +Point[38] Position= (81.1027,285.581,883.099) +Point[39] Position= (81.1133,285.616,883.21) +Point[40] Position= (82.7097,290.995,899.936) +Point[41] Position= (87.7043,307.954,952.632) +Point[42] Position= (87.9505,308.8,955.251) +Point[43] Position= (88.8133,311.761,964.411) +Point[44] Position= (91.5842,321.179,993.538) +Point[45] Position= (91.854,322.088,996.348) +Point[46] Position= (92.2078,323.269,1000) +Point[47] Position= (93.2223,326.652,1010.46) +Point[48] Position= (97.561,341.148,1055.28) +Point[49] Position= (98.6675,344.855,1066.76) +Point[50] Position= (98.6837,344.909,1066.93) + +TrackID =1761 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 4.61489 -33.2999 12.7932 keV +Vertex : 0.0986675 0.344855 1.06676 m Global time : 6.95411 ns + Current trajectory has 2 points. +Point[0] Position= (98.6675,344.855,1066.76) +Point[1] Position= (98.6718,344.824,1066.77) + +TrackID =1760 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 1.47983 41.6684 -10.0832 keV +Vertex : 0.097561 0.341148 1.05528 m Global time : 6.87913 ns + Current trajectory has 2 points. +Point[0] Position= (97.561,341.148,1055.28) +Point[1] Position= (97.5631,341.205,1055.27) + +TrackID =1759 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 33.6798 7.67429 -3.44131 keV +Vertex : 0.0932223 0.326652 1.01046 m Global time : 6.5863 ns + Current trajectory has 2 points. +Point[0] Position= (93.2223,326.652,1010.46) +Point[1] Position= (93.2513,326.659,1010.46) + +TrackID =1758 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -222.271 -24.1322 171.039 keV +Vertex : 9.1854 32.2088 99.6348 cm Global time : 6.49412 ns + Current trajectory has 18 points. +Point[0] Position= (91.854,322.088,996.348) +Point[1] Position= (89.6524,322.199,998.004) +Point[2] Position= (86.6604,323.199,1000) +Point[3] Position= (78.8518,333.598,1002.05) +Point[4] Position= (73.2851,341.891,1002) +Point[5] Position= (69.2465,348.723,1000.78) +Point[6] Position= (68.7297,349.703,1000) +Point[7] Position= (67.8354,351.971,999.196) +Point[8] Position= (68.7229,351.415,996.964) +Point[9] Position= (69.0926,352.815,995.035) +Point[10] Position= (68.9857,353.332,994.941) +Point[11] Position= (68.9968,353.453,994.894) +Point[12] Position= (69.1092,354.013,994.71) +Point[13] Position= (69.9742,355.017,996.708) +Point[14] Position= (72.238,355.706,997.697) +Point[15] Position= (73.5927,355.845,996.134) +Point[16] Position= (72.4874,355.681,996.635) +Point[17] Position= (72.4445,355.798,996.719) -TrackID =1741 : ParentID=1518 : TrackStatus=1 +TrackID =1769 : ParentID=1758 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -61.1451 -53.1739 -4.75433 keV -Vertex : -0.944348 0.18144 4.1357 m Global time : 14.7275 ns +Original momentum : 30.156 -5.53205 40.6253 keV +Vertex : 6.99742 35.5017 99.6708 cm Global time : 6.89712 ns Current trajectory has 2 points. -Point[0] Position= (-944.348,181.44,4135.7) -Point[1] Position= (-944.748,181.092,4135.66) +Point[0] Position= (69.9742,355.017,996.708) +Point[1] Position= (70.0145,355.009,996.762) -TrackID =1740 : ParentID=1518 : TrackStatus=1 +TrackID =1768 : ParentID=1758 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 40.0525 44.897 11.0575 keV -Vertex : -0.882041 0.169492 3.86262 m Global time : 13.7551 ns +Original momentum : 35.6932 -27.7948 -15.3944 keV +Vertex : 6.91092 35.4013 99.471 cm Global time : 6.87736 ns Current trajectory has 2 points. -Point[0] Position= (-882.041,169.492,3862.62) -Point[1] Position= (-881.912,169.636,3862.66) +Point[0] Position= (69.1092,354.013,994.71) +Point[1] Position= (69.1509,353.981,994.692) -TrackID =1739 : ParentID=1518 : TrackStatus=1 +TrackID =1767 : ParentID=1758 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.6334 33.4572 -5.59909 keV -Vertex : -0.841408 0.161663 3.68441 m Global time : 13.1205 ns +Original momentum : 34.7641 18.2867 37.4715 keV +Vertex : 6.89857 35.3332 99.4941 cm Global time : 6.86946 ns Current trajectory has 2 points. -Point[0] Position= (-841.408,161.663,3684.41) -Point[1] Position= (-841.445,161.71,3684.4) +Point[0] Position= (68.9857,353.332,994.941) +Point[1] Position= (69.0391,353.36,994.999) -TrackID =1738 : ParentID=1518 : TrackStatus=1 +TrackID =1766 : ParentID=1758 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.8753 -2.92552 -6.34389 keV -Vertex : -0.80842 0.155321 3.53959 m Global time : 12.6049 ns +Original momentum : -2.61473 5.32285 50.3362 keV +Vertex : 0.0788518 0.333598 1.00205 m Global time : 6.63806 ns Current trajectory has 2 points. -Point[0] Position= (-808.42,155.321,3539.59) -Point[1] Position= (-808.449,155.319,3539.59) +Point[0] Position= (78.8518,333.598,1002.05) +Point[1] Position= (78.8465,333.609,1002.16) -TrackID =1737 : ParentID=1518 : TrackStatus=1 +TrackID =1765 : ParentID=1758 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.1374 130.926 6.8275 keV -Vertex : -0.780584 0.14996 3.41743 m Global time : 12.1699 ns +Original momentum : 19.0763 -66.4484 65.8675 keV +Vertex : 8.96524 32.2199 99.8004 cm Global time : 6.51303 ns Current trajectory has 6 points. -Point[0] Position= (-780.584,149.96,3417.43) -Point[1] Position= (-779.345,152.445,3417.2) -Point[2] Position= (-777.986,152.852,3416.07) -Point[3] Position= (-777.927,152.955,3415.32) -Point[4] Position= (-778.668,152.139,3415.28) -Point[5] Position= (-778.632,152.104,3415.3) +Point[0] Position= (89.6524,322.199,998.004) +Point[1] Position= (89.8056,322.025,998.18) +Point[2] Position= (90.2645,322.044,998.311) +Point[3] Position= (90.5704,322.088,998.307) +Point[4] Position= (89.9084,321.427,998.798) +Point[5] Position= (89.9084,321.424,998.793) -TrackID =1770 : ParentID=1737 : TrackStatus=1 +TrackID =1757 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.692 8.91612 -13.5026 keV -Vertex : -0.777927 0.152955 3.41532 m Global time : 12.2335 ns +Original momentum : 18.5559 -25.9758 8.73803 keV +Vertex : 8.88133 31.1761 96.4411 cm Global time : 6.28559 ns Current trajectory has 2 points. -Point[0] Position= (-777.927,152.955,3415.32) -Point[1] Position= (-777.899,152.963,3415.31) +Point[0] Position= (88.8133,311.761,964.411) +Point[1] Position= (88.824,311.746,964.416) -TrackID =1736 : ParentID=1518 : TrackStatus=1 +TrackID =1756 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.76993 36.6067 0.66471 keV -Vertex : -0.761623 0.146303 3.33421 m Global time : 11.8736 ns +Original momentum : -37.5881 -7.94237 9.08554 keV +Vertex : 8.79505 30.88 95.5251 cm Global time : 6.22578 ns Current trajectory has 2 points. -Point[0] Position= (-761.623,146.303,3334.21) -Point[1] Position= (-761.619,146.339,3334.21) +Point[0] Position= (87.9505,308.8,955.251) +Point[1] Position= (87.9201,308.793,955.258) + +TrackID =1755 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -210.075 214.824 144.157 keV +Vertex : 8.77043 30.7954 95.2632 cm Global time : 6.20869 ns + Current trajectory has 17 points. +Point[0] Position= (87.7043,307.954,952.632) +Point[1] Position= (83.6877,319.847,975.091) +Point[2] Position= (81.6591,323.08,979.833) +Point[3] Position= (70.4157,332.427,985.668) +Point[4] Position= (63.6782,339.45,994.018) +Point[5] Position= (64.5269,338.717,992.644) +Point[6] Position= (64.3776,330.09,987.924) +Point[7] Position= (65.9124,327.335,986.3) +Point[8] Position= (66.6755,332.599,984.563) +Point[9] Position= (68.3617,338.19,983.248) +Point[10] Position= (68.5072,338.255,983.293) +Point[11] Position= (72.2077,337.659,983.434) +Point[12] Position= (74.6722,338.188,984.391) +Point[13] Position= (75.787,338.83,985.099) +Point[14] Position= (77.845,339.228,985.297) +Point[15] Position= (79.6483,339.087,985.401) +Point[16] Position= (79.7198,339.316,985.338) -TrackID =1735 : ParentID=1518 : TrackStatus=1 +TrackID =1776 : ParentID=1755 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.4386 41.0779 -2.91451 keV -Vertex : -0.657782 0.126284 2.8789 m Global time : 10.2523 ns +Original momentum : 25.0759 -7.92565 21.0093 keV +Vertex : 7.5787 33.883 98.5099 cm Global time : 6.78432 ns Current trajectory has 2 points. -Point[0] Position= (-657.782,126.284,2878.9) -Point[1] Position= (-657.801,126.341,2878.9) +Point[0] Position= (75.787,338.83,985.099) +Point[1] Position= (75.8019,338.826,985.112) -TrackID =1734 : ParentID=1518 : TrackStatus=1 +TrackID =1775 : ParentID=1755 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -102.367 79.0584 -9.53548 keV -Vertex : -0.636011 0.122095 2.78346 m Global time : 9.91237 ns - Current trajectory has 5 points. -Point[0] Position= (-636.011,122.095,2783.46) -Point[1] Position= (-637.187,122.453,2783.59) -Point[2] Position= (-637.974,124.057,2783.63) -Point[3] Position= (-637.597,124.307,2783.78) -Point[4] Position= (-637.453,124.652,2783.79) +Original momentum : 14.3682 -16.1307 27.2282 keV +Vertex : 7.22077 33.7659 98.3434 cm Global time : 6.74215 ns + Current trajectory has 2 points. +Point[0] Position= (72.2077,337.659,983.434) +Point[1] Position= (72.2168,337.648,983.451) -TrackID =1772 : ParentID=1734 : TrackStatus=1 +TrackID =1774 : ParentID=1755 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.5485 -8.19398 -28.5801 keV -Vertex : -0.637597 0.124307 2.78378 m Global time : 9.95883 ns +Original momentum : 30.3985 -18.1901 -28.1615 keV +Vertex : 6.85072 33.8255 98.3293 cm Global time : 6.714 ns Current trajectory has 2 points. -Point[0] Position= (-637.597,124.307,2783.78) -Point[1] Position= (-637.576,124.299,2783.76) +Point[0] Position= (68.5072,338.255,983.293) +Point[1] Position= (68.5389,338.236,983.264) -TrackID =1771 : ParentID=1734 : TrackStatus=1 +TrackID =1773 : ParentID=1755 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.9759 27.2217 19.6265 keV -Vertex : -0.637187 0.122453 2.78359 m Global time : 9.92779 ns +Original momentum : 17.6131 25.5276 17.3942 keV +Vertex : 6.59124 32.7335 98.63 cm Global time : 6.63281 ns Current trajectory has 2 points. -Point[0] Position= (-637.187,122.453,2783.59) -Point[1] Position= (-637.177,122.477,2783.61) +Point[0] Position= (65.9124,327.335,986.3) +Point[1] Position= (65.924,327.352,986.312) -TrackID =1733 : ParentID=1518 : TrackStatus=1 +TrackID =1772 : ParentID=1755 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.6166 52.8537 7.16345 keV -Vertex : -0.6327 0.121456 2.76895 m Global time : 9.8607 ns +Original momentum : -39.0273 -28.5342 -29.9251 keV +Vertex : 6.45269 33.8717 99.2644 cm Global time : 6.54811 ns Current trajectory has 2 points. -Point[0] Position= (-632.7,121.456,2768.95) -Point[1] Position= (-632.624,121.613,2768.97) +Point[0] Position= (64.5269,338.717,992.644) +Point[1] Position= (64.4608,338.669,992.593) -TrackID =1732 : ParentID=1518 : TrackStatus=1 +TrackID =1771 : ParentID=1755 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -63.0915 9.54803 -10.4726 keV -Vertex : -0.603311 0.115788 2.64019 m Global time : 9.40221 ns +Original momentum : 24.2269 24.0373 -16.4213 keV +Vertex : 8.16591 32.308 97.9833 cm Global time : 6.36931 ns Current trajectory has 2 points. -Point[0] Position= (-603.311,115.788,2640.19) -Point[1] Position= (-603.543,115.824,2640.16) +Point[0] Position= (81.6591,323.08,979.833) +Point[1] Position= (81.6772,323.098,979.82) + +TrackID =1770 : ParentID=1755 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 49.5698 103.229 -35.5879 keV +Vertex : 8.36877 31.9847 97.5091 cm Global time : 6.33029 ns + Current trajectory has 5 points. +Point[0] Position= (83.6877,319.847,975.091) +Point[1] Position= (85.4729,320.042,974.473) +Point[2] Position= (85.3425,319.777,973.751) +Point[3] Position= (85.8236,320.313,972.609) +Point[4] Position= (85.8483,320.258,972.585) -TrackID =1731 : ParentID=1518 : TrackStatus=1 +TrackID =1777 : ParentID=1770 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.1144 31.5745 -5.39863 keV -Vertex : -0.58175 0.111627 2.54575 m Global time : 9.06589 ns +Original momentum : 7.21403 -35.4629 -11.9216 keV +Vertex : 8.53425 31.9777 97.3751 cm Global time : 6.35592 ns Current trajectory has 2 points. -Point[0] Position= (-581.75,111.627,2545.75) -Point[1] Position= (-581.781,111.666,2545.74) +Point[0] Position= (85.3425,319.777,973.751) +Point[1] Position= (85.3479,319.75,973.742) -TrackID =1730 : ParentID=1518 : TrackStatus=1 +TrackID =1754 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.9342 18.2 -7.26085 keV -Vertex : -0.579832 0.111256 2.53735 m Global time : 9.03597 ns +Original momentum : -18.7169 -39.1089 18.666 keV +Vertex : 8.10459 28.539 88.2508 cm Global time : 5.75128 ns Current trajectory has 2 points. -Point[0] Position= (-579.832,111.256,2537.35) -Point[1] Position= (-579.876,111.279,2537.34) +Point[0] Position= (81.0459,285.39,882.508) +Point[1] Position= (81.0246,285.346,882.529) -TrackID =1729 : ParentID=1518 : TrackStatus=1 +TrackID =1753 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.4801 32.8145 9.17455 keV -Vertex : -0.577007 0.11071 2.52498 m Global time : 8.99192 ns +Original momentum : -35.1376 -1.12523 6.16786 keV +Vertex : 7.91372 27.8988 86.2633 cm Global time : 5.62163 ns Current trajectory has 2 points. -Point[0] Position= (-577.007,110.71,2524.98) -Point[1] Position= (-576.94,110.772,2525) +Point[0] Position= (79.1372,278.988,862.633) +Point[1] Position= (79.1138,278.987,862.638) -TrackID =1728 : ParentID=1518 : TrackStatus=1 +TrackID =1752 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 52.0279 28.5198 14.4941 keV -Vertex : -0.564381 0.108264 2.46968 m Global time : 8.795 ns +Original momentum : 5.31942 -49.6079 21.0666 keV +Vertex : 7.90502 27.8695 86.1725 cm Global time : 5.61571 ns Current trajectory has 2 points. -Point[0] Position= (-564.381,108.264,2469.68) -Point[1] Position= (-564.215,108.355,2469.73) +Point[0] Position= (79.0502,278.695,861.725) +Point[1] Position= (79.0583,278.62,861.757) -TrackID =1727 : ParentID=1518 : TrackStatus=1 +TrackID =1751 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.1722 -11.6497 8.86833 keV -Vertex : -0.563148 0.108025 2.46428 m Global time : 8.77576 ns +Original momentum : 38.2987 -40.0464 15.4683 keV +Vertex : 7.61557 26.904 83.1701 cm Global time : 5.41988 ns Current trajectory has 2 points. -Point[0] Position= (-563.148,108.025,2464.28) -Point[1] Position= (-563.122,108.015,2464.29) +Point[0] Position= (76.1557,269.04,831.701) +Point[1] Position= (76.2222,268.97,831.728) + +TrackID =1750 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 80.2009 11.7762 1.05089 keV +Vertex : 7.23632 25.641 79.2275 cm Global time : 5.16284 ns + Current trajectory has 3 points. +Point[0] Position= (72.3632,256.41,792.275) +Point[1] Position= (72.5527,257.234,792.05) +Point[2] Position= (72.571,257.216,791.945) -TrackID =1726 : ParentID=1518 : TrackStatus=1 +TrackID =1749 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.0667 -0.285648 -6.34751 keV -Vertex : -0.551143 0.105693 2.41166 m Global time : 8.58839 ns +Original momentum : -23.439 24.0568 -3.28643 keV +Vertex : 7.12131 25.2571 78.0322 cm Global time : 5.08489 ns Current trajectory has 2 points. -Point[0] Position= (-551.143,105.693,2411.66) -Point[1] Position= (-551.169,105.693,2411.66) +Point[0] Position= (71.2131,252.571,780.322) +Point[1] Position= (71.1991,252.585,780.32) -TrackID =1725 : ParentID=1518 : TrackStatus=1 +TrackID =1748 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.27996 -46.5385 2.29331 keV -Vertex : -0.515924 0.0988716 2.25733 m Global time : 8.03882 ns +Original momentum : -39.9305 -9.04887 10.0463 keV +Vertex : 6.53371 23.2781 71.8576 cm Global time : 4.68242 ns Current trajectory has 2 points. -Point[0] Position= (-515.924,98.8716,2257.33) -Point[1] Position= (-515.94,98.7906,2257.34) +Point[0] Position= (65.3371,232.781,718.576) +Point[1] Position= (65.3007,232.773,718.585) -TrackID =1724 : ParentID=1518 : TrackStatus=1 +TrackID =1747 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -38.8766 2.20115 -7.33018 keV -Vertex : -0.514438 0.0985837 2.25082 m Global time : 8.01562 ns +Original momentum : -32.9074 -9.32509 8.45061 keV +Vertex : 6.494 23.1418 71.4335 cm Global time : 4.65477 ns Current trajectory has 2 points. -Point[0] Position= (-514.438,98.5837,2250.82) -Point[1] Position= (-514.482,98.5863,2250.81) +Point[0] Position= (64.94,231.418,714.335) +Point[1] Position= (64.9186,231.412,714.34) -TrackID =1723 : ParentID=1518 : TrackStatus=1 +TrackID =1746 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.8139 84.0673 7.81042 keV -Vertex : -0.488834 0.093634 2.13867 m Global time : 7.61624 ns +Original momentum : 75.3973 62.1798 -8.62266 keV +Vertex : 6.18881 22.0818 68.1301 cm Global time : 4.43949 ns Current trajectory has 3 points. -Point[0] Position= (-488.834,93.634,2138.67) -Point[1] Position= (-488.474,94.1186,2139.86) -Point[2] Position= (-488.414,94.1552,2139.87) +Point[0] Position= (61.8881,220.818,681.301) +Point[1] Position= (63.2089,220.144,681.458) +Point[2] Position= (63.2495,220.168,681.473) -TrackID =1722 : ParentID=1518 : TrackStatus=1 +TrackID =1745 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.0742 -48.0461 -1.56692 keV -Vertex : -0.45121 0.086353 1.97368 m Global time : 7.02873 ns +Original momentum : 33.3849 17.6522 -5.97754 keV +Vertex : 5.94331 21.229 65.4767 cm Global time : 4.26655 ns Current trajectory has 2 points. -Point[0] Position= (-451.21,86.353,1973.68) -Point[1] Position= (-451.295,86.2221,1973.67) +Point[0] Position= (59.4331,212.29,654.767) +Point[1] Position= (59.4585,212.304,654.762) -TrackID =1721 : ParentID=1518 : TrackStatus=1 +TrackID =1744 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -61.6937 -3.56062 -9.85419 keV -Vertex : -0.429694 0.0822041 1.87945 m Global time : 6.69319 ns - Current trajectory has 3 points. -Point[0] Position= (-429.694,82.2041,1879.45) -Point[1] Position= (-429.895,81.9353,1879.48) -Point[2] Position= (-429.866,81.9521,1879.51) +Original momentum : -26.8419 36.0824 -5.22855 keV +Vertex : 5.55527 19.8771 61.2849 cm Global time : 3.99329 ns + Current trajectory has 2 points. +Point[0] Position= (55.5527,198.771,612.849) +Point[1] Position= (55.5247,198.808,612.844) -TrackID =1773 : ParentID=1721 : TrackStatus=1 +TrackID =1743 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.01834 -22.7577 25.1111 keV -Vertex : -0.429895 0.0819353 1.87948 m Global time : 6.69891 ns +Original momentum : 42.6155 8.48488 -3.0792 keV +Vertex : 5.48468 19.6328 60.5284 cm Global time : 3.94396 ns Current trajectory has 2 points. -Point[0] Position= (-429.895,81.9353,1879.48) -Point[1] Position= (-429.902,81.9156,1879.5) +Point[0] Position= (54.8468,196.328,605.284) +Point[1] Position= (54.8881,196.337,605.281) -TrackID =1720 : ParentID=1518 : TrackStatus=1 +TrackID =1742 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.23132 -47.7591 5.98169 keV -Vertex : -0.420545 0.0804371 1.83938 m Global time : 6.55048 ns +Original momentum : 7.65509 41.9057 -10.5408 keV +Vertex : 5.341 19.1359 58.989 cm Global time : 3.8436 ns Current trajectory has 2 points. -Point[0] Position= (-420.545,80.4371,1839.38) -Point[1] Position= (-420.533,80.3498,1839.39) +Point[0] Position= (53.41,191.359,589.89) +Point[1] Position= (53.4211,191.42,589.875) -TrackID =1719 : ParentID=1518 : TrackStatus=1 +TrackID =1741 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.4398 -52.9632 -1.84051 keV -Vertex : -0.415988 0.0795594 1.81942 m Global time : 6.47941 ns +Original momentum : -22.9385 22.0808 -3.02573 keV +Vertex : 4.63899 16.7154 51.4887 cm Global time : 3.35466 ns Current trajectory has 2 points. -Point[0] Position= (-415.988,79.5594,1819.42) -Point[1] Position= (-416.127,79.3627,1819.41) +Point[0] Position= (46.3899,167.154,514.887) +Point[1] Position= (46.3734,167.17,514.885) -TrackID =1718 : ParentID=1518 : TrackStatus=1 +TrackID =1740 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.9999 -39.1539 7.56172 keV -Vertex : -0.410003 0.0784102 1.79322 m Global time : 6.38611 ns +Original momentum : -36.5167 33.8145 -2.76588 keV +Vertex : 4.61113 16.6191 51.1903 cm Global time : 3.33521 ns Current trajectory has 2 points. -Point[0] Position= (-410.003,78.4102,1793.22) -Point[1] Position= (-409.979,78.355,1793.23) +Point[0] Position= (46.1113,166.191,511.903) +Point[1] Position= (46.0401,166.257,511.897) -TrackID =1717 : ParentID=1518 : TrackStatus=1 +TrackID =1739 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.45579 -36.1896 2.40672 keV -Vertex : -0.393894 0.0753124 1.72272 m Global time : 6.13505 ns +Original momentum : 5.78579 58.2704 -12.5187 keV +Vertex : 4.4095 15.9198 49.0229 cm Global time : 3.19393 ns Current trajectory has 2 points. -Point[0] Position= (-393.894,75.3124,1722.72) -Point[1] Position= (-393.896,75.2779,1722.72) +Point[0] Position= (44.095,159.198,490.229) +Point[1] Position= (44.1126,159.375,490.191) -TrackID =1716 : ParentID=1518 : TrackStatus=1 +TrackID =1738 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.2821 27.0938 -7.73357 keV -Vertex : -0.369571 0.0706261 1.61622 m Global time : 5.75579 ns +Original momentum : -19.3104 49.8343 -8.76677 keV +Vertex : 4.15598 15.0327 46.2778 cm Global time : 3.015 ns Current trajectory has 2 points. -Point[0] Position= (-369.571,70.6261,1616.22) -Point[1] Position= (-369.642,70.6752,1616.21) +Point[0] Position= (41.5598,150.327,462.778) +Point[1] Position= (41.5138,150.445,462.758) -TrackID =1715 : ParentID=1518 : TrackStatus=1 +TrackID =1737 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.7849 52.7621 -3.70781 keV -Vertex : -0.338952 0.0647592 1.48235 m Global time : 5.27901 ns +Original momentum : -41.298 -17.8982 13.8317 keV +Vertex : 4.13028 14.9423 45.9988 cm Global time : 2.99681 ns Current trajectory has 2 points. -Point[0] Position= (-338.952,64.7592,1482.35) -Point[1] Position= (-339.007,64.9005,1482.34) +Point[0] Position= (41.3028,149.423,459.988) +Point[1] Position= (41.2325,149.392,460.012) -TrackID =1714 : ParentID=1518 : TrackStatus=1 +TrackID =1736 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.77661 49.2858 1.49184 keV -Vertex : -0.280236 0.0534844 1.22553 m Global time : 4.36443 ns +Original momentum : -25.212 -24.4275 12.9043 keV +Vertex : 4.02069 14.5568 44.8081 cm Global time : 2.91918 ns Current trajectory has 2 points. -Point[0] Position= (-280.236,53.4844,1225.53) -Point[1] Position= (-280.226,53.579,1225.54) +Point[0] Position= (40.2069,145.568,448.081) +Point[1] Position= (40.1813,145.543,448.095) -TrackID =1713 : ParentID=1518 : TrackStatus=1 +TrackID =1735 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.0203 -48.5838 8.06244 keV -Vertex : -0.275204 0.0525212 1.20352 m Global time : 4.28605 ns - Current trajectory has 2 points. -Point[0] Position= (-275.204,52.5212,1203.52) -Point[1] Position= (-275.175,52.4202,1203.54) +Original momentum : -210.648 -65.5401 193.102 keV +Vertex : 3.91739 14.1923 43.6823 cm Global time : 2.8458 ns + Current trajectory has 12 points. +Point[0] Position= (39.1739,141.923,436.823) +Point[1] Position= (23.1693,141.932,450.941) +Point[2] Position= (14.3589,134.998,456.566) +Point[3] Position= (10.0165,128.593,458.568) +Point[4] Position= (2.0403,124.273,464.198) +Point[5] Position= (-3.47257,122.243,469.601) +Point[6] Position= (-4.21277,119.974,471.535) +Point[7] Position= (-3.89678,119.391,472.563) +Point[8] Position= (-4.98323,119.678,475.47) +Point[9] Position= (-5.01077,119.849,475.378) +Point[10] Position= (-4.79261,121.005,474.484) +Point[11] Position= (-4.8198,121.074,474.325) -TrackID =1712 : ParentID=1518 : TrackStatus=1 +TrackID =1782 : ParentID=1735 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.4794 30.3327 3.9628 keV -Vertex : -0.240539 0.0458857 1.05186 m Global time : 3.74595 ns +Original momentum : 43.9251 56.6579 -9.75095 keV +Vertex : -0.501077 11.9849 47.5378 cm Global time : 3.34737 ns Current trajectory has 2 points. -Point[0] Position= (-240.539,45.8857,1051.86) -Point[1] Position= (-240.523,45.9127,1051.87) +Point[0] Position= (-5.01077,119.849,475.378) +Point[1] Position= (-4.79623,120.125,475.33) -TrackID =1711 : ParentID=1518 : TrackStatus=1 +TrackID =1781 : ParentID=1735 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 52.9749 66.1665 16.9866 keV -Vertex : -19.6512 3.74798 85.943 cm Global time : 3.06063 ns - Current trajectory has 25 points. -Point[0] Position= (-196.512,37.4798,859.43) -Point[1] Position= (-196.459,37.5209,859.431) -Point[2] Position= (-196.449,37.5193,859.437) -Point[3] Position= (-196.321,37.5334,859.531) -Point[4] Position= (-196.162,37.5237,859.537) -Point[5] Position= (-196.007,37.5429,859.564) -Point[6] Position= (-196.041,37.4543,859.445) -Point[7] Position= (-196.105,37.4417,859.298) -Point[8] Position= (-196.157,37.4504,859.146) -Point[9] Position= (-196.296,37.4204,859.071) -Point[10] Position= (-196.379,37.299,859.053) -Point[11] Position= (-196.406,37.1513,859.017) -Point[12] Position= (-196.427,37.0669,858.898) -Point[13] Position= (-196.462,37.0705,858.765) -Point[14] Position= (-196.523,37.1065,858.682) -Point[15] Position= (-196.526,37.114,858.677) -Point[16] Position= (-196.524,37.1326,858.66) -Point[17] Position= (-196.524,37.1283,858.647) -Point[18] Position= (-196.524,37.1283,858.647) -Point[19] Position= (-196.524,37.1295,858.627) -Point[20] Position= (-196.529,37.1213,858.609) -Point[21] Position= (-196.525,37.1262,858.591) -Point[22] Position= (-196.523,37.1401,858.585) -Point[23] Position= (-196.521,37.1396,858.583) -Point[24] Position= (-196.515,37.1373,858.573) - -TrackID =1710 : ParentID=1518 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.5379 36.5232 -5.68191 keV -Vertex : -18.2403 3.47853 79.7761 cm Global time : 2.841 ns - Current trajectory has 2 points. -Point[0] Position= (-182.403,34.7853,797.761) -Point[1] Position= (-182.447,34.8445,797.752) - -TrackID =1709 : ParentID=1518 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -54.9325 -7.09114 -8.98053 keV -Vertex : -17.7309 3.38128 77.5498 cm Global time : 2.76172 ns - Current trajectory has 2 points. -Point[0] Position= (-177.309,33.8128,775.498) -Point[1] Position= (-177.451,33.7944,775.474) - -TrackID =1708 : ParentID=1518 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 86.8772 23.4736 28.0529 keV -Vertex : -15.9971 3.05044 69.9729 cm Global time : 2.49187 ns - Current trajectory has 3 points. -Point[0] Position= (-159.971,30.5044,699.729) -Point[1] Position= (-158.764,29.9493,699.407) -Point[2] Position= (-158.56,29.7977,699.54) +Original momentum : -29.5054 -17.333 -3.94486 keV +Vertex : -0.389678 11.9391 47.2563 cm Global time : 3.31343 ns + Current trajectory has 2 points. +Point[0] Position= (-3.89678,119.391,472.563) +Point[1] Position= (-3.92175,119.376,472.56) -TrackID =1707 : ParentID=1518 : TrackStatus=1 +TrackID =1780 : ParentID=1735 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -57.2451 112.06 -1.67646 keV -Vertex : -12.834 2.44718 56.1362 cm Global time : 1.99912 ns +Original momentum : -102.963 -2.15459 -13.4786 keV +Vertex : -0.421277 11.9974 47.1535 cm Global time : 3.29973 ns Current trajectory has 4 points. -Point[0] Position= (-128.34,24.4718,561.362) -Point[1] Position= (-128.673,25.6325,560.718) -Point[2] Position= (-128.269,26.3679,559.023) -Point[3] Position= (-128.1,26.3826,558.814) +Point[0] Position= (-4.21277,119.974,471.535) +Point[1] Position= (-5.40329,120.209,471.596) +Point[2] Position= (-5.24352,119.876,470.613) +Point[3] Position= (-5.23801,119.86,470.62) -TrackID =1774 : ParentID=1707 : TrackStatus=1 +TrackID =1779 : ParentID=1735 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.71442 17.2596 28.9176 keV -Vertex : -12.8673 2.56325 56.0718 cm Global time : 2.01577 ns - Current trajectory has 2 points. -Point[0] Position= (-128.673,25.6325,560.718) -Point[1] Position= (-128.67,25.6466,560.742) +Original momentum : -42.8907 -42.6092 -91.786 keV +Vertex : 1.00165 12.8593 45.8568 cm Global time : 3.12707 ns + Current trajectory has 5 points. +Point[0] Position= (10.0165,128.593,458.568) +Point[1] Position= (9.6776,128.134,458.242) +Point[2] Position= (10.2747,127.782,456.771) +Point[3] Position= (10.4135,128.032,456.595) +Point[4] Position= (10.4263,128.1,456.523) -TrackID =1706 : ParentID=1518 : TrackStatus=1 +TrackID =1784 : ParentID=1779 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.3903 -25.5813 -4.3341 keV -Vertex : -12.1539 2.31734 53.1629 cm Global time : 1.89323 ns +Original momentum : 47.0392 -1.86811 6.38545 keV +Vertex : 1.04135 12.8032 45.6595 cm Global time : 3.16146 ns Current trajectory has 2 points. -Point[0] Position= (-121.539,23.1734,531.629) -Point[1] Position= (-121.577,23.142,531.624) +Point[0] Position= (10.4135,128.032,456.595) +Point[1] Position= (10.4953,128.029,456.606) -TrackID =1705 : ParentID=1518 : TrackStatus=1 +TrackID =1783 : ParentID=1779 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.54431 34.3783 1.52213 keV -Vertex : -9.95065 1.89751 43.5308 cm Global time : 1.55021 ns +Original momentum : -28.3197 -12.8213 -15.7185 keV +Vertex : 0.96776 12.8134 45.8242 cm Global time : 3.13632 ns Current trajectory has 2 points. -Point[0] Position= (-99.5065,18.9751,435.308) -Point[1] Position= (-99.4998,19.0057,435.31) +Point[0] Position= (9.6776,128.134,458.242) +Point[1] Position= (9.65303,128.123,458.228) -TrackID =1704 : ParentID=1518 : TrackStatus=1 +TrackID =1778 : ParentID=1735 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.0419 6.77535 9.44508 keV -Vertex : -6.79798 1.29673 29.7423 cm Global time : 1.05917 ns +Original momentum : -19.2506 15.0476 23.569 keV +Vertex : 1.43589 13.4998 45.6566 cm Global time : 3.07205 ns Current trajectory has 2 points. -Point[0] Position= (-67.9798,12.9673,297.423) -Point[1] Position= (-67.9422,12.9744,297.433) +Point[0] Position= (14.3589,134.998,456.566) +Point[1] Position= (14.3431,135.01,456.585) -TrackID =1703 : ParentID=1518 : TrackStatus=1 +TrackID =1734 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.5798 -25.4471 -3.71101 keV -Vertex : -0.992412 0.189434 4.33874 cm Global time : 154.515 ps +Original momentum : -27.8834 18.5481 -1.31864 keV +Vertex : 3.83683 13.9062 42.7961 cm Global time : 2.78806 ns Current trajectory has 2 points. -Point[0] Position= (-9.92412,1.89434,43.3874) -Point[1] Position= (-9.9526,1.86806,43.3835) +Point[0] Position= (38.3683,139.062,427.961) +Point[1] Position= (38.3461,139.077,427.96) -TrackID =1755 : ParentID=1518 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : -0.3497 -0.12335 1.08169 GeV -Vertex : -1.19995 0.230972 5.25837 m Global time : 18.725 ns +TrackID =1733 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 29.5374 22.0957 -7.12579 keV +Vertex : 3.19994 11.6267 35.7505 cm Global time : 2.32905 ns Current trajectory has 2 points. -Point[0] Position= (-1199.95,230.972,5258.37) -Point[1] Position= (-1199.95,230.972,5258.37) +Point[0] Position= (31.9994,116.267,357.505) +Point[1] Position= (32.0297,116.29,357.498) -TrackID =1754 : ParentID=1518 : TrackStatus=1 -Particle name : anti_nu_e PDG code : -12 Charge : 0 -Original momentum : -37.8911 21.352 232.955 MeV -Vertex : -1.19995 0.230972 5.25837 m Global time : 18.725 ns +TrackID =1732 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -33.3483 -12.913 9.80448 keV +Vertex : 3.15221 11.4545 35.2195 cm Global time : 2.29445 ns Current trajectory has 2 points. -Point[0] Position= (-1199.95,230.972,5258.37) -Point[1] Position= (-1320.58,298.948,6000) +Point[0] Position= (31.5221,114.545,352.195) +Point[1] Position= (31.4889,114.533,352.205) -TrackID =1517 : ParentID=1513 : TrackStatus=1 -Particle name : unknown : k_star+ PDG code : 323 Charge : 1 -Original momentum : 1.15204 0.0504557 1.21247 GeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps +TrackID =1731 : ParentID=1724 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 24.55 56.4733 -12.9673 keV +Vertex : 2.87945 10.4719 32.1884 cm Global time : 2.09696 ns Current trajectory has 2 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (9.91059e-306,-2.20853e-306,8.27772e-306) +Point[0] Position= (28.7945,104.719,321.884) +Point[1] Position= (28.879,104.913,321.839) -TrackID =1830 : ParentID=1778 : TrackStatus=1 +TrackID =1730 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.9525 24.7714 -7.83107 keV -Vertex : 0.127931 0.460596 1.42058 m Global time : 9.26339 ns - Current trajectory has 2 points. -Point[0] Position= (127.931,460.596,1420.58) -Point[1] Position= (127.948,460.616,1420.58) +Original momentum : -37.2771 114.13 -6.35496 keV +Vertex : 2.37583 8.65704 26.579 cm Global time : 1.73159 ns + Current trajectory has 5 points. +Point[0] Position= (23.7583,86.5704,265.79) +Point[1] Position= (22.8622,88.139,267.045) +Point[2] Position= (21.2997,88.6388,266.351) +Point[3] Position= (20.8434,88.7036,266.074) +Point[4] Position= (20.6908,88.7063,266.008) -TrackID =1829 : ParentID=1778 : TrackStatus=1 +TrackID =1785 : ParentID=1730 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -68.9568 -11.2941 20.0434 keV -Vertex : 0.127517 0.459125 1.41605 m Global time : 9.23378 ns +Original momentum : 3.43869 40.8185 -6.52974 keV +Vertex : 2.08434 8.87036 26.6074 cm Global time : 1.78499 ns Current trajectory has 2 points. -Point[0] Position= (127.517,459.125,1416.05) -Point[1] Position= (127.176,459.069,1416.15) +Point[0] Position= (20.8434,88.7036,266.074) +Point[1] Position= (20.8478,88.7557,266.066) -TrackID =1828 : ParentID=1778 : TrackStatus=1 +TrackID =1729 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.62937 77.617 -12.4013 keV -Vertex : 0.125651 0.452451 1.39545 m Global time : 9.09924 ns +Original momentum : 41.364 56.9751 -12.555 keV +Vertex : 1.5981 5.82552 17.9017 cm Global time : 1.16608 ns Current trajectory has 2 points. -Point[0] Position= (125.651,452.451,1395.45) -Point[1] Position= (125.598,452.926,1395.37) +Point[0] Position= (15.981,58.2552,179.017) +Point[1] Position= (16.1772,58.5254,178.957) -TrackID =1827 : ParentID=1778 : TrackStatus=1 +TrackID =1728 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.11088 42.709 -10.1928 keV -Vertex : 0.124022 0.446597 1.37732 m Global time : 8.98086 ns +Original momentum : -46.6564 -3.74001 9.76918 keV +Vertex : 1.5398 5.61416 17.2535 cm Global time : 1.12383 ns Current trajectory has 2 points. -Point[0] Position= (124.022,446.597,1377.32) -Point[1] Position= (124.024,446.659,1377.3) +Point[0] Position= (15.398,56.1416,172.535) +Point[1] Position= (15.3157,56.135,172.552) -TrackID =1826 : ParentID=1778 : TrackStatus=1 +TrackID =1727 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.01569 -35.9311 14.0471 keV -Vertex : 0.122468 0.440969 1.3599 m Global time : 8.86718 ns +Original momentum : 22.7494 -21.1963 6.81927 keV +Vertex : 1.22729 4.47351 13.7568 cm Global time : 895.98 ps Current trajectory has 2 points. -Point[0] Position= (122.468,440.969,1359.9) -Point[1] Position= (122.474,440.929,1359.92) +Point[0] Position= (12.2729,44.7351,137.568) +Point[1] Position= (12.2891,44.7199,137.573) -TrackID =1825 : ParentID=1778 : TrackStatus=1 +TrackID =1726 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 146.29 -100.331 93.7604 keV -Vertex : 0.116887 0.4205 1.2969 m Global time : 8.45571 ns - Current trajectory has 9 points. -Point[0] Position= (116.887,420.5,1296.9) -Point[1] Position= (120.596,418.507,1302.86) -Point[2] Position= (121.229,418.208,1303.58) -Point[3] Position= (123.006,415.989,1306.59) -Point[4] Position= (126.321,414.928,1306.87) -Point[5] Position= (127.946,416.075,1309.21) -Point[6] Position= (127.519,416.701,1311.16) -Point[7] Position= (127.101,417.56,1311.8) -Point[8] Position= (127.213,417.36,1311.97) - -TrackID =1833 : ParentID=1825 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.7695 14.1374 29.2495 keV -Vertex : 0.127101 0.41756 1.3118 m Global time : 8.6755 ns - Current trajectory has 2 points. -Point[0] Position= (127.101,417.56,1311.8) -Point[1] Position= (127.081,417.574,1311.83) - -TrackID =1832 : ParentID=1825 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.6907 -3.11106 50.4093 keV -Vertex : 0.127519 0.416701 1.31116 m Global time : 8.66039 ns - Current trajectory has 2 points. -Point[0] Position= (127.519,416.701,1311.16) -Point[1] Position= (127.478,416.694,1311.27) - -TrackID =1831 : ParentID=1825 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.8204 -25.8903 13.7493 keV -Vertex : 0.121229 0.418208 1.30358 m Global time : 8.52505 ns - Current trajectory has 2 points. -Point[0] Position= (121.229,418.208,1303.58) -Point[1] Position= (121.193,418.176,1303.6) - -TrackID =1824 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.3326 11.3788 1.4728 keV -Vertex : 0.115915 0.417004 1.28609 m Global time : 8.3852 ns - Current trajectory has 2 points. -Point[0] Position= (115.915,417.004,1286.09) -Point[1] Position= (115.888,417.014,1286.09) - -TrackID =1823 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.955 46.2413 -11.2514 keV -Vertex : 0.110664 0.397907 1.22713 m Global time : 8.00033 ns - Current trajectory has 2 points. -Point[0] Position= (110.664,397.907,1227.13) -Point[1] Position= (110.79,398.057,1227.09) - -TrackID =1822 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.6869 -22.9233 7.80014 keV -Vertex : 0.110661 0.397897 1.2271 m Global time : 8.00014 ns - Current trajectory has 2 points. -Point[0] Position= (110.661,397.897,1227.1) -Point[1] Position= (110.711,397.866,1227.11) - -TrackID =1821 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.779 0.209547 -0.72155 keV -Vertex : 0.109459 0.393536 1.21364 m Global time : 7.91229 ns - Current trajectory has 2 points. -Point[0] Position= (109.459,393.536,1213.64) -Point[1] Position= (109.498,393.537,1213.64) - -TrackID =1820 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.0195 37.3725 -10.2235 keV -Vertex : 0.101419 0.364948 1.12531 m Global time : 7.33575 ns - Current trajectory has 2 points. -Point[0] Position= (101.419,364.948,1125.31) -Point[1] Position= (101.479,365.02,1125.29) - -TrackID =1819 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.04193 -29.1146 10.7506 keV -Vertex : 0.0979009 0.352292 1.08637 m Global time : 7.08157 ns - Current trajectory has 2 points. -Point[0] Position= (97.9009,352.292,1086.37) -Point[1] Position= (97.9059,352.272,1086.38) +Original momentum : 10.0666 -112.634 68.5738 keV +Vertex : 0.737296 2.68071 8.25227 cm Global time : 537.386 ps + Current trajectory has 5 points. +Point[0] Position= (7.37296,26.8071,82.5227) +Point[1] Position= (8.6409,25.4178,84.1877) +Point[2] Position= (9.50704,24.2339,85.6148) +Point[3] Position= (8.09689,23.9714,84.8409) +Point[4] Position= (8.02468,23.7258,84.5963) -TrackID =1818 : ParentID=1778 : TrackStatus=1 +TrackID =1725 : ParentID=1724 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 62.2019 -28.1271 12.7076 keV -Vertex : 0.0961178 0.345844 1.06654 m Global time : 6.95211 ns +Original momentum : 62.6826 -16.4953 7.84918 keV +Vertex : 0.522784 1.90171 5.85189 cm Global time : 381.076 ps Current trajectory has 2 points. -Point[0] Position= (96.1178,345.844,1066.54) -Point[1] Position= (96.3916,345.72,1066.6) +Point[0] Position= (5.22784,19.0171,58.5189) +Point[1] Position= (5.46427,18.9548,58.5485) -TrackID =1817 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.3278 -28.8074 10.1171 keV -Vertex : 8.97153 32.2772 99.5522 cm Global time : 6.48858 ns +TrackID =1764 : ParentID=1724 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : -25.7161 52.6398 -54.9956 MeV +Vertex : 0.0986837 0.344909 1.06693 m Global time : 6.9552 ns Current trajectory has 2 points. -Point[0] Position= (89.7153,322.772,995.522) -Point[1] Position= (89.7307,322.751,995.529) +Point[0] Position= (98.6837,344.909,1066.93) +Point[1] Position= (98.6837,344.909,1066.93) -TrackID =1816 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.4525 28.788 -6.07789 keV -Vertex : 8.57869 30.8621 95.1862 cm Global time : 6.20371 ns +TrackID =1723 : ParentID=1440 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : 643.152 -68.3803 404.551 MeV +Vertex : 9.91059e-294 -2.20853e-294 8.27772e-294 fm Global time : 7.2822e-305 ps Current trajectory has 2 points. -Point[0] Position= (85.7869,308.621,951.862) -Point[1] Position= (85.7794,308.637,951.858) +Point[0] Position= (9.91059e-306,-2.20853e-306,8.27772e-306) +Point[1] Position= (5.25783e-05,-5.59016e-06,3.30725e-05) -TrackID =1815 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.41795 31.0538 -8.41615 keV -Vertex : 8.51083 30.6202 94.437 cm Global time : 6.15484 ns +TrackID =1439 : ParentID=1436 : TrackStatus=1 +Particle name : unknown : k_star- PDG code : -323 Charge : -1 +Original momentum : 2.0674 -1.18845 -0.820801 GeV +Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps Current trajectory has 2 points. -Point[0] Position= (85.1083,306.202,944.37) -Point[1] Position= (85.1107,306.219,944.365) +Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) +Point[1] Position= (1.07862e-305,-5.55315e-306,1.27308e-306) -TrackID =1814 : ParentID=1778 : TrackStatus=1 +TrackID =1803 : ParentID=1796 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.3538 25.2836 -3.94395 keV -Vertex : 8.45251 30.4128 93.7963 cm Global time : 6.11304 ns - Current trajectory has 2 points. -Point[0] Position= (84.5251,304.128,937.963) -Point[1] Position= (84.5116,304.143,937.961) +Original momentum : 2.59425 -0.26648 -0.244286 MeV +Vertex : 34.5678 -20.3872 -1.46872 cm Global time : 1.47564 ns + Current trajectory has 12 points. +Point[0] Position= (345.678,-203.872,-14.6872) +Point[1] Position= (346.26,-203.973,-14.8131) +Point[2] Position= (346.515,-204.12,-15.1627) +Point[3] Position= (346.877,-204.316,-15.3069) +Point[4] Position= (347.322,-204.238,-15.4238) +Point[5] Position= (347.652,-203.838,-15.6648) +Point[6] Position= (348.054,-203.791,-15.843) +Point[7] Position= (348.235,-203.783,-16.2507) +Point[8] Position= (348.125,-203.944,-16.6208) +Point[9] Position= (348.063,-204.218,-16.9634) +Point[10] Position= (348.072,-204.426,-17.2508) +Point[11] Position= (348.083,-204.51,-17.4183) + +TrackID =1802 : ParentID=1796 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 766.623 295.929 -139.347 keV +Vertex : 30.1726 -17.8128 -1.29065 cm Global time : 1.28814 ns + Current trajectory has 9 points. +Point[0] Position= (301.726,-178.128,-12.9065) +Point[1] Position= (301.828,-178.021,-12.8952) +Point[2] Position= (301.85,-177.995,-12.8541) +Point[3] Position= (301.888,-177.951,-12.7717) +Point[4] Position= (301.844,-177.919,-12.7083) +Point[5] Position= (301.881,-177.945,-12.6305) +Point[6] Position= (301.861,-177.923,-12.5596) +Point[7] Position= (301.811,-177.858,-12.526) +Point[8] Position= (301.835,-177.799,-12.4664) -TrackID =1813 : ParentID=1778 : TrackStatus=1 +TrackID =1801 : ParentID=1796 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.955 -37.464 16.6305 keV -Vertex : 7.74415 27.8873 85.9592 cm Global time : 5.60202 ns +Original momentum : -18.1727 -34.9551 -42.0283 keV +Vertex : 30.091 -17.7647 -1.28734 cm Global time : 1.28466 ns Current trajectory has 2 points. -Point[0] Position= (77.4415,278.873,859.592) -Point[1] Position= (77.4303,278.838,859.607) +Point[0] Position= (300.91,-177.647,-12.8734) +Point[1] Position= (300.879,-177.708,-12.9466) -TrackID =1812 : ParentID=1778 : TrackStatus=1 +TrackID =1800 : ParentID=1796 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.2818 -97.9062 58.954 keV -Vertex : 7.66987 27.6237 85.1404 cm Global time : 5.54864 ns +Original momentum : 1.63398 -0.685551 -1.08581 MeV +Vertex : 21.9412 -12.9684 -0.949228 cm Global time : 936.753 ps + Current trajectory has 20 points. +Point[0] Position= (219.412,-129.684,-9.49228) +Point[1] Position= (219.532,-129.734,-9.57191) +Point[2] Position= (252.326,-134.191,-27.4684) +Point[3] Position= (263.429,-136.653,-32.5637) +Point[4] Position= (266.707,-137.359,-33.8162) +Point[5] Position= (266.839,-137.36,-33.8675) +Point[6] Position= (267.056,-137.397,-33.9575) +Point[7] Position= (267.289,-137.41,-33.9096) +Point[8] Position= (267.473,-137.335,-33.7922) +Point[9] Position= (267.601,-137.367,-33.6015) +Point[10] Position= (267.747,-137.493,-33.4728) +Point[11] Position= (267.84,-137.552,-33.2689) +Point[12] Position= (267.864,-137.682,-33.0699) +Point[13] Position= (268.017,-137.752,-32.9198) +Point[14] Position= (268.236,-137.63,-32.8282) +Point[15] Position= (268.303,-137.351,-32.7671) +Point[16] Position= (268.587,-137.242,-32.7375) +Point[17] Position= (268.848,-137.386,-32.7262) +Point[18] Position= (269.448,-136.634,-32.4351) +Point[19] Position= (269.448,-136.634,-32.4348) + +TrackID =1805 : ParentID=1800 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -32.6606 -21.362 -97.0027 keV +Vertex : 26.3429 -13.6653 -3.25637 cm Global time : 1.10931 ns Current trajectory has 4 points. -Point[0] Position= (76.6987,276.237,851.404) -Point[1] Position= (76.5861,276.052,851.638) -Point[2] Position= (77.8168,275.366,852.111) -Point[3] Position= (77.7817,275.208,852.136) +Point[0] Position= (263.429,-136.653,-32.5637) +Point[1] Position= (262.442,-136.527,-32.9667) +Point[2] Position= (262.284,-136.525,-33.6656) +Point[3] Position= (262.326,-136.5,-33.6694) -TrackID =1834 : ParentID=1812 : TrackStatus=1 +TrackID =1807 : ParentID=1805 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.9828 -38.7913 1.44317 keV -Vertex : 7.65861 27.6052 85.1638 cm Global time : 5.55308 ns +Original momentum : 17.4889 -29.8089 -6.62621 keV +Vertex : 26.2284 -13.6525 -3.36656 cm Global time : 1.1265 ns Current trajectory has 2 points. -Point[0] Position= (76.5861,276.052,851.638) -Point[1] Position= (76.5716,276.016,851.639) +Point[0] Position= (262.284,-136.525,-33.6656) +Point[1] Position= (262.296,-136.544,-33.6699) -TrackID =1811 : ParentID=1778 : TrackStatus=1 +TrackID =1806 : ParentID=1805 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.9838 -16.1109 4.69384 keV -Vertex : 7.42423 26.7476 82.4136 cm Global time : 5.37092 ns +Original momentum : -5.37899 17.184 -27.9639 keV +Vertex : 26.2442 -13.6527 -3.29667 cm Global time : 1.12023 ns Current trajectory has 2 points. -Point[0] Position= (74.2423,267.476,824.136) -Point[1] Position= (74.2594,267.467,824.139) +Point[0] Position= (262.442,-136.527,-32.9667) +Point[1] Position= (262.439,-136.517,-32.983) -TrackID =1810 : ParentID=1778 : TrackStatus=1 +TrackID =1804 : ParentID=1800 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.5179 9.7464 5.17515 keV -Vertex : 7.40735 26.6878 82.2272 cm Global time : 5.35877 ns - Current trajectory has 2 points. -Point[0] Position= (74.0735,266.878,822.272) -Point[1] Position= (74.0226,266.889,822.278) - -TrackID =1809 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 97.7513 -34.9038 23.7725 keV -Vertex : 7.26005 26.1708 80.6216 cm Global time : 5.25409 ns +Original momentum : -28.4473 22.3776 -80.6646 keV +Vertex : 25.2326 -13.4191 -2.74684 cm Global time : 1.06647 ns Current trajectory has 3 points. -Point[0] Position= (72.6005,261.708,806.216) -Point[1] Position= (73.7347,262.96,806.76) -Point[2] Position= (73.7656,263.077,806.532) - -TrackID =1808 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.0484 -32.1288 11.4912 keV -Vertex : 7.02659 25.3493 78.0743 cm Global time : 5.08802 ns - Current trajectory has 2 points. -Point[0] Position= (70.2659,253.493,780.743) -Point[1] Position= (70.2921,253.461,780.754) +Point[0] Position= (252.326,-134.191,-27.4684) +Point[1] Position= (251.19,-133.69,-27.3719) +Point[2] Position= (251.156,-133.605,-27.3624) -TrackID =1807 : ParentID=1778 : TrackStatus=1 +TrackID =1808 : ParentID=1804 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.2291 9.51351 -3.56272 keV -Vertex : 6.94659 25.0647 77.1915 cm Global time : 5.03046 ns +Original momentum : 36.7814 14.8138 -0.19767 keV +Vertex : 25.119 -13.369 -2.73719 cm Global time : 1.07439 ns Current trajectory has 2 points. -Point[0] Position= (69.4659,250.647,771.915) -Point[1] Position= (69.4969,250.655,771.912) +Point[0] Position= (251.19,-133.69,-27.3719) +Point[1] Position= (251.22,-133.677,-27.3721) -TrackID =1806 : ParentID=1778 : TrackStatus=1 +TrackID =1799 : ParentID=1796 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.6416 -16.9898 10.2179 keV -Vertex : 6.73055 24.2939 74.8099 cm Global time : 4.87516 ns - Current trajectory has 2 points. -Point[0] Position= (67.3055,242.939,748.099) -Point[1] Position= (67.2887,242.929,748.106) - -TrackID =1805 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 92.7406 30.1073 -0.0702647 keV -Vertex : 6.28355 22.6567 69.7614 cm Global time : 4.54596 ns - Current trajectory has 4 points. -Point[0] Position= (62.8355,226.567,697.614) -Point[1] Position= (63.5082,226.321,699.181) -Point[2] Position= (63.47,226.153,698.614) -Point[3] Position= (63.4765,226.157,698.612) - -TrackID =1804 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.5919 -27.8593 11.9627 keV -Vertex : 5.654 20.3215 62.5435 cm Global time : 4.07552 ns - Current trajectory has 2 points. -Point[0] Position= (56.54,203.215,625.435) -Point[1] Position= (56.5342,203.2,625.442) - -TrackID =1803 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -46.7795 22.8589 1.82693 keV -Vertex : 5.63995 20.2692 62.3829 cm Global time : 4.06505 ns - Current trajectory has 2 points. -Point[0] Position= (56.3995,202.692,623.829) -Point[1] Position= (56.3338,202.725,623.831) - -TrackID =1802 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -46.8181 5.59182 6.61946 keV -Vertex : 5.53429 19.8795 61.1833 cm Global time : 3.98683 ns - Current trajectory has 2 points. -Point[0] Position= (55.3429,198.795,611.833) -Point[1] Position= (55.2887,198.801,611.841) - -TrackID =1801 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.8438 -3.81369 6.33859 keV -Vertex : 5.4355 19.5108 60.0518 cm Global time : 3.91304 ns - Current trajectory has 2 points. -Point[0] Position= (54.355,195.108,600.518) -Point[1] Position= (54.3355,195.106,600.521) - -TrackID =1800 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 59.1279 19.1769 -4.13285 keV -Vertex : 5.39821 19.3744 59.6332 cm Global time : 3.88574 ns - Current trajectory has 2 points. -Point[0] Position= (53.9821,193.744,596.332) -Point[1] Position= (54.1038,193.784,596.323) - -TrackID =1799 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.5164 30.7128 -9.08709 keV -Vertex : 5.28651 18.9671 58.384 cm Global time : 3.80425 ns - Current trajectory has 2 points. -Point[0] Position= (52.8651,189.671,583.84) -Point[1] Position= (52.8992,189.71,583.828) - -TrackID =1798 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.8993 52.4973 -12.4163 keV -Vertex : 5.26894 18.903 58.1876 cm Global time : 3.79144 ns - Current trajectory has 2 points. -Point[0] Position= (52.6894,189.03,581.876) -Point[1] Position= (52.7219,189.163,581.845) - -TrackID =1797 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.3552 43.9795 -9.11079 keV -Vertex : 5.25004 18.8344 57.9775 cm Global time : 3.77773 ns - Current trajectory has 2 points. -Point[0] Position= (52.5004,188.344,579.775) -Point[1] Position= (52.4799,188.417,579.76) - -TrackID =1796 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.932275 -43.8684 18.7543 keV -Vertex : 5.13313 18.409 56.6749 cm Global time : 3.69276 ns - Current trajectory has 2 points. -Point[0] Position= (51.3313,184.09,566.749) -Point[1] Position= (51.3297,184.012,566.782) - -TrackID =1795 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.701 15.9887 -0.119389 keV -Vertex : 4.66535 16.7111 51.4666 cm Global time : 3.35306 ns - Current trajectory has 2 points. -Point[0] Position= (46.6535,167.111,514.666) -Point[1] Position= (46.6272,167.125,514.665) - -TrackID =1794 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 75.7489 -31.0591 16.4528 keV -Vertex : 4.54537 16.2819 50.1518 cm Global time : 3.26729 ns - Current trajectory has 2 points. -Point[0] Position= (45.4537,162.819,501.518) -Point[1] Position= (45.9861,162.601,501.634) - -TrackID =1793 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 153.671 -134.311 141.204 keV -Vertex : 4.29646 15.3962 47.4329 cm Global time : 3.08997 ns - Current trajectory has 12 points. -Point[0] Position= (42.9646,153.962,474.329) -Point[1] Position= (53.8235,144.541,475.276) -Point[2] Position= (62.618,137.447,474.132) -Point[3] Position= (64.3868,135.412,477.495) -Point[4] Position= (70.5324,137.82,478.324) -Point[5] Position= (71.3999,138.795,481.908) -Point[6] Position= (72.1155,135.364,483.824) -Point[7] Position= (71.6449,133.266,486.695) -Point[8] Position= (73.6216,132.911,488.252) -Point[9] Position= (74.6444,132.402,487.007) -Point[10] Position= (75.6019,131.843,486.26) -Point[11] Position= (75.8185,132.022,486.306) - -TrackID =1837 : ParentID=1793 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.8496 -41.089 1.49869 keV -Vertex : 7.21155 13.5364 48.3824 cm Global time : 3.43229 ns - Current trajectory has 2 points. -Point[0] Position= (72.1155,135.364,483.824) -Point[1] Position= (72.0767,135.294,483.827) - -TrackID =1836 : ParentID=1793 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.7277 21.6558 18.2699 keV -Vertex : 7.13999 13.8795 48.1908 cm Global time : 3.3927 ns - Current trajectory has 2 points. -Point[0] Position= (71.3999,138.795,481.908) -Point[1] Position= (71.4273,138.818,481.928) - -TrackID =1835 : ParentID=1793 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 6.11886 -37.8571 6.29504 keV -Vertex : 6.43868 13.5412 47.7495 cm Global time : 3.29913 ns - Current trajectory has 2 points. -Point[0] Position= (64.3868,135.412,477.495) -Point[1] Position= (64.3935,135.37,477.502) - -TrackID =1792 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 60.5362 -26.8422 11.774 keV -Vertex : 4.15559 14.8972 45.8982 cm Global time : 2.98992 ns - Current trajectory has 2 points. -Point[0] Position= (41.5559,148.972,458.982) -Point[1] Position= (41.8018,148.863,459.03) - -TrackID =1791 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.4005 78.3446 -12.2211 keV -Vertex : 3.99291 14.323 44.1306 cm Global time : 2.8747 ns +Original momentum : 232.855 -927.117 248.695 keV +Vertex : 21.5554 -12.7414 -0.932335 cm Global time : 920.3 ps + Current trajectory has 17 points. +Point[0] Position= (215.554,-127.414,-9.32335) +Point[1] Position= (215.574,-127.532,-9.2296) +Point[2] Position= (215.604,-127.569,-9.1981) +Point[3] Position= (215.561,-127.66,-9.13341) +Point[4] Position= (215.498,-127.665,-9.04959) +Point[5] Position= (215.476,-127.597,-8.97386) +Point[6] Position= (215.475,-127.522,-8.91504) +Point[7] Position= (215.411,-127.502,-8.85546) +Point[8] Position= (215.365,-127.449,-8.87067) +Point[9] Position= (215.31,-127.43,-8.85324) +Point[10] Position= (215.266,-127.438,-8.83135) +Point[11] Position= (215.235,-127.466,-8.85273) +Point[12] Position= (215.19,-127.475,-8.84894) +Point[13] Position= (215.175,-127.514,-8.84276) +Point[14] Position= (215.153,-127.549,-8.82666) +Point[15] Position= (215.135,-127.563,-8.86461) +Point[16] Position= (215.139,-127.558,-8.87593) + +TrackID =1798 : ParentID=1796 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -20.603 -50.2419 -85.9058 keV +Vertex : 11.4479 -6.7669 -0.495659 cm Global time : 488.763 ps Current trajectory has 3 points. -Point[0] Position= (39.9291,143.23,441.306) -Point[1] Position= (39.736,143.799,441.811) -Point[2] Position= (39.6751,143.772,441.816) - -TrackID =1790 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.0702 -54.4616 23.2094 keV -Vertex : 3.82011 13.7147 42.2531 cm Global time : 2.75235 ns - Current trajectory has 2 points. -Point[0] Position= (38.2011,137.147,422.531) -Point[1] Position= (38.2824,136.955,422.613) - -TrackID =1789 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -17.4758 -26.1379 12.2498 keV -Vertex : 3.44444 12.3998 38.1873 cm Global time : 2.48746 ns - Current trajectory has 2 points. -Point[0] Position= (34.4444,123.998,381.873) -Point[1] Position= (34.4302,123.977,381.883) - -TrackID =1788 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.1788 -37.0027 13.9804 keV -Vertex : 2.99614 10.8086 33.2904 cm Global time : 2.16833 ns - Current trajectory has 2 points. -Point[0] Position= (29.9614,108.086,332.904) -Point[1] Position= (29.9853,108.034,332.924) - -TrackID =1787 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 18.4411 -25.1976 8.47713 keV -Vertex : 2.94179 10.6174 32.7018 cm Global time : 2.12997 ns - Current trajectory has 2 points. -Point[0] Position= (29.4179,106.174,327.018) -Point[1] Position= (29.4316,106.156,327.024) - -TrackID =1786 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -20.0367 -22.3202 11.0103 keV -Vertex : 2.53307 9.16563 28.2185 cm Global time : 1.83792 ns - Current trajectory has 2 points. -Point[0] Position= (25.3307,91.6563,282.185) -Point[1] Position= (25.3162,91.6402,282.193) - -TrackID =1785 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.31187 53.6272 -12.0113 keV -Vertex : 2.48655 8.99939 27.7064 cm Global time : 1.80456 ns - Current trajectory has 2 points. -Point[0] Position= (24.8655,89.9939,277.064) -Point[1] Position= (24.8762,90.1272,277.034) - -TrackID =1784 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 10.564 -31.1966 11.4964 keV -Vertex : 1.72125 6.24456 19.2118 cm Global time : 1.25125 ns - Current trajectory has 2 points. -Point[0] Position= (17.2125,62.4456,192.118) -Point[1] Position= (17.2217,62.4185,192.128) - -TrackID =1783 : ParentID=1778 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.792 35.3997 -9.98897 keV -Vertex : 1.60922 5.84273 17.9749 cm Global time : 1.17067 ns - Current trajectory has 2 points. -Point[0] Position= (16.0922,58.4273,179.749) -Point[1] Position= (16.1242,58.4769,179.735) +Point[0] Position= (114.479,-67.669,-4.95659) +Point[1] Position= (113.805,-68.9058,-5.37136) +Point[2] Position= (113.365,-68.9972,-5.41642) -TrackID =1782 : ParentID=1778 : TrackStatus=1 +TrackID =1797 : ParentID=1796 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.6712 76.6896 -12.033 keV -Vertex : 1.59993 5.80933 17.8721 cm Global time : 1.16398 ns +Original momentum : 18.7904 29.7838 -14.5564 keV +Vertex : 2.61246 -1.54405 -0.112935 cm Global time : 111.534 ps Current trajectory has 2 points. -Point[0] Position= (15.9993,58.0933,178.721) -Point[1] Position= (15.9228,58.5564,178.648) +Point[0] Position= (26.1246,-15.4405,-1.12935) +Point[1] Position= (26.1445,-15.409,-1.14473) -TrackID =1781 : ParentID=1778 : TrackStatus=1 +TrackID =1790 : ParentID=1762 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -48.0459 -9.33838 12.2107 keV -Vertex : 1.45222 5.2782 16.237 cm Global time : 1.05747 ns +Original momentum : 40.7753 18.3941 14.0394 keV +Vertex : -0.0472983 0.485777 1.36168 m Global time : 8.14877 ns Current trajectory has 2 points. -Point[0] Position= (14.5222,52.782,162.37) -Point[1] Position= (14.4258,52.7633,162.394) +Point[0] Position= (-47.2983,485.777,1361.68) +Point[1] Position= (-47.2295,485.808,1361.71) -TrackID =1780 : ParentID=1778 : TrackStatus=1 +TrackID =1789 : ParentID=1762 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 34.6278 -23.2538 7.8862 keV -Vertex : 1.0665 3.87123 11.9075 cm Global time : 775.474 ps - Current trajectory has 2 points. -Point[0] Position= (10.665,38.7123,119.075) -Point[1] Position= (10.7115,38.681,119.086) +Original momentum : -89.9239 -25.3306 -21.6753 keV +Vertex : -0.0427345 0.481385 1.35247 m Global time : 8.11147 ns + Current trajectory has 4 points. +Point[0] Position= (-42.7345,481.385,1352.47) +Point[1] Position= (-43.1653,480.271,1351.46) +Point[2] Position= (-43.1058,480.22,1351.56) +Point[3] Position= (-43.1149,480.148,1351.61) -TrackID =1779 : ParentID=1778 : TrackStatus=1 +TrackID =1809 : ParentID=1789 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.2277 -28.7408 12.6072 keV -Vertex : 0.222312 0.810194 2.49166 mm Global time : 16.2265 ps - Current trajectory has 2 points. -Point[0] Position= (0.222312,0.810194,2.49166) -Point[1] Position= (0.212454,0.787024,2.50182) - -TrackID =1776 : ParentID=1755 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -57.0603 -76.2874 206.764 MeV -Vertex : -1.19995 0.230972 5.25837 m Global time : 18.725 ns - Current trajectory has 2 points. -Point[0] Position= (-1199.95,230.972,5258.37) -Point[1] Position= (-1404.62,-42.6594,6000) - -TrackID =1775 : ParentID=1755 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -292.64 -47.0624 874.922 MeV -Vertex : -1.19995 0.230972 5.25837 m Global time : 18.725 ns - Current trajectory has 2 points. -Point[0] Position= (-1199.95,230.972,5258.37) -Point[1] Position= (-1448.01,191.08,6000) - -TrackID =1777 : ParentID=1517 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : 643.152 -68.3803 404.551 MeV -Vertex : 9.91059e-294 -2.20853e-294 8.27772e-294 fm Global time : 7.2822e-305 ps +Original momentum : 34.4129 -11.9683 -10.3701 keV +Vertex : -0.0431058 0.48022 1.35156 m Global time : 8.13119 ns Current trajectory has 2 points. -Point[0] Position= (9.91059e-306,-2.20853e-306,8.27772e-306) -Point[1] Position= (6.86222e-05,-7.29596e-06,4.31643e-05) +Point[0] Position= (-43.1058,480.22,1351.56) +Point[1] Position= (-43.07,480.207,1351.55) -TrackID =1516 : ParentID=1513 : TrackStatus=1 -Particle name : unknown : k_star- PDG code : -323 Charge : -1 -Original momentum : 2.0674 -1.18845 -0.820801 GeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps - Current trajectory has 2 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (1.07862e-305,-5.55315e-306,1.27308e-306) - -TrackID =1846 : ParentID=1841 : TrackStatus=1 +TrackID =1788 : ParentID=1762 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.548 -26.828 16.8484 keV -Vertex : 32.7005 -19.3047 -1.42291 cm Global time : 1.396 ns +Original momentum : 27.1921 14.7156 7.62991 keV +Vertex : -0.0257138 0.464986 1.31812 m Global time : 7.97239 ns Current trajectory has 2 points. -Point[0] Position= (327.005,-193.047,-14.2291) -Point[1] Position= (326.997,-193.063,-14.2186) +Point[0] Position= (-25.7138,464.986,1318.12) +Point[1] Position= (-25.6943,464.996,1318.13) -TrackID =1845 : ParentID=1841 : TrackStatus=1 +TrackID =1787 : ParentID=1762 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.7877 25.4515 -24.1598 keV -Vertex : 29.7209 -17.5488 -1.28852 cm Global time : 1.26875 ns +Original momentum : -0.195679 34.8507 -15.0606 keV +Vertex : -0.0106355 0.450427 1.28764 m Global time : 7.849 ns Current trajectory has 2 points. -Point[0] Position= (297.209,-175.488,-12.8852) -Point[1] Position= (297.221,-175.468,-12.9039) - -TrackID =1844 : ParentID=1841 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 761.779 -401.142 771.784 keV -Vertex : 26.1719 -15.4583 -1.12935 cm Global time : 1.11723 ns - Current trajectory has 16 points. -Point[0] Position= (261.719,-154.583,-11.2935) -Point[1] Position= (261.878,-154.806,-11.1626) -Point[2] Position= (261.951,-154.915,-11.0491) -Point[3] Position= (262.08,-154.955,-10.9712) -Point[4] Position= (262.119,-155.044,-10.8747) -Point[5] Position= (262.132,-155.098,-10.7937) -Point[6] Position= (262.199,-155.135,-10.7369) -Point[7] Position= (262.278,-155.158,-10.7184) -Point[8] Position= (262.336,-155.169,-10.6964) -Point[9] Position= (262.397,-155.163,-10.6852) -Point[10] Position= (262.43,-155.213,-10.6853) -Point[11] Position= (262.438,-155.254,-10.6416) -Point[12] Position= (262.453,-155.312,-10.6572) -Point[13] Position= (262.434,-155.351,-10.6941) -Point[14] Position= (262.421,-155.345,-10.7456) -Point[15] Position= (262.439,-155.336,-10.7511) - -TrackID =1843 : ParentID=1841 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.616 36.6867 -71.6989 keV -Vertex : 21.346 -12.617 -0.921637 cm Global time : 911.344 ps - Current trajectory has 3 points. -Point[0] Position= (213.46,-126.17,-9.21637) -Point[1] Position= (214.507,-126.178,-9.24138) -Point[2] Position= (214.521,-126.126,-9.22237) +Point[0] Position= (-10.6355,450.427,1287.64) +Point[1] Position= (-10.6357,450.463,1287.62) -TrackID =1842 : ParentID=1841 : TrackStatus=1 +TrackID =1786 : ParentID=1762 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.1439 18.3397 -26.039 keV -Vertex : 20.4233 -12.0715 -0.881932 cm Global time : 871.946 ps +Original momentum : 2.35698 -32.6393 18.4402 keV +Vertex : 0.0147146 0.425956 1.23646 m Global time : 7.64174 ns Current trajectory has 2 points. -Point[0] Position= (204.233,-120.715,-8.81932) -Point[1] Position= (204.239,-120.704,-8.83489) +Point[0] Position= (14.7146,425.956,1236.46) +Point[1] Position= (14.717,425.923,1236.48) -TrackID =1840 : ParentID=1516 : TrackStatus=1 +TrackID =1795 : ParentID=1439 : TrackStatus=1 Particle name : pi0 PDG code : 111 Charge : 0 Original momentum : 521.681 -284.963 -533.161 MeV Vertex : 1.07862e-293 -5.55315e-294 1.27308e-294 fm Global time : 7.09242e-305 ps Current trajectory has 2 points. Point[0] Position= (1.07862e-305,-5.55315e-306,1.27308e-306) -Point[1] Position= (0.000223962,-0.000122337,-0.00022889) - -TrackID =1515 : ParentID=1513 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : -135.046 217.122 7.03924 MeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps - Current trajectory has 6 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (-17.3003,27.8035,0.911315) -Point[2] Position= (-64.3426,103.457,3.30269) -Point[3] Position= (-105.711,169.78,5.50974) -Point[4] Position= (-132.163,212.21,6.89703) -Point[5] Position= (-132.233,212.322,6.90087) - -TrackID =1849 : ParentID=1515 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.8194 16.2369 42.8512 keV -Vertex : -6.43426 10.3457 0.330269 cm Global time : 463.159 ps - Current trajectory has 2 points. -Point[0] Position= (-64.3426,103.457,3.30269) -Point[1] Position= (-64.2952,103.49,3.39172) - -TrackID =1857 : ParentID=1854 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.8146 26.4958 -69.8814 keV -Vertex : -35.8942 27.402 -25.1686 cm Global time : 2.1532 ns - Current trajectory has 2 points. -Point[0] Position= (-358.942,274.02,-251.686) -Point[1] Position= (-358.942,274.02,-251.686) - -TrackID =1856 : ParentID=1854 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.8484 -15.1237 -44.2715 keV -Vertex : -31.3061 25.5997 -24.1095 cm Global time : 1.98502 ns - Current trajectory has 2 points. -Point[0] Position= (-313.061,255.997,-241.095) -Point[1] Position= (-313.061,255.997,-241.095) +Point[1] Position= (2.83711e-05,-1.54974e-05,-2.89954e-05) -TrackID =1848 : ParentID=1840 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 107.433 -70.567 -49.0354 MeV -Vertex : 223.962 -122.337 -228.89 nm Global time : 0.00115971 ps - Current trajectory has 6 points. -Point[0] Position= (0.000223962,-0.000122337,-0.00022889) -Point[1] Position= (167.164,-109.801,-76.2985) -Point[2] Position= (208.955,-137.251,-95.3731) -Point[3] Position= (213.134,-139.996,-97.2806) -Point[4] Position= (250.746,-164.702,-114.448) -Point[5] Position= (253.631,-166.597,-115.765) - -TrackID =1864 : ParentID=1858 : TrackStatus=1 +TrackID =1820 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.1115 28.8272 23.4439 keV -Vertex : 40.4245 -25.9529 -19.9307 cm Global time : 1.73699 ns +Original momentum : 0.8003 3.69977 -34.7054 keV +Vertex : -23.8005 39.4449 1.36215 cm Global time : 1.7561 ns Current trajectory has 2 points. -Point[0] Position= (404.245,-259.529,-199.307) -Point[1] Position= (404.292,-259.491,-199.275) +Point[0] Position= (-238.005,394.449,13.6215) +Point[1] Position= (-238.005,394.451,13.5993) -TrackID =1861 : ParentID=1858 : TrackStatus=1 +TrackID =1819 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.1173 34.3111 5.61585 keV -Vertex : 35.0124 -22.6392 -16.6921 cm Global time : 1.49923 ns +Original momentum : -34.5473 -17.6598 -6.09508 keV +Vertex : -22.1267 36.5778 1.2565 cm Global time : 1.62871 ns Current trajectory has 2 points. -Point[0] Position= (350.124,-226.392,-166.921) -Point[1] Position= (350.149,-226.359,-166.915) +Point[0] Position= (-221.267,365.778,12.565) +Point[1] Position= (-221.295,365.764,12.5602) -TrackID =1860 : ParentID=1858 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 42.1799 -26.6383 -21.7923 keV -Vertex : 29.3562 -19.2176 -13.3973 cm Global time : 1.25281 ns - Current trajectory has 8 points. -Point[0] Position= (293.562,-192.176,-133.973) -Point[1] Position= (294.536,-192.79,-134.476) -Point[2] Position= (293.94,-189.998,-135.737) -Point[3] Position= (279.471,-122.151,-166.368) -Point[4] Position= (277.652,-113.619,-170.22) -Point[5] Position= (254.905,-6.95428,-218.376) -Point[6] Position= (254.558,-5.32625,-219.111) -Point[7] Position= (254.373,-4.52319,-218.303) - -TrackID =1867 : ParentID=1860 : TrackStatus=1 +TrackID =1818 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.60983 -34.9793 210.623 keV -Vertex : 25.4373 -0.452319 -21.8303 cm Global time : 1.95977 ns +Original momentum : -29.7405 -15.5646 27.3874 keV +Vertex : -18.0838 29.6056 0.96232 cm Global time : 1.32012 ns Current trajectory has 2 points. -Point[0] Position= (254.373,-4.52319,-218.303) -Point[1] Position= (254.373,-4.52416,-218.297) +Point[0] Position= (-180.838,296.056,9.6232) +Point[1] Position= (-180.867,296.041,9.64947) -TrackID =1866 : ParentID=1860 : TrackStatus=1 +TrackID =1817 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.87008 11.2113 -50.3676 keV -Vertex : 25.4558 -0.532625 -21.9111 cm Global time : 1.95592 ns +Original momentum : 30.0218 19.6126 -14.152 keV +Vertex : -16.4706 26.7769 0.853559 cm Global time : 1.19579 ns Current trajectory has 2 points. -Point[0] Position= (254.558,-5.32625,-219.111) -Point[1] Position= (254.558,-5.32624,-219.111) +Point[0] Position= (-164.706,267.769,8.53559) +Point[1] Position= (-164.683,267.785,8.52465) -TrackID =1865 : ParentID=1860 : TrackStatus=1 +TrackID =1816 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 51.1984 -68.9285 -2.69941 keV -Vertex : 29.4536 -19.279 -13.4476 cm Global time : 1.257 ns - Current trajectory has 2 points. -Point[0] Position= (294.536,-192.79,-134.476) -Point[1] Position= (294.536,-192.791,-134.476) - -TrackID =1855 : ParentID=1515 : TrackStatus=1 -Particle name : Al26 PDG code : 1000130260 Charge : 13 -Original momentum : -137.516 -67.7042 -150.829 MeV -Vertex : -13.2233 21.2322 0.690087 cm Global time : 950.927 ps +Original momentum : 6.45791 5.38312 48.6122 keV +Vertex : -13.7049 22.064 0.695389 cm Global time : 987.507 ps Current trajectory has 2 points. -Point[0] Position= (-132.233,212.322,6.90087) -Point[1] Position= (-132.233,212.321,6.9001) - -TrackID =1853 : ParentID=1515 : TrackStatus=1 -Particle name : proton PDG code : 2212 Charge : 1 -Original momentum : 28.6685 42.2175 39.679 MeV -Vertex : -13.2233 21.2322 0.690087 cm Global time : 950.927 ps - Current trajectory has 3 points. -Point[0] Position= (-132.233,212.322,6.90087) -Point[1] Position= (-132.206,212.355,6.93839) -Point[2] Position= (-132.205,212.356,6.93871) +Point[0] Position= (-137.049,220.64,6.95389) +Point[1] Position= (-137.041,220.647,7.01458) -TrackID =1851 : ParentID=1515 : TrackStatus=1 -Particle name : proton PDG code : 2212 Charge : 1 -Original momentum : -107.436 210.708 -50.1802 MeV -Vertex : -13.2233 21.2322 0.690087 cm Global time : 950.927 ps - Current trajectory has 82 points. -Point[0] Position= (-132.233,212.322,6.90087) -Point[1] Position= (-132.764,213.363,6.67008) -Point[2] Position= (-133.168,214.212,6.48694) -Point[3] Position= (-133.503,214.881,6.33785) -Point[4] Position= (-133.779,215.413,6.22009) -Point[5] Position= (-134.001,215.828,6.128) -Point[6] Position= (-134.186,216.148,6.03945) -Point[7] Position= (-134.331,216.397,5.95758) -Point[8] Position= (-134.443,216.594,5.88164) -Point[9] Position= (-134.479,216.657,5.85969) -Point[10] Position= (-134.575,216.822,5.80109) -Point[11] Position= (-134.59,216.848,5.79186) -Point[12] Position= (-135.08,217.69,5.49019) -Point[13] Position= (-135.296,218.06,5.35958) -Point[14] Position= (-135.322,218.105,5.34362) -Point[15] Position= (-136.248,219.706,4.78492) -Point[16] Position= (-136.268,219.739,4.77299) -Point[17] Position= (-136.42,219.999,4.68167) -Point[18] Position= (-137.561,221.961,3.99278) -Point[19] Position= (-138.647,223.857,3.3243) -Point[20] Position= (-138.938,224.368,3.14443) -Point[21] Position= (-139.743,225.786,2.63674) -Point[22] Position= (-140.945,227.886,1.9098) -Point[23] Position= (-140.959,227.91,1.90155) -Point[24] Position= (-141.279,228.466,1.70938) -Point[25] Position= (-141.32,228.538,1.68439) -Point[26] Position= (-141.422,228.714,1.6228) -Point[27] Position= (-142.682,230.971,0.846905) -Point[28] Position= (-142.766,231.125,0.795306) -Point[29] Position= (-142.975,231.51,0.66641) -Point[30] Position= (-143.207,231.936,0.522586) -Point[31] Position= (-144.108,233.593,-0.0278635) -Point[32] Position= (-144.735,234.754,-0.417105) -Point[33] Position= (-145.107,235.444,-0.647497) -Point[34] Position= (-145.408,236.005,-0.838318) -Point[35] Position= (-145.447,236.078,-0.863068) -Point[36] Position= (-145.542,236.255,-0.923398) -Point[37] Position= (-145.989,237.086,-1.20682) -Point[38] Position= (-146.157,237.399,-1.31437) -Point[39] Position= (-146.174,237.432,-1.32557) -Point[40] Position= (-146.486,238.013,-1.52265) -Point[41] Position= (-146.494,238.028,-1.5278) -Point[42] Position= (-146.611,238.248,-1.60233) -Point[43] Position= (-147.185,239.342,-1.98917) -Point[44] Position= (-147.332,239.627,-2.09262) -Point[45] Position= (-147.37,239.7,-2.11904) -Point[46] Position= (-147.589,240.126,-2.27297) -Point[47] Position= (-148.353,241.588,-2.77264) -Point[48] Position= (-148.412,241.702,-2.81118) -Point[49] Position= (-148.727,242.304,-3.01369) -Point[50] Position= (-148.73,242.308,-3.01515) -Point[51] Position= (-149.24,243.296,-3.35155) -Point[52] Position= (-149.402,243.609,-3.45585) -Point[53] Position= (-149.515,243.827,-3.52789) -Point[54] Position= (-149.898,244.56,-3.77363) -Point[55] Position= (-149.928,244.618,-3.7928) -Point[56] Position= (-150.066,244.885,-3.87947) -Point[57] Position= (-150.105,244.962,-3.90441) -Point[58] Position= (-150.185,245.115,-3.95457) -Point[59] Position= (-150.562,245.848,-4.19351) -Point[60] Position= (-150.958,246.612,-4.43733) -Point[61] Position= (-151.302,247.281,-4.65778) -Point[62] Position= (-151.583,247.826,-4.83872) -Point[63] Position= (-152.01,248.659,-5.11607) -Point[64] Position= (-152.218,249.055,-5.2502) -Point[65] Position= (-152.416,249.429,-5.37455) -Point[66] Position= (-152.619,249.81,-5.4996) -Point[67] Position= (-152.674,249.913,-5.53325) -Point[68] Position= (-152.705,249.972,-5.55254) -Point[69] Position= (-152.888,250.312,-5.66436) -Point[70] Position= (-153.432,251.318,-5.99636) -Point[71] Position= (-154.146,252.634,-6.44266) -Point[72] Position= (-154.525,253.332,-6.6738) -Point[73] Position= (-154.564,253.403,-6.69738) -Point[74] Position= (-154.584,253.442,-6.70995) -Point[75] Position= (-155.059,254.32,-6.99959) -Point[76] Position= (-155.075,254.35,-7.00942) -Point[77] Position= (-155.299,254.759,-7.14305) -Point[78] Position= (-155.96,255.962,-7.53804) -Point[79] Position= (-156.087,256.197,-7.61522) -Point[80] Position= (-156.149,256.307,-7.6505) -Point[81] Position= (-156.154,256.316,-7.65373) - -TrackID =1929 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.141 -3.62916 1.27881 keV -Vertex : -15.596 25.5962 -0.753804 cm Global time : 2.70539 ns - Current trajectory has 2 points. -Point[0] Position= (-155.96,255.962,-7.53804) -Point[1] Position= (-155.978,255.96,-7.53733) - -TrackID =1928 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.8858 35.0886 -3.28584 keV -Vertex : -15.5059 25.432 -0.699959 cm Global time : 2.63376 ns - Current trajectory has 2 points. -Point[0] Position= (-155.059,254.32,-6.99959) -Point[1] Position= (-155.037,254.353,-7.00265) - -TrackID =1927 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 1.90569 66.0963 17.3509 keV -Vertex : -15.4584 25.3442 -0.670995 cm Global time : 2.59562 ns - Current trajectory has 2 points. -Point[0] Position= (-154.584,253.442,-6.70995) -Point[1] Position= (-154.58,253.609,-6.66599) - -TrackID =1926 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -61.8319 20.4093 0.623863 keV -Vertex : -15.4564 25.3403 -0.669738 cm Global time : 2.59396 ns - Current trajectory has 2 points. -Point[0] Position= (-154.564,253.403,-6.69738) -Point[1] Position= (-154.704,253.45,-6.69597) - -TrackID =1925 : ParentID=1851 : TrackStatus=1 +TrackID =1815 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.1062 5.7386 -43.6302 keV -Vertex : -15.4525 25.3332 -0.66738 cm Global time : 2.59086 ns +Original momentum : -13.9107 -7.51803 39.3095 keV +Vertex : -9.4743 15.2342 0.482239 cm Global time : 682.026 ps Current trajectory has 2 points. -Point[0] Position= (-154.525,253.332,-6.6738) -Point[1] Position= (-154.537,253.338,-6.71958) +Point[0] Position= (-94.743,152.342,4.82239) +Point[1] Position= (-94.7616,152.332,4.87498) -TrackID =1924 : ParentID=1851 : TrackStatus=1 +TrackID =1814 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.7809 0.234221 -33.9293 keV -Vertex : -15.4146 25.2634 -0.644266 cm Global time : 2.56057 ns - Current trajectory has 2 points. -Point[0] Position= (-154.146,252.634,-6.44266) -Point[1] Position= (-154.191,252.634,-6.48498) +Original momentum : -0.540323 9.85042 100.654 keV +Vertex : -7.68671 12.357 0.393424 cm Global time : 553.25 ps + Current trajectory has 4 points. +Point[0] Position= (-76.8671,123.57,3.93424) +Point[1] Position= (-75.4202,123.56,5.03178) +Point[2] Position= (-75.7961,124.224,4.71605) +Point[3] Position= (-75.7966,124.228,4.72047) -TrackID =1923 : ParentID=1851 : TrackStatus=1 +TrackID =1813 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -51.8679 6.07935 -0.939979 keV -Vertex : -15.3432 25.1318 -0.599636 cm Global time : 2.50347 ns +Original momentum : 28.1275 19.1233 -3.31555 keV +Vertex : -4.23836 6.81245 0.217835 cm Global time : 305.021 ps Current trajectory has 2 points. -Point[0] Position= (-153.432,251.318,-5.99636) -Point[1] Position= (-153.505,251.326,-5.99769) +Point[0] Position= (-42.3836,68.1245,2.17835) +Point[1] Position= (-42.3602,68.1404,2.17559) -TrackID =1922 : ParentID=1851 : TrackStatus=1 +TrackID =1812 : ParentID=1438 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.11928 40.7442 26.3439 keV -Vertex : -15.2705 24.9972 -0.555254 cm Global time : 2.44536 ns - Current trajectory has 2 points. -Point[0] Position= (-152.705,249.972,-5.55254) -Point[1] Position= (-152.7,250.021,-5.52056) +Original momentum : 49.7817 68.7231 163.044 keV +Vertex : -0.878452 1.41264 0.0460506 cm Global time : 63.2404 ps + Current trajectory has 9 points. +Point[0] Position= (-8.78452,14.1264,0.460506) +Point[1] Position= (-9.35233,16.6834,4.51831) +Point[2] Position= (-10.2553,17.4297,9.05268) +Point[3] Position= (-13.4065,16.9836,10.2024) +Point[4] Position= (-16.0976,17.8352,10.9406) +Point[5] Position= (-16.2369,17.7546,11.1172) +Point[6] Position= (-18.0006,17.2964,10.7662) +Point[7] Position= (-18.2301,17.3434,11.5091) +Point[8] Position= (-18.1768,17.3718,11.5165) -TrackID =1921 : ParentID=1851 : TrackStatus=1 +TrackID =1822 : ParentID=1812 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.90448 21.2942 -54.0499 keV -Vertex : -15.2674 24.9913 -0.553325 cm Global time : 2.44283 ns +Original momentum : -2.25232 31.9486 39.6765 keV +Vertex : -1.62369 1.77546 1.11172 cm Global time : 218.678 ps Current trajectory has 2 points. -Point[0] Position= (-152.674,249.913,-5.53325) -Point[1] Position= (-152.688,249.951,-5.63092) +Point[0] Position= (-16.2369,17.7546,11.1172) +Point[1] Position= (-16.2415,17.8204,11.1989) -TrackID =1920 : ParentID=1851 : TrackStatus=1 +TrackID =1821 : ParentID=1812 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.3412 15.732 -24.7838 keV -Vertex : -15.2619 24.981 -0.54996 cm Global time : 2.43841 ns +Original momentum : 14.5533 26.8602 -18.7069 keV +Vertex : -0.935233 1.66834 0.451831 cm Global time : 106.621 ps Current trajectory has 2 points. -Point[0] Position= (-152.619,249.81,-5.4996) -Point[1] Position= (-152.609,249.82,-5.51472) +Point[0] Position= (-9.35233,16.6834,4.51831) +Point[1] Position= (-9.33891,16.7082,4.50106) -TrackID =1919 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 15.5258 55.9956 11.3197 keV -Vertex : -15.2416 24.9429 -0.537455 cm Global time : 2.42203 ns +TrackID =1437 : ParentID=1436 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : -145.191 61.4999 324.174 MeV +Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps Current trajectory has 2 points. -Point[0] Position= (-152.416,249.429,-5.37455) -Point[1] Position= (-152.387,249.532,-5.35367) +Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) +Point[1] Position= (-3.78223e-06,1.60207e-06,8.44472e-06) -TrackID =1918 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.9875 24.214 29.6556 keV -Vertex : -15.2218 24.9055 -0.52502 cm Global time : 2.40599 ns +TrackID =40 : ParentID=0 : TrackStatus=1 +Particle name : unknown : u_quark PDG code : 2 Charge : 0.666667 +Original momentum : 139 654.773 106.667 MeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-152.218,249.055,-5.2502) -Point[1] Position= (-152.226,249.075,-5.22613) +Point[0] Position= (0,0,0) +Point[1] Position= (1.36796e-306,6.44389e-306,1.04976e-306) -TrackID =1917 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 16.4077 22.2045 -36.0109 keV -Vertex : -15.201 24.8659 -0.511607 cm Global time : 2.38897 ns +TrackID =39 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : 81.1682 -235.271 -89.7078 MeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-152.01,248.659,-5.11607) -Point[1] Position= (-151.993,248.682,-5.15384) +Point[0] Position= (0,0,0) +Point[1] Position= (2.04663e-306,-5.93227e-306,-2.26195e-306) -TrackID =1916 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.4849 25.7446 -41.2137 keV -Vertex : -15.1583 24.7826 -0.483872 cm Global time : 2.35351 ns +TrackID =38 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : -4.06575 -0.595331 -16.6372 GeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-151.583,247.826,-4.83872) -Point[1] Position= (-151.564,247.86,-4.89332) +Point[0] Position= (0,0,0) +Point[1] Position= (-1.58259e-306,-2.31732e-307,-6.47601e-306) -TrackID =1915 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.1105 -1.65689 -12.1321 keV -Vertex : -15.0958 24.6612 -0.443733 cm Global time : 2.30183 ns +TrackID =37 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : -11.0616 -10.0302 -55.2853 GeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-150.958,246.612,-4.43733) -Point[1] Position= (-150.999,246.61,-4.44924) +Point[0] Position= (0,0,0) +Point[1] Position= (-1.2885e-306,-1.16835e-306,-6.43985e-306) -TrackID =1914 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.2096 -4.84918 -24.6581 keV -Vertex : -15.0562 24.5848 -0.419351 cm Global time : 2.26943 ns +TrackID =36 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : -2.58594 -3.36277 -18.9939 GeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-150.562,245.848,-4.19351) -Point[1] Position= (-150.583,245.844,-4.21186) +Point[0] Position= (0,0,0) +Point[1] Position= (-8.86339e-307,-1.1526e-306,-6.51021e-306) -TrackID =1913 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -26.249 -5.69722 -22.333 keV -Vertex : -15.0185 24.5115 -0.395457 cm Global time : 2.23834 ns +TrackID =35 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : 162.066 -34.1494 -130.901 MeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-150.185,245.115,-3.95457) -Point[1] Position= (-150.201,245.112,-3.96885) +Point[0] Position= (0,0,0) +Point[1] Position= (5.12096e-306,-1.07905e-306,-4.13622e-306) -TrackID =1912 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.1926 1.30393 -27.6829 keV -Vertex : -15.0105 24.4962 -0.390441 cm Global time : 2.23183 ns +TrackID =34 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : 67.5397 -144.053 80.0543 MeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-150.105,244.962,-3.90441) -Point[1] Position= (-150.164,244.964,-3.94206) +Point[0] Position= (0,0,0) +Point[1] Position= (2.52957e-306,-5.39524e-306,2.99828e-306) -TrackID =1911 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.72245 25.1876 24.2323 keV -Vertex : -15.0066 24.4885 -0.387947 cm Global time : 2.22859 ns +TrackID =33 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : -0.593314 -2.60315 0.721123 GeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-150.066,244.885,-3.87947) -Point[1] Position= (-150.063,244.902,-3.86379) +Point[0] Position= (0,0,0) +Point[1] Position= (-1.43108e-306,-6.27882e-306,1.73935e-306) -TrackID =1910 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.2119 -1.81848 4.87707 keV -Vertex : -14.9928 24.4618 -0.37928 cm Global time : 2.21727 ns +TrackID =32 : ParentID=0 : TrackStatus=1 +Particle name : unknown : gluon PDG code : 21 Charge : 0 +Original momentum : -1.1366 -0.492846 43.6058 GeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-149.928,244.618,-3.7928) -Point[1] Position= (-149.946,244.617,-3.79007) +Point[0] Position= (0,0,0) +Point[1] Position= (-1.73801e-307,-7.53628e-308,6.66791e-306) -TrackID =1909 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.3952 17.644 -23.2847 keV -Vertex : -14.9402 24.3609 -0.345585 cm Global time : 2.17436 ns +TrackID =31 : ParentID=0 : TrackStatus=1 +Particle name : unknown : ud1_diquark PDG code : 2103 Charge : 0.333333 +Original momentum : -0.148876 0.14248 691.323 GeV +Vertex : 0 0 0 fm Global time : 0 ps Current trajectory has 2 points. -Point[0] Position= (-149.402,243.609,-3.45585) -Point[1] Position= (-149.39,243.62,-3.47085) +Point[0] Position= (0,0,0) +Point[1] Position= (-1.43651e-309,1.3748e-309,6.6706e-306) -TrackID =1908 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.2678 24.0501 30.6585 keV -Vertex : -14.924 24.3296 -0.335155 cm Global time : 2.1611 ns +TrackID =1825 : ParentID=31 : TrackStatus=1 +Particle name : unknown PDG code : 92 Charge : 0 +Original momentum : -0.0310602 -0.027098 1.04608 TeV +Vertex : -1.43651e-297 1.3748e-297 6.6706e-294 fm Global time : 2.22508e-305 ps Current trajectory has 2 points. -Point[0] Position= (-149.24,243.296,-3.35155) -Point[1] Position= (-149.254,243.318,-3.32396) +Point[0] Position= (-1.43651e-309,1.3748e-309,6.6706e-306) +Point[1] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) -TrackID =1907 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.64305 22.3098 26.245 keV -Vertex : -14.873 24.2308 -0.301515 cm Global time : 2.11917 ns +TrackID =1847 : ParentID=1825 : TrackStatus=1 +Particle name : eta_prime PDG code : 331 Charge : 0 +Original momentum : -0.318288 -0.0288792 306.395 GeV +Vertex : -1.99346e-295 -1.71289e-295 1.3336e-293 fm Global time : 4.71592e-305 ps Current trajectory has 2 points. -Point[0] Position= (-148.73,242.308,-3.01515) -Point[1] Position= (-148.731,242.322,-2.99873) +Point[0] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) +Point[1] Position= (-1.99362e-307,-1.7129e-307,1.33518e-305) -TrackID =1906 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.877 33.0991 -3.8452 keV -Vertex : -14.7589 24.0126 -0.227297 cm Global time : 2.02656 ns +TrackID =1848 : ParentID=1847 : TrackStatus=1 +Particle name : unknown : rho0 PDG code : 113 Charge : 0 +Original momentum : -0.372261 -0.109531 289.865 GeV +Vertex : -1.99362e-295 -1.7129e-295 1.33518e-293 fm Global time : 4.72118e-305 ps Current trajectory has 2 points. -Point[0] Position= (-147.589,240.126,-2.27297) -Point[1] Position= (-147.567,240.155,-2.27639) +Point[0] Position= (-1.99362e-307,-1.7129e-307,1.33518e-305) +Point[1] Position= (-2.07929e-307,-1.73811e-307,2.00224e-305) -TrackID =1905 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.972 0.283357 -39.3772 keV -Vertex : -14.7332 23.9627 -0.209262 cm Global time : 2.00537 ns - Current trajectory has 2 points. -Point[0] Position= (-147.332,239.627,-2.09262) -Point[1] Position= (-147.345,239.627,-2.12794) +TrackID =1851 : ParentID=1848 : TrackStatus=1 +Particle name : pi- PDG code : -211 Charge : -1 +Original momentum : 0.0537504 -0.337225 158.806 GeV +Vertex : -2.07929e-295 -1.73811e-295 2.00224e-293 fm Global time : 6.94626e-305 ps + Current trajectory has 55 points. +Point[0] Position= (-2.07929e-307,-1.73811e-307,2.00224e-305) +Point[1] Position= (0.0395335,-0.248009,116.786) +Point[2] Position= (0.0515685,-0.323412,152.299) +Point[3] Position= (0.162893,-1.02052,480.869) +Point[4] Position= (0.166452,-1.04285,491.395) +Point[5] Position= (0.190192,-1.19156,561.531) +Point[6] Position= (0.319858,-2.00278,944.379) +Point[7] Position= (0.335383,-2.0995,990.05) +Point[8] Position= (0.344596,-2.15687,1017.13) +Point[9] Position= (0.458392,-2.86188,1350.04) +Point[10] Position= (0.515654,-3.21227,1515.46) +Point[11] Position= (0.563622,-3.50397,1653.23) +Point[12] Position= (0.56424,-3.50772,1655) +Point[13] Position= (0.605398,-3.75835,1773.26) +Point[14] Position= (0.655352,-4.06231,1916.59) +Point[15] Position= (0.680553,-4.21603,1989.08) +Point[16] Position= (0.71349,-4.41674,2083.75) +Point[17] Position= (0.804731,-4.96981,2344.8) +Point[18] Position= (0.823405,-5.0835,2398.44) +Point[19] Position= (0.824536,-5.09039,2401.69) +Point[20] Position= (0.828423,-5.11405,2412.85) +Point[21] Position= (0.839962,-5.18434,2445.99) +Point[22] Position= (0.904916,-5.5807,2632.72) +Point[23] Position= (0.926391,-5.71176,2694.46) +Point[24] Position= (1.0284,-6.3354,2988.35) +Point[25] Position= (1.10879,-6.8288,3220.85) +Point[26] Position= (1.14144,-7.03036,3315.89) +Point[27] Position= (1.19748,-7.37577,3478.71) +Point[28] Position= (1.20651,-7.43123,3504.85) +Point[29] Position= (1.21518,-7.48444,3529.92) +Point[30] Position= (1.21563,-7.48718,3531.22) +Point[31] Position= (1.21693,-7.49513,3534.96) +Point[32] Position= (1.29276,-7.95867,3753.39) +Point[33] Position= (1.29739,-7.98712,3766.8) +Point[34] Position= (1.30783,-8.05125,3797.01) +Point[35] Position= (1.44944,-8.91908,4205.72) +Point[36] Position= (1.45232,-8.93673,4214.03) +Point[37] Position= (1.48076,-9.11132,4296.16) +Point[38] Position= (1.5102,-9.29198,4381.17) +Point[39] Position= (1.54106,-9.48149,4470.35) +Point[40] Position= (1.55184,-9.54783,4501.58) +Point[41] Position= (1.55739,-9.582,4517.67) +Point[42] Position= (1.5718,-9.67073,4559.39) +Point[43] Position= (1.57874,-9.71359,4579.55) +Point[44] Position= (1.59378,-9.80629,4623.15) +Point[45] Position= (1.59838,-9.83463,4636.48) +Point[46] Position= (1.64418,-10.1174,4769.58) +Point[47] Position= (1.73982,-10.7099,5048.42) +Point[48] Position= (1.78197,-10.9719,5171.59) +Point[49] Position= (1.8409,-11.337,5343.23) +Point[50] Position= (1.85198,-11.4056,5375.5) +Point[51] Position= (1.85711,-11.4374,5390.45) +Point[52] Position= (1.86146,-11.4643,5403.12) +Point[53] Position= (2.05591,-12.6774,5973.43) +Point[54] Position= (2.06495,-12.734,6000) TrackID =1904 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -40.3276 -0.0106528 1.52076 keV -Vertex : -14.7185 23.9342 -0.198917 cm Global time : 1.99326 ns +Original momentum : -11.1638 31.9372 1.19189 keV +Vertex : 0.00205591 -0.0126774 5.97343 m Global time : 19.9253 ns Current trajectory has 2 points. -Point[0] Position= (-147.185,239.342,-1.98917) -Point[1] Position= (-147.219,239.342,-1.98789) +Point[0] Position= (2.05591,-12.6774,5973.43) +Point[1] Position= (2.04681,-12.6514,5973.43) TrackID =1903 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.4786 1.47921 12.7588 keV -Vertex : -14.6611 23.8248 -0.160233 cm Global time : 1.94675 ns +Original momentum : 19.9857 43.8736 2.36112 keV +Vertex : 0.00186146 -0.0114643 5.40312 m Global time : 18.0229 ns Current trajectory has 2 points. -Point[0] Position= (-146.611,238.248,-1.60233) -Point[1] Position= (-146.627,238.248,-1.59537) +Point[0] Position= (1.86146,-11.4643,5403.12) +Point[1] Position= (1.89755,-11.3851,5403.12) TrackID =1902 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.4011 31.1751 -59.8411 keV -Vertex : -14.6494 23.8028 -0.15278 cm Global time : 1.93744 ns +Original momentum : 33.7465 11.6897 1.26133 keV +Vertex : 0.00185711 -0.0114374 5.39045 m Global time : 17.9806 ns Current trajectory has 2 points. -Point[0] Position= (-146.494,238.028,-1.5278) -Point[1] Position= (-146.529,238.108,-1.6816) +Point[0] Position= (1.85711,-11.4374,5390.45) +Point[1] Position= (1.88807,-11.4266,5390.45) TrackID =1901 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.1586 58.6902 -53.5455 keV -Vertex : -14.6486 23.8013 -0.152265 cm Global time : 1.93679 ns - Current trajectory has 3 points. -Point[0] Position= (-146.486,238.013,-1.52265) -Point[1] Position= (-145.683,239.169,-1.57784) -Point[2] Position= (-145.688,239.173,-1.51072) +Original momentum : -15.1924 -34.6209 1.33008 keV +Vertex : 0.00185198 -0.0114056 5.3755 m Global time : 17.9308 ns + Current trajectory has 2 points. +Point[0] Position= (1.85198,-11.4056,5375.5) +Point[1] Position= (1.83618,-11.4416,5375.5) TrackID =1900 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -55.5437 8.5964 -2.61623 keV -Vertex : -14.6174 23.7432 -0.132557 cm Global time : 1.91216 ns - Current trajectory has 3 points. -Point[0] Position= (-146.174,237.432,-1.32557) -Point[1] Position= (-146.197,237.444,-1.33006) -Point[2] Position= (-146.239,237.429,-1.33774) - -TrackID =1930 : ParentID=1900 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.5933 27.6995 13.2114 keV -Vertex : -14.6197 23.7444 -0.133006 cm Global time : 1.91291 ns +Original momentum : -13.0195 36.885 1.58026 keV +Vertex : 0.0018409 -0.011337 5.34323 m Global time : 17.8231 ns Current trajectory has 2 points. -Point[0] Position= (-146.197,237.444,-1.33006) -Point[1] Position= (-146.204,237.46,-1.32241) +Point[0] Position= (1.8409,-11.337,5343.23) +Point[1] Position= (1.82629,-11.2956,5343.23) TrackID =1899 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.3224 52.9524 10.939 keV -Vertex : -14.5989 23.7086 -0.120682 cm Global time : 1.89749 ns +Original momentum : -34.0088 5.49232 1.18462 keV +Vertex : 0.00178197 -0.0109719 5.17159 m Global time : 17.2506 ns Current trajectory has 2 points. -Point[0] Position= (-145.989,237.086,-1.20682) -Point[1] Position= (-145.96,237.176,-1.18834) +Point[0] Position= (1.78197,-10.9719,5171.59) +Point[1] Position= (1.75315,-10.9672,5171.59) TrackID =1898 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.543681 7.21064 -40.922 keV -Vertex : -14.5447 23.6078 -0.0863068 cm Global time : 1.85477 ns +Original momentum : -32.5919 -22.3252 1.49063 keV +Vertex : 0.00173982 -0.0107099 5.04842 m Global time : 16.8397 ns Current trajectory has 2 points. -Point[0] Position= (-145.447,236.078,-0.863068) -Point[1] Position= (-145.448,236.084,-0.899411) +Point[0] Position= (1.73982,-10.7099,5048.42) +Point[1] Position= (1.70246,-10.7355,5048.42) TrackID =1897 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.7222 5.47954 -45.6798 keV -Vertex : -14.5408 23.6005 -0.0838318 cm Global time : 1.85168 ns +Original momentum : -55.878 7.02881 3.13784 keV +Vertex : 0.00164418 -0.0101174 4.76958 m Global time : 15.9097 ns Current trajectory has 2 points. -Point[0] Position= (-145.408,236.005,-0.838318) -Point[1] Position= (-145.426,236.011,-0.892833) +Point[0] Position= (1.64418,-10.1174,4769.58) +Point[1] Position= (1.49729,-10.0989,4769.59) TrackID =1896 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.4873 23.251 29.8982 keV -Vertex : -14.5107 23.5444 -0.0647497 cm Global time : 1.82795 ns +Original momentum : -5.98361 -31.3628 0.932757 keV +Vertex : 0.00159838 -0.00983463 4.63648 m Global time : 15.4657 ns Current trajectory has 2 points. -Point[0] Position= (-145.107,235.444,-0.647497) -Point[1] Position= (-145.146,235.473,-0.6103) +Point[0] Position= (1.59838,-9.83463,4636.48) +Point[1] Position= (1.59407,-9.8572,4636.48) TrackID =1895 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.4057 31.8313 -15.6029 keV -Vertex : -14.4735 23.4754 -0.0417105 cm Global time : 1.79883 ns +Original momentum : 38.4616 22.205 1.96398 keV +Vertex : 0.00159378 -0.00980629 4.62315 m Global time : 15.4212 ns Current trajectory has 2 points. -Point[0] Position= (-144.735,234.754,-0.417105) -Point[1] Position= (-144.71,234.785,-0.432262) +Point[0] Position= (1.59378,-9.80629,4623.15) +Point[1] Position= (1.65115,-9.77317,4623.15) TrackID =1894 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.7261 46.881 -15.6145 keV -Vertex : -14.4108 23.3593 -0.00278635 cm Global time : 1.74984 ns +Original momentum : -7.79656 -36.0985 1.26029 keV +Vertex : 0.00157874 -0.00971359 4.57955 m Global time : 15.2758 ns Current trajectory has 2 points. -Point[0] Position= (-144.108,233.593,-0.0278635) -Point[1] Position= (-144.067,233.669,-0.0531947) +Point[0] Position= (1.57874,-9.71359,4579.55) +Point[1] Position= (1.57105,-9.74923,4579.55) TrackID =1893 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.598 26.4708 32.412 keV -Vertex : -14.3207 23.1936 0.0522586 cm Global time : 1.68001 ns +Original momentum : 44.7338 -0.255439 1.94208 keV +Vertex : 0.0015718 -0.00967073 4.55939 m Global time : 15.2085 ns Current trajectory has 2 points. -Point[0] Position= (-143.207,231.936,0.522586) -Point[1] Position= (-143.235,231.967,0.560822) +Point[0] Position= (1.5718,-9.67073,4559.39) +Point[1] Position= (1.63962,-9.67111,4559.39) TrackID =1892 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.5882 28.9451 -30.1309 keV -Vertex : -14.2975 23.151 0.066641 cm Global time : 1.66202 ns +Original momentum : -64.3356 177.259 35.2208 keV +Vertex : 0.00155739 -0.009582 4.51767 m Global time : 15.0693 ns + Current trajectory has 10 points. +Point[0] Position= (1.55739,-9.582,4517.67) +Point[1] Position= (-2.62069,-5.62525,4521.13) +Point[2] Position= (-4.24004,-3.958,4522.05) +Point[3] Position= (-7.16546,-2.45614,4524.82) +Point[4] Position= (-6.59138,-3.05788,4527.97) +Point[5] Position= (-6.65425,-3.16974,4528) +Point[6] Position= (-7.24127,-4.13029,4529.47) +Point[7] Position= (-7.24579,-4.17037,4529.56) +Point[8] Position= (-5.95874,-4.59861,4529.57) +Point[9] Position= (-5.95533,-4.6072,4529.58) + +TrackID =1906 : ParentID=1892 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 20.1846 -32.2864 -7.45093 keV +Vertex : -0.00665425 -0.00316974 4.528 m Global time : 15.2218 ns Current trajectory has 2 points. -Point[0] Position= (-142.975,231.51,0.66641) -Point[1] Position= (-142.951,231.542,0.63242) +Point[0] Position= (-6.65425,-3.16974,4528) +Point[1] Position= (-6.63205,-3.20525,4528) -TrackID =1891 : ParentID=1851 : TrackStatus=1 +TrackID =1905 : ParentID=1892 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.3092 81.1544 -39.2707 keV -Vertex : -14.2766 23.1125 0.0795306 cm Global time : 1.64583 ns - Current trajectory has 3 points. -Point[0] Position= (-142.766,231.125,0.795306) -Point[1] Position= (-143.429,231.247,0.303216) -Point[2] Position= (-143.52,231.285,0.406621) +Original momentum : 33.3552 4.65647 31.7518 keV +Vertex : -0.00424004 -0.003958 4.52205 m Global time : 15.1476 ns + Current trajectory has 2 points. +Point[0] Position= (-4.24004,-3.958,4522.05) +Point[1] Position= (-4.18545,-3.95038,4522.1) -TrackID =1931 : ParentID=1891 : TrackStatus=1 +TrackID =1891 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.87639 -31.4567 4.6518 keV -Vertex : -14.3429 23.1247 0.0303216 cm Global time : 1.65387 ns +Original momentum : -25.5755 30.93 1.65088 keV +Vertex : 0.00155184 -0.00954783 4.50158 m Global time : 15.0157 ns Current trajectory has 2 points. -Point[0] Position= (-143.429,231.247,0.303216) -Point[1] Position= (-143.433,231.23,0.305845) +Point[0] Position= (1.55184,-9.54783,4501.58) +Point[1] Position= (1.52147,-9.51109,4501.58) TrackID =1890 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.68967 53.9235 -57.537 keV -Vertex : -14.2682 23.0971 0.0846905 cm Global time : 1.63934 ns - Current trajectory has 3 points. -Point[0] Position= (-142.682,230.971,0.846905) -Point[1] Position= (-142.357,230.947,0.400268) -Point[2] Position= (-142.367,230.949,0.3809) +Original momentum : 100.406 -52.6741 12.4291 keV +Vertex : 0.00154106 -0.00948149 4.47035 m Global time : 14.9115 ns + Current trajectory has 5 points. +Point[0] Position= (1.54106,-9.48149,4470.35) +Point[1] Position= (2.37156,-9.54651,4470.27) +Point[2] Position= (2.74399,-9.61139,4470.13) +Point[3] Position= (3.34101,-9.80083,4469.67) +Point[4] Position= (3.33204,-9.7869,4469.67) + +TrackID =1908 : ParentID=1890 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 29.8435 19.6114 18.4984 keV +Vertex : 0.00274399 -0.00961139 4.47013 m Global time : 14.9296 ns + Current trajectory has 2 points. +Point[0] Position= (2.74399,-9.61139,4470.13) +Point[1] Position= (2.77953,-9.58804,4470.15) + +TrackID =1907 : ParentID=1890 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 6.68429 -7.12512 35.3402 keV +Vertex : 0.00237156 -0.00954651 4.47027 m Global time : 14.923 ns + Current trajectory has 2 points. +Point[0] Position= (2.37156,-9.54651,4470.27) +Point[1] Position= (2.37805,-9.55343,4470.3) TrackID =1889 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.0464 50.7852 6.9231 keV -Vertex : -14.1422 22.8714 0.16228 cm Global time : 1.5439 ns +Original momentum : -30.5681 12.981 1.11742 keV +Vertex : 0.0015102 -0.00929198 4.38117 m Global time : 14.614 ns Current trajectory has 2 points. -Point[0] Position= (-141.422,228.714,1.6228) -Point[1] Position= (-141.392,228.793,1.63359) +Point[0] Position= (1.5102,-9.29198,4381.17) +Point[1] Position= (1.48626,-9.28181,4381.17) TrackID =1888 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -70.688 39.6858 -3.99749 keV -Vertex : -14.132 22.8538 0.168439 cm Global time : 1.5364 ns +Original momentum : -52.1276 -47.6849 4.79965 keV +Vertex : 0.00148076 -0.00911132 4.29616 m Global time : 14.3305 ns Current trajectory has 3 points. -Point[0] Position= (-141.32,228.538,1.68439) -Point[1] Position= (-141.684,228.44,0.942688) -Point[2] Position= (-141.689,228.475,0.927528) +Point[0] Position= (1.48076,-9.11132,4296.16) +Point[1] Position= (1.17378,-9.18552,4296.16) +Point[2] Position= (1.15728,-9.20591,4296.16) TrackID =1887 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.0591 24.2193 -20.5455 keV -Vertex : -14.1279 22.8466 0.170938 cm Global time : 1.53333 ns +Original momentum : 56.1962 14.1991 3.29809 keV +Vertex : 0.00145232 -0.00893673 4.21403 m Global time : 14.0565 ns Current trajectory has 2 points. -Point[0] Position= (-141.279,228.466,1.70938) -Point[1] Position= (-141.261,228.485,1.6934) +Point[0] Position= (1.45232,-8.93673,4214.03) +Point[1] Position= (1.61084,-8.89667,4214.03) TrackID =1886 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.29646 37.4519 -59.7619 keV -Vertex : -14.0959 22.791 0.190155 cm Global time : 1.50969 ns +Original momentum : -1.86007 59.3419 3.57671 keV +Vertex : 0.00144944 -0.00891908 4.20572 m Global time : 14.0288 ns Current trajectory has 2 points. -Point[0] Position= (-140.959,227.91,1.90155) -Point[1] Position= (-140.979,228.013,1.73683) +Point[0] Position= (1.44944,-8.91908,4205.72) +Point[1] Position= (1.44387,-8.74142,4205.73) TrackID =1885 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.6227 8.76152 22.8575 keV -Vertex : -14.0945 22.7886 0.19098 cm Global time : 1.50868 ns +Original momentum : -0.643201 -32.2765 0.951329 keV +Vertex : 0.00130783 -0.00805125 3.79701 m Global time : 12.6655 ns Current trajectory has 2 points. -Point[0] Position= (-140.945,227.886,1.9098) -Point[1] Position= (-140.961,227.891,1.92424) +Point[0] Position= (1.30783,-8.05125,3797.01) +Point[1] Position= (1.30736,-8.07503,3797.01) TrackID =1884 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.3727 55.3636 31.4391 keV -Vertex : -13.9743 22.5786 0.263674 cm Global time : 1.41982 ns +Original momentum : -4.57686 -32.3975 0.980199 keV +Vertex : 0.00129739 -0.00798712 3.7668 m Global time : 12.5647 ns Current trajectory has 2 points. -Point[0] Position= (-139.743,225.786,2.63674) -Point[1] Position= (-139.776,225.913,2.70844) +Point[0] Position= (1.29739,-7.98712,3766.8) +Point[1] Position= (1.29392,-8.01168,3766.8) TrackID =1883 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -1.72749 26.6799 27.2002 keV -Vertex : -13.8938 22.4368 0.314443 cm Global time : 1.35986 ns +Original momentum : 16.3647 34.6715 1.50641 keV +Vertex : 0.00129276 -0.00795867 3.75339 m Global time : 12.52 ns Current trajectory has 2 points. -Point[0] Position= (-138.938,224.368,3.14443) -Point[1] Position= (-138.939,224.388,3.16504) +Point[0] Position= (1.29276,-7.95867,3753.39) +Point[1] Position= (1.31032,-7.92147,3753.39) TrackID =1882 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.0534 -7.79719 -18.3628 keV -Vertex : -13.8647 22.3857 0.33243 cm Global time : 1.33828 ns +Original momentum : -32.9675 -14.9185 1.26098 keV +Vertex : 0.00121693 -0.00749513 3.53496 m Global time : 11.7914 ns Current trajectory has 2 points. -Point[0] Position= (-138.647,223.857,3.3243) -Point[1] Position= (-138.664,223.852,3.31289) +Point[0] Position= (1.21693,-7.49513,3534.96) +Point[1] Position= (1.18581,-7.50921,3534.96) TrackID =1881 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.0514 4.79281 16.0202 keV -Vertex : -13.7561 22.1961 0.399278 cm Global time : 1.25824 ns +Original momentum : -55.191 -54.6737 5.80735 keV +Vertex : 0.00121563 -0.00748718 3.53122 m Global time : 11.7789 ns Current trajectory has 2 points. -Point[0] Position= (-137.561,221.961,3.99278) -Point[1] Position= (-137.592,221.965,4.00644) +Point[0] Position= (1.21563,-7.48718,3531.22) +Point[1] Position= (0.890373,-7.80939,3531.25) TrackID =1880 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.8731 5.38454 19.829 keV -Vertex : -13.6268 21.9739 0.477299 cm Global time : 1.16434 ns +Original momentum : -23.7424 32.4194 1.65724 keV +Vertex : 0.00121518 -0.00748444 3.52992 m Global time : 11.7746 ns Current trajectory has 2 points. -Point[0] Position= (-136.268,219.739,4.77299) -Point[1] Position= (-136.282,219.742,4.78437) +Point[0] Position= (1.21518,-7.48444,3529.92) +Point[1] Position= (1.1869,-7.44582,3529.93) TrackID =1879 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.6884 3.16176 10.0763 keV -Vertex : -13.5322 21.8105 0.534362 cm Global time : 1.09549 ns - Current trajectory has 2 points. -Point[0] Position= (-135.322,218.105,5.34362) -Point[1] Position= (-135.367,218.108,5.354) - -TrackID =1878 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.2916 -4.96579 1.73749 keV -Vertex : -13.508 21.769 0.549019 cm Global time : 1.07796 ns - Current trajectory has 2 points. -Point[0] Position= (-135.08,217.69,5.49019) -Point[1] Position= (-135.098,217.687,5.49116) - -TrackID =1877 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.58627 63.8242 20.0619 keV -Vertex : -13.459 21.6848 0.579186 cm Global time : 1.04244 ns - Current trajectory has 7 points. -Point[0] Position= (-134.59,216.848,5.79186) -Point[1] Position= (-134.618,216.908,5.82497) -Point[2] Position= (-134.632,216.94,5.8545) -Point[3] Position= (-134.659,216.971,5.89999) -Point[4] Position= (-134.713,217.005,5.9002) -Point[5] Position= (-134.758,217.036,5.87231) -Point[6] Position= (-134.774,217.101,5.83109) - -TrackID =1876 : ParentID=1851 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -41.7744 -4.95586 -16.4766 keV -Vertex : -13.4575 21.6822 0.580109 cm Global time : 1.04135 ns - Current trajectory has 2 points. -Point[0] Position= (-134.575,216.822,5.80109) -Point[1] Position= (-134.619,216.817,5.78396) - -TrackID =1875 : ParentID=1859 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.22 10.8186 26.674 keV -Vertex : 42.104 -25.3537 -20.8638 cm Global time : 1.78877 ns - Current trajectory has 2 points. -Point[0] Position= (421.04,-253.537,-208.638) -Point[1] Position= (421.054,-253.53,-208.62) - -TrackID =1871 : ParentID=1859 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 389.948 260.675 -734.664 keV -Vertex : 29.474 -19.3064 -13.3868 cm Global time : 1.25728 ns - Current trajectory has 3 points. -Point[0] Position= (294.74,-193.064,-133.868) -Point[1] Position= (294.814,-193.031,-133.933) -Point[2] Position= (295.033,-193.029,-134.066) - -TrackID =1869 : ParentID=1859 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.64988 -18.3042 31.55 keV -Vertex : 27.9455 -18.3146 -12.7084 cm Global time : 1.19242 ns - Current trajectory has 2 points. -Point[0] Position= (279.455,-183.146,-127.084) -Point[1] Position= (279.458,-183.159,-127.062) - -TrackID =1934 : ParentID=1873 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -66.4842 29.1337 -2.75575 keV -Vertex : 10.6748 -33.5563 -0.486738 cm Global time : 2.79087 ns - Current trajectory has 2 points. -Point[0] Position= (106.748,-335.563,-4.86738) -Point[1] Position= (106.748,-335.562,-4.86738) - -TrackID =1933 : ParentID=1873 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 127.283 -13.1688 -74.9132 keV -Vertex : 38.4094 -24.0599 -18.7026 cm Global time : 1.63961 ns - Current trajectory has 2 points. -Point[0] Position= (384.094,-240.599,-187.026) -Point[1] Position= (384.096,-240.599,-187.027) - -TrackID =1850 : ParentID=1515 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : 81.5542 30.6085 166.27 MeV -Vertex : -13.2233 21.2322 0.690087 cm Global time : 950.927 ps - Current trajectory has 2 points. -Point[0] Position= (-132.233,212.322,6.90087) -Point[1] Position= (-132.233,212.322,6.90089) - -TrackID =1514 : ParentID=1513 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : -145.191 61.4999 324.174 MeV -Vertex : 5.31791e-294 -2.40968e-294 3.44411e-294 fm Global time : 4.72199e-305 ps - Current trajectory has 2 points. -Point[0] Position= (5.31791e-306,-2.40968e-306,3.44411e-306) -Point[1] Position= (-3.6315e-06,1.53823e-06,8.10819e-06) - -TrackID =40 : ParentID=0 : TrackStatus=1 -Particle name : unknown : u_quark PDG code : 2 Charge : 0.666667 -Original momentum : 139 654.773 106.667 MeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (1.36796e-306,6.44389e-306,1.04976e-306) - -TrackID =39 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : 81.1682 -235.271 -89.7078 MeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (2.04663e-306,-5.93227e-306,-2.26195e-306) - -TrackID =38 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : -4.06575 -0.595331 -16.6372 GeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (-1.58259e-306,-2.31732e-307,-6.47601e-306) - -TrackID =37 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : -11.0616 -10.0302 -55.2853 GeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (-1.2885e-306,-1.16835e-306,-6.43985e-306) - -TrackID =36 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : -2.58594 -3.36277 -18.9939 GeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (-8.86339e-307,-1.1526e-306,-6.51021e-306) - -TrackID =35 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : 162.066 -34.1494 -130.901 MeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (5.12096e-306,-1.07905e-306,-4.13622e-306) - -TrackID =34 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : 67.5397 -144.053 80.0543 MeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (2.52957e-306,-5.39524e-306,2.99828e-306) - -TrackID =33 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : -0.593314 -2.60315 0.721123 GeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (-1.43108e-306,-6.27882e-306,1.73935e-306) - -TrackID =32 : ParentID=0 : TrackStatus=1 -Particle name : unknown : gluon PDG code : 21 Charge : 0 -Original momentum : -1.1366 -0.492846 43.6058 GeV -Vertex : 0 0 0 fm Global time : 0 ps - Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (-1.73801e-307,-7.53628e-308,6.66791e-306) - -TrackID =31 : ParentID=0 : TrackStatus=1 -Particle name : unknown : ud1_diquark PDG code : 2103 Charge : 0.333333 -Original momentum : -0.148876 0.14248 691.323 GeV -Vertex : 0 0 0 fm Global time : 0 ps +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -112.678 70.1262 17.4291 keV +Vertex : 0.00120651 -0.00743123 3.50485 m Global time : 11.691 ns + Current trajectory has 4 points. +Point[0] Position= (1.20651,-7.43123,3504.85) +Point[1] Position= (-1.65248,-7.71813,3504.47) +Point[2] Position= (-2.72719,-6.87378,3503.24) +Point[3] Position= (-3.27572,-6.56036,3502.87) + +TrackID =1909 : ParentID=1879 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -17.0111 26.0278 46.8506 keV +Vertex : -0.00272719 -0.00687378 3.50324 m Global time : 11.7412 ns Current trajectory has 2 points. -Point[0] Position= (0,0,0) -Point[1] Position= (-1.43651e-309,1.3748e-309,6.6706e-306) +Point[0] Position= (-2.72719,-6.87378,3503.24) +Point[1] Position= (-2.77156,-6.80588,3503.36) -TrackID =1939 : ParentID=31 : TrackStatus=1 -Particle name : unknown PDG code : 92 Charge : 0 -Original momentum : -0.0310602 -0.027098 1.04608 TeV -Vertex : -1.43651e-297 1.3748e-297 6.6706e-294 fm Global time : 2.22508e-305 ps +TrackID =1878 : ParentID=1851 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -121.356 56.46 17.6965 keV +Vertex : 0.00119748 -0.00737577 3.47871 m Global time : 11.6037 ns + Current trajectory has 5 points. +Point[0] Position= (1.19748,-7.37577,3478.71) +Point[1] Position= (-0.672022,-6.13762,3479.13) +Point[2] Position= (-0.293316,-6.76507,3479.68) +Point[3] Position= (-0.122719,-8.47227,3479.57) +Point[4] Position= (-0.179402,-8.49764,3479.42) + +TrackID =1910 : ParentID=1878 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 6.71721 8.5699 31.2911 keV +Vertex : -0.000293316 -0.00676507 3.47968 m Global time : 11.646 ns Current trajectory has 2 points. -Point[0] Position= (-1.43651e-309,1.3748e-309,6.6706e-306) -Point[1] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) +Point[0] Position= (-0.293316,-6.76507,3479.68) +Point[1] Position= (-0.28809,-6.7584,3479.7) -TrackID =1961 : ParentID=1939 : TrackStatus=1 -Particle name : eta_prime PDG code : 331 Charge : 0 -Original momentum : -0.318288 -0.0288792 306.395 GeV -Vertex : -1.99346e-295 -1.71289e-295 1.3336e-293 fm Global time : 4.71592e-305 ps +TrackID =1877 : ParentID=1851 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -0.66065 36.8943 1.41102 keV +Vertex : 0.00114144 -0.00703036 3.31589 m Global time : 11.0606 ns Current trajectory has 2 points. -Point[0] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) -Point[1] Position= (-1.9937e-307,-1.71291e-307,1.3359e-305) +Point[0] Position= (1.14144,-7.03036,3315.89) +Point[1] Position= (1.14078,-6.99398,3315.89) -TrackID =1962 : ParentID=1961 : TrackStatus=1 -Particle name : unknown : rho0 PDG code : 113 Charge : 0 -Original momentum : -0.372261 -0.109531 289.865 GeV -Vertex : -1.9937e-295 -1.71291e-295 1.3359e-293 fm Global time : 4.72359e-305 ps +TrackID =1876 : ParentID=1851 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 33.4779 -158.011 25.163 keV +Vertex : 0.00110879 -0.0068288 3.22085 m Global time : 10.7436 ns + Current trajectory has 7 points. +Point[0] Position= (1.10879,-6.8288,3220.85) +Point[1] Position= (2.54863,-10.5287,3219.45) +Point[2] Position= (1.14915,-11.8188,3216.93) +Point[3] Position= (1.43116,-13.4117,3214.93) +Point[4] Position= (1.58824,-13.5173,3214.84) +Point[5] Position= (1.71287,-12.9227,3213.27) +Point[6] Position= (1.41018,-13.0423,3213.13) + +TrackID =1911 : ParentID=1876 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 10.8923 -26.5903 18.5076 keV +Vertex : 0.00158824 -0.0135173 3.21484 m Global time : 10.8518 ns Current trajectory has 2 points. -Point[0] Position= (-1.9937e-307,-1.71291e-307,1.3359e-305) -Point[1] Position= (-2.07936e-307,-1.73811e-307,2.00296e-305) +Point[0] Position= (1.58824,-13.5173,3214.84) +Point[1] Position= (1.5973,-13.5395,3214.85) -TrackID =1965 : ParentID=1962 : TrackStatus=1 -Particle name : pi- PDG code : -211 Charge : -1 -Original momentum : 0.0537504 -0.337225 158.806 GeV -Vertex : -2.07936e-295 -1.73811e-295 2.00296e-293 fm Global time : 6.94868e-305 ps - Current trajectory has 55 points. -Point[0] Position= (-2.07936e-307,-1.73811e-307,2.00296e-305) -Point[1] Position= (0.0399372,-0.250597,118.045) -Point[2] Position= (0.0714473,-0.448438,211.162) -Point[3] Position= (0.150351,-0.943395,444.06) -Point[4] Position= (0.23112,-1.44821,681.41) -Point[5] Position= (0.348376,-2.18533,1027.71) -Point[6] Position= (0.362235,-2.27151,1068.26) -Point[7] Position= (0.404103,-2.53117,1190.42) -Point[8] Position= (0.439079,-2.74853,1292.55) -Point[9] Position= (0.485109,-3.03443,1426.97) -Point[10] Position= (0.497356,-3.11084,1462.87) -Point[11] Position= (0.581012,-3.6346,1708.92) -Point[12] Position= (0.604905,-3.78317,1778.75) -Point[13] Position= (0.637192,-3.98596,1874.17) -Point[14] Position= (0.648387,-4.05566,1906.95) -Point[15] Position= (0.651802,-4.07691,1916.95) -Point[16] Position= (0.66195,-4.14026,1946.8) -Point[17] Position= (0.705559,-4.41243,2074.93) -Point[18] Position= (0.773664,-4.83775,2275.07) -Point[19] Position= (0.822021,-5.13934,2416.86) -Point[20] Position= (0.982676,-6.14411,2889.33) -Point[21] Position= (0.986401,-6.1675,2900.32) -Point[22] Position= (0.997626,-6.23809,2933.47) -Point[23] Position= (1.00857,-6.30695,2965.8) -Point[24] Position= (1.02589,-6.41602,3017) -Point[25] Position= (1.06348,-6.65045,3127.09) -Point[26] Position= (1.07602,-6.72916,3164.06) -Point[27] Position= (1.07817,-6.74266,3170.4) -Point[28] Position= (1.12476,-7.03541,3307.92) -Point[29] Position= (1.13604,-7.10615,3341.13) -Point[30] Position= (1.14876,-7.18595,3378.61) -Point[31] Position= (1.16823,-7.30807,3435.97) -Point[32] Position= (1.17214,-7.33258,3447.49) -Point[33] Position= (1.20437,-7.53405,3542.11) -Point[34] Position= (1.20863,-7.56067,3554.61) -Point[35] Position= (1.23721,-7.73876,3638.2) -Point[36] Position= (1.2496,-7.81563,3674.25) -Point[37] Position= (1.26584,-7.91649,3721.59) -Point[38] Position= (1.30232,-8.14288,3827.79) -Point[39] Position= (1.38775,-8.67332,4076.62) -Point[40] Position= (1.39584,-8.72307,4099.95) -Point[41] Position= (1.40165,-8.75877,4116.7) -Point[42] Position= (1.45389,-9.07966,4267.26) -Point[43] Position= (1.50154,-9.37298,4404.84) -Point[44] Position= (1.50385,-9.38715,4411.49) -Point[45] Position= (1.50798,-9.41255,4423.41) -Point[46] Position= (1.62025,-10.1015,4746.6) -Point[47] Position= (1.77637,-11.0639,5198.88) -Point[48] Position= (1.7766,-11.0653,5199.53) -Point[49] Position= (1.85214,-11.5294,5417.76) -Point[50] Position= (1.87593,-11.6757,5486.47) -Point[51] Position= (1.90583,-11.8603,5573.23) -Point[52] Position= (1.93994,-12.0708,5672.16) -Point[53] Position= (2.00663,-12.4802,5864.64) -Point[54] Position= (2.05342,-12.768,6000) - -TrackID =2018 : ParentID=1965 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.89631 -40.7839 1.54975 keV -Vertex : 0.00200663 -0.0124802 5.86464 m Global time : 19.5624 ns - Current trajectory has 2 points. -Point[0] Position= (2.00663,-12.4802,5864.64) -Point[1] Position= (2.00304,-12.5306,5864.64) - -TrackID =2017 : ParentID=1965 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.9844 -28.4194 0.954601 keV -Vertex : 0.00193994 -0.0120708 5.67216 m Global time : 18.9203 ns - Current trajectory has 2 points. -Point[0] Position= (1.93994,-12.0708,5672.16) -Point[1] Position= (1.92902,-12.0915,5672.16) - -TrackID =2016 : ParentID=1965 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -40.1387 -24.8266 2.1404 keV -Vertex : 0.00190583 -0.0118603 5.57323 m Global time : 18.5903 ns - Current trajectory has 2 points. -Point[0] Position= (1.90583,-11.8603,5573.23) -Point[1] Position= (1.83691,-11.903,5573.24) - -TrackID =2015 : ParentID=1965 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.295 26.234 2.00587 keV -Vertex : 0.00187593 -0.0116757 5.48647 m Global time : 18.3009 ns - Current trajectory has 2 points. -Point[0] Position= (1.87593,-11.6757,5486.47) -Point[1] Position= (1.93111,-11.6358,5486.47) - -TrackID =2014 : ParentID=1965 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.1327 82.4598 7.91732 keV -Vertex : 0.00185214 -0.0115294 5.41776 m Global time : 18.0717 ns - Current trajectory has 3 points. -Point[0] Position= (1.85214,-11.5294,5417.76) -Point[1] Position= (1.88088,-10.7093,5417.64) -Point[2] Position= (1.87327,-10.7471,5417.6) +TrackID =1875 : ParentID=1851 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 42.0469 -13.5106 1.86504 keV +Vertex : 0.0010284 -0.0063354 2.98835 m Global time : 9.96807 ns + Current trajectory has 2 points. +Point[0] Position= (1.0284,-6.3354,2988.35) +Point[1] Position= (1.0903,-6.35529,2988.35) -TrackID =2013 : ParentID=1965 : TrackStatus=1 +TrackID =1874 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -66.7209 156.065 28.5628 keV -Vertex : 0.0017766 -0.0110653 5.19953 m Global time : 17.3438 ns +Original momentum : 64.5062 -164.358 30.1103 keV +Vertex : 0.000926391 -0.00571176 2.69446 m Global time : 8.98777 ns Current trajectory has 8 points. -Point[0] Position= (1.7766,-11.0653,5199.53) -Point[1] Position= (2.32149,-6.05149,5198.72) -Point[2] Position= (1.08203,-4.5976,5197.92) -Point[3] Position= (-1.13973,-4.31504,5195.79) -Point[4] Position= (-2.6649,-5.45733,5194.79) -Point[5] Position= (-2.88812,-6.21577,5194.55) -Point[6] Position= (-2.94247,-6.18736,5194.49) -Point[7] Position= (-3.08021,-5.84931,5194.44) - -TrackID =2020 : ParentID=2013 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.87353 -69.3486 -10.026 keV -Vertex : -0.00288812 -0.00621577 5.19455 m Global time : 17.4782 ns +Point[0] Position= (0.926391,-5.71176,2694.46) +Point[1] Position= (1.16626,-10.4807,2695.8) +Point[2] Position= (1.28715,-10.7255,2695.77) +Point[3] Position= (3.30924,-13.6848,2695.41) +Point[4] Position= (4.43044,-14.2885,2695.01) +Point[5] Position= (6.21495,-13.9681,2694.85) +Point[6] Position= (7.52928,-13.97,2695.09) +Point[7] Position= (7.23288,-13.6087,2695.13) + +TrackID =1914 : ParentID=1874 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 31.3653 34.6232 46.189 keV +Vertex : 0.00621495 -0.0139681 2.69485 m Global time : 9.11355 ns Current trajectory has 3 points. -Point[0] Position= (-2.88812,-6.21577,5194.55) -Point[1] Position= (-2.84724,-6.57799,5194.85) -Point[2] Position= (-2.88316,-6.56606,5194.89) +Point[0] Position= (6.21495,-13.9681,2694.85) +Point[1] Position= (6.35339,-13.622,2694.84) +Point[2] Position= (6.35435,-13.6126,2694.85) -TrackID =2019 : ParentID=2013 : TrackStatus=1 +TrackID =1913 : ParentID=1874 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.0289 10.0374 -43.5016 keV -Vertex : 0.00108203 -0.0045976 5.19792 m Global time : 17.409 ns +Original momentum : -8.82339 -40.7054 -5.62882 keV +Vertex : 0.00443044 -0.0142885 2.69501 m Global time : 9.09234 ns Current trajectory has 2 points. -Point[0] Position= (1.08203,-4.5976,5197.92) -Point[1] Position= (1.11206,-4.5799,5197.84) +Point[0] Position= (4.43044,-14.2885,2695.01) +Point[1] Position= (4.41884,-14.3419,2695.01) -TrackID =2012 : ParentID=1965 : TrackStatus=1 +TrackID =1912 : ParentID=1874 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.6408 89.4495 9.34923 keV -Vertex : 0.00177637 -0.0110639 5.19888 m Global time : 17.3416 ns - Current trajectory has 3 points. -Point[0] Position= (1.77637,-11.0639,5198.88) -Point[1] Position= (1.73347,-9.9194,5197.76) -Point[2] Position= (1.92136,-9.90616,5197.74) +Original momentum : 18.9265 1.76722 26.5659 keV +Vertex : 0.00128715 -0.0107255 2.69577 m Global time : 9.038 ns + Current trajectory has 2 points. +Point[0] Position= (1.28715,-10.7255,2695.77) +Point[1] Position= (1.30144,-10.7242,2695.79) -TrackID =2011 : ParentID=1965 : TrackStatus=1 +TrackID =1873 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 32.5902 3.98809 1.052 keV -Vertex : 0.00162025 -0.0101015 4.7466 m Global time : 15.833 ns +Original momentum : -31.2411 -23.7665 1.46799 keV +Vertex : 0.000904916 -0.0055807 2.63272 m Global time : 8.78182 ns Current trajectory has 2 points. -Point[0] Position= (1.62025,-10.1015,4746.6) -Point[1] Position= (1.64515,-10.0984,4746.6) +Point[0] Position= (0.904916,-5.5807,2632.72) +Point[1] Position= (0.869602,-5.60757,2632.72) -TrackID =2010 : ParentID=1965 : TrackStatus=1 +TrackID =1872 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -93.5699 -20.3046 8.95933 keV -Vertex : 0.00150798 -0.00941255 4.42341 m Global time : 14.755 ns - Current trajectory has 5 points. -Point[0] Position= (1.50798,-9.41255,4423.41) -Point[1] Position= (0.451788,-9.04667,4423.24) -Point[2] Position= (0.451175,-8.89656,4423.23) -Point[3] Position= (0.442715,-8.7945,4423.14) -Point[4] Position= (0.437726,-8.78493,4423.1) +Original momentum : 32.5998 -14.3312 1.19901 keV +Vertex : 0.000839962 -0.00518434 2.44599 m Global time : 8.15896 ns + Current trajectory has 2 points. +Point[0] Position= (0.839962,-5.18434,2445.99) +Point[1] Position= (0.86967,-5.1974,2445.99) -TrackID =2021 : ParentID=2010 : TrackStatus=1 +TrackID =1871 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.90666 25.8702 29.1444 keV -Vertex : 0.000451175 -0.00889656 4.42323 m Global time : 14.7752 ns - Current trajectory has 2 points. -Point[0] Position= (0.451175,-8.89656,4423.23) -Point[1] Position= (0.439381,-8.86576,4423.27) +Original momentum : 47.1987 63.4838 6.24286 keV +Vertex : 0.000828423 -0.00511405 2.41285 m Global time : 8.04842 ns + Current trajectory has 3 points. +Point[0] Position= (0.828423,-5.11405,2412.85) +Point[1] Position= (0.866906,-5.02792,2412.86) +Point[2] Position= (1.05355,-4.8867,2413.04) -TrackID =2009 : ParentID=1965 : TrackStatus=1 +TrackID =1915 : ParentID=1871 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -14.4936 29.2682 1.11126 keV -Vertex : 0.00150385 -0.00938715 4.41149 m Global time : 14.7152 ns +Original momentum : 5.62298 21.9293 -23.7334 keV +Vertex : 0.000866906 -0.00502792 2.41286 m Global time : 8.05044 ns Current trajectory has 2 points. -Point[0] Position= (1.50385,-9.38715,4411.49) -Point[1] Position= (1.4929,-9.36504,4411.49) +Point[0] Position= (0.866906,-5.02792,2412.86) +Point[1] Position= (0.871187,-5.01123,2412.85) -TrackID =2008 : ParentID=1965 : TrackStatus=1 +TrackID =1870 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.9832 -13.7038 0.986522 keV -Vertex : 0.00150154 -0.00937298 4.40484 m Global time : 14.693 ns +Original momentum : 29.9764 15.1863 1.12671 keV +Vertex : 0.000824536 -0.00509039 2.40169 m Global time : 8.0112 ns Current trajectory has 2 points. -Point[0] Position= (1.50154,-9.37298,4404.84) -Point[1] Position= (1.48049,-9.38293,4404.84) +Point[0] Position= (0.824536,-5.09039,2401.69) +Point[1] Position= (0.84861,-5.07819,2401.69) + +TrackID =1869 : ParentID=1851 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -115.674 142.195 33.2405 keV +Vertex : 0.000823405 -0.0050835 2.39844 m Global time : 8.00037 ns + Current trajectory has 10 points. +Point[0] Position= (0.823405,-5.0835,2398.44) +Point[1] Position= (-1.92434,0.0419661,2396.3) +Point[2] Position= (-1.34442,4.77724,2393.78) +Point[3] Position= (-2.71777,0.97316,2391.75) +Point[4] Position= (-3.12292,-2.41261,2393.55) +Point[5] Position= (-3.31992,-5.25776,2393.45) +Point[6] Position= (-1.62099,-7.15261,2393.75) +Point[7] Position= (-0.694014,-6.72946,2392.98) +Point[8] Position= (0.13032,-6.76258,2392.68) +Point[9] Position= (0.201657,-6.85364,2392.7) -TrackID =2007 : ParentID=1965 : TrackStatus=1 +TrackID =1917 : ParentID=1869 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -52.4601 36.0435 4.05977 keV -Vertex : 0.00145389 -0.00907966 4.26726 m Global time : 14.2341 ns +Original momentum : 38.052 26.4363 -11.0049 keV +Vertex : 0.00013032 -0.00676258 2.39268 m Global time : 8.25905 ns Current trajectory has 2 points. -Point[0] Position= (1.45389,-9.07966,4267.26) -Point[1] Position= (1.26724,-8.95142,4267.28) +Point[0] Position= (0.13032,-6.76258,2392.68) +Point[1] Position= (0.196882,-6.71633,2392.66) -TrackID =2006 : ParentID=1965 : TrackStatus=1 +TrackID =1916 : ParentID=1869 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.7123 -19.3779 1.73072 keV -Vertex : 0.00140165 -0.00875877 4.1167 m Global time : 13.7319 ns +Original momentum : 27.0461 26.4066 8.81262 keV +Vertex : -0.000694014 -0.00672946 2.39298 m Global time : 8.24674 ns Current trajectory has 2 points. -Point[0] Position= (1.40165,-8.75877,4116.7) -Point[1] Position= (1.35102,-8.78478,4116.7) +Point[0] Position= (-0.694014,-6.72946,2392.98) +Point[1] Position= (-0.664243,-6.70039,2392.99) -TrackID =2005 : ParentID=1965 : TrackStatus=1 +TrackID =1868 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -63.3547 -28.7587 4.69701 keV -Vertex : 0.00139584 -0.00872307 4.09995 m Global time : 13.676 ns +Original momentum : 26.9398 23.7002 1.30068 keV +Vertex : 0.000804731 -0.00496981 2.3448 m Global time : 7.82143 ns Current trajectory has 2 points. -Point[0] Position= (1.39584,-8.72307,4099.95) -Point[1] Position= (1.1139,-8.85105,4099.98) +Point[0] Position= (0.804731,-4.96981,2344.8) +Point[1] Position= (0.829697,-4.94784,2344.8) -TrackID =2004 : ParentID=1965 : TrackStatus=1 +TrackID =1867 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.7188 65.7945 5.19448 keV -Vertex : 0.00138775 -0.00867332 4.07662 m Global time : 13.5982 ns - Current trajectory has 3 points. -Point[0] Position= (1.38775,-8.67332,4076.62) -Point[1] Position= (1.37016,-8.3942,4076.93) -Point[2] Position= (1.34655,-8.35842,4076.91) +Original momentum : 18.2004 -29.6628 1.11571 keV +Vertex : 0.00071349 -0.00441674 2.08375 m Global time : 6.95066 ns + Current trajectory has 2 points. +Point[0] Position= (0.71349,-4.41674,2083.75) +Point[1] Position= (0.72926,-4.44244,2083.75) -TrackID =2022 : ParentID=2004 : TrackStatus=1 +TrackID =1866 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.381457 11.3797 34.2123 keV -Vertex : 0.00137016 -0.0083942 4.07693 m Global time : 13.605 ns +Original momentum : 17.3025 -54.9927 3.12867 keV +Vertex : 0.000680553 -0.00421603 1.98908 m Global time : 6.63486 ns Current trajectory has 2 points. -Point[0] Position= (1.37016,-8.3942,4076.93) -Point[1] Position= (1.36981,-8.38355,4076.96) +Point[0] Position= (0.680553,-4.21603,1989.08) +Point[1] Position= (0.728704,-4.36906,1989.08) -TrackID =2003 : ParentID=1965 : TrackStatus=1 +TrackID =1865 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.9567 50.0391 3.63166 keV -Vertex : 0.00130232 -0.00814288 3.82779 m Global time : 12.7682 ns +Original momentum : -1.89956 64.1124 4.16317 keV +Vertex : 0.000655352 -0.00406231 1.91659 m Global time : 6.39307 ns Current trajectory has 2 points. -Point[0] Position= (1.30232,-8.14288,3827.79) -Point[1] Position= (1.2014,-7.98966,3827.8) +Point[0] Position= (0.655352,-4.06231,1916.59) +Point[1] Position= (0.648483,-3.83046,1916.6) -TrackID =2002 : ParentID=1965 : TrackStatus=1 +TrackID =1864 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.3648 -25.6086 1.68769 keV -Vertex : 0.00126584 -0.00791649 3.72159 m Global time : 12.4139 ns +Original momentum : -16.7779 29.4356 1.19167 keV +Vertex : 0.000605398 -0.00375835 1.77326 m Global time : 5.91497 ns Current trajectory has 2 points. -Point[0] Position= (1.26584,-7.91649,3721.59) -Point[1] Position= (1.22185,-7.95026,3721.6) +Point[0] Position= (0.605398,-3.75835,1773.26) +Point[1] Position= (0.59168,-3.73429,1773.26) -TrackID =2001 : ParentID=1965 : TrackStatus=1 +TrackID =1863 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 41.4473 -32.296 2.61804 keV -Vertex : 0.0012496 -0.00781563 3.67425 m Global time : 12.256 ns +Original momentum : -17.2817 28.4986 1.15345 keV +Vertex : 0.00056424 -0.00350772 1.655 m Global time : 5.52051 ns Current trajectory has 2 points. -Point[0] Position= (1.2496,-7.81563,3674.25) -Point[1] Position= (1.34157,-7.8873,3674.26) +Point[0] Position= (0.56424,-3.50772,1655) +Point[1] Position= (0.550603,-3.48523,1655.01) -TrackID =2000 : ParentID=1965 : TrackStatus=1 +TrackID =1862 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -13.996 -36.7229 1.43752 keV -Vertex : 0.00123721 -0.00773876 3.6382 m Global time : 12.1358 ns +Original momentum : 3.46731 -33.1976 1.01846 keV +Vertex : 0.000563622 -0.00350397 1.65323 m Global time : 5.5146 ns Current trajectory has 2 points. -Point[0] Position= (1.23721,-7.73876,3638.2) -Point[1] Position= (1.22135,-7.78038,3638.2) +Point[0] Position= (0.563622,-3.50397,1653.23) +Point[1] Position= (0.566366,-3.53024,1653.23) + +TrackID =1861 : ParentID=1851 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 59.9961 9.95541 3.61923 keV +Vertex : 0.000515654 -0.00321227 1.51546 m Global time : 5.05506 ns + Current trajectory has 3 points. +Point[0] Position= (0.515654,-3.21227,1515.46) +Point[1] Position= (0.670781,-3.1259,1515.39) +Point[2] Position= (0.666813,-3.10278,1515.33) -TrackID =1999 : ParentID=1965 : TrackStatus=1 +TrackID =1918 : ParentID=1861 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.3849 4.00053 1.06144 keV -Vertex : 0.00120863 -0.00756067 3.55461 m Global time : 11.8569 ns +Original momentum : 11.0278 -27.9646 -12.2513 keV +Vertex : 0.000670781 -0.0031259 1.51539 m Global time : 5.05963 ns Current trajectory has 2 points. -Point[0] Position= (1.20863,-7.56067,3554.61) -Point[1] Position= (1.18421,-7.55765,3554.62) +Point[0] Position= (0.670781,-3.1259,1515.39) +Point[1] Position= (0.678994,-3.14673,1515.38) -TrackID =1998 : ParentID=1965 : TrackStatus=1 +TrackID =1860 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 38.8259 11.0695 1.60529 keV -Vertex : 0.00120437 -0.00753405 3.54211 m Global time : 11.8152 ns +Original momentum : -5.9378 39.6912 1.66237 keV +Vertex : 0.000458392 -0.00286188 1.35004 m Global time : 4.50325 ns Current trajectory has 2 points. -Point[0] Position= (1.20437,-7.53405,3542.11) -Point[1] Position= (1.2511,-7.52073,3542.12) +Point[0] Position= (0.458392,-2.86188,1350.04) +Point[1] Position= (0.451339,-2.81474,1350.04) -TrackID =1997 : ParentID=1965 : TrackStatus=1 +TrackID =1859 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.59789 34.719 1.34043 keV -Vertex : 0.00117214 -0.00733258 3.44749 m Global time : 11.4996 ns +Original momentum : 10.9831 37.3183 1.55627 keV +Vertex : 0.000344596 -0.00215687 1.01713 m Global time : 3.3928 ns Current trajectory has 2 points. -Point[0] Position= (1.17214,-7.33258,3447.49) -Point[1] Position= (1.18112,-7.30012,3447.49) +Point[0] Position= (0.344596,-2.15687,1017.13) +Point[1] Position= (0.356769,-2.11552,1017.13) -TrackID =1996 : ParentID=1965 : TrackStatus=1 +TrackID =1858 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.2276 -40.0555 1.6039 keV -Vertex : 0.00116823 -0.00730807 3.43597 m Global time : 11.4612 ns +Original momentum : -35.4137 2.85364 1.25325 keV +Vertex : 0.0335383 -0.20995 99.005 cm Global time : 3.30246 ns Current trajectory has 2 points. -Point[0] Position= (1.16823,-7.30807,3435.97) -Point[1] Position= (1.18267,-7.35959,3435.98) +Point[0] Position= (0.335383,-2.0995,990.05) +Point[1] Position= (0.30327,-2.09692,990.051) + +TrackID =1857 : ParentID=1851 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -165.057 -95.1279 35.3565 keV +Vertex : 0.0319858 -0.200278 94.4379 cm Global time : 3.15012 ns + Current trajectory has 8 points. +Point[0] Position= (0.319858,-2.00278,944.379) +Point[1] Position= (-6.50173,-1.56631,945.825) +Point[2] Position= (-10.7493,0.602008,945.585) +Point[3] Position= (-11.0599,1.46011,947.345) +Point[4] Position= (-9.53676,1.73791,949.64) +Point[5] Position= (-7.89156,0.532381,950.63) +Point[6] Position= (-7.00697,0.836199,950.754) +Point[7] Position= (-6.93331,0.575012,950.597) -TrackID =1995 : ParentID=1965 : TrackStatus=1 +TrackID =1920 : ParentID=1857 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -49.8269 -1.80559 2.44562 keV -Vertex : 0.00114876 -0.00718595 3.37861 m Global time : 11.2699 ns +Original momentum : 28.433 -1.05755 14.9655 keV +Vertex : -0.700697 0.0836199 95.0754 cm Global time : 3.33466 ns Current trajectory has 2 points. -Point[0] Position= (1.14876,-7.18595,3378.61) -Point[1] Position= (1.0513,-7.18948,3378.62) +Point[0] Position= (-7.00697,0.836199,950.754) +Point[1] Position= (-6.98622,0.835428,950.765) -TrackID =1994 : ParentID=1965 : TrackStatus=1 +TrackID =1919 : ParentID=1857 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.3486 -9.65625 0.982172 keV -Vertex : 0.00113604 -0.00710615 3.34113 m Global time : 11.1448 ns +Original momentum : 3.7757 -33.042 17.2135 keV +Vertex : -1.10599 0.146011 94.7345 cm Global time : 3.27018 ns Current trajectory has 2 points. -Point[0] Position= (1.13604,-7.10615,3341.13) -Point[1] Position= (1.11431,-7.11306,3341.13) +Point[0] Position= (-11.0599,1.46011,947.345) +Point[1] Position= (-11.0561,1.42651,947.362) -TrackID =1993 : ParentID=1965 : TrackStatus=1 +TrackID =1856 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.8999 -26.9767 1.04876 keV -Vertex : 0.00112476 -0.00703541 3.30792 m Global time : 11.0341 ns +Original momentum : -24.7195 -38.8379 1.99954 keV +Vertex : 0.0190192 -0.119156 56.1531 cm Global time : 1.87307 ns Current trajectory has 2 points. -Point[0] Position= (1.12476,-7.03541,3307.92) -Point[1] Position= (1.10887,-7.05696,3307.92) +Point[0] Position= (0.190192,-1.19156,561.531) +Point[1] Position= (0.150149,-1.25447,561.534) -TrackID =1992 : ParentID=1965 : TrackStatus=1 +TrackID =1855 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 77.8438 -220.783 53.0773 keV -Vertex : 0.00107817 -0.00674266 3.1704 m Global time : 10.5753 ns - Current trajectory has 10 points. -Point[0] Position= (1.07817,-6.74266,3170.4) -Point[1] Position= (3.56878,-14.7915,3171.08) -Point[2] Position= (5.70618,-19.4413,3168.69) -Point[3] Position= (6.43887,-23.9,3170.51) -Point[4] Position= (5.88157,-24.4687,3174.69) -Point[5] Position= (9.01221,-23.4198,3176.21) -Point[6] Position= (9.15598,-23.4892,3176.45) -Point[7] Position= (10.9243,-23.85,3177.47) -Point[8] Position= (10.7906,-23.939,3175.91) -Point[9] Position= (10.8278,-24.1027,3175.78) +Original momentum : -15.9073 -35.0191 1.37847 keV +Vertex : 0.0166452 -0.104285 49.1395 cm Global time : 1.63912 ns + Current trajectory has 2 points. +Point[0] Position= (0.166452,-1.04285,491.395) +Point[1] Position= (0.149265,-1.08068,491.397) -TrackID =2025 : ParentID=1992 : TrackStatus=1 +TrackID =1854 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.1325 45.5471 52.3439 keV -Vertex : 0.00915598 -0.0234892 3.17645 m Global time : 10.8135 ns +Original momentum : -46.3803 35.5636 3.43409 keV +Vertex : 0.0162893 -0.102052 48.0869 cm Global time : 1.60401 ns Current trajectory has 2 points. -Point[0] Position= (9.15598,-23.4892,3176.45) -Point[1] Position= (9.21136,-23.2813,3176.69) +Point[0] Position= (0.162893,-1.02052,480.869) +Point[1] Position= (0.0293275,-0.918107,480.878) -TrackID =2024 : ParentID=1992 : TrackStatus=1 +TrackID =1853 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.5128 24.0795 0.103666 keV -Vertex : 0.00901221 -0.0234198 3.17621 m Global time : 10.8099 ns +Original momentum : 26.2147 -20.0183 1.01304 keV +Vertex : 0.00515685 -0.0323412 15.2299 cm Global time : 508.015 ps Current trajectory has 2 points. -Point[0] Position= (9.01221,-23.4198,3176.21) -Point[1] Position= (9.02954,-23.4013,3176.21) +Point[0] Position= (0.0515685,-0.323412,152.299) +Point[1] Position= (0.0717908,-0.338854,152.299) -TrackID =2023 : ParentID=1992 : TrackStatus=1 +TrackID =1852 : ParentID=1851 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 48.915 -66.0745 -98.3851 keV -Vertex : 0.00570618 -0.0194413 3.16869 m Global time : 10.6843 ns +Original momentum : 40.3352 47.8179 3.9178 keV +Vertex : 0.00395335 -0.0248009 11.6786 cm Global time : 389.558 ps + Current trajectory has 2 points. +Point[0] Position= (0.0395335,-0.248009,116.786) +Point[1] Position= (0.176984,-0.08506,116.8) + +TrackID =1849 : ParentID=1847 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : 0.0529338 0.0803459 17.3404 GeV +Vertex : -1.99362e-295 -1.7129e-295 1.33518e-293 fm Global time : 4.72118e-305 ps + Current trajectory has 2 points. +Point[0] Position= (-1.99362e-307,-1.7129e-307,1.33518e-305) +Point[1] Position= (18.3158,27.8008,6000) + +TrackID =1823 : ParentID=1437 : TrackStatus=1 +Particle name : gamma PDG code : 22 Charge : 0 +Original momentum : -31.7917 -2.38936 208.135 MeV +Vertex : -3.78223 1.60207 8.44472 nm Global time : 3.34489e-05 ps + Current trajectory has 2 points. +Point[0] Position= (-3.78223e-06,1.60207e-06,8.44472e-06) +Point[1] Position= (-916.472,-68.879,6000) + +TrackID =1850 : ParentID=1848 : TrackStatus=1 +Particle name : pi+ PDG code : 211 Charge : 1 +Original momentum : -0.424972 0.228 130.249 GeV +Vertex : -2.07929e-295 -1.73811e-295 2.00224e-293 fm Global time : 6.94626e-305 ps + Current trajectory has 58 points. +Point[0] Position= (-2.07929e-307,-1.73811e-307,2.00224e-305) +Point[1] Position= (-0.0370703,0.0198898,11.3625) +Point[2] Position= (-0.0576818,0.0309486,17.6809) +Point[3] Position= (-0.488554,0.262202,149.745) +Point[4] Position= (-1.08224,0.58082,331.722) +Point[5] Position= (-1.08315,0.581304,331.999) +Point[6] Position= (-1.38478,0.743036,424.43) +Point[7] Position= (-1.43599,0.770482,440.12) +Point[8] Position= (-1.68059,0.901673,515.091) +Point[9] Position= (-3.32033,1.781,1017.55) +Point[10] Position= (-3.42259,1.83583,1048.88) +Point[11] Position= (-4.18553,2.24513,1282.55) +Point[12] Position= (-4.40554,2.36317,1349.94) +Point[13] Position= (-5.166,2.77126,1582.83) +Point[14] Position= (-5.94155,3.18715,1820.18) +Point[15] Position= (-7.07338,3.79277,2166.48) +Point[16] Position= (-7.20586,3.86368,2207.03) +Point[17] Position= (-7.60511,4.07732,2329.19) +Point[18] Position= (-7.93918,4.25608,2431.32) +Point[19] Position= (-8.37876,4.49157,2565.74) +Point[20] Position= (-8.49615,4.55448,2601.64) +Point[21] Position= (-9.30077,4.98525,2847.69) +Point[22] Position= (-9.52905,5.1075,2917.52) +Point[23] Position= (-9.8407,5.27459,3012.94) +Point[24] Position= (-9.94781,5.33195,3045.72) +Point[25] Position= (-9.98047,5.34944,3055.72) +Point[26] Position= (-10.0779,5.40164,3085.56) +Point[27] Position= (-10.4962,5.62577,3213.69) +Point[28] Position= (-11.1499,5.9761,3413.83) +Point[29] Position= (-11.6133,6.22455,3555.62) +Point[30] Position= (-13.1572,7.05239,4028.09) +Point[31] Position= (-13.1931,7.07167,4039.08) +Point[32] Position= (-13.3014,7.12986,4072.23) +Point[33] Position= (-13.4071,7.18664,4104.56) +Point[34] Position= (-13.5745,7.27658,4155.76) +Point[35] Position= (-13.9346,7.46967,4265.85) +Point[36] Position= (-14.0555,7.53454,4302.82) +Point[37] Position= (-14.0762,7.54567,4309.16) +Point[38] Position= (-14.5257,7.78703,4446.68) +Point[39] Position= (-14.6343,7.84528,4479.89) +Point[40] Position= (-14.7568,7.91104,4517.37) +Point[41] Position= (-14.9443,8.01162,4574.73) +Point[42] Position= (-14.982,8.03181,4586.25) +Point[43] Position= (-15.2914,8.19776,4680.87) +Point[44] Position= (-15.3323,8.21969,4693.37) +Point[45] Position= (-15.6059,8.36623,4776.96) +Point[46] Position= (-15.7239,8.4294,4813.01) +Point[47] Position= (-15.8789,8.51236,4860.35) +Point[48] Position= (-16.2267,8.69841,4966.54) +Point[49] Position= (-17.0422,9.13431,5215.38) +Point[50] Position= (-17.1186,9.17513,5238.71) +Point[51] Position= (-17.1735,9.20442,5255.46) +Point[52] Position= (-17.6669,9.46768,5406.02) +Point[53] Position= (-18.1178,9.70826,5543.6) +Point[54] Position= (-18.1396,9.71989,5550.25) +Point[55] Position= (-18.1786,9.74073,5562.17) +Point[56] Position= (-19.237,10.3052,5885.35) +Point[57] Position= (-19.6122,10.5054,6000) + +TrackID =1976 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -16.5959 -28.3303 1.04996 keV +Vertex : -0.019237 0.0103052 5.88535 m Global time : 19.6324 ns + Current trajectory has 2 points. +Point[0] Position= (-19.237,10.3052,5885.35) +Point[1] Position= (-19.2496,10.2835,5885.35) + +TrackID =1975 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 40.5844 86.7217 8.95154 keV +Vertex : -0.0181786 0.00974073 5.56217 m Global time : 18.5543 ns Current trajectory has 4 points. -Point[0] Position= (5.70618,-19.4413,3168.69) -Point[1] Position= (7.89592,-20.3892,3167.82) -Point[2] Position= (8.72558,-20.5881,3166.69) -Point[3] Position= (8.65363,-20.6494,3166.68) +Point[0] Position= (-18.1786,9.74073,5562.17) +Point[1] Position= (-16.9802,10.1124,5563.17) +Point[2] Position= (-16.1357,10.0251,5563.95) +Point[3] Position= (-16.1243,10.0253,5563.93) -TrackID =1991 : ParentID=1965 : TrackStatus=1 +TrackID =1974 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 70.833 -39.784 6.3479 keV -Vertex : 0.00107602 -0.00672916 3.16406 m Global time : 10.5542 ns +Original momentum : 32.06 -6.22395 1.1598 keV +Vertex : -0.0181396 0.00971989 5.55025 m Global time : 18.5146 ns Current trajectory has 2 points. -Point[0] Position= (1.07602,-6.72916,3164.06) -Point[1] Position= (1.54407,-6.99204,3164.1) +Point[0] Position= (-18.1396,9.71989,5550.25) +Point[1] Position= (-18.1153,9.71519,5550.25) -TrackID =1990 : ParentID=1965 : TrackStatus=1 +TrackID =1973 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.1258 -47.0407 2.10341 keV -Vertex : 0.00106348 -0.00665045 3.12709 m Global time : 10.4309 ns +Original momentum : 6.6785 31.3567 0.972733 keV +Vertex : -0.0181178 0.00970826 5.5436 m Global time : 18.4924 ns Current trajectory has 2 points. -Point[0] Position= (1.06348,-6.65045,3127.09) -Point[1] Position= (1.05284,-6.73217,3127.1) +Point[0] Position= (-18.1178,9.70826,5543.6) +Point[1] Position= (-18.1129,9.73103,5543.6) -TrackID =1989 : ParentID=1965 : TrackStatus=1 +TrackID =1972 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -389.432 -177.645 178.94 keV -Vertex : 0.00102589 -0.00641602 3.017 m Global time : 10.0636 ns - Current trajectory has 22 points. -Point[0] Position= (1.02589,-6.41602,3017) -Point[1] Position= (-28.0862,-34.3324,3031.11) -Point[2] Position= (-28.4825,-34.6838,3031.08) -Point[3] Position= (-28.7197,-34.9233,3031.1) -Point[4] Position= (-65.0516,-63.6426,3050.58) -Point[5] Position= (-68.6647,-70.033,3063.05) -Point[6] Position= (-64.2224,-75.8648,3072.88) -Point[7] Position= (-52.0731,-118.684,3084.91) -Point[8] Position= (-46.0601,-142.888,3108.5) -Point[9] Position= (-65.7426,-157.023,3110.94) -Point[10] Position= (-83.5184,-163.721,3108.96) -Point[11] Position= (-96.1432,-170.964,3107.22) -Point[12] Position= (-107.002,-172.088,3108.15) -Point[13] Position= (-115.311,-174.308,3108.11) -Point[14] Position= (-116.836,-174.986,3103.64) -Point[15] Position= (-120.877,-179.499,3102.03) -Point[16] Position= (-119.856,-179.118,3105.99) -Point[17] Position= (-120.361,-182.347,3107.99) -Point[18] Position= (-121.598,-182.612,3110.28) -Point[19] Position= (-121.501,-182.559,3111.87) -Point[20] Position= (-121.794,-183.003,3113.15) -Point[21] Position= (-121.767,-183.115,3113.2) - -TrackID =2035 : ParentID=1989 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.7501 25.2388 -8.25728 keV -Vertex : -0.116836 -0.174986 3.10364 m Global time : 11.638 ns - Current trajectory has 2 points. -Point[0] Position= (-116.836,-174.986,3103.64) -Point[1] Position= (-116.866,-174.959,3103.63) - -TrackID =2034 : ParentID=1989 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.34928 -31.8839 26.0953 keV -Vertex : -0.115311 -0.174308 3.10811 m Global time : 11.5987 ns - Current trajectory has 2 points. -Point[0] Position= (-115.311,-174.308,3108.11) -Point[1] Position= (-115.322,-174.35,3108.14) - -TrackID =2033 : ParentID=1989 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.68566 16.424 -32.4731 keV -Vertex : -0.0961432 -0.170964 3.10722 m Global time : 11.4517 ns - Current trajectory has 2 points. -Point[0] Position= (-96.1432,-170.964,3107.22) -Point[1] Position= (-96.1387,-170.948,3107.19) - -TrackID =2032 : ParentID=1989 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 84.8129 -63.63 -0.168933 keV -Vertex : -0.0460601 -0.142888 3.1085 m Global time : 11.0892 ns - Current trajectory has 4 points. -Point[0] Position= (-46.0601,-142.888,3108.5) -Point[1] Position= (-45.2196,-143.825,3108.59) -Point[2] Position= (-44.936,-143.535,3108.92) -Point[3] Position= (-44.9594,-143.26,3109.07) +Original momentum : 60.4655 19.8636 4.12817 keV +Vertex : -0.0176669 0.00946768 5.40602 m Global time : 18.0335 ns + Current trajectory has 2 points. +Point[0] Position= (-17.6669,9.46768,5406.02) +Point[1] Position= (-17.4518,9.53836,5406.03) -TrackID =2036 : ParentID=2032 : TrackStatus=1 +TrackID =1971 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.0127 -13.1836 27.1588 keV -Vertex : -0.044936 -0.143535 3.10892 m Global time : 11.1179 ns +Original momentum : 7.45855 41.7392 1.7104 keV +Vertex : -0.0171735 0.00920442 5.25546 m Global time : 17.5313 ns Current trajectory has 2 points. -Point[0] Position= (-44.936,-143.535,3108.92) -Point[1] Position= (-44.925,-143.546,3108.94) +Point[0] Position= (-17.1735,9.20442,5255.46) +Point[1] Position= (-17.1635,9.26045,5255.46) -TrackID =2031 : ParentID=1989 : TrackStatus=1 +TrackID =1970 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -53.7198 2.25551 52.6567 keV -Vertex : -0.0642224 -0.0758648 3.07288 m Global time : 10.6613 ns - Current trajectory has 3 points. -Point[0] Position= (-64.2224,-75.8648,3072.88) -Point[1] Position= (-64.3302,-75.5648,3073.33) -Point[2] Position= (-64.2696,-75.5916,3073.34) +Original momentum : 15.5428 67.8201 4.66868 keV +Vertex : -0.0171186 0.00917513 5.23871 m Global time : 17.4754 ns + Current trajectory has 2 points. +Point[0] Position= (-17.1186,9.17513,5238.71) +Point[1] Position= (-17.0495,9.47694,5238.73) -TrackID =2037 : ParentID=2031 : TrackStatus=1 +TrackID =1969 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.64161 4.87601 39.5304 keV -Vertex : -0.0643302 -0.0755648 3.07333 m Global time : 10.6705 ns +Original momentum : 69.7258 -17.0546 5.30263 keV +Vertex : -0.0170422 0.00913431 5.21538 m Global time : 17.3976 ns Current trajectory has 2 points. -Point[0] Position= (-64.3302,-75.5648,3073.33) -Point[1] Position= (-64.3369,-75.559,3073.37) +Point[0] Position= (-17.0422,9.13431,5215.38) +Point[1] Position= (-16.706,9.05209,5215.4) -TrackID =2030 : ParentID=1989 : TrackStatus=1 +TrackID =1968 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 55.292 -4.86314 -15.8839 keV -Vertex : -0.0686647 -0.070033 3.06305 m Global time : 10.5946 ns +Original momentum : 59.7709 -4.10746 3.71664 keV +Vertex : -0.0162267 0.00869841 4.96654 m Global time : 16.5675 ns Current trajectory has 2 points. -Point[0] Position= (-68.6647,-70.033,3063.05) -Point[1] Position= (-68.5109,-70.0465,3063.01) +Point[0] Position= (-16.2267,8.69841,4966.54) +Point[1] Position= (-16.0437,8.68584,4966.56) -TrackID =2029 : ParentID=1989 : TrackStatus=1 +TrackID =1967 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 56.8849 -22.4925 10.9343 keV -Vertex : -0.0650516 -0.0636426 3.05058 m Global time : 10.5169 ns +Original momentum : -0.150365 42.0606 1.65664 keV +Vertex : -0.0158789 0.00851236 4.86035 m Global time : 16.2133 ns Current trajectory has 2 points. -Point[0] Position= (-65.0516,-63.6426,3050.58) -Point[1] Position= (-64.8619,-63.7176,3050.62) +Point[0] Position= (-15.8789,8.51236,4860.35) +Point[1] Position= (-15.8791,8.56781,4860.35) -TrackID =2028 : ParentID=1989 : TrackStatus=1 +TrackID =1966 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -25.8017 16.5197 -22.1355 keV -Vertex : -0.0287197 -0.0349233 3.0311 m Global time : 10.2695 ns +Original momentum : -50.8109 -13.3966 2.55823 keV +Vertex : -0.0157239 0.0084294 4.81301 m Global time : 16.0554 ns Current trajectory has 2 points. -Point[0] Position= (-28.7197,-34.9233,3031.1) -Point[1] Position= (-28.7465,-34.9062,3031.08) +Point[0] Position= (-15.7239,8.4294,4813.01) +Point[1] Position= (-15.8367,8.39967,4813.01) -TrackID =2027 : ParentID=1989 : TrackStatus=1 +TrackID =1965 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -59.3558 47.8515 -47.4966 keV -Vertex : -0.0284825 -0.0346838 3.03108 m Global time : 10.2677 ns - Current trajectory has 3 points. -Point[0] Position= (-28.4825,-34.6838,3031.08) -Point[1] Position= (-29.8397,-34.4337,3031.61) -Point[2] Position= (-29.9267,-34.4306,3031.56) +Original momentum : -20.7314 33.3888 1.3846 keV +Vertex : -0.0156059 0.00836623 4.77696 m Global time : 15.9351 ns + Current trajectory has 2 points. +Point[0] Position= (-15.6059,8.36623,4776.96) +Point[1] Position= (-15.6294,8.40407,4776.96) -TrackID =2026 : ParentID=1989 : TrackStatus=1 +TrackID =1964 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.25726 -4.37218 109.491 keV -Vertex : -0.0280862 -0.0343324 3.03111 m Global time : 10.265 ns - Current trajectory has 3 points. -Point[0] Position= (-28.0862,-34.3324,3031.11) -Point[1] Position= (-29.1227,-33.6173,3032.31) -Point[2] Position= (-29.4585,-33.8279,3032.54) +Original momentum : 22.7977 23.3457 1.07552 keV +Vertex : -0.0153323 0.00821969 4.69337 m Global time : 15.6563 ns + Current trajectory has 2 points. +Point[0] Position= (-15.3323,8.21969,4693.37) +Point[1] Position= (-15.3151,8.23729,4693.37) -TrackID =2038 : ParentID=2026 : TrackStatus=1 +TrackID =1963 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.569 -6.89265 -41.6537 keV -Vertex : -0.0291227 -0.0336173 3.03231 m Global time : 10.2845 ns +Original momentum : -14.7153 -37.5955 1.61275 keV +Vertex : -0.0152914 0.00819776 4.68087 m Global time : 15.6146 ns Current trajectory has 2 points. -Point[0] Position= (-29.1227,-33.6173,3032.31) -Point[1] Position= (-29.1684,-33.6301,3032.23) +Point[0] Position= (-15.2914,8.19776,4680.87) +Point[1] Position= (-15.3092,8.15252,4680.87) -TrackID =1988 : ParentID=1965 : TrackStatus=1 +TrackID =1962 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.2216 35.8173 1.45119 keV -Vertex : 0.00100857 -0.00630695 2.9658 m Global time : 9.89287 ns +Original momentum : 21.8089 -28.6664 1.39136 keV +Vertex : -0.014982 0.00803181 4.58625 m Global time : 15.299 ns Current trajectory has 2 points. -Point[0] Position= (1.00857,-6.30695,2965.8) -Point[1] Position= (1.02006,-6.27028,2965.8) +Point[0] Position= (-14.982,8.03181,4586.25) +Point[1] Position= (-14.9616,8.00502,4586.25) -TrackID =1987 : ParentID=1965 : TrackStatus=1 +TrackID =1961 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.16235 43.1314 1.94031 keV -Vertex : 0.000997626 -0.00623809 2.93347 m Global time : 9.78501 ns +Original momentum : -38.6739 15.3307 1.53968 keV +Vertex : -0.0149443 0.00801162 4.57473 m Global time : 15.2606 ns Current trajectory has 2 points. -Point[0] Position= (0.997626,-6.23809,2933.47) -Point[1] Position= (0.990304,-6.17691,2933.47) +Point[0] Position= (-14.9443,8.01162,4574.73) +Point[1] Position= (-14.9941,8.03134,4574.73) -TrackID =1986 : ParentID=1965 : TrackStatus=1 +TrackID =1960 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.6837 35.4504 3.80198 keV -Vertex : 0.000986401 -0.0061675 2.90032 m Global time : 9.67444 ns +Original momentum : 28.7382 40.7437 2.45504 keV +Vertex : -0.0147568 0.00791104 4.51737 m Global time : 15.0693 ns Current trajectory has 2 points. -Point[0] Position= (0.986401,-6.1675,2900.32) -Point[1] Position= (1.15429,-6.05007,2900.33) +Point[0] Position= (-14.7568,7.91104,4517.37) +Point[1] Position= (-14.7006,7.99073,4517.38) -TrackID =1985 : ParentID=1965 : TrackStatus=1 +TrackID =1959 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 58.5484 -0.900682 3.33302 keV -Vertex : 0.000982676 -0.00614411 2.88933 m Global time : 9.63779 ns +Original momentum : 10.6952 29.9985 0.974773 keV +Vertex : -0.0146343 0.00784528 4.47989 m Global time : 14.9442 ns Current trajectory has 2 points. -Point[0] Position= (0.982676,-6.14411,2889.33) -Point[1] Position= (1.15202,-6.14671,2889.34) +Point[0] Position= (-14.6343,7.84528,4479.89) +Point[1] Position= (-14.6266,7.86676,4479.89) -TrackID =1984 : ParentID=1965 : TrackStatus=1 +TrackID =1958 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.395 -33.5604 1.43051 keV -Vertex : 0.000822021 -0.00513934 2.41686 m Global time : 8.06179 ns +Original momentum : -9.4157 32.174 1.01221 keV +Vertex : -0.0145257 0.00778703 4.44668 m Global time : 14.8334 ns Current trajectory has 2 points. -Point[0] Position= (0.822021,-5.13934,2416.86) -Point[1] Position= (0.845097,-5.17731,2416.86) +Point[0] Position= (-14.5257,7.78703,4446.68) +Point[1] Position= (-14.5332,7.81273,4446.68) -TrackID =1983 : ParentID=1965 : TrackStatus=1 +TrackID =1957 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.8868 2.98278 1.58541 keV -Vertex : 0.000773664 -0.00483775 2.27507 m Global time : 7.58883 ns - Current trajectory has 2 points. -Point[0] Position= (0.773664,-4.83775,2275.07) -Point[1] Position= (0.72665,-4.83423,2275.07) +Original momentum : -222.908 71.7957 52.7193 keV +Vertex : -0.0140762 0.00754567 4.30916 m Global time : 14.3747 ns + Current trajectory has 13 points. +Point[0] Position= (-14.0762,7.54567,4309.16) +Point[1] Position= (-25.9786,10.68,4305.34) +Point[2] Position= (-27.1541,11.4154,4305.04) +Point[3] Position= (-28.9772,15.9987,4305.92) +Point[4] Position= (-30.1101,19.4692,4307.41) +Point[5] Position= (-32.3701,21.7073,4308.17) +Point[6] Position= (-36.1249,25.3718,4310.07) +Point[7] Position= (-37.7428,27.9637,4312.46) +Point[8] Position= (-38.9775,28.9352,4314.53) +Point[9] Position= (-40.8413,30.1755,4315.27) +Point[10] Position= (-42.4819,30.4072,4316.34) +Point[11] Position= (-43.4663,30.1762,4317.18) +Point[12] Position= (-43.3307,30.1799,4317.3) -TrackID =1982 : ParentID=1965 : TrackStatus=1 +TrackID =1979 : ParentID=1957 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -66.6723 -31.1963 5.25774 keV -Vertex : 0.000705559 -0.00441243 2.07493 m Global time : 6.92123 ns +Original momentum : 28.6951 26.2301 -10.3657 keV +Vertex : -0.0301101 0.0194692 4.30741 m Global time : 14.5487 ns Current trajectory has 2 points. -Point[0] Position= (0.705559,-4.41243,2074.93) -Point[1] Position= (0.363146,-4.57264,2074.96) +Point[0] Position= (-30.1101,19.4692,4307.41) +Point[1] Position= (-30.0759,19.5005,4307.4) -TrackID =1981 : ParentID=1965 : TrackStatus=1 +TrackID =1978 : ParentID=1957 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 20.502 37.0993 1.83008 keV -Vertex : 0.00066195 -0.00414026 1.9468 m Global time : 6.49382 ns +Original momentum : 13.9493 2.5111 50.0232 keV +Vertex : -0.0289772 0.0159987 4.30592 m Global time : 14.5139 ns Current trajectory has 2 points. -Point[0] Position= (0.66195,-4.14026,1946.8) -Point[1] Position= (0.689463,-4.09048,1946.8) +Point[0] Position= (-28.9772,15.9987,4305.92) +Point[1] Position= (-28.9472,16.0041,4306.03) -TrackID =1980 : ParentID=1965 : TrackStatus=1 +TrackID =1977 : ParentID=1957 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 48.2069 -7.20858 2.29289 keV -Vertex : 0.000651802 -0.00407691 1.91695 m Global time : 6.39428 ns +Original momentum : -30.993 -18.9015 -52.8517 keV +Vertex : -0.0271541 0.0114154 4.30504 m Global time : 14.4739 ns Current trajectory has 2 points. -Point[0] Position= (0.651802,-4.07691,1916.95) -Point[1] Position= (0.741116,-4.09026,1916.96) +Point[0] Position= (-27.1541,11.4154,4305.04) +Point[1] Position= (-27.2658,11.3472,4304.85) + +TrackID =1956 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -74.5669 -32.2621 6.26949 keV +Vertex : -0.0140555 0.00753454 4.30282 m Global time : 14.3536 ns + Current trajectory has 3 points. +Point[0] Position= (-14.0555,7.53454,4302.82) +Point[1] Position= (-14.9612,8.26935,4302.83) +Point[2] Position= (-14.9496,8.28049,4302.78) -TrackID =1979 : ParentID=1965 : TrackStatus=1 +TrackID =1955 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.0946 -4.65781 1.1604 keV -Vertex : 0.000648387 -0.00405566 1.90695 m Global time : 6.36093 ns +Original momentum : -33.7224 33.3684 2.03271 keV +Vertex : -0.0139346 0.00746967 4.26585 m Global time : 14.2303 ns Current trajectory has 2 points. -Point[0] Position= (0.648387,-4.05566,1906.95) -Point[1] Position= (0.61956,-4.0596,1906.96) +Point[0] Position= (-13.9346,7.46967,4265.85) +Point[1] Position= (-13.9932,7.52764,4265.86) -TrackID =1978 : ParentID=1965 : TrackStatus=1 +TrackID =1954 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -161.979 53.3804 28.6388 keV -Vertex : 0.000637192 -0.00398596 1.87417 m Global time : 6.25157 ns - Current trajectory has 7 points. -Point[0] Position= (0.637192,-3.98596,1874.17) -Point[1] Position= (-3.81487,-3.20744,1873.23) -Point[2] Position= (-6.73679,-0.962604,1871.99) -Point[3] Position= (-7.37733,-0.579665,1870.59) -Point[4] Position= (-7.0436,0.664513,1869.31) -Point[5] Position= (-7.79048,-0.0736379,1869.08) -Point[6] Position= (-8.00169,-0.0623964,1869.18) - -TrackID =2039 : ParentID=1978 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -57.6065 -4.80478 -66.4135 keV -Vertex : -0.00737733 -0.000579665 1.87059 m Global time : 6.353 ns +Original momentum : 94.2 417.618 178.762 keV +Vertex : -0.0135745 0.00727658 4.15576 m Global time : 13.863 ns + Current trajectory has 22 points. +Point[0] Position= (-13.5745,7.27658,4155.76) +Point[1] Position= (-12.5932,10.2881,4157.03) +Point[2] Position= (-11.1313,13.8794,4159.64) +Point[3] Position= (-10.7163,24.1357,4166.87) +Point[4] Position= (-20.5706,50.9601,4197.75) +Point[5] Position= (5.83908,40.0392,4216.02) +Point[6] Position= (12.1467,41.4897,4233.18) +Point[7] Position= (12.2672,41.5033,4233.43) +Point[8] Position= (33.5322,46.047,4247.96) +Point[9] Position= (42.3505,54.2829,4256) +Point[10] Position= (47.1639,54.1424,4260.76) +Point[11] Position= (54.5437,58.5762,4264.96) +Point[12] Position= (60.5518,66.5858,4265.1) +Point[13] Position= (60.7256,67.1318,4265.25) +Point[14] Position= (63.47,73.79,4266) +Point[15] Position= (67.8464,76.9825,4269.33) +Point[16] Position= (67.7786,80.0438,4272.95) +Point[17] Position= (67.391,79.4945,4276.79) +Point[18] Position= (68.2038,77.5083,4274.79) +Point[19] Position= (70.0534,75.9997,4275.02) +Point[20] Position= (69.9918,74.9831,4276.37) +Point[21] Position= (69.7846,74.9525,4276.57) + +TrackID =1990 : ParentID=1954 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -48.7382 36.7721 57.4271 keV +Vertex : 0.0607256 0.0671318 4.26525 m Global time : 14.9236 ns Current trajectory has 3 points. -Point[0] Position= (-7.37733,-0.579665,1870.59) -Point[1] Position= (-8.35277,-0.88736,1870.53) -Point[2] Position= (-8.35482,-0.905165,1870.53) +Point[0] Position= (60.7256,67.1318,4265.25) +Point[1] Position= (60.6684,66.8155,4266.27) +Point[2] Position= (60.7019,66.8069,4266.26) -TrackID =1977 : ParentID=1965 : TrackStatus=1 +TrackID =1989 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 65.1005 -89.4246 11.7544 keV -Vertex : 0.000604905 -0.00378317 1.77875 m Global time : 5.93328 ns - Current trajectory has 4 points. -Point[0] Position= (0.604905,-3.78317,1778.75) -Point[1] Position= (1.79276,-4.46366,1780.24) -Point[2] Position= (2.41993,-4.9547,1780.01) -Point[3] Position= (2.38741,-5.12195,1779.96) +Original momentum : -26.6353 15.9257 -11.3575 keV +Vertex : 0.0605518 0.0665858 4.2651 m Global time : 14.9187 ns + Current trajectory has 2 points. +Point[0] Position= (60.5518,66.5858,4265.1) +Point[1] Position= (60.5312,66.5982,4265.09) -TrackID =2040 : ParentID=1977 : TrackStatus=1 +TrackID =1988 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 8.76637 -14.3078 43.0311 keV -Vertex : 0.00241993 -0.0049547 1.78001 m Global time : 5.96684 ns +Original momentum : 20.9929 -3.97279 -33.1477 keV +Vertex : 0.0545437 0.0585762 4.26496 m Global time : 14.8483 ns Current trajectory has 2 points. -Point[0] Position= (2.41993,-4.9547,1780.01) -Point[1] Position= (2.43421,-4.978,1780.08) +Point[0] Position= (54.5437,58.5762,4264.96) +Point[1] Position= (54.5676,58.5717,4264.92) -TrackID =1976 : ParentID=1965 : TrackStatus=1 +TrackID =1987 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.9318 -24.6568 1.02047 keV -Vertex : 0.000581012 -0.0036346 1.70892 m Global time : 5.70035 ns +Original momentum : -16.0797 23.714 31.1933 keV +Vertex : 0.0471639 0.0541424 4.26076 m Global time : 14.7815 ns Current trajectory has 2 points. -Point[0] Position= (0.581012,-3.6346,1708.92) -Point[1] Position= (0.564076,-3.65364,1708.92) +Point[0] Position= (47.1639,54.1424,4260.76) +Point[1] Position= (47.1424,54.1741,4260.8) -TrackID =1975 : ParentID=1965 : TrackStatus=1 +TrackID =1986 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.4793 23.0463 1.07099 keV -Vertex : 0.000497356 -0.00311084 1.46287 m Global time : 4.87961 ns +Original momentum : -20.6898 16.5142 20.3502 keV +Vertex : 0.0423505 0.0542829 4.256 m Global time : 14.7351 ns Current trajectory has 2 points. -Point[0] Position= (0.497356,-3.11084,1462.87) -Point[1] Position= (0.480887,-3.09395,1462.87) +Point[0] Position= (42.3505,54.2829,4256) +Point[1] Position= (42.3341,54.296,4256.01) -TrackID =1974 : ParentID=1965 : TrackStatus=1 +TrackID =1985 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 35.5742 -16.0884 1.44504 keV -Vertex : 0.000485109 -0.00303443 1.42697 m Global time : 4.75986 ns +Original momentum : -21.4947 -20.0268 17.4587 keV +Vertex : 0.0122672 0.0415033 4.23343 m Global time : 14.4865 ns Current trajectory has 2 points. -Point[0] Position= (0.485109,-3.03443,1426.97) -Point[1] Position= (0.524844,-3.0524,1426.97) +Point[0] Position= (12.2672,41.5033,4233.43) +Point[1] Position= (12.2494,41.4866,4233.45) -TrackID =1973 : ParentID=1965 : TrackStatus=1 +TrackID =1984 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.1434 -26.1552 1.87929 keV -Vertex : 0.000439079 -0.00274853 1.29255 m Global time : 4.31148 ns +Original momentum : -14.6862 -27.874 9.46743 keV +Vertex : 0.0121467 0.0414897 4.23318 m Global time : 14.4847 ns Current trajectory has 2 points. -Point[0] Position= (0.439079,-2.74853,1292.55) -Point[1] Position= (0.493538,-2.78794,1292.55) +Point[0] Position= (12.1467,41.4897,4233.18) +Point[1] Position= (12.1355,41.4683,4233.19) -TrackID =1972 : ParentID=1965 : TrackStatus=1 +TrackID =1983 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 48.2559 343.777 118.798 keV -Vertex : 0.000404103 -0.00253117 1.19042 m Global time : 3.97082 ns - Current trajectory has 19 points. -Point[0] Position= (0.404103,-2.53117,1190.42) -Point[1] Position= (1.58216,1.97298,1191.77) -Point[2] Position= (4.29042,9.78376,1195.17) -Point[3] Position= (14.1214,24.5209,1195.15) -Point[4] Position= (16.8886,39.0344,1192.36) -Point[5] Position= (39.9652,61.7596,1188.46) -Point[6] Position= (58.1595,64.7846,1183.34) -Point[7] Position= (60.0331,64.5379,1183) -Point[8] Position= (75.4294,59.9237,1183.73) -Point[9] Position= (83.7253,48.9295,1187.26) -Point[10] Position= (84.3703,46.7285,1186.18) -Point[11] Position= (82.3258,41.758,1184.11) -Point[12] Position= (81.2256,34.7715,1179.2) -Point[13] Position= (82.6999,30.8679,1177.44) -Point[14] Position= (83.2649,25.901,1177.1) -Point[15] Position= (84.0692,23.8743,1177.05) -Point[16] Position= (85.4871,22.4538,1175.11) -Point[17] Position= (84.4727,22.5178,1174.33) -Point[18] Position= (84.3795,22.5053,1174.5) +Original momentum : -41.5098 -1.10591 31.0348 keV +Vertex : 0.00583908 0.0400392 4.21602 m Global time : 14.3791 ns + Current trajectory has 2 points. +Point[0] Position= (5.83908,40.0392,4216.02) +Point[1] Position= (5.75018,40.0368,4216.09) -TrackID =2050 : ParentID=1972 : TrackStatus=1 +TrackID =1982 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -10.6699 -15.2783 41.6474 keV -Vertex : 0.0840692 0.0238743 1.17705 m Global time : 4.9975 ns +Original momentum : -32.8581 -1.55393 -3.99337 keV +Vertex : -0.0107163 0.0241357 4.16687 m Global time : 13.973 ns Current trajectory has 2 points. -Point[0] Position= (84.0692,23.8743,1177.05) -Point[1] Position= (84.0523,23.8501,1177.11) +Point[0] Position= (-10.7163,24.1357,4166.87) +Point[1] Position= (-10.7419,24.1345,4166.86) -TrackID =2049 : ParentID=1972 : TrackStatus=1 +TrackID =1981 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 48.2037 32.5604 7.39719 keV -Vertex : 0.0826999 0.0308679 1.17744 m Global time : 4.92754 ns - Current trajectory has 2 points. -Point[0] Position= (82.6999,30.8679,1177.44) -Point[1] Position= (82.8392,30.962,1177.46) +Original momentum : 175.18 0.938291 44.8162 keV +Vertex : -0.0111313 0.0138794 4.15964 m Global time : 13.9038 ns + Current trajectory has 9 points. +Point[0] Position= (-11.1313,13.8794,4159.64) +Point[1] Position= (-6.82216,15.4416,4162.19) +Point[2] Position= (-3.31318,13.4776,4163.31) +Point[3] Position= (0.188091,14.9113,4163.02) +Point[4] Position= (1.6003,15.0456,4162.36) +Point[5] Position= (3.78556,15.1465,4163.45) +Point[6] Position= (5.62521,15.2425,4163.69) +Point[7] Position= (6.36983,14.321,4164.5) +Point[8] Position= (6.37318,14.3189,4164.49) -TrackID =2048 : ParentID=1972 : TrackStatus=1 +TrackID =1991 : ParentID=1981 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.0673 -2.65137 25.6329 keV -Vertex : 0.0823258 0.041758 1.18411 m Global time : 4.82029 ns +Original momentum : 9.33048 -35.9519 -0.109664 keV +Vertex : 0.0016003 0.0150456 4.16236 m Global time : 14.047 ns Current trajectory has 2 points. -Point[0] Position= (82.3258,41.758,1184.11) -Point[1] Position= (82.2685,41.7539,1184.15) +Point[0] Position= (1.6003,15.0456,4162.36) +Point[1] Position= (1.60962,15.0097,4162.36) -TrackID =2047 : ParentID=1972 : TrackStatus=1 +TrackID =1980 : ParentID=1954 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.5036 -4.61657 -4.82865 keV -Vertex : 0.0843703 0.0467285 1.18618 m Global time : 4.77693 ns - Current trajectory has 2 points. -Point[0] Position= (84.3703,46.7285,1186.18) -Point[1] Position= (84.474,46.7191,1186.17) +Original momentum : -41.8344 102.609 -80.114 keV +Vertex : -0.0125932 0.0102881 4.15703 m Global time : 13.8799 ns + Current trajectory has 4 points. +Point[0] Position= (-12.5932,10.2881,4157.03) +Point[1] Position= (-11.575,12.7763,4155.72) +Point[2] Position= (-11.4824,12.2248,4153.76) +Point[3] Position= (-11.1559,12.2341,4153.45) -TrackID =2046 : ParentID=1972 : TrackStatus=1 +TrackID =1953 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.9394 5.0546 -35.6854 keV -Vertex : 0.0754294 0.0599237 1.18373 m Global time : 4.65481 ns +Original momentum : 21.7087 -30.6167 1.50344 keV +Vertex : -0.0134071 0.00718664 4.10456 m Global time : 13.6923 ns Current trajectory has 2 points. -Point[0] Position= (75.4294,59.9237,1183.73) -Point[1] Position= (75.4654,59.931,1183.68) +Point[0] Position= (-13.4071,7.18664,4104.56) +Point[1] Position= (-13.3849,7.1553,4104.56) -TrackID =2045 : ParentID=1972 : TrackStatus=1 +TrackID =1952 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.25794 44.9067 20.3092 keV -Vertex : 0.0581595 0.0647846 1.18334 m Global time : 4.53231 ns +Original momentum : 37.4474 -22.0089 2.00778 keV +Vertex : -0.0133014 0.00712986 4.07223 m Global time : 13.5844 ns Current trajectory has 2 points. -Point[0] Position= (58.1595,64.7846,1183.34) -Point[1] Position= (58.1638,64.87,1183.37) +Point[0] Position= (-13.3014,7.12986,4072.23) +Point[1] Position= (-13.2483,7.09864,4072.23) -TrackID =2044 : ParentID=1972 : TrackStatus=1 +TrackID =1951 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.20056 17.036 30.7585 keV -Vertex : 0.0168886 0.0390344 1.19236 m Global time : 4.23624 ns +Original momentum : -2.48923 -61.7985 3.84401 keV +Vertex : -0.0131931 0.00707167 4.03908 m Global time : 13.4738 ns Current trajectory has 2 points. -Point[0] Position= (16.8886,39.0344,1192.36) -Point[1] Position= (16.8906,39.0495,1192.38) +Point[0] Position= (-13.1931,7.07167,4039.08) +Point[1] Position= (-13.2013,6.86696,4039.09) -TrackID =2043 : ParentID=1972 : TrackStatus=1 +TrackID =1950 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.3124 13.7537 -18.4892 keV -Vertex : 0.0141214 0.0245209 1.19515 m Global time : 4.14975 ns +Original momentum : -36.1812 -46.0408 3.31731 keV +Vertex : -0.0131572 0.00705239 4.02809 m Global time : 13.4372 ns Current trajectory has 2 points. -Point[0] Position= (14.1214,24.5209,1195.15) -Point[1] Position= (14.0894,24.5354,1195.13) +Point[0] Position= (-13.1572,7.05239,4028.09) +Point[1] Position= (-13.2618,6.91923,4028.1) -TrackID =2042 : ParentID=1972 : TrackStatus=1 +TrackID =1949 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.6522 -0.0754257 34.7706 keV -Vertex : 0.00429042 0.00978376 1.19517 m Global time : 4.04928 ns +Original momentum : -39.0583 4.10654 1.37401 keV +Vertex : -0.0116133 0.00622455 3.55562 m Global time : 11.8612 ns Current trajectory has 2 points. -Point[0] Position= (4.29042,9.78376,1195.17) -Point[1] Position= (4.31346,9.78367,1195.21) +Point[0] Position= (-11.6133,6.22455,3555.62) +Point[1] Position= (-11.6575,6.2292,3555.62) -TrackID =2041 : ParentID=1972 : TrackStatus=1 +TrackID =1948 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.80128 20.0061 -49.4694 keV -Vertex : 0.00158216 0.00197298 1.19177 m Global time : 3.99834 ns +Original momentum : 26.5343 29.929 1.59978 keV +Vertex : -0.0111499 0.0059761 3.41383 m Global time : 11.3882 ns Current trajectory has 2 points. -Point[0] Position= (1.58216,1.97298,1191.77) -Point[1] Position= (1.5757,2.01908,1191.65) +Point[0] Position= (-11.1499,5.9761,3413.83) +Point[1] Position= (-11.1186,6.01138,3413.84) -TrackID =1971 : ParentID=1965 : TrackStatus=1 +TrackID =1947 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.7379 36.752 1.60745 keV -Vertex : 0.000362235 -0.00227151 1.06826 m Global time : 3.56333 ns +Original momentum : 15.5611 71.9485 5.22625 keV +Vertex : -0.0104962 0.00562577 3.21369 m Global time : 10.7206 ns Current trajectory has 2 points. -Point[0] Position= (0.362235,-2.27151,1068.26) -Point[1] Position= (0.379224,-2.22915,1068.26) +Point[0] Position= (-10.4962,5.62577,3213.69) +Point[1] Position= (-10.4163,5.99529,3213.72) -TrackID =1970 : ParentID=1965 : TrackStatus=1 +TrackID =1946 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -12.0816 38.0487 1.64461 keV -Vertex : 0.000348376 -0.00218533 1.02771 m Global time : 3.42806 ns +Original momentum : 17.0919 -38.7861 1.88193 keV +Vertex : -0.0100779 0.00540164 3.08556 m Global time : 10.2932 ns Current trajectory has 2 points. -Point[0] Position= (0.348376,-2.18533,1027.71) -Point[1] Position= (0.334195,-2.14067,1027.71) +Point[0] Position= (-10.0779,5.40164,3085.56) +Point[1] Position= (-10.0549,5.34959,3085.56) -TrackID =1969 : ParentID=1965 : TrackStatus=1 +TrackID =1945 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.42938 37.2162 1.49119 keV -Vertex : 0.023112 -0.144821 68.141 cm Global time : 2.27295 ns +Original momentum : -34.9448 -33.9828 2.26998 keV +Vertex : -0.00998047 0.00534944 3.05572 m Global time : 10.1937 ns Current trajectory has 2 points. -Point[0] Position= (0.23112,-1.44821,681.41) -Point[1] Position= (0.223325,-1.40916,681.412) +Point[0] Position= (-9.98047,5.34944,3055.72) +Point[1] Position= (-10.0452,5.28648,3055.72) -TrackID =1968 : ParentID=1965 : TrackStatus=1 +TrackID =1944 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -69.0661 -24.6518 5.23286 keV -Vertex : 0.0150351 -0.0943395 44.406 cm Global time : 1.48123 ns +Original momentum : 16.9529 29.9455 1.16166 keV +Vertex : -0.00994781 0.00533195 3.04572 m Global time : 10.1603 ns Current trajectory has 2 points. -Point[0] Position= (0.150351,-0.943395,444.06) -Point[1] Position= (-0.200989,-1.0688,444.086) +Point[0] Position= (-9.94781,5.33195,3045.72) +Point[1] Position= (-9.93348,5.35727,3045.72) -TrackID =1967 : ParentID=1965 : TrackStatus=1 +TrackID =1943 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -60.7535 48.995 6.08654 keV -Vertex : 0.00714473 -0.0448438 21.1162 cm Global time : 704.363 ps - Current trajectory has 3 points. -Point[0] Position= (0.0714473,-0.448438,211.162) -Point[1] Position= (-0.218704,-0.0168725,210.721) -Point[2] Position= (-0.235538,0.0100018,210.712) +Original momentum : 140.562 96.5507 28.7604 keV +Vertex : -0.0098407 0.00527459 3.01294 m Global time : 10.051 ns + Current trajectory has 8 points. +Point[0] Position= (-9.8407,5.27459,3012.94) +Point[1] Position= (-5.69109,6.02217,3015.73) +Point[2] Position= (-5.46491,8.28662,3018.48) +Point[3] Position= (-2.82771,9.85689,3019.23) +Point[4] Position= (-2.51763,10.101,3018.45) +Point[5] Position= (-0.812709,9.48876,3018.09) +Point[6] Position= (0.0944216,9.22351,3017.86) +Point[7] Position= (0.155935,9.21941,3017.84) -TrackID =1966 : ParentID=1965 : TrackStatus=1 +TrackID =1993 : ParentID=1943 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.3377 86.6174 8.62704 keV -Vertex : 0.00399372 -0.0250597 11.8045 cm Global time : 393.757 ps - Current trajectory has 3 points. -Point[0] Position= (0.0399372,-0.250597,118.045) -Point[1] Position= (-0.15135,0.449615,119.443) -Point[2] Position= (-0.281644,0.372128,119.499) - -TrackID =1963 : ParentID=1961 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 0.0529338 0.0803459 17.3404 GeV -Vertex : -1.9937e-295 -1.71291e-295 1.3359e-293 fm Global time : 4.72359e-305 ps +Original momentum : -5.534 13.8139 -30.8212 keV +Vertex : 9.44216e-05 0.00922351 3.01786 m Global time : 10.2075 ns Current trajectory has 2 points. -Point[0] Position= (-1.9937e-307,-1.71291e-307,1.3359e-305) -Point[1] Position= (18.3158,27.8008,6000) +Point[0] Position= (0.0944216,9.22351,3017.86) +Point[1] Position= (0.0898029,9.23504,3017.83) -TrackID =1937 : ParentID=1514 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -31.7917 -2.38936 208.135 MeV -Vertex : -3.6315 1.53823 8.10819 nm Global time : 3.2116e-05 ps +TrackID =1992 : ParentID=1943 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -10.0266 -24.3854 -22.852 keV +Vertex : -0.00251763 0.010101 3.01845 m Global time : 10.174 ns Current trajectory has 2 points. -Point[0] Position= (-3.6315e-06,1.53823e-06,8.10819e-06) -Point[1] Position= (-916.472,-68.879,6000) +Point[0] Position= (-2.51763,10.101,3018.45) +Point[1] Position= (-2.52636,10.0797,3018.43) -TrackID =1936 : ParentID=1850 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : -0.274943 -10.1979 133.764 MeV -Vertex : -13.2233 21.2322 0.690089 cm Global time : 950.927 ps +TrackID =1942 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -110.602 2.3751 11.6012 keV +Vertex : -0.00952905 0.0051075 2.91752 m Global time : 9.73267 ns Current trajectory has 4 points. -Point[0] Position= (-132.233,212.322,6.90089) -Point[1] Position= (-132.237,212.164,8.97629) -Point[2] Position= (-133.953,148.515,843.848) -Point[3] Position= (-144.551,-244.58,6000) +Point[0] Position= (-9.52905,5.1075,2917.52) +Point[1] Position= (-10.9394,3.63219,2917.8) +Point[2] Position= (-11.1975,3.4568,2917.93) +Point[3] Position= (-11.1169,3.33041,2917.98) -TrackID =1935 : ParentID=1850 : TrackStatus=1 -Particle name : gamma PDG code : 22 Charge : 0 -Original momentum : 81.8292 40.8064 32.5064 MeV -Vertex : -13.2233 21.2322 0.690089 cm Global time : 950.927 ps - Current trajectory has 6 points. -Point[0] Position= (-132.233,212.322,6.90089) -Point[1] Position= (-130.94,212.966,7.41434) -Point[2] Position= (-91.3166,232.726,23.1547) -Point[3] Position= (-61.9894,247.351,34.8049) -Point[4] Position= (38.5906,297.508,74.76) -Point[5] Position= (43.4708,299.941,76.6987) - -TrackID =1964 : ParentID=1962 : TrackStatus=1 -Particle name : pi+ PDG code : 211 Charge : 1 -Original momentum : -0.424972 0.228 130.249 GeV -Vertex : -2.07936e-295 -1.73811e-295 2.00296e-293 fm Global time : 6.94868e-305 ps - Current trajectory has 50 points. -Point[0] Position= (-2.07936e-307,-1.73811e-307,2.00296e-305) -Point[1] Position= (-0.210506,0.112978,64.5145) -Point[2] Position= (-0.224269,0.120359,68.7331) -Point[3] Position= (-1.38761,0.744537,425.204) -Point[4] Position= (-2.74736,1.47411,841.88) -Point[5] Position= (-3.18548,1.70966,976.182) -Point[6] Position= (-3.44907,1.85136,1057.03) -Point[7] Position= (-3.4844,1.87035,1067.87) -Point[8] Position= (-3.63428,1.95092,1113.83) -Point[9] Position= (-3.79813,2.03896,1164.1) -Point[10] Position= (-4.9535,2.65925,1518.51) -Point[11] Position= (-5.04308,2.70739,1545.99) -Point[12] Position= (-5.10388,2.74006,1564.64) -Point[13] Position= (-5.36893,2.88255,1645.93) -Point[14] Position= (-5.44496,2.92341,1669.24) -Point[15] Position= (-5.81103,3.12023,1781.55) -Point[16] Position= (-6.46955,3.47439,1983.52) -Point[17] Position= (-6.52943,3.50656,2001.89) -Point[18] Position= (-6.63112,3.56119,2033.08) -Point[19] Position= (-6.93526,3.72478,2126.38) -Point[20] Position= (-7.00608,3.76285,2148.11) -Point[21] Position= (-7.02086,3.7708,2152.65) -Point[22] Position= (-8.27623,4.4453,2537.82) -Point[23] Position= (-8.52117,4.577,2612.96) -Point[24] Position= (-8.57491,4.60589,2629.45) -Point[25] Position= (-9.90755,5.32226,3038.48) -Point[26] Position= (-10.3878,5.5803,3185.93) -Point[27] Position= (-10.8845,5.8473,3338.47) -Point[28] Position= (-10.9682,5.89231,3364.18) -Point[29] Position= (-11.8317,6.35688,3629.37) -Point[30] Position= (-11.8971,6.39205,3649.45) -Point[31] Position= (-11.902,6.3947,3650.97) -Point[32] Position= (-12.357,6.63874,3790.57) -Point[33] Position= (-12.439,6.6827,3815.72) -Point[34] Position= (-12.8789,6.91865,3950.6) -Point[35] Position= (-12.889,6.92403,3953.67) -Point[36] Position= (-12.9643,6.96442,3976.78) -Point[37] Position= (-13.0206,6.99457,3994.02) -Point[38] Position= (-14.4176,7.74392,4422.55) -Point[39] Position= (-14.9492,8.02898,4585.72) -Point[40] Position= (-15.9443,8.56207,4891.13) -Point[41] Position= (-16.6172,8.92385,5097.63) -Point[42] Position= (-17.098,9.18255,5245.13) -Point[43] Position= (-17.6262,9.4667,5407.23) -Point[44] Position= (-17.6823,9.49694,5424.47) -Point[45] Position= (-17.7123,9.51308,5433.66) -Point[46] Position= (-18.0444,9.69214,5535.59) -Point[47] Position= (-18.5549,9.96762,5692.28) -Point[48] Position= (-19.1883,10.3093,5886.83) -Point[49] Position= (-19.5567,10.5083,6000) - -TrackID =2108 : ParentID=1964 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -83.9016 13.0315 6.75412 keV -Vertex : -0.0191883 0.0103093 5.88683 m Global time : 19.6365 ns - Current trajectory has 3 points. -Point[0] Position= (-19.1883,10.3093,5886.83) -Point[1] Position= (-19.9252,10.005,5886.2) -Point[2] Position= (-19.9751,10.018,5886.18) +TrackID =1994 : ParentID=1942 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -31.0625 -26.3079 -15.3296 keV +Vertex : -0.0111975 0.0034568 2.91793 m Global time : 9.76067 ns + Current trajectory has 2 points. +Point[0] Position= (-11.1975,3.4568,2917.93) +Point[1] Position= (-11.2416,3.41946,2917.91) -TrackID =2107 : ParentID=1964 : TrackStatus=1 +TrackID =1941 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 23.7163 -25.8249 1.32581 keV -Vertex : -0.0185549 0.00996762 5.69228 m Global time : 18.9875 ns +Original momentum : -6.32655 32.3883 0.98804 keV +Vertex : -0.00930077 0.00498525 2.84769 m Global time : 9.49973 ns Current trajectory has 2 points. -Point[0] Position= (-18.5549,9.96762,5692.28) -Point[1] Position= (-18.534,9.94487,5692.28) +Point[0] Position= (-9.30077,4.98525,2847.69) +Point[1] Position= (-9.30565,5.01026,2847.69) -TrackID =2106 : ParentID=1964 : TrackStatus=1 +TrackID =1940 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.3505 17.1577 0.900508 keV -Vertex : -0.0180444 0.00969214 5.53559 m Global time : 18.4649 ns +Original momentum : 31.9528 3.92232 1.11189 keV +Vertex : -0.00849615 0.00455448 2.60164 m Global time : 8.679 ns Current trajectory has 2 points. -Point[0] Position= (-18.0444,9.69214,5535.59) -Point[1] Position= (-18.0645,9.70478,5535.59) +Point[0] Position= (-8.49615,4.55448,2601.64) +Point[1] Position= (-8.47274,4.55735,2601.64) -TrackID =2105 : ParentID=1964 : TrackStatus=1 +TrackID =1939 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.0856 -18.2003 2.87461 keV -Vertex : -0.0177123 0.00951308 5.43366 m Global time : 18.1249 ns +Original momentum : -34.3547 -18.5529 1.41159 keV +Vertex : -0.00837876 0.00449157 2.56574 m Global time : 8.55925 ns Current trajectory has 2 points. -Point[0] Position= (-17.7123,9.51308,5433.66) -Point[1] Position= (-17.6043,9.47302,5433.66) +Point[0] Position= (-8.37876,4.49157,2565.74) +Point[1] Position= (-8.41713,4.47085,2565.74) -TrackID =2104 : ParentID=1964 : TrackStatus=1 +TrackID =1938 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.4416 -32.294 1.28811 keV -Vertex : -0.0176823 0.00949694 5.42447 m Global time : 18.0942 ns +Original momentum : -42.712 -12.8961 1.83021 keV +Vertex : -0.00793918 0.00425608 2.43132 m Global time : 8.11087 ns Current trajectory has 2 points. -Point[0] Position= (-17.6823,9.49694,5424.47) -Point[1] Position= (-17.6979,9.46635,5424.47) +Point[0] Position= (-7.93918,4.25608,2431.32) +Point[1] Position= (-8.00353,4.23665,2431.32) + +TrackID =1937 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 244.029 -246.654 119.313 keV +Vertex : -0.00760511 0.00407732 2.32919 m Global time : 7.77021 ns + Current trajectory has 18 points. +Point[0] Position= (-7.60511,4.07732,2329.19) +Point[1] Position= (10.5757,-7.14172,2330.71) +Point[2] Position= (16.4167,-12.3133,2331.78) +Point[3] Position= (17.6486,-14.0245,2332.3) +Point[4] Position= (33.1616,-35.0275,2345.81) +Point[5] Position= (46.6501,-42.9741,2360.74) +Point[6] Position= (53.5383,-58.475,2366.69) +Point[7] Position= (42.6062,-61.2958,2373.38) +Point[8] Position= (36.2292,-68.7146,2371.11) +Point[9] Position= (31.6178,-75.3109,2371.84) +Point[10] Position= (29.5237,-81.4731,2372.92) +Point[11] Position= (30.6336,-86.5491,2372.53) +Point[12] Position= (28.596,-89.6088,2375.17) +Point[13] Position= (27.4088,-90.7607,2378.18) +Point[14] Position= (28.0435,-91.6602,2380.83) +Point[15] Position= (27.6445,-91.8746,2382.4) +Point[16] Position= (27.5178,-93.148,2382.61) +Point[17] Position= (27.546,-93.1651,2382.57) + +TrackID =1998 : ParentID=1937 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -12.5598 -26.7291 17.5492 keV +Vertex : 0.0274088 -0.0907607 2.37818 m Global time : 8.78294 ns + Current trajectory has 2 points. +Point[0] Position= (27.4088,-90.7607,2378.18) +Point[1] Position= (27.3982,-90.7832,2378.19) + +TrackID =1997 : ParentID=1937 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 24.7271 20.4822 0.731443 keV +Vertex : 0.0176486 -0.0140245 2.3323 m Global time : 7.94464 ns + Current trajectory has 2 points. +Point[0] Position= (17.6486,-14.0245,2332.3) +Point[1] Position= (17.6666,-14.0096,2332.3) + +TrackID =1996 : ParentID=1937 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 65.2083 52.1361 89.0198 keV +Vertex : 0.0164167 -0.0123133 2.33178 m Global time : 7.93104 ns + Current trajectory has 5 points. +Point[0] Position= (16.4167,-12.3133,2331.78) +Point[1] Position= (16.6731,-12.4248,2334.08) +Point[2] Position= (18.058,-12.1023,2333.58) +Point[3] Position= (18.0894,-11.9247,2333.53) +Point[4] Position= (18.007,-11.9138,2333.49) -TrackID =2103 : ParentID=1964 : TrackStatus=1 +TrackID =1999 : ParentID=1996 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -47.0515 1.68637 2.01208 keV -Vertex : -0.0176262 0.0094667 5.40723 m Global time : 18.0367 ns +Original momentum : 13.9507 29.8426 -22.2281 keV +Vertex : 0.0180894 -0.0119247 2.33353 m Global time : 7.97752 ns Current trajectory has 2 points. -Point[0] Position= (-17.6262,9.4667,5407.23) -Point[1] Position= (-17.7065,9.46958,5407.23) +Point[0] Position= (18.0894,-11.9247,2333.53) +Point[1] Position= (18.1056,-11.8901,2333.51) -TrackID =2102 : ParentID=1964 : TrackStatus=1 +TrackID =1995 : ParentID=1937 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -126.567 -78.9854 21.4932 keV -Vertex : -0.017098 0.00918255 5.24513 m Global time : 17.496 ns - Current trajectory has 7 points. -Point[0] Position= (-17.098,9.18255,5245.13) -Point[1] Position= (-20.1684,8.2408,5244.36) -Point[2] Position= (-22.7859,8.40655,5245.28) -Point[3] Position= (-22.8974,8.60138,5245.41) -Point[4] Position= (-24.3893,9.24841,5245.71) -Point[5] Position= (-24.3397,9.72506,5245.11) -Point[6] Position= (-24.2315,9.6671,5245.12) +Original momentum : 26.9006 10.6986 -69.1044 keV +Vertex : 0.0105757 -0.00714172 2.33071 m Global time : 7.88532 ns + Current trajectory has 2 points. +Point[0] Position= (10.5757,-7.14172,2330.71) +Point[1] Position= (10.7192,-7.08462,2330.34) -TrackID =2109 : ParentID=2102 : TrackStatus=1 +TrackID =1936 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 21.5721 35.7528 -5.06084 keV -Vertex : -0.0228974 0.00860138 5.24541 m Global time : 17.5641 ns +Original momentum : 20.2996 -33.9952 1.66017 keV +Vertex : -0.00720586 0.00386368 2.20703 m Global time : 7.36272 ns Current trajectory has 2 points. -Point[0] Position= (-22.8974,8.60138,5245.41) -Point[1] Position= (-22.869,8.64844,5245.41) +Point[0] Position= (-7.20586,3.86368,2207.03) +Point[1] Position= (-7.18246,3.8245,2207.03) -TrackID =2101 : ParentID=1964 : TrackStatus=1 +TrackID =1935 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.10284 31.6721 0.96805 keV -Vertex : -0.0166172 0.00892385 5.09763 m Global time : 17.004 ns +Original momentum : 37.5856 -13.4457 1.70595 keV +Vertex : -0.00707338 0.00379277 2.16648 m Global time : 7.22745 ns Current trajectory has 2 points. -Point[0] Position= (-16.6172,8.92385,5097.63) -Point[1] Position= (-16.6135,8.94688,5097.63) +Point[0] Position= (-7.07338,3.79277,2166.48) +Point[1] Position= (-7.02926,3.77699,2166.48) -TrackID =2100 : ParentID=1964 : TrackStatus=1 +TrackID =1934 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 54.0303 -35.0692 4.29915 keV -Vertex : -0.0159443 0.00856207 4.89113 m Global time : 16.3152 ns +Original momentum : 34.1076 -16.6353 1.55012 keV +Vertex : -0.00594155 0.00318715 1.82018 m Global time : 6.07233 ns Current trajectory has 2 points. -Point[0] Position= (-15.9443,8.56207,4891.13) -Point[1] Position= (-15.7462,8.43347,4891.15) +Point[0] Position= (-5.94155,3.18715,1820.18) +Point[1] Position= (-5.90576,3.1697,1820.18) -TrackID =2099 : ParentID=1964 : TrackStatus=1 +TrackID =1933 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 46.2778 -43.1128 4.14225 keV -Vertex : -0.0149492 0.00802898 4.58572 m Global time : 15.2964 ns +Original momentum : 22.2131 69.8902 5.21196 keV +Vertex : -0.005166 0.00277126 1.58283 m Global time : 5.28061 ns Current trajectory has 2 points. -Point[0] Position= (-14.9492,8.02898,4585.72) -Point[1] Position= (-14.787,7.87793,4585.74) +Point[0] Position= (-5.166,2.77126,1582.83) +Point[1] Position= (-5.053,3.12679,1582.86) + +TrackID =1932 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 75.7725 18.6793 6.17653 keV +Vertex : -0.00440554 0.00236317 1.34994 m Global time : 4.50375 ns + Current trajectory has 3 points. +Point[0] Position= (-4.40554,2.36317,1349.94) +Point[1] Position= (-4.09165,3.01751,1349.92) +Point[2] Position= (-4.05452,3.04827,1349.87) -TrackID =2098 : ParentID=1964 : TrackStatus=1 +TrackID =1931 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -50.5004 2.22561 2.33104 keV -Vertex : -0.0144176 0.00774392 4.42255 m Global time : 14.7521 ns +Original momentum : -30.6421 53.1756 3.49093 keV +Vertex : -0.00418553 0.00224513 1.28255 m Global time : 4.27897 ns Current trajectory has 2 points. -Point[0] Position= (-14.4176,7.74392,4422.55) -Point[1] Position= (-14.5196,7.74842,4422.55) +Point[0] Position= (-4.18553,2.24513,1282.55) +Point[1] Position= (-4.28503,2.4178,1282.56) -TrackID =2097 : ParentID=1964 : TrackStatus=1 +TrackID =1930 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.57591 49.7046 2.35429 keV -Vertex : -0.0130206 0.00699457 3.99402 m Global time : 13.3227 ns +Original momentum : 1.02955 -39.1875 1.57582 keV +Vertex : -0.00342259 0.00183583 1.04888 m Global time : 3.49951 ns Current trajectory has 2 points. -Point[0] Position= (-13.0206,6.99457,3994.02) -Point[1] Position= (-13.0136,7.09163,3994.03) +Point[0] Position= (-3.42259,1.83583,1048.88) +Point[1] Position= (-3.42143,1.79165,1048.88) -TrackID =2096 : ParentID=1964 : TrackStatus=1 +TrackID =1929 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -33.4446 -58.6627 4.45518 keV -Vertex : -0.0129643 0.00696442 3.97678 m Global time : 13.2652 ns +Original momentum : -38.61 14.1856 1.50424 keV +Vertex : -0.00332033 0.001781 1.01755 m Global time : 3.39501 ns Current trajectory has 2 points. -Point[0] Position= (-12.9643,6.96442,3976.78) -Point[1] Position= (-13.1023,6.72236,3976.8) +Point[0] Position= (-3.32033,1.781,1017.55) +Point[1] Position= (-3.36875,1.79879,1017.55) -TrackID =2095 : ParentID=1964 : TrackStatus=1 +TrackID =1928 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.5792 9.563 1.735 keV -Vertex : -0.012889 0.00692403 3.95367 m Global time : 13.1881 ns +Original momentum : -11.2066 -32.4448 1.17318 keV +Vertex : -0.168059 0.0901673 51.5091 cm Global time : 1.71898 ns Current trajectory has 2 points. -Point[0] Position= (-12.889,6.92403,3953.67) -Point[1] Position= (-12.8404,6.93576,3953.68) +Point[0] Position= (-1.68059,0.901673,515.091) +Point[1] Position= (-1.69001,0.874388,515.092) -TrackID =2094 : ParentID=1964 : TrackStatus=1 +TrackID =1927 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.1474 8.9761 1.24654 keV -Vertex : -0.0128789 0.00691865 3.9506 m Global time : 13.1779 ns +Original momentum : -38.8042 31.9724 2.2902 keV +Vertex : -0.143599 0.0770482 44.012 cm Global time : 1.4689 ns Current trajectory has 2 points. -Point[0] Position= (-12.8789,6.91865,3950.6) -Point[1] Position= (-12.851,6.92621,3950.6) +Point[0] Position= (-1.43599,0.770482,440.12) +Point[1] Position= (-1.51339,0.834256,440.125) -TrackID =2093 : ParentID=1964 : TrackStatus=1 +TrackID =1926 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 61.7945 -56.2741 7.13902 keV -Vertex : -0.012439 0.0066827 3.81572 m Global time : 12.728 ns - Current trajectory has 3 points. -Point[0] Position= (-12.439,6.6827,3815.72) -Point[1] Position= (-11.3828,6.9432,3815.64) -Point[2] Position= (-11.3779,6.94397,3815.65) +Original momentum : -72.4586 4.90087 4.91326 keV +Vertex : -0.138478 0.0743036 42.443 cm Global time : 1.41657 ns + Current trajectory has 2 points. +Point[0] Position= (-1.38478,0.743036,424.43) +Point[1] Position= (-1.74417,0.767344,424.455) -TrackID =2092 : ParentID=1964 : TrackStatus=1 +TrackID =1925 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.1331 30.2778 0.928911 keV -Vertex : -0.012357 0.00663874 3.79057 m Global time : 12.6441 ns +Original momentum : 30.7465 28.5063 1.77072 keV +Vertex : -0.108315 0.0581304 33.1999 cm Global time : 1.10825 ns Current trajectory has 2 points. -Point[0] Position= (-12.357,6.63874,3790.57) -Point[1] Position= (-12.3652,6.66101,3790.57) +Point[0] Position= (-1.08315,0.581304,331.999) +Point[1] Position= (-1.04289,0.618632,332.001) -TrackID =2091 : ParentID=1964 : TrackStatus=1 +TrackID =1924 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 253.76 170.949 92.2262 keV -Vertex : -0.011902 0.0063947 3.65097 m Global time : 12.1784 ns - Current trajectory has 19 points. -Point[0] Position= (-11.902,6.3947,3650.97) -Point[1] Position= (-6.49282,12.4598,3653.12) -Point[2] Position= (-2.51302,15.2775,3654.4) -Point[3] Position= (2.96465,24.3383,3659.15) -Point[4] Position= (18.9815,39.7078,3662.32) -Point[5] Position= (29.9874,52.3436,3669.05) -Point[6] Position= (32.3338,58.046,3666.79) -Point[7] Position= (33.3436,59.7902,3666.01) -Point[8] Position= (33.416,68.534,3656.93) -Point[9] Position= (32.0812,74.0801,3650.13) -Point[10] Position= (32.1911,76.1288,3647.46) -Point[11] Position= (34.1202,81.3712,3645.01) -Point[12] Position= (34.965,83.4969,3640.48) -Point[13] Position= (35.2035,87.394,3640.37) -Point[14] Position= (32.9557,89.7442,3640.49) -Point[15] Position= (32.7579,89.5705,3643.05) -Point[16] Position= (32.5594,89.8468,3643.86) -Point[17] Position= (32.3482,89.8626,3644.27) -Point[18] Position= (32.3307,89.8853,3644.3) +Original momentum : -13.57 -39.9004 1.76361 keV +Vertex : -0.108224 0.058082 33.1722 cm Global time : 1.10651 ns + Current trajectory has 2 points. +Point[0] Position= (-1.08224,0.58082,331.722) +Point[1] Position= (-1.10022,0.527966,331.724) + +TrackID =1923 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -5.01757 -50.3704 2.57942 keV +Vertex : -0.0488554 0.0262202 14.9745 cm Global time : 499.5 ps + Current trajectory has 2 points. +Point[0] Position= (-0.488554,0.262202,149.745) +Point[1] Position= (-0.498732,0.160029,149.75) + +TrackID =1922 : ParentID=1850 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 58.2017 -8.0416 3.58317 keV +Vertex : -0.00576818 0.00309486 1.76809 cm Global time : 58.9776 ps + Current trajectory has 2 points. +Point[0] Position= (-0.0576818,0.0309486,17.6809) +Point[1] Position= (0.112165,0.0074812,17.6914) -TrackID =2114 : ParentID=2091 : TrackStatus=1 +TrackID =1921 : ParentID=1850 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.56965 28.5471 -45.6143 keV -Vertex : 0.0325594 0.0898468 3.64386 m Global time : 13.0446 ns +Original momentum : -13.6978 31.667 1.06448 keV +Vertex : -0.00370703 0.00198898 1.13625 cm Global time : 37.9013 ps Current trajectory has 2 points. -Point[0] Position= (32.5594,89.8468,3643.86) -Point[1] Position= (32.5462,89.9146,3643.75) +Point[0] Position= (-0.0370703,0.0198898,11.3625) +Point[1] Position= (-0.0487166,0.0468142,11.3634) -TrackID =2113 : ParentID=2091 : TrackStatus=1 +TrackID =1846 : ParentID=1825 : TrackStatus=1 +Particle name : unknown : delta+ PDG code : 2214 Charge : 1 +Original momentum : -0.172069 0.414941 182.573 GeV +Vertex : -1.99346e-295 -1.71289e-295 1.3336e-293 fm Global time : 4.71592e-305 ps + Current trajectory has 2 points. +Point[0] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) +Point[1] Position= (-2.05633e-307,-1.56128e-307,2.00066e-305) + +TrackID =2001 : ParentID=1846 : TrackStatus=1 +Particle name : proton PDG code : 2212 Charge : 1 +Original momentum : 0.0901456 0.284078 132.855 GeV +Vertex : -2.05633e-295 -1.56128e-295 2.00066e-293 fm Global time : 6.94105e-305 ps + Current trajectory has 63 points. +Point[0] Position= (-2.05633e-307,-1.56128e-307,2.00066e-305) +Point[1] Position= (0.022279,0.070286,32.871) +Point[2] Position= (0.0496872,0.156876,73.3862) +Point[3] Position= (0.153141,0.48426,226.641) +Point[4] Position= (0.169385,0.535802,250.765) +Point[5] Position= (0.282377,0.894418,418.65) +Point[6] Position= (0.375154,1.18845,556.478) +Point[7] Position= (0.375522,1.18962,557.024) +Point[8] Position= (0.504061,1.59635,747.762) +Point[9] Position= (0.518975,1.64344,769.851) +Point[10] Position= (0.612485,1.93916,908.623) +Point[11] Position= (0.61609,1.95058,913.981) +Point[12] Position= (0.619994,1.96294,919.782) +Point[13] Position= (0.770809,2.43969,1143.58) +Point[14] Position= (0.828059,2.62041,1228.39) +Point[15] Position= (0.877763,2.77744,1302.11) +Point[16] Position= (0.919074,2.9079,1363.38) +Point[17] Position= (0.962916,3.04618,1428.37) +Point[18] Position= (0.964966,3.05264,1431.4) +Point[19] Position= (1.0379,3.28267,1539.46) +Point[20] Position= (1.04395,3.30173,1548.42) +Point[21] Position= (1.08127,3.41924,1603.66) +Point[22] Position= (1.24765,3.94381,1850.36) +Point[23] Position= (1.42274,4.4956,2109.94) +Point[24] Position= (1.45933,4.61009,2163.89) +Point[25] Position= (1.55786,4.91838,2309.11) +Point[26] Position= (1.58951,5.01723,2355.65) +Point[27] Position= (1.60939,5.07931,2384.88) +Point[28] Position= (1.83948,5.79452,2721.52) +Point[29] Position= (1.86301,5.86759,2755.9) +Point[30] Position= (1.90716,6.00453,2820.35) +Point[31] Position= (1.94017,6.10677,2868.49) +Point[32] Position= (2.01303,6.33222,2974.69) +Point[33] Position= (2.06802,6.50217,3054.84) +Point[34] Position= (2.08835,6.56551,3084.82) +Point[35] Position= (2.16121,6.7921,3192.2) +Point[36] Position= (2.37915,7.47208,3514.78) +Point[37] Position= (2.58961,8.13066,3827.33) +Point[38] Position= (2.63707,8.27889,3897.69) +Point[39] Position= (2.66617,8.3698,3940.82) +Point[40] Position= (2.75716,8.65433,4075.81) +Point[41] Position= (2.78929,8.7549,4123.52) +Point[42] Position= (2.83455,8.89665,4190.75) +Point[43] Position= (2.94533,9.24261,4354.8) +Point[44] Position= (2.99392,9.39426,4426.71) +Point[45] Position= (3.0075,9.43666,4446.82) +Point[46] Position= (3.11891,9.78399,4611.46) +Point[47] Position= (3.39926,10.6559,5024.63) +Point[48] Position= (3.55086,11.1274,5248.07) +Point[49] Position= (3.60114,11.2834,5322.01) +Point[50] Position= (3.63241,11.3808,5368.13) +Point[51] Position= (3.67326,11.5078,5428.26) +Point[52] Position= (3.783,11.8468,5588.96) +Point[53] Position= (3.78673,11.8583,5594.4) +Point[54] Position= (3.83838,12.0171,5669.72) +Point[55] Position= (3.85506,12.0684,5694.05) +Point[56] Position= (3.86584,12.1016,5709.79) +Point[57] Position= (3.90449,12.2207,5766.24) +Point[58] Position= (3.98685,12.4751,5886.7) +Point[59] Position= (4.01761,12.5703,5931.71) +Point[60] Position= (4.03069,12.6107,5950.86) +Point[61] Position= (4.04915,12.6679,5977.9) +Point[62] Position= (4.06424,12.7146,6000) + +TrackID =2062 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -37.4654 0.823617 1.39804 keV +Vertex : 0.00404915 0.0126679 5.9779 m Global time : 19.9407 ns + Current trajectory has 2 points. +Point[0] Position= (4.04915,12.6679,5977.9) +Point[1] Position= (4.01093,12.6688,5977.91) + +TrackID =2061 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -27.6147 54.1527 3.51937 keV +Vertex : 0.00403069 0.0126107 5.95086 m Global time : 19.8505 ns + Current trajectory has 2 points. +Point[0] Position= (4.03069,12.6107,5950.86) +Point[1] Position= (3.9431,12.7825,5950.87) + +TrackID =2060 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -20.436 25.5193 1.00582 keV +Vertex : 0.00401761 0.0125703 5.93171 m Global time : 19.7866 ns + Current trajectory has 2 points. +Point[0] Position= (4.01761,12.5703,5931.71) +Point[1] Position= (4.00214,12.5896,5931.71) + +TrackID =2059 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 40.4131 -16.1354 1.85939 keV +Vertex : 0.00398685 0.0124751 5.8867 m Global time : 19.6365 ns + Current trajectory has 2 points. +Point[0] Position= (3.98685,12.4751,5886.7) +Point[1] Position= (4.04438,12.4521,5886.7) + +TrackID =2058 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -26.9256 23.7078 1.22769 keV +Vertex : 0.00390449 0.0122207 5.76624 m Global time : 19.2346 ns + Current trajectory has 2 points. +Point[0] Position= (3.90449,12.2207,5766.24) +Point[1] Position= (3.87955,12.2427,5766.24) + +TrackID =2057 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 39.2312 -2.09306 1.48776 keV +Vertex : 0.00386584 0.0121016 5.70979 m Global time : 19.0463 ns + Current trajectory has 2 points. +Point[0] Position= (3.86584,12.1016,5709.79) +Point[1] Position= (3.91027,12.0992,5709.79) + +TrackID =2056 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.6822 5.42986 -0.507761 keV -Vertex : 0.0320812 0.0740801 3.65013 m Global time : 12.8105 ns +Original momentum : -12.4097 35.4855 1.31634 keV +Vertex : 0.00385506 0.0120684 5.69405 m Global time : 18.9938 ns Current trajectory has 2 points. -Point[0] Position= (32.0812,74.0801,3650.13) -Point[1] Position= (32.0581,74.084,3650.13) +Point[0] Position= (3.85506,12.0684,5694.05) +Point[1] Position= (3.84231,12.1049,5694.05) -TrackID =2112 : ParentID=2091 : TrackStatus=1 +TrackID =2055 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.3909 12.7245 -17.6876 keV -Vertex : 0.0323338 0.058046 3.66679 m Global time : 12.6407 ns +Original momentum : -37.7288 32.1322 2.36105 keV +Vertex : 0.00383838 0.0120171 5.66972 m Global time : 18.9127 ns Current trajectory has 2 points. -Point[0] Position= (32.3338,58.046,3666.79) -Point[1] Position= (32.3169,58.0552,3666.78) +Point[0] Position= (3.83838,12.0171,5669.72) +Point[1] Position= (3.76566,12.079,5669.72) -TrackID =2111 : ParentID=2091 : TrackStatus=1 +TrackID =2054 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.4252 10.8128 25.9741 keV -Vertex : 0.00296465 0.0243383 3.65915 m Global time : 12.3346 ns +Original momentum : 26.6552 45.6025 2.61508 keV +Vertex : 0.00378673 0.0118583 5.5944 m Global time : 18.6614 ns Current trajectory has 2 points. -Point[0] Position= (2.96465,24.3383,3659.15) -Point[1] Position= (2.9133,24.3544,3659.19) +Point[0] Position= (3.78673,11.8583,5594.4) +Point[1] Position= (3.84663,11.9608,5594.4) -TrackID =2110 : ParentID=2091 : TrackStatus=1 +TrackID =2053 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 39.4958 -21.6385 -34.3868 keV -Vertex : -0.00251302 0.0152775 3.6544 m Global time : 12.2615 ns +Original momentum : -29.232 28.9238 1.61368 keV +Vertex : 0.003783 0.0118468 5.58896 m Global time : 18.6433 ns Current trajectory has 2 points. -Point[0] Position= (-2.51302,15.2775,3654.4) -Point[1] Position= (-2.40804,15.22,3654.31) +Point[0] Position= (3.783,11.8468,5588.96) +Point[1] Position= (3.74635,11.8831,5588.96) -TrackID =2090 : ParentID=1964 : TrackStatus=1 +TrackID =2052 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.82594 42.747 1.74726 keV -Vertex : -0.0118971 0.00639205 3.64945 m Global time : 12.1734 ns +Original momentum : 37.7339 -12.8377 1.55593 keV +Vertex : 0.00367326 0.0115078 5.42826 m Global time : 18.1072 ns Current trajectory has 2 points. -Point[0] Position= (-11.8971,6.39205,3649.45) -Point[1] Position= (-11.9082,6.45271,3649.46) +Point[0] Position= (3.67326,11.5078,5428.26) +Point[1] Position= (3.71739,11.4928,5428.27) -TrackID =2089 : ParentID=1964 : TrackStatus=1 +TrackID =2051 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.0992 92.8496 8.9495 keV -Vertex : -0.0118317 0.00635688 3.62937 m Global time : 12.1064 ns +Original momentum : -107.541 16.841 11.6322 keV +Vertex : 0.00363241 0.0113808 5.36813 m Global time : 17.9066 ns Current trajectory has 4 points. -Point[0] Position= (-11.8317,6.35688,3629.37) -Point[1] Position= (-11.8958,7.41994,3628.71) -Point[2] Position= (-11.942,7.6749,3628.6) -Point[3] Position= (-11.93,7.72083,3628.61) +Point[0] Position= (3.63241,11.3808,5368.13) +Point[1] Position= (2.49614,12.8316,5368.17) +Point[2] Position= (1.36714,12.4459,5369.05) +Point[3] Position= (1.22819,12.4283,5368.87) -TrackID =2115 : ParentID=2089 : TrackStatus=1 +TrackID =2050 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -27.249 10.5971 -14.547 keV -Vertex : -0.011942 0.0076749 3.6286 m Global time : 12.129 ns +Original momentum : 112.571 -90.8516 20.5965 keV +Vertex : 0.00360114 0.0112834 5.32201 m Global time : 17.7528 ns + Current trajectory has 6 points. +Point[0] Position= (3.60114,11.2834,5322.01) +Point[1] Position= (3.80979,11.1578,5322.02) +Point[2] Position= (4.87857,13.4015,5323.71) +Point[3] Position= (6.26462,14.4775,5324.82) +Point[4] Position= (7.00233,14.7541,5325.84) +Point[5] Position= (7.08464,14.7012,5325.75) + +TrackID =2063 : ParentID=2050 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -28.1726 3.04847 -20.8007 keV +Vertex : 0.00380979 0.0111578 5.32202 m Global time : 17.7557 ns Current trajectory has 2 points. -Point[0] Position= (-11.942,7.6749,3628.6) -Point[1] Position= (-11.9625,7.6829,3628.59) +Point[0] Position= (3.80979,11.1578,5322.02) +Point[1] Position= (3.78487,11.1605,5322) -TrackID =2088 : ParentID=1964 : TrackStatus=1 +TrackID =2049 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.8699 -5.86859 0.933859 keV -Vertex : -0.0109682 0.00589231 3.36418 m Global time : 11.2218 ns +Original momentum : -23.7769 -43.008 2.47052 keV +Vertex : 0.00355086 0.0111274 5.24807 m Global time : 17.5062 ns Current trajectory has 2 points. -Point[0] Position= (-10.9682,5.89231,3364.18) -Point[1] Position= (-10.9919,5.88795,3364.18) +Point[0] Position= (3.55086,11.1274,5248.07) +Point[1] Position= (3.50593,11.0461,5248.08) -TrackID =2087 : ParentID=1964 : TrackStatus=1 +TrackID =2048 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.0279 13.4033 1.30469 keV -Vertex : -0.0108845 0.0058473 3.33847 m Global time : 11.136 ns +Original momentum : 33.0241 -0.551201 1.04621 keV +Vertex : 0.00339926 0.0106559 5.02463 m Global time : 16.7608 ns Current trajectory has 2 points. -Point[0] Position= (-10.8845,5.8473,3338.47) -Point[1] Position= (-10.9233,5.86177,3338.47) +Point[0] Position= (3.39926,10.6559,5024.63) +Point[1] Position= (3.42482,10.6555,5024.63) -TrackID =2086 : ParentID=1964 : TrackStatus=1 +TrackID =2047 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -79.5603 -29.67 6.84498 keV -Vertex : -0.0103878 0.0055803 3.18593 m Global time : 10.6272 ns - Current trajectory has 3 points. -Point[0] Position= (-10.3878,5.5803,3185.93) -Point[1] Position= (-11.0313,5.66111,3186.63) -Point[2] Position= (-11.005,5.69877,3186.63) +Original momentum : -33.1988 -29.5956 2.02086 keV +Vertex : 0.00311891 0.00978399 4.61146 m Global time : 15.3826 ns + Current trajectory has 2 points. +Point[0] Position= (3.11891,9.78399,4611.46) +Point[1] Position= (3.06922,9.7397,4611.46) -TrackID =2085 : ParentID=1964 : TrackStatus=1 +TrackID =2046 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.3393 2.55592 1.19833 keV -Vertex : -0.00990755 0.00532226 3.03848 m Global time : 10.1353 ns +Original momentum : -25.9489 -28.5175 1.53252 keV +Vertex : 0.0030075 0.00943666 4.44682 m Global time : 14.8334 ns Current trajectory has 2 points. -Point[0] Position= (-9.90755,5.32226,3038.48) -Point[1] Position= (-9.88106,5.32429,3038.48) +Point[0] Position= (3.0075,9.43666,4446.82) +Point[1] Position= (2.9793,9.40567,4446.82) -TrackID =2084 : ParentID=1964 : TrackStatus=1 +TrackID =2045 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.8948 -9.25576 0.933168 keV -Vertex : -0.00857491 0.00460589 2.62945 m Global time : 8.77096 ns +Original momentum : -17.0306 37.1286 1.56571 keV +Vertex : 0.00299392 0.00939426 4.42671 m Global time : 14.7663 ns Current trajectory has 2 points. -Point[0] Position= (-8.57491,4.60589,2629.45) -Point[1] Position= (-8.59762,4.59908,2629.45) +Point[0] Position= (2.99392,9.39426,4426.71) +Point[1] Position= (2.97289,9.44011,4426.71) -TrackID =2083 : ParentID=1964 : TrackStatus=1 +TrackID =2044 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -263.207 228.783 117.453 keV -Vertex : -0.00852117 0.004577 2.61296 m Global time : 8.71596 ns - Current trajectory has 22 points. -Point[0] Position= (-8.52117,4.577,2612.96) -Point[1] Position= (-53.9894,16.4376,2619.52) -Point[2] Position= (-55.1432,16.2269,2620.35) -Point[3] Position= (-87.2638,26.2449,2635.44) -Point[4] Position= (-91.8197,51.4721,2652.91) -Point[5] Position= (-100.878,73.1741,2653.12) -Point[6] Position= (-101.02,73.452,2653.14) -Point[7] Position= (-102.62,75.0493,2653.51) -Point[8] Position= (-106.359,79.2875,2654.97) -Point[9] Position= (-110.533,83.6839,2655.01) -Point[10] Position= (-115.487,88.0695,2644.15) -Point[11] Position= (-118.921,89.9298,2635.11) -Point[12] Position= (-114.673,89.5286,2631.91) -Point[13] Position= (-112.797,87.6967,2630.19) -Point[14] Position= (-109.568,86.7926,2628.71) -Point[15] Position= (-107.947,86.7774,2628.56) -Point[16] Position= (-105.643,85.6256,2625.99) -Point[17] Position= (-104.523,86.3804,2623.56) -Point[18] Position= (-101.928,86.4079,2623.67) -Point[19] Position= (-100.713,87.3779,2624.7) -Point[20] Position= (-99.8964,86.5012,2624.88) -Point[21] Position= (-99.9885,86.4807,2624.83) - -TrackID =2122 : ParentID=2083 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.59543 51.6071 1.06986 keV -Vertex : -0.107947 0.0867774 2.62856 m Global time : 9.87462 ns - Current trajectory has 2 points. -Point[0] Position= (-107.947,86.7774,2628.56) -Point[1] Position= (-107.937,86.8878,2628.56) - -TrackID =2121 : ParentID=2083 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -6.57278 -6.80704 -34.2718 keV -Vertex : -0.109568 0.0867926 2.62871 m Global time : 9.8581 ns - Current trajectory has 2 points. -Point[0] Position= (-109.568,86.7926,2628.71) -Point[1] Position= (-109.574,86.7864,2628.67) - -TrackID =2120 : ParentID=2083 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.07466 -25.5469 -68.4198 keV -Vertex : -0.112797 0.0876967 2.63019 m Global time : 9.82568 ns - Current trajectory has 3 points. -Point[0] Position= (-112.797,87.6967,2630.19) -Point[1] Position= (-112.797,87.6907,2630.14) -Point[2] Position= (-112.656,87.7851,2630.15) +Original momentum : 39.3892 29.6962 2.29141 keV +Vertex : 0.00294533 0.00924261 4.3548 m Global time : 14.5264 ns + Current trajectory has 2 points. +Point[0] Position= (2.94533,9.24261,4354.8) +Point[1] Position= (3.02041,9.29921,4354.8) -TrackID =2123 : ParentID=2120 : TrackStatus=1 +TrackID =2043 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.0671 -31.2571 -17.379 keV -Vertex : -0.112797 0.0876907 2.63014 m Global time : 9.8268 ns +Original momentum : -27.1052 -25.3947 1.42194 keV +Vertex : 0.00283455 0.00889665 4.19075 m Global time : 13.9792 ns Current trajectory has 2 points. -Point[0] Position= (-112.797,87.6907,2630.14) -Point[1] Position= (-112.768,87.6496,2630.12) +Point[0] Position= (2.83455,8.89665,4190.75) +Point[1] Position= (2.80744,8.87125,4190.75) -TrackID =2119 : ParentID=2083 : TrackStatus=1 +TrackID =2042 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -3.56393 25.3037 -21.3912 keV -Vertex : -0.114673 0.0895286 2.63191 m Global time : 9.79814 ns +Original momentum : 25.6736 -134.52 18.6276 keV +Vertex : 0.00278929 0.0087549 4.12352 m Global time : 13.755 ns + Current trajectory has 7 points. +Point[0] Position= (2.78929,8.7549,4123.52) +Point[1] Position= (4.70133,6.84719,4124.81) +Point[2] Position= (4.06152,7.7442,4127.04) +Point[3] Position= (2.66634,9.2179,4127.74) +Point[4] Position= (2.88429,9.4605,4126.36) +Point[5] Position= (2.91996,9.44349,4126.27) +Point[6] Position= (2.9418,9.44991,4126.29) + +TrackID =2041 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 36.8825 44.5163 3.15078 keV +Vertex : 0.00275716 0.00865433 4.07581 m Global time : 13.5958 ns Current trajectory has 2 points. -Point[0] Position= (-114.673,89.5286,2631.91) -Point[1] Position= (-114.676,89.5486,2631.89) +Point[0] Position= (2.75716,8.65433,4075.81) +Point[1] Position= (2.8605,8.77906,4075.82) -TrackID =2118 : ParentID=2083 : TrackStatus=1 +TrackID =2040 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.0108 -9.46296 22.8187 keV -Vertex : -0.110533 0.0836839 2.65501 m Global time : 9.58407 ns +Original momentum : 29.1917 -18.3751 1.18332 keV +Vertex : 0.00266617 0.0083698 3.94082 m Global time : 13.1455 ns Current trajectory has 2 points. -Point[0] Position= (-110.533,83.6839,2655.01) -Point[1] Position= (-110.567,83.6734,2655.03) +Point[0] Position= (2.66617,8.3698,3940.82) +Point[1] Position= (2.69098,8.35418,3940.82) -TrackID =2117 : ParentID=2083 : TrackStatus=1 +TrackID =2039 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 49.5829 53.1913 23.9562 keV -Vertex : -0.10102 0.073452 2.65314 m Global time : 9.48238 ns - Current trajectory has 4 points. -Point[0] Position= (-101.02,73.452,2653.14) -Point[1] Position= (-100.994,73.4874,2653.16) -Point[2] Position= (-100.987,73.5007,2653.15) -Point[3] Position= (-100.934,73.5081,2653.09) +Original momentum : -37.5535 -22.1677 1.93308 keV +Vertex : 0.00263707 0.00827889 3.89769 m Global time : 13.0016 ns + Current trajectory has 2 points. +Point[0] Position= (2.63707,8.27889,3897.69) +Point[1] Position= (2.58334,8.24717,3897.69) -TrackID =2125 : ParentID=2117 : TrackStatus=1 +TrackID =2038 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -9.90034 30.929 -5.50002 keV -Vertex : -0.100987 0.0735007 2.65315 m Global time : 9.48394 ns +Original momentum : -42.2443 -17.0862 2.09663 keV +Vertex : 0.00258961 0.00813066 3.82733 m Global time : 12.767 ns Current trajectory has 2 points. -Point[0] Position= (-100.987,73.5007,2653.15) -Point[1] Position= (-100.995,73.5244,2653.14) +Point[0] Position= (2.58961,8.13066,3827.33) +Point[1] Position= (2.52276,8.10362,3827.34) -TrackID =2124 : ParentID=2117 : TrackStatus=1 +TrackID =2037 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.9235 16.2015 42.9424 keV -Vertex : -0.100994 0.0734874 2.65316 m Global time : 9.48343 ns +Original momentum : 48.4252 50.1732 4.61824 keV +Vertex : 0.00237915 0.00747208 3.51478 m Global time : 11.7244 ns Current trajectory has 2 points. -Point[0] Position= (-100.994,73.4874,2653.16) -Point[1] Position= (-100.973,73.5155,2653.23) +Point[0] Position= (2.37915,7.47208,3514.78) +Point[1] Position= (2.5958,7.69656,3514.8) -TrackID =2116 : ParentID=2083 : TrackStatus=1 +TrackID =2036 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 14.4908 12.4376 26.7766 keV -Vertex : -0.0551432 0.0162269 2.62035 m Global time : 8.96426 ns +Original momentum : -14.3377 30.1363 1.03591 keV +Vertex : 0.00216121 0.0067921 3.1922 m Global time : 10.6483 ns Current trajectory has 2 points. -Point[0] Position= (-55.1432,16.2269,2620.35) -Point[1] Position= (-55.1321,16.2364,2620.37) +Point[0] Position= (2.16121,6.7921,3192.2) +Point[1] Position= (2.14986,6.81594,3192.2) -TrackID =2082 : ParentID=1964 : TrackStatus=1 +TrackID =2035 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.693 -43.6411 2.76164 keV -Vertex : -0.00827623 0.0044453 2.53782 m Global time : 8.46532 ns +Original momentum : 3.46206 37.5269 1.30792 keV +Vertex : 0.00208835 0.00656551 3.08482 m Global time : 10.2901 ns Current trajectory has 2 points. -Point[0] Position= (-8.27623,4.4453,2537.82) -Point[1] Position= (-8.34693,4.34479,2537.83) +Point[0] Position= (2.08835,6.56551,3084.82) +Point[1] Position= (2.09192,6.60426,3084.83) -TrackID =2081 : ParentID=1964 : TrackStatus=1 +TrackID =2034 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -36.991 -9.37433 1.32051 keV -Vertex : -0.00702086 0.0037708 2.15265 m Global time : 7.18052 ns +Original momentum : 4.61069 54.5634 2.81492 keV +Vertex : 0.00206802 0.00650217 3.05484 m Global time : 10.1901 ns Current trajectory has 2 points. -Point[0] Position= (-7.02086,3.7708,2152.65) -Point[1] Position= (-7.06013,3.76084,2152.65) +Point[0] Position= (2.06802,6.50217,3054.84) +Point[1] Position= (2.07933,6.63603,3054.84) -TrackID =2080 : ParentID=1964 : TrackStatus=1 +TrackID =2033 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -60.3035 -6.88978 3.41902 keV -Vertex : -0.00700608 0.00376285 2.14811 m Global time : 7.16539 ns +Original momentum : -5.40098 33.3574 1.05012 keV +Vertex : 0.00201303 0.00633222 2.97469 m Global time : 9.92276 ns Current trajectory has 2 points. -Point[0] Position= (-7.00608,3.76285,2148.11) -Point[1] Position= (-7.1966,3.74108,2148.12) +Point[0] Position= (2.01303,6.33222,2974.69) +Point[1] Position= (2.00864,6.35933,2974.69) -TrackID =2079 : ParentID=1964 : TrackStatus=1 +TrackID =2032 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -66.8855 12.8426 4.29628 keV -Vertex : -0.00693526 0.00372478 2.12638 m Global time : 7.09289 ns - Current trajectory has 3 points. -Point[0] Position= (-6.93526,3.72478,2126.38) -Point[1] Position= (-7.13954,4.11621,2126.52) -Point[2] Position= (-7.12619,4.13778,2126.5) +Original momentum : -60.0758 -18.5598 3.9498 keV +Vertex : 0.00194017 0.00610677 2.86849 m Global time : 9.5685 ns + Current trajectory has 2 points. +Point[0] Position= (1.94017,6.10677,2868.49) +Point[1] Position= (1.73284,6.04272,2868.5) -TrackID =2078 : ParentID=1964 : TrackStatus=1 +TrackID =2031 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -19.3259 53.2014 2.97776 keV -Vertex : -0.00663112 0.00356119 2.03308 m Global time : 6.78168 ns +Original momentum : 34.6989 28.8434 1.90678 keV +Vertex : 0.00190716 0.00600453 2.82035 m Global time : 9.40792 ns Current trajectory has 2 points. -Point[0] Position= (-6.63112,3.56119,2033.08) -Point[1] Position= (-6.68253,3.70272,2033.09) +Point[0] Position= (1.90716,6.00453,2820.35) +Point[1] Position= (1.96082,6.04913,2820.35) -TrackID =2077 : ParentID=1964 : TrackStatus=1 +TrackID =2030 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -24.745 -32.7504 1.62526 keV -Vertex : -0.00652943 0.00350656 2.00189 m Global time : 6.67764 ns +Original momentum : -46.4711 -2.2501 2.15484 keV +Vertex : 0.00186301 0.00586759 2.7559 m Global time : 9.19296 ns Current trajectory has 2 points. -Point[0] Position= (-6.52943,3.50656,2001.89) -Point[1] Position= (-6.56033,3.46567,2001.89) +Point[0] Position= (1.86301,5.86759,2755.9) +Point[1] Position= (1.78584,5.86385,2755.91) -TrackID =2076 : ParentID=1964 : TrackStatus=1 +TrackID =2029 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.45062 -52.0334 2.76381 keV -Vertex : -0.00646955 0.00347439 1.98352 m Global time : 6.61636 ns +Original momentum : -48.8787 37.7269 3.68339 keV +Vertex : 0.00183948 0.00579452 2.72152 m Global time : 9.07828 ns Current trajectory has 2 points. -Point[0] Position= (-6.46955,3.47439,1983.52) -Point[1] Position= (-6.46203,3.36098,1983.53) +Point[0] Position= (1.83948,5.79452,2721.52) +Point[1] Position= (1.6783,5.91893,2721.54) -TrackID =2075 : ParentID=1964 : TrackStatus=1 +TrackID =2028 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.4938 -70.8834 5.42307 keV -Vertex : -0.00581103 0.00312023 1.78155 m Global time : 5.94265 ns - Current trajectory has 3 points. -Point[0] Position= (-5.81103,3.12023,1781.55) -Point[1] Position= (-5.97862,2.81924,1782.05) -Point[2] Position= (-6.00893,2.8203,1782.07) +Original momentum : -414.932 4.31544 168.851 keV +Vertex : 0.00160939 0.00507931 2.38488 m Global time : 7.95533 ns + Current trajectory has 25 points. +Point[0] Position= (1.60939,5.07931,2384.88) +Point[1] Position= (-21.0963,6.99429,2400.01) +Point[2] Position= (-21.2216,6.94742,2400.15) +Point[3] Position= (-45.8779,4.78014,2422.82) +Point[4] Position= (-69.9855,-8.43952,2431.75) +Point[5] Position= (-99.7891,-51.8149,2428.4) +Point[6] Position= (-105.834,-53.484,2428.47) +Point[7] Position= (-132.613,-60.7466,2423.9) +Point[8] Position= (-152.202,-52.6231,2421.06) +Point[9] Position= (-173.53,-32.1554,2423.88) +Point[10] Position= (-175.184,-31.0048,2423.84) +Point[11] Position= (-188.295,-27.2046,2424.91) +Point[12] Position= (-191.755,-27.2047,2425.85) +Point[13] Position= (-196.966,-26.6183,2426.71) +Point[14] Position= (-210.248,-19.4006,2425.1) +Point[15] Position= (-218.467,-17.1456,2421.1) +Point[16] Position= (-224.188,-10.6078,2418.47) +Point[17] Position= (-226.765,-5.54855,2419.27) +Point[18] Position= (-229.468,-3.4532,2418.81) +Point[19] Position= (-231.678,-1.25366,2419.67) +Point[20] Position= (-233.394,-3.70521,2418.58) +Point[21] Position= (-234.059,-6.10704,2417.58) +Point[22] Position= (-232.771,-5.36238,2416.58) +Point[23] Position= (-231.36,-5.17023,2416.35) +Point[24] Position= (-231.346,-5.10065,2416.52) -TrackID =2126 : ParentID=2075 : TrackStatus=1 +TrackID =2081 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -7.70575 30.2148 -11.711 keV -Vertex : -0.00597862 0.00281924 1.78205 m Global time : 5.95129 ns +Original momentum : -8.74794 23.6897 32.2162 keV +Vertex : -0.231678 -0.00125366 2.41967 m Global time : 9.66317 ns Current trajectory has 2 points. -Point[0] Position= (-5.97862,2.81924,1782.05) -Point[1] Position= (-5.98468,2.84302,1782.04) +Point[0] Position= (-231.678,-1.25366,2419.67) +Point[1] Position= (-231.689,-1.22432,2419.71) -TrackID =2074 : ParentID=1964 : TrackStatus=1 +TrackID =2080 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -63.1685 -6.82688 3.75454 keV -Vertex : -0.00544496 0.00292341 1.66924 m Global time : 5.56803 ns +Original momentum : -17.1618 -3.07852 40.1645 keV +Vertex : -0.229468 -0.0034532 2.41881 m Global time : 9.63245 ns Current trajectory has 2 points. -Point[0] Position= (-5.44496,2.92341,1669.24) -Point[1] Position= (-5.66856,2.89924,1669.26) +Point[0] Position= (-229.468,-3.4532,2418.81) +Point[1] Position= (-229.493,-3.45764,2418.87) -TrackID =2073 : ParentID=1964 : TrackStatus=1 +TrackID =2079 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.35269 39.8364 1.49586 keV -Vertex : -0.00536893 0.00288255 1.64593 m Global time : 5.49027 ns +Original momentum : -1.58953 -15.3825 73.3235 keV +Vertex : -0.226765 -0.00554855 2.41927 m Global time : 9.59851 ns Current trajectory has 2 points. -Point[0] Position= (-5.36893,2.88255,1645.93) -Point[1] Position= (-5.36617,2.92925,1645.93) +Point[0] Position= (-226.765,-5.54855,2419.27) +Point[1] Position= (-226.773,-5.63069,2419.66) -TrackID =2072 : ParentID=1964 : TrackStatus=1 +TrackID =2078 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 51.2719 1.04196 2.73952 keV -Vertex : -0.00510388 0.00274006 1.56464 m Global time : 5.21911 ns +Original momentum : 27.4972 12.2173 23.4028 keV +Vertex : -0.224188 -0.0106078 2.41847 m Global time : 9.54963 ns Current trajectory has 2 points. -Point[0] Position= (-5.10388,2.74006,1564.64) -Point[1] Position= (-4.99654,2.74224,1564.64) +Point[0] Position= (-224.188,-10.6078,2418.47) +Point[1] Position= (-224.159,-10.5949,2418.49) -TrackID =2071 : ParentID=1964 : TrackStatus=1 +TrackID =2077 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 56.0487 -41.8498 5.04604 keV -Vertex : -0.00504308 0.00270739 1.54599 m Global time : 5.1569 ns +Original momentum : -48.0175 -28.4548 -14.7986 keV +Vertex : -0.218467 -0.0171456 2.4211 m Global time : 9.4771 ns Current trajectory has 2 points. -Point[0] Position= (-5.04308,2.70739,1545.99) -Point[1] Position= (-4.79006,2.51847,1546.01) +Point[0] Position= (-218.467,-17.1456,2421.1) +Point[1] Position= (-218.601,-17.2248,2421.06) -TrackID =2070 : ParentID=1964 : TrackStatus=1 +TrackID =2076 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -70.8479 -24.1476 5.29134 keV -Vertex : -0.0049535 0.00265925 1.51851 m Global time : 5.06524 ns - Current trajectory has 3 points. -Point[0] Position= (-4.9535,2.65925,1518.51) -Point[1] Position= (-4.97022,2.65263,1518.51) -Point[2] Position= (-5.11654,2.65049,1518.39) +Original momentum : 10.5925 44.4539 9.2434 keV +Vertex : -0.196966 -0.0266183 2.42671 m Global time : 9.30018 ns + Current trajectory has 2 points. +Point[0] Position= (-196.966,-26.6183,2426.71) +Point[1] Position= (-196.948,-26.5443,2426.72) -TrackID =2127 : ParentID=2070 : TrackStatus=1 +TrackID =2075 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.4465 -23.1821 29.0796 keV -Vertex : -0.00497022 0.00265263 1.51851 m Global time : 5.06566 ns +Original momentum : 1.38482 -19.6056 62.0346 keV +Vertex : -0.191755 -0.0272047 2.42585 m Global time : 9.26361 ns Current trajectory has 2 points. -Point[0] Position= (-4.97022,2.65263,1518.51) -Point[1] Position= (-5.00432,2.61892,1518.55) +Point[0] Position= (-191.755,-27.2047,2425.85) +Point[1] Position= (-191.75,-27.2781,2426.08) -TrackID =2069 : ParentID=1964 : TrackStatus=1 +TrackID =2074 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -2.47132 35.8408 1.19188 keV -Vertex : -0.00379813 0.00203896 1.1641 m Global time : 3.88303 ns +Original momentum : -2.09345 29.3823 -37.3201 keV +Vertex : -0.188295 -0.0272046 2.42491 m Global time : 9.23931 ns Current trajectory has 2 points. -Point[0] Position= (-3.79813,2.03896,1164.1) -Point[1] Position= (-3.80043,2.07226,1164.1) +Point[0] Position= (-188.295,-27.2046,2424.91) +Point[1] Position= (-188.299,-27.1534,2424.85) -TrackID =2068 : ParentID=1964 : TrackStatus=1 +TrackID =2073 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.0543 38.2295 2.82765 keV -Vertex : -0.00363428 0.00195092 1.11383 m Global time : 3.71538 ns +Original momentum : -10.3888 -0.937161 -54.5096 keV +Vertex : -0.175184 -0.0310048 2.42384 m Global time : 9.14932 ns Current trajectory has 2 points. -Point[0] Position= (-3.63428,1.95092,1113.83) -Point[1] Position= (-3.54936,2.03853,1113.84) +Point[0] Position= (-175.184,-31.0048,2423.84) +Point[1] Position= (-175.21,-31.0071,2423.71) -TrackID =2067 : ParentID=1964 : TrackStatus=1 +TrackID =2072 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 19.0095 -58.718 3.89329 keV -Vertex : -0.0034844 0.00187035 1.06787 m Global time : 3.56206 ns +Original momentum : 13.7279 27.7906 16.7136 keV +Vertex : -0.17353 -0.0321554 2.42388 m Global time : 9.13628 ns Current trajectory has 2 points. -Point[0] Position= (-3.4844,1.87035,1067.87) -Point[1] Position= (-3.42175,1.67683,1067.88) +Point[0] Position= (-173.53,-32.1554,2423.88) +Point[1] Position= (-173.518,-32.1307,2423.9) -TrackID =2066 : ParentID=1964 : TrackStatus=1 +TrackID =2071 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.3974 126.203 16.742 keV -Vertex : -0.00344907 0.00185136 1.05703 m Global time : 3.52591 ns - Current trajectory has 5 points. -Point[0] Position= (-3.44907,1.85136,1057.03) -Point[1] Position= (-4.89393,3.52857,1058.37) -Point[2] Position= (-4.90303,4.87094,1059.74) -Point[3] Position= (-4.75178,4.93317,1059.79) -Point[4] Position= (-4.43528,5.19624,1059.9) +Original momentum : 15.4375 62.4413 39.4987 keV +Vertex : -0.152202 -0.0526231 2.42106 m Global time : 8.97239 ns + Current trajectory has 3 points. +Point[0] Position= (-152.202,-52.6231,2421.06) +Point[1] Position= (-152.161,-52.5673,2421.11) +Point[2] Position= (-152.211,-52.4933,2421.22) -TrackID =2128 : ParentID=2066 : TrackStatus=1 +TrackID =2082 : ParentID=2071 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.51676 6.14329 -37.574 keV -Vertex : -0.00475178 0.00493317 1.05979 m Global time : 3.58005 ns +Original momentum : 35.6387 25.4876 -0.73941 keV +Vertex : -0.152161 -0.0525673 2.42111 m Global time : 8.97423 ns Current trajectory has 2 points. -Point[0] Position= (-4.75178,4.93317,1059.79) -Point[1] Position= (-4.7435,4.93993,1059.75) +Point[0] Position= (-152.161,-52.5673,2421.11) +Point[1] Position= (-152.109,-52.5305,2421.11) -TrackID =2065 : ParentID=1964 : TrackStatus=1 +TrackID =2070 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.1297 6.02061 1.20712 keV -Vertex : -0.318548 0.170966 97.6182 cm Global time : 3.25622 ns +Original momentum : -16.7996 -32.3708 7.90555 keV +Vertex : -0.132613 -0.0607466 2.4239 m Global time : 8.85417 ns Current trajectory has 2 points. -Point[0] Position= (-3.18548,1.70966,976.182) -Point[1] Position= (-3.15875,1.71452,976.183) +Point[0] Position= (-132.613,-60.7466,2423.9) +Point[1] Position= (-132.63,-60.7793,2423.91) -TrackID =2064 : ParentID=1964 : TrackStatus=1 +TrackID =2069 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.3513 53.8402 2.93123 keV -Vertex : -0.274736 0.147411 84.188 cm Global time : 2.80823 ns +Original momentum : -3.71729 -26.4731 28.1297 keV +Vertex : -0.105834 -0.053484 2.42847 m Global time : 8.69365 ns Current trajectory has 2 points. -Point[0] Position= (-2.74736,1.47411,841.88) -Point[1] Position= (-2.71641,1.60906,841.888) +Point[0] Position= (-105.834,-53.484,2428.47) +Point[1] Position= (-105.839,-53.5132,2428.5) -TrackID =2063 : ParentID=1964 : TrackStatus=1 +TrackID =2068 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -23.1334 -29.8869 1.37443 keV -Vertex : -0.138761 0.0744537 42.5204 cm Global time : 1.41834 ns - Current trajectory has 2 points. -Point[0] Position= (-1.38761,0.744537,425.204) -Point[1] Position= (-1.41166,0.713473,425.206) +Original momentum : 30.4583 -70.0367 -24.5937 keV +Vertex : -0.0997891 -0.0518149 2.4284 m Global time : 8.65805 ns + Current trajectory has 3 points. +Point[0] Position= (-99.7891,-51.8149,2428.4) +Point[1] Position= (-98.8125,-51.8345,2428) +Point[2] Position= (-98.8141,-51.8429,2427.96) -TrackID =2062 : ParentID=1964 : TrackStatus=1 +TrackID =2067 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -43.3487 7.15094 1.73423 keV -Vertex : -0.0224269 0.0120359 6.87331 cm Global time : 229.271 ps +Original momentum : -10.0894 -6.01027 -30.0811 keV +Vertex : -0.0699855 -0.00843952 2.43175 m Global time : 8.4042 ns Current trajectory has 2 points. -Point[0] Position= (-0.224269,0.120359,68.7331) -Point[1] Position= (-0.287323,0.130761,68.7356) +Point[0] Position= (-69.9855,-8.43952,2431.75) +Point[1] Position= (-69.9929,-8.44394,2431.73) -TrackID =2061 : ParentID=1964 : TrackStatus=1 +TrackID =2066 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 31.2753 -24.2158 1.67574 keV -Vertex : -0.0210506 0.0112978 6.45145 cm Global time : 215.199 ps +Original momentum : 22.4169 3.52627 29.0166 keV +Vertex : -0.0458779 0.00478014 2.42282 m Global time : 8.2585 ns Current trajectory has 2 points. -Point[0] Position= (-0.210506,0.112978,64.5145) -Point[1] Position= (-0.174534,0.0851256,64.5164) +Point[0] Position= (-45.8779,4.78014,2422.82) +Point[1] Position= (-45.8559,4.78359,2422.85) -TrackID =2060 : ParentID=2052 : TrackStatus=1 +TrackID =2065 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -21.894 14.4876 41.187 keV -Vertex : 25.0918 41.1596 16.0329 cm Global time : 2.48018 ns +Original momentum : -0.832886 43.5316 23.2835 keV +Vertex : -0.0212216 0.00694742 2.40015 m Global time : 8.09169 ns Current trajectory has 2 points. -Point[0] Position= (250.918,411.596,160.329) -Point[1] Position= (250.891,411.614,160.379) +Point[0] Position= (-21.2216,6.94742,2400.15) +Point[1] Position= (-21.2232,7.03036,2400.19) -TrackID =2129 : ParentID=2059 : TrackStatus=1 +TrackID =2064 : ParentID=2028 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 12.6643 -33.1441 -22.6028 keV -Vertex : 24.1359 40.103 14.8951 cm Global time : 2.43308 ns +Original momentum : 39.5695 -66.0667 14.4167 keV +Vertex : -0.0210963 0.00699429 2.40001 m Global time : 8.09068 ns Current trajectory has 2 points. -Point[0] Position= (241.359,401.03,148.951) -Point[1] Position= (241.371,400.999,148.93) +Point[0] Position= (-21.0963,6.99429,2400.01) +Point[1] Position= (-20.8597,6.59926,2400.09) -TrackID =2058 : ParentID=2052 : TrackStatus=1 +TrackID =2027 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 686.915 -397.711 499.183 keV -Vertex : 22.0076 39.3993 14.7806 cm Global time : 2.35455 ns - Current trajectory has 3 points. -Point[0] Position= (220.076,393.993,147.806) -Point[1] Position= (221.021,394.244,147.449) -Point[2] Position= (220.994,394.244,147.412) +Original momentum : 10.2409 -38.9687 1.66457 keV +Vertex : 0.00158951 0.00501723 2.35565 m Global time : 7.85783 ns + Current trajectory has 2 points. +Point[0] Position= (1.58951,5.01723,2355.65) +Point[1] Position= (1.60178,4.97053,2355.65) -TrackID =2057 : ParentID=2052 : TrackStatus=1 +TrackID =2026 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.9505 -52.2322 26.0864 keV -Vertex : 21.47 39.0945 14.5414 cm Global time : 2.33245 ns +Original momentum : 1.60064 -39.5038 1.61255 keV +Vertex : 0.00155786 0.00491838 2.30911 m Global time : 7.70256 ns Current trajectory has 2 points. -Point[0] Position= (214.7,390.945,145.414) -Point[1] Position= (214.748,390.836,145.469) +Point[0] Position= (1.55786,4.91838,2309.11) +Point[1] Position= (1.5597,4.873,2309.11) -TrackID =2056 : ParentID=2052 : TrackStatus=1 +TrackID =2025 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 17.484 -13.8364 -23.5601 keV -Vertex : 14.1538 35.0426 11.4885 cm Global time : 2.03536 ns +Original momentum : -38.217 -3.05258 1.47072 keV +Vertex : 0.00145933 0.00461009 2.16389 m Global time : 7.21815 ns Current trajectory has 2 points. -Point[0] Position= (141.538,350.426,114.885) -Point[1] Position= (141.548,350.418,114.872) +Point[0] Position= (1.45933,4.61009,2163.89) +Point[1] Position= (1.41832,4.60682,2163.89) + +TrackID =2024 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -356.446 239.319 180.005 keV +Vertex : 0.00142274 0.0044956 2.10994 m Global time : 7.03819 ns + Current trajectory has 27 points. +Point[0] Position= (1.42274,4.4956,2109.94) +Point[1] Position= (-12.3789,10.5014,2116.04) +Point[2] Position= (-57.518,52.5359,2175.99) +Point[3] Position= (-61.4772,52.8602,2180.26) +Point[4] Position= (-62.3374,53.0171,2181.26) +Point[5] Position= (-82.5631,66.5149,2199.89) +Point[6] Position= (-100.592,74.5524,2202.2) +Point[7] Position= (-107.847,80.6931,2202.05) +Point[8] Position= (-137.209,105.776,2186.37) +Point[9] Position= (-137.825,106.196,2185.88) +Point[10] Position= (-156.051,133.47,2181.11) +Point[11] Position= (-158.956,135.576,2183.3) +Point[12] Position= (-159.871,136.068,2183.9) +Point[13] Position= (-177.101,155.549,2183.2) +Point[14] Position= (-162.225,168.099,2179.02) +Point[15] Position= (-150.762,170.975,2185.26) +Point[16] Position= (-140.592,169.92,2182.92) +Point[17] Position= (-138.186,176.584,2189.13) +Point[18] Position= (-140.633,173.692,2195.35) +Point[19] Position= (-137.686,170.334,2199.69) +Point[20] Position= (-132.895,168.793,2201.87) +Point[21] Position= (-130.409,169.498,2205.29) +Point[22] Position= (-128.934,170.02,2205.76) +Point[23] Position= (-128.557,167.339,2205.56) +Point[24] Position= (-128.082,166.017,2205.55) +Point[25] Position= (-127.001,164.661,2205.08) +Point[26] Position= (-126.731,164.616,2205.13) -TrackID =2055 : ParentID=2052 : TrackStatus=1 +TrackID =2094 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 28.8449 -8.86297 -51.6257 keV -Vertex : 8.56775 32.1473 9.32471 cm Global time : 1.81341 ns +Original momentum : 2.86404 8.84707 -39.915 keV +Vertex : -0.128082 0.166017 2.20555 m Global time : 9.08364 ns Current trajectory has 2 points. -Point[0] Position= (85.6775,321.473,93.2471) -Point[1] Position= (85.7318,321.456,93.1498) +Point[0] Position= (-128.082,166.017,2205.55) +Point[1] Position= (-128.079,166.028,2205.5) -TrackID =2054 : ParentID=2052 : TrackStatus=1 +TrackID =2093 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 33.0487 -39.7286 -23.4335 keV -Vertex : 7.73483 31.7248 8.99975 cm Global time : 1.78043 ns +Original momentum : 30.7897 27.7662 9.77167 keV +Vertex : -0.128934 0.17002 2.20576 m Global time : 9.03539 ns Current trajectory has 2 points. -Point[0] Position= (77.3483,317.248,89.9975) -Point[1] Position= (77.4041,317.181,89.958) +Point[0] Position= (-128.934,170.02,2205.76) +Point[1] Position= (-128.892,170.058,2205.77) -TrackID =2053 : ParentID=2052 : TrackStatus=1 +TrackID =2092 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 130.289 970.645 465.237 keV -Vertex : 4.54785 30.0956 7.75861 cm Global time : 1.65406 ns - Current trajectory has 18 points. -Point[0] Position= (45.4785,300.956,77.5861) -Point[1] Position= (45.5648,301.085,77.7246) -Point[2] Position= (45.6048,301.143,77.8011) -Point[3] Position= (45.6217,301.247,77.8088) -Point[4] Position= (45.5916,301.299,77.8677) -Point[5] Position= (45.5866,301.322,77.9265) -Point[6] Position= (45.5551,301.348,77.9672) -Point[7] Position= (45.5134,301.349,78.0071) -Point[8] Position= (45.457,301.346,78.0151) -Point[9] Position= (45.409,301.319,78.0187) -Point[10] Position= (45.3999,301.273,77.9868) -Point[11] Position= (45.3962,301.212,77.9826) -Point[12] Position= (45.3786,301.141,77.9797) -Point[13] Position= (45.3458,301.09,78.0378) -Point[14] Position= (45.3115,301.043,78.1118) -Point[15] Position= (45.2214,301.031,78.1679) -Point[16] Position= (45.1212,301.029,78.2002) -Point[17] Position= (45.0138,301.027,78.2353) - -TrackID =2051 : ParentID=1935 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 13.6325 4.6088 3.55367 MeV -Vertex : 4.34708 29.9941 7.66987 cm Global time : 1.64599 ns - Current trajectory has 21 points. -Point[0] Position= (43.4708,299.941,76.6987) -Point[1] Position= (47.4498,301.286,77.7359) -Point[2] Position= (117.373,329.733,104.258) -Point[3] Position= (124.201,332.564,106.72) -Point[4] Position= (124.201,332.564,106.72) -Point[5] Position= (127.89,331.136,108.793) -Point[6] Position= (128.095,331.084,108.886) -Point[7] Position= (165.075,318.657,128.09) -Point[8] Position= (227.17,298.285,158.952) -Point[9] Position= (285.145,280.522,190.474) -Point[10] Position= (285.635,280.482,190.725) -Point[11] Position= (289.105,282.599,193.151) -Point[12] Position= (289.264,283.463,195.332) -Point[13] Position= (306.149,290.793,209.715) -Point[14] Position= (332.13,303.628,233.615) -Point[15] Position= (333.409,303.699,234.066) -Point[16] Position= (333.475,303.642,234.105) -Point[17] Position= (334.657,303.27,234.536) -Point[18] Position= (335.651,303.077,234.229) -Point[19] Position= (335.718,301.921,233.883) -Point[20] Position= (335.583,301.751,234.056) - -TrackID =2135 : ParentID=2051 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 832.16 252.734 590.853 keV -Vertex : 33.3475 30.3642 23.4105 cm Global time : 2.81844 ns - Current trajectory has 4 points. -Point[0] Position= (333.475,303.642,234.105) -Point[1] Position= (333.579,303.685,234.381) -Point[2] Position= (333.579,303.759,234.534) -Point[3] Position= (333.576,303.866,234.632) +Original momentum : 3.76105 12.1869 30.3252 keV +Vertex : -0.150762 0.170975 2.18526 m Global time : 8.66831 ns + Current trajectory has 2 points. +Point[0] Position= (-150.762,170.975,2185.26) +Point[1] Position= (-150.759,170.985,2185.28) -TrackID =2134 : ParentID=2051 : TrackStatus=1 +TrackID =2091 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 26.353 -11.5987 -20.7242 keV -Vertex : 30.6149 29.0793 20.9715 cm Global time : 2.68743 ns +Original momentum : 16.2943 0.524147 36.8359 keV +Vertex : -0.159871 0.136068 2.1839 m Global time : 8.30753 ns Current trajectory has 2 points. -Point[0] Position= (306.149,290.793,209.715) -Point[1] Position= (306.167,290.785,209.701) +Point[0] Position= (-159.871,136.068,2183.9) +Point[1] Position= (-159.852,136.069,2183.94) -TrackID =2132 : ParentID=2051 : TrackStatus=1 +TrackID =2090 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -16.0527 -21.1599 19.7635 keV -Vertex : 22.717 29.8285 15.8952 cm Global time : 2.35606 ns +Original momentum : 8.76708 32.7909 -13.2564 keV +Vertex : -0.158956 0.135576 2.1833 m Global time : 8.29975 ns Current trajectory has 2 points. -Point[0] Position= (227.17,298.285,158.952) -Point[1] Position= (227.161,298.273,158.964) +Point[0] Position= (-158.956,135.576,2183.3) +Point[1] Position= (-158.948,135.608,2183.28) -TrackID =2131 : ParentID=2051 : TrackStatus=1 +TrackID =2089 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.6451 6.68504 -42.4126 keV -Vertex : 16.5075 31.8657 12.809 cm Global time : 2.11458 ns +Original momentum : -18.7344 -31.8953 -15.3389 keV +Vertex : -0.137825 0.106196 2.18588 m Global time : 8.0865 ns Current trajectory has 2 points. -Point[0] Position= (165.075,318.657,128.09) -Point[1] Position= (165.112,318.666,128.033) +Point[0] Position= (-137.825,106.196,2185.88) +Point[1] Position= (-137.847,106.158,2185.86) -TrackID =2130 : ParentID=2051 : TrackStatus=1 +TrackID =2088 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 0.540856 -1.28014 0.656511 MeV -Vertex : 12.789 33.1136 10.8793 cm Global time : 1.96845 ns - Current trajectory has 18 points. -Point[0] Position= (127.89,331.136,108.793) -Point[1] Position= (127.922,331.081,108.835) -Point[2] Position= (127.969,331.012,108.927) -Point[3] Position= (127.936,330.976,109.04) -Point[4] Position= (127.915,330.923,109.152) -Point[5] Position= (127.913,330.862,109.256) -Point[6] Position= (128,330.926,109.318) -Point[7] Position= (128.105,330.863,109.305) -Point[8] Position= (128.217,330.814,109.294) -Point[9] Position= (128.282,330.71,109.271) -Point[10] Position= (128.345,330.619,109.212) -Point[11] Position= (128.34,330.5,109.173) -Point[12] Position= (128.347,330.382,109.178) -Point[13] Position= (128.342,330.265,109.146) -Point[14] Position= (128.313,330.164,109.083) -Point[15] Position= (128.224,330.146,108.97) -Point[16] Position= (128.093,330.083,108.928) -Point[17] Position= (128.043,330.094,108.742) - -TrackID =1960 : ParentID=1939 : TrackStatus=1 -Particle name : unknown : delta+ PDG code : 2214 Charge : 1 -Original momentum : -0.172069 0.414941 182.573 GeV -Vertex : -1.99346e-295 -1.71289e-295 1.3336e-293 fm Global time : 4.71592e-305 ps +Original momentum : 16.9017 49.9401 2.98332 keV +Vertex : -0.107847 0.0806931 2.20205 m Global time : 7.85926 ns Current trajectory has 2 points. -Point[0] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) -Point[1] Position= (-2.05633e-307,-1.56128e-307,2.00066e-305) +Point[0] Position= (-107.847,80.6931,2202.05) +Point[1] Position= (-107.809,80.8049,2202.06) -TrackID =2137 : ParentID=1960 : TrackStatus=1 -Particle name : proton PDG code : 2212 Charge : 1 -Original momentum : 0.0901456 0.284078 132.855 GeV -Vertex : -2.05633e-295 -1.56128e-295 2.00066e-293 fm Global time : 6.94105e-305 ps - Current trajectory has 64 points. -Point[0] Position= (-2.05633e-307,-1.56128e-307,2.00066e-305) -Point[1] Position= (0.0113902,0.0358854,16.7835) -Point[2] Position= (0.0127575,0.0401909,18.7969) -Point[3] Position= (0.0221872,0.0698975,32.6903) -Point[4] Position= (0.0715265,0.225254,105.36) -Point[5] Position= (0.30659,0.965264,451.125) -Point[6] Position= (0.352278,1.10874,518.163) -Point[7] Position= (0.401226,1.26255,590.029) -Point[8] Position= (0.566889,1.78107,832.355) -Point[9] Position= (0.580213,1.82309,851.985) -Point[10] Position= (0.694545,2.18383,1020.71) -Point[11] Position= (0.752231,2.36456,1105.24) -Point[12] Position= (0.774324,2.43387,1137.68) -Point[13] Position= (0.785367,2.46855,1153.92) -Point[14] Position= (0.832609,2.61673,1223.31) -Point[15] Position= (0.88004,2.76562,1293.05) -Point[16] Position= (1.05265,3.30731,1546.8) -Point[17] Position= (1.09459,3.43869,1608.29) -Point[18] Position= (1.13976,3.58002,1674.48) -Point[19] Position= (1.25346,3.93737,1841.93) -Point[20] Position= (1.29496,4.06757,1902.96) -Point[21] Position= (1.35401,4.25304,1989.91) -Point[22] Position= (1.39038,4.36714,2043.33) -Point[23] Position= (1.44228,4.53099,2120.02) -Point[24] Position= (1.47405,4.63146,2166.99) -Point[25] Position= (1.58308,4.97604,2328.05) -Point[26] Position= (1.68997,5.31267,2485.42) -Point[27] Position= (1.73463,5.4528,2550.98) -Point[28] Position= (1.85191,5.82067,2722.91) -Point[29] Position= (1.91635,6.02243,2817.21) -Point[30] Position= (1.94178,6.1019,2854.35) -Point[31] Position= (1.95855,6.15448,2878.92) -Point[32] Position= (1.96125,6.16296,2882.88) -Point[33] Position= (1.9813,6.22577,2912.23) -Point[34] Position= (2.00952,6.31419,2953.54) -Point[35] Position= (2.02831,6.373,2981.03) -Point[36] Position= (2.04715,6.43194,3008.57) -Point[37] Position= (2.08027,6.5355,3056.96) -Point[38] Position= (2.08314,6.54448,3061.15) -Point[39] Position= (2.09173,6.57132,3073.69) -Point[40] Position= (2.21651,6.96247,3256.3) -Point[41] Position= (2.2416,7.04106,3292.97) -Point[42] Position= (2.2603,7.09954,3320.25) -Point[43] Position= (2.26844,7.12498,3332.12) -Point[44] Position= (2.27503,7.14558,3341.74) -Point[45] Position= (2.28793,7.18594,3360.57) -Point[46] Position= (2.55428,8.01818,3748.9) -Point[47] Position= (2.60777,8.1852,3826.77) -Point[48] Position= (2.64288,8.29493,3877.95) -Point[49] Position= (2.73995,8.59822,4019.42) -Point[50] Position= (2.84029,8.9116,4165.61) -Point[51] Position= (2.85307,8.95147,4184.21) -Point[52] Position= (3.15317,9.88811,4620.65) -Point[53] Position= (3.24435,10.1728,4753.63) -Point[54] Position= (3.34735,10.4949,4904.07) -Point[55] Position= (3.38485,10.6123,4958.85) -Point[56] Position= (3.38954,10.6269,4965.69) -Point[57] Position= (3.42583,10.7404,5018.69) -Point[58] Position= (3.4967,10.9618,5122.11) -Point[59] Position= (3.6124,11.3227,5290.63) -Point[60] Position= (3.77651,11.8343,5529.39) -Point[61] Position= (3.88369,12.1694,5686.03) -Point[62] Position= (3.9441,12.3577,5774) -Point[63] Position= (4.0993,12.8416,6000) - -TrackID =2199 : ParentID=2137 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.1236 15.0021 1.51096 keV -Vertex : 0.0039441 0.0123577 5.774 m Global time : 19.2605 ns - Current trajectory has 2 points. -Point[0] Position= (3.9441,12.3577,5774) -Point[1] Position= (3.98795,12.3754,5774.01) - -TrackID =2198 : ParentID=2137 : TrackStatus=1 -Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 27.186 85.3916 7.65371 keV -Vertex : 0.00388369 0.0121694 5.68603 m Global time : 18.9671 ns +TrackID =2087 : ParentID=2024 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -59.3335 -77.295 -11.4837 keV +Vertex : -0.100592 0.0745524 2.2022 m Global time : 7.8052 ns Current trajectory has 3 points. -Point[0] Position= (3.88369,12.1694,5686.03) -Point[1] Position= (3.80168,13.0852,5684.99) -Point[2] Position= (3.85371,13.1,5684.96) +Point[0] Position= (-100.592,74.5524,2202.2) +Point[1] Position= (-101.436,74.1519,2200.77) +Point[2] Position= (-101.611,74.2792,2200.76) -TrackID =2197 : ParentID=2137 : TrackStatus=1 +TrackID =2086 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.56531 49.2047 2.2897 keV -Vertex : 0.00377651 0.0118343 5.52939 m Global time : 18.4446 ns +Original momentum : -0.427762 27.2256 -22.7369 keV +Vertex : -0.0825631 0.0665149 2.19989 m Global time : 7.69931 ns Current trajectory has 2 points. -Point[0] Position= (3.77651,11.8343,5529.39) -Point[1] Position= (3.78722,11.9289,5529.4) +Point[0] Position= (-82.5631,66.5149,2199.89) +Point[1] Position= (-82.5635,66.5394,2199.87) -TrackID =2196 : ParentID=2137 : TrackStatus=1 +TrackID =2085 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 37.9352 40.3551 2.8885 keV -Vertex : 0.0036124 0.0113227 5.29063 m Global time : 17.6481 ns +Original momentum : 0.557162 -31.5342 8.46292 keV +Vertex : -0.0623374 0.0530171 2.18126 m Global time : 7.54232 ns Current trajectory has 2 points. -Point[0] Position= (3.6124,11.3227,5290.63) -Point[1] Position= (3.70809,11.4245,5290.63) +Point[0] Position= (-62.3374,53.0171,2181.26) +Point[1] Position= (-62.337,52.9933,2181.27) -TrackID =2195 : ParentID=2137 : TrackStatus=1 +TrackID =2084 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 47.3307 33.6447 3.19455 keV -Vertex : 0.0034967 0.0109618 5.12211 m Global time : 17.086 ns +Original momentum : -45.993 6.35129 -43.2234 keV +Vertex : -0.0614772 0.0528602 2.18026 m Global time : 7.53525 ns Current trajectory has 2 points. -Point[0] Position= (3.4967,10.9618,5122.11) -Point[1] Position= (3.63079,11.0571,5122.12) +Point[0] Position= (-61.4772,52.8602,2180.26) +Point[1] Position= (-61.6387,52.8825,2180.11) -TrackID =2194 : ParentID=2137 : TrackStatus=1 +TrackID =2083 : ParentID=2024 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.4351 33.679 1.54547 keV -Vertex : 0.00342583 0.0107404 5.01869 m Global time : 16.741 ns +Original momentum : -19.274 63.6152 -40.8446 keV +Vertex : -0.0123789 0.0105014 2.11604 m Global time : 7.1175 ns Current trajectory has 2 points. -Point[0] Position= (3.42583,10.7404,5018.69) -Point[1] Position= (3.3987,10.7811,5018.69) +Point[0] Position= (-12.3789,10.5014,2116.04) +Point[1] Position= (-12.4929,10.8777,2115.79) -TrackID =2193 : ParentID=2137 : TrackStatus=1 +TrackID =2023 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.2228 39.9181 1.9719 keV -Vertex : 0.00338954 0.0106269 4.96569 m Global time : 16.5642 ns +Original momentum : 10.2589 47.4221 2.19525 keV +Vertex : 0.00124765 0.00394381 1.85036 m Global time : 6.17229 ns Current trajectory has 2 points. -Point[0] Position= (3.38954,10.6269,4965.69) -Point[1] Position= (3.35417,10.6905,4965.69) +Point[0] Position= (1.24765,3.94381,1850.36) +Point[1] Position= (1.26644,4.0307,1850.36) -TrackID =2192 : ParentID=2137 : TrackStatus=1 +TrackID =2022 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -47.5551 -28.0846 3.07789 keV -Vertex : 0.00338485 0.0106123 4.95885 m Global time : 16.5414 ns +Original momentum : -6.49133 -47.935 2.39644 keV +Vertex : 0.00108127 0.00341924 1.60366 m Global time : 5.34939 ns Current trajectory has 2 points. -Point[0] Position= (3.38485,10.6123,4958.85) -Point[1] Position= (3.26566,10.5419,4958.85) +Point[0] Position= (1.08127,3.41924,1603.66) +Point[1] Position= (1.06945,3.33199,1603.67) -TrackID =2191 : ParentID=2137 : TrackStatus=1 +TrackID =2021 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -32.2138 -20.8115 1.50604 keV -Vertex : 0.00334735 0.0104949 4.90407 m Global time : 16.3587 ns - Current trajectory has 2 points. -Point[0] Position= (3.34735,10.4949,4904.07) -Point[1] Position= (3.31276,10.4726,4904.07) +Original momentum : 115.404 104.845 23.473 keV +Vertex : 0.00104395 0.00330173 1.54842 m Global time : 5.1651 ns + Current trajectory has 6 points. +Point[0] Position= (1.04395,3.30173,1548.42) +Point[1] Position= (2.40222,5.9407,1547.94) +Point[2] Position= (2.92645,7.62674,1549.72) +Point[3] Position= (3.50571,6.73137,1550.59) +Point[4] Position= (3.29486,6.60204,1550.57) +Point[5] Position= (3.37886,6.52749,1550.53) -TrackID =2190 : ParentID=2137 : TrackStatus=1 +TrackID =2096 : ParentID=2021 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.2049 -19.9546 1.23024 keV -Vertex : 0.00324435 0.0101728 4.75363 m Global time : 15.8568 ns +Original momentum : -18.631 -6.07067 -26.034 keV +Vertex : 0.00329486 0.00660204 1.55057 m Global time : 5.24472 ns Current trajectory has 2 points. -Point[0] Position= (3.24435,10.1728,4753.63) -Point[1] Position= (3.22029,10.1558,4753.63) +Point[0] Position= (3.29486,6.60204,1550.57) +Point[1] Position= (3.28087,6.59748,1550.55) -TrackID =2189 : ParentID=2137 : TrackStatus=1 +TrackID =2095 : ParentID=2021 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -65.0804 -27.9342 5.01343 keV -Vertex : 0.00315317 0.00988811 4.62065 m Global time : 15.4133 ns +Original momentum : 35.3047 -30.8261 -18.1834 keV +Vertex : 0.00240222 0.0059407 1.54794 m Global time : 5.1954 ns Current trajectory has 2 points. -Point[0] Position= (3.15317,9.88811,4620.65) -Point[1] Position= (2.8501,9.75803,4620.68) +Point[0] Position= (2.40222,5.9407,1547.94) +Point[1] Position= (2.47244,5.87938,1547.9) -TrackID =2188 : ParentID=2137 : TrackStatus=1 +TrackID =2020 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 56.3776 -21.1073 3.55261 keV -Vertex : 0.00285307 0.00895147 4.18421 m Global time : 13.9574 ns - Current trajectory has 2 points. -Point[0] Position= (2.85307,8.95147,4184.21) -Point[1] Position= (3.02767,8.8861,4184.22) +Original momentum : -24.1543 86.3328 7.69406 keV +Vertex : 0.0010379 0.00328267 1.53946 m Global time : 5.13523 ns + Current trajectory has 3 points. +Point[0] Position= (1.0379,3.28267,1539.46) +Point[1] Position= (0.728287,3.70783,1539.69) +Point[2] Position= (0.749154,3.78234,1539.75) -TrackID =2187 : ParentID=2137 : TrackStatus=1 +TrackID =2097 : ParentID=2020 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.1173 3.82753 1.37975 keV -Vertex : 0.00284029 0.0089116 4.16561 m Global time : 13.8953 ns +Original momentum : -39.194 19.3741 -10.3143 keV +Vertex : 0.000728287 0.00370783 1.53969 m Global time : 5.14505 ns Current trajectory has 2 points. -Point[0] Position= (2.84029,8.9116,4165.61) -Point[1] Position= (2.80278,8.91546,4165.61) +Point[0] Position= (0.728287,3.70783,1539.69) +Point[1] Position= (0.66842,3.73743,1539.67) + +TrackID =2019 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 4.52864 -128.178 16.3749 keV +Vertex : 0.000964966 0.00305264 1.4314 m Global time : 4.77478 ns + Current trajectory has 5 points. +Point[0] Position= (0.964966,3.05264,1431.4) +Point[1] Position= (2.33194,1.19995,1432.54) +Point[2] Position= (0.988165,0.75907,1433.73) +Point[3] Position= (0.615029,0.54326,1433.81) +Point[4] Position= (0.506962,0.499201,1434.07) -TrackID =2186 : ParentID=2137 : TrackStatus=1 +TrackID =2098 : ParentID=2019 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 55.6413 -15.1856 3.24935 keV -Vertex : 0.00273995 0.00859822 4.01942 m Global time : 13.4077 ns +Original momentum : -16.604 -28.9357 -11.8066 keV +Vertex : 0.000615029 0.00054326 1.43381 m Global time : 4.83074 ns Current trajectory has 2 points. -Point[0] Position= (2.73995,8.59822,4019.42) -Point[1] Position= (2.89501,8.55591,4019.43) +Point[0] Position= (0.615029,0.54326,1433.81) +Point[1] Position= (0.600123,0.517283,1433.8) -TrackID =2185 : ParentID=2137 : TrackStatus=1 +TrackID =2018 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -15.9522 -35.7918 1.59046 keV -Vertex : 0.00264288 0.00829493 3.87795 m Global time : 12.9358 ns +Original momentum : -40.8623 3.15095 1.6645 keV +Vertex : 0.000962916 0.00304618 1.42837 m Global time : 4.76465 ns Current trajectory has 2 points. -Point[0] Position= (2.64288,8.29493,3877.95) -Point[1] Position= (2.62491,8.25462,3877.95) +Point[0] Position= (0.962916,3.04618,1428.37) +Point[1] Position= (0.91207,3.0501,1428.37) -TrackID =2184 : ParentID=2137 : TrackStatus=1 +TrackID =2017 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.19667 50.3781 2.39768 keV -Vertex : 0.00260777 0.0081852 3.82677 m Global time : 12.7651 ns +Original momentum : -39.8963 -6.51741 1.63998 keV +Vertex : 0.000919074 0.0029079 1.36338 m Global time : 4.54789 ns Current trajectory has 2 points. -Point[0] Position= (2.60777,8.1852,3826.77) -Point[1] Position= (2.61832,8.28747,3826.78) +Point[0] Position= (0.919074,2.9079,1363.38) +Point[1] Position= (0.870923,2.90003,1363.39) -TrackID =2183 : ParentID=2137 : TrackStatus=1 +TrackID =2016 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -31.5079 5.46865 1.01058 keV -Vertex : 0.00255428 0.00801818 3.7489 m Global time : 12.5053 ns +Original momentum : 22.8934 -37.2147 1.93207 keV +Vertex : 0.000877763 0.00277744 1.30211 m Global time : 4.34348 ns Current trajectory has 2 points. -Point[0] Position= (2.55428,8.01818,3748.9) -Point[1] Position= (2.53152,8.02213,3748.9) +Point[0] Position= (0.877763,2.77744,1302.11) +Point[1] Position= (0.910663,2.72396,1302.11) -TrackID =2182 : ParentID=2137 : TrackStatus=1 +TrackID =2015 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 36.8803 -10.6623 1.43973 keV -Vertex : 0.00228793 0.00718594 3.36057 m Global time : 11.21 ns +Original momentum : 48.1629 -10.4152 2.36559 keV +Vertex : 0.000828059 0.00262041 1.22839 m Global time : 4.09758 ns Current trajectory has 2 points. -Point[0] Position= (2.28793,7.18594,3360.57) -Point[1] Position= (2.32761,7.17446,3360.57) +Point[0] Position= (0.828059,2.62041,1228.39) +Point[1] Position= (0.919639,2.6006,1228.39) -TrackID =2181 : ParentID=2137 : TrackStatus=1 +TrackID =2014 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -11.0773 -41.5457 1.90597 keV -Vertex : 0.00227503 0.00714558 3.34174 m Global time : 11.1471 ns +Original momentum : -33.5354 -17.5914 1.46354 keV +Vertex : 0.000770809 0.00243969 1.14358 m Global time : 3.81467 ns Current trajectory has 2 points. -Point[0] Position= (2.27503,7.14558,3341.74) -Point[1] Position= (2.25968,7.088,3341.74) +Point[0] Position= (0.770809,2.43969,1143.58) +Point[1] Position= (0.735793,2.42132,1143.58) -TrackID =2180 : ParentID=2137 : TrackStatus=1 +TrackID =2013 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 22.0364 25.0063 1.01822 keV -Vertex : 0.00226844 0.00712498 3.33212 m Global time : 11.1151 ns +Original momentum : -44.6873 16.2559 2.208 keV +Vertex : 0.0619994 0.196294 91.9782 cm Global time : 3.06815 ns Current trajectory has 2 points. -Point[0] Position= (2.26844,7.12498,3332.12) -Point[1] Position= (2.28583,7.14471,3332.12) +Point[0] Position= (0.619994,1.96294,919.782) +Point[1] Position= (0.541901,1.99135,919.786) -TrackID =2179 : ParentID=2137 : TrackStatus=1 +TrackID =2012 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -73.695 -7.73042 5.44045 keV -Vertex : 0.0022603 0.00709954 3.32025 m Global time : 11.0755 ns +Original momentum : -31.0539 11.1607 1.0626 keV +Vertex : 0.061609 0.195058 91.3981 cm Global time : 3.04879 ns Current trajectory has 2 points. -Point[0] Position= (2.2603,7.09954,3320.25) -Point[1] Position= (1.87526,7.05915,3320.27) +Point[0] Position= (0.61609,1.95058,913.981) +Point[1] Position= (0.59211,1.9592,913.981) -TrackID =2178 : ParentID=2137 : TrackStatus=1 +TrackID =2011 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -52.103 -8.00337 2.77216 keV -Vertex : 0.0022416 0.00704106 3.29297 m Global time : 10.9845 ns +Original momentum : 44.0156 -48.4316 4.26509 keV +Vertex : 0.0612485 0.193916 90.8623 cm Global time : 3.03092 ns Current trajectory has 2 points. -Point[0] Position= (2.2416,7.04106,3292.97) -Point[1] Position= (2.12504,7.02316,3292.97) +Point[0] Position= (0.612485,1.93916,908.623) +Point[1] Position= (0.780376,1.75442,908.639) -TrackID =2177 : ParentID=2137 : TrackStatus=1 +TrackID =2010 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -30.0187 15.3853 1.1009 keV -Vertex : 0.00221651 0.00696247 3.2563 m Global time : 10.8621 ns +Original momentum : 1.19391 111.547 11.9325 keV +Vertex : 0.0518975 0.164344 76.9851 cm Global time : 2.56802 ns + Current trajectory has 4 points. +Point[0] Position= (0.518975,1.64344,769.851) +Point[1] Position= (-0.580922,3.01553,770.589) +Point[2] Position= (-1.57662,2.57074,770.269) +Point[3] Position= (-1.57838,2.56083,770.292) + +TrackID =2009 : ParentID=2001 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -27.231 18.1526 1.02766 keV +Vertex : 0.0504061 0.159635 74.7762 cm Global time : 2.49433 ns Current trajectory has 2 points. -Point[0] Position= (2.21651,6.96247,3256.3) -Point[1] Position= (2.1922,6.97492,3256.3) +Point[0] Position= (0.504061,1.59635,747.762) +Point[1] Position= (0.483402,1.61012,747.763) -TrackID =2176 : ParentID=2137 : TrackStatus=1 +TrackID =2008 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -45.0772 -19.1448 2.41912 keV -Vertex : 0.00209173 0.00657132 3.07369 m Global time : 10.253 ns +Original momentum : -18.4392 28.0143 1.05319 keV +Vertex : 0.0375522 0.118962 55.7024 cm Global time : 1.85808 ns Current trajectory has 2 points. -Point[0] Position= (2.09173,6.57132,3073.69) -Point[1] Position= (2.00725,6.53544,3073.7) +Point[0] Position= (0.375522,1.18962,557.024) +Point[1] Position= (0.360778,1.21202,557.024) -TrackID =2175 : ParentID=2137 : TrackStatus=1 +TrackID =2007 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 62.5702 5.4263 3.80477 keV -Vertex : 0.00208314 0.00654448 3.06115 m Global time : 10.2112 ns - Current trajectory has 3 points. -Point[0] Position= (2.08314,6.54448,3061.15) -Point[1] Position= (2.31425,6.43658,3061) -Point[2] Position= (2.33488,6.46826,3060.93) +Original momentum : -35.3773 -15.2051 1.50729 keV +Vertex : 0.0375154 0.118845 55.6478 cm Global time : 1.85626 ns + Current trajectory has 2 points. +Point[0] Position= (0.375154,1.18845,556.478) +Point[1] Position= (0.336825,1.17198,556.479) -TrackID =2174 : ParentID=2137 : TrackStatus=1 +TrackID =2006 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -37.4387 2.22795 1.39733 keV -Vertex : 0.00208027 0.0065355 3.05696 m Global time : 10.1972 ns +Original momentum : -18.3666 32.7637 1.32273 keV +Vertex : 0.0282377 0.0894418 41.865 cm Global time : 1.3965 ns Current trajectory has 2 points. -Point[0] Position= (2.08027,6.5355,3056.96) -Point[1] Position= (2.04201,6.53778,3056.96) +Point[0] Position= (0.282377,0.894418,418.65) +Point[1] Position= (0.263549,0.928005,418.651) -TrackID =2173 : ParentID=2137 : TrackStatus=1 +TrackID =2005 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -42.4191 -30.6785 2.77681 keV -Vertex : 0.00204715 0.00643194 3.00857 m Global time : 10.0358 ns +Original momentum : 52.0537 -16.1221 2.90509 keV +Vertex : 0.0169385 0.0535802 25.0765 cm Global time : 836.486 ps Current trajectory has 2 points. -Point[0] Position= (2.04715,6.43194,3008.57) -Point[1] Position= (1.95382,6.36445,3008.57) +Point[0] Position= (0.169385,0.535802,250.765) +Point[1] Position= (0.29562,0.496705,250.772) -TrackID =2172 : ParentID=2137 : TrackStatus=1 +TrackID =2004 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -22.9487 -42.7102 2.40787 keV -Vertex : 0.00202831 0.006373 2.98103 m Global time : 9.94392 ns +Original momentum : -14.5874 30.8558 1.0836 keV +Vertex : 0.0153141 0.048426 22.6641 cm Global time : 756.012 ps Current trajectory has 2 points. -Point[0] Position= (2.02831,6.373,2981.03) -Point[1] Position= (1.98631,6.29483,2981.03) +Point[0] Position= (0.153141,0.48426,226.641) +Point[1] Position= (0.141026,0.509884,226.642) -TrackID =2171 : ParentID=2137 : TrackStatus=1 +TrackID =2003 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 24.8872 -33.6647 1.77023 keV -Vertex : 0.00200952 0.00631419 2.95354 m Global time : 9.85223 ns +Original momentum : 29.5039 20.7035 1.20685 keV +Vertex : 0.00496872 0.0156876 7.33862 cm Global time : 244.797 ps Current trajectory has 2 points. -Point[0] Position= (2.00952,6.31419,2953.54) -Point[1] Position= (2.042,6.27025,2953.54) +Point[0] Position= (0.0496872,0.156876,73.3862) +Point[1] Position= (0.0772966,0.176251,73.3873) -TrackID =2170 : ParentID=2137 : TrackStatus=1 +TrackID =2002 : ParentID=2001 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 9.69397 -32.5953 1.19484 keV -Vertex : 0.0019813 0.00622577 2.91223 m Global time : 9.71444 ns +Original momentum : 31.0428 56.6759 3.94273 keV +Vertex : 0.0022279 0.0070286 3.2871 cm Global time : 109.649 ps + Current trajectory has 2 points. +Point[0] Position= (0.022279,0.070286,32.871) +Point[1] Position= (0.136924,0.279597,32.8855) + +TrackID =2000 : ParentID=1846 : TrackStatus=1 +Particle name : pi0 PDG code : 111 Charge : 0 +Original momentum : -0.261061 0.128081 48.4938 GeV +Vertex : -2.05633e-295 -1.56128e-295 2.00066e-293 fm Global time : 6.94105e-305 ps Current trajectory has 2 points. -Point[0] Position= (1.9813,6.22577,2912.23) -Point[1] Position= (1.98929,6.19891,2912.24) +Point[0] Position= (-2.05633e-307,-1.56128e-307,2.00066e-305) +Point[1] Position= (-6.0424e-06,2.9645e-06,0.00112241) + +TrackID =1845 : ParentID=1825 : TrackStatus=1 +Particle name : pi- PDG code : -211 Charge : -1 +Original momentum : -0.213371 -0.785574 66.0599 GeV +Vertex : -1.99346e-295 -1.71289e-295 1.3336e-293 fm Global time : 4.71592e-305 ps + Current trajectory has 65 points. +Point[0] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) +Point[1] Position= (-0.0667485,-0.245769,20.6683) +Point[2] Position= (-0.335995,-1.23802,104.123) +Point[3] Position= (-0.957851,-3.53084,296.973) +Point[4] Position= (-0.970442,-3.57723,300.875) +Point[5] Position= (-1.2652,-4.66253,392.171) +Point[6] Position= (-1.29467,-4.77107,401.3) +Point[7] Position= (-1.62398,-5.98414,503.326) +Point[8] Position= (-1.64969,-6.07893,511.298) +Point[9] Position= (-1.83357,-6.75061,567.856) +Point[10] Position= (-2.66792,-9.80016,824.646) +Point[11] Position= (-2.91016,-10.686,899.228) +Point[12] Position= (-3.22884,-11.8505,997.272) +Point[13] Position= (-3.24686,-11.9164,1002.82) +Point[14] Position= (-3.70806,-13.6011,1144.69) +Point[15] Position= (-3.98174,-14.5997,1228.78) +Point[16] Position= (-4.37374,-16.0288,1349.1) +Point[17] Position= (-4.4014,-16.1295,1357.58) +Point[18] Position= (-4.48365,-16.4293,1382.83) +Point[19] Position= (-4.71834,-17.2849,1454.88) +Point[20] Position= (-4.74545,-17.3838,1463.2) +Point[21] Position= (-4.76554,-17.457,1469.37) +Point[22] Position= (-5.08921,-18.6369,1568.76) +Point[23] Position= (-6.16745,-22.5727,1900.34) +Point[24] Position= (-6.55328,-23.9829,2019.19) +Point[25] Position= (-6.98339,-25.5564,2151.8) +Point[26] Position= (-7.56793,-27.6954,2332.05) +Point[27] Position= (-7.617,-27.875,2347.19) +Point[28] Position= (-7.80312,-28.5561,2404.62) +Point[29] Position= (-7.82479,-28.6355,2411.31) +Point[30] Position= (-8.0223,-29.3581,2472.24) +Point[31] Position= (-8.18742,-29.9616,2523.14) +Point[32] Position= (-8.57698,-31.3872,2643.35) +Point[33] Position= (-8.96714,-32.8151,2763.73) +Point[34] Position= (-9.04597,-33.1036,2788.06) +Point[35] Position= (-9.06262,-33.1645,2793.19) +Point[36] Position= (-9.78681,-35.8182,3016.87) +Point[37] Position= (-10.3445,-37.8623,3189.18) +Point[38] Position= (-10.3622,-37.9271,3194.65) +Point[39] Position= (-10.7702,-39.4223,3320.69) +Point[40] Position= (-11.0833,-40.5703,3417.46) +Point[41] Position= (-11.362,-41.5928,3503.68) +Point[42] Position= (-11.7241,-42.9201,3615.65) +Point[43] Position= (-11.7396,-42.9767,3620.42) +Point[44] Position= (-12.5443,-45.9254,3869.11) +Point[45] Position= (-12.7562,-46.702,3934.6) +Point[46] Position= (-13.115,-48.0168,4045.44) +Point[47] Position= (-13.4941,-49.4063,4162.59) +Point[48] Position= (-14.8863,-54.5132,4593.09) +Point[49] Position= (-15.0199,-55.0033,4634.41) +Point[50] Position= (-15.3,-56.0306,4721.02) +Point[51] Position= (-15.4624,-56.6261,4771.23) +Point[52] Position= (-15.8015,-57.8703,4876.12) +Point[53] Position= (-15.8527,-58.0584,4891.98) +Point[54] Position= (-15.9107,-58.2712,4909.91) +Point[55] Position= (-16.2252,-59.4255,5007.19) +Point[56] Position= (-17.1267,-62.7343,5285.94) +Point[57] Position= (-17.4036,-63.7501,5371.5) +Point[58] Position= (-17.75,-65.021,5478.53) +Point[59] Position= (-17.9835,-65.8768,5550.6) +Point[60] Position= (-18.0479,-66.1127,5570.47) +Point[61] Position= (-18.6355,-68.2644,5751.68) +Point[62] Position= (-18.7682,-68.7503,5792.58) +Point[63] Position= (-19.0233,-69.6844,5871.23) +Point[64] Position= (-19.441,-71.2136,6000) + +TrackID =2163 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -37.1898 -39.5071 2.28795 keV +Vertex : -0.0190233 -0.0696844 5.87123 m Global time : 19.5859 ns + Current trajectory has 2 points. +Point[0] Position= (-19.0233,-69.6844,5871.23) +Point[1] Position= (-19.1125,-69.7791,5871.24) + +TrackID =2162 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -49.4559 -18.6454 2.34982 keV +Vertex : -0.0187682 -0.0687503 5.79258 m Global time : 19.3235 ns + Current trajectory has 2 points. +Point[0] Position= (-18.7682,-68.7503,5792.58) +Point[1] Position= (-18.8794,-68.7922,5792.59) + +TrackID =2161 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -85.8417 18.4007 7.4813 keV +Vertex : -0.0186355 -0.0682644 5.75168 m Global time : 19.187 ns + Current trajectory has 3 points. +Point[0] Position= (-18.6355,-68.2644,5751.68) +Point[1] Position= (-19.2017,-68.0193,5752.89) +Point[2] Position= (-19.3393,-68.2032,5752.99) -TrackID =2169 : ParentID=2137 : TrackStatus=1 +TrackID =2160 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -8.19547 50.0274 2.41272 keV -Vertex : 0.00196125 0.00616296 2.88288 m Global time : 9.6165 ns +Original momentum : 8.07551 32.3047 1.49583 keV +Vertex : -0.0180479 -0.0661127 5.57047 m Global time : 18.5825 ns Current trajectory has 2 points. -Point[0] Position= (1.96125,6.16296,2882.88) -Point[1] Position= (1.94458,6.26475,2882.88) +Point[0] Position= (-18.0479,-66.1127,5570.47) +Point[1] Position= (-18.0415,-66.0872,5570.47) -TrackID =2168 : ParentID=2137 : TrackStatus=1 +TrackID =2159 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.2682 -30.3875 1.57622 keV -Vertex : 0.00195855 0.00615448 2.87892 m Global time : 9.6033 ns +Original momentum : 5.73458 -33.8611 0.769997 keV +Vertex : -0.0179835 -0.0658768 5.5506 m Global time : 18.5162 ns Current trajectory has 2 points. -Point[0] Position= (1.95855,6.15448,2878.92) -Point[1] Position= (1.98755,6.11961,2878.92) +Point[0] Position= (-17.9835,-65.8768,5550.6) +Point[1] Position= (-17.9787,-65.9052,5550.6) -TrackID =2167 : ParentID=2137 : TrackStatus=1 +TrackID =2158 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 30.8151 -16.6861 1.21629 keV -Vertex : 0.00194178 0.0061019 2.85435 m Global time : 9.52134 ns +Original momentum : 45.3615 -12.9752 2.17108 keV +Vertex : -0.01775 -0.065021 5.47853 m Global time : 18.2758 ns Current trajectory has 2 points. -Point[0] Position= (1.94178,6.1019,2854.35) -Point[1] Position= (1.96889,6.08722,2854.35) +Point[0] Position= (-17.75,-65.021,5478.53) +Point[1] Position= (-17.6722,-65.0432,5478.53) -TrackID =2166 : ParentID=2137 : TrackStatus=1 +TrackID =2157 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.3583 2.90485 1.5448 keV -Vertex : 0.00191635 0.00602243 2.81721 m Global time : 9.39747 ns +Original momentum : -37.1247 10.9032 1.47442 keV +Vertex : -0.0174036 -0.0637501 5.3715 m Global time : 17.9188 ns Current trajectory has 2 points. -Point[0] Position= (1.91635,6.02243,2817.21) -Point[1] Position= (1.87132,6.02576,2817.22) +Point[0] Position= (-17.4036,-63.7501,5371.5) +Point[1] Position= (-17.4442,-63.7382,5371.5) -TrackID =2165 : ParentID=2137 : TrackStatus=1 +TrackID =2156 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.4381 46.652 2.14956 keV -Vertex : 0.00185191 0.00582067 2.72291 m Global time : 9.08291 ns +Original momentum : 51.069 14.6812 3.10461 keV +Vertex : -0.0171267 -0.0627343 5.28594 m Global time : 17.6334 ns Current trajectory has 2 points. -Point[0] Position= (1.85191,5.82067,2722.91) -Point[1] Position= (1.87237,5.90413,2722.92) +Point[0] Position= (-17.1267,-62.7343,5285.94) +Point[1] Position= (-17.0101,-62.7008,5285.95) -TrackID =2164 : ParentID=2137 : TrackStatus=1 +TrackID =2155 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -64.2706 -123.3 19.2369 keV -Vertex : 0.00173463 0.0054528 2.55098 m Global time : 8.5094 ns - Current trajectory has 5 points. -Point[0] Position= (1.73463,5.4528,2550.98) -Point[1] Position= (2.1537,2.63651,2552.42) -Point[2] Position= (2.67768,4.72174,2553.02) -Point[3] Position= (2.68859,5.7744,2554.16) -Point[4] Position= (2.48229,5.91113,2554.41) +Original momentum : -17.5628 35.1487 1.87226 keV +Vertex : -0.0162252 -0.0594255 5.00719 m Global time : 16.7035 ns + Current trajectory has 2 points. +Point[0] Position= (-16.2252,-59.4255,5007.19) +Point[1] Position= (-16.2451,-59.3857,5007.19) -TrackID =2163 : ParentID=2137 : TrackStatus=1 +TrackID =2154 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -53.613 3.27495 2.85277 keV -Vertex : 0.00168997 0.00531267 2.48542 m Global time : 8.2907 ns +Original momentum : -30.943 -17.5364 0.929182 keV +Vertex : -0.0159107 -0.0582712 4.90991 m Global time : 16.379 ns Current trajectory has 2 points. -Point[0] Position= (1.68997,5.31267,2485.42) -Point[1] Position= (1.56443,5.32033,2485.43) +Point[0] Position= (-15.9107,-58.2712,4909.91) +Point[1] Position= (-15.9388,-58.2871,4909.91) -TrackID =2162 : ParentID=2137 : TrackStatus=1 +TrackID =2153 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -58.1839 -4.97704 3.38736 keV -Vertex : 0.00158308 0.00497604 2.32805 m Global time : 7.76576 ns +Original momentum : -43.8123 5.06324 1.82163 keV +Vertex : -0.0158527 -0.0580584 4.89198 m Global time : 16.3191 ns Current trajectory has 2 points. -Point[0] Position= (1.58308,4.97604,2328.05) -Point[1] Position= (1.41588,4.96174,2328.06) +Point[0] Position= (-15.8527,-58.0584,4891.98) +Point[1] Position= (-15.917,-58.0509,4891.98) -TrackID =2161 : ParentID=2137 : TrackStatus=1 +TrackID =2152 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -54.5328 -16.2534 3.24056 keV -Vertex : 0.00147405 0.00463146 2.16699 m Global time : 7.2285 ns +Original momentum : -28.3015 46.5512 3.36793 keV +Vertex : -0.0158015 -0.0578703 4.87612 m Global time : 16.2663 ns Current trajectory has 2 points. -Point[0] Position= (1.47405,4.63146,2166.99) -Point[1] Position= (1.32701,4.58763,2167) +Point[0] Position= (-15.8015,-57.8703,4876.12) +Point[1] Position= (-15.8702,-57.7573,4876.13) -TrackID =2160 : ParentID=2137 : TrackStatus=1 +TrackID =2151 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 3.26369 -37.3724 1.45501 keV -Vertex : 0.00144228 0.00453099 2.12002 m Global time : 7.07182 ns +Original momentum : -32.2668 20.8074 1.5853 keV +Vertex : -0.0154624 -0.0566261 4.77123 m Global time : 15.9163 ns Current trajectory has 2 points. -Point[0] Position= (1.44228,4.53099,2120.02) -Point[1] Position= (1.44561,4.49277,2120.02) +Point[0] Position= (-15.4624,-56.6261,4771.23) +Point[1] Position= (-15.4972,-56.6037,4771.23) -TrackID =2159 : ParentID=2137 : TrackStatus=1 +TrackID =2150 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -5.36195 40.7174 1.56677 keV -Vertex : 0.00139038 0.00436714 2.04333 m Global time : 6.81602 ns +Original momentum : -19.6536 -48.7713 2.06053 keV +Vertex : -0.0153 -0.0560306 4.72102 m Global time : 15.7488 ns Current trajectory has 2 points. -Point[0] Position= (1.39038,4.36714,2043.33) -Point[1] Position= (1.38367,4.41803,2043.34) +Point[0] Position= (-15.3,-56.0306,4721.02) +Point[1] Position= (-15.3436,-56.1389,4721.02) -TrackID =2158 : ParentID=2137 : TrackStatus=1 +TrackID =2149 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 63.8042 -6.07726 3.98894 keV -Vertex : 0.00135401 0.00425304 1.98991 m Global time : 6.63781 ns +Original momentum : 13.9211 -89.862 7.0556 keV +Vertex : -0.0150199 -0.0550033 4.63441 m Global time : 15.4599 ns Current trajectory has 3 points. -Point[0] Position= (1.35401,4.25304,1989.91) -Point[1] Position= (1.54953,4.04431,1989.99) -Point[2] Position= (1.55946,4.00781,1990.01) +Point[0] Position= (-15.0199,-55.0033,4634.41) +Point[1] Position= (-13.9123,-55.6593,4634.1) +Point[2] Position= (-13.9082,-55.7745,4634.07) -TrackID =2200 : ParentID=2158 : TrackStatus=1 +TrackID =2148 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 5.40244 17.968 26.2692 keV -Vertex : 0.00154953 0.00404431 1.98999 m Global time : 6.64366 ns +Original momentum : -29.5407 -16.2336 0.823251 keV +Vertex : -0.0148863 -0.0545132 4.59309 m Global time : 15.3221 ns Current trajectory has 2 points. -Point[0] Position= (1.54953,4.04431,1989.99) -Point[1] Position= (1.5535,4.05753,1990.01) +Point[0] Position= (-14.8863,-54.5132,4593.09) +Point[1] Position= (-14.9102,-54.5264,4593.09) -TrackID =2157 : ParentID=2137 : TrackStatus=1 +TrackID =2147 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -29.6815 -27.5247 1.68253 keV -Vertex : 0.00129496 0.00406757 1.90296 m Global time : 6.34778 ns +Original momentum : -25.1041 -31.7463 1.1439 keV +Vertex : -0.0134941 -0.0494063 4.16259 m Global time : 13.886 ns Current trajectory has 2 points. -Point[0] Position= (1.29496,4.06757,1902.96) -Point[1] Position= (1.25902,4.03424,1902.97) +Point[0] Position= (-13.4941,-49.4063,4162.59) +Point[1] Position= (-13.5244,-49.4447,4162.59) -TrackID =2156 : ParentID=2137 : TrackStatus=1 +TrackID =2146 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 4.23372 32.7108 0.991724 keV -Vertex : 0.00125346 0.00393737 1.84193 m Global time : 6.14418 ns +Original momentum : -107.632 -8.73002 10.9491 keV +Vertex : -0.013115 -0.0480168 4.04544 m Global time : 13.4952 ns + Current trajectory has 4 points. +Point[0] Position= (-13.115,-48.0168,4045.44) +Point[1] Position= (-13.3553,-48.0392,4045.42) +Point[2] Position= (-13.7496,-48.1034,4045.19) +Point[3] Position= (-13.9196,-48.0261,4044.72) + +TrackID =2164 : ParentID=2146 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -62.7746 -0.501264 22.2503 keV +Vertex : -0.0137496 -0.0481034 4.04519 m Global time : 13.5059 ns Current trajectory has 2 points. -Point[0] Position= (1.25346,3.93737,1841.93) -Point[1] Position= (1.25673,3.96261,1841.93) +Point[0] Position= (-13.7496,-48.1034,4045.19) +Point[1] Position= (-13.9985,-48.1054,4045.28) -TrackID =2155 : ParentID=2137 : TrackStatus=1 +TrackID =2145 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 50.6353 5.43198 2.49148 keV -Vertex : 0.00113976 0.00358002 1.67448 m Global time : 5.5856 ns +Original momentum : 28.6555 -30.2109 1.43029 keV +Vertex : -0.0127562 -0.046702 3.9346 m Global time : 13.1254 ns Current trajectory has 2 points. -Point[0] Position= (1.13976,3.58002,1674.48) -Point[1] Position= (1.24394,3.5912,1674.48) +Point[0] Position= (-12.7562,-46.702,3934.6) +Point[1] Position= (-12.7192,-46.741,3934.6) -TrackID =2154 : ParentID=2137 : TrackStatus=1 +TrackID =2144 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 11.2151 30.5906 0.965627 keV -Vertex : 0.00109459 0.00343869 1.60829 m Global time : 5.36484 ns +Original momentum : 42.5096 24.492 2.78546 keV +Vertex : -0.0125443 -0.0459254 3.86911 m Global time : 12.907 ns Current trajectory has 2 points. -Point[0] Position= (1.09459,3.43869,1608.29) -Point[1] Position= (1.10302,3.46168,1608.29) +Point[0] Position= (-12.5443,-45.9254,3869.11) +Point[1] Position= (-12.4642,-45.8793,3869.12) -TrackID =2153 : ParentID=2137 : TrackStatus=1 +TrackID =2143 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.11189 -98.3898 9.73109 keV -Vertex : 0.00105265 0.00330731 1.5468 m Global time : 5.1597 ns +Original momentum : 87.1216 -61.6738 10.6908 keV +Vertex : -0.0117396 -0.0429767 3.62042 m Global time : 12.0774 ns Current trajectory has 4 points. -Point[0] Position= (1.05265,3.30731,1546.8) -Point[1] Position= (0.0800116,2.21785,1546.91) -Point[2] Position= (0.523722,3.11295,1546.35) -Point[3] Position= (0.531164,3.10655,1546.35) +Point[0] Position= (-11.7396,-42.9767,3620.42) +Point[1] Position= (-10.6821,-43.8486,3619.56) +Point[2] Position= (-10.1993,-43.9315,3620.06) +Point[3] Position= (-10.2229,-43.8889,3620.06) + +TrackID =2142 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -76.1176 -20.5105 5.58632 keV +Vertex : -0.0117241 -0.0429201 3.61565 m Global time : 12.0614 ns + Current trajectory has 3 points. +Point[0] Position= (-11.7241,-42.9201,3615.65) +Point[1] Position= (-12.0732,-43.6225,3615.14) +Point[2] Position= (-12.0835,-43.6607,3615.17) -TrackID =2152 : ParentID=2137 : TrackStatus=1 +TrackID =2141 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 7.05611 -35.3631 1.34329 keV -Vertex : 0.00088004 0.00276562 1.29305 m Global time : 4.31326 ns +Original momentum : 25.1928 -36.3485 1.56319 keV +Vertex : -0.011362 -0.0415928 3.50368 m Global time : 11.6879 ns Current trajectory has 2 points. -Point[0] Position= (0.88004,2.76562,1293.05) -Point[1] Position= (0.886652,2.73248,1293.05) +Point[0] Position= (-11.362,-41.5928,3503.68) +Point[1] Position= (-11.3248,-41.6464,3503.68) + +TrackID =2140 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -86.165 -196.23 42.1181 keV +Vertex : -0.0110833 -0.0405703 3.41746 m Global time : 11.4003 ns + Current trajectory has 9 points. +Point[0] Position= (-11.0833,-40.5703,3417.46) +Point[1] Position= (-11.0159,-49.4304,3419.64) +Point[2] Position= (-11.1621,-54.8613,3419.05) +Point[3] Position= (-9.34206,-55.9474,3418.14) +Point[4] Position= (-6.1647,-56.4604,3416.25) +Point[5] Position= (-3.22525,-56.1192,3416.21) +Point[6] Position= (-1.98191,-54.7601,3417.09) +Point[7] Position= (-0.896489,-53.5217,3417.07) +Point[8] Position= (-0.619311,-53.6739,3416.92) -TrackID =2151 : ParentID=2137 : TrackStatus=1 +TrackID =2166 : ParentID=2140 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 42.6405 -8.82018 1.84504 keV -Vertex : 0.000832609 0.00261673 1.22331 m Global time : 4.08065 ns +Original momentum : 11.7894 -19.1233 32.5689 keV +Vertex : -0.00934206 -0.0559474 3.41814 m Global time : 11.5426 ns Current trajectory has 2 points. -Point[0] Position= (0.832609,2.61673,1223.31) -Point[1] Position= (0.893404,2.60415,1223.32) +Point[0] Position= (-9.34206,-55.9474,3418.14) +Point[1] Position= (-9.32852,-55.9694,3418.18) + +TrackID =2165 : ParentID=2140 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 46.7121 -6.46545 56.2161 keV +Vertex : -0.0111621 -0.0548613 3.41905 m Global time : 11.5199 ns + Current trajectory has 3 points. +Point[0] Position= (-11.1621,-54.8613,3419.05) +Point[1] Position= (-11.1554,-54.8617,3419.06) +Point[2] Position= (-10.9451,-54.839,3419.17) -TrackID =2150 : ParentID=2137 : TrackStatus=1 +TrackID =2167 : ParentID=2165 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -28.4094 -22.4334 1.34959 keV -Vertex : 0.000785367 0.00246855 1.15392 m Global time : 3.84917 ns +Original momentum : -13.1923 -14.8604 26.9488 keV +Vertex : -0.0111554 -0.0548617 3.41906 m Global time : 11.5202 ns Current trajectory has 2 points. -Point[0] Position= (0.785367,2.46855,1153.92) -Point[1] Position= (0.75852,2.44735,1153.92) +Point[0] Position= (-11.1554,-54.8617,3419.06) +Point[1] Position= (-11.1659,-54.8735,3419.08) -TrackID =2149 : ParentID=2137 : TrackStatus=1 +TrackID =2139 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 72.4353 -15.4385 5.35082 keV -Vertex : 0.000774324 0.00243387 1.13768 m Global time : 3.79499 ns +Original momentum : 29.5216 -21.6817 1.15078 keV +Vertex : -0.0107702 -0.0394223 3.32069 m Global time : 11.0775 ns Current trajectory has 2 points. -Point[0] Position= (0.774324,2.43387,1137.68) -Point[1] Position= (1.15222,2.35333,1137.71) +Point[0] Position= (-10.7702,-39.4223,3320.69) +Point[1] Position= (-10.7416,-39.4433,3320.69) -TrackID =2148 : ParentID=2137 : TrackStatus=1 +TrackID =2138 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 133.664 52.1737 19.9351 keV -Vertex : 0.000752231 0.00236456 1.10524 m Global time : 3.68678 ns - Current trajectory has 7 points. -Point[0] Position= (0.752231,2.36456,1105.24) -Point[1] Position= (3.15487,4.16769,1103.88) -Point[2] Position= (1.50351,5.50868,1103.25) -Point[3] Position= (0.645813,5.61811,1101.45) -Point[4] Position= (-0.345057,6.90414,1101.27) -Point[5] Position= (-0.607122,7.87594,1100.87) -Point[6] Position= (-0.558773,7.889,1100.78) +Original momentum : 100.631 -32.1159 10.8623 keV +Vertex : -0.0103622 -0.0379271 3.19465 m Global time : 10.657 ns + Current trajectory has 4 points. +Point[0] Position= (-10.3622,-37.9271,3194.65) +Point[1] Position= (-9.37072,-39.1935,3193.84) +Point[2] Position= (-9.55713,-40.5567,3193.68) +Point[3] Position= (-9.54335,-40.6286,3193.82) -TrackID =2147 : ParentID=2137 : TrackStatus=1 +TrackID =2137 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -34.6555 -5.05012 1.23465 keV -Vertex : 0.000694545 0.00218383 1.02071 m Global time : 3.40481 ns +Original momentum : -35.7308 3.63546 1.18953 keV +Vertex : -0.0103445 -0.0378623 3.18918 m Global time : 10.6388 ns Current trajectory has 2 points. -Point[0] Position= (0.694545,2.18383,1020.71) -Point[1] Position= (0.664094,2.1794,1020.71) +Point[0] Position= (-10.3445,-37.8623,3189.18) +Point[1] Position= (-10.3777,-37.8589,3189.18) -TrackID =2146 : ParentID=2137 : TrackStatus=1 +TrackID =2136 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -0.378798 -33.135 1.14577 keV -Vertex : 0.0580213 0.182309 85.1985 cm Global time : 2.842 ns +Original momentum : -14.6572 55.8809 3.88582 keV +Vertex : -0.00978681 -0.0358182 3.01687 m Global time : 10.064 ns Current trajectory has 2 points. -Point[0] Position= (0.580213,1.82309,851.985) -Point[1] Position= (0.579918,1.79726,851.986) +Point[0] Position= (-9.78681,-35.8182,3016.87) +Point[1] Position= (-9.82789,-35.6616,3016.88) -TrackID =2145 : ParentID=2137 : TrackStatus=1 +TrackID =2135 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 124.77 -132.525 32.6297 keV -Vertex : 0.0566889 0.178107 83.2355 cm Global time : 2.77651 ns - Current trajectory has 10 points. -Point[0] Position= (0.566889,1.78107,832.355) -Point[1] Position= (2.11384,-1.02788,832.323) -Point[2] Position= (2.47234,-4.30328,836.438) -Point[3] Position= (2.57161,-8.55467,837.263) -Point[4] Position= (3.97692,-10.3418,839.28) -Point[5] Position= (4.30785,-10.4799,839.504) -Point[6] Position= (4.55079,-10.4277,839.724) -Point[7] Position= (5.67015,-11.3501,840.299) -Point[8] Position= (5.7591,-12.3319,840.231) -Point[9] Position= (5.6591,-12.344,840.121) +Original momentum : -21.28 -29.6746 0.882987 keV +Vertex : -0.00906262 -0.0331645 2.79319 m Global time : 9.31781 ns + Current trajectory has 2 points. +Point[0] Position= (-9.06262,-33.1645,2793.19) +Point[1] Position= (-9.0831,-33.1931,2793.19) -TrackID =2202 : ParentID=2145 : TrackStatus=1 +TrackID =2134 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 2.66975 30.5591 11.5266 keV -Vertex : 0.455079 -1.04277 83.9724 cm Global time : 2.93851 ns +Original momentum : 37.0326 -35.9108 2.29649 keV +Vertex : -0.00904597 -0.0331036 2.78806 m Global time : 9.30068 ns Current trajectory has 2 points. -Point[0] Position= (4.55079,-10.4277,839.724) -Point[1] Position= (4.55282,-10.4045,839.732) +Point[0] Position= (-9.04597,-33.1036,2788.06) +Point[1] Position= (-8.96742,-33.1798,2788.06) -TrackID =2201 : ParentID=2145 : TrackStatus=1 +TrackID =2133 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -18.9915 -22.2252 48.3339 keV -Vertex : 0.430785 -1.04799 83.9504 cm Global time : 2.93375 ns +Original momentum : 0.700065 34.2253 1.55596 keV +Vertex : -0.00896714 -0.0328151 2.76373 m Global time : 9.21953 ns Current trajectory has 2 points. -Point[0] Position= (4.30785,-10.4799,839.504) -Point[1] Position= (4.25775,-10.5386,839.631) +Point[0] Position= (-8.96714,-32.8151,2763.73) +Point[1] Position= (-8.96656,-32.7865,2763.73) -TrackID =2144 : ParentID=2137 : TrackStatus=1 +TrackID =2132 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -58.1958 -11.5707 3.50984 keV -Vertex : 0.0401226 0.126255 59.0029 cm Global time : 1.96818 ns +Original momentum : 8.60884 -34.6567 0.86385 keV +Vertex : -0.00857698 -0.0313872 2.64335 m Global time : 8.81794 ns + Current trajectory has 2 points. +Point[0] Position= (-8.57698,-31.3872,2643.35) +Point[1] Position= (-8.56909,-31.419,2643.35) + +TrackID =2131 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 79.6078 -35.4047 7.26432 keV +Vertex : -0.00818742 -0.0299616 2.52314 m Global time : 8.41693 ns Current trajectory has 3 points. -Point[0] Position= (0.401226,1.26255,590.029) -Point[1] Position= (0.289977,1.18066,590.024) -Point[2] Position= (0.281762,1.13199,589.967) +Point[0] Position= (-8.18742,-29.9616,2523.14) +Point[1] Position= (-8.02321,-30.098,2523.11) +Point[2] Position= (-8.03861,-30.1926,2522.7) + +TrackID =2168 : ParentID=2131 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 7.45958 32.909 -7.98982 keV +Vertex : -0.00802321 -0.030098 2.52311 m Global time : 8.42094 ns + Current trajectory has 2 points. +Point[0] Position= (-8.02321,-30.098,2523.11) +Point[1] Position= (-8.01681,-30.0697,2523.1) -TrackID =2143 : ParentID=2137 : TrackStatus=1 +TrackID =2130 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 57.7329 68.9287 7.72075 keV -Vertex : 0.0352278 0.110874 51.8163 cm Global time : 1.72845 ns +Original momentum : 239.502 -199.358 93.1436 keV +Vertex : -0.0080223 -0.0293581 2.47224 m Global time : 8.24714 ns + Current trajectory has 18 points. +Point[0] Position= (-8.0223,-29.3581,2472.24) +Point[1] Position= (5.17485,-41.1032,2481.49) +Point[2] Position= (10.0215,-46.1284,2482.33) +Point[3] Position= (4.59197,-19.206,2484.11) +Point[4] Position= (1.39844,-11.136,2490.26) +Point[5] Position= (-2.00702,-6.32179,2493.65) +Point[6] Position= (-7.41893,1.0567,2500.95) +Point[7] Position= (-7.6107,3.09733,2505.99) +Point[8] Position= (-8.12164,4.3354,2507.2) +Point[9] Position= (-10.937,7.83486,2515.83) +Point[10] Position= (-6.28778,2.67393,2518.38) +Point[11] Position= (-4.04335,-2.02874,2518.83) +Point[12] Position= (-5.79147,-5.59198,2520.28) +Point[13] Position= (-3.73716,-6.95977,2523.01) +Point[14] Position= (-4.11465,-7.76613,2525.94) +Point[15] Position= (-3.87411,-7.35879,2528.09) +Point[16] Position= (-3.80721,-6.86723,2529.32) +Point[17] Position= (-3.71218,-6.63717,2529.2) + +TrackID =2172 : ParentID=2130 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -28.3099 -15.2667 14.2192 keV +Vertex : -0.00812164 0.0043354 2.5072 m Global time : 8.81801 ns + Current trajectory has 2 points. +Point[0] Position= (-8.12164,4.3354,2507.2) +Point[1] Position= (-8.1467,4.32188,2507.21) + +TrackID =2171 : ParentID=2130 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : 75.3748 4.57455 40.0816 keV +Vertex : -0.0076107 0.00309733 2.50599 m Global time : 8.80343 ns Current trajectory has 3 points. -Point[0] Position= (0.352278,1.10874,518.163) -Point[1] Position= (0.337046,2.00601,519.201) -Point[2] Position= (0.431208,1.97837,519.312) +Point[0] Position= (-7.6107,3.09733,2505.99) +Point[1] Position= (-6.71978,3.87297,2505.59) +Point[2] Position= (-6.81507,3.85458,2505.55) -TrackID =2142 : ParentID=2137 : TrackStatus=1 +TrackID =2170 : ParentID=2130 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -39.2935 26.907 2.18826 keV -Vertex : 0.030659 0.0965264 45.1125 cm Global time : 1.50483 ns +Original momentum : -21.6316 -48.4145 7.12169 keV +Vertex : -0.00741893 0.0010567 2.50095 m Global time : 8.7638 ns Current trajectory has 2 points. -Point[0] Position= (0.30659,0.965264,451.125) -Point[1] Position= (0.237684,1.01245,451.128) +Point[0] Position= (-7.41893,1.0567,2500.95) +Point[1] Position= (-7.46893,0.944795,2500.97) -TrackID =2141 : ParentID=2137 : TrackStatus=1 +TrackID =2169 : ParentID=2130 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -52.4271 26.2533 3.34326 keV -Vertex : 0.00715265 0.0225254 10.536 cm Global time : 351.451 ps +Original momentum : 19.5385 29.0115 -37.9836 keV +Vertex : 0.00139844 -0.011136 2.49026 m Global time : 8.63768 ns Current trajectory has 2 points. -Point[0] Position= (0.0715265,0.225254,105.36) -Point[1] Position= (-0.0806051,0.301435,105.369) +Point[0] Position= (1.39844,-11.136,2490.26) +Point[1] Position= (1.43988,-11.0745,2490.18) -TrackID =2140 : ParentID=2137 : TrackStatus=1 +TrackID =2129 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 25.978 28.9506 1.40072 keV -Vertex : 0.00221872 0.00698975 3.26903 cm Global time : 109.046 ps +Original momentum : 42.86 5.28654 2.02732 keV +Vertex : -0.00782479 -0.0286355 2.41131 m Global time : 8.04388 ns Current trajectory has 2 points. -Point[0] Position= (0.0221872,0.0698975,32.6903) -Point[1] Position= (0.0509616,0.101965,32.6919) +Point[0] Position= (-7.82479,-28.6355,2411.31) +Point[1] Position= (-7.76479,-28.6281,2411.31) -TrackID =2139 : ParentID=2137 : TrackStatus=1 +TrackID =2128 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : 45.5938 13.4478 2.1511 keV -Vertex : 0.00127575 0.00401909 1.87969 cm Global time : 62.7014 ps +Original momentum : 36.676 -25.5994 1.77212 keV +Vertex : -0.00780312 -0.0285561 2.40462 m Global time : 8.02158 ns Current trajectory has 2 points. -Point[0] Position= (0.0127575,0.0401909,18.7969) -Point[1] Position= (0.0923604,0.0636696,18.8007) +Point[0] Position= (-7.80312,-28.5561,2404.62) +Point[1] Position= (-7.74755,-28.5949,2404.62) -TrackID =2138 : ParentID=2137 : TrackStatus=1 +TrackID =2127 : ParentID=1845 : TrackStatus=1 Particle name : e- PDG code : 11 Charge : -1 -Original momentum : -35.9754 -21.974 1.81054 keV -Vertex : 0.00113902 0.00358854 1.67835 cm Global time : 55.9852 ps +Original momentum : -62.4369 -23.2437 3.86152 keV +Vertex : -0.007617 -0.027875 2.34719 m Global time : 7.83 ns Current trajectory has 2 points. -Point[0] Position= (0.0113902,0.0358854,16.7835) -Point[1] Position= (-0.036296,0.00675832,16.7859) +Point[0] Position= (-7.617,-27.875,2347.19) +Point[1] Position= (-7.86576,-27.9676,2347.21) -TrackID =2136 : ParentID=1960 : TrackStatus=1 -Particle name : pi0 PDG code : 111 Charge : 0 -Original momentum : -0.261061 0.128081 48.4938 GeV -Vertex : -2.05633e-295 -1.56128e-295 2.00066e-293 fm Global time : 6.94105e-305 ps +TrackID =2126 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -65.7007 -31.1052 4.5833 keV +Vertex : -0.00756793 -0.0276954 2.33205 m Global time : 7.77949 ns Current trajectory has 2 points. -Point[0] Position= (-2.05633e-307,-1.56128e-307,2.00066e-305) -Point[1] Position= (-4.82726e-06,2.36833e-06,0.000896693) +Point[0] Position= (-7.56793,-27.6954,2332.05) +Point[1] Position= (-7.89432,-27.8499,2332.07) -TrackID =1959 : ParentID=1939 : TrackStatus=1 -Particle name : pi- PDG code : -211 Charge : -1 -Original momentum : -0.213371 -0.785574 66.0599 GeV -Vertex : -1.99346e-295 -1.71289e-295 1.3336e-293 fm Global time : 4.71592e-305 ps - Current trajectory has 51 points. -Point[0] Position= (-1.99346e-307,-1.71289e-307,1.3336e-305) -Point[1] Position= (-0.234339,-0.862946,72.5653) -Point[2] Position= (-0.718134,-2.64457,222.348) -Point[3] Position= (-0.766954,-2.82434,237.464) -Point[4] Position= (-1.76129,-6.48458,545.271) -Point[5] Position= (-2.07711,-7.64522,642.884) -Point[6] Position= (-2.26145,-8.32358,699.941) -Point[7] Position= (-2.56355,-9.43585,793.481) -Point[8] Position= (-2.59413,-9.54841,802.945) -Point[9] Position= (-2.78741,-10.2596,862.771) -Point[10] Position= (-3.30391,-12.1601,1022.61) -Point[11] Position= (-3.3047,-12.163,1022.86) -Point[12] Position= (-3.76311,-13.8481,1164.71) -Point[13] Position= (-3.78703,-13.9361,1172.11) -Point[14] Position= (-4.36212,-16.0507,1350.14) -Point[15] Position= (- +TrackID =2125 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -8.24851 47.9607 2.86268 keV +Vertex : -0.00698339 -0.0255564 2.1518 m Global time : 7.17818 ns + Current trajectory has 2 points. +Point[0] Position= (-6.98339,-25.5564,2151.8) +Point[1] Position= (-6.99864,-25.4678,2151.8) + +TrackID =2124 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -56.1821 14.7302 3.29351 keV +Vertex : -0.00655328 -0.0239829 2.01919 m Global time : 6.73583 ns + Current trajectory has 2 points. +Point[0] Position= (-6.55328,-23.9829,2019.19) +Point[1] Position= (-6.71256,-23.9411,2019.2) + +TrackID =2123 : ParentID=1845 : TrackStatus=1 +Particle name : e- PDG code : 11 Charge : -1 +Original momentum : -29.7482 -32.3252 1.40682 keV +Vertex : -0.00616745 -0.0225727 1.90034 m Global time : 6.33936 ns + Current trajectory has 2 p ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ - ==PDGcode 22 (gamma) (0.123815,-0.208054,-0.548766) [GeV] >>> G4Track ID 906 + ==PDGcode 22 (gamma) (0.123815,-0.208054,-0.548766) [GeV] >>> G4Track ID 834 ==PDGcode 213 (rho+) (0.0860323,-0.0637315,-0.910607) [GeV] >>> G4Track ID 52 - ==PDGcode 211 (pi+) (0.0290667,0.118767,-0.146313) [GeV] >>> G4Track ID 909 - ==PDGcode 111 (pi0) (0.0569656,-0.182499,-0.764294) [GeV] >>> G4Track ID 908 - ==PDGcode 22 (gamma) (0.076668,-0.182979,-0.747666) [GeV] >>> G4Track ID 1025 - ==PDGcode 22 (gamma) (-0.0197024,0.000480201,-0.0166283) [GeV] >>> G4Track ID 1024 + ==PDGcode 211 (pi+) (0.0290667,0.118767,-0.146313) [GeV] >>> G4Track ID 837 + ==PDGcode 111 (pi0) (0.0569656,-0.182499,-0.764294) [GeV] >>> G4Track ID 836 + ==PDGcode 22 (gamma) (0.076668,-0.182979,-0.747666) [GeV] >>> G4Track ID 846 + ==PDGcode 22 (gamma) (-0.0197024,0.000480201,-0.0166283) [GeV] >>> G4Track ID 845 ==PDGcode -213 (rho-) (0.158863,-0.0381001,-5.50071) [GeV] >>> G4Track ID 51 - ==PDGcode -211 (pi-) (0.266362,-0.26361,-4.01213) [GeV] >>> G4Track ID 1027 - ==PDGcode 111 (pi0) (-0.1075,0.22551,-1.48858) [GeV] >>> G4Track ID 1026 - ==PDGcode 22 (gamma) (-0.0849487,0.161988,-1.338) [GeV] >>> G4Track ID 1112 - ==PDGcode 22 (gamma) (-0.022551,0.0635218,-0.150583) [GeV] >>> G4Track ID 1111 + ==PDGcode -211 (pi-) (0.266362,-0.26361,-4.01213) [GeV] >>> G4Track ID 848 + ==PDGcode 111 (pi0) (-0.1075,0.22551,-1.48858) [GeV] >>> G4Track ID 847 + ==PDGcode 22 (gamma) (-0.0849487,0.161988,-1.338) [GeV] >>> G4Track ID 907 + ==PDGcode 22 (gamma) (-0.022551,0.0635218,-0.150583) [GeV] >>> G4Track ID 906 ==PDGcode 2212 (proton) (0.244022,0.145295,-4.46898) [GeV] >>> G4Track ID 50 ==PDGcode 211 (pi+) (0.488644,0.445823,-10.7884) [GeV] >>> G4Track ID 49 ==PDGcode -2224 (anti_delta++) (-0.33854,-0.103479,-3.6369) [GeV] >>> G4Track ID 48 - ==PDGcode -2212 (anti_proton) (-0.37389,-0.270451,-2.87901) [GeV] >>> G4Track ID 1278 - ==PDGcode -211 (pi-) (0.0353503,0.166972,-0.75789) [GeV] >>> G4Track ID 1277 + ==PDGcode -2212 (anti_proton) (-0.37389,-0.270451,-2.87901) [GeV] >>> G4Track ID 1148 + ==PDGcode -211 (pi-) (0.0353503,0.166972,-0.75789) [GeV] >>> G4Track ID 1147 ==PDGcode 113 (rho0) (0.790943,-0.392501,-5.40194) [GeV] >>> G4Track ID 47 - ==PDGcode 211 (pi+) (0.486445,-0.0335945,-3.67508) [GeV] >>> G4Track ID 1416 - ==PDGcode -211 (pi-) (0.304499,-0.358906,-1.72686) [GeV] >>> G4Track ID 1415 + ==PDGcode 211 (pi+) (0.486445,-0.0335945,-3.67508) [GeV] >>> G4Track ID 1348 + ==PDGcode -211 (pi-) (0.304499,-0.358906,-1.72686) [GeV] >>> G4Track ID 1347 ==PDGcode 221 (eta) (0.149807,0.047799,0.0554251) [GeV] >>> G4Track ID 46 - ==PDGcode 22 (gamma) (0.161285,0.285558,0.063952) [GeV] >>> G4Track ID 1512 - ==PDGcode 22 (gamma) (-0.0114786,-0.237759,-0.00852697) [GeV] >>> G4Track ID 1511 + ==PDGcode 22 (gamma) (0.161285,0.285558,0.063952) [GeV] >>> G4Track ID 1435 + ==PDGcode 22 (gamma) (-0.0114786,-0.237759,-0.00852697) [GeV] >>> G4Track ID 1434 ==PDGcode 21 (gluon) (1.45083,0.128478,-36.8459) [GeV] >>> G4Track ID 44 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index da5be0a9d59..cf6ea18cd4e 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -99,7 +99,7 @@ The materials defined are : ElmMassFraction: 1.28 % ElmAbundance 0.47 % - Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.505 cm + Material: G4_WATER H_2O density: 1.000 g/cm3 RadL: 36.083 cm Nucl.Int.Length: 75.504 cm Imean: 78.000 eV ---> Element: H (H) Z = 1.0 N = 1.0 A = 1.01 g/mole @@ -199,7 +199,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1056,7 +1056,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=0s Real=0.02s Sys=0s + User=0s Real=0.01s Sys=0s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 11 copy no.: 970200 Run Value : 0.356 diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.out b/examples/extended/runAndEvent/RE05/exampleRE05.out index 55e2623d798..b025c62128b 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -76,7 +76,7 @@ compt: for gamma SubType= 13 Klein-Nishina : Emin= 0 eV Emax= 10 TeV conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -649,12 +649,12 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 7 kByte - Total CPU time elapsed for geometry optimisation: 0.01 seconds + Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 100.00 0.01 0.00 2k expHall_L + 0.00 0.00 0.00 2k expHall_L 0.00 0.00 0.00 0k trackerT_L 0.00 0.00 0.00 1k caloT_L 0.00 0.00 0.00 3k caloROlogical @@ -664,7 +664,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 38.29 2k 1 48 48 0.00 caloROlogical - 33.30 2k 6 33 48 0.01 expHall_L + 33.30 2k 6 33 48 0.00 expHall_L 16.54 1k 1 20 20 0.00 caloROphiDivisionLogical 8.32 0k 1 9 12 0.00 caloT_L 3.55 0k 1 3 5 0.00 trackerT_L @@ -1179,7 +1179,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 9 -10.9 cm 31.8 cm -25.1 cm 33.1 GeV 11.9 keV 3.92 cm 42 cm tracker_phys muIoni 10 -11.3 cm 33 cm -26 cm 33.1 GeV 3.38 keV 1.48 cm 43.4 cm tracker_phys muIoni 11 -11.3 cm 33.1 cm -26.1 cm 33.1 GeV 307 eV 2.1 mm 43.7 cm tracker_phys CoupledTransportation - 12 -11.3 cm 33.1 cm -26.1 cm 33.1 GeV 50.5 keV 72.9 um 43.7 cm trackerLayer_phys muIoni + 12 -11.3 cm 33.1 cm -26.1 cm 33.1 GeV 50.6 keV 73.1 um 43.7 cm trackerLayer_phys muIoni 13 -11.4 cm 33.5 cm -26.4 cm 33.1 GeV 1.33 MeV 4.54 mm 44.1 cm trackerLayer_phys muIoni 14 -11.5 cm 33.6 cm -26.5 cm 33.1 GeV 513 keV 1.62 mm 44.3 cm trackerLayer_phys CoupledTransportation 15 -12.9 cm 37.9 cm -29.8 cm 33.1 GeV 14.3 keV 5.61 cm 49.9 cm tracker_phys CoupledTransportation @@ -1193,7 +1193,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 23 -16.1 cm 47.3 cm -37.3 cm 33 GeV 13.3 keV 3.71 cm 62.4 cm tracker_phys CoupledTransportation 24 -16.4 cm 48.3 cm -38 cm 33 GeV 16.9 MeV 1.26 cm 63.6 cm caloLayer_phys muIoni 25 -16.6 cm 48.9 cm -38.5 cm 33 GeV 9.97 MeV 8.06 mm 64.4 cm caloLayer_phys muIoni - 26 -16.6 cm 49 cm -38.6 cm 33 GeV 1.99 MeV 1.33 mm 64.6 cm caloLayer_phys muPairProd + 26 -16.6 cm 49 cm -38.6 cm 33 GeV 2 MeV 1.33 mm 64.6 cm caloLayer_phys muPairProd 27 -16.7 cm 49.1 cm -38.7 cm 33 GeV 1.98 MeV 1.09 mm 64.7 cm caloLayer_phys muIoni 28 -17 cm 50.2 cm -39.5 cm 32.9 GeV 17.6 MeV 1.43 cm 66.1 cm caloLayer_phys CoupledTransportation 29 -17.2 cm 50.8 cm -40 cm 32.9 GeV 1.43 MeV 8.21 mm 66.9 cm caloM_P ReadoutWorld @@ -1206,301 +1206,315 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 36 -18.2 cm 53.9 cm -42.4 cm 32.9 GeV 13.3 MeV 1.05 cm 71 cm caloLayer_phys muIoni 37 -18.6 cm 54.9 cm -43.2 cm 32.9 GeV 19.8 MeV 1.37 cm 72.3 cm caloLayer_phys CoupledTransportation 38 -19.1 cm 56.6 cm -44.5 cm 32.9 GeV 3.55 MeV 2.14 cm 74.5 cm caloM_P muIoni - 39 -19.2 cm 56.8 cm -44.7 cm 32.9 GeV 632 keV 3.55 mm 74.8 cm caloM_P CoupledTransportation + 39 -19.2 cm 56.8 cm -44.7 cm 32.9 GeV 630 keV 3.54 mm 74.8 cm caloM_P CoupledTransportation 40 -19.2 cm 56.9 cm -44.8 cm 32.9 GeV 1.72 MeV 1.26 mm 75 cm caloLayer_phys muIoni 41 -19.3 cm 57 cm -44.8 cm 32.9 GeV 611 keV 501 um 75 cm caloLayer_phys muIoni 42 -19.3 cm 57 cm -44.9 cm 32.9 GeV 837 keV 463 um 75.1 cm caloLayer_phys muIoni 43 -19.8 cm 58.6 cm -46.1 cm 32.8 GeV 28.6 MeV 2.1 cm 77.2 cm caloLayer_phys muIoni 44 -19.9 cm 59 cm -46.5 cm 32.8 GeV 6.96 MeV 5.41 mm 77.7 cm caloLayer_phys muIoni 45 -20.1 cm 59.4 cm -46.8 cm 32.8 GeV 6.83 MeV 5.07 mm 78.2 cm caloLayer_phys muIoni - 46 -20.1 cm 59.7 cm -47 cm 32.8 GeV 5.27 MeV 3.79 mm 78.6 cm caloLayer_phys CoupledTransportation - 47 -20.2 cm 59.9 cm -47.2 cm 32.8 GeV 481 keV 2.79 mm 78.9 cm caloM_P muIoni + 46 -20.1 cm 59.7 cm -47 cm 32.8 GeV 5.25 MeV 3.78 mm 78.6 cm caloLayer_phys CoupledTransportation + 47 -20.2 cm 59.9 cm -47.1 cm 32.8 GeV 485 keV 2.81 mm 78.9 cm caloM_P muIoni 48 -20.8 cm 61.6 cm -48.5 cm 32.8 GeV 3.7 MeV 2.22 cm 81.1 cm caloM_P CoupledTransportation - 49 -21.5 cm 63.7 cm -50.1 cm 32.8 GeV 38 MeV 2.76 cm 83.9 cm caloLayer_phys muIoni + 49 -21.5 cm 63.7 cm -50.1 cm 32.8 GeV 38 MeV 2.77 cm 83.9 cm caloLayer_phys muIoni 50 -21.5 cm 63.8 cm -50.2 cm 32.8 GeV 1.25 MeV 953 um 83.9 cm caloLayer_phys muIoni 51 -21.5 cm 63.9 cm -50.3 cm 32.8 GeV 3.15 MeV 2.37 mm 84.2 cm caloLayer_phys muIoni - 52 -21.7 cm 64.4 cm -50.7 cm 32.7 GeV 8.89 MeV 6.48 mm 84.8 cm caloLayer_phys CoupledTransportation - 53 -21.8 cm 64.6 cm -50.9 cm 32.7 GeV 340 keV 2.42 mm 85.1 cm caloM_P muIoni + 52 -21.7 cm 64.4 cm -50.7 cm 32.7 GeV 8.88 MeV 6.48 mm 84.8 cm caloLayer_phys CoupledTransportation + 53 -21.8 cm 64.6 cm -50.9 cm 32.7 GeV 342 keV 2.44 mm 85.1 cm caloM_P muIoni 54 -21.8 cm 64.9 cm -51.1 cm 32.7 GeV 535 keV 3.18 mm 85.4 cm caloM_P muIoni - 55 -22.1 cm 65.7 cm -51.7 cm 32.7 GeV 1.75 MeV 1.06 cm 86.4 cm caloM_P muIoni - 56 -22.3 cm 66.3 cm -52.2 cm 32.7 GeV 1.7 MeV 8.8 mm 87.3 cm caloM_P CoupledTransportation - 57 -22.4 cm 66.7 cm -52.5 cm 32.7 GeV 5.71 MeV 4.62 mm 87.8 cm caloLayer_phys muIoni + 55 -22.1 cm 65.7 cm -51.7 cm 32.7 GeV 1.75 MeV 1.06 cm 86.5 cm caloM_P muIoni + 56 -22.3 cm 66.3 cm -52.2 cm 32.7 GeV 1.69 MeV 8.79 mm 87.3 cm caloM_P CoupledTransportation + 57 -22.4 cm 66.7 cm -52.5 cm 32.7 GeV 5.72 MeV 4.63 mm 87.8 cm caloLayer_phys muIoni 58 -23.1 cm 68.7 cm -54 cm 32.7 GeV 35 MeV 2.58 cm 90.4 cm caloLayer_phys muIoni 59 -23.1 cm 68.7 cm -54.1 cm 32.7 GeV 924 keV 851 um 90.5 cm caloLayer_phys muIoni 60 -23.1 cm 68.8 cm -54.2 cm 32.7 GeV 1.41 MeV 1.2 mm 90.6 cm caloLayer_phys muIoni - 61 -23.3 cm 69.2 cm -54.5 cm 32.7 GeV 6.7 MeV 4.97 mm 91.1 cm caloLayer_phys CoupledTransportation + 61 -23.3 cm 69.2 cm -54.5 cm 32.7 GeV 6.71 MeV 4.98 mm 91.1 cm caloLayer_phys CoupledTransportation 62 -23.9 cm 71.1 cm -56 cm 32.7 GeV 4.39 MeV 2.5 cm 93.6 cm caloM_P CoupledTransportation - 63 -24 cm 71.5 cm -56.3 cm 32.7 GeV 8.15 MeV 5.65 mm 94.1 cm caloLayer_phys CoulombScat + 63 -24 cm 71.5 cm -56.3 cm 32.7 GeV 8.14 MeV 5.65 mm 94.1 cm caloLayer_phys CoulombScat 64 -24.1 cm 71.7 cm -56.4 cm 32.7 GeV 2.27 MeV 1.83 mm 94.3 cm caloLayer_phys muIoni 65 -24.2 cm 72 cm -56.7 cm 32.6 GeV 6.97 MeV 4.51 mm 94.8 cm caloLayer_phys muIoni 66 -24.3 cm 72.3 cm -56.9 cm 32.6 GeV 5.75 MeV 4.28 mm 95.2 cm caloLayer_phys muIoni 67 -24.7 cm 73.6 cm -57.9 cm 32.6 GeV 21.9 MeV 1.67 cm 96.9 cm caloLayer_phys muIoni - 68 -24.8 cm 73.9 cm -58.2 cm 32.6 GeV 5.36 MeV 4.47 mm 97.3 cm caloLayer_phys CoupledTransportation + 68 -24.8 cm 73.9 cm -58.2 cm 32.6 GeV 5.37 MeV 4.48 mm 97.3 cm caloLayer_phys CoupledTransportation 69 -25.4 cm 75.8 cm -59.7 cm 32.6 GeV 4.07 MeV 2.49 cm 99.8 cm caloM_P CoupledTransportation 70 -25.5 cm 76 cm -59.8 cm 32.6 GeV 2.68 MeV 2.14 mm 1 m caloLayer_phys muIoni - 71 -25.6 cm 76.3 cm -60 cm 32.6 GeV 3.89 MeV 3.17 mm 1 m caloLayer_phys ReadoutWorld - 72 -26.2 cm 78.3 cm -61.6 cm 32.6 GeV 33.5 MeV 2.72 cm 1.03 m caloLayer_phys muIoni + 71 -25.6 cm 76.3 cm -60 cm 32.6 GeV 3.88 MeV 3.16 mm 1 m caloLayer_phys ReadoutWorld + 72 -26.3 cm 78.3 cm -61.6 cm 32.6 GeV 33.5 MeV 2.73 cm 1.03 m caloLayer_phys muIoni 73 -26.3 cm 78.5 cm -61.7 cm 32.6 GeV 3.05 MeV 2 mm 1.03 m caloLayer_phys muIoni 74 -26.4 cm 78.7 cm -61.9 cm 32.6 GeV 3.88 MeV 2.69 mm 1.04 m caloLayer_phys muIoni - 75 -26.4 cm 78.7 cm -61.9 cm 32.6 GeV 145 keV 155 um 1.04 m caloLayer_phys CoupledTransportation + 75 -26.4 cm 78.7 cm -61.9 cm 32.6 GeV 160 keV 170 um 1.04 m caloLayer_phys CoupledTransportation 76 -27 cm 80.6 cm -63.4 cm 32.5 GeV 4.74 MeV 2.5 cm 1.06 m caloM_P CoupledTransportation - 77 -27.1 cm 80.8 cm -63.5 cm 32.5 GeV 2.78 MeV 2.33 mm 1.06 m caloLayer_phys muIoni + 77 -27.1 cm 80.8 cm -63.5 cm 32.5 GeV 2.76 MeV 2.31 mm 1.06 m caloLayer_phys muIoni 78 -27.6 cm 82.4 cm -64.8 cm 32.5 GeV 29.5 MeV 2.11 cm 1.08 m caloLayer_phys muIoni 79 -27.9 cm 83.3 cm -65.5 cm 32.5 GeV 15.1 MeV 1.2 cm 1.1 m caloLayer_phys muIoni - 80 -27.9 cm 83.5 cm -65.6 cm 32.5 GeV 2.82 MeV 1.98 mm 1.1 m caloLayer_phys CoupledTransportation - 81 -28.6 cm 85.4 cm -67.1 cm 32.5 GeV 4.04 MeV 2.49 cm 1.12 m caloM_P CoupledTransportation - 82 -29.2 cm 87.3 cm -68.6 cm 32.4 GeV 33.3 MeV 2.5 cm 1.15 m caloLayer_phys muPairProd + 80 -27.9 cm 83.4 cm -65.6 cm 32.5 GeV 2.77 MeV 1.94 mm 1.1 m caloLayer_phys CoupledTransportation + 81 -28.6 cm 85.3 cm -67.1 cm 32.5 GeV 4.04 MeV 2.49 cm 1.12 m caloM_P CoupledTransportation + 82 -29.2 cm 87.3 cm -68.6 cm 32.4 GeV 33.4 MeV 2.5 cm 1.15 m caloLayer_phys muPairProd 83 -29.5 cm 88.2 cm -69.3 cm 32.4 GeV 17 MeV 1.23 cm 1.16 m caloLayer_phys CoupledTransportation - 84 -30.1 cm 90.1 cm -70.8 cm 32.4 GeV 4.46 MeV 2.49 cm 1.19 m caloM_P CoupledTransportation + 84 -30.1 cm 90.1 cm -70.8 cm 32.4 GeV 4.46 MeV 2.49 cm 1.18 m caloM_P CoupledTransportation 85 -30.9 cm 92.5 cm -72.7 cm 32.4 GeV 42.6 MeV 3.2 cm 1.22 m caloLayer_phys muIoni - 86 -31 cm 93 cm -73.1 cm 32.3 GeV 7.52 MeV 5.42 mm 1.22 m caloLayer_phys CoupledTransportation - 87 -31.1 cm 93.1 cm -73.2 cm 32.3 GeV 334 keV 2.06 mm 1.22 m caloM_P muIoni + 86 -31.1 cm 92.9 cm -73.1 cm 32.3 GeV 7.48 MeV 5.39 mm 1.22 m caloLayer_phys CoupledTransportation + 87 -31.1 cm 93.1 cm -73.2 cm 32.3 GeV 346 keV 2.13 mm 1.22 m caloM_P muIoni 88 -31.5 cm 94.3 cm -74.1 cm 32.3 GeV 3.19 MeV 1.6 cm 1.24 m caloM_P muIoni - 89 -31.7 cm 94.9 cm -74.6 cm 32.3 GeV 1.07 MeV 6.85 mm 1.25 m caloM_P CoupledTransportation + 89 -31.7 cm 94.9 cm -74.5 cm 32.3 GeV 1.06 MeV 6.78 mm 1.25 m caloM_P CoupledTransportation 90 -32.6 cm 97.7 cm -76.8 cm 32.3 GeV 50.7 MeV 3.74 cm 1.28 m caloLayer_phys CoupledTransportation 91 -33.2 cm 99.6 cm -78.3 cm 32.3 GeV 4.47 MeV 2.49 cm 1.31 m caloM_P CoupledTransportation - 92 -33.8 cm 1.01 m -79.5 cm 32.3 GeV 27.1 MeV 2.13 cm 1.33 m caloLayer_phys muIoni - 93 -34 cm 1.02 m -80 cm 32.2 GeV 9.72 MeV 7.78 mm 1.34 m caloLayer_phys ReadoutWorld - 94 -34 cm 1.02 m -80.1 cm 32.2 GeV 3.27 MeV 2.26 mm 1.34 m caloLayer_phys muIoni - 95 -34.2 cm 1.02 m -80.5 cm 32.2 GeV 7.33 MeV 6 mm 1.35 m caloLayer_phys CoupledTransportation - 96 -34.2 cm 1.02 m -80.5 cm 32.2 GeV 36 keV 307 um 1.35 m caloM_P muIoni + 92 -33.8 cm 1.01 m -79.5 cm 32.3 GeV 27.2 MeV 2.13 cm 1.33 m caloLayer_phys muIoni + 93 -34 cm 1.02 m -80 cm 32.2 GeV 9.78 MeV 7.83 mm 1.34 m caloLayer_phys ReadoutWorld + 94 -34 cm 1.02 m -80.1 cm 32.2 GeV 3.2 MeV 2.21 mm 1.34 m caloLayer_phys muIoni + 95 -34.2 cm 1.02 m -80.5 cm 32.2 GeV 7.3 MeV 5.97 mm 1.35 m caloLayer_phys CoupledTransportation + 96 -34.2 cm 1.02 m -80.5 cm 32.2 GeV 44.6 keV 374 um 1.35 m caloM_P muIoni 97 -34.3 cm 1.03 m -80.8 cm 32.2 GeV 775 keV 4.82 mm 1.35 m caloM_P muIoni 98 -34.8 cm 1.04 m -81.9 cm 32.2 GeV 3 MeV 1.9 cm 1.37 m caloM_P muIoni - 99 -34.8 cm 1.04 m -82 cm 32.2 GeV 106 keV 757 um 1.37 m caloM_P CoupledTransportation - 100 -35.1 cm 1.05 m -82.8 cm 32.2 GeV 19.9 MeV 1.39 cm 1.39 m caloLayer_phys muIoni + 99 -34.8 cm 1.04 m -82 cm 32.2 GeV 96.6 keV 691 um 1.37 m caloM_P CoupledTransportation + 100 -35.1 cm 1.05 m -82.8 cm 32.2 GeV 20 MeV 1.4 cm 1.39 m caloLayer_phys muIoni 101 -35.2 cm 1.06 m -83 cm 32.2 GeV 3.3 MeV 2.67 mm 1.39 m caloLayer_phys CoulombScat - 102 -35.2 cm 1.06 m -83 cm 32.2 GeV 988 keV 577 um 1.39 m caloLayer_phys muIoni + 102 -35.2 cm 1.06 m -83 cm 32.2 GeV 987 keV 576 um 1.39 m caloLayer_phys muIoni 103 -35.7 cm 1.07 m -84.2 cm 32.2 GeV 26.5 MeV 2.01 cm 1.41 m caloLayer_phys CoupledTransportation - 104 -36.2 cm 1.09 m -85.3 cm 32.1 GeV 3.57 MeV 1.93 cm 1.43 m caloM_P muIoni - 105 -36.3 cm 1.09 m -85.7 cm 32.1 GeV 992 keV 5.58 mm 1.43 m caloM_P CoupledTransportation - 106 -36.4 cm 1.09 m -85.8 cm 32.1 GeV 1.75 MeV 1.39 mm 1.44 m caloLayer_phys muIoni + 104 -36.2 cm 1.09 m -85.3 cm 32.1 GeV 3.59 MeV 1.94 cm 1.43 m caloM_P muIoni + 105 -36.3 cm 1.09 m -85.7 cm 32.1 GeV 972 keV 5.46 mm 1.43 m caloM_P CoupledTransportation + 106 -36.4 cm 1.09 m -85.8 cm 32.1 GeV 1.81 MeV 1.44 mm 1.44 m caloLayer_phys muIoni 107 -36.6 cm 1.1 m -86.2 cm 31.9 GeV 10.5 MeV 7.63 mm 1.44 m caloLayer_phys muPairProd 108 -36.7 cm 1.1 m -86.5 cm 31.9 GeV 5.71 MeV 4.67 mm 1.45 m caloLayer_phys muIoni - 109 -36.9 cm 1.11 m -86.9 cm 31.8 GeV 9.87 MeV 7.32 mm 1.46 m caloLayer_phys muPairProd + 109 -36.9 cm 1.11 m -86.9 cm 31.8 GeV 9.88 MeV 7.32 mm 1.46 m caloLayer_phys muPairProd 110 -37.2 cm 1.12 m -87.7 cm 31.8 GeV 17.1 MeV 1.25 cm 1.47 m caloLayer_phys muPairProd - 111 -37.3 cm 1.12 m -87.9 cm 31.8 GeV 6.09 MeV 3.83 mm 1.47 m caloLayer_phys CoupledTransportation + 111 -37.3 cm 1.12 m -87.9 cm 31.8 GeV 6.05 MeV 3.8 mm 1.47 m caloLayer_phys CoupledTransportation 112 -37.9 cm 1.14 m -89.4 cm 31.8 GeV 4.17 MeV 2.49 cm 1.5 m caloM_P CoupledTransportation - 113 -38 cm 1.14 m -89.8 cm 31.7 GeV 9.04 MeV 7.24 mm 1.5 m caloLayer_phys CoulombScat + 113 -38.1 cm 1.14 m -89.8 cm 31.7 GeV 9.08 MeV 7.28 mm 1.5 m caloLayer_phys CoulombScat 114 -38.8 cm 1.17 m -91.6 cm 31.7 GeV 37.4 MeV 3.01 cm 1.53 m caloLayer_phys CoupledTransportation 115 -39.4 cm 1.19 m -93.1 cm 31.7 GeV 4.36 MeV 2.49 cm 1.56 m caloM_P CoupledTransportation 116 -40 cm 1.2 m -94.5 cm 31.7 GeV 30.9 MeV 2.33 cm 1.58 m caloLayer_phys CoulombScat 117 -40.2 cm 1.21 m -95.1 cm 31.7 GeV 13.7 MeV 1.02 cm 1.59 m caloLayer_phys muIoni - 118 -40.3 cm 1.21 m -95.3 cm 31.7 GeV 4.95 MeV 3.88 mm 1.6 m caloLayer_phys CoupledTransportation - 119 -40.4 cm 1.22 m -95.5 cm 31.6 GeV 673 keV 3.09 mm 1.6 m caloM_P muIoni + 118 -40.3 cm 1.21 m -95.3 cm 31.7 GeV 4.91 MeV 3.84 mm 1.6 m caloLayer_phys CoupledTransportation + 119 -40.4 cm 1.22 m -95.5 cm 31.6 GeV 688 keV 3.16 mm 1.6 m caloM_P muIoni 120 -40.9 cm 1.23 m -96.8 cm 31.6 GeV 3.43 MeV 2.17 cm 1.62 m caloM_P muIoni - 121 -40.9 cm 1.23 m -96.8 cm 31.6 GeV 84.6 keV 108 um 1.62 m caloM_P CoupledTransportation - 122 -40.9 cm 1.23 m -96.8 cm 31.6 GeV 27 keV 28.1 um 1.62 m caloLayer_phys muIoni - 123 -41.1 cm 1.24 m -97.2 cm 31.6 GeV 8.96 MeV 6.49 mm 1.63 m caloLayer_phys muIoni - 124 -41.4 cm 1.25 m -98 cm 31.6 GeV 17 MeV 1.33 cm 1.64 m caloLayer_phys muIoni - 125 -41.7 cm 1.26 m -98.7 cm 31.6 GeV 15.9 MeV 1.13 cm 1.65 m caloLayer_phys muIoni - 126 -41.9 cm 1.26 m -99 cm 31.6 GeV 7.5 MeV 6.15 mm 1.66 m caloLayer_phys CoupledTransportation - 127 -42.3 cm 1.28 m -1 m 31.6 GeV 2.52 MeV 1.65 cm 1.67 m caloM_P ReadoutWorld - 128 -42.5 cm 1.28 m -1.01 m 31.6 GeV 1.29 MeV 8.42 mm 1.68 m caloM_P CoupledTransportation - 129 -42.5 cm 1.28 m -1.01 m 31.6 GeV 1.01 MeV 973 um 1.68 m caloLayer_phys muIoni - 130 -42.9 cm 1.3 m -1.02 m 31.6 GeV 22.8 MeV 1.68 cm 1.7 m caloLayer_phys muIoni - 131 -43.1 cm 1.3 m -1.02 m 31.5 GeV 7.35 MeV 5.96 mm 1.71 m caloLayer_phys muIoni - 132 -43.4 cm 1.31 m -1.03 m 31.5 GeV 18.3 MeV 1.36 cm 1.72 m caloLayer_phys CoupledTransportation - 133 -43.5 cm 1.31 m -1.03 m 31.5 GeV 855 keV 5.58 mm 1.73 m caloM_P muIoni - 134 -44 cm 1.33 m -1.04 m 31.5 GeV 3.14 MeV 1.93 cm 1.75 m caloM_P CoupledTransportation - 135 -44.1 cm 1.33 m -1.04 m 31.5 GeV 3.06 MeV 2.12 mm 1.75 m caloLayer_phys muIoni - 136 -44.3 cm 1.34 m -1.05 m 31.5 GeV 13.6 MeV 1.11 cm 1.76 m caloLayer_phys muIoni - 137 -44.6 cm 1.35 m -1.06 m 31.5 GeV 13.4 MeV 9.48 mm 1.77 m caloLayer_phys muIoni - 138 -44.8 cm 1.35 m -1.06 m 31.5 GeV 13 MeV 9.99 mm 1.78 m caloLayer_phys muIoni - 139 -44.9 cm 1.36 m -1.06 m 31.5 GeV 6.02 MeV 4.7 mm 1.78 m caloLayer_phys CoupledTransportation - 140 -45 cm 1.36 m -1.07 m 31.5 GeV 841 keV 4.31 mm 1.79 m caloM_P muIoni - 141 -45.5 cm 1.38 m -1.08 m 31.5 GeV 3.72 MeV 2.06 cm 1.81 m caloM_P CoupledTransportation - 142 -45.9 cm 1.39 m -1.09 m 31.4 GeV 19.5 MeV 1.42 cm 1.82 m caloLayer_phys muIoni - 143 -46.3 cm 1.4 m -1.1 m 31.4 GeV 24.4 MeV 1.91 cm 1.84 m caloLayer_phys muIoni - 144 -46.4 cm 1.41 m -1.1 m 31.4 GeV 4.67 MeV 4.01 mm 1.84 m caloLayer_phys CoupledTransportation - 145 -47.1 cm 1.42 m -1.12 m 31.4 GeV 4.51 MeV 2.49 cm 1.87 m caloM_P CoupledTransportation - 146 -47.6 cm 1.44 m -1.13 m 31.4 GeV 28.6 MeV 2.08 cm 1.89 m caloLayer_phys muIoni - 147 -48 cm 1.45 m -1.14 m 31.4 GeV 20.9 MeV 1.66 cm 1.91 m caloLayer_phys CoupledTransportation - 148 -48.6 cm 1.47 m -1.15 m 31.3 GeV 4.43 MeV 2.49 cm 1.93 m caloM_P CoupledTransportation - 149 -48.6 cm 1.47 m -1.15 m 31.3 GeV 2.99 MeV 2.49 mm 1.93 m caloLayer_phys muIoni - 150 -48.8 cm 1.48 m -1.16 m 31.3 GeV 7.88 MeV 5.55 mm 1.94 m caloLayer_phys CoulombScat - 151 -49.5 cm 1.5 m -1.18 m 31.3 GeV 39.9 MeV 2.94 cm 1.97 m caloLayer_phys CoupledTransportation - 152 -50.1 cm 1.52 m -1.19 m 31.3 GeV 4.24 MeV 2.49 cm 1.99 m caloM_P CoupledTransportation - 153 -50.1 cm 1.52 m -1.19 m 31.3 GeV 1.43 MeV 1.22 mm 2 m caloLayer_phys muIoni - 154 -50.5 cm 1.53 m -1.2 m 31.3 GeV 21.1 MeV 1.47 cm 2.01 m caloLayer_phys ReadoutWorld - 155 -51 cm 1.55 m -1.21 m 31.2 GeV 28.3 MeV 2.15 cm 2.03 m caloLayer_phys CoupledTransportation - 156 -51.6 cm 1.57 m -1.23 m 31.2 GeV 4.06 MeV 2.49 cm 2.06 m caloM_P CoupledTransportation - 157 -52.5 cm 1.6 m -1.25 m 31.2 GeV 49.9 MeV 3.74 cm 2.09 m caloLayer_phys CoupledTransportation - 158 -52.9 cm 1.61 m -1.26 m 31.2 GeV 2.9 MeV 1.73 cm 2.11 m caloM_P muIoni - 159 -53.1 cm 1.61 m -1.26 m 31.2 GeV 1.4 MeV 7.7 mm 2.12 m caloM_P CoupledTransportation - 160 -53.3 cm 1.62 m -1.27 m 31.2 GeV 11.7 MeV 9.47 mm 2.13 m caloLayer_phys muIoni - 161 -53.4 cm 1.62 m -1.27 m 31.2 GeV 2.71 MeV 1.97 mm 2.13 m caloLayer_phys muIoni - 162 -53.9 cm 1.64 m -1.28 m 31.1 GeV 26.7 MeV 2.11 cm 2.15 m caloLayer_phys muIoni - 163 -53.9 cm 1.64 m -1.29 m 31 GeV 3.28 MeV 1.94 mm 2.15 m caloLayer_phys muIoni - 164 -54 cm 1.64 m -1.29 m 31 GeV 3.83 MeV 2.93 mm 2.16 m caloLayer_phys CoupledTransportation - 165 -54.6 cm 1.66 m -1.3 m 31 GeV 4.07 MeV 2.5 cm 2.18 m caloM_P CoupledTransportation - 166 -54.7 cm 1.66 m -1.3 m 30.9 GeV 2.16 MeV 1.7 mm 2.18 m caloLayer_phys muPairProd - 167 -55 cm 1.67 m -1.31 m 30.9 GeV 16.3 MeV 1.26 cm 2.2 m caloLayer_phys muIoni - 168 -55 cm 1.68 m -1.31 m 30.9 GeV 4.91 MeV 2.9 mm 2.2 m caloLayer_phys muIoni - 169 -55 cm 1.68 m -1.31 m 30.9 GeV 693 keV 621 um 2.2 m caloLayer_phys muIoni - 170 -55.5 cm 1.69 m -1.32 m 30.9 GeV 27.3 MeV 1.97 cm 2.22 m caloLayer_phys CoupledTransportation - 171 -55.7 cm 1.7 m -1.33 m 30.9 GeV 1.12 MeV 5.38 mm 2.22 m caloM_P muIoni - 172 -56.1 cm 1.71 m -1.34 m 30.9 GeV 3.94 MeV 1.96 cm 2.24 m caloM_P CoupledTransportation - 173 -56.3 cm 1.72 m -1.34 m 30.8 GeV 11.7 MeV 8.59 mm 2.25 m caloLayer_phys muIoni - 174 -56.4 cm 1.72 m -1.35 m 30.8 GeV 4.29 MeV 2.83 mm 2.26 m caloLayer_phys muIoni - 175 -57 cm 1.74 m -1.36 m 30.8 GeV 35.2 MeV 2.61 cm 2.28 m caloLayer_phys CoupledTransportation - 176 -57.4 cm 1.75 m -1.37 m 30.8 GeV 2.35 MeV 1.39 cm 2.3 m caloM_P muIoni - 177 -57.6 cm 1.76 m -1.38 m 30.8 GeV 1.8 MeV 1.11 cm 2.31 m caloM_P CoupledTransportation - 178 -57.9 cm 1.77 m -1.38 m 30.7 GeV 13.6 MeV 1.12 cm 2.32 m caloLayer_phys muIoni - 179 -58 cm 1.77 m -1.39 m 30.7 GeV 7.41 MeV 5.69 mm 2.32 m caloLayer_phys muIoni - 180 -58.3 cm 1.78 m -1.39 m 30.7 GeV 12.5 MeV 1.06 cm 2.33 m caloLayer_phys muIoni - 181 -58.5 cm 1.79 m -1.4 m 30.7 GeV 13.3 MeV 1.01 cm 2.34 m caloLayer_phys CoupledTransportation - 182 -58.5 cm 1.79 m -1.4 m 30.7 GeV 30.4 keV 236 um 2.34 m caloM_P ReadoutWorld - 183 -59.1 cm 1.81 m -1.41 m 30.7 GeV 4.38 MeV 2.48 cm 2.37 m caloM_P CoupledTransportation - 184 -59.2 cm 1.81 m -1.42 m 30.7 GeV 5.17 MeV 4.35 mm 2.37 m caloLayer_phys muIoni - 185 -59.8 cm 1.83 m -1.43 m 30.7 GeV 31.1 MeV 2.29 cm 2.4 m caloLayer_phys muIoni - 186 -59.8 cm 1.83 m -1.43 m 30.5 GeV 2.2 MeV 1.75 mm 2.4 m caloLayer_phys muPairProd - 187 -60 cm 1.83 m -1.44 m 30.5 GeV 10.9 MeV 7.68 mm 2.41 m caloLayer_phys muIoni - 188 -60 cm 1.83 m -1.44 m 30.5 GeV 1.28 MeV 971 um 2.41 m caloLayer_phys CoupledTransportation - 189 -60.2 cm 1.84 m -1.44 m 30.5 GeV 1.21 MeV 7.66 mm 2.41 m caloM_P muIoni - 190 -60.4 cm 1.85 m -1.45 m 30.5 GeV 1.2 MeV 7.28 mm 2.42 m caloM_P muIoni - 191 -60.6 cm 1.85 m -1.45 m 30.5 GeV 1.71 MeV 1.02 cm 2.43 m caloM_P CoupledTransportation - 192 -61.1 cm 1.87 m -1.46 m 30.5 GeV 26.3 MeV 1.86 cm 2.45 m caloLayer_phys muIoni - 193 -61.5 cm 1.88 m -1.48 m 30.4 GeV 24.8 MeV 1.9 cm 2.47 m caloLayer_phys CoupledTransportation - 194 -62.1 cm 1.9 m -1.49 m 30.4 GeV 4.79 MeV 2.51 cm 2.49 m caloM_P CoupledTransportation - 195 -62.3 cm 1.91 m -1.49 m 30.4 GeV 8.6 MeV 6.13 mm 2.5 m caloLayer_phys muIoni - 196 -62.5 cm 1.91 m -1.5 m 30.4 GeV 14.2 MeV 8.86 mm 2.51 m caloLayer_phys muIoni - 197 -62.7 cm 1.92 m -1.51 m 30.3 GeV 13.2 MeV 1.07 cm 2.52 m caloLayer_phys muPairProd - 198 -62.9 cm 1.93 m -1.51 m 30.3 GeV 11.1 MeV 8.98 mm 2.53 m caloLayer_phys muIoni - 199 -63 cm 1.93 m -1.51 m 30.3 GeV 3.9 MeV 3.05 mm 2.53 m caloLayer_phys CoupledTransportation - 200 -63.1 cm 1.93 m -1.52 m 30.3 GeV 443 keV 2.8 mm 2.54 m caloM_P muIoni - 201 -63.4 cm 1.94 m -1.52 m 30.3 GeV 2.13 MeV 1.33 cm 2.55 m caloM_P muIoni - 202 -63.6 cm 1.95 m -1.53 m 30.3 GeV 1.99 MeV 9.1 mm 2.56 m caloM_P CoupledTransportation - 203 -63.7 cm 1.95 m -1.53 m 30.3 GeV 4.21 MeV 2.97 mm 2.56 m caloLayer_phys muIoni - 204 -63.9 cm 1.96 m -1.54 m 30.3 GeV 14.8 MeV 1.1 cm 2.57 m caloLayer_phys muIoni - 205 -64 cm 1.96 m -1.54 m 30.2 GeV 5.43 MeV 4.23 mm 2.58 m caloLayer_phys muIoni - 206 -64.1 cm 1.97 m -1.54 m 30.2 GeV 4.69 MeV 3.94 mm 2.58 m caloLayer_phys muIoni - 207 -64.5 cm 1.98 m -1.55 m 30.2 GeV 21 MeV 1.56 cm 2.6 m caloLayer_phys CoupledTransportation - 208 -64.9 cm 1.99 m -1.56 m 30.2 GeV 3.7 MeV 1.87 cm 2.61 m caloM_P muIoni - 209 -65.1 cm 2 m -1.57 m 30.2 GeV 1.09 MeV 6.49 mm 2.62 m caloM_P CoupledTransportation - 210 -65.2 cm 2 m -1.57 m 30.2 GeV 5.56 MeV 3.71 mm 2.62 m caloLayer_phys muIoni - 211 -65.6 cm 2.01 m -1.58 m 30.1 GeV 23.9 MeV 1.85 cm 2.64 m caloLayer_phys muIoni - 212 -65.8 cm 2.02 m -1.59 m 29.4 GeV 12.2 MeV 8.78 mm 2.65 m caloLayer_phys muIoni - 213 -65.8 cm 2.02 m -1.59 m 29.4 GeV 529 keV 303 um 2.65 m caloLayer_phys muIoni - 214 -65.8 cm 2.02 m -1.59 m 29.3 GeV 1.29 MeV 1.15 mm 2.65 m caloLayer_phys muIoni - 215 -66 cm 2.03 m -1.59 m 29.3 GeV 6.37 MeV 5.32 mm 2.66 m caloLayer_phys CoupledTransportation - 216 -66 cm 2.03 m -1.59 m 29.3 GeV 415 keV 2.58 mm 2.66 m caloM_P muIoni - 217 -66.4 cm 2.04 m -1.6 m 29.3 GeV 2.3 MeV 1.4 cm 2.67 m caloM_P ReadoutWorld - 218 -66.6 cm 2.04 m -1.61 m 29.3 GeV 1.37 MeV 8.61 mm 2.68 m caloM_P CoupledTransportation - 219 -66.8 cm 2.05 m -1.61 m 29.3 GeV 11.8 MeV 9.39 mm 2.69 m caloLayer_phys CoulombScat - 220 -67.2 cm 2.07 m -1.62 m 29.3 GeV 23.9 MeV 1.9 cm 2.71 m caloLayer_phys muIoni - 221 -67.3 cm 2.07 m -1.62 m 29.3 GeV 4.48 MeV 3.98 mm 2.72 m caloLayer_phys muIoni - 222 -67.4 cm 2.07 m -1.63 m 29.3 GeV 6.72 MeV 5.39 mm 2.72 m caloLayer_phys CoupledTransportation - 223 -67.7 cm 2.08 m -1.64 m 29.3 GeV 2.03 MeV 1.18 cm 2.73 m caloM_P muIoni - 224 -67.8 cm 2.08 m -1.64 m 29.3 GeV 492 keV 1.74 mm 2.73 m caloM_P muIoni - 225 -68 cm 2.09 m -1.64 m 29.3 GeV 1.94 MeV 1.16 cm 2.75 m caloM_P CoupledTransportation - 226 -68.2 cm 2.1 m -1.65 m 29.2 GeV 8.96 MeV 7.13 mm 2.75 m caloLayer_phys muIoni - 227 -68.7 cm 2.11 m -1.66 m 29.2 GeV 27.9 MeV 2.12 cm 2.77 m caloLayer_phys muIoni - 228 -68.9 cm 2.12 m -1.67 m 29.2 GeV 12 MeV 9.39 mm 2.78 m caloLayer_phys CoupledTransportation - 229 -69.5 cm 2.14 m -1.68 m 29.2 GeV 4.35 MeV 2.52 cm 2.81 m caloM_P CoupledTransportation - 230 -69.6 cm 2.14 m -1.68 m 29.2 GeV 1.56 MeV 1.46 mm 2.81 m caloLayer_phys muIoni - 231 -69.6 cm 2.14 m -1.68 m 29.2 GeV 1.25 MeV 1.06 mm 2.81 m caloLayer_phys CoulombScat - 232 -70 cm 2.16 m -1.69 m 29.2 GeV 24.2 MeV 1.79 cm 2.83 m caloLayer_phys muIoni - 233 -70.4 cm 2.17 m -1.7 m 29.1 GeV 23.3 MeV 1.74 cm 2.85 m caloLayer_phys CoupledTransportation - 234 -71 cm 2.19 m -1.72 m 29.1 GeV 4.09 MeV 2.52 cm 2.87 m caloM_P CoupledTransportation - 235 -71 cm 2.19 m -1.72 m 29.1 GeV 419 keV 348 um 2.87 m caloLayer_phys muIoni - 236 -71.2 cm 2.2 m -1.73 m 29.1 GeV 13.1 MeV 1.01 cm 2.88 m caloLayer_phys muIoni - 237 -71.9 cm 2.22 m -1.74 m 29.1 GeV 34.7 MeV 2.74 cm 2.91 m caloLayer_phys CoupledTransportation - 238 -72.5 cm 2.24 m -1.76 m 29.1 GeV 4.21 MeV 2.52 cm 2.94 m caloM_P CoupledTransportation - 239 -72.5 cm 2.24 m -1.76 m 29.1 GeV 3.83 MeV 3.21 mm 2.94 m caloLayer_phys muIoni - 240 -72.6 cm 2.24 m -1.76 m 29.1 GeV 6.14 MeV 3.89 mm 2.94 m caloLayer_phys muIoni - 241 -72.7 cm 2.24 m -1.76 m 29 GeV 2.39 MeV 1.9 mm 2.94 m caloLayer_phys muIoni - 242 -72.7 cm 2.24 m -1.76 m 29 GeV 305 keV 254 um 2.94 m caloLayer_phys muIoni - 243 -73.3 cm 2.26 m -1.78 m 29 GeV 38.7 MeV 2.85 cm 2.97 m caloLayer_phys CoupledTransportation - 244 -73.5 cm 2.27 m -1.78 m 29 GeV 833 keV 5.09 mm 2.98 m caloM_P muIoni - 245 -73.9 cm 2.28 m -1.8 m 29 GeV 3.24 MeV 2.01 cm 3 m caloM_P CoupledTransportation - 246 -74 cm 2.29 m -1.8 m 29 GeV 4.82 MeV 3.85 mm 3 m caloLayer_phys muIoni - 247 -74.1 cm 2.29 m -1.8 m 29 GeV 2.09 MeV 1.75 mm 3 m caloLayer_phys ReadoutWorld - 248 -74.1 cm 2.29 m -1.8 m 29 GeV 124 keV 103 um 3 m caloLayer_phys muIoni - 249 -74.8 cm 2.31 m -1.82 m 28.9 GeV 42.7 MeV 3.21 cm 3.04 m caloLayer_phys CoupledTransportation - 250 -75.3 cm 2.33 m -1.83 m 28.9 GeV 3.88 MeV 2.21 cm 3.06 m caloM_P muIoni - 251 -75.4 cm 2.33 m -1.83 m 28.9 GeV 785 keV 3.01 mm 3.06 m caloM_P CoupledTransportation - 252 -75.6 cm 2.34 m -1.84 m 28.9 GeV 10.9 MeV 8.55 mm 3.07 m caloLayer_phys muIoni - 253 -75.6 cm 2.34 m -1.84 m 28.9 GeV 2.03 MeV 1.84 mm 3.07 m caloLayer_phys muIoni - 254 -76.1 cm 2.35 m -1.85 m 28.9 GeV 24.8 MeV 1.87 cm 3.09 m caloLayer_phys muIoni - 255 -76.1 cm 2.35 m -1.85 m 28.9 GeV 1.72 MeV 1.2 mm 3.09 m caloLayer_phys muIoni - 256 -76.2 cm 2.36 m -1.86 m 28.9 GeV 6.39 MeV 5.04 mm 3.1 m caloLayer_phys muIoni - 257 -76.3 cm 2.36 m -1.86 m 28.9 GeV 3.11 MeV 2.36 mm 3.1 m caloLayer_phys CoupledTransportation - 258 -76.5 cm 2.37 m -1.86 m 28.9 GeV 1.55 MeV 9.33 mm 3.11 m caloM_P muIoni - 259 -76.8 cm 2.38 m -1.87 m 28.9 GeV 1.8 MeV 1.16 cm 3.12 m caloM_P muIoni - 260 -76.9 cm 2.38 m -1.87 m 28.9 GeV 681 keV 4.22 mm 3.12 m caloM_P CoupledTransportation - 261 -77.2 cm 2.39 m -1.88 m 28.9 GeV 16.4 MeV 1.41 cm 3.14 m caloLayer_phys CoulombScat - 262 -77.6 cm 2.4 m -1.89 m 28.8 GeV 22.5 MeV 1.8 cm 3.16 m caloLayer_phys muIoni - 263 -77.7 cm 2.41 m -1.9 m 28.8 GeV 8.29 MeV 5.6 mm 3.16 m caloLayer_phys CoupledTransportation - 264 -78.3 cm 2.43 m -1.91 m 28.8 GeV 4.5 MeV 2.52 cm 3.19 m caloM_P CoupledTransportation - 265 -78.4 cm 2.43 m -1.91 m 28.8 GeV 5.04 MeV 3.96 mm 3.19 m caloLayer_phys muIoni - 266 -78.6 cm 2.44 m -1.92 m 28.8 GeV 12 MeV 8.27 mm 3.2 m caloLayer_phys muIoni - 267 -78.6 cm 2.44 m -1.92 m 28.8 GeV 521 keV 395 um 3.2 m caloLayer_phys muIoni - 268 -78.7 cm 2.44 m -1.92 m 28.8 GeV 6.59 MeV 4.71 mm 3.2 m caloLayer_phys muIoni - 269 -78.8 cm 2.44 m -1.92 m 28.8 GeV 5.55 MeV 4.52 mm 3.21 m caloLayer_phys muIoni - 270 -79 cm 2.45 m -1.93 m 28.8 GeV 10 MeV 7.43 mm 3.22 m caloLayer_phys muIoni - 271 -79 cm 2.45 m -1.93 m 28.7 GeV 955 keV 851 um 3.22 m caloLayer_phys muIoni - 272 -79.2 cm 2.46 m -1.93 m 28.7 GeV 9.82 MeV 7.59 mm 3.22 m caloLayer_phys CoupledTransportation - 273 -79.4 cm 2.46 m -1.94 m 28.7 GeV 1.12 MeV 7 mm 3.23 m caloM_P muIoni - 274 -79.8 cm 2.47 m -1.95 m 28.7 GeV 2.89 MeV 1.82 cm 3.25 m caloM_P CoupledTransportation - 275 -79.8 cm 2.48 m -1.95 m 28.7 GeV 1.03 MeV 943 um 3.25 m caloLayer_phys muPairProd - 276 -79.9 cm 2.48 m -1.95 m 28.6 GeV 4.5 MeV 3.72 mm 3.25 m caloLayer_phys muIoni - 277 -80.1 cm 2.49 m -1.96 m 28.6 GeV 13 MeV 10 mm 3.26 m caloLayer_phys muIoni - 278 -80.4 cm 2.49 m -1.96 m 28.6 GeV 14.2 MeV 9.85 mm 3.27 m caloLayer_phys muIoni - 279 -80.7 cm 2.5 m -1.97 m 28.6 GeV 16.6 MeV 1.33 cm 3.29 m caloLayer_phys CoupledTransportation - 280 -81.3 cm 2.52 m -1.99 m 28.6 GeV 4.4 MeV 2.52 cm 3.31 m caloM_P CoupledTransportation - 281 -81.7 cm 2.54 m -2 m 28.6 GeV 24.6 MeV 1.79 cm 3.33 m caloLayer_phys muIoni - 282 -81.8 cm 2.54 m -2 m 28.5 GeV 4.34 MeV 3.02 mm 3.33 m caloLayer_phys muIoni - 283 -89.3 cm 2.78 m -2.2 m 28.5 GeV 74.9 keV 32.4 cm 3.66 m expHall_P muIoni - 284 -92.4 cm 2.88 m -2.28 m 28.5 GeV 24.9 keV 13.1 cm 3.79 m expHall_P muIoni - 285 -99.5 cm 3.11 m -2.46 m 28.5 GeV 66.5 keV 30.1 cm 4.09 m expHall_P muIoni - 286 -1.05 m 3.31 m -2.61 m 28.5 GeV 53.9 keV 25.5 cm 4.34 m expHall_P muIoni - 287 -1.06 m 3.32 m -2.62 m 28.5 GeV 2.96 keV 1.29 cm 4.36 m expHall_P muIoni - 288 -1.08 m 3.4 m -2.69 m 28.5 GeV 22 keV 11.3 cm 4.47 m expHall_P muIoni - 289 -1.11 m 3.48 m -2.75 m 28.5 GeV 21.2 keV 10.6 cm 4.58 m expHall_P muIoni - 290 -1.11 m 3.49 m -2.76 m 28.5 GeV 1.77 keV 9.49 mm 4.59 m expHall_P CoupledTransportation - 291 -1.12 m 3.51 m -2.78 m 28.5 GeV 4.77 MeV 2.63 cm 4.61 m muoncounter_P CoupledTransportation - 292 -1.15 m 3.63 m -2.87 m 28.5 GeV 28.5 keV 15.9 cm 4.77 m expHall_P muIoni - 293 -1.18 m 3.72 m -2.94 m 28.5 GeV 22 keV 11.7 cm 4.89 m expHall_P muIoni - 294 -1.2 m 3.77 m -2.98 m 28.5 GeV 15 keV 6.06 cm 4.95 m expHall_P muIoni - 295 -1.2 m 3.77 m -2.98 m 28.5 GeV 177 eV 1.72 mm 4.95 m expHall_P muIoni - 296 -1.21 m 3.81 m -3.01 m 28.5 GeV 13.9 keV 5.23 cm 5 m expHall_P muIoni - 297 -1.24 m 3.91 m -3.1 m 28.5 GeV 26.8 keV 13.8 cm 5.14 m expHall_P muIoni - 298 -1.26 m 3.97 m -3.15 m 28.5 GeV 18 keV 8.15 cm 5.22 m expHall_P muIoni - 299 -1.33 m 4.2 m -3.33 m 28.5 GeV 62.3 keV 29.5 cm 5.52 m expHall_P muIoni - 300 -1.33 m 4.2 m -3.33 m 28.5 GeV 2.27 keV 9.63 mm 5.53 m expHall_P muIoni - 301 -1.36 m 4.29 m -3.4 m 28.5 GeV 24.2 keV 10.9 cm 5.64 m expHall_P muIoni - 302 -1.43 m 4.51 m -3.58 m 28.5 GeV 59.9 keV 29.7 cm 5.93 m expHall_P muIoni - 303 -1.44 m 4.55 m -3.61 m 28.5 GeV 8.65 keV 4.76 cm 5.98 m expHall_P muIoni - 304 -1.45 m 4.59 m -3.64 m 28.5 GeV 13.1 keV 5.86 cm 6.04 m expHall_P muIoni - 305 -1.47 m 4.66 m -3.69 m 28.5 GeV 14.7 keV 8.16 cm 6.12 m expHall_P muIoni - 306 -1.49 m 4.72 m -3.74 m 28.5 GeV 20.3 keV 8.32 cm 6.2 m expHall_P muIoni - 307 -1.49 m 4.72 m -3.74 m 28.5 GeV 105 eV 831 um 6.2 m expHall_P muIoni - 308 -1.49 m 4.72 m -3.74 m 28.5 GeV 209 eV 2.62 mm 6.21 m expHall_P muIoni - 309 -1.5 m 4.74 m -3.76 m 28.5 GeV 4.12 keV 2.23 cm 6.23 m expHall_P muIoni - 310 -1.5 m 4.76 m -3.78 m 28.5 GeV 4.94 keV 3.32 cm 6.26 m expHall_P muIoni - 311 -1.51 m 4.77 m -3.79 m 28.5 GeV 4.92 keV 1.52 cm 6.28 m expHall_P muIoni - 312 -1.51 m 4.8 m -3.81 m 28.5 GeV 6.8 keV 3.42 cm 6.31 m expHall_P muIoni - 313 -1.51 m 4.8 m -3.81 m 28.5 GeV 322 eV 2.55 mm 6.32 m expHall_P muIoni - 314 -1.54 m 4.87 m -3.86 m 28.5 GeV 17.4 keV 8.62 cm 6.4 m expHall_P muIoni - 315 -1.54 m 4.9 m -3.88 m 28.5 GeV 5.85 keV 3.75 cm 6.44 m expHall_P muIoni - 316 -1.58 m 5 m -3.97 m 28.5 GeV 25.8 keV 13.7 cm 6.58 m expHall_P muIoni - 317 -1.64 m 5.22 m -4.15 m 28.5 GeV 62.2 keV 29.4 cm 6.87 m expHall_P muIoni - 318 -1.67 m 5.31 m -4.22 m 28.5 GeV 23 keV 11.9 cm 6.99 m expHall_P muIoni - 319 -1.7 m 5.42 m -4.3 m 28.5 GeV 29.1 keV 13.5 cm 7.12 m expHall_P muIoni - 320 -1.71 m 5.44 m -4.32 m 28.5 GeV 7.04 keV 3.24 cm 7.16 m expHall_P muIoni - 321 -1.72 m 5.47 m -4.34 m 28.5 GeV 6.36 keV 3.4 cm 7.19 m expHall_P muIoni - 322 -1.72 m 5.47 m -4.34 m 28.5 GeV 326 eV 1.97 mm 7.19 m expHall_P muIoni - 323 -1.72 m 5.47 m -4.35 m 28.5 GeV 1.62 keV 7 mm 7.2 m expHall_P muIoni - 324 -1.73 m 5.51 m -4.37 m 28.5 GeV 10.2 keV 4.39 cm 7.24 m expHall_P muIoni - 325 -1.78 m 5.65 m -4.49 m 28.5 GeV 34.5 keV 18.8 cm 7.43 m expHall_P muIoni - 326 -1.79 m 5.71 m -4.53 m 28.5 GeV 11.1 keV 7.45 cm 7.51 m expHall_P muIoni - 327 -1.8 m 5.73 m -4.55 m 28.5 GeV 5.12 keV 3.12 cm 7.54 m expHall_P muIoni - 328 -1.83 m 5.82 m -4.63 m 28.5 GeV 24.7 keV 12.3 cm 7.66 m expHall_P muIoni - 329 -1.84 m 5.85 m -4.65 m 28.5 GeV 7.15 keV 3.87 cm 7.7 m expHall_P muIoni - 330 -1.86 m 5.91 m -4.7 m 28.5 GeV 16.2 keV 7.96 cm 7.78 m expHall_P muIoni - 331 -1.87 m 5.96 m -4.73 m 28.5 GeV 13 keV 5.76 cm 7.84 m expHall_P muIoni - 332 -1.88 m 5.98 m -4.75 m 28.5 GeV 7 keV 2.73 cm 7.86 m expHall_P muIoni - 333 -1.88 m 6 m -4.77 m 28.5 GeV 5.53 keV 2.79 cm 7.89 m OutOfWorld CoupledTransportation + 121 -40.9 cm 1.23 m -96.8 cm 31.6 GeV 5.96 keV 32.4 um 1.62 m caloM_P CoupledTransportation + 122 -40.9 cm 1.23 m -96.8 cm 31.6 GeV 52.7 keV 61.4 um 1.62 m caloLayer_phys muIoni + 123 -41.1 cm 1.24 m -97.1 cm 31.6 GeV 5.28 MeV 4.34 mm 1.63 m caloLayer_phys muIoni + 124 -41.4 cm 1.25 m -97.9 cm 31.6 GeV 18.4 MeV 1.34 cm 1.64 m caloLayer_phys muIoni + 125 -41.9 cm 1.26 m -99 cm 31.6 GeV 28.8 MeV 1.95 cm 1.66 m caloLayer_phys CoupledTransportation + 126 -42.3 cm 1.28 m -1 m 31.6 GeV 2.57 MeV 1.66 cm 1.67 m caloM_P ReadoutWorld + 127 -42.5 cm 1.28 m -1 m 31.6 GeV 1.21 MeV 8.27 mm 1.68 m caloM_P CoupledTransportation + 128 -42.7 cm 1.29 m -1.01 m 31.6 GeV 11.7 MeV 1 cm 1.69 m caloLayer_phys muIoni + 129 -43.1 cm 1.3 m -1.02 m 31.5 GeV 19.7 MeV 1.56 cm 1.71 m caloLayer_phys muIoni + 130 -43.3 cm 1.31 m -1.02 m 31.5 GeV 10.9 MeV 8.07 mm 1.72 m caloLayer_phys muIoni + 131 -43.4 cm 1.31 m -1.03 m 31.5 GeV 4.24 MeV 3.63 mm 1.72 m caloLayer_phys CoupledTransportation + 132 -43.5 cm 1.31 m -1.03 m 31.5 GeV 710 keV 3.18 mm 1.72 m caloM_P muIoni + 133 -44 cm 1.33 m -1.04 m 31.5 GeV 4.01 MeV 2.17 cm 1.75 m caloM_P CoupledTransportation + 134 -44.5 cm 1.34 m -1.05 m 31.5 GeV 24.8 MeV 1.8 cm 1.76 m caloLayer_phys muIoni + 135 -44.6 cm 1.35 m -1.06 m 31.5 GeV 7.82 MeV 6.48 mm 1.77 m caloLayer_phys muIoni + 136 -44.9 cm 1.36 m -1.06 m 31.5 GeV 18.2 MeV 1.29 cm 1.78 m caloLayer_phys CoupledTransportation + 137 -45.6 cm 1.38 m -1.08 m 31.5 GeV 4.51 MeV 2.48 cm 1.81 m caloM_P CoupledTransportation + 138 -45.8 cm 1.38 m -1.08 m 31.4 GeV 12.8 MeV 9.2 mm 1.82 m caloLayer_phys muIoni + 139 -46.1 cm 1.39 m -1.09 m 31.4 GeV 17.9 MeV 1.36 cm 1.83 m caloLayer_phys muIoni + 140 -46.5 cm 1.41 m -1.1 m 31.4 GeV 19.2 MeV 1.44 cm 1.84 m caloLayer_phys CoupledTransportation + 141 -46.9 cm 1.42 m -1.11 m 31.4 GeV 3.35 MeV 1.75 cm 1.86 m caloM_P muIoni + 142 -47 cm 1.42 m -1.11 m 31.4 GeV 953 keV 4.56 mm 1.87 m caloM_P muIoni + 143 -47.1 cm 1.42 m -1.12 m 31.4 GeV 359 keV 2.74 mm 1.87 m caloM_P CoupledTransportation + 144 -47.4 cm 1.43 m -1.12 m 31.4 GeV 17.5 MeV 1.22 cm 1.88 m caloLayer_phys muIoni + 145 -47.7 cm 1.44 m -1.13 m 31.4 GeV 17.5 MeV 1.22 cm 1.89 m caloLayer_phys muIoni + 146 -48 cm 1.45 m -1.14 m 31.3 GeV 17.3 MeV 1.27 cm 1.91 m caloLayer_phys muIoni + 147 -48 cm 1.45 m -1.14 m 31.3 GeV 83.9 keV 64.4 um 1.91 m caloLayer_phys CoupledTransportation + 148 -48.6 cm 1.47 m -1.15 m 31.3 GeV 3.93 MeV 2.48 cm 1.93 m caloM_P CoupledTransportation + 149 -48.7 cm 1.47 m -1.15 m 31.3 GeV 5.41 MeV 3.82 mm 1.94 m caloLayer_phys muIoni + 150 -48.8 cm 1.48 m -1.16 m 31.3 GeV 5.66 MeV 4.04 mm 1.94 m caloLayer_phys muIoni + 151 -48.9 cm 1.48 m -1.16 m 31.3 GeV 638 keV 528 um 1.94 m caloLayer_phys CoulombScat + 152 -49.2 cm 1.49 m -1.17 m 31.3 GeV 17.2 MeV 1.42 cm 1.95 m caloLayer_phys muIoni + 153 -49.6 cm 1.5 m -1.17 m 31.3 GeV 20.9 MeV 1.46 cm 1.97 m caloLayer_phys CoupledTransportation + 154 -49.8 cm 1.51 m -1.18 m 31.3 GeV 1.38 MeV 8.15 mm 1.98 m caloM_P muIoni + 155 -49.9 cm 1.51 m -1.18 m 31.3 GeV 539 keV 3.42 mm 1.98 m caloM_P muIoni + 156 -50.2 cm 1.52 m -1.19 m 31.3 GeV 2.17 MeV 1.32 cm 1.99 m caloM_P CoupledTransportation + 157 -50.7 cm 1.53 m -1.2 m 31.2 GeV 25.1 MeV 1.89 cm 2.01 m caloLayer_phys ReadoutWorld + 158 -50.7 cm 1.53 m -1.2 m 31.2 GeV 1.7 MeV 1.48 mm 2.01 m caloLayer_phys muIoni + 159 -50.8 cm 1.54 m -1.2 m 31.2 GeV 4.78 MeV 4 mm 2.02 m caloLayer_phys muIoni + 160 -51.1 cm 1.55 m -1.21 m 31.2 GeV 13.2 MeV 1.1 cm 2.03 m caloLayer_phys muIoni + 161 -51.1 cm 1.55 m -1.21 m 31.2 GeV 2.83 MeV 1.74 mm 2.03 m caloLayer_phys CoupledTransportation + 162 -51.1 cm 1.55 m -1.21 m 31.2 GeV 49.7 keV 225 um 2.03 m caloM_P muIoni + 163 -51.7 cm 1.57 m -1.23 m 31.2 GeV 4.24 MeV 2.46 cm 2.06 m caloM_P CoupledTransportation + 164 -52.3 cm 1.58 m -1.24 m 31.2 GeV 30.7 MeV 2.29 cm 2.08 m caloLayer_phys muIoni + 165 -52.4 cm 1.59 m -1.24 m 31.2 GeV 7.77 MeV 6.09 mm 2.08 m caloLayer_phys muIoni + 166 -52.5 cm 1.59 m -1.24 m 31.1 GeV 4.91 MeV 2.9 mm 2.09 m caloLayer_phys muIoni + 167 -52.5 cm 1.59 m -1.24 m 31.1 GeV 693 keV 621 um 2.09 m caloLayer_phys muIoni + 168 -52.6 cm 1.6 m -1.25 m 31.1 GeV 6.62 MeV 4.7 mm 2.09 m caloLayer_phys CoupledTransportation + 169 -53.3 cm 1.61 m -1.26 m 31.1 GeV 4.7 MeV 2.48 cm 2.12 m caloM_P CoupledTransportation + 170 -53.4 cm 1.62 m -1.27 m 31.1 GeV 9.96 MeV 6.45 mm 2.12 m caloLayer_phys muIoni + 171 -53.7 cm 1.63 m -1.27 m 31.1 GeV 12.7 MeV 9.42 mm 2.13 m caloLayer_phys muIoni + 172 -54.2 cm 1.64 m -1.28 m 31.1 GeV 31.3 MeV 2.13 cm 2.15 m caloLayer_phys CoupledTransportation + 173 -54.2 cm 1.64 m -1.29 m 31.1 GeV 383 keV 2.04 mm 2.16 m caloM_P muIoni + 174 -54.6 cm 1.66 m -1.29 m 31.1 GeV 2.61 MeV 1.59 cm 2.17 m caloM_P muIoni + 175 -54.8 cm 1.66 m -1.3 m 31.1 GeV 1.09 MeV 6.86 mm 2.18 m caloM_P CoupledTransportation + 176 -54.9 cm 1.66 m -1.3 m 31 GeV 3.78 MeV 3.09 mm 2.18 m caloLayer_phys muPairProd + 177 -54.9 cm 1.67 m -1.3 m 31 GeV 2.98 MeV 2.5 mm 2.18 m caloLayer_phys muIoni + 178 -55.7 cm 1.69 m -1.32 m 31 GeV 43.3 MeV 3.15 cm 2.22 m caloLayer_phys CoupledTransportation + 179 -56.1 cm 1.7 m -1.33 m 31 GeV 2.85 MeV 1.43 cm 2.23 m caloM_P muIoni + 180 -56.2 cm 1.7 m -1.33 m 31 GeV 568 keV 3.52 mm 2.23 m caloM_P muIoni + 181 -56.3 cm 1.71 m -1.33 m 31 GeV 877 keV 5.33 mm 2.24 m caloM_P muIoni + 182 -56.3 cm 1.71 m -1.34 m 31 GeV 420 keV 1.65 mm 2.24 m caloM_P CoupledTransportation + 183 -56.9 cm 1.73 m -1.35 m 30.9 GeV 29.9 MeV 2.35 cm 2.26 m caloLayer_phys muIoni + 184 -57.3 cm 1.74 m -1.36 m 30.9 GeV 18.7 MeV 1.37 cm 2.28 m caloLayer_phys CoupledTransportation + 185 -57.9 cm 1.76 m -1.37 m 30.9 GeV 4.59 MeV 2.47 cm 2.3 m caloM_P CoupledTransportation + 186 -58.1 cm 1.76 m -1.38 m 30.9 GeV 12 MeV 8.48 mm 2.31 m caloLayer_phys muPairProd + 187 -58.1 cm 1.76 m -1.38 m 30.9 GeV 615 keV 542 um 2.31 m caloLayer_phys muIoni + 188 -58.2 cm 1.77 m -1.38 m 30.9 GeV 7.48 MeV 5.68 mm 2.32 m caloLayer_phys muIoni + 189 -58.6 cm 1.78 m -1.39 m 30.9 GeV 19.1 MeV 1.42 cm 2.33 m caloLayer_phys muIoni + 190 -58.8 cm 1.79 m -1.39 m 30.9 GeV 11.3 MeV 8.2 mm 2.34 m caloLayer_phys CoupledTransportation + 191 -58.9 cm 1.79 m -1.4 m 30.9 GeV 909 keV 5.17 mm 2.35 m caloM_P muIoni + 192 -59.1 cm 1.79 m -1.4 m 30.8 GeV 1.05 MeV 5.98 mm 2.35 m caloM_P ReadoutWorld + 193 -59.4 cm 1.8 m -1.41 m 30.8 GeV 2.56 MeV 1.36 cm 2.36 m caloM_P CoupledTransportation + 194 -59.5 cm 1.81 m -1.41 m 30.8 GeV 9.2 MeV 4.71 mm 2.37 m caloLayer_phys muIoni + 195 -60 cm 1.82 m -1.42 m 30.8 GeV 26.2 MeV 1.98 cm 2.39 m caloLayer_phys muIoni + 196 -60.3 cm 1.83 m -1.43 m 30.8 GeV 16.4 MeV 1.26 cm 2.4 m caloLayer_phys CoupledTransportation + 197 -60.9 cm 1.85 m -1.44 m 30.8 GeV 4.53 MeV 2.47 cm 2.43 m caloM_P CoupledTransportation + 198 -61.4 cm 1.87 m -1.46 m 30.8 GeV 27.5 MeV 2.07 cm 2.45 m caloLayer_phys muIoni + 199 -61.7 cm 1.88 m -1.46 m 30.7 GeV 15.7 MeV 1.17 cm 2.46 m caloLayer_phys muIoni + 200 -61.7 cm 1.88 m -1.46 m 30.7 GeV 666 keV 464 um 2.46 m caloLayer_phys muIoni + 201 -61.8 cm 1.88 m -1.47 m 30.7 GeV 5.07 MeV 4.13 mm 2.46 m caloLayer_phys CoupledTransportation + 202 -62 cm 1.89 m -1.47 m 30.7 GeV 1.8 MeV 7.82 mm 2.47 m caloM_P muIoni + 203 -62.3 cm 1.89 m -1.48 m 30.7 GeV 1.51 MeV 9.49 mm 2.48 m caloM_P muIoni + 204 -62.4 cm 1.9 m -1.48 m 30.7 GeV 1.28 MeV 7.38 mm 2.49 m caloM_P CoupledTransportation + 205 -62.5 cm 1.9 m -1.48 m 30.7 GeV 3.89 MeV 2.8 mm 2.49 m caloLayer_phys muIoni + 206 -63.1 cm 1.92 m -1.5 m 30.7 GeV 33 MeV 2.34 cm 2.51 m caloLayer_phys muIoni + 207 -63.2 cm 1.92 m -1.5 m 30.7 GeV 6.09 MeV 3.99 mm 2.52 m caloLayer_phys muIoni + 208 -63.4 cm 1.93 m -1.5 m 30.7 GeV 8.41 MeV 6.85 mm 2.53 m caloLayer_phys CoupledTransportation + 209 -64 cm 1.95 m -1.52 m 30.7 GeV 4.32 MeV 2.47 cm 2.55 m caloM_P CoupledTransportation + 210 -64 cm 1.95 m -1.52 m 30.7 GeV 1 MeV 810 um 2.55 m caloLayer_phys muIoni + 211 -64.6 cm 1.97 m -1.53 m 30.6 GeV 34.3 MeV 2.56 cm 2.58 m caloLayer_phys muIoni + 212 -64.8 cm 1.97 m -1.54 m 30.6 GeV 6.79 MeV 5.72 mm 2.58 m caloLayer_phys muIoni + 213 -64.9 cm 1.98 m -1.54 m 30.6 GeV 5.88 MeV 4.8 mm 2.59 m caloLayer_phys CoupledTransportation + 214 -65.5 cm 2 m -1.55 m 30.6 GeV 3.99 MeV 2.46 cm 2.61 m caloM_P CoupledTransportation + 215 -65.7 cm 2 m -1.56 m 30.6 GeV 12.8 MeV 1.04 cm 2.62 m caloLayer_phys muIoni + 216 -66 cm 2.01 m -1.56 m 30.6 GeV 13.7 MeV 1.04 cm 2.63 m caloLayer_phys muIoni + 217 -66.4 cm 2.02 m -1.57 m 30.5 GeV 20.2 MeV 1.61 cm 2.65 m caloLayer_phys CoupledTransportation + 218 -66.9 cm 2.04 m -1.59 m 30.5 GeV 3.61 MeV 2.22 cm 2.67 m caloM_P muIoni + 219 -67 cm 2.04 m -1.59 m 30.5 GeV 370 keV 2.4 mm 2.67 m caloM_P CoupledTransportation + 220 -67.3 cm 2.05 m -1.6 m 30.5 GeV 19 MeV 1.36 cm 2.69 m caloLayer_phys muIoni + 221 -67.5 cm 2.06 m -1.6 m 30.5 GeV 9.99 MeV 6.56 mm 2.69 m caloLayer_phys ReadoutWorld + 222 -67.5 cm 2.06 m -1.6 m 30.5 GeV 45.2 keV 62.8 um 2.69 m caloLayer_phys muIoni + 223 -67.9 cm 2.07 m -1.61 m 30.5 GeV 22.2 MeV 1.67 cm 2.71 m caloLayer_phys CoupledTransportation + 224 -68.5 cm 2.09 m -1.62 m 30.5 GeV 4.37 MeV 2.46 cm 2.73 m caloM_P CoupledTransportation + 225 -68.7 cm 2.1 m -1.63 m 30.5 GeV 8.8 MeV 7.19 mm 2.74 m caloLayer_phys muIoni + 226 -69.1 cm 2.11 m -1.64 m 30.4 GeV 24.6 MeV 1.78 cm 2.76 m caloLayer_phys muIoni + 227 -69.4 cm 2.12 m -1.65 m 30.4 GeV 15.1 MeV 1.19 cm 2.77 m caloLayer_phys CoupledTransportation + 228 -70 cm 2.14 m -1.66 m 30.4 GeV 4.27 MeV 2.46 cm 2.8 m caloM_P CoupledTransportation + 229 -70.2 cm 2.14 m -1.66 m 30.4 GeV 6.43 MeV 4.96 mm 2.8 m caloLayer_phys muIoni + 230 -70.2 cm 2.14 m -1.66 m 30.4 GeV 599 keV 539 um 2.8 m caloLayer_phys muIoni + 231 -70.2 cm 2.14 m -1.66 m 30.4 GeV 3.23 MeV 2.61 mm 2.8 m caloLayer_phys muIoni + 232 -70.3 cm 2.15 m -1.67 m 30.4 GeV 4.49 MeV 3.51 mm 2.81 m caloLayer_phys muIoni + 233 -70.8 cm 2.16 m -1.68 m 30.4 GeV 24.7 MeV 1.93 cm 2.83 m caloLayer_phys muIoni + 234 -70.8 cm 2.16 m -1.68 m 30.4 GeV 2.49 MeV 1.84 mm 2.83 m caloLayer_phys muIoni + 235 -70.9 cm 2.17 m -1.68 m 30.4 GeV 5.14 MeV 4.05 mm 2.83 m caloLayer_phys CoupledTransportation + 236 -71.5 cm 2.19 m -1.7 m 30.4 GeV 4.13 MeV 2.46 cm 2.86 m caloM_P CoupledTransportation + 237 -72.3 cm 2.21 m -1.71 m 30.3 GeV 40.6 MeV 2.92 cm 2.89 m caloLayer_phys muIoni + 238 -72.4 cm 2.21 m -1.72 m 30.3 GeV 10.1 MeV 7.7 mm 2.89 m caloLayer_phys CoupledTransportation + 239 -73 cm 2.23 m -1.73 m 30.3 GeV 4.62 MeV 2.45 cm 2.92 m caloM_P CoupledTransportation + 240 -73.3 cm 2.24 m -1.74 m 30.3 GeV 10.6 MeV 8.33 mm 2.93 m caloLayer_phys muIoni + 241 -73.3 cm 2.24 m -1.74 m 30.3 GeV 973 keV 802 um 2.93 m caloLayer_phys muIoni + 242 -74 cm 2.26 m -1.75 m 30.2 GeV 37.5 MeV 2.77 cm 2.96 m caloLayer_phys CoupledTransportation + 243 -74.5 cm 2.28 m -1.76 m 30.2 GeV 3.51 MeV 2.14 cm 2.98 m caloM_P muIoni + 244 -74.6 cm 2.28 m -1.77 m 30.2 GeV 457 keV 3.08 mm 2.98 m caloM_P CoupledTransportation + 245 -74.8 cm 2.29 m -1.77 m 30.2 GeV 16.1 MeV 1.19 cm 2.99 m caloLayer_phys muIoni + 246 -74.9 cm 2.29 m -1.77 m 30.2 GeV 2.48 MeV 2.28 mm 2.99 m caloLayer_phys CoulombScat + 247 -75.1 cm 2.3 m -1.78 m 30.2 GeV 13 MeV 8.71 mm 3 m caloLayer_phys muIoni + 248 -75.4 cm 2.31 m -1.79 m 30.2 GeV 15.8 MeV 1.13 cm 3.01 m caloLayer_phys muIoni + 249 -75.5 cm 2.31 m -1.79 m 30.2 GeV 3.24 MeV 2.6 mm 3.02 m caloLayer_phys CoupledTransportation + 250 -75.8 cm 2.32 m -1.8 m 30.2 GeV 2.63 MeV 1.44 cm 3.03 m caloM_P muIoni + 251 -76 cm 2.33 m -1.8 m 30.2 GeV 1.31 MeV 6.84 mm 3.04 m caloM_P muIoni + 252 -76 cm 2.33 m -1.8 m 30.2 GeV 19.1 keV 175 um 3.04 m caloM_P ReadoutWorld + 253 -76.1 cm 2.33 m -1.8 m 30.2 GeV 521 keV 3.13 mm 3.04 m caloM_P CoupledTransportation + 254 -76.2 cm 2.33 m -1.8 m 30.2 GeV 6.39 MeV 4.9 mm 3.05 m caloLayer_phys muPairProd + 255 -76.2 cm 2.33 m -1.81 m 30.2 GeV 1.21 MeV 1.05 mm 3.05 m caloLayer_phys muIoni + 256 -76.7 cm 2.35 m -1.82 m 30.1 GeV 22.9 MeV 1.87 cm 3.07 m caloLayer_phys muIoni + 257 -77 cm 2.36 m -1.82 m 30.1 GeV 14.2 MeV 1.21 cm 3.08 m caloLayer_phys CoupledTransportation + 258 -77.6 cm 2.38 m -1.84 m 30.1 GeV 4.59 MeV 2.45 cm 3.1 m caloM_P CoupledTransportation + 259 -77.9 cm 2.39 m -1.84 m 30.1 GeV 15.2 MeV 1.19 cm 3.11 m caloLayer_phys muIoni + 260 -78.1 cm 2.39 m -1.85 m 30.1 GeV 14.5 MeV 1.02 cm 3.12 m caloLayer_phys muIoni + 261 -78.2 cm 2.4 m -1.85 m 30.1 GeV 5.27 MeV 3.63 mm 3.13 m caloLayer_phys muIoni + 262 -78.2 cm 2.4 m -1.85 m 30.1 GeV 2.04 MeV 1.37 mm 3.13 m caloLayer_phys muIoni + 263 -78.5 cm 2.41 m -1.86 m 30.1 GeV 12.5 MeV 9.57 mm 3.14 m caloLayer_phys CoupledTransportation + 264 -79 cm 2.42 m -1.87 m 30.1 GeV 4.11 MeV 2.15 cm 3.16 m caloM_P muIoni + 265 -79.1 cm 2.42 m -1.87 m 30.1 GeV 464 keV 2.96 mm 3.16 m caloM_P CoupledTransportation + 266 -79.3 cm 2.43 m -1.88 m 30 GeV 14.9 MeV 1 cm 3.17 m caloLayer_phys muIoni + 267 -79.9 cm 2.45 m -1.89 m 30 GeV 29.6 MeV 2.18 cm 3.2 m caloLayer_phys muIoni + 268 -80 cm 2.45 m -1.89 m 29.9 GeV 5.48 MeV 3.95 mm 3.2 m caloLayer_phys muPairProd + 269 -80 cm 2.45 m -1.89 m 29.9 GeV 1.16 MeV 979 um 3.2 m caloLayer_phys CoupledTransportation + 270 -80.3 cm 2.46 m -1.9 m 29.9 GeV 2.11 MeV 1.23 cm 3.21 m caloM_P muIoni + 271 -80.6 cm 2.47 m -1.91 m 29.9 GeV 1.76 MeV 1.04 cm 3.22 m caloM_P muIoni + 272 -80.6 cm 2.47 m -1.91 m 29.9 GeV 74.3 keV 558 um 3.22 m caloM_P muIoni + 273 -80.6 cm 2.47 m -1.91 m 29.9 GeV 208 keV 1.23 mm 3.22 m caloM_P CoupledTransportation + 274 -80.6 cm 2.47 m -1.91 m 29.9 GeV 137 keV 135 um 3.23 m caloLayer_phys muIoni + 275 -80.6 cm 2.47 m -1.91 m 29.9 GeV 1.46 MeV 1.25 mm 3.23 m caloLayer_phys CoulombScat + 276 -80.7 cm 2.47 m -1.91 m 29.9 GeV 2.1 MeV 1.46 mm 3.23 m caloLayer_phys muIoni + 277 -80.7 cm 2.47 m -1.91 m 29.9 GeV 432 keV 327 um 3.23 m caloLayer_phys muIoni + 278 -80.7 cm 2.48 m -1.91 m 29.9 GeV 1.21 MeV 1.07 mm 3.23 m caloLayer_phys muIoni + 279 -80.8 cm 2.48 m -1.91 m 29.9 GeV 2.3 MeV 1.84 mm 3.23 m caloLayer_phys muIoni + 280 -81 cm 2.48 m -1.92 m 29.9 GeV 13 MeV 9.2 mm 3.24 m caloLayer_phys muIoni + 281 -81.3 cm 2.49 m -1.92 m 29.8 GeV 17.3 MeV 1.28 cm 3.25 m caloLayer_phys muPairProd + 282 -81.5 cm 2.5 m -1.93 m 29.8 GeV 13.3 MeV 8.66 mm 3.26 m caloLayer_phys CoupledTransportation + 283 -82.1 cm 2.52 m -1.94 m 29.8 GeV 4.12 MeV 2.45 cm 3.29 m caloM_P CoupledTransportation + 284 -82.2 cm 2.52 m -1.95 m 29.8 GeV 6.63 MeV 3.94 mm 3.29 m caloLayer_phys muIoni + 285 -82.4 cm 2.53 m -1.95 m 29.8 GeV 7.36 MeV 5.5 mm 3.3 m caloLayer_phys CoulombScat + 286 -82.6 cm 2.53 m -1.95 m 29.8 GeV 11.4 MeV 8.28 mm 3.3 m caloLayer_phys muIoni + 287 -83 cm 2.55 m -1.96 m 29.7 GeV 25.4 MeV 1.9 cm 3.32 m caloLayer_phys CoupledTransportation + 288 -83.7 cm 2.57 m -1.98 m 29.7 GeV 4.5 MeV 2.45 cm 3.35 m caloM_P CoupledTransportation + 289 -83.8 cm 2.57 m -1.98 m 29.7 GeV 8.78 MeV 6.28 mm 3.35 m caloLayer_phys muIoni + 290 -83.9 cm 2.58 m -1.98 m 29.7 GeV 6.07 MeV 3.93 mm 3.36 m caloLayer_phys muIoni + 291 -84.3 cm 2.59 m -1.99 m 29.7 GeV 19.4 MeV 1.44 cm 3.37 m caloLayer_phys muIoni + 292 -84.3 cm 2.59 m -1.99 m 29.7 GeV 1.18 MeV 949 um 3.37 m caloLayer_phys muIoni + 293 -84.4 cm 2.59 m -2 m 29.7 GeV 6.69 MeV 6.12 mm 3.38 m caloLayer_phys muIoni + 294 -84.6 cm 2.6 m -2 m 29.7 GeV 6.56 MeV 5.01 mm 3.38 m caloLayer_phys CoupledTransportation + 295 -84.6 cm 2.6 m -2 m 29.7 GeV 131 keV 860 um 3.38 m caloM_P CoupledTransportation + 296 -88.4 cm 2.71 m -2.09 m 29.7 GeV 30.2 keV 15.1 cm 3.54 m expHall_P muIoni + 297 -89.5 cm 2.75 m -2.11 m 29.7 GeV 7.41 keV 4.75 cm 3.58 m expHall_P muIoni + 298 -91.8 cm 2.82 m -2.17 m 29.7 GeV 19.4 keV 9.11 cm 3.67 m expHall_P muIoni + 299 -92.9 cm 2.86 m -2.19 m 29.7 GeV 8.94 keV 4.34 cm 3.72 m expHall_P muIoni + 300 -94.4 cm 2.9 m -2.22 m 29.7 GeV 11.7 keV 5.87 cm 3.78 m expHall_P muIoni + 301 -94.6 cm 2.91 m -2.23 m 29.7 GeV 1.04 keV 9.06 mm 3.79 m expHall_P muIoni + 302 -95.1 cm 2.92 m -2.24 m 29.7 GeV 3.75 keV 2.01 cm 3.81 m expHall_P muIoni + 303 -96.3 cm 2.96 m -2.27 m 29.7 GeV 9.83 keV 4.6 cm 3.85 m expHall_P muIoni + 304 -1.02 m 3.13 m -2.39 m 29.7 GeV 46.4 keV 21.9 cm 4.07 m expHall_P muIoni + 305 -1.05 m 3.23 m -2.47 m 29.7 GeV 22.3 keV 12.5 cm 4.19 m expHall_P muIoni + 306 -1.05 m 3.23 m -2.47 m 29.7 GeV 1.16 keV 2.58 mm 4.2 m expHall_P muIoni + 307 -1.06 m 3.25 m -2.48 m 29.7 GeV 4.87 keV 2.68 cm 4.22 m expHall_P muIoni + 308 -1.06 m 3.25 m -2.48 m 29.7 GeV 332 eV 1.73 mm 4.23 m expHall_P muIoni + 309 -1.11 m 3.42 m -2.61 m 29.7 GeV 38.5 keV 21.1 cm 4.44 m expHall_P muIoni + 310 -1.13 m 3.49 m -2.66 m 29.7 GeV 18.3 keV 9.47 cm 4.53 m expHall_P CoupledTransportation + 311 -1.13 m 3.5 m -2.66 m 29.7 GeV 1.13 MeV 7.36 mm 4.54 m muoncounter_P muIoni + 312 -1.13 m 3.5 m -2.66 m 29.7 GeV 75.3 keV 592 um 4.54 m muoncounter_P muIoni + 313 -1.14 m 3.51 m -2.67 m 29.7 GeV 2.93 MeV 1.77 cm 4.56 m muoncounter_P CoupledTransportation + 314 -1.15 m 3.53 m -2.69 m 29.7 GeV 6.83 keV 3.18 cm 4.59 m expHall_P muIoni + 315 -1.17 m 3.6 m -2.74 m 29.7 GeV 21.8 keV 8.91 cm 4.68 m expHall_P muIoni + 316 -1.18 m 3.64 m -2.77 m 29.7 GeV 6.74 keV 4.82 cm 4.73 m expHall_P muIoni + 317 -1.21 m 3.72 m -2.83 m 29.7 GeV 19.6 keV 9.56 cm 4.82 m expHall_P muIoni + 318 -1.21 m 3.72 m -2.83 m 29.7 GeV 230 eV 1.58 mm 4.82 m expHall_P muIoni + 319 -1.23 m 3.79 m -2.88 m 29.7 GeV 19.9 keV 9.61 cm 4.92 m expHall_P muIoni + 320 -1.24 m 3.81 m -2.9 m 29.7 GeV 5.73 keV 2.48 cm 4.95 m expHall_P muIoni + 321 -1.29 m 3.97 m -3.01 m 29.7 GeV 39.5 keV 19.8 cm 5.14 m expHall_P muIoni + 322 -1.29 m 3.97 m -3.01 m 29.7 GeV 10.8 eV 151 um 5.14 m expHall_P muIoni + 323 -1.32 m 4.07 m -3.08 m 29.7 GeV 25 keV 12.8 cm 5.27 m expHall_P muIoni + 324 -1.33 m 4.1 m -3.11 m 29.7 GeV 8.44 keV 3.88 cm 5.31 m expHall_P muIoni + 325 -1.33 m 4.1 m -3.11 m 29.7 GeV 1.39 keV 9.81 mm 5.32 m expHall_P muIoni + 326 -1.37 m 4.24 m -3.21 m 29.7 GeV 32.9 keV 17.7 cm 5.5 m expHall_P muIoni + 327 -1.39 m 4.29 m -3.25 m 29.7 GeV 11.9 keV 5.72 cm 5.55 m expHall_P muIoni + 328 -1.39 m 4.29 m -3.25 m 29.7 GeV 2.55 keV 7.02 mm 5.56 m expHall_P muIoni + 329 -1.42 m 4.39 m -3.33 m 29.7 GeV 30.9 keV 13.1 cm 5.69 m expHall_P muIoni + 330 -1.43 m 4.41 m -3.34 m 29.7 GeV 5.57 keV 2.58 cm 5.72 m expHall_P muIoni + 331 -1.44 m 4.45 m -3.37 m 29.7 GeV 13.6 keV 5.29 cm 5.77 m expHall_P muIoni + 332 -1.47 m 4.55 m -3.44 m 29.7 GeV 27.4 keV 12.3 cm 5.89 m expHall_P muIoni + 333 -1.53 m 4.73 m -3.57 m 29.7 GeV 44.3 keV 22.7 cm 6.12 m expHall_P muIoni + 334 -1.54 m 4.76 m -3.6 m 29.7 GeV 7.39 keV 4.05 cm 6.16 m expHall_P muIoni + 335 -1.61 m 4.97 m -3.75 m 29.7 GeV 51.6 keV 26.9 cm 6.43 m expHall_P muIoni + 336 -1.71 m 5.29 m -3.99 m 29.7 GeV 90.7 keV 41.1 cm 6.84 m expHall_P muIoni + 337 -1.73 m 5.36 m -4.04 m 29.7 GeV 19.6 keV 8.62 cm 6.93 m expHall_P muIoni + 338 -1.78 m 5.49 m -4.14 m 29.7 GeV 33.1 keV 17.1 cm 7.1 m expHall_P muIoni + 339 -1.81 m 5.6 m -4.22 m 29.7 GeV 29.8 keV 14.8 cm 7.25 m expHall_P muIoni + 340 -1.83 m 5.65 m -4.25 m 29.7 GeV 14.2 keV 5.87 cm 7.31 m expHall_P muIoni + 341 -1.86 m 5.74 m -4.32 m 29.7 GeV 22.5 keV 11.4 cm 7.42 m expHall_P muIoni + 342 -1.86 m 5.74 m -4.32 m 29.7 GeV 140 eV 2.03 mm 7.42 m expHall_P muIoni + 343 -1.88 m 5.83 m -4.39 m 29.7 GeV 25.6 keV 11.5 cm 7.54 m expHall_P muIoni + 344 -1.88 m 5.83 m -4.39 m 29.7 GeV 1.01 keV 1.76 mm 7.54 m expHall_P muIoni + 345 -1.92 m 5.94 m -4.47 m 29.7 GeV 30.3 keV 14.6 cm 7.68 m expHall_P muIoni + 346 -1.93 m 5.97 m -4.49 m 29.7 GeV 8.86 keV 3.56 cm 7.72 m expHall_P muIoni + 347 -1.94 m 6 m -4.51 m 29.7 GeV 6.99 keV 3.52 cm 7.75 m OutOfWorld CoupledTransportation Track (trackID 3, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1509,133 +1523,140 @@ Track (trackID 3, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 72.9 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -6.43 mm -4.74 mm 2.01 cm 72.9 GeV 4.29 keV 2.16 cm 2.16 cm expHall_P muIoni - 2 -8.01 cm -5.92 cm 25 cm 72.9 GeV 49.7 keV 24.8 cm 26.9 cm expHall_P muIoni - 3 -11 cm -8.12 cm 34.3 cm 72.9 GeV 18.7 keV 10 cm 36.9 cm expHall_P muIoni - 4 -12 cm -8.91 cm 37.6 cm 72.9 GeV 8.81 keV 3.55 cm 40.5 cm expHall_P muIoni - 5 -12.9 cm -9.54 cm 40.3 cm 72.9 GeV 4.54 keV 2.85 cm 43.3 cm expHall_P muIoni - 6 -15.1 cm -11.2 cm 47.2 cm 72.9 GeV 14.3 keV 7.44 cm 50.8 cm expHall_P muIoni - 7 -16.1 cm -11.9 cm 50.3 cm 72.9 GeV 5.1 keV 3.32 cm 54.1 cm expHall_P CoupledTransportation - 8 -19.6 cm -14.6 cm 61.4 cm 72.9 GeV 24.5 keV 12 cm 66.1 cm tracker_phys muIoni - 9 -21.2 cm -15.7 cm 66.3 cm 72.9 GeV 16.2 keV 5.29 cm 71.4 cm tracker_phys muIoni - 10 -21.3 cm -15.9 cm 66.8 cm 72.9 GeV 473 eV 5.74 mm 71.9 cm tracker_phys muIoni - 11 -24.9 cm -18.5 cm 78 cm 72.9 GeV 25.7 keV 12 cm 83.9 cm tracker_phys muIoni - 12 -25.7 cm -19.2 cm 80.7 cm 72.9 GeV 5.72 keV 2.92 cm 86.8 cm tracker_phys muIoni - 13 -27.6 cm -20.6 cm 86.4 cm 72.9 GeV 11.3 keV 6.18 cm 93 cm tracker_phys muIoni - 14 -28.1 cm -21 cm 88.2 cm 72.9 GeV 4.52 keV 1.95 cm 95 cm tracker_phys muIoni - 15 -29.5 cm -22 cm 92.5 cm 72.9 GeV 9.57 keV 4.6 cm 99.6 cm tracker_phys muIoni - 16 -30.3 cm -22.6 cm 95.1 cm 72.9 GeV 9.9 keV 2.76 cm 1.02 m tracker_phys muIoni - 17 -31.9 cm -23.8 cm 1 m 72.9 GeV 19.1 keV 5.31 cm 1.08 m tracker_phys CoupledTransportation - 18 -36.4 cm -27.3 cm 1.14 m 72.9 GeV 34.8 keV 15.4 cm 1.23 m expHall_P muIoni - 19 -40 cm -30 cm 1.26 m 72.9 GeV 25.3 keV 12.2 cm 1.35 m expHall_P CoupledTransportation - 20 -41 cm -30.7 cm 1.29 m 72.9 GeV 43.6 MeV 3.39 cm 1.39 m caloLayer_phys muIoni - 21 -41.1 cm -30.8 cm 1.29 m 72.9 GeV 2.12 MeV 1.54 mm 1.39 m caloLayer_phys muIoni - 22 -41.8 cm -31.3 cm 1.31 m 72.8 GeV 33 MeV 2.52 cm 1.41 m caloLayer_phys muIoni - 23 -41.8 cm -31.4 cm 1.31 m 72.7 GeV 1.33 MeV 1.2 mm 1.41 m caloLayer_phys muIoni - 24 -42.4 cm -31.7 cm 1.33 m 72.7 GeV 22.4 MeV 1.73 cm 1.43 m caloLayer_phys muIoni - 25 -42.4 cm -31.8 cm 1.33 m 72.7 GeV 2.12 MeV 1.86 mm 1.43 m caloLayer_phys CoupledTransportation - 26 -44 cm -33 cm 1.38 m 72.7 GeV 9.3 MeV 5.39 cm 1.49 m caloM_P CoupledTransportation - 27 -44.6 cm -33.4 cm 1.4 m 72.7 GeV 26.6 MeV 1.94 cm 1.51 m caloLayer_phys ReadoutWorld - 28 -44.7 cm -33.5 cm 1.4 m 72.7 GeV 6.53 MeV 4.78 mm 1.51 m caloLayer_phys muIoni - 29 -45.1 cm -33.8 cm 1.42 m 72.7 GeV 14 MeV 1.19 cm 1.52 m caloLayer_phys muIoni - 30 -45.3 cm -34 cm 1.42 m 72.6 GeV 9.58 MeV 7.17 mm 1.53 m caloLayer_phys muIoni - 31 -45.6 cm -34.2 cm 1.43 m 72.6 GeV 12.2 MeV 9.5 mm 1.54 m caloLayer_phys muIoni - 32 -45.6 cm -34.2 cm 1.43 m 72.6 GeV 1.14 MeV 936 um 1.54 m caloLayer_phys muIoni - 33 -45.9 cm -34.5 cm 1.44 m 72.6 GeV 14.8 MeV 1.21 cm 1.55 m caloLayer_phys muIoni - 34 -46.2 cm -34.7 cm 1.45 m 72.6 GeV 11.9 MeV 9.86 mm 1.56 m caloLayer_phys muIoni - 35 -46.4 cm -34.8 cm 1.46 m 72.6 GeV 8.03 MeV 5.47 mm 1.57 m caloLayer_phys CoupledTransportation - 36 -46.8 cm -35.1 cm 1.47 m 72.6 GeV 2.25 MeV 1.31 cm 1.58 m caloM_P muIoni - 37 -48 cm -36 cm 1.51 m 72.5 GeV 7.09 MeV 4.09 cm 1.62 m caloM_P CoupledTransportation - 38 -48.3 cm -36.3 cm 1.52 m 72.5 GeV 17.2 MeV 1.2 cm 1.63 m caloLayer_phys muIoni - 39 -48.6 cm -36.5 cm 1.53 m 72.5 GeV 11.5 MeV 8.67 mm 1.64 m caloLayer_phys muIoni - 40 -48.9 cm -36.7 cm 1.54 m 72.5 GeV 13.5 MeV 1.01 cm 1.65 m caloLayer_phys muIoni - 41 -49 cm -36.8 cm 1.54 m 72.5 GeV 3.89 MeV 3.23 mm 1.66 m caloLayer_phys muPairProd - 42 -49.4 cm -37 cm 1.55 m 72.5 GeV 15.8 MeV 1.2 cm 1.67 m caloLayer_phys muIoni - 43 -49.4 cm -37.1 cm 1.55 m 72.5 GeV 1.23 MeV 1.06 mm 1.67 m caloLayer_phys muIoni - 44 -50.2 cm -37.7 cm 1.58 m 72.4 GeV 35.4 MeV 2.77 cm 1.7 m caloLayer_phys muIoni - 45 -50.4 cm -37.8 cm 1.58 m 72.4 GeV 8.55 MeV 6.25 mm 1.7 m caloLayer_phys CoupledTransportation - 46 -50.9 cm -38.2 cm 1.6 m 72.4 GeV 3.01 MeV 1.85 cm 1.72 m caloM_P ReadoutWorld - 47 -51.3 cm -38.5 cm 1.61 m 72.4 GeV 1.95 MeV 1.2 cm 1.73 m caloM_P muIoni - 48 -51.7 cm -38.8 cm 1.62 m 72.4 GeV 2.31 MeV 1.28 cm 1.75 m caloM_P muIoni - 49 -52 cm -39 cm 1.63 m 72.4 GeV 1.7 MeV 1.06 cm 1.76 m caloM_P CoupledTransportation - 50 -52.8 cm -39.6 cm 1.66 m 72.4 GeV 34 MeV 2.61 cm 1.78 m caloLayer_phys CoulombScat - 51 -53.2 cm -40 cm 1.67 m 72.3 GeV 21.7 MeV 1.61 cm 1.8 m caloLayer_phys muIoni - 52 -53.7 cm -40.3 cm 1.69 m 72.3 GeV 20.3 MeV 1.55 cm 1.82 m caloLayer_phys muIoni - 53 -54 cm -40.5 cm 1.7 m 72.3 GeV 12.2 MeV 9.98 mm 1.83 m caloLayer_phys muIoni - 54 -54 cm -40.6 cm 1.7 m 72.3 GeV 2.43 MeV 1.77 mm 1.83 m caloLayer_phys muIoni - 55 -54.3 cm -40.7 cm 1.7 m 72.3 GeV 9.96 MeV 7.55 mm 1.83 m caloLayer_phys muIoni - 56 -54.4 cm -40.8 cm 1.71 m 72.3 GeV 4.84 MeV 4.02 mm 1.84 m caloLayer_phys CoupledTransportation - 57 -55.7 cm -41.8 cm 1.75 m 72.2 GeV 7.26 MeV 4.41 cm 1.88 m caloM_P muIoni - 58 -55.9 cm -41.9 cm 1.76 m 72.2 GeV 1.41 MeV 6.46 mm 1.89 m caloM_P muIoni - 59 -56 cm -42 cm 1.76 m 72.2 GeV 633 keV 3.54 mm 1.89 m caloM_P CoupledTransportation - 60 -56.7 cm -42.6 cm 1.78 m 72.2 GeV 32.5 MeV 2.39 cm 1.92 m caloLayer_phys muIoni - 61 -56.8 cm -42.6 cm 1.78 m 72.2 GeV 3.79 MeV 3.4 mm 1.92 m caloLayer_phys muIoni - 62 -57.2 cm -43 cm 1.8 m 72.1 GeV 17.9 MeV 1.43 cm 1.93 m caloLayer_phys CoulombScat - 63 -57.3 cm -43 cm 1.8 m 72.1 GeV 4.79 MeV 3.15 mm 1.94 m caloLayer_phys ReadoutWorld - 64 -57.8 cm -43.4 cm 1.81 m 72.1 GeV 20.7 MeV 1.6 cm 1.95 m caloLayer_phys muIoni - 65 -58.4 cm -43.8 cm 1.83 m 72.1 GeV 27.2 MeV 2.03 cm 1.97 m caloLayer_phys CoupledTransportation - 66 -59 cm -44.3 cm 1.85 m 72.1 GeV 3.48 MeV 2.17 cm 2 m caloM_P muIoni - 67 -59.5 cm -44.7 cm 1.87 m 72.1 GeV 2.84 MeV 1.61 cm 2.01 m caloM_P muIoni - 68 -60 cm -45 cm 1.88 m 72.1 GeV 3.01 MeV 1.62 cm 2.03 m caloM_P CoupledTransportation - 69 -60.3 cm -45.3 cm 1.89 m 72.1 GeV 13.1 MeV 9.99 mm 2.04 m caloLayer_phys CoulombScat - 70 -60.4 cm -45.4 cm 1.9 m 72.1 GeV 7.27 MeV 5.53 mm 2.04 m caloLayer_phys muIoni - 71 -60.8 cm -45.7 cm 1.91 m 72 GeV 18 MeV 1.36 cm 2.06 m caloLayer_phys muIoni - 72 -61.4 cm -46.1 cm 1.93 m 72 GeV 26.8 MeV 2.01 cm 2.08 m caloLayer_phys muIoni - 73 -61.8 cm -46.4 cm 1.94 m 72 GeV 16.9 MeV 1.25 cm 2.09 m caloLayer_phys muIoni - 74 -62.4 cm -46.8 cm 1.96 m 72 GeV 24.5 MeV 1.95 cm 2.11 m caloLayer_phys CoupledTransportation - 75 -62.5 cm -47 cm 1.96 m 72 GeV 716 keV 4.84 mm 2.11 m caloM_P muIoni - 76 -63.6 cm -47.8 cm 2 m 71.9 GeV 6.55 MeV 3.88 cm 2.15 m caloM_P muIoni - 77 -65.8 cm -49.4 cm 2.07 m 71.9 GeV 16.9 keV 7.25 cm 2.23 m expHall_P muIoni - 78 -67.5 cm -50.8 cm 2.12 m 71.9 GeV 13.7 keV 5.85 cm 2.28 m expHall_P muIoni - 79 -72.6 cm -54.6 cm 2.28 m 71.9 GeV 30.3 keV 17.4 cm 2.46 m expHall_P muIoni - 80 -74.3 cm -55.9 cm 2.33 m 71.9 GeV 11.1 keV 5.56 cm 2.51 m expHall_P muIoni - 81 -74.4 cm -56 cm 2.34 m 71.9 GeV 539 eV 5.65 mm 2.52 m expHall_P muIoni - 82 -79.2 cm -59.6 cm 2.49 m 71.9 GeV 30.2 keV 16.1 cm 2.68 m expHall_P muIoni - 83 -81 cm -61 cm 2.55 m 71.9 GeV 12.7 keV 6.42 cm 2.74 m expHall_P muIoni - 84 -83.4 cm -62.9 cm 2.62 m 71.9 GeV 18.2 keV 8.12 cm 2.82 m expHall_P muIoni - 85 -85.5 cm -64.5 cm 2.69 m 71.9 GeV 13.9 keV 7.16 cm 2.9 m expHall_P muIoni - 86 -85.9 cm -64.7 cm 2.7 m 71.9 GeV 1.47 keV 1.05 cm 2.91 m expHall_P muIoni - 87 -88.2 cm -66.5 cm 2.78 m 71.9 GeV 14.4 keV 8.11 cm 2.99 m expHall_P muIoni - 88 -90.3 cm -68.1 cm 2.84 m 71.9 GeV 12.8 keV 7.12 cm 3.06 m expHall_P muIoni - 89 -96.4 cm -72.7 cm 3.03 m 71.9 GeV 41.8 keV 20.7 cm 3.27 m expHall_P muIoni - 90 -97.2 cm -73.4 cm 3.06 m 71.9 GeV 7.18 keV 2.82 cm 3.29 m expHall_P muIoni - 91 -1.07 m -80.4 cm 3.35 m 71.9 GeV 65.1 keV 31.5 cm 3.61 m expHall_P muIoni - 92 -1.08 m -81.8 cm 3.41 m 71.9 GeV 10.4 keV 6.1 cm 3.67 m expHall_P muIoni - 93 -1.11 m -83.9 cm 3.5 m 71.9 GeV 20.1 keV 9.3 cm 3.76 m expHall_P muIoni - 94 -1.11 m -84 cm 3.5 m 71.9 GeV 1.2 keV 5.89 mm 3.77 m expHall_P muIoni - 95 -1.12 m -84.9 cm 3.54 m 71.9 GeV 6.36 keV 4.07 cm 3.81 m expHall_P muIoni - 96 -1.17 m -88.7 cm 3.7 m 71.9 GeV 35.3 keV 16.8 cm 3.98 m expHall_P muIoni - 97 -1.18 m -88.8 cm 3.7 m 71.9 GeV 902 eV 6.88 mm 3.98 m expHall_P muIoni - 98 -1.2 m -91 cm 3.79 m 71.9 GeV 20.1 keV 9.81 cm 4.08 m expHall_P muIoni - 99 -1.22 m -92.4 cm 3.85 m 71.9 GeV 13.7 keV 6.2 cm 4.14 m expHall_P muIoni - 100 -1.26 m -94.9 cm 3.96 m 71.9 GeV 24.1 keV 11.4 cm 4.26 m expHall_P muIoni - 101 -1.27 m -96 cm 4 m 71.9 GeV 7.56 keV 4.95 cm 4.31 m expHall_P muIoni - 102 -1.29 m -97.7 cm 4.07 m 71.9 GeV 15.1 keV 7.61 cm 4.38 m expHall_P muIoni - 103 -1.32 m -99.6 cm 4.15 m 71.9 GeV 17.7 keV 8.37 cm 4.47 m expHall_P muIoni - 104 -1.33 m -1 m 4.18 m 71.9 GeV 3.81 keV 2.6 cm 4.49 m expHall_P muIoni - 105 -1.4 m -1.06 m 4.4 m 71.9 GeV 56.7 keV 24.1 cm 4.73 m expHall_P muIoni - 106 -1.41 m -1.07 m 4.46 m 71.9 GeV 10.9 keV 6.1 cm 4.8 m expHall_P muIoni - 107 -1.43 m -1.08 m 4.51 m 71.9 GeV 10.7 keV 5.73 cm 4.85 m expHall_P muIoni - 108 -1.52 m -1.15 m 4.78 m 71.9 GeV 60.9 keV 29.1 cm 5.14 m expHall_P muIoni - 109 -1.54 m -1.16 m 4.85 m 71.9 GeV 12.4 keV 7.78 cm 5.22 m expHall_P muIoni - 110 -1.54 m -1.17 m 4.86 m 71.9 GeV 1.91 keV 4.39 mm 5.23 m expHall_P muIoni - 111 -1.58 m -1.19 m 4.96 m 71.9 GeV 22.9 keV 11.7 cm 5.34 m expHall_P muIoni - 112 -1.58 m -1.19 m 4.97 m 71.9 GeV 892 eV 5.65 mm 5.35 m expHall_P muIoni - 113 -1.58 m -1.2 m 4.99 m 71.9 GeV 5.14 keV 2.53 cm 5.37 m expHall_P muIoni - 114 -1.6 m -1.21 m 5.03 m 71.9 GeV 10.3 keV 3.64 cm 5.41 m expHall_P muIoni - 115 -1.6 m -1.21 m 5.03 m 71.9 GeV 776 eV 4.77 mm 5.42 m expHall_P muIoni - 116 -1.64 m -1.24 m 5.16 m 71.9 GeV 31.7 keV 14.1 cm 5.56 m expHall_P muIoni - 117 -1.67 m -1.26 m 5.25 m 71.9 GeV 17.6 keV 9.19 cm 5.65 m expHall_P muIoni - 118 -1.67 m -1.27 m 5.27 m 71.9 GeV 5.55 keV 2.61 cm 5.67 m expHall_P muIoni - 119 -1.73 m -1.31 m 5.44 m 71.9 GeV 40.5 keV 18.4 cm 5.86 m expHall_P muIoni - 120 -1.73 m -1.31 m 5.45 m 71.9 GeV 2.44 keV 1.06 cm 5.87 m expHall_P muIoni - 121 -1.77 m -1.34 m 5.58 m 71.9 GeV 25.9 keV 13.3 cm 6 m expHall_P muIoni - 122 -1.79 m -1.35 m 5.64 m 71.9 GeV 16.2 keV 6.86 cm 6.07 m expHall_P muIoni - 123 -1.83 m -1.38 m 5.76 m 71.9 GeV 27.1 keV 13 cm 6.2 m expHall_P muIoni - 124 -1.84 m -1.39 m 5.8 m 71.9 GeV 11.1 keV 4.59 cm 6.25 m expHall_P muIoni - 125 -1.88 m -1.42 m 5.91 m 71.9 GeV 21.7 keV 11.9 cm 6.37 m expHall_P muIoni - 126 -1.88 m -1.42 m 5.93 m 71.9 GeV 2.22 keV 1.24 cm 6.38 m expHall_P muIoni - 127 -1.9 m -1.44 m 6 m 71.9 GeV 17.9 keV 7.97 cm 6.46 m OutOfWorld CoupledTransportation + 1 -6.06 mm -4.46 mm 1.89 cm 72.9 GeV 4.56 keV 2.03 cm 2.03 cm expHall_P muIoni + 2 -1.33 cm -9.81 mm 4.16 cm 72.9 GeV 4.47 keV 2.44 cm 4.47 cm expHall_P muIoni + 3 -3.21 cm -2.37 cm 10 cm 72.9 GeV 13.9 keV 6.33 cm 10.8 cm expHall_P muIoni + 4 -6.89 cm -5.09 cm 21.5 cm 72.9 GeV 23.6 keV 12.4 cm 23.2 cm expHall_P muIoni + 5 -7.62 cm -5.63 cm 23.8 cm 72.9 GeV 5.55 keV 2.46 cm 25.6 cm expHall_P muIoni + 6 -8.74 cm -6.46 cm 27.3 cm 72.9 GeV 9.29 keV 3.77 cm 29.4 cm expHall_P muIoni + 7 -16.1 cm -11.9 cm 50.3 cm 72.9 GeV 57 keV 24.7 cm 54.1 cm expHall_P CoupledTransportation + 8 -16.1 cm -11.9 cm 50.3 cm 72.9 GeV 149 eV 539 um 54.1 cm tracker_phys muIoni + 9 -16.6 cm -12.3 cm 51.8 cm 72.9 GeV 3.15 keV 1.63 cm 55.8 cm tracker_phys muIoni + 10 -18.8 cm -14 cm 58.8 cm 72.9 GeV 19.1 keV 7.52 cm 63.3 cm tracker_phys muIoni + 11 -25.5 cm -19 cm 80 cm 72.9 GeV 64.1 keV 22.8 cm 86.1 cm tracker_phys muIoni + 12 -28.4 cm -21.2 cm 89.1 cm 72.9 GeV 27.3 keV 9.83 cm 95.9 cm tracker_phys muIoni + 13 -31.9 cm -23.8 cm 1 m 72.9 GeV 23.7 keV 11.7 cm 1.08 m tracker_phys CoupledTransportation + 14 -35.4 cm -26.5 cm 1.11 m 72.9 GeV 23 keV 12 cm 1.2 m expHall_P muIoni + 15 -39.4 cm -29.5 cm 1.24 m 72.9 GeV 29.9 keV 13.6 cm 1.33 m expHall_P muIoni + 16 -40 cm -30 cm 1.26 m 72.9 GeV 4.73 keV 1.99 cm 1.35 m expHall_P CoupledTransportation + 17 -40.2 cm -30.1 cm 1.26 m 72.8 GeV 6.54 MeV 4.59 mm 1.36 m caloLayer_phys muIoni + 18 -40.3 cm -30.2 cm 1.27 m 72.8 GeV 7.77 MeV 5.79 mm 1.36 m caloLayer_phys muIoni + 19 -40.7 cm -30.5 cm 1.28 m 72.8 GeV 17.9 MeV 1.36 cm 1.38 m caloLayer_phys muIoni + 20 -40.8 cm -30.5 cm 1.28 m 72.8 GeV 1.35 MeV 1.17 mm 1.38 m caloLayer_phys muIoni + 21 -41.1 cm -30.8 cm 1.29 m 72.8 GeV 14 MeV 1.04 cm 1.39 m caloLayer_phys muIoni + 22 -41.2 cm -30.9 cm 1.3 m 72.8 GeV 7.73 MeV 6.22 mm 1.39 m caloLayer_phys muIoni + 23 -41.9 cm -31.4 cm 1.31 m 72.7 GeV 27.1 MeV 2.11 cm 1.42 m caloLayer_phys muIoni + 24 -42.4 cm -31.8 cm 1.33 m 72.7 GeV 24.9 MeV 1.82 cm 1.43 m caloLayer_phys CoupledTransportation + 25 -42.4 cm -31.8 cm 1.33 m 72.7 GeV 28.2 keV 228 um 1.43 m caloM_P muIoni + 26 -43.1 cm -32.3 cm 1.35 m 72.7 GeV 4.11 MeV 2.17 cm 1.46 m caloM_P muIoni + 27 -43.8 cm -32.8 cm 1.38 m 72.7 GeV 4.44 MeV 2.45 cm 1.48 m caloM_P muIoni + 28 -44 cm -33 cm 1.38 m 72.7 GeV 1.28 MeV 7.66 mm 1.49 m caloM_P CoupledTransportation + 29 -44.1 cm -33 cm 1.38 m 72.7 GeV 2.75 MeV 2.21 mm 1.49 m caloLayer_phys muIoni + 30 -44.1 cm -33.1 cm 1.38 m 72.7 GeV 226 keV 269 um 1.49 m caloLayer_phys muIoni + 31 -44.3 cm -33.2 cm 1.39 m 72.7 GeV 8.07 MeV 6.23 mm 1.5 m caloLayer_phys CoulombScat + 32 -44.6 cm -33.4 cm 1.4 m 72.6 GeV 12.5 MeV 1.04 cm 1.51 m caloLayer_phys ReadoutWorld + 33 -44.9 cm -33.7 cm 1.41 m 72.6 GeV 14.6 MeV 1.08 cm 1.52 m caloLayer_phys muIoni + 34 -45.3 cm -34 cm 1.42 m 72.6 GeV 16.8 MeV 1.34 cm 1.53 m caloLayer_phys muIoni + 35 -45.3 cm -34 cm 1.42 m 72.6 GeV 2.56 MeV 1.81 mm 1.53 m caloLayer_phys muIoni + 36 -45.9 cm -34.4 cm 1.44 m 72.6 GeV 23.4 MeV 1.79 cm 1.55 m caloLayer_phys muIoni + 37 -45.9 cm -34.4 cm 1.44 m 72.6 GeV 2.95 MeV 1.55 mm 1.55 m caloLayer_phys muIoni + 38 -46 cm -34.5 cm 1.45 m 72.6 GeV 4.79 MeV 3.63 mm 1.56 m caloLayer_phys muIoni + 39 -46.1 cm -34.6 cm 1.45 m 72.6 GeV 3.41 MeV 3.05 mm 1.56 m caloLayer_phys muIoni + 40 -46.3 cm -34.7 cm 1.45 m 72.5 GeV 7.55 MeV 6.51 mm 1.57 m caloLayer_phys muIoni + 41 -46.4 cm -34.8 cm 1.46 m 72.5 GeV 5.04 MeV 3.5 mm 1.57 m caloLayer_phys CoupledTransportation + 42 -46.4 cm -34.8 cm 1.46 m 72.5 GeV 403 keV 1.72 mm 1.57 m caloM_P muIoni + 43 -47.7 cm -35.8 cm 1.5 m 72.5 GeV 7.49 MeV 4.17 cm 1.61 m caloM_P muIoni + 44 -48 cm -36 cm 1.51 m 72.5 GeV 1.7 MeV 1.07 cm 1.62 m caloM_P CoupledTransportation + 45 -48.5 cm -36.4 cm 1.52 m 72.5 GeV 19.6 MeV 1.59 cm 1.64 m caloLayer_phys muIoni + 46 -48.9 cm -36.7 cm 1.54 m 72.5 GeV 22.8 MeV 1.53 cm 1.65 m caloLayer_phys muIoni + 47 -48.9 cm -36.7 cm 1.54 m 72.5 GeV 794 keV 488 um 1.65 m caloLayer_phys muIoni + 48 -49.1 cm -36.8 cm 1.54 m 72.5 GeV 7.39 MeV 5.41 mm 1.66 m caloLayer_phys CoulombScat + 49 -49.7 cm -37.3 cm 1.56 m 72.4 GeV 28.7 MeV 2.05 cm 1.68 m caloLayer_phys muIoni + 50 -50.4 cm -37.8 cm 1.58 m 72.4 GeV 31.3 MeV 2.36 cm 1.7 m caloLayer_phys CoupledTransportation + 51 -50.9 cm -38.2 cm 1.6 m 72.4 GeV 3.32 MeV 1.76 cm 1.72 m caloM_P ReadoutWorld + 52 -52 cm -39 cm 1.63 m 72.4 GeV 6.2 MeV 3.65 cm 1.76 m caloM_P CoupledTransportation + 53 -53.2 cm -40 cm 1.67 m 72.3 GeV 55.7 MeV 4.29 cm 1.8 m caloLayer_phys muIoni + 54 -53.3 cm -40 cm 1.68 m 72.3 GeV 3.82 MeV 2.02 mm 1.8 m caloLayer_phys muIoni + 55 -54.3 cm -40.8 cm 1.71 m 72.3 GeV 48.2 MeV 3.56 cm 1.84 m caloLayer_phys muIoni + 56 -54.4 cm -40.9 cm 1.71 m 72.3 GeV 864 keV 774 um 1.84 m caloLayer_phys CoupledTransportation + 57 -55 cm -41.4 cm 1.73 m 72.3 GeV 3.76 MeV 2.3 cm 1.86 m caloM_P muIoni + 58 -55.9 cm -42.1 cm 1.76 m 72.3 GeV 5.19 MeV 3.12 cm 1.89 m caloM_P CoupledTransportation + 59 -56.1 cm -42.2 cm 1.77 m 72.3 GeV 7.27 MeV 6.48 mm 1.9 m caloLayer_phys muIoni + 60 -56.6 cm -42.6 cm 1.78 m 72.2 GeV 19.2 MeV 1.5 cm 1.92 m caloLayer_phys muIoni + 61 -57.2 cm -43 cm 1.8 m 72.2 GeV 30.6 MeV 2.19 cm 1.94 m caloLayer_phys ReadoutWorld + 62 -57.5 cm -43.3 cm 1.81 m 72.2 GeV 13.4 MeV 1.03 cm 1.95 m caloLayer_phys muIoni + 63 -57.7 cm -43.4 cm 1.81 m 72.2 GeV 6.77 MeV 5.27 mm 1.95 m caloLayer_phys muIoni + 64 -57.7 cm -43.4 cm 1.81 m 72.2 GeV 591 keV 533 um 1.95 m caloLayer_phys muIoni + 65 -58 cm -43.6 cm 1.82 m 71.8 GeV 12.2 MeV 1 cm 1.96 m caloLayer_phys muIoni + 66 -58 cm -43.7 cm 1.83 m 71.8 GeV 1.14 MeV 1.13 mm 1.96 m caloLayer_phys muIoni + 67 -58.2 cm -43.8 cm 1.83 m 71.8 GeV 7.14 MeV 5 mm 1.97 m caloLayer_phys muIoni + 68 -58.2 cm -43.8 cm 1.83 m 71.8 GeV 2.08 MeV 1.71 mm 1.97 m caloLayer_phys muIoni + 69 -58.3 cm -43.9 cm 1.84 m 71.8 GeV 5.42 MeV 3.81 mm 1.97 m caloLayer_phys CoupledTransportation + 70 -58.5 cm -44 cm 1.84 m 71.8 GeV 1.16 MeV 6.82 mm 1.98 m caloM_P muIoni + 71 -59.9 cm -45.1 cm 1.88 m 71.8 GeV 7.62 MeV 4.68 cm 2.03 m caloM_P muIoni + 72 -59.9 cm -45.1 cm 1.89 m 71.8 GeV 85.4 keV 433 um 2.03 m caloM_P CoupledTransportation + 73 -60.4 cm -45.5 cm 1.9 m 71.8 GeV 24.2 MeV 1.7 cm 2.05 m caloLayer_phys muIoni + 74 -61.3 cm -46.1 cm 1.93 m 71.8 GeV 37.7 MeV 2.94 cm 2.08 m caloLayer_phys muIoni + 75 -62 cm -46.7 cm 1.95 m 71.7 GeV 32 MeV 2.39 cm 2.1 m caloLayer_phys muIoni + 76 -62.1 cm -46.7 cm 1.95 m 71.7 GeV 3.93 MeV 2.22 mm 2.1 m caloLayer_phys muIoni + 77 -62.1 cm -46.8 cm 1.95 m 71.7 GeV 2.28 MeV 1.83 mm 2.1 m caloLayer_phys muIoni + 78 -62.3 cm -46.9 cm 1.96 m 71.7 GeV 8.44 MeV 6.79 mm 2.11 m caloLayer_phys CoupledTransportation + 79 -63.6 cm -47.8 cm 2 m 71.7 GeV 7.53 MeV 4.21 cm 2.15 m caloM_P muIoni + 80 -63.6 cm -47.9 cm 2 m 71.7 GeV 42 keV 308 um 2.15 m caloM_P CoupledTransportation + 81 -68.8 cm -51.8 cm 2.17 m 71.7 GeV 34.3 keV 17.8 cm 2.33 m expHall_P muIoni + 82 -71.8 cm -54.1 cm 2.26 m 71.7 GeV 25.5 keV 10 cm 2.43 m expHall_P muIoni + 83 -72.2 cm -54.4 cm 2.27 m 71.7 GeV 3.56 keV 1.5 cm 2.45 m expHall_P muIoni + 84 -73 cm -55 cm 2.3 m 71.7 GeV 5.16 keV 2.6 cm 2.47 m expHall_P muIoni + 85 -73.4 cm -55.3 cm 2.31 m 71.7 GeV 2.44 keV 1.36 cm 2.49 m expHall_P muIoni + 86 -74 cm -55.8 cm 2.33 m 71.7 GeV 5.12 keV 2.05 cm 2.51 m expHall_P muIoni + 87 -79.2 cm -59.7 cm 2.49 m 71.7 GeV 40.6 keV 17.7 cm 2.68 m expHall_P muIoni + 88 -82.7 cm -62.4 cm 2.6 m 71.7 GeV 23 keV 11.9 cm 2.8 m expHall_P muIoni + 89 -87.3 cm -65.8 cm 2.75 m 71.7 GeV 33.8 keV 15.4 cm 2.96 m expHall_P muIoni + 90 -87.4 cm -65.9 cm 2.75 m 71.7 GeV 402 eV 2.44 mm 2.96 m expHall_P muIoni + 91 -89.9 cm -67.7 cm 2.83 m 71.7 GeV 17.6 keV 8.44 cm 3.04 m expHall_P muIoni + 92 -92.6 cm -69.8 cm 2.91 m 71.7 GeV 17.8 keV 9.12 cm 3.13 m expHall_P muIoni + 93 -96.9 cm -73.1 cm 3.05 m 71.7 GeV 32.6 keV 14.7 cm 3.28 m expHall_P muIoni + 94 -99.1 cm -74.7 cm 3.12 m 71.7 GeV 14.7 keV 7.41 cm 3.35 m expHall_P muIoni + 95 -1.01 m -76.2 cm 3.18 m 71.7 GeV 14.6 keV 6.86 cm 3.42 m expHall_P muIoni + 96 -1.04 m -78.6 cm 3.28 m 71.7 GeV 25.2 keV 10.6 cm 3.53 m expHall_P muIoni + 97 -1.06 m -79.7 cm 3.33 m 71.7 GeV 13.9 keV 4.89 cm 3.58 m expHall_P muIoni + 98 -1.07 m -81.1 cm 3.38 m 71.7 GeV 11.8 keV 6 cm 3.64 m expHall_P muIoni + 99 -1.08 m -81.4 cm 3.39 m 71.7 GeV 2.06 keV 1.49 cm 3.65 m expHall_P muIoni + 100 -1.1 m -83.1 cm 3.46 m 71.7 GeV 13.5 keV 7.53 cm 3.73 m expHall_P muIoni + 101 -1.15 m -86.7 cm 3.62 m 71.7 GeV 31.3 keV 16.4 cm 3.89 m expHall_P muIoni + 102 -1.25 m -94.2 cm 3.93 m 71.7 GeV 71.8 keV 33.6 cm 4.23 m expHall_P muIoni + 103 -1.28 m -96.9 cm 4.04 m 71.7 GeV 21.7 keV 11.9 cm 4.35 m expHall_P muIoni + 104 -1.29 m -97.2 cm 4.05 m 71.7 GeV 2.22 keV 1.24 cm 4.36 m expHall_P muIoni + 105 -1.32 m -99.5 cm 4.15 m 71.7 GeV 20.6 keV 10.6 cm 4.47 m expHall_P muIoni + 106 -1.32 m -99.8 cm 4.16 m 71.7 GeV 1.79 keV 1.11 cm 4.48 m expHall_P muIoni + 107 -1.33 m -1 m 4.18 m 71.7 GeV 4.17 keV 2.05 cm 4.5 m expHall_P muIoni + 108 -1.35 m -1.02 m 4.25 m 71.7 GeV 17.6 keV 7.25 cm 4.57 m expHall_P muIoni + 109 -1.38 m -1.04 m 4.34 m 71.7 GeV 17.4 keV 10.5 cm 4.68 m expHall_P muIoni + 110 -1.39 m -1.05 m 4.36 m 71.7 GeV 4.31 keV 1.91 cm 4.69 m expHall_P muIoni + 111 -1.42 m -1.07 m 4.48 m 71.7 GeV 21.4 keV 12.7 cm 4.82 m expHall_P muIoni + 112 -1.44 m -1.08 m 4.52 m 71.7 GeV 8.26 keV 4.29 cm 4.86 m expHall_P muIoni + 113 -1.46 m -1.1 m 4.6 m 71.7 GeV 18.3 keV 8.34 cm 4.95 m expHall_P muIoni + 114 -1.5 m -1.13 m 4.71 m 71.7 GeV 23.1 keV 12.4 cm 5.07 m expHall_P muIoni + 115 -1.5 m -1.14 m 4.73 m 71.7 GeV 5.87 keV 2.28 cm 5.09 m expHall_P muIoni + 116 -1.54 m -1.16 m 4.84 m 71.7 GeV 24.1 keV 12 cm 5.21 m expHall_P muIoni + 117 -1.56 m -1.18 m 4.9 m 71.7 GeV 13.1 keV 6.26 cm 5.28 m expHall_P muIoni + 118 -1.57 m -1.18 m 4.93 m 71.7 GeV 9.3 keV 3.51 cm 5.31 m expHall_P muIoni + 119 -1.59 m -1.2 m 5 m 71.7 GeV 11.8 keV 6.83 cm 5.38 m expHall_P muIoni + 120 -1.6 m -1.21 m 5.03 m 71.7 GeV 6.5 keV 3.36 cm 5.41 m expHall_P muIoni + 121 -1.64 m -1.24 m 5.15 m 71.7 GeV 24.3 keV 12.9 cm 5.54 m expHall_P muIoni + 122 -1.64 m -1.24 m 5.16 m 71.7 GeV 1.77 keV 8.46 mm 5.55 m expHall_P muIoni + 123 -1.68 m -1.27 m 5.28 m 71.7 GeV 26.4 keV 13.1 cm 5.68 m expHall_P muIoni + 124 -1.69 m -1.28 m 5.33 m 71.7 GeV 11.3 keV 5.04 cm 5.73 m expHall_P muIoni + 125 -1.73 m -1.3 m 5.43 m 71.7 GeV 22.9 keV 11.3 cm 5.85 m expHall_P muIoni + 126 -1.73 m -1.31 m 5.44 m 71.7 GeV 984 eV 6.54 mm 5.85 m expHall_P muIoni + 127 -1.77 m -1.34 m 5.57 m 71.7 GeV 31.6 keV 14.7 cm 6 m expHall_P muIoni + 128 -1.78 m -1.35 m 5.61 m 71.7 GeV 11.3 keV 3.71 cm 6.04 m expHall_P muIoni + 129 -1.79 m -1.35 m 5.62 m 71.7 GeV 1.88 keV 1.29 cm 6.05 m expHall_P muIoni + 130 -1.81 m -1.36 m 5.68 m 71.7 GeV 15.6 keV 6.61 cm 6.12 m expHall_P muIoni + 131 -1.85 m -1.4 m 5.82 m 71.7 GeV 34.1 keV 14.4 cm 6.26 m expHall_P muIoni + 132 -1.88 m -1.42 m 5.9 m 71.7 GeV 18 keV 9.21 cm 6.35 m expHall_P muIoni + 133 -1.9 m -1.43 m 5.96 m 71.7 GeV 13.1 keV 6.62 cm 6.42 m expHall_P muIoni + 134 -1.91 m -1.44 m 6 m 71.7 GeV 6.64 keV 4 cm 6.46 m OutOfWorld CoupledTransportation Track (trackID 1, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1644,7 +1665,7 @@ Track (trackID 1, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 719 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 719 GeV 0 eV 3.87e-296 fm 3.87e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 719 GeV 0 eV 6.09e-296 fm 6.09e-296 fm expHall_P Decay Track (trackID 121, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1653,7 +1674,7 @@ Track (trackID 121, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 3.64 TeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 3.64 TeV 0 eV 6.81e-297 fm 6.81e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 3.64 TeV 0 eV 1.02e-296 fm 1.02e-296 fm expHall_P Decay Track (trackID 120, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1662,7 +1683,7 @@ Track (trackID 120, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 929 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 929 GeV 0 eV 1.1e-297 fm 1.1e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 929 GeV 0 eV 1.04e-296 fm 1.04e-296 fm expHall_P Decay Track (trackID 119, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1671,7 +1692,7 @@ Track (trackID 119, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 69.7 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 69.7 GeV 0 eV 1.4e-297 fm 1.4e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 69.7 GeV 0 eV 1.77e-296 fm 1.77e-296 fm expHall_P Decay Track (trackID 116, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1680,7 +1701,7 @@ Track (trackID 116, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 203 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 203 GeV 0 eV 1.46e-296 fm 1.46e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 203 GeV 0 eV 1.84e-296 fm 1.84e-296 fm expHall_P Decay Track (trackID 115, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1689,55 +1710,53 @@ Track (trackID 115, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 2.68 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 6.8 mm 3.05 mm -10.3 cm 2.68 GeV 16.7 keV 10.3 cm 10.3 cm expHall_P hIoni - 2 5.11 cm 1.84 cm -75.3 cm 2.68 GeV 107 keV 65.1 cm 75.5 cm expHall_P hIoni - 3 5.73 cm 1.98 cm -84.1 cm 2.68 GeV 14.4 keV 8.88 cm 84.3 cm expHall_P hIoni - 4 6.71 cm 2.16 cm -98.1 cm 2.68 GeV 23.1 keV 14 cm 98.3 cm expHall_P hIoni - 5 9.09 cm 2.53 cm -1.32 m 2.68 GeV 58.9 keV 33.6 cm 1.32 m expHall_P hIoni - 6 9.33 cm 2.56 cm -1.35 m 2.68 GeV 6.62 keV 3.46 cm 1.35 m expHall_P hIoni - 7 9.43 cm 2.58 cm -1.36 m 2.68 GeV 1.78 keV 1.34 cm 1.37 m expHall_P hIoni - 8 9.5 cm 2.59 cm -1.37 m 2.68 GeV 1.63 keV 1.07 cm 1.38 m expHall_P hIoni - 9 9.88 cm 2.65 cm -1.43 m 2.68 GeV 11.1 keV 5.29 cm 1.43 m expHall_P hIoni - 10 10 cm 2.67 cm -1.45 m 2.68 GeV 3.09 keV 1.94 cm 1.45 m expHall_P hIoni - 11 11.4 cm 2.87 cm -1.63 m 2.68 GeV 31.1 keV 18.9 cm 1.64 m expHall_P hIoni - 12 11.8 cm 2.94 cm -1.7 m 2.68 GeV 10.7 keV 6.56 cm 1.7 m expHall_P hIoni - 13 12.1 cm 2.98 cm -1.74 m 2.68 GeV 6.93 keV 4.16 cm 1.75 m expHall_P hIoni - 14 12.9 cm 3.1 cm -1.85 m 2.68 GeV 17.4 keV 11.3 cm 1.86 m expHall_P hIoni - 15 12.9 cm 3.11 cm -1.86 m 2.68 GeV 391 eV 4.53 mm 1.86 m expHall_P hIoni - 16 13.4 cm 3.18 cm -1.93 m 2.68 GeV 10.9 keV 6.7 cm 1.93 m expHall_P hIoni - 17 13.8 cm 3.23 cm -1.97 m 2.68 GeV 9.69 keV 4.85 cm 1.98 m expHall_P hIoni - 18 14.7 cm 3.38 cm -2.11 m 2.68 GeV 22.9 keV 13.9 cm 2.12 m expHall_P hIoni - 19 15.1 cm 3.43 cm -2.16 m 2.68 GeV 9.44 keV 5.02 cm 2.17 m expHall_P hIoni - 20 15.9 cm 3.55 cm -2.27 m 2.68 GeV 18.3 keV 11.2 cm 2.28 m expHall_P hIoni - 21 17.6 cm 3.81 cm -2.51 m 2.68 GeV 37.9 keV 23.9 cm 2.52 m expHall_P hIoni - 22 18.7 cm 3.99 cm -2.67 m 2.68 GeV 27.5 keV 15.7 cm 2.68 m expHall_P hIoni - 23 19 cm 4.03 cm -2.71 m 2.68 GeV 5.95 keV 3.78 cm 2.71 m expHall_P hIoni - 24 19 cm 4.03 cm -2.71 m 2.68 GeV 540 eV 4.89 mm 2.72 m expHall_P hIoni - 25 21.3 cm 4.39 cm -3.03 m 2.68 GeV 54 keV 32.1 cm 3.04 m expHall_P hIoni - 26 21.4 cm 4.4 cm -3.04 m 2.68 GeV 2.97 keV 1.19 cm 3.05 m expHall_P hIoni - 27 21.9 cm 4.49 cm -3.13 m 2.68 GeV 14.9 keV 8.15 cm 3.13 m expHall_P hIoni - 28 22.1 cm 4.52 cm -3.15 m 2.68 GeV 3.57 keV 2.64 cm 3.16 m expHall_P hIoni - 29 23.6 cm 4.75 cm -3.35 m 2.68 GeV 35.8 keV 20.3 cm 3.36 m expHall_P hIoni - 30 23.6 cm 4.76 cm -3.36 m 2.68 GeV 1.88 keV 8.62 mm 3.37 m expHall_P hIoni - 31 27.5 cm 5.36 cm -3.91 m 2.68 GeV 91.2 keV 54.6 cm 3.92 m expHall_P hIoni - 32 31 cm 5.93 cm -4.41 m 2.68 GeV 93.1 keV 50.2 cm 4.42 m expHall_P hIoni - 33 31.2 cm 5.95 cm -4.43 m 2.68 GeV 5.52 keV 2.27 cm 4.44 m expHall_P hIoni - 34 31.8 cm 6.04 cm -4.51 m 2.68 GeV 13.2 keV 8.24 cm 4.52 m expHall_P hIoni - 35 32.1 cm 6.1 cm -4.56 m 2.68 GeV 8.1 keV 4.61 cm 4.57 m expHall_P hIoni - 36 34.2 cm 6.42 cm -4.85 m 2.68 GeV 46.3 keV 29.4 cm 4.86 m expHall_P hIoni - 37 34.2 cm 6.43 cm -4.86 m 2.68 GeV 1.79 keV 8.23 mm 4.87 m expHall_P hIoni - 38 34.4 cm 6.45 cm -4.89 m 2.68 GeV 3.12 keV 2.56 cm 4.9 m expHall_P hIoni - 39 36.4 cm 6.76 cm -5.17 m 2.68 GeV 47.1 keV 28.2 cm 5.18 m expHall_P hIoni - 40 37.4 cm 6.92 cm -5.31 m 2.68 GeV 20.3 keV 14.4 cm 5.32 m expHall_P hIoni - 41 37.4 cm 6.92 cm -5.31 m 2.68 GeV 275 eV 2.32 mm 5.33 m expHall_P hIoni - 42 38.6 cm 7.11 cm -5.49 m 2.68 GeV 27.2 keV 17.5 cm 5.5 m expHall_P hIoni - 43 39.1 cm 7.19 cm -5.56 m 2.68 GeV 12.8 keV 6.91 cm 5.57 m expHall_P hIoni - 44 39.6 cm 7.25 cm -5.62 m 2.68 GeV 8.78 keV 5.96 cm 5.63 m expHall_P hIoni - 45 39.7 cm 7.27 cm -5.63 m 2.68 GeV 3.56 keV 1.73 cm 5.65 m expHall_P hIoni - 46 40.4 cm 7.39 cm -5.74 m 2.68 GeV 17.2 keV 10.6 cm 5.75 m expHall_P hIoni - 47 41.7 cm 7.58 cm -5.92 m 2.68 GeV 27.7 keV 18.4 cm 5.94 m expHall_P hIoni - 48 41.9 cm 7.6 cm -5.94 m 2.68 GeV 3.44 keV 2.19 cm 5.96 m expHall_P hIoni - 49 42.3 cm 7.66 cm -6 m 2.68 GeV 9.65 keV 5.61 cm 6.02 m OutOfWorld hIoni + 1 2.98 mm 1.32 mm -4.52 cm 2.68 GeV 7.85 keV 4.53 cm 4.53 cm expHall_P hIoni + 2 1.03 cm 4.45 mm -15.5 cm 2.68 GeV 18.2 keV 11 cm 15.6 cm expHall_P hIoni + 3 1.53 cm 6.42 mm -22.9 cm 2.68 GeV 13.4 keV 7.43 cm 23 cm expHall_P hIoni + 4 1.64 cm 6.86 mm -24.7 cm 2.68 GeV 3.01 keV 1.74 cm 24.7 cm expHall_P hIoni + 5 2.21 cm 8.92 mm -33.1 cm 2.68 GeV 13.5 keV 8.41 cm 33.2 cm expHall_P hIoni + 6 2.27 cm 9.11 mm -33.9 cm 2.68 GeV 1.11 keV 7.94 mm 33.9 cm expHall_P hIoni + 7 3.3 cm 1.24 cm -48.9 cm 2.68 GeV 26.6 keV 15.1 cm 49 cm expHall_P hIoni + 8 4.51 cm 1.55 cm -66.1 cm 2.68 GeV 33.3 keV 17.3 cm 66.3 cm expHall_P hIoni + 9 6.92 cm 1.98 cm -1 m 2.68 GeV 62.5 keV 34 cm 1 m expHall_P hIoni + 10 8.7 cm 2.19 cm -1.25 m 2.68 GeV 36.9 keV 25 cm 1.25 m expHall_P hIoni + 11 8.86 cm 2.21 cm -1.27 m 2.68 GeV 3.83 keV 2.14 cm 1.27 m expHall_P hIoni + 12 8.91 cm 2.22 cm -1.28 m 2.68 GeV 860 eV 7.19 mm 1.28 m expHall_P hIoni + 13 9.31 cm 2.27 cm -1.33 m 2.68 GeV 9.15 keV 5.6 cm 1.34 m expHall_P hIoni + 14 9.32 cm 2.27 cm -1.33 m 2.68 GeV 55.8 eV 829 um 1.34 m expHall_P hIoni + 15 10.4 cm 2.4 cm -1.48 m 2.68 GeV 24.2 keV 14.9 cm 1.49 m expHall_P hIoni + 16 12.5 cm 2.66 cm -1.79 m 2.68 GeV 49.2 keV 30.3 cm 1.79 m expHall_P hIoni + 17 12.9 cm 2.7 cm -1.83 m 2.68 GeV 6.53 keV 4.81 cm 1.84 m expHall_P hIoni + 18 14.1 cm 2.85 cm -2.01 m 2.68 GeV 31.7 keV 17.3 cm 2.01 m expHall_P hIoni + 19 14.3 cm 2.86 cm -2.02 m 2.68 GeV 3.08 keV 1.84 cm 2.03 m expHall_P hIoni + 20 15.1 cm 2.96 cm -2.14 m 2.68 GeV 17.7 keV 11.3 cm 2.14 m expHall_P hIoni + 21 15.1 cm 2.96 cm -2.14 m 2.68 GeV 464 eV 2.57 mm 2.14 m expHall_P hIoni + 22 16.6 cm 3.14 cm -2.35 m 2.68 GeV 31.8 keV 20.8 cm 2.35 m expHall_P hIoni + 23 17.4 cm 3.24 cm -2.46 m 2.68 GeV 22.2 keV 11.3 cm 2.47 m expHall_P hIoni + 24 19.1 cm 3.44 cm -2.7 m 2.68 GeV 43.5 keV 24.2 cm 2.71 m expHall_P hIoni + 25 19.6 cm 3.5 cm -2.76 m 2.68 GeV 11.5 keV 6.34 cm 2.77 m expHall_P hIoni + 26 22 cm 3.8 cm -3.1 m 2.68 GeV 56.4 keV 33.8 cm 3.11 m expHall_P hIoni + 27 22.2 cm 3.82 cm -3.13 m 2.68 GeV 4.11 keV 2.59 cm 3.13 m expHall_P hIoni + 28 26.1 cm 4.29 cm -3.68 m 2.68 GeV 89.7 keV 55 cm 3.68 m expHall_P hIoni + 29 26.7 cm 4.36 cm -3.75 m 2.68 GeV 12.6 keV 7.73 cm 3.76 m expHall_P hIoni + 30 27.6 cm 4.47 cm -3.88 m 2.68 GeV 22.7 keV 13.2 cm 3.89 m expHall_P hIoni + 31 27.6 cm 4.48 cm -3.89 m 2.68 GeV 461 eV 6.39 mm 3.9 m expHall_P hIoni + 32 27.7 cm 4.49 cm -3.9 m 2.68 GeV 1.82 keV 1.17 cm 3.91 m expHall_P hIoni + 33 28.7 cm 4.61 cm -4.04 m 2.68 GeV 24.8 keV 13.4 cm 4.05 m expHall_P hIoni + 34 29.7 cm 4.73 cm -4.18 m 2.68 GeV 22.5 keV 14.4 cm 4.19 m expHall_P hIoni + 35 29.9 cm 4.75 cm -4.2 m 2.68 GeV 4.79 keV 2.5 cm 4.21 m expHall_P hIoni + 36 30.1 cm 4.77 cm -4.23 m 2.68 GeV 3.78 keV 2.54 cm 4.24 m expHall_P hIoni + 37 30.5 cm 4.83 cm -4.29 m 2.68 GeV 12.6 keV 6.12 cm 4.3 m expHall_P hIoni + 38 30.6 cm 4.83 cm -4.3 m 2.68 GeV 553 eV 6.66 mm 4.31 m expHall_P hIoni + 39 30.9 cm 4.87 cm -4.34 m 2.68 GeV 6.22 keV 4.39 cm 4.35 m expHall_P hIoni + 40 33.3 cm 5.16 cm -4.67 m 2.68 GeV 52.9 keV 33 cm 4.68 m expHall_P hIoni + 41 34.3 cm 5.28 cm -4.81 m 2.68 GeV 23.5 keV 14.1 cm 4.82 m expHall_P hIoni + 42 34.6 cm 5.32 cm -4.85 m 2.68 GeV 6.56 keV 4.27 cm 4.87 m expHall_P hIoni + 43 37.3 cm 5.64 cm -5.23 m 2.68 GeV 64.9 keV 37.5 cm 5.24 m expHall_P hIoni + 44 40 cm 5.98 cm -5.61 m 2.68 GeV 60.6 keV 38.1 cm 5.62 m expHall_P hIoni + 45 41.9 cm 6.2 cm -5.87 m 2.68 GeV 42.2 keV 26.1 cm 5.88 m expHall_P hIoni + 46 42 cm 6.21 cm -5.88 m 2.68 GeV 3.33 keV 1.53 cm 5.9 m expHall_P hIoni + 47 42.8 cm 6.31 cm -6 m 2.68 GeV 19.5 keV 11.7 cm 6.02 m OutOfWorld hIoni Track (trackID 107, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1746,7 +1765,7 @@ Track (trackID 107, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 3.87 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 3.87 GeV 0 eV 1.07e-296 fm 1.07e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 3.87 GeV 0 eV 1.35e-296 fm 1.35e-296 fm expHall_P Decay Track (trackID 106, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1755,60 +1774,86 @@ Track (trackID 106, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 185 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.04 mm -2.36 mm 9.82 mm 185 MeV 1.58 keV 1.02 cm 1.02 cm expHall_P hIoni - 2 1.05 mm -2.39 mm 9.92 mm 185 MeV 0 eV 110 um 1.03 cm expHall_P hIoni - 3 3.06 mm -7.26 mm 3 cm 185 MeV 4.08 keV 2.07 cm 3.1 cm expHall_P hIoni - 4 4.5 mm -1.14 cm 4.68 cm 185 MeV 4.09 keV 1.74 cm 4.84 cm expHall_P hIoni - 5 8.13 mm -3.06 cm 12.1 cm 185 MeV 11.2 keV 7.68 cm 12.5 cm expHall_P hIoni - 6 8.27 mm -3.32 cm 13.1 cm 185 MeV 1.17 keV 1.01 cm 13.5 cm expHall_P hIoni - 7 8.01 mm -4.38 cm 17.1 cm 185 MeV 6.13 keV 4.18 cm 17.7 cm expHall_P hIoni - 8 6.45 mm -5.42 cm 21.1 cm 185 MeV 4.65 keV 4.14 cm 21.8 cm expHall_P hIoni - 9 -2.06 mm -7.67 cm 30.3 cm 185 MeV 17.1 keV 9.5 cm 31.4 cm expHall_P hIoni - 10 -7.21 mm -8.48 cm 34 cm 185 MeV 7.78 keV 3.78 cm 35.1 cm expHall_P hIoni - 11 -7.05 cm -11.9 cm 62.3 cm 185 MeV 45.5 keV 29.3 cm 64.4 cm expHall_P hIoni - 12 -9.03 cm -11.8 cm 69.9 cm 185 MeV 12.3 keV 7.81 cm 72.3 cm expHall_P hIoni - 13 -9.29 cm -11.7 cm 70.9 cm 185 MeV 1.88 keV 1.04 cm 73.3 cm expHall_P hIoni - 14 -10.1 cm -11.5 cm 74.2 cm 185 MeV 4.84 keV 3.43 cm 76.7 cm expHall_P hIoni - 15 -10.1 cm -11.5 cm 74.3 cm 185 MeV 19.4 eV 819 um 76.8 cm expHall_P hIoni - 16 -12 cm -10.6 cm 82.1 cm 185 MeV 10.9 keV 8.12 cm 84.9 cm expHall_P hIoni - 17 -15.4 cm -6.33 cm 1.03 m 185 MeV 31.5 keV 21.7 cm 1.07 m expHall_P hIoni - 18 -15.9 cm -5.19 cm 1.08 m 185 MeV 7.2 keV 4.97 cm 1.12 m expHall_P hIoni - 19 -16.5 cm -3.85 cm 1.13 m 185 MeV 8.48 keV 5.78 cm 1.17 m expHall_P hIoni - 20 -16.9 cm -3.08 cm 1.17 m 185 MeV 4.09 keV 3.37 cm 1.21 m expHall_P hIoni - 21 -19.6 cm 2.76 cm 1.41 m 185 MeV 36.2 keV 25.4 cm 1.46 m expHall_P hIoni - 22 -20.7 cm 5.25 cm 1.52 m 185 MeV 16.7 keV 10.9 cm 1.57 m expHall_P hIoni - 23 -21.1 cm 6 cm 1.55 m 185 MeV 4.67 keV 3.28 cm 1.6 m expHall_P hIoni - 24 -21.3 cm 6.45 cm 1.57 m 185 MeV 4.18 keV 1.94 cm 1.62 m expHall_P hIoni - 25 -21.4 cm 6.66 cm 1.58 m 185 MeV 3.92 keV 9.21 mm 1.63 m expHall_P hIoni - 26 -22 cm 7.97 cm 1.63 m 185 MeV 7.26 keV 5.73 cm 1.69 m expHall_P hIoni - 27 -22.4 cm 8.83 cm 1.67 m 185 MeV 7.4 keV 3.74 cm 1.73 m expHall_P hIoni - 28 -23.9 cm 12.1 cm 1.8 m 185 MeV 22.8 keV 14 cm 1.87 m expHall_P hIoni - 29 -23.9 cm 12.1 cm 1.81 m 185 MeV 88.2 eV 1.75 mm 1.87 m expHall_P hIoni - 30 -24.5 cm 13.3 cm 1.86 m 185 MeV 9.86 keV 5.26 cm 1.92 m expHall_P hIoni - 31 -24.5 cm 13.5 cm 1.86 m 185 MeV 672 eV 5.76 mm 1.93 m expHall_P hIoni - 32 -24.7 cm 13.9 cm 1.88 m 185 MeV 1.82 keV 1.71 cm 1.94 m expHall_P hIoni - 33 -24.9 cm 14.4 cm 1.9 m 185 MeV 3.36 keV 2.2 cm 1.96 m expHall_P hIoni - 34 -26.3 cm 17.3 cm 2.02 m 185 MeV 19.5 keV 12.7 cm 2.09 m expHall_P hIoni - 35 -26.4 cm 17.5 cm 2.03 m 185 MeV 1.52 keV 7.67 mm 2.1 m expHall_P hIoni - 36 -27.8 cm 20.7 cm 2.16 m 185 MeV 20 keV 13.9 cm 2.24 m expHall_P hIoni - 37 -27.9 cm 20.8 cm 2.17 m 185 MeV 360 eV 5.8 mm 2.24 m expHall_P hIoni - 38 -30.1 cm 25.6 cm 2.37 m 185 MeV 28.7 keV 20.4 cm 2.45 m expHall_P hIoni - 39 -30.9 cm 27.3 cm 2.44 m 185 MeV 9.57 keV 7.37 cm 2.52 m expHall_P hIoni - 40 -31.9 cm 29.6 cm 2.54 m 185 MeV 15.8 keV 10 cm 2.62 m expHall_P hIoni - 41 -32.4 cm 30.6 cm 2.58 m 185 MeV 6.02 keV 4.29 cm 2.66 m expHall_P hIoni - 42 -32.5 cm 30.9 cm 2.59 m 184 MeV 3.22 keV 1.57 cm 2.68 m expHall_P hIoni - 43 -32.6 cm 31 cm 2.59 m 184 MeV 344 eV 1.54 mm 2.68 m expHall_P hIoni - 44 -33.5 cm 33.1 cm 2.68 m 184 MeV 14.6 keV 9.11 cm 2.77 m expHall_P hIoni - 45 -34.2 cm 34.6 cm 2.74 m 184 MeV 10.9 keV 6.47 cm 2.84 m expHall_P hIoni - 46 -34.5 cm 35.2 cm 2.77 m 184 MeV 4.25 keV 2.68 cm 2.86 m expHall_P hIoni - 47 -35.7 cm 37.9 cm 2.88 m 184 MeV 15.9 keV 11.6 cm 2.98 m expHall_P hIoni - 48 -37 cm 40.5 cm 2.99 m 184 MeV 18.8 keV 11.4 cm 3.09 m expHall_P hIoni - 49 -37.2 cm 41 cm 3.01 m 184 MeV 4.35 keV 2.21 cm 3.12 m expHall_P hIoni - 50 -38.4 cm 43.5 cm 3.12 m 184 MeV 16.7 keV 11 cm 3.23 m expHall_P hIoni - 51 -38.4 cm 43.5 cm 3.12 m 184 MeV 699 eV 1.61 mm 3.23 m expHall_P hIoni - 52 -39.7 cm 46.2 cm 3.24 m 184 MeV 15.6 keV 11.7 cm 3.35 m expHall_P hIoni - 53 -39.9 cm 46.7 cm 3.26 m 184 MeV 3.49 keV 2.05 cm 3.37 m expHall_P hIoni - 54 -41.7 cm 50.7 cm 3.42 m 0 eV 21.8 keV 17.2 cm 3.54 m expHall_P pi+Inelastic + 1 3.25 cm -3.77 cm 19.1 cm 185 MeV 33.5 keV 19.8 cm 19.8 cm expHall_P hIoni + 2 6.42 cm -7.4 cm 37.7 cm 185 MeV 28 keV 19.2 cm 39 cm expHall_P hIoni + 3 7.16 cm -10.7 cm 50.4 cm 185 MeV 20.4 keV 13.1 cm 52.1 cm expHall_P hIoni + 4 7.05 cm -12.2 cm 56.1 cm 185 MeV 10.6 keV 5.95 cm 58 cm expHall_P hIoni + 5 5.59 cm -15.7 cm 70.6 cm 185 MeV 22.3 keV 15 cm 73.1 cm expHall_P hIoni + 6 5.34 cm -16.1 cm 72.2 cm 185 MeV 1.8 keV 1.6 cm 74.7 cm expHall_P hIoni + 7 4.92 cm -16.6 cm 74.6 cm 185 MeV 6.16 keV 2.51 cm 77.2 cm expHall_P hIoni + 8 2.8 cm -18.2 cm 84.7 cm 185 MeV 12.7 keV 10.5 cm 87.6 cm expHall_P hIoni + 9 4.96 mm -19.1 cm 94 cm 185 MeV 11.3 keV 9.6 cm 97.2 cm expHall_P hIoni + 10 -1.13 cm -19.2 cm 1 m 185 MeV 7.93 keV 6.36 cm 1.04 m expHall_P hIoni + 11 -4.28 cm -19.3 cm 1.12 m 185 MeV 20.2 keV 12.2 cm 1.16 m expHall_P hIoni + 12 -8.13 cm -19.3 cm 1.26 m 185 MeV 23.3 keV 14.9 cm 1.31 m expHall_P hIoni + 13 -8.6 cm -19.4 cm 1.28 m 185 MeV 2.04 keV 1.82 cm 1.33 m expHall_P hIoni + 14 -9.81 cm -19.4 cm 1.33 m 185 MeV 7.17 keV 4.72 cm 1.37 m expHall_P hIoni + 15 -10.2 cm -19.4 cm 1.34 m 185 MeV 2.07 keV 1.69 cm 1.39 m expHall_P hIoni + 16 -10.2 cm -19.4 cm 1.34 m 185 MeV 0.539 eV 3.55 um 1.39 m expHall_P hIoni + 17 -11.5 cm -19.4 cm 1.39 m 185 MeV 5.6 keV 4.8 cm 1.44 m expHall_P hIoni + 18 -12 cm -19.4 cm 1.41 m 185 MeV 3.9 keV 2.07 cm 1.46 m expHall_P hIoni + 19 -14 cm -19.4 cm 1.49 m 185 MeV 10.9 keV 7.82 cm 1.54 m expHall_P hIoni + 20 -14.6 cm -19.5 cm 1.51 m 185 MeV 3.21 keV 2.41 cm 1.56 m expHall_P hIoni + 21 -18.4 cm -19.5 cm 1.65 m 185 MeV 20.9 keV 14.9 cm 1.71 m expHall_P hIoni + 22 -22.3 cm -19.6 cm 1.8 m 185 MeV 23.3 keV 15 cm 1.86 m expHall_P hIoni + 23 -23.9 cm -19.6 cm 1.86 m 185 MeV 9.81 keV 6.44 cm 1.92 m expHall_P hIoni + 24 -24.6 cm -19.6 cm 1.89 m 185 MeV 4.46 keV 2.74 cm 1.95 m expHall_P hIoni + 25 -32.3 cm -19.8 cm 2.18 m 185 MeV 46.4 keV 30 cm 2.25 m expHall_P hIoni + 26 -34.2 cm -19.8 cm 2.25 m 185 MeV 15 keV 7.43 cm 2.33 m expHall_P hIoni + 27 -34.8 cm -19.8 cm 2.27 m 184 MeV 3.01 keV 2.35 cm 2.35 m expHall_P hIoni + 28 -37.3 cm -19.9 cm 2.37 m 184 MeV 13.1 keV 9.99 cm 2.45 m expHall_P hIoni + 29 -38 cm -19.9 cm 2.39 m 184 MeV 4.02 keV 2.72 cm 2.48 m expHall_P hIoni + 30 -41.1 cm -19.9 cm 2.51 m 184 MeV 19.8 keV 12.2 cm 2.6 m expHall_P hIoni + 31 -42.8 cm -20 cm 2.58 m 184 MeV 14.9 keV 6.64 cm 2.66 m expHall_P hIoni + 32 -44.3 cm -20 cm 2.63 m 184 MeV 8.66 keV 5.98 cm 2.72 m expHall_P hIoni + 33 -45.1 cm -20 cm 2.66 m 184 MeV 4.61 keV 3.02 cm 2.75 m expHall_P hIoni + 34 -50.3 cm -20.1 cm 2.86 m 184 MeV 31.2 keV 20.7 cm 2.96 m expHall_P hIoni + 35 -50.4 cm -20.1 cm 2.87 m 184 MeV 275 eV 3.69 mm 2.97 m expHall_P hIoni + 36 -50.7 cm -20.1 cm 2.88 m 184 MeV 3.02 keV 1.11 cm 2.98 m expHall_P hIoni + 37 -51.4 cm -20.1 cm 2.9 m 184 MeV 4.83 keV 2.79 cm 3 m expHall_P hIoni + 38 -52.4 cm -20.1 cm 2.94 m 184 MeV 7.67 keV 3.97 cm 3.04 m expHall_P hIoni + 39 -54.2 cm -20.1 cm 3.01 m 184 MeV 10.1 keV 6.86 cm 3.11 m expHall_P hIoni + 40 -55.4 cm -20.1 cm 3.06 m 184 MeV 9.66 keV 4.88 cm 3.16 m expHall_P hIoni + 41 -58.1 cm -20.2 cm 3.16 m 184 MeV 14.7 keV 10.6 cm 3.27 m expHall_P hIoni + 42 -58.5 cm -20.2 cm 3.17 m 184 MeV 2.04 keV 1.55 cm 3.28 m expHall_P hIoni + 43 -64.2 cm -20.2 cm 3.39 m 184 MeV 33.4 keV 22.5 cm 3.51 m expHall_P hIoni + 44 -64.3 cm -20.2 cm 3.39 m 184 MeV 1.22 keV 4.2 mm 3.51 m expHall_P hIoni + 45 -65.9 cm -20.3 cm 3.45 m 184 MeV 9.35 keV 6.07 cm 3.57 m expHall_P hIoni + 46 -69.4 cm -20.3 cm 3.59 m 184 MeV 23.1 keV 13.6 cm 3.71 m expHall_P hIoni + 47 -70.3 cm -20.3 cm 3.62 m 184 MeV 7.56 keV 3.82 cm 3.75 m expHall_P hIoni + 48 -74.1 cm -20.3 cm 3.77 m 184 MeV 21.8 keV 14.8 cm 3.89 m expHall_P hIoni + 49 -77.9 cm -20.3 cm 3.91 m 184 MeV 22.6 keV 14.9 cm 4.04 m expHall_P hIoni + 50 -78.3 cm -20.3 cm 3.93 m 184 MeV 2.13 keV 1.63 cm 4.06 m expHall_P hIoni + 51 -83.1 cm -20.3 cm 4.11 m 184 MeV 29.3 keV 18.8 cm 4.25 m expHall_P hIoni + 52 -83.2 cm -20.3 cm 4.11 m 184 MeV 923 eV 1.79 mm 4.25 m expHall_P hIoni + 53 -84.6 cm -20.4 cm 4.16 m 184 MeV 9.89 keV 5.39 cm 4.3 m expHall_P hIoni + 54 -85.6 cm -20.3 cm 4.2 m 184 MeV 5.88 keV 3.99 cm 4.34 m expHall_P hIoni + 55 -85.7 cm -20.3 cm 4.2 m 184 MeV 712 eV 5.9 mm 4.35 m expHall_P hIoni + 56 -86.5 cm -20.3 cm 4.23 m 184 MeV 7.15 keV 3.09 cm 4.38 m expHall_P hIoni + 57 -88.8 cm -20.3 cm 4.32 m 184 MeV 13.3 keV 8.95 cm 4.47 m expHall_P hIoni + 58 -89.9 cm -20.3 cm 4.36 m 184 MeV 5.08 keV 4.37 cm 4.51 m expHall_P hIoni + 59 -91.2 cm -20.3 cm 4.41 m 184 MeV 6.37 keV 4.74 cm 4.56 m expHall_P hIoni + 60 -91.5 cm -20.3 cm 4.42 m 184 MeV 3.41 keV 1.21 cm 4.57 m expHall_P hIoni + 61 -95.2 cm -20.3 cm 4.56 m 184 MeV 22.2 keV 14.6 cm 4.72 m expHall_P hIoni + 62 -95.4 cm -20.3 cm 4.57 m 184 MeV 1.05 keV 7.44 mm 4.73 m expHall_P hIoni + 63 -97.9 cm -20.3 cm 4.66 m 184 MeV 13.8 keV 9.87 cm 4.82 m expHall_P hIoni + 64 -98.4 cm -20.3 cm 4.68 m 184 MeV 2.79 keV 1.88 cm 4.84 m expHall_P hIoni + 65 -1.01 m -20.3 cm 4.79 m 184 MeV 18.3 keV 10.9 cm 4.95 m expHall_P hIoni + 66 -1.02 m -20.3 cm 4.81 m 184 MeV 4.68 keV 2.65 cm 4.98 m expHall_P hIoni + 67 -1.04 m -20.4 cm 4.88 m 184 MeV 10.5 keV 6.94 cm 5.05 m expHall_P hIoni + 68 -1.07 m -20.4 cm 5 m 184 MeV 20.5 keV 12.7 cm 5.18 m expHall_P hIoni + 69 -1.1 m -20.4 cm 5.11 m 184 MeV 17.3 keV 10.5 cm 5.28 m expHall_P hIoni + 70 -1.12 m -20.4 cm 5.18 m 184 MeV 11 keV 7.36 cm 5.35 m expHall_P hIoni + 71 -1.12 m -20.4 cm 5.18 m 184 MeV 232 eV 3.1 mm 5.36 m expHall_P hIoni + 72 -1.12 m -20.4 cm 5.19 m 184 MeV 620 eV 1.02 cm 5.37 m expHall_P hIoni + 73 -1.14 m -20.4 cm 5.27 m 184 MeV 11.6 keV 8.62 cm 5.45 m expHall_P hIoni + 74 -1.16 m -20.5 cm 5.33 m 184 MeV 9.04 keV 5.71 cm 5.51 m expHall_P hIoni + 75 -1.16 m -20.5 cm 5.35 m 184 MeV 4.44 keV 1.99 cm 5.53 m expHall_P hIoni + 76 -1.24 m -20.5 cm 5.64 m 184 MeV 47.9 keV 30.6 cm 5.84 m expHall_P hIoni + 77 -1.28 m -20.5 cm 5.78 m 184 MeV 20.8 keV 14.1 cm 5.98 m expHall_P hIoni + 78 -1.31 m -20.5 cm 5.9 m 184 MeV 18.2 keV 11.9 cm 6.1 m expHall_P hIoni + 79 -1.31 m -20.5 cm 5.91 m 184 MeV 1.93 keV 1.01 cm 6.11 m expHall_P hIoni + 80 -1.33 m -20.6 cm 6 m 184 MeV 14.6 keV 9.82 cm 6.21 m OutOfWorld hIoni Track (trackID 100, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1817,23 +1862,20 @@ Track (trackID 100, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.26 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -8.41 mm -3.1 cm 6.22 cm 1.26 GeV 11.3 keV 7 cm 7 cm expHall_P hIoni - 2 -1.14 cm -4.15 cm 8.35 cm 1.26 GeV 3.88 keV 2.4 cm 9.4 cm expHall_P hIoni - 3 -2.85 cm -12 cm 23.9 cm 1.26 GeV 23.8 keV 17.5 cm 26.9 cm expHall_P hIoni - 4 -3.66 cm -19.7 cm 38.9 cm 1.26 GeV 26.5 keV 16.9 cm 43.7 cm expHall_P CoupledTransportation - 5 -3.67 cm -19.8 cm 39.2 cm 1.26 GeV 618 eV 3.43 mm 44.1 cm tracker_phys hIoni - 6 -3.73 cm -21.6 cm 42.6 cm 1.26 GeV 8.86 keV 3.84 cm 47.9 cm tracker_phys hIoni - 7 -3.73 cm -24.6 cm 48.4 cm 1.26 GeV 12.2 keV 6.51 cm 54.4 cm tracker_phys hIoni - 8 -3.25 cm -31.5 cm 62 cm 1.26 GeV 25 keV 15.3 cm 69.7 cm tracker_phys hIoni - 9 -2.53 cm -36.3 cm 71.2 cm 1.26 GeV 19.7 keV 10.4 cm 80.2 cm tracker_phys hIoni - 10 -1.58 cm -40.6 cm 79.8 cm 1.26 GeV 13.1 keV 9.64 cm 89.8 cm tracker_phys hIoni - 11 -1.14 cm -42.2 cm 83.1 cm 1.26 GeV 6.19 keV 3.67 cm 93.5 cm tracker_phys hIoni - 12 -7.55 mm -43.5 cm 85.8 cm 1.26 GeV 5.43 keV 3.03 cm 96.5 cm tracker_phys hIoni - 13 -1.85 mm -45.3 cm 89.4 cm 1.26 GeV 9.58 keV 4.13 cm 1.01 m tracker_phys hIoni - 14 3.26 mm -46.8 cm 92.5 cm 1.26 GeV 7.24 keV 3.44 cm 1.04 m tracker_phys hIoni - 15 8.17 mm -48.2 cm 95.3 cm 1.26 GeV 7.1 keV 3.1 cm 1.07 m tracker_phys hIoni - 16 9.72 mm -48.6 cm 96.1 cm 1.26 GeV 1.86 keV 9.5 mm 1.08 m tracker_phys hIoni - 17 1.53 cm -50 cm 99 cm 1.26 GeV 7.27 keV 3.31 cm 1.11 m tracker_phys hIoni + 1 -4.19 mm -1.61 cm 3.23 cm 1.26 GeV 4.43 keV 3.64 cm 3.64 cm expHall_P hIoni + 2 -5.59 mm -2.14 cm 4.28 cm 1.26 GeV 2.4 keV 1.18 cm 4.81 cm expHall_P hIoni + 3 -2.9 cm -19.8 cm 38.9 cm 1.26 GeV 56.3 keV 38.9 cm 43.8 cm expHall_P CoupledTransportation + 4 -2.77 cm -24.6 cm 48.2 cm 1.26 GeV 18.9 keV 10.5 cm 54.2 cm tracker_phys hIoni + 5 -2.59 cm -26.9 cm 52.7 cm 1.26 GeV 9.29 keV 5.07 cm 59.3 cm tracker_phys hIoni + 6 -2.49 cm -27.9 cm 54.6 cm 1.26 GeV 4.72 keV 2.12 cm 61.4 cm tracker_phys hIoni + 7 -2.35 cm -29.1 cm 56.9 cm 1.26 GeV 2.42 keV 2.6 cm 64 cm tracker_phys hIoni + 8 -2.24 cm -29.8 cm 58.4 cm 1.26 GeV 3.52 keV 1.75 cm 65.7 cm tracker_phys hIoni + 9 -1 cm -36.5 cm 71.5 cm 1.26 GeV 21.6 keV 14.7 cm 80.5 cm tracker_phys hIoni + 10 -9.32 mm -36.8 cm 72.1 cm 1.26 GeV 1.12 keV 6.42 mm 81.1 cm tracker_phys hIoni + 11 1.44 cm -44.6 cm 87.9 cm 1.26 GeV 33.2 keV 17.8 cm 98.9 cm tracker_phys hIoni + 12 1.55 cm -44.9 cm 88.5 cm 1.26 GeV 1.6 keV 7.16 mm 99.7 cm tracker_phys hIoni + 13 2.57 cm -47.5 cm 93.9 cm 1.26 GeV 9.37 keV 6.07 cm 1.06 m tracker_phys hIoni + 14 3.62 cm -49.9 cm 99 cm 1.26 GeV 8.72 keV 5.66 cm 1.11 m tracker_phys hIoni Track (trackID 92, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -1842,25 +1884,19 @@ Track (trackID 92, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.86 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -4.44 mm 1.13 cm 2.84 cm 1.86 GeV 5.83 keV 3.08 cm 3.08 cm expHall_P hIoni - 2 -1.62 cm 4.23 cm 10.6 cm 1.86 GeV 12.7 keV 8.44 cm 11.5 cm expHall_P hIoni - 3 -1.68 cm 4.39 cm 11 cm 1.86 GeV 700 eV 4.25 mm 11.9 cm expHall_P hIoni - 4 -2.14 cm 5.73 cm 14.3 cm 1.86 GeV 6.93 keV 3.6 cm 15.6 cm expHall_P hIoni - 5 -3.1 cm 8.78 cm 21.8 cm 1.86 GeV 10.3 keV 8.11 cm 23.7 cm expHall_P hIoni - 6 -3.59 cm 10.5 cm 25.9 cm 1.86 GeV 6.94 keV 4.48 cm 28.1 cm expHall_P hIoni - 7 -4.22 cm 12.9 cm 31.8 cm 1.86 GeV 12.5 keV 6.4 cm 34.5 cm expHall_P hIoni - 8 -5.51 cm 19.2 cm 46.8 cm 1.86 GeV 26.9 keV 16.4 cm 50.9 cm expHall_P CoupledTransportation - 9 -5.82 cm 21.2 cm 51.6 cm 1.86 GeV 8.91 keV 5.16 cm 56.1 cm tracker_phys hIoni - 10 -6.18 cm 24 cm 58.1 cm 1.86 GeV 14.6 keV 7.1 cm 63.2 cm tracker_phys hIoni - 11 -6.19 cm 24.1 cm 58.4 cm 1.86 GeV 507 eV 3.62 mm 63.5 cm tracker_phys hIoni - 12 -6.25 cm 24.7 cm 59.8 cm 1.86 GeV 946 eV 1.5 cm 65 cm tracker_phys hIoni - 13 -6.65 cm 36.6 cm 87.6 cm 1.86 GeV 56.9 keV 30.3 cm 95.3 cm tracker_phys hIoni - 14 -6.52 cm 39.3 cm 93.8 cm 1.86 GeV 10.6 keV 6.71 cm 1.02 m tracker_phys hIoni - 15 -6.39 cm 41.1 cm 98 cm 1.86 GeV 8.38 keV 4.58 cm 1.07 m tracker_phys hIoni - 16 -6.31 cm 41.9 cm 1 m 1.86 GeV 3.78 keV 2.17 cm 1.09 m tracker_phys CoupledTransportation - 17 -6.16 cm 43.5 cm 1.04 m 1.86 GeV 4.56 keV 3.95 cm 1.13 m expHall_P hIoni - 18 -5.63 cm 49 cm 1.17 m 1.86 GeV 24.7 keV 14.2 cm 1.27 m expHall_P hIoni - 19 -5.57 cm 49.7 cm 1.18 m 1.86 GeV 1.89 keV 1.71 cm 1.29 m expHall_P hIoni + 1 -2.71 cm 6.29 cm 16 cm 1.86 GeV 29.2 keV 17.4 cm 17.4 cm expHall_P hIoni + 2 -7.46 cm 18.6 cm 46.8 cm 1.86 GeV 50.2 keV 33.5 cm 50.9 cm expHall_P CoupledTransportation + 3 -8.74 cm 23.3 cm 58.2 cm 1.86 GeV 16.3 keV 12.4 cm 63.3 cm tracker_phys hIoni + 4 -9.16 cm 25.1 cm 62.6 cm 1.86 GeV 10.4 keV 4.79 cm 68.1 cm tracker_phys hIoni + 5 -10.7 cm 35 cm 86.1 cm 1.86 GeV 53.3 keV 25.6 cm 93.7 cm tracker_phys hIoni + 6 -10.8 cm 35.9 cm 88.1 cm 1.86 GeV 4.56 keV 2.13 cm 95.8 cm tracker_phys hIoni + 7 -11 cm 37.5 cm 91.9 cm 1.86 GeV 8.11 keV 4.21 cm 1 m tracker_phys hIoni + 8 -11.1 cm 39.5 cm 96.5 cm 1.86 GeV 6.68 keV 4.97 cm 1.05 m tracker_phys hIoni + 9 -11.1 cm 39.5 cm 96.6 cm 1.86 GeV 34.2 eV 653 um 1.05 m tracker_phys hIoni + 10 -11.1 cm 40.3 cm 98.5 cm 1.86 GeV 9.85 keV 2.05 cm 1.07 m tracker_phys hIoni + 11 -11.1 cm 40.4 cm 98.7 cm 1.86 GeV 316 eV 3.04 mm 1.07 m tracker_phys hIoni + 12 -11.1 cm 41 cm 1 m 1.86 GeV 2.15 keV 1.37 cm 1.09 m tracker_phys CoupledTransportation + 13 -11.4 cm 48.7 cm 1.18 m 1.86 GeV 32.5 keV 19.6 cm 1.28 m expHall_P hIoni Track (trackID 91, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -1869,7 +1905,7 @@ Track (trackID 91, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 4.08 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 4.08 GeV 0 eV 4.96e-296 fm 4.96e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 4.08 GeV 0 eV 3.83e-297 fm 3.83e-297 fm expHall_P Decay Track (trackID 90, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1878,70 +1914,57 @@ Track (trackID 90, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 11 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.14 cm -6.24 mm 18.1 cm 11 GeV 38.4 keV 18.2 cm 18.2 cm expHall_P hIoni - 2 -1.44 cm -7.92 mm 23 cm 11 GeV 8.69 keV 4.88 cm 23.1 cm expHall_P hIoni - 3 -2.28 cm -1.25 cm 36.4 cm 11 GeV 23.3 keV 13.4 cm 36.5 cm expHall_P hIoni - 4 -2.36 cm -1.29 cm 37.6 cm 11 GeV 1.49 keV 1.17 cm 37.7 cm expHall_P hIoni - 5 -3.16 cm -1.72 cm 50.3 cm 11 GeV 28.7 keV 12.8 cm 50.5 cm expHall_P hIoni - 6 -3.3 cm -1.79 cm 52.4 cm 11 GeV 3.84 keV 2.1 cm 52.6 cm expHall_P hIoni - 7 -4.01 cm -2.16 cm 63.7 cm 11 GeV 19.7 keV 11.3 cm 63.8 cm expHall_P hIoni - 8 -4.49 cm -2.4 cm 71.1 cm 11 GeV 14.6 keV 7.47 cm 71.3 cm expHall_P hIoni - 9 -4.65 cm -2.48 cm 73.7 cm 11 GeV 6.54 keV 2.6 cm 73.9 cm expHall_P hIoni - 10 -4.96 cm -2.63 cm 78.6 cm 11 GeV 9.95 keV 4.91 cm 78.8 cm expHall_P hIoni - 11 -6.38 cm -3.32 cm 1.01 m 11 GeV 43.8 keV 22 cm 1.01 m expHall_P hIoni - 12 -6.51 cm -3.38 cm 1.03 m 11 GeV 3.25 keV 1.98 cm 1.03 m expHall_P hIoni - 13 -7.2 cm -3.71 cm 1.13 m 11 GeV 21.7 keV 10.8 cm 1.14 m expHall_P hIoni - 14 -7.41 cm -3.8 cm 1.17 m 11 GeV 7.1 keV 3.25 cm 1.17 m expHall_P hIoni - 15 -7.96 cm -4.07 cm 1.25 m 11 GeV 12.5 keV 8.59 cm 1.25 m expHall_P hIoni - 16 -8.8 cm -4.46 cm 1.38 m 11 GeV 30.1 keV 13 cm 1.38 m expHall_P hIoni - 17 -8.85 cm -4.49 cm 1.39 m 11 GeV 761 eV 7.8 mm 1.39 m expHall_P hIoni - 18 -9.73 cm -4.9 cm 1.53 m 11 GeV 28.9 keV 13.7 cm 1.53 m expHall_P hIoni - 19 -10.1 cm -5.08 cm 1.58 m 11 GeV 12.6 keV 5.72 cm 1.59 m expHall_P hIoni - 20 -10.2 cm -5.1 cm 1.59 m 11 GeV 1.93 keV 8.15 mm 1.59 m expHall_P hIoni - 21 -11.2 cm -5.59 cm 1.75 m 11 GeV 28.2 keV 16.1 cm 1.76 m expHall_P hIoni - 22 -11.2 cm -5.62 cm 1.76 m 11 GeV 1.05 keV 8.67 mm 1.76 m expHall_P hIoni - 23 -11.7 cm -5.85 cm 1.84 m 11 GeV 11.9 keV 7.55 cm 1.84 m expHall_P hIoni - 24 -12 cm -5.97 cm 1.88 m 11 GeV 10.3 keV 4.04 cm 1.88 m expHall_P hIoni - 25 -12.3 cm -6.12 cm 1.93 m 11 GeV 8.28 keV 4.99 cm 1.93 m expHall_P hIoni - 26 -12.7 cm -6.32 cm 1.99 m 11 GeV 13.5 keV 6.56 cm 2 m expHall_P hIoni - 27 -15.1 cm -7.46 cm 2.36 m 11 GeV 73.3 keV 37.4 cm 2.37 m expHall_P hIoni - 28 -15.6 cm -7.66 cm 2.43 m 11 GeV 12.5 keV 6.61 cm 2.44 m expHall_P hIoni - 29 -15.6 cm -7.69 cm 2.44 m 11 GeV 1.57 keV 1.12 cm 2.45 m expHall_P hIoni - 30 -16.2 cm -7.94 cm 2.52 m 11 GeV 14.6 keV 8.03 cm 2.53 m expHall_P hIoni - 31 -16.8 cm -8.25 cm 2.62 m 11 GeV 15.3 keV 10.3 cm 2.63 m expHall_P hIoni - 32 -17 cm -8.35 cm 2.66 m 11 GeV 8.32 keV 3.52 cm 2.67 m expHall_P hIoni - 33 -17.4 cm -8.53 cm 2.72 m 11 GeV 9.2 keV 5.76 cm 2.72 m expHall_P hIoni - 34 -17.6 cm -8.59 cm 2.74 m 11 GeV 4.46 keV 2.13 cm 2.74 m expHall_P hIoni - 35 -17.7 cm -8.65 cm 2.76 m 11 GeV 5.68 keV 1.96 cm 2.76 m expHall_P hIoni - 36 -18.2 cm -8.92 cm 2.84 m 11 GeV 18.1 keV 8.66 cm 2.85 m expHall_P hIoni - 37 -18.6 cm -9.08 cm 2.9 m 11 GeV 10.5 keV 5.42 cm 2.9 m expHall_P hIoni - 38 -18.8 cm -9.16 cm 2.92 m 11 GeV 6.59 keV 2.72 cm 2.93 m expHall_P hIoni - 39 -19.8 cm -9.63 cm 3.08 m 11 GeV 30.2 keV 15.5 cm 3.09 m expHall_P hIoni - 40 -20 cm -9.73 cm 3.11 m 11 GeV 5.87 keV 3.17 cm 3.12 m expHall_P hIoni - 41 -20.5 cm -9.99 cm 3.2 m 11 GeV 17.5 keV 8.73 cm 3.21 m expHall_P hIoni - 42 -21.3 cm -10.4 cm 3.32 m 11 GeV 22.4 keV 12.7 cm 3.33 m expHall_P hIoni - 43 -21.5 cm -10.5 cm 3.35 m 11 GeV 6.18 keV 2.65 cm 3.36 m expHall_P hIoni - 44 -22 cm -10.7 cm 3.42 m 11 GeV 12 keV 6.86 cm 3.43 m expHall_P hIoni - 45 -22.1 cm -10.7 cm 3.44 m 11 GeV 5.29 keV 2.2 cm 3.45 m expHall_P hIoni - 46 -23.4 cm -11.3 cm 3.64 m 11 GeV 42.7 keV 20 cm 3.65 m expHall_P hIoni - 47 -23.7 cm -11.5 cm 3.7 m 11 GeV 11.1 keV 5.47 cm 3.7 m expHall_P hIoni - 48 -25.9 cm -12.5 cm 4.03 m 11 GeV 63 keV 33.1 cm 4.04 m expHall_P hIoni - 49 -26 cm -12.6 cm 4.05 m 11 GeV 3.55 keV 2.24 cm 4.06 m expHall_P hIoni - 50 -26.3 cm -12.7 cm 4.09 m 11 GeV 7.46 keV 4.17 cm 4.1 m expHall_P hIoni - 51 -27.5 cm -13.3 cm 4.28 m 11 GeV 40.9 keV 19.1 cm 4.29 m expHall_P hIoni - 52 -28.8 cm -13.9 cm 4.47 m 11 GeV 36.5 keV 19.2 cm 4.48 m expHall_P hIoni - 53 -30.7 cm -14.8 cm 4.77 m 11 GeV 58.3 keV 30.3 cm 4.79 m expHall_P hIoni - 54 -31.5 cm -15.1 cm 4.89 m 11 GeV 18.5 keV 11.9 cm 4.91 m expHall_P hIoni - 55 -32.4 cm -15.6 cm 5.03 m 11 GeV 23.3 keV 13.5 cm 5.04 m expHall_P hIoni - 56 -33.6 cm -16.1 cm 5.21 m 11 GeV 37.2 keV 18.6 cm 5.23 m expHall_P hIoni - 57 -33.6 cm -16.1 cm 5.22 m 11 GeV 676 eV 4.09 mm 5.23 m expHall_P hIoni - 58 -34 cm -16.3 cm 5.28 m 11 GeV 11.9 keV 6.22 cm 5.29 m expHall_P hIoni - 59 -35.1 cm -16.9 cm 5.45 m 11 GeV 33.6 keV 17.5 cm 5.47 m expHall_P hIoni - 60 -35.3 cm -17 cm 5.49 m 11 GeV 6.99 keV 3.42 cm 5.5 m expHall_P hIoni - 61 -36.2 cm -17.4 cm 5.62 m 11 GeV 26.3 keV 12.8 cm 5.63 m expHall_P hIoni - 62 -37.2 cm -17.8 cm 5.77 m 11 GeV 26.2 keV 15.5 cm 5.78 m expHall_P hIoni - 63 -37.5 cm -18 cm 5.82 m 11 GeV 9.48 keV 5.26 cm 5.84 m expHall_P hIoni - 64 -38.7 cm -18.5 cm 6 m 11 GeV 35.3 keV 17.8 cm 6.02 m OutOfWorld CoupledTransportation + 1 -1.84 cm -1.02 cm 29.5 cm 11 GeV 52.6 keV 29.5 cm 29.5 cm expHall_P hIoni + 2 -2.37 cm -1.32 cm 38 cm 11 GeV 17.1 keV 8.52 cm 38.1 cm expHall_P hIoni + 3 -2.75 cm -1.54 cm 44.1 cm 11 GeV 11 keV 6.13 cm 44.2 cm expHall_P hIoni + 4 -3.08 cm -1.72 cm 49.4 cm 11 GeV 12.6 keV 5.32 cm 49.5 cm expHall_P hIoni + 5 -5.67 cm -3.08 cm 90.3 cm 11 GeV 87.3 keV 41 cm 90.5 cm expHall_P hIoni + 6 -8.82 cm -4.65 cm 1.39 m 11 GeV 96.1 keV 49.4 cm 1.4 m expHall_P hIoni + 7 -9.15 cm -4.82 cm 1.45 m 11 GeV 15.8 keV 5.21 cm 1.45 m expHall_P hIoni + 8 -9.3 cm -4.89 cm 1.47 m 11 GeV 3.55 keV 2.24 cm 1.47 m expHall_P hIoni + 9 -9.56 cm -5.02 cm 1.51 m 11 GeV 7.46 keV 4.17 cm 1.51 m expHall_P hIoni + 10 -10.8 cm -5.63 cm 1.7 m 11 GeV 40.9 keV 19.1 cm 1.71 m expHall_P hIoni + 11 -12 cm -6.24 cm 1.89 m 11 GeV 36.5 keV 19.2 cm 1.9 m expHall_P hIoni + 12 -13.9 cm -7.2 cm 2.2 m 11 GeV 58.3 keV 30.3 cm 2.2 m expHall_P hIoni + 13 -14.7 cm -7.58 cm 2.31 m 11 GeV 18.5 keV 11.9 cm 2.32 m expHall_P hIoni + 14 -15.6 cm -8.01 cm 2.45 m 11 GeV 23.3 keV 13.5 cm 2.46 m expHall_P hIoni + 15 -16.8 cm -8.6 cm 2.64 m 11 GeV 37.2 keV 18.6 cm 2.64 m expHall_P hIoni + 16 -16.8 cm -8.61 cm 2.64 m 11 GeV 676 eV 4.09 mm 2.65 m expHall_P hIoni + 17 -17.2 cm -8.81 cm 2.7 m 11 GeV 11.9 keV 6.22 cm 2.71 m expHall_P hIoni + 18 -18.3 cm -9.36 cm 2.88 m 11 GeV 33.6 keV 17.5 cm 2.88 m expHall_P hIoni + 19 -18.5 cm -9.47 cm 2.91 m 11 GeV 6.99 keV 3.42 cm 2.92 m expHall_P hIoni + 20 -19.3 cm -9.88 cm 3.04 m 11 GeV 26.3 keV 12.8 cm 3.04 m expHall_P hIoni + 21 -20.3 cm -10.4 cm 3.19 m 11 GeV 26.2 keV 15.5 cm 3.2 m expHall_P hIoni + 22 -20.7 cm -10.5 cm 3.24 m 11 GeV 9.48 keV 5.26 cm 3.25 m expHall_P hIoni + 23 -22 cm -11.2 cm 3.46 m 11 GeV 40.1 keV 21.7 cm 3.47 m expHall_P hIoni + 24 -22.7 cm -11.6 cm 3.57 m 11 GeV 18.7 keV 10.7 cm 3.58 m expHall_P hIoni + 25 -22.8 cm -11.6 cm 3.58 m 11 GeV 1.79 keV 1.44 cm 3.59 m expHall_P hIoni + 26 -25.4 cm -12.9 cm 3.98 m 11 GeV 77.4 keV 39.8 cm 3.99 m expHall_P hIoni + 27 -25.4 cm -12.9 cm 3.98 m 11 GeV 415 eV 3.46 mm 3.99 m expHall_P hIoni + 28 -26.2 cm -13.3 cm 4.11 m 11 GeV 22.7 keV 12.6 cm 4.12 m expHall_P hIoni + 29 -26.4 cm -13.4 cm 4.15 m 11 GeV 7.1 keV 4.01 cm 4.16 m expHall_P hIoni + 30 -26.5 cm -13.4 cm 4.15 m 11 GeV 55.3 eV 1.23 mm 4.16 m expHall_P hIoni + 31 -27 cm -13.7 cm 4.24 m 11 GeV 13.7 keV 8.61 cm 4.25 m expHall_P hIoni + 32 -27.1 cm -13.8 cm 4.25 m 11 GeV 4.35 keV 1.88 cm 4.26 m expHall_P hIoni + 33 -28 cm -14.2 cm 4.39 m 11 GeV 26.1 keV 13.3 cm 4.4 m expHall_P hIoni + 34 -28.1 cm -14.3 cm 4.41 m 11 GeV 2.02 keV 1.98 cm 4.42 m expHall_P hIoni + 35 -28.3 cm -14.3 cm 4.43 m 11 GeV 5.42 keV 2.69 cm 4.44 m expHall_P hIoni + 36 -29.1 cm -14.7 cm 4.56 m 11 GeV 21.8 keV 12.8 cm 4.57 m expHall_P hIoni + 37 -29.5 cm -15 cm 4.63 m 11 GeV 17.5 keV 6.85 cm 4.64 m expHall_P hIoni + 38 -30.1 cm -15.2 cm 4.72 m 11 GeV 14.7 keV 8.71 cm 4.73 m expHall_P hIoni + 39 -30.8 cm -15.6 cm 4.83 m 11 GeV 22.7 keV 11.2 cm 4.84 m expHall_P hIoni + 40 -31 cm -15.7 cm 4.85 m 11 GeV 4.07 keV 2.75 cm 4.87 m expHall_P hIoni + 41 -31 cm -15.7 cm 4.85 m 11 GeV 51.4 eV 263 um 4.87 m expHall_P hIoni + 42 -32.1 cm -16.2 cm 5.03 m 11 GeV 34.8 keV 17.5 cm 5.04 m expHall_P hIoni + 43 -32.7 cm -16.6 cm 5.13 m 11 GeV 16.8 keV 9.8 cm 5.14 m expHall_P hIoni + 44 -33.6 cm -17 cm 5.26 m 11 GeV 26.8 keV 13.3 cm 5.27 m expHall_P hIoni + 45 -34.4 cm -17.4 cm 5.39 m 11 GeV 20.7 keV 12.9 cm 5.4 m expHall_P hIoni + 46 -34.4 cm -17.4 cm 5.4 m 11 GeV 1.41 keV 7.74 mm 5.41 m expHall_P hIoni + 47 -35 cm -17.7 cm 5.49 m 11 GeV 16.8 keV 9.14 cm 5.5 m expHall_P hIoni + 48 -35.1 cm -17.7 cm 5.5 m 11 GeV 2.14 keV 1.01 cm 5.51 m expHall_P hIoni + 49 -36.1 cm -18.2 cm 5.66 m 11 GeV 29.5 keV 15.9 cm 5.67 m expHall_P hIoni + 50 -37.5 cm -19 cm 5.88 m 11 GeV 45.1 keV 22.1 cm 5.89 m expHall_P hIoni + 51 -38.3 cm -19.3 cm 6 m 11 GeV 22.7 keV 12.3 cm 6.02 m OutOfWorld CoupledTransportation Track (trackID 89, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1950,7 +1973,7 @@ Track (trackID 89, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 30.3 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 30.3 GeV 0 eV 6.74e-296 fm 6.74e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 30.3 GeV 0 eV 4.99e-296 fm 4.99e-296 fm expHall_P Decay Track (trackID 87, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -1959,66 +1982,65 @@ Track (trackID 87, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 12.3 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 240 um 213 um 1.35 cm 12.3 GeV 2.44 keV 1.35 cm 1.35 cm expHall_P hIoni - 2 245 um 218 um 1.38 cm 12.3 GeV 14.4 eV 392 um 1.39 cm expHall_P hIoni - 3 1.77 mm 1.57 mm 9.94 cm 12.3 GeV 13.2 keV 8.57 cm 9.96 cm expHall_P hIoni - 4 2.75 mm 2.43 mm 15.4 cm 12.3 GeV 8.57 keV 5.5 cm 15.5 cm expHall_P hIoni - 5 1.16 cm 9.9 mm 64.2 cm 12.3 GeV 79 keV 48.7 cm 64.2 cm expHall_P hIoni - 6 1.57 cm 1.31 cm 86 cm 12.3 GeV 37.5 keV 21.8 cm 86 cm expHall_P hIoni - 7 1.67 cm 1.4 cm 91.7 cm 12.3 GeV 13 keV 5.68 cm 91.7 cm expHall_P hIoni - 8 1.75 cm 1.46 cm 95.8 cm 12.3 GeV 9.32 keV 4.14 cm 95.9 cm expHall_P hIoni - 9 1.76 cm 1.47 cm 96.6 cm 12.3 GeV 2.19 keV 7.44 mm 96.6 cm expHall_P hIoni - 10 1.78 cm 1.48 cm 97.2 cm 12.3 GeV 1.18 keV 6.1 mm 97.2 cm expHall_P hIoni - 11 1.87 cm 1.55 cm 1.02 m 12.3 GeV 7.5 keV 4.94 cm 1.02 m expHall_P hIoni - 12 1.94 cm 1.6 cm 1.06 m 12.3 GeV 7.66 keV 3.81 cm 1.06 m expHall_P hIoni - 13 2.11 cm 1.74 cm 1.15 m 12.3 GeV 17.7 keV 9.01 cm 1.15 m expHall_P hIoni - 14 2.23 cm 1.83 cm 1.21 m 12.3 GeV 12.7 keV 6.57 cm 1.22 m expHall_P hIoni - 15 2.44 cm 1.99 cm 1.32 m 12.3 GeV 16.8 keV 10.9 cm 1.32 m expHall_P hIoni - 16 2.68 cm 2.18 cm 1.46 m 12.3 GeV 23.7 keV 13.1 cm 1.46 m expHall_P hIoni - 17 3 cm 2.42 cm 1.62 m 12.3 GeV 26.1 keV 16.8 cm 1.62 m expHall_P hIoni - 18 3.48 cm 2.8 cm 1.88 m 12.3 GeV 44.9 keV 25.7 cm 1.88 m expHall_P hIoni - 19 3.51 cm 2.82 cm 1.9 m 12.3 GeV 3.03 keV 1.91 cm 1.9 m expHall_P hIoni - 20 3.53 cm 2.84 cm 1.91 m 12.3 GeV 855 eV 8.47 mm 1.91 m expHall_P hIoni - 21 3.57 cm 2.87 cm 1.93 m 12.3 GeV 2.36 keV 2.1 cm 1.93 m expHall_P hIoni - 22 3.66 cm 2.94 cm 1.98 m 12.3 GeV 9.35 keV 4.66 cm 1.98 m expHall_P hIoni - 23 3.86 cm 3.09 cm 2.08 m 12.3 GeV 18.1 keV 10.9 cm 2.09 m expHall_P hIoni - 24 3.92 cm 3.14 cm 2.11 m 12.3 GeV 7.66 keV 3.04 cm 2.12 m expHall_P hIoni - 25 4 cm 3.21 cm 2.16 m 12.3 GeV 9.46 keV 4.66 cm 2.16 m expHall_P hIoni - 26 4.07 cm 3.26 cm 2.2 m 12.3 GeV 8.74 keV 3.45 cm 2.2 m expHall_P hIoni - 27 4.38 cm 3.5 cm 2.36 m 12.3 GeV 30.3 keV 16.5 cm 2.36 m expHall_P hIoni - 28 4.61 cm 3.68 cm 2.48 m 12.3 GeV 23.6 keV 12.3 cm 2.49 m expHall_P hIoni - 29 4.66 cm 3.72 cm 2.51 m 12.3 GeV 5.09 keV 2.68 cm 2.51 m expHall_P hIoni - 30 5.14 cm 4.09 cm 2.77 m 12.3 GeV 45.4 keV 25.6 cm 2.77 m expHall_P hIoni - 31 5.36 cm 4.26 cm 2.88 m 12.3 GeV 17.2 keV 11.8 cm 2.89 m expHall_P hIoni - 32 5.45 cm 4.33 cm 2.93 m 12.3 GeV 11.5 keV 4.82 cm 2.93 m expHall_P hIoni - 33 5.46 cm 4.34 cm 2.94 m 12.3 GeV 488 eV 4.82 mm 2.94 m expHall_P hIoni - 34 5.7 cm 4.52 cm 3.07 m 12.3 GeV 22.7 keV 13 cm 3.07 m expHall_P hIoni - 35 6.41 cm 5.08 cm 3.45 m 12.3 GeV 58 keV 38.1 cm 3.45 m expHall_P hIoni - 36 6.55 cm 5.19 cm 3.52 m 12.3 GeV 11.4 keV 7.5 cm 3.52 m expHall_P hIoni - 37 6.85 cm 5.42 cm 3.68 m 12.3 GeV 22.6 keV 15.7 cm 3.68 m expHall_P hIoni - 38 6.96 cm 5.5 cm 3.74 m 12.3 GeV 12.3 keV 6.04 cm 3.74 m expHall_P hIoni - 39 7.12 cm 5.63 cm 3.83 m 12.3 GeV 13.7 keV 8.68 cm 3.83 m expHall_P hIoni - 40 7.16 cm 5.66 cm 3.85 m 12.3 GeV 4.02 keV 1.95 cm 3.85 m expHall_P hIoni - 41 7.54 cm 5.95 cm 4.05 m 12.3 GeV 36.8 keV 20.4 cm 4.05 m expHall_P hIoni - 42 7.73 cm 6.1 cm 4.15 m 12.3 GeV 15.7 keV 9.8 cm 4.15 m expHall_P hIoni - 43 8 cm 6.31 cm 4.29 m 12.3 GeV 23.7 keV 14.5 cm 4.29 m expHall_P hIoni - 44 8.42 cm 6.63 cm 4.52 m 12.3 GeV 37.7 keV 22.4 cm 4.52 m expHall_P hIoni - 45 8.57 cm 6.75 cm 4.6 m 12.3 GeV 13.1 keV 8.07 cm 4.6 m expHall_P hIoni - 46 8.59 cm 6.77 cm 4.61 m 12.3 GeV 2.97 keV 1.26 cm 4.61 m expHall_P hIoni - 47 8.64 cm 6.8 cm 4.64 m 12.3 GeV 2.7 keV 2.58 cm 4.64 m expHall_P hIoni - 48 8.66 cm 6.82 cm 4.65 m 12.3 GeV 1.09 keV 8.66 mm 4.65 m expHall_P hIoni - 49 8.76 cm 6.9 cm 4.7 m 12.3 GeV 12.3 keV 5.49 cm 4.7 m expHall_P hIoni - 50 9.18 cm 7.22 cm 4.92 m 12.3 GeV 40.3 keV 22.4 cm 4.93 m expHall_P hIoni - 51 9.39 cm 7.38 cm 5.04 m 12.3 GeV 18.9 keV 11.2 cm 5.04 m expHall_P hIoni - 52 9.53 cm 7.5 cm 5.11 m 12.3 GeV 18 keV 7.68 cm 5.11 m expHall_P hIoni - 53 9.54 cm 7.5 cm 5.12 m 12.3 GeV 284 eV 2.44 mm 5.12 m expHall_P hIoni - 54 9.87 cm 7.76 cm 5.3 m 12.3 GeV 31.1 keV 18 cm 5.3 m expHall_P hIoni - 55 10.1 cm 7.92 cm 5.4 m 12.3 GeV 18.8 keV 10.8 cm 5.4 m expHall_P hIoni - 56 10.3 cm 8.06 cm 5.5 m 12.3 GeV 21.7 keV 9.95 cm 5.5 m expHall_P hIoni - 57 10.6 cm 8.31 cm 5.67 m 12.3 GeV 24.3 keV 17 cm 5.67 m expHall_P hIoni - 58 10.6 cm 8.31 cm 5.67 m 12.3 GeV 118 eV 772 um 5.67 m expHall_P hIoni - 59 11.1 cm 8.7 cm 5.94 m 12.3 GeV 45.4 keV 27.2 cm 5.95 m expHall_P hIoni - 60 11.2 cm 8.78 cm 6 m 12.3 GeV 10.1 keV 5.51 cm 6 m OutOfWorld CoupledTransportation + 1 1.5 mm 1.34 mm 8.46 cm 12.3 GeV 17.1 keV 8.47 cm 8.47 cm expHall_P hIoni + 2 1.69 mm 1.51 mm 9.53 cm 12.3 GeV 1.51 keV 1.07 cm 9.53 cm expHall_P hIoni + 3 4.64 mm 4.12 mm 26.1 cm 12.3 GeV 25.5 keV 16.6 cm 26.1 cm expHall_P hIoni + 4 6.75 mm 5.95 mm 37.9 cm 12.3 GeV 17.2 keV 11.8 cm 37.9 cm expHall_P hIoni + 5 7.62 mm 6.7 mm 42.7 cm 12.3 GeV 11.5 keV 4.82 cm 42.7 cm expHall_P hIoni + 6 7.71 mm 6.77 mm 43.2 cm 12.3 GeV 488 eV 4.82 mm 43.2 cm expHall_P hIoni + 7 1.01 cm 8.77 mm 56.2 cm 12.3 GeV 22.7 keV 13 cm 56.2 cm expHall_P hIoni + 8 1.71 cm 1.45 cm 94.2 cm 12.3 GeV 58 keV 38.1 cm 94.3 cm expHall_P hIoni + 9 1.85 cm 1.56 cm 1.02 m 12.3 GeV 11.4 keV 7.5 cm 1.02 m expHall_P hIoni + 10 2.14 cm 1.79 cm 1.17 m 12.3 GeV 22.6 keV 15.7 cm 1.17 m expHall_P hIoni + 11 2.25 cm 1.88 cm 1.23 m 12.3 GeV 12.3 keV 6.04 cm 1.24 m expHall_P hIoni + 12 2.42 cm 2.01 cm 1.32 m 12.3 GeV 13.7 keV 8.68 cm 1.32 m expHall_P hIoni + 13 2.45 cm 2.03 cm 1.34 m 12.3 GeV 4.02 keV 1.95 cm 1.34 m expHall_P hIoni + 14 2.84 cm 2.33 cm 1.55 m 12.3 GeV 36.8 keV 20.4 cm 1.55 m expHall_P hIoni + 15 3.02 cm 2.48 cm 1.64 m 12.3 GeV 15.7 keV 9.8 cm 1.64 m expHall_P hIoni + 16 3.29 cm 2.69 cm 1.79 m 12.3 GeV 23.7 keV 14.5 cm 1.79 m expHall_P hIoni + 17 3.71 cm 3.02 cm 2.01 m 12.3 GeV 37.7 keV 22.4 cm 2.01 m expHall_P hIoni + 18 3.86 cm 3.14 cm 2.09 m 12.3 GeV 13.1 keV 8.07 cm 2.09 m expHall_P hIoni + 19 3.88 cm 3.16 cm 2.1 m 12.3 GeV 2.97 keV 1.26 cm 2.11 m expHall_P hIoni + 20 3.93 cm 3.19 cm 2.13 m 12.3 GeV 2.7 keV 2.58 cm 2.13 m expHall_P hIoni + 21 3.95 cm 3.21 cm 2.14 m 12.3 GeV 1.09 keV 8.66 mm 2.14 m expHall_P hIoni + 22 4.05 cm 3.29 cm 2.19 m 12.3 GeV 12.3 keV 5.49 cm 2.19 m expHall_P hIoni + 23 4.47 cm 3.61 cm 2.42 m 12.3 GeV 40.3 keV 22.4 cm 2.42 m expHall_P hIoni + 24 4.68 cm 3.78 cm 2.53 m 12.3 GeV 18.9 keV 11.2 cm 2.53 m expHall_P hIoni + 25 4.82 cm 3.89 cm 2.61 m 12.3 GeV 18 keV 7.68 cm 2.61 m expHall_P hIoni + 26 4.83 cm 3.89 cm 2.61 m 12.3 GeV 284 eV 2.44 mm 2.61 m expHall_P hIoni + 27 5.16 cm 4.16 cm 2.79 m 12.3 GeV 31.1 keV 18 cm 2.79 m expHall_P hIoni + 28 5.37 cm 4.32 cm 2.9 m 12.3 GeV 18.8 keV 10.8 cm 2.9 m expHall_P hIoni + 29 5.55 cm 4.46 cm 3 m 12.3 GeV 21.7 keV 9.95 cm 3 m expHall_P hIoni + 30 5.87 cm 4.71 cm 3.17 m 12.3 GeV 24.3 keV 17 cm 3.17 m expHall_P hIoni + 31 5.87 cm 4.71 cm 3.17 m 12.3 GeV 118 eV 772 um 3.17 m expHall_P hIoni + 32 6.38 cm 5.11 cm 3.44 m 12.3 GeV 45.4 keV 27.2 cm 3.44 m expHall_P hIoni + 33 6.59 cm 5.28 cm 3.56 m 12.3 GeV 21 keV 11.6 cm 3.56 m expHall_P hIoni + 34 6.67 cm 5.34 cm 3.6 m 12.3 GeV 7.87 keV 4.11 cm 3.6 m expHall_P hIoni + 35 6.9 cm 5.52 cm 3.72 m 12.3 GeV 20.7 keV 12.3 cm 3.72 m expHall_P hIoni + 36 7.04 cm 5.63 cm 3.8 m 12.3 GeV 15.3 keV 7.67 cm 3.8 m expHall_P hIoni + 37 7.23 cm 5.78 cm 3.9 m 12.3 GeV 22.2 keV 10 cm 3.9 m expHall_P hIoni + 38 7.57 cm 6.04 cm 4.08 m 12.3 GeV 30.1 keV 18.2 cm 4.08 m expHall_P hIoni + 39 7.67 cm 6.12 cm 4.13 m 12.3 GeV 10.7 keV 5.29 cm 4.13 m expHall_P hIoni + 40 7.91 cm 6.31 cm 4.26 m 12.3 GeV 19.7 keV 13 cm 4.26 m expHall_P hIoni + 41 8.21 cm 6.55 cm 4.42 m 12.3 GeV 29 keV 16.2 cm 4.42 m expHall_P hIoni + 42 8.8 cm 7.01 cm 4.74 m 12.3 GeV 54.8 keV 31.5 cm 4.74 m expHall_P hIoni + 43 9.22 cm 7.35 cm 4.96 m 12.3 GeV 35.9 keV 22.6 cm 4.97 m expHall_P hIoni + 44 9.22 cm 7.35 cm 4.97 m 12.3 GeV 326 eV 2.67 mm 4.97 m expHall_P hIoni + 45 9.43 cm 7.51 cm 5.08 m 12.3 GeV 16.1 keV 11.1 cm 5.08 m expHall_P hIoni + 46 9.55 cm 7.61 cm 5.14 m 12.3 GeV 7.83 keV 6.63 cm 5.14 m expHall_P hIoni + 47 9.58 cm 7.63 cm 5.16 m 12.3 GeV 1.94 keV 1.45 cm 5.16 m expHall_P hIoni + 48 9.62 cm 7.66 cm 5.18 m 12.3 GeV 3.43 keV 2.17 cm 5.18 m expHall_P hIoni + 49 9.67 cm 7.7 cm 5.21 m 12.3 GeV 2.76 keV 2.57 cm 5.21 m expHall_P hIoni + 50 9.91 cm 7.89 cm 5.34 m 12.3 GeV 19.9 keV 13 cm 5.34 m expHall_P hIoni + 51 10.1 cm 8.03 cm 5.43 m 12.3 GeV 17 keV 9.49 cm 5.43 m expHall_P hIoni + 52 10.1 cm 8.07 cm 5.45 m 12.3 GeV 3.96 keV 2.24 cm 5.45 m expHall_P hIoni + 53 10.2 cm 8.14 cm 5.5 m 12.3 GeV 9.25 keV 5.24 cm 5.51 m expHall_P hIoni + 54 10.6 cm 8.41 cm 5.69 m 12.3 GeV 33.2 keV 18.1 cm 5.69 m expHall_P hIoni + 55 10.6 cm 8.46 cm 5.72 m 12.3 GeV 4.86 keV 3.25 cm 5.72 m expHall_P hIoni + 56 10.6 cm 8.47 cm 5.73 m 12.3 GeV 692 eV 7.36 mm 5.73 m expHall_P hIoni + 57 10.7 cm 8.5 cm 5.74 m 12.3 GeV 3.53 keV 1.88 cm 5.75 m expHall_P hIoni + 58 11 cm 8.76 cm 5.92 m 12.3 GeV 33.6 keV 17.9 cm 5.92 m expHall_P hIoni + 59 11.1 cm 8.88 cm 6 m 12.3 GeV 14.1 keV 7.67 cm 6 m OutOfWorld CoupledTransportation Track (trackID 86, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2027,56 +2049,63 @@ Track (trackID 86, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 164 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 50.5 um 323 um 4.12 cm 164 GeV 7.47 keV 4.12 cm 4.12 cm expHall_P hIoni - 2 220 um 1.41 mm 18 cm 164 GeV 28.8 keV 13.9 cm 18 cm expHall_P hIoni - 3 370 um 2.38 mm 30.3 cm 164 GeV 22.2 keV 12.3 cm 30.3 cm expHall_P hIoni - 4 634 um 4.1 mm 52.2 cm 164 GeV 51.3 keV 21.9 cm 52.2 cm expHall_P hIoni - 5 652 um 4.22 mm 53.7 cm 164 GeV 3.84 keV 1.53 cm 53.7 cm expHall_P hIoni - 6 744 um 4.82 mm 61.4 cm 164 GeV 14 keV 7.65 cm 61.4 cm expHall_P hIoni - 7 1.02 mm 6.63 mm 84.4 cm 164 GeV 43.8 keV 23.1 cm 84.4 cm expHall_P hIoni - 8 1.17 mm 7.65 mm 97.4 cm 164 GeV 24.4 keV 13 cm 97.4 cm expHall_P hIoni - 9 1.36 mm 8.92 mm 1.14 m 164 GeV 35.4 keV 16.2 cm 1.14 m expHall_P hIoni - 10 1.74 mm 1.14 cm 1.45 m 164 GeV 67.1 keV 31.6 cm 1.45 m expHall_P hIoni - 11 2 mm 1.32 cm 1.68 m 164 GeV 43.9 keV 22.7 cm 1.68 m expHall_P hIoni - 12 2.01 mm 1.32 cm 1.68 m 164 GeV 334 eV 2.68 mm 1.68 m expHall_P hIoni - 13 2.14 mm 1.41 cm 1.79 m 164 GeV 20.1 keV 11.1 cm 1.79 m expHall_P hIoni - 14 2.21 mm 1.46 cm 1.85 m 164 GeV 12 keV 6.14 cm 1.85 m expHall_P hIoni - 15 2.23 mm 1.47 cm 1.87 m 164 GeV 2.4 keV 1.46 cm 1.87 m expHall_P hIoni - 16 2.54 mm 1.68 cm 2.13 m 164 GeV 60.9 keV 26.4 cm 2.13 m expHall_P hIoni - 17 2.72 mm 1.8 cm 2.29 m 164 GeV 28.1 keV 15.3 cm 2.29 m expHall_P hIoni - 18 2.72 mm 1.8 cm 2.29 m 164 GeV 166 eV 1.76 mm 2.29 m expHall_P hIoni - 19 2.94 mm 1.95 cm 2.48 m 164 GeV 39.9 keV 19.2 cm 2.48 m expHall_P hIoni - 20 2.98 mm 1.97 cm 2.51 m 164 GeV 7.47 keV 3.36 cm 2.51 m expHall_P hIoni - 21 3 mm 1.98 cm 2.53 m 164 GeV 2.95 keV 1.31 cm 2.53 m expHall_P hIoni - 22 3.27 mm 2.17 cm 2.76 m 164 GeV 51.3 keV 23.3 cm 2.76 m expHall_P hIoni - 23 3.39 mm 2.25 cm 2.86 m 164 GeV 23.4 keV 10.1 cm 2.86 m expHall_P hIoni - 24 3.46 mm 2.29 cm 2.92 m 164 GeV 9.49 keV 6.08 cm 2.92 m expHall_P hIoni - 25 3.5 mm 2.32 cm 2.96 m 164 GeV 6.64 keV 3.7 cm 2.96 m expHall_P hIoni - 26 4.01 mm 2.66 cm 3.38 m 164 GeV 85.3 keV 42.7 cm 3.38 m expHall_P hIoni - 27 4.15 mm 2.75 cm 3.51 m 164 GeV 26.6 keV 12.2 cm 3.51 m expHall_P hIoni - 28 4.19 mm 2.78 cm 3.54 m 164 GeV 6.17 keV 3.58 cm 3.54 m expHall_P hIoni - 29 4.58 mm 3.04 cm 3.87 m 164 GeV 68.3 keV 32.8 cm 3.87 m expHall_P hIoni - 30 4.68 mm 3.11 cm 3.96 m 164 GeV 19.4 keV 9.04 cm 3.96 m expHall_P hIoni - 31 4.86 mm 3.23 cm 4.11 m 164 GeV 30.5 keV 14.8 cm 4.11 m expHall_P hIoni - 32 5.1 mm 3.39 cm 4.31 m 164 GeV 45.7 keV 20.1 cm 4.31 m expHall_P hIoni - 33 5.13 mm 3.41 cm 4.33 m 164 GeV 5.53 keV 2.58 cm 4.33 m expHall_P hIoni - 34 5.18 mm 3.44 cm 4.38 m 164 GeV 8.25 keV 4.22 cm 4.38 m expHall_P hIoni - 35 5.56 mm 3.69 cm 4.7 m 164 GeV 71 keV 32.2 cm 4.7 m expHall_P hIoni - 36 5.56 mm 3.7 cm 4.7 m 164 GeV 1.32 keV 5.07 mm 4.7 m expHall_P hIoni - 37 5.61 mm 3.73 cm 4.74 m 164 GeV 7.01 keV 3.88 cm 4.74 m expHall_P hIoni - 38 5.69 mm 3.79 cm 4.82 m 164 GeV 15.9 keV 7.35 cm 4.82 m expHall_P hIoni - 39 5.7 mm 3.79 cm 4.82 m 164 GeV 84.3 eV 882 um 4.82 m expHall_P hIoni - 40 5.76 mm 3.83 cm 4.87 m 164 GeV 11 keV 5.61 cm 4.87 m expHall_P hIoni - 41 6.16 mm 4.1 cm 5.21 m 164 GeV 70 keV 33.8 cm 5.21 m expHall_P hIoni - 42 6.19 mm 4.11 cm 5.23 m 164 GeV 3.57 keV 2.1 cm 5.23 m expHall_P hIoni - 43 6.29 mm 4.18 cm 5.32 m 164 GeV 19.7 keV 8.78 cm 5.32 m expHall_P hIoni - 44 6.64 mm 4.42 cm 5.62 m 164 GeV 65.5 keV 30 cm 5.62 m expHall_P hIoni - 45 6.67 mm 4.44 cm 5.64 m 164 GeV 4.83 keV 2.54 cm 5.64 m expHall_P hIoni - 46 6.93 mm 4.61 cm 5.86 m 164 GeV 44.4 keV 21.4 cm 5.86 m expHall_P hIoni - 47 7 mm 4.66 cm 5.92 m 164 GeV 14.1 keV 6.48 cm 5.92 m expHall_P hIoni - 48 7 mm 4.66 cm 5.92 m 164 GeV 0 eV 428 um 5.92 m expHall_P hIoni - 49 7.04 mm 4.69 cm 5.96 m 164 GeV 7.67 keV 3.36 cm 5.96 m expHall_P hIoni - 50 7.09 mm 4.72 cm 6 m 164 GeV 12.3 keV 4.22 cm 6 m OutOfWorld CoupledTransportation + 1 288 um 1.84 mm 23.4 cm 164 GeV 49 keV 23.4 cm 23.4 cm expHall_P hIoni + 2 539 um 3.44 mm 43.8 cm 164 GeV 40.9 keV 20.4 cm 43.8 cm expHall_P hIoni + 3 588 um 3.75 mm 47.8 cm 164 GeV 9.19 keV 3.97 cm 47.8 cm expHall_P hIoni + 4 664 um 4.24 mm 54 cm 164 GeV 14.7 keV 6.25 cm 54 cm expHall_P hIoni + 5 696 um 4.45 mm 56.6 cm 164 GeV 5.53 keV 2.58 cm 56.6 cm expHall_P hIoni + 6 747 um 4.78 mm 60.8 cm 164 GeV 8.25 keV 4.22 cm 60.8 cm expHall_P hIoni + 7 1.14 mm 7.3 mm 93 cm 164 GeV 71 keV 32.2 cm 93 cm expHall_P hIoni + 8 1.14 mm 7.34 mm 93.5 cm 164 GeV 1.32 keV 5.07 mm 93.5 cm expHall_P hIoni + 9 1.19 mm 7.65 mm 97.4 cm 164 GeV 7.01 keV 3.88 cm 97.4 cm expHall_P hIoni + 10 1.28 mm 8.23 mm 1.05 m 164 GeV 15.9 keV 7.35 cm 1.05 m expHall_P hIoni + 11 1.28 mm 8.23 mm 1.05 m 164 GeV 84.3 eV 882 um 1.05 m expHall_P hIoni + 12 1.35 mm 8.67 mm 1.1 m 164 GeV 11 keV 5.61 cm 1.1 m expHall_P hIoni + 13 1.75 mm 1.13 cm 1.44 m 164 GeV 70 keV 33.8 cm 1.44 m expHall_P hIoni + 14 1.78 mm 1.15 cm 1.46 m 164 GeV 3.57 keV 2.1 cm 1.46 m expHall_P hIoni + 15 1.88 mm 1.22 cm 1.55 m 164 GeV 19.7 keV 8.78 cm 1.55 m expHall_P hIoni + 16 2.24 mm 1.45 cm 1.85 m 164 GeV 65.5 keV 30 cm 1.85 m expHall_P hIoni + 17 2.27 mm 1.47 cm 1.88 m 164 GeV 4.83 keV 2.54 cm 1.88 m expHall_P hIoni + 18 2.53 mm 1.64 cm 2.09 m 164 GeV 44.4 keV 21.4 cm 2.09 m expHall_P hIoni + 19 2.61 mm 1.69 cm 2.16 m 164 GeV 14.1 keV 6.48 cm 2.16 m expHall_P hIoni + 20 2.61 mm 1.69 cm 2.16 m 164 GeV 0 eV 428 um 2.16 m expHall_P hIoni + 21 2.65 mm 1.72 cm 2.19 m 164 GeV 7.67 keV 3.36 cm 2.19 m expHall_P hIoni + 22 2.75 mm 1.79 cm 2.27 m 164 GeV 18.9 keV 8.48 cm 2.27 m expHall_P hIoni + 23 2.83 mm 1.83 cm 2.33 m 164 GeV 10.9 keV 6.06 cm 2.34 m expHall_P hIoni + 24 2.83 mm 1.84 cm 2.34 m 164 GeV 495 eV 1.78 mm 2.34 m expHall_P hIoni + 25 2.9 mm 1.88 cm 2.4 m 164 GeV 13 keV 5.98 cm 2.4 m expHall_P hIoni + 26 2.96 mm 1.92 cm 2.45 m 164 GeV 8.41 keV 4.94 cm 2.45 m expHall_P hIoni + 27 3.23 mm 2.1 cm 2.67 m 164 GeV 49.9 keV 22.7 cm 2.67 m expHall_P hIoni + 28 3.44 mm 2.24 cm 2.85 m 164 GeV 38 keV 17.3 cm 2.85 m expHall_P hIoni + 29 3.63 mm 2.36 cm 3.01 m 164 GeV 32.8 keV 16.3 cm 3.01 m expHall_P hIoni + 30 3.92 mm 2.55 cm 3.25 m 164 GeV 47.5 keV 24 cm 3.25 m expHall_P hIoni + 31 3.97 mm 2.58 cm 3.29 m 164 GeV 7.06 keV 3.84 cm 3.29 m expHall_P hIoni + 32 4.06 mm 2.64 cm 3.36 m 164 GeV 13.3 keV 7.31 cm 3.36 m expHall_P hIoni + 33 4.12 mm 2.68 cm 3.41 m 164 GeV 11.7 keV 5.37 cm 3.41 m expHall_P hIoni + 34 4.2 mm 2.73 cm 3.48 m 164 GeV 14.8 keV 6.32 cm 3.48 m expHall_P hIoni + 35 4.22 mm 2.74 cm 3.49 m 164 GeV 2.28 keV 1.59 cm 3.49 m expHall_P hIoni + 36 4.25 mm 2.77 cm 3.52 m 164 GeV 6.84 keV 2.7 cm 3.52 m expHall_P hIoni + 37 4.29 mm 2.8 cm 3.56 m 164 GeV 6.95 keV 3.76 cm 3.56 m expHall_P hIoni + 38 4.5 mm 2.93 cm 3.73 m 164 GeV 31.9 keV 16.9 cm 3.73 m expHall_P hIoni + 39 4.61 mm 3 cm 3.82 m 164 GeV 18.5 keV 9.34 cm 3.82 m expHall_P hIoni + 40 4.88 mm 3.18 cm 4.05 m 164 GeV 48.3 keV 22.8 cm 4.05 m expHall_P hIoni + 41 5 mm 3.26 cm 4.14 m 164 GeV 19.6 keV 9.54 cm 4.14 m expHall_P hIoni + 42 5.18 mm 3.38 cm 4.3 m 164 GeV 30.5 keV 15.6 cm 4.3 m expHall_P hIoni + 43 5.2 mm 3.39 cm 4.31 m 164 GeV 2.52 keV 1.24 cm 4.31 m expHall_P hIoni + 44 5.28 mm 3.44 cm 4.38 m 164 GeV 15.8 keV 7.11 cm 4.38 m expHall_P hIoni + 45 5.29 mm 3.45 cm 4.39 m 164 GeV 248 eV 2.25 mm 4.39 m expHall_P hIoni + 46 5.35 mm 3.49 cm 4.44 m 164 GeV 10.5 keV 5.32 cm 4.44 m expHall_P hIoni + 47 5.48 mm 3.57 cm 4.55 m 164 GeV 18.7 keV 10.9 cm 4.55 m expHall_P hIoni + 48 5.78 mm 3.77 cm 4.79 m 164 GeV 50.9 keV 24.6 cm 4.79 m expHall_P hIoni + 49 5.85 mm 3.81 cm 4.85 m 164 GeV 12.9 keV 5.85 cm 4.85 m expHall_P hIoni + 50 5.92 mm 3.86 cm 4.91 m 164 GeV 14.3 keV 6.13 cm 4.91 m expHall_P hIoni + 51 6.05 mm 3.94 cm 5.02 m 164 GeV 19.2 keV 10.7 cm 5.02 m expHall_P hIoni + 52 6.09 mm 3.97 cm 5.05 m 164 GeV 4.54 keV 3.32 cm 5.05 m expHall_P hIoni + 53 6.6 mm 4.31 cm 5.48 m 164 GeV 92.1 keV 42.7 cm 5.48 m expHall_P hIoni + 54 6.62 mm 4.32 cm 5.5 m 164 GeV 1.42 keV 1.52 cm 5.5 m expHall_P hIoni + 55 6.84 mm 4.46 cm 5.68 m 164 GeV 35.4 keV 18.4 cm 5.68 m expHall_P hIoni + 56 7.21 mm 4.7 cm 5.98 m 164 GeV 63.9 keV 30 cm 5.98 m expHall_P hIoni + 57 7.23 mm 4.71 cm 6 m 164 GeV 5.4 keV 2.05 cm 6 m OutOfWorld CoupledTransportation Track (trackID 85, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2085,7 +2114,7 @@ Track (trackID 85, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 46.1 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 46.1 GeV 0 eV 9.46e-297 fm 9.46e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 46.1 GeV 0 eV 3.15e-296 fm 3.15e-296 fm expHall_P Decay Track (trackID 84, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2094,7 +2123,7 @@ Track (trackID 84, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 8.75 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 8.75 GeV 0 eV 7.37e-296 fm 7.37e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 8.75 GeV 0 eV 1.74e-296 fm 1.74e-296 fm expHall_P Decay Track (trackID 83, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2103,62 +2132,71 @@ Track (trackID 83, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 7.86 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 8.34 mm -4.08 mm 13.7 cm 7.86 GeV 23.7 keV 13.8 cm 13.8 cm expHall_P hIoni - 2 8.45 mm -4.13 mm 13.9 cm 7.86 GeV 606 eV 1.78 mm 13.9 cm expHall_P hIoni - 3 1.21 cm -5.89 mm 19.9 cm 7.86 GeV 11.9 keV 5.98 cm 19.9 cm expHall_P hIoni - 4 1.51 cm -7.36 mm 24.8 cm 7.86 GeV 7.57 keV 4.94 cm 24.9 cm expHall_P hIoni - 5 2.87 cm -1.43 cm 47.5 cm 7.86 GeV 44.5 keV 22.7 cm 47.6 cm expHall_P hIoni - 6 3.9 cm -1.99 cm 64.7 cm 7.86 GeV 33.6 keV 17.3 cm 64.9 cm expHall_P hIoni - 7 5.1 cm -2.67 cm 85.1 cm 7.86 GeV 37.1 keV 20.4 cm 85.3 cm expHall_P hIoni - 8 6.48 cm -3.5 cm 1.09 m 7.86 GeV 42.5 keV 24 cm 1.09 m expHall_P hIoni - 9 6.71 cm -3.63 cm 1.13 m 7.86 GeV 6.56 keV 3.84 cm 1.13 m expHall_P hIoni - 10 7.13 cm -3.89 cm 1.2 m 7.86 GeV 9.65 keV 7.31 cm 1.2 m expHall_P hIoni - 11 7.39 cm -4.05 cm 1.25 m 7.86 GeV 8.53 keV 4.62 cm 1.25 m expHall_P hIoni - 12 7.76 cm -4.27 cm 1.31 m 7.86 GeV 13.5 keV 6.32 cm 1.31 m expHall_P hIoni - 13 7.85 cm -4.33 cm 1.33 m 7.86 GeV 1.95 keV 1.59 cm 1.33 m expHall_P hIoni - 14 8.01 cm -4.42 cm 1.35 m 7.86 GeV 6.35 keV 2.7 cm 1.36 m expHall_P hIoni - 15 8.22 cm -4.55 cm 1.39 m 7.86 GeV 6.42 keV 3.76 cm 1.39 m expHall_P hIoni - 16 9.2 cm -5.14 cm 1.56 m 7.86 GeV 28.8 keV 16.9 cm 1.56 m expHall_P hIoni - 17 9.74 cm -5.47 cm 1.65 m 7.86 GeV 16.3 keV 9.33 cm 1.66 m expHall_P hIoni - 18 11 cm -6.27 cm 1.88 m 7.86 GeV 43.4 keV 22.8 cm 1.88 m expHall_P hIoni - 19 11.6 cm -6.6 cm 1.97 m 7.86 GeV 17.1 keV 9.53 cm 1.98 m expHall_P hIoni - 20 12 cm -6.85 cm 2.05 m 7.86 GeV 12.3 keV 7.19 cm 2.05 m expHall_P hIoni - 21 12.6 cm -7.21 cm 2.15 m 7.86 GeV 15.3 keV 10.2 cm 2.15 m expHall_P hIoni - 22 12.7 cm -7.27 cm 2.17 m 7.86 GeV 4.05 keV 1.79 cm 2.17 m expHall_P hIoni - 23 15 cm -8.68 cm 2.57 m 7.86 GeV 71.4 keV 40.1 cm 2.57 m expHall_P hIoni - 24 15.2 cm -8.82 cm 2.61 m 7.86 GeV 8.84 keV 3.96 cm 2.61 m expHall_P hIoni - 25 15.3 cm -8.86 cm 2.62 m 7.86 GeV 1.46 keV 1.13 cm 2.62 m expHall_P hIoni - 26 15.7 cm -9.07 cm 2.68 m 7.86 GeV 14.2 keV 6.11 cm 2.68 m expHall_P hIoni - 27 15.7 cm -9.09 cm 2.68 m 7.86 GeV 1.74 keV 5.62 mm 2.69 m expHall_P hIoni - 28 17.6 cm -10.2 cm 3.01 m 7.86 GeV 63.4 keV 32.4 cm 3.01 m expHall_P hIoni - 29 17.8 cm -10.4 cm 3.05 m 7.86 GeV 8.24 keV 4.12 cm 3.06 m expHall_P hIoni - 30 18.3 cm -10.7 cm 3.13 m 7.86 GeV 15.8 keV 8.49 cm 3.14 m expHall_P hIoni - 31 18.4 cm -10.7 cm 3.14 m 7.86 GeV 2.12 keV 9.33 mm 3.15 m expHall_P hIoni - 32 20 cm -11.7 cm 3.42 m 7.86 GeV 52.3 keV 28 cm 3.43 m expHall_P hIoni - 33 22.6 cm -13.3 cm 3.89 m 7.86 GeV 91.4 keV 46.5 cm 3.89 m expHall_P hIoni - 34 22.9 cm -13.5 cm 3.93 m 7.86 GeV 8.62 keV 4.63 cm 3.94 m expHall_P hIoni - 35 24.6 cm -14.5 cm 4.22 m 7.86 GeV 54.3 keV 29.2 cm 4.23 m expHall_P hIoni - 36 24.7 cm -14.6 cm 4.25 m 7.86 GeV 4.63 keV 2.54 cm 4.26 m expHall_P hIoni - 37 25.4 cm -15 cm 4.36 m 7.86 GeV 21.5 keV 10.8 cm 4.37 m expHall_P hIoni - 38 26.2 cm -15.5 cm 4.49 m 7.86 GeV 28.5 keV 13.7 cm 4.5 m expHall_P hIoni - 39 26.2 cm -15.5 cm 4.49 m 7.86 GeV 168 eV 1.06 mm 4.5 m expHall_P hIoni - 40 26.5 cm -15.6 cm 4.55 m 7.86 GeV 9.82 keV 5.2 cm 4.56 m expHall_P hIoni - 41 27.7 cm -16.4 cm 4.76 m 7.86 GeV 38.6 keV 21.2 cm 4.77 m expHall_P hIoni - 42 28.1 cm -16.7 cm 4.84 m 7.86 GeV 16 keV 8.07 cm 4.85 m expHall_P hIoni - 43 28.9 cm -17.1 cm 4.97 m 7.86 GeV 22.1 keV 13.3 cm 4.98 m expHall_P hIoni - 44 30 cm -17.8 cm 5.16 m 7.86 GeV 34.5 keV 19.2 cm 5.17 m expHall_P hIoni - 45 30.2 cm -17.9 cm 5.2 m 7.86 GeV 5.45 keV 3.54 cm 5.21 m expHall_P hIoni - 46 30.2 cm -17.9 cm 5.2 m 7.86 GeV 1.38 keV 3.3 mm 5.21 m expHall_P hIoni - 47 30.8 cm -18.3 cm 5.29 m 7.86 GeV 17.3 keV 9.02 cm 5.3 m expHall_P hIoni - 48 31.2 cm -18.6 cm 5.37 m 7.86 GeV 16.2 keV 8.31 cm 5.39 m expHall_P hIoni - 49 31.7 cm -18.8 cm 5.45 m 7.86 GeV 15.8 keV 7.51 cm 5.46 m expHall_P hIoni - 50 32 cm -19 cm 5.51 m 7.86 GeV 9.04 keV 6.02 cm 5.52 m expHall_P hIoni - 51 32.6 cm -19.4 cm 5.61 m 7.86 GeV 18 keV 10.6 cm 5.63 m expHall_P hIoni - 52 33.1 cm -19.7 cm 5.69 m 7.86 GeV 12.4 keV 7.68 cm 5.7 m expHall_P hIoni - 53 33.6 cm -20 cm 5.78 m 7.86 GeV 16.7 keV 8.48 cm 5.79 m expHall_P hIoni - 54 34.7 cm -20.7 cm 5.98 m 7.86 GeV 35.7 keV 20.2 cm 5.99 m expHall_P hIoni - 55 34.8 cm -20.7 cm 5.99 m 7.86 GeV 2.8 keV 1.54 cm 6.01 m expHall_P hIoni - 56 34.9 cm -20.8 cm 6 m 7.86 GeV 512 eV 7.84 mm 6.01 m OutOfWorld CoupledTransportation + 1 4.27 mm -2.1 mm 7.04 cm 7.86 GeV 14.4 keV 7.05 cm 7.05 cm expHall_P hIoni + 2 4.97 mm -2.45 mm 8.2 cm 7.86 GeV 2.07 keV 1.16 cm 8.21 cm expHall_P hIoni + 3 1.27 cm -6.33 mm 21 cm 7.86 GeV 21.7 keV 12.9 cm 21.1 cm expHall_P hIoni + 4 1.49 cm -7.43 mm 24.6 cm 7.86 GeV 5.82 keV 3.6 cm 24.7 cm expHall_P hIoni + 5 4.55 cm -2.43 cm 76.3 cm 7.86 GeV 104 keV 51.8 cm 76.5 cm expHall_P hIoni + 6 5.88 cm -3.24 cm 99.4 cm 7.86 GeV 43.9 keV 23.1 cm 99.6 cm expHall_P hIoni + 7 6.95 cm -3.91 cm 1.18 m 7.86 GeV 31.4 keV 18.7 cm 1.18 m expHall_P hIoni + 8 7 cm -3.94 cm 1.19 m 7.86 GeV 2.06 keV 8.98 mm 1.19 m expHall_P hIoni + 9 7.48 cm -4.24 cm 1.27 m 7.86 GeV 14.7 keV 8.37 cm 1.28 m expHall_P hIoni + 10 7.92 cm -4.51 cm 1.35 m 7.86 GeV 11.8 keV 7.71 cm 1.35 m expHall_P hIoni + 11 8.22 cm -4.7 cm 1.4 m 7.86 GeV 11.9 keV 5.34 cm 1.41 m expHall_P hIoni + 12 8.34 cm -4.78 cm 1.42 m 7.86 GeV 3.41 keV 2.05 cm 1.43 m expHall_P hIoni + 13 8.98 cm -5.18 cm 1.53 m 7.86 GeV 24.2 keV 11.2 cm 1.54 m expHall_P hIoni + 14 9.58 cm -5.55 cm 1.64 m 7.86 GeV 20.1 keV 10.5 cm 1.64 m expHall_P hIoni + 15 9.78 cm -5.68 cm 1.67 m 7.86 GeV 5.69 keV 3.5 cm 1.68 m expHall_P hIoni + 16 11 cm -6.47 cm 1.89 m 7.86 GeV 43.7 keV 22.1 cm 1.9 m expHall_P hIoni + 17 11.2 cm -6.55 cm 1.92 m 7.86 GeV 6.05 keV 2.13 cm 1.92 m expHall_P hIoni + 18 11.2 cm -6.55 cm 1.92 m 7.86 GeV 80.6 eV 1.42 mm 1.92 m expHall_P hIoni + 19 13.9 cm -8.23 cm 2.38 m 7.86 GeV 85.1 keV 46.8 cm 2.39 m expHall_P hIoni + 20 14.1 cm -8.36 cm 2.42 m 7.86 GeV 4.37 keV 3.76 cm 2.43 m expHall_P hIoni + 21 15.1 cm -8.99 cm 2.6 m 7.86 GeV 34.7 keV 17.7 cm 2.6 m expHall_P hIoni + 22 15.3 cm -9.16 cm 2.64 m 7.86 GeV 7.1 keV 4.51 cm 2.65 m expHall_P hIoni + 23 15.5 cm -9.28 cm 2.68 m 7.86 GeV 8.29 keV 3.53 cm 2.69 m expHall_P hIoni + 24 16.4 cm -9.83 cm 2.83 m 7.86 GeV 29.2 keV 15.4 cm 2.84 m expHall_P hIoni + 25 16.8 cm -10.1 cm 2.9 m 7.86 GeV 11.7 keV 6.74 cm 2.91 m expHall_P hIoni + 26 16.9 cm -10.2 cm 2.92 m 7.86 GeV 4.2 keV 2.38 cm 2.93 m expHall_P hIoni + 27 17 cm -10.2 cm 2.94 m 7.86 GeV 2.64 keV 1.55 cm 2.95 m expHall_P hIoni + 28 17.4 cm -10.5 cm 3.01 m 7.86 GeV 12.5 keV 6.86 cm 3.01 m expHall_P hIoni + 29 18.2 cm -11 cm 3.15 m 7.86 GeV 23.4 keV 13.9 cm 3.15 m expHall_P hIoni + 30 19.3 cm -11.6 cm 3.33 m 7.86 GeV 31.6 keV 18.9 cm 3.34 m expHall_P hIoni + 31 19.7 cm -11.9 cm 3.41 m 7.86 GeV 13.6 keV 7.38 cm 3.42 m expHall_P hIoni + 32 19.9 cm -12 cm 3.43 m 7.86 GeV 4.92 keV 2.39 cm 3.44 m expHall_P hIoni + 33 21 cm -12.7 cm 3.62 m 7.86 GeV 35.8 keV 19.3 cm 3.63 m expHall_P hIoni + 34 21.9 cm -13.3 cm 3.79 m 7.86 GeV 29.8 keV 16.3 cm 3.8 m expHall_P hIoni + 35 22.4 cm -13.6 cm 3.88 m 7.86 GeV 17.8 keV 9.56 cm 3.89 m expHall_P hIoni + 36 22.4 cm -13.6 cm 3.88 m 7.86 GeV 74.1 eV 88.3 um 3.89 m expHall_P hIoni + 37 22.7 cm -13.7 cm 3.92 m 7.86 GeV 7.41 keV 3.85 cm 3.93 m expHall_P hIoni + 38 23.1 cm -14 cm 3.99 m 7.86 GeV 14.1 keV 7.11 cm 4 m expHall_P hIoni + 39 23.3 cm -14.2 cm 4.04 m 7.86 GeV 6.51 keV 4.59 cm 4.05 m expHall_P hIoni + 40 23.5 cm -14.3 cm 4.07 m 7.86 GeV 6.31 keV 3.06 cm 4.08 m expHall_P hIoni + 41 23.6 cm -14.4 cm 4.09 m 7.86 GeV 3.64 keV 2.39 cm 4.1 m expHall_P hIoni + 42 24.5 cm -14.9 cm 4.24 m 7.86 GeV 28.9 keV 15.2 cm 4.25 m expHall_P hIoni + 43 24.9 cm -15.2 cm 4.32 m 7.86 GeV 17.3 keV 7.87 cm 4.33 m expHall_P hIoni + 44 25.1 cm -15.3 cm 4.35 m 7.86 GeV 3.23 keV 2.54 cm 4.36 m expHall_P hIoni + 45 25.5 cm -15.5 cm 4.41 m 7.86 GeV 12.4 keV 6.63 cm 4.42 m expHall_P hIoni + 46 26.7 cm -16.3 cm 4.63 m 7.86 GeV 39.2 keV 21.6 cm 4.64 m expHall_P hIoni + 47 27.3 cm -16.7 cm 4.74 m 7.86 GeV 19.2 keV 10.8 cm 4.75 m expHall_P hIoni + 48 27.4 cm -16.8 cm 4.76 m 7.86 GeV 3.53 keV 1.95 cm 4.77 m expHall_P hIoni + 49 28 cm -17.1 cm 4.85 m 7.86 GeV 20.3 keV 9.49 cm 4.86 m expHall_P hIoni + 50 28.2 cm -17.2 cm 4.89 m 7.86 GeV 4.12 keV 3.66 cm 4.9 m expHall_P hIoni + 51 28.3 cm -17.3 cm 4.91 m 7.86 GeV 3.2 keV 1.8 cm 4.92 m expHall_P hIoni + 52 28.4 cm -17.4 cm 4.93 m 7.86 GeV 5.41 keV 2.51 cm 4.94 m expHall_P hIoni + 53 28.7 cm -17.6 cm 4.98 m 7.86 GeV 9.06 keV 5.2 cm 4.99 m expHall_P hIoni + 54 29.4 cm -18 cm 5.1 m 7.86 GeV 22 keV 11.8 cm 5.11 m expHall_P hIoni + 55 29.5 cm -18.1 cm 5.12 m 7.86 GeV 4.65 keV 1.94 cm 5.13 m expHall_P hIoni + 56 29.8 cm -18.2 cm 5.16 m 7.86 GeV 9.03 keV 4.56 cm 5.18 m expHall_P hIoni + 57 30.1 cm -18.4 cm 5.22 m 7.86 GeV 8.28 keV 5.45 cm 5.23 m expHall_P hIoni + 58 30.1 cm -18.5 cm 5.23 m 7.86 GeV 1.5 keV 7.27 mm 5.24 m expHall_P hIoni + 59 30.3 cm -18.6 cm 5.26 m 7.86 GeV 6.63 keV 3.58 cm 5.27 m expHall_P hIoni + 60 30.4 cm -18.6 cm 5.27 m 7.86 GeV 1.5 keV 1.05 cm 5.28 m expHall_P hIoni + 61 31 cm -19 cm 5.39 m 7.86 GeV 19.2 keV 11.4 cm 5.4 m expHall_P hIoni + 62 31.7 cm -19.4 cm 5.5 m 7.86 GeV 15.9 keV 11.5 cm 5.51 m expHall_P hIoni + 63 32.1 cm -19.7 cm 5.58 m 7.86 GeV 15.1 keV 8.33 cm 5.6 m expHall_P hIoni + 64 33.8 cm -20.8 cm 5.87 m 7.86 GeV 52.9 keV 29.2 cm 5.89 m expHall_P hIoni + 65 34.5 cm -21.2 cm 6 m 7.86 GeV 21.9 keV 12.5 cm 6.01 m OutOfWorld CoupledTransportation Track (trackID 82, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2167,7 +2205,7 @@ Track (trackID 82, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 13.7 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 13.7 GeV 0 eV 6.2e-296 fm 6.2e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 13.7 GeV 0 eV 2.06e-296 fm 2.06e-296 fm expHall_P Decay Track (trackID 81, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2176,73 +2214,64 @@ Track (trackID 81, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 6.43 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.17 cm -1.26 cm 9.69 cm 6.43 GeV 18.3 keV 9.84 cm 9.84 cm expHall_P hIoni - 2 1.78 cm -1.92 cm 14.8 cm 6.43 GeV 13.7 keV 5.18 cm 15 cm expHall_P hIoni - 3 2.27 cm -2.45 cm 18.9 cm 6.43 GeV 8.2 keV 4.13 cm 19.2 cm expHall_P hIoni - 4 2.48 cm -2.67 cm 20.6 cm 6.43 GeV 3.43 keV 1.74 cm 20.9 cm expHall_P hIoni - 5 3.37 cm -3.66 cm 28.1 cm 6.43 GeV 12.4 keV 7.62 cm 28.5 cm expHall_P hIoni - 6 3.88 cm -4.24 cm 32.5 cm 6.43 GeV 7.15 keV 4.44 cm 33 cm expHall_P hIoni - 7 8.92 cm -10.3 cm 77.1 cm 6.43 GeV 84.7 keV 45.4 cm 78.3 cm expHall_P hIoni - 8 9 cm -10.4 cm 77.9 cm 6.43 GeV 538 eV 7.65 mm 79.1 cm expHall_P hIoni - 9 12 cm -14.4 cm 1.06 m 6.43 GeV 47.3 keV 28.3 cm 1.07 m expHall_P hIoni - 10 14.1 cm -17.4 cm 1.27 m 6.43 GeV 34.3 keV 21.1 cm 1.28 m expHall_P hIoni - 11 16.2 cm -20.2 cm 1.46 m 6.43 GeV 35.2 keV 20 cm 1.48 m expHall_P hIoni - 12 18.4 cm -23.2 cm 1.67 m 6.43 GeV 44 keV 21.5 cm 1.7 m expHall_P hIoni - 13 18.5 cm -23.3 cm 1.68 m 6.43 GeV 778 eV 8.4 mm 1.71 m expHall_P hIoni - 14 19.1 cm -24.3 cm 1.75 m 6.43 GeV 10.1 keV 6.46 cm 1.77 m expHall_P hIoni - 15 19.9 cm -25.3 cm 1.82 m 6.43 GeV 15.9 keV 7.41 cm 1.85 m expHall_P hIoni - 16 20.5 cm -26.2 cm 1.88 m 6.43 GeV 12.5 keV 6.25 cm 1.91 m expHall_P hIoni - 17 21.3 cm -27.3 cm 1.96 m 6.43 GeV 13.3 keV 7.8 cm 1.99 m expHall_P hIoni - 18 21.4 cm -27.3 cm 1.96 m 6.43 GeV 231 eV 3.28 mm 1.99 m expHall_P hIoni - 19 21.4 cm -27.4 cm 1.97 m 6.43 GeV 1.28 keV 5.51 mm 2 m expHall_P hIoni - 20 21.9 cm -28 cm 2.01 m 6.43 GeV 7.31 keV 4.43 cm 2.04 m expHall_P hIoni - 21 22.5 cm -29 cm 2.07 m 6.43 GeV 12.2 keV 6.63 cm 2.11 m expHall_P hIoni - 22 24.8 cm -32 cm 2.29 m 6.43 GeV 38.5 keV 21.6 cm 2.32 m expHall_P hIoni - 23 25.9 cm -33.5 cm 2.39 m 6.43 GeV 18.9 keV 10.8 cm 2.43 m expHall_P hIoni - 24 26.1 cm -33.8 cm 2.41 m 6.43 GeV 3.51 keV 1.95 cm 2.45 m expHall_P hIoni - 25 27 cm -35.1 cm 2.51 m 6.43 GeV 20 keV 9.48 cm 2.54 m expHall_P hIoni - 26 27.4 cm -35.7 cm 2.54 m 6.43 GeV 4.06 keV 3.66 cm 2.58 m expHall_P hIoni - 27 27.6 cm -35.9 cm 2.56 m 6.43 GeV 3.17 keV 1.8 cm 2.6 m expHall_P hIoni - 28 27.8 cm -36.3 cm 2.58 m 6.43 GeV 5.37 keV 2.5 cm 2.62 m expHall_P hIoni - 29 28.4 cm -37 cm 2.64 m 6.43 GeV 8.91 keV 5.2 cm 2.68 m expHall_P hIoni - 30 29.6 cm -38.7 cm 2.75 m 6.43 GeV 21.1 keV 11.8 cm 2.79 m expHall_P hIoni - 31 29.8 cm -38.9 cm 2.77 m 6.43 GeV 4.62 keV 1.93 cm 2.81 m expHall_P hIoni - 32 30.3 cm -39.6 cm 2.82 m 6.43 GeV 8.91 keV 4.56 cm 2.86 m expHall_P hIoni - 33 30.8 cm -40.3 cm 2.87 m 6.43 GeV 8.14 keV 5.45 cm 2.91 m expHall_P hIoni - 34 30.9 cm -40.5 cm 2.88 m 6.43 GeV 1.28 keV 7.27 mm 2.92 m expHall_P hIoni - 35 31.7 cm -41.6 cm 2.95 m 6.43 GeV 14.9 keV 7.84 cm 3 m expHall_P hIoni - 36 32.8 cm -43.1 cm 3.06 m 6.43 GeV 23.6 keV 10.7 cm 3.11 m expHall_P hIoni - 37 33.3 cm -43.7 cm 3.1 m 6.42 GeV 7.59 keV 4.57 cm 3.15 m expHall_P hIoni - 38 33.8 cm -44.4 cm 3.15 m 6.42 GeV 9.99 keV 5.11 cm 3.2 m expHall_P hIoni - 39 35.1 cm -46.2 cm 3.28 m 6.42 GeV 20.5 keV 12.7 cm 3.33 m expHall_P hIoni - 40 35.2 cm -46.4 cm 3.29 m 6.42 GeV 1.42 keV 8.55 mm 3.34 m expHall_P hIoni - 41 35.2 cm -46.4 cm 3.29 m 6.42 GeV 160 eV 2.54 mm 3.34 m expHall_P hIoni - 42 35.3 cm -46.6 cm 3.3 m 6.42 GeV 3.73 keV 1.39 cm 3.36 m expHall_P hIoni - 43 35.7 cm -47.1 cm 3.34 m 6.42 GeV 6.52 keV 3.58 cm 3.39 m expHall_P hIoni - 44 36.1 cm -47.6 cm 3.37 m 6.42 GeV 5.44 keV 3.45 cm 3.43 m expHall_P hIoni - 45 38 cm -50.3 cm 3.56 m 6.42 GeV 37.2 keV 19.2 cm 3.62 m expHall_P hIoni - 46 40.6 cm -53.8 cm 3.81 m 6.42 GeV 40.7 keV 24.9 cm 3.87 m expHall_P hIoni - 47 40.7 cm -53.9 cm 3.82 m 6.42 GeV 1.49 keV 1.07 cm 3.88 m expHall_P hIoni - 48 41 cm -54.4 cm 3.85 m 6.42 GeV 6.23 keV 3.54 cm 3.91 m expHall_P hIoni - 49 43.7 cm -58.1 cm 4.11 m 6.42 GeV 44.8 keV 26 cm 4.17 m expHall_P hIoni - 50 44.8 cm -59.6 cm 4.21 m 6.42 GeV 19.4 keV 10.4 cm 4.28 m expHall_P hIoni - 51 45.2 cm -60.1 cm 4.25 m 6.42 GeV 7.58 keV 4.13 cm 4.32 m expHall_P hIoni - 52 45.6 cm -60.7 cm 4.29 m 6.42 GeV 5.53 keV 3.85 cm 4.36 m expHall_P hIoni - 53 46.1 cm -61.4 cm 4.34 m 6.42 GeV 13.3 keV 5.2 cm 4.41 m expHall_P hIoni - 54 46.2 cm -61.6 cm 4.35 m 6.42 GeV 951 eV 1.06 cm 4.42 m expHall_P hIoni - 55 46.7 cm -62.2 cm 4.39 m 6.42 GeV 8.26 keV 4.23 cm 4.46 m expHall_P hIoni - 56 47.5 cm -63.3 cm 4.47 m 6.42 GeV 15.7 keV 8.22 cm 4.54 m expHall_P hIoni - 57 51.3 cm -68.6 cm 4.84 m 6.42 GeV 65.2 keV 37.3 cm 4.92 m expHall_P hIoni - 58 51.8 cm -69.2 cm 4.88 m 6.42 GeV 7.98 keV 4.24 cm 4.96 m expHall_P hIoni - 59 54.7 cm -73.2 cm 5.16 m 6.42 GeV 48.9 keV 28.5 cm 5.24 m expHall_P hIoni - 60 55.7 cm -74.5 cm 5.26 m 6.42 GeV 17.2 keV 9.47 cm 5.34 m expHall_P hIoni - 61 56.3 cm -75.4 cm 5.32 m 6.42 GeV 10.8 keV 6.01 cm 5.4 m expHall_P hIoni - 62 59 cm -79.2 cm 5.58 m 6.42 GeV 47.1 keV 27.1 cm 5.67 m expHall_P hIoni - 63 59.3 cm -79.5 cm 5.6 m 6.42 GeV 3.52 keV 2.06 cm 5.69 m expHall_P hIoni - 64 60.9 cm -81.7 cm 5.76 m 6.42 GeV 32.6 keV 16.1 cm 5.85 m expHall_P hIoni - 65 61.1 cm -81.9 cm 5.77 m 6.42 GeV 2.95 keV 1.38 cm 5.86 m expHall_P hIoni - 66 62.8 cm -84.3 cm 5.94 m 6.42 GeV 31.6 keV 16.6 cm 6.03 m expHall_P hIoni - 67 63.4 cm -85.2 cm 6 m 6.42 GeV 12.3 keV 6.26 cm 6.09 m OutOfWorld CoupledTransportation + 1 2.37 cm -2.51 cm 19.5 cm 6.43 GeV 37.7 keV 19.8 cm 19.8 cm expHall_P hIoni + 2 4.09 cm -4.32 cm 33.6 cm 6.43 GeV 26.3 keV 14.3 cm 34.1 cm expHall_P hIoni + 3 4.54 cm -4.81 cm 37.4 cm 6.43 GeV 6.35 keV 3.79 cm 37.9 cm expHall_P hIoni + 4 5.13 cm -5.46 cm 42.3 cm 6.43 GeV 8.94 keV 5.04 cm 43 cm expHall_P hIoni + 5 6.25 cm -6.7 cm 51.8 cm 6.43 GeV 17.1 keV 9.61 cm 52.6 cm expHall_P hIoni + 6 9.52 cm -10.6 cm 80.3 cm 6.43 GeV 51.8 keV 29 cm 81.6 cm expHall_P hIoni + 7 9.72 cm -10.8 cm 82.1 cm 6.43 GeV 2.32 keV 1.78 cm 83.4 cm expHall_P hIoni + 8 12.3 cm -14.1 cm 1.06 m 6.43 GeV 45.3 keV 23.9 cm 1.07 m expHall_P hIoni + 9 13 cm -15 cm 1.12 m 6.43 GeV 11.9 keV 6.51 cm 1.14 m expHall_P hIoni + 10 17.2 cm -20.4 cm 1.51 m 6.43 GeV 72.2 keV 39.5 cm 1.53 m expHall_P hIoni + 11 19 cm -22.7 cm 1.68 m 6.43 GeV 25.2 keV 16.9 cm 1.7 m expHall_P hIoni + 12 19.2 cm -23 cm 1.69 m 6.43 GeV 4.23 keV 1.84 cm 1.72 m expHall_P hIoni + 13 19.9 cm -23.9 cm 1.76 m 6.43 GeV 13.6 keV 6.83 cm 1.79 m expHall_P hIoni + 14 20.4 cm -24.5 cm 1.8 m 6.43 GeV 8.26 keV 4.23 cm 1.83 m expHall_P hIoni + 15 21.3 cm -25.6 cm 1.88 m 6.43 GeV 15.7 keV 8.22 cm 1.91 m expHall_P hIoni + 16 25.2 cm -30.8 cm 2.25 m 6.43 GeV 65.2 keV 37.3 cm 2.29 m expHall_P hIoni + 17 25.7 cm -31.4 cm 2.29 m 6.43 GeV 7.98 keV 4.24 cm 2.33 m expHall_P hIoni + 18 28.7 cm -35.3 cm 2.57 m 6.43 GeV 48.9 keV 28.5 cm 2.61 m expHall_P hIoni + 19 29.7 cm -36.6 cm 2.67 m 6.43 GeV 17.2 keV 9.47 cm 2.71 m expHall_P hIoni + 20 30.4 cm -37.4 cm 2.73 m 6.43 GeV 10.8 keV 6.01 cm 2.77 m expHall_P hIoni + 21 33.3 cm -41.1 cm 2.99 m 6.43 GeV 47.1 keV 27.1 cm 3.04 m expHall_P hIoni + 22 33.5 cm -41.4 cm 3.01 m 6.43 GeV 3.52 keV 2.06 cm 3.06 m expHall_P hIoni + 23 35.2 cm -43.6 cm 3.17 m 6.43 GeV 32.6 keV 16.1 cm 3.22 m expHall_P hIoni + 24 35.4 cm -43.8 cm 3.18 m 6.43 GeV 2.95 keV 1.38 cm 3.23 m expHall_P hIoni + 25 37.1 cm -46.1 cm 3.35 m 6.43 GeV 31.6 keV 16.6 cm 3.4 m expHall_P hIoni + 26 38.7 cm -48.1 cm 3.49 m 6.43 GeV 24.6 keV 14.5 cm 3.55 m expHall_P hIoni + 27 40 cm -49.9 cm 3.62 m 6.43 GeV 27.1 keV 12.7 cm 3.67 m expHall_P hIoni + 28 40.5 cm -50.4 cm 3.65 m 6.43 GeV 6.75 keV 3.89 cm 3.71 m expHall_P hIoni + 29 46.1 cm -57.7 cm 4.17 m 6.43 GeV 99.4 keV 52.8 cm 4.24 m expHall_P hIoni + 30 48 cm -60.2 cm 4.35 m 6.43 GeV 36 keV 18.1 cm 4.42 m expHall_P hIoni + 31 48.8 cm -61.2 cm 4.42 m 6.43 GeV 10.8 keV 7.17 cm 4.49 m expHall_P hIoni + 32 49.3 cm -61.8 cm 4.47 m 6.43 GeV 6.63 keV 4.55 cm 4.54 m expHall_P hIoni + 33 50.2 cm -63 cm 4.56 m 6.43 GeV 15.4 keV 8.99 cm 4.63 m expHall_P hIoni + 34 53 cm -66.7 cm 4.82 m 6.43 GeV 49 keV 26.2 cm 4.89 m expHall_P hIoni + 35 53.6 cm -67.3 cm 4.86 m 6.43 GeV 10.3 keV 4.98 cm 4.94 m expHall_P hIoni + 36 53.9 cm -67.8 cm 4.9 m 6.43 GeV 7.73 keV 3.23 cm 4.97 m expHall_P hIoni + 37 54.2 cm -68.2 cm 4.92 m 6.43 GeV 4.78 keV 2.67 cm 5 m expHall_P hIoni + 38 54.7 cm -68.8 cm 4.97 m 6.43 GeV 6.38 keV 4.82 cm 5.05 m expHall_P hIoni + 39 55.8 cm -70.2 cm 5.07 m 6.43 GeV 15.4 keV 9.79 cm 5.14 m expHall_P hIoni + 40 57.9 cm -72.9 cm 5.26 m 6.43 GeV 33.8 keV 20 cm 5.35 m expHall_P hIoni + 41 58.6 cm -73.9 cm 5.33 m 6.43 GeV 12.3 keV 7.03 cm 5.42 m expHall_P hIoni + 42 59.5 cm -75 cm 5.41 m 6.43 GeV 15.3 keV 7.81 cm 5.49 m expHall_P hIoni + 43 59.5 cm -75 cm 5.41 m 6.43 GeV 286 eV 2.27 mm 5.5 m expHall_P hIoni + 44 59.8 cm -75.5 cm 5.44 m 6.43 GeV 6.55 keV 3.2 cm 5.53 m expHall_P hIoni + 45 60 cm -75.6 cm 5.46 m 6.43 GeV 2.9 keV 1.41 cm 5.54 m expHall_P hIoni + 46 60.6 cm -76.4 cm 5.51 m 6.43 GeV 9.15 keV 5.57 cm 5.6 m expHall_P hIoni + 47 60.7 cm -76.5 cm 5.52 m 6.43 GeV 650 eV 8.89 mm 5.61 m expHall_P hIoni + 48 61 cm -77 cm 5.55 m 6.43 GeV 5.98 keV 3.33 cm 5.64 m expHall_P hIoni + 49 61.2 cm -77.2 cm 5.57 m 6.43 GeV 4.43 keV 1.64 cm 5.66 m expHall_P hIoni + 50 61.5 cm -77.5 cm 5.59 m 6.43 GeV 6.46 keV 2.27 cm 5.68 m expHall_P hIoni + 51 61.7 cm -77.9 cm 5.62 m 6.43 GeV 3.61 keV 2.69 cm 5.71 m expHall_P hIoni + 52 62.3 cm -78.6 cm 5.67 m 6.43 GeV 10.4 keV 4.74 cm 5.75 m expHall_P hIoni + 53 62.9 cm -79.3 cm 5.72 m 6.43 GeV 11.1 keV 5.63 cm 5.81 m expHall_P hIoni + 54 62.9 cm -79.4 cm 5.72 m 6.43 GeV 329 eV 2.38 mm 5.81 m expHall_P hIoni + 55 64.5 cm -81.5 cm 5.87 m 6.43 GeV 30.3 keV 15.3 cm 5.96 m expHall_P hIoni + 56 64.8 cm -81.8 cm 5.9 m 6.43 GeV 3.41 keV 2.31 cm 5.99 m expHall_P hIoni + 57 65.6 cm -82.9 cm 5.98 m 6.43 GeV 13.1 keV 8.02 cm 6.07 m expHall_P hIoni + 58 65.9 cm -83.3 cm 6 m 6.43 GeV 4.42 keV 2.53 cm 6.09 m OutOfWorld CoupledTransportation Track (trackID 80, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2251,64 +2280,24 @@ Track (trackID 80, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 237 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.27 mm -581 um 42 cm 237 GeV 82.6 keV 42 cm 42 cm expHall_P hIoni - 2 1.6 mm -737 um 53.1 cm 237 GeV 24.5 keV 11.2 cm 53.1 cm expHall_P hIoni - 3 2.48 mm -1.14 mm 82.2 cm 237 GeV 52.4 keV 29.1 cm 82.2 cm expHall_P hIoni - 4 2.6 mm -1.2 mm 86.2 cm 237 GeV 10.6 keV 3.93 cm 86.2 cm expHall_P hIoni - 5 2.65 mm -1.22 mm 87.9 cm 237 GeV 3.45 keV 1.79 cm 87.9 cm expHall_P hIoni - 6 2.77 mm -1.27 mm 91.7 cm 237 GeV 7.34 keV 3.79 cm 91.7 cm expHall_P hIoni - 7 2.88 mm -1.33 mm 95.5 cm 237 GeV 6.02 keV 3.74 cm 95.5 cm expHall_P hIoni - 8 3.17 mm -1.46 mm 1.05 m 237 GeV 18.9 keV 9.47 cm 1.05 m expHall_P hIoni - 9 3.22 mm -1.48 mm 1.07 m 237 GeV 2.33 keV 1.85 cm 1.07 m expHall_P hIoni - 10 4.22 mm -1.94 mm 1.4 m 237 GeV 67.6 keV 32.9 cm 1.4 m expHall_P hIoni - 11 4.25 mm -1.96 mm 1.41 m 237 GeV 1.84 keV 1.19 cm 1.41 m expHall_P hIoni - 12 4.31 mm -1.99 mm 1.43 m 237 GeV 4.64 keV 2.02 cm 1.43 m expHall_P hIoni - 13 4.4 mm -2.03 mm 1.46 m 237 GeV 4.37 keV 2.82 cm 1.46 m expHall_P hIoni - 14 4.98 mm -2.3 mm 1.65 m 237 GeV 33.6 keV 19.3 cm 1.65 m expHall_P hIoni - 15 5.75 mm -2.66 mm 1.91 m 237 GeV 47.4 keV 25.7 cm 1.91 m expHall_P hIoni - 16 5.9 mm -2.73 mm 1.96 m 237 GeV 10.9 keV 4.96 cm 1.96 m expHall_P hIoni - 17 5.92 mm -2.73 mm 1.96 m 237 GeV 2.07 keV 5.1 mm 1.96 m expHall_P hIoni - 18 6.38 mm -2.95 mm 2.12 m 237 GeV 31 keV 15.4 cm 2.12 m expHall_P hIoni - 19 6.84 mm -3.16 mm 2.27 m 237 GeV 33.5 keV 15.3 cm 2.27 m expHall_P hIoni - 20 6.87 mm -3.18 mm 2.28 m 237 GeV 1.62 keV 1.02 cm 2.28 m expHall_P hIoni - 21 6.88 mm -3.18 mm 2.28 m 237 GeV 477 eV 3.1 mm 2.28 m expHall_P hIoni - 22 7.31 mm -3.38 mm 2.42 m 237 GeV 24.5 keV 14 cm 2.42 m expHall_P hIoni - 23 7.47 mm -3.45 mm 2.48 m 237 GeV 12.2 keV 5.38 cm 2.48 m expHall_P hIoni - 24 7.5 mm -3.47 mm 2.49 m 237 GeV 1.38 keV 1.2 cm 2.49 m expHall_P hIoni - 25 7.55 mm -3.49 mm 2.5 m 237 GeV 3.41 keV 1.46 cm 2.5 m expHall_P hIoni - 26 7.59 mm -3.51 mm 2.52 m 237 GeV 2.13 keV 1.53 cm 2.52 m expHall_P hIoni - 27 8.03 mm -3.71 mm 2.66 m 237 GeV 26.8 keV 14.6 cm 2.66 m expHall_P hIoni - 28 8.18 mm -3.78 mm 2.71 m 237 GeV 9.62 keV 4.97 cm 2.71 m expHall_P hIoni - 29 8.63 mm -3.99 mm 2.86 m 237 GeV 31.1 keV 14.7 cm 2.86 m expHall_P hIoni - 30 9.2 mm -4.25 mm 3.05 m 237 GeV 34.3 keV 18.9 cm 3.05 m expHall_P hIoni - 31 1.07 cm -4.93 mm 3.54 m 237 GeV 90.9 keV 48.7 cm 3.54 m expHall_P hIoni - 32 1.08 cm -4.98 mm 3.57 m 237 GeV 4.96 keV 3.62 cm 3.57 m expHall_P hIoni - 33 1.09 cm -5.06 mm 3.63 m 237 GeV 8.83 keV 5.48 cm 3.63 m expHall_P hIoni - 34 1.15 cm -5.31 mm 3.81 m 237 GeV 37.1 keV 18.1 cm 3.81 m expHall_P hIoni - 35 1.17 cm -5.41 mm 3.88 m 237 GeV 13.7 keV 6.5 cm 3.88 m expHall_P hIoni - 36 1.19 cm -5.5 mm 3.95 m 237 GeV 16.2 keV 7 cm 3.95 m expHall_P hIoni - 37 1.2 cm -5.54 mm 3.97 m 237 GeV 6.95 keV 2.61 cm 3.97 m expHall_P hIoni - 38 1.22 cm -5.63 mm 4.04 m 237 GeV 13.2 keV 6.55 cm 4.04 m expHall_P hIoni - 39 1.24 cm -5.73 mm 4.11 m 237 GeV 11.1 keV 6.87 cm 4.11 m expHall_P hIoni - 40 1.25 cm -5.77 mm 4.13 m 237 GeV 5.23 keV 2.88 cm 4.13 m expHall_P hIoni - 41 1.32 cm -6.12 mm 4.39 m 237 GeV 48.1 keV 25.5 cm 4.39 m expHall_P hIoni - 42 1.33 cm -6.17 mm 4.42 m 237 GeV 9.37 keV 3.5 cm 4.42 m expHall_P hIoni - 43 1.35 cm -6.26 mm 4.48 m 237 GeV 11.2 keV 5.92 cm 4.48 m expHall_P hIoni - 44 1.43 cm -6.62 mm 4.75 m 237 GeV 54.5 keV 26.2 cm 4.75 m expHall_P hIoni - 45 1.43 cm -6.64 mm 4.76 m 237 GeV 4.59 keV 1.3 cm 4.76 m expHall_P hIoni - 46 1.45 cm -6.69 mm 4.8 m 237 GeV 7.46 keV 3.72 cm 4.8 m expHall_P hIoni - 47 1.48 cm -6.83 mm 4.9 m 237 GeV 21.1 keV 10.1 cm 4.9 m expHall_P hIoni - 48 1.48 cm -6.87 mm 4.92 m 237 GeV 3.58 keV 2.46 cm 4.92 m expHall_P hIoni - 49 1.52 cm -7.02 mm 5.03 m 237 GeV 23.1 keV 11.2 cm 5.03 m expHall_P hIoni - 50 1.52 cm -7.03 mm 5.04 m 237 GeV 750 eV 2.74 mm 5.04 m expHall_P hIoni - 51 1.63 cm -7.55 mm 5.41 m 237 GeV 76.5 keV 37.7 cm 5.41 m expHall_P hIoni - 52 1.66 cm -7.7 mm 5.52 m 237 GeV 21.1 keV 10.7 cm 5.52 m expHall_P hIoni - 53 1.71 cm -7.9 mm 5.66 m 237 GeV 28.5 keV 14.1 cm 5.66 m expHall_P hIoni - 54 1.72 cm -7.97 mm 5.71 m 237 GeV 11.8 keV 5.15 cm 5.71 m expHall_P hIoni - 55 1.73 cm -8.01 mm 5.74 m 237 GeV 4.47 keV 2.74 cm 5.74 m expHall_P hIoni - 56 1.77 cm -8.18 mm 5.86 m 237 GeV 30.1 keV 12.4 cm 5.86 m expHall_P hIoni - 57 1.78 cm -8.26 mm 5.92 m 237 GeV 10.9 keV 5.23 cm 5.92 m expHall_P hIoni - 58 1.81 cm -8.37 mm 6 m 237 GeV 17.6 keV 8.39 cm 6 m OutOfWorld CoupledTransportation + 1 1.55 um -709 nm 513 um 237 GeV 47.7 eV 513 um 513 um expHall_P hIoni + 2 347 um -159 um 11.5 cm 237 GeV 19.8 keV 11.4 cm 11.5 cm expHall_P hIoni + 3 444 um -204 um 14.7 cm 237 GeV 6.76 keV 3.22 cm 14.7 cm expHall_P hIoni + 4 749 um -344 um 24.8 cm 237 GeV 22.3 keV 10.1 cm 24.8 cm expHall_P hIoni + 5 989 um -454 um 32.8 cm 237 GeV 16 keV 7.94 cm 32.8 cm expHall_P hIoni + 6 1.08 mm -495 um 35.7 cm 237 GeV 7.44 keV 2.92 cm 35.7 cm expHall_P hIoni + 7 1.77 mm -815 um 58.7 cm 237 GeV 49.2 keV 23 cm 58.7 cm expHall_P hIoni + 8 2.64 mm -1.22 mm 87.6 cm 237 GeV 55.1 keV 28.9 cm 87.6 cm expHall_P hIoni + 9 3.07 mm -1.41 mm 1.02 m 237 GeV 30.2 keV 14.1 cm 1.02 m expHall_P hIoni + 10 3.22 mm -1.49 mm 1.07 m 237 GeV 8.33 keV 5.22 cm 1.07 m expHall_P hIoni + 11 3.33 mm -1.54 mm 1.1 m 237 GeV 6.42 keV 3.55 cm 1.1 m expHall_P hIoni + 12 3.5 mm -1.62 mm 1.16 m 237 GeV 10.9 keV 5.68 cm 1.16 m expHall_P hIoni + 13 3.59 mm -1.66 mm 1.19 m 237 GeV 6.78 keV 2.95 cm 1.19 m expHall_P hIoni + 14 3.83 mm -1.77 mm 1.27 m 237 GeV 14.4 keV 7.94 cm 1.27 m expHall_P hIoni + 15 4.16 mm -1.92 mm 1.38 m 237 GeV 23.4 keV 11 cm 1.38 m expHall_P hIoni + 16 4.18 mm -1.93 mm 1.39 m 237 GeV 1.34 keV 5.72 mm 1.39 m expHall_P hIoni + 17 4.27 mm -1.97 mm 1.42 m 237 GeV 6.56 keV 3.02 cm 1.42 m expHall_P hIoni + 18 4.27 mm -1.97 mm 1.42 m 237 GeV 90.8 eV 1.45 mm 1.42 m expHall_P Decay Track (trackID 77, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2317,52 +2306,43 @@ Track (trackID 77, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 128 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 300 um -107 um 5.31 cm 128 GeV 14.2 keV 5.31 cm 5.31 cm expHall_P hIoni - 2 722 um -258 um 12.8 cm 128 GeV 12.4 keV 7.48 cm 12.8 cm expHall_P hIoni - 3 1.08 mm -385 um 19.1 cm 128 GeV 14.2 keV 6.29 cm 19.1 cm expHall_P hIoni - 4 1.42 mm -507 um 25.1 cm 128 GeV 8.66 keV 6.07 cm 25.1 cm expHall_P hIoni - 5 1.77 mm -632 um 31.4 cm 128 GeV 10.1 keV 6.23 cm 31.4 cm expHall_P hIoni - 6 1.96 mm -701 um 34.8 cm 128 GeV 7.26 keV 3.43 cm 34.8 cm expHall_P hIoni - 7 2.22 mm -791 um 39.3 cm 128 GeV 8.03 keV 4.46 cm 39.3 cm expHall_P hIoni - 8 2.95 mm -1.05 mm 52.2 cm 128 GeV 30.2 keV 13 cm 52.2 cm expHall_P hIoni - 9 3.14 mm -1.12 mm 55.5 cm 128 GeV 5.69 keV 3.31 cm 55.5 cm expHall_P hIoni - 10 3.2 mm -1.14 mm 56.7 cm 128 GeV 3.44 keV 1.16 cm 56.7 cm expHall_P hIoni - 11 3.33 mm -1.19 mm 59 cm 128 GeV 4.74 keV 2.29 cm 59 cm expHall_P hIoni - 12 3.92 mm -1.4 mm 69.5 cm 128 GeV 20.8 keV 10.5 cm 69.5 cm expHall_P hIoni - 13 6.7 mm -2.37 mm 1.19 m 128 GeV 100 keV 49.1 cm 1.19 m expHall_P hIoni - 14 6.86 mm -2.43 mm 1.21 m 128 GeV 3.98 keV 2.84 cm 1.21 m expHall_P hIoni - 15 8.38 mm -2.96 mm 1.48 m 128 GeV 47.1 keV 26.7 cm 1.48 m expHall_P hIoni - 16 9.16 mm -3.24 mm 1.62 m 128 GeV 27.8 keV 13.9 cm 1.62 m expHall_P hIoni - 17 1.03 cm -3.63 mm 1.82 m 128 GeV 42.5 keV 20 cm 1.82 m expHall_P hIoni - 18 1.12 cm -3.95 mm 1.98 m 128 GeV 27.7 keV 15.9 cm 1.98 m expHall_P hIoni - 19 1.15 cm -4.05 mm 2.03 m 128 GeV 6.81 keV 5.11 cm 2.03 m expHall_P hIoni - 20 1.26 cm -4.43 mm 2.22 m 128 GeV 31.3 keV 19.1 cm 2.22 m expHall_P hIoni - 21 1.34 cm -4.71 mm 2.36 m 128 GeV 32.6 keV 14.1 cm 2.36 m expHall_P hIoni - 22 1.38 cm -4.87 mm 2.44 m 128 GeV 16 keV 8.08 cm 2.44 m expHall_P hIoni - 23 1.44 cm -5.07 mm 2.54 m 128 GeV 18.5 keV 9.76 cm 2.54 m expHall_P hIoni - 24 1.52 cm -5.36 mm 2.69 m 128 GeV 29.8 keV 14.5 cm 2.69 m expHall_P hIoni - 25 1.54 cm -5.44 mm 2.73 m 128 GeV 7.78 keV 4.19 cm 2.73 m expHall_P hIoni - 26 1.57 cm -5.52 mm 2.77 m 128 GeV 8.32 keV 4.35 cm 2.77 m expHall_P hIoni - 27 1.58 cm -5.57 mm 2.8 m 128 GeV 4.27 keV 2.53 cm 2.8 m expHall_P hIoni - 28 1.67 cm -5.9 mm 2.96 m 128 GeV 33.2 keV 16.2 cm 2.96 m expHall_P hIoni - 29 1.76 cm -6.2 mm 3.11 m 128 GeV 30.8 keV 15.5 cm 3.11 m expHall_P hIoni - 30 1.79 cm -6.3 mm 3.16 m 128 GeV 13 keV 4.93 cm 3.16 m expHall_P hIoni - 31 1.8 cm -6.33 mm 3.18 m 128 GeV 1.09 keV 1.37 cm 3.18 m expHall_P hIoni - 32 1.84 cm -6.47 mm 3.25 m 128 GeV 13.1 keV 7.06 cm 3.25 m expHall_P hIoni - 33 1.94 cm -6.81 mm 3.42 m 128 GeV 32.6 keV 17.3 cm 3.42 m expHall_P hIoni - 34 2.07 cm -7.27 mm 3.65 m 128 GeV 46.8 keV 23.4 cm 3.65 m expHall_P hIoni - 35 2.17 cm -7.64 mm 3.84 m 128 GeV 31.2 keV 18.3 cm 3.84 m expHall_P hIoni - 36 2.19 cm -7.71 mm 3.87 m 128 GeV 9.36 keV 3.54 cm 3.87 m expHall_P hIoni - 37 2.26 cm -7.93 mm 3.99 m 128 GeV 19 keV 11.5 cm 3.99 m expHall_P hIoni - 38 2.27 cm -7.97 mm 4.01 m 128 GeV 5.91 keV 2.04 cm 4.01 m expHall_P hIoni - 39 2.33 cm -8.18 mm 4.11 m 128 GeV 21.3 keV 10.5 cm 4.11 m expHall_P hIoni - 40 2.36 cm -8.31 mm 4.18 m 128 GeV 11.4 keV 6.35 cm 4.18 m expHall_P hIoni - 41 2.38 cm -8.36 mm 4.2 m 128 GeV 3.98 keV 2.8 cm 4.2 m expHall_P hIoni - 42 2.38 cm -8.37 mm 4.21 m 128 GeV 496 eV 4.18 mm 4.21 m expHall_P hIoni - 43 2.38 cm -8.38 mm 4.21 m 128 GeV 51.6 eV 1.15 mm 4.21 m expHall_P hIoni - 44 2.41 cm -8.46 mm 4.25 m 128 GeV 8.31 keV 4.45 cm 4.25 m expHall_P hIoni - 45 2.43 cm -8.55 mm 4.3 m 128 GeV 6.55 keV 4.18 cm 4.3 m expHall_P hIoni - 46 2.47 cm -8.69 mm 4.37 m 128 GeV 13.1 keV 7.06 cm 4.37 m expHall_P Decay + 1 209 um -74.7 um 3.7 cm 128 GeV 6.29 keV 3.7 cm 3.7 cm expHall_P hIoni + 2 407 um -146 um 7.2 cm 128 GeV 8.29 keV 3.51 cm 7.2 cm expHall_P hIoni + 3 1.03 mm -370 um 18.3 cm 128 GeV 20.1 keV 11.1 cm 18.3 cm expHall_P hIoni + 4 1.55 mm -555 um 27.5 cm 128 GeV 17.9 keV 9.16 cm 27.5 cm expHall_P hIoni + 5 2.06 mm -737 um 36.5 cm 128 GeV 22.9 keV 9.02 cm 36.5 cm expHall_P hIoni + 6 2.51 mm -898 um 44.5 cm 128 GeV 14.3 keV 8.02 cm 44.5 cm expHall_P hIoni + 7 2.61 mm -931 um 46.2 cm 128 GeV 3.75 keV 1.64 cm 46.2 cm expHall_P hIoni + 8 2.82 mm -1.01 mm 49.9 cm 128 GeV 6.87 keV 3.74 cm 49.9 cm expHall_P hIoni + 9 3.06 mm -1.09 mm 54.1 cm 128 GeV 9.04 keV 4.22 cm 54.1 cm expHall_P hIoni + 10 3.48 mm -1.24 mm 61.6 cm 128 GeV 12.4 keV 7.48 cm 61.6 cm expHall_P hIoni + 11 3.84 mm -1.37 mm 67.9 cm 128 GeV 14.2 keV 6.29 cm 67.9 cm expHall_P hIoni + 12 4.18 mm -1.49 mm 74 cm 128 GeV 8.66 keV 6.07 cm 74 cm expHall_P hIoni + 13 4.53 mm -1.61 mm 80.2 cm 128 GeV 10.1 keV 6.23 cm 80.2 cm expHall_P hIoni + 14 4.72 mm -1.68 mm 83.6 cm 128 GeV 7.26 keV 3.43 cm 83.6 cm expHall_P hIoni + 15 4.98 mm -1.77 mm 88.1 cm 128 GeV 8.03 keV 4.46 cm 88.1 cm expHall_P hIoni + 16 5.71 mm -2.03 mm 1.01 m 128 GeV 30.2 keV 13 cm 1.01 m expHall_P hIoni + 17 5.9 mm -2.09 mm 1.04 m 128 GeV 5.69 keV 3.31 cm 1.04 m expHall_P hIoni + 18 5.96 mm -2.11 mm 1.06 m 128 GeV 3.44 keV 1.16 cm 1.06 m expHall_P hIoni + 19 6.09 mm -2.16 mm 1.08 m 128 GeV 4.74 keV 2.29 cm 1.08 m expHall_P hIoni + 20 6.68 mm -2.37 mm 1.18 m 128 GeV 20.8 keV 10.5 cm 1.18 m expHall_P hIoni + 21 9.46 mm -3.34 mm 1.67 m 128 GeV 100 keV 49.1 cm 1.67 m expHall_P hIoni + 22 9.62 mm -3.4 mm 1.7 m 128 GeV 3.98 keV 2.84 cm 1.7 m expHall_P hIoni + 23 1.11 cm -3.93 mm 1.97 m 128 GeV 47.1 keV 26.7 cm 1.97 m expHall_P hIoni + 24 1.19 cm -4.21 mm 2.11 m 128 GeV 27.8 keV 13.9 cm 2.11 m expHall_P hIoni + 25 1.31 cm -4.61 mm 2.31 m 128 GeV 42.5 keV 20 cm 2.31 m expHall_P hIoni + 26 1.4 cm -4.92 mm 2.47 m 128 GeV 27.7 keV 15.9 cm 2.47 m expHall_P hIoni + 27 1.42 cm -5.03 mm 2.52 m 128 GeV 6.81 keV 5.11 cm 2.52 m expHall_P hIoni + 28 1.53 cm -5.41 mm 2.71 m 128 GeV 31.3 keV 19.1 cm 2.71 m expHall_P hIoni + 29 1.61 cm -5.69 mm 2.85 m 128 GeV 32.6 keV 14.1 cm 2.85 m expHall_P hIoni + 30 1.66 cm -5.85 mm 2.93 m 128 GeV 16 keV 8.08 cm 2.93 m expHall_P hIoni + 31 1.71 cm -6.04 mm 3.03 m 128 GeV 18.5 keV 9.76 cm 3.03 m expHall_P hIoni + 32 1.8 cm -6.33 mm 3.17 m 128 GeV 29.8 keV 14.5 cm 3.17 m expHall_P hIoni + 33 1.82 cm -6.41 mm 3.22 m 128 GeV 7.78 keV 4.19 cm 3.22 m expHall_P hIoni + 34 1.84 cm -6.5 mm 3.26 m 128 GeV 8.32 keV 4.35 cm 3.26 m expHall_P hIoni + 35 1.86 cm -6.55 mm 3.29 m 128 GeV 4.27 keV 2.53 cm 3.29 m expHall_P hIoni + 36 1.95 cm -6.87 mm 3.45 m 128 GeV 33.2 keV 16.2 cm 3.45 m expHall_P hIoni + 37 2.02 cm -7.13 mm 3.58 m 128 GeV 26.2 keV 13.1 cm 3.58 m expHall_P Decay Track (trackID 75, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2371,7 +2351,7 @@ Track (trackID 75, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 7.68 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 7.68 GeV 0 eV 5.64e-297 fm 5.64e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 7.68 GeV 0 eV 1.84e-297 fm 1.84e-297 fm expHall_P Decay Track (trackID 71, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2380,7 +2360,7 @@ Track (trackID 71, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 3.03 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 3.03 GeV 0 eV 1.36e-296 fm 1.36e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 3.03 GeV 0 eV 2.68e-297 fm 2.68e-297 fm expHall_P Decay Track (trackID 66, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2389,31 +2369,26 @@ Track (trackID 66, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 255 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.86 mm 3.18 cm 2.11 mm 255 MeV 4.31 keV 3.2 cm 3.2 cm expHall_P hIoni - 2 4.65 cm 19.5 cm 1.33 cm 255 MeV 24.9 keV 17 cm 20.2 cm expHall_P CoupledTransportation - 3 5.36 cm 20.8 cm 1.43 cm 255 MeV 1.67 keV 1.53 cm 21.7 cm tracker_phys hIoni - 4 6.03 cm 22 cm 1.51 cm 255 MeV 3.02 keV 1.33 cm 23.1 cm tracker_phys hIoni - 5 7.28 cm 23.9 cm 1.67 cm 255 MeV 6.17 keV 2.34 cm 25.4 cm tracker_phys CoupledTransportation - 6 7.58 cm 24.3 cm 1.7 cm 253 MeV 1.56 MeV 5.25 mm 25.9 cm trackerLayer_phys CoupledTransportation - 7 8.41 cm 25.5 cm 1.8 cm 253 MeV 1.4 keV 1.42 cm 27.3 cm tracker_phys hIoni - 8 8.65 cm 25.8 cm 1.83 cm 253 MeV 871 eV 3.99 mm 27.7 cm tracker_phys hIoni - 9 10.5 cm 28.1 cm 2.05 cm 253 MeV 4.08 keV 2.97 cm 30.7 cm tracker_phys CoupledTransportation - 10 10.7 cm 28.2 cm 2.07 cm 250 MeV 631 keV 2.04 mm 30.9 cm trackerLayer_phys hIoni - 11 10.9 cm 28.5 cm 2.09 cm 249 MeV 1.07 MeV 3.35 mm 31.3 cm trackerLayer_phys CoupledTransportation - 12 12 cm 29.6 cm 2.22 cm 249 MeV 1.67 keV 1.54 cm 32.8 cm tracker_phys hIoni - 13 14.2 cm 31.7 cm 2.49 cm 249 MeV 6.78 keV 3.09 cm 35.9 cm tracker_phys hIoni - 14 14.4 cm 31.9 cm 2.51 cm 249 MeV 532 eV 2.97 mm 36.2 cm tracker_phys CoupledTransportation - 15 14.9 cm 32.2 cm 2.56 cm 247 MeV 1.85 MeV 5.56 mm 36.7 cm trackerLayer_phys CoupledTransportation - 16 19 cm 35.2 cm 3.01 cm 247 MeV 11.1 keV 5.12 cm 41.9 cm tracker_phys CoupledTransportation - 17 19.5 cm 35.5 cm 3.06 cm 245 MeV 2.03 MeV 5.8 mm 42.4 cm trackerLayer_phys CoupledTransportation - 18 20.5 cm 36 cm 3.16 cm 245 MeV 1.25 keV 1.16 cm 43.6 cm tracker_phys hIoni - 19 21.7 cm 36.7 cm 3.28 cm 245 MeV 2.73 keV 1.34 cm 44.9 cm tracker_phys hIoni - 20 21.7 cm 36.7 cm 3.28 cm 245 MeV 72.7 eV 65.6 um 45 cm tracker_phys hIoni - 21 24.3 cm 37.8 cm 3.54 cm 245 MeV 2.99 keV 2.88 cm 47.8 cm tracker_phys CoupledTransportation - 22 24.5 cm 37.9 cm 3.55 cm 244 MeV 535 keV 1.67 mm 48 cm trackerLayer_phys hIoni - 23 24.9 cm 38.1 cm 3.59 cm 243 MeV 1.71 MeV 4.48 mm 48.4 cm trackerLayer_phys CoupledTransportation - 24 28.5 cm 39.3 cm 3.92 cm 243 MeV 5.17 keV 3.81 cm 52.3 cm tracker_phys hIoni - 25 30.3 cm 39.8 cm 4.08 cm 243 MeV 2.08 keV 1.87 cm 54.1 cm tracker_phys hIoni + 1 -1.39 cm 10.4 cm 6.9 mm 255 MeV 16.3 keV 10.6 cm 10.6 cm expHall_P hIoni + 2 -3.99 cm 19.6 cm 1.32 cm 255 MeV 13.4 keV 9.64 cm 20.2 cm expHall_P CoupledTransportation + 3 -4.47 cm 24.6 cm 1.64 cm 255 MeV 6.86 keV 5.04 cm 25.3 cm tracker_phys CoupledTransportation + 4 -4.48 cm 24.9 cm 1.66 cm 253 MeV 986 keV 2.82 mm 25.5 cm trackerLayer_phys hIoni + 5 -4.49 cm 25.1 cm 1.67 cm 253 MeV 766 keV 2.25 mm 25.8 cm trackerLayer_phys CoupledTransportation + 6 -4.49 cm 25.9 cm 1.72 cm 253 MeV 951 eV 8.21 mm 26.6 cm tracker_phys hIoni + 7 -4.48 cm 26.7 cm 1.76 cm 253 MeV 1.01 keV 7.35 mm 27.3 cm tracker_phys hIoni + 8 -4.29 cm 29.7 cm 1.94 cm 253 MeV 4.07 keV 3.05 cm 30.4 cm tracker_phys CoupledTransportation + 9 -4.24 cm 30.2 cm 1.98 cm 251 MeV 1.62 MeV 5.17 mm 30.9 cm trackerLayer_phys CoupledTransportation + 10 -3.63 cm 34.1 cm 2.23 cm 251 MeV 7.34 keV 3.96 cm 34.9 cm tracker_phys hIoni + 11 -3.48 cm 34.8 cm 2.28 cm 251 MeV 1.3 keV 7.37 mm 35.6 cm tracker_phys CoupledTransportation + 12 -3.36 cm 35.3 cm 2.31 cm 249 MeV 1.68 MeV 5.29 mm 36.1 cm trackerLayer_phys CoupledTransportation + 13 -3.32 cm 35.5 cm 2.32 cm 249 MeV 213 eV 1.66 mm 36.3 cm tracker_phys hIoni + 14 -1.96 cm 40 cm 2.66 cm 249 MeV 8.33 keV 4.67 cm 41 cm tracker_phys CoupledTransportation + 15 -1.77 cm 40.5 cm 2.7 cm 247 MeV 1.94 MeV 5.46 mm 41.5 cm trackerLayer_phys CoupledTransportation + 16 3.14 mm 45 cm 3.07 cm 247 MeV 15.2 keV 5.01 cm 46.5 cm tracker_phys CoupledTransportation + 17 5.85 mm 45.5 cm 3.11 cm 245 MeV 2.02 MeV 5.68 mm 47.1 cm trackerLayer_phys CoupledTransportation + 18 9.94 mm 46.3 cm 3.18 cm 245 MeV 1.11 keV 8.72 mm 47.9 cm tracker_phys hIoni + 19 2.54 cm 48.8 cm 3.43 cm 245 MeV 4.43 keV 3.02 cm 51 cm tracker_phys hIoni + 20 3.24 cm 49.9 cm 3.53 cm 245 MeV 1.95 keV 1.27 cm 52.2 cm tracker_phys hIoni Track (trackID 65, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -2422,7 +2397,7 @@ Track (trackID 65, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 3.49 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 3.49 GeV 0 eV 5.13e-296 fm 5.13e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 3.49 GeV 0 eV 1.56e-296 fm 1.56e-296 fm expHall_P Decay Track (trackID 64, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2431,7 +2406,7 @@ Track (trackID 64, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.92 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 1.92 GeV 0 eV 1.83e-296 fm 1.83e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 1.92 GeV 0 eV 3.83e-296 fm 3.83e-296 fm expHall_P Decay Track (trackID 62, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2440,7 +2415,7 @@ Track (trackID 62, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.05 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 1.05 GeV 0 eV 3.52e-297 fm 3.52e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 1.05 GeV 0 eV 6.06e-297 fm 6.06e-297 fm expHall_P Decay Track (trackID 61, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2449,54 +2424,59 @@ Track (trackID 61, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 7.76 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -7.88 mm -2.2 mm 7.31 cm 7.76 GeV 13.4 keV 7.35 cm 7.35 cm expHall_P hIoni - 2 -1.43 cm -3.97 mm 13.2 cm 7.76 GeV 9.46 keV 5.96 cm 13.3 cm expHall_P hIoni - 3 -1.47 cm -4.08 mm 13.6 cm 7.76 GeV 394 eV 3.58 mm 13.7 cm expHall_P hIoni - 4 -2.32 cm -6.55 mm 21.6 cm 7.76 GeV 12.1 keV 8.02 cm 21.7 cm expHall_P hIoni - 5 -5.41 cm -1.61 cm 50.4 cm 7.76 GeV 56.6 keV 29 cm 50.7 cm expHall_P hIoni - 6 -12 cm -4.04 cm 1.13 m 7.76 GeV 121 keV 63.3 cm 1.14 m expHall_P hIoni - 7 -12.3 cm -4.15 cm 1.16 m 7.76 GeV 4.4 keV 2.65 cm 1.17 m expHall_P hIoni - 8 -12.5 cm -4.23 cm 1.18 m 7.76 GeV 3.95 keV 1.99 cm 1.19 m expHall_P hIoni - 9 -12.9 cm -4.4 cm 1.22 m 7.76 GeV 7.36 keV 4.12 cm 1.23 m expHall_P hIoni - 10 -13.1 cm -4.46 cm 1.24 m 7.76 GeV 2.69 keV 1.51 cm 1.24 m expHall_P hIoni - 11 -20.2 cm -7.25 cm 1.92 m 7.76 GeV 119 keV 68.6 cm 1.93 m expHall_P hIoni - 12 -21.9 cm -7.91 cm 2.08 m 7.76 GeV 36.4 keV 16.3 cm 2.09 m expHall_P hIoni - 13 -24.1 cm -8.79 cm 2.3 m 7.76 GeV 39.2 keV 21.8 cm 2.31 m expHall_P hIoni - 14 -25 cm -9.12 cm 2.38 m 7.76 GeV 13.4 keV 8.18 cm 2.39 m expHall_P hIoni - 15 -25.9 cm -9.49 cm 2.47 m 7.76 GeV 17.3 keV 8.97 cm 2.48 m expHall_P hIoni - 16 -26.5 cm -9.72 cm 2.52 m 7.76 GeV 8.43 keV 5.76 cm 2.54 m expHall_P hIoni - 17 -27.6 cm -10.1 cm 2.63 m 7.76 GeV 16.2 keV 10.5 cm 2.64 m expHall_P hIoni - 18 -27.7 cm -10.2 cm 2.63 m 7.76 GeV 755 eV 4.62 mm 2.65 m expHall_P hIoni - 19 -29.6 cm -10.9 cm 2.82 m 7.76 GeV 31.6 keV 18.9 cm 2.84 m expHall_P hIoni - 20 -30.5 cm -11.3 cm 2.91 m 7.76 GeV 12.9 keV 8.76 cm 2.93 m expHall_P hIoni - 21 -31 cm -11.5 cm 2.95 m 7.76 GeV 8.77 keV 4.76 cm 2.97 m expHall_P hIoni - 22 -31.3 cm -11.6 cm 2.99 m 7.76 GeV 5.81 keV 3.17 cm 3 m expHall_P hIoni - 23 -32 cm -11.9 cm 3.05 m 7.76 GeV 16 keV 6.31 cm 3.07 m expHall_P hIoni - 24 -32.1 cm -11.9 cm 3.06 m 7.76 GeV 2.06 keV 8.85 mm 3.08 m expHall_P hIoni - 25 -35.6 cm -13.3 cm 3.39 m 7.76 GeV 58.4 keV 33.4 cm 3.41 m expHall_P hIoni - 26 -36.1 cm -13.5 cm 3.44 m 7.76 GeV 9.56 keV 5.47 cm 3.47 m expHall_P hIoni - 27 -36.5 cm -13.6 cm 3.48 m 7.76 GeV 8.23 keV 3.94 cm 3.5 m expHall_P hIoni - 28 -38.1 cm -14.3 cm 3.63 m 7.76 GeV 27.7 keV 15.3 cm 3.66 m expHall_P hIoni - 29 -39.7 cm -14.9 cm 3.78 m 7.76 GeV 23.6 keV 15 cm 3.81 m expHall_P hIoni - 30 -41.8 cm -15.7 cm 3.98 m 7.76 GeV 32.7 keV 20 cm 4.01 m expHall_P hIoni - 31 -43.3 cm -16.3 cm 4.13 m 7.76 GeV 24.4 keV 15.1 cm 4.16 m expHall_P hIoni - 32 -44.2 cm -16.6 cm 4.22 m 7.76 GeV 13.8 keV 8.47 cm 4.24 m expHall_P hIoni - 33 -45.9 cm -17.3 cm 4.38 m 7.76 GeV 27.6 keV 16.6 cm 4.41 m expHall_P hIoni - 34 -46.9 cm -17.7 cm 4.48 m 7.76 GeV 15.8 keV 9.8 cm 4.51 m expHall_P hIoni - 35 -47 cm -17.7 cm 4.48 m 7.76 GeV 214 eV 1.23 mm 4.51 m expHall_P hIoni - 36 -47.8 cm -18 cm 4.56 m 7.76 GeV 17.7 keV 7.78 cm 4.59 m expHall_P hIoni - 37 -50.8 cm -19.2 cm 4.85 m 7.76 GeV 54.1 keV 29.2 cm 4.88 m expHall_P hIoni - 38 -52 cm -19.7 cm 4.97 m 7.76 GeV 18.4 keV 11.8 cm 5 m expHall_P hIoni - 39 -52.8 cm -20 cm 5.04 m 7.76 GeV 12.5 keV 7.31 cm 5.07 m expHall_P hIoni - 40 -53.5 cm -20.3 cm 5.1 m 7.76 GeV 11.8 keV 6.44 cm 5.13 m expHall_P hIoni - 41 -53.5 cm -20.3 cm 5.11 m 7.76 GeV 561 eV 3.51 mm 5.14 m expHall_P hIoni - 42 -54 cm -20.5 cm 5.15 m 7.76 GeV 9.3 keV 4.63 cm 5.18 m expHall_P hIoni - 43 -55.4 cm -21 cm 5.29 m 7.76 GeV 29.3 keV 14.2 cm 5.33 m expHall_P hIoni - 44 -58.1 cm -22.1 cm 5.55 m 7.76 GeV 50.7 keV 25.8 cm 5.58 m expHall_P hIoni - 45 -59.3 cm -22.5 cm 5.66 m 7.76 GeV 18.1 keV 11.1 cm 5.7 m expHall_P hIoni - 46 -59.7 cm -22.7 cm 5.7 m 7.76 GeV 6.87 keV 3.86 cm 5.73 m expHall_P hIoni - 47 -61.9 cm -23.6 cm 5.91 m 7.76 GeV 40.6 keV 21.1 cm 5.95 m expHall_P hIoni - 48 -62.8 cm -23.9 cm 6 m 7.76 GeV 17.9 keV 9.24 cm 6.04 m OutOfWorld CoupledTransportation + 1 -2.43 cm -6.53 mm 22.5 cm 7.76 GeV 48.5 keV 22.6 cm 22.6 cm expHall_P hIoni + 2 -4.41 cm -1.18 cm 40.7 cm 7.76 GeV 29.5 keV 18.4 cm 41 cm expHall_P hIoni + 3 -6.74 cm -1.86 cm 62.5 cm 7.76 GeV 40.3 keV 21.9 cm 62.9 cm expHall_P hIoni + 4 -7.5 cm -2.09 cm 69.6 cm 7.76 GeV 13.5 keV 7.14 cm 70 cm expHall_P hIoni + 5 -9.61 cm -2.78 cm 89.4 cm 7.76 GeV 39.5 keV 19.9 cm 89.9 cm expHall_P hIoni + 6 -9.7 cm -2.81 cm 90.2 cm 7.76 GeV 1.02 keV 8.16 mm 90.7 cm expHall_P hIoni + 7 -10.7 cm -3.17 cm 1 m 7.76 GeV 19.5 keV 9.91 cm 1.01 m expHall_P hIoni + 8 -12.7 cm -3.84 cm 1.18 m 7.76 GeV 31.8 keV 18.3 cm 1.19 m expHall_P hIoni + 9 -13.5 cm -4.14 cm 1.26 m 7.76 GeV 13.5 keV 8.26 cm 1.27 m expHall_P hIoni + 10 -13.9 cm -4.27 cm 1.3 m 7.76 GeV 7.58 keV 3.57 cm 1.31 m expHall_P hIoni + 11 -14.2 cm -4.36 cm 1.32 m 7.76 GeV 4.51 keV 2.39 cm 1.33 m expHall_P hIoni + 12 -14.5 cm -4.5 cm 1.36 m 7.76 GeV 5.3 keV 3.67 cm 1.37 m expHall_P hIoni + 13 -17.5 cm -5.55 cm 1.64 m 7.76 GeV 58.8 keV 28.5 cm 1.65 m expHall_P hIoni + 14 -17.8 cm -5.63 cm 1.67 m 7.76 GeV 2.95 keV 2.24 cm 1.68 m expHall_P hIoni + 15 -20.3 cm -6.5 cm 1.9 m 7.76 GeV 44.1 keV 23.7 cm 1.91 m expHall_P hIoni + 16 -22.2 cm -7.19 cm 2.09 m 7.76 GeV 32.4 keV 18.7 cm 2.1 m expHall_P hIoni + 17 -22.5 cm -7.28 cm 2.11 m 7.76 GeV 4.48 keV 2.37 cm 2.12 m expHall_P hIoni + 18 -27.8 cm -9.15 cm 2.61 m 7.76 GeV 93 keV 50.6 cm 2.63 m expHall_P hIoni + 19 -28 cm -9.24 cm 2.64 m 7.76 GeV 2.88 keV 2.37 cm 2.65 m expHall_P hIoni + 20 -28.1 cm -9.28 cm 2.65 m 7.76 GeV 2.58 keV 1.11 cm 2.66 m expHall_P hIoni + 21 -28.4 cm -9.38 cm 2.67 m 7.76 GeV 6.37 keV 2.72 cm 2.69 m expHall_P hIoni + 22 -34.2 cm -11.4 cm 3.22 m 7.76 GeV 111 keV 55.1 cm 3.24 m expHall_P hIoni + 23 -34.4 cm -11.5 cm 3.24 m 7.76 GeV 3.58 keV 1.81 cm 3.26 m expHall_P hIoni + 24 -35.4 cm -11.8 cm 3.34 m 7.76 GeV 15.9 keV 9.77 cm 3.36 m expHall_P hIoni + 25 -35.9 cm -12 cm 3.38 m 7.76 GeV 8.46 keV 4.6 cm 3.4 m expHall_P hIoni + 26 -37.5 cm -12.6 cm 3.53 m 7.76 GeV 25.8 keV 15.2 cm 3.56 m expHall_P hIoni + 27 -38.5 cm -12.9 cm 3.63 m 7.76 GeV 19.5 keV 9.28 cm 3.65 m expHall_P hIoni + 28 -38.9 cm -13.1 cm 3.67 m 7.76 GeV 8.2 keV 4.03 cm 3.69 m expHall_P hIoni + 29 -39.2 cm -13.2 cm 3.69 m 7.76 GeV 3.86 keV 2.49 cm 3.71 m expHall_P hIoni + 30 -40 cm -13.4 cm 3.77 m 7.76 GeV 11.7 keV 7.57 cm 3.79 m expHall_P hIoni + 31 -41.1 cm -13.8 cm 3.88 m 7.76 GeV 20.8 keV 11.1 cm 3.9 m expHall_P hIoni + 32 -42.4 cm -14.3 cm 3.99 m 7.76 GeV 21.9 keV 11.9 cm 4.02 m expHall_P hIoni + 33 -43.8 cm -14.8 cm 4.13 m 7.76 GeV 27.2 keV 13.3 cm 4.15 m expHall_P hIoni + 34 -43.8 cm -14.8 cm 4.13 m 7.76 GeV 123 eV 1.13 mm 4.15 m expHall_P hIoni + 35 -43.8 cm -14.8 cm 4.13 m 7.76 GeV 448 eV 6.37 mm 4.16 m expHall_P hIoni + 36 -44.1 cm -14.9 cm 4.16 m 7.76 GeV 3.77 keV 2.29 cm 4.18 m expHall_P hIoni + 37 -46.4 cm -15.7 cm 4.37 m 7.76 GeV 46.3 keV 21.8 cm 4.4 m expHall_P hIoni + 38 -49.6 cm -16.8 cm 4.68 m 7.76 GeV 60.2 keV 30.9 cm 4.71 m expHall_P hIoni + 39 -53 cm -18 cm 5 m 7.76 GeV 56.7 keV 32.5 cm 5.04 m expHall_P hIoni + 40 -53.8 cm -18.3 cm 5.07 m 7.76 GeV 14.4 keV 6.91 cm 5.1 m expHall_P hIoni + 41 -54.4 cm -18.5 cm 5.14 m 7.76 GeV 11.8 keV 6.34 cm 5.17 m expHall_P hIoni + 42 -54.9 cm -18.7 cm 5.18 m 7.76 GeV 8.6 keV 4.81 cm 5.22 m expHall_P hIoni + 43 -56.3 cm -19.2 cm 5.31 m 7.76 GeV 21.8 keV 12.8 cm 5.34 m expHall_P hIoni + 44 -57.9 cm -19.8 cm 5.46 m 7.76 GeV 37.8 keV 15.3 cm 5.5 m expHall_P hIoni + 45 -58 cm -19.8 cm 5.47 m 7.76 GeV 785 eV 5.11 mm 5.5 m expHall_P hIoni + 46 -58.2 cm -19.9 cm 5.49 m 7.76 GeV 3.57 keV 2.49 cm 5.53 m expHall_P hIoni + 47 -58.2 cm -19.9 cm 5.49 m 7.76 GeV 14.7 eV 374 um 5.53 m expHall_P hIoni + 48 -58.3 cm -19.9 cm 5.5 m 7.76 GeV 1.51 keV 5.62 mm 5.53 m expHall_P hIoni + 49 -59 cm -20.1 cm 5.57 m 7.76 GeV 13.8 keV 6.76 cm 5.6 m expHall_P hIoni + 50 -59.1 cm -20.2 cm 5.57 m 7.76 GeV 902 eV 9.35 mm 5.61 m expHall_P hIoni + 51 -60.5 cm -20.7 cm 5.7 m 7.76 GeV 22.5 keV 13.1 cm 5.74 m expHall_P hIoni + 52 -62.2 cm -21.3 cm 5.87 m 7.76 GeV 26.8 keV 16.7 cm 5.91 m expHall_P hIoni + 53 -63.6 cm -21.8 cm 6 m 7.76 GeV 20.6 keV 13 cm 6.04 m OutOfWorld CoupledTransportation Track (trackID 60, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2505,79 +2485,72 @@ Track (trackID 60, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 18.3 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.57 mm -875 um 7.19 cm 18.3 GeV 18.7 keV 7.2 cm 7.2 cm expHall_P hIoni - 2 -1.6 mm -893 um 7.34 cm 18.3 GeV 27.2 eV 1.5 mm 7.35 cm expHall_P hIoni - 3 -4.37 mm -2.44 mm 20.1 cm 18.3 GeV 26.1 keV 12.7 cm 20.1 cm expHall_P hIoni - 4 -4.98 mm -2.77 mm 22.8 cm 18.3 GeV 4.55 keV 2.79 cm 22.8 cm expHall_P hIoni - 5 -5.97 mm -3.32 mm 27.4 cm 18.3 GeV 6.56 keV 4.56 cm 27.4 cm expHall_P hIoni - 6 -6.16 mm -3.42 mm 28.3 cm 18.3 GeV 2.32 keV 8.59 mm 28.3 cm expHall_P hIoni - 7 -1.35 cm -7.34 mm 61.5 cm 18.3 GeV 66.8 keV 33.3 cm 61.5 cm expHall_P hIoni - 8 -1.79 cm -9.66 mm 81.6 cm 18.3 GeV 40.3 keV 20.1 cm 81.6 cm expHall_P hIoni - 9 -2.26 cm -1.2 cm 1.03 m 18.3 GeV 43.5 keV 21.1 cm 1.03 m expHall_P hIoni - 10 -2.27 cm -1.21 cm 1.03 m 18.3 GeV 739 eV 4.09 mm 1.03 m expHall_P hIoni - 11 -2.38 cm -1.26 cm 1.08 m 18.3 GeV 7.45 keV 4.91 cm 1.08 m expHall_P hIoni - 12 -2.62 cm -1.38 cm 1.19 m 18.3 GeV 20 keV 10.8 cm 1.19 m expHall_P hIoni - 13 -2.7 cm -1.43 cm 1.23 m 18.3 GeV 8.97 keV 3.86 cm 1.23 m expHall_P hIoni - 14 -2.82 cm -1.49 cm 1.28 m 18.3 GeV 11.4 keV 5.1 cm 1.28 m expHall_P hIoni - 15 -3.11 cm -1.63 cm 1.41 m 18.3 GeV 25.5 keV 13.2 cm 1.41 m expHall_P hIoni - 16 -3.33 cm -1.74 cm 1.51 m 18.3 GeV 21.1 keV 9.71 cm 1.51 m expHall_P hIoni - 17 -3.81 cm -1.98 cm 1.72 m 18.3 GeV 45.3 keV 21.5 cm 1.72 m expHall_P hIoni - 18 -3.83 cm -2 cm 1.73 m 18.3 GeV 3.64 keV 1.21 cm 1.73 m expHall_P hIoni - 19 -4.23 cm -2.2 cm 1.91 m 18.3 GeV 40.6 keV 17.8 cm 1.91 m expHall_P hIoni - 20 -4.34 cm -2.25 cm 1.96 m 18.3 GeV 8.76 keV 5.04 cm 1.96 m expHall_P hIoni - 21 -4.89 cm -2.53 cm 2.21 m 18.3 GeV 48.9 keV 24.7 cm 2.21 m expHall_P hIoni - 22 -4.89 cm -2.53 cm 2.21 m 18.3 GeV 127 eV 1.08 mm 2.21 m expHall_P hIoni - 23 -4.95 cm -2.56 cm 2.23 m 18.3 GeV 4.41 keV 2.29 cm 2.23 m expHall_P hIoni - 24 -5.08 cm -2.62 cm 2.29 m 18.3 GeV 13.1 keV 6.03 cm 2.29 m expHall_P hIoni - 25 -5.28 cm -2.72 cm 2.38 m 18.3 GeV 17.2 keV 8.98 cm 2.38 m expHall_P hIoni - 26 -5.33 cm -2.75 cm 2.4 m 18.3 GeV 4.16 keV 2.09 cm 2.4 m expHall_P hIoni - 27 -5.42 cm -2.79 cm 2.45 m 18.3 GeV 9.67 keV 4.2 cm 2.45 m expHall_P hIoni - 28 -5.45 cm -2.81 cm 2.46 m 18.3 GeV 5.13 keV 1.54 cm 2.46 m expHall_P hIoni - 29 -5.62 cm -2.89 cm 2.53 m 18.3 GeV 17.2 keV 7.31 cm 2.53 m expHall_P hIoni - 30 -5.71 cm -2.94 cm 2.57 m 18.3 GeV 9.96 keV 4.12 cm 2.58 m expHall_P hIoni - 31 -5.93 cm -3.05 cm 2.67 m 18.3 GeV 15.8 keV 9.76 cm 2.67 m expHall_P hIoni - 32 -5.98 cm -3.07 cm 2.69 m 18.3 GeV 5.05 keV 2.19 cm 2.69 m expHall_P hIoni - 33 -6.51 cm -3.34 cm 2.93 m 18.3 GeV 46.4 keV 23.8 cm 2.93 m expHall_P hIoni - 34 -6.62 cm -3.4 cm 2.98 m 18.3 GeV 9.77 keV 5.04 cm 2.98 m expHall_P hIoni - 35 -7.06 cm -3.62 cm 3.18 m 18.3 GeV 30.7 keV 19.5 cm 3.18 m expHall_P hIoni - 36 -7.07 cm -3.62 cm 3.18 m 18.3 GeV 1.46 keV 4.44 mm 3.18 m expHall_P hIoni - 37 -7.34 cm -3.76 cm 3.31 m 18.3 GeV 22.1 keV 12.5 cm 3.31 m expHall_P hIoni - 38 -7.62 cm -3.9 cm 3.43 m 18.3 GeV 23.7 keV 12.5 cm 3.43 m expHall_P hIoni - 39 -7.64 cm -3.91 cm 3.44 m 18.3 GeV 2.31 keV 8.9 mm 3.44 m expHall_P hIoni - 40 -7.72 cm -3.95 cm 3.48 m 18.3 GeV 7.47 keV 3.51 cm 3.48 m expHall_P hIoni - 41 -7.76 cm -3.97 cm 3.49 m 18.3 GeV 3.54 keV 1.86 cm 3.5 m expHall_P hIoni - 42 -8 cm -4.09 cm 3.6 m 18.3 GeV 21.8 keV 10.5 cm 3.6 m expHall_P hIoni - 43 -8.28 cm -4.23 cm 3.73 m 18.3 GeV 23.7 keV 12.8 cm 3.73 m expHall_P hIoni - 44 -9.12 cm -4.65 cm 4.1 m 18.3 GeV 71.4 keV 37.5 cm 4.1 m expHall_P hIoni - 45 -9.54 cm -4.86 cm 4.29 m 18.3 GeV 37.4 keV 18.9 cm 4.29 m expHall_P hIoni - 46 -9.68 cm -4.93 cm 4.35 m 18.3 GeV 10.3 keV 6.16 cm 4.35 m expHall_P hIoni - 47 -9.74 cm -4.96 cm 4.38 m 18.3 GeV 3.47 keV 2.52 cm 4.38 m expHall_P hIoni - 48 -9.87 cm -5.03 cm 4.44 m 18.3 GeV 12.8 keV 6.23 cm 4.44 m expHall_P hIoni - 49 -9.97 cm -5.08 cm 4.48 m 18.3 GeV 8.66 keV 4.36 cm 4.48 m expHall_P hIoni - 50 -10.1 cm -5.16 cm 4.56 m 18.3 GeV 15.6 keV 7.66 cm 4.56 m expHall_P hIoni - 51 -10.2 cm -5.18 cm 4.57 m 18.3 GeV 1.58 keV 9.96 mm 4.57 m expHall_P hIoni - 52 -10.3 cm -5.23 cm 4.62 m 18.3 GeV 10.8 keV 4.64 cm 4.62 m expHall_P hIoni - 53 -10.3 cm -5.24 cm 4.63 m 18.3 GeV 3.2 keV 1.48 cm 4.63 m expHall_P hIoni - 54 -10.5 cm -5.33 cm 4.71 m 18.3 GeV 14.6 keV 7.59 cm 4.71 m expHall_P hIoni - 55 -10.5 cm -5.36 cm 4.73 m 18.3 GeV 4.88 keV 2.37 cm 4.73 m expHall_P hIoni - 56 -10.6 cm -5.38 cm 4.75 m 18.3 GeV 3.69 keV 2.28 cm 4.75 m expHall_P hIoni - 57 -10.6 cm -5.39 cm 4.76 m 18.3 GeV 757 eV 4.06 mm 4.76 m expHall_P hIoni - 58 -10.6 cm -5.4 cm 4.77 m 18.3 GeV 2.03 keV 9.86 mm 4.77 m expHall_P hIoni - 59 -11 cm -5.6 cm 4.95 m 18.3 GeV 39 keV 18.3 cm 4.95 m expHall_P hIoni - 60 -11.1 cm -5.65 cm 5 m 18.3 GeV 8.87 keV 4.66 cm 5 m expHall_P hIoni - 61 -11.5 cm -5.84 cm 5.16 m 18.3 GeV 37.2 keV 16.6 cm 5.16 m expHall_P hIoni - 62 -11.6 cm -5.89 cm 5.21 m 18.3 GeV 8.76 keV 4.28 cm 5.21 m expHall_P hIoni - 63 -11.9 cm -6.06 cm 5.36 m 18.3 GeV 29.9 keV 15.2 cm 5.36 m expHall_P hIoni - 64 -12 cm -6.08 cm 5.37 m 18.3 GeV 2.14 keV 1.73 cm 5.38 m expHall_P hIoni - 65 -12.1 cm -6.13 cm 5.42 m 18.3 GeV 8.89 keV 4.45 cm 5.42 m expHall_P hIoni - 66 -12.2 cm -6.18 cm 5.47 m 18.3 GeV 8.92 keV 5.13 cm 5.47 m expHall_P hIoni - 67 -12.3 cm -6.23 cm 5.51 m 18.3 GeV 6.82 keV 4.41 cm 5.52 m expHall_P hIoni - 68 -12.7 cm -6.45 cm 5.71 m 18.3 GeV 37.3 keV 19.5 cm 5.71 m expHall_P hIoni - 69 -12.8 cm -6.51 cm 5.76 m 18.3 GeV 11.4 keV 5.44 cm 5.77 m expHall_P hIoni - 70 -13 cm -6.57 cm 5.82 m 18.3 GeV 14 keV 5.44 cm 5.82 m expHall_P hIoni - 71 -13 cm -6.59 cm 5.83 m 18.3 GeV 1.87 keV 1.38 cm 5.83 m expHall_P hIoni - 72 -13.1 cm -6.62 cm 5.86 m 18.3 GeV 6.33 keV 2.91 cm 5.86 m expHall_P hIoni - 73 -13.4 cm -6.78 cm 6 m 18.3 GeV 29.5 keV 13.9 cm 6 m OutOfWorld CoupledTransportation + 1 -2.13 mm -1.2 mm 9.81 cm 18.3 GeV 16.6 keV 9.81 cm 9.81 cm expHall_P hIoni + 2 -2.16 mm -1.21 mm 9.93 cm 18.3 GeV 214 eV 1.23 mm 9.93 cm expHall_P hIoni + 3 -3.85 mm -2.16 mm 17.7 cm 18.3 GeV 19 keV 7.79 cm 17.7 cm expHall_P hIoni + 4 -1.02 cm -5.67 mm 46.9 cm 18.3 GeV 57.4 keV 29.2 cm 46.9 cm expHall_P hIoni + 5 -1.28 cm -7.06 mm 58.7 cm 18.3 GeV 19.4 keV 11.8 cm 58.7 cm expHall_P hIoni + 6 -1.45 cm -7.92 mm 66 cm 18.3 GeV 13.1 keV 7.31 cm 66 cm expHall_P hIoni + 7 -1.59 cm -8.67 mm 72.5 cm 18.3 GeV 12.4 keV 6.44 cm 72.5 cm expHall_P hIoni + 8 -1.6 cm -8.71 mm 72.8 cm 18.3 GeV 1.56 keV 3.52 mm 72.8 cm expHall_P hIoni + 9 -2.09 cm -1.13 cm 95.2 cm 18.3 GeV 43.2 keV 22.4 cm 95.2 cm expHall_P hIoni + 10 -2.28 cm -1.22 cm 1.04 m 18.3 GeV 17.7 keV 8.4 cm 1.04 m expHall_P hIoni + 11 -2.64 cm -1.41 cm 1.2 m 18.3 GeV 26.9 keV 16.4 cm 1.2 m expHall_P hIoni + 12 -2.94 cm -1.56 cm 1.34 m 18.3 GeV 24.5 keV 13.6 cm 1.34 m expHall_P hIoni + 13 -3.03 cm -1.6 cm 1.37 m 18.3 GeV 6.41 keV 3.6 cm 1.37 m expHall_P hIoni + 14 -3.28 cm -1.73 cm 1.49 m 18.3 GeV 21.5 keV 11.5 cm 1.49 m expHall_P hIoni + 15 -3.42 cm -1.8 cm 1.55 m 18.3 GeV 12.4 keV 6.16 cm 1.55 m expHall_P hIoni + 16 -3.6 cm -1.89 cm 1.63 m 18.3 GeV 15.2 keV 7.95 cm 1.63 m expHall_P hIoni + 17 -3.66 cm -1.92 cm 1.66 m 18.3 GeV 4.75 keV 2.82 cm 1.66 m expHall_P hIoni + 18 -3.89 cm -2.04 cm 1.76 m 18.3 GeV 15.7 keV 10.5 cm 1.76 m expHall_P hIoni + 19 -3.96 cm -2.07 cm 1.79 m 18.3 GeV 6.16 keV 2.97 cm 1.79 m expHall_P hIoni + 20 -4.09 cm -2.14 cm 1.85 m 18.3 GeV 11.7 keV 5.99 cm 1.85 m expHall_P hIoni + 21 -4.2 cm -2.19 cm 1.9 m 18.3 GeV 8.44 keV 4.71 cm 1.9 m expHall_P hIoni + 22 -4.21 cm -2.2 cm 1.9 m 18.3 GeV 855 eV 6.42 mm 1.9 m expHall_P hIoni + 23 -4.53 cm -2.36 cm 2.05 m 18.3 GeV 27.4 keV 14.2 cm 2.05 m expHall_P hIoni + 24 -4.7 cm -2.45 cm 2.13 m 18.3 GeV 18.8 keV 8.03 cm 2.13 m expHall_P hIoni + 25 -4.87 cm -2.54 cm 2.2 m 18.3 GeV 16.1 keV 7.37 cm 2.2 m expHall_P hIoni + 26 -4.93 cm -2.57 cm 2.23 m 18.3 GeV 6.84 keV 2.73 cm 2.23 m expHall_P hIoni + 27 -5.42 cm -2.81 cm 2.45 m 18.3 GeV 42 keV 22 cm 2.45 m expHall_P hIoni + 28 -5.86 cm -3.04 cm 2.64 m 18.3 GeV 38.9 keV 19.6 cm 2.64 m expHall_P hIoni + 29 -5.94 cm -3.08 cm 2.68 m 18.3 GeV 7.27 keV 3.88 cm 2.68 m expHall_P hIoni + 30 -6.11 cm -3.16 cm 2.76 m 18.3 GeV 16.9 keV 7.6 cm 2.76 m expHall_P hIoni + 31 -6.41 cm -3.31 cm 2.89 m 18.3 GeV 25.5 keV 13.2 cm 2.89 m expHall_P hIoni + 32 -6.62 cm -3.42 cm 2.99 m 18.3 GeV 21.1 keV 9.71 cm 2.99 m expHall_P hIoni + 33 -7.1 cm -3.66 cm 3.2 m 18.3 GeV 45.3 keV 21.5 cm 3.2 m expHall_P hIoni + 34 -7.13 cm -3.68 cm 3.21 m 18.3 GeV 3.64 keV 1.21 cm 3.21 m expHall_P hIoni + 35 -7.53 cm -3.88 cm 3.39 m 18.3 GeV 40.6 keV 17.8 cm 3.39 m expHall_P hIoni + 36 -7.64 cm -3.94 cm 3.44 m 18.3 GeV 8.76 keV 5.04 cm 3.44 m expHall_P hIoni + 37 -8.19 cm -4.21 cm 3.69 m 18.3 GeV 48.9 keV 24.7 cm 3.69 m expHall_P hIoni + 38 -8.19 cm -4.21 cm 3.69 m 18.3 GeV 127 eV 1.08 mm 3.69 m expHall_P hIoni + 39 -8.24 cm -4.24 cm 3.71 m 18.3 GeV 4.41 keV 2.29 cm 3.71 m expHall_P hIoni + 40 -8.38 cm -4.31 cm 3.77 m 18.3 GeV 13.1 keV 6.03 cm 3.77 m expHall_P hIoni + 41 -8.58 cm -4.41 cm 3.86 m 18.3 GeV 17.2 keV 8.98 cm 3.86 m expHall_P hIoni + 42 -8.62 cm -4.43 cm 3.88 m 18.3 GeV 4.16 keV 2.09 cm 3.88 m expHall_P hIoni + 43 -8.72 cm -4.48 cm 3.92 m 18.3 GeV 9.67 keV 4.2 cm 3.93 m expHall_P hIoni + 44 -8.75 cm -4.5 cm 3.94 m 18.3 GeV 5.13 keV 1.54 cm 3.94 m expHall_P hIoni + 45 -8.92 cm -4.58 cm 4.01 m 18.3 GeV 17.2 keV 7.31 cm 4.01 m expHall_P hIoni + 46 -9.01 cm -4.63 cm 4.05 m 18.3 GeV 9.96 keV 4.12 cm 4.06 m expHall_P hIoni + 47 -9.23 cm -4.74 cm 4.15 m 18.3 GeV 15.8 keV 9.76 cm 4.15 m expHall_P hIoni + 48 -9.27 cm -4.76 cm 4.17 m 18.3 GeV 5.05 keV 2.19 cm 4.18 m expHall_P hIoni + 49 -9.81 cm -5.03 cm 4.41 m 18.3 GeV 46.4 keV 23.8 cm 4.41 m expHall_P hIoni + 50 -9.92 cm -5.09 cm 4.46 m 18.3 GeV 9.77 keV 5.04 cm 4.46 m expHall_P hIoni + 51 -10.4 cm -5.31 cm 4.66 m 18.3 GeV 30.7 keV 19.5 cm 4.66 m expHall_P hIoni + 52 -10.4 cm -5.31 cm 4.66 m 18.3 GeV 1.46 keV 4.44 mm 4.66 m expHall_P hIoni + 53 -10.6 cm -5.45 cm 4.79 m 18.3 GeV 22.1 keV 12.5 cm 4.79 m expHall_P hIoni + 54 -10.9 cm -5.59 cm 4.91 m 18.3 GeV 23.7 keV 12.5 cm 4.91 m expHall_P hIoni + 55 -10.9 cm -5.6 cm 4.92 m 18.3 GeV 2.31 keV 8.9 mm 4.92 m expHall_P hIoni + 56 -11 cm -5.64 cm 4.96 m 18.3 GeV 7.47 keV 3.51 cm 4.96 m expHall_P hIoni + 57 -11.1 cm -5.66 cm 4.97 m 18.3 GeV 3.54 keV 1.86 cm 4.98 m expHall_P hIoni + 58 -11.3 cm -5.78 cm 5.08 m 18.3 GeV 21.8 keV 10.5 cm 5.08 m expHall_P hIoni + 59 -11.6 cm -5.92 cm 5.21 m 18.3 GeV 23.7 keV 12.8 cm 5.21 m expHall_P hIoni + 60 -12.4 cm -6.35 cm 5.58 m 18.3 GeV 71.4 keV 37.5 cm 5.58 m expHall_P hIoni + 61 -12.8 cm -6.56 cm 5.77 m 18.3 GeV 37.4 keV 18.9 cm 5.77 m expHall_P hIoni + 62 -13 cm -6.63 cm 5.83 m 18.3 GeV 10.3 keV 6.16 cm 5.83 m expHall_P hIoni + 63 -13 cm -6.66 cm 5.86 m 18.3 GeV 3.47 keV 2.52 cm 5.86 m expHall_P hIoni + 64 -13.2 cm -6.73 cm 5.92 m 18.3 GeV 12.8 keV 6.23 cm 5.92 m expHall_P hIoni + 65 -13.3 cm -6.78 cm 5.96 m 18.3 GeV 8.66 keV 4.36 cm 5.96 m expHall_P hIoni + 66 -13.4 cm -6.82 cm 6 m 18.3 GeV 6.52 keV 3.71 cm 6 m OutOfWorld CoupledTransportation Track (trackID 59, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2586,7 +2559,7 @@ Track (trackID 59, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 27.8 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 27.8 GeV 0 eV 5.6e-297 fm 5.6e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 27.8 GeV 0 eV 3.05e-297 fm 3.05e-297 fm expHall_P Decay Track (trackID 58, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2595,7 +2568,7 @@ Track (trackID 58, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 97.1 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 97.1 GeV 0 eV 2.81e-296 fm 2.81e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 97.1 GeV 0 eV 3.15e-297 fm 3.15e-297 fm expHall_P Decay Track (trackID 55, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2604,7 +2577,7 @@ Track (trackID 55, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 84.8 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 84.8 GeV 0 eV 9.36e-298 fm 9.36e-298 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 84.8 GeV 0 eV 1.17e-296 fm 1.17e-296 fm expHall_P Decay Track (trackID 54, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2613,7 +2586,7 @@ Track (trackID 54, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 112 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 112 GeV 0 eV 3.16e-296 fm 3.16e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 112 GeV 0 eV 3.26e-296 fm 3.26e-296 fm expHall_P Decay Track (trackID 53, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2622,7 +2595,7 @@ Track (trackID 53, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 129 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 129 GeV 0 eV 8e-297 fm 8e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 129 GeV 0 eV 3.29e-297 fm 3.29e-297 fm expHall_P Decay Track (trackID 52, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2631,7 +2604,7 @@ Track (trackID 52, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 109 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 109 GeV 0 eV 4.15e-296 fm 4.15e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 109 GeV 0 eV 2.06e-296 fm 2.06e-296 fm expHall_P Decay Track (trackID 51, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2640,7 +2613,7 @@ Track (trackID 51, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 116 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 116 GeV 0 eV 1.47e-296 fm 1.47e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 116 GeV 0 eV 3.31e-297 fm 3.31e-297 fm expHall_P Decay Track (trackID 50, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2649,7 +2622,7 @@ Track (trackID 50, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 167 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 167 GeV 0 eV 6.88e-296 fm 6.88e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 167 GeV 0 eV 3.7e-296 fm 3.7e-296 fm expHall_P Decay Track (trackID 49, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2658,7 +2631,7 @@ Track (trackID 49, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 29.1 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 29.1 GeV 0 eV 2.97e-296 fm 2.97e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 29.1 GeV 0 eV 3.78e-296 fm 3.78e-296 fm expHall_P Decay Track (trackID 43, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2667,7 +2640,7 @@ Track (trackID 43, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 41.1 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 41.1 GeV 0 eV 3.58e-296 fm 3.58e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 41.1 GeV 0 eV 7.07e-297 fm 7.07e-297 fm expHall_P Decay Track (trackID 42, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2676,67 +2649,55 @@ Track (trackID 42, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 30.5 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 3.66 mm 2.04 mm 9.04 cm 30.5 GeV 16.1 keV 9.05 cm 9.05 cm expHall_P hIoni - 2 4.17 mm 2.33 mm 10.3 cm 30.5 GeV 1.79 keV 1.25 cm 10.3 cm expHall_P hIoni - 3 5.88 mm 3.29 mm 14.5 cm 30.5 GeV 9.82 keV 4.25 cm 14.6 cm expHall_P hIoni - 4 8.96 mm 5 mm 22.1 cm 30.5 GeV 18 keV 7.6 cm 22.2 cm expHall_P hIoni - 5 9.88 mm 5.51 mm 24.4 cm 30.5 GeV 3.75 keV 2.28 cm 24.4 cm expHall_P hIoni - 6 1.02 cm 5.67 mm 25.1 cm 30.5 GeV 993 eV 7.06 mm 25.1 cm expHall_P hIoni - 7 1.27 cm 7.05 mm 31.3 cm 30.5 GeV 11.7 keV 6.15 cm 31.3 cm expHall_P hIoni - 8 1.57 cm 8.75 mm 38.9 cm 30.5 GeV 16.3 keV 7.62 cm 38.9 cm expHall_P hIoni - 9 1.66 cm 9.24 mm 41.1 cm 30.5 GeV 5.7 keV 2.22 cm 41.1 cm expHall_P hIoni - 10 1.97 cm 1.09 cm 48.6 cm 30.5 GeV 14.6 keV 7.5 cm 48.6 cm expHall_P hIoni - 11 2.13 cm 1.18 cm 52.4 cm 30.5 GeV 4.96 keV 3.83 cm 52.5 cm expHall_P hIoni - 12 2.56 cm 1.41 cm 63.2 cm 30.5 GeV 19.9 keV 10.8 cm 63.2 cm expHall_P hIoni - 13 3.21 cm 1.76 cm 79 cm 30.5 GeV 31.8 keV 15.9 cm 79.1 cm expHall_P hIoni - 14 3.26 cm 1.79 cm 80.2 cm 30.5 GeV 2.36 keV 1.17 cm 80.3 cm expHall_P hIoni - 15 4.64 cm 2.51 cm 1.14 m 30.5 GeV 73.5 keV 33.7 cm 1.14 m expHall_P hIoni - 16 5.15 cm 2.78 cm 1.26 m 30.5 GeV 24.1 keV 12.4 cm 1.26 m expHall_P hIoni - 17 5.62 cm 3.03 cm 1.38 m 30.5 GeV 20.6 keV 11.5 cm 1.38 m expHall_P hIoni - 18 5.76 cm 3.1 cm 1.41 m 30.5 GeV 7.9 keV 3.28 cm 1.41 m expHall_P hIoni - 19 5.9 cm 3.17 cm 1.45 m 30.5 GeV 5.07 keV 3.43 cm 1.45 m expHall_P hIoni - 20 8.71 cm 4.65 cm 2.13 m 30.5 GeV 136 keV 68.5 cm 2.13 m expHall_P hIoni - 21 8.9 cm 4.74 cm 2.18 m 30.5 GeV 10.2 keV 4.57 cm 2.18 m expHall_P hIoni - 22 11.2 cm 5.96 cm 2.74 m 30.5 GeV 112 keV 56.5 cm 2.74 m expHall_P hIoni - 23 11.8 cm 6.26 cm 2.88 m 30.5 GeV 29.2 keV 13.8 cm 2.88 m expHall_P hIoni - 24 12.2 cm 6.49 cm 2.99 m 30.5 GeV 26.1 keV 11 cm 2.99 m expHall_P hIoni - 25 13.2 cm 7 cm 3.22 m 30.5 GeV 47.4 keV 23.6 cm 3.23 m expHall_P hIoni - 26 14.2 cm 7.51 cm 3.46 m 30.5 GeV 48.2 keV 23.5 cm 3.46 m expHall_P hIoni - 27 14.2 cm 7.54 cm 3.47 m 30.5 GeV 2.73 keV 1.61 cm 3.48 m expHall_P hIoni - 28 14.4 cm 7.63 cm 3.52 m 30.5 GeV 9.37 keV 4.27 cm 3.52 m expHall_P hIoni - 29 15 cm 7.95 cm 3.66 m 30.5 GeV 28.7 keV 14.5 cm 3.67 m expHall_P hIoni - 30 15.2 cm 8.03 cm 3.7 m 30.5 GeV 7.09 keV 4.09 cm 3.71 m expHall_P hIoni - 31 15.2 cm 8.05 cm 3.71 m 30.5 GeV 1.7 keV 8.44 mm 3.71 m expHall_P hIoni - 32 15.5 cm 8.23 cm 3.79 m 30.5 GeV 16.7 keV 8.32 cm 3.8 m expHall_P hIoni - 33 15.8 cm 8.38 cm 3.86 m 30.5 GeV 12.4 keV 6.93 cm 3.87 m expHall_P hIoni - 34 16.1 cm 8.54 cm 3.94 m 30.5 GeV 14.5 keV 7.47 cm 3.94 m expHall_P hIoni - 35 16.1 cm 8.54 cm 3.94 m 30.5 GeV 1.74 eV 8.63 um 3.94 m expHall_P hIoni - 36 16.3 cm 8.62 cm 3.98 m 30.5 GeV 11.8 keV 3.77 cm 3.98 m expHall_P hIoni - 37 16.7 cm 8.86 cm 4.09 m 30.5 GeV 24.5 keV 11.2 cm 4.09 m expHall_P hIoni - 38 17.2 cm 9.11 cm 4.2 m 30.5 GeV 21.8 keV 11.4 cm 4.21 m expHall_P hIoni - 39 17.9 cm 9.46 cm 4.36 m 30.5 GeV 31.7 keV 16.3 cm 4.37 m expHall_P hIoni - 40 18.2 cm 9.61 cm 4.44 m 30.5 GeV 17 keV 7.33 cm 4.44 m expHall_P hIoni - 41 18.3 cm 9.68 cm 4.47 m 30.5 GeV 5.75 keV 2.92 cm 4.47 m expHall_P hIoni - 42 19 cm 10 cm 4.64 m 30.5 GeV 32.5 keV 17.1 cm 4.64 m expHall_P hIoni - 43 19.1 cm 10.1 cm 4.66 m 30.5 GeV 6.89 keV 2.25 cm 4.66 m expHall_P hIoni - 44 19.7 cm 10.4 cm 4.82 m 30.5 GeV 30.7 keV 15.7 cm 4.82 m expHall_P hIoni - 45 19.7 cm 10.4 cm 4.82 m 30.5 GeV 22.2 eV 183 um 4.82 m expHall_P hIoni - 46 20.5 cm 10.8 cm 5 m 30.5 GeV 35.2 keV 18.6 cm 5.01 m expHall_P hIoni - 47 20.8 cm 11 cm 5.07 m 30.5 GeV 12.1 keV 6.48 cm 5.07 m expHall_P hIoni - 48 20.9 cm 11 cm 5.1 m 30.5 GeV 6.65 keV 3.29 cm 5.11 m expHall_P hIoni - 49 21.3 cm 11.3 cm 5.21 m 30.5 GeV 23.1 keV 10.5 cm 5.21 m expHall_P hIoni - 50 21.5 cm 11.3 cm 5.23 m 30.5 GeV 5.49 keV 2.79 cm 5.24 m expHall_P hIoni - 51 22.3 cm 11.8 cm 5.45 m 30.5 GeV 39.9 keV 21.7 cm 5.46 m expHall_P hIoni - 52 22.4 cm 11.8 cm 5.47 m 30.5 GeV 7.75 keV 2.37 cm 5.48 m expHall_P hIoni - 53 22.6 cm 11.9 cm 5.51 m 30.5 GeV 5.25 keV 3.97 cm 5.52 m expHall_P hIoni - 54 23 cm 12.1 cm 5.6 m 30.5 GeV 15.7 keV 8.85 cm 5.61 m expHall_P hIoni - 55 23.2 cm 12.3 cm 5.67 m 30.5 GeV 12.3 keV 6.48 cm 5.67 m expHall_P hIoni - 56 23.9 cm 12.6 cm 5.82 m 30.5 GeV 29.6 keV 15.7 cm 5.83 m expHall_P hIoni - 57 24 cm 12.7 cm 5.86 m 30.5 GeV 7.71 keV 3.74 cm 5.87 m expHall_P hIoni - 58 24.2 cm 12.8 cm 5.9 m 30.5 GeV 8.78 keV 4.42 cm 5.91 m expHall_P hIoni - 59 24.3 cm 12.8 cm 5.92 m 30.5 GeV 5.66 keV 1.99 cm 5.93 m expHall_P hIoni - 60 24.5 cm 12.9 cm 5.96 m 30.5 GeV 7.89 keV 3.82 cm 5.97 m expHall_P hIoni - 61 24.6 cm 13 cm 6 m 30.5 GeV 7.33 keV 3.74 cm 6.01 m OutOfWorld CoupledTransportation + 1 3.78 mm 2.11 mm 9.34 cm 30.5 GeV 19.2 keV 9.35 cm 9.35 cm expHall_P hIoni + 2 8.29 mm 4.63 mm 20.5 cm 30.5 GeV 23.1 keV 11.2 cm 20.5 cm expHall_P hIoni + 3 8.38 mm 4.68 mm 20.7 cm 30.5 GeV 802 eV 2.11 mm 20.7 cm expHall_P hIoni + 4 1.23 cm 6.83 mm 30.3 cm 30.5 GeV 17.5 keV 9.57 cm 30.3 cm expHall_P hIoni + 5 1.83 cm 1.02 cm 45.2 cm 30.5 GeV 33.2 keV 14.9 cm 45.2 cm expHall_P hIoni + 6 2.71 cm 1.49 cm 66.8 cm 30.5 GeV 34.1 keV 21.6 cm 66.9 cm expHall_P hIoni + 7 3.33 cm 1.83 cm 82 cm 30.5 GeV 28.6 keV 15.2 cm 82.1 cm expHall_P hIoni + 8 3.34 cm 1.83 cm 82.2 cm 30.5 GeV 376 eV 1.95 mm 82.3 cm expHall_P hIoni + 9 3.65 cm 2 cm 89.8 cm 30.5 GeV 14 keV 7.59 cm 89.9 cm expHall_P hIoni + 10 3.7 cm 2.02 cm 91.1 cm 30.5 GeV 2.31 keV 1.3 cm 91.2 cm expHall_P hIoni + 11 4.25 cm 2.31 cm 1.04 m 30.5 GeV 23.5 keV 13.3 cm 1.04 m expHall_P hIoni + 12 4.36 cm 2.37 cm 1.07 m 30.5 GeV 7.15 keV 2.71 cm 1.07 m expHall_P hIoni + 13 4.69 cm 2.54 cm 1.15 m 30.5 GeV 18.6 keV 7.97 cm 1.15 m expHall_P hIoni + 14 4.73 cm 2.56 cm 1.16 m 30.5 GeV 1.6 keV 1.06 cm 1.16 m expHall_P hIoni + 15 6.9 cm 3.7 cm 1.69 m 30.5 GeV 106 keV 52.9 cm 1.69 m expHall_P hIoni + 16 7.08 cm 3.8 cm 1.73 m 30.5 GeV 8.99 keV 4.54 cm 1.74 m expHall_P hIoni + 17 7.38 cm 3.96 cm 1.81 m 30.5 GeV 11.9 keV 7.16 cm 1.81 m expHall_P hIoni + 18 7.89 cm 4.23 cm 1.93 m 30.5 GeV 23.8 keV 12.6 cm 1.93 m expHall_P hIoni + 19 8.35 cm 4.47 cm 2.04 m 30.5 GeV 24.4 keV 11.1 cm 2.05 m expHall_P hIoni + 20 9.73 cm 5.2 cm 2.38 m 30.5 GeV 71.7 keV 33.8 cm 2.38 m expHall_P hIoni + 21 9.92 cm 5.3 cm 2.43 m 30.5 GeV 11.9 keV 4.67 cm 2.43 m expHall_P hIoni + 22 10.6 cm 5.64 cm 2.58 m 30.5 GeV 31.6 keV 15.7 cm 2.59 m expHall_P hIoni + 23 10.9 cm 5.8 cm 2.66 m 30.5 GeV 13.6 keV 7.35 cm 2.66 m expHall_P hIoni + 24 12.1 cm 6.47 cm 2.97 m 30.5 GeV 59.5 keV 31 cm 2.97 m expHall_P hIoni + 25 12.3 cm 6.57 cm 3.02 m 30.5 GeV 8.76 keV 4.83 cm 3.02 m expHall_P hIoni + 26 12.4 cm 6.6 cm 3.03 m 30.5 GeV 1.79 keV 1.25 cm 3.03 m expHall_P hIoni + 27 12.6 cm 6.69 cm 3.07 m 30.5 GeV 9.82 keV 4.25 cm 3.07 m expHall_P hIoni + 28 12.9 cm 6.85 cm 3.15 m 30.5 GeV 18 keV 7.6 cm 3.15 m expHall_P hIoni + 29 13 cm 6.9 cm 3.17 m 30.5 GeV 3.75 keV 2.28 cm 3.17 m expHall_P hIoni + 30 13 cm 6.92 cm 3.18 m 30.5 GeV 993 eV 7.06 mm 3.18 m expHall_P hIoni + 31 13.2 cm 7.05 cm 3.24 m 30.5 GeV 11.7 keV 6.15 cm 3.24 m expHall_P hIoni + 32 13.6 cm 7.22 cm 3.31 m 30.5 GeV 16.3 keV 7.62 cm 3.32 m expHall_P hIoni + 33 13.6 cm 7.26 cm 3.34 m 30.5 GeV 5.7 keV 2.22 cm 3.34 m expHall_P hIoni + 34 14 cm 7.43 cm 3.41 m 30.5 GeV 14.6 keV 7.5 cm 3.41 m expHall_P hIoni + 35 14.1 cm 7.51 cm 3.45 m 30.5 GeV 4.96 keV 3.83 cm 3.45 m expHall_P hIoni + 36 14.6 cm 7.74 cm 3.56 m 30.5 GeV 19.9 keV 10.8 cm 3.56 m expHall_P hIoni + 37 15.2 cm 8.08 cm 3.72 m 30.5 GeV 31.8 keV 15.9 cm 3.72 m expHall_P hIoni + 38 15.3 cm 8.11 cm 3.73 m 30.5 GeV 2.36 keV 1.17 cm 3.73 m expHall_P hIoni + 39 16.6 cm 8.84 cm 4.06 m 30.5 GeV 73.5 keV 33.7 cm 4.07 m expHall_P hIoni + 40 17.1 cm 9.11 cm 4.19 m 30.5 GeV 24.1 keV 12.4 cm 4.19 m expHall_P hIoni + 41 17.6 cm 9.35 cm 4.3 m 30.5 GeV 20.6 keV 11.5 cm 4.31 m expHall_P hIoni + 42 17.8 cm 9.43 cm 4.34 m 30.5 GeV 7.9 keV 3.28 cm 4.34 m expHall_P hIoni + 43 17.9 cm 9.5 cm 4.37 m 30.5 GeV 5.07 keV 3.43 cm 4.38 m expHall_P hIoni + 44 20.7 cm 11 cm 5.05 m 30.5 GeV 136 keV 68.5 cm 5.06 m expHall_P hIoni + 45 20.9 cm 11.1 cm 5.1 m 30.5 GeV 10.2 keV 4.57 cm 5.11 m expHall_P hIoni + 46 23.2 cm 12.3 cm 5.66 m 30.5 GeV 112 keV 56.5 cm 5.67 m expHall_P hIoni + 47 23.8 cm 12.6 cm 5.8 m 30.5 GeV 29.2 keV 13.8 cm 5.81 m expHall_P hIoni + 48 24.2 cm 12.8 cm 5.91 m 30.5 GeV 26.1 keV 11 cm 5.92 m expHall_P hIoni + 49 24.6 cm 13 cm 6 m 30.5 GeV 20.6 keV 8.82 cm 6.01 m OutOfWorld CoupledTransportation Track (trackID 41, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2745,7 +2706,7 @@ Track (trackID 41, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 35 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 35 GeV 0 eV 7.31e-296 fm 7.31e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 35 GeV 0 eV 4.58e-297 fm 4.58e-297 fm expHall_P Decay Track (trackID 40, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2754,60 +2715,64 @@ Track (trackID 40, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 34.5 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 479 um 15.4 um 6.74 mm 34.5 GeV 852 eV 6.76 mm 6.76 mm expHall_P hIoni - 2 1.05 cm 321 um 14.8 cm 34.5 GeV 29 keV 14.1 cm 14.8 cm expHall_P hIoni - 3 1.83 cm 534 um 25.8 cm 34.5 GeV 20.7 keV 11 cm 25.9 cm expHall_P hIoni - 4 2.99 cm 808 um 42.1 cm 34.5 GeV 35.3 keV 16.3 cm 42.2 cm expHall_P hIoni - 5 3.07 cm 826 um 43.2 cm 34.5 GeV 1.96 keV 1.15 cm 43.3 cm expHall_P hIoni - 6 3.43 cm 900 um 48.3 cm 34.5 GeV 9.65 keV 5.04 cm 48.4 cm expHall_P hIoni - 7 4.44 cm 1.09 mm 62.5 cm 34.5 GeV 26.8 keV 14.3 cm 62.7 cm expHall_P hIoni - 8 5.31 cm 1.21 mm 74.8 cm 34.5 GeV 26.4 keV 12.3 cm 75 cm expHall_P hIoni - 9 5.48 cm 1.24 mm 77.2 cm 34.5 GeV 3.12 keV 2.42 cm 77.4 cm expHall_P hIoni - 10 6.72 cm 1.36 mm 94.6 cm 34.5 GeV 40.6 keV 17.4 cm 94.8 cm expHall_P hIoni - 11 7 cm 1.38 mm 98.6 cm 34.5 GeV 10.9 keV 3.97 cm 98.8 cm expHall_P hIoni - 12 7.4 cm 1.41 mm 1.04 m 34.5 GeV 11.1 keV 5.6 cm 1.04 m expHall_P hIoni - 13 7.66 cm 1.42 mm 1.08 m 34.5 GeV 10.2 keV 3.78 cm 1.08 m expHall_P hIoni - 14 7.81 cm 1.43 mm 1.1 m 34.5 GeV 3.72 keV 2 cm 1.1 m expHall_P hIoni - 15 11.8 cm 1.69 mm 1.67 m 34.5 GeV 108 keV 56.8 cm 1.67 m expHall_P hIoni - 16 12.8 cm 1.74 mm 1.8 m 34.5 GeV 29.9 keV 13.1 cm 1.8 m expHall_P hIoni - 17 13.9 cm 1.81 mm 1.96 m 34.5 GeV 32.9 keV 15.9 cm 1.96 m expHall_P hIoni - 18 14.3 cm 1.83 mm 2.01 m 34.5 GeV 8.59 keV 5.44 cm 2.01 m expHall_P hIoni - 19 15.1 cm 1.88 mm 2.12 m 34.5 GeV 21.5 keV 11.1 cm 2.13 m expHall_P hIoni - 20 15.7 cm 1.92 mm 2.21 m 34.5 GeV 19.4 keV 8.88 cm 2.21 m expHall_P hIoni - 21 19.7 cm 2.16 mm 2.77 m 34.5 GeV 113 keV 56.3 cm 2.78 m expHall_P hIoni - 22 20 cm 2.18 mm 2.82 m 34.5 GeV 6.18 keV 4.67 cm 2.82 m expHall_P hIoni - 23 21.9 cm 2.3 mm 3.09 m 34.5 GeV 58.1 keV 27 cm 3.09 m expHall_P hIoni - 24 22.3 cm 2.32 mm 3.14 m 34.5 GeV 10.2 keV 5.14 cm 3.15 m expHall_P hIoni - 25 22.8 cm 2.35 mm 3.21 m 34.5 GeV 12.5 keV 7.01 cm 3.22 m expHall_P hIoni - 26 22.9 cm 2.36 mm 3.23 m 34.5 GeV 2.91 keV 2.23 cm 3.24 m expHall_P hIoni - 27 24.3 cm 2.45 mm 3.43 m 34.5 GeV 36.7 keV 19.9 cm 3.44 m expHall_P hIoni - 28 27.2 cm 2.63 mm 3.84 m 34.5 GeV 86.3 keV 41 cm 3.85 m expHall_P hIoni - 29 27.9 cm 2.67 mm 3.93 m 34.5 GeV 19.7 keV 9.82 cm 3.94 m expHall_P hIoni - 30 28 cm 2.68 mm 3.95 m 34.5 GeV 2 keV 1.44 cm 3.96 m expHall_P hIoni - 31 28.3 cm 2.69 mm 3.99 m 34.5 GeV 7.87 keV 3.81 cm 4 m expHall_P hIoni - 32 29 cm 2.74 mm 4.08 m 34.5 GeV 17.3 keV 9.7 cm 4.09 m expHall_P hIoni - 33 29.4 cm 2.76 mm 4.14 m 34.5 GeV 11 keV 5.69 cm 4.15 m expHall_P hIoni - 34 30.8 cm 2.85 mm 4.33 m 34.5 GeV 43.6 keV 19.3 cm 4.34 m expHall_P hIoni - 35 31.1 cm 2.87 mm 4.38 m 34.5 GeV 7.26 keV 4.33 cm 4.39 m expHall_P hIoni - 36 31.3 cm 2.88 mm 4.41 m 34.5 GeV 6.51 keV 3.18 cm 4.42 m expHall_P hIoni - 37 32.5 cm 2.96 mm 4.58 m 34.5 GeV 36.4 keV 17.6 cm 4.59 m expHall_P hIoni - 38 33.7 cm 3.04 mm 4.74 m 34.5 GeV 34.7 keV 16 cm 4.75 m expHall_P hIoni - 39 34.4 cm 3.08 mm 4.84 m 34.5 GeV 22.3 keV 9.69 cm 4.85 m expHall_P hIoni - 40 35.1 cm 3.13 mm 4.95 m 34.5 GeV 19.7 keV 11.1 cm 4.96 m expHall_P hIoni - 41 35.8 cm 3.18 mm 5.05 m 34.5 GeV 20.8 keV 9.8 cm 5.06 m expHall_P hIoni - 42 36.3 cm 3.21 mm 5.11 m 34.5 GeV 12.2 keV 6.26 cm 5.12 m expHall_P hIoni - 43 36.8 cm 3.24 mm 5.18 m 34.5 GeV 13.7 keV 7.06 cm 5.19 m expHall_P hIoni - 44 37.1 cm 3.26 mm 5.23 m 34.5 GeV 11 keV 4.96 cm 5.24 m expHall_P hIoni - 45 37.9 cm 3.31 mm 5.34 m 34.5 GeV 18.8 keV 10.9 cm 5.35 m expHall_P hIoni - 46 38.6 cm 3.36 mm 5.44 m 34.5 GeV 21.5 keV 10.3 cm 5.45 m expHall_P hIoni - 47 38.7 cm 3.37 mm 5.46 m 34.5 GeV 3.73 keV 1.58 cm 5.47 m expHall_P hIoni - 48 38.8 cm 3.37 mm 5.46 m 34.5 GeV 1.54 keV 6.85 mm 5.48 m expHall_P hIoni - 49 39.9 cm 3.45 mm 5.62 m 34.5 GeV 33.4 keV 15.2 cm 5.63 m expHall_P hIoni - 50 41.7 cm 3.57 mm 5.88 m 34.5 GeV 55.7 keV 26.1 cm 5.89 m expHall_P hIoni - 51 41.8 cm 3.58 mm 5.89 m 34.5 GeV 2.23 keV 1.46 cm 5.91 m expHall_P hIoni - 52 41.9 cm 3.59 mm 5.9 m 34.5 GeV 2.51 keV 1.39 cm 5.92 m expHall_P hIoni - 53 42.1 cm 3.6 mm 5.93 m 34.5 GeV 6.12 keV 2.99 cm 5.95 m expHall_P hIoni - 54 42.6 cm 3.63 mm 6 m 34.5 GeV 13.6 keV 6.57 cm 6.02 m OutOfWorld CoupledTransportation + 1 4.24 mm 140 um 5.97 cm 34.5 GeV 12.2 keV 5.99 cm 5.99 cm expHall_P hIoni + 2 6.23 mm 207 um 8.78 cm 34.5 GeV 6.02 keV 2.82 cm 8.8 cm expHall_P hIoni + 3 1.18 cm 386 um 16.7 cm 34.5 GeV 15.7 keV 7.9 cm 16.7 cm expHall_P hIoni + 4 5.01 cm 1.3 mm 70.5 cm 34.5 GeV 110 keV 54 cm 70.7 cm expHall_P hIoni + 5 6.91 cm 1.56 mm 97.3 cm 34.5 GeV 47 keV 26.9 cm 97.6 cm expHall_P hIoni + 6 7.71 cm 1.64 mm 1.09 m 34.5 GeV 21.5 keV 11.3 cm 1.09 m expHall_P hIoni + 7 8.17 cm 1.68 mm 1.15 m 34.5 GeV 13.7 keV 6.5 cm 1.15 m expHall_P hIoni + 8 8.24 cm 1.69 mm 1.16 m 34.5 GeV 1.53 keV 8.73 mm 1.16 m expHall_P hIoni + 9 8.88 cm 1.75 mm 1.25 m 34.5 GeV 22 keV 9.14 cm 1.25 m expHall_P hIoni + 10 9.88 cm 1.85 mm 1.39 m 34.5 GeV 26.6 keV 14 cm 1.39 m expHall_P hIoni + 11 10.9 cm 1.95 mm 1.53 m 34.5 GeV 26 keV 14.1 cm 1.53 m expHall_P hIoni + 12 10.9 cm 1.95 mm 1.53 m 34.5 GeV 1.22 keV 3.59 mm 1.54 m expHall_P hIoni + 13 13 cm 2.16 mm 1.82 m 34.5 GeV 59.6 keV 29.1 cm 1.83 m expHall_P hIoni + 14 13.6 cm 2.23 mm 1.91 m 34.5 GeV 13.2 keV 8.45 cm 1.91 m expHall_P hIoni + 15 16.3 cm 2.52 mm 2.3 m 34.5 GeV 80.2 keV 39.2 cm 2.31 m expHall_P hIoni + 16 18.3 cm 2.72 mm 2.57 m 34.5 GeV 56.4 keV 27.3 cm 2.58 m expHall_P hIoni + 17 18.5 cm 2.75 mm 2.6 m 34.5 GeV 6.96 keV 2.99 cm 2.61 m expHall_P hIoni + 18 18.7 cm 2.77 mm 2.63 m 34.5 GeV 5.92 keV 2.82 cm 2.64 m expHall_P hIoni + 19 19.6 cm 2.87 mm 2.76 m 34.5 GeV 27.8 keV 13.2 cm 2.77 m expHall_P hIoni + 20 20.6 cm 2.97 mm 2.9 m 34.5 GeV 29.3 keV 13.7 cm 2.91 m expHall_P hIoni + 21 21.5 cm 3.07 mm 3.03 m 34.5 GeV 26.1 keV 12.8 cm 3.04 m expHall_P hIoni + 22 22 cm 3.13 mm 3.1 m 34.5 GeV 14 keV 7.65 cm 3.11 m expHall_P hIoni + 23 22.1 cm 3.13 mm 3.11 m 34.5 GeV 791 eV 4.93 mm 3.12 m expHall_P hIoni + 24 22.1 cm 3.14 mm 3.11 m 34.5 GeV 174 eV 1.72 mm 3.12 m expHall_P hIoni + 25 22.6 cm 3.19 mm 3.18 m 34.5 GeV 14.8 keV 7.28 cm 3.19 m expHall_P hIoni + 26 22.6 cm 3.19 mm 3.19 m 34.5 GeV 1.2 keV 5.21 mm 3.2 m expHall_P hIoni + 27 24.5 cm 3.4 mm 3.45 m 34.5 GeV 62.2 keV 26.6 cm 3.46 m expHall_P hIoni + 28 24.8 cm 3.43 mm 3.5 m 34.5 GeV 8.75 keV 4.35 cm 3.51 m expHall_P hIoni + 29 25.3 cm 3.48 mm 3.56 m 34.5 GeV 14 keV 6.47 cm 3.57 m expHall_P hIoni + 30 25.4 cm 3.49 mm 3.58 m 34.5 GeV 3.09 keV 1.51 cm 3.59 m expHall_P hIoni + 31 26.3 cm 3.59 mm 3.71 m 34.5 GeV 29 keV 13.2 cm 3.72 m expHall_P hIoni + 32 26.4 cm 3.6 mm 3.72 m 34.5 GeV 3.61 keV 1.36 cm 3.73 m expHall_P hIoni + 33 26.7 cm 3.62 mm 3.75 m 34.5 GeV 5.99 keV 3.08 cm 3.76 m expHall_P hIoni + 34 28.4 cm 3.81 mm 4 m 34.5 GeV 51.9 keV 24.4 cm 4.01 m expHall_P hIoni + 35 28.4 cm 3.81 mm 4 m 34.5 GeV 254 eV 1.6 mm 4.01 m expHall_P hIoni + 36 29.2 cm 3.89 mm 4.11 m 34.5 GeV 18.4 keV 11.1 cm 4.12 m expHall_P hIoni + 37 29.3 cm 3.9 mm 4.12 m 34.5 GeV 1.3 keV 9.91 mm 4.13 m expHall_P hIoni + 38 30.4 cm 4.02 mm 4.28 m 34.5 GeV 31.3 keV 16.3 cm 4.29 m expHall_P hIoni + 39 31.1 cm 4.09 mm 4.37 m 34.5 GeV 16.4 keV 9.22 cm 4.38 m expHall_P hIoni + 40 31.2 cm 4.11 mm 4.4 m 34.5 GeV 6.93 keV 2.51 cm 4.41 m expHall_P hIoni + 41 31.7 cm 4.17 mm 4.47 m 34.5 GeV 14.7 keV 6.94 cm 4.48 m expHall_P hIoni + 42 32.3 cm 4.23 mm 4.55 m 34.5 GeV 13.3 keV 8.09 cm 4.56 m expHall_P hIoni + 43 32.6 cm 4.26 mm 4.58 m 34.5 GeV 8.18 keV 3.64 cm 4.6 m expHall_P hIoni + 44 32.7 cm 4.27 mm 4.6 m 34.5 GeV 2.75 keV 1.74 cm 4.61 m expHall_P hIoni + 45 33.3 cm 4.34 mm 4.69 m 34.5 GeV 18.2 keV 9.06 cm 4.7 m expHall_P hIoni + 46 33.4 cm 4.35 mm 4.71 m 34.5 GeV 2.3 keV 1.46 cm 4.72 m expHall_P hIoni + 47 34.8 cm 4.5 mm 4.9 m 34.5 GeV 36.9 keV 18.9 cm 4.91 m expHall_P hIoni + 48 35 cm 4.53 mm 4.93 m 34.5 GeV 7.86 keV 3.66 cm 4.94 m expHall_P hIoni + 49 35.5 cm 4.59 mm 5.01 m 34.5 GeV 14.9 keV 7.35 cm 5.02 m expHall_P hIoni + 50 37.6 cm 4.82 mm 5.3 m 34.5 GeV 62.2 keV 29.5 cm 5.31 m expHall_P hIoni + 51 37.9 cm 4.85 mm 5.34 m 34.5 GeV 8.39 keV 4.03 cm 5.35 m expHall_P hIoni + 52 38.4 cm 4.9 mm 5.4 m 34.5 GeV 13.1 keV 6.15 cm 5.41 m expHall_P hIoni + 53 38.5 cm 4.92 mm 5.42 m 34.5 GeV 5.39 keV 2.41 cm 5.44 m expHall_P hIoni + 54 39.4 cm 5.01 mm 5.54 m 34.5 GeV 25 keV 11.7 cm 5.56 m expHall_P hIoni + 55 39.8 cm 5.06 mm 5.6 m 34.5 GeV 11.3 keV 5.77 cm 5.61 m expHall_P hIoni + 56 40.6 cm 5.15 mm 5.71 m 34.5 GeV 21.1 keV 11.6 cm 5.73 m expHall_P hIoni + 57 40.6 cm 5.15 mm 5.71 m 34.5 GeV 477 eV 1.11 mm 5.73 m expHall_P hIoni + 58 42.6 cm 5.38 mm 6 m 34.5 GeV 50 keV 28.6 cm 6.02 m OutOfWorld CoupledTransportation Track (trackID 39, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2816,73 +2781,52 @@ Track (trackID 39, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 18.9 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.09 mm 1.11 mm 9.39 cm 18.9 GeV 13.4 keV 9.39 cm 9.39 cm expHall_P hIoni - 2 5.89 mm 3.14 mm 26.4 cm 18.9 GeV 25.9 keV 17.1 cm 26.5 cm expHall_P hIoni - 3 8.28 mm 4.44 mm 37.2 cm 18.9 GeV 16.6 keV 10.8 cm 37.2 cm expHall_P hIoni - 4 1.33 cm 7.19 mm 59.8 cm 18.9 GeV 36.8 keV 22.5 cm 59.8 cm expHall_P hIoni - 5 1.38 cm 7.5 mm 62.3 cm 18.9 GeV 4.35 keV 2.51 cm 62.3 cm expHall_P hIoni - 6 1.39 cm 7.56 mm 62.7 cm 18.9 GeV 227 eV 4.64 mm 62.8 cm expHall_P hIoni - 7 1.49 cm 8.12 mm 67.3 cm 18.9 GeV 8.84 keV 4.57 cm 67.3 cm expHall_P hIoni - 8 1.53 cm 8.35 mm 69.1 cm 18.9 GeV 2.7 keV 1.83 cm 69.2 cm expHall_P hIoni - 9 1.67 cm 9.11 mm 75.2 cm 18.9 GeV 7.76 keV 6.07 cm 75.2 cm expHall_P hIoni - 10 1.8 cm 9.85 mm 81.1 cm 18.9 GeV 9.89 keV 5.94 cm 81.2 cm expHall_P hIoni - 11 1.99 cm 1.1 cm 89.9 cm 18.9 GeV 14.2 keV 8.79 cm 90 cm expHall_P hIoni - 12 2.24 cm 1.24 cm 1.01 m 18.9 GeV 19.8 keV 11.5 cm 1.01 m expHall_P hIoni - 13 2.25 cm 1.24 cm 1.02 m 18.9 GeV 232 eV 2.18 mm 1.02 m expHall_P hIoni - 14 2.53 cm 1.41 cm 1.15 m 18.9 GeV 21.9 keV 13.1 cm 1.15 m expHall_P hIoni - 15 2.68 cm 1.5 cm 1.22 m 18.9 GeV 9.24 keV 6.77 cm 1.22 m expHall_P hIoni - 16 2.73 cm 1.53 cm 1.24 m 18.9 GeV 4.46 keV 2.2 cm 1.24 m expHall_P hIoni - 17 2.75 cm 1.54 cm 1.25 m 18.9 GeV 909 eV 8.03 mm 1.25 m expHall_P hIoni - 18 2.81 cm 1.57 cm 1.28 m 18.9 GeV 3.16 keV 3.02 cm 1.28 m expHall_P hIoni - 19 2.88 cm 1.61 cm 1.31 m 18.9 GeV 5.56 keV 2.99 cm 1.31 m expHall_P hIoni - 20 2.92 cm 1.64 cm 1.33 m 18.9 GeV 4.67 keV 2.13 cm 1.33 m expHall_P hIoni - 21 2.93 cm 1.64 cm 1.33 m 18.9 GeV 249 eV 3.56 mm 1.33 m expHall_P hIoni - 22 3 cm 1.68 cm 1.36 m 18.9 GeV 6.33 keV 2.97 cm 1.36 m expHall_P hIoni - 23 3.05 cm 1.71 cm 1.39 m 18.9 GeV 5.82 keV 2.55 cm 1.39 m expHall_P hIoni - 24 3.34 cm 1.88 cm 1.52 m 18.9 GeV 26.9 keV 13.3 cm 1.52 m expHall_P hIoni - 25 3.38 cm 1.9 cm 1.53 m 18.9 GeV 2.89 keV 1.69 cm 1.54 m expHall_P hIoni - 26 4.05 cm 2.3 cm 1.84 m 18.9 GeV 56.3 keV 31 cm 1.85 m expHall_P hIoni - 27 4.46 cm 2.53 cm 2.03 m 18.9 GeV 27 keV 18.6 cm 2.03 m expHall_P hIoni - 28 4.81 cm 2.74 cm 2.19 m 18.9 GeV 28.4 keV 15.9 cm 2.19 m expHall_P hIoni - 29 5.35 cm 3.05 cm 2.44 m 18.9 GeV 41.7 keV 25 cm 2.44 m expHall_P hIoni - 30 5.4 cm 3.08 cm 2.46 m 18.9 GeV 4.14 keV 2.05 cm 2.46 m expHall_P hIoni - 31 5.42 cm 3.1 cm 2.47 m 18.9 GeV 2.3 keV 1.21 cm 2.47 m expHall_P hIoni - 32 5.45 cm 3.11 cm 2.48 m 18.9 GeV 1.81 keV 1.16 cm 2.48 m expHall_P hIoni - 33 6.36 cm 3.64 cm 2.9 m 18.9 GeV 68.4 keV 41.8 cm 2.9 m expHall_P hIoni - 34 6.56 cm 3.76 cm 2.99 m 18.9 GeV 16.3 keV 9.29 cm 3 m expHall_P hIoni - 35 6.57 cm 3.77 cm 3 m 18.9 GeV 1.55 keV 4.3 mm 3 m expHall_P hIoni - 36 7.57 cm 4.35 cm 3.46 m 18.9 GeV 72.3 keV 45.7 cm 3.46 m expHall_P hIoni - 37 7.65 cm 4.39 cm 3.49 m 18.9 GeV 6.82 keV 3.59 cm 3.49 m expHall_P hIoni - 38 7.72 cm 4.43 cm 3.52 m 18.9 GeV 5.2 keV 3.26 cm 3.53 m expHall_P hIoni - 39 7.84 cm 4.5 cm 3.58 m 18.9 GeV 8.85 keV 5.47 cm 3.58 m expHall_P hIoni - 40 7.94 cm 4.56 cm 3.62 m 18.9 GeV 5.65 keV 4.44 cm 3.62 m expHall_P hIoni - 41 8.33 cm 4.79 cm 3.8 m 18.9 GeV 33.2 keV 18.1 cm 3.81 m expHall_P hIoni - 42 8.66 cm 4.98 cm 3.95 m 18.9 GeV 27 keV 14.9 cm 3.96 m expHall_P hIoni - 43 8.79 cm 5.06 cm 4.01 m 18.9 GeV 10.3 keV 5.86 cm 4.01 m expHall_P hIoni - 44 8.98 cm 5.17 cm 4.1 m 18.9 GeV 15.3 keV 8.75 cm 4.1 m expHall_P hIoni - 45 9.21 cm 5.3 cm 4.2 m 18.9 GeV 15.8 keV 10.4 cm 4.21 m expHall_P hIoni - 46 9.25 cm 5.32 cm 4.22 m 18.9 GeV 4.33 keV 1.93 cm 4.22 m expHall_P hIoni - 47 9.38 cm 5.4 cm 4.28 m 18.9 GeV 10.1 keV 6.01 cm 4.29 m expHall_P hIoni - 48 9.58 cm 5.52 cm 4.38 m 18.9 GeV 17.1 keV 9.33 cm 4.38 m expHall_P hIoni - 49 9.79 cm 5.64 cm 4.47 m 18.9 GeV 14.6 keV 9.31 cm 4.47 m expHall_P hIoni - 50 9.89 cm 5.7 cm 4.52 m 18.9 GeV 8.74 keV 4.63 cm 4.52 m expHall_P hIoni - 51 9.9 cm 5.7 cm 4.52 m 18.9 GeV 422 eV 6.44 mm 4.52 m expHall_P hIoni - 52 9.94 cm 5.73 cm 4.54 m 18.9 GeV 3.36 keV 1.89 cm 4.54 m expHall_P hIoni - 53 10.5 cm 6.06 cm 4.8 m 18.9 GeV 48.7 keV 26.2 cm 4.81 m expHall_P hIoni - 54 10.6 cm 6.1 cm 4.84 m 18.9 GeV 5.38 keV 3.23 cm 4.84 m expHall_P hIoni - 55 10.9 cm 6.28 cm 4.98 m 18.9 GeV 27.1 keV 14.1 cm 4.98 m expHall_P hIoni - 56 10.9 cm 6.3 cm 4.99 m 18.9 GeV 2.18 keV 1.38 cm 4.99 m expHall_P hIoni - 57 11.1 cm 6.43 cm 5.09 m 18.9 GeV 16.4 keV 10.3 cm 5.1 m expHall_P hIoni - 58 11.4 cm 6.58 cm 5.21 m 18.9 GeV 20.1 keV 11.4 cm 5.21 m expHall_P hIoni - 59 11.4 cm 6.61 cm 5.23 m 18.9 GeV 2.78 keV 2.24 cm 5.23 m expHall_P hIoni - 60 11.5 cm 6.64 cm 5.26 m 18.9 GeV 5.05 keV 2.66 cm 5.26 m expHall_P hIoni - 61 11.6 cm 6.69 cm 5.3 m 18.9 GeV 8.08 keV 3.88 cm 5.3 m expHall_P hIoni - 62 12.1 cm 7.01 cm 5.54 m 18.9 GeV 44.2 keV 24.5 cm 5.54 m expHall_P hIoni - 63 12.1 cm 7.02 cm 5.55 m 18.9 GeV 1.63 keV 8.36 mm 5.55 m expHall_P hIoni - 64 12.2 cm 7.06 cm 5.58 m 18.9 GeV 8.52 keV 3.32 cm 5.58 m expHall_P hIoni - 65 12.4 cm 7.17 cm 5.67 m 18.9 GeV 15.7 keV 8.72 cm 5.67 m expHall_P hIoni - 66 12.7 cm 7.36 cm 5.82 m 18.9 GeV 30.6 keV 14.9 cm 5.82 m expHall_P hIoni - 67 13.1 cm 7.59 cm 6 m 18.9 GeV 29.4 keV 18.1 cm 6 m OutOfWorld CoupledTransportation + 1 3.97 mm 2.1 mm 17.8 cm 18.9 GeV 29.9 keV 17.8 cm 17.8 cm expHall_P hIoni + 2 6.11 mm 3.23 mm 27.4 cm 18.9 GeV 15.3 keV 9.58 cm 27.4 cm expHall_P hIoni + 3 7.6 mm 4.02 mm 34.1 cm 18.9 GeV 10.9 keV 6.68 cm 34.1 cm expHall_P hIoni + 4 8.68 mm 4.6 mm 38.9 cm 18.9 GeV 7.6 keV 4.88 cm 38.9 cm expHall_P hIoni + 5 1.34 cm 7.18 mm 60.4 cm 18.9 GeV 32.6 keV 21.4 cm 60.4 cm expHall_P hIoni + 6 1.46 cm 7.85 mm 65.9 cm 18.9 GeV 10.1 keV 5.52 cm 65.9 cm expHall_P hIoni + 7 1.7 cm 9.16 mm 76.5 cm 18.9 GeV 14 keV 10.7 cm 76.6 cm expHall_P hIoni + 8 1.89 cm 1.02 cm 85.1 cm 18.9 GeV 13.9 keV 8.55 cm 85.1 cm expHall_P hIoni + 9 2.08 cm 1.13 cm 94 cm 18.9 GeV 13.8 keV 8.93 cm 94.1 cm expHall_P hIoni + 10 2.41 cm 1.32 cm 1.09 m 18.9 GeV 25 keV 14.8 cm 1.09 m expHall_P hIoni + 11 3.41 cm 1.9 cm 1.55 m 18.9 GeV 77.7 keV 45.9 cm 1.55 m expHall_P hIoni + 12 4.07 cm 2.28 cm 1.85 m 18.9 GeV 52.6 keV 30.4 cm 1.85 m expHall_P hIoni + 13 4.33 cm 2.42 cm 1.97 m 18.9 GeV 19.5 keV 11.6 cm 1.97 m expHall_P hIoni + 14 4.69 cm 2.63 cm 2.13 m 18.9 GeV 26.6 keV 16.7 cm 2.13 m expHall_P hIoni + 15 4.83 cm 2.71 cm 2.2 m 18.9 GeV 10.5 keV 6.23 cm 2.2 m expHall_P hIoni + 16 5.02 cm 2.82 cm 2.28 m 18.9 GeV 12.6 keV 8.54 cm 2.28 m expHall_P hIoni + 17 5.54 cm 3.11 cm 2.52 m 18.9 GeV 39.9 keV 23.7 cm 2.52 m expHall_P hIoni + 18 5.56 cm 3.13 cm 2.53 m 18.9 GeV 2.11 keV 1.33 cm 2.53 m expHall_P hIoni + 19 6.11 cm 3.44 cm 2.78 m 18.9 GeV 45.1 keV 24.9 cm 2.78 m expHall_P hIoni + 20 6.21 cm 3.5 cm 2.83 m 18.9 GeV 10.1 keV 4.77 cm 2.83 m expHall_P hIoni + 21 6.85 cm 3.87 cm 3.12 m 18.9 GeV 41.1 keV 28.9 cm 3.12 m expHall_P hIoni + 22 6.89 cm 3.89 cm 3.14 m 18.9 GeV 2.04 keV 2.22 cm 3.14 m expHall_P hIoni + 23 7.48 cm 4.23 cm 3.41 m 18.9 GeV 46.3 keV 26.8 cm 3.41 m expHall_P hIoni + 24 8.1 cm 4.58 cm 3.69 m 18.9 GeV 43.5 keV 28.4 cm 3.69 m expHall_P hIoni + 25 8.13 cm 4.6 cm 3.7 m 18.9 GeV 1.96 keV 1.2 cm 3.7 m expHall_P hIoni + 26 8.86 cm 5.02 cm 4.04 m 18.9 GeV 54.5 keV 33.7 cm 4.04 m expHall_P hIoni + 27 9.04 cm 5.12 cm 4.12 m 18.9 GeV 11 keV 8.1 cm 4.12 m expHall_P hIoni + 28 10 cm 5.68 cm 4.57 m 18.9 GeV 71.4 keV 44.7 cm 4.57 m expHall_P hIoni + 29 10.5 cm 5.93 cm 4.77 m 18.9 GeV 39.9 keV 20.2 cm 4.77 m expHall_P hIoni + 30 10.7 cm 6.09 cm 4.89 m 18.9 GeV 21.9 keV 12.6 cm 4.9 m expHall_P hIoni + 31 10.8 cm 6.13 cm 4.93 m 18.9 GeV 6.62 keV 3.42 cm 4.93 m expHall_P hIoni + 32 11 cm 6.24 cm 5.02 m 18.9 GeV 13.7 keV 8.67 cm 5.02 m expHall_P hIoni + 33 11.1 cm 6.3 cm 5.06 m 18.9 GeV 5.89 keV 4.78 cm 5.06 m expHall_P hIoni + 34 11.3 cm 6.43 cm 5.17 m 18.9 GeV 16.6 keV 10.8 cm 5.17 m expHall_P hIoni + 35 11.8 cm 6.71 cm 5.4 m 18.9 GeV 36.8 keV 22.5 cm 5.4 m expHall_P hIoni + 36 11.9 cm 6.75 cm 5.42 m 18.9 GeV 4.35 keV 2.51 cm 5.42 m expHall_P hIoni + 37 11.9 cm 6.75 cm 5.43 m 18.9 GeV 227 eV 4.64 mm 5.43 m expHall_P hIoni + 38 12 cm 6.81 cm 5.47 m 18.9 GeV 8.84 keV 4.57 cm 5.47 m expHall_P hIoni + 39 12 cm 6.83 cm 5.49 m 18.9 GeV 2.7 keV 1.83 cm 5.49 m expHall_P hIoni + 40 12.2 cm 6.91 cm 5.55 m 18.9 GeV 7.76 keV 6.07 cm 5.55 m expHall_P hIoni + 41 12.3 cm 6.98 cm 5.61 m 18.9 GeV 9.89 keV 5.94 cm 5.61 m expHall_P hIoni + 42 12.5 cm 7.09 cm 5.7 m 18.9 GeV 14.2 keV 8.79 cm 5.7 m expHall_P hIoni + 43 12.7 cm 7.23 cm 5.81 m 18.9 GeV 19.8 keV 11.5 cm 5.81 m expHall_P hIoni + 44 12.7 cm 7.24 cm 5.82 m 18.9 GeV 232 eV 2.18 mm 5.82 m expHall_P hIoni + 45 13 cm 7.4 cm 5.95 m 18.9 GeV 21.9 keV 13.1 cm 5.95 m expHall_P hIoni + 46 13.1 cm 7.47 cm 6 m 18.9 GeV 8.41 keV 5.38 cm 6 m OutOfWorld CoupledTransportation Track (trackID 37, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2891,66 +2835,86 @@ Track (trackID 37, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 6.94 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 4.51 mm 1.83 mm 6.26 cm 6.94 GeV 10.6 keV 6.28 cm 6.28 cm expHall_P hIoni - 2 1.43 cm 5.74 mm 19.9 cm 6.94 GeV 27.7 keV 13.6 cm 19.9 cm expHall_P hIoni - 3 1.56 cm 6.23 mm 21.6 cm 6.94 GeV 2.84 keV 1.77 cm 21.7 cm expHall_P hIoni - 4 2.49 cm 9.75 mm 34.4 cm 6.94 GeV 24.8 keV 12.9 cm 34.6 cm expHall_P hIoni - 5 2.69 cm 1.05 cm 37.2 cm 6.94 GeV 9.38 keV 2.72 cm 37.3 cm expHall_P hIoni - 6 2.92 cm 1.13 cm 40.3 cm 6.94 GeV 4.71 keV 3.11 cm 40.4 cm expHall_P hIoni - 7 5.75 cm 2.07 cm 78.6 cm 6.94 GeV 72.4 keV 38.5 cm 78.9 cm expHall_P hIoni - 8 6.04 cm 2.16 cm 82.4 cm 6.94 GeV 7.78 keV 3.82 cm 82.7 cm expHall_P hIoni - 9 6.54 cm 2.3 cm 89.2 cm 6.94 GeV 14.3 keV 6.81 cm 89.5 cm expHall_P hIoni - 10 6.77 cm 2.37 cm 92.2 cm 6.94 GeV 5.3 keV 2.97 cm 92.4 cm expHall_P hIoni - 11 8.51 cm 2.85 cm 1.15 m 6.94 GeV 45.8 keV 23.3 cm 1.16 m expHall_P hIoni - 12 8.9 cm 2.96 cm 1.21 m 6.94 GeV 9.87 keV 5.19 cm 1.21 m expHall_P hIoni - 13 9.38 cm 3.09 cm 1.27 m 6.94 GeV 12.5 keV 6.47 cm 1.27 m expHall_P hIoni - 14 9.49 cm 3.12 cm 1.29 m 6.94 GeV 3.94 keV 1.48 cm 1.29 m expHall_P hIoni - 15 9.71 cm 3.18 cm 1.31 m 6.94 GeV 4.95 keV 2.9 cm 1.32 m expHall_P hIoni - 16 9.87 cm 3.23 cm 1.34 m 6.94 GeV 3.92 keV 2.24 cm 1.34 m expHall_P hIoni - 17 9.92 cm 3.24 cm 1.34 m 6.94 GeV 756 eV 5.76 mm 1.35 m expHall_P hIoni - 18 10 cm 3.28 cm 1.36 m 6.94 GeV 3.49 keV 1.7 cm 1.36 m expHall_P hIoni - 19 10.6 cm 3.42 cm 1.43 m 6.94 GeV 12.6 keV 7.1 cm 1.43 m expHall_P hIoni - 20 10.7 cm 3.46 cm 1.45 m 6.94 GeV 3.77 keV 2.02 cm 1.45 m expHall_P hIoni - 21 13.4 cm 4.19 cm 1.8 m 6.94 GeV 65 keV 35.3 cm 1.81 m expHall_P hIoni - 22 14.4 cm 4.48 cm 1.94 m 6.94 GeV 25.2 keV 13.6 cm 1.94 m expHall_P hIoni - 23 14.7 cm 4.57 cm 1.98 m 6.94 GeV 10.2 keV 4.61 cm 1.99 m expHall_P hIoni - 24 16.1 cm 4.94 cm 2.16 m 6.94 GeV 36.2 keV 17.7 cm 2.17 m expHall_P hIoni - 25 16.4 cm 5.04 cm 2.21 m 6.94 GeV 8.32 keV 5.06 cm 2.22 m expHall_P hIoni - 26 17 cm 5.21 cm 2.29 m 6.94 GeV 15.5 keV 8.06 cm 2.3 m expHall_P hIoni - 27 18.3 cm 5.56 cm 2.46 m 6.94 GeV 30 keV 17.3 cm 2.47 m expHall_P hIoni - 28 18.8 cm 5.7 cm 2.53 m 6.94 GeV 15.4 keV 6.65 cm 2.54 m expHall_P hIoni - 29 19.1 cm 5.77 cm 2.56 m 6.94 GeV 11 keV 3.47 cm 2.57 m expHall_P hIoni - 30 19.7 cm 5.95 cm 2.65 m 6.94 GeV 16.5 keV 8.44 cm 2.66 m expHall_P hIoni - 31 19.8 cm 5.97 cm 2.66 m 6.94 GeV 2.46 keV 1.02 cm 2.67 m expHall_P hIoni - 32 20.6 cm 6.18 cm 2.76 m 6.94 GeV 16.5 keV 10.1 cm 2.77 m expHall_P hIoni - 33 20.9 cm 6.28 cm 2.81 m 6.94 GeV 9.32 keV 5.19 cm 2.82 m expHall_P hIoni - 34 21 cm 6.31 cm 2.82 m 6.94 GeV 1.14 keV 9.84 mm 2.83 m expHall_P hIoni - 35 21.3 cm 6.39 cm 2.86 m 6.94 GeV 6.82 keV 4.2 cm 2.87 m expHall_P hIoni - 36 21.3 cm 6.39 cm 2.86 m 6.94 GeV 114 eV 1.21 mm 2.87 m expHall_P hIoni - 37 22 cm 6.56 cm 2.95 m 6.94 GeV 15.1 keV 8.21 cm 2.95 m expHall_P hIoni - 38 23.4 cm 6.95 cm 3.13 m 6.94 GeV 32.9 keV 18.7 cm 3.14 m expHall_P hIoni - 39 23.8 cm 7.06 cm 3.19 m 6.94 GeV 7.52 keV 5.5 cm 3.2 m expHall_P hIoni - 40 26.5 cm 7.83 cm 3.56 m 6.94 GeV 70.8 keV 37.1 cm 3.57 m expHall_P hIoni - 41 27 cm 7.95 cm 3.61 m 6.94 GeV 13.1 keV 5.72 cm 3.63 m expHall_P hIoni - 42 27.2 cm 8.02 cm 3.65 m 6.94 GeV 5.84 keV 3.27 cm 3.66 m expHall_P hIoni - 43 27.5 cm 8.11 cm 3.69 m 6.94 GeV 7.36 keV 4.2 cm 3.7 m expHall_P hIoni - 44 29.7 cm 8.72 cm 3.98 m 6.94 GeV 59.8 keV 29.5 cm 4 m expHall_P hIoni - 45 30.2 cm 8.84 cm 4.04 m 6.94 GeV 11.3 keV 5.78 cm 4.05 m expHall_P hIoni - 46 31.1 cm 9.09 cm 4.16 m 6.94 GeV 21.9 keV 12.3 cm 4.18 m expHall_P hIoni - 47 32.2 cm 9.39 cm 4.31 m 6.94 GeV 28.7 keV 14.3 cm 4.32 m expHall_P hIoni - 48 33.1 cm 9.64 cm 4.43 m 6.94 GeV 25 keV 12.1 cm 4.44 m expHall_P hIoni - 49 33.4 cm 9.73 cm 4.47 m 6.94 GeV 6.63 keV 4.41 cm 4.48 m expHall_P hIoni - 50 34.1 cm 9.92 cm 4.56 m 6.94 GeV 16.3 keV 9.07 cm 4.57 m expHall_P hIoni - 51 34.4 cm 10 cm 4.6 m 6.94 GeV 9.18 keV 4.24 cm 4.62 m expHall_P hIoni - 52 37.1 cm 10.8 cm 4.97 m 6.94 GeV 72.1 keV 36.4 cm 4.98 m expHall_P hIoni - 53 37.5 cm 10.9 cm 5.02 m 6.94 GeV 11.6 keV 5.17 cm 5.03 m expHall_P hIoni - 54 39 cm 11.3 cm 5.21 m 6.94 GeV 38.2 keV 19.3 cm 5.23 m expHall_P hIoni - 55 39.6 cm 11.5 cm 5.3 m 6.94 GeV 14.7 keV 9.01 cm 5.32 m expHall_P hIoni - 56 40.3 cm 11.6 cm 5.38 m 6.94 GeV 15 keV 8.47 cm 5.4 m expHall_P hIoni - 57 41.6 cm 12 cm 5.56 m 6.94 GeV 33.7 keV 17.6 cm 5.58 m expHall_P hIoni - 58 41.8 cm 12.1 cm 5.59 m 6.94 GeV 2.89 keV 2.69 cm 5.6 m expHall_P hIoni - 59 44.7 cm 12.9 cm 5.97 m 6.94 GeV 77.7 keV 38.9 cm 5.99 m expHall_P hIoni - 60 44.9 cm 12.9 cm 6 m 6.94 GeV 3.83 keV 2.53 cm 6.02 m OutOfWorld CoupledTransportation + 1 3.9 mm 1.58 mm 5.41 cm 6.94 GeV 11.3 keV 5.43 cm 5.43 cm expHall_P hIoni + 2 5.29 mm 2.14 mm 7.35 cm 6.94 GeV 3.84 keV 1.94 cm 7.37 cm expHall_P hIoni + 3 6.4 mm 2.59 mm 8.88 cm 6.94 GeV 1.72 keV 1.53 cm 8.9 cm expHall_P hIoni + 4 8.55 mm 3.45 mm 11.9 cm 6.94 GeV 6.51 keV 2.99 cm 11.9 cm expHall_P hIoni + 5 1.01 cm 4.07 mm 14 cm 6.94 GeV 5.06 keV 2.13 cm 14 cm expHall_P hIoni + 6 1.03 cm 4.17 mm 14.3 cm 6.94 GeV 624 eV 3.57 mm 14.4 cm expHall_P hIoni + 7 1.76 cm 6.99 mm 24.4 cm 6.94 GeV 17.5 keV 10.1 cm 24.4 cm expHall_P hIoni + 8 2.52 cm 9.8 mm 34.7 cm 6.94 GeV 20.5 keV 10.4 cm 34.8 cm expHall_P hIoni + 9 2.61 cm 1.01 cm 36 cm 6.94 GeV 1.9 keV 1.24 cm 36.1 cm expHall_P hIoni + 10 3.78 cm 1.43 cm 51.9 cm 6.94 GeV 28.4 keV 16 cm 52.1 cm expHall_P hIoni + 11 5.13 cm 1.87 cm 70.3 cm 6.94 GeV 38 keV 18.4 cm 70.5 cm expHall_P hIoni + 12 5.29 cm 1.92 cm 72.5 cm 6.94 GeV 4.53 keV 2.14 cm 72.7 cm expHall_P hIoni + 13 5.44 cm 1.97 cm 74.5 cm 6.94 GeV 4.02 keV 2.03 cm 74.7 cm expHall_P hIoni + 14 5.75 cm 2.06 cm 78.7 cm 6.94 GeV 9.53 keV 4.18 cm 78.9 cm expHall_P hIoni + 15 6.07 cm 2.16 cm 83 cm 6.94 GeV 6.16 keV 4.32 cm 83.2 cm expHall_P hIoni + 16 6.47 cm 2.27 cm 88.3 cm 6.94 GeV 10.4 keV 5.32 cm 88.5 cm expHall_P hIoni + 17 6.51 cm 2.29 cm 88.9 cm 6.94 GeV 501 eV 6.13 mm 89.1 cm expHall_P hIoni + 18 6.65 cm 2.33 cm 90.7 cm 6.94 GeV 3.55 keV 1.79 cm 90.9 cm expHall_P hIoni + 19 6.98 cm 2.42 cm 95.1 cm 6.94 GeV 8 keV 4.45 cm 95.4 cm expHall_P hIoni + 20 8.27 cm 2.77 cm 1.12 m 6.94 GeV 36.2 keV 17.3 cm 1.13 m expHall_P hIoni + 21 8.29 cm 2.78 cm 1.13 m 6.94 GeV 323 eV 3.02 mm 1.13 m expHall_P hIoni + 22 9.07 cm 2.99 cm 1.23 m 6.94 GeV 16.7 keV 10.4 cm 1.23 m expHall_P hIoni + 23 10.7 cm 3.43 cm 1.44 m 6.94 GeV 41.7 keV 21.3 cm 1.45 m expHall_P hIoni + 24 10.8 cm 3.47 cm 1.46 m 6.94 GeV 5.6 keV 2.26 cm 1.47 m expHall_P hIoni + 25 11.3 cm 3.6 cm 1.53 m 6.94 GeV 12.2 keV 6.24 cm 1.53 m expHall_P hIoni + 26 12.5 cm 3.91 cm 1.68 m 6.94 GeV 28.5 keV 15.4 cm 1.69 m expHall_P hIoni + 27 13 cm 4.05 cm 1.75 m 6.94 GeV 12.8 keV 6.77 cm 1.75 m expHall_P hIoni + 28 13.3 cm 4.15 cm 1.79 m 6.94 GeV 10.5 keV 4.54 cm 1.8 m expHall_P hIoni + 29 13.7 cm 4.25 cm 1.84 m 6.94 GeV 10.5 keV 4.86 cm 1.85 m expHall_P hIoni + 30 14.3 cm 4.43 cm 1.93 m 6.94 GeV 16.6 keV 8.78 cm 1.93 m expHall_P hIoni + 31 15.1 cm 4.64 cm 2.03 m 6.94 GeV 17.3 keV 10.5 cm 2.04 m expHall_P hIoni + 32 15.2 cm 4.68 cm 2.05 m 6.94 GeV 4.82 keV 1.94 cm 2.06 m expHall_P hIoni + 33 15.4 cm 4.72 cm 2.07 m 6.94 GeV 3.23 keV 1.76 cm 2.08 m expHall_P hIoni + 34 16.9 cm 5.13 cm 2.27 m 6.94 GeV 36.3 keV 20.1 cm 2.28 m expHall_P hIoni + 35 17.2 cm 5.22 cm 2.32 m 6.94 GeV 6.12 keV 4.43 cm 2.32 m expHall_P hIoni + 36 18.4 cm 5.56 cm 2.48 m 6.94 GeV 31.8 keV 16.4 cm 2.49 m expHall_P hIoni + 37 19.5 cm 5.84 cm 2.61 m 6.94 GeV 26.8 keV 13.6 cm 2.62 m expHall_P hIoni + 38 19.6 cm 5.87 cm 2.63 m 6.94 GeV 4.78 keV 1.49 cm 2.64 m expHall_P hIoni + 39 19.7 cm 5.91 cm 2.65 m 6.94 GeV 2.68 keV 2.22 cm 2.66 m expHall_P hIoni + 40 20.7 cm 6.18 cm 2.78 m 6.94 GeV 23.4 keV 12.9 cm 2.79 m expHall_P hIoni + 41 20.7 cm 6.18 cm 2.78 m 6.94 GeV 8.98 eV 48.5 um 2.79 m expHall_P hIoni + 42 21.5 cm 6.39 cm 2.88 m 6.94 GeV 20 keV 10.3 cm 2.89 m expHall_P hIoni + 43 21.8 cm 6.49 cm 2.93 m 6.94 GeV 7.65 keV 4.88 cm 2.94 m expHall_P hIoni + 44 23.2 cm 6.86 cm 3.11 m 6.94 GeV 34.6 keV 18.1 cm 3.12 m expHall_P hIoni + 45 23.4 cm 6.92 cm 3.14 m 6.94 GeV 7.52 keV 3.15 cm 3.15 m expHall_P hIoni + 46 24.4 cm 7.18 cm 3.27 m 6.94 GeV 20.7 keV 12.7 cm 3.28 m expHall_P hIoni + 47 24.9 cm 7.33 cm 3.34 m 6.94 GeV 9.86 keV 7.07 cm 3.35 m expHall_P hIoni + 48 25.3 cm 7.45 cm 3.4 m 6.94 GeV 10.9 keV 5.83 cm 3.41 m expHall_P hIoni + 49 25.6 cm 7.52 cm 3.44 m 6.94 GeV 7.82 keV 3.82 cm 3.45 m expHall_P hIoni + 50 25.7 cm 7.53 cm 3.44 m 6.94 GeV 363 eV 4.73 mm 3.45 m expHall_P hIoni + 51 25.7 cm 7.53 cm 3.44 m 6.94 GeV 225 eV 650 um 3.45 m expHall_P hIoni + 52 25.7 cm 7.54 cm 3.44 m 6.94 GeV 301 eV 2.56 mm 3.46 m expHall_P hIoni + 53 27.8 cm 8.12 cm 3.73 m 6.94 GeV 52.2 keV 28.4 cm 3.74 m expHall_P hIoni + 54 28.9 cm 8.41 cm 3.87 m 6.94 GeV 29.9 keV 14.2 cm 3.88 m expHall_P hIoni + 55 28.9 cm 8.42 cm 3.88 m 6.94 GeV 431 eV 6.46 mm 3.89 m expHall_P hIoni + 56 30.3 cm 8.79 cm 4.06 m 6.94 GeV 32.4 keV 18 cm 4.07 m expHall_P hIoni + 57 30.3 cm 8.81 cm 4.07 m 6.94 GeV 2.53 keV 1.06 cm 4.08 m expHall_P hIoni + 58 31.8 cm 9.2 cm 4.26 m 6.94 GeV 39 keV 19.1 cm 4.27 m expHall_P hIoni + 59 32.9 cm 9.51 cm 4.4 m 6.94 GeV 27.9 keV 14.9 cm 4.42 m expHall_P hIoni + 60 33.1 cm 9.58 cm 4.44 m 6.94 GeV 7.44 keV 3.16 cm 4.45 m expHall_P hIoni + 61 33.9 cm 9.8 cm 4.54 m 6.94 GeV 22.1 keV 10.8 cm 4.56 m expHall_P hIoni + 62 34.7 cm 10 cm 4.65 m 6.94 GeV 16.2 keV 10.9 cm 4.67 m expHall_P hIoni + 63 36 cm 10.4 cm 4.82 m 6.94 GeV 30.5 keV 17.3 cm 4.84 m expHall_P hIoni + 64 36.1 cm 10.4 cm 4.84 m 6.94 GeV 2.73 keV 1.44 cm 4.85 m expHall_P hIoni + 65 36.3 cm 10.4 cm 4.85 m 6.94 GeV 1.62 keV 1.37 cm 4.87 m expHall_P hIoni + 66 36.5 cm 10.5 cm 4.88 m 6.94 GeV 5.3 keV 2.97 cm 4.9 m expHall_P hIoni + 67 38.2 cm 11 cm 5.12 m 6.94 GeV 45.8 keV 23.3 cm 5.13 m expHall_P hIoni + 68 38.6 cm 11.1 cm 5.17 m 6.94 GeV 9.87 keV 5.19 cm 5.18 m expHall_P hIoni + 69 39.1 cm 11.2 cm 5.23 m 6.94 GeV 12.5 keV 6.47 cm 5.25 m expHall_P hIoni + 70 39.2 cm 11.2 cm 5.25 m 6.94 GeV 3.94 keV 1.48 cm 5.26 m expHall_P hIoni + 71 39.4 cm 11.3 cm 5.27 m 6.94 GeV 4.95 keV 2.9 cm 5.29 m expHall_P hIoni + 72 39.6 cm 11.4 cm 5.3 m 6.94 GeV 3.92 keV 2.24 cm 5.31 m expHall_P hIoni + 73 39.6 cm 11.4 cm 5.3 m 6.94 GeV 756 eV 5.76 mm 5.32 m expHall_P hIoni + 74 39.8 cm 11.4 cm 5.32 m 6.94 GeV 3.49 keV 1.7 cm 5.34 m expHall_P hIoni + 75 40.3 cm 11.5 cm 5.39 m 6.94 GeV 12.6 keV 7.1 cm 5.41 m expHall_P hIoni + 76 40.4 cm 11.6 cm 5.41 m 6.94 GeV 3.77 keV 2.02 cm 5.43 m expHall_P hIoni + 77 43.1 cm 12.3 cm 5.76 m 6.94 GeV 65 keV 35.3 cm 5.78 m expHall_P hIoni + 78 44.1 cm 12.6 cm 5.9 m 6.94 GeV 25.2 keV 13.6 cm 5.92 m expHall_P hIoni + 79 44.4 cm 12.7 cm 5.94 m 6.94 GeV 10.2 keV 4.61 cm 5.96 m expHall_P hIoni + 80 44.9 cm 12.8 cm 6 m 6.94 GeV 11 keV 5.53 cm 6.02 m OutOfWorld CoupledTransportation Track (trackID 34, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -2959,70 +2923,63 @@ Track (trackID 34, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 15.3 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.9 mm 2.45 mm 3.33 cm 15.3 GeV 5.79 keV 3.35 cm 3.35 cm expHall_P hIoni - 2 1.57 cm 1.34 cm 18.1 cm 15.3 GeV 22.7 keV 14.8 cm 18.2 cm expHall_P hIoni - 3 2.18 cm 1.86 cm 25.1 cm 15.3 GeV 12 keV 7.1 cm 25.3 cm expHall_P hIoni - 4 3.39 cm 2.91 cm 39.2 cm 15.3 GeV 23.9 keV 14.2 cm 39.5 cm expHall_P hIoni - 5 4.2 cm 3.64 cm 48.7 cm 15.3 GeV 15.9 keV 9.61 cm 49.1 cm expHall_P hIoni - 6 4.81 cm 4.18 cm 55.9 cm 15.3 GeV 13.2 keV 7.18 cm 56.2 cm expHall_P hIoni - 7 5.41 cm 4.72 cm 63 cm 15.3 GeV 12 keV 7.13 cm 63.4 cm expHall_P hIoni - 8 5.47 cm 4.78 cm 63.7 cm 15.3 GeV 764 eV 7.69 mm 64.1 cm expHall_P hIoni - 9 8.11 cm 7.2 cm 95.1 cm 15.3 GeV 50 keV 31.6 cm 95.8 cm expHall_P hIoni - 10 8.12 cm 7.21 cm 95.2 cm 15.3 GeV 122 eV 1.04 mm 95.9 cm expHall_P hIoni - 11 8.91 cm 7.95 cm 1.05 m 15.3 GeV 12.5 keV 9.59 cm 1.05 m expHall_P hIoni - 12 9.35 cm 8.37 cm 1.1 m 15.3 GeV 8.51 keV 5.4 cm 1.11 m expHall_P hIoni - 13 10.5 cm 9.48 cm 1.24 m 15.3 GeV 27.5 keV 14.3 cm 1.25 m expHall_P hIoni - 14 11 cm 9.88 cm 1.29 m 15.3 GeV 8.43 keV 5.12 cm 1.3 m expHall_P hIoni - 15 11.1 cm 10 cm 1.31 m 15.3 GeV 2.58 keV 1.79 cm 1.32 m expHall_P hIoni - 16 11.3 cm 10.2 cm 1.34 m 15.3 GeV 4.15 keV 2.72 cm 1.35 m expHall_P hIoni - 17 13.1 cm 11.9 cm 1.56 m 15.3 GeV 32 keV 21.9 cm 1.57 m expHall_P hIoni - 18 13.2 cm 12 cm 1.57 m 15.3 GeV 2.57 keV 1.31 cm 1.58 m expHall_P hIoni - 19 13.4 cm 12.2 cm 1.59 m 15.3 GeV 3.49 keV 2.54 cm 1.61 m expHall_P hIoni - 20 14.2 cm 13 cm 1.69 m 15.3 GeV 16.6 keV 9.4 cm 1.7 m expHall_P hIoni - 21 16.8 cm 15.4 cm 2 m 15.3 GeV 49 keV 31.2 cm 2.01 m expHall_P hIoni - 22 19.3 cm 17.7 cm 2.3 m 15.3 GeV 51.5 keV 30.2 cm 2.31 m expHall_P hIoni - 23 19.8 cm 18.3 cm 2.37 m 15.3 GeV 12.1 keV 6.76 cm 2.38 m expHall_P hIoni - 24 20 cm 18.4 cm 2.39 m 15.3 GeV 3.49 keV 2.32 cm 2.4 m expHall_P hIoni - 25 20.5 cm 18.9 cm 2.44 m 15.3 GeV 7.96 keV 5.59 cm 2.46 m expHall_P hIoni - 26 20.8 cm 19.2 cm 2.49 m 15.3 GeV 5.11 keV 4.23 cm 2.5 m expHall_P hIoni - 27 22.5 cm 20.7 cm 2.68 m 15.3 GeV 36.3 keV 19.8 cm 2.7 m expHall_P hIoni - 28 22.8 cm 21.1 cm 2.72 m 15.3 GeV 8.5 keV 4.12 cm 2.74 m expHall_P hIoni - 29 26.2 cm 24.3 cm 3.14 m 15.3 GeV 62.2 keV 41.6 cm 3.16 m expHall_P hIoni - 30 27.4 cm 25.4 cm 3.27 m 15.3 GeV 24.1 keV 13.7 cm 3.29 m expHall_P hIoni - 31 28.6 cm 26.6 cm 3.43 m 15.3 GeV 21.2 keV 15.4 cm 3.45 m expHall_P hIoni - 32 29.6 cm 27.5 cm 3.55 m 15.3 GeV 21.4 keV 12.3 cm 3.57 m expHall_P hIoni - 33 29.7 cm 27.6 cm 3.55 m 15.3 GeV 749 eV 6.12 mm 3.58 m expHall_P hIoni - 34 29.9 cm 27.8 cm 3.58 m 15.3 GeV 4.55 keV 2.45 cm 3.6 m expHall_P hIoni - 35 30.1 cm 27.9 cm 3.6 m 15.3 GeV 2.93 keV 2.03 cm 3.62 m expHall_P hIoni - 36 31 cm 28.8 cm 3.72 m 15.3 GeV 22.1 keV 11.8 cm 3.74 m expHall_P hIoni - 37 31.6 cm 29.3 cm 3.78 m 15.3 GeV 13.6 keV 6.55 cm 3.81 m expHall_P hIoni - 38 31.6 cm 29.4 cm 3.79 m 15.3 GeV 265 eV 3.72 mm 3.81 m expHall_P hIoni - 39 32 cm 29.7 cm 3.83 m 15.3 GeV 8.68 keV 4.3 cm 3.85 m expHall_P hIoni - 40 32.8 cm 30.5 cm 3.93 m 15.3 GeV 17.4 keV 10.5 cm 3.96 m expHall_P hIoni - 41 33 cm 30.7 cm 3.95 m 15.3 GeV 1.91 keV 1.88 cm 3.98 m expHall_P hIoni - 42 33 cm 30.7 cm 3.95 m 15.3 GeV 551 eV 2.5 mm 3.98 m expHall_P hIoni - 43 33.8 cm 31.5 cm 4.06 m 15.3 GeV 18 keV 10.3 cm 4.08 m expHall_P hIoni - 44 34 cm 31.6 cm 4.07 m 15.3 GeV 1.45 keV 1.46 cm 4.1 m expHall_P hIoni - 45 34.1 cm 31.8 cm 4.09 m 15.3 GeV 4.02 keV 2.12 cm 4.12 m expHall_P hIoni - 46 35 cm 32.5 cm 4.19 m 15.3 GeV 20.9 keV 10.2 cm 4.22 m expHall_P hIoni - 47 35 cm 32.6 cm 4.2 m 15.3 GeV 1 keV 6.23 mm 4.23 m expHall_P hIoni - 48 35.9 cm 33.4 cm 4.3 m 15.3 GeV 17.2 keV 10.3 cm 4.33 m expHall_P hIoni - 49 36.1 cm 33.6 cm 4.33 m 15.3 GeV 4.49 keV 2.45 cm 4.35 m expHall_P hIoni - 50 36.3 cm 33.8 cm 4.35 m 15.3 GeV 4.56 keV 2.96 cm 4.38 m expHall_P hIoni - 51 36.4 cm 33.9 cm 4.36 m 15.3 GeV 2.73 keV 9.44 mm 4.39 m expHall_P hIoni - 52 36.5 cm 34 cm 4.37 m 15.3 GeV 1.23 keV 7.59 mm 4.4 m expHall_P hIoni - 53 37.8 cm 35.2 cm 4.53 m 15.3 GeV 26.9 keV 15.6 cm 4.56 m expHall_P hIoni - 54 37.8 cm 35.2 cm 4.53 m 15.3 GeV 2.03 keV 6.64 mm 4.56 m expHall_P hIoni - 55 38.6 cm 35.9 cm 4.63 m 15.3 GeV 14.3 keV 9.43 cm 4.66 m expHall_P hIoni - 56 38.8 cm 36.1 cm 4.65 m 15.3 GeV 4.02 keV 2.63 cm 4.68 m expHall_P hIoni - 57 39 cm 36.4 cm 4.68 m 15.3 GeV 3.56 keV 2.88 cm 4.71 m expHall_P hIoni - 58 39.7 cm 37 cm 4.76 m 15.3 GeV 12.1 keV 8.02 cm 4.79 m expHall_P hIoni - 59 40.3 cm 37.5 cm 4.83 m 15.3 GeV 13.8 keV 6.96 cm 4.86 m expHall_P hIoni - 60 42.3 cm 39.5 cm 5.08 m 15.3 GeV 35.6 keV 25.1 cm 5.11 m expHall_P hIoni - 61 44 cm 41 cm 5.28 m 15.3 GeV 35.5 keV 19.7 cm 5.31 m expHall_P hIoni - 62 46 cm 42.9 cm 5.52 m 15.3 GeV 35.9 keV 24.5 cm 5.55 m expHall_P hIoni - 63 49.3 cm 46.1 cm 5.92 m 15.3 GeV 59.5 keV 40.9 cm 5.96 m expHall_P hIoni - 64 50 cm 46.7 cm 6 m 15.3 GeV 10.9 keV 7.56 cm 6.04 m OutOfWorld CoupledTransportation + 1 805 um 682 um 9.26 mm 15.3 GeV 1.16 keV 9.32 mm 9.32 mm expHall_P hIoni + 2 9.26 mm 7.88 mm 10.7 cm 15.3 GeV 17.9 keV 9.8 cm 10.7 cm expHall_P hIoni + 3 2.11 cm 1.81 cm 24.4 cm 15.3 GeV 25.5 keV 13.8 cm 24.5 cm expHall_P hIoni + 4 2.41 cm 2.07 cm 27.9 cm 15.3 GeV 5.42 keV 3.51 cm 28.1 cm expHall_P hIoni + 5 3.66 cm 3.17 cm 42.5 cm 15.3 GeV 22.6 keV 14.7 cm 42.7 cm expHall_P hIoni + 6 5.61 cm 4.92 cm 65.5 cm 15.3 GeV 36.3 keV 23.2 cm 65.9 cm expHall_P hIoni + 7 6.1 cm 5.38 cm 71.4 cm 15.3 GeV 11.7 keV 5.95 cm 71.8 cm expHall_P hIoni + 8 6.22 cm 5.48 cm 72.7 cm 15.3 GeV 1.45 keV 1.32 cm 73.2 cm expHall_P hIoni + 9 7.87 cm 7.01 cm 92.5 cm 15.3 GeV 34 keV 19.9 cm 93.1 cm expHall_P hIoni + 10 7.95 cm 7.09 cm 93.5 cm 15.3 GeV 1.09 keV 9.8 mm 94.1 cm expHall_P hIoni + 11 8.84 cm 7.93 cm 1.04 m 15.3 GeV 20.9 keV 10.8 cm 1.05 m expHall_P hIoni + 12 9.7 cm 8.75 cm 1.15 m 15.3 GeV 16.3 keV 10.6 cm 1.15 m expHall_P hIoni + 13 9.98 cm 9.02 cm 1.18 m 15.3 GeV 3.91 keV 3.39 cm 1.19 m expHall_P hIoni + 14 10.1 cm 9.14 cm 1.2 m 15.3 GeV 3.18 keV 1.51 cm 1.2 m expHall_P hIoni + 15 10.3 cm 9.3 cm 1.22 m 15.3 GeV 3.93 keV 2.1 cm 1.22 m expHall_P hIoni + 16 11.8 cm 10.8 cm 1.4 m 15.3 GeV 29.9 keV 18.7 cm 1.41 m expHall_P hIoni + 17 15.6 cm 14.4 cm 1.86 m 15.3 GeV 79.4 keV 46.1 cm 1.87 m expHall_P hIoni + 18 16.7 cm 15.4 cm 2 m 15.3 GeV 19.3 keV 13.9 cm 2.01 m expHall_P hIoni + 19 17.4 cm 16.1 cm 2.08 m 15.3 GeV 17.3 keV 8.41 cm 2.1 m expHall_P hIoni + 20 18.4 cm 17 cm 2.2 m 15.3 GeV 20.6 keV 12.1 cm 2.22 m expHall_P hIoni + 21 19.4 cm 17.9 cm 2.31 m 15.3 GeV 19.6 keV 11.3 cm 2.33 m expHall_P hIoni + 22 19.9 cm 18.5 cm 2.38 m 15.3 GeV 14.3 keV 6.99 cm 2.4 m expHall_P hIoni + 23 20.5 cm 19 cm 2.45 m 15.3 GeV 12.6 keV 6.74 cm 2.47 m expHall_P hIoni + 24 22.1 cm 20.5 cm 2.65 m 15.3 GeV 32.3 keV 19.6 cm 2.66 m expHall_P hIoni + 25 23.6 cm 21.9 cm 2.83 m 15.3 GeV 30.4 keV 18.2 cm 2.85 m expHall_P hIoni + 26 24.2 cm 22.5 cm 2.9 m 15.3 GeV 14.3 keV 7.07 cm 2.92 m expHall_P hIoni + 27 25.1 cm 23.3 cm 3.01 m 15.3 GeV 19.1 keV 11.1 cm 3.03 m expHall_P hIoni + 28 27.2 cm 25.4 cm 3.26 m 15.3 GeV 38 keV 25.8 cm 3.28 m expHall_P hIoni + 29 29.1 cm 27.1 cm 3.49 m 15.3 GeV 39.7 keV 23 cm 3.51 m expHall_P hIoni + 30 31.1 cm 29.1 cm 3.74 m 15.3 GeV 40.2 keV 24.9 cm 3.76 m expHall_P hIoni + 31 31.2 cm 29.1 cm 3.74 m 15.3 GeV 275 eV 1.42 mm 3.76 m expHall_P hIoni + 32 31.6 cm 29.5 cm 3.79 m 15.3 GeV 8.12 keV 4.88 cm 3.81 m expHall_P hIoni + 33 31.9 cm 29.8 cm 3.83 m 15.3 GeV 7.39 keV 4.09 cm 3.85 m expHall_P hIoni + 34 32.3 cm 30.2 cm 3.88 m 15.3 GeV 8.17 keV 4.59 cm 3.9 m expHall_P hIoni + 35 33.5 cm 31.4 cm 4.03 m 15.3 GeV 26.1 keV 15.5 cm 4.05 m expHall_P hIoni + 36 33.6 cm 31.4 cm 4.03 m 15.3 GeV 234 eV 4.97 mm 4.06 m expHall_P hIoni + 37 34.4 cm 32.1 cm 4.13 m 15.3 GeV 19.5 keV 9.64 cm 4.16 m expHall_P hIoni + 38 34.6 cm 32.3 cm 4.15 m 15.3 GeV 2.99 keV 2.37 cm 4.18 m expHall_P hIoni + 39 35.3 cm 33.1 cm 4.25 m 15.3 GeV 14.6 keV 9.33 cm 4.27 m expHall_P hIoni + 40 36.8 cm 34.5 cm 4.43 m 15.3 GeV 30.6 keV 18.3 cm 4.46 m expHall_P hIoni + 41 37 cm 34.6 cm 4.45 m 15.3 GeV 4.67 keV 2.08 cm 4.48 m expHall_P hIoni + 42 38 cm 35.6 cm 4.57 m 15.3 GeV 19.4 keV 12.1 cm 4.6 m expHall_P hIoni + 43 38.7 cm 36.2 cm 4.65 m 15.3 GeV 17.3 keV 8.03 cm 4.68 m expHall_P hIoni + 44 38.7 cm 36.2 cm 4.65 m 15.3 GeV 702 eV 4.79 mm 4.68 m expHall_P hIoni + 45 38.7 cm 36.3 cm 4.65 m 15.3 GeV 122 eV 1.04 mm 4.68 m expHall_P hIoni + 46 39.5 cm 37 cm 4.75 m 15.3 GeV 12.5 keV 9.59 cm 4.78 m expHall_P hIoni + 47 39.9 cm 37.4 cm 4.8 m 15.3 GeV 8.51 keV 5.4 cm 4.83 m expHall_P hIoni + 48 41.1 cm 38.5 cm 4.94 m 15.3 GeV 27.5 keV 14.3 cm 4.98 m expHall_P hIoni + 49 41.5 cm 38.9 cm 5 m 15.3 GeV 8.43 keV 5.12 cm 5.03 m expHall_P hIoni + 50 41.7 cm 39.1 cm 5.01 m 15.3 GeV 2.58 keV 1.79 cm 5.05 m expHall_P hIoni + 51 41.9 cm 39.3 cm 5.04 m 15.3 GeV 4.15 keV 2.72 cm 5.07 m expHall_P hIoni + 52 43.7 cm 41 cm 5.26 m 15.3 GeV 32 keV 21.9 cm 5.29 m expHall_P hIoni + 53 43.8 cm 41.1 cm 5.27 m 15.3 GeV 2.57 keV 1.31 cm 5.31 m expHall_P hIoni + 54 44 cm 41.3 cm 5.3 m 15.3 GeV 3.49 keV 2.54 cm 5.33 m expHall_P hIoni + 55 44.8 cm 42 cm 5.39 m 15.3 GeV 16.6 keV 9.4 cm 5.42 m expHall_P hIoni + 56 47.3 cm 44.5 cm 5.7 m 15.3 GeV 49 keV 31.2 cm 5.74 m expHall_P hIoni + 57 47.7 cm 44.8 cm 5.74 m 0 eV 6.91 keV 4.18 cm 5.78 m expHall_P anti_protonInelastic Track (trackID 33, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3031,18 +2988,23 @@ Track (trackID 33, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.25 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.88 cm 1.58 cm -3.75 cm 1.25 GeV 4.24 keV 4.48 cm 4.48 cm expHall_P hIoni - 2 6.04 cm 4.96 cm -11.9 cm 1.25 GeV 12.8 keV 9.75 cm 14.2 cm expHall_P hIoni - 3 13.5 cm 10.2 cm -25.8 cm 1.25 GeV 28.3 keV 16.6 cm 30.9 cm expHall_P hIoni - 4 15.5 cm 11.4 cm -29.4 cm 1.25 GeV 7.4 keV 4.34 cm 35.2 cm expHall_P hIoni - 5 16.1 cm 11.8 cm -30.5 cm 1.25 GeV 1.15 keV 1.29 cm 36.5 cm expHall_P CoupledTransportation - 6 20.7 cm 14.4 cm -38.5 cm 1.25 GeV 19.4 keV 9.62 cm 46.1 cm tracker_phys hIoni - 7 21 cm 14.5 cm -39 cm 1.25 GeV 620 eV 5.44 mm 46.7 cm tracker_phys hIoni - 8 23.1 cm 15.6 cm -42.5 cm 1.25 GeV 4.31 keV 4.25 cm 50.9 cm tracker_phys hIoni - 9 33.6 cm 20 cm -59.9 cm 1.25 GeV 42.3 keV 20.8 cm 71.7 cm tracker_phys hIoni - 10 34.2 cm 20.3 cm -61 cm 1.25 GeV 1.79 keV 1.25 cm 72.9 cm tracker_phys hIoni - 11 39.1 cm 21.8 cm -68.7 cm 1.25 GeV 14.5 keV 9.31 cm 82.2 cm tracker_phys hIoni - 12 44.3 cm 23.2 cm -76.9 cm 1.25 GeV 16.7 keV 9.78 cm 92 cm tracker_phys hIoni + 1 5.53 mm 4.58 mm -1.09 cm 1.25 GeV 1.31 keV 1.31 cm 1.31 cm expHall_P hIoni + 2 6.52 cm 5.07 cm -12.6 cm 1.25 GeV 22 keV 13.7 cm 15 cm expHall_P hIoni + 3 9.35 cm 7.03 cm -17.8 cm 1.25 GeV 8.68 keV 6.27 cm 21.3 cm expHall_P hIoni + 4 12 cm 8.73 cm -22.6 cm 1.25 GeV 8.23 keV 5.71 cm 27 cm expHall_P hIoni + 5 12.9 cm 9.28 cm -24.2 cm 1.25 GeV 2.81 keV 1.9 cm 28.9 cm expHall_P hIoni + 6 16.5 cm 11.4 cm -30.5 cm 1.25 GeV 11 keV 7.55 cm 36.5 cm expHall_P CoupledTransportation + 7 18.1 cm 12.3 cm -33.4 cm 1.25 GeV 2.72 keV 3.47 cm 39.9 cm tracker_phys hIoni + 8 22.2 cm 14.3 cm -40.3 cm 1.25 GeV 11.1 keV 8.23 cm 48.2 cm tracker_phys hIoni + 9 23.5 cm 14.9 cm -42.5 cm 1.25 GeV 9.04 keV 2.73 cm 50.9 cm tracker_phys hIoni + 10 23.8 cm 15.1 cm -43 cm 1.25 GeV 575 eV 5.29 mm 51.4 cm tracker_phys hIoni + 11 23.8 cm 15.1 cm -43 cm 1.25 GeV 17.7 eV 419 um 51.5 cm tracker_phys hIoni + 12 24.5 cm 15.4 cm -44.2 cm 1.25 GeV 2.37 keV 1.4 cm 52.9 cm tracker_phys hIoni + 13 25.1 cm 15.6 cm -45.1 cm 1.25 GeV 1.28 keV 1.12 cm 54 cm tracker_phys hIoni + 14 26.7 cm 16.3 cm -47.7 cm 1.25 GeV 4.34 keV 3.14 cm 57.1 cm tracker_phys hIoni + 15 28.3 cm 17 cm -50.4 cm 1.25 GeV 5.74 keV 3.16 cm 60.3 cm tracker_phys hIoni + 16 35.4 cm 19.5 cm -61.8 cm 1.25 GeV 22.4 keV 13.7 cm 74 cm tracker_phys hIoni + 17 44.9 cm 22 cm -76.8 cm 1.25 GeV 25 keV 18 cm 92 cm tracker_phys hIoni Track (trackID 26, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -3051,7 +3013,7 @@ Track (trackID 26, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 896 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 896 MeV 0 eV 2.66e-296 fm 2.66e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 896 MeV 0 eV 1.37e-297 fm 1.37e-297 fm expHall_P Decay Track (trackID 25, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3060,28 +3022,25 @@ Track (trackID 25, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 639 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.05 cm 3.32 cm -1.77 cm 639 MeV 5.81 keV 3.91 cm 3.91 cm expHall_P hIoni - 2 7.28 cm 18.1 cm -9.94 cm 639 MeV 29.5 keV 18 cm 21.9 cm expHall_P hIoni - 3 7.53 cm 18.5 cm -10.2 cm 639 MeV 703 eV 5.72 mm 22.5 cm expHall_P CoupledTransportation - 4 9.34 cm 21.6 cm -12 cm 639 MeV 5.57 keV 3.98 cm 26.5 cm tracker_phys hIoni - 5 10.1 cm 22.8 cm -12.8 cm 639 MeV 1.94 keV 1.68 cm 28.2 cm tracker_phys CoupledTransportation - 6 10.4 cm 23.3 cm -13 cm 638 MeV 1.84 MeV 5.68 mm 28.7 cm trackerLayer_phys CoupledTransportation - 7 11.5 cm 24.9 cm -14 cm 638 MeV 3.24 keV 2.16 cm 30.9 cm tracker_phys hIoni - 8 13.1 cm 27 cm -15.3 cm 638 MeV 3.84 keV 2.97 cm 33.9 cm tracker_phys CoupledTransportation - 9 13.4 cm 27.4 cm -15.6 cm 636 MeV 1.88 MeV 5.72 mm 34.4 cm trackerLayer_phys CoupledTransportation - 10 13.7 cm 27.9 cm -15.9 cm 636 MeV 858 eV 6.59 mm 35.1 cm tracker_phys hIoni - 11 16.3 cm 31 cm -18 cm 636 MeV 6.98 keV 4.51 cm 39.6 cm tracker_phys CoupledTransportation - 12 16.6 cm 31.4 cm -18.2 cm 634 MeV 1.83 MeV 5.77 mm 40.2 cm trackerLayer_phys CoupledTransportation - 13 19.8 cm 34.8 cm -20.6 cm 634 MeV 8.95 keV 5.23 cm 45.4 cm tracker_phys CoupledTransportation - 14 19.9 cm 34.9 cm -20.7 cm 632 MeV 621 keV 1.74 mm 45.6 cm trackerLayer_phys hIoni - 15 20.1 cm 35.1 cm -20.9 cm 630 MeV 1.34 MeV 4.1 mm 46 cm trackerLayer_phys CoupledTransportation - 16 21.4 cm 36.4 cm -21.8 cm 630 MeV 1.52 keV 2.04 cm 48 cm tracker_phys hIoni - 17 22.6 cm 37.4 cm -22.6 cm 630 MeV 2.35 keV 1.71 cm 49.7 cm tracker_phys hIoni - 18 23.3 cm 38.1 cm -23.1 cm 630 MeV 1.7 keV 1.06 cm 50.8 cm tracker_phys hIoni - 19 23.6 cm 38.3 cm -23.3 cm 630 MeV 2.01 keV 4.65 mm 51.3 cm tracker_phys CoupledTransportation - 20 24 cm 38.7 cm -23.6 cm 629 MeV 1.74 MeV 5.9 mm 51.9 cm trackerLayer_phys CoupledTransportation - 21 25.7 cm 40.1 cm -24.8 cm 629 MeV 3.63 keV 2.5 cm 54.4 cm tracker_phys hIoni - 22 27.7 cm 41.6 cm -26.1 cm 629 MeV 5.37 keV 2.85 cm 57.2 cm tracker_phys hIoni + 1 2.26 cm 8.41 cm -4.43 cm 639 MeV 12.7 keV 9.77 cm 9.77 cm expHall_P hIoni + 2 2.81 cm 10.8 cm -5.7 cm 639 MeV 4.31 keV 2.8 cm 12.6 cm expHall_P hIoni + 3 2.91 cm 11.2 cm -5.9 cm 639 MeV 510 eV 4.38 mm 13 cm expHall_P hIoni + 4 5.39 cm 19.3 cm -10.2 cm 639 MeV 13.1 keV 9.45 cm 22.5 cm expHall_P CoupledTransportation + 5 7.2 cm 23.7 cm -12.6 cm 639 MeV 15.8 keV 5.39 cm 27.8 cm tracker_phys hIoni + 6 7.29 cm 23.9 cm -12.7 cm 639 MeV 788 eV 2.46 mm 28.1 cm tracker_phys CoupledTransportation + 7 7.5 cm 24.4 cm -13 cm 638 MeV 1.79 MeV 5.65 mm 28.7 cm trackerLayer_phys CoupledTransportation + 8 9.53 cm 28.4 cm -15.3 cm 638 MeV 6.83 keV 5.11 cm 33.8 cm tracker_phys CoupledTransportation + 9 9.77 cm 28.9 cm -15.6 cm 636 MeV 1.63 MeV 5.7 mm 34.3 cm trackerLayer_phys CoupledTransportation + 10 12.1 cm 32.8 cm -17.9 cm 636 MeV 6.81 keV 5.16 cm 39.5 cm tracker_phys CoupledTransportation + 11 12.3 cm 33.2 cm -18.1 cm 634 MeV 1.54 MeV 4.34 mm 39.9 cm trackerLayer_phys hIoni + 12 12.4 cm 33.3 cm -18.2 cm 633 MeV 665 keV 1.41 mm 40.1 cm trackerLayer_phys CoupledTransportation + 13 15 cm 37.1 cm -20.6 cm 633 MeV 6.81 keV 5.19 cm 45.3 cm tracker_phys CoupledTransportation + 14 15.2 cm 37.4 cm -20.7 cm 631 MeV 1.53 MeV 3.63 mm 45.6 cm trackerLayer_phys hIoni + 15 15.3 cm 37.5 cm -20.8 cm 630 MeV 887 keV 2.16 mm 45.8 cm trackerLayer_phys CoupledTransportation + 16 18.2 cm 41.2 cm -23.2 cm 630 MeV 10.5 keV 5.25 cm 51.1 cm tracker_phys CoupledTransportation + 17 18.5 cm 41.6 cm -23.5 cm 629 MeV 1.75 MeV 5.86 mm 51.7 cm trackerLayer_phys CoupledTransportation + 18 19.7 cm 42.9 cm -24.4 cm 629 MeV 5.05 keV 2.01 cm 53.7 cm tracker_phys hIoni + 19 21.7 cm 45 cm -25.9 cm 629 MeV 3.4 keV 3.28 cm 57 cm tracker_phys hIoni Track (trackID 24, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -3090,7 +3049,7 @@ Track (trackID 24, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 930 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 930 MeV 0 eV 3.72e-296 fm 3.72e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 930 MeV 0 eV 3.22e-296 fm 3.22e-296 fm expHall_P Decay Track (trackID 23, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3099,7 +3058,7 @@ Track (trackID 23, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.2 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 1.2 GeV 0 eV 8.5e-297 fm 8.5e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 1.2 GeV 0 eV 1.85e-296 fm 1.85e-296 fm expHall_P Decay Track (trackID 21, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3108,21 +3067,26 @@ Track (trackID 21, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 791 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -2.49 cm 2.28 cm -6.35 cm 791 MeV 13.1 keV 7.19 cm 7.19 cm expHall_P hIoni - 2 -3.83 cm 3.53 cm -9.8 cm 791 MeV 4.65 keV 3.91 cm 11.1 cm expHall_P hIoni - 3 -7.41 cm 6.54 cm -18.6 cm 791 MeV 13.1 keV 9.99 cm 21.1 cm expHall_P hIoni - 4 -8.42 cm 7.31 cm -21 cm 791 MeV 4.25 keV 2.7 cm 23.8 cm expHall_P hIoni - 5 -8.96 cm 7.7 cm -22.3 cm 791 MeV 1.75 keV 1.41 cm 25.2 cm expHall_P hIoni - 6 -11 cm 9.12 cm -26.9 cm 791 MeV 6.56 keV 5.29 cm 30.5 cm expHall_P hIoni - 7 -15.9 cm 12.1 cm -37.8 cm 791 MeV 15.9 keV 12.3 cm 42.8 cm expHall_P CoupledTransportation - 8 -16.4 cm 12.4 cm -38.8 cm 790 MeV 1.39 keV 1.14 cm 43.9 cm tracker_phys hIoni - 9 -23.5 cm 15.6 cm -53.5 cm 790 MeV 28.8 keV 16.7 cm 60.6 cm tracker_phys hIoni - 10 -26 cm 16.4 cm -58.5 cm 790 MeV 10.6 keV 5.64 cm 66.2 cm tracker_phys hIoni - 11 -32.8 cm 18.2 cm -71.7 cm 790 MeV 20.4 keV 15 cm 81.2 cm tracker_phys hIoni - 12 -45.6 cm 19.5 cm -95.8 cm 790 MeV 54 keV 27.3 cm 1.09 m tracker_phys hIoni - 13 -45.9 cm 19.5 cm -96.4 cm 790 MeV 632 eV 6.16 mm 1.09 m tracker_phys hIoni - 14 -45.9 cm 19.5 cm -96.4 cm 790 MeV 89 eV 547 um 1.09 m tracker_phys hIoni - 15 -46 cm 19.5 cm -96.7 cm 790 MeV 473 eV 2.67 mm 1.09 m tracker_phys hIoni + 1 -7.1 cm 7.3 cm -19.2 cm 791 MeV 31.2 keV 21.7 cm 21.7 cm expHall_P hIoni + 2 -7.63 cm 7.95 cm -20.8 cm 791 MeV 2.2 keV 1.79 cm 23.5 cm expHall_P hIoni + 3 -9.05 cm 9.56 cm -24.8 cm 791 MeV 6.31 keV 4.56 cm 28.1 cm expHall_P hIoni + 4 -9.56 cm 10.1 cm -26.2 cm 791 MeV 3.95 keV 1.61 cm 29.7 cm expHall_P hIoni + 5 -10.8 cm 11.5 cm -29.7 cm 791 MeV 4.84 keV 3.98 cm 33.7 cm expHall_P hIoni + 6 -13.6 cm 14.1 cm -36.8 cm 791 MeV 12.3 keV 8.06 cm 41.7 cm expHall_P hIoni + 7 -13.9 cm 14.4 cm -37.7 cm 791 MeV 1.11 keV 9.41 mm 42.7 cm expHall_P CoupledTransportation + 8 -16.3 cm 16.3 cm -43.4 cm 791 MeV 11.6 keV 6.51 cm 49.2 cm tracker_phys hIoni + 9 -17.5 cm 17.3 cm -46.4 cm 791 MeV 4.47 keV 3.34 cm 52.5 cm tracker_phys hIoni + 10 -25.3 cm 22.3 cm -63.8 cm 791 MeV 33 keV 19.7 cm 72.2 cm tracker_phys hIoni + 11 -26.8 cm 23.1 cm -67 cm 791 MeV 5.79 keV 3.63 cm 75.9 cm tracker_phys hIoni + 12 -27.1 cm 23.3 cm -67.6 cm 791 MeV 827 eV 6.79 mm 76.5 cm tracker_phys hIoni + 13 -28.5 cm 23.9 cm -70.6 cm 791 MeV 6.34 keV 3.37 cm 79.9 cm tracker_phys hIoni + 14 -31.2 cm 25.2 cm -76.3 cm 791 MeV 17.5 keV 6.44 cm 86.4 cm tracker_phys hIoni + 15 -31.8 cm 25.4 cm -77.3 cm 791 MeV 1.56 keV 1.18 cm 87.5 cm tracker_phys hIoni + 16 -35.8 cm 26.8 cm -85.4 cm 791 MeV 13.8 keV 9.13 cm 96.7 cm tracker_phys hIoni + 17 -36.5 cm 27.1 cm -86.7 cm 791 MeV 2.59 keV 1.52 cm 98.2 cm tracker_phys hIoni + 18 -39.6 cm 27.9 cm -92.7 cm 791 MeV 10.3 keV 6.81 cm 1.05 m tracker_phys hIoni + 19 -39.8 cm 28 cm -93.1 cm 791 MeV 674 eV 4.54 mm 1.05 m tracker_phys hIoni + 20 -41.2 cm 28.3 cm -95.9 cm 791 MeV 8.22 keV 3.16 cm 1.09 m tracker_phys hIoni Track (trackID 20, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -3131,7 +3095,7 @@ Track (trackID 20, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 180 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 180 MeV 0 eV 3.88e-298 fm 3.88e-298 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 180 MeV 0 eV 2.81e-297 fm 2.81e-297 fm expHall_P Decay Track (trackID 19, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3140,17 +3104,23 @@ Track (trackID 19, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.67 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.03 cm 1.25 cm -2.81 cm 1.67 GeV 2.79 keV 3.24 cm 3.24 cm expHall_P hIoni - 2 -3.13 cm 3.75 cm -8.48 cm 1.67 GeV 8.29 keV 6.55 cm 9.79 cm expHall_P hIoni - 3 -9.9 cm 11.1 cm -25.8 cm 1.67 GeV 29.7 keV 20 cm 29.8 cm expHall_P hIoni - 4 -13.6 cm 14.7 cm -34.8 cm 1.67 GeV 12.3 keV 10.3 cm 40.1 cm expHall_P CoupledTransportation - 5 -19.9 cm 20.2 cm -49.4 cm 1.67 GeV 25.2 keV 16.9 cm 57 cm tracker_phys hIoni - 6 -22.2 cm 22 cm -54.3 cm 1.67 GeV 8.43 keV 5.68 cm 62.6 cm tracker_phys hIoni - 7 -22.3 cm 22 cm -54.5 cm 1.67 GeV 412 eV 2.78 mm 62.9 cm tracker_phys hIoni - 8 -23 cm 22.6 cm -56 cm 1.67 GeV 9.59 keV 1.75 cm 64.7 cm tracker_phys hIoni - 9 -23.6 cm 23.1 cm -57.6 cm 1.67 GeV 3.33 keV 1.76 cm 66.4 cm tracker_phys hIoni - 10 -32.4 cm 29.3 cm -76.2 cm 1.67 GeV 31.8 keV 21.6 cm 88 cm tracker_phys hIoni - 11 -37.9 cm 32.6 cm -87.3 cm 1.67 GeV 23.5 keV 12.8 cm 1.01 m tracker_phys hIoni + 1 -3.85 mm 4.62 mm -1.04 cm 1.67 GeV 1.23 keV 1.2 cm 1.2 cm expHall_P hIoni + 2 -6.33 mm 7.59 mm -1.72 cm 1.67 GeV 928 eV 7.76 mm 1.98 cm expHall_P hIoni + 3 -2.01 cm 2.38 cm -5.41 cm 1.67 GeV 8.16 keV 4.27 cm 6.25 cm expHall_P hIoni + 4 -3.18 cm 3.72 cm -8.5 cm 1.67 GeV 5.04 keV 3.56 cm 9.8 cm expHall_P hIoni + 5 -11.5 cm 12.4 cm -29.4 cm 1.67 GeV 33.8 keV 24.1 cm 33.9 cm expHall_P hIoni + 6 -12.2 cm 13 cm -31 cm 1.67 GeV 2.7 keV 1.83 cm 35.7 cm expHall_P hIoni + 7 -13.5 cm 14.2 cm -34 cm 1.67 GeV 6.28 keV 3.49 cm 39.2 cm expHall_P hIoni + 8 -13.8 cm 14.5 cm -34.8 cm 1.67 GeV 1.67 keV 8.75 mm 40.1 cm expHall_P CoupledTransportation + 9 -14.3 cm 14.9 cm -35.9 cm 1.67 GeV 2.46 keV 1.27 cm 41.4 cm tracker_phys hIoni + 10 -14.9 cm 15.5 cm -37.3 cm 1.67 GeV 4.01 keV 1.72 cm 43.1 cm tracker_phys hIoni + 11 -19.2 cm 19.1 cm -47.1 cm 1.67 GeV 17.9 keV 11.3 cm 54.4 cm tracker_phys hIoni + 12 -22.9 cm 22 cm -55.3 cm 1.67 GeV 14.1 keV 9.39 cm 63.8 cm tracker_phys hIoni + 13 -26.3 cm 24.5 cm -62.5 cm 1.67 GeV 12.7 keV 8.38 cm 72.2 cm tracker_phys hIoni + 14 -26.7 cm 24.7 cm -63.3 cm 1.67 GeV 2.6 keV 8.95 mm 73.1 cm tracker_phys hIoni + 15 -31.4 cm 27.9 cm -73.1 cm 1.67 GeV 15.9 keV 11.3 cm 84.4 cm tracker_phys hIoni + 16 -32.6 cm 28.6 cm -75.7 cm 1.67 GeV 5.77 keV 2.97 cm 87.3 cm tracker_phys hIoni + 17 -38.4 cm 32.1 cm -87.3 cm 1.67 GeV 22.7 keV 13.4 cm 1.01 m tracker_phys hIoni Track (trackID 18, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -3159,18 +3129,20 @@ Track (trackID 18, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.98 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -9.87 cm 3.88 cm -12.5 cm 1.98 GeV 20 keV 16.4 cm 16.4 cm expHall_P hIoni - 2 -18.4 cm 7.19 cm -23.2 cm 1.98 GeV 19.4 keV 14.1 cm 30.5 cm expHall_P hIoni - 3 -18.6 cm 7.29 cm -23.6 cm 1.98 GeV 441 eV 4.03 mm 30.9 cm expHall_P CoupledTransportation - 4 -22.7 cm 9.03 cm -28.7 cm 1.98 GeV 6.6 keV 6.8 cm 37.7 cm tracker_phys hIoni - 5 -22.8 cm 9.08 cm -28.9 cm 1.98 GeV 138 eV 1.97 mm 37.9 cm tracker_phys hIoni - 6 -22.9 cm 9.11 cm -29 cm 1.98 GeV 105 eV 1.24 mm 38 cm tracker_phys hIoni - 7 -31.9 cm 13.4 cm -40.8 cm 1.98 GeV 34.5 keV 15.5 cm 53.5 cm tracker_phys hIoni - 8 -35.7 cm 15.4 cm -45.8 cm 1.98 GeV 9.91 keV 6.66 cm 60.1 cm tracker_phys hIoni - 9 -38.7 cm 17 cm -49.9 cm 1.98 GeV 12.9 keV 5.27 cm 65.4 cm tracker_phys hIoni - 10 -44 cm 20.1 cm -57.1 cm 1.98 GeV 13.6 keV 9.49 cm 74.9 cm tracker_phys hIoni - 11 -45.2 cm 20.8 cm -58.8 cm 1.98 GeV 3.61 keV 2.2 cm 77.1 cm tracker_phys hIoni - 12 -45.4 cm 20.9 cm -59 cm 1.98 GeV 1.22 keV 3.03 mm 77.4 cm tracker_phys CoupledTransportation + 1 -4.85 cm 1.98 cm -6.16 cm 1.98 GeV 9.58 keV 8.09 cm 8.09 cm expHall_P hIoni + 2 -17.7 cm 7.57 cm -22.7 cm 1.98 GeV 34.8 keV 21.7 cm 29.7 cm expHall_P hIoni + 3 -18.4 cm 7.9 cm -23.6 cm 1.98 GeV 1.02 keV 1.15 cm 30.9 cm expHall_P CoupledTransportation + 4 -20.1 cm 8.75 cm -25.8 cm 1.98 GeV 6.35 keV 3 cm 33.9 cm tracker_phys hIoni + 5 -20.3 cm 8.85 cm -26.1 cm 1.98 GeV 1.4 keV 3.48 mm 34.3 cm tracker_phys hIoni + 6 -22.3 cm 9.85 cm -28.7 cm 1.98 GeV 9.41 keV 3.44 cm 37.7 cm tracker_phys hIoni + 7 -23 cm 10.2 cm -29.7 cm 1.98 GeV 2.08 keV 1.23 cm 38.9 cm tracker_phys hIoni + 8 -24.2 cm 10.8 cm -31.2 cm 1.98 GeV 3.7 keV 1.98 cm 40.9 cm tracker_phys hIoni + 9 -26.8 cm 12.2 cm -34.8 cm 1.98 GeV 6.14 keV 4.7 cm 45.6 cm tracker_phys hIoni + 10 -28 cm 12.9 cm -36.3 cm 1.98 GeV 3.17 keV 2.04 cm 47.6 cm tracker_phys hIoni + 11 -28.1 cm 12.9 cm -36.4 cm 1.98 GeV 74.6 eV 1.57 mm 47.8 cm tracker_phys hIoni + 12 -35.3 cm 17.1 cm -46.2 cm 1.98 GeV 21.3 keV 12.9 cm 60.7 cm tracker_phys hIoni + 13 -36.3 cm 17.7 cm -47.5 cm 1.98 GeV 2.54 keV 1.73 cm 62.4 cm tracker_phys hIoni + 14 -44.4 cm 23 cm -59 cm 1.98 GeV 23.4 keV 15 cm 77.4 cm tracker_phys hIoni Track (trackID 17, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -3179,7 +3151,7 @@ Track (trackID 17, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.02 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 1.02 GeV 0 eV 9.35e-297 fm 9.35e-297 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 1.02 GeV 0 eV 6.3e-296 fm 6.3e-296 fm expHall_P Decay Track (trackID 16, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3188,71 +3160,66 @@ Track (trackID 16, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 4.13 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.12 mm 1.18 mm -6.91 mm 4.13 GeV 1.3 keV 7.1 mm 7.1 mm expHall_P hIoni - 2 -2.38 cm 2.58 cm -14.9 cm 4.13 GeV 22.6 keV 14.6 cm 15.3 cm expHall_P hIoni - 3 -6.28 cm 7.21 cm -40.6 cm 4.13 GeV 44.9 keV 26.4 cm 41.7 cm expHall_P hIoni - 4 -6.55 cm 7.56 cm -42.4 cm 4.13 GeV 1.89 keV 1.93 cm 43.6 cm expHall_P hIoni - 5 -12.1 cm 15.3 cm -82.7 cm 4.13 GeV 71.2 keV 41.4 cm 85 cm expHall_P hIoni - 6 -12.4 cm 15.7 cm -84.9 cm 4.13 GeV 2.09 keV 2.29 cm 87.3 cm expHall_P CoupledTransportation - 7 -14.3 cm 18.7 cm -1 m 4.13 GeV 35.8 keV 15.5 cm 1.03 m tracker_phys CoupledTransportation - 8 -18.7 cm 26 cm -1.36 m 4.13 GeV 65.4 keV 37.3 cm 1.4 m expHall_P hIoni - 9 -18.9 cm 26.4 cm -1.38 m 4.13 GeV 2.05 keV 1.67 cm 1.42 m expHall_P hIoni - 10 -19.2 cm 26.9 cm -1.41 m 4.13 GeV 3.49 keV 2.66 cm 1.44 m expHall_P hIoni - 11 -19.4 cm 27.2 cm -1.42 m 4.13 GeV 1.81 keV 1.45 cm 1.46 m expHall_P hIoni - 12 -19.6 cm 27.6 cm -1.44 m 4.13 GeV 4.17 keV 2.02 cm 1.48 m expHall_P hIoni - 13 -20.3 cm 28.7 cm -1.49 m 4.13 GeV 10.1 keV 5.73 cm 1.54 m expHall_P hIoni - 14 -21.4 cm 30.4 cm -1.58 m 4.13 GeV 15.2 keV 8.76 cm 1.62 m expHall_P hIoni - 15 -23.2 cm 33.4 cm -1.73 m 4.13 GeV 25.8 keV 15.4 cm 1.78 m expHall_P hIoni - 16 -23.5 cm 33.9 cm -1.75 m 4.13 GeV 3.75 keV 2.2 cm 1.8 m expHall_P hIoni - 17 -24.4 cm 35.4 cm -1.83 m 4.13 GeV 16.1 keV 7.92 cm 1.88 m expHall_P hIoni - 18 -25 cm 36.4 cm -1.88 m 4.13 GeV 6.65 keV 5.23 cm 1.93 m expHall_P hIoni - 19 -25.2 cm 36.8 cm -1.9 m 4.13 GeV 2.66 keV 1.69 cm 1.95 m expHall_P hIoni - 20 -26.1 cm 38.3 cm -1.97 m 4.13 GeV 12.1 keV 7.5 cm 2.02 m expHall_P hIoni - 21 -26.3 cm 38.5 cm -1.98 m 4.13 GeV 1.65 keV 1.21 cm 2.03 m expHall_P hIoni - 22 -28.1 cm 41.6 cm -2.14 m 4.13 GeV 30.3 keV 16 cm 2.19 m expHall_P hIoni - 23 -28.7 cm 42.5 cm -2.18 m 4.13 GeV 12.1 keV 4.53 cm 2.24 m expHall_P hIoni - 24 -30.7 cm 45.8 cm -2.34 m 4.13 GeV 30.9 keV 16.8 cm 2.41 m expHall_P hIoni - 25 -30.9 cm 46.1 cm -2.36 m 4.13 GeV 3.09 keV 1.48 cm 2.42 m expHall_P hIoni - 26 -30.9 cm 46.2 cm -2.36 m 4.13 GeV 593 eV 4.71 mm 2.43 m expHall_P hIoni - 27 -31.1 cm 46.6 cm -2.38 m 4.13 GeV 2.1 keV 1.8 cm 2.45 m expHall_P hIoni - 28 -31.2 cm 46.6 cm -2.38 m 4.13 GeV 626 eV 4.12 mm 2.45 m expHall_P hIoni - 29 -31.8 cm 47.7 cm -2.44 m 4.13 GeV 8.1 keV 5.38 cm 2.5 m expHall_P hIoni - 30 -35.1 cm 53.1 cm -2.71 m 4.13 GeV 53.4 keV 27.7 cm 2.78 m expHall_P hIoni - 31 -35.3 cm 53.5 cm -2.72 m 4.13 GeV 2.8 keV 1.68 cm 2.8 m expHall_P hIoni - 32 -38 cm 58 cm -2.95 m 4.13 GeV 41.9 keV 23.1 cm 3.03 m expHall_P hIoni - 33 -39 cm 59.6 cm -3.03 m 4.13 GeV 14 keV 8.27 cm 3.11 m expHall_P hIoni - 34 -39.3 cm 60.1 cm -3.05 m 4.13 GeV 4.33 keV 2.39 cm 3.13 m expHall_P hIoni - 35 -41.5 cm 63.7 cm -3.23 m 4.13 GeV 30.3 keV 18.1 cm 3.32 m expHall_P hIoni - 36 -41.7 cm 64.1 cm -3.25 m 4.13 GeV 2.31 keV 2.04 cm 3.34 m expHall_P hIoni - 37 -42.4 cm 65.2 cm -3.3 m 4.13 GeV 10.9 keV 5.86 cm 3.39 m expHall_P hIoni - 38 -43 cm 66.2 cm -3.35 m 4.13 GeV 8.79 keV 4.84 cm 3.44 m expHall_P hIoni - 39 -43.4 cm 66.9 cm -3.39 m 4.13 GeV 7.34 keV 3.88 cm 3.48 m expHall_P hIoni - 40 -44.4 cm 68.5 cm -3.47 m 4.13 GeV 16.2 keV 8.16 cm 3.56 m expHall_P hIoni - 41 -45.3 cm 70.1 cm -3.55 m 4.13 GeV 13.6 keV 7.93 cm 3.64 m expHall_P hIoni - 42 -45.6 cm 70.5 cm -3.57 m 4.13 GeV 3.27 keV 2.12 cm 3.66 m expHall_P hIoni - 43 -45.6 cm 70.6 cm -3.57 m 4.13 GeV 287 eV 3.36 mm 3.67 m expHall_P hIoni - 44 -47.8 cm 74.1 cm -3.74 m 4.13 GeV 31.6 keV 18 cm 3.85 m expHall_P hIoni - 45 -49.2 cm 76.5 cm -3.86 m 4.13 GeV 19.2 keV 12.1 cm 3.97 m expHall_P hIoni - 46 -49.8 cm 77.5 cm -3.91 m 4.13 GeV 11.5 keV 5.31 cm 4.02 m expHall_P hIoni - 47 -51.3 cm 80 cm -4.04 m 4.13 GeV 27.2 keV 12.8 cm 4.15 m expHall_P hIoni - 48 -51.7 cm 80.7 cm -4.07 m 4.13 GeV 6 keV 3.22 cm 4.18 m expHall_P hIoni - 49 -52.5 cm 81.9 cm -4.13 m 4.13 GeV 9.85 keV 6.26 cm 4.24 m expHall_P hIoni - 50 -53.2 cm 83 cm -4.19 m 4.13 GeV 11.2 keV 5.77 cm 4.3 m expHall_P hIoni - 51 -54.9 cm 85.9 cm -4.33 m 4.13 GeV 22.2 keV 14.5 cm 4.45 m expHall_P hIoni - 52 -55 cm 86.1 cm -4.34 m 4.13 GeV 1.73 keV 1.29 cm 4.46 m expHall_P hIoni - 53 -55.1 cm 86.2 cm -4.35 m 4.13 GeV 914 eV 5.79 mm 4.47 m expHall_P hIoni - 54 -56.8 cm 89.1 cm -4.49 m 4.13 GeV 22.1 keV 14.7 cm 4.61 m expHall_P hIoni - 55 -57.8 cm 90.7 cm -4.57 m 4.13 GeV 18.5 keV 8.07 cm 4.69 m expHall_P hIoni - 56 -59.3 cm 93.2 cm -4.69 m 4.13 GeV 21.3 keV 12.8 cm 4.82 m expHall_P hIoni - 57 -59.5 cm 93.5 cm -4.7 m 4.13 GeV 1.93 keV 1.18 cm 4.83 m expHall_P hIoni - 58 -59.6 cm 93.6 cm -4.71 m 4.13 GeV 989 eV 8.64 mm 4.84 m expHall_P hIoni - 59 -59.9 cm 94.2 cm -4.74 m 4.13 GeV 5.58 keV 2.73 cm 4.87 m expHall_P hIoni - 60 -60.4 cm 95 cm -4.78 m 4.13 GeV 10.2 keV 4.36 cm 4.91 m expHall_P hIoni - 61 -65 cm 1.03 m -5.16 m 4.13 GeV 65.4 keV 39 cm 5.3 m expHall_P hIoni - 62 -65.6 cm 1.04 m -5.21 m 4.13 GeV 8.34 keV 5.07 cm 5.35 m expHall_P hIoni - 63 -69.4 cm 1.1 m -5.52 m 4.13 GeV 51.2 keV 31.6 cm 5.67 m expHall_P hIoni - 64 -69.5 cm 1.1 m -5.53 m 4.13 GeV 2.51 keV 1.01 cm 5.68 m expHall_P hIoni - 65 -75.3 cm 1.2 m -6 m 4.13 GeV 80.9 keV 48.5 cm 6.16 m OutOfWorld hIoni + 1 -1.25 cm 1.3 cm -7.63 cm 4.13 GeV 15.5 keV 7.84 cm 7.84 cm expHall_P hIoni + 2 -2.71 cm 2.83 cm -16.6 cm 4.13 GeV 15.1 keV 9.24 cm 17.1 cm expHall_P hIoni + 3 -9.68 cm 11 cm -62.2 cm 4.13 GeV 86.4 keV 46.9 cm 63.9 cm expHall_P hIoni + 4 -10.3 cm 11.8 cm -66.5 cm 4.13 GeV 8 keV 4.39 cm 68.3 cm expHall_P hIoni + 5 -12.7 cm 15.1 cm -83.9 cm 4.13 GeV 32.6 keV 17.8 cm 86.2 cm expHall_P hIoni + 6 -12.8 cm 15.3 cm -84.9 cm 4.13 GeV 2.45 keV 1.11 cm 87.3 cm expHall_P CoupledTransportation + 7 -13.3 cm 16 cm -88.4 cm 4.13 GeV 7.29 keV 3.56 cm 90.8 cm tracker_phys hIoni + 8 -13.7 cm 16.6 cm -91.5 cm 4.13 GeV 7.13 keV 3.17 cm 94 cm tracker_phys hIoni + 9 -14.1 cm 17.1 cm -94.2 cm 4.13 GeV 3.79 keV 2.82 cm 96.8 cm tracker_phys hIoni + 10 -14.7 cm 18.1 cm -99 cm 4.13 GeV 10 keV 4.94 cm 1.02 m tracker_phys hIoni + 11 -14.8 cm 18.3 cm -1 m 4.13 GeV 1.52 keV 9.83 mm 1.03 m tracker_phys CoupledTransportation + 12 -15.3 cm 19.1 cm -1.04 m 4.13 GeV 6.67 keV 4.21 cm 1.07 m expHall_P hIoni + 13 -15.4 cm 19.2 cm -1.05 m 4.13 GeV 1.35 keV 5.2 mm 1.07 m expHall_P hIoni + 14 -15.7 cm 19.7 cm -1.07 m 4.13 GeV 5.28 keV 2.55 cm 1.1 m expHall_P hIoni + 15 -18.2 cm 23.5 cm -1.26 m 4.13 GeV 33.7 keV 19.7 cm 1.3 m expHall_P hIoni + 16 -18.4 cm 23.8 cm -1.28 m 4.13 GeV 2.69 keV 1.72 cm 1.31 m expHall_P hIoni + 17 -21 cm 27.8 cm -1.48 m 4.13 GeV 35.3 keV 20.6 cm 1.52 m expHall_P hIoni + 18 -23.9 cm 32.3 cm -1.71 m 4.13 GeV 44.5 keV 23.5 cm 1.76 m expHall_P hIoni + 19 -26.2 cm 35.8 cm -1.88 m 4.13 GeV 27.5 keV 18.1 cm 1.94 m expHall_P hIoni + 20 -26.2 cm 35.9 cm -1.89 m 4.13 GeV 617 eV 2.94 mm 1.94 m expHall_P hIoni + 21 -26.5 cm 36.3 cm -1.91 m 4.13 GeV 3.79 keV 2.22 cm 1.96 m expHall_P hIoni + 22 -28 cm 38.6 cm -2.03 m 4.13 GeV 24.1 keV 12.1 cm 2.08 m expHall_P hIoni + 23 -29.7 cm 41.3 cm -2.16 m 4.13 GeV 22.8 keV 13.9 cm 2.22 m expHall_P hIoni + 24 -32.7 cm 45.9 cm -2.39 m 4.13 GeV 42.9 keV 23.7 cm 2.46 m expHall_P hIoni + 25 -33.6 cm 47.3 cm -2.47 m 4.13 GeV 14.2 keV 7.44 cm 2.53 m expHall_P hIoni + 26 -34.6 cm 48.9 cm -2.55 m 4.13 GeV 15.6 keV 8.29 cm 2.62 m expHall_P hIoni + 27 -35.4 cm 50 cm -2.6 m 4.13 GeV 11.4 keV 5.94 cm 2.68 m expHall_P hIoni + 28 -37.8 cm 53.8 cm -2.79 m 4.13 GeV 34.1 keV 19.4 cm 2.87 m expHall_P hIoni + 29 -42.3 cm 60.7 cm -3.14 m 4.13 GeV 60.3 keV 35.7 cm 3.23 m expHall_P hIoni + 30 -42.5 cm 61 cm -3.16 m 4.13 GeV 2.89 keV 1.99 cm 3.25 m expHall_P hIoni + 31 -42.8 cm 61.5 cm -3.18 m 4.13 GeV 2.75 keV 2.28 cm 3.27 m expHall_P hIoni + 32 -45.2 cm 65.3 cm -3.37 m 4.13 GeV 37.8 keV 19.7 cm 3.47 m expHall_P hIoni + 33 -46 cm 66.4 cm -3.43 m 4.13 GeV 9.48 keV 5.91 cm 3.53 m expHall_P hIoni + 34 -46.8 cm 67.7 cm -3.5 m 4.13 GeV 11.9 keV 6.98 cm 3.6 m expHall_P hIoni + 35 -50.3 cm 73 cm -3.77 m 4.13 GeV 50.9 keV 27.4 cm 3.87 m expHall_P hIoni + 36 -50.5 cm 73.4 cm -3.78 m 4.13 GeV 2.88 keV 1.86 cm 3.89 m expHall_P hIoni + 37 -51.7 cm 75.2 cm -3.88 m 4.13 GeV 16.7 keV 9.64 cm 3.98 m expHall_P hIoni + 38 -53.2 cm 77.5 cm -3.99 m 4.13 GeV 19.6 keV 11.8 cm 4.1 m expHall_P hIoni + 39 -53.6 cm 78.2 cm -4.03 m 4.13 GeV 4.56 keV 3.38 cm 4.14 m expHall_P hIoni + 40 -53.8 cm 78.5 cm -4.04 m 4.13 GeV 5.93 keV 1.94 cm 4.16 m expHall_P hIoni + 41 -54.1 cm 78.9 cm -4.07 m 4.13 GeV 3.78 keV 2.08 cm 4.18 m expHall_P hIoni + 42 -55.8 cm 81.6 cm -4.2 m 4.13 GeV 23.4 keV 13.6 cm 4.31 m expHall_P hIoni + 43 -57.4 cm 84.1 cm -4.32 m 4.13 GeV 24.7 keV 12.9 cm 4.44 m expHall_P hIoni + 44 -59 cm 86.5 cm -4.45 m 4.13 GeV 22.2 keV 12.6 cm 4.57 m expHall_P hIoni + 45 -59.2 cm 86.9 cm -4.47 m 4.13 GeV 1.92 keV 2.04 cm 4.59 m expHall_P hIoni + 46 -59.4 cm 87.1 cm -4.48 m 4.13 GeV 1.43 keV 1.06 cm 4.6 m expHall_P hIoni + 47 -59.9 cm 87.9 cm -4.52 m 4.13 GeV 6.15 keV 4.28 cm 4.64 m expHall_P hIoni + 48 -60.1 cm 88.2 cm -4.53 m 4.13 GeV 3.52 keV 1.47 cm 4.66 m expHall_P hIoni + 49 -63.2 cm 93 cm -4.78 m 4.13 GeV 41.7 keV 25.2 cm 4.91 m expHall_P hIoni + 50 -68.3 cm 1.01 m -5.18 m 4.13 GeV 74.9 keV 41.2 cm 5.32 m expHall_P hIoni + 51 -68.4 cm 1.01 m -5.18 m 4.13 GeV 1.86 keV 7.06 mm 5.33 m expHall_P hIoni + 52 -70.9 cm 1.05 m -5.38 m 4.13 GeV 33.8 keV 19.8 cm 5.52 m expHall_P hIoni + 53 -71.2 cm 1.05 m -5.4 m 4.13 GeV 4.04 keV 2.51 cm 5.55 m expHall_P hIoni + 54 -72.1 cm 1.07 m -5.47 m 4.13 GeV 12.5 keV 7.16 cm 5.62 m expHall_P hIoni + 55 -73.1 cm 1.08 m -5.55 m 4.13 GeV 13.5 keV 8.2 cm 5.7 m expHall_P hIoni + 56 -73.6 cm 1.09 m -5.59 m 4.13 GeV 6.75 keV 3.89 cm 5.74 m expHall_P hIoni + 57 -74.8 cm 1.11 m -5.68 m 4.13 GeV 15.8 keV 9.77 cm 5.84 m expHall_P hIoni + 58 -74.8 cm 1.11 m -5.69 m 4.13 GeV 293 eV 2.39 mm 5.84 m expHall_P hIoni + 59 -78.7 cm 1.17 m -5.99 m 4.13 GeV 47.1 keV 31.2 cm 6.15 m expHall_P hIoni + 60 -78.8 cm 1.17 m -6 m 4.13 GeV 1.65 keV 1.04 cm 6.16 m OutOfWorld CoupledTransportation Track (trackID 15, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3261,7 +3228,7 @@ Track (trackID 15, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 530 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 530 MeV 0 eV 4.08e-296 fm 4.08e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 530 MeV 0 eV 2.49e-296 fm 2.49e-296 fm expHall_P Decay Track (trackID 14, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3270,7 +3237,7 @@ Track (trackID 14, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 12.7 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 0 fm 0 fm 0 fm 12.7 GeV 0 eV 3.41e-296 fm 3.41e-296 fm expHall_P Decay + 1 0 fm 0 fm 0 fm 12.7 GeV 0 eV 3.52e-297 fm 3.52e-297 fm expHall_P Decay Track (trackID 12, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3279,34 +3246,31 @@ Track (trackID 12, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 9.12 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 13 cm -10.2 cm 14.4 cm 9.12 GeV 47.7 keV 22 cm 22 cm expHall_P eIoni - 2 15.7 cm -12.4 cm 17.4 cm 9.12 GeV 10.9 keV 4.56 cm 26.5 cm expHall_P CoupledTransportation - 3 19.6 cm -15.5 cm 21.8 cm 9.12 GeV 18.8 keV 6.63 cm 33.2 cm tracker_phys CoupledTransportation - 4 19.6 cm -15.6 cm 21.8 cm 8.58 GeV 209 keV 760 um 33.2 cm trackerLayer_phys eBrem - 5 19.9 cm -15.8 cm 22.1 cm 8.05 GeV 1.5 MeV 4.63 mm 33.7 cm trackerLayer_phys eBrem - 6 20 cm -15.9 cm 22.2 cm 8.05 GeV 391 keV 1.24 mm 33.8 cm trackerLayer_phys CoupledTransportation - 7 23.4 cm -18.7 cm 26.1 cm 8.05 GeV 18.2 keV 5.97 cm 39.8 cm tracker_phys CoupledTransportation - 8 23.5 cm -18.8 cm 26.2 cm 8.04 GeV 245 keV 826 um 39.9 cm trackerLayer_phys eBrem - 9 23.6 cm -18.9 cm 26.3 cm 7.95 GeV 680 keV 1.9 mm 40.1 cm trackerLayer_phys eBrem - 10 23.7 cm -18.9 cm 26.4 cm 2.86 GeV 440 keV 1.24 mm 40.2 cm trackerLayer_phys eBrem - 11 23.7 cm -19 cm 26.4 cm 2.86 GeV 233 keV 759 um 40.3 cm trackerLayer_phys eBrem - 12 23.8 cm -19.1 cm 26.6 cm 2.86 GeV 678 keV 1.9 mm 40.5 cm trackerLayer_phys CoupledTransportation - 13 27.2 cm -22 cm 30.5 cm 2.86 GeV 13.8 keV 5.97 cm 46.4 cm tracker_phys CoupledTransportation - 14 27.3 cm -22 cm 30.6 cm 2.8 GeV 463 keV 1.26 mm 46.6 cm trackerLayer_phys eBrem - 15 27.6 cm -22.3 cm 30.9 cm 2.8 GeV 1.91 MeV 5.38 mm 47.1 cm trackerLayer_phys CoupledTransportation - 16 31 cm -25.3 cm 34.9 cm 2.8 GeV 20.3 keV 5.97 cm 53.1 cm tracker_phys CoupledTransportation - 17 31.2 cm -25.5 cm 35.1 cm 1.52 GeV 1.95 MeV 4.15 mm 53.5 cm trackerLayer_phys eBrem - 18 31.4 cm -25.6 cm 35.3 cm 1.52 GeV 742 keV 2.48 mm 53.7 cm trackerLayer_phys CoupledTransportation - 19 31.4 cm -25.7 cm 35.4 cm 1.52 GeV 377 eV 1.38 mm 53.9 cm tracker_phys eIoni - 20 31.7 cm -26 cm 35.7 cm 1.52 GeV 806 eV 4.93 mm 54.4 cm tracker_phys eIoni - 21 34.6 cm -28.7 cm 39.2 cm 1.52 GeV 14.4 keV 5.33 cm 59.7 cm tracker_phys CoupledTransportation - 22 34.7 cm -28.8 cm 39.3 cm 1.47 GeV 364 keV 1.22 mm 59.8 cm trackerLayer_phys eBrem - 23 34.8 cm -28.9 cm 39.4 cm 1.47 GeV 517 keV 1.83 mm 60 cm trackerLayer_phys eIoni - 24 34.8 cm -28.9 cm 39.4 cm 1.41 GeV 183 keV 646 um 60.1 cm trackerLayer_phys eBrem - 25 34.8 cm -28.9 cm 39.4 cm 1.11 GeV 17 keV 98 um 60.1 cm trackerLayer_phys eBrem - 26 35 cm -29.1 cm 39.6 cm 1.11 GeV 954 keV 2.56 mm 60.3 cm trackerLayer_phys eIoni - 27 35 cm -29.1 cm 39.6 cm 1.11 GeV 92.5 keV 272 um 60.4 cm trackerLayer_phys CoupledTransportation - 28 38.1 cm -32.3 cm 43.5 cm 1.11 GeV 11.3 keV 5.98 cm 66.3 cm tracker_phys eIoni + 1 5.48 mm -4.23 mm 6.03 mm 9.12 GeV 2.57 keV 9.18 mm 9.18 mm expHall_P eIoni + 2 9.64 mm -7.43 mm 1.06 cm 9.12 GeV 866 eV 6.97 mm 1.61 cm expHall_P eIoni + 3 10.8 cm -8.49 cm 12 cm 9.12 GeV 28.5 keV 16.6 cm 18.3 cm expHall_P eIoni + 4 11.3 cm -8.88 cm 12.5 cm 9.12 GeV 1.49 keV 8.15 mm 19.1 cm expHall_P eIoni + 5 14.9 cm -11.7 cm 16.5 cm 9.12 GeV 13.1 keV 6.08 cm 25.1 cm expHall_P eIoni + 6 15.7 cm -12.4 cm 17.4 cm 9.12 GeV 2.78 keV 1.38 cm 26.5 cm expHall_P CoupledTransportation + 7 18.6 cm -14.8 cm 20.7 cm 9.12 GeV 11.9 keV 4.98 cm 31.5 cm tracker_phys eIoni + 8 19.6 cm -15.6 cm 21.8 cm 9.12 GeV 6.25 keV 1.65 cm 33.2 cm tracker_phys CoupledTransportation + 9 19.9 cm -15.9 cm 22.2 cm 9.12 GeV 2.48 MeV 6.63 mm 33.8 cm trackerLayer_phys CoupledTransportation + 10 23.4 cm -18.8 cm 26.1 cm 9.12 GeV 15 keV 5.97 cm 39.8 cm tracker_phys CoupledTransportation + 11 23.8 cm -19.1 cm 26.6 cm 9.11 GeV 2.37 MeV 6.63 mm 40.5 cm trackerLayer_phys CoupledTransportation + 12 25.8 cm -20.8 cm 28.9 cm 9.11 GeV 11.3 keV 3.51 cm 44 cm tracker_phys eIoni + 13 27.2 cm -22 cm 30.5 cm 9.11 GeV 5.73 keV 2.46 cm 46.4 cm tracker_phys CoupledTransportation + 14 27.3 cm -22 cm 30.5 cm 8.71 GeV 72.3 keV 259 um 46.5 cm trackerLayer_phys eBrem + 15 27.5 cm -22.2 cm 30.8 cm 7.87 GeV 1.59 MeV 5.07 mm 47 cm trackerLayer_phys eBrem + 16 27.6 cm -22.3 cm 30.9 cm 7.87 GeV 384 keV 1.31 mm 47.1 cm trackerLayer_phys CoupledTransportation + 17 31 cm -25.2 cm 34.9 cm 7.87 GeV 14.7 keV 5.97 cm 53.1 cm tracker_phys CoupledTransportation + 18 31.4 cm -25.6 cm 35.3 cm 7.87 GeV 2.42 MeV 6.63 mm 53.7 cm trackerLayer_phys CoupledTransportation + 19 33.3 cm -27.1 cm 37.4 cm 7.87 GeV 8.91 keV 3.2 cm 56.9 cm tracker_phys eIoni + 20 34.6 cm -28.3 cm 39 cm 7.87 GeV 8.05 keV 2.44 cm 59.4 cm tracker_phys eIoni + 21 34.8 cm -28.5 cm 39.2 cm 7.87 GeV 853 eV 3.27 mm 59.7 cm tracker_phys CoupledTransportation + 22 34.8 cm -28.5 cm 39.2 cm 7.86 GeV 77.9 keV 276 um 59.7 cm trackerLayer_phys eBrem + 23 34.9 cm -28.5 cm 39.3 cm 7.86 GeV 360 keV 604 um 59.8 cm trackerLayer_phys eIoni + 24 35.2 cm -28.8 cm 39.7 cm 7.86 GeV 1.78 MeV 5.76 mm 60.4 cm trackerLayer_phys CoupledTransportation + 25 38.6 cm -31.8 cm 43.6 cm 7.86 GeV 18.8 keV 5.98 cm 66.3 cm tracker_phys CoupledTransportation Track (trackID 7, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -3315,19 +3279,18 @@ Track (trackID 7, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 28.4 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 3.52 mm -2.72 cm 4.63 cm 28.4 GeV 8.58 keV 5.38 cm 5.38 cm expHall_P eIoni - 2 8.68 mm -6.68 cm 11.4 cm 28.4 GeV 14.8 keV 7.86 cm 13.2 cm expHall_P eIoni - 3 1.02 cm -7.84 cm 13.4 cm 28.4 GeV 4.2 keV 2.28 cm 15.5 cm expHall_P eIoni - 4 1.3 cm -9.98 cm 17 cm 28.4 GeV 9.73 keV 4.25 cm 19.8 cm expHall_P eIoni - 5 1.99 cm -15 cm 25.7 cm 28.4 GeV 22.2 keV 10 cm 29.8 cm expHall_P eIoni - 6 2.34 cm -17.6 cm 30 cm 28.4 GeV 9.77 keV 5.04 cm 34.9 cm expHall_P eIoni - 7 2.65 cm -19.8 cm 33.8 cm 28.4 GeV 10.2 keV 4.44 cm 39.3 cm expHall_P CoupledTransportation - 8 2.72 cm -20.3 cm 34.7 cm 28.4 GeV 3.04 keV 1.02 cm 40.3 cm tracker_phys eIoni - 9 3.82 cm -28 cm 47.8 cm 28.4 GeV 47.1 keV 15.3 cm 55.6 cm tracker_phys eIoni - 10 4.18 cm -30.5 cm 52.1 cm 28.4 GeV 11.1 keV 4.89 cm 60.5 cm tracker_phys eIoni - 11 5.6 cm -40 cm 68.4 cm 28.4 GeV 50.6 keV 18.9 cm 79.4 cm tracker_phys eIoni - 12 6.05 cm -42.9 cm 73.3 cm 28.4 GeV 14.9 keV 5.71 cm 85.1 cm tracker_phys eIoni - 13 7.08 cm -49.5 cm 84.6 cm 28.4 GeV 35 keV 13.1 cm 98.2 cm tracker_phys CoupledTransportation + 1 1.1 cm -8.59 cm 14.6 cm 28.4 GeV 32.4 keV 17 cm 17 cm expHall_P eIoni + 2 1.55 cm -12.2 cm 20.8 cm 28.4 GeV 14.9 keV 7.18 cm 24.2 cm expHall_P eIoni + 3 2.48 cm -19.3 cm 33 cm 28.4 GeV 29.5 keV 14.1 cm 38.3 cm expHall_P eIoni + 4 2.54 cm -19.8 cm 33.8 cm 28.4 GeV 1.66 keV 9.8 mm 39.3 cm expHall_P CoupledTransportation + 5 3.19 cm -24.7 cm 42 cm 28.4 GeV 20.6 keV 9.55 cm 48.8 cm tracker_phys eIoni + 6 3.22 cm -24.9 cm 42.5 cm 28.4 GeV 2.01 keV 5.27 mm 49.4 cm tracker_phys eIoni + 7 3.99 cm -30.5 cm 52 cm 28.4 GeV 25.8 keV 11 cm 60.4 cm tracker_phys eIoni + 8 4.6 cm -34.9 cm 59.5 cm 28.4 GeV 29.6 keV 8.71 cm 69.1 cm tracker_phys eIoni + 9 4.88 cm -36.8 cm 62.8 cm 28.4 GeV 7.47 keV 3.82 cm 72.9 cm tracker_phys eIoni + 10 5.35 cm -40.1 cm 68.3 cm 28.4 GeV 20.6 keV 6.48 cm 79.4 cm tracker_phys eIoni + 11 5.82 cm -43.3 cm 73.9 cm 28.4 GeV 13.1 keV 6.43 cm 85.8 cm tracker_phys eIoni + 12 6.75 cm -49.5 cm 84.5 cm 28.4 GeV 27.2 keV 12.4 cm 98.2 cm tracker_phys CoupledTransportation Track (trackID 5, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -3335,80 +3298,104 @@ Track (trackID 5, parentID 0) is processed with stopping code 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 13 7.08 cm -49.5 cm 84.6 cm 28.4 GeV 0 eV 0 fm 98.2 cm caloLayer_phys initStep - 14 7.09 cm -49.5 cm 84.6 cm 20.4 GeV 1.02 MeV 867 um 98.3 cm caloLayer_phys eBrem - 15 7.09 cm -49.6 cm 84.7 cm 19.4 GeV 280 keV 228 um 98.3 cm caloLayer_phys eBrem - 16 7.09 cm -49.6 cm 84.7 cm 19.3 GeV 558 keV 411 um 98.4 cm caloLayer_phys eBrem - 17 7.09 cm -49.6 cm 84.7 cm 19.3 GeV 307 keV 253 um 98.4 cm caloLayer_phys eBrem - 18 7.09 cm -49.6 cm 84.7 cm 19.2 GeV 548 keV 146 um 98.4 cm caloLayer_phys eBrem - 19 7.1 cm -49.6 cm 84.7 cm 17.9 GeV 466 keV 264 um 98.5 cm caloLayer_phys eBrem - 20 7.1 cm -49.6 cm 84.8 cm 7.4 GeV 901 keV 654 um 98.5 cm caloLayer_phys eBrem - 21 7.11 cm -49.7 cm 84.8 cm 5.02 GeV 548 keV 532 um 98.6 cm caloLayer_phys eBrem - 22 7.12 cm -49.7 cm 85 cm 5.01 GeV 1.7 MeV 1.56 mm 98.7 cm caloLayer_phys eBrem - 23 7.12 cm -49.8 cm 85 cm 5 GeV 381 keV 260 um 98.8 cm caloLayer_phys eBrem - 24 7.13 cm -49.8 cm 85.1 cm 5 GeV 1.19 MeV 685 um 98.8 cm caloLayer_phys CoulombScat - 25 7.13 cm -49.8 cm 85.1 cm 1.39 GeV 175 keV 161 um 98.8 cm caloLayer_phys eBrem - 26 7.13 cm -49.8 cm 85.1 cm 1.39 GeV 18.8 keV 16.5 um 98.8 cm caloLayer_phys eBrem - 27 7.13 cm -49.8 cm 85.1 cm 1.38 GeV 817 keV 365 um 98.9 cm caloLayer_phys eBrem - 28 7.13 cm -49.8 cm 85.2 cm 1.38 GeV 710 keV 559 um 98.9 cm caloLayer_phys eBrem - 29 7.14 cm -49.9 cm 85.2 cm 1.38 GeV 1.97 MeV 1.08 mm 99 cm caloLayer_phys eBrem - 30 7.14 cm -49.9 cm 85.3 cm 1.37 GeV 321 keV 167 um 99.1 cm caloLayer_phys eBrem - 31 7.15 cm -49.9 cm 85.3 cm 1.24 GeV 517 keV 314 um 99.1 cm caloLayer_phys eBrem - 32 7.16 cm -50 cm 85.4 cm 1.24 GeV 1.04 MeV 842 um 99.2 cm caloLayer_phys eBrem - 33 7.16 cm -50 cm 85.4 cm 1.23 GeV 495 keV 415 um 99.2 cm caloLayer_phys eBrem - 34 7.16 cm -50 cm 85.4 cm 1.2 GeV 387 keV 322 um 99.2 cm caloLayer_phys eBrem - 35 7.18 cm -50.1 cm 85.6 cm 1.19 GeV 2.21 MeV 1.67 mm 99.4 cm caloLayer_phys eBrem - 36 7.18 cm -50.1 cm 85.6 cm 1.19 GeV 353 keV 259 um 99.4 cm caloLayer_phys eBrem - 37 7.18 cm -50.1 cm 85.6 cm 1.06 GeV 865 keV 644 um 99.5 cm caloLayer_phys eBrem - 38 7.19 cm -50.1 cm 85.7 cm 1.06 GeV 349 keV 351 um 99.5 cm caloLayer_phys eBrem - 39 7.2 cm -50.2 cm 85.8 cm 1.06 GeV 1.5 MeV 1.1 mm 99.6 cm caloLayer_phys eBrem - 40 7.2 cm -50.2 cm 85.8 cm 931 MeV 42.8 keV 33.2 um 99.6 cm caloLayer_phys eBrem - 41 7.2 cm -50.2 cm 85.8 cm 930 MeV 352 keV 351 um 99.7 cm caloLayer_phys eBrem - 42 7.2 cm -50.2 cm 85.8 cm 929 MeV 149 keV 106 um 99.7 cm caloLayer_phys eBrem - 43 7.2 cm -50.3 cm 85.9 cm 896 MeV 676 keV 575 um 99.8 cm caloLayer_phys eBrem - 44 7.2 cm -50.3 cm 85.9 cm 896 MeV 209 keV 183 um 99.8 cm caloLayer_phys eBrem - 45 7.21 cm -50.3 cm 85.9 cm 837 MeV 1.47 MeV 742 um 99.8 cm caloLayer_phys eBrem - 46 7.21 cm -50.3 cm 86 cm 539 MeV 209 keV 162 um 99.9 cm caloLayer_phys eBrem - 47 7.21 cm -50.3 cm 86 cm 537 MeV 316 keV 272 um 99.9 cm caloLayer_phys eBrem - 48 7.21 cm -50.3 cm 86 cm 535 MeV 49.1 keV 51.3 um 99.9 cm caloLayer_phys eBrem - 49 7.22 cm -50.4 cm 86.1 cm 532 MeV 1.81 MeV 1.58 mm 1 m caloLayer_phys eBrem - 50 7.23 cm -50.4 cm 86.2 cm 525 MeV 276 keV 256 um 1 m caloLayer_phys eBrem - 51 7.23 cm -50.4 cm 86.2 cm 512 MeV 831 keV 616 um 1 m caloLayer_phys eBrem - 52 7.23 cm -50.4 cm 86.2 cm 496 MeV 122 keV 138 um 1 m caloLayer_phys eBrem - 53 7.24 cm -50.5 cm 86.3 cm 495 MeV 617 keV 483 um 1 m caloLayer_phys eBrem - 54 7.24 cm -50.5 cm 86.3 cm 467 MeV 577 keV 411 um 1 m caloLayer_phys eBrem - 55 7.24 cm -50.5 cm 86.3 cm 465 MeV 586 keV 431 um 1 m caloLayer_phys eBrem - 56 7.25 cm -50.5 cm 86.4 cm 463 MeV 1.06 MeV 706 um 1 m caloLayer_phys eBrem - 57 7.26 cm -50.6 cm 86.4 cm 462 MeV 891 keV 648 um 1 m caloLayer_phys eBrem - 58 7.26 cm -50.6 cm 86.5 cm 461 MeV 86.5 keV 72.4 um 1 m caloLayer_phys eBrem - 59 7.26 cm -50.6 cm 86.5 cm 460 MeV 599 keV 454 um 1 m caloLayer_phys eBrem - 60 7.26 cm -50.6 cm 86.5 cm 459 MeV 632 keV 497 um 1.01 m caloLayer_phys eBrem - 61 7.27 cm -50.7 cm 86.6 cm 351 MeV 610 keV 405 um 1.01 m caloLayer_phys eBrem - 62 7.28 cm -50.7 cm 86.7 cm 343 MeV 1.88 MeV 1.4 mm 1.01 m caloLayer_phys eBrem - 63 7.28 cm -50.7 cm 86.7 cm 336 MeV 535 keV 266 um 1.01 m caloLayer_phys eBrem - 64 7.28 cm -50.7 cm 86.7 cm 334 MeV 260 keV 185 um 1.01 m caloLayer_phys eBrem - 65 7.28 cm -50.8 cm 86.8 cm 333 MeV 306 keV 307 um 1.01 m caloLayer_phys eBrem - 66 7.29 cm -50.8 cm 86.8 cm 329 MeV 1.6 MeV 1.09 mm 1.01 m caloLayer_phys eBrem - 67 7.29 cm -50.8 cm 86.9 cm 252 MeV 50.8 keV 58.2 um 1.01 m caloLayer_phys eBrem - 68 7.3 cm -50.8 cm 86.9 cm 106 MeV 393 keV 319 um 1.01 m caloLayer_phys eBrem - 69 7.3 cm -50.9 cm 86.9 cm 82.7 MeV 894 keV 699 um 1.01 m caloLayer_phys eBrem - 70 7.3 cm -50.9 cm 87 cm 75.1 MeV 582 keV 558 um 1.01 m caloLayer_phys eBrem - 71 7.3 cm -50.9 cm 87 cm 72.5 MeV 89.5 keV 126 um 1.01 m caloLayer_phys eBrem - 72 7.31 cm -50.9 cm 87.1 cm 46.6 MeV 695 keV 619 um 1.01 m caloLayer_phys eBrem - 73 7.32 cm -50.9 cm 87.2 cm 40.6 MeV 1.04 MeV 911 um 1.01 m caloLayer_phys eBrem - 74 7.34 cm -50.9 cm 87.3 cm 39 MeV 1.12 MeV 989 um 1.01 m caloLayer_phys eBrem - 75 7.38 cm -51 cm 87.3 cm 37.7 MeV 1.13 MeV 995 um 1.01 m caloLayer_phys eBrem - 76 7.39 cm -51 cm 87.4 cm 36.3 MeV 745 keV 519 um 1.01 m caloLayer_phys eBrem - 77 7.4 cm -51 cm 87.4 cm 35.7 MeV 179 keV 110 um 1.01 m caloLayer_phys eBrem - 78 7.4 cm -51 cm 87.4 cm 30.8 MeV 158 keV 145 um 1.01 m caloLayer_phys eBrem - 79 7.4 cm -51 cm 87.4 cm 11.2 MeV 468 keV 418 um 1.02 m caloLayer_phys eBrem - 80 7.4 cm -51 cm 87.5 cm 7.38 MeV 192 keV 127 um 1.02 m caloLayer_phys eBrem - 81 7.4 cm -51 cm 87.5 cm 6.98 MeV 288 keV 282 um 1.02 m caloLayer_phys eBrem - 82 7.44 cm -51.1 cm 87.5 cm 4.47 MeV 1.12 MeV 881 um 1.02 m caloLayer_phys eBrem - 83 7.49 cm -51.1 cm 87.6 cm 3.21 MeV 680 keV 514 um 1.02 m caloLayer_phys eBrem - 84 7.51 cm -51 cm 87.6 cm 1.85 MeV 993 keV 727 um 1.02 m caloLayer_phys eBrem - 85 7.56 cm -51.1 cm 87.6 cm 399 keV 1.45 MeV 1.34 mm 1.02 m caloLayer_phys eIoni - 86 7.56 cm -51.1 cm 87.6 cm 0 eV 399 keV 224 um 1.02 m caloLayer_phys eIoni + 12 6.75 cm -49.5 cm 84.5 cm 28.4 GeV 0 eV 0 fm 98.2 cm caloLayer_phys initStep + 13 6.75 cm -49.6 cm 84.6 cm 28.3 GeV 524 keV 370 um 98.3 cm caloLayer_phys eBrem + 14 6.76 cm -49.6 cm 84.6 cm 27.4 GeV 168 keV 163 um 98.3 cm caloLayer_phys eBrem + 15 6.76 cm -49.6 cm 84.6 cm 26.7 GeV 245 keV 214 um 98.3 cm caloLayer_phys eBrem + 16 6.76 cm -49.6 cm 84.7 cm 24.3 GeV 1.05 MeV 488 um 98.4 cm caloLayer_phys eBrem + 17 6.76 cm -49.6 cm 84.7 cm 23.6 GeV 403 keV 268 um 98.4 cm caloLayer_phys eBrem + 18 6.77 cm -49.6 cm 84.7 cm 23.2 GeV 526 keV 283 um 98.4 cm caloLayer_phys eBrem + 19 6.77 cm -49.7 cm 84.8 cm 23 GeV 1.17 MeV 963 um 98.5 cm caloLayer_phys eBrem + 20 6.78 cm -49.7 cm 84.8 cm 22.8 GeV 569 keV 515 um 98.6 cm caloLayer_phys eBrem + 21 6.78 cm -49.7 cm 84.8 cm 22.5 GeV 130 keV 116 um 98.6 cm caloLayer_phys eBrem + 22 6.78 cm -49.7 cm 84.9 cm 22.2 GeV 846 keV 700 um 98.6 cm caloLayer_phys eBrem + 23 6.79 cm -49.8 cm 84.9 cm 22.2 GeV 552 keV 523 um 98.7 cm caloLayer_phys eBrem + 24 6.79 cm -49.8 cm 85 cm 21.1 GeV 318 keV 186 um 98.7 cm caloLayer_phys eBrem + 25 6.79 cm -49.8 cm 85 cm 21.1 GeV 570 keV 452 um 98.8 cm caloLayer_phys eBrem + 26 6.8 cm -49.8 cm 85.1 cm 19.9 GeV 1.06 MeV 637 um 98.8 cm caloLayer_phys eBrem + 27 6.81 cm -49.9 cm 85.2 cm 19.8 GeV 2.26 MeV 1.59 mm 99 cm caloLayer_phys eBrem + 28 6.81 cm -49.9 cm 85.2 cm 19.8 GeV 1.73 keV 1.33 um 99 cm caloLayer_phys eIoni + 29 6.81 cm -49.9 cm 85.2 cm 15.6 GeV 29.3 keV 31.4 um 99 cm caloLayer_phys eBrem + 30 6.82 cm -50 cm 85.3 cm 12.3 GeV 1.74 MeV 1.06 mm 99.1 cm caloLayer_phys eBrem + 31 6.82 cm -50 cm 85.3 cm 12 GeV 81 keV 71.7 um 99.1 cm caloLayer_phys eBrem + 32 6.82 cm -50 cm 85.4 cm 12 GeV 1.11 MeV 873 um 99.2 cm caloLayer_phys eBrem + 33 6.83 cm -50.1 cm 85.5 cm 11.6 GeV 1.16 MeV 1.08 mm 99.3 cm caloLayer_phys eBrem + 34 6.83 cm -50.1 cm 85.5 cm 11.3 GeV 265 keV 176 um 99.3 cm caloLayer_phys eBrem + 35 6.83 cm -50.1 cm 85.5 cm 10 GeV 114 keV 125 um 99.3 cm caloLayer_phys eBrem + 36 6.84 cm -50.1 cm 85.6 cm 9.82 GeV 1.7 MeV 1.12 mm 99.4 cm caloLayer_phys eBrem + 37 6.85 cm -50.2 cm 85.6 cm 9.5 GeV 467 keV 474 um 99.5 cm caloLayer_phys eBrem + 38 6.85 cm -50.2 cm 85.7 cm 9.29 GeV 452 keV 352 um 99.5 cm caloLayer_phys eBrem + 39 6.85 cm -50.2 cm 85.7 cm 3.54 GeV 299 keV 272 um 99.5 cm caloLayer_phys eBrem + 40 6.86 cm -50.2 cm 85.7 cm 3.36 GeV 622 keV 509 um 99.6 cm caloLayer_phys eBrem + 41 6.86 cm -50.3 cm 85.8 cm 3.17 GeV 894 keV 742 um 99.7 cm caloLayer_phys eBrem + 42 6.86 cm -50.3 cm 85.8 cm 2.56 GeV 212 keV 223 um 99.7 cm caloLayer_phys eBrem + 43 6.87 cm -50.3 cm 85.8 cm 2.56 GeV 275 keV 258 um 99.7 cm caloLayer_phys eBrem + 44 6.87 cm -50.3 cm 85.9 cm 2.55 GeV 825 keV 702 um 99.8 cm caloLayer_phys eBrem + 45 6.87 cm -50.3 cm 85.9 cm 2.55 GeV 75.6 keV 78 um 99.8 cm caloLayer_phys eBrem + 46 6.88 cm -50.4 cm 85.9 cm 2.55 GeV 850 keV 649 um 99.9 cm caloLayer_phys eBrem + 47 6.88 cm -50.4 cm 86 cm 2.54 GeV 1.22 MeV 935 um 99.9 cm caloLayer_phys eBrem + 48 6.88 cm -50.4 cm 86 cm 2.54 GeV 47.7 keV 54.3 um 100 cm caloLayer_phys eBrem + 49 6.89 cm -50.5 cm 86.1 cm 2.17 GeV 1.14 MeV 788 um 1 m caloLayer_phys eBrem + 50 6.89 cm -50.5 cm 86.1 cm 2.16 GeV 37.9 keV 32 um 1 m caloLayer_phys eBrem + 51 6.9 cm -50.5 cm 86.2 cm 2.12 GeV 1.73 MeV 1.26 mm 1 m caloLayer_phys eBrem + 52 6.9 cm -50.5 cm 86.2 cm 2.03 GeV 219 keV 181 um 1 m caloLayer_phys eBrem + 53 6.9 cm -50.5 cm 86.2 cm 2.03 GeV 239 keV 185 um 1 m caloLayer_phys eBrem + 54 6.91 cm -50.6 cm 86.3 cm 2.01 GeV 819 keV 434 um 1 m caloLayer_phys eBrem + 55 6.91 cm -50.6 cm 86.3 cm 2.01 GeV 365 keV 220 um 1 m caloLayer_phys eBrem + 56 6.92 cm -50.6 cm 86.4 cm 1.93 GeV 1.73 MeV 1.23 mm 1 m caloLayer_phys eBrem + 57 6.92 cm -50.6 cm 86.4 cm 1.92 GeV 225 keV 65.2 um 1 m caloLayer_phys eBrem + 58 6.92 cm -50.6 cm 86.4 cm 1.92 GeV 90.8 keV 77.1 um 1 m caloLayer_phys eBrem + 59 6.92 cm -50.6 cm 86.4 cm 1.87 GeV 277 keV 191 um 1 m caloLayer_phys eBrem + 60 6.92 cm -50.6 cm 86.4 cm 1.77 GeV 88 keV 71 um 1 m caloLayer_phys eBrem + 61 6.93 cm -50.7 cm 86.6 cm 1.76 GeV 1.6 MeV 1.39 mm 1.01 m caloLayer_phys eBrem + 62 6.93 cm -50.7 cm 86.6 cm 1.74 GeV 320 keV 227 um 1.01 m caloLayer_phys eBrem + 63 6.94 cm -50.8 cm 86.6 cm 1.69 GeV 542 keV 546 um 1.01 m caloLayer_phys eBrem + 64 6.94 cm -50.8 cm 86.7 cm 1.67 GeV 336 keV 338 um 1.01 m caloLayer_phys eBrem + 65 6.94 cm -50.8 cm 86.7 cm 1.44 GeV 452 keV 401 um 1.01 m caloLayer_phys eBrem + 66 6.94 cm -50.8 cm 86.7 cm 1.44 GeV 11.8 keV 7.85 um 1.01 m caloLayer_phys eBrem + 67 6.94 cm -50.8 cm 86.7 cm 1.43 GeV 478 keV 356 um 1.01 m caloLayer_phys eBrem + 68 6.94 cm -50.8 cm 86.7 cm 1.42 GeV 305 keV 167 um 1.01 m caloLayer_phys eBrem + 69 6.95 cm -50.8 cm 86.7 cm 1.42 GeV 67 keV 72.6 um 1.01 m caloLayer_phys eBrem + 70 6.95 cm -50.9 cm 86.8 cm 1.42 GeV 832 keV 619 um 1.01 m caloLayer_phys eBrem + 71 6.96 cm -50.9 cm 86.9 cm 1.42 GeV 1.02 MeV 744 um 1.01 m caloLayer_phys eBrem + 72 6.96 cm -50.9 cm 86.9 cm 1.41 GeV 110 keV 75.2 um 1.01 m caloLayer_phys eBrem + 73 6.96 cm -50.9 cm 86.9 cm 1.31 GeV 5.32 keV 8.01 um 1.01 m caloLayer_phys eBrem + 74 6.96 cm -50.9 cm 86.9 cm 1.31 GeV 905 keV 539 um 1.01 m caloLayer_phys eBrem + 75 6.97 cm -50.9 cm 87 cm 1.3 GeV 1.47 MeV 527 um 1.01 m caloLayer_phys eBrem + 76 6.97 cm -51 cm 87 cm 1.3 GeV 503 keV 462 um 1.01 m caloLayer_phys eBrem + 77 6.97 cm -51 cm 87 cm 1.03 GeV 41.7 keV 51.4 um 1.01 m caloLayer_phys eBrem + 78 6.97 cm -51 cm 87 cm 997 MeV 399 keV 312 um 1.01 m caloLayer_phys eBrem + 79 6.98 cm -51 cm 87.1 cm 996 MeV 253 keV 252 um 1.01 m caloLayer_phys eBrem + 80 6.98 cm -51 cm 87.1 cm 983 MeV 188 keV 122 um 1.01 m caloLayer_phys eBrem + 81 6.98 cm -51 cm 87.1 cm 841 MeV 321 keV 192 um 1.01 m caloLayer_phys eBrem + 82 6.99 cm -51.1 cm 87.2 cm 660 MeV 1.82 MeV 1.37 mm 1.01 m caloLayer_phys eBrem + 83 6.99 cm -51.1 cm 87.2 cm 660 MeV 340 keV 291 um 1.01 m caloLayer_phys eBrem + 84 7.01 cm -51.2 cm 87.3 cm 632 MeV 2.14 MeV 1.31 mm 1.01 m caloLayer_phys eBrem + 85 7.01 cm -51.2 cm 87.4 cm 626 MeV 962 keV 734 um 1.02 m caloLayer_phys eBrem + 86 7.02 cm -51.2 cm 87.5 cm 618 MeV 1.9 MeV 948 um 1.02 m caloLayer_phys eBrem + 87 7.03 cm -51.3 cm 87.6 cm 305 MeV 1.2 MeV 972 um 1.02 m caloLayer_phys eBrem + 88 7.05 cm -51.3 cm 87.7 cm 278 MeV 2.43 MeV 1.4 mm 1.02 m caloLayer_phys eBrem + 89 7.05 cm -51.3 cm 87.7 cm 235 MeV 28.9 keV 21.8 um 1.02 m caloLayer_phys eBrem + 90 7.08 cm -51.4 cm 87.9 cm 228 MeV 2.5 MeV 1.84 mm 1.02 m caloLayer_phys eBrem + 91 7.1 cm -51.5 cm 87.9 cm 149 MeV 970 keV 954 um 1.02 m caloLayer_phys eBrem + 92 7.12 cm -51.5 cm 88 cm 147 MeV 853 keV 693 um 1.02 m caloLayer_phys eBrem + 93 7.12 cm -51.5 cm 88 cm 143 MeV 387 keV 314 um 1.02 m caloLayer_phys eBrem + 94 7.14 cm -51.6 cm 88.1 cm 138 MeV 893 keV 768 um 1.02 m caloLayer_phys eBrem + 95 7.14 cm -51.6 cm 88.1 cm 138 MeV 118 keV 80.9 um 1.02 m caloLayer_phys eBrem + 96 7.15 cm -51.6 cm 88.1 cm 137 MeV 267 keV 205 um 1.02 m caloLayer_phys eBrem + 97 7.17 cm -51.6 cm 88.2 cm 136 MeV 1.5 MeV 1.18 mm 1.02 m caloLayer_phys eBrem + 98 7.18 cm -51.7 cm 88.3 cm 133 MeV 533 keV 525 um 1.03 m caloLayer_phys eBrem + 99 7.18 cm -51.7 cm 88.3 cm 130 MeV 562 keV 423 um 1.03 m caloLayer_phys eBrem + 100 7.22 cm -51.8 cm 88.5 cm 123 MeV 3.13 MeV 2.17 mm 1.03 m caloLayer_phys eBrem + 101 7.23 cm -51.8 cm 88.5 cm 122 MeV 216 keV 145 um 1.03 m caloLayer_phys eBrem + 102 7.23 cm -51.8 cm 88.5 cm 105 MeV 103 keV 44.4 um 1.03 m caloLayer_phys eBrem + 103 7.25 cm -51.8 cm 88.6 cm 64.1 MeV 1.08 MeV 862 um 1.03 m caloLayer_phys eBrem + 104 7.25 cm -51.8 cm 88.6 cm 60.2 MeV 37.1 keV 37.8 um 1.03 m caloLayer_phys eIoni + 105 7.26 cm -51.8 cm 88.6 cm 50 MeV 639 keV 568 um 1.03 m caloLayer_phys eBrem + 106 7.26 cm -51.8 cm 88.6 cm 3.99 MeV 762 eV 447 nm 1.03 m caloLayer_phys eBrem + 107 7.28 cm -51.8 cm 88.7 cm 2.95 MeV 938 keV 857 um 1.03 m caloLayer_phys eBrem + 108 7.31 cm -51.7 cm 88.6 cm 829 keV 1.82 MeV 1.5 mm 1.03 m caloLayer_phys eBrem + 109 7.35 cm -51.8 cm 88.6 cm 0 eV 829 keV 583 um 1.03 m caloLayer_phys eIoni Track (trackID 5, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3416,39 +3403,58 @@ Track (trackID 5, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 28 38.1 cm -32.3 cm 43.5 cm 1.11 GeV 0 eV 0 fm 66.3 cm caloLayer_phys initStep - 29 38.1 cm -32.4 cm 43.5 cm 1.11 GeV 157 keV 141 um 66.3 cm caloLayer_phys eBrem - 30 38.2 cm -32.4 cm 43.6 cm 1.1 GeV 886 keV 610 um 66.4 cm caloLayer_phys eBrem - 31 38.3 cm -32.5 cm 43.7 cm 1.09 GeV 2.42 MeV 1.98 mm 66.6 cm caloLayer_phys eBrem - 32 38.3 cm -32.5 cm 43.7 cm 808 MeV 61.2 keV 77.4 um 66.6 cm caloLayer_phys eBrem - 33 38.3 cm -32.5 cm 43.7 cm 806 MeV 527 keV 367 um 66.6 cm caloLayer_phys eBrem - 34 38.3 cm -32.5 cm 43.7 cm 806 MeV 43.3 keV 45.6 um 66.7 cm caloLayer_phys eBrem - 35 38.4 cm -32.6 cm 43.8 cm 801 MeV 1.88 MeV 1.65 mm 66.8 cm caloLayer_phys eBrem - 36 38.4 cm -32.6 cm 43.9 cm 792 MeV 327 keV 231 um 66.8 cm caloLayer_phys eBrem - 37 38.4 cm -32.7 cm 43.9 cm 763 MeV 555 keV 557 um 66.9 cm caloLayer_phys eBrem - 38 38.4 cm -32.7 cm 43.9 cm 753 MeV 345 keV 346 um 66.9 cm caloLayer_phys eBrem - 39 38.5 cm -32.7 cm 43.9 cm 645 MeV 464 keV 410 um 67 cm caloLayer_phys eBrem - 40 38.5 cm -32.7 cm 44 cm 641 MeV 12 keV 8.11 um 67 cm caloLayer_phys eBrem - 41 38.5 cm -32.7 cm 44 cm 638 MeV 495 keV 368 um 67 cm caloLayer_phys eBrem - 42 38.5 cm -32.7 cm 44 cm 632 MeV 317 keV 173 um 67 cm caloLayer_phys eBrem - 43 38.5 cm -32.7 cm 44 cm 624 MeV 68.3 keV 75.2 um 67 cm caloLayer_phys eBrem - 44 38.5 cm -32.7 cm 44 cm 501 MeV 146 keV 109 um 67 cm caloLayer_phys eBrem - 45 38.5 cm -32.8 cm 44 cm 448 MeV 510 keV 405 um 67.1 cm caloLayer_phys eBrem - 46 38.5 cm -32.8 cm 44 cm 447 MeV 558 keV 305 um 67.1 cm caloLayer_phys eBrem - 47 38.5 cm -32.8 cm 44.1 cm 446 MeV 611 keV 314 um 67.1 cm caloLayer_phys eBrem - 48 38.6 cm -32.9 cm 44.2 cm 443 MeV 2.82 MeV 1.42 mm 67.3 cm caloLayer_phys eBrem - 49 38.6 cm -32.9 cm 44.2 cm 439 MeV 1.04 MeV 287 um 67.3 cm caloLayer_phys eBrem - 50 38.6 cm -32.9 cm 44.2 cm 241 MeV 87.4 keV 80.3 um 67.3 cm caloLayer_phys eBrem - 51 38.7 cm -32.9 cm 44.2 cm 238 MeV 394 keV 231 um 67.3 cm caloLayer_phys eBrem - 52 38.7 cm -32.9 cm 44.2 cm 237 MeV 65.6 keV 70.9 um 67.4 cm caloLayer_phys eBrem - 53 38.7 cm -32.9 cm 44.2 cm 223 MeV 195 keV 174 um 67.4 cm caloLayer_phys eBrem - 54 38.7 cm -32.9 cm 44.3 cm 223 MeV 628 keV 383 um 67.4 cm caloLayer_phys eBrem - 55 38.7 cm -33 cm 44.3 cm 213 MeV 844 keV 444 um 67.5 cm caloLayer_phys eBrem - 56 38.7 cm -33 cm 44.3 cm 206 MeV 558 keV 352 um 67.5 cm caloLayer_phys eBrem - 57 38.8 cm -33 cm 44.4 cm 204 MeV 1.43 MeV 948 um 67.6 cm caloLayer_phys eBrem - 58 38.8 cm -33 cm 44.4 cm 203 MeV 450 keV 318 um 67.6 cm caloLayer_phys eBrem - 59 38.8 cm -33 cm 44.4 cm 202 MeV 391 keV 286 um 67.6 cm caloLayer_phys eBrem - 60 38.8 cm -33 cm 44.4 cm 0 eV 66.8 keV 69 um 67.7 cm caloLayer_phys annihil + 25 38.6 cm -31.8 cm 43.6 cm 7.86 GeV 0 eV 0 fm 66.3 cm caloLayer_phys initStep + 26 38.6 cm -31.8 cm 43.6 cm 3.85 GeV 252 keV 250 um 66.4 cm caloLayer_phys eBrem + 27 38.6 cm -31.9 cm 43.7 cm 1.36 GeV 1.13 MeV 934 um 66.5 cm caloLayer_phys eBrem + 28 38.7 cm -31.9 cm 43.7 cm 1.26 GeV 49.8 keV 56.8 um 66.5 cm caloLayer_phys eBrem + 29 38.7 cm -31.9 cm 43.7 cm 1.26 GeV 445 keV 358 um 66.5 cm caloLayer_phys eBrem + 30 38.7 cm -31.9 cm 43.7 cm 1.26 GeV 239 keV 232 um 66.5 cm caloLayer_phys CoulombScat + 31 38.7 cm -31.9 cm 43.7 cm 1.26 GeV 252 keV 244 um 66.5 cm caloLayer_phys eBrem + 32 38.7 cm -31.9 cm 43.7 cm 1.26 GeV 178 keV 201 um 66.6 cm caloLayer_phys eBrem + 33 38.8 cm -32 cm 43.8 cm 1.1 GeV 1.78 MeV 1.33 mm 66.7 cm caloLayer_phys eBrem + 34 38.8 cm -32 cm 43.8 cm 1.09 GeV 131 keV 112 um 66.7 cm caloLayer_phys eBrem + 35 38.8 cm -32 cm 43.9 cm 1.05 GeV 554 keV 443 um 66.8 cm caloLayer_phys eBrem + 36 38.8 cm -32 cm 43.9 cm 1.05 GeV 656 keV 629 um 66.8 cm caloLayer_phys eBrem + 37 38.9 cm -32.1 cm 43.9 cm 960 MeV 187 keV 177 um 66.8 cm caloLayer_phys eBrem + 38 38.9 cm -32.1 cm 43.9 cm 960 MeV 7.74 keV 7.99 um 66.8 cm caloLayer_phys eBrem + 39 38.9 cm -32.1 cm 44 cm 958 MeV 1.12 MeV 734 um 66.9 cm caloLayer_phys eBrem + 40 38.9 cm -32.1 cm 44 cm 863 MeV 247 keV 260 um 66.9 cm caloLayer_phys eBrem + 41 38.9 cm -32.1 cm 44 cm 863 MeV 113 keV 106 um 66.9 cm caloLayer_phys eBrem + 42 38.9 cm -32.1 cm 44 cm 860 MeV 1.08 MeV 678 um 67 cm caloLayer_phys eBrem + 43 39 cm -32.2 cm 44.1 cm 859 MeV 353 keV 249 um 67 cm caloLayer_phys eBrem + 44 39 cm -32.2 cm 44.1 cm 857 MeV 156 keV 97 um 67 cm caloLayer_phys eBrem + 45 39 cm -32.2 cm 44.1 cm 856 MeV 612 keV 475 um 67.1 cm caloLayer_phys eBrem + 46 39 cm -32.2 cm 44.2 cm 854 MeV 1.43 MeV 1.02 mm 67.2 cm caloLayer_phys eBrem + 47 39.1 cm -32.3 cm 44.2 cm 853 MeV 786 keV 521 um 67.2 cm caloLayer_phys eBrem + 48 39.1 cm -32.3 cm 44.2 cm 814 MeV 1.28 MeV 526 um 67.3 cm caloLayer_phys eBrem + 49 39.1 cm -32.3 cm 44.2 cm 813 MeV 29.3 keV 36.6 um 67.3 cm caloLayer_phys eBrem + 50 39.2 cm -32.4 cm 44.4 cm 809 MeV 1.95 MeV 1.68 mm 67.5 cm caloLayer_phys eBrem + 51 39.2 cm -32.4 cm 44.4 cm 796 MeV 45.7 keV 45.7 um 67.5 cm caloLayer_phys eBrem + 52 39.2 cm -32.4 cm 44.4 cm 770 MeV 960 keV 835 um 67.6 cm caloLayer_phys eBrem + 53 39.3 cm -32.5 cm 44.5 cm 766 MeV 815 keV 717 um 67.6 cm caloLayer_phys eBrem + 54 39.3 cm -32.5 cm 44.5 cm 731 MeV 40.7 keV 27.9 um 67.6 cm caloLayer_phys eBrem + 55 39.4 cm -32.6 cm 44.6 cm 416 MeV 4.43 MeV 2.04 mm 67.8 cm caloLayer_phys eBrem + 56 39.4 cm -32.6 cm 44.6 cm 414 MeV 132 keV 95.8 um 67.8 cm caloLayer_phys eBrem + 57 39.5 cm -32.7 cm 44.7 cm 378 MeV 3.34 MeV 1.81 mm 68 cm caloLayer_phys eBrem + 58 39.5 cm -32.7 cm 44.8 cm 372 MeV 760 keV 683 um 68.1 cm caloLayer_phys eBrem + 59 39.5 cm -32.7 cm 44.8 cm 201 MeV 61.4 keV 39.1 um 68.1 cm caloLayer_phys eBrem + 60 39.5 cm -32.7 cm 44.8 cm 187 MeV 438 keV 374 um 68.1 cm caloLayer_phys eBrem + 61 39.5 cm -32.7 cm 44.8 cm 54.1 MeV 727 keV 139 um 68.2 cm caloLayer_phys eBrem + 62 39.7 cm -32.8 cm 44.9 cm 47.4 MeV 2.64 MeV 1.91 mm 68.3 cm caloLayer_phys eBrem + 63 39.7 cm -32.9 cm 44.9 cm 40.3 MeV 443 keV 325 um 68.4 cm caloLayer_phys eBrem + 64 39.7 cm -32.9 cm 44.9 cm 39.9 MeV 272 keV 123 um 68.4 cm caloLayer_phys eBrem + 65 39.7 cm -32.9 cm 45 cm 36.6 MeV 316 keV 324 um 68.4 cm caloLayer_phys eBrem + 66 39.7 cm -32.9 cm 45 cm 34.7 MeV 31.4 keV 40 um 68.4 cm caloLayer_phys eBrem + 67 39.7 cm -32.9 cm 45 cm 34.5 MeV 12.6 keV 14.8 um 68.4 cm caloLayer_phys eBrem + 68 39.7 cm -32.9 cm 45 cm 31.3 MeV 863 keV 799 um 68.5 cm caloLayer_phys eBrem + 69 39.7 cm -33 cm 45.1 cm 21.5 MeV 920 keV 765 um 68.6 cm caloLayer_phys eBrem + 70 39.7 cm -33 cm 45.1 cm 20 MeV 444 keV 449 um 68.6 cm caloLayer_phys eBrem + 71 39.7 cm -33.1 cm 45.1 cm 19.3 MeV 478 keV 455 um 68.7 cm caloLayer_phys eBrem + 72 39.7 cm -33.1 cm 45.2 cm 3.19 MeV 363 keV 391 um 68.7 cm caloLayer_phys eBrem + 73 39.7 cm -33.1 cm 45.2 cm 2.72 MeV 293 keV 338 um 68.7 cm caloLayer_phys eBrem + 74 39.8 cm -33.1 cm 45.1 cm 1.02 MeV 1.7 MeV 1.7 mm 68.9 cm caloLayer_phys eIoni + 75 39.8 cm -33.1 cm 45.1 cm 0 eV 1.02 MeV 757 um 69 cm caloLayer_phys eIoni + 76 39.8 cm -33.1 cm 45.1 cm 0 eV 0 eV 0 fm 69 cm caloLayer_phys ReadoutWorld Track (trackID 7, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3456,16 +3462,41 @@ Track (trackID 7, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 12 -45.4 cm 20.9 cm -59 cm 1.98 GeV 0 eV 0 fm 77.4 cm caloLayer_phys initStep - 13 -45.6 cm 21 cm -59.2 cm 1.97 GeV 4.29 MeV 2.9 mm 77.7 cm caloLayer_phys hIoni - 14 -46.1 cm 21.4 cm -60 cm 1.96 GeV 12.8 MeV 1.02 cm 78.7 cm caloLayer_phys ReadoutWorld - 15 -47.9 cm 22.5 cm -62.4 cm 1.92 GeV 37.4 MeV 3.15 cm 81.9 cm caloLayer_phys hIoni - 16 -48 cm 22.6 cm -62.5 cm 1.92 GeV 2.01 MeV 2.02 mm 82.1 cm caloLayer_phys CoupledTransportation - 17 -49.7 cm 23.6 cm -64.9 cm 1.91 GeV 5.34 MeV 3.07 cm 85.1 cm caloM_P CoupledTransportation - 18 -50.3 cm 23.9 cm -65.7 cm 1.9 GeV 12.4 MeV 1.08 cm 86.2 cm caloLayer_phys hIoni - 19 -52.3 cm 25 cm -68.3 cm 1.86 GeV 40.8 MeV 3.49 cm 89.7 cm caloLayer_phys CoupledTransportation - 20 -53.8 cm 25.8 cm -70.2 cm 1.85 GeV 4.4 MeV 2.53 cm 92.2 cm caloM_P hIoni - 21 -53.8 cm 25.8 cm -70.3 cm 0 eV 138 keV 887 um 92.3 cm caloM_P protonInelastic + 14 -44.4 cm 23 cm -59 cm 1.98 GeV 0 eV 0 fm 77.4 cm caloLayer_phys initStep + 15 -45.1 cm 23.5 cm -60 cm 1.96 GeV 14.6 MeV 1.31 cm 78.7 cm caloLayer_phys ReadoutWorld + 16 -45.8 cm 23.9 cm -61 cm 1.95 GeV 15.2 MeV 1.27 cm 80 cm caloLayer_phys hIoni + 17 -46.9 cm 24.7 cm -62.6 cm 1.92 GeV 24.2 MeV 2.11 cm 82.1 cm caloLayer_phys CoupledTransportation + 18 -47 cm 24.7 cm -62.8 cm 1.92 GeV 322 keV 2.04 mm 82.3 cm caloM_P hIoni + 19 -47.8 cm 25.2 cm -63.8 cm 1.92 GeV 2.59 MeV 1.4 cm 83.7 cm caloM_P hIoni + 20 -48.6 cm 25.8 cm -65 cm 1.91 GeV 2.65 MeV 1.5 cm 85.2 cm caloM_P CoupledTransportation + 21 -50.1 cm 26.8 cm -67.2 cm 1.88 GeV 35.2 MeV 2.91 cm 88.1 cm caloLayer_phys hIoni + 22 -50.5 cm 27 cm -67.6 cm 1.87 GeV 6.78 MeV 5.78 mm 88.7 cm caloLayer_phys hIoni + 23 -50.7 cm 27.2 cm -68 cm 1.86 GeV 6.6 MeV 5.14 mm 89.2 cm caloLayer_phys hIoni + 24 -51.1 cm 27.4 cm -68.6 cm 1.85 GeV 8.05 MeV 6.99 mm 89.9 cm caloLayer_phys CoupledTransportation + 25 -52.1 cm 28.1 cm -70.1 cm 1.85 GeV 3.64 MeV 1.95 cm 91.9 cm caloM_P hIoni + 26 -52.4 cm 28.3 cm -70.5 cm 1.84 GeV 841 keV 5.17 mm 92.4 cm caloM_P hIoni + 27 -52.8 cm 28.5 cm -71 cm 1.84 GeV 1.27 MeV 7.09 mm 93.1 cm caloM_P CoupledTransportation + 28 -54.8 cm 29.9 cm -74.1 cm 1.8 GeV 45.2 MeV 3.97 cm 97.1 cm caloLayer_phys CoulombScat + 29 -54.9 cm 30 cm -74.2 cm 1.79 GeV 2.8 MeV 1.05 mm 97.2 cm caloLayer_phys hIoni + 30 -55.3 cm 30.2 cm -74.8 cm 1.79 GeV 8.38 MeV 7.45 mm 97.9 cm caloLayer_phys CoupledTransportation + 31 -55.8 cm 30.7 cm -75.7 cm 1.78 GeV 2.35 MeV 1.17 cm 99.1 cm caloM_P hIoni + 32 -56.7 cm 31.3 cm -77 cm 1.78 GeV 2.68 MeV 1.66 cm 1.01 m caloM_P hIoni + 33 -56.9 cm 31.4 cm -77.3 cm 1.78 GeV 786 keV 4.3 mm 1.01 m caloM_P CoupledTransportation + 34 -57.2 cm 31.7 cm -77.9 cm 1.77 GeV 9.09 MeV 6.74 mm 1.02 m caloLayer_phys hIoni + 35 -57.7 cm 32 cm -78.6 cm 1.76 GeV 10.2 MeV 9.1 mm 1.03 m caloLayer_phys hadElastic + 36 -58.3 cm 32.5 cm -79.6 cm 1.74 GeV 13.5 MeV 1.26 cm 1.04 m caloLayer_phys hIoni + 37 -58.6 cm 32.7 cm -80 cm 1.73 GeV 6.02 MeV 5.28 mm 1.05 m caloLayer_phys ReadoutWorld + 38 -58.6 cm 32.7 cm -80.1 cm 1.73 GeV 1.25 MeV 1.01 mm 1.05 m caloLayer_phys hIoni + 39 -59.3 cm 33.2 cm -81.2 cm 1.71 GeV 17.3 MeV 1.43 cm 1.06 m caloLayer_phys CoupledTransportation + 40 -59.9 cm 33.6 cm -82.1 cm 1.71 GeV 2.01 MeV 1.14 cm 1.07 m caloM_P hIoni + 41 -60.5 cm 34 cm -83 cm 1.71 GeV 1.99 MeV 1.11 cm 1.08 m caloM_P hIoni + 42 -61 cm 34.4 cm -83.8 cm 1.71 GeV 2.15 MeV 1.02 cm 1.09 m caloM_P CoupledTransportation + 43 -61.9 cm 35.1 cm -85.3 cm 1.68 GeV 20.4 MeV 1.91 cm 1.11 m caloLayer_phys hIoni + 44 -62.5 cm 35.6 cm -86.3 cm 1.67 GeV 13.6 MeV 1.23 cm 1.12 m caloLayer_phys hIoni + 45 -62.5 cm 35.6 cm -86.3 cm 1.67 GeV 256 keV 260 um 1.13 m caloLayer_phys hadElastic + 46 -62.8 cm 35.8 cm -86.8 cm 1.66 GeV 7.39 MeV 6.63 mm 1.13 m caloLayer_phys hIoni + 47 -63.4 cm 36.2 cm -87.8 cm 1.64 GeV 13.8 MeV 1.22 cm 1.14 m caloLayer_phys CoupledTransportation + 48 -63.5 cm 36.3 cm -88 cm 0 eV 456 keV 2.28 mm 1.15 m caloM_P protonInelastic Track (trackID 17, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3473,8 +3504,8 @@ Track (trackID 17, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 11 -37.9 cm 32.6 cm -87.3 cm 1.67 GeV 0 eV 0 fm 1.01 m caloLayer_phys initStep - 12 -38.7 cm 33.1 cm -89.1 cm 0 eV 23.2 MeV 2.02 cm 1.03 m caloLayer_phys anti_protonInelastic + 17 -38.4 cm 32.1 cm -87.3 cm 1.67 GeV 0 eV 0 fm 1.01 m caloLayer_phys initStep + 18 -38.7 cm 32.3 cm -88.1 cm 0 eV 10.6 MeV 8.66 mm 1.02 m caloLayer_phys anti_protonInelastic Track (trackID 18, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3482,38 +3513,24 @@ Track (trackID 18, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 15 -46 cm 19.5 cm -96.7 cm 790 MeV 0 eV 0 fm 1.09 m caloLayer_phys initStep - 16 -47.1 cm 19.5 cm -98.7 cm 761 MeV 29.5 MeV 2.3 cm 1.12 m caloLayer_phys ReadoutWorld - 17 -47.2 cm 19.5 cm -98.9 cm 756 MeV 2.67 MeV 2.22 mm 1.12 m caloLayer_phys hIoni - 18 -47.9 cm 19.6 cm -1 m 740 MeV 15.8 MeV 1.28 cm 1.13 m caloLayer_phys ReadoutWorld - 19 -48 cm 19.6 cm -1 m 733 MeV 2.78 MeV 1.99 mm 1.13 m caloLayer_phys hIoni - 20 -48.3 cm 19.6 cm -1.01 m 724 MeV 9.39 MeV 7.65 mm 1.14 m caloLayer_phys CoulombScat - 21 -49.2 cm 19.6 cm -1.03 m 697 MeV 26.5 MeV 2.21 cm 1.16 m caloLayer_phys CoupledTransportation - 22 -51.4 cm 19.6 cm -1.08 m 687 MeV 9.51 MeV 5.15 cm 1.22 m caloM_P hIoni - 23 -51.4 cm 19.6 cm -1.08 m 687 MeV 81.8 keV 459 um 1.22 m caloM_P CoupledTransportation - 24 -51.7 cm 19.6 cm -1.08 m 676 MeV 8.78 MeV 7.07 mm 1.22 m caloLayer_phys hIoni - 25 -53.3 cm 19.6 cm -1.11 m 630 MeV 45.6 MeV 3.6 cm 1.26 m caloLayer_phys hIoni - 26 -53.6 cm 19.5 cm -1.12 m 619 MeV 7.63 MeV 6.66 mm 1.27 m caloLayer_phys hIoni - 27 -54.7 cm 19.4 cm -1.14 m 590 MeV 29 MeV 2.37 cm 1.29 m caloLayer_phys CoupledTransportation - 28 -56.9 cm 19.2 cm -1.18 m 581 MeV 8.86 MeV 4.5 cm 1.34 m caloM_P CoupledTransportation - 29 -57.1 cm 19.2 cm -1.19 m 575 MeV 6.1 MeV 5.06 mm 1.34 m caloLayer_phys hadElastic - 30 -57.7 cm 19 cm -1.2 m 553 MeV 19.8 MeV 1.4 cm 1.35 m caloLayer_phys hIoni - 31 -57.8 cm 19 cm -1.2 m 550 MeV 3.32 MeV 2.36 mm 1.36 m caloLayer_phys ReadoutWorld - 32 -59.3 cm 18.6 cm -1.23 m 505 MeV 45.1 MeV 3.71 cm 1.39 m caloLayer_phys hadElastic - 33 -59.4 cm 18.6 cm -1.24 m 499 MeV 4.55 MeV 2.83 mm 1.4 m caloLayer_phys hIoni - 34 -59.5 cm 18.6 cm -1.24 m 495 MeV 2.56 MeV 1.39 mm 1.4 m caloLayer_phys hIoni - 35 -60.2 cm 18.6 cm -1.25 m 475 MeV 19.1 MeV 1.49 cm 1.41 m caloLayer_phys CoupledTransportation - 36 -61.3 cm 18.5 cm -1.27 m 470 MeV 5.14 MeV 2.52 cm 1.44 m caloM_P hIoni - 37 -62.3 cm 18.5 cm -1.29 m 465 MeV 4.75 MeV 2.32 cm 1.46 m caloM_P CoupledTransportation - 38 -63.7 cm 18.4 cm -1.32 m 422 MeV 43.3 MeV 3.37 cm 1.49 m caloLayer_phys CoulombScat - 39 -63.8 cm 18.4 cm -1.33 m 417 MeV 4.05 MeV 3.15 mm 1.5 m caloLayer_phys hadElastic - 40 -63.9 cm 18.4 cm -1.33 m 415 MeV 1.22 MeV 1.01 mm 1.5 m caloLayer_phys hIoni - 41 -65.5 cm 18.2 cm -1.36 m 371 MeV 44.6 MeV 3.15 cm 1.53 m caloLayer_phys CoupledTransportation - 42 -67.6 cm 18.1 cm -1.39 m 361 MeV 9.35 MeV 4.19 cm 1.57 m caloM_P ReadoutWorld - 43 -67.6 cm 18.1 cm -1.39 m 361 MeV 75.8 keV 257 um 1.57 m caloM_P CoupledTransportation - 44 -68 cm 18.1 cm -1.4 m 349 MeV 11.5 MeV 8.04 mm 1.58 m caloLayer_phys hIoni - 45 -68.1 cm 18.1 cm -1.4 m 347 MeV 1.93 MeV 1.28 mm 1.58 m caloLayer_phys ReadoutWorld - 46 -68.2 cm 18.1 cm -1.4 m 0 eV 2.53 MeV 1.81 mm 1.58 m caloLayer_phys kaon-Inelastic + 20 -41.2 cm 28.3 cm -95.9 cm 791 MeV 0 eV 0 fm 1.09 m caloLayer_phys initStep + 21 -42.4 cm 28.6 cm -98.1 cm 760 MeV 29.5 MeV 2.53 cm 1.11 m caloLayer_phys hIoni + 22 -42.4 cm 28.6 cm -98.1 cm 760 MeV 103 keV 97.3 um 1.11 m caloLayer_phys hadElastic + 23 -43.3 cm 28.8 cm -99.9 cm 737 MeV 22.5 MeV 2.01 cm 1.13 m caloLayer_phys CoulombScat + 24 -43.4 cm 28.8 cm -1 m 736 MeV 1.24 MeV 1.16 mm 1.13 m caloLayer_phys ReadoutWorld + 25 -43.5 cm 28.8 cm -1 m 732 MeV 2.36 MeV 2.38 mm 1.14 m caloLayer_phys hIoni + 26 -43.8 cm 28.9 cm -1.01 m 721 MeV 9.58 MeV 7.91 mm 1.14 m caloLayer_phys hIoni + 27 -44.3 cm 29 cm -1.02 m 708 MeV 13 MeV 1.08 cm 1.15 m caloLayer_phys CoupledTransportation + 28 -45.5 cm 29.3 cm -1.04 m 703 MeV 4.68 MeV 2.48 cm 1.18 m caloM_P hIoni + 29 -46.5 cm 29.4 cm -1.06 m 700 MeV 3.38 MeV 1.91 cm 1.2 m caloM_P CoupledTransportation + 30 -46.5 cm 29.4 cm -1.06 m 698 MeV 30.5 keV 33.5 um 1.2 m caloLayer_phys hIoni + 31 -46.8 cm 29.5 cm -1.06 m 688 MeV 7.98 MeV 6.45 mm 1.2 m caloLayer_phys hIoni + 32 -47.1 cm 29.6 cm -1.07 m 678 MeV 8.36 MeV 6.4 mm 1.21 m caloLayer_phys hIoni + 33 -47.8 cm 29.8 cm -1.08 m 658 MeV 17.8 MeV 1.42 cm 1.22 m caloLayer_phys hIoni + 34 -48.4 cm 29.9 cm -1.09 m 641 MeV 15.4 MeV 1.25 cm 1.24 m caloLayer_phys hIoni + 35 -49.5 cm 30.3 cm -1.11 m 612 MeV 29.1 MeV 2.15 cm 1.26 m caloLayer_phys CoupledTransportation + 36 -49.6 cm 30.3 cm -1.11 m 611 MeV 301 keV 1.81 mm 1.26 m caloM_P hIoni + 37 -50.5 cm 30.6 cm -1.13 m 0 eV 3.38 MeV 1.83 cm 1.28 m caloM_P kaon-Inelastic Track (trackID 20, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3521,29 +3538,30 @@ Track (trackID 20, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 22 27.7 cm 41.6 cm -26.1 cm 629 MeV 0 eV 0 fm 57.2 cm caloLayer_phys initStep - 23 28.1 cm 42 cm -26.4 cm 621 MeV 6.74 MeV 5.83 mm 57.8 cm caloLayer_phys hIoni - 24 30.2 cm 43.6 cm -27.7 cm 588 MeV 32.5 MeV 2.95 cm 60.8 cm caloLayer_phys CoupledTransportation - 25 31.8 cm 44.9 cm -28.7 cm 584 MeV 3.94 MeV 2.32 cm 63.1 cm caloM_P CoupledTransportation - 26 33.5 cm 46.3 cm -29.7 cm 554 MeV 28.3 MeV 2.44 cm 65.5 cm caloLayer_phys hIoni - 27 34.1 cm 46.7 cm -30.1 cm 541 MeV 9.1 MeV 8.61 mm 66.4 cm caloLayer_phys hIoni - 28 34.2 cm 46.8 cm -30.2 cm 539 MeV 1.75 MeV 1.55 mm 66.5 cm caloLayer_phys CoupledTransportation - 29 35.8 cm 48.1 cm -31 cm 535 MeV 4.21 MeV 2.24 cm 68.8 cm caloM_P CoupledTransportation - 30 36.1 cm 48.3 cm -31.2 cm 530 MeV 2.93 MeV 2.98 mm 69.1 cm caloLayer_phys hIoni - 31 36.2 cm 48.4 cm -31.2 cm 526 MeV 1.32 MeV 1.42 mm 69.2 cm caloLayer_phys hIoni - 32 36.7 cm 48.8 cm -31.5 cm 517 MeV 9.66 MeV 8.12 mm 70 cm caloLayer_phys CoulombScat - 33 36.8 cm 48.9 cm -31.6 cm 514 MeV 1.68 MeV 967 um 70.1 cm caloLayer_phys hIoni - 34 37.3 cm 49.2 cm -31.8 cm 505 MeV 7.07 MeV 5.8 mm 70.7 cm caloLayer_phys hIoni - 35 37.4 cm 49.3 cm -31.8 cm 503 MeV 1.66 MeV 1.38 mm 70.8 cm caloLayer_phys hadElastic - 36 37.6 cm 49.5 cm -32 cm 497 MeV 4.27 MeV 3.57 mm 71.2 cm caloLayer_phys hIoni - 37 38.3 cm 50 cm -32.3 cm 486 MeV 10.9 MeV 9.4 mm 72.1 cm caloLayer_phys CoupledTransportation - 38 38.4 cm 50 cm -32.3 cm 486 MeV 183 keV 904 um 72.2 cm caloM_P ReadoutWorld - 39 39.2 cm 50.7 cm -32.7 cm 484 MeV 1.8 MeV 1.13 cm 73.4 cm caloM_P hIoni - 40 39.9 cm 51.3 cm -33 cm 482 MeV 1.76 MeV 9.43 mm 74.3 cm caloM_P CoupledTransportation - 41 40.2 cm 51.6 cm -33.2 cm 475 MeV 5.2 MeV 4.7 mm 74.8 cm caloLayer_phys hIoni - 42 42.1 cm 53.4 cm -34 cm 443 MeV 32.2 MeV 2.71 cm 77.5 cm caloLayer_phys CoupledTransportation - 43 43.7 cm 54.7 cm -34.4 cm 439 MeV 3.84 MeV 2.09 cm 79.6 cm caloM_P CoupledTransportation - 44 44.5 cm 55.3 cm -34.7 cm 0 eV 11.8 MeV 1.08 cm 80.7 cm caloLayer_phys pi+Inelastic + 19 21.7 cm 45 cm -25.9 cm 629 MeV 0 eV 0 fm 57 cm caloLayer_phys initStep + 20 22.2 cm 45.5 cm -26.2 cm 618 MeV 9.08 MeV 7.4 mm 57.7 cm caloLayer_phys hIoni + 21 23 cm 46.4 cm -26.8 cm 601 MeV 15.2 MeV 1.33 cm 59 cm caloLayer_phys hIoni + 22 23.9 cm 47.3 cm -27.5 cm 587 MeV 14.9 MeV 1.48 cm 60.5 cm caloLayer_phys CoupledTransportation + 23 24.5 cm 47.9 cm -28 cm 584 MeV 1.84 MeV 9.97 mm 61.5 cm caloM_P hIoni + 24 25.4 cm 48.8 cm -28.6 cm 582 MeV 2.74 MeV 1.38 cm 62.9 cm caloM_P CoupledTransportation + 25 25.8 cm 49.1 cm -28.9 cm 572 MeV 7.73 MeV 6.01 mm 63.5 cm caloLayer_phys hIoni + 26 26.1 cm 49.4 cm -29.1 cm 567 MeV 4.37 MeV 3.85 mm 63.9 cm caloLayer_phys hIoni + 27 26.3 cm 49.5 cm -29.2 cm 563 MeV 3.36 MeV 2.9 mm 64.2 cm caloLayer_phys CoulombScat + 28 27.8 cm 50.9 cm -30.4 cm 537 MeV 26.4 MeV 2.41 cm 66.6 cm caloLayer_phys CoupledTransportation + 29 28.5 cm 51.7 cm -31 cm 534 MeV 1.97 MeV 1.2 cm 67.8 cm caloM_P hIoni + 30 29.2 cm 52.4 cm -31.6 cm 532 MeV 1.82 MeV 1.16 cm 68.9 cm caloM_P CoupledTransportation + 31 29.5 cm 52.7 cm -31.8 cm 525 MeV 5.52 MeV 4.46 mm 69.4 cm caloLayer_phys hIoni + 32 29.8 cm 53 cm -32 cm 520 MeV 5.87 MeV 5.1 mm 69.9 cm caloLayer_phys CoulombScat + 33 30.1 cm 53.3 cm -32.3 cm 511 MeV 6.76 MeV 5.46 mm 70.4 cm caloLayer_phys hIoni + 34 31 cm 54.2 cm -33.1 cm 495 MeV 16.7 MeV 1.47 cm 71.9 cm caloLayer_phys hadElastic + 35 31.4 cm 54.3 cm -33.3 cm 490 MeV 4.35 MeV 4.26 mm 72.3 cm caloLayer_phys ReadoutWorld + 36 31.7 cm 54.5 cm -33.6 cm 486 MeV 4.56 MeV 4.32 mm 72.8 cm caloLayer_phys CoupledTransportation + 37 33.3 cm 55.1 cm -34.9 cm 482 MeV 3.69 MeV 2.25 cm 75 cm caloM_P hIoni + 38 33.6 cm 55.2 cm -35.1 cm 481 MeV 677 keV 3.04 mm 75.3 cm caloM_P hIoni + 39 34 cm 55.4 cm -35.5 cm 480 MeV 1.07 MeV 5.91 mm 75.9 cm caloM_P CoupledTransportation + 40 35.9 cm 56.4 cm -37.3 cm 446 MeV 31.7 MeV 2.82 cm 78.7 cm caloLayer_phys hIoni + 41 36.2 cm 56.6 cm -37.5 cm 441 MeV 4.07 MeV 3.57 mm 79.1 cm caloLayer_phys hIoni + 42 36.3 cm 56.6 cm -37.5 cm 0 eV 1.09 MeV 853 um 79.2 cm caloLayer_phys pi+Inelastic Track (trackID 24, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3551,12 +3569,16 @@ Track (trackID 24, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 12 44.3 cm 23.2 cm -76.9 cm 1.25 GeV 0 eV 0 fm 92 cm caloLayer_phys initStep - 13 45.6 cm 23.6 cm -79 cm 1.22 GeV 27.6 MeV 2.51 cm 94.5 cm caloLayer_phys hIoni - 14 46.3 cm 23.7 cm -80 cm 1.2 GeV 15.4 MeV 1.18 cm 95.7 cm caloLayer_phys ReadoutWorld - 15 47.3 cm 24 cm -81.6 cm 1.18 GeV 21.9 MeV 1.89 cm 97.6 cm caloLayer_phys CoupledTransportation - 16 49.2 cm 24.5 cm -84.6 cm 1.17 GeV 6.86 MeV 3.62 cm 1.01 m caloM_P CoupledTransportation - 17 51.9 cm 25.1 cm -88.6 cm 0 eV 53.1 MeV 4.85 cm 1.06 m caloLayer_phys kaon+Inelastic + 17 44.9 cm 22 cm -76.8 cm 1.25 GeV 0 eV 0 fm 92 cm caloLayer_phys initStep + 18 45.5 cm 22.1 cm -77.7 cm 1.23 GeV 12.2 MeV 1.09 cm 93 cm caloLayer_phys hIoni + 19 46.5 cm 22.3 cm -79.3 cm 1.21 GeV 20.9 MeV 1.85 cm 94.9 cm caloLayer_phys hIoni + 20 46.7 cm 22.3 cm -79.6 cm 1.2 GeV 3.3 MeV 3.22 mm 95.2 cm caloLayer_phys hIoni + 21 46.9 cm 22.4 cm -80 cm 1.2 GeV 5.36 MeV 4.97 mm 95.7 cm caloLayer_phys hIoni + 22 47 cm 22.4 cm -80 cm 1.2 GeV 271 keV 292 um 95.7 cm caloLayer_phys ReadoutWorld + 23 47.5 cm 22.5 cm -80.8 cm 1.18 GeV 11.4 MeV 9.7 mm 96.7 cm caloLayer_phys hIoni + 24 47.9 cm 22.6 cm -81.5 cm 1.17 GeV 9.33 MeV 8.61 mm 97.6 cm caloLayer_phys CoupledTransportation + 25 49.9 cm 23.1 cm -84.7 cm 1.17 GeV 7.49 MeV 3.81 cm 1.01 m caloM_P CoupledTransportation + 26 50.1 cm 23.1 cm -85 cm 0 eV 3.44 MeV 3.17 mm 1.02 m caloLayer_phys kaon+Inelastic Track (trackID 26, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3564,13 +3586,24 @@ Track (trackID 26, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 25 30.3 cm 39.8 cm 4.08 cm 243 MeV 0 eV 0 fm 54.1 cm caloLayer_phys initStep - 26 30.5 cm 39.8 cm 4.1 cm 240 MeV 2.88 MeV 2.38 mm 54.4 cm caloLayer_phys ReadoutWorld - 27 31.1 cm 40 cm 4.11 cm 231 MeV 7.35 MeV 5.74 mm 54.9 cm caloLayer_phys hIoni - 28 31.4 cm 40.1 cm 4.11 cm 228 MeV 3.34 MeV 2.68 mm 55.2 cm caloLayer_phys CoulombScat - 29 33.7 cm 40.9 cm 4.06 cm 197 MeV 30.8 MeV 2.48 cm 57.7 cm caloLayer_phys CoupledTransportation - 30 35.7 cm 41.9 cm 4.16 cm 192 MeV 5.01 MeV 2.23 cm 59.9 cm caloM_P CoupledTransportation - 31 37.3 cm 42.6 cm 4.35 cm 0 eV 22.2 MeV 1.79 cm 61.7 cm caloLayer_phys pi+Inelastic + 20 3.24 cm 49.9 cm 3.53 cm 245 MeV 0 eV 0 fm 52.2 cm caloLayer_phys initStep + 21 3.28 cm 49.9 cm 3.53 cm 243 MeV 586 keV 627 um 52.3 cm caloLayer_phys hIoni + 22 4.29 cm 51.4 cm 3.54 cm 223 MeV 20 MeV 1.77 cm 54.1 cm caloLayer_phys hadElastic + 23 5.29 cm 52.7 cm 3.3 cm 203 MeV 19.7 MeV 1.69 cm 55.8 cm caloLayer_phys CoupledTransportation + 24 7.13 cm 54.5 cm 2.74 cm 198 MeV 5.17 MeV 2.64 cm 58.4 cm caloM_P CoupledTransportation + 25 7.19 cm 54.6 cm 2.73 cm 197 MeV 953 keV 832 um 58.5 cm caloLayer_phys ReadoutWorld + 26 8.89 cm 56.3 cm 2.18 cm 167 MeV 30.4 MeV 2.44 cm 60.9 cm caloLayer_phys msc + 27 9.01 cm 56.4 cm 2.12 cm 162 MeV 2.27 MeV 2.04 mm 61.1 cm caloLayer_phys hIoni + 28 9.09 cm 56.5 cm 2.08 cm 159 MeV 1.78 MeV 1.15 mm 61.2 cm caloLayer_phys hIoni + 29 9.68 cm 57.2 cm 1.81 cm 147 MeV 12.1 MeV 9.43 mm 62.2 cm caloLayer_phys CoupledTransportation + 30 10.7 cm 58.3 cm 1.21 cm 143 MeV 3.34 MeV 1.63 cm 63.8 cm caloM_P hIoni + 31 11.2 cm 58.9 cm 8.81 mm 142 MeV 1.71 MeV 8.84 mm 64.7 cm caloM_P CoupledTransportation + 32 12.3 cm 59.9 cm 2.89 mm 119 MeV 21.8 MeV 1.55 cm 66.2 cm caloLayer_phys hIoni + 33 12.9 cm 60.2 cm 0.00444 fm 109 MeV 9.47 MeV 7.8 mm 67 cm caloLayer_phys ReadoutWorld + 34 13.8 cm 60.6 cm -5.82 mm 95.5 MeV 13.7 MeV 1.07 cm 68.1 cm caloLayer_phys msc + 35 14.5 cm 60.7 cm -1.11 cm 82.7 MeV 12.8 MeV 8.81 mm 69 cm caloLayer_phys msc + 36 15.1 cm 60.9 cm -1.43 cm 70.8 MeV 11.9 MeV 7.1 mm 69.7 cm caloLayer_phys msc + 37 15.4 cm 61 cm -1.54 cm 0 eV 5.21 MeV 3.14 mm 70 cm caloLayer_phys pi+Inelastic Track (trackID 65, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3578,13 +3611,17 @@ Track (trackID 65, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 19 -5.57 cm 49.7 cm 1.18 m 1.86 GeV 0 eV 0 fm 1.29 m caloLayer_phys initStep - 20 -5.56 cm 49.8 cm 1.18 m 1.86 GeV 2.87 MeV 2.63 mm 1.29 m caloLayer_phys hIoni - 21 -5.52 cm 50.2 cm 1.19 m 1.84 GeV 12.6 MeV 1.05 cm 1.3 m caloLayer_phys hIoni - 22 -5.51 cm 50.3 cm 1.2 m 1.84 GeV 2.36 MeV 2.2 mm 1.3 m caloLayer_phys hadElastic - 23 -5.5 cm 50.5 cm 1.2 m 1.83 GeV 4.79 MeV 4.08 mm 1.31 m caloLayer_phys ReadoutWorld - 24 -5.47 cm 50.7 cm 1.21 m 1.82 GeV 7.15 MeV 6.37 mm 1.31 m caloLayer_phys hIoni - 25 -5.42 cm 51.5 cm 1.22 m 0 eV 21.1 MeV 1.8 cm 1.33 m caloLayer_phys pi+Inelastic + 13 -11.4 cm 48.7 cm 1.18 m 1.86 GeV 0 eV 0 fm 1.28 m caloLayer_phys initStep + 14 -11.4 cm 48.8 cm 1.18 m 1.86 GeV 4.76 MeV 3.47 mm 1.29 m caloLayer_phys hIoni + 15 -11.4 cm 49 cm 1.19 m 1.85 GeV 7.92 MeV 5.51 mm 1.29 m caloLayer_phys hIoni + 16 -11.4 cm 49.2 cm 1.19 m 1.84 GeV 5.79 MeV 5.04 mm 1.3 m caloLayer_phys hIoni + 17 -11.4 cm 49.5 cm 1.2 m 1.83 GeV 8.34 MeV 7.14 mm 1.31 m caloLayer_phys ReadoutWorld + 18 -11.3 cm 51.3 cm 1.24 m 1.77 GeV 56.9 MeV 4.78 cm 1.35 m caloLayer_phys hIoni + 19 -11.3 cm 51.5 cm 1.25 m 1.76 GeV 3.23 MeV 3 mm 1.36 m caloLayer_phys hIoni + 20 -11.3 cm 51.5 cm 1.25 m 1.75 GeV 1.86 MeV 1.38 mm 1.36 m caloLayer_phys hIoni + 21 -11.3 cm 51.8 cm 1.25 m 1.74 GeV 6.64 MeV 5.93 mm 1.36 m caloLayer_phys CoupledTransportation + 22 -11.3 cm 52.1 cm 1.26 m 1.74 GeV 1.41 MeV 8.32 mm 1.37 m caloM_P hIoni + 23 -11.3 cm 52.7 cm 1.27 m 0 eV 2.26 MeV 1.3 cm 1.38 m caloM_P pi+Inelastic Track (trackID 91, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3592,15 +3629,9 @@ Track (trackID 91, parentID 0) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 17 1.53 cm -50 cm 99 cm 1.26 GeV 0 eV 0 fm 1.11 m caloLayer_phys initStep - 18 1.54 cm -50 cm 99.1 cm 1.25 GeV 306 keV 368 um 1.11 m caloLayer_phys hIoni - 19 1.72 cm -50.4 cm 1 m 1.24 GeV 12.2 MeV 1.05 cm 1.13 m caloLayer_phys ReadoutWorld - 20 1.93 cm -51 cm 1.01 m 1.22 GeV 14.3 MeV 1.27 cm 1.14 m caloLayer_phys hIoni - 21 2.33 cm -51.9 cm 1.03 m 1.2 GeV 23.7 MeV 2.09 cm 1.16 m caloLayer_phys hIoni - 22 2.77 cm -52.9 cm 1.05 m 1.17 GeV 29.3 MeV 2.54 cm 1.18 m caloLayer_phys CoupledTransportation - 23 3.42 cm -54.4 cm 1.08 m 1.16 GeV 6.13 MeV 3.53 cm 1.22 m caloM_P hIoni - 24 3.65 cm -54.9 cm 1.1 m 1.16 GeV 2.28 MeV 1.24 cm 1.23 m caloM_P CoupledTransportation - 25 3.74 cm -55.1 cm 1.1 m 0 eV 5.64 MeV 5.46 mm 1.24 m caloLayer_phys pi-Inelastic + 14 3.62 cm -49.9 cm 99 cm 1.26 GeV 0 eV 0 fm 1.11 m caloLayer_phys initStep + 15 3.84 cm -50.4 cm 1 m 1.24 GeV 13.9 MeV 1.16 cm 1.13 m caloLayer_phys ReadoutWorld + 16 4.75 cm -52.7 cm 1.05 m 0 eV 66.2 MeV 5.56 cm 1.18 m caloLayer_phys pi-Inelastic Track (trackID 92, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3609,7 +3640,7 @@ Track (trackID 92, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 27.7 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.08 mm -1.35 cm -73.1 cm 27.7 GeV 0 eV 73.1 cm 73.1 cm expHall_P Decay + 1 1.23 cm -7.94 cm -4.32 m 27.7 GeV 0 eV 4.32 m 4.32 m expHall_P Decay Track (trackID 118, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3618,7 +3649,7 @@ Track (trackID 118, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 92.9 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 6.7e-300 fm -3.26e-299 fm -1.9e-296 fm 92.9 GeV 0 eV 1.9e-296 fm 1.9e-296 fm expHall_P Decay + 1 1.17e-299 fm -5.71e-299 fm -3.33e-296 fm 92.9 GeV 0 eV 3.33e-296 fm 3.33e-296 fm expHall_P Decay Track (trackID 117, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3627,7 +3658,7 @@ Track (trackID 117, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 145 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.47e-298 fm -7.96e-300 fm -5.4e-296 fm 145 GeV 0 eV 5.4e-296 fm 5.4e-296 fm expHall_P Decay + 1 6.88e-299 fm -3.73e-300 fm -2.53e-296 fm 145 GeV 0 eV 2.53e-296 fm 2.53e-296 fm expHall_P Decay Track (trackID 114, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3636,7 +3667,7 @@ Track (trackID 114, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 482 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.78e-299 fm -2.27e-299 fm -1.42e-296 fm 482 GeV 0 eV 1.42e-296 fm 1.42e-296 fm expHall_P Decay + 1 1.69e-299 fm -1.38e-299 fm -8.67e-297 fm 482 GeV 0 eV 8.67e-297 fm 8.67e-297 fm expHall_P Decay Track (trackID 113, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3645,7 +3676,7 @@ Track (trackID 113, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 140 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 42.3 nm 14 nm -7.76 um 140 GeV 0 eV 7.76 um 7.76 um expHall_P Decay + 1 186 nm 61.6 nm -34 um 140 GeV 0 eV 34 um 34 um expHall_P Decay Track (trackID 112, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3654,7 +3685,7 @@ Track (trackID 112, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 61 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 6.79e-299 fm 5.09e-299 fm -1.39e-296 fm 61 GeV 0 eV 1.39e-296 fm 1.39e-296 fm expHall_P Decay + 1 1.11e-298 fm 8.3e-299 fm -2.26e-296 fm 61 GeV 0 eV 2.26e-296 fm 2.26e-296 fm expHall_P Decay Track (trackID 111, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3663,7 +3694,7 @@ Track (trackID 111, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 61.4 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.94e-298 fm -8.16e-299 fm -1.65e-296 fm 61.4 GeV 0 eV 1.65e-296 fm 1.65e-296 fm expHall_P Decay + 1 2.3e-298 fm -9.68e-299 fm -1.95e-296 fm 61.4 GeV 0 eV 1.95e-296 fm 1.95e-296 fm expHall_P Decay Track (trackID 110, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3672,7 +3703,7 @@ Track (trackID 110, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 23.3 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.42e-299 fm 7.46e-299 fm -3.38e-296 fm 23.3 GeV 0 eV 3.38e-296 fm 3.38e-296 fm expHall_P Decay + 1 7.93e-301 fm 2.44e-300 fm -1.11e-297 fm 23.3 GeV 0 eV 1.11e-297 fm 1.11e-297 fm expHall_P Decay Track (trackID 109, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3681,7 +3712,7 @@ Track (trackID 109, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 47.6 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.01e-298 fm 1.54e-299 fm -9.83e-297 fm 47.6 GeV 0 eV 9.83e-297 fm 9.83e-297 fm expHall_P Decay + 1 4.53e-300 fm 6.95e-301 fm -4.43e-298 fm 47.6 GeV 0 eV 4.43e-298 fm 4.43e-298 fm expHall_P Decay Track (trackID 108, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3690,7 +3721,7 @@ Track (trackID 108, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.8 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 6.52e-297 fm -1.68e-297 fm -1.76e-296 fm 1.8 GeV 0 eV 1.89e-296 fm 1.89e-296 fm expHall_P Decay + 1 2.3e-298 fm -5.93e-299 fm -6.23e-298 fm 1.8 GeV 0 eV 6.67e-298 fm 6.67e-298 fm expHall_P Decay Track (trackID 105, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3699,7 +3730,7 @@ Track (trackID 105, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 3.25 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1e-296 fm 8.95e-298 fm -2.63e-296 fm 3.25 GeV 0 eV 2.81e-296 fm 2.81e-296 fm expHall_P Decay + 1 2.15e-297 fm 1.92e-298 fm -5.64e-297 fm 3.25 GeV 0 eV 6.04e-297 fm 6.04e-297 fm expHall_P Decay Track (trackID 104, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3708,7 +3739,7 @@ Track (trackID 104, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 3.67 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.21e-298 fm -3.59e-297 fm -3.24e-297 fm 3.67 GeV 0 eV 4.84e-297 fm 4.84e-297 fm expHall_P Decay + 1 3.21e-298 fm -9.54e-297 fm -8.61e-297 fm 3.67 GeV 0 eV 1.29e-296 fm 1.29e-296 fm expHall_P Decay Track (trackID 103, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3717,7 +3748,7 @@ Track (trackID 103, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 564 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 4.29 nm 16.3 nm -45 nm 564 MeV 0 eV 48.1 nm 48.1 nm expHall_P Decay + 1 2.39 nm 9.08 nm -25.1 nm 564 MeV 0 eV 26.8 nm 26.8 nm expHall_P Decay Track (trackID 102, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3726,7 +3757,7 @@ Track (trackID 102, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 288 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 4.13e-297 fm -3.09e-297 fm -3.96e-297 fm 288 MeV 0 eV 6.5e-297 fm 6.5e-297 fm expHall_P Decay + 1 1.81e-296 fm -1.35e-296 fm -1.73e-296 fm 288 MeV 0 eV 2.85e-296 fm 2.85e-296 fm expHall_P Decay Track (trackID 101, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3735,7 +3766,7 @@ Track (trackID 101, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.15 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 46.8 nm -227 nm -147 nm 1.15 GeV 0 eV 274 nm 274 nm expHall_P Decay + 1 13.6 nm -65.7 nm -42.6 nm 1.15 GeV 0 eV 79.5 nm 79.5 nm expHall_P Decay Track (trackID 99, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3744,7 +3775,7 @@ Track (trackID 99, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 406 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -2.27e-296 fm -2.44e-296 fm 4.02e-297 fm 406 MeV 0 eV 3.36e-296 fm 3.36e-296 fm expHall_P Decay + 1 -8.68e-297 fm -9.35e-297 fm 1.54e-297 fm 406 MeV 0 eV 1.28e-296 fm 1.28e-296 fm expHall_P Decay Track (trackID 98, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3753,7 +3784,7 @@ Track (trackID 98, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 752 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -35 nm -129 nm -7.87 Ang 752 MeV 0 eV 134 nm 134 nm expHall_P Decay + 1 -27.8 nm -103 nm -6.26 Ang 752 MeV 0 eV 107 nm 107 nm expHall_P Decay Track (trackID 97, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3762,7 +3793,7 @@ Track (trackID 97, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 469 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -2.39e-298 fm -1.09e-298 fm 8.48e-298 fm 469 MeV 0 eV 8.88e-298 fm 8.88e-298 fm expHall_P Decay + 1 -7.46e-297 fm -3.39e-297 fm 2.65e-296 fm 469 MeV 0 eV 2.77e-296 fm 2.77e-296 fm expHall_P Decay Track (trackID 96, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3771,7 +3802,7 @@ Track (trackID 96, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 779 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -5.46e-297 fm -8e-297 fm 3.6e-297 fm 779 MeV 0 eV 1.03e-296 fm 1.03e-296 fm expHall_P Decay + 1 -1.46e-296 fm -2.14e-296 fm 9.61e-297 fm 779 MeV 0 eV 2.76e-296 fm 2.76e-296 fm expHall_P Decay Track (trackID 95, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3780,7 +3811,7 @@ Track (trackID 95, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 4.25 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -287 nm -57.4 nm 1.02 um 4.25 GeV 0 eV 1.06 um 1.06 um expHall_P Decay + 1 -156 nm -31.3 nm 557 nm 4.25 GeV 0 eV 579 nm 579 nm expHall_P Decay Track (trackID 94, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3789,7 +3820,7 @@ Track (trackID 94, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 2 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.05e-297 fm -6.99e-297 fm 2.4e-296 fm 2 GeV 0 eV 2.5e-296 fm 2.5e-296 fm expHall_P Decay + 1 -5.99e-298 fm -3.99e-297 fm 1.37e-296 fm 2 GeV 0 eV 1.42e-296 fm 1.42e-296 fm expHall_P Decay Track (trackID 93, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3798,7 +3829,7 @@ Track (trackID 93, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 4.57 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.3e-298 fm 3.2e-299 fm 2.59e-296 fm 4.57 GeV 0 eV 2.59e-296 fm 2.59e-296 fm expHall_P Decay + 1 2.27e-298 fm 5.59e-299 fm 4.53e-296 fm 4.57 GeV 0 eV 4.53e-296 fm 4.53e-296 fm expHall_P Decay Track (trackID 88, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3807,7 +3838,7 @@ Track (trackID 88, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 1.53 TeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.67e-299 fm 8.65e-300 fm 6.74e-296 fm 1.53 TeV 0 eV 6.74e-296 fm 6.74e-296 fm expHall_P Decay + 1 -2.33e-300 fm 1.21e-300 fm 9.43e-297 fm 1.53 TeV 0 eV 9.43e-297 fm 9.43e-297 fm expHall_P Decay Track (trackID 79, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3825,7 +3856,7 @@ Track (trackID 78, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 219 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -2.29e+03 fm -997 fm 5.96 Ang 219 GeV 0 eV 5.96 Ang 5.96 Ang expHall_P Decay + 1 -2.63e+04 fm -1.14e+04 fm 6.84 nm 219 GeV 0 eV 6.84 nm 6.84 nm expHall_P Decay Track (trackID 76, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3834,7 +3865,7 @@ Track (trackID 76, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 23.5 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 44.3 nm -44 nm 7.45 um 23.5 GeV 0 eV 7.45 um 7.45 um expHall_P Decay + 1 41.6 nm -41.3 nm 6.99 um 23.5 GeV 0 eV 6.99 um 6.99 um expHall_P Decay Track (trackID 74, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3843,7 +3874,7 @@ Track (trackID 74, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 17.1 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 46.9 nm 105 nm 4.58 um 17.1 GeV 0 eV 4.58 um 4.58 um expHall_P Decay + 1 12.3 nm 27.6 nm 1.2 um 17.1 GeV 0 eV 1.2 um 1.2 um expHall_P Decay Track (trackID 73, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3852,7 +3883,7 @@ Track (trackID 73, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 13.2 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.94e-298 fm -2.57e-299 fm 2.7e-297 fm 13.2 GeV 0 eV 2.71e-297 fm 2.71e-297 fm expHall_P Decay + 1 2.56e-297 fm -3.4e-298 fm 3.57e-296 fm 13.2 GeV 0 eV 3.58e-296 fm 3.58e-296 fm expHall_P Decay Track (trackID 72, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3861,7 +3892,7 @@ Track (trackID 72, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 4.31 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 3.47e-298 fm -6.25e-299 fm 5.07e-297 fm 4.31 GeV 0 eV 5.08e-297 fm 5.08e-297 fm expHall_P Decay + 1 3.76e-298 fm -6.77e-299 fm 5.49e-297 fm 4.31 GeV 0 eV 5.5e-297 fm 5.5e-297 fm expHall_P Decay Track (trackID 70, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3870,7 +3901,7 @@ Track (trackID 70, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 6.04 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.1e-296 fm 5.92e-297 fm 1.03e-296 fm 6.04 GeV 0 eV 1.62e-296 fm 1.62e-296 fm expHall_P Decay + 1 8.85e-298 fm 4.74e-298 fm 8.27e-298 fm 6.04 GeV 0 eV 1.3e-297 fm 1.3e-297 fm expHall_P Decay Track (trackID 69, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3879,7 +3910,7 @@ Track (trackID 69, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 5.43 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 6.25e-297 fm 4.51e-297 fm 1.1e-296 fm 5.43 GeV 0 eV 1.35e-296 fm 1.35e-296 fm expHall_P Decay + 1 7.85e-297 fm 5.67e-297 fm 1.39e-296 fm 5.43 GeV 0 eV 1.69e-296 fm 1.69e-296 fm expHall_P Decay Track (trackID 68, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3888,7 +3919,7 @@ Track (trackID 68, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 2.23 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.93 cm 8.07 mm 6.99 mm 2.23 GeV 0 eV 2.2 cm 2.2 cm expHall_P Decay + 1 15.7 cm 6.57 cm 5.69 cm 2.23 GeV 0 eV 17.9 cm 17.9 cm expHall_P Decay Track (trackID 67, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3897,7 +3928,7 @@ Track (trackID 67, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 549 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.61e-297 fm -1.96e-297 fm 9.07e-297 fm 549 MeV 0 eV 9.41e-297 fm 9.41e-297 fm expHall_P Decay + 1 8.57e-298 fm -1.04e-297 fm 4.82e-297 fm 549 MeV 0 eV 5.01e-297 fm 5.01e-297 fm expHall_P Decay Track (trackID 63, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3906,7 +3937,7 @@ Track (trackID 63, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 37.7 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.77e-298 fm 6.37e-299 fm 5.42e-297 fm 37.7 GeV 0 eV 5.43e-297 fm 5.43e-297 fm expHall_P Decay + 1 -8.26e-298 fm 2.98e-298 fm 2.53e-296 fm 37.7 GeV 0 eV 2.53e-296 fm 2.53e-296 fm expHall_P Decay Track (trackID 57, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3915,7 +3946,7 @@ Track (trackID 57, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 94.6 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -4.71e-298 fm -2.09e-299 fm 2.15e-296 fm 94.6 GeV 0 eV 2.15e-296 fm 2.15e-296 fm expHall_P Decay + 1 -3.63e-298 fm -1.62e-299 fm 1.66e-296 fm 94.6 GeV 0 eV 1.66e-296 fm 1.66e-296 fm expHall_P Decay Track (trackID 56, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3924,7 +3955,7 @@ Track (trackID 56, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 226 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.02e-299 fm 7.81e-300 fm 9.54e-297 fm 226 GeV 0 eV 9.54e-297 fm 9.54e-297 fm expHall_P Decay + 1 6.74e-299 fm 2.6e-299 fm 3.18e-296 fm 226 GeV 0 eV 3.18e-296 fm 3.18e-296 fm expHall_P Decay Track (trackID 48, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3933,7 +3964,7 @@ Track (trackID 48, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 61.9 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.69e-298 fm 5.12e-298 fm 1.14e-295 fm 61.9 GeV 0 eV 1.14e-295 fm 1.14e-295 fm expHall_P Decay + 1 -2.84e-299 fm 8.63e-299 fm 1.92e-296 fm 61.9 GeV 0 eV 1.92e-296 fm 1.92e-296 fm expHall_P Decay Track (trackID 47, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3942,7 +3973,7 @@ Track (trackID 47, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 45.5 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 3.99e-298 fm -1.08e-298 fm 5.52e-296 fm 45.5 GeV 0 eV 5.52e-296 fm 5.52e-296 fm expHall_P Decay + 1 1.37e-298 fm -3.7e-299 fm 1.9e-296 fm 45.5 GeV 0 eV 1.9e-296 fm 1.9e-296 fm expHall_P Decay Track (trackID 46, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3951,7 +3982,7 @@ Track (trackID 46, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 208 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 4.72e-299 fm -6.35e-300 fm 9.43e-297 fm 208 GeV 0 eV 9.43e-297 fm 9.43e-297 fm expHall_P Decay + 1 4.03e-298 fm -5.41e-299 fm 8.04e-296 fm 208 GeV 0 eV 8.04e-296 fm 8.04e-296 fm expHall_P Decay Track (trackID 45, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3960,7 +3991,7 @@ Track (trackID 45, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 56 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.88e-297 fm 5.25e-298 fm 1.74e-295 fm 56 GeV 0 eV 1.74e-295 fm 1.74e-295 fm expHall_P Decay + 1 1.9e-299 fm 5.32e-300 fm 1.77e-297 fm 56 GeV 0 eV 1.77e-297 fm 1.77e-297 fm expHall_P Decay Track (trackID 44, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3969,7 +4000,7 @@ Track (trackID 44, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 8.89 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 3.33e-298 fm 2.82e-298 fm 1.12e-296 fm 8.89 GeV 0 eV 1.12e-296 fm 1.12e-296 fm expHall_P Decay + 1 3.64e-298 fm 3.08e-298 fm 1.22e-296 fm 8.89 GeV 0 eV 1.22e-296 fm 1.22e-296 fm expHall_P Decay Track (trackID 38, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3987,7 +4018,7 @@ Track (trackID 36, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 14.2 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 151 nm 45.4 nm 5.98 um 14.2 GeV 0 eV 5.98 um 5.98 um expHall_P Decay + 1 43.4 nm 13.1 nm 1.72 um 14.2 GeV 0 eV 1.72 um 1.72 um expHall_P Decay Track (trackID 35, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -3996,7 +4027,7 @@ Track (trackID 35, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 2.16 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 8.68e-297 fm 2.46e-297 fm 4.52e-296 fm 2.16 GeV 0 eV 4.61e-296 fm 4.61e-296 fm expHall_P Decay + 1 1.09e-297 fm 3.09e-298 fm 5.68e-297 fm 2.16 GeV 0 eV 5.79e-297 fm 5.79e-297 fm expHall_P Decay Track (trackID 32, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4015,7 +4046,18 @@ Track (trackID 31, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 2 16.6 cm -47.2 cm 88.7 cm 418 MeV 0 eV 0 fm 1.02 m caloLayer_phys initStep - 3 17.5 cm -49.8 cm 93.6 cm 0 eV 0 eV 5.62 cm 1.07 m caloLayer_phys neutronInelastic + 3 17.6 cm -50 cm 94 cm 418 MeV 0 eV 6.11 cm 1.08 m caloLayer_phys CoupledTransportation + 4 18.2 cm -51.9 cm 97.6 cm 418 MeV 0 eV 4.07 cm 1.12 m caloM_P CoupledTransportation + 5 18.6 cm -52.9 cm 99.6 cm 418 MeV 12.9 keV 2.27 cm 1.14 m caloLayer_phys hadElastic + 6 18.7 cm -53.2 cm 1 m 418 MeV 0 eV 5.09 mm 1.15 m caloLayer_phys ReadoutWorld + 7 19.4 cm -54.7 cm 1.03 m 418 MeV 0 eV 3.13 cm 1.18 m caloLayer_phys CoupledTransportation + 8 20.3 cm -56.5 cm 1.06 m 418 MeV 0 eV 3.86 cm 1.22 m caloM_P CoupledTransportation + 9 21.5 cm -59.2 cm 1.11 m 418 MeV 0 eV 5.78 cm 1.28 m caloLayer_phys CoupledTransportation + 10 22.4 cm -61 cm 1.14 m 418 MeV 0 eV 3.85 cm 1.31 m caloM_P CoupledTransportation + 11 23.7 cm -63.7 cm 1.19 m 418 MeV 0 eV 5.78 cm 1.37 m caloLayer_phys CoupledTransportation + 12 23.9 cm -64.2 cm 1.2 m 418 MeV 0 eV 1.02 cm 1.38 m caloM_P ReadoutWorld + 13 24.5 cm -65.6 cm 1.22 m 418 MeV 0 eV 2.83 cm 1.41 m caloM_P CoupledTransportation + 14 25.6 cm -67.7 cm 1.26 m 0 eV 0 eV 4.61 cm 1.46 m caloLayer_phys neutronInelastic Track (trackID 31, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4024,7 +4066,7 @@ Track (trackID 31, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 554 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.93e-298 fm 2.19e-298 fm 5.68e-298 fm 554 MeV 0 eV 6.38e-298 fm 6.38e-298 fm expHall_P Decay + 1 1.06e-296 fm 1.21e-296 fm 3.12e-296 fm 554 MeV 0 eV 3.51e-296 fm 3.51e-296 fm expHall_P Decay Track (trackID 30, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4033,7 +4075,7 @@ Track (trackID 30, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 2.55 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1.16e-297 fm 4.2e-298 fm -1.19e-298 fm 2.55 GeV 0 eV 1.24e-297 fm 1.24e-297 fm expHall_P Decay + 1 4.93e-296 fm 1.79e-296 fm -5.05e-297 fm 2.55 GeV 0 eV 5.27e-296 fm 5.27e-296 fm expHall_P Decay Track (trackID 29, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4042,7 +4084,7 @@ Track (trackID 29, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 217 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 3.14 Ang 4.21 Ang -7.66 Ang 217 MeV 0 eV 9.29 Ang 9.29 Ang expHall_P Decay + 1 15.2 nm 20.4 nm -37.1 nm 217 MeV 0 eV 45 nm 45 nm expHall_P Decay Track (trackID 28, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4051,7 +4093,7 @@ Track (trackID 28, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 2.01 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 1e-295 fm 1.2e-295 fm 2.11e-296 fm 2.01 GeV 0 eV 1.58e-295 fm 1.58e-295 fm expHall_P Decay + 1 2.46e-297 fm 2.94e-297 fm 5.2e-298 fm 2.01 GeV 0 eV 3.87e-297 fm 3.87e-297 fm expHall_P Decay Track (trackID 27, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4060,7 +4102,7 @@ Track (trackID 27, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 30.2 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -11.5 nm -1.14 nm 13.7 nm 30.2 MeV 0 eV 17.9 nm 17.9 nm expHall_P Decay + 1 -2.41 nm -2.39 Ang 2.88 nm 30.2 MeV 0 eV 3.76 nm 3.76 nm expHall_P Decay Track (trackID 22, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4069,7 +4111,7 @@ Track (trackID 22, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 7.72 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -6.29e-298 fm 1.55e-298 fm -6.03e-297 fm 7.72 GeV 0 eV 6.07e-297 fm 6.07e-297 fm expHall_P Decay + 1 -1.6e-297 fm 3.92e-298 fm -1.53e-296 fm 7.72 GeV 0 eV 1.54e-296 fm 1.54e-296 fm expHall_P Decay Track (trackID 13, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4078,7 +4120,7 @@ Track (trackID 13, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 8.7 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 2.85e-299 fm 3.25e-300 fm -4.46e-298 fm 8.7 GeV 0 eV 4.47e-298 fm 4.47e-298 fm expHall_P Decay + 1 5.27e-297 fm 6.02e-298 fm -8.24e-296 fm 8.7 GeV 0 eV 8.26e-296 fm 8.26e-296 fm expHall_P Decay Track (trackID 11, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4087,7 +4129,7 @@ Track (trackID 11, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 158 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 3.43e-300 fm 2.85e-298 fm -2.36e-296 fm 158 GeV 0 eV 2.36e-296 fm 2.36e-296 fm expHall_P Decay + 1 3.87e-302 fm 3.21e-300 fm -2.66e-298 fm 158 GeV 0 eV 2.66e-298 fm 2.66e-298 fm expHall_P Decay Track (trackID 10, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4096,7 +4138,7 @@ Track (trackID 10, parentID 0) is processed with stopping code 2 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm 0 fm 72.8 GeV 0 eV 0 fm 0 fm expHall_P initStep - 1 4.28e-298 fm 3.04e-298 fm -2.98e-296 fm 72.8 GeV 0 eV 2.98e-296 fm 2.98e-296 fm expHall_P Decay + 1 1.43e-299 fm 1.01e-299 fm -9.93e-298 fm 72.8 GeV 0 eV 9.93e-298 fm 9.93e-298 fm expHall_P Decay Track (trackID 9, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4107,17 +4149,16 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 0 0 fm 0 fm 0 fm 622 MeV 0 eV 0 fm 0 fm expHall_P initStep 1 15.9 cm -12.2 cm 17.4 cm 622 MeV 0 eV 26.5 cm 26.5 cm expHall_P CoupledTransportation 2 19.8 cm -15.2 cm 21.7 cm 622 MeV 0 eV 6.62 cm 33.1 cm tracker_phys CoupledTransportation - 3 20.2 cm -15.4 cm 22.1 cm 594 MeV 0 eV 5.37 mm 33.6 cm trackerLayer_phys compt - 4 20.2 cm -15.5 cm 22.1 cm 594 MeV 0 eV 1.25 mm 33.8 cm trackerLayer_phys CoupledTransportation - 5 23.8 cm -18.3 cm 26 cm 594 MeV 0 eV 5.93 cm 39.7 cm tracker_phys CoupledTransportation - 6 24.2 cm -18.6 cm 26.4 cm 594 MeV 0 eV 6.58 mm 40.4 cm trackerLayer_phys CoupledTransportation - 7 27.7 cm -21.3 cm 30.3 cm 594 MeV 0 eV 5.93 cm 46.3 cm tracker_phys CoupledTransportation - 8 28.1 cm -21.6 cm 30.7 cm 594 MeV 0 eV 6.58 mm 46.9 cm trackerLayer_phys CoupledTransportation - 9 31.7 cm -24.4 cm 34.6 cm 594 MeV 0 eV 5.93 cm 52.9 cm tracker_phys CoupledTransportation - 10 32.1 cm -24.7 cm 35 cm 594 MeV 0 eV 6.58 mm 53.5 cm trackerLayer_phys CoupledTransportation - 11 35.6 cm -27.5 cm 38.9 cm 594 MeV 0 eV 5.93 cm 59.5 cm tracker_phys CoupledTransportation - 12 36 cm -27.8 cm 39.3 cm 594 MeV 0 eV 6.58 mm 60.1 cm trackerLayer_phys CoupledTransportation - 13 39.6 cm -30.5 cm 43.1 cm 594 MeV 0 eV 5.93 cm 66 cm tracker_phys CoupledTransportation + 3 20.2 cm -15.5 cm 22.1 cm 622 MeV 0 eV 6.62 mm 33.8 cm trackerLayer_phys CoupledTransportation + 4 23.8 cm -18.2 cm 26.1 cm 622 MeV 0 eV 5.96 cm 39.7 cm tracker_phys CoupledTransportation + 5 24.2 cm -18.5 cm 26.5 cm 622 MeV 0 eV 6.62 mm 40.4 cm trackerLayer_phys CoupledTransportation + 6 27.8 cm -21.3 cm 30.4 cm 622 MeV 0 eV 5.96 cm 46.4 cm tracker_phys CoupledTransportation + 7 28.2 cm -21.6 cm 30.8 cm 622 MeV 0 eV 6.62 mm 47 cm trackerLayer_phys CoupledTransportation + 8 31.8 cm -24.3 cm 34.7 cm 622 MeV 0 eV 5.96 cm 53 cm tracker_phys CoupledTransportation + 9 32.2 cm -24.6 cm 35.2 cm 622 MeV 0 eV 6.62 mm 53.6 cm trackerLayer_phys CoupledTransportation + 10 35.7 cm -27.4 cm 39.1 cm 622 MeV 0 eV 5.96 cm 59.6 cm tracker_phys CoupledTransportation + 11 36.1 cm -27.7 cm 39.5 cm 622 MeV 0 eV 6.62 mm 60.3 cm trackerLayer_phys CoupledTransportation + 12 39.7 cm -30.4 cm 43.4 cm 622 MeV 0 eV 5.96 cm 66.2 cm tracker_phys CoupledTransportation Track (trackID 8, parentID 0) is processed with stopping code 4 ********************************************************************************************************* @@ -4125,8 +4166,8 @@ Track (trackID 8, parentID 0) is processed with stopping code 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 13 39.6 cm -30.5 cm 43.1 cm 594 MeV 0 eV 0 fm 66 cm caloLayer_phys initStep - 14 40.6 cm -31.3 cm 44.2 cm 0 eV 0 eV 1.71 cm 67.7 cm caloLayer_phys conv + 12 39.7 cm -30.4 cm 43.4 cm 622 MeV 0 eV 0 fm 66.2 cm caloLayer_phys initStep + 13 39.8 cm -30.5 cm 43.6 cm 0 eV 0 eV 2.42 mm 66.5 cm caloLayer_phys conv Track (trackID 8, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4155,7 +4196,7 @@ Track (trackID 6, parentID 0) is processed with stopping code 4 Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 12 39.8 cm -30.3 cm 44.1 cm 7.16 GeV 0 eV 0 fm 66.7 cm caloLayer_phys initStep - 13 39.9 cm -30.3 cm 44.2 cm 0 eV 0 eV 1.57 mm 66.8 cm caloLayer_phys conv + 13 40.4 cm -30.7 cm 44.7 cm 0 eV 0 eV 9.26 mm 67.6 cm caloLayer_phys conv Track (trackID 6, parentID 0) is processed with stopping code 2 ********************************************************************************************************* @@ -4167,1127 +4208,903 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 1 -6.38 cm 19 cm -15 cm 385 MeV 0 eV 25 cm 25 cm expHall_P CoupledTransportation 2 -7.98 cm 23.7 cm -18.8 cm 385 MeV 0 eV 6.26 cm 31.3 cm tracker_phys CoupledTransportation 3 -8.14 cm 24.2 cm -19.2 cm 385 MeV 0 eV 6.26 mm 31.9 cm trackerLayer_phys CoupledTransportation - 4 -9.58 cm 28.4 cm -22.6 cm 385 MeV 0 eV 5.63 cm 37.5 cm tracker_phys CoupledTransportation - 5 -9.6 cm 28.5 cm -22.6 cm 0 eV 0 eV 927 um 37.6 cm trackerLayer_phys conv -Track (trackID 4, parentID 0) is processed with stopping code 2 + 4 -9.57 cm 28.4 cm -22.6 cm 385 MeV 0 eV 5.63 cm 37.5 cm tracker_phys CoupledTransportation + 5 -9.73 cm 28.9 cm -22.9 cm 385 MeV 0 eV 6.26 mm 38.2 cm trackerLayer_phys CoupledTransportation + 6 -11.2 cm 33.2 cm -26.3 cm 385 MeV 0 eV 5.63 cm 43.8 cm tracker_phys CoupledTransportation + 7 -11.3 cm 33.6 cm -26.7 cm 385 MeV 0 eV 6.26 mm 44.4 cm trackerLayer_phys CoupledTransportation + 8 -12.8 cm 37.9 cm -30.1 cm 385 MeV 0 eV 5.63 cm 50 cm tracker_phys CoupledTransportation + 9 -12.9 cm 38.4 cm -30.5 cm 385 MeV 0 eV 6.26 mm 50.7 cm trackerLayer_phys CoupledTransportation + 10 -14.4 cm 42.6 cm -33.8 cm 385 MeV 0 eV 5.63 cm 56.3 cm tracker_phys CoupledTransportation + 11 -14.5 cm 43.1 cm -34.2 cm 385 MeV 0 eV 6.26 mm 56.9 cm trackerLayer_phys CoupledTransportation + 12 -16 cm 47.4 cm -37.6 cm 385 MeV 0 eV 5.63 cm 62.6 cm tracker_phys CoupledTransportation +Track (trackID 4, parentID 0) is processed with stopping code 4 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2076, Parent ID = 4 +* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.6 cm 28.5 cm -22.6 cm 316 MeV 0 eV 0 fm 0 fm trackerLayer_phys initStep - 1 -9.62 cm 28.6 cm -22.7 cm 316 MeV 306 keV 981 um 981 um trackerLayer_phys eBrem - 2 -9.69 cm 28.8 cm -22.8 cm 307 MeV 870 keV 2.5 mm 3.48 mm trackerLayer_phys eBrem - 3 -9.74 cm 28.9 cm -22.9 cm 306 MeV 629 keV 1.85 mm 5.33 mm trackerLayer_phys CoupledTransportation - 4 -10 cm 29.7 cm -23.5 cm 306 MeV 2.28 keV 1 cm 1.53 cm tracker_phys eIoni - 5 -11.6 cm 33 cm -26.3 cm 306 MeV 9.13 keV 4.66 cm 6.19 cm tracker_phys CoupledTransportation - 6 -11.7 cm 33.2 cm -26.5 cm 295 MeV 1.39 MeV 3.07 mm 6.5 cm trackerLayer_phys eBrem - 7 -11.7 cm 33.3 cm -26.5 cm 249 MeV 118 keV 441 um 6.54 cm trackerLayer_phys eBrem - 8 -11.8 cm 33.5 cm -26.7 cm 248 MeV 990 keV 2.85 mm 6.83 cm trackerLayer_phys CoupledTransportation - 9 -14.5 cm 37.3 cm -30.3 cm 248 MeV 19.4 keV 5.87 cm 12.7 cm tracker_phys CoupledTransportation - 10 -14.6 cm 37.4 cm -30.4 cm 247 MeV 612 keV 1.97 mm 12.9 cm trackerLayer_phys eBrem - 11 -14.7 cm 37.6 cm -30.6 cm 238 MeV 856 keV 2.65 mm 13.2 cm trackerLayer_phys eIoni - 12 -14.9 cm 37.7 cm -30.7 cm 237 MeV 815 keV 2.11 mm 13.4 cm trackerLayer_phys CoupledTransportation - 13 -18.7 cm 40.9 cm -34.7 cm 237 MeV 19.1 keV 6.45 cm 19.8 cm tracker_phys CoupledTransportation - 14 -19.2 cm 41.3 cm -35.2 cm 235 MeV 2.42 MeV 7.61 mm 20.6 cm trackerLayer_phys CoupledTransportation - 15 -24.6 cm 43.5 cm -39.9 cm 235 MeV 13.5 keV 7.55 cm 28.1 cm tracker_phys eIoni - 16 -24.7 cm 43.5 cm -40 cm 233 MeV 1.46 MeV 1.1 mm 28.2 cm caloLayer_phys eBrem - 17 -24.7 cm 43.6 cm -40 cm 199 MeV 86.9 keV 88.7 um 28.3 cm caloLayer_phys eBrem - 18 -24.7 cm 43.6 cm -40 cm 199 MeV 151 keV 123 um 28.3 cm caloLayer_phys eBrem - 19 -24.7 cm 43.6 cm -40 cm 199 MeV 39.4 keV 30.9 um 28.3 cm caloLayer_phys ReadoutWorld - 20 -24.7 cm 43.6 cm -40 cm 198 MeV 321 keV 330 um 28.3 cm caloLayer_phys eBrem - 21 -24.8 cm 43.6 cm -40.1 cm 197 MeV 741 keV 653 um 28.4 cm caloLayer_phys eBrem - 22 -24.8 cm 43.6 cm -40.1 cm 180 MeV 233 keV 208 um 28.4 cm caloLayer_phys eBrem - 23 -24.8 cm 43.6 cm -40.1 cm 176 MeV 253 keV 233 um 28.4 cm caloLayer_phys eIoni - 24 -24.8 cm 43.6 cm -40.1 cm 170 MeV 546 keV 503 um 28.5 cm caloLayer_phys eBrem - 25 -24.9 cm 43.6 cm -40.2 cm 143 MeV 896 keV 713 um 28.5 cm caloLayer_phys eBrem - 26 -25 cm 43.6 cm -40.3 cm 52.6 MeV 1.58 MeV 1.2 mm 28.7 cm caloLayer_phys eBrem - 27 -25 cm 43.6 cm -40.3 cm 50.2 MeV 1.43 MeV 719 um 28.7 cm caloLayer_phys eBrem - 28 -25.1 cm 43.7 cm -40.4 cm 48.7 MeV 936 keV 713 um 28.8 cm caloLayer_phys eBrem - 29 -25.2 cm 43.7 cm -40.7 cm 43.6 MeV 5.13 MeV 3.47 mm 29.1 cm caloLayer_phys ReadoutWorld - 30 -25.3 cm 43.7 cm -40.7 cm 31.7 MeV 1.01 MeV 735 um 29.2 cm caloLayer_phys eBrem - 31 -25.3 cm 43.7 cm -40.8 cm 23 MeV 505 keV 418 um 29.3 cm caloLayer_phys eBrem - 32 -25.5 cm 43.7 cm -41 cm 11.6 MeV 3.15 MeV 2.86 mm 29.5 cm caloLayer_phys eBrem - 33 -25.5 cm 43.7 cm -41 cm 10.1 MeV 1.23 MeV 663 um 29.6 cm caloLayer_phys eBrem - 34 -25.5 cm 43.6 cm -41.1 cm 7.57 MeV 1.65 MeV 1.39 mm 29.8 cm caloLayer_phys eBrem - 35 -25.6 cm 43.6 cm -41.1 cm 7.05 MeV 163 keV 159 um 29.8 cm caloLayer_phys eBrem - 36 -25.6 cm 43.6 cm -41.2 cm 3.5 MeV 2.81 MeV 1.15 mm 29.9 cm caloLayer_phys eBrem - 37 -25.6 cm 43.7 cm -41.2 cm 2.06 MeV 1.43 MeV 1.2 mm 30 cm caloLayer_phys eBrem - 38 -25.6 cm 43.7 cm -41.1 cm 513 keV 1.55 MeV 1.44 mm 30.1 cm caloLayer_phys eIoni - 39 -25.6 cm 43.7 cm -41 cm 0 eV 513 keV 315 um 30.2 cm caloLayer_phys eIoni -Track (trackID 2076, parentID 4) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2092, Parent ID = 2076 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.8 cm 43.6 cm -40.1 cm 3.81 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -25 cm 43.5 cm -40.2 cm 3.17 MeV 642 keV 392 um 392 um caloLayer_phys msc - 2 -25.1 cm 43.4 cm -40.3 cm 2.75 MeV 419 keV 273 um 665 um caloLayer_phys msc - 3 -25 cm 43.3 cm -40.3 cm 2.5 MeV 253 keV 285 um 950 um caloLayer_phys msc - 4 -25 cm 43.3 cm -40.3 cm 2.5 MeV 0 eV 124 um 1.07 mm expHall_P msc - 5 -25 cm 43.3 cm -40.3 cm 2.38 MeV 113 keV 124 um 1.2 mm caloLayer_phys msc - 6 -24.9 cm 43.4 cm -40.2 cm 2.24 MeV 143 keV 124 um 1.32 mm caloLayer_phys msc - 7 -25 cm 43.5 cm -40.1 cm 2.11 MeV 131 keV 124 um 1.45 mm caloLayer_phys msc - 8 -25 cm 43.5 cm -40 cm 1.96 MeV 153 keV 173 um 1.62 mm caloLayer_phys msc - 9 -25 cm 43.5 cm -40 cm 1.96 MeV 0 eV 0 fm 1.62 mm caloLayer_phys ReadoutWorld - 10 -24.8 cm 43.5 cm -40.1 cm 1.87 MeV 87.3 keV 124 um 1.74 mm caloLayer_phys msc - 11 -24.8 cm 43.4 cm -40.2 cm 1.69 MeV 180 keV 152 um 1.9 mm caloLayer_phys msc - 12 -24.5 cm 43.6 cm -40.6 cm 1.69 MeV 17 eV 124 um 2.02 mm tracker_phys msc - 13 -24.5 cm 43.6 cm -40.7 cm 1.49 MeV 201 keV 124 um 2.14 mm caloLayer_phys msc - 14 -24.5 cm 43.6 cm -40.8 cm 1.28 MeV 207 keV 200 um 2.34 mm caloLayer_phys msc - 15 -24.5 cm 43.7 cm -40.8 cm 1.18 MeV 99.1 keV 124 um 2.47 mm caloLayer_phys msc - 16 -24.4 cm 43.7 cm -40.8 cm 1.05 MeV 127 keV 147 um 2.62 mm caloLayer_phys msc - 17 -24.3 cm 43.7 cm -40.7 cm 951 keV 102 keV 124 um 2.74 mm caloLayer_phys msc - 18 -24.3 cm 43.7 cm -40.7 cm 949 keV 0 eV 0 fm 2.74 mm expHall_P eIoni - 19 -24.4 cm 43.7 cm -40.8 cm 840 keV 109 keV 124 um 2.86 mm caloLayer_phys msc - 20 -24.4 cm 43.7 cm -40.8 cm 528 keV 312 keV 124 um 2.99 mm caloLayer_phys msc - 21 -24.4 cm 43.7 cm -40.8 cm 389 keV 139 keV 124 um 3.11 mm caloLayer_phys msc - 22 -24.4 cm 43.7 cm -40.8 cm 385 keV 0 eV 0 fm 3.11 mm tracker_phys eIoni - 23 -24.4 cm 43.7 cm -40.8 cm 385 keV 0 eV 0 fm 3.11 mm expHall_P CoupledTransportation - 24 -24.4 cm 43.7 cm -40.8 cm 385 keV 0 eV 0 fm 3.11 mm caloM_P eIoni - 25 -24.4 cm 43.6 cm -40.8 cm 385 keV 0 eV 124 um 3.24 mm tracker_phys msc - 26 -24.4 cm 43.7 cm -40.6 cm 385 keV 0 eV 124 um 3.36 mm tracker_phys msc - 27 -24.4 cm 43.7 cm -40.6 cm 185 keV 200 keV 124 um 3.49 mm caloLayer_phys msc - 28 -24.4 cm 43.7 cm -40.6 cm 0 eV 185 keV 72.4 um 3.56 mm caloLayer_phys eIoni -Track (trackID 2092, parentID 2076) is processed with stopping code 2 + 12 -16 cm 47.4 cm -37.6 cm 385 MeV 0 eV 0 fm 62.6 cm caloLayer_phys initStep + 13 -16.5 cm 49 cm -38.9 cm 0 eV 0 eV 2.11 cm 64.7 cm caloLayer_phys conv +Track (trackID 4, parentID 0) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2106, Parent ID = 2092 +* G4Track Information: Particle = e-, Track ID = 2076, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.4 cm 43.7 cm -40.8 cm 3.96 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -24.4 cm 43.7 cm -40.8 cm 2.27 keV 0 eV 0 fm 0 fm tracker_phys eIoni - 2 -24.4 cm 43.7 cm -40.8 cm 2.27 keV 0 eV 0 fm 0 fm expHall_P CoupledTransportation - 3 -24.4 cm 43.7 cm -40.8 cm 2.13 keV 143 eV 4.31 nm 4.31 nm caloLayer_phys msc - 4 -24.4 cm 43.7 cm -40.8 cm 1.61 keV 520 eV 4.31 nm 8.63 nm caloLayer_phys msc - 5 -24.4 cm 43.7 cm -40.8 cm 1.61 keV 0 eV 0 fm 8.63 nm tracker_phys CoupledTransportation - 6 -24.4 cm 43.7 cm -40.8 cm 1.61 keV3.87e-09 eV 0.397 fm 8.63 nm expHall_P CoupledTransportation - 7 -24.4 cm 43.7 cm -40.8 cm 1.61 keV 0 eV 0 fm 8.63 nm caloM_P eIoni - 8 -24.4 cm 43.7 cm -40.8 cm 1.61 keV 0.039 eV 4.31 nm 12.9 nm tracker_phys msc - 9 -24.4 cm 43.7 cm -40.8 cm 1.61 keV 0.173 eV 19.1 nm 32 nm tracker_phys msc - 10 -24.4 cm 43.7 cm -40.8 cm 899 eV 712 eV 14.6 nm 46.6 nm caloLayer_phys msc - 11 -24.4 cm 43.7 cm -40.8 cm 638 eV 261 eV 5.89 nm 52.5 nm caloLayer_phys msc - 12 -24.4 cm 43.7 cm -40.8 cm 0 eV 638 eV 19.4 nm 71.9 nm caloLayer_phys eIoni -Track (trackID 2106, parentID 2092) is processed with stopping code 2 + 0 -16.5 cm 49 cm -38.9 cm 354 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.5 cm 49 cm -38.9 cm 337 MeV 114 keV 141 um 141 um caloLayer_phys eBrem + 2 -16.5 cm 49 cm -38.9 cm 301 MeV 603 keV 469 um 611 um caloLayer_phys eBrem + 3 -16.5 cm 49.1 cm -38.9 cm 288 MeV 463 keV 438 um 1.05 mm caloLayer_phys eBrem + 4 -16.5 cm 49.1 cm -39 cm 280 MeV 1.67 MeV 907 um 1.96 mm caloLayer_phys eBrem + 5 -16.5 cm 49.1 cm -39 cm 280 MeV 56.6 keV 53.8 um 2.01 mm caloLayer_phys eBrem + 6 -16.6 cm 49.2 cm -39.1 cm 233 MeV 1.44 MeV 1.34 mm 3.35 mm caloLayer_phys eBrem + 7 -16.6 cm 49.2 cm -39.1 cm 212 MeV 31.6 keV 24.7 um 3.37 mm caloLayer_phys eBrem + 8 -16.6 cm 49.4 cm -39.2 cm 207 MeV 3.36 MeV 2.58 mm 5.95 mm caloLayer_phys eBrem + 9 -16.7 cm 49.5 cm -39.3 cm 202 MeV 1.43 MeV 1.07 mm 7.02 mm caloLayer_phys eBrem + 10 -16.7 cm 49.6 cm -39.3 cm 130 MeV 1.18 MeV 997 um 8.02 mm caloLayer_phys eBrem + 11 -16.7 cm 49.6 cm -39.4 cm 125 MeV 378 keV 302 um 8.32 mm caloLayer_phys eBrem + 12 -16.7 cm 49.6 cm -39.4 cm 124 MeV 241 keV 216 um 8.53 mm caloLayer_phys eBrem + 13 -16.7 cm 49.7 cm -39.4 cm 15.8 MeV 473 keV 376 um 8.91 mm caloLayer_phys eBrem + 14 -16.7 cm 49.7 cm -39.4 cm 15.1 MeV 593 keV 490 um 9.4 mm caloLayer_phys eBrem + 15 -16.7 cm 49.7 cm -39.4 cm 14.9 MeV 79.9 keV 71.6 um 9.47 mm caloLayer_phys eBrem + 16 -16.7 cm 49.7 cm -39.4 cm 10.8 MeV 12.8 keV 14 um 9.48 mm caloLayer_phys eBrem + 17 -16.7 cm 49.7 cm -39.5 cm 8.12 MeV 658 keV 511 um 10 mm caloLayer_phys eBrem + 18 -16.8 cm 49.8 cm -39.5 cm 437 keV 1.19 MeV 905 um 1.09 cm caloLayer_phys eBrem + 19 -16.8 cm 49.8 cm -39.5 cm 265 keV 71.8 keV 69.8 um 1.1 cm caloLayer_phys eBrem + 20 -16.8 cm 49.8 cm -39.5 cm 0 eV 265 keV 124 um 1.11 cm caloLayer_phys eIoni +Track (trackID 2076, parentID 4) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2107, Parent ID = 2106 +* G4Track Information: Particle = e-, Track ID = 357, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.4 cm 43.7 cm -40.8 cm 1.69 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -24.4 cm 43.7 cm -40.8 cm 1.69 keV 0 eV 0 fm 0 fm tracker_phys eIoni - 2 -24.4 cm 43.7 cm -40.8 cm 1.69 keV 0 eV 0 fm 0 fm expHall_P eIoni - 3 -24.4 cm 43.7 cm -40.8 cm 1.69 keV 0 eV 0 fm 0 fm tracker_phys eIoni - 4 -24.4 cm 43.7 cm -40.8 cm 1.69 keV 0 eV 0 fm 0 fm expHall_P eIoni - 5 -24.4 cm 43.7 cm -40.8 cm 1.58 keV 100 eV 8.34 um 8.34 um tracker_phys eIoni - 6 -24.4 cm 43.7 cm -40.8 cm 1.36 keV 223 eV 27.5 um 35.8 um tracker_phys msc - 7 -24.4 cm 43.7 cm -40.8 cm 1.3 keV 57.7 eV 5.31 um 41.1 um tracker_phys eIoni - 8 -24.4 cm 43.7 cm -40.8 cm 0 eV 1.3 keV 43.2 nm 41.2 um caloLayer_phys eIoni -Track (trackID 2107, parentID 2106) is processed with stopping code 2 + 0 -1.93 m 5.97 m -4.49 m 7.06 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.93 m 5.97 m -4.49 m 2.25 keV 3.62 keV 906 um 906 um expHall_P eIoni + 2 -1.93 m 5.97 m -4.49 m 0 eV 2.25 keV 183 um 1.09 mm expHall_P eIoni +Track (trackID 357, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2105, Parent ID = 2092 +* G4Track Information: Particle = e-, Track ID = 2097, Parent ID = 357 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.3 cm 43.7 cm -40.7 cm 1.81 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -24.3 cm 43.7 cm -40.7 cm 1.81 keV 0 eV 0 fm 0 fm tracker_phys eIoni - 2 -24.3 cm 43.7 cm -40.7 cm 1.81 keV 0 eV 0 fm 0 fm expHall_P CoupledTransportation - 3 -24.3 cm 43.7 cm -40.7 cm 1.81 keV 0 eV 0 fm 0 fm caloM_P eIoni - 4 -24.3 cm 43.7 cm -40.7 cm 1.81 keV 1.02 eV 120 nm 120 nm tracker_phys eIoni - 5 -24.3 cm 43.7 cm -40.8 cm 1.51 keV 308 eV 24.6 um 24.7 um tracker_phys eIoni - 6 -24.3 cm 43.7 cm -40.8 cm 0 eV 1.51 keV 52 nm 24.8 um caloLayer_phys eIoni -Track (trackID 2105, parentID 2092) is processed with stopping code 2 + 0 -1.93 m 5.97 m -4.49 m 1.19 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.93 m 5.97 m -4.49 m 0 eV 1.19 keV 68.1 um 68.1 um expHall_P eIoni +Track (trackID 2097, parentID 357) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2085, Parent ID = 2076 +* G4Track Information: Particle = e-, Track ID = 356, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.6 cm 43.5 cm -39.9 cm 18.2 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -24.6 cm 43.5 cm -39.9 cm 17.8 keV 418 eV 263 um 263 um tracker_phys msc - 2 -24.6 cm 43.5 cm -39.9 cm 15.4 keV 220 eV 257 um 520 um tracker_phys eIoni - 3 -24.6 cm 43.5 cm -40.1 cm 14.4 keV 1.04 keV 388 um 909 um tracker_phys msc - 4 -24.6 cm 43.5 cm -40.4 cm 13.8 keV 598 eV 388 um 1.3 mm tracker_phys msc - 5 -24.6 cm 43.5 cm -40.6 cm 13.1 keV 725 eV 388 um 1.69 mm tracker_phys msc - 6 -24.6 cm 43.5 cm -40.6 cm 12.4 keV 648 eV 388 um 2.07 mm tracker_phys msc - 7 -24.6 cm 43.5 cm -40.6 cm 11.3 keV 1.09 keV 388 um 2.46 mm tracker_phys msc - 8 -24.6 cm 43.5 cm -40.6 cm 11.1 keV 275 eV 203 um 2.67 mm tracker_phys eIoni - 9 -24.6 cm 43.5 cm -40.6 cm 0 eV 11.1 keV 817 nm 2.67 mm caloLayer_phys eIoni -Track (trackID 2085, parentID 2076) is processed with stopping code 2 + 0 -1.92 m 5.94 m -4.47 m 4.17 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.92 m 5.95 m -4.47 m 0 eV 4.17 keV 519 um 519 um expHall_P eIoni +Track (trackID 356, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2108, Parent ID = 2085 +* G4Track Information: Particle = e-, Track ID = 355, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.6 cm 43.5 cm -39.9 cm 2.15 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -24.6 cm 43.5 cm -39.9 cm 2.07 keV 80.6 eV 30.8 um 30.8 um tracker_phys msc - 2 -24.6 cm 43.5 cm -39.9 cm 1.85 keV 226 eV 30.8 um 61.7 um tracker_phys msc - 3 -24.6 cm 43.5 cm -39.9 cm 0 eV 1.85 keV 68.1 nm 61.7 um caloLayer_phys eIoni -Track (trackID 2108, parentID 2085) is processed with stopping code 2 + 0 -1.88 m 5.83 m -4.39 m 2.15 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.88 m 5.83 m -4.39 m 0 eV 2.15 keV 170 um 170 um expHall_P eIoni +Track (trackID 355, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2084, Parent ID = 2076 +* G4Track Information: Particle = e-, Track ID = 354, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.7 cm 37.6 cm -30.6 cm 8.48 MeV 0 eV 0 fm 0 fm trackerLayer_phys initStep - 1 -15 cm 37.6 cm -30.8 cm 7.32 MeV 1.16 MeV 3.58 mm 3.58 mm trackerLayer_phys CoupledTransportation - 2 -15.7 cm 37.3 cm -31.5 cm 7.32 MeV 2.67 keV 1.09 cm 1.45 cm tracker_phys CoupledTransportation - 3 -16 cm 36.9 cm -31.8 cm 5.13 MeV 2.19 MeV 5.76 mm 2.02 cm trackerLayer_phys eIoni - 4 -15.9 cm 36.7 cm -31.8 cm 4.23 MeV 906 keV 2.24 mm 2.25 cm trackerLayer_phys CoupledTransportation - 5 -15 cm 37.1 cm -32.2 cm 4.22 MeV 2.36 keV 1.56 cm 3.8 cm tracker_phys CoupledTransportation - 6 -15.1 cm 37.2 cm -32.2 cm 3.68 MeV 539 keV 1.96 mm 4 cm trackerLayer_phys msc - 7 -15.1 cm 37.3 cm -32.1 cm 3.4 MeV 29.4 keV 105 um 4.01 cm trackerLayer_phys eBrem - 8 -15.2 cm 37.4 cm -32.1 cm 2.46 MeV 933 keV 2.62 mm 4.27 cm trackerLayer_phys msc - 9 -15.3 cm 37.5 cm -32.1 cm 2.11 MeV 355 keV 1.26 mm 4.4 cm trackerLayer_phys CoupledTransportation - 10 -15.7 cm 37.3 cm -32 cm 2.11 MeV 276 eV 5.76 mm 4.97 cm tracker_phys CoupledTransportation - 11 -15.7 cm 37.3 cm -32 cm 2.01 MeV 99.3 keV 346 um 5.01 cm trackerLayer_phys msc - 12 -15.7 cm 37.2 cm -32 cm 1.88 MeV 125 keV 435 um 5.05 cm trackerLayer_phys msc - 13 -15.7 cm 37.2 cm -32 cm 1.76 MeV 125 keV 435 um 5.1 cm trackerLayer_phys msc - 14 -15.7 cm 37.2 cm -32 cm 1.63 MeV 124 keV 435 um 5.14 cm trackerLayer_phys msc - 15 -15.6 cm 37.2 cm -32 cm 1.52 MeV 111 keV 435 um 5.18 cm trackerLayer_phys msc - 16 -15.6 cm 37.2 cm -32 cm 1.4 MeV 118 keV 435 um 5.23 cm trackerLayer_phys msc - 17 -15.6 cm 37.2 cm -32 cm 1.27 MeV 134 keV 435 um 5.27 cm trackerLayer_phys msc - 18 -15.6 cm 37.2 cm -32 cm 1.13 MeV 138 keV 435 um 5.31 cm trackerLayer_phys msc - 19 -15.5 cm 37.2 cm -32.1 cm 1.02 MeV 112 keV 435 um 5.36 cm trackerLayer_phys msc - 20 -15.5 cm 37.2 cm -32.1 cm 895 keV 126 keV 435 um 5.4 cm trackerLayer_phys msc - 21 -15.5 cm 37.3 cm -32.1 cm 716 keV 179 keV 435 um 5.44 cm trackerLayer_phys msc - 22 -15.5 cm 37.3 cm -32.1 cm 522 keV 96.7 keV 299 um 5.47 cm trackerLayer_phys eBrem - 23 -15.4 cm 37.3 cm -32.2 cm 0 eV 522 keV 1 mm 5.57 cm trackerLayer_phys eIoni -Track (trackID 2084, parentID 2076) is processed with stopping code 2 + 0 -1.88 m 5.83 m -4.39 m 4.5 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.88 m 5.83 m -4.39 m 0 eV 4.5 keV 593 um 593 um expHall_P eIoni +Track (trackID 354, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2080, Parent ID = 2076 +* G4Track Information: Particle = e-, Track ID = 353, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -10 cm 29.7 cm -23.5 cm 6.59 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -10 cm 29.7 cm -23.5 cm 0 eV 6.59 keV 1.18 mm 1.18 mm tracker_phys eIoni -Track (trackID 2080, parentID 2076) is processed with stopping code 2 + 0 -1.86 m 5.74 m -4.32 m 11.2 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.85 m 5.74 m -4.32 m 7.53 keV 3.71 keV 1.96 mm 1.96 mm expHall_P eIoni + 2 -1.85 m 5.74 m -4.32 m 822 eV 6.71 keV 1.36 mm 3.32 mm expHall_P eIoni + 3 -1.85 m 5.74 m -4.32 m 0 eV 822 eV 40.6 um 3.36 mm expHall_P eIoni +Track (trackID 353, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 352, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.88 m 5.98 m -4.75 m 4.38 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.88 m 5.98 m -4.75 m 1.62 keV 1.37 keV 225 um 225 um expHall_P eIoni - 2 -1.88 m 5.98 m -4.75 m 0 eV 1.62 keV 108 um 333 um expHall_P eIoni -Track (trackID 346, parentID 3) is processed with stopping code 2 + 0 -1.86 m 5.74 m -4.32 m 1.51 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.86 m 5.74 m -4.32 m 0 eV 1.51 keV 97.8 um 97.8 um expHall_P eIoni +Track (trackID 352, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2111, Parent ID = 346 +* G4Track Information: Particle = e-, Track ID = 351, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.88 m 5.98 m -4.75 m 1.39 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.88 m 5.98 m -4.75 m 0 eV 1.39 keV 86.5 um 86.5 um expHall_P eIoni -Track (trackID 2111, parentID 346) is processed with stopping code 2 + 0 -1.83 m 5.65 m -4.25 m 1.26 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.83 m 5.65 m -4.25 m 0 eV 1.26 keV 74.5 um 74.5 um expHall_P eIoni +Track (trackID 351, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 350, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.87 m 5.96 m -4.73 m 3.54 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.87 m 5.96 m -4.73 m 0 eV 3.54 keV 391 um 391 um expHall_P eIoni -Track (trackID 345, parentID 3) is processed with stopping code 2 + 0 -1.81 m 5.6 m -4.22 m 1.46 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.81 m 5.6 m -4.22 m 0 eV 1.46 keV 92.7 um 92.7 um expHall_P eIoni +Track (trackID 350, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 349, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.86 m 5.91 m -4.7 m 5.92 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.86 m 5.91 m -4.7 m 0 eV 5.92 keV 967 um 967 um expHall_P eIoni -Track (trackID 344, parentID 3) is processed with stopping code 2 + 0 -1.78 m 5.49 m -4.14 m 183 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.77 m 5.49 m -4.14 m 168 keV 1.26 keV 9.58 mm 9.58 mm expHall_P eIoni + 2 -1.77 m 5.48 m -4.16 m 165 keV 2.37 keV 1.42 cm 2.37 cm expHall_P eIoni + 3 -1.73 m 5.49 m -4.22 m 139 keV 26.2 keV 7.85 cm 10.2 cm expHall_P eIoni + 4 -1.72 m 5.54 m -4.25 m 121 keV 17.7 keV 5.9 cm 16.1 cm expHall_P eIoni + 5 -1.73 m 5.55 m -4.25 m 112 keV 7.4 keV 2.16 cm 18.3 cm expHall_P eIoni + 6 -1.73 m 5.56 m -4.25 m 109 keV 1.66 keV 3.84 mm 18.7 cm expHall_P eIoni + 7 -1.74 m 5.56 m -4.25 m 106 keV 713 eV 2.46 mm 18.9 cm expHall_P eIoni + 8 -1.76 m 5.58 m -4.23 m 92.9 keV 13.2 keV 3.76 cm 22.7 cm expHall_P eIoni + 9 -1.76 m 5.58 m -4.23 m 86 keV 1.33 keV 4.19 mm 23.1 cm expHall_P eIoni + 10 -1.76 m 5.58 m -4.23 m 82.1 keV 1.45 keV 5.73 mm 23.7 cm expHall_P eIoni + 11 -1.77 m 5.59 m -4.2 m 75.2 keV 6.93 keV 2.46 cm 26.1 cm expHall_P eIoni + 12 -1.78 m 5.6 m -4.19 m 62 keV 7.88 keV 2.12 cm 28.2 cm expHall_P eIoni + 13 -1.78 m 5.61 m -4.18 m 54.9 keV 7.06 keV 1.55 cm 29.8 cm expHall_P eIoni + 14 -1.78 m 5.61 m -4.18 m 50.8 keV 3 keV 4.9 mm 30.3 cm expHall_P eIoni + 15 -1.78 m 5.62 m -4.18 m 46.5 keV 1.74 keV 5.77 mm 30.9 cm expHall_P eIoni + 16 -1.78 m 5.62 m -4.17 m 41.6 keV 2.44 keV 3.02 mm 31.2 cm expHall_P eIoni + 17 -1.79 m 5.61 m -4.17 m 38.1 keV 3.48 keV 8.33 mm 32 cm expHall_P eIoni + 18 -1.79 m 5.62 m -4.16 m 34.1 keV 3.97 keV 7.34 mm 32.7 cm expHall_P eIoni + 19 -1.79 m 5.62 m -4.16 m 32 keV 921 eV 1.32 mm 32.9 cm expHall_P eIoni + 20 -1.79 m 5.62 m -4.16 m 25.4 keV 3.13 keV 4.42 mm 33.3 cm expHall_P eIoni + 21 -1.79 m 5.61 m -4.16 m 20.9 keV 4.46 keV 4.29 mm 33.7 cm expHall_P eIoni + 22 -1.79 m 5.61 m -4.16 m 19 keV 242 eV 203 um 33.8 cm expHall_P eIoni + 23 -1.79 m 5.61 m -4.16 m 12.4 keV 2.16 keV 1.07 mm 33.9 cm expHall_P eIoni + 24 -1.79 m 5.61 m -4.16 m 7.23 keV 5.17 keV 2.12 mm 34.1 cm expHall_P eIoni + 25 -1.79 m 5.61 m -4.16 m 2.59 keV 4.64 keV 1.3 mm 34.2 cm expHall_P eIoni + 26 -1.79 m 5.61 m -4.16 m 1.3 keV 284 eV 53.9 um 34.2 cm expHall_P eIoni + 27 -1.79 m 5.61 m -4.16 m 0 eV 1.3 keV 78.1 um 34.2 cm expHall_P eIoni +Track (trackID 349, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2112, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.84 m 5.85 m -4.65 m 1.49 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.84 m 5.85 m -4.65 m 0 eV 1.49 keV 96 um 96 um expHall_P eIoni -Track (trackID 343, parentID 3) is processed with stopping code 2 + 0 -1.79 m 5.61 m -4.16 m 1 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.79 m 5.61 m -4.16 m 0 eV 1 keV 53.5 um 53.5 um expHall_P eIoni +Track (trackID 2112, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 342, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2111, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.83 m 5.82 m -4.63 m 1.11 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.83 m 5.82 m -4.63 m 0 eV 1.11 keV 61.6 um 61.6 um expHall_P eIoni -Track (trackID 342, parentID 3) is processed with stopping code 2 + 0 -1.79 m 5.61 m -4.16 m 4.43 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.79 m 5.61 m -4.15 m 0 eV 4.43 keV 576 um 576 um expHall_P eIoni +Track (trackID 2111, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 341, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2110, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.8 m 5.73 m -4.55 m 1.09 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.8 m 5.73 m -4.55 m 0 eV 1.09 keV 60.4 um 60.4 um expHall_P eIoni -Track (trackID 341, parentID 3) is processed with stopping code 2 + 0 -1.79 m 5.61 m -4.16 m 1.7 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.79 m 5.61 m -4.16 m 0 eV 1.7 keV 117 um 117 um expHall_P eIoni +Track (trackID 2110, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 340, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2109, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.79 m 5.71 m -4.53 m 2.33 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.79 m 5.71 m -4.53 m 0 eV 2.33 keV 193 um 193 um expHall_P eIoni -Track (trackID 340, parentID 3) is processed with stopping code 2 + 0 -1.79 m 5.62 m -4.16 m 3.46 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.79 m 5.62 m -4.16 m 0 eV 3.46 keV 376 um 376 um expHall_P eIoni +Track (trackID 2109, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 339, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2108, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.78 m 5.65 m -4.49 m 5.84 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.78 m 5.65 m -4.49 m 0 eV 5.84 keV 941 um 941 um expHall_P eIoni -Track (trackID 339, parentID 3) is processed with stopping code 2 + 0 -1.79 m 5.62 m -4.16 m 1.21 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.79 m 5.62 m -4.16 m 0 eV 1.21 keV 70.1 um 70.1 um expHall_P eIoni +Track (trackID 2108, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 338, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2107, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 m 5.51 m -4.37 m 7.47 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.73 m 5.51 m -4.37 m 5.57 keV 707 eV 194 um 194 um expHall_P eIoni - 2 -1.73 m 5.51 m -4.37 m 2.17 keV 2.34 keV 211 um 405 um expHall_P eIoni - 3 -1.73 m 5.51 m -4.37 m 0 eV 2.17 keV 172 um 576 um expHall_P eIoni -Track (trackID 338, parentID 3) is processed with stopping code 2 + 0 -1.78 m 5.62 m -4.17 m 2.51 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.78 m 5.62 m -4.17 m 0 eV 2.51 keV 219 um 219 um expHall_P eIoni +Track (trackID 2107, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2113, Parent ID = 338 +* G4Track Information: Particle = e-, Track ID = 2106, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 m 5.51 m -4.37 m 1.07 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.73 m 5.51 m -4.37 m 0 eV 1.07 keV 58.3 um 58.3 um expHall_P eIoni -Track (trackID 2113, parentID 338) is processed with stopping code 2 + 0 -1.78 m 5.62 m -4.18 m 2.53 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.78 m 5.62 m -4.18 m 0 eV 2.53 keV 221 um 221 um expHall_P eIoni +Track (trackID 2106, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2112, Parent ID = 338 +* G4Track Information: Particle = e-, Track ID = 2105, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 m 5.51 m -4.37 m 1.19 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.73 m 5.51 m -4.37 m 0 eV 1.19 keV 68.3 um 68.3 um expHall_P eIoni -Track (trackID 2112, parentID 338) is processed with stopping code 2 + 0 -1.78 m 5.61 m -4.18 m 1.16 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.78 m 5.61 m -4.18 m 0 eV 1.16 keV 65.6 um 65.6 um expHall_P eIoni +Track (trackID 2105, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 337, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2104, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 m 5.47 m -4.35 m 1.03 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.72 m 5.47 m -4.35 m 0 eV 1.03 keV 55.9 um 55.9 um expHall_P eIoni -Track (trackID 337, parentID 3) is processed with stopping code 2 + 0 -1.78 m 5.6 m -4.19 m 5.31 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.78 m 5.6 m -4.19 m 0 eV 5.31 keV 795 um 795 um expHall_P eIoni +Track (trackID 2104, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 336, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2103, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 m 5.47 m -4.34 m 2.59 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.72 m 5.47 m -4.34 m 0 eV 2.59 keV 229 um 229 um expHall_P eIoni -Track (trackID 336, parentID 3) is processed with stopping code 2 + 0 -1.76 m 5.58 m -4.23 m 2.48 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.76 m 5.58 m -4.23 m 0 eV 2.48 keV 214 um 214 um expHall_P eIoni +Track (trackID 2103, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 335, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2102, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 m 5.47 m -4.34 m 1.32 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.72 m 5.47 m -4.34 m 0 eV 1.32 keV 79.7 um 79.7 um expHall_P eIoni -Track (trackID 335, parentID 3) is processed with stopping code 2 + 0 -1.76 m 5.58 m -4.23 m 5.47 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.76 m 5.58 m -4.23 m 0 eV 5.47 keV 838 um 838 um expHall_P eIoni +Track (trackID 2102, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 334, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2101, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.71 m 5.44 m -4.32 m 2.09 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.71 m 5.44 m -4.32 m 0 eV 2.09 keV 162 um 162 um expHall_P eIoni -Track (trackID 334, parentID 3) is processed with stopping code 2 + 0 -1.74 m 5.56 m -4.25 m 1.85 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.74 m 5.56 m -4.25 m 0 eV 1.85 keV 134 um 134 um expHall_P eIoni +Track (trackID 2101, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2100, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.7 m 5.42 m -4.3 m 5.33 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.7 m 5.42 m -4.3 m 0 eV 5.33 keV 800 um 800 um expHall_P eIoni -Track (trackID 333, parentID 3) is processed with stopping code 2 + 0 -1.73 m 5.56 m -4.25 m 1.28 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.73 m 5.56 m -4.25 m 0 eV 1.28 keV 76 um 76 um expHall_P eIoni +Track (trackID 2100, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2099, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.67 m 5.31 m -4.22 m 1.92 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.67 m 5.31 m -4.22 m 0 eV 1.92 keV 142 um 142 um expHall_P eIoni -Track (trackID 332, parentID 3) is processed with stopping code 2 + 0 -1.73 m 5.55 m -4.25 m 2.36 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.73 m 5.55 m -4.25 m 0 eV 2.36 keV 196 um 196 um expHall_P eIoni +Track (trackID 2099, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2098, Parent ID = 349 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.64 m 5.22 m -4.15 m 1.03 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.64 m 5.22 m -4.15 m 0 eV 1.03 keV 55.2 um 55.2 um expHall_P eIoni -Track (trackID 331, parentID 3) is processed with stopping code 2 + 0 -1.77 m 5.49 m -4.14 m 14.5 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.78 m 5.49 m -4.15 m 10.2 keV 4.34 keV 2.42 mm 2.42 mm expHall_P eIoni + 2 -1.78 m 5.49 m -4.15 m 9.14 keV 1.04 keV 241 um 2.66 mm expHall_P eIoni + 3 -1.78 m 5.49 m -4.15 m 4.16 keV 4.98 keV 1.64 mm 4.31 mm expHall_P eIoni + 4 -1.78 m 5.49 m -4.15 m 2.41 keV 60.3 eV 22 um 4.33 mm expHall_P eIoni + 5 -1.78 m 5.49 m -4.15 m 0 eV 2.41 keV 204 um 4.54 mm expHall_P eIoni +Track (trackID 2098, parentID 349) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 330, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2113, Parent ID = 2098 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.58 m 5 m -3.97 m 2.89 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.58 m 5 m -3.97 m 1.67 keV 179 eV 29.2 um 29.2 um expHall_P eIoni - 2 -1.58 m 5 m -3.97 m 0 eV 1.67 keV 114 um 143 um expHall_P eIoni -Track (trackID 330, parentID 3) is processed with stopping code 2 + 0 -1.78 m 5.49 m -4.15 m 1.69 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.78 m 5.49 m -4.15 m 0 eV 1.69 keV 116 um 116 um expHall_P eIoni +Track (trackID 2113, parentID 2098) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2114, Parent ID = 330 +* G4Track Information: Particle = e-, Track ID = 348, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.58 m 5 m -3.97 m 1.04 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.58 m 5 m -3.97 m 0 eV 1.04 keV 56.1 um 56.1 um expHall_P eIoni -Track (trackID 2114, parentID 330) is processed with stopping code 2 + 0 -1.73 m 5.36 m -4.04 m 1.06 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.73 m 5.36 m -4.04 m 0 eV 1.06 keV 58.1 um 58.1 um expHall_P eIoni +Track (trackID 348, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 329, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 347, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.54 m 4.9 m -3.88 m 4.2 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.54 m 4.9 m -3.89 m 0 eV 4.2 keV 526 um 526 um expHall_P eIoni -Track (trackID 329, parentID 3) is processed with stopping code 2 + 0 -1.71 m 5.29 m -3.99 m 3.88 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.71 m 5.29 m -3.99 m 0 eV 3.88 keV 458 um 458 um expHall_P eIoni +Track (trackID 347, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 328, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 346, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.54 m 4.87 m -3.86 m 2.4 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.54 m 4.87 m -3.86 m 0 eV 2.4 keV 202 um 202 um expHall_P eIoni -Track (trackID 328, parentID 3) is processed with stopping code 2 + 0 -1.61 m 4.97 m -3.75 m 1.26 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.61 m 4.97 m -3.75 m 0 eV 1.26 keV 74.8 um 74.8 um expHall_P eIoni +Track (trackID 346, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 327, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.51 m 4.8 m -3.81 m 1.18 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.52 m 4.8 m -3.81 m 0 eV 1.18 keV 67.7 um 67.7 um expHall_P eIoni -Track (trackID 327, parentID 3) is processed with stopping code 2 + 0 -1.54 m 4.76 m -3.6 m 1.23 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.54 m 4.76 m -3.6 m 0 eV 1.23 keV 72.2 um 72.2 um expHall_P eIoni +Track (trackID 345, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 326, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.51 m 4.8 m -3.81 m 12.7 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.51 m 4.8 m -3.81 m 9.64 keV 3.06 keV 2.16 mm 2.16 mm expHall_P eIoni - 2 -1.51 m 4.8 m -3.81 m 5.26 keV 4.38 keV 1.72 mm 3.88 mm expHall_P eIoni - 3 -1.51 m 4.8 m -3.81 m 0 eV 5.26 keV 781 um 4.67 mm expHall_P eIoni -Track (trackID 326, parentID 3) is processed with stopping code 2 + 0 -1.53 m 4.73 m -3.57 m 2.22 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.53 m 4.73 m -3.57 m 0 eV 2.22 keV 179 um 179 um expHall_P eIoni +Track (trackID 344, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 325, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.51 m 4.77 m -3.79 m 1.22 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.51 m 4.77 m -3.79 m 0 eV 1.22 keV 70.8 um 70.8 um expHall_P eIoni -Track (trackID 325, parentID 3) is processed with stopping code 2 + 0 -1.47 m 4.55 m -3.44 m 33.8 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.47 m 4.55 m -3.45 m 29.4 keV 4.45 keV 6.2 mm 6.2 mm expHall_P eIoni + 2 -1.47 m 4.55 m -3.45 m 23.2 keV 6.19 keV 5.14 mm 1.13 cm expHall_P eIoni + 3 -1.47 m 4.55 m -3.45 m 19.6 keV 3.61 keV 3.85 mm 1.52 cm expHall_P eIoni + 4 -1.47 m 4.55 m -3.45 m 16.1 keV 144 eV 50.9 um 1.52 cm expHall_P eIoni + 5 -1.47 m 4.55 m -3.45 m 13.4 keV 1.6 keV 973 um 1.62 cm expHall_P eIoni + 6 -1.46 m 4.55 m -3.45 m 7.87 keV 5.55 keV 2.26 mm 1.85 cm expHall_P eIoni + 7 -1.46 m 4.55 m -3.45 m 2.99 keV 4.88 keV 1.43 mm 1.99 cm expHall_P eIoni + 8 -1.46 m 4.55 m -3.45 m 0 eV 2.99 keV 292 um 2.02 cm expHall_P eIoni +Track (trackID 343, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 324, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2115, Parent ID = 343 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 m 4.76 m -3.78 m 2.3 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.5 m 4.76 m -3.78 m 0 eV 2.3 keV 189 um 189 um expHall_P eIoni -Track (trackID 324, parentID 3) is processed with stopping code 2 + 0 -1.47 m 4.55 m -3.45 m 1.08 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.47 m 4.55 m -3.45 m 0 eV 1.08 keV 59.8 um 59.8 um expHall_P eIoni +Track (trackID 2115, parentID 343) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 323, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2114, Parent ID = 343 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 m 4.74 m -3.76 m 1.36 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.5 m 4.74 m -3.76 m 0 eV 1.36 keV 83.5 um 83.5 um expHall_P eIoni -Track (trackID 323, parentID 3) is processed with stopping code 2 + 0 -1.47 m 4.55 m -3.45 m 3.31 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.47 m 4.55 m -3.45 m 0 eV 3.31 keV 348 um 348 um expHall_P eIoni +Track (trackID 2114, parentID 343) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 322, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 342, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.49 m 4.72 m -3.74 m 6.72 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.49 m 4.72 m -3.74 m 0 eV 6.72 keV 1.18 mm 1.18 mm expHall_P eIoni -Track (trackID 322, parentID 3) is processed with stopping code 2 + 0 -1.44 m 4.45 m -3.37 m 2.01 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.44 m 4.45 m -3.37 m 0 eV 2.01 keV 152 um 152 um expHall_P eIoni +Track (trackID 342, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 321, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 341, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.49 m 4.72 m -3.74 m 1.11 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.49 m 4.72 m -3.74 m 0 eV 1.11 keV 61.8 um 61.8 um expHall_P eIoni -Track (trackID 321, parentID 3) is processed with stopping code 2 + 0 -1.43 m 4.41 m -3.34 m 15.6 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.43 m 4.41 m -3.34 m 12.4 keV 1.91 keV 1.01 mm 1.01 mm expHall_P eIoni + 2 -1.43 m 4.42 m -3.34 m 5.34 keV 5.22 keV 1.86 mm 2.88 mm expHall_P eIoni + 3 -1.43 m 4.42 m -3.34 m 0 eV 5.34 keV 803 um 3.68 mm expHall_P eIoni +Track (trackID 341, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 320, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2117, Parent ID = 341 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.49 m 4.72 m -3.74 m 1.34 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.49 m 4.72 m -3.74 m 0 eV 1.34 keV 81.7 um 81.7 um expHall_P eIoni -Track (trackID 320, parentID 3) is processed with stopping code 2 + 0 -1.43 m 4.42 m -3.34 m 1.87 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.43 m 4.42 m -3.34 m 0 eV 1.87 keV 135 um 135 um expHall_P eIoni +Track (trackID 2117, parentID 341) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 319, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2116, Parent ID = 341 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.47 m 4.66 m -3.69 m 1.88 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.47 m 4.66 m -3.69 m 0 eV 1.88 keV 137 um 137 um expHall_P eIoni -Track (trackID 319, parentID 3) is processed with stopping code 2 + 0 -1.43 m 4.41 m -3.34 m 1.28 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.43 m 4.41 m -3.34 m 0 eV 1.28 keV 76 um 76 um expHall_P eIoni +Track (trackID 2116, parentID 341) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 318, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 340, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.45 m 4.59 m -3.64 m 2.22 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.45 m 4.59 m -3.64 m 0 eV 2.22 keV 179 um 179 um expHall_P eIoni -Track (trackID 318, parentID 3) is processed with stopping code 2 + 0 -1.42 m 4.39 m -3.33 m 2.7 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.42 m 4.39 m -3.33 m 0 eV 2.7 keV 247 um 247 um expHall_P eIoni +Track (trackID 340, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 339, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 m 4.55 m -3.61 m 62.5 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.44 m 4.55 m -3.61 m 59.1 keV 2.25 keV 5.08 mm 5.08 mm expHall_P eIoni - 2 -1.44 m 4.55 m -3.62 m 51.8 keV 7.3 keV 1.44 cm 1.95 cm expHall_P eIoni - 3 -1.44 m 4.55 m -3.62 m 48.6 keV 2.21 keV 3.47 mm 2.29 cm expHall_P eIoni - 4 -1.45 m 4.56 m -3.63 m 39.6 keV 8.99 keV 1.06 cm 3.35 cm expHall_P eIoni - 5 -1.45 m 4.55 m -3.63 m 35.1 keV 4.5 keV 7.78 mm 4.13 cm expHall_P eIoni - 6 -1.45 m 4.55 m -3.62 m 32.5 keV 1.56 keV 2.02 mm 4.33 cm expHall_P eIoni - 7 -1.45 m 4.55 m -3.62 m 27.1 keV 4.17 keV 4.65 mm 4.79 cm expHall_P eIoni - 8 -1.45 m 4.55 m -3.62 m 23 keV 4.13 keV 4.64 mm 5.26 cm expHall_P eIoni - 9 -1.45 m 4.55 m -3.62 m 18 keV 4.97 keV 3.81 mm 5.64 cm expHall_P eIoni - 10 -1.44 m 4.55 m -3.62 m 14.2 keV 3.82 keV 2.95 mm 5.93 cm expHall_P eIoni - 11 -1.44 m 4.55 m -3.62 m 10.1 keV 4.12 keV 2.37 mm 6.17 cm expHall_P eIoni - 12 -1.44 m 4.55 m -3.62 m 7.33 keV 2.73 keV 1.79 mm 6.35 cm expHall_P eIoni - 13 -1.44 m 4.55 m -3.62 m 5.04 keV 1.26 keV 302 um 6.38 cm expHall_P eIoni - 14 -1.44 m 4.55 m -3.62 m 717 eV 4.32 keV 613 um 6.44 cm expHall_P eIoni - 15 -1.44 m 4.55 m -3.62 m 0 eV 717 eV 33.8 um 6.45 cm expHall_P eIoni -Track (trackID 317, parentID 3) is processed with stopping code 2 + 0 -1.39 m 4.29 m -3.25 m 1.83 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.39 m 4.29 m -3.25 m 0 eV 1.83 keV 131 um 131 um expHall_P eIoni +Track (trackID 339, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2119, Parent ID = 317 +* G4Track Information: Particle = e-, Track ID = 338, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 m 4.55 m -3.62 m 1.03 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.44 m 4.55 m -3.62 m 0 eV 1.03 keV 55.9 um 55.9 um expHall_P eIoni -Track (trackID 2119, parentID 317) is processed with stopping code 2 + 0 -1.39 m 4.29 m -3.25 m 2.22 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.39 m 4.29 m -3.25 m 0 eV 2.22 keV 179 um 179 um expHall_P eIoni +Track (trackID 338, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2118, Parent ID = 317 +* G4Track Information: Particle = e-, Track ID = 337, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.45 m 4.55 m -3.62 m 1.28 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.45 m 4.55 m -3.62 m 0 eV 1.28 keV 75.8 um 75.8 um expHall_P eIoni -Track (trackID 2118, parentID 317) is processed with stopping code 2 + 0 -1.37 m 4.24 m -3.21 m 1.41 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.37 m 4.24 m -3.21 m 0 eV 1.41 keV 87.7 um 87.7 um expHall_P eIoni +Track (trackID 337, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2117, Parent ID = 317 +* G4Track Information: Particle = e-, Track ID = 336, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.45 m 4.55 m -3.62 m 1.04 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.45 m 4.55 m -3.62 m 0 eV 1.04 keV 55.9 um 55.9 um expHall_P eIoni -Track (trackID 2117, parentID 317) is processed with stopping code 2 + 0 -1.33 m 4.1 m -3.11 m 3.13 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.33 m 4.1 m -3.11 m 0 eV 3.13 keV 316 um 316 um expHall_P eIoni +Track (trackID 336, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2116, Parent ID = 317 +* G4Track Information: Particle = e-, Track ID = 335, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 m 4.55 m -3.62 m 999 eV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.44 m 4.55 m -3.62 m 0 eV 999 eV 53.2 um 53.2 um expHall_P eIoni -Track (trackID 2116, parentID 317) is processed with stopping code 2 + 0 -1.33 m 4.1 m -3.11 m 2.88 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.33 m 4.1 m -3.11 m 0 eV 2.88 keV 274 um 274 um expHall_P eIoni +Track (trackID 335, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2115, Parent ID = 317 +* G4Track Information: Particle = e-, Track ID = 334, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 m 4.55 m -3.61 m 1.13 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.44 m 4.55 m -3.61 m 0 eV 1.13 keV 63.4 um 63.4 um expHall_P eIoni -Track (trackID 2115, parentID 317) is processed with stopping code 2 + 0 -1.32 m 4.07 m -3.08 m 1.95 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.32 m 4.07 m -3.08 m 0 eV 1.95 keV 145 um 145 um expHall_P eIoni +Track (trackID 334, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 316, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.43 m 4.51 m -3.58 m 1.28 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.43 m 4.51 m -3.58 m 0 eV 1.28 keV 76.2 um 76.2 um expHall_P eIoni -Track (trackID 316, parentID 3) is processed with stopping code 2 + 0 -1.29 m 3.97 m -3.01 m 1.98 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.29 m 3.97 m -3.01 m 0 eV 1.98 keV 148 um 148 um expHall_P eIoni +Track (trackID 333, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 315, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.36 m 4.29 m -3.4 m 995 eV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.36 m 4.29 m -3.4 m 0 eV 995 eV 52.9 um 52.9 um expHall_P eIoni -Track (trackID 315, parentID 3) is processed with stopping code 2 + 0 -1.29 m 3.97 m -3.01 m 3.32 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.29 m 3.97 m -3.01 m 0 eV 3.32 keV 349 um 349 um expHall_P eIoni +Track (trackID 332, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 m 4.2 m -3.33 m 1.41 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.33 m 4.2 m -3.33 m 0 eV 1.41 keV 88.1 um 88.1 um expHall_P eIoni -Track (trackID 314, parentID 3) is processed with stopping code 2 + 0 -1.24 m 3.81 m -2.9 m 1.4 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.24 m 3.81 m -2.9 m 0 eV 1.4 keV 87 um 87 um expHall_P eIoni +Track (trackID 331, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 330, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 m 4.2 m -3.33 m 2.55 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.33 m 4.2 m -3.33 m 0 eV 2.55 keV 224 um 224 um expHall_P eIoni -Track (trackID 313, parentID 3) is processed with stopping code 2 + 0 -1.23 m 3.79 m -2.88 m 1.01 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.23 m 3.79 m -2.88 m 0 eV 1.01 keV 53.9 um 53.9 um expHall_P eIoni +Track (trackID 330, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 329, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.26 m 3.97 m -3.15 m 2.78 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.26 m 3.97 m -3.15 m 1.49 keV 1.29 keV 192 um 192 um expHall_P eIoni - 2 -1.26 m 3.97 m -3.15 m 0 eV 1.49 keV 95.5 um 287 um expHall_P eIoni -Track (trackID 312, parentID 3) is processed with stopping code 2 + 0 -1.21 m 3.72 m -2.83 m 3.75 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.21 m 3.72 m -2.83 m 0 eV 3.75 keV 432 um 432 um expHall_P eIoni +Track (trackID 329, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 311, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 328, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.24 m 3.91 m -3.1 m 1.13 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.24 m 3.91 m -3.1 m 0 eV 1.13 keV 63.9 um 63.9 um expHall_P eIoni -Track (trackID 311, parentID 3) is processed with stopping code 2 + 0 -1.21 m 3.72 m -2.83 m 2.3 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.21 m 3.72 m -2.83 m 0 eV 2.3 keV 188 um 188 um expHall_P eIoni +Track (trackID 328, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 310, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 327, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.21 m 3.81 m -3.01 m 1 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.21 m 3.81 m -3.01 m 0 eV 1 keV 53.4 um 53.4 um expHall_P eIoni -Track (trackID 310, parentID 3) is processed with stopping code 2 + 0 -1.18 m 3.64 m -2.77 m 1.06 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.18 m 3.64 m -2.77 m 0 eV 1.06 keV 58 um 58 um expHall_P eIoni +Track (trackID 327, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 309, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 326, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.2 m 3.77 m -2.98 m 1.23 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.2 m 3.77 m -2.98 m 0 eV 1.23 keV 72 um 72 um expHall_P eIoni -Track (trackID 309, parentID 3) is processed with stopping code 2 + 0 -1.17 m 3.6 m -2.74 m 1.18 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.17 m 3.6 m -2.74 m 0 eV 1.18 keV 67.4 um 67.4 um expHall_P eIoni +Track (trackID 326, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 308, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 325, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.2 m 3.77 m -2.98 m 1.81 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.2 m 3.77 m -2.98 m 0 eV 1.81 keV 129 um 129 um expHall_P eIoni -Track (trackID 308, parentID 3) is processed with stopping code 2 + 0 -1.15 m 3.53 m -2.69 m 1.04 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.15 m 3.53 m -2.69 m 0 eV 1.04 keV 56.5 um 56.5 um expHall_P eIoni +Track (trackID 325, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 324, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.18 m 3.72 m -2.94 m 2.79 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.18 m 3.72 m -2.94 m 0 eV 2.79 keV 260 um 260 um expHall_P eIoni -Track (trackID 307, parentID 3) is processed with stopping code 2 + 0 -1.13 m 3.5 m -2.66 m 2.44 MeV 0 eV 0 fm 0 fm muoncounter_P initStep + 1 -1.13 m 3.5 m -2.67 m 1.56 MeV 636 keV 3.51 mm 3.51 mm muoncounter_P eBrem + 2 -1.13 m 3.5 m -2.67 m 1.03 MeV 524 keV 2.99 mm 6.5 mm muoncounter_P eIoni + 3 -1.13 m 3.5 m -2.67 m 656 keV 379 keV 2.33 mm 8.82 mm muoncounter_P eIoni + 4 -1.13 m 3.5 m -2.67 m 347 keV 309 keV 1.78 mm 1.06 cm muoncounter_P eIoni + 5 -1.13 m 3.5 m -2.67 m 44.2 keV 303 keV 1.02 mm 1.16 cm muoncounter_P eIoni + 6 -1.13 m 3.5 m -2.67 m 0 eV 44.2 keV 33.7 um 1.17 cm muoncounter_P eIoni +Track (trackID 324, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 306, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 323, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.15 m 3.63 m -2.87 m 1.21 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.15 m 3.63 m -2.87 m 0 eV 1.21 keV 70.2 um 70.2 um expHall_P eIoni -Track (trackID 306, parentID 3) is processed with stopping code 2 + 0 -1.13 m 3.5 m -2.66 m 425 keV 0 eV 0 fm 0 fm muoncounter_P initStep + 1 -1.13 m 3.5 m -2.66 m 129 keV 296 keV 1.29 mm 1.29 mm muoncounter_P eIoni + 2 -1.13 m 3.5 m -2.66 m 0 eV 129 keV 213 um 1.51 mm muoncounter_P eIoni +Track (trackID 323, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 305, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 322, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.11 m 3.48 m -2.75 m 2.53 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.11 m 3.48 m -2.75 m 0 eV 2.53 keV 220 um 220 um expHall_P eIoni -Track (trackID 305, parentID 3) is processed with stopping code 2 + 0 -1.11 m 3.42 m -2.61 m 1.12 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.11 m 3.42 m -2.61 m 0 eV 1.12 keV 62.9 um 62.9 um expHall_P eIoni +Track (trackID 322, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 304, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 321, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.08 m 3.4 m -2.69 m 1.12 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.08 m 3.4 m -2.69 m 0 eV 1.12 keV 62.9 um 62.9 um expHall_P eIoni -Track (trackID 304, parentID 3) is processed with stopping code 2 + 0 -1.06 m 3.25 m -2.48 m 20.4 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.06 m 3.25 m -2.48 m 14.4 keV 5.99 keV 3.35 mm 3.35 mm expHall_P eIoni + 2 -1.06 m 3.25 m -2.48 m 9.4 keV 4.99 keV 2.4 mm 5.75 mm expHall_P eIoni + 3 -1.06 m 3.25 m -2.49 m 4.56 keV 4.84 keV 1.69 mm 7.44 mm expHall_P eIoni + 4 -1.06 m 3.25 m -2.49 m 0 eV 4.56 keV 608 um 8.05 mm expHall_P eIoni +Track (trackID 321, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 303, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 320, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.06 m 3.32 m -2.62 m 1.07 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.06 m 3.32 m -2.62 m 0 eV 1.07 keV 58.4 um 58.4 um expHall_P eIoni -Track (trackID 303, parentID 3) is processed with stopping code 2 + 0 -1.06 m 3.25 m -2.48 m 1.17 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.06 m 3.25 m -2.48 m 0 eV 1.17 keV 67 um 67 um expHall_P eIoni +Track (trackID 320, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 302, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 319, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 m 3.31 m -2.61 m 7.9 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.06 m 3.31 m -2.61 m 2.01 keV 5.89 keV 1.43 mm 1.43 mm expHall_P eIoni - 2 -1.06 m 3.31 m -2.61 m 0 eV 2.01 keV 152 um 1.58 mm expHall_P eIoni -Track (trackID 302, parentID 3) is processed with stopping code 2 + 0 -1.05 m 3.23 m -2.47 m 2.06 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.05 m 3.23 m -2.47 m 0 eV 2.06 keV 158 um 158 um expHall_P eIoni +Track (trackID 319, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 301, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 318, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -99.5 cm 3.11 m -2.46 m 3.19 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -99.4 cm 3.11 m -2.46 m 0 eV 3.19 keV 327 um 327 um expHall_P eIoni -Track (trackID 301, parentID 3) is processed with stopping code 2 + 0 -1.05 m 3.23 m -2.47 m 1.44 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.05 m 3.23 m -2.47 m 0 eV 1.44 keV 90.6 um 90.6 um expHall_P eIoni +Track (trackID 318, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 300, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -92.4 cm 2.88 m -2.28 m 1.53 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -92.4 cm 2.88 m -2.28 m 0 eV 1.53 keV 99.2 um 99.2 um expHall_P eIoni -Track (trackID 300, parentID 3) is processed with stopping code 2 + 0 -1.02 m 3.13 m -2.39 m 1.1 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -1.02 m 3.13 m -2.39 m 0 eV 1.1 keV 61.2 um 61.2 um expHall_P eIoni +Track (trackID 317, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 299, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 316, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -89.3 cm 2.78 m -2.2 m 1.39 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -89.3 cm 2.78 m -2.2 m 0 eV 1.39 keV 86.2 um 86.2 um expHall_P eIoni -Track (trackID 299, parentID 3) is processed with stopping code 2 + 0 -96.3 cm 2.96 m -2.27 m 2.73 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -96.2 cm 2.96 m -2.27 m 0 eV 2.73 keV 251 um 251 um expHall_P eIoni +Track (trackID 316, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 298, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 315, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -81.8 cm 2.54 m -2 m 2.38 MeV 0 eV 0 fm 0 fm expHall_P initStep - 1 -82.4 cm 2.54 m -2.01 m 2.38 MeV 1.6 keV 1.14 cm 1.14 cm expHall_P eIoni - 2 -83.2 cm 2.55 m -2.02 m 2.37 MeV 3.67 keV 1.31 cm 2.45 cm expHall_P eIoni - 3 -89.1 cm 2.58 m -2.11 m 2.36 MeV 11.9 keV 11.5 cm 13.9 cm expHall_P eIoni - 4 -90.1 cm 2.59 m -2.13 m 2.35 MeV 3.12 keV 2.07 cm 16 cm expHall_P eIoni - 5 -94.4 cm 2.63 m -2.22 m 2.34 MeV 16.6 keV 10.7 cm 26.7 cm expHall_P eIoni - 6 -94.9 cm 2.63 m -2.23 m 2.33 MeV 1.81 keV 1.1 cm 27.8 cm expHall_P eIoni - 7 -1.01 m 2.67 m -2.32 m 2.31 MeV 16.3 keV 11.7 cm 39.5 cm expHall_P eIoni - 8 -1.01 m 2.67 m -2.32 m 2.31 MeV 80.2 eV 1.79 mm 39.7 cm expHall_P eIoni - 9 -1.02 m 2.67 m -2.33 m 2.31 MeV 4.47 keV 1.99 cm 41.6 cm expHall_P eIoni - 10 -1.15 m 2.73 m -2.53 m 2.27 MeV 33.8 keV 23.5 cm 65.2 cm expHall_P eIoni - 11 -1.23 m 2.76 m -2.65 m 2.25 MeV 21.1 keV 14.8 cm 79.9 cm expHall_P eIoni - 12 -1.35 m 2.81 m -2.8 m 2.2 MeV 29 keV 20.1 cm 1 m expHall_P eIoni - 13 -1.42 m 2.85 m -2.89 m 2.18 MeV 18.3 keV 11.9 cm 1.12 m expHall_P eIoni - 14 -1.44 m 2.86 m -2.91 m 2.17 MeV 5.72 keV 3.82 cm 1.16 m expHall_P eIoni - 15 -1.53 m 2.89 m -2.98 m 2.15 MeV 18.4 keV 11.3 cm 1.27 m expHall_P eIoni - 16 -1.58 m 2.91 m -3.04 m 2.14 MeV 10.8 keV 8.74 cm 1.36 m expHall_P eIoni - 17 -1.71 m 2.99 m -3.2 m 2.06 MeV 33.4 keV 21.8 cm 1.58 m expHall_P eIoni - 18 -1.84 m 3.04 m -3.37 m 2.03 MeV 30.8 keV 20.9 cm 1.78 m expHall_P eIoni - 19 -1.87 m 3.05 m -3.41 m 2.02 MeV 8.12 keV 5.47 cm 1.84 m expHall_P eIoni - 20 -2.02 m 3.14 m -3.58 m 1.98 MeV 33.3 keV 24.6 cm 2.09 m expHall_P eIoni - 21 -2.03 m 3.15 m -3.6 m 1.96 MeV 3.67 keV 2.5 cm 2.11 m expHall_P eIoni - 22 -2.11 m 3.21 m -3.72 m 1.94 MeV 21.3 keV 15.6 cm 2.27 m expHall_P eIoni - 23 -2.11 m 3.21 m -3.73 m 1.93 MeV 726 eV 1.21 cm 2.28 m expHall_P eIoni - 24 -2.21 m 3.28 m -3.86 m 1.91 MeV 26 keV 17.6 cm 2.45 m expHall_P eIoni - 25 -2.25 m 3.32 m -3.91 m 1.9 MeV 8.96 keV 6.99 cm 2.52 m expHall_P eIoni - 26 -2.28 m 3.34 m -3.95 m 1.81 MeV 8 keV 5.83 cm 2.58 m expHall_P eIoni - 27 -2.4 m 3.49 m -4.1 m 1.77 MeV 38.2 keV 24.8 cm 2.83 m expHall_P CoupledTransportation - 28 -2.4 m 3.49 m -4.1 m 1.27 MeV 495 keV 3.25 mm 2.83 m muoncounter_P eIoni - 29 -2.41 m 3.49 m -4.1 m 880 keV 395 keV 2.64 mm 2.84 m muoncounter_P eIoni - 30 -2.41 m 3.5 m -4.1 m 542 keV 338 keV 2.12 mm 2.84 m muoncounter_P eIoni - 31 -2.41 m 3.5 m -4.1 m 90.1 keV 452 keV 1.57 mm 2.84 m muoncounter_P eIoni - 32 -2.41 m 3.5 m -4.1 m 0 eV 90.1 keV 117 um 2.84 m muoncounter_P eIoni -Track (trackID 298, parentID 3) is processed with stopping code 2 + 0 -95.1 cm 2.92 m -2.24 m 3.91 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -95.1 cm 2.92 m -2.24 m 0 eV 3.91 keV 465 um 465 um expHall_P eIoni +Track (trackID 315, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2134, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.53 m 2.89 m -2.98 m 1.47 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.53 m 2.89 m -2.98 m 0 eV 1.47 keV 93.9 um 93.9 um expHall_P eIoni -Track (trackID 2134, parentID 298) is processed with stopping code 2 + 0 -94.6 cm 2.91 m -2.23 m 1.87 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -94.6 cm 2.91 m -2.23 m 0 eV 1.87 keV 136 um 136 um expHall_P eIoni +Track (trackID 314, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2133, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 m 2.86 m -2.91 m 1.12 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.44 m 2.86 m -2.91 m 0 eV 1.12 keV 62.9 um 62.9 um expHall_P eIoni -Track (trackID 2133, parentID 298) is processed with stopping code 2 + 0 -94.4 cm 2.9 m -2.22 m 2.24 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -94.4 cm 2.9 m -2.23 m 877 eV 1.37 keV 166 um 166 um expHall_P eIoni + 2 -94.4 cm 2.9 m -2.23 m 0 eV 877 eV 44.3 um 210 um expHall_P eIoni +Track (trackID 313, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2132, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.42 m 2.85 m -2.89 m 1.01 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.42 m 2.85 m -2.89 m 0 eV 1.01 keV 53.9 um 53.9 um expHall_P eIoni -Track (trackID 2132, parentID 298) is processed with stopping code 2 + 0 -92.9 cm 2.86 m -2.19 m 1.32 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -92.9 cm 2.86 m -2.19 m 0 eV 1.32 keV 80.2 um 80.2 um expHall_P eIoni +Track (trackID 312, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2131, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 311, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 m 2.81 m -2.8 m 21.7 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.35 m 2.81 m -2.8 m 20.2 keV 312 eV 327 um 327 um expHall_P eIoni - 2 -1.35 m 2.8 m -2.8 m 17.6 keV 2.62 keV 3.32 mm 3.65 mm expHall_P eIoni - 3 -1.35 m 2.8 m -2.8 m 14 keV 2.25 keV 1.62 mm 5.27 mm expHall_P eIoni - 4 -1.35 m 2.8 m -2.8 m 9.49 keV 4.52 keV 2.35 mm 7.62 mm expHall_P eIoni - 5 -1.35 m 2.8 m -2.8 m 4.48 keV 5 keV 1.7 mm 9.32 mm expHall_P eIoni - 6 -1.35 m 2.8 m -2.8 m 2.7 keV 379 eV 162 um 9.48 mm expHall_P eIoni - 7 -1.35 m 2.8 m -2.8 m 0 eV 2.7 keV 246 um 9.72 mm expHall_P eIoni -Track (trackID 2131, parentID 298) is processed with stopping code 2 + 0 -91.8 cm 2.82 m -2.17 m 11.9 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -91.8 cm 2.82 m -2.16 m 6.65 keV 5.24 keV 2.05 mm 2.05 mm expHall_P eIoni + 2 -91.8 cm 2.82 m -2.16 m 2.68 keV 2.99 keV 639 um 2.69 mm expHall_P eIoni + 3 -91.8 cm 2.82 m -2.16 m 0 eV 2.68 keV 243 um 2.93 mm expHall_P eIoni +Track (trackID 311, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2148, Parent ID = 2131 +* G4Track Information: Particle = e-, Track ID = 2119, Parent ID = 311 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 m 2.8 m -2.8 m 1.41 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.35 m 2.8 m -2.8 m 0 eV 1.41 keV 87.8 um 87.8 um expHall_P eIoni -Track (trackID 2148, parentID 2131) is processed with stopping code 2 + 0 -91.8 cm 2.82 m -2.16 m 991 eV 0 eV 0 fm 0 fm expHall_P initStep + 1 -91.8 cm 2.82 m -2.16 m 0 eV 991 eV 52.5 um 52.5 um expHall_P eIoni +Track (trackID 2119, parentID 311) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2147, Parent ID = 2131 +* G4Track Information: Particle = e-, Track ID = 310, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 m 2.8 m -2.8 m 1.35 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.35 m 2.8 m -2.8 m 0 eV 1.35 keV 82.5 um 82.5 um expHall_P eIoni -Track (trackID 2147, parentID 2131) is processed with stopping code 2 + 0 -89.5 cm 2.75 m -2.11 m 2.97 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -89.5 cm 2.75 m -2.11 m 0 eV 2.97 keV 289 um 289 um expHall_P eIoni +Track (trackID 310, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2146, Parent ID = 2131 +* G4Track Information: Particle = e-, Track ID = 309, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 m 2.81 m -2.8 m 1.13 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.35 m 2.81 m -2.8 m 0 eV 1.13 keV 63.8 um 63.8 um expHall_P eIoni -Track (trackID 2146, parentID 2131) is processed with stopping code 2 + 0 -88.4 cm 2.71 m -2.09 m 22.9 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -88.4 cm 2.71 m -2.09 m 19.5 keV 3.36 keV 3.8 mm 3.8 mm expHall_P eIoni + 2 -88.4 cm 2.71 m -2.09 m 16.6 keV 2.89 keV 3.2 mm 7 mm expHall_P eIoni + 3 -88.3 cm 2.71 m -2.1 m 11.6 keV 3.68 keV 2.09 mm 9.09 mm expHall_P eIoni + 4 -88.2 cm 2.71 m -2.1 m 7.88 keV 2.37 keV 606 um 9.7 mm expHall_P eIoni + 5 -88.2 cm 2.71 m -2.1 m 1.73 keV 6.16 keV 1.43 mm 1.11 cm expHall_P eIoni + 6 -88.2 cm 2.71 m -2.1 m 0 eV 1.73 keV 120 um 1.12 cm expHall_P eIoni +Track (trackID 309, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2130, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 2121, Parent ID = 309 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 m 2.76 m -2.65 m 1.06 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.23 m 2.76 m -2.65 m 0 eV 1.06 keV 57.5 um 57.5 um expHall_P eIoni -Track (trackID 2130, parentID 298) is processed with stopping code 2 + 0 -88.2 cm 2.71 m -2.1 m 1.36 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -88.2 cm 2.71 m -2.1 m 0 eV 1.36 keV 83.8 um 83.8 um expHall_P eIoni +Track (trackID 2121, parentID 309) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2129, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 2120, Parent ID = 309 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.15 m 2.73 m -2.53 m 1.38 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.15 m 2.73 m -2.53 m 0 eV 1.38 keV 84.9 um 84.9 um expHall_P eIoni -Track (trackID 2129, parentID 298) is processed with stopping code 2 + 0 -88.3 cm 2.71 m -2.1 m 1.33 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -88.3 cm 2.71 m -2.1 m 0 eV 1.33 keV 80.3 um 80.3 um expHall_P eIoni +Track (trackID 2120, parentID 309) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2128, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 308, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 m 2.67 m -2.33 m 2.5 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.02 m 2.67 m -2.33 m 0 eV 2.5 keV 216 um 216 um expHall_P eIoni -Track (trackID 2128, parentID 298) is processed with stopping code 2 + 0 -84.4 cm 2.59 m -2 m 4.97 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -84.4 cm 2.59 m -2 m 3.96 MeV 840 keV 670 um 670 um caloLayer_phys eBrem + 2 -84.4 cm 2.59 m -2 m 2.86 MeV 941 keV 514 um 1.18 mm caloLayer_phys eBrem + 3 -84.4 cm 2.59 m -2 m 2.2 MeV 382 keV 319 um 1.5 mm caloLayer_phys eBrem + 4 -84.4 cm 2.59 m -2 m 1.9 MeV 296 keV 337 um 1.84 mm caloLayer_phys msc + 5 -84.3 cm 2.59 m -2 m 452 keV 1.45 MeV 1.37 mm 3.21 mm caloLayer_phys eIoni + 6 -84.3 cm 2.59 m -2 m 0 eV 452 keV 265 um 3.47 mm caloLayer_phys eIoni +Track (trackID 308, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2127, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 307, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 m 2.67 m -2.32 m 1.37 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.01 m 2.67 m -2.32 m 0 eV 1.37 keV 84 um 84 um expHall_P eIoni -Track (trackID 2127, parentID 298) is processed with stopping code 2 + 0 -84.3 cm 2.59 m -1.99 m 1.82 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -84.3 cm 2.59 m -1.99 m 0 eV 1.82 MeV 1.33 mm 1.33 mm caloLayer_phys eIoni +Track (trackID 307, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2126, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 306, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 m 2.67 m -2.32 m 1.74 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -1.01 m 2.67 m -2.32 m 0 eV 1.74 keV 121 um 121 um expHall_P eIoni -Track (trackID 2126, parentID 298) is processed with stopping code 2 + 0 -84.3 cm 2.59 m -1.99 m 1.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -84.2 cm 2.59 m -1.99 m 854 keV 750 keV 539 um 539 um caloLayer_phys eBrem + 2 -84.2 cm 2.59 m -1.99 m 0 eV 854 keV 604 um 1.14 mm caloLayer_phys eIoni +Track (trackID 306, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2125, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 305, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -94.9 cm 2.63 m -2.23 m 1.09 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -94.9 cm 2.63 m -2.23 m 0 eV 1.09 keV 60.6 um 60.6 um expHall_P eIoni -Track (trackID 2125, parentID 298) is processed with stopping code 2 + 0 -83.9 cm 2.58 m -1.98 m 1.18 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -83.9 cm 2.58 m -1.99 m 0 eV 1.18 MeV 890 um 890 um caloLayer_phys eIoni +Track (trackID 305, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2124, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 304, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -94.4 cm 2.63 m -2.22 m 1.07 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -94.4 cm 2.63 m -2.22 m 0 eV 1.07 keV 58.9 um 58.9 um expHall_P eIoni -Track (trackID 2124, parentID 298) is processed with stopping code 2 + 0 -83.8 cm 2.57 m -1.98 m 2.98 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -83.8 cm 2.57 m -1.98 m 1.66 MeV 805 keV 794 um 794 um caloLayer_phys eBrem + 2 -83.8 cm 2.57 m -1.98 m 178 keV 1.48 MeV 1.24 mm 2.04 mm caloLayer_phys eIoni + 3 -83.8 cm 2.57 m -1.98 m 0 eV 178 keV 67.9 um 2.1 mm caloLayer_phys eIoni +Track (trackID 304, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2123, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 303, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -90.1 cm 2.59 m -2.13 m 1.38 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -90.1 cm 2.59 m -2.13 m 0 eV 1.38 keV 85.3 um 85.3 um expHall_P eIoni -Track (trackID 2123, parentID 298) is processed with stopping code 2 + 0 -82.6 cm 2.53 m -1.95 m 2.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -82.6 cm 2.53 m -1.95 m 814 keV 1.11 MeV 1.08 mm 1.08 mm caloLayer_phys eBrem + 2 -82.6 cm 2.53 m -1.95 m 0 eV 814 keV 570 um 1.65 mm caloLayer_phys eIoni +Track (trackID 303, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2122, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 302, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -89.1 cm 2.58 m -2.11 m 1.05 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -89.1 cm 2.58 m -2.11 m 0 eV 1.05 keV 57 um 57 um expHall_P eIoni -Track (trackID 2122, parentID 298) is processed with stopping code 2 + 0 -82.2 cm 2.52 m -1.95 m 1.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -82.3 cm 2.52 m -1.95 m 0 eV 1.21 MeV 915 um 915 um caloLayer_phys eIoni +Track (trackID 302, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2121, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 300, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -83.2 cm 2.55 m -2.02 m 6.04 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -83.2 cm 2.55 m -2.02 m 0 eV 6.04 keV 1 mm 1 mm expHall_P eIoni -Track (trackID 2121, parentID 298) is processed with stopping code 2 + 0 -81.3 cm 2.49 m -1.92 m 2.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.49 m -1.92 m 1.4 MeV 1.14 MeV 1.02 mm 1.02 mm caloLayer_phys eBrem + 2 -81.3 cm 2.5 m -1.92 m 196 keV 1.2 MeV 1.07 mm 2.09 mm caloLayer_phys eIoni + 3 -81.3 cm 2.5 m -1.92 m 0 eV 196 keV 78.9 um 2.17 mm caloLayer_phys eIoni +Track (trackID 300, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2120, Parent ID = 298 +* G4Track Information: Particle = e-, Track ID = 299, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -82.4 cm 2.54 m -2.01 m 1.26 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -82.4 cm 2.54 m -2.01 m 0 eV 1.26 keV 74.4 um 74.4 um expHall_P eIoni -Track (trackID 2120, parentID 298) is processed with stopping code 2 + 0 -81 cm 2.48 m -1.92 m 3.24 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.9 cm 2.48 m -1.92 m 1.41 MeV 1.64 MeV 896 um 896 um caloLayer_phys eBrem + 2 -81 cm 2.48 m -1.92 m 76.1 keV 1.21 MeV 918 um 1.81 mm caloLayer_phys eBrem + 3 -81 cm 2.48 m -1.92 m 0 eV 76.1 keV 17.6 um 1.83 mm caloLayer_phys eIoni +Track (trackID 299, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 298, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -81.7 cm 2.54 m -2 m 2.62 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -81.7 cm 2.54 m -2 m 2.15 MeV 472 keV 467 um 467 um caloLayer_phys msc - 2 -81.7 cm 2.54 m -2 m 2.05 MeV 99.8 keV 84.3 um 551 um caloLayer_phys msc - 3 -73.3 cm 2.44 m -2.11 m 2.05 MeV 0 eV 84.3 um 636 um expHall_P msc - 4 -64.9 cm 2.35 m -2.22 m 2.04 MeV 4.44 keV 3.22 cm 3.29 cm expHall_P msc - 5 -62.1 cm 2.32 m -2.25 m 2.03 MeV 10.7 keV 5.46 cm 8.74 cm expHall_P msc - 6 -57.8 cm 2.27 m -2.28 m 2.02 MeV 12.4 keV 7.41 cm 16.1 cm expHall_P msc - 7 -57.6 cm 2.27 m -2.29 m 2.02 MeV 367 eV 3.74 mm 16.5 cm expHall_P eIoni - 8 -47.2 cm 2.15 m -2.38 m 2.02 MeV 2.06 keV 1.39 cm 17.9 cm expHall_P msc - 9 -42.3 cm 2.1 m -2.42 m 2 MeV 14 keV 8.18 cm 26.1 cm expHall_P msc - 10 -40.4 cm 2.08 m -2.44 m 2 MeV 3.02 keV 3.45 cm 29.5 cm expHall_P msc - 11 -38 cm 2.04 m -2.47 m 1.99 MeV 8.54 keV 4.92 cm 34.5 cm expHall_P msc - 12 -37.9 cm 2.04 m -2.47 m 1.99 MeV 329 eV 2.68 mm 34.7 cm expHall_P eIoni - 13 -34.8 cm 2 m -2.5 m 1.98 MeV 8.49 keV 5.92 cm 40.6 cm expHall_P msc - 14 -31.9 cm 1.94 m -2.55 m 1.97 MeV 12 keV 8.17 cm 48.8 cm expHall_P eIoni - 15 -31.8 cm 1.94 m -2.55 m 1.91 MeV 66.5 eV 1.64 mm 49 cm expHall_P eIoni - 16 -31.6 cm 1.94 m -2.55 m 1.9 MeV 1.09 keV 7.27 mm 49.7 cm expHall_P eIoni - 17 -31.2 cm 1.93 m -2.56 m 1.9 MeV 2.14 keV 1.08 cm 50.8 cm expHall_P eIoni - 18 -27.3 cm 1.84 m -2.63 m 1.9 MeV 3.57 keV 8.48 mm 51.6 cm expHall_P msc - 19 -24.4 cm 1.75 m -2.7 m 1.88 MeV 14.2 keV 11.5 cm 63.2 cm expHall_P eIoni - 20 -19.2 cm 1.67 m -2.76 m 1.86 MeV 16.6 keV 11.4 cm 74.6 cm expHall_P msc - 21 -16.4 cm 1.62 m -2.78 m 1.85 MeV 9.96 keV 5.64 cm 80.2 cm expHall_P eIoni - 22 -12.2 cm 1.56 m -2.82 m 1.84 MeV 10.8 keV 8.29 cm 88.5 cm expHall_P msc - 23 -11.7 cm 1.56 m -2.82 m 1.83 MeV 1.96 keV 9.39 mm 89.5 cm expHall_P eIoni - 24 -8.35 cm 1.5 m -2.86 m 1.82 MeV 10.6 keV 7 cm 96.5 cm expHall_P msc - 25 -7.92 cm 1.5 m -2.86 m 1.81 MeV 2.35 keV 1.05 cm 97.5 cm expHall_P eIoni - 26 -6.9 cm 1.48 m -2.87 m 1.81 MeV 3.27 keV 2.41 cm 99.9 cm expHall_P eIoni - 27 -5.57 cm 1.45 m -2.89 m 1.81 MeV 4.1 keV 3.4 cm 1.03 m expHall_P msc - 28 -5.41 cm 1.45 m -2.89 m 1.81 MeV 213 eV 3.77 mm 1.04 m expHall_P msc - 29 -4.81 cm 1.44 m -2.9 m 1.8 MeV 2.15 keV 1.33 cm 1.05 m expHall_P msc - 30 -4.33 cm 1.43 m -2.9 m 1.8 MeV 1.44 keV 1.04 cm 1.06 m expHall_P msc - 31 -3.7 cm 1.42 m -2.91 m 1.8 MeV 1.56 keV 1.13 cm 1.07 m expHall_P msc - 32 -3.07 cm 1.42 m -2.91 m 1.8 MeV 2.25 keV 1.09 cm 1.08 m expHall_P msc - 33 -2.68 cm 1.41 m -2.92 m 1.79 MeV 838 eV 6.55 mm 1.09 m expHall_P eIoni - 34 -2.07 cm 1.4 m -2.92 m 1.79 MeV 1.04 keV 1.07 cm 1.1 m expHall_P eIoni - 35 2.07 cm 1.35 m -2.95 m 1.79 MeV 1.26 keV 7.92 mm 1.11 m expHall_P msc - 36 5.63 cm 1.31 m -2.98 m 1.7 MeV 7.79 keV 6.29 cm 1.17 m expHall_P eIoni - 37 8.78 cm 1.28 m -3 m 1.69 MeV 7.82 keV 5.01 cm 1.22 m expHall_P eIoni - 38 9.09 cm 1.28 m -3 m 1.69 MeV 967 eV 4.66 mm 1.23 m expHall_P eIoni - 39 23.9 cm 1.18 m -3.1 m 1.66 MeV 28.4 keV 20.3 cm 1.43 m expHall_P eIoni - 40 24.4 cm 1.18 m -3.11 m 1.66 MeV 451 eV 7.2 mm 1.44 m expHall_P eIoni - 41 39.2 cm 1.1 m -3.18 m 1.63 MeV 28.4 keV 18.2 cm 1.62 m expHall_P msc - 42 42.6 cm 1.09 m -3.2 m 1.62 MeV 7.23 keV 4.24 cm 1.66 m expHall_P msc - 43 46.1 cm 1.07 m -3.22 m 1.59 MeV 5.32 keV 4.44 cm 1.71 m expHall_P eIoni - 44 52.8 cm 1.03 m -3.26 m 1.57 MeV 12.8 keV 8.97 cm 1.8 m expHall_P msc - 45 54 cm 1.02 m -3.27 m 1.57 MeV 1.24 keV 1.49 cm 1.81 m expHall_P msc - 46 57 cm 1 m -3.29 m 1.57 MeV 5.08 keV 3.91 cm 1.85 m expHall_P msc - 47 59.3 cm 99.2 cm -3.31 m 1.56 MeV 5.42 keV 3.14 cm 1.88 m expHall_P msc - 48 61.2 cm 98.3 cm -3.32 m 1.55 MeV 4.46 keV 2.46 cm 1.91 m expHall_P eIoni - 49 64.2 cm 97.1 cm -3.34 m 1.55 MeV 6.15 keV 3.61 cm 1.94 m expHall_P msc - 50 65 cm 96.8 cm -3.34 m 1.55 MeV 521 eV 9.17 mm 1.95 m expHall_P msc - 51 66.5 cm 96.3 cm -3.35 m 1.54 MeV 2.03 keV 1.76 cm 1.97 m expHall_P msc - 52 67.8 cm 95.9 cm -3.35 m 1.54 MeV 2.24 keV 1.47 cm 1.98 m expHall_P eIoni - 53 68.2 cm 95.8 cm -3.35 m 1.54 MeV 352 eV 4.64 mm 1.99 m expHall_P eIoni - 54 68.9 cm 95.6 cm -3.36 m 1.54 MeV 1.03 keV 7.33 mm 1.99 m expHall_P eIoni - 55 78 cm 93.2 cm -3.4 m 1.54 MeV 2.4 keV 1.46 cm 2.01 m expHall_P msc - 56 85.7 cm 90.9 cm -3.43 m 1.52 MeV 11.8 keV 8.84 cm 2.1 m expHall_P eIoni - 57 88.2 cm 90.3 cm -3.44 m 1.51 MeV 4.41 keV 2.8 cm 2.13 m expHall_P eIoni - 58 91.5 cm 89 cm -3.46 m 1.5 MeV 6.02 keV 3.75 cm 2.16 m expHall_P eIoni - 59 1.01 m 85.5 cm -3.5 m 1.49 MeV 13.1 keV 10.8 cm 2.27 m expHall_P eIoni - 60 1.08 m 82.1 cm -3.55 m 1.47 MeV 14.9 keV 9.57 cm 2.37 m expHall_P eIoni - 61 1.22 m 78.8 cm -3.62 m 1.44 MeV 23.7 keV 16.2 cm 2.53 m expHall_P eIoni - 62 1.26 m 78.4 cm -3.65 m 1.43 MeV 6.67 keV 4.88 cm 2.58 m expHall_P eIoni - 63 1.28 m 78.4 cm -3.66 m 1.42 MeV 1.64 keV 1.42 cm 2.59 m expHall_P eIoni - 64 1.33 m 78.5 cm -3.7 m 1.4 MeV 10.9 keV 6.8 cm 2.66 m expHall_P eIoni - 65 1.36 m 78.8 cm -3.72 m 1.4 MeV 3.1 keV 3.28 cm 2.69 m expHall_P eIoni - 66 1.46 m 79.2 cm -3.76 m 1.38 MeV 14.1 keV 11.4 cm 2.81 m expHall_P eIoni - 67 1.58 m 80.4 cm -3.81 m 1.36 MeV 23 keV 13.4 cm 2.94 m expHall_P eIoni - 68 1.66 m 82.8 cm -3.85 m 1.34 MeV 14.3 keV 9.11 cm 3.03 m expHall_P msc - 69 1.7 m 84 cm -3.87 m 1.33 MeV 7.15 keV 4.22 cm 3.07 m expHall_P eIoni - 70 1.77 m 86.2 cm -3.91 m 1.32 MeV 13.6 keV 8.26 cm 3.16 m expHall_P msc - 71 1.79 m 86.4 cm -3.92 m 1.31 MeV 4.79 keV 2.49 cm 3.18 m expHall_P msc - 72 1.83 m 86.7 cm -3.94 m 1.31 MeV 4.39 keV 4.18 cm 3.22 m expHall_P eIoni - 73 1.84 m 86.9 cm -3.95 m 1.3 MeV 2.78 keV 1.8 cm 3.24 m expHall_P eIoni - 74 1.88 m 87.6 cm -3.97 m 1.3 MeV 6.09 keV 4.02 cm 3.28 m expHall_P msc - 75 1.88 m 87.7 cm -3.97 m 1.3 MeV 905 eV 8.13 mm 3.29 m expHall_P eIoni - 76 2.01 m 89.3 cm -4.01 m 1.29 MeV 2.98 keV 2.87 cm 3.32 m expHall_P msc - 77 2.1 m 91.1 cm -4.04 m 1.27 MeV 14.2 keV 9.98 cm 3.42 m expHall_P eIoni - 78 2.22 m 95.8 cm -4.08 m 1.25 MeV 18.8 keV 13.7 cm 3.55 m expHall_P eIoni - 79 2.3 m 99.7 cm -4.09 m 1.23 MeV 14 keV 8.97 cm 3.64 m expHall_P eIoni - 80 2.43 m 1.05 m -4.12 m 1.21 MeV 17.7 keV 14.6 cm 3.79 m expHall_P eIoni - 81 2.45 m 1.06 m -4.12 m 1.21 MeV 3.98 keV 1.98 cm 3.81 m expHall_P eIoni - 82 2.46 m 1.07 m -4.12 m 1.2 MeV 1.86 keV 1.4 cm 3.82 m expHall_P eIoni - 83 2.52 m 1.11 m -4.13 m 1.19 MeV 10.4 keV 7.85 cm 3.9 m expHall_P eIoni - 84 2.58 m 1.17 m -4.14 m 1.18 MeV 9.61 keV 7.71 cm 3.98 m expHall_P eIoni - 85 2.64 m 1.21 m -4.15 m 1.17 MeV 8.52 keV 7.53 cm 4.06 m expHall_P eIoni - 86 2.81 m 1.29 m -4.11 m 1.13 MeV 31.4 keV 19 cm 4.25 m expHall_P eIoni - 87 2.93 m 1.37 m -4.09 m 1.11 MeV 21.1 keV 14.8 cm 4.39 m expHall_P eIoni - 88 2.97 m 1.39 m -4.1 m 1.1 MeV 5.68 keV 4.46 cm 4.44 m expHall_P eIoni - 89 3.03 m 1.41 m -4.1 m 1.09 MeV 9.07 keV 5.87 cm 4.5 m expHall_P eIoni - 90 3.03 m 1.41 m -4.1 m 1.09 MeV 448 eV 5.75 mm 4.5 m expHall_P eIoni - 91 3.08 m 1.43 m -4.09 m 1.07 MeV 8.92 keV 5.03 cm 4.55 m expHall_P eIoni - 92 3.08 m 1.43 m -4.09 m 1.07 MeV 1.54 keV 3.98 mm 4.56 m expHall_P eIoni - 93 3.15 m 1.46 m -4.09 m 1.06 MeV 9.42 keV 7.66 cm 4.63 m expHall_P eIoni - 94 3.16 m 1.47 m -4.09 m 1.06 MeV 2.55 keV 1.18 cm 4.64 m expHall_P eIoni - 95 3.16 m 1.47 m -4.09 m 1.05 MeV 2.59 eV 17.9 um 4.64 m expHall_P eIoni - 96 3.22 m 1.53 m -4.1 m 1.04 MeV 12.4 keV 8.64 cm 4.73 m expHall_P eIoni - 97 3.26 m 1.58 m -4.09 m 1.03 MeV 10.6 keV 6.13 cm 4.79 m expHall_P eIoni - 98 3.28 m 1.61 m -4.09 m 1.02 MeV 6.29 keV 4.18 cm 4.83 m expHall_P eIoni - 99 3.32 m 1.65 m -4.09 m 1.01 MeV 5.21 keV 5.56 cm 4.89 m expHall_P eIoni - 100 3.35 m 1.68 m -4.09 m 1.01 MeV 4.97 keV 4.45 cm 4.93 m expHall_P msc - 101 3.38 m 1.71 m -4.09 m 1 MeV 5.39 keV 3.63 cm 4.97 m expHall_P msc - 102 3.4 m 1.73 m -4.09 m 999 keV 5.11 keV 2.99 cm 5 m expHall_P msc - 103 3.41 m 1.75 m -4.09 m 995 keV 3.37 keV 2.43 cm 5.02 m expHall_P msc - 104 3.43 m 1.76 m -4.09 m 992 keV 2.93 keV 1.96 cm 5.04 m expHall_P msc - 105 3.44 m 1.77 m -4.09 m 989 keV 3.6 keV 1.67 cm 5.06 m expHall_P msc - 106 3.45 m 1.78 m -4.09 m 986 keV 2.52 keV 1.38 cm 5.08 m expHall_P msc - 107 3.45 m 1.79 m -4.08 m 984 keV 392 eV 2.1 mm 5.08 m expHall_P eIoni - 108 3.46 m 1.79 m -4.08 m 983 keV 1.59 keV 1.21 cm 5.09 m expHall_P msc - 109 3.46 m 1.8 m -4.08 m 981 keV 1.33 keV 8.47 mm 5.1 m expHall_P msc - 110 3.47 m 1.81 m -4.08 m 980 keV 1.16 keV 7.19 mm 5.1 m expHall_P msc - 111 3.47 m 1.81 m -4.08 m 980 keV 770 eV 5.86 mm 5.11 m expHall_P msc - 112 3.47 m 1.81 m -4.08 m 979 keV 821 eV 4.87 mm 5.12 m expHall_P msc - 113 3.48 m 1.82 m -4.08 m 978 keV 613 eV 4.04 mm 5.12 m expHall_P msc - 114 3.48 m 1.82 m -4.08 m 978 keV 440 eV 3.41 mm 5.12 m expHall_P msc - 115 3.48 m 1.82 m -4.08 m 977 keV 195 eV 2.83 mm 5.13 m expHall_P msc - 116 3.48 m 1.82 m -4.08 m 977 keV 180 eV 2.4 mm 5.13 m expHall_P msc - 117 3.48 m 1.83 m -4.08 m 977 keV 232 eV 2 mm 5.13 m expHall_P msc - 118 3.48 m 1.83 m -4.08 m 977 keV 403 eV 1.67 mm 5.13 m expHall_P msc - 119 3.49 m 1.83 m -4.08 m 976 keV 218 eV 1.39 mm 5.13 m expHall_P msc - 120 3.49 m 1.83 m -4.08 m 976 keV 437 eV 1.17 mm 5.13 m expHall_P msc - 121 3.49 m 1.83 m -4.08 m 976 keV 138 eV 994 um 5.14 m expHall_P msc - 122 3.49 m 1.83 m -4.08 m 976 keV 27.1 eV 841 um 5.14 m expHall_P msc - 123 3.49 m 1.83 m -4.08 m 976 keV 116 eV 717 um 5.14 m expHall_P msc - 124 3.49 m 1.83 m -4.08 m 976 keV 93.8 eV 605 um 5.14 m expHall_P msc - 125 3.49 m 1.83 m -4.08 m 976 keV 19 eV 513 um 5.14 m expHall_P msc - 126 3.49 m 1.83 m -4.08 m 976 keV 41.8 eV 434 um 5.14 m expHall_P msc - 127 3.49 m 1.83 m -4.08 m 976 keV 13.5 eV 367 um 5.14 m expHall_P msc - 128 3.49 m 1.83 m -4.08 m 976 keV 0 eV 311 um 5.14 m expHall_P msc - 129 3.49 m 1.83 m -4.08 m 976 keV 0 eV 265 um 5.14 m expHall_P msc - 130 3.49 m 1.83 m -4.08 m 976 keV 15.1 eV 225 um 5.14 m expHall_P msc - 131 3.49 m 1.83 m -4.08 m 976 keV 1.19 eV 191 um 5.14 m expHall_P msc - 132 3.49 m 1.83 m -4.08 m 975 keV 49.9 eV 162 um 5.14 m expHall_P msc - 133 3.49 m 1.83 m -4.08 m 975 keV 0 eV 138 um 5.14 m expHall_P msc - 134 3.49 m 1.83 m -4.08 m 975 keV 0 eV 117 um 5.14 m expHall_P msc - 135 3.49 m 1.83 m -4.08 m 975 keV 15.2 eV 99.1 um 5.14 m expHall_P msc - 136 3.49 m 1.83 m -4.08 m 975 keV 10.9 eV 84.3 um 5.14 m expHall_P msc - 137 3.49 m 1.83 m -4.08 m 975 keV 0 eV 84.3 um 5.14 m expHall_P msc - 138 3.49 m 1.83 m -4.08 m 975 keV 0 eV 84.3 um 5.14 m expHall_P msc - 139 3.49 m 1.83 m -4.08 m 975 keV 38.4 eV 84.3 um 5.14 m expHall_P msc - 140 3.49 m 1.83 m -4.08 m 975 keV 0 eV 84.3 um 5.14 m expHall_P msc - 141 3.49 m 1.83 m -4.08 m 975 keV 29.1 eV 84.3 um 5.14 m expHall_P msc - 142 3.49 m 1.83 m -4.08 m 975 keV 5.72 eV 39.3 um 5.14 m expHall_P CoupledTransportation - 143 3.49 m 1.84 m -4.08 m 868 keV 108 keV 600 um 5.14 m muoncounter_P msc - 144 3.49 m 1.84 m -4.08 m 617 keV 251 keV 791 um 5.14 m muoncounter_P msc - 145 3.49 m 1.84 m -4.08 m 362 keV 255 keV 791 um 5.14 m muoncounter_P msc - 146 3.49 m 1.84 m -4.08 m 198 keV 164 keV 791 um 5.14 m muoncounter_P msc - 147 3.49 m 1.84 m -4.08 m 0 eV 198 keV 431 um 5.14 m muoncounter_P eIoni -Track (trackID 297, parentID 3) is processed with stopping code 2 + 0 -80.8 cm 2.48 m -1.91 m 21.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.8 cm 2.48 m -1.91 m 18.4 MeV 2.56 MeV 2.36 mm 2.36 mm caloLayer_phys eBrem + 2 -80.9 cm 2.48 m -1.91 m 16.9 MeV 988 keV 1.01 mm 3.36 mm caloLayer_phys eBrem + 3 -81 cm 2.48 m -1.91 m 13.6 MeV 1.46 MeV 1.27 mm 4.63 mm caloLayer_phys eBrem + 4 -81.1 cm 2.48 m -1.91 m 12.6 MeV 749 keV 584 um 5.22 mm caloLayer_phys eBrem + 5 -81.1 cm 2.48 m -1.92 m 10.8 MeV 1.54 MeV 1.44 mm 6.66 mm caloLayer_phys eBrem + 6 -81.2 cm 2.48 m -1.92 m 9.77 MeV 758 keV 730 um 7.39 mm caloLayer_phys eBrem + 7 -81.2 cm 2.48 m -1.92 m 9.06 MeV 265 keV 242 um 7.63 mm caloLayer_phys eBrem + 8 -81.3 cm 2.48 m -1.92 m 7.59 MeV 905 keV 787 um 8.42 mm caloLayer_phys eBrem + 9 -81.3 cm 2.48 m -1.92 m 6.68 MeV 410 keV 356 um 8.78 mm caloLayer_phys eBrem + 10 -81.3 cm 2.48 m -1.92 m 5.23 MeV 1.06 MeV 957 um 9.73 mm caloLayer_phys eBrem + 11 -81.5 cm 2.48 m -1.92 m 2.69 MeV 2.54 MeV 2.27 mm 1.2 cm caloLayer_phys eIoni + 12 -81.6 cm 2.48 m -1.92 m 820 keV 1.87 MeV 1.67 mm 1.37 cm caloLayer_phys eIoni + 13 -81.6 cm 2.48 m -1.92 m 366 keV 98.3 keV 115 um 1.38 cm caloLayer_phys eBrem + 14 -81.6 cm 2.48 m -1.92 m 0 eV 366 keV 198 um 1.4 cm caloLayer_phys eIoni +Track (trackID 298, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2149, Parent ID = 297 +* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.6 cm 2.27 m -2.29 m 1.84 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -57.6 cm 2.27 m -2.29 m 0 eV 1.84 keV 133 um 133 um expHall_P eIoni -Track (trackID 2149, parentID 297) is processed with stopping code 2 + 0 -80.7 cm 2.48 m -1.91 m 1.65 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.7 cm 2.48 m -1.91 m 350 keV 1.3 MeV 1.24 mm 1.24 mm caloLayer_phys eIoni + 2 -80.7 cm 2.48 m -1.91 m 0 eV 350 keV 186 um 1.42 mm caloLayer_phys eIoni +Track (trackID 297, parentID 3) is processed with stopping code 2 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 296, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80.4 cm 2.49 m -1.96 m 2.27 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -80.4 cm 2.49 m -1.96 m 1.56 MeV 714 keV 786 um 786 um caloLayer_phys eBrem - 2 -80.4 cm 2.49 m -1.96 m 310 keV 705 keV 599 um 1.38 mm caloLayer_phys eBrem - 3 -80.4 cm 2.49 m -1.96 m 0 eV 310 keV 156 um 1.54 mm caloLayer_phys eIoni + 0 -80.7 cm 2.47 m -1.91 m 1.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.7 cm 2.47 m -1.91 m 0 eV 1.26 MeV 954 um 954 um caloLayer_phys eIoni Track (trackID 296, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5295,60 +5112,47 @@ Track (trackID 296, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80.1 cm 2.49 m -1.96 m 11.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -80.1 cm 2.49 m -1.96 m 8.5 MeV 1.34 MeV 1.07 mm 1.07 mm caloLayer_phys eBrem - 2 -80.1 cm 2.49 m -1.96 m 7.67 MeV 829 keV 647 um 1.72 mm caloLayer_phys eBrem - 3 -80.1 cm 2.49 m -1.96 m 6.43 MeV 1.05 MeV 689 um 2.41 mm caloLayer_phys eBrem - 4 -80.1 cm 2.49 m -1.96 m 3.58 MeV 2.84 MeV 2.5 mm 4.91 mm caloLayer_phys eIoni - 5 -80.1 cm 2.49 m -1.96 m 1.4 MeV 871 keV 827 um 5.73 mm caloLayer_phys eIoni - 6 -80.1 cm 2.49 m -1.96 m 1.06 MeV 98.1 keV 101 um 5.83 mm caloLayer_phys eBrem - 7 -80.1 cm 2.49 m -1.96 m 107 keV 957 keV 776 um 6.61 mm caloLayer_phys eBrem - 8 -80.1 cm 2.49 m -1.96 m 0 eV 107 keV 30.6 um 6.64 mm caloLayer_phys eIoni + 0 -80.7 cm 2.47 m -1.91 m 6.93 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.6 cm 2.48 m -1.91 m 5.98 MeV 946 keV 804 um 804 um caloLayer_phys msc + 2 -80.6 cm 2.48 m -1.91 m 5.48 MeV 501 keV 370 um 1.17 mm caloLayer_phys msc + 3 -80.6 cm 2.47 m -1.91 m 2.53 MeV 156 keV 155 um 1.33 mm caloLayer_phys eBrem + 4 -80.6 cm 2.47 m -1.91 m 1.84 MeV 528 keV 381 um 1.71 mm caloLayer_phys eBrem + 5 -80.6 cm 2.47 m -1.91 m 257 keV 1.08 MeV 838 um 2.55 mm caloLayer_phys eBrem + 6 -80.6 cm 2.47 m -1.91 m 0 eV 257 keV 118 um 2.67 mm caloLayer_phys eIoni Track (trackID 295, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2211, Parent ID = 295 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80.1 cm 2.49 m -1.96 m 1.32 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -80.2 cm 2.49 m -1.96 m 244 keV 1.07 MeV 1 mm 1 mm caloLayer_phys eIoni - 2 -80.2 cm 2.49 m -1.96 m 0 eV 244 keV 110 um 1.11 mm caloLayer_phys eIoni -Track (trackID 2211, parentID 295) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 294, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -79.9 cm 2.48 m -1.95 m 7.35 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -80 cm 2.48 m -1.95 m 6.08 MeV 1.27 MeV 1.17 mm 1.17 mm caloLayer_phys msc - 2 -80 cm 2.48 m -1.95 m 5.36 MeV 727 keV 632 um 1.81 mm caloLayer_phys msc - 3 -80 cm 2.48 m -1.95 m 3.21 MeV 746 keV 578 um 2.38 mm caloLayer_phys eIoni - 4 -80 cm 2.48 m -1.95 m 643 keV 2.57 MeV 1.81 mm 4.2 mm caloLayer_phys eIoni - 5 -80 cm 2.48 m -1.95 m 0 eV 643 keV 423 um 4.62 mm caloLayer_phys eIoni + 0 -80.6 cm 2.47 m -1.91 m 1.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.7 cm 2.47 m -1.91 m 1.32 MeV 23.8 keV 31.7 um 31.7 um caloLayer_phys msc + 2 -80.7 cm 2.47 m -1.91 m 30.5 keV 1.29 MeV 1.01 mm 1.04 mm caloLayer_phys eIoni + 3 -80.7 cm 2.47 m -1.91 m 0 eV 30.5 keV 4 um 1.04 mm caloLayer_phys eIoni Track (trackID 294, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2213, Parent ID = 294 +* G4Track Information: Particle = e-, Track ID = 293, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80 cm 2.48 m -1.95 m 1.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -80 cm 2.48 m -1.95 m 160 keV 621 keV 648 um 648 um caloLayer_phys eBrem - 2 -80 cm 2.48 m -1.95 m 0 eV 160 keV 57.7 um 705 um caloLayer_phys eIoni -Track (trackID 2213, parentID 294) is processed with stopping code 2 + 0 -80.6 cm 2.47 m -1.91 m 900 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -80.5 cm 2.47 m -1.91 m 832 keV 68.7 keV 458 um 458 um caloM_P msc + 2 -80.5 cm 2.47 m -1.91 m 516 keV 315 keV 493 um 951 um caloM_P eIoni + 3 -80.4 cm 2.47 m -1.91 m 349 keV 167 keV 642 um 1.59 mm caloM_P msc + 4 -80.4 cm 2.47 m -1.91 m 6.76 keV 342 keV 1.03 mm 2.62 mm caloM_P eIoni + 5 -80.4 cm 2.47 m -1.91 m 0 eV 6.76 keV 1.23 um 2.63 mm caloM_P eIoni +Track (trackID 293, parentID 3) is processed with stopping code 2 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 292, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -79.8 cm 2.48 m -1.95 m 4.68 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -79.9 cm 2.48 m -1.95 m 4.46 MeV 223 keV 189 um 189 um caloLayer_phys msc - 2 -79.9 cm 2.48 m -1.95 m 2.15 MeV 2.3 MeV 2.11 mm 2.3 mm caloLayer_phys eIoni - 3 -79.9 cm 2.48 m -1.95 m 1.8 MeV 127 keV 184 um 2.48 mm caloLayer_phys eBrem - 4 -79.9 cm 2.48 m -1.95 m 0 eV 1.8 MeV 1.32 mm 3.8 mm caloLayer_phys eIoni + 0 -80.6 cm 2.47 m -1.91 m 1.07 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -80.5 cm 2.47 m -1.91 m 967 keV 103 keV 751 um 751 um caloM_P msc + 2 -80.5 cm 2.47 m -1.91 m 0 eV 967 keV 702 um 1.45 mm caloLayer_phys eIoni Track (trackID 292, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5356,45 +5160,78 @@ Track (trackID 292, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -79.4 cm 2.46 m -1.94 m 289 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -79.4 cm 2.46 m -1.94 m 0 eV 289 keV 779 um 779 um caloM_P eIoni + 0 -80.3 cm 2.46 m -1.9 m 666 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -80.1 cm 2.46 m -1.9 m 303 keV 363 keV 1.8 mm 1.8 mm caloM_P eIoni + 2 -80.1 cm 2.46 m -1.9 m 0 eV 303 keV 835 um 2.63 mm caloM_P eIoni Track (trackID 291, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 290, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 289, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -79 cm 2.45 m -1.93 m 13.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -79 cm 2.45 m -1.93 m 13.3 MeV 429 keV 233 um 233 um caloLayer_phys eBrem - 2 -79 cm 2.45 m -1.93 m 12.4 MeV 369 keV 224 um 456 um caloLayer_phys eBrem - 3 -79.1 cm 2.45 m -1.93 m 10.6 MeV 1.87 MeV 1.67 mm 2.13 mm caloLayer_phys msc - 4 -79.1 cm 2.45 m -1.93 m 9.69 MeV 780 keV 705 um 2.84 mm caloLayer_phys eBrem - 5 -79.1 cm 2.45 m -1.93 m 7.98 MeV 554 keV 433 um 3.27 mm caloLayer_phys eBrem - 6 -79.1 cm 2.45 m -1.93 m 6.29 MeV 1 MeV 512 um 3.78 mm caloLayer_phys eBrem - 7 -79.1 cm 2.45 m -1.93 m 4.61 MeV 534 keV 371 um 4.15 mm caloLayer_phys eBrem - 8 -79.1 cm 2.45 m -1.93 m 1.18 MeV 1.24 MeV 869 um 5.02 mm caloLayer_phys eBrem - 9 -79.1 cm 2.45 m -1.93 m 0 eV 1.18 MeV 889 um 5.91 mm caloLayer_phys eIoni -Track (trackID 290, parentID 3) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 22.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 21.2 MeV 636 keV 479 um 479 um caloLayer_phys eBrem + 2 -80 cm 2.45 m -1.89 m 15.1 MeV 109 keV 78.7 um 558 um caloLayer_phys eBrem + 3 -80 cm 2.45 m -1.89 m 13.5 MeV 988 keV 922 um 1.48 mm caloLayer_phys eBrem + 4 -80 cm 2.45 m -1.89 m 12.1 MeV 1.48 MeV 588 um 2.07 mm caloLayer_phys CoupledTransportation + 5 -79.7 cm 2.46 m -1.9 m 9.48 MeV 2.58 MeV 1.52 cm 1.73 cm caloM_P eIoni + 6 -79.6 cm 2.47 m -1.91 m 8.54 MeV 804 keV 4.01 mm 2.13 cm caloM_P eBrem + 7 -79.6 cm 2.47 m -1.91 m 8.21 MeV 32.8 keV 240 um 2.16 cm caloM_P eIoni + 8 -79.3 cm 2.47 m -1.91 m 6.32 MeV 814 keV 4.97 mm 2.65 cm caloM_P eIoni + 9 -79 cm 2.48 m -1.91 m 4.75 MeV 1.57 MeV 8.59 mm 3.51 cm caloM_P eIoni + 10 -79 cm 2.48 m -1.91 m 4.74 MeV 5.14 keV 31.9 um 3.52 cm caloM_P CoupledTransportation + 11 -79 cm 2.48 m -1.91 m 4.58 MeV 164 keV 207 um 3.54 cm caloLayer_phys msc + 12 -79 cm 2.48 m -1.91 m 4.43 MeV 153 keV 155 um 3.55 cm caloLayer_phys msc + 13 -79 cm 2.48 m -1.91 m 4.28 MeV 143 keV 155 um 3.57 cm caloLayer_phys msc + 14 -79 cm 2.48 m -1.91 m 4.11 MeV 177 keV 155 um 3.58 cm caloLayer_phys msc + 15 -79 cm 2.48 m -1.91 m 3.81 MeV 25.2 keV 16.4 um 3.58 cm caloLayer_phys eBrem + 16 -79 cm 2.48 m -1.91 m 3.68 MeV 126 keV 155 um 3.6 cm caloLayer_phys msc + 17 -79 cm 2.48 m -1.91 m 3.5 MeV 183 keV 155 um 3.62 cm caloLayer_phys msc + 18 -79 cm 2.48 m -1.91 m 3.37 MeV 132 keV 155 um 3.63 cm caloLayer_phys msc + 19 -79 cm 2.48 m -1.91 m 2.88 MeV 488 keV 155 um 3.65 cm caloLayer_phys msc + 20 -79.1 cm 2.48 m -1.91 m 2.7 MeV 183 keV 194 um 3.67 cm caloLayer_phys msc + 21 -79.1 cm 2.48 m -1.91 m 2.49 MeV 208 keV 210 um 3.69 cm caloLayer_phys msc + 22 -79.1 cm 2.48 m -1.91 m 271 keV 15.1 keV 20.1 um 3.69 cm caloLayer_phys eBrem + 23 -79.1 cm 2.48 m -1.91 m 0 eV 271 keV 128 um 3.7 cm caloLayer_phys eIoni +Track (trackID 289, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 289, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2149, Parent ID = 289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -79 cm 2.45 m -1.93 m 1.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -79 cm 2.45 m -1.93 m 367 keV 1.43 MeV 1.32 mm 1.32 mm caloLayer_phys eIoni - 2 -79 cm 2.45 m -1.93 m 0 eV 367 keV 199 um 1.52 mm caloLayer_phys eIoni -Track (trackID 289, parentID 3) is processed with stopping code 2 + 0 -79.3 cm 2.47 m -1.91 m 1.08 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -79.3 cm 2.47 m -1.91 m 898 keV 172 keV 994 um 994 um caloM_P eBrem + 2 -79.2 cm 2.47 m -1.91 m 524 keV 374 keV 2.14 mm 3.14 mm caloM_P eIoni + 3 -79.1 cm 2.47 m -1.91 m 186 keV 338 keV 1.53 mm 4.67 mm caloM_P eIoni + 4 -79.1 cm 2.47 m -1.91 m 0 eV 186 keV 388 um 5.06 mm caloM_P eIoni +Track (trackID 2149, parentID 289) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2148, Parent ID = 289 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -79.6 cm 2.47 m -1.91 m 298 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -79.5 cm 2.47 m -1.91 m 0 eV 298 keV 812 um 812 um caloM_P eIoni +Track (trackID 2148, parentID 289) is processed with stopping code 2 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 288, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -78.8 cm 2.44 m -1.92 m 2.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -78.9 cm 2.44 m -1.92 m 973 keV 636 keV 557 um 557 um caloLayer_phys eBrem - 2 -78.9 cm 2.44 m -1.92 m 0 eV 973 keV 708 um 1.26 mm caloLayer_phys eIoni + 0 -79.9 cm 2.45 m -1.89 m 8.91 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.9 cm 2.45 m -1.89 m 7.74 MeV 188 keV 192 um 192 um caloLayer_phys eBrem + 2 -79.9 cm 2.45 m -1.89 m 6.63 MeV 1.11 MeV 1.14 mm 1.33 mm caloLayer_phys msc + 3 -80 cm 2.45 m -1.89 m 4.23 MeV 503 keV 408 um 1.74 mm caloLayer_phys eBrem + 4 -80 cm 2.45 m -1.89 m 3.03 MeV 433 keV 375 um 2.12 mm caloLayer_phys eBrem + 5 -80 cm 2.45 m -1.89 m 2.61 MeV 420 keV 262 um 2.38 mm caloLayer_phys eIoni + 6 -80 cm 2.45 m -1.89 m 1.49 MeV 151 keV 169 um 2.55 mm caloLayer_phys eBrem + 7 -80 cm 2.45 m -1.89 m 701 keV 637 keV 543 um 3.09 mm caloLayer_phys eBrem + 8 -80 cm 2.45 m -1.89 m 298 keV 297 keV 238 um 3.33 mm caloLayer_phys eBrem + 9 -80 cm 2.45 m -1.89 m 0 eV 298 keV 148 um 3.48 mm caloLayer_phys eIoni Track (trackID 288, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5402,12 +5239,11 @@ Track (trackID 288, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -78.7 cm 2.44 m -1.92 m 2.86 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -78.7 cm 2.44 m -1.92 m 1.81 MeV 861 keV 798 um 798 um caloLayer_phys eBrem - 2 -78.7 cm 2.44 m -1.92 m 1.56 MeV 74.3 keV 71.1 um 869 um caloLayer_phys eBrem - 3 -78.7 cm 2.44 m -1.92 m 591 keV 832 keV 661 um 1.53 mm caloLayer_phys eBrem - 4 -78.7 cm 2.44 m -1.92 m 472 keV 18.4 keV 32 um 1.56 mm caloLayer_phys eBrem - 5 -78.7 cm 2.44 m -1.92 m 0 eV 472 keV 282 um 1.84 mm caloLayer_phys eIoni + 0 -79.3 cm 2.43 m -1.88 m 13.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.3 cm 2.43 m -1.88 m 2.52 MeV 370 keV 403 um 403 um caloLayer_phys eBrem + 2 -79.3 cm 2.43 m -1.88 m 1.51 MeV 878 keV 728 um 1.13 mm caloLayer_phys eBrem + 3 -79.2 cm 2.43 m -1.88 m 190 keV 1.32 MeV 1.15 mm 2.28 mm caloLayer_phys eIoni + 4 -79.2 cm 2.43 m -1.88 m 0 eV 190 keV 75.4 um 2.36 mm caloLayer_phys eIoni Track (trackID 287, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5415,12 +5251,9 @@ Track (trackID 287, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -78.6 cm 2.44 m -1.92 m 5.98 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -78.7 cm 2.44 m -1.92 m 3.98 MeV 1.31 MeV 1.02 mm 1.02 mm caloLayer_phys eBrem - 2 -78.7 cm 2.44 m -1.92 m 3.14 MeV 85.3 keV 117 um 1.14 mm caloLayer_phys eBrem - 3 -78.7 cm 2.44 m -1.92 m 2.47 MeV 219 keV 281 um 1.42 mm caloLayer_phys eBrem - 4 -78.6 cm 2.44 m -1.92 m 1.3 MeV 1.17 MeV 981 um 2.4 mm caloLayer_phys eIoni - 5 -78.6 cm 2.44 m -1.92 m 0 eV 1.3 MeV 992 um 3.4 mm caloLayer_phys eIoni + 0 -79 cm 2.42 m -1.87 m 517 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -79.1 cm 2.42 m -1.87 m 156 keV 360 keV 1.52 mm 1.52 mm caloM_P eIoni + 2 -79.1 cm 2.42 m -1.87 m 0 eV 156 keV 294 um 1.81 mm caloM_P eIoni Track (trackID 286, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5428,8 +5261,9 @@ Track (trackID 286, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -78.6 cm 2.44 m -1.92 m 1.17 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -78.6 cm 2.44 m -1.92 m 0 eV 1.17 MeV 880 um 880 um caloLayer_phys eIoni + 0 -78.2 cm 2.4 m -1.85 m 1.76 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -78.3 cm 2.4 m -1.85 m 306 keV 1.46 MeV 1.3 mm 1.3 mm caloLayer_phys eBrem + 2 -78.3 cm 2.4 m -1.85 m 0 eV 306 keV 153 um 1.45 mm caloLayer_phys eIoni Track (trackID 285, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5437,14 +5271,9 @@ Track (trackID 285, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -78.4 cm 2.43 m -1.91 m 10.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -78.4 cm 2.43 m -1.91 m 10.1 MeV 121 keV 70.3 um 70.3 um caloLayer_phys eBrem - 2 -78.4 cm 2.43 m -1.91 m 7.55 MeV 288 keV 177 um 248 um caloLayer_phys eBrem - 3 -78.5 cm 2.43 m -1.91 m 6.49 MeV 1.07 MeV 901 um 1.15 mm caloLayer_phys msc - 4 -78.5 cm 2.43 m -1.91 m 5.74 MeV 749 keV 706 um 1.86 mm caloLayer_phys msc - 5 -78.5 cm 2.43 m -1.91 m 2.39 MeV 335 keV 342 um 2.2 mm caloLayer_phys eBrem - 6 -78.5 cm 2.43 m -1.91 m 645 keV 1.75 MeV 1.57 mm 3.76 mm caloLayer_phys eIoni - 7 -78.5 cm 2.43 m -1.91 m 0 eV 645 keV 426 um 4.19 mm caloLayer_phys eIoni + 0 -78.2 cm 2.4 m -1.85 m 1.49 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -78.3 cm 2.4 m -1.85 m 183 keV 1.31 MeV 1.14 mm 1.14 mm caloLayer_phys eIoni + 2 -78.3 cm 2.4 m -1.85 m 0 eV 183 keV 70.8 um 1.21 mm caloLayer_phys eIoni Track (trackID 284, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5452,8 +5281,9 @@ Track (trackID 284, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -77.6 cm 2.4 m -1.89 m 1.13 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -77.6 cm 2.4 m -1.89 m 0 eV 1.13 MeV 844 um 844 um caloLayer_phys eIoni + 0 -78.1 cm 2.39 m -1.85 m 1.93 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -78.2 cm 2.39 m -1.85 m 1.04 MeV 587 keV 665 um 665 um caloLayer_phys eBrem + 2 -78.2 cm 2.39 m -1.85 m 0 eV 1.04 MeV 767 um 1.43 mm caloLayer_phys eIoni Track (trackID 283, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5461,9 +5291,9 @@ Track (trackID 283, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76.8 cm 2.38 m -1.87 m 687 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -76.9 cm 2.38 m -1.87 m 226 keV 461 keV 1.83 mm 1.83 mm caloM_P eIoni - 2 -77 cm 2.38 m -1.87 m 0 eV 226 keV 530 um 2.36 mm caloM_P eIoni + 0 -77.9 cm 2.39 m -1.84 m 3.41 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -77.9 cm 2.39 m -1.85 m 1.99 MeV 1.42 MeV 1.24 mm 1.24 mm caloLayer_phys eIoni + 2 -77.9 cm 2.39 m -1.85 m 0 eV 1.99 MeV 1.41 mm 2.64 mm caloLayer_phys eIoni Track (trackID 282, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5471,8 +5301,9 @@ Track (trackID 282, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76.5 cm 2.37 m -1.86 m 304 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -76.5 cm 2.37 m -1.86 m 0 eV 304 keV 839 um 839 um caloM_P eIoni + 0 -76.7 cm 2.35 m -1.82 m 1.05 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -76.7 cm 2.35 m -1.82 m 885 keV 49.8 keV 42.8 um 42.8 um caloLayer_phys eBrem + 2 -76.7 cm 2.35 m -1.82 m 0 eV 885 keV 631 um 674 um caloLayer_phys eIoni Track (trackID 281, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5480,32 +5311,20 @@ Track (trackID 281, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76.2 cm 2.36 m -1.86 m 1.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -76.3 cm 2.36 m -1.86 m 0 eV 1.21 MeV 909 um 909 um caloLayer_phys eIoni + 0 -76.2 cm 2.33 m -1.81 m 1.57 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -76.3 cm 2.33 m -1.81 m 142 keV 1.43 MeV 1.19 mm 1.19 mm caloLayer_phys eIoni + 2 -76.3 cm 2.33 m -1.81 m 0 eV 142 keV 48 um 1.24 mm caloLayer_phys eIoni Track (trackID 280, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 279, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76.1 cm 2.35 m -1.85 m 8.62 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -76.1 cm 2.35 m -1.85 m 8.37 MeV 33.2 keV 28.3 um 28.3 um caloLayer_phys eBrem - 2 -76.2 cm 2.35 m -1.85 m 6.58 MeV 1.66 MeV 1.32 mm 1.34 mm caloLayer_phys eBrem - 3 -76.2 cm 2.36 m -1.85 m 4.77 MeV 1.39 MeV 730 um 2.07 mm caloLayer_phys eBrem - 4 -76.2 cm 2.36 m -1.85 m 2.68 MeV 490 keV 445 um 2.52 mm caloLayer_phys eBrem - 5 -76.2 cm 2.36 m -1.85 m 1.2 MeV 1.48 MeV 1.59 mm 4.11 mm caloLayer_phys eBrem - 6 -76.2 cm 2.36 m -1.85 m 58.7 keV 1.14 MeV 681 um 4.79 mm caloLayer_phys eBrem - 7 -76.2 cm 2.36 m -1.85 m 0 eV 58.7 keV 11.6 um 4.8 mm caloLayer_phys eIoni -Track (trackID 279, parentID 3) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 278, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76.1 cm 2.35 m -1.85 m 1.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -76.1 cm 2.35 m -1.85 m 0 eV 1.08 MeV 796 um 796 um caloLayer_phys eIoni + 0 -76.2 cm 2.33 m -1.8 m 3.36 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -76.1 cm 2.33 m -1.81 m 1.21 MeV 2.15 MeV 1.85 mm 1.85 mm caloLayer_phys eIoni + 2 -76.1 cm 2.34 m -1.81 m 25.4 keV 1.06 MeV 869 um 2.72 mm caloLayer_phys eBrem + 3 -76.1 cm 2.34 m -1.81 m 0 eV 25.4 keV 2.98 um 2.73 mm caloLayer_phys eIoni Track (trackID 278, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5513,9 +5332,11 @@ Track (trackID 278, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -75.6 cm 2.34 m -1.84 m 2.17 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -75.6 cm 2.34 m -1.84 m 592 keV 1.58 MeV 1.48 mm 1.48 mm caloLayer_phys eIoni - 2 -75.6 cm 2.34 m -1.84 m 0 eV 592 keV 381 um 1.87 mm caloLayer_phys eIoni + 0 -76 cm 2.33 m -1.8 m 402 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -76 cm 2.33 m -1.8 m 386 keV 16.8 keV 104 um 104 um caloM_P msc + 2 -76 cm 2.33 m -1.8 m 370 keV 15.4 keV 94.6 um 198 um caloM_P msc + 3 -76.1 cm 2.33 m -1.8 m 330 keV 40.6 keV 244 um 442 um caloM_P msc + 4 -76.2 cm 2.33 m -1.8 m 0 eV 330 keV 947 um 1.39 mm caloM_P eIoni Track (trackID 277, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5523,8 +5344,9 @@ Track (trackID 277, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -75.6 cm 2.34 m -1.84 m 1.07 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -75.6 cm 2.34 m -1.84 m 0 eV 1.07 MeV 788 um 788 um caloLayer_phys eIoni + 0 -75.8 cm 2.32 m -1.8 m 405 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -75.8 cm 2.32 m -1.8 m 82.9 keV 323 keV 1.23 mm 1.23 mm caloM_P eIoni + 2 -75.8 cm 2.32 m -1.8 m 0 eV 82.9 keV 101 um 1.33 mm caloM_P eIoni Track (trackID 276, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5532,8 +5354,9 @@ Track (trackID 276, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -75.3 cm 2.33 m -1.83 m 302 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -75.3 cm 2.33 m -1.83 m 0 eV 302 keV 830 um 830 um caloM_P eIoni + 0 -75.4 cm 2.31 m -1.79 m 1.72 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -75.5 cm 2.31 m -1.79 m 497 keV 1.22 MeV 1.28 mm 1.28 mm caloLayer_phys eIoni + 2 -75.5 cm 2.31 m -1.79 m 0 eV 497 keV 302 um 1.58 mm caloLayer_phys eIoni Track (trackID 275, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5541,14 +5364,11 @@ Track (trackID 275, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -74.1 cm 2.29 m -1.8 m 2.44 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -74.1 cm 2.29 m -1.8 m 2.36 MeV 81.2 keV 89.4 um 89.4 um caloLayer_phys msc - 2 -74 cm 2.29 m -1.8 m 2.31 MeV 52.1 keV 78.4 um 168 um caloLayer_phys msc - 3 -74 cm 2.29 m -1.8 m 2.15 MeV 162 keV 102 um 269 um caloLayer_phys msc - 4 -74 cm 2.29 m -1.8 m 2.01 MeV 133 keV 130 um 399 um caloLayer_phys msc - 5 -74.1 cm 2.29 m -1.8 m 1.9 MeV 115 keV 105 um 504 um caloLayer_phys msc - 6 -74.2 cm 2.29 m -1.8 m 935 keV 963 keV 237 um 741 um caloLayer_phys msc - 7 -74.2 cm 2.29 m -1.8 m 0 eV 935 keV 674 um 1.42 mm caloLayer_phys eIoni + 0 -75.1 cm 2.3 m -1.78 m 3.71 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -75.1 cm 2.3 m -1.78 m 3.2 MeV 87.1 keV 115 um 115 um caloLayer_phys eBrem + 2 -75.1 cm 2.3 m -1.78 m 1.51 MeV 734 keV 561 um 676 um caloLayer_phys eBrem + 3 -75.1 cm 2.3 m -1.78 m 870 keV 503 keV 494 um 1.17 mm caloLayer_phys eBrem + 4 -75.1 cm 2.3 m -1.78 m 0 eV 870 keV 618 um 1.79 mm caloLayer_phys eIoni Track (trackID 274, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5556,11 +5376,10 @@ Track (trackID 274, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -74 cm 2.29 m -1.8 m 1.69 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -74.1 cm 2.29 m -1.8 m 1.46 MeV 228 keV 265 um 265 um caloLayer_phys msc - 2 -74.1 cm 2.29 m -1.8 m 1.25 MeV 206 keV 193 um 457 um caloLayer_phys msc - 3 -74.1 cm 2.29 m -1.8 m 552 keV 276 keV 264 um 722 um caloLayer_phys eBrem - 4 -74.1 cm 2.29 m -1.8 m 0 eV 552 keV 347 um 1.07 mm caloLayer_phys eIoni + 0 -74.8 cm 2.29 m -1.77 m 3.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74.9 cm 2.29 m -1.77 m 1.9 MeV 1.07 MeV 972 um 972 um caloLayer_phys eBrem + 2 -74.9 cm 2.29 m -1.77 m 690 keV 1.1 MeV 928 um 1.9 mm caloLayer_phys eBrem + 3 -74.9 cm 2.29 m -1.77 m 0 eV 690 keV 463 um 2.36 mm caloLayer_phys eIoni Track (trackID 273, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5568,34 +5387,19 @@ Track (trackID 273, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -73.5 cm 2.27 m -1.78 m 2.56 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -73.4 cm 2.27 m -1.79 m 1.49 MeV 763 keV 4.13 mm 4.13 mm caloM_P eIoni - 2 -73.3 cm 2.27 m -1.79 m 1.36 MeV 125 keV 311 um 4.44 mm caloM_P eBrem - 3 -73.2 cm 2.27 m -1.79 m 933 keV 426 keV 2.74 mm 7.18 mm caloM_P eIoni - 4 -73.1 cm 2.27 m -1.79 m 556 keV 377 keV 2.19 mm 9.37 mm caloM_P eIoni - 5 -73.1 cm 2.27 m -1.79 m 246 keV 310 keV 1.6 mm 1.1 cm caloM_P eIoni - 6 -73.1 cm 2.28 m -1.79 m 0 eV 246 keV 607 um 1.16 cm caloM_P eIoni + 0 -74.5 cm 2.28 m -1.76 m 605 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -74.3 cm 2.28 m -1.76 m 120 keV 485 keV 1.69 mm 1.69 mm caloM_P eIoni + 2 -74.3 cm 2.28 m -1.76 m 0 eV 120 keV 189 um 1.88 mm caloM_P eIoni Track (trackID 272, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2239, Parent ID = 272 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -73.4 cm 2.27 m -1.79 m 311 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -73.4 cm 2.27 m -1.79 m 0 eV 311 keV 867 um 867 um caloM_P eIoni -Track (trackID 2239, parentID 272) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 271, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -72.7 cm 2.24 m -1.76 m 4.33 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -72.8 cm 2.25 m -1.76 m 1.92 MeV 2.41 MeV 2.08 mm 2.08 mm caloLayer_phys eIoni - 2 -72.7 cm 2.25 m -1.77 m 1.13 MeV 620 keV 631 um 2.71 mm caloLayer_phys eBrem - 3 -72.7 cm 2.25 m -1.77 m 742 keV 20.6 keV 23.5 um 2.74 mm caloLayer_phys eBrem - 4 -72.7 cm 2.25 m -1.77 m 0 eV 742 keV 508 um 3.24 mm caloLayer_phys eIoni + 0 -73.3 cm 2.24 m -1.74 m 2.03 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -73.3 cm 2.24 m -1.74 m 825 keV 1.2 MeV 1.05 mm 1.05 mm caloLayer_phys eBrem + 2 -73.3 cm 2.24 m -1.74 m 0 eV 825 keV 579 um 1.63 mm caloLayer_phys eIoni Track (trackID 271, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5603,9 +5407,9 @@ Track (trackID 271, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -72.7 cm 2.24 m -1.76 m 1.65 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -72.8 cm 2.24 m -1.76 m 313 keV 1.33 MeV 1.24 mm 1.24 mm caloLayer_phys eIoni - 2 -72.8 cm 2.24 m -1.76 m 0 eV 313 keV 159 um 1.39 mm caloLayer_phys eIoni + 0 -73.3 cm 2.24 m -1.74 m 2.82 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -73.3 cm 2.24 m -1.74 m 816 keV 2 MeV 1.4 mm 1.4 mm caloLayer_phys eBrem + 2 -73.3 cm 2.24 m -1.74 m 0 eV 816 keV 572 um 1.97 mm caloLayer_phys eIoni Track (trackID 270, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5613,8 +5417,9 @@ Track (trackID 270, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -72.6 cm 2.24 m -1.76 m 1.12 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -72.6 cm 2.24 m -1.76 m 0 eV 1.12 MeV 833 um 833 um caloLayer_phys eIoni + 0 -72.3 cm 2.21 m -1.71 m 1.36 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -72.3 cm 2.21 m -1.71 m 440 keV 820 keV 764 um 764 um caloLayer_phys eBrem + 2 -72.3 cm 2.21 m -1.71 m 0 eV 440 keV 256 um 1.02 mm caloLayer_phys eIoni Track (trackID 269, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5622,9 +5427,9 @@ Track (trackID 269, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -72.5 cm 2.24 m -1.76 m 1.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -72.6 cm 2.24 m -1.76 m 87.6 keV 716 keV 733 um 733 um caloLayer_phys eBrem - 2 -72.6 cm 2.24 m -1.76 m 0 eV 87.6 keV 22.2 um 755 um caloLayer_phys eIoni + 0 -70.8 cm 2.16 m -1.68 m 1.13 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.8 cm 2.16 m -1.68 m 72.5 keV 795 keV 737 um 737 um caloLayer_phys eBrem + 2 -70.8 cm 2.16 m -1.68 m 0 eV 72.5 keV 16.3 um 753 um caloLayer_phys eIoni Track (trackID 268, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5632,11 +5437,8 @@ Track (trackID 268, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -71.2 cm 2.2 m -1.73 m 6.17 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -71.2 cm 2.2 m -1.73 m 2.82 MeV 894 keV 676 um 676 um caloLayer_phys eBrem - 2 -71.2 cm 2.2 m -1.73 m 2.32 MeV 44.1 keV 60.4 um 737 um caloLayer_phys eBrem - 3 -71.1 cm 2.2 m -1.73 m 730 keV 1.59 MeV 1.54 mm 2.28 mm caloLayer_phys eIoni - 4 -71.1 cm 2.2 m -1.73 m 0 eV 730 keV 498 um 2.77 mm caloLayer_phys eIoni + 0 -70.8 cm 2.16 m -1.68 m 1.05 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.8 cm 2.16 m -1.68 m 0 eV 1.05 MeV 773 um 773 um caloLayer_phys eIoni Track (trackID 267, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5644,23 +5446,9 @@ Track (trackID 267, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -71 cm 2.19 m -1.72 m 12.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -71 cm 2.19 m -1.72 m 12.4 MeV 171 keV 116 um 116 um caloLayer_phys eBrem - 2 -71 cm 2.19 m -1.72 m 11.7 MeV 188 keV 219 um 335 um caloLayer_phys eBrem - 3 -71 cm 2.19 m -1.72 m 7.6 MeV 92.9 keV 80.7 um 416 um caloLayer_phys eBrem - 4 -71 cm 2.19 m -1.72 m 6.64 MeV 959 keV 763 um 1.18 mm caloLayer_phys msc - 5 -71.1 cm 2.19 m -1.72 m 5.89 MeV 748 keV 763 um 1.94 mm caloLayer_phys msc - 6 -71.1 cm 2.19 m -1.72 m 4.68 MeV 1.21 MeV 763 um 2.7 mm caloLayer_phys msc - 7 -71.1 cm 2.19 m -1.72 m 3.95 MeV 734 keV 763 um 3.47 mm caloLayer_phys msc - 8 -71.1 cm 2.19 m -1.72 m 3.23 MeV 720 keV 763 um 4.23 mm caloLayer_phys msc - 9 -71.1 cm 2.19 m -1.72 m 2.19 MeV 1.04 MeV 763 um 4.99 mm caloLayer_phys msc - 10 -71.1 cm 2.19 m -1.72 m 1.35 MeV 844 keV 763 um 5.75 mm caloLayer_phys msc - 11 -71.1 cm 2.19 m -1.72 m 1.26 MeV 84.3 keV 89.4 um 5.84 mm caloLayer_phys CoupledTransportation - 12 -71.2 cm 2.19 m -1.72 m 947 keV 317 keV 1.57 mm 7.41 mm caloM_P msc - 13 -71.3 cm 2.18 m -1.72 m 668 keV 279 keV 1.59 mm 8.99 mm caloM_P msc - 14 -71.3 cm 2.18 m -1.72 m 385 keV 283 keV 1.59 mm 1.06 cm caloM_P msc - 15 -71.3 cm 2.18 m -1.72 m 96.9 keV 288 keV 1.17 mm 1.17 cm caloM_P eIoni - 16 -71.3 cm 2.18 m -1.72 m 0 eV 96.9 keV 132 um 1.19 cm caloM_P eIoni + 0 -70.3 cm 2.15 m -1.67 m 1.85 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.4 cm 2.15 m -1.67 m 421 keV 1.43 MeV 1.34 mm 1.34 mm caloLayer_phys eIoni + 2 -70.4 cm 2.15 m -1.67 m 0 eV 421 keV 241 um 1.58 mm caloLayer_phys eIoni Track (trackID 266, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5668,10 +5456,11 @@ Track (trackID 266, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -70 cm 2.16 m -1.69 m 4.49 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -70.2 cm 2.16 m -1.69 m 2.26 MeV 2.1 MeV 2.03 mm 2.03 mm caloLayer_phys eBrem - 2 -70.1 cm 2.16 m -1.69 m 315 keV 1.94 MeV 1.52 mm 3.55 mm caloLayer_phys eIoni - 3 -70.1 cm 2.16 m -1.69 m 0 eV 315 keV 160 um 3.71 mm caloLayer_phys eIoni + 0 -70.2 cm 2.14 m -1.66 m 2.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.2 cm 2.14 m -1.66 m 2.29 MeV 129 keV 93.9 um 93.9 um caloLayer_phys eBrem + 2 -70.3 cm 2.14 m -1.66 m 1.41 MeV 345 keV 338 um 432 um caloLayer_phys eBrem + 3 -70.3 cm 2.15 m -1.66 m 591 keV 822 keV 733 um 1.17 mm caloLayer_phys eBrem + 4 -70.3 cm 2.15 m -1.66 m 0 eV 591 keV 380 um 1.55 mm caloLayer_phys eIoni Track (trackID 265, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5679,8 +5468,8 @@ Track (trackID 265, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.6 cm 2.14 m -1.68 m 1.03 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -69.5 cm 2.14 m -1.68 m 0 eV 1.03 MeV 756 um 756 um caloLayer_phys eIoni + 0 -70.2 cm 2.14 m -1.66 m 1.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.2 cm 2.14 m -1.66 m 0 eV 1.28 MeV 970 um 970 um caloLayer_phys eIoni Track (trackID 264, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5688,10 +5477,9 @@ Track (trackID 264, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -68.7 cm 2.11 m -1.66 m 2.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -68.6 cm 2.11 m -1.66 m 467 keV 1.61 MeV 1.45 mm 1.45 mm caloLayer_phys eIoni - 2 -68.6 cm 2.11 m -1.66 m 305 keV 162 keV 103 um 1.55 mm caloLayer_phys eBrem - 3 -68.6 cm 2.11 m -1.66 m 0 eV 305 keV 153 um 1.7 mm caloLayer_phys eIoni + 0 -70.2 cm 2.14 m -1.66 m 1.05 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.2 cm 2.14 m -1.66 m 307 keV 471 keV 380 um 380 um caloLayer_phys eBrem + 2 -70.2 cm 2.14 m -1.66 m 0 eV 307 keV 154 um 534 um caloLayer_phys eIoni Track (trackID 263, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5699,9 +5487,9 @@ Track (trackID 263, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -68.2 cm 2.1 m -1.65 m 2.01 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -68.2 cm 2.1 m -1.65 m 401 keV 1.61 MeV 1.42 mm 1.42 mm caloLayer_phys eIoni - 2 -68.2 cm 2.1 m -1.65 m 0 eV 401 keV 225 um 1.64 mm caloLayer_phys eIoni + 0 -69.1 cm 2.11 m -1.64 m 3.24 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -69.3 cm 2.11 m -1.64 m 998 keV 2.24 MeV 1.82 mm 1.82 mm caloLayer_phys eIoni + 2 -69.3 cm 2.11 m -1.64 m 0 eV 998 keV 729 um 2.55 mm caloLayer_phys eIoni Track (trackID 262, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5709,8 +5497,9 @@ Track (trackID 262, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.8 cm 2.08 m -1.64 m 317 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -67.8 cm 2.08 m -1.64 m 0 eV 317 keV 892 um 892 um caloM_P eIoni + 0 -68.7 cm 2.1 m -1.63 m 1.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -68.7 cm 2.1 m -1.63 m 621 keV 14.4 keV 23.7 um 23.7 um caloLayer_phys eBrem + 2 -68.7 cm 2.1 m -1.63 m 0 eV 621 keV 405 um 429 um caloLayer_phys eIoni Track (trackID 261, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5718,8 +5507,11 @@ Track (trackID 261, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.7 cm 2.08 m -1.64 m 324 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -67.7 cm 2.08 m -1.64 m 0 eV 324 keV 924 um 924 um caloM_P eIoni + 0 -67.5 cm 2.06 m -1.6 m 1.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.6 cm 2.06 m -1.6 m 1.48 MeV 18.2 keV 20.8 um 20.8 um caloLayer_phys msc + 2 -67.7 cm 2.06 m -1.6 m 894 keV 584 keV 142 um 162 um caloLayer_phys msc + 3 -67.7 cm 2.06 m -1.6 m 798 keV 95.8 keV 121 um 283 um caloLayer_phys msc + 4 -67.7 cm 2.06 m -1.6 m 0 eV 798 keV 556 um 839 um caloLayer_phys eIoni Track (trackID 260, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5727,13 +5519,19 @@ Track (trackID 260, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.3 cm 2.07 m -1.62 m 13 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -67.3 cm 2.07 m -1.63 m 11.8 MeV 1.09 MeV 930 um 930 um caloLayer_phys eBrem - 2 -67.4 cm 2.07 m -1.63 m 6.96 MeV 676 keV 657 um 1.59 mm caloLayer_phys eBrem - 3 -67.4 cm 2.07 m -1.63 m 5.75 MeV 708 keV 677 um 2.26 mm caloLayer_phys eBrem - 4 -67.4 cm 2.07 m -1.63 m 1.45 MeV 595 keV 566 um 2.83 mm caloLayer_phys eBrem - 5 -67.4 cm 2.07 m -1.63 m 216 keV 1.23 MeV 1.11 mm 3.94 mm caloLayer_phys eIoni - 6 -67.4 cm 2.07 m -1.63 m 0 eV 216 keV 91.7 um 4.03 mm caloLayer_phys eIoni + 0 -67.3 cm 2.05 m -1.6 m 13.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.5 cm 2.06 m -1.6 m 12.1 MeV 1.64 MeV 1.49 mm 1.49 mm caloLayer_phys msc + 2 -67.7 cm 2.06 m -1.6 m 11.1 MeV 957 keV 894 um 2.38 mm caloLayer_phys msc + 3 -67.8 cm 2.06 m -1.6 m 9.26 MeV 1.88 MeV 894 um 3.27 mm caloLayer_phys msc + 4 -67.8 cm 2.06 m -1.6 m 8.25 MeV 1.02 MeV 894 um 4.17 mm caloLayer_phys msc + 5 -67.6 cm 2.06 m -1.6 m 7.28 MeV 972 keV 894 um 5.06 mm caloLayer_phys msc + 6 -67.8 cm 2.06 m -1.6 m 6.18 MeV 1.1 MeV 894 um 5.96 mm caloLayer_phys msc + 7 -67.7 cm 2.06 m -1.6 m 5.2 MeV 984 keV 894 um 6.85 mm caloLayer_phys msc + 8 -67.7 cm 2.06 m -1.6 m 4.46 MeV 598 keV 605 um 7.46 mm caloLayer_phys eBrem + 9 -67.6 cm 2.06 m -1.6 m 3.5 MeV 956 keV 894 um 8.35 mm caloLayer_phys msc + 10 -67.6 cm 2.06 m -1.6 m 1.73 MeV 813 keV 712 um 9.06 mm caloLayer_phys eBrem + 11 -67.5 cm 2.06 m -1.6 m 561 keV 1.17 MeV 894 um 9.96 mm caloLayer_phys msc + 12 -67.4 cm 2.06 m -1.6 m 0 eV 561 keV 355 um 1.03 cm caloLayer_phys eIoni Track (trackID 259, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5741,12 +5539,11 @@ Track (trackID 259, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.2 cm 2.07 m -1.62 m 4.87 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -67.3 cm 2.07 m -1.62 m 3.74 MeV 854 keV 718 um 718 um caloLayer_phys eBrem - 2 -67.3 cm 2.07 m -1.62 m 2.26 MeV 1.1 MeV 1 mm 1.72 mm caloLayer_phys eBrem - 3 -67.3 cm 2.07 m -1.62 m 1.48 MeV 556 keV 431 um 2.15 mm caloLayer_phys eBrem - 4 -67.3 cm 2.07 m -1.62 m 74.3 keV 1.41 MeV 1.13 mm 3.29 mm caloLayer_phys eIoni - 5 -67.3 cm 2.07 m -1.62 m 0 eV 74.3 keV 17 um 3.3 mm caloLayer_phys eIoni + 0 -66.9 cm 2.04 m -1.59 m 625 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -67 cm 2.04 m -1.59 m 425 keV 200 keV 794 um 794 um caloM_P msc + 2 -67 cm 2.04 m -1.59 m 370 keV 55.8 keV 303 um 1.1 mm caloM_P msc + 3 -67.1 cm 2.04 m -1.59 m 99.4 keV 270 keV 1.11 mm 2.21 mm caloM_P eIoni + 4 -67.1 cm 2.04 m -1.59 m 0 eV 99.4 keV 138 um 2.35 mm caloM_P eIoni Track (trackID 258, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5754,33 +5551,18 @@ Track (trackID 258, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -66 cm 2.03 m -1.59 m 1.56 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -65.9 cm 2.03 m -1.59 m 1.27 MeV 295 keV 1.52 mm 1.52 mm caloM_P msc - 2 -65.9 cm 2.03 m -1.59 m 704 keV 93.5 keV 637 um 2.16 mm caloM_P eIoni - 3 -65.9 cm 2.03 m -1.59 m 348 keV 349 keV 1.77 mm 3.93 mm caloM_P eBrem - 4 -65.9 cm 2.03 m -1.59 m 0 eV 348 keV 1.03 mm 4.96 mm caloM_P eIoni + 0 -66 cm 2.01 m -1.56 m 1.42 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -65.9 cm 2.01 m -1.56 m 33.8 keV 1.39 MeV 1.09 mm 1.09 mm caloLayer_phys eIoni + 2 -65.9 cm 2.01 m -1.56 m 0 eV 33.8 keV 4.72 um 1.09 mm caloLayer_phys eIoni Track (trackID 257, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2257, Parent ID = 257 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.9 cm 2.03 m -1.59 m 469 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -65.8 cm 2.03 m -1.59 m 0 eV 469 keV 1.41 mm 1.41 mm caloM_P eIoni -Track (trackID 2257, parentID 257) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 256, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.8 cm 2.02 m -1.59 m 62 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.9 cm 2.02 m -1.59 m 50.8 MeV 2.03 MeV 1.68 mm 1.68 mm caloLayer_phys eBrem - 2 -65.9 cm 2.02 m -1.59 m 4.79 MeV 1.22 MeV 497 um 2.18 mm caloLayer_phys eBrem - 3 -65.9 cm 2.02 m -1.59 m 1.77 MeV 83.6 keV 116 um 2.29 mm caloLayer_phys eBrem - 4 -66 cm 2.02 m -1.59 m 572 keV 1.2 MeV 1.3 mm 3.6 mm caloLayer_phys eIoni - 5 -66 cm 2.02 m -1.59 m 0 eV 572 keV 364 um 3.96 mm caloLayer_phys eIoni + 0 -65.7 cm 2 m -1.56 m 1.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -65.8 cm 2 m -1.56 m 0 eV 1.11 MeV 829 um 829 um caloLayer_phys eIoni Track (trackID 256, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5788,9 +5570,9 @@ Track (trackID 256, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.8 cm 2.02 m -1.59 m 2.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.8 cm 2.02 m -1.59 m 190 keV 2.01 MeV 1.49 mm 1.49 mm caloLayer_phys eIoni - 2 -65.8 cm 2.02 m -1.59 m 0 eV 190 keV 75 um 1.57 mm caloLayer_phys eIoni + 0 -64.8 cm 1.97 m -1.54 m 2.04 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -64.8 cm 1.97 m -1.54 m 901 keV 942 keV 791 um 791 um caloLayer_phys eBrem + 2 -64.8 cm 1.97 m -1.54 m 0 eV 901 keV 645 um 1.44 mm caloLayer_phys eIoni Track (trackID 255, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5798,46 +5580,21 @@ Track (trackID 255, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.8 cm 2.02 m -1.59 m 702 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.8 cm 2.02 m -1.59 m 699 MeV 971 keV 902 um 902 um caloLayer_phys eIoni - 2 -65.9 cm 2.02 m -1.59 m 595 MeV 1.31 MeV 887 um 1.79 mm caloLayer_phys eBrem - 3 -65.9 cm 2.02 m -1.59 m 469 MeV 378 keV 338 um 2.13 mm caloLayer_phys eBrem - 4 -65.9 cm 2.02 m -1.59 m 465 MeV 330 keV 268 um 2.4 mm caloLayer_phys eBrem - 5 -65.9 cm 2.02 m -1.59 m 465 MeV 293 keV 165 um 2.56 mm caloLayer_phys eBrem - 6 -65.9 cm 2.02 m -1.59 m 448 MeV 174 keV 55.2 um 2.61 mm caloLayer_phys eBrem - 7 -65.9 cm 2.02 m -1.59 m 364 MeV 1.03 MeV 961 um 3.58 mm caloLayer_phys eBrem - 8 -65.9 cm 2.02 m -1.59 m 71.8 MeV 203 keV 131 um 3.71 mm caloLayer_phys eBrem - 9 -65.9 cm 2.02 m -1.59 m 6.55 MeV 185 keV 165 um 3.87 mm caloLayer_phys eBrem - 10 -66 cm 2.02 m -1.59 m 4.85 MeV 1.24 MeV 1.2 mm 5.07 mm caloLayer_phys eBrem - 11 -66 cm 2.02 m -1.59 m 1.8 MeV 3.05 MeV 2.07 mm 7.14 mm caloLayer_phys eBrem - 12 -66 cm 2.03 m -1.59 m 250 keV 1.55 MeV 1.32 mm 8.46 mm caloLayer_phys eIoni - 13 -66 cm 2.03 m -1.59 m 0 eV 250 keV 114 um 8.57 mm caloLayer_phys eIoni + 0 -64.6 cm 1.97 m -1.53 m 2.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -64.5 cm 1.97 m -1.53 m 925 keV 1.29 MeV 1.24 mm 1.24 mm caloLayer_phys eBrem + 2 -64.5 cm 1.97 m -1.53 m 0 eV 925 keV 665 um 1.91 mm caloLayer_phys eIoni Track (trackID 254, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2262, Parent ID = 254 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.8 cm 2.02 m -1.59 m 1.62 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.9 cm 2.02 m -1.59 m 341 keV 1.28 MeV 1.22 mm 1.22 mm caloLayer_phys eIoni - 2 -65.9 cm 2.02 m -1.59 m 0 eV 341 keV 179 um 1.4 mm caloLayer_phys eIoni -Track (trackID 2262, parentID 254) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 253, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.6 cm 2.01 m -1.58 m 12.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.6 cm 2.01 m -1.58 m 11.4 MeV 431 keV 366 um 366 um caloLayer_phys eBrem - 2 -65.7 cm 2.01 m -1.58 m 10.2 MeV 700 keV 569 um 935 um caloLayer_phys eBrem - 3 -65.7 cm 2.01 m -1.58 m 6.95 MeV 19.3 keV 29.1 um 965 um caloLayer_phys eBrem - 4 -65.7 cm 2.01 m -1.58 m 4.81 MeV 1.15 MeV 1.03 mm 1.99 mm caloLayer_phys eBrem - 5 -65.7 cm 2.01 m -1.58 m 3.67 MeV 1.01 MeV 619 um 2.61 mm caloLayer_phys eBrem - 6 -65.6 cm 2.01 m -1.58 m 1.8 MeV 1.87 MeV 1.93 mm 4.54 mm caloLayer_phys eIoni - 7 -65.6 cm 2.01 m -1.58 m 161 keV 1.53 MeV 1.08 mm 5.62 mm caloLayer_phys eBrem - 8 -65.6 cm 2.01 m -1.58 m 0 eV 161 keV 58 um 5.68 mm caloLayer_phys eIoni + 0 -64 cm 1.95 m -1.52 m 1.96 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -64 cm 1.95 m -1.52 m 1.78 MeV 183 keV 185 um 185 um caloLayer_phys msc + 2 -64 cm 1.95 m -1.52 m 1.57 MeV 205 keV 125 um 309 um caloLayer_phys msc + 3 -64 cm 1.95 m -1.52 m 1.14 MeV 249 keV 240 um 549 um caloLayer_phys eBrem + 4 -63.9 cm 1.95 m -1.52 m 0 eV 1.14 MeV 854 um 1.4 mm caloLayer_phys eIoni Track (trackID 253, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5845,9 +5602,8 @@ Track (trackID 253, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.2 cm 2 m -1.57 m 1.25 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.2 cm 2 m -1.57 m 761 keV 328 keV 336 um 336 um caloLayer_phys eBrem - 2 -65.2 cm 2 m -1.57 m 0 eV 761 keV 524 um 860 um caloLayer_phys eIoni + 0 -63.2 cm 1.92 m -1.5 m 1.25 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63.2 cm 1.92 m -1.5 m 0 eV 1.25 MeV 949 um 949 um caloLayer_phys eIoni Track (trackID 252, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5855,21 +5611,37 @@ Track (trackID 252, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.9 cm 1.99 m -1.56 m 435 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -65.1 cm 1.99 m -1.56 m 23.6 keV 412 keV 1.32 mm 1.32 mm caloM_P eIoni - 2 -65.1 cm 1.99 m -1.56 m 0 eV 23.6 keV 11.2 um 1.33 mm caloM_P eIoni + 0 -63.1 cm 1.92 m -1.5 m 8.46 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63.1 cm 1.92 m -1.5 m 6.95 MeV 1.14 MeV 792 um 792 um caloLayer_phys eBrem + 2 -63 cm 1.92 m -1.5 m 5.48 MeV 1.3 MeV 1.15 mm 1.94 mm caloLayer_phys eBrem + 3 -63 cm 1.92 m -1.5 m 3.7 MeV 50.3 keV 66.2 um 2 mm caloLayer_phys eIoni + 4 -63 cm 1.92 m -1.5 m 2.44 MeV 198 keV 252 um 2.26 mm caloLayer_phys eBrem + 5 -63 cm 1.92 m -1.5 m 1.23 MeV 926 keV 1 mm 3.26 mm caloLayer_phys eBrem + 6 -63 cm 1.92 m -1.5 m 317 keV 767 keV 370 um 3.63 mm caloLayer_phys eBrem + 7 -63 cm 1.92 m -1.5 m 0 eV 317 keV 162 um 3.79 mm caloLayer_phys eIoni Track (trackID 251, parentID 3) is processed with stopping code 2 +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2181, Parent ID = 251 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -63 cm 1.92 m -1.5 m 1.73 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.9 cm 1.92 m -1.49 m 322 keV 1.4 MeV 1.28 mm 1.28 mm caloLayer_phys eIoni + 2 -62.9 cm 1.92 m -1.49 m 0 eV 322 keV 165 um 1.45 mm caloLayer_phys eIoni +Track (trackID 2181, parentID 251) is processed with stopping code 2 + ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 250, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 4.42 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.2 cm 1.97 m -1.54 m 2.28 MeV 2.15 MeV 2.1 mm 2.1 mm caloLayer_phys eIoni - 2 -64.2 cm 1.97 m -1.54 m 1.41 MeV 758 keV 723 um 2.83 mm caloLayer_phys eBrem - 3 -64.2 cm 1.97 m -1.54 m 52.1 keV 1.36 MeV 1.08 mm 3.91 mm caloLayer_phys eIoni - 4 -64.2 cm 1.97 m -1.54 m 0 eV 52.1 keV 9.55 um 3.92 mm caloLayer_phys eIoni + 0 -62.5 cm 1.9 m -1.48 m 3.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.5 cm 1.9 m -1.48 m 3.07 MeV 729 keV 767 um 767 um caloLayer_phys msc + 2 -62.5 cm 1.9 m -1.48 m 2.63 MeV 447 keV 407 um 1.17 mm caloLayer_phys msc + 3 -62.5 cm 1.9 m -1.48 m 1.16 MeV 754 keV 707 um 1.88 mm caloLayer_phys eBrem + 4 -62.5 cm 1.9 m -1.48 m 952 keV 210 keV 269 um 2.15 mm caloLayer_phys eBrem + 5 -62.5 cm 1.9 m -1.48 m 0 eV 952 keV 689 um 2.84 mm caloLayer_phys eIoni Track (trackID 250, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5877,18 +5649,9 @@ Track (trackID 250, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64 cm 1.96 m -1.54 m 72.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64 cm 1.96 m -1.54 m 41 MeV 81.6 keV 70 um 70 um caloLayer_phys eBrem - 2 -64 cm 1.96 m -1.54 m 29.8 MeV 539 keV 422 um 492 um caloLayer_phys eBrem - 3 -64.1 cm 1.96 m -1.54 m 29.4 MeV 274 keV 210 um 701 um caloLayer_phys eBrem - 4 -64.1 cm 1.96 m -1.54 m 25 MeV 1.09 MeV 790 um 1.49 mm caloLayer_phys eBrem - 5 -64.1 cm 1.96 m -1.54 m 23 MeV 543 keV 491 um 1.98 mm caloLayer_phys eBrem - 6 -64.1 cm 1.97 m -1.54 m 5.71 MeV 2.74 MeV 2.06 mm 4.04 mm caloLayer_phys eBrem - 7 -64.1 cm 1.97 m -1.54 m 4.1 MeV 1.32 MeV 1.19 mm 5.23 mm caloLayer_phys eBrem - 8 -64.1 cm 1.97 m -1.54 m 3.11 MeV 855 keV 713 um 5.95 mm caloLayer_phys eBrem - 9 -64.1 cm 1.97 m -1.54 m 2.13 MeV 976 keV 994 um 6.94 mm caloLayer_phys eBrem - 10 -64.1 cm 1.97 m -1.54 m 630 keV 1.5 MeV 1.17 mm 8.11 mm caloLayer_phys eBrem - 11 -64.1 cm 1.97 m -1.54 m 0 eV 630 keV 413 um 8.52 mm caloLayer_phys eIoni + 0 -62.3 cm 1.89 m -1.48 m 716 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -62.2 cm 1.9 m -1.48 m 298 keV 418 keV 1.88 mm 1.88 mm caloM_P eIoni + 2 -62.2 cm 1.9 m -1.48 m 0 eV 298 keV 813 um 2.69 mm caloM_P eIoni Track (trackID 249, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5896,8 +5659,9 @@ Track (trackID 249, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.9 cm 1.96 m -1.54 m 1.01 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.9 cm 1.96 m -1.54 m 0 eV 1.01 MeV 735 um 735 um caloLayer_phys eIoni + 0 -62 cm 1.89 m -1.47 m 697 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -62.2 cm 1.89 m -1.47 m 301 keV 396 keV 1.85 mm 1.85 mm caloM_P eIoni + 2 -62.2 cm 1.89 m -1.47 m 0 eV 301 keV 826 um 2.67 mm caloM_P eIoni Track (trackID 248, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5905,10 +5669,8 @@ Track (trackID 248, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.7 cm 1.95 m -1.53 m 2.31 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.7 cm 1.95 m -1.53 m 1.67 MeV 350 keV 350 um 350 um caloLayer_phys eBrem - 2 -63.7 cm 1.95 m -1.53 m 88.8 keV 1.58 MeV 1.1 mm 1.45 mm caloLayer_phys eBrem - 3 -63.7 cm 1.95 m -1.53 m 0 eV 88.8 keV 22.7 um 1.47 mm caloLayer_phys eIoni + 0 -61.7 cm 1.88 m -1.46 m 1.23 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -61.8 cm 1.88 m -1.46 m 0 eV 1.23 MeV 929 um 929 um caloLayer_phys eIoni Track (trackID 247, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5916,8 +5678,9 @@ Track (trackID 247, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.4 cm 1.94 m -1.52 m 393 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -63.3 cm 1.94 m -1.52 m 0 eV 393 keV 1.19 mm 1.19 mm caloM_P eIoni + 0 -61.7 cm 1.88 m -1.46 m 1.51 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -61.8 cm 1.88 m -1.46 m 31.8 keV 1.48 MeV 1.15 mm 1.15 mm caloLayer_phys eIoni + 2 -61.8 cm 1.88 m -1.46 m 0 eV 31.8 keV 4.28 um 1.16 mm caloLayer_phys eIoni Track (trackID 246, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5925,15 +5688,9 @@ Track (trackID 246, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.1 cm 1.93 m -1.52 m 5.51 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -63.3 cm 1.94 m -1.52 m 4.81 MeV 692 keV 4.03 mm 4.03 mm caloM_P eBrem - 2 -63.7 cm 1.94 m -1.52 m 3.53 MeV 1.29 MeV 6.84 mm 1.09 cm caloM_P eIoni - 3 -64 cm 1.94 m -1.52 m 2.56 MeV 969 keV 5.33 mm 1.62 cm caloM_P eIoni - 4 -64.2 cm 1.94 m -1.52 m 1.92 MeV 639 keV 4.19 mm 2.04 cm caloM_P eIoni - 5 -64.5 cm 1.94 m -1.53 m 1.14 MeV 779 keV 3.43 mm 2.38 cm caloM_P eIoni - 6 -64.4 cm 1.94 m -1.53 m 729 keV 410 keV 2.47 mm 2.63 cm caloM_P eIoni - 7 -64.3 cm 1.94 m -1.53 m 311 keV 418 keV 1.9 mm 2.82 cm caloM_P eIoni - 8 -64.3 cm 1.94 m -1.53 m 0 eV 311 keV 870 um 2.9 cm caloM_P eIoni + 0 -61.4 cm 1.87 m -1.46 m 2.84 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -61.5 cm 1.87 m -1.46 m 1.19 MeV 679 keV 735 um 735 um caloLayer_phys eBrem + 2 -61.5 cm 1.87 m -1.46 m 0 eV 1.19 MeV 899 um 1.63 mm caloLayer_phys eIoni Track (trackID 245, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -5941,63 +5698,59 @@ Track (trackID 245, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.9 cm 1.93 m -1.51 m 8.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 6.82 MeV 662 keV 671 um 671 um caloLayer_phys eBrem - 2 -63 cm 1.93 m -1.51 m 6.32 MeV 500 keV 493 um 1.16 mm caloLayer_phys msc - 3 -63 cm 1.93 m -1.51 m 5.49 MeV 187 keV 198 um 1.36 mm caloLayer_phys eBrem - 4 -63 cm 1.93 m -1.51 m 4.73 MeV 273 keV 237 um 1.6 mm caloLayer_phys eBrem - 5 -63 cm 1.93 m -1.51 m 4.43 MeV 293 keV 316 um 1.91 mm caloLayer_phys msc - 6 -63 cm 1.93 m -1.51 m 3.92 MeV 173 keV 173 um 2.09 mm caloLayer_phys eBrem - 7 -63 cm 1.93 m -1.51 m 3.33 MeV 103 keV 72.3 um 2.16 mm caloLayer_phys eBrem - 8 -63 cm 1.93 m -1.51 m 2.99 MeV 337 keV 316 um 2.47 mm caloLayer_phys msc - 9 -63 cm 1.93 m -1.51 m 1.46 MeV 201 keV 218 um 2.69 mm caloLayer_phys eIoni - 10 -63 cm 1.93 m -1.51 m 1.16 MeV 296 keV 316 um 3.01 mm caloLayer_phys msc - 11 -63 cm 1.93 m -1.51 m 668 keV 492 keV 316 um 3.32 mm caloLayer_phys msc - 12 -63 cm 1.93 m -1.51 m 344 keV 323 keV 316 um 3.64 mm caloLayer_phys msc - 13 -63 cm 1.93 m -1.51 m 0 eV 344 keV 182 um 3.82 mm caloLayer_phys eIoni + 0 -60 cm 1.82 m -1.42 m 2.04 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -60 cm 1.82 m -1.42 m 1.77 MeV 85.7 keV 72 um 72 um caloLayer_phys eBrem + 2 -59.9 cm 1.82 m -1.42 m 260 keV 1.51 MeV 1.3 mm 1.37 mm caloLayer_phys eIoni + 3 -59.9 cm 1.82 m -1.42 m 0 eV 260 keV 121 um 1.49 mm caloLayer_phys eIoni Track (trackID 244, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2295, Parent ID = 244 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 1.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 1.28 MeV 57.1 keV 70.9 um 70.9 um caloLayer_phys msc - 2 -63 cm 1.93 m -1.51 m 1.28 MeV 0 eV 0 fm 70.9 um caloM_P CoupledTransportation - 3 -63 cm 1.93 m -1.51 m 1.23 MeV 51.9 keV 49.8 um 121 um caloLayer_phys msc - 4 -63 cm 1.93 m -1.51 m 1.19 MeV 37.6 keV 38.9 um 160 um caloLayer_phys msc - 5 -63 cm 1.93 m -1.51 m 1.15 MeV 43.4 keV 38.9 um 199 um caloLayer_phys msc - 6 -63 cm 1.93 m -1.51 m 1.11 MeV 33.3 keV 38.9 um 237 um caloLayer_phys msc - 7 -63 cm 1.93 m -1.51 m 1.09 MeV 26.8 keV 38.9 um 276 um caloLayer_phys msc - 8 -63 cm 1.93 m -1.51 m 1.04 MeV 41.3 keV 38.9 um 315 um caloLayer_phys msc - 9 -63 cm 1.93 m -1.51 m 1 MeV 42 keV 38.9 um 354 um caloLayer_phys msc - 10 -63 cm 1.93 m -1.51 m 962 keV 40.3 keV 38.9 um 393 um caloLayer_phys msc - 11 -63 cm 1.93 m -1.51 m 920 keV 42.3 keV 38.9 um 432 um caloLayer_phys msc - 12 -63 cm 1.93 m -1.51 m 841 keV 78.7 keV 38.9 um 471 um caloLayer_phys msc - 13 -63 cm 1.93 m -1.51 m 814 keV 27.7 keV 38.9 um 510 um caloLayer_phys msc - 14 -63 cm 1.93 m -1.51 m 743 keV 70.8 keV 38.9 um 549 um caloLayer_phys msc - 15 -63 cm 1.93 m -1.51 m 728 keV 15.3 keV 10.4 um 559 um caloLayer_phys CoupledTransportation - 16 -63 cm 1.93 m -1.51 m 696 keV 31.3 keV 194 um 753 um caloM_P msc - 17 -63 cm 1.93 m -1.51 m 632 keV 64.7 keV 375 um 1.13 mm caloM_P msc - 18 -63 cm 1.93 m -1.51 m 567 keV 64.2 keV 375 um 1.5 mm caloM_P msc - 19 -63 cm 1.93 m -1.51 m 511 keV 56.5 keV 375 um 1.88 mm caloM_P msc - 20 -63 cm 1.93 m -1.51 m 444 keV 67.2 keV 375 um 2.25 mm caloM_P msc - 21 -63 cm 1.93 m -1.51 m 335 keV 109 keV 375 um 2.63 mm caloM_P msc - 22 -63 cm 1.93 m -1.51 m 265 keV 69.6 keV 375 um 3 mm caloM_P msc - 23 -63 cm 1.93 m -1.51 m 177 keV 88.2 keV 375 um 3.38 mm caloM_P msc - 24 -63 cm 1.93 m -1.51 m 0 eV 177 keV 359 um 3.74 mm caloM_P eIoni -Track (trackID 2295, parentID 244) is processed with stopping code 2 +* G4Track Information: Particle = e-, Track ID = 243, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -59.5 cm 1.81 m -1.41 m 1.43 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.6 cm 1.81 m -1.41 m 32.5 keV 1.4 MeV 1.1 mm 1.1 mm caloLayer_phys eIoni + 2 -59.6 cm 1.81 m -1.41 m 0 eV 32.5 keV 4.44 um 1.1 mm caloLayer_phys eIoni +Track (trackID 243, parentID 3) is processed with stopping code 2 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 242, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.7 cm 1.92 m -1.51 m 6.13 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.9 cm 1.92 m -1.51 m 3.58 MeV 2.56 MeV 2.45 mm 2.45 mm caloLayer_phys eIoni - 2 -62.8 cm 1.92 m -1.51 m 998 keV 2.58 MeV 1.91 mm 4.35 mm caloLayer_phys eIoni - 3 -62.8 cm 1.92 m -1.51 m 0 eV 998 keV 729 um 5.08 mm caloLayer_phys eIoni + 0 -58.9 cm 1.79 m -1.4 m 6.01 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -59.1 cm 1.79 m -1.4 m 5.1 MeV 902 keV 4.57 mm 4.57 mm caloM_P ReadoutWorld + 2 -59.4 cm 1.8 m -1.41 m 3.84 MeV 1.27 MeV 7.18 mm 1.18 cm caloM_P eIoni + 3 -59.5 cm 1.8 m -1.41 m 2.95 MeV 891 keV 5.7 mm 1.74 cm caloM_P eIoni + 4 -59.5 cm 1.8 m -1.42 m 2.21 MeV 731 keV 4.65 mm 2.21 cm caloM_P eIoni + 5 -59.7 cm 1.8 m -1.42 m 1.63 MeV 584 keV 3.78 mm 2.59 cm caloM_P eIoni + 6 -59.6 cm 1.8 m -1.42 m 1.41 MeV 191 keV 1.31 mm 2.72 cm caloM_P eBrem + 7 -59.6 cm 1.8 m -1.42 m 1.24 MeV 163 keV 1.12 mm 2.83 cm caloM_P CoupledTransportation + 8 -59.6 cm 1.8 m -1.42 m 1.23 MeV 15.5 keV 14.6 um 2.83 cm caloLayer_phys msc + 9 -59.6 cm 1.8 m -1.42 m 1.18 MeV 47.1 keV 37.6 um 2.84 cm caloLayer_phys msc + 10 -59.6 cm 1.8 m -1.42 m 1.09 MeV 94.9 keV 37.6 um 2.84 cm caloLayer_phys msc + 11 -59.6 cm 1.8 m -1.42 m 1.06 MeV 24.7 keV 37.6 um 2.84 cm caloLayer_phys msc + 12 -59.6 cm 1.8 m -1.42 m 1.04 MeV 25.5 keV 37.6 um 2.85 cm caloLayer_phys msc + 13 -59.6 cm 1.8 m -1.42 m 995 keV 40.1 keV 37.6 um 2.85 cm caloLayer_phys msc + 14 -59.6 cm 1.8 m -1.42 m 815 keV 181 keV 37.6 um 2.85 cm caloLayer_phys msc + 15 -59.6 cm 1.8 m -1.42 m 788 keV 26.8 keV 37.6 um 2.86 cm caloLayer_phys msc + 16 -59.6 cm 1.8 m -1.42 m 748 keV 40 keV 37.6 um 2.86 cm caloLayer_phys msc + 17 -59.6 cm 1.8 m -1.42 m 702 keV 45.9 keV 37.6 um 2.87 cm caloLayer_phys msc + 18 -59.6 cm 1.8 m -1.42 m 668 keV 34 keV 37.6 um 2.87 cm caloLayer_phys msc + 19 -59.6 cm 1.8 m -1.42 m 626 keV 41.9 keV 37.6 um 2.87 cm caloLayer_phys msc + 20 -59.6 cm 1.8 m -1.42 m 587 keV 38.6 keV 37.6 um 2.88 cm caloLayer_phys msc + 21 -59.6 cm 1.8 m -1.42 m 541 keV 46.4 keV 37.6 um 2.88 cm caloLayer_phys msc + 22 -59.6 cm 1.8 m -1.42 m 504 keV 37.2 keV 37.6 um 2.88 cm caloLayer_phys msc + 23 -59.6 cm 1.8 m -1.42 m 472 keV 31.9 keV 37.6 um 2.89 cm caloLayer_phys msc + 24 -59.6 cm 1.8 m -1.42 m 439 keV 33.3 keV 37.6 um 2.89 cm caloLayer_phys msc + 25 -59.6 cm 1.8 m -1.42 m 384 keV 54.5 keV 37.6 um 2.9 cm caloLayer_phys msc + 26 -59.6 cm 1.8 m -1.42 m 322 keV 62.4 keV 37.6 um 2.9 cm caloLayer_phys msc + 27 -59.6 cm 1.8 m -1.42 m 278 keV 43.6 keV 37.6 um 2.9 cm caloLayer_phys msc + 28 -59.6 cm 1.8 m -1.42 m 226 keV 52 keV 37.6 um 2.91 cm caloLayer_phys msc + 29 -59.6 cm 1.8 m -1.42 m 157 keV 69.1 keV 37.6 um 2.91 cm caloLayer_phys msc + 30 -59.6 cm 1.8 m -1.42 m 101 keV 56.4 keV 37.6 um 2.91 cm caloLayer_phys msc + 31 -59.6 cm 1.8 m -1.42 m 0 eV 101 keV 27.7 um 2.92 cm caloLayer_phys eIoni Track (trackID 242, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6005,10 +5758,8 @@ Track (trackID 242, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.5 cm 1.91 m -1.5 m 3.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.5 cm 1.91 m -1.5 m 1.78 MeV 1.29 MeV 1.14 mm 1.14 mm caloLayer_phys eBrem - 2 -62.5 cm 1.91 m -1.5 m 175 keV 1.61 MeV 786 um 1.93 mm caloLayer_phys eBrem - 3 -62.5 cm 1.91 m -1.5 m 0 eV 175 keV 66.6 um 2 mm caloLayer_phys eIoni + 0 -58.6 cm 1.78 m -1.39 m 1.17 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.5 cm 1.78 m -1.39 m 0 eV 1.17 MeV 874 um 874 um caloLayer_phys eIoni Track (trackID 241, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6016,8 +5767,10 @@ Track (trackID 241, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.3 cm 1.91 m -1.49 m 1.27 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.2 cm 1.91 m -1.49 m 0 eV 1.27 MeV 960 um 960 um caloLayer_phys eIoni + 0 -58.2 cm 1.77 m -1.38 m 1.99 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.2 cm 1.77 m -1.38 m 1.51 MeV 2.07 keV 2.29 um 2.29 um caloLayer_phys eBrem + 2 -58.2 cm 1.77 m -1.38 m 305 keV 1.2 MeV 1.15 mm 1.15 mm caloLayer_phys eIoni + 3 -58.2 cm 1.77 m -1.38 m 0 eV 305 keV 153 um 1.3 mm caloLayer_phys eIoni Track (trackID 240, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6025,31 +5778,21 @@ Track (trackID 240, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.87 m -1.46 m 3.85 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.87 m -1.46 m 3.31 MeV 102 keV 118 um 118 um caloLayer_phys eBrem - 2 -61 cm 1.87 m -1.46 m 1.5 MeV 1.81 MeV 1.27 mm 1.39 mm caloLayer_phys eBrem - 3 -61 cm 1.87 m -1.46 m 0 eV 1.5 MeV 1.14 mm 2.54 mm caloLayer_phys eIoni + 0 -58.1 cm 1.76 m -1.38 m 1.39 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.1 cm 1.76 m -1.38 m 1.04 MeV 67.8 keV 82 um 82 um caloLayer_phys eBrem + 2 -58.1 cm 1.76 m -1.38 m 0 eV 1.04 MeV 768 um 850 um caloLayer_phys eIoni Track (trackID 239, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 238, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.4 cm 1.85 m -1.45 m 934 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -60.6 cm 1.85 m -1.45 m 470 keV 464 keV 2.19 mm 2.19 mm caloM_P eIoni - 2 -60.6 cm 1.85 m -1.45 m 185 keV 285 keV 1.41 mm 3.61 mm caloM_P eIoni - 3 -60.6 cm 1.85 m -1.45 m 0 eV 185 keV 387 um 3.99 mm caloM_P eIoni -Track (trackID 238, parentID 3) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 237, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.2 cm 1.84 m -1.44 m 709 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -60.1 cm 1.84 m -1.44 m 340 keV 369 keV 1.87 mm 1.87 mm caloM_P eIoni - 2 -60 cm 1.84 m -1.44 m 0 eV 340 keV 992 um 2.86 mm caloM_P eIoni + 0 -58.1 cm 1.76 m -1.38 m 3.67 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.2 cm 1.77 m -1.38 m 949 keV 2.07 MeV 1.38 mm 1.38 mm caloLayer_phys eBrem + 2 -58.2 cm 1.77 m -1.38 m 554 keV 27.8 keV 20.1 um 1.4 mm caloLayer_phys eBrem + 3 -58.2 cm 1.77 m -1.38 m 307 keV 83.8 keV 87.6 um 1.49 mm caloLayer_phys eBrem + 4 -58.2 cm 1.77 m -1.38 m 0 eV 307 keV 154 um 1.64 mm caloLayer_phys eIoni Track (trackID 237, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6057,80 +5800,76 @@ Track (trackID 237, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.44 m 1.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60 cm 1.83 m -1.44 m 1.08 MeV 295 keV 280 um 280 um caloLayer_phys msc - 2 -60 cm 1.83 m -1.44 m 1.08 MeV 0 eV 0 fm 280 um caloM_P CoupledTransportation - 3 -60 cm 1.83 m -1.44 m 1.05 MeV 25.7 keV 34.7 um 315 um caloLayer_phys msc - 4 -60 cm 1.83 m -1.44 m 1.01 MeV 35.2 keV 31.9 um 347 um caloLayer_phys msc - 5 -60 cm 1.83 m -1.44 m 954 keV 61.3 keV 31.9 um 378 um caloLayer_phys msc - 6 -60 cm 1.83 m -1.44 m 953 keV 60.2 eV 168 nm 379 um caloLayer_phys CoupledTransportation - 7 -60.1 cm 1.83 m -1.44 m 828 keV 125 keV 679 um 1.06 mm caloM_P msc - 8 -60.1 cm 1.84 m -1.44 m 719 keV 109 keV 745 um 1.8 mm caloM_P msc - 9 -60.1 cm 1.84 m -1.44 m 618 keV 101 keV 745 um 2.55 mm caloM_P msc - 10 -60.1 cm 1.84 m -1.44 m 485 keV 133 keV 745 um 3.29 mm caloM_P msc - 11 -60.1 cm 1.84 m -1.44 m 344 keV 141 keV 745 um 4.04 mm caloM_P msc - 12 -60.1 cm 1.84 m -1.44 m 8.48 keV 335 keV 1.01 mm 5.05 mm caloM_P eIoni - 13 -60.1 cm 1.84 m -1.44 m 0 eV 8.48 keV 1.82 um 5.05 mm caloM_P eIoni + 0 -56.9 cm 1.73 m -1.35 m 2.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -57 cm 1.73 m -1.35 m 1.09 MeV 1.28 MeV 1 mm 1 mm caloLayer_phys eBrem + 2 -56.9 cm 1.73 m -1.35 m 291 keV 802 keV 784 um 1.79 mm caloLayer_phys eBrem + 3 -56.9 cm 1.73 m -1.35 m 0 eV 291 keV 143 um 1.93 mm caloLayer_phys eIoni Track (trackID 236, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 234, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.8 cm 1.83 m -1.43 m 109 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.8 cm 1.83 m -1.43 m 101 MeV 413 keV 279 um 279 um caloLayer_phys eBrem - 2 -59.8 cm 1.83 m -1.43 m 94.3 MeV 715 keV 702 um 981 um caloLayer_phys eBrem - 3 -59.9 cm 1.83 m -1.43 m 93.5 MeV 342 keV 313 um 1.29 mm caloLayer_phys eBrem - 4 -59.9 cm 1.83 m -1.43 m 70.7 MeV 751 keV 320 um 1.61 mm caloLayer_phys eBrem - 5 -59.9 cm 1.83 m -1.43 m 65.9 MeV 1.4 keV 4.14 um 1.62 mm caloLayer_phys eBrem - 6 -59.9 cm 1.83 m -1.43 m 65.1 MeV 46.4 keV 37.2 um 1.65 mm caloLayer_phys eBrem - 7 -59.9 cm 1.83 m -1.43 m 64 MeV 855 keV 758 um 2.41 mm caloLayer_phys eBrem - 8 -59.9 cm 1.83 m -1.43 m 63.3 MeV 517 keV 356 um 2.77 mm caloLayer_phys eBrem - 9 -59.9 cm 1.83 m -1.43 m 59.5 MeV 624 keV 590 um 3.36 mm caloLayer_phys eBrem - 10 -59.9 cm 1.83 m -1.43 m 58.1 MeV 633 keV 485 um 3.84 mm caloLayer_phys eBrem - 11 -60 cm 1.83 m -1.43 m 56.6 MeV 625 keV 534 um 4.38 mm caloLayer_phys eBrem - 12 -60 cm 1.83 m -1.44 m 55.4 MeV 445 keV 346 um 4.72 mm caloLayer_phys eBrem - 13 -60 cm 1.83 m -1.44 m 53.8 MeV 830 keV 651 um 5.37 mm caloLayer_phys eBrem - 14 -60 cm 1.83 m -1.44 m 53 MeV 593 keV 439 um 5.81 mm caloLayer_phys eBrem - 15 -60 cm 1.83 m -1.44 m 52.7 MeV 179 keV 136 um 5.95 mm caloLayer_phys eBrem - 16 -60.1 cm 1.83 m -1.44 m 50.1 MeV 2.66 MeV 1.97 mm 7.92 mm caloLayer_phys CoupledTransportation - 17 -60.5 cm 1.84 m -1.44 m 47.7 MeV 1.88 MeV 1.12 cm 1.91 cm caloM_P eBrem - 18 -60.8 cm 1.85 m -1.44 m 42.7 MeV 1.05 MeV 6.52 mm 2.56 cm caloM_P eBrem - 19 -60.9 cm 1.85 m -1.44 m 42.1 MeV 570 keV 3.29 mm 2.89 cm caloM_P eBrem - 20 -60.9 cm 1.85 m -1.44 m 42 MeV 94.7 keV 130 um 2.9 cm caloM_P CoupledTransportation - 21 -61 cm 1.85 m -1.44 m 23.3 MeV 3.65 MeV 2.81 mm 3.18 cm caloLayer_phys eBrem - 22 -61 cm 1.86 m -1.44 m 17.3 MeV 1.12 MeV 872 um 3.27 cm caloLayer_phys eBrem - 23 -61.1 cm 1.86 m -1.44 m 15.3 MeV 1.93 MeV 1.53 mm 3.42 cm caloLayer_phys eBrem - 24 -61.1 cm 1.86 m -1.44 m 13.4 MeV 151 keV 144 um 3.44 cm caloLayer_phys eBrem - 25 -61.1 cm 1.86 m -1.44 m 11.9 MeV 427 keV 376 um 3.48 cm caloLayer_phys eIoni - 26 -61.1 cm 1.86 m -1.44 m 11.5 MeV 88.5 keV 110 um 3.49 cm caloLayer_phys eBrem - 27 -61.2 cm 1.86 m -1.44 m 8.94 MeV 2.45 MeV 1.95 mm 3.68 cm caloLayer_phys eBrem - 28 -61.2 cm 1.86 m -1.44 m 5.43 MeV 3.51 MeV 2.95 mm 3.98 cm caloLayer_phys eIoni - 29 -61.2 cm 1.86 m -1.44 m 5.1 MeV 185 keV 209 um 4 cm caloLayer_phys eBrem - 30 -61.2 cm 1.86 m -1.44 m 2.59 MeV 2.51 MeV 2.24 mm 4.22 cm caloLayer_phys eIoni - 31 -61.2 cm 1.86 m -1.44 m 927 keV 1.67 MeV 1.63 mm 4.39 cm caloLayer_phys eIoni - 32 -61.2 cm 1.86 m -1.44 m 0 eV 927 keV 668 um 4.45 cm caloLayer_phys eIoni -Track (trackID 234, parentID 3) is processed with stopping code 2 +* G4Track Information: Particle = e-, Track ID = 235, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -56.3 cm 1.71 m -1.33 m 668 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -56.4 cm 1.71 m -1.34 m 595 keV 73 keV 415 um 415 um caloM_P msc + 2 -56.5 cm 1.71 m -1.34 m 484 keV 110 keV 645 um 1.06 mm caloM_P msc + 3 -56.5 cm 1.71 m -1.34 m 422 keV 62.8 keV 304 um 1.36 mm caloM_P msc + 4 -56.5 cm 1.71 m -1.34 m 362 keV 59.2 keV 304 um 1.67 mm caloM_P msc + 5 -56.6 cm 1.71 m -1.34 m 293 keV 69.3 keV 304 um 1.97 mm caloM_P msc + 6 -56.6 cm 1.71 m -1.34 m 180 keV 113 keV 304 um 2.27 mm caloM_P msc + 7 -56.6 cm 1.71 m -1.34 m 175 keV 5.21 keV 23.4 um 2.3 mm caloM_P CoupledTransportation + 8 -56.6 cm 1.71 m -1.34 m 167 keV 7.46 keV 4.59 um 2.3 mm caloLayer_phys msc + 9 -56.6 cm 1.71 m -1.34 m 163 keV 4.09 keV 2.65 um 2.3 mm caloLayer_phys msc + 10 -56.6 cm 1.71 m -1.34 m 159 keV 4.37 keV 2.65 um 2.31 mm caloLayer_phys msc + 11 -56.6 cm 1.71 m -1.34 m 156 keV 3.24 keV 2.65 um 2.31 mm caloLayer_phys msc + 12 -56.6 cm 1.71 m -1.34 m 151 keV 4.22 keV 2.65 um 2.31 mm caloLayer_phys msc + 13 -56.6 cm 1.71 m -1.34 m 143 keV 8.2 keV 2.65 um 2.32 mm caloLayer_phys msc + 14 -56.6 cm 1.71 m -1.34 m 141 keV 2.27 keV 2.21 um 2.32 mm caloLayer_phys CoupledTransportation + 15 -56.6 cm 1.71 m -1.34 m 141 keV 0 eV 0 fm 2.32 mm caloM_P CoupledTransportation + 16 -56.6 cm 1.71 m -1.34 m 139 keV 1.85 keV 1.27 um 2.32 mm caloLayer_phys msc + 17 -56.6 cm 1.71 m -1.34 m 137 keV 1.65 keV 1.89 um 2.32 mm caloLayer_phys msc + 18 -56.6 cm 1.71 m -1.34 m 133 keV 4.44 keV 1.89 um 2.32 mm caloLayer_phys msc + 19 -56.6 cm 1.71 m -1.34 m 130 keV 2.95 keV 1.89 um 2.32 mm caloLayer_phys msc + 20 -56.6 cm 1.71 m -1.34 m 128 keV 1.83 keV 1.89 um 2.33 mm caloLayer_phys msc + 21 -56.6 cm 1.71 m -1.34 m 127 keV 1.33 keV 1.89 um 2.33 mm caloLayer_phys msc + 22 -56.6 cm 1.71 m -1.34 m 123 keV 4.23 keV 1.89 um 2.33 mm caloLayer_phys msc + 23 -56.6 cm 1.71 m -1.34 m 118 keV 4.13 keV 1.89 um 2.33 mm caloLayer_phys msc + 24 -56.6 cm 1.71 m -1.34 m 112 keV 6.23 keV 1.89 um 2.33 mm caloLayer_phys msc + 25 -56.6 cm 1.71 m -1.34 m 108 keV 4.64 keV 1.89 um 2.34 mm caloLayer_phys msc + 26 -56.6 cm 1.71 m -1.34 m 105 keV 2.24 keV 1.89 um 2.34 mm caloLayer_phys msc + 27 -56.6 cm 1.71 m -1.34 m 102 keV 3.36 keV 2.01 um 2.34 mm caloLayer_phys msc + 28 -56.6 cm 1.71 m -1.34 m 99.4 keV 2.6 keV 2.33 um 2.34 mm caloLayer_phys msc + 29 -56.6 cm 1.71 m -1.34 m 95.7 keV 3.69 keV 2.04 um 2.34 mm caloLayer_phys msc + 30 -56.6 cm 1.71 m -1.34 m 90.6 keV 5.13 keV 2.2 um 2.35 mm caloLayer_phys msc + 31 -56.6 cm 1.71 m -1.34 m 86.8 keV 3.81 keV 2.35 um 2.35 mm caloLayer_phys msc + 32 -56.6 cm 1.71 m -1.34 m 82.1 keV 4.68 keV 1.89 um 2.35 mm caloLayer_phys msc + 33 -56.6 cm 1.71 m -1.34 m 78 keV 4.11 keV 1.89 um 2.35 mm caloLayer_phys msc + 34 -56.6 cm 1.71 m -1.34 m 75.1 keV 2.86 keV 1.89 um 2.35 mm caloLayer_phys msc + 35 -56.6 cm 1.71 m -1.34 m 70.9 keV 4.23 keV 1.89 um 2.36 mm caloLayer_phys msc + 36 -56.6 cm 1.71 m -1.34 m 64.2 keV 6.73 keV 1.89 um 2.36 mm caloLayer_phys msc + 37 -56.6 cm 1.71 m -1.34 m 57.2 keV 7.01 keV 1.89 um 2.36 mm caloLayer_phys msc + 38 -56.6 cm 1.71 m -1.34 m 54.9 keV 2.25 keV 2.29 um 2.36 mm caloLayer_phys msc + 39 -56.6 cm 1.71 m -1.34 m 52.2 keV 2.76 keV 2.33 um 2.36 mm caloLayer_phys msc + 40 -56.6 cm 1.71 m -1.34 m 0 eV 52.2 keV 9.56 um 2.37 mm caloLayer_phys eIoni +Track (trackID 235, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2319, Parent ID = 234 +* G4Track Information: Particle = e-, Track ID = 234, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.86 m -1.44 m 1.07 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 1.07 MeV 787 um 787 um caloLayer_phys eIoni -Track (trackID 2319, parentID 234) is processed with stopping code 2 + 0 -56.2 cm 1.7 m -1.33 m 322 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -56.2 cm 1.7 m -1.33 m 0 eV 322 keV 914 um 914 um caloM_P eIoni +Track (trackID 234, parentID 3) is processed with stopping code 2 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 233, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.8 cm 1.83 m -1.43 m 3.22 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 1.1 MeV 2.12 MeV 1.82 mm 1.82 mm caloLayer_phys eIoni - 2 -59.9 cm 1.83 m -1.43 m 182 keV 922 keV 648 um 2.46 mm caloLayer_phys eBrem - 3 -59.9 cm 1.83 m -1.43 m 0 eV 182 keV 70.7 um 2.54 mm caloLayer_phys eIoni + 0 -56.1 cm 1.7 m -1.33 m 308 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -56.1 cm 1.7 m -1.33 m 0 eV 308 keV 855 um 855 um caloM_P eIoni Track (trackID 233, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6138,28 +5877,27 @@ Track (trackID 233, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.2 cm 1.81 m -1.42 m 1.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.2 cm 1.81 m -1.42 m 366 keV 213 keV 158 um 158 um caloLayer_phys eBrem - 2 -59.2 cm 1.81 m -1.42 m 0 eV 366 keV 198 um 356 um caloLayer_phys eIoni + 0 -54.9 cm 1.67 m -1.3 m 2.19 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.67 m -1.3 m 1.74 MeV 31.3 keV 50.3 um 50.3 um caloLayer_phys eBrem + 2 -55 cm 1.67 m -1.3 m 649 keV 888 keV 829 um 879 um caloLayer_phys eBrem + 3 -55 cm 1.67 m -1.3 m 0 eV 649 keV 429 um 1.31 mm caloLayer_phys eIoni Track (trackID 232, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 231, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.3 cm 1.78 m -1.39 m 1.01 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.3 cm 1.78 m -1.39 m 0 eV 1.01 MeV 743 um 743 um caloLayer_phys eIoni -Track (trackID 231, parentID 3) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 230, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58 cm 1.77 m -1.39 m 1.09 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58 cm 1.77 m -1.39 m 650 keV 112 keV 121 um 121 um caloLayer_phys eBrem - 2 -58 cm 1.77 m -1.39 m 0 eV 650 keV 429 um 550 um caloLayer_phys eIoni + 0 -54.9 cm 1.66 m -1.3 m 19 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.67 m -1.3 m 11.5 MeV 1.51 MeV 1.24 mm 1.24 mm caloLayer_phys eBrem + 2 -54.9 cm 1.67 m -1.3 m 11.1 MeV 202 keV 194 um 1.44 mm caloLayer_phys eBrem + 3 -55 cm 1.67 m -1.3 m 6.7 MeV 1.2 MeV 876 um 2.31 mm caloLayer_phys eBrem + 4 -55.1 cm 1.67 m -1.3 m 4.28 MeV 2.42 MeV 1.92 mm 4.23 mm caloLayer_phys msc + 5 -55.1 cm 1.67 m -1.3 m 3.95 MeV 190 keV 172 um 4.4 mm caloLayer_phys eBrem + 6 -55 cm 1.67 m -1.3 m 2.86 MeV 661 keV 647 um 5.05 mm caloLayer_phys eBrem + 7 -55 cm 1.67 m -1.3 m 1.34 MeV 18.8 keV 25 um 5.08 mm caloLayer_phys eBrem + 8 -55 cm 1.67 m -1.3 m 486 keV 466 keV 481 um 5.56 mm caloLayer_phys eBrem + 9 -55 cm 1.67 m -1.3 m 0 eV 486 keV 293 um 5.85 mm caloLayer_phys eIoni Track (trackID 230, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6167,68 +5905,64 @@ Track (trackID 230, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.9 cm 1.77 m -1.38 m 33 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -57.9 cm 1.77 m -1.38 m 23.6 MeV 184 keV 126 um 126 um caloLayer_phys eBrem - 2 -57.9 cm 1.77 m -1.38 m 21.5 MeV 722 keV 613 um 739 um caloLayer_phys eBrem - 3 -57.9 cm 1.77 m -1.38 m 20.3 MeV 144 keV 140 um 879 um caloLayer_phys eIoni - 4 -58 cm 1.77 m -1.38 m 9.26 MeV 2.42 MeV 2.06 mm 2.94 mm caloLayer_phys eBrem - 5 -58 cm 1.77 m -1.38 m 6.85 MeV 2.04 MeV 1.8 mm 4.74 mm caloLayer_phys eBrem - 6 -58.1 cm 1.77 m -1.38 m 5.12 MeV 1.08 MeV 874 um 5.61 mm caloLayer_phys eBrem - 7 -58.1 cm 1.77 m -1.38 m 4.63 MeV 365 keV 358 um 5.97 mm caloLayer_phys eBrem - 8 -58.1 cm 1.77 m -1.38 m 4.08 MeV 218 keV 208 um 6.18 mm caloLayer_phys eBrem - 9 -58.1 cm 1.77 m -1.38 m 2.45 MeV 12.8 keV 6.75 um 6.18 mm caloLayer_phys eIoni - 10 -58.3 cm 1.77 m -1.38 m 767 keV 1.69 MeV 1.59 mm 7.77 mm caloLayer_phys eIoni - 11 -58.3 cm 1.77 m -1.38 m 0 eV 767 keV 530 um 8.3 mm caloLayer_phys eIoni + 0 -54.6 cm 1.66 m -1.29 m 363 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -54.7 cm 1.66 m -1.29 m 0 eV 363 keV 1.09 mm 1.09 mm caloM_P eIoni Track (trackID 229, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2333, Parent ID = 229 +* G4Track Information: Particle = e-, Track ID = 228, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.1 cm 1.77 m -1.38 m 1.61 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.2 cm 1.77 m -1.38 m 351 keV 1.26 MeV 1.22 mm 1.22 mm caloLayer_phys eIoni - 2 -58.2 cm 1.77 m -1.38 m 0 eV 351 keV 187 um 1.4 mm caloLayer_phys eIoni -Track (trackID 2333, parentID 229) is processed with stopping code 2 + 0 -54.2 cm 1.64 m -1.29 m 483 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -54.1 cm 1.65 m -1.29 m 373 keV 110 keV 620 um 620 um caloM_P msc + 2 -54.1 cm 1.65 m -1.29 m 310 keV 63 keV 292 um 912 um caloM_P msc + 3 -54.1 cm 1.65 m -1.29 m 0 eV 310 keV 864 um 1.78 mm caloM_P eIoni +Track (trackID 228, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2327, Parent ID = 229 +* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.9 cm 1.77 m -1.38 m 1.01 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58 cm 1.77 m -1.38 m 0 eV 1.01 MeV 736 um 736 um caloLayer_phys eIoni -Track (trackID 2327, parentID 229) is processed with stopping code 2 + 0 -53.7 cm 1.63 m -1.27 m 11.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.6 cm 1.63 m -1.27 m 8.31 MeV 827 keV 641 um 641 um caloLayer_phys eIoni + 2 -53.6 cm 1.63 m -1.27 m 7.97 MeV 230 keV 219 um 861 um caloLayer_phys eBrem + 3 -53.6 cm 1.63 m -1.27 m 6.28 MeV 526 keV 421 um 1.28 mm caloLayer_phys eIoni + 4 -53.7 cm 1.63 m -1.27 m 5.74 MeV 368 keV 137 um 1.42 mm caloLayer_phys eBrem + 5 -53.7 cm 1.63 m -1.27 m 4.72 MeV 1.02 MeV 669 um 2.09 mm caloLayer_phys eBrem + 6 -53.7 cm 1.63 m -1.27 m 4.4 MeV 203 keV 245 um 2.33 mm caloLayer_phys eBrem + 7 -53.8 cm 1.63 m -1.27 m 1.2 MeV 3.2 MeV 2.1 mm 4.43 mm caloLayer_phys eIoni + 8 -53.8 cm 1.63 m -1.27 m 0 eV 1.2 MeV 908 um 5.34 mm caloLayer_phys eIoni +Track (trackID 227, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 228, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2205, Parent ID = 227 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.4 cm 1.75 m -1.37 m 630 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -57.4 cm 1.75 m -1.37 m 476 keV 143 keV 919 um 919 um caloM_P eBrem - 2 -57.4 cm 1.75 m -1.37 m 0 eV 476 keV 1.43 mm 2.34 mm caloM_P eIoni -Track (trackID 228, parentID 3) is processed with stopping code 2 + 0 -53.6 cm 1.63 m -1.27 m 1.16 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 418 keV 745 keV 359 um 359 um caloLayer_phys eBrem + 2 -53.7 cm 1.63 m -1.27 m 0 eV 418 keV 239 um 598 um caloLayer_phys eIoni +Track (trackID 2205, parentID 227) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2203, Parent ID = 227 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.4 cm 1.72 m -1.35 m 3.56 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.72 m -1.35 m 1.54 MeV 1.68 MeV 1.56 mm 1.56 mm caloLayer_phys eBrem - 2 -56.4 cm 1.72 m -1.35 m 418 keV 930 keV 702 um 2.26 mm caloLayer_phys eBrem - 3 -56.4 cm 1.72 m -1.35 m 0 eV 418 keV 239 um 2.5 mm caloLayer_phys eIoni -Track (trackID 227, parentID 3) is processed with stopping code 2 + 0 -53.6 cm 1.63 m -1.27 m 2.24 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 1.26 MeV 881 keV 811 um 811 um caloLayer_phys eBrem + 2 -53.7 cm 1.63 m -1.27 m 0 eV 1.26 MeV 956 um 1.77 mm caloLayer_phys eIoni +Track (trackID 2203, parentID 227) is processed with stopping code 2 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 226, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.3 cm 1.72 m -1.34 m 2.45 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.72 m -1.35 m 443 keV 2.01 MeV 1.59 mm 1.59 mm caloLayer_phys eIoni - 2 -56.4 cm 1.72 m -1.35 m 0 eV 443 keV 258 um 1.84 mm caloLayer_phys eIoni + 0 -53.4 cm 1.62 m -1.27 m 1.29 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.5 cm 1.62 m -1.27 m 0 eV 1.29 MeV 978 um 978 um caloLayer_phys eIoni Track (trackID 226, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6236,8 +5970,9 @@ Track (trackID 226, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.7 cm 1.7 m -1.33 m 293 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -55.7 cm 1.7 m -1.33 m 0 eV 293 keV 792 um 792 um caloM_P eIoni + 0 -52.5 cm 1.59 m -1.24 m 1.47 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.5 cm 1.59 m -1.24 m 949 keV 176 keV 161 um 161 um caloLayer_phys eBrem + 2 -52.5 cm 1.59 m -1.24 m 0 eV 949 keV 686 um 847 um caloLayer_phys eIoni Track (trackID 225, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6245,9 +5980,11 @@ Track (trackID 225, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55 cm 1.68 m -1.31 m 1.47 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 1.1 MeV 231 keV 216 um 216 um caloLayer_phys eBrem - 2 -55 cm 1.68 m -1.31 m 0 eV 1.1 MeV 822 um 1.04 mm caloLayer_phys eIoni + 0 -52.5 cm 1.59 m -1.24 m 5.55 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.5 cm 1.59 m -1.24 m 4.56 MeV 991 keV 729 um 729 um caloLayer_phys eBrem + 2 -52.5 cm 1.59 m -1.25 m 3.46 MeV 1.1 MeV 1.04 mm 1.77 mm caloLayer_phys msc + 3 -52.5 cm 1.59 m -1.25 m 534 keV 221 keV 202 um 1.97 mm caloLayer_phys eBrem + 4 -52.5 cm 1.59 m -1.25 m 0 eV 534 keV 333 um 2.3 mm caloLayer_phys eIoni Track (trackID 224, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6255,13 +5992,8 @@ Track (trackID 224, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55 cm 1.68 m -1.31 m 5.55 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 4.5 MeV 937 keV 831 um 831 um caloLayer_phys eBrem - 2 -55.1 cm 1.68 m -1.31 m 4.04 MeV 289 keV 225 um 1.06 mm caloLayer_phys eBrem - 3 -55.1 cm 1.68 m -1.31 m 3.55 MeV 381 keV 430 um 1.49 mm caloLayer_phys eBrem - 4 -55.1 cm 1.68 m -1.31 m 2.24 MeV 495 keV 515 um 2 mm caloLayer_phys eBrem - 5 -55.1 cm 1.68 m -1.31 m 489 keV 1.75 MeV 1.51 mm 3.51 mm caloLayer_phys eIoni - 6 -55.1 cm 1.68 m -1.31 m 0 eV 489 keV 296 um 3.81 mm caloLayer_phys eIoni + 0 -52.4 cm 1.59 m -1.24 m 1.18 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.4 cm 1.59 m -1.24 m 0 eV 1.18 MeV 891 um 891 um caloLayer_phys eIoni Track (trackID 223, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6269,101 +6001,57 @@ Track (trackID 223, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55 cm 1.67 m -1.31 m 1.18 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.9 cm 1.67 m -1.31 m 0 eV 1.18 MeV 680 um 680 um caloLayer_phys eBrem + 0 -52.3 cm 1.58 m -1.24 m 1.23 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.3 cm 1.58 m -1.24 m 667 keV 249 keV 208 um 208 um caloLayer_phys eBrem + 2 -52.3 cm 1.58 m -1.24 m 281 keV 273 keV 236 um 444 um caloLayer_phys eBrem + 3 -52.3 cm 1.58 m -1.24 m 0 eV 281 keV 136 um 580 um caloLayer_phys eIoni Track (trackID 222, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 221, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 49.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.66 m -1.3 m 48.7 MeV 192 keV 155 um 155 um caloLayer_phys eBrem - 2 -54.7 cm 1.66 m -1.3 m 47.4 MeV 13.5 keV 15.9 um 171 um caloLayer_phys eBrem - 3 -54.7 cm 1.66 m -1.3 m 46.6 MeV 288 keV 279 um 450 um caloLayer_phys eBrem - 4 -54.7 cm 1.66 m -1.3 m 45.7 MeV 186 keV 191 um 641 um caloLayer_phys eBrem - 5 -54.7 cm 1.66 m -1.3 m 41.7 MeV 535 keV 423 um 1.06 mm caloLayer_phys eBrem - 6 -54.7 cm 1.66 m -1.3 m 40.9 MeV 592 keV 433 um 1.5 mm caloLayer_phys eBrem - 7 -54.7 cm 1.67 m -1.3 m 40.5 MeV 163 keV 179 um 1.68 mm caloLayer_phys eBrem - 8 -54.7 cm 1.67 m -1.3 m 40.1 MeV 114 keV 98.1 um 1.77 mm caloLayer_phys eBrem - 9 -54.7 cm 1.67 m -1.31 m 36.6 MeV 2.06 MeV 1.42 mm 3.19 mm caloLayer_phys eBrem - 10 -54.7 cm 1.67 m -1.31 m 33.8 MeV 577 keV 516 um 3.71 mm caloLayer_phys eBrem - 11 -54.7 cm 1.67 m -1.31 m 30.3 MeV 134 keV 77.2 um 3.79 mm caloLayer_phys eBrem - 12 -54.7 cm 1.67 m -1.31 m 27 MeV 317 keV 212 um 4 mm caloLayer_phys eBrem - 13 -54.7 cm 1.67 m -1.31 m 24.5 MeV 2.27 MeV 1.84 mm 5.84 mm caloLayer_phys eBrem - 14 -54.7 cm 1.67 m -1.31 m 23.3 MeV 937 keV 873 um 6.71 mm caloLayer_phys eBrem - 15 -54.7 cm 1.67 m -1.31 m 21.6 MeV 670 keV 632 um 7.34 mm caloLayer_phys eIoni - 16 -54.6 cm 1.67 m -1.31 m 19.9 MeV 1.14 MeV 968 um 8.31 mm caloLayer_phys eBrem - 17 -54.6 cm 1.67 m -1.31 m 17.9 MeV 2.02 MeV 1.79 mm 1.01 cm caloLayer_phys eBrem - 18 -54.6 cm 1.67 m -1.31 m 13.8 MeV 833 keV 637 um 1.07 cm caloLayer_phys eBrem - 19 -54.6 cm 1.67 m -1.31 m 13.4 MeV 11.9 keV 13.8 um 1.08 cm caloLayer_phys eBrem - 20 -54.6 cm 1.67 m -1.31 m 1.59 MeV 173 keV 175 um 1.09 cm caloLayer_phys eBrem - 21 -54.6 cm 1.67 m -1.31 m 599 keV 870 keV 857 um 1.18 cm caloLayer_phys eBrem - 22 -54.6 cm 1.67 m -1.31 m 332 keV 157 keV 119 um 1.19 cm caloLayer_phys eBrem - 23 -54.6 cm 1.67 m -1.31 m 0 eV 332 keV 172 um 1.21 cm caloLayer_phys eIoni -Track (trackID 220, parentID 3) is processed with stopping code 2 + 0 -51.1 cm 1.55 m -1.21 m 308 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -51.2 cm 1.55 m -1.21 m 301 keV 7.5 keV 45.8 um 45.8 um caloM_P msc + 2 -51.2 cm 1.55 m -1.21 m 0 eV 301 keV 824 um 870 um caloM_P eIoni +Track (trackID 221, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2356, Parent ID = 220 +* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 1.06 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 1.06 MeV 779 um 779 um caloLayer_phys eIoni -Track (trackID 2356, parentID 220) is processed with stopping code 2 + 0 -51.1 cm 1.55 m -1.21 m 1.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -51.1 cm 1.55 m -1.21 m 0 eV 1.2 MeV 902 um 902 um caloLayer_phys eIoni +Track (trackID 220, parentID 3) is processed with stopping code 2 ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 219, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.9 cm 1.64 m -1.29 m 86.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.9 cm 1.64 m -1.29 m 62.1 MeV 448 eV 1.23 um 1.23 um caloLayer_phys eBrem - 2 -53.9 cm 1.64 m -1.29 m 61.5 MeV 261 keV 187 um 188 um caloLayer_phys eBrem - 3 -54 cm 1.64 m -1.29 m 57.3 MeV 177 keV 157 um 345 um caloLayer_phys eBrem - 4 -54 cm 1.64 m -1.29 m 56.3 MeV 828 keV 687 um 1.03 mm caloLayer_phys eBrem - 5 -54 cm 1.64 m -1.29 m 51.9 MeV 1.1 MeV 1.04 mm 2.07 mm caloLayer_phys eBrem - 6 -54 cm 1.64 m -1.29 m 50.8 MeV 375 keV 222 um 2.29 mm caloLayer_phys eBrem - 7 -54 cm 1.64 m -1.29 m 49.5 MeV 1.24 MeV 1.08 mm 3.37 mm caloLayer_phys CoupledTransportation - 8 -54.8 cm 1.65 m -1.3 m 45.3 MeV 2.64 MeV 1.44 cm 1.77 cm caloM_P eIoni - 9 -55.8 cm 1.66 m -1.31 m 41.9 MeV 3.44 MeV 1.82 cm 3.59 cm caloM_P CoupledTransportation - 10 -55.9 cm 1.66 m -1.31 m 38.2 MeV 1.45 MeV 1.26 mm 3.72 cm caloLayer_phys eBrem - 11 -55.9 cm 1.66 m -1.31 m 34.5 MeV 2.47 MeV 1.88 mm 3.9 cm caloLayer_phys eBrem - 12 -55.9 cm 1.66 m -1.31 m 31.2 MeV 1.21 MeV 1.07 mm 4.01 cm caloLayer_phys eBrem - 13 -55.9 cm 1.66 m -1.31 m 30.6 MeV 248 keV 226 um 4.03 cm caloLayer_phys eBrem - 14 -55.9 cm 1.66 m -1.31 m 29 MeV 1.11 MeV 811 um 4.12 cm caloLayer_phys eBrem - 15 -55.9 cm 1.66 m -1.31 m 18.1 MeV 722 keV 470 um 4.16 cm caloLayer_phys eBrem - 16 -55.9 cm 1.66 m -1.32 m 15.7 MeV 595 keV 576 um 4.22 cm caloLayer_phys eBrem - 17 -55.9 cm 1.66 m -1.32 m 13.2 MeV 449 keV 442 um 4.26 cm caloLayer_phys eBrem - 18 -55.9 cm 1.66 m -1.32 m 9.54 MeV 1.37 MeV 713 um 4.34 cm caloLayer_phys eBrem - 19 -55.9 cm 1.66 m -1.32 m 7.34 MeV 303 keV 195 um 4.36 cm caloLayer_phys eBrem - 20 -55.9 cm 1.66 m -1.32 m 6.63 MeV 501 keV 484 um 4.4 cm caloLayer_phys eBrem - 21 -56 cm 1.66 m -1.32 m 2.36 MeV 2.44 MeV 2.01 mm 4.61 cm caloLayer_phys eBrem - 22 -56.1 cm 1.66 m -1.32 m 903 keV 1.35 MeV 1.17 mm 4.72 cm caloLayer_phys eBrem - 23 -56.1 cm 1.66 m -1.32 m 585 keV 43.7 keV 51.1 um 4.73 cm caloLayer_phys eBrem - 24 -56.1 cm 1.66 m -1.32 m 0 eV 585 keV 375 um 4.76 cm caloLayer_phys eIoni + 0 -50.8 cm 1.54 m -1.2 m 3.91 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -50.7 cm 1.54 m -1.21 m 1.66 MeV 2.25 MeV 1.9 mm 1.9 mm caloLayer_phys eBrem + 2 -50.6 cm 1.54 m -1.2 m 391 keV 1.27 MeV 1.24 mm 3.14 mm caloLayer_phys eIoni + 3 -50.6 cm 1.54 m -1.2 m 0 eV 391 keV 218 um 3.36 mm caloLayer_phys eIoni Track (trackID 219, parentID 3) is processed with stopping code 2 -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2369, Parent ID = 219 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.8 cm 1.65 m -1.3 m 1.6 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -54.9 cm 1.65 m -1.3 m 1.11 MeV 485 keV 3.04 mm 3.04 mm caloM_P eIoni - 2 -55.1 cm 1.65 m -1.3 m 713 keV 401 keV 2.43 mm 5.47 mm caloM_P eIoni - 3 -55.1 cm 1.65 m -1.29 m 329 keV 384 keV 1.87 mm 7.34 mm caloM_P eIoni - 4 -55.1 cm 1.65 m -1.29 m 0 eV 329 keV 945 um 8.29 mm caloM_P eIoni -Track (trackID 2369, parentID 219) is processed with stopping code 2 - ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 218, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.9 cm 1.64 m -1.28 m 1.14 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.9 cm 1.64 m -1.29 m 0 eV 1.14 MeV 851 um 851 um caloLayer_phys eIoni + 0 -50.7 cm 1.53 m -1.2 m 2.33 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -50.7 cm 1.54 m -1.2 m 1.91 MeV 417 keV 227 um 227 um caloLayer_phys msc + 2 -50.7 cm 1.54 m -1.2 m 1.72 MeV 191 keV 190 um 417 um caloLayer_phys msc + 3 -50.7 cm 1.54 m -1.2 m 1.62 MeV 96.8 keV 101 um 517 um caloLayer_phys msc + 4 -50.7 cm 1.54 m -1.2 m 1.54 MeV 88.4 keV 114 um 631 um caloLayer_phys msc + 5 -50.7 cm 1.54 m -1.2 m 1.43 MeV 106 keV 106 um 737 um caloLayer_phys msc + 6 -50.7 cm 1.54 m -1.2 m 1.28 MeV 23.2 keV 27.6 um 764 um caloLayer_phys eBrem + 7 -50.7 cm 1.54 m -1.2 m 1.1 MeV 181 keV 141 um 905 um caloLayer_phys msc + 8 -50.6 cm 1.54 m -1.2 m 1 MeV 94.7 keV 127 um 1.03 mm caloLayer_phys msc + 9 -50.6 cm 1.54 m -1.2 m 0 eV 1 MeV 732 um 1.76 mm caloLayer_phys eIoni Track (trackID 218, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6371,8 +6059,9 @@ Track (trackID 218, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.4 cm 1.62 m -1.27 m 1.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.4 cm 1.62 m -1.27 m 0 eV 1.02 MeV 748 um 748 um caloLayer_phys eIoni + 0 -49.9 cm 1.51 m -1.18 m 688 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -50 cm 1.51 m -1.18 m 315 keV 374 keV 1.83 mm 1.83 mm caloM_P eIoni + 2 -50 cm 1.51 m -1.18 m 0 eV 315 keV 884 um 2.72 mm caloM_P eIoni Track (trackID 217, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6380,9 +6069,12 @@ Track (trackID 217, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.3 cm 1.62 m -1.27 m 3.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.4 cm 1.62 m -1.27 m 1.18 MeV 1.65 MeV 1.59 mm 1.59 mm caloLayer_phys eBrem - 2 -53.4 cm 1.62 m -1.27 m 0 eV 1.18 MeV 885 um 2.47 mm caloLayer_phys eIoni + 0 -49.8 cm 1.51 m -1.18 m 2.34 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -49.7 cm 1.51 m -1.18 m 1.58 MeV 257 keV 1.55 mm 1.55 mm caloM_P eBrem + 2 -49.6 cm 1.51 m -1.18 m 1.09 MeV 493 keV 3.02 mm 4.57 mm caloM_P eIoni + 3 -49.8 cm 1.51 m -1.18 m 682 keV 409 keV 2.4 mm 6.98 mm caloM_P eIoni + 4 -49.8 cm 1.51 m -1.18 m 364 keV 318 keV 1.82 mm 8.8 mm caloM_P eIoni + 5 -49.8 cm 1.51 m -1.18 m 0 eV 364 keV 1.09 mm 9.89 mm caloM_P eIoni Track (trackID 216, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6390,9 +6082,8 @@ Track (trackID 216, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -52.9 cm 1.61 m -1.26 m 384 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -53 cm 1.61 m -1.26 m 58.6 keV 326 keV 1.16 mm 1.16 mm caloM_P eIoni - 2 -53 cm 1.61 m -1.26 m 0 eV 58.6 keV 55.3 um 1.22 mm caloM_P eIoni + 0 -49.2 cm 1.49 m -1.17 m 1.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -49.2 cm 1.49 m -1.17 m 0 eV 1.26 MeV 952 um 952 um caloLayer_phys eIoni Track (trackID 215, parentID 3) is processed with stopping code 2 ********************************************************************************************************* @@ -6400,6550 +6091,6865 @@ Track (trackID 215, parentID 3) is processed with stopping code 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -50.1 cm 1.52 m -1.19 m 1.52 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -50.2 cm 1.52 m -1.19 m 1.16 MeV 357 keV 315 um 315 um caloLayer_phys msc - 2 -50.2 cm 1.52 m -1.19 m 0 eV 1.16 MeV 871 um 1.19 mm caloLayer_phys eIoni + 0 -48.8 cm 1.48 m -1.16 m 3.73 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.9 cm 1.48 m -1.16 m 2.84 MeV 707 keV 603 um 603 um caloLayer_phys eBrem + 2 -48.9 cm 1.48 m -1.16 m 778 keV 2.07 MeV 1.71 mm 2.31 mm caloLayer_phys eIoni + 3 -48.9 cm 1.48 m -1.16 m 0 eV 778 keV 539 um 2.85 mm caloLayer_phys eIoni Track (trackID 214, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -48.7 cm 1.47 m -1.15 m 11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 9.68 MeV 1.35 MeV 1.14 mm 1.14 mm caloLayer_phys msc + 2 -48.8 cm 1.48 m -1.16 m 9.16 MeV 519 keV 560 um 1.7 mm caloLayer_phys msc + 3 -48.8 cm 1.48 m -1.16 m 8.41 MeV 219 keV 142 um 1.84 mm caloLayer_phys eBrem + 4 -48.7 cm 1.48 m -1.16 m 6.43 MeV 1.98 MeV 1.45 mm 3.29 mm caloLayer_phys msc + 5 -48.7 cm 1.48 m -1.16 m 3.94 MeV 212 keV 256 um 3.54 mm caloLayer_phys eIoni + 6 -48.7 cm 1.48 m -1.16 m 2.52 MeV 1.27 MeV 1.11 mm 4.65 mm caloLayer_phys eBrem + 7 -48.7 cm 1.48 m -1.16 m 1.98 MeV 387 keV 382 um 5.03 mm caloLayer_phys eBrem + 8 -48.8 cm 1.48 m -1.16 m 640 keV 907 keV 893 um 5.93 mm caloLayer_phys eBrem + 9 -48.8 cm 1.48 m -1.16 m 97.3 keV 261 keV 203 um 6.13 mm caloLayer_phys eBrem + 10 -48.8 cm 1.48 m -1.16 m 0 eV 97.3 keV 26.2 um 6.16 mm caloLayer_phys eIoni +Track (trackID 213, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2217, Parent ID = 213 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -48.7 cm 1.48 m -1.16 m 2.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 647 keV 1.53 MeV 955 um 955 um caloLayer_phys eBrem + 2 -48.8 cm 1.48 m -1.16 m 0 eV 647 keV 427 um 1.38 mm caloLayer_phys eIoni +Track (trackID 2217, parentID 213) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -48 cm 1.45 m -1.14 m 1.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48 cm 1.45 m -1.14 m 1.44 MeV 62.8 keV 76.6 um 76.6 um caloLayer_phys msc + 2 -48 cm 1.45 m -1.14 m 1.44 MeV 6.35 keV 46.6 um 123 um caloM_P msc + 3 -48 cm 1.45 m -1.14 m 1.42 MeV 14.8 keV 46.6 um 170 um caloM_P msc + 4 -48 cm 1.45 m -1.14 m 1.42 MeV 4.14 keV 46.6 um 217 um caloM_P msc + 5 -48 cm 1.45 m -1.14 m 1.4 MeV 15 keV 46.6 um 263 um caloM_P msc + 6 -48 cm 1.45 m -1.14 m 1.4 MeV 2.15 keV 14.7 um 278 um caloM_P CoupledTransportation + 7 -48 cm 1.45 m -1.14 m 1.38 MeV 22.4 keV 35 um 313 um caloLayer_phys msc + 8 -48 cm 1.45 m -1.14 m 1.33 MeV 45.2 keV 43 um 356 um caloLayer_phys msc + 9 -48 cm 1.45 m -1.14 m 1.3 MeV 30.9 keV 43 um 399 um caloLayer_phys msc + 10 -48 cm 1.45 m -1.14 m 1.25 MeV 46 keV 43 um 442 um caloLayer_phys msc + 11 -48 cm 1.45 m -1.14 m 1.23 MeV 28.7 keV 43 um 485 um caloLayer_phys msc + 12 -48 cm 1.45 m -1.14 m 1.18 MeV 46.8 keV 43 um 528 um caloLayer_phys msc + 13 -48 cm 1.45 m -1.14 m 1.11 MeV 64.5 keV 43 um 571 um caloLayer_phys msc + 14 -48 cm 1.45 m -1.14 m 1.09 MeV 27.6 keV 43 um 614 um caloLayer_phys msc + 15 -48 cm 1.45 m -1.14 m 1.06 MeV 28.4 keV 43 um 657 um caloLayer_phys msc + 16 -48 cm 1.45 m -1.14 m 1.01 MeV 51.1 keV 43 um 700 um caloLayer_phys msc + 17 -48 cm 1.45 m -1.14 m 972 keV 35.3 keV 43 um 743 um caloLayer_phys msc + 18 -48 cm 1.45 m -1.14 m 940 keV 32.4 keV 43 um 786 um caloLayer_phys msc + 19 -48 cm 1.45 m -1.14 m 866 keV 74.4 keV 43 um 829 um caloLayer_phys msc + 20 -48 cm 1.45 m -1.14 m 826 keV 39.7 keV 43 um 872 um caloLayer_phys msc + 21 -48 cm 1.45 m -1.14 m 780 keV 45.5 keV 43 um 915 um caloLayer_phys msc + 22 -48 cm 1.45 m -1.14 m 748 keV 32.1 keV 43 um 958 um caloLayer_phys msc + 23 -48 cm 1.45 m -1.14 m 702 keV 46.4 keV 46.2 um 1 mm caloLayer_phys msc + 24 -48 cm 1.45 m -1.14 m 637 keV 64.4 keV 47.6 um 1.05 mm caloLayer_phys msc + 25 -48 cm 1.45 m -1.14 m 589 keV 47.9 keV 49.7 um 1.1 mm caloLayer_phys msc + 26 -48 cm 1.45 m -1.14 m 525 keV 64.2 keV 59.2 um 1.16 mm caloLayer_phys msc + 27 -48 cm 1.45 m -1.14 m 462 keV 63.1 keV 71.3 um 1.23 mm caloLayer_phys msc + 28 -48 cm 1.45 m -1.14 m 385 keV 77.1 keV 60.7 um 1.29 mm caloLayer_phys msc + 29 -48 cm 1.45 m -1.14 m 132 keV 41.4 keV 41.8 um 1.33 mm caloLayer_phys eBrem + 30 -48 cm 1.45 m -1.14 m 0 eV 132 keV 42.6 um 1.38 mm caloLayer_phys eIoni +Track (trackID 212, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -47.7 cm 1.44 m -1.13 m 1.77 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -47.8 cm 1.44 m -1.13 m 855 keV 917 keV 737 um 737 um caloLayer_phys eBrem + 2 -47.8 cm 1.44 m -1.13 m 0 eV 855 keV 606 um 1.34 mm caloLayer_phys eIoni +Track (trackID 211, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -47.4 cm 1.43 m -1.12 m 1.79 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -47.4 cm 1.43 m -1.12 m 271 keV 1.52 MeV 1.31 mm 1.31 mm caloLayer_phys eIoni + 2 -47.4 cm 1.43 m -1.12 m 0 eV 271 keV 128 um 1.44 mm caloLayer_phys eIoni +Track (trackID 210, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -47 cm 1.42 m -1.11 m 404 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -47 cm 1.42 m -1.11 m 54.5 keV 350 keV 1.23 mm 1.23 mm caloM_P eIoni + 2 -47 cm 1.42 m -1.11 m 0 eV 54.5 keV 48.8 um 1.28 mm caloM_P eIoni +Track (trackID 209, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -46.9 cm 1.42 m -1.11 m 337 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -47 cm 1.42 m -1.11 m 0 eV 337 keV 978 um 978 um caloM_P eIoni +Track (trackID 208, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -46.1 cm 1.39 m -1.09 m 1.05 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -46.1 cm 1.39 m -1.09 m 0 eV 1.05 MeV 771 um 771 um caloLayer_phys eIoni +Track (trackID 207, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 206, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -45.8 cm 1.38 m -1.08 m 7.31 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -45.9 cm 1.38 m -1.09 m 4.36 MeV 2.95 MeV 2.66 mm 2.66 mm caloLayer_phys eIoni + 2 -45.8 cm 1.38 m -1.09 m 3.49 MeV 540 keV 488 um 3.15 mm caloLayer_phys eBrem + 3 -45.8 cm 1.39 m -1.09 m 1.7 MeV 1.79 MeV 1.11 mm 4.26 mm caloLayer_phys eBrem + 4 -45.8 cm 1.39 m -1.09 m 597 keV 1.1 MeV 885 um 5.15 mm caloLayer_phys eBrem + 5 -45.8 cm 1.39 m -1.09 m 0 eV 597 keV 385 um 5.53 mm caloLayer_phys eIoni +Track (trackID 206, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -44.6 cm 1.35 m -1.06 m 1.31 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.7 cm 1.35 m -1.06 m 540 keV 642 keV 582 um 582 um caloLayer_phys eBrem + 2 -44.7 cm 1.35 m -1.06 m 0 eV 540 keV 338 um 920 um caloLayer_phys eIoni +Track (trackID 205, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -44.5 cm 1.34 m -1.05 m 2.33 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.5 cm 1.34 m -1.05 m 759 keV 1.44 MeV 1.1 mm 1.1 mm caloLayer_phys eBrem + 2 -44.5 cm 1.34 m -1.05 m 77.9 keV 324 keV 343 um 1.45 mm caloLayer_phys eBrem + 3 -44.5 cm 1.34 m -1.05 m 0 eV 77.9 keV 18.3 um 1.47 mm caloLayer_phys eIoni +Track (trackID 204, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -48.6 cm 1.47 m -1.15 m 1.16 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -48.6 cm 1.47 m -1.15 m 0 eV 1.16 MeV 874 um 874 um caloLayer_phys eIoni -Track (trackID 213, parentID 3) is processed with stopping code 2 + 0 -43.5 cm 1.31 m -1.03 m 929 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -43.6 cm 1.31 m -1.03 m 753 keV 176 keV 927 um 927 um caloM_P msc + 2 -43.7 cm 1.31 m -1.03 m 625 keV 127 keV 696 um 1.62 mm caloM_P msc + 3 -43.7 cm 1.31 m -1.03 m 471 keV 155 keV 696 um 2.32 mm caloM_P msc + 4 -43.7 cm 1.31 m -1.03 m 77.4 keV 393 keV 1.41 mm 3.73 mm caloM_P eIoni + 5 -43.7 cm 1.31 m -1.03 m 0 eV 77.4 keV 89.8 um 3.82 mm caloM_P eIoni +Track (trackID 203, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47.6 cm 1.44 m -1.13 m 5.59 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -47.6 cm 1.44 m -1.13 m 5.41 MeV 27.9 keV 51.7 um 51.7 um caloLayer_phys eBrem - 2 -47.5 cm 1.44 m -1.13 m 1.68 MeV 2.18 MeV 1.96 mm 2.01 mm caloLayer_phys eBrem - 3 -47.5 cm 1.44 m -1.13 m 233 keV 1.45 MeV 1.26 mm 3.27 mm caloLayer_phys eIoni - 4 -47.5 cm 1.44 m -1.13 m 0 eV 233 keV 102 um 3.37 mm caloLayer_phys eIoni -Track (trackID 212, parentID 3) is processed with stopping code 2 + 0 -43.3 cm 1.31 m -1.02 m 5.09 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.3 cm 1.31 m -1.02 m 4.77 MeV 24.8 keV 30.7 um 30.7 um caloLayer_phys eBrem + 2 -43.3 cm 1.31 m -1.03 m 3.14 MeV 372 keV 424 um 455 um caloLayer_phys eBrem + 3 -43.3 cm 1.31 m -1.03 m 2.02 MeV 1.12 MeV 695 um 1.15 mm caloLayer_phys msc + 4 -43.4 cm 1.31 m -1.03 m 322 keV 1.32 MeV 1.17 mm 2.32 mm caloLayer_phys eBrem + 5 -43.4 cm 1.31 m -1.03 m 0 eV 322 keV 165 um 2.49 mm caloLayer_phys eIoni +Track (trackID 202, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2386, Parent ID = 212 +* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47.5 cm 1.44 m -1.13 m 1.55 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -47.2 cm 1.44 m -1.13 m 260 keV 0 eV 4.85 mm 4.85 mm caloLayer_phys compt - 2 -47.6 cm 1.44 m -1.13 m 0 eV 88 keV 4.05 mm 8.9 mm caloLayer_phys phot -Track (trackID 2386, parentID 212) is processed with stopping code 2 + 0 -43.1 cm 1.3 m -1.02 m 1.14 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.1 cm 1.3 m -1.02 m 0 eV 1.14 MeV 855 um 855 um caloLayer_phys eIoni +Track (trackID 201, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2385, Parent ID = 212 +* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47.6 cm 1.44 m -1.13 m 147 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -47.6 cm 1.44 m -1.13 m 0 eV 88 keV 59 um 59 um caloLayer_phys phot -Track (trackID 2385, parentID 212) is processed with stopping code 2 + 0 -42.7 cm 1.29 m -1.01 m 7.38 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -42.8 cm 1.29 m -1.01 m 5.82 MeV 1.56 MeV 1.24 mm 1.24 mm caloLayer_phys eBrem + 2 -42.9 cm 1.29 m -1.01 m 3.08 MeV 2.74 MeV 2.39 mm 3.63 mm caloLayer_phys eIoni + 3 -42.9 cm 1.29 m -1.01 m 1.68 MeV 987 keV 732 um 4.36 mm caloLayer_phys eBrem + 4 -42.9 cm 1.29 m -1.01 m 554 keV 812 keV 765 um 5.12 mm caloLayer_phys eBrem + 5 -42.9 cm 1.29 m -1.01 m 0 eV 554 keV 349 um 5.47 mm caloLayer_phys eIoni +Track (trackID 200, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2384, Parent ID = 216 +* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.4 cm 1.62 m -1.27 m 249 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.4 cm 1.62 m -1.27 m 0 eV 88 keV 1.1 mm 1.1 mm caloLayer_phys phot -Track (trackID 2384, parentID 216) is processed with stopping code 2 + 0 -41.4 cm 1.25 m -97.9 cm 2.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -41.4 cm 1.25 m -98.1 cm 641 keV 2.25 MeV 1.73 mm 1.73 mm caloLayer_phys eIoni + 2 -41.4 cm 1.25 m -98.1 cm 183 keV 353 keV 289 um 2.02 mm caloLayer_phys eBrem + 3 -41.4 cm 1.25 m -98.1 cm 0 eV 183 keV 70.8 um 2.09 mm caloLayer_phys eIoni +Track (trackID 199, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2383, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 198, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.1 cm 1.66 m -1.32 m 274 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.1 cm 1.66 m -1.31 m 141 keV 0 eV 207 um 207 um caloLayer_phys compt - 2 -56.1 cm 1.66 m -1.31 m 0 eV 88 keV 115 um 322 um caloLayer_phys phot -Track (trackID 2383, parentID 219) is processed with stopping code 2 + 0 -41.1 cm 1.24 m -97.1 cm 2.57 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -41 cm 1.24 m -97.2 cm 242 keV 2.33 MeV 1.63 mm 1.63 mm caloLayer_phys eIoni + 2 -41 cm 1.24 m -97.2 cm 0 eV 242 keV 109 um 1.74 mm caloLayer_phys eIoni +Track (trackID 198, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2382, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.1 cm 1.66 m -1.32 m 113 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.1 cm 1.66 m -1.31 m 0 eV 88 keV 186 um 186 um caloLayer_phys phot -Track (trackID 2382, parentID 219) is processed with stopping code 2 + 0 -40.9 cm 1.23 m -96.8 cm 1.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -40.9 cm 1.23 m -96.8 cm 1.29 MeV 50.6 keV 43.7 um 43.7 um caloLayer_phys msc + 2 -40.9 cm 1.23 m -96.8 cm 0 eV 1.29 MeV 984 um 1.03 mm caloLayer_phys eIoni +Track (trackID 197, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2381, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56 cm 1.66 m -1.32 m 1.83 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.68 m -1.31 m 0 eV 88 keV 1.39 cm 1.39 cm caloLayer_phys phot -Track (trackID 2381, parentID 219) is processed with stopping code 2 + 0 -40.9 cm 1.23 m -96.8 cm 290 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -40.9 cm 1.23 m -96.9 cm 285 keV 5.18 keV 32.7 um 32.7 um caloM_P msc + 2 -40.9 cm 1.23 m -96.9 cm 0 eV 285 keV 759 um 792 um caloM_P eIoni +Track (trackID 196, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2380, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 207 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 88 keV 1.18 mm 1.18 mm caloLayer_phys phot -Track (trackID 2380, parentID 219) is processed with stopping code 2 + 0 -40.4 cm 1.22 m -95.5 cm 541 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -40.4 cm 1.22 m -95.7 cm 94.4 keV 447 keV 1.57 mm 1.57 mm caloM_P eIoni + 2 -40.4 cm 1.22 m -95.6 cm 0 eV 94.4 keV 126 um 1.7 mm caloM_P eIoni +Track (trackID 195, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2379, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 1.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 1.65 MeV 0 eV 1.32 mm 1.32 mm caloLayer_phys compt - 2 -55.4 cm 1.69 m -1.32 m 1.65 MeV 0 eV 2.75 cm 2.88 cm caloLayer_phys CoupledTransportation - 3 -55 cm 1.71 m -1.32 m 1.65 MeV 0 eV 2.27 cm 5.15 cm caloM_P CoupledTransportation - 4 -54.8 cm 1.73 m -1.32 m 573 keV 0 eV 1.21 cm 6.36 cm caloLayer_phys compt - 5 -55.1 cm 1.73 m -1.32 m 340 keV 0 eV 3.78 mm 6.73 cm caloLayer_phys compt - 6 -55.2 cm 1.73 m -1.32 m 0 eV 88 keV 3.27 mm 7.06 cm caloLayer_phys phot -Track (trackID 2379, parentID 219) is processed with stopping code 2 + 0 -40.2 cm 1.21 m -95.1 cm 1.46 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -40.2 cm 1.21 m -95.2 cm 91 keV 1.37 MeV 1.12 mm 1.12 mm caloLayer_phys eIoni + 2 -40.2 cm 1.21 m -95.2 cm 0 eV 91 keV 23.6 um 1.14 mm caloLayer_phys eIoni +Track (trackID 194, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2378, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 2.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56 cm 1.67 m -1.32 m 1.43 MeV 0 eV 7.06 mm 7.06 mm caloLayer_phys compt - 2 -56 cm 1.67 m -1.32 m 1.21 MeV 0 eV 2.65 mm 9.7 mm caloLayer_phys compt - 3 -56.2 cm 1.68 m -1.31 m 326 keV 0 eV 1.22 cm 2.19 cm caloLayer_phys compt - 4 -56.3 cm 1.68 m -1.31 m 0 eV 88 keV 608 um 2.25 cm caloLayer_phys phot -Track (trackID 2378, parentID 219) is processed with stopping code 2 + 0 -37.2 cm 1.12 m -87.7 cm 20.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.2 cm 1.12 m -87.7 cm 17.2 MeV 1.46 MeV 702 um 702 um caloLayer_phys eIoni + 2 -37.2 cm 1.12 m -87.7 cm 11.3 MeV 170 keV 184 um 886 um caloLayer_phys eBrem + 3 -37.2 cm 1.12 m -87.7 cm 11.1 MeV 20 keV 21 um 907 um caloLayer_phys eBrem + 4 -37.1 cm 1.12 m -87.8 cm 9.95 MeV 1.18 MeV 1.23 mm 2.14 mm caloLayer_phys eBrem + 5 -37 cm 1.12 m -87.8 cm 8.13 MeV 1.25 MeV 1.2 mm 3.34 mm caloLayer_phys eBrem + 6 -37 cm 1.12 m -87.9 cm 4.45 MeV 2.05 MeV 1.02 mm 4.35 mm caloLayer_phys eIoni + 7 -36.9 cm 1.12 m -87.8 cm 2.37 MeV 1.28 MeV 895 um 5.25 mm caloLayer_phys eBrem + 8 -36.9 cm 1.12 m -87.8 cm 1.89 MeV 304 keV 308 um 5.56 mm caloLayer_phys eBrem + 9 -36.9 cm 1.12 m -87.7 cm 297 keV 1.59 MeV 1.36 mm 6.92 mm caloLayer_phys eIoni + 10 -36.9 cm 1.12 m -87.7 cm 0 eV 297 keV 147 um 7.07 mm caloLayer_phys eIoni +Track (trackID 192, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2377, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 2238, Parent ID = 192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 2.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 0 eV 531 um 531 um caloLayer_phys conv -Track (trackID 2377, parentID 219) is processed with stopping code 2 + 0 -37 cm 1.12 m -87.9 cm 1.63 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.12 m -87.8 cm 131 keV 1.5 MeV 1.23 mm 1.23 mm caloLayer_phys eIoni + 2 -36.8 cm 1.12 m -87.8 cm 0 eV 131 keV 41.9 um 1.27 mm caloLayer_phys eIoni +Track (trackID 2238, parentID 192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2376, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 2234, Parent ID = 192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 1.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.6 cm 1.68 m -1.33 m 555 keV 0 eV 1.98 cm 1.98 cm caloLayer_phys compt - 2 -55.6 cm 1.68 m -1.33 m 0 eV 88 keV 257 um 2.01 cm caloLayer_phys phot -Track (trackID 2376, parentID 219) is processed with stopping code 2 + 0 -37.2 cm 1.12 m -87.7 cm 1.56 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.1 cm 1.12 m -87.8 cm 678 keV 687 keV 599 um 599 um caloLayer_phys eBrem + 2 -37.1 cm 1.12 m -87.8 cm 0 eV 678 keV 453 um 1.05 mm caloLayer_phys eIoni +Track (trackID 2234, parentID 192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2375, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.31 m 10.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.8 cm 1.67 m -1.32 m 0 eV 0 eV 9.31 mm 9.31 mm caloLayer_phys conv -Track (trackID 2375, parentID 219) is processed with stopping code 2 + 0 -36.9 cm 1.11 m -86.9 cm 5.15 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.9 cm 1.11 m -86.9 cm 4.55 MeV 298 keV 210 um 210 um caloLayer_phys eBrem + 2 -36.9 cm 1.11 m -87.1 cm 2.01 MeV 2.54 MeV 2.13 mm 2.34 mm caloLayer_phys eIoni + 3 -36.9 cm 1.11 m -87.1 cm 533 keV 1.04 MeV 965 um 3.3 mm caloLayer_phys eBrem + 4 -36.9 cm 1.11 m -87.1 cm 0 eV 533 keV 331 um 3.64 mm caloLayer_phys eIoni +Track (trackID 190, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2374, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.31 m 580 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 88 keV 1.69 mm 1.69 mm caloLayer_phys phot -Track (trackID 2374, parentID 219) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.5 cm 11.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.5 cm 10.2 MeV 964 keV 878 um 878 um caloLayer_phys eBrem + 2 -36.7 cm 1.1 m -86.6 cm 9.27 MeV 761 keV 550 um 1.43 mm caloLayer_phys eBrem + 3 -36.7 cm 1.1 m -86.6 cm 1.72 MeV 158 keV 161 um 1.59 mm caloLayer_phys eBrem + 4 -36.6 cm 1.1 m -86.6 cm 248 keV 1.25 MeV 1.21 mm 2.8 mm caloLayer_phys eBrem + 5 -36.6 cm 1.1 m -86.6 cm 0 eV 248 keV 113 um 2.92 mm caloLayer_phys eIoni +Track (trackID 189, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2373, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.31 m 313 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 141 keV 0 eV 4.21 mm 4.21 mm caloLayer_phys compt - 2 -55.9 cm 1.66 m -1.32 m 0 eV 88 keV 220 um 4.43 mm caloLayer_phys phot -Track (trackID 2373, parentID 219) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.2 cm 23.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.3 cm 22.2 MeV 1.44 MeV 1.38 mm 1.38 mm caloLayer_phys eBrem + 2 -36.6 cm 1.1 m -86.3 cm 21.8 MeV 38.8 keV 24.6 um 1.4 mm caloLayer_phys eBrem + 3 -36.6 cm 1.1 m -86.3 cm 18.9 MeV 221 keV 201 um 1.6 mm caloLayer_phys eBrem + 4 -36.6 cm 1.1 m -86.4 cm 15 MeV 1.91 MeV 1.46 mm 3.06 mm caloLayer_phys eBrem + 5 -36.6 cm 1.1 m -86.5 cm 13.4 MeV 1.07 MeV 919 um 3.98 mm caloLayer_phys eBrem + 6 -36.6 cm 1.1 m -86.5 cm 12.7 MeV 283 keV 305 um 4.28 mm caloLayer_phys eBrem + 7 -36.6 cm 1.1 m -86.5 cm 10.7 MeV 20.1 keV 27.7 um 4.31 mm caloLayer_phys eIoni + 8 -36.6 cm 1.1 m -86.5 cm 9.56 MeV 969 keV 776 um 5.09 mm caloLayer_phys eBrem + 9 -36.7 cm 1.1 m -86.6 cm 3.43 MeV 2.84 MeV 2.09 mm 7.18 mm caloLayer_phys eBrem + 10 -36.7 cm 1.1 m -86.5 cm 1.86 MeV 1.57 MeV 1.45 mm 8.63 mm caloLayer_phys eBrem + 11 -36.7 cm 1.1 m -86.5 cm 0 eV 1.86 MeV 1.35 mm 9.98 mm caloLayer_phys eIoni +Track (trackID 187, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2372, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 2254, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.31 m 2.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56 cm 1.66 m -1.32 m 0 eV 0 eV 5.05 mm 5.05 mm caloLayer_phys conv -Track (trackID 2372, parentID 219) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.5 cm 2.01 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.5 cm 0 eV 2.01 MeV 1.42 mm 1.42 mm caloLayer_phys eIoni +Track (trackID 2254, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2371, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.31 m 1.25 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 88 keV 6.63 mm 6.63 mm caloLayer_phys phot -Track (trackID 2371, parentID 219) is processed with stopping code 2 + 0 -36.4 cm 1.09 m -85.8 cm 13.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.5 cm 1.09 m -85.8 cm 11.8 MeV 1.36 MeV 1.12 mm 1.12 mm caloLayer_phys msc + 2 -36.5 cm 1.09 m -85.8 cm 11.4 MeV 293 keV 189 um 1.31 mm caloLayer_phys eBrem + 3 -36.5 cm 1.09 m -85.8 cm 10.4 MeV 1.06 MeV 819 um 2.13 mm caloLayer_phys msc + 4 -36.5 cm 1.09 m -85.8 cm 9.31 MeV 373 keV 395 um 2.52 mm caloLayer_phys eBrem + 5 -36.5 cm 1.09 m -85.8 cm 4.52 MeV 674 keV 679 um 3.2 mm caloLayer_phys eBrem + 6 -36.5 cm 1.09 m -85.8 cm 3.82 MeV 278 keV 281 um 3.48 mm caloLayer_phys eBrem + 7 -36.5 cm 1.09 m -85.8 cm 3.54 MeV 181 keV 151 um 3.63 mm caloLayer_phys eBrem + 8 -36.5 cm 1.09 m -85.8 cm 2.41 MeV 1.14 MeV 1.1 mm 4.74 mm caloLayer_phys eBrem + 9 -36.4 cm 1.09 m -85.9 cm 832 keV 1.58 MeV 1.57 mm 6.31 mm caloLayer_phys eIoni + 10 -36.4 cm 1.09 m -85.9 cm 0 eV 832 keV 585 um 6.89 mm caloLayer_phys eIoni +Track (trackID 186, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2370, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.31 m 2.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.31 m 0 eV 88 keV 626 um 626 um caloLayer_phys phot -Track (trackID 2370, parentID 219) is processed with stopping code 2 + 0 -36.2 cm 1.09 m -85.3 cm 926 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -36.1 cm 1.09 m -85.4 cm 558 keV 369 keV 2.18 mm 2.18 mm caloM_P eIoni + 2 -36.1 cm 1.09 m -85.3 cm 194 keV 364 keV 1.6 mm 3.79 mm caloM_P eIoni + 3 -36 cm 1.09 m -85.3 cm 0 eV 194 keV 417 um 4.2 mm caloM_P eIoni +Track (trackID 185, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2368, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54 cm 1.64 m -1.29 m 757 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 757 keV 0 eV 1.06 mm 1.06 mm caloLayer_phys CoupledTransportation - 2 -55.2 cm 1.66 m -1.31 m 757 keV 0 eV 3.01 cm 3.12 cm caloM_P CoupledTransportation - 3 -55.6 cm 1.67 m -1.32 m 216 keV 0 eV 1.05 cm 4.16 cm caloLayer_phys compt - 4 -55.3 cm 1.67 m -1.32 m 0 eV 88 keV 2.9 mm 4.45 cm caloLayer_phys phot -Track (trackID 2368, parentID 219) is processed with stopping code 2 + 0 -35.2 cm 1.06 m -83 cm 14 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.2 cm 1.06 m -83 cm 12.6 MeV 290 keV 315 um 315 um caloLayer_phys eBrem + 2 -35.4 cm 1.06 m -83.1 cm 6.24 MeV 4.46 MeV 3.32 mm 3.63 mm caloLayer_phys eBrem + 3 -35.4 cm 1.06 m -83.2 cm 3.97 MeV 2.13 MeV 1.51 mm 5.14 mm caloLayer_phys eBrem + 4 -35.6 cm 1.06 m -83.3 cm 1.37 MeV 2.6 MeV 1.88 mm 7.02 mm caloLayer_phys eBrem + 5 -35.6 cm 1.06 m -83.3 cm 1.04 MeV 184 keV 161 um 7.18 mm caloLayer_phys eBrem + 6 -35.6 cm 1.06 m -83.3 cm 0 eV 1.04 MeV 767 um 7.95 mm caloLayer_phys eIoni +Track (trackID 184, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2367, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54 cm 1.64 m -1.29 m 3.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 3.28 MeV 0 eV 1.35 mm 1.35 mm caloLayer_phys CoupledTransportation - 2 -55 cm 1.66 m -1.31 m 3.28 MeV 0 eV 3.18 cm 3.31 cm caloM_P CoupledTransportation - 3 -55.4 cm 1.67 m -1.32 m 0 eV 88 keV 1.26 cm 4.57 cm caloLayer_phys phot -Track (trackID 2367, parentID 219) is processed with stopping code 2 + 0 -35.1 cm 1.05 m -82.8 cm 9.14 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.1 cm 1.06 m -82.9 cm 4.26 MeV 2.09 MeV 2.01 mm 2.01 mm caloLayer_phys eIoni + 2 -35.1 cm 1.06 m -82.9 cm 3.05 MeV 1.05 MeV 957 um 2.96 mm caloLayer_phys eBrem + 3 -35.1 cm 1.06 m -82.9 cm 1.26 MeV 1.79 MeV 1.77 mm 4.73 mm caloLayer_phys eIoni + 4 -35.1 cm 1.06 m -82.9 cm 600 keV 350 keV 311 um 5.04 mm caloLayer_phys eBrem + 5 -35.1 cm 1.06 m -82.9 cm 0 eV 600 keV 387 um 5.43 mm caloLayer_phys eIoni +Track (trackID 183, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2366, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 2266, Parent ID = 183 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54 cm 1.64 m -1.29 m 197 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 0 eV 88 keV 468 um 468 um caloLayer_phys phot -Track (trackID 2366, parentID 219) is processed with stopping code 2 + 0 -35.1 cm 1.06 m -82.9 cm 2.79 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.1 cm 1.06 m -82.8 cm 437 keV 1.42 MeV 1.24 mm 1.24 mm caloLayer_phys eBrem + 2 -35.1 cm 1.06 m -82.8 cm 0 eV 437 keV 254 um 1.49 mm caloLayer_phys eIoni +Track (trackID 2266, parentID 183) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2365, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 182, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54 cm 1.64 m -1.29 m 4.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 4.02 MeV 0 eV 2.76 mm 2.76 mm caloLayer_phys CoupledTransportation - 2 -54.2 cm 1.65 m -1.29 m 946 keV 0 eV 5.91 mm 8.67 mm caloM_P compt - 3 -57.6 cm 1.65 m -1.32 m 226 keV 0 eV 4.68 cm 5.54 cm caloM_P compt - 4 -56.9 cm 1.63 m -1.31 m 226 keV 0 eV 1.99 cm 7.53 cm caloM_P CoupledTransportation - 5 -56.8 cm 1.63 m -1.31 m 0 eV 88 keV 2.74 mm 7.8 cm caloLayer_phys phot -Track (trackID 2365, parentID 219) is processed with stopping code 2 + 0 -34.8 cm 1.04 m -81.9 cm 297 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -34.7 cm 1.04 m -81.9 cm 265 keV 31.4 keV 185 um 185 um caloM_P msc + 2 -34.7 cm 1.04 m -81.9 cm 0 eV 265 keV 124 um 309 um caloLayer_phys eIoni +Track (trackID 182, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2364, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.9 cm 1.64 m -1.29 m 359 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 0 eV 88 keV 746 um 746 um caloLayer_phys phot -Track (trackID 2364, parentID 219) is processed with stopping code 2 + 0 -34.3 cm 1.03 m -80.8 cm 309 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -34.4 cm 1.03 m -80.9 cm 0 eV 309 keV 858 um 858 um caloM_P eIoni +Track (trackID 181, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2363, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.9 cm 1.64 m -1.29 m 24.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 24.1 MeV 0 eV 3.21 mm 3.21 mm caloLayer_phys CoupledTransportation - 2 -54.6 cm 1.66 m -1.31 m 24.1 MeV 0 eV 2.73 cm 3.05 cm caloM_P CoupledTransportation - 3 -54.7 cm 1.67 m -1.31 m 0 eV 0 eV 3.79 mm 3.43 cm caloLayer_phys conv -Track (trackID 2363, parentID 219) is processed with stopping code 2 + 0 -34.2 cm 1.02 m -80.5 cm 377 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -34.3 cm 1.02 m -80.6 cm 349 keV 27.8 keV 113 um 113 um caloM_P msc + 2 -34.3 cm 1.02 m -80.6 cm 0 eV 349 keV 1.03 mm 1.14 mm caloM_P eIoni +Track (trackID 180, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2362, Parent ID = 220 +* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 109 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 88 keV 705 um 705 um caloLayer_phys phot -Track (trackID 2362, parentID 220) is processed with stopping code 2 + 0 -34 cm 1.02 m -80.1 cm 1.25 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -34 cm 1.02 m -80.2 cm 0 eV 1.25 MeV 950 um 950 um caloLayer_phys eIoni +Track (trackID 179, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2361, Parent ID = 220 +* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 122 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 88 keV 116 um 116 um caloLayer_phys phot -Track (trackID 2361, parentID 220) is processed with stopping code 2 + 0 -33.8 cm 1.01 m -79.5 cm 2.18 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -33.9 cm 1.01 m -79.6 cm 344 keV 984 keV 1.04 mm 1.04 mm caloLayer_phys eBrem + 2 -33.9 cm 1.01 m -79.6 cm 30.7 keV 185 keV 120 um 1.16 mm caloLayer_phys eBrem + 3 -33.9 cm 1.01 m -79.6 cm 0 eV 30.7 keV 4.04 um 1.16 mm caloLayer_phys eIoni +Track (trackID 178, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2360, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2271, Parent ID = 178 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 11.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.4 cm 1.67 m -1.31 m 0 eV 0 eV 3.41 mm 3.41 mm caloLayer_phys conv -Track (trackID 2360, parentID 220) is processed with stopping code 2 + 0 -33.9 cm 1.01 m -79.6 cm 128 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -33.9 cm 1.01 m -79.6 cm 0 eV 88 keV 24.9 um 24.9 um caloLayer_phys phot +Track (trackID 2271, parentID 178) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2359, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2270, Parent ID = 178 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 384 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.5 cm 1.67 m -1.31 m 0 eV 88 keV 1.98 mm 1.98 mm caloLayer_phys phot -Track (trackID 2359, parentID 220) is processed with stopping code 2 + 0 -33.9 cm 1.01 m -79.6 cm 857 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -33.8 cm 1.01 m -80 cm 857 keV 0 eV 4.51 mm 4.51 mm caloLayer_phys ReadoutWorld + 2 -33.7 cm 1.03 m -81.5 cm 857 keV 0 eV 1.89 cm 2.34 cm caloLayer_phys CoupledTransportation + 3 -33.4 cm 1.05 m -84.4 cm 857 keV 0 eV 3.64 cm 5.97 cm caloM_P CoupledTransportation + 4 -33.4 cm 1.05 m -84.7 cm 280 keV 0 eV 3.89 mm 6.36 cm caloLayer_phys compt + 5 -33.4 cm 1.05 m -84.7 cm 169 keV 0 eV 183 um 6.38 cm caloLayer_phys compt + 6 -33.3 cm 1.05 m -84.7 cm 0 eV 88 keV 1.21 mm 6.5 cm caloLayer_phys phot +Track (trackID 2270, parentID 178) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2358, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2269, Parent ID = 2266 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 3.19 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.1 cm 1.66 m -1.32 m 3.19 MeV 0 eV 1.13 cm 1.13 cm caloLayer_phys CoupledTransportation - 2 -52.8 cm 1.65 m -1.34 m 3.19 MeV 0 eV 2.86 cm 3.99 cm caloM_P CoupledTransportation - 3 -52.5 cm 1.64 m -1.34 m 2.5 MeV 0 eV 6.3 mm 4.62 cm caloLayer_phys compt - 4 -52.2 cm 1.63 m -1.35 m 2.24 MeV 0 eV 1.24 cm 5.86 cm caloLayer_phys compt - 5 -52 cm 1.62 m -1.36 m 2.24 MeV 0 eV 1.75 cm 7.61 cm caloLayer_phys CoupledTransportation - 6 -51.8 cm 1.6 m -1.37 m 2.24 MeV 0 eV 2.28 cm 9.89 cm caloM_P CoupledTransportation - 7 -51.7 cm 1.59 m -1.37 m 312 keV 0 eV 9.37 mm 10.8 cm caloLayer_phys compt - 8 -51.6 cm 1.59 m -1.37 m 230 keV 0 eV 929 um 10.9 cm caloLayer_phys compt - 9 -51.7 cm 1.59 m -1.37 m 0 eV 88 keV 832 um 11 cm caloLayer_phys phot -Track (trackID 2358, parentID 220) is processed with stopping code 2 + 0 -35.1 cm 1.06 m -82.8 cm 940 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35 cm 1.06 m -82.8 cm 0 eV 88 keV 1.07 mm 1.07 mm caloLayer_phys phot +Track (trackID 2269, parentID 2266) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2357, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2268, Parent ID = 183 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 566 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 499 keV 0 eV 1.01 mm 1.01 mm caloLayer_phys compt - 2 -54.1 cm 1.67 m -1.32 m 0 eV 88 keV 1.04 cm 1.14 cm caloLayer_phys phot -Track (trackID 2357, parentID 220) is processed with stopping code 2 + 0 -35.1 cm 1.06 m -82.9 cm 305 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -34.8 cm 1.05 m -82.3 cm 0 eV 88 keV 6.27 mm 6.27 mm caloLayer_phys phot +Track (trackID 2268, parentID 183) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2355, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2267, Parent ID = 183 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 285 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 262 keV 0 eV 6.67 mm 6.67 mm caloLayer_phys compt - 2 -54.5 cm 1.68 m -1.31 m 0 eV 88 keV 2.92 mm 9.59 mm caloLayer_phys phot -Track (trackID 2355, parentID 220) is processed with stopping code 2 + 0 -35.1 cm 1.06 m -82.9 cm 165 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.1 cm 1.06 m -82.9 cm 0 eV 88 keV 39 um 39 um caloLayer_phys phot +Track (trackID 2267, parentID 183) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2354, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2265, Parent ID = 184 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 203 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 88 keV 43.4 um 43.4 um caloLayer_phys phot -Track (trackID 2354, parentID 220) is processed with stopping code 2 + 0 -35.6 cm 1.06 m -83.3 cm 142 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.6 cm 1.06 m -83.3 cm 0 eV 88 keV 310 um 310 um caloLayer_phys phot +Track (trackID 2265, parentID 184) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2353, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2264, Parent ID = 184 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 2.99 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.3 cm 1.68 m -1.32 m 2.64 MeV 0 eV 1.9 cm 1.9 cm caloLayer_phys compt - 2 -53.9 cm 1.7 m -1.33 m 2.64 MeV 0 eV 2.2 cm 4.11 cm caloLayer_phys CoupledTransportation - 3 -53.3 cm 1.72 m -1.35 m 2.64 MeV 0 eV 2.9 cm 7 cm caloM_P CoupledTransportation - 4 -53.1 cm 1.73 m -1.35 m 395 keV 0 eV 7.51 mm 7.75 cm caloLayer_phys compt - 5 -53.2 cm 1.73 m -1.35 m 0 eV 88 keV 1.29 mm 7.88 cm caloLayer_phys phot -Track (trackID 2353, parentID 220) is processed with stopping code 2 + 0 -35.4 cm 1.06 m -83.2 cm 143 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.4 cm 1.06 m -83.2 cm 0 eV 88 keV 412 um 412 um caloLayer_phys phot +Track (trackID 2264, parentID 184) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2352, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2263, Parent ID = 184 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 3.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 3.22 MeV 0 eV 3.94 mm 3.94 mm caloLayer_phys compt - 2 -53.8 cm 1.7 m -1.33 m 0 eV 0 eV 3.43 cm 3.83 cm caloLayer_phys conv -Track (trackID 2352, parentID 220) is processed with stopping code 2 + 0 -35.4 cm 1.06 m -83.1 cm 1.94 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.4 cm 1.05 m -84.4 cm 995 keV 0 eV 2.45 cm 2.45 cm caloLayer_phys compt + 2 -38 cm 1.05 m -85.5 cm 230 keV 0 eV 1.38 cm 3.83 cm caloLayer_phys compt + 3 -38 cm 1.05 m -85.5 cm 0 eV 88 keV 1.31 mm 3.96 cm caloLayer_phys phot +Track (trackID 2263, parentID 184) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2351, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2262, Parent ID = 184 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 2.22 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.5 cm 1.67 m -1.31 m 0 eV 0 eV 7.77 mm 7.77 mm caloLayer_phys conv -Track (trackID 2351, parentID 220) is processed with stopping code 2 + 0 -35.2 cm 1.06 m -83 cm 1.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.3 cm 1.06 m -83.3 cm 0 eV 88 keV 4.19 mm 4.19 mm caloLayer_phys phot +Track (trackID 2262, parentID 184) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2350, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2261, Parent ID = 186 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 1.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.4 cm 1.69 m -1.33 m 1.36 MeV 0 eV 3.89 cm 3.89 cm caloLayer_phys compt - 2 -54.4 cm 1.69 m -1.34 m 319 keV 0 eV 3.02 mm 4.19 cm caloLayer_phys compt - 3 -54.4 cm 1.69 m -1.34 m 0 eV 88 keV 447 um 4.24 cm caloLayer_phys phot -Track (trackID 2350, parentID 220) is processed with stopping code 2 + 0 -36.5 cm 1.09 m -85.8 cm 95.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.5 cm 1.09 m -85.8 cm 0 eV 88 keV 118 um 118 um caloLayer_phys phot +Track (trackID 2261, parentID 186) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2349, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2260, Parent ID = 186 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.3 m 351 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 244 keV 0 eV 9.06 mm 9.06 mm caloLayer_phys compt - 2 -54.6 cm 1.67 m -1.31 m 0 eV 88 keV 1.94 mm 1.1 cm caloLayer_phys phot -Track (trackID 2349, parentID 220) is processed with stopping code 2 + 0 -36.5 cm 1.09 m -85.8 cm 426 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.1 cm 1.1 m -85.7 cm 239 keV 0 eV 6.22 mm 6.22 mm caloLayer_phys compt + 2 -36.1 cm 1.1 m -85.8 cm 0 eV 88 keV 792 um 7.01 mm caloLayer_phys phot +Track (trackID 2260, parentID 186) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2348, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2259, Parent ID = 186 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.3 m 238 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.3 m 0 eV 88 keV 709 um 709 um caloLayer_phys phot -Track (trackID 2348, parentID 220) is processed with stopping code 2 + 0 -36.5 cm 1.09 m -85.8 cm 4.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.2 cm 1.12 m -88.3 cm 4.11 MeV 0 eV 3.84 cm 3.84 cm caloLayer_phys CoupledTransportation + 2 -35.9 cm 1.14 m -90.1 cm 4.11 MeV 0 eV 2.86 cm 6.7 cm caloM_P CoupledTransportation + 3 -35.9 cm 1.15 m -90.1 cm 2.76 MeV 0 eV 208 um 6.73 cm caloLayer_phys compt + 4 -35.9 cm 1.15 m -90.6 cm 266 keV 0 eV 5.53 mm 7.28 cm caloLayer_phys compt + 5 -35.6 cm 1.15 m -90.2 cm 137 keV 0 eV 4.83 mm 7.76 cm caloLayer_phys compt + 6 -35.6 cm 1.15 m -90.2 cm 0 eV 88 keV 227 um 7.78 cm caloLayer_phys phot +Track (trackID 2259, parentID 186) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2347, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2258, Parent ID = 186 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 145 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 88 keV 1.32 mm 1.32 mm caloLayer_phys phot -Track (trackID 2347, parentID 220) is processed with stopping code 2 + 0 -36.5 cm 1.09 m -85.8 cm 669 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.3 cm 1.11 m -86.7 cm 497 keV 0 eV 1.71 cm 1.71 cm caloLayer_phys compt + 2 -36.2 cm 1.11 m -86.8 cm 0 eV 88 keV 1.55 mm 1.87 cm caloLayer_phys phot +Track (trackID 2258, parentID 186) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2346, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2257, Parent ID = 186 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 3.49 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 1.28 MeV 0 eV 2.3 mm 2.3 mm caloLayer_phys compt - 2 -54.9 cm 1.68 m -1.31 m 1.09 MeV 0 eV 1.66 cm 1.89 cm caloLayer_phys compt - 3 -54.7 cm 1.69 m -1.31 m 1.09 MeV 0 eV 1.19 cm 3.08 cm caloLayer_phys CoupledTransportation - 4 -54.4 cm 1.72 m -1.32 m 1.09 MeV 0 eV 2.38 cm 5.46 cm caloM_P CoupledTransportation - 5 -54.3 cm 1.72 m -1.32 m 882 keV 0 eV 2.48 mm 5.7 cm caloLayer_phys compt - 6 -54.5 cm 1.73 m -1.32 m 644 keV 0 eV 7.48 mm 6.45 cm caloLayer_phys compt - 7 -54.5 cm 1.73 m -1.32 m 0 eV 88 keV 2.32 mm 6.68 cm caloLayer_phys phot -Track (trackID 2346, parentID 220) is processed with stopping code 2 + 0 -36.5 cm 1.09 m -85.8 cm 144 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.5 cm 1.09 m -85.8 cm 0 eV 88 keV 166 um 166 um caloLayer_phys phot +Track (trackID 2257, parentID 186) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2345, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2256, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 740 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.3 cm 1.68 m -1.32 m 511 keV 0 eV 1.96 cm 1.96 cm caloLayer_phys compt - 2 -55.6 cm 1.68 m -1.32 m 0 eV 88 keV 5.24 mm 2.49 cm caloLayer_phys phot -Track (trackID 2345, parentID 220) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.6 cm 3.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.11 m -86.6 cm 1.84 MeV 0 eV 2.91 mm 2.91 mm caloLayer_phys compt + 2 -36.2 cm 1.11 m -86.6 cm 965 keV 0 eV 6.34 mm 9.25 mm caloLayer_phys compt + 3 -34.3 cm 1.11 m -87 cm 0 eV 88 keV 2.01 cm 2.93 cm caloLayer_phys phot +Track (trackID 2256, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2344, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2255, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 514 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 0 eV 88 keV 3.24 mm 3.24 mm caloLayer_phys phot -Track (trackID 2344, parentID 220) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.5 cm 143 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.6 cm 0 eV 88 keV 251 um 251 um caloLayer_phys phot +Track (trackID 2255, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2343, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2253, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 1.25 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.6 cm 1.69 m -1.33 m 1.25 MeV 0 eV 3.64 cm 3.64 cm caloLayer_phys CoupledTransportation - 2 -56.3 cm 1.71 m -1.34 m 1.25 MeV 0 eV 2.56 cm 6.2 cm caloM_P CoupledTransportation - 3 -56.5 cm 1.71 m -1.35 m 856 keV 0 eV 5.14 mm 6.71 cm caloLayer_phys compt - 4 -56.9 cm 1.72 m -1.35 m 0 eV 88 keV 5.24 mm 7.24 cm caloLayer_phys phot -Track (trackID 2343, parentID 220) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.5 cm 370 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.7 cm 0 eV 88 keV 3.31 mm 3.31 mm caloLayer_phys phot +Track (trackID 2253, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2342, Parent ID = 220 +* G4Track Information: Particle = gamma, Track ID = 2252, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 171 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.66 m -1.3 m 0 eV 88 keV 520 um 520 um caloLayer_phys phot -Track (trackID 2342, parentID 220) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.5 cm 619 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.11 m -87.9 cm 478 keV 0 eV 1.78 cm 1.78 cm caloLayer_phys compt + 2 -36.6 cm 1.11 m -88 cm 0 eV 88 keV 3.83 mm 2.16 cm caloLayer_phys phot +Track (trackID 2252, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2341, Parent ID = 223 +* G4Track Information: Particle = gamma, Track ID = 2251, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 814 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.67 m -1.32 m 0 eV 88 keV 5.41 mm 5.41 mm caloLayer_phys phot -Track (trackID 2341, parentID 223) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.4 cm 1.95 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.1 m -86.8 cm 254 keV 0 eV 6.33 mm 6.33 mm caloLayer_phys compt + 2 -36.8 cm 1.1 m -86.8 cm 0 eV 88 keV 3.44 mm 9.77 mm caloLayer_phys phot +Track (trackID 2251, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2340, Parent ID = 223 +* G4Track Information: Particle = gamma, Track ID = 2250, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 114 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 0 eV 88 keV 101 um 101 um caloLayer_phys phot -Track (trackID 2340, parentID 223) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.3 cm 2.65 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.11 m -87.2 cm 975 keV 0 eV 1.08 cm 1.08 cm caloLayer_phys compt + 2 -36.4 cm 1.1 m -87.6 cm 505 keV 0 eV 3.95 mm 1.47 cm caloLayer_phys compt + 3 -36 cm 1.1 m -87.7 cm 171 keV 0 eV 4.34 mm 1.91 cm caloLayer_phys compt + 4 -36.1 cm 1.1 m -87.7 cm 0 eV 88 keV 391 um 1.95 cm caloLayer_phys phot +Track (trackID 2250, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2339, Parent ID = 223 +* G4Track Information: Particle = gamma, Track ID = 2249, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 169 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 0 eV 88 keV 640 um 640 um caloLayer_phys phot -Track (trackID 2339, parentID 223) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.3 cm 339 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.4 cm 333 keV 0 eV 1.08 mm 1.08 mm caloLayer_phys compt + 2 -36.6 cm 1.1 m -86.4 cm 162 keV 0 eV 70.9 um 1.15 mm caloLayer_phys compt + 3 -36.6 cm 1.1 m -86.3 cm 0 eV 88 keV 778 um 1.93 mm caloLayer_phys phot +Track (trackID 2249, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2338, Parent ID = 223 +* G4Track Information: Particle = gamma, Track ID = 2248, Parent ID = 187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 107 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 0 eV 88 keV 354 um 354 um caloLayer_phys phot -Track (trackID 2338, parentID 223) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.3 cm 102 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.3 cm 0 eV 88 keV 46.2 um 46.2 um caloLayer_phys phot +Track (trackID 2248, parentID 187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2337, Parent ID = 224 +* G4Track Information: Particle = gamma, Track ID = 2247, Parent ID = 189 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 137 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55 cm 1.68 m -1.31 m 0 eV 88 keV 603 um 603 um caloLayer_phys phot -Track (trackID 2337, parentID 224) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.6 cm 221 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.1 m -86.5 cm 0 eV 88 keV 2.4 mm 2.4 mm caloLayer_phys phot +Track (trackID 2247, parentID 189) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2336, Parent ID = 227 +* G4Track Information: Particle = gamma, Track ID = 2246, Parent ID = 189 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.4 cm 1.72 m -1.35 m 193 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.72 m -1.35 m 0 eV 88 keV 325 um 325 um caloLayer_phys phot -Track (trackID 2336, parentID 227) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.6 cm 7.39 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.8 cm 0 eV 0 eV 2.73 mm 2.73 mm caloLayer_phys conv +Track (trackID 2246, parentID 189) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2335, Parent ID = 227 +* G4Track Information: Particle = gamma, Track ID = 2245, Parent ID = 189 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.4 cm 1.72 m -1.35 m 345 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.72 m -1.35 m 175 keV 0 eV 237 um 237 um caloLayer_phys compt - 2 -56.4 cm 1.72 m -1.35 m 0 eV 88 keV 1.54 mm 1.77 mm caloLayer_phys phot -Track (trackID 2335, parentID 227) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.6 cm 190 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.6 cm 0 eV 88 keV 102 um 102 um caloLayer_phys phot +Track (trackID 2245, parentID 189) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2334, Parent ID = 228 +* G4Track Information: Particle = gamma, Track ID = 2244, Parent ID = 189 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.4 cm 1.75 m -1.37 m 11.1 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -57.4 cm 1.75 m -1.37 m 0 eV 288 eV 2.17 mm 2.17 mm caloM_P phot -Track (trackID 2334, parentID 228) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.5 cm 291 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.5 cm 0 eV 88 keV 1.66 um 1.66 um caloLayer_phys phot +Track (trackID 2244, parentID 189) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2332, Parent ID = 229 +* G4Track Information: Particle = gamma, Track ID = 2243, Parent ID = 190 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.1 cm 1.77 m -1.38 m 338 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.2 cm 1.77 m -1.38 m 0 eV 88 keV 836 um 836 um caloLayer_phys phot -Track (trackID 2332, parentID 229) is processed with stopping code 2 + 0 -36.9 cm 1.11 m -87.1 cm 436 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.4 cm 221 keV 0 eV 8.95 mm 8.95 mm caloLayer_phys compt + 2 -36.7 cm 1.1 m -86.4 cm 0 eV 88 keV 314 um 9.26 mm caloLayer_phys phot +Track (trackID 2243, parentID 190) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2331, Parent ID = 229 +* G4Track Information: Particle = gamma, Track ID = 2242, Parent ID = 190 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.1 cm 1.77 m -1.38 m 121 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.1 cm 1.77 m -1.38 m 0 eV 88 keV 355 um 355 um caloLayer_phys phot -Track (trackID 2331, parentID 229) is processed with stopping code 2 + 0 -36.9 cm 1.11 m -86.9 cm 299 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.11 m -87 cm 236 keV 0 eV 1.92 mm 1.92 mm caloLayer_phys compt + 2 -36.8 cm 1.11 m -86.9 cm 0 eV 88 keV 513 um 2.43 mm caloLayer_phys phot +Track (trackID 2242, parentID 190) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2330, Parent ID = 229 +* G4Track Information: Particle = gamma, Track ID = 2241, Parent ID = 2234 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.1 cm 1.77 m -1.38 m 658 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.6 cm 1.77 m -1.38 m 0 eV 88 keV 5.85 mm 5.85 mm caloLayer_phys phot -Track (trackID 2330, parentID 229) is processed with stopping code 2 + 0 -37.1 cm 1.12 m -87.8 cm 194 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.1 cm 1.12 m -87.8 cm 0 eV 88 keV 38.6 um 38.6 um caloLayer_phys phot +Track (trackID 2241, parentID 2234) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2329, Parent ID = 229 +* G4Track Information: Particle = gamma, Track ID = 2240, Parent ID = 192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58 cm 1.77 m -1.38 m 374 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58 cm 1.77 m -1.38 m 0 eV 88 keV 167 um 167 um caloLayer_phys phot -Track (trackID 2329, parentID 229) is processed with stopping code 2 + 0 -36.9 cm 1.12 m -87.8 cm 177 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37 cm 1.12 m -87.8 cm 0 eV 88 keV 914 um 914 um caloLayer_phys phot +Track (trackID 2240, parentID 192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2328, Parent ID = 229 +* G4Track Information: Particle = gamma, Track ID = 2239, Parent ID = 192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58 cm 1.77 m -1.38 m 8.66 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -57.9 cm 1.79 m -1.4 m 8.66 MeV 0 eV 2.22 cm 2.22 cm caloLayer_phys CoupledTransportation - 2 -57.9 cm 1.8 m -1.4 m 8.66 MeV 0 eV 1.02 cm 3.24 cm caloM_P ReadoutWorld - 3 -57.8 cm 1.81 m -1.41 m 8.66 MeV 0 eV 1.38 cm 4.62 cm caloM_P CoupledTransportation - 4 -57.8 cm 1.84 m -1.42 m 0 eV 0 eV 3.26 cm 7.88 cm caloLayer_phys conv -Track (trackID 2328, parentID 229) is processed with stopping code 2 + 0 -36.9 cm 1.12 m -87.8 cm 800 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.1 cm 1.12 m -87.7 cm 0 eV 88 keV 2.1 mm 2.1 mm caloLayer_phys phot +Track (trackID 2239, parentID 192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2326, Parent ID = 229 +* G4Track Information: Particle = gamma, Track ID = 2237, Parent ID = 192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.9 cm 1.77 m -1.38 m 1.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.5 cm 1.78 m -1.39 m 1.06 MeV 0 eV 1.47 cm 1.47 cm caloLayer_phys compt - 2 -58.4 cm 1.79 m -1.4 m 1.06 MeV 0 eV 9.39 mm 2.41 cm caloLayer_phys CoupledTransportation - 3 -58.4 cm 1.79 m -1.4 m 1.06 MeV 0 eV 9 mm 3.31 cm caloM_P ReadoutWorld - 4 -58.3 cm 1.81 m -1.41 m 1.06 MeV 0 eV 1.53 cm 4.83 cm caloM_P CoupledTransportation - 5 -58.3 cm 1.81 m -1.41 m 0 eV 88 keV 1.38 mm 4.97 cm caloLayer_phys phot -Track (trackID 2326, parentID 229) is processed with stopping code 2 + 0 -37 cm 1.12 m -87.8 cm 565 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37 cm 1.12 m -87.9 cm 497 keV 0 eV 788 um 788 um caloLayer_phys compt + 2 -36.9 cm 1.12 m -87.9 cm 0 eV 88 keV 907 um 1.69 mm caloLayer_phys phot +Track (trackID 2237, parentID 192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2325, Parent ID = 229 +* G4Track Information: Particle = gamma, Track ID = 2236, Parent ID = 192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.9 cm 1.77 m -1.38 m 9.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.5 cm 1.79 m -1.39 m 9.3 MeV 0 eV 2.36 cm 2.36 cm caloLayer_phys CoupledTransportation - 2 -58.7 cm 1.8 m -1.4 m 9.3 MeV 0 eV 1.11 cm 3.47 cm caloM_P ReadoutWorld - 3 -59 cm 1.81 m -1.41 m 9.3 MeV 0 eV 1.15 cm 4.62 cm caloM_P CoupledTransportation - 4 -59.8 cm 1.83 m -1.42 m 9.3 MeV 0 eV 3.38 cm 8 cm caloLayer_phys CoupledTransportation - 5 -60.4 cm 1.85 m -1.43 m 9.3 MeV 0 eV 2.25 cm 10.3 cm caloM_P CoupledTransportation - 6 -61.2 cm 1.88 m -1.45 m 9.3 MeV 0 eV 3.38 cm 13.6 cm caloLayer_phys CoupledTransportation - 7 -61.7 cm 1.9 m -1.46 m 9.3 MeV 0 eV 2.25 cm 15.9 cm caloM_P CoupledTransportation - 8 -61.9 cm 1.91 m -1.46 m 0 eV 0 eV 7.59 mm 16.6 cm caloLayer_phys conv -Track (trackID 2325, parentID 229) is processed with stopping code 2 + 0 -37.2 cm 1.12 m -87.7 cm 146 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.2 cm 1.12 m -87.7 cm 0 eV 88 keV 140 um 140 um caloLayer_phys phot +Track (trackID 2236, parentID 192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2324, Parent ID = 230 +* G4Track Information: Particle = gamma, Track ID = 2235, Parent ID = 192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58 cm 1.77 m -1.39 m 330 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58 cm 1.77 m -1.39 m 0 eV 88 keV 1.6 mm 1.6 mm caloLayer_phys phot -Track (trackID 2324, parentID 230) is processed with stopping code 2 + 0 -37.2 cm 1.12 m -87.7 cm 5.71 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.9 cm 1.12 m -88.3 cm 379 keV 0 eV 6.88 mm 6.88 mm caloLayer_phys compt + 2 -36.9 cm 1.12 m -88.3 cm 0 eV 88 keV 1.47 mm 8.35 mm caloLayer_phys phot +Track (trackID 2235, parentID 192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2323, Parent ID = 232 +* G4Track Information: Particle = gamma, Track ID = 2233, Parent ID = 199 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.2 cm 1.81 m -1.42 m 1.32 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59 cm 1.81 m -1.42 m 1.23 MeV 0 eV 3.27 mm 3.27 mm caloLayer_phys compt - 2 -58.9 cm 1.81 m -1.42 m 1.23 MeV 0 eV 1.26 mm 4.53 mm caloLayer_phys CoupledTransportation - 3 -58.8 cm 1.81 m -1.42 m 597 keV 0 eV 1.43 mm 5.96 mm caloM_P compt - 4 -58.4 cm 1.79 m -1.43 m 597 keV 0 eV 2.13 cm 2.73 cm caloM_P CoupledTransportation - 5 -58.3 cm 1.78 m -1.43 m 577 keV 0 eV 3.86 mm 3.12 cm caloLayer_phys compt - 6 -58.1 cm 1.78 m -1.43 m 0 eV 88 keV 8.97 mm 4.01 cm caloLayer_phys phot -Track (trackID 2323, parentID 232) is processed with stopping code 2 + 0 -41.4 cm 1.25 m -98.1 cm 106 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -41.4 cm 1.25 m -98.1 cm 0 eV 88 keV 294 um 294 um caloLayer_phys phot +Track (trackID 2233, parentID 199) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2322, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2232, Parent ID = 200 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 143 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 88 keV 251 um 251 um caloLayer_phys phot -Track (trackID 2322, parentID 234) is processed with stopping code 2 + 0 -42.9 cm 1.29 m -1.01 m 319 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -42.9 cm 1.29 m -1.01 m 0 eV 88 keV 271 um 271 um caloLayer_phys phot +Track (trackID 2232, parentID 200) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2321, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2231, Parent ID = 200 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 124 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 88 keV 214 um 214 um caloLayer_phys phot -Track (trackID 2321, parentID 234) is processed with stopping code 2 + 0 -42.9 cm 1.29 m -1.01 m 404 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -42.3 cm 1.29 m -1.02 m 273 keV 0 eV 9.68 mm 9.68 mm caloLayer_phys compt + 2 -42.2 cm 1.29 m -1.02 m 0 eV 88 keV 800 um 1.05 cm caloLayer_phys phot +Track (trackID 2231, parentID 200) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2320, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2230, Parent ID = 202 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.86 m -1.44 m 290 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 88 keV 265 um 265 um caloLayer_phys phot -Track (trackID 2320, parentID 234) is processed with stopping code 2 + 0 -43.4 cm 1.31 m -1.03 m 376 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.4 cm 1.31 m -1.03 m 0 eV 88 keV 893 um 893 um caloLayer_phys phot +Track (trackID 2230, parentID 202) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2318, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2229, Parent ID = 202 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.86 m -1.44 m 1.79 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.5 cm 1.86 m -1.44 m 0 eV 88 keV 4.04 mm 4.04 mm caloLayer_phys phot -Track (trackID 2318, parentID 234) is processed with stopping code 2 + 0 -43.3 cm 1.31 m -1.03 m 1.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.3 cm 1.31 m -1.03 m 530 keV 0 eV 79.1 um 79.1 um caloLayer_phys compt + 2 -43.3 cm 1.3 m -1.03 m 0 eV 88 keV 3.7 mm 3.78 mm caloLayer_phys phot +Track (trackID 2229, parentID 202) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2317, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2228, Parent ID = 202 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61 cm 1.86 m -1.44 m 4.92 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 0 eV 4.08 mm 4.08 mm caloLayer_phys conv -Track (trackID 2317, parentID 234) is processed with stopping code 2 + 0 -43.3 cm 1.31 m -1.02 m 297 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.3 cm 1.31 m -1.03 m 297 keV 0 eV 3.54 mm 3.54 mm caloLayer_phys CoupledTransportation + 2 -43 cm 1.33 m -1.04 m 297 keV 0 eV 2.44 cm 2.79 cm caloM_P CoupledTransportation + 3 -43 cm 1.34 m -1.04 m 0 eV 88 keV 5.24 mm 3.32 cm caloLayer_phys phot +Track (trackID 2228, parentID 202) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2316, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2227, Parent ID = 204 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61 cm 1.85 m -1.44 m 15 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.86 m -1.44 m 1.28 MeV 0 eV 3.42 mm 3.42 mm caloLayer_phys compt - 2 -60.5 cm 1.87 m -1.44 m 313 keV 0 eV 1.29 cm 1.63 cm caloLayer_phys compt - 3 -60.9 cm 1.87 m -1.44 m 0 eV 88 keV 3.76 mm 2.01 cm caloLayer_phys phot -Track (trackID 2316, parentID 234) is processed with stopping code 2 + 0 -44.5 cm 1.34 m -1.05 m 357 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.4 cm 1.34 m -1.05 m 0 eV 88 keV 506 um 506 um caloLayer_phys phot +Track (trackID 2227, parentID 204) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2315, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2226, Parent ID = 204 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.9 cm 1.85 m -1.44 m 15.2 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -60.9 cm 1.85 m -1.44 m 15.2 keV 0 eV 129 um 129 um caloM_P CoupledTransportation - 2 -60.9 cm 1.85 m -1.44 m 0 eV 15.2 keV 2.45 um 131 um caloLayer_phys phot -Track (trackID 2315, parentID 234) is processed with stopping code 2 + 0 -44.5 cm 1.34 m -1.05 m 133 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.5 cm 1.34 m -1.05 m 0 eV 88 keV 88.2 um 88.2 um caloLayer_phys phot +Track (trackID 2226, parentID 204) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2314, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2225, Parent ID = 205 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.8 cm 1.85 m -1.44 m 3.95 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -60.9 cm 1.85 m -1.44 m 3.95 MeV 0 eV 3.42 mm 3.42 mm caloM_P CoupledTransportation - 2 -61.8 cm 1.88 m -1.45 m 3.95 MeV 0 eV 3.13 cm 3.47 cm caloLayer_phys CoupledTransportation - 3 -62.4 cm 1.9 m -1.46 m 3.95 MeV 0 eV 2.09 cm 5.56 cm caloM_P CoupledTransportation - 4 -63 cm 1.92 m -1.46 m 0 eV 0 eV 1.89 cm 7.45 cm caloLayer_phys conv -Track (trackID 2314, parentID 234) is processed with stopping code 2 + 0 -44.7 cm 1.35 m -1.06 m 132 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.7 cm 1.35 m -1.06 m 0 eV 88 keV 438 um 438 um caloLayer_phys phot +Track (trackID 2225, parentID 205) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2313, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2224, Parent ID = 206 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.5 cm 1.84 m -1.44 m 535 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -60.9 cm 1.85 m -1.44 m 535 keV 0 eV 9.98 mm 9.98 mm caloM_P CoupledTransportation - 2 -61.8 cm 1.88 m -1.45 m 535 keV 0 eV 3.17 cm 4.17 cm caloLayer_phys CoupledTransportation - 3 -62.5 cm 1.9 m -1.46 m 535 keV 0 eV 2.11 cm 6.28 cm caloM_P CoupledTransportation - 4 -62.6 cm 1.9 m -1.46 m 0 eV 88 keV 3.56 mm 6.64 cm caloLayer_phys phot -Track (trackID 2313, parentID 234) is processed with stopping code 2 + 0 -45.8 cm 1.38 m -1.09 m 331 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -45.9 cm 1.39 m -1.08 m 291 keV 0 eV 6.85 mm 6.85 mm caloLayer_phys compt + 2 -46 cm 1.39 m -1.08 m 0 eV 88 keV 3.2 mm 1.01 cm caloLayer_phys phot +Track (trackID 2224, parentID 206) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2312, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2223, Parent ID = 212 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.44 m 127 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 0 eV 88 keV 552 um 552 um caloLayer_phys phot -Track (trackID 2312, parentID 234) is processed with stopping code 2 + 0 -48 cm 1.45 m -1.14 m 212 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48 cm 1.45 m -1.14 m 0 eV 88 keV 609 um 609 um caloLayer_phys phot +Track (trackID 2223, parentID 212) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2311, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2222, Parent ID = 2217 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.44 m 164 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60 cm 1.83 m -1.44 m 0 eV 88 keV 200 um 200 um caloLayer_phys phot -Track (trackID 2311, parentID 234) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 97.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 88 keV 118 um 118 um caloLayer_phys phot +Track (trackID 2222, parentID 2217) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2310, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2221, Parent ID = 213 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.44 m 807 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 726 keV 0 eV 2.44 mm 2.44 mm caloLayer_phys compt - 2 -60.1 cm 1.83 m -1.44 m 726 keV 0 eV 119 um 2.56 mm caloLayer_phys CoupledTransportation - 3 -62 cm 1.85 m -1.44 m 726 keV 0 eV 2.35 cm 2.61 cm caloM_P CoupledTransportation - 4 -63.3 cm 1.86 m -1.43 m 451 keV 0 eV 1.73 cm 4.34 cm caloLayer_phys compt - 5 -63.3 cm 1.86 m -1.43 m 0 eV 88 keV 165 um 4.36 cm caloLayer_phys phot -Track (trackID 2310, parentID 234) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 281 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 88 keV 1.16 mm 1.16 mm caloLayer_phys phot +Track (trackID 2221, parentID 213) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2309, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2220, Parent ID = 213 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.44 m 737 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 737 keV 0 eV 3.25 mm 3.25 mm caloLayer_phys CoupledTransportation - 2 -61.1 cm 1.85 m -1.44 m 737 keV 0 eV 2.19 cm 2.51 cm caloM_P CoupledTransportation - 3 -61.2 cm 1.85 m -1.45 m 716 keV 0 eV 2.68 mm 2.78 cm caloLayer_phys compt - 4 -61.4 cm 1.86 m -1.45 m 694 keV 0 eV 3.21 mm 3.1 cm caloLayer_phys compt - 5 -61.5 cm 1.86 m -1.45 m 417 keV 0 eV 762 um 3.18 cm caloLayer_phys compt - 6 -61.5 cm 1.86 m -1.45 m 0 eV 88 keV 2.2 mm 3.4 cm caloLayer_phys phot -Track (trackID 2309, parentID 234) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 438 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.5 cm 1.48 m -1.16 m 0 eV 88 keV 8.46 mm 8.46 mm caloLayer_phys phot +Track (trackID 2220, parentID 213) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2308, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2219, Parent ID = 213 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.43 m 831 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60 cm 1.83 m -1.44 m 413 keV 0 eV 1.95 mm 1.95 mm caloLayer_phys compt - 2 -60.1 cm 1.83 m -1.43 m 197 keV 0 eV 1.76 mm 3.71 mm caloLayer_phys compt - 3 -59.8 cm 1.83 m -1.43 m 0 eV 88 keV 2.3 mm 6.01 mm caloLayer_phys phot -Track (trackID 2308, parentID 234) is processed with stopping code 2 + 0 -48.7 cm 1.48 m -1.16 m 145 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 88 keV 214 um 214 um caloLayer_phys phot +Track (trackID 2219, parentID 213) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2307, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2218, Parent ID = 213 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 746 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 0 eV 88 keV 4.07 mm 4.07 mm caloLayer_phys phot -Track (trackID 2307, parentID 234) is processed with stopping code 2 + 0 -48.7 cm 1.48 m -1.16 m 151 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.7 cm 1.48 m -1.16 m 0 eV 88 keV 119 um 119 um caloLayer_phys phot +Track (trackID 2218, parentID 213) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2306, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2216, Parent ID = 213 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 3.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 3.26 MeV 0 eV 4.77 mm 4.77 mm caloLayer_phys CoupledTransportation - 2 -61.1 cm 1.85 m -1.45 m 3.26 MeV 0 eV 2.31 cm 2.78 cm caloM_P CoupledTransportation - 3 -62.2 cm 1.87 m -1.46 m 525 keV 0 eV 2.33 cm 5.11 cm caloLayer_phys compt - 4 -61.6 cm 1.88 m -1.46 m 509 keV 0 eV 8.59 mm 5.97 cm caloLayer_phys compt - 5 -61.6 cm 1.88 m -1.46 m 0 eV 88 keV 1.11 mm 6.08 cm caloLayer_phys phot -Track (trackID 2306, parentID 234) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 536 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.2 cm 1.49 m -1.16 m 494 keV 0 eV 1.32 cm 1.32 cm caloLayer_phys compt + 2 -47.6 cm 1.49 m -1.16 m 470 keV 0 eV 7.62 mm 2.09 cm caloLayer_phys compt + 3 -47.2 cm 1.5 m -1.16 m 0 eV 88 keV 5.19 mm 2.6 cm caloLayer_phys phot +Track (trackID 2216, parentID 213) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2305, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2215, Parent ID = 214 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 132 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 0 eV 88 keV 487 um 487 um caloLayer_phys phot -Track (trackID 2305, parentID 234) is processed with stopping code 2 + 0 -48.9 cm 1.48 m -1.16 m 176 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 88 keV 1.55 mm 1.55 mm caloLayer_phys phot +Track (trackID 2215, parentID 214) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2304, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2214, Parent ID = 216 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 234 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 0 eV 88 keV 951 um 951 um caloLayer_phys phot -Track (trackID 2304, parentID 234) is processed with stopping code 2 + 0 -49.7 cm 1.51 m -1.18 m 501 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -48.7 cm 1.52 m -1.19 m 501 keV 0 eV 2.3 cm 2.3 cm caloM_P CoupledTransportation + 2 -48.5 cm 1.53 m -1.19 m 262 keV 0 eV 4.47 mm 2.75 cm caloLayer_phys compt + 3 -48.5 cm 1.53 m -1.19 m 0 eV 88 keV 65.8 um 2.75 cm caloLayer_phys phot +Track (trackID 2214, parentID 216) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2303, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2213, Parent ID = 218 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 822 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 822 keV 0 eV 6.58 mm 6.58 mm caloLayer_phys CoupledTransportation - 2 -60.7 cm 1.85 m -1.45 m 331 keV 0 eV 1.8 cm 2.46 cm caloM_P compt - 3 -60.1 cm 1.85 m -1.44 m 331 keV 0 eV 1.01 cm 3.47 cm caloM_P CoupledTransportation - 4 -60.1 cm 1.86 m -1.44 m 0 eV 88 keV 307 um 3.5 cm caloLayer_phys phot -Track (trackID 2303, parentID 234) is processed with stopping code 2 + 0 -50.7 cm 1.54 m -1.2 m 129 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -50.7 cm 1.54 m -1.2 m 89.7 keV 0 eV 298 um 298 um caloLayer_phys compt + 2 -50.7 cm 1.54 m -1.2 m 0 eV 88 keV 76.5 um 375 um caloLayer_phys phot +Track (trackID 2213, parentID 218) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2524, Parent ID = 2303 +* G4Track Information: Particle = gamma, Track ID = 2212, Parent ID = 222 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.1 cm 1.86 m -1.44 m 243 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.86 m -1.44 m 0 eV 243 keV 109 um 109 um caloLayer_phys eIoni -Track (trackID 2524, parentID 2303) is processed with stopping code 2 + 0 -52.3 cm 1.58 m -1.24 m 113 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.3 cm 1.58 m -1.24 m 0 eV 88 keV 315 um 315 um caloLayer_phys phot +Track (trackID 2212, parentID 222) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2523, Parent ID = 2303 +* G4Track Information: Particle = gamma, Track ID = 2211, Parent ID = 222 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.7 cm 1.85 m -1.45 m 491 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -60.8 cm 1.85 m -1.45 m 0 eV 491 keV 1.46 mm 1.46 mm caloM_P eIoni -Track (trackID 2523, parentID 2303) is processed with stopping code 2 + 0 -52.3 cm 1.58 m -1.24 m 313 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.3 cm 1.59 m -1.24 m 0 eV 88 keV 2.1 mm 2.1 mm caloLayer_phys phot +Track (trackID 2211, parentID 222) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2522, Parent ID = 2304 +* G4Track Information: Particle = gamma, Track ID = 2210, Parent ID = 224 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 146 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 0 eV 146 keV 50 um 50 um caloLayer_phys eIoni -Track (trackID 2522, parentID 2304) is processed with stopping code 2 + 0 -52.5 cm 1.59 m -1.25 m 2.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.5 cm 1.59 m -1.25 m 236 keV 0 eV 955 um 955 um caloLayer_phys compt + 2 -52.5 cm 1.59 m -1.25 m 0 eV 88 keV 199 um 1.15 mm caloLayer_phys phot +Track (trackID 2210, parentID 224) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2521, Parent ID = 2305 +* G4Track Information: Particle = gamma, Track ID = 2209, Parent ID = 225 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 44.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 0 eV 44.3 keV 7.33 um 7.33 um caloLayer_phys eIoni -Track (trackID 2521, parentID 2305) is processed with stopping code 2 + 0 -52.5 cm 1.59 m -1.24 m 349 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.5 cm 1.59 m -1.24 m 0 eV 88 keV 1.13 mm 1.13 mm caloLayer_phys phot +Track (trackID 2209, parentID 225) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2520, Parent ID = 2306 +* G4Track Information: Particle = gamma, Track ID = 2208, Parent ID = 2203 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.6 cm 1.88 m -1.46 m 421 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.6 cm 1.88 m -1.46 m 0 eV 421 keV 241 um 241 um caloLayer_phys eIoni -Track (trackID 2520, parentID 2306) is processed with stopping code 2 + 0 -53.7 cm 1.63 m -1.27 m 98.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 0 eV 88 keV 176 um 176 um caloLayer_phys phot +Track (trackID 2208, parentID 2203) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2519, Parent ID = 2306 +* G4Track Information: Particle = gamma, Track ID = 2207, Parent ID = 227 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.6 cm 1.88 m -1.46 m 15.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.6 cm 1.88 m -1.46 m 0 eV 15.5 keV 1.37 um 1.37 um caloLayer_phys eIoni -Track (trackID 2519, parentID 2306) is processed with stopping code 2 + 0 -53.7 cm 1.63 m -1.27 m 118 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 112 keV 0 eV 71.9 um 71.9 um caloLayer_phys compt + 2 -53.8 cm 1.63 m -1.27 m 0 eV 88 keV 110 um 182 um caloLayer_phys phot +Track (trackID 2207, parentID 227) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2518, Parent ID = 2306 +* G4Track Information: Particle = gamma, Track ID = 2206, Parent ID = 227 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.2 cm 1.87 m -1.46 m 2.74 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.2 cm 1.87 m -1.46 m 1.98 MeV 760 keV 537 um 537 um caloLayer_phys eBrem - 2 -62.3 cm 1.87 m -1.46 m 610 keV 1.37 MeV 1.4 mm 1.94 mm caloLayer_phys eIoni - 3 -62.3 cm 1.87 m -1.46 m 0 eV 610 keV 396 um 2.34 mm caloLayer_phys eIoni -Track (trackID 2518, parentID 2306) is processed with stopping code 2 + 0 -53.7 cm 1.63 m -1.27 m 169 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 0 eV 88 keV 236 um 236 um caloLayer_phys phot +Track (trackID 2206, parentID 227) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2517, Parent ID = 2307 +* G4Track Information: Particle = gamma, Track ID = 2204, Parent ID = 227 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.1 cm 1.83 m -1.44 m 658 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 544 keV 114 keV 71.3 um 71.3 um caloLayer_phys msc - 2 -60.1 cm 1.83 m -1.44 m 544 keV 0 eV 0 fm 71.3 um caloM_P CoupledTransportation - 3 -60.1 cm 1.83 m -1.44 m 538 keV 5.94 keV 12 um 83.3 um caloLayer_phys msc - 4 -60.1 cm 1.83 m -1.44 m 529 keV 8.45 keV 13.6 um 96.9 um caloLayer_phys msc - 5 -60.1 cm 1.83 m -1.44 m 517 keV 12.9 keV 13.6 um 111 um caloLayer_phys msc - 6 -60.1 cm 1.83 m -1.44 m 502 keV 14.5 keV 13.6 um 124 um caloLayer_phys msc - 7 -60.1 cm 1.83 m -1.44 m 470 keV 32.4 keV 13.6 um 138 um caloLayer_phys msc - 8 -60.1 cm 1.83 m -1.44 m 443 keV 26.3 keV 13.6 um 151 um caloLayer_phys msc - 9 -60.1 cm 1.83 m -1.44 m 412 keV 31.9 keV 13.6 um 165 um caloLayer_phys msc - 10 -60.1 cm 1.83 m -1.44 m 387 keV 24.9 keV 13.6 um 179 um caloLayer_phys msc - 11 -60.1 cm 1.83 m -1.44 m 376 keV 11.1 keV 13.6 um 192 um caloLayer_phys msc - 12 -60.1 cm 1.83 m -1.44 m 364 keV 11.9 keV 13.6 um 206 um caloLayer_phys msc - 13 -60.1 cm 1.83 m -1.44 m 356 keV 7.68 keV 13.6 um 220 um caloLayer_phys msc - 14 -60.1 cm 1.83 m -1.44 m 343 keV 12.9 keV 13.6 um 233 um caloLayer_phys msc - 15 -60.1 cm 1.83 m -1.44 m 324 keV 19.6 keV 13.6 um 247 um caloLayer_phys msc - 16 -60.1 cm 1.83 m -1.44 m 298 keV 25.7 keV 13.6 um 260 um caloLayer_phys msc - 17 -60.1 cm 1.83 m -1.44 m 277 keV 21.2 keV 13.6 um 274 um caloLayer_phys msc - 18 -60.1 cm 1.83 m -1.44 m 245 keV 31.2 keV 13.6 um 288 um caloLayer_phys msc - 19 -60.1 cm 1.83 m -1.44 m 200 keV 45.6 keV 13.6 um 301 um caloLayer_phys msc - 20 -60.1 cm 1.83 m -1.44 m 190 keV 10 keV 13.6 um 315 um caloLayer_phys msc - 21 -60.1 cm 1.83 m -1.44 m 173 keV 16.6 keV 13.6 um 329 um caloLayer_phys msc - 22 -60.1 cm 1.83 m -1.44 m 162 keV 11.5 keV 13.6 um 342 um caloLayer_phys msc - 23 -60.1 cm 1.83 m -1.44 m 148 keV 13.2 keV 13.6 um 356 um caloLayer_phys msc - 24 -60.1 cm 1.83 m -1.44 m 87.2 keV 61.3 keV 13.6 um 369 um caloLayer_phys msc - 25 -60.1 cm 1.83 m -1.44 m 39.3 keV 48 keV 13.6 um 383 um caloLayer_phys msc - 26 -60.1 cm 1.83 m -1.44 m 0 eV 39.3 keV 6.02 um 389 um caloLayer_phys eIoni -Track (trackID 2517, parentID 2307) is processed with stopping code 2 + 0 -53.6 cm 1.63 m -1.27 m 113 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.6 cm 1.63 m -1.27 m 0 eV 88 keV 149 um 149 um caloLayer_phys phot +Track (trackID 2204, parentID 227) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2516, Parent ID = 2308 +* G4Track Information: Particle = gamma, Track ID = 2202, Parent ID = 230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.8 cm 1.83 m -1.43 m 109 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.8 cm 1.83 m -1.43 m 0 eV 109 keV 31.5 um 31.5 um caloLayer_phys eIoni -Track (trackID 2516, parentID 2308) is processed with stopping code 2 + 0 -55 cm 1.67 m -1.3 m 387 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -55.2 cm 1.67 m -1.3 m 0 eV 88 keV 2.45 mm 2.45 mm caloLayer_phys phot +Track (trackID 2202, parentID 230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2515, Parent ID = 2308 +* G4Track Information: Particle = gamma, Track ID = 2201, Parent ID = 230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.1 cm 1.83 m -1.43 m 216 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.43 m 0 eV 216 keV 91.8 um 91.8 um caloLayer_phys eIoni -Track (trackID 2515, parentID 2308) is processed with stopping code 2 + 0 -55 cm 1.67 m -1.3 m 1.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.67 m -1.31 m 395 keV 0 eV 1.53 cm 1.53 cm caloLayer_phys compt + 2 -53.7 cm 1.67 m -1.31 m 317 keV 0 eV 1.03 mm 1.63 cm caloLayer_phys compt + 3 -53.7 cm 1.67 m -1.31 m 0 eV 88 keV 967 um 1.73 cm caloLayer_phys phot +Track (trackID 2201, parentID 230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2514, Parent ID = 2308 +* G4Track Information: Particle = gamma, Track ID = 2200, Parent ID = 230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.44 m 418 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60 cm 1.83 m -1.44 m 0 eV 418 keV 238 um 238 um caloLayer_phys eIoni -Track (trackID 2514, parentID 2308) is processed with stopping code 2 + 0 -55 cm 1.67 m -1.3 m 430 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.66 m -1.3 m 0 eV 88 keV 2.71 mm 2.71 mm caloLayer_phys phot +Track (trackID 2200, parentID 230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2513, Parent ID = 2309 +* G4Track Information: Particle = gamma, Track ID = 2199, Parent ID = 230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.5 cm 1.86 m -1.45 m 329 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.4 cm 1.86 m -1.45 m 0 eV 329 keV 170 um 170 um caloLayer_phys eIoni -Track (trackID 2513, parentID 2309) is processed with stopping code 2 + 0 -55.1 cm 1.67 m -1.3 m 139 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -55 cm 1.67 m -1.3 m 0 eV 88 keV 793 um 793 um caloLayer_phys phot +Track (trackID 2199, parentID 230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2512, Parent ID = 2309 +* G4Track Information: Particle = gamma, Track ID = 2198, Parent ID = 230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.5 cm 1.86 m -1.45 m 277 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.5 cm 1.86 m -1.45 m 0 eV 277 keV 133 um 133 um caloLayer_phys eIoni -Track (trackID 2512, parentID 2309) is processed with stopping code 2 + 0 -55 cm 1.67 m -1.3 m 3.24 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.2 cm 1.67 m -1.3 m 0 eV 88 keV 3.23 cm 3.23 cm caloLayer_phys phot +Track (trackID 2198, parentID 230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2511, Parent ID = 2309 +* G4Track Information: Particle = gamma, Track ID = 2197, Parent ID = 230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.4 cm 1.86 m -1.45 m 22.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.4 cm 1.86 m -1.45 m 0 eV 22.3 keV 2.41 um 2.41 um caloLayer_phys eIoni -Track (trackID 2511, parentID 2309) is processed with stopping code 2 + 0 -54.9 cm 1.67 m -1.3 m 181 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -55 cm 1.67 m -1.3 m 0 eV 88 keV 1.47 mm 1.47 mm caloLayer_phys phot +Track (trackID 2197, parentID 230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2510, Parent ID = 2309 +* G4Track Information: Particle = gamma, Track ID = 2196, Parent ID = 230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.85 m -1.45 m 21.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.85 m -1.45 m 0 eV 21.6 keV 2.3 um 2.3 um caloLayer_phys eIoni -Track (trackID 2510, parentID 2309) is processed with stopping code 2 + 0 -54.9 cm 1.67 m -1.3 m 5.95 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -57.1 cm 1.69 m -1.3 m 5.95 MeV 0 eV 3.02 cm 3.02 cm caloLayer_phys CoupledTransportation + 2 -58 cm 1.69 m -1.31 m 5.77 MeV 0 eV 1.2 cm 4.22 cm caloM_P compt + 3 -58.7 cm 1.7 m -1.31 m 5.77 MeV 0 eV 1.07 cm 5.29 cm caloM_P CoupledTransportation + 4 -59.3 cm 1.71 m -1.31 m 0 eV 0 eV 7.66 mm 6.05 cm caloLayer_phys conv +Track (trackID 2196, parentID 230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2509, Parent ID = 2310 +* G4Track Information: Particle = gamma, Track ID = 2195, Parent ID = 232 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.3 cm 1.86 m -1.43 m 363 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.3 cm 1.86 m -1.43 m 0 eV 363 keV 196 um 196 um caloLayer_phys eIoni -Track (trackID 2509, parentID 2310) is processed with stopping code 2 + 0 -55 cm 1.67 m -1.3 m 202 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.66 m -1.3 m 0 eV 88 keV 2.46 mm 2.46 mm caloLayer_phys phot +Track (trackID 2195, parentID 232) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2508, Parent ID = 2310 +* G4Track Information: Particle = gamma, Track ID = 2194, Parent ID = 232 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.3 cm 1.86 m -1.43 m 275 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.3 cm 1.86 m -1.43 m 0 eV 275 keV 131 um 131 um caloLayer_phys eIoni -Track (trackID 2508, parentID 2310) is processed with stopping code 2 + 0 -54.9 cm 1.67 m -1.3 m 417 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.67 m -1.3 m 265 keV 0 eV 298 um 298 um caloLayer_phys compt + 2 -54.9 cm 1.67 m -1.3 m 0 eV 88 keV 147 um 445 um caloLayer_phys phot +Track (trackID 2194, parentID 232) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2507, Parent ID = 2310 +* G4Track Information: Particle = gamma, Track ID = 2193, Parent ID = 237 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.1 cm 1.83 m -1.44 m 81.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 0 eV 81.2 keV 19.6 um 19.6 um caloLayer_phys eIoni -Track (trackID 2507, parentID 2310) is processed with stopping code 2 + 0 -58.2 cm 1.77 m -1.38 m 163 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.2 cm 1.77 m -1.38 m 141 keV 0 eV 254 um 254 um caloLayer_phys compt + 2 -58.2 cm 1.77 m -1.38 m 0 eV 88 keV 350 um 605 um caloLayer_phys phot +Track (trackID 2193, parentID 237) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2506, Parent ID = 2311 +* G4Track Information: Particle = gamma, Track ID = 2192, Parent ID = 237 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60 cm 1.83 m -1.44 m 76.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60 cm 1.83 m -1.44 m 0 eV 76.1 keV 17.7 um 17.7 um caloLayer_phys eIoni -Track (trackID 2506, parentID 2311) is processed with stopping code 2 + 0 -58.2 cm 1.77 m -1.38 m 368 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.4 cm 1.76 m -1.38 m 0 eV 88 keV 2.12 mm 2.12 mm caloLayer_phys phot +Track (trackID 2192, parentID 237) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2505, Parent ID = 2312 +* G4Track Information: Particle = gamma, Track ID = 2191, Parent ID = 237 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.1 cm 1.83 m -1.44 m 39.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 0 eV 39.2 keV 6 um 6 um caloLayer_phys eIoni -Track (trackID 2505, parentID 2312) is processed with stopping code 2 + 0 -58.2 cm 1.77 m -1.38 m 651 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.6 cm 1.76 m -1.38 m 622 keV 0 eV 1.85 cm 1.85 cm caloLayer_phys compt + 2 -60.4 cm 1.75 m -1.39 m 622 keV 0 eV 1.18 cm 3.04 cm caloLayer_phys CoupledTransportation + 3 -62.8 cm 1.72 m -1.4 m 622 keV 0 eV 3.67 cm 6.7 cm caloM_P ReadoutWorld + 4 -63.6 cm 1.72 m -1.4 m 622 keV 0 eV 1.13 cm 7.83 cm caloM_P CoupledTransportation + 5 -63.8 cm 1.71 m -1.4 m 494 keV 0 eV 3.04 mm 8.14 cm caloLayer_phys compt + 6 -63.8 cm 1.71 m -1.4 m 0 eV 88 keV 1.38 mm 8.28 cm caloLayer_phys phot +Track (trackID 2191, parentID 237) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2504, Parent ID = 2313 +* G4Track Information: Particle = gamma, Track ID = 2190, Parent ID = 239 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.6 cm 1.9 m -1.46 m 447 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.6 cm 1.9 m -1.46 m 0 eV 447 keV 262 um 262 um caloLayer_phys eIoni -Track (trackID 2504, parentID 2313) is processed with stopping code 2 + 0 -58.1 cm 1.76 m -1.38 m 283 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -57.9 cm 1.76 m -1.38 m 0 eV 88 keV 1.86 mm 1.86 mm caloLayer_phys phot +Track (trackID 2190, parentID 239) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2502, Parent ID = 2314 +* G4Track Information: Particle = gamma, Track ID = 2189, Parent ID = 240 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.92 m -1.46 m 964 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.92 m -1.46 m 0 eV 964 keV 700 um 700 um caloLayer_phys eIoni -Track (trackID 2502, parentID 2314) is processed with stopping code 2 + 0 -58.2 cm 1.77 m -1.38 m 481 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.3 cm 1.77 m -1.38 m 0 eV 88 keV 1.31 mm 1.31 mm caloLayer_phys phot +Track (trackID 2189, parentID 240) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2501, Parent ID = 2315 +* G4Track Information: Particle = gamma, Track ID = 2188, Parent ID = 242 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.9 cm 1.85 m -1.44 m 43.7 eV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.9 cm 1.85 m -1.44 m 0 eV 43.7 eV 3.56 nm 3.56 nm caloLayer_phys eIoni -Track (trackID 2501, parentID 2315) is processed with stopping code 2 + 0 -59.6 cm 1.8 m -1.42 m 33.5 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -59.6 cm 1.8 m -1.42 m 33.5 keV 0 eV 923 um 923 um caloM_P CoupledTransportation + 2 -59.6 cm 1.8 m -1.42 m 0 eV 15.9 keV 1.23 um 924 um caloLayer_phys phot +Track (trackID 2188, parentID 242) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2500, Parent ID = 2316 +* G4Track Information: Particle = gamma, Track ID = 2187, Parent ID = 244 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.9 cm 1.87 m -1.44 m 225 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.9 cm 1.87 m -1.44 m 0 eV 225 keV 97.4 um 97.4 um caloLayer_phys eIoni -Track (trackID 2500, parentID 2316) is processed with stopping code 2 + 0 -60 cm 1.82 m -1.42 m 191 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -60 cm 1.82 m -1.42 m 0 eV 88 keV 859 um 859 um caloLayer_phys phot +Track (trackID 2187, parentID 244) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2499, Parent ID = 2316 +* G4Track Information: Particle = gamma, Track ID = 2186, Parent ID = 245 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.5 cm 1.87 m -1.44 m 969 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.5 cm 1.87 m -1.44 m 757 keV 19.2 keV 33.9 um 33.9 um caloLayer_phys eBrem - 2 -60.5 cm 1.87 m -1.44 m 0 eV 757 keV 521 um 555 um caloLayer_phys eIoni -Track (trackID 2499, parentID 2316) is processed with stopping code 2 + 0 -61.5 cm 1.87 m -1.46 m 962 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -61.7 cm 1.87 m -1.45 m 203 keV 0 eV 8.11 mm 8.11 mm caloLayer_phys compt + 2 -61.7 cm 1.87 m -1.45 m 0 eV 88 keV 618 um 8.73 mm caloLayer_phys phot +Track (trackID 2186, parentID 245) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2498, Parent ID = 2316 +* G4Track Information: Particle = gamma, Track ID = 2185, Parent ID = 250 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.86 m -1.44 m 13.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.86 m -1.44 m 12.7 MeV 113 keV 91.3 um 91.3 um caloLayer_phys eBrem - 2 -61.3 cm 1.86 m -1.44 m 10.7 MeV 2.04 MeV 1.75 mm 1.84 mm caloLayer_phys msc - 3 -61.3 cm 1.86 m -1.44 m 9.04 MeV 474 keV 329 um 2.17 mm caloLayer_phys eBrem - 4 -61.4 cm 1.86 m -1.45 m 6.88 MeV 2.16 MeV 2.08 mm 4.24 mm caloLayer_phys msc - 5 -61.4 cm 1.86 m -1.45 m 5.76 MeV 1.02 MeV 829 um 5.07 mm caloLayer_phys eBrem - 6 -61.4 cm 1.86 m -1.45 m 1.43 MeV 500 keV 501 um 5.57 mm caloLayer_phys eBrem - 7 -61.4 cm 1.86 m -1.45 m 1.05 MeV 385 keV 298 um 5.87 mm caloLayer_phys eBrem - 8 -61.4 cm 1.86 m -1.45 m 0 eV 1.05 MeV 770 um 6.64 mm caloLayer_phys eIoni -Track (trackID 2498, parentID 2316) is processed with stopping code 2 + 0 -62.5 cm 1.9 m -1.48 m 710 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.1 cm 1.9 m -1.48 m 0 eV 88 keV 4.46 mm 4.46 mm caloLayer_phys phot +Track (trackID 2185, parentID 250) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2496, Parent ID = 2317 +* G4Track Information: Particle = gamma, Track ID = 2184, Parent ID = 251 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 3.42 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 2.34 MeV 102 keV 134 um 134 um caloLayer_phys eBrem - 2 -61.2 cm 1.86 m -1.44 m 467 keV 1.28 MeV 648 um 781 um caloLayer_phys eBrem - 3 -61.2 cm 1.86 m -1.44 m 0 eV 467 keV 278 um 1.06 mm caloLayer_phys eIoni -Track (trackID 2496, parentID 2317) is processed with stopping code 2 + 0 -63 cm 1.92 m -1.5 m 145 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63 cm 1.92 m -1.5 m 0 eV 88 keV 952 um 952 um caloLayer_phys phot +Track (trackID 2184, parentID 251) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2495, Parent ID = 2318 +* G4Track Information: Particle = gamma, Track ID = 2183, Parent ID = 251 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.5 cm 1.86 m -1.44 m 1.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.6 cm 1.86 m -1.45 m 354 keV 1.35 MeV 1.27 mm 1.27 mm caloLayer_phys eIoni - 2 -61.6 cm 1.86 m -1.45 m 0 eV 354 keV 189 um 1.46 mm caloLayer_phys eIoni -Track (trackID 2495, parentID 2318) is processed with stopping code 2 + 0 -63 cm 1.92 m -1.5 m 284 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63.2 cm 1.92 m -1.5 m 144 keV 0 eV 3.15 mm 3.15 mm caloLayer_phys compt + 2 -63.2 cm 1.92 m -1.5 m 0 eV 88 keV 1.11 mm 4.25 mm caloLayer_phys phot +Track (trackID 2183, parentID 251) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2494, Parent ID = 2320 +* G4Track Information: Particle = gamma, Track ID = 2182, Parent ID = 251 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 202 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 202 keV 82.7 um 82.7 um caloLayer_phys eIoni -Track (trackID 2494, parentID 2320) is processed with stopping code 2 + 0 -63 cm 1.92 m -1.5 m 1.06 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.7 cm 1.92 m -1.5 m 601 keV 0 eV 1.01 cm 1.01 cm caloLayer_phys compt + 2 -62.7 cm 1.91 m -1.51 m 0 eV 88 keV 4.57 mm 1.46 cm caloLayer_phys phot +Track (trackID 2182, parentID 251) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2493, Parent ID = 2321 +* G4Track Information: Particle = e-, Track ID = 2397, Parent ID = 2182 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 35.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 35.6 keV 5.12 um 5.12 um caloLayer_phys eIoni -Track (trackID 2493, parentID 2321) is processed with stopping code 2 + 0 -62.7 cm 1.91 m -1.51 m 513 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.7 cm 1.91 m -1.51 m 0 eV 513 keV 315 um 315 um caloLayer_phys eIoni +Track (trackID 2397, parentID 2182) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2492, Parent ID = 2322 +* G4Track Information: Particle = e-, Track ID = 2396, Parent ID = 2182 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 55.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 0 eV 55.3 keV 10.5 um 10.5 um caloLayer_phys eIoni -Track (trackID 2492, parentID 2322) is processed with stopping code 2 + 0 -62.7 cm 1.92 m -1.5 m 461 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.7 cm 1.92 m -1.5 m 183 keV 279 keV 206 um 206 um caloLayer_phys eBrem + 2 -62.7 cm 1.92 m -1.5 m 0 eV 183 keV 70.8 um 277 um caloLayer_phys eIoni +Track (trackID 2396, parentID 2182) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2491, Parent ID = 2323 +* G4Track Information: Particle = e-, Track ID = 2395, Parent ID = 2183 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.1 cm 1.78 m -1.43 m 489 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.1 cm 1.77 m -1.43 m 0 eV 489 keV 295 um 295 um caloLayer_phys eIoni -Track (trackID 2491, parentID 2323) is processed with stopping code 2 + 0 -63.2 cm 1.92 m -1.5 m 55.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63.2 cm 1.92 m -1.5 m 0 eV 55.5 keV 10.6 um 10.6 um caloLayer_phys eIoni +Track (trackID 2395, parentID 2183) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2490, Parent ID = 2323 +* G4Track Information: Particle = e-, Track ID = 2394, Parent ID = 2183 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.3 cm 1.78 m -1.43 m 20.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.3 cm 1.78 m -1.43 m 0 eV 20.5 keV 2.12 um 2.12 um caloLayer_phys eIoni -Track (trackID 2490, parentID 2323) is processed with stopping code 2 + 0 -63.2 cm 1.92 m -1.5 m 140 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63.2 cm 1.92 m -1.5 m 0 eV 140 keV 47 um 47 um caloLayer_phys eIoni +Track (trackID 2394, parentID 2183) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2489, Parent ID = 2323 +* G4Track Information: Particle = e-, Track ID = 2393, Parent ID = 2184 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.8 cm 1.81 m -1.42 m 630 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -58.7 cm 1.8 m -1.41 m 560 keV 70.9 keV 401 um 401 um caloM_P msc - 2 -58.6 cm 1.8 m -1.41 m 251 keV 308 keV 1.61 mm 2.01 mm caloM_P eIoni - 3 -58.6 cm 1.8 m -1.41 m 0 eV 251 keV 626 um 2.63 mm caloM_P eIoni -Track (trackID 2489, parentID 2323) is processed with stopping code 2 + 0 -63 cm 1.92 m -1.5 m 56.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63 cm 1.92 m -1.5 m 0 eV 56.7 keV 10.9 um 10.9 um caloLayer_phys eIoni +Track (trackID 2393, parentID 2184) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2488, Parent ID = 2323 +* G4Track Information: Particle = e-, Track ID = 2392, Parent ID = 2185 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59 cm 1.81 m -1.42 m 91.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59 cm 1.81 m -1.42 m 0 eV 91.6 keV 23.8 um 23.8 um caloLayer_phys eIoni -Track (trackID 2488, parentID 2323) is processed with stopping code 2 + 0 -62.1 cm 1.9 m -1.48 m 622 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.1 cm 1.9 m -1.48 m 0 eV 622 keV 406 um 406 um caloLayer_phys eIoni +Track (trackID 2392, parentID 2185) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2487, Parent ID = 2324 +* G4Track Information: Particle = e-, Track ID = 2391, Parent ID = 2186 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58 cm 1.77 m -1.39 m 242 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58 cm 1.77 m -1.39 m 0 eV 242 keV 108 um 108 um caloLayer_phys eIoni -Track (trackID 2487, parentID 2324) is processed with stopping code 2 + 0 -61.7 cm 1.87 m -1.45 m 114 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -61.7 cm 1.87 m -1.45 m 0 eV 114 keV 34 um 34 um caloLayer_phys eIoni +Track (trackID 2391, parentID 2186) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2485, Parent ID = 2325 +* G4Track Information: Particle = e-, Track ID = 2390, Parent ID = 2186 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.9 cm 1.91 m -1.46 m 4.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.8 cm 1.91 m -1.46 m 1.99 MeV 2.11 MeV 2.03 mm 2.03 mm caloLayer_phys eIoni - 2 -61.8 cm 1.91 m -1.46 m 1.08 MeV 719 keV 709 um 2.74 mm caloLayer_phys eBrem - 3 -61.8 cm 1.91 m -1.46 m 0 eV 1.08 MeV 802 um 3.54 mm caloLayer_phys eIoni -Track (trackID 2485, parentID 2325) is processed with stopping code 2 + 0 -61.7 cm 1.87 m -1.45 m 760 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -61.7 cm 1.87 m -1.45 m 0 eV 760 keV 523 um 523 um caloLayer_phys eIoni +Track (trackID 2390, parentID 2186) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2484, Parent ID = 2326 +* G4Track Information: Particle = e-, Track ID = 2389, Parent ID = 2187 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.3 cm 1.81 m -1.41 m 970 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.3 cm 1.81 m -1.41 m 0 eV 970 keV 705 um 705 um caloLayer_phys eIoni -Track (trackID 2484, parentID 2326) is processed with stopping code 2 + 0 -60 cm 1.82 m -1.42 m 103 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -60 cm 1.82 m -1.42 m 0 eV 103 keV 28.5 um 28.5 um caloLayer_phys eIoni +Track (trackID 2389, parentID 2187) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2483, Parent ID = 2326 +* G4Track Information: Particle = e-, Track ID = 2388, Parent ID = 2188 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.5 cm 1.78 m -1.39 m 279 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.5 cm 1.78 m -1.39 m 0 eV 279 keV 134 um 134 um caloLayer_phys eIoni -Track (trackID 2483, parentID 2326) is processed with stopping code 2 + 0 -59.6 cm 1.8 m -1.42 m 17.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.6 cm 1.8 m -1.42 m 16.6 keV 981 eV 352 nm 352 nm caloLayer_phys msc + 2 -59.6 cm 1.8 m -1.42 m 0 eV 16.6 keV 1.52 um 1.88 um caloLayer_phys eIoni +Track (trackID 2388, parentID 2188) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2481, Parent ID = 2328 +* G4Track Information: Particle = e-, Track ID = 2387, Parent ID = 2189 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.8 cm 1.84 m -1.42 m 2.03 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -57.8 cm 1.84 m -1.42 m 572 keV 1.46 MeV 1.43 mm 1.43 mm caloLayer_phys eIoni - 2 -57.8 cm 1.84 m -1.42 m 0 eV 572 keV 364 um 1.79 mm caloLayer_phys eIoni -Track (trackID 2481, parentID 2328) is processed with stopping code 2 + 0 -58.3 cm 1.77 m -1.38 m 393 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.3 cm 1.77 m -1.38 m 0 eV 393 keV 219 um 219 um caloLayer_phys eIoni +Track (trackID 2387, parentID 2189) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2480, Parent ID = 2329 +* G4Track Information: Particle = e-, Track ID = 2386, Parent ID = 2190 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58 cm 1.77 m -1.38 m 286 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58 cm 1.77 m -1.38 m 0 eV 286 keV 139 um 139 um caloLayer_phys eIoni -Track (trackID 2480, parentID 2329) is processed with stopping code 2 + 0 -57.9 cm 1.76 m -1.38 m 195 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -57.9 cm 1.76 m -1.38 m 0 eV 195 keV 78.5 um 78.5 um caloLayer_phys eIoni +Track (trackID 2386, parentID 2190) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2479, Parent ID = 2330 +* G4Track Information: Particle = e-, Track ID = 2385, Parent ID = 2191 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.6 cm 1.77 m -1.38 m 570 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.6 cm 1.77 m -1.38 m 0 eV 570 keV 362 um 362 um caloLayer_phys eIoni -Track (trackID 2479, parentID 2330) is processed with stopping code 2 + 0 -63.8 cm 1.71 m -1.4 m 406 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63.8 cm 1.71 m -1.4 m 0 eV 406 keV 229 um 229 um caloLayer_phys eIoni +Track (trackID 2385, parentID 2191) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2478, Parent ID = 2331 +* G4Track Information: Particle = e-, Track ID = 2384, Parent ID = 2191 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.1 cm 1.77 m -1.38 m 33.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.1 cm 1.77 m -1.38 m 0 eV 33.4 keV 4.64 um 4.64 um caloLayer_phys eIoni -Track (trackID 2478, parentID 2331) is processed with stopping code 2 + 0 -63.8 cm 1.71 m -1.4 m 128 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63.8 cm 1.71 m -1.4 m 0 eV 128 keV 40.4 um 40.4 um caloLayer_phys eIoni +Track (trackID 2384, parentID 2191) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2477, Parent ID = 2332 +* G4Track Information: Particle = e-, Track ID = 2383, Parent ID = 2191 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.2 cm 1.77 m -1.38 m 250 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.2 cm 1.77 m -1.38 m 0 eV 250 keV 114 um 114 um caloLayer_phys eIoni -Track (trackID 2477, parentID 2332) is processed with stopping code 2 + 0 -59.6 cm 1.76 m -1.38 m 29.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.6 cm 1.76 m -1.38 m 0 eV 29.5 keV 3.78 um 3.78 um caloLayer_phys eIoni +Track (trackID 2383, parentID 2191) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2476, Parent ID = 2334 +* G4Track Information: Particle = e-, Track ID = 2382, Parent ID = 2192 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.4 cm 1.75 m -1.37 m 10.8 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -57.4 cm 1.75 m -1.37 m 0 eV 10.8 keV 2.78 um 2.78 um caloM_P eIoni -Track (trackID 2476, parentID 2334) is processed with stopping code 2 + 0 -58.4 cm 1.76 m -1.38 m 280 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.4 cm 1.76 m -1.38 m 0 eV 280 keV 134 um 134 um caloLayer_phys eIoni +Track (trackID 2382, parentID 2192) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2475, Parent ID = 2335 +* G4Track Information: Particle = e-, Track ID = 2381, Parent ID = 2193 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.4 cm 1.72 m -1.35 m 87.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.72 m -1.35 m 0 eV 87.1 keV 21.9 um 21.9 um caloLayer_phys eIoni -Track (trackID 2475, parentID 2335) is processed with stopping code 2 + 0 -58.2 cm 1.77 m -1.38 m 53.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.2 cm 1.77 m -1.38 m 0 eV 53.1 keV 9.83 um 9.83 um caloLayer_phys eIoni +Track (trackID 2381, parentID 2193) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2474, Parent ID = 2335 +* G4Track Information: Particle = e-, Track ID = 2380, Parent ID = 2193 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.4 cm 1.72 m -1.35 m 170 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.72 m -1.35 m 0 eV 170 keV 63.5 um 63.5 um caloLayer_phys eIoni -Track (trackID 2474, parentID 2335) is processed with stopping code 2 + 0 -58.2 cm 1.77 m -1.38 m 22.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.2 cm 1.77 m -1.38 m 0 eV 22.4 keV 2.43 um 2.43 um caloLayer_phys eIoni +Track (trackID 2380, parentID 2193) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2473, Parent ID = 2336 +* G4Track Information: Particle = e-, Track ID = 2379, Parent ID = 2194 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.4 cm 1.72 m -1.35 m 105 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.72 m -1.35 m 0 eV 105 keV 29.8 um 29.8 um caloLayer_phys eIoni -Track (trackID 2473, parentID 2336) is processed with stopping code 2 + 0 -54.9 cm 1.67 m -1.3 m 177 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.67 m -1.3 m 0 eV 177 keV 67.2 um 67.2 um caloLayer_phys eIoni +Track (trackID 2379, parentID 2194) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2472, Parent ID = 2337 +* G4Track Information: Particle = e-, Track ID = 2378, Parent ID = 2194 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55 cm 1.68 m -1.31 m 49.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55 cm 1.68 m -1.31 m 0 eV 49.5 keV 8.77 um 8.77 um caloLayer_phys eIoni -Track (trackID 2472, parentID 2337) is processed with stopping code 2 + 0 -54.9 cm 1.67 m -1.3 m 153 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.67 m -1.3 m 0 eV 153 keV 53.6 um 53.6 um caloLayer_phys eIoni +Track (trackID 2378, parentID 2194) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2471, Parent ID = 2338 +* G4Track Information: Particle = e-, Track ID = 2377, Parent ID = 2195 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 18.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 0 eV 18.9 keV 1.86 um 1.86 um caloLayer_phys eIoni -Track (trackID 2471, parentID 2338) is processed with stopping code 2 + 0 -54.9 cm 1.66 m -1.3 m 114 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.66 m -1.3 m 0 eV 114 keV 33.7 um 33.7 um caloLayer_phys eIoni +Track (trackID 2377, parentID 2195) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2470, Parent ID = 2339 +* G4Track Information: Particle = e-, Track ID = 2375, Parent ID = 2196 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 81.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 0 eV 81.2 keV 19.6 um 19.6 um caloLayer_phys eIoni -Track (trackID 2470, parentID 2339) is processed with stopping code 2 + 0 -59.3 cm 1.71 m -1.31 m 1.41 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.3 cm 1.71 m -1.31 m 0 eV 1.41 MeV 1.08 mm 1.08 mm caloLayer_phys eIoni +Track (trackID 2375, parentID 2196) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2469, Parent ID = 2340 +* G4Track Information: Particle = e-, Track ID = 2374, Parent ID = 2196 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.68 m -1.31 m 26.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.68 m -1.31 m 0 eV 26.4 keV 3.18 um 3.18 um caloLayer_phys eIoni -Track (trackID 2469, parentID 2340) is processed with stopping code 2 + 0 -58 cm 1.69 m -1.31 m 175 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -58 cm 1.69 m -1.31 m 0 eV 175 keV 353 um 353 um caloM_P eIoni +Track (trackID 2374, parentID 2196) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2468, Parent ID = 2341 +* G4Track Information: Particle = e-, Track ID = 2373, Parent ID = 2197 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.67 m -1.32 m 726 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.1 cm 1.67 m -1.32 m 0 eV 726 keV 494 um 494 um caloLayer_phys eIoni -Track (trackID 2468, parentID 2341) is processed with stopping code 2 + 0 -55 cm 1.67 m -1.3 m 93 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -55 cm 1.67 m -1.3 m 0 eV 93 keV 24.4 um 24.4 um caloLayer_phys eIoni +Track (trackID 2373, parentID 2197) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2467, Parent ID = 2342 +* G4Track Information: Particle = e-, Track ID = 2372, Parent ID = 2198 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.3 m 83.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.66 m -1.3 m 0 eV 83.2 keV 20.4 um 20.4 um caloLayer_phys eIoni -Track (trackID 2467, parentID 2342) is processed with stopping code 2 + 0 -58.2 cm 1.67 m -1.3 m 3.15 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.3 cm 1.67 m -1.29 m 1.22 MeV 1.94 MeV 1.8 mm 1.8 mm caloLayer_phys eIoni + 2 -58.3 cm 1.67 m -1.29 m 0 eV 1.22 MeV 918 um 2.72 mm caloLayer_phys eIoni +Track (trackID 2372, parentID 2198) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2466, Parent ID = 2343 +* G4Track Information: Particle = e-, Track ID = 2371, Parent ID = 2199 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.9 cm 1.72 m -1.35 m 768 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.9 cm 1.72 m -1.35 m 0 eV 768 keV 530 um 530 um caloLayer_phys eIoni -Track (trackID 2466, parentID 2343) is processed with stopping code 2 + 0 -55 cm 1.67 m -1.3 m 51.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -55 cm 1.67 m -1.3 m 0 eV 51.3 keV 9.3 um 9.3 um caloLayer_phys eIoni +Track (trackID 2371, parentID 2199) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2465, Parent ID = 2343 +* G4Track Information: Particle = e-, Track ID = 2370, Parent ID = 2200 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.5 cm 1.71 m -1.35 m 389 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.4 cm 1.71 m -1.35 m 0 eV 389 keV 216 um 216 um caloLayer_phys eIoni -Track (trackID 2465, parentID 2343) is processed with stopping code 2 + 0 -54.9 cm 1.66 m -1.3 m 342 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -54.9 cm 1.66 m -1.3 m 0 eV 342 keV 180 um 180 um caloLayer_phys eIoni +Track (trackID 2370, parentID 2200) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2464, Parent ID = 2344 +* G4Track Information: Particle = e-, Track ID = 2369, Parent ID = 2201 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.8 cm 1.67 m -1.31 m 426 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 0 eV 426 keV 245 um 245 um caloLayer_phys eIoni -Track (trackID 2464, parentID 2344) is processed with stopping code 2 + 0 -53.7 cm 1.67 m -1.31 m 229 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.67 m -1.31 m 0 eV 229 keV 99.8 um 99.8 um caloLayer_phys eIoni +Track (trackID 2369, parentID 2201) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2463, Parent ID = 2345 +* G4Track Information: Particle = e-, Track ID = 2368, Parent ID = 2201 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.6 cm 1.68 m -1.32 m 423 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.6 cm 1.68 m -1.32 m 0 eV 423 keV 243 um 243 um caloLayer_phys eIoni -Track (trackID 2463, parentID 2345) is processed with stopping code 2 + 0 -53.7 cm 1.67 m -1.31 m 78.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.6 cm 1.67 m -1.31 m 0 eV 78.4 keV 18.5 um 18.5 um caloLayer_phys eIoni +Track (trackID 2368, parentID 2201) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2462, Parent ID = 2345 +* G4Track Information: Particle = e-, Track ID = 2367, Parent ID = 2201 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.3 cm 1.68 m -1.32 m 229 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.3 cm 1.68 m -1.32 m 0 eV 229 keV 99.6 um 99.6 um caloLayer_phys eIoni -Track (trackID 2462, parentID 2345) is processed with stopping code 2 + 0 -53.7 cm 1.67 m -1.31 m 1.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.6 cm 1.67 m -1.31 m 0 eV 1.11 MeV 822 um 822 um caloLayer_phys eIoni +Track (trackID 2367, parentID 2201) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2461, Parent ID = 2346 +* G4Track Information: Particle = e-, Track ID = 2366, Parent ID = 2202 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.5 cm 1.73 m -1.32 m 556 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.5 cm 1.73 m -1.32 m 231 keV 164 keV 163 um 163 um caloLayer_phys eBrem - 2 -54.5 cm 1.73 m -1.32 m 0 eV 231 keV 101 um 264 um caloLayer_phys eIoni -Track (trackID 2461, parentID 2346) is processed with stopping code 2 + 0 -55.2 cm 1.67 m -1.3 m 299 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -55.2 cm 1.67 m -1.3 m 0 eV 299 keV 148 um 148 um caloLayer_phys eIoni +Track (trackID 2366, parentID 2202) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2460, Parent ID = 2346 +* G4Track Information: Particle = e-, Track ID = 2365, Parent ID = 2204 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.5 cm 1.73 m -1.32 m 237 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.73 m -1.32 m 0 eV 237 keV 105 um 105 um caloLayer_phys eIoni -Track (trackID 2460, parentID 2346) is processed with stopping code 2 + 0 -53.6 cm 1.63 m -1.27 m 25.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.6 cm 1.63 m -1.27 m 0 eV 25.1 keV 2.92 um 2.92 um caloLayer_phys eIoni +Track (trackID 2365, parentID 2204) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2459, Parent ID = 2346 +* G4Track Information: Particle = e-, Track ID = 2364, Parent ID = 2206 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.3 cm 1.72 m -1.32 m 204 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.3 cm 1.72 m -1.32 m 0 eV 204 keV 84.2 um 84.2 um caloLayer_phys eIoni -Track (trackID 2459, parentID 2346) is processed with stopping code 2 + 0 -53.7 cm 1.63 m -1.27 m 80.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 0 eV 80.9 keV 19.5 um 19.5 um caloLayer_phys eIoni +Track (trackID 2364, parentID 2206) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2458, Parent ID = 2346 +* G4Track Information: Particle = e-, Track ID = 2363, Parent ID = 2207 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.9 cm 1.68 m -1.31 m 193 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.9 cm 1.68 m -1.31 m 0 eV 193 keV 77.1 um 77.1 um caloLayer_phys eIoni -Track (trackID 2458, parentID 2346) is processed with stopping code 2 + 0 -53.8 cm 1.63 m -1.27 m 24 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.8 cm 1.63 m -1.27 m 0 eV 24 keV 2.71 um 2.71 um caloLayer_phys eIoni +Track (trackID 2363, parentID 2207) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2457, Parent ID = 2346 +* G4Track Information: Particle = e-, Track ID = 2362, Parent ID = 2207 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.8 cm 1.67 m -1.31 m 2.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 0 eV 2.21 MeV 1.5 mm 1.5 mm caloLayer_phys eIoni -Track (trackID 2457, parentID 2346) is processed with stopping code 2 + 0 -53.7 cm 1.63 m -1.27 m 5.99 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 0 eV 5.99 keV 335 nm 335 nm caloLayer_phys eIoni +Track (trackID 2362, parentID 2207) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2456, Parent ID = 2347 +* G4Track Information: Particle = e-, Track ID = 2361, Parent ID = 2208 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 56.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 56.9 keV 11 um 11 um caloLayer_phys eIoni -Track (trackID 2456, parentID 2347) is processed with stopping code 2 + 0 -53.7 cm 1.63 m -1.27 m 10.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -53.7 cm 1.63 m -1.27 m 0 eV 10.4 keV 749 nm 749 nm caloLayer_phys eIoni +Track (trackID 2361, parentID 2208) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2455, Parent ID = 2348 +* G4Track Information: Particle = e-, Track ID = 2360, Parent ID = 2209 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.3 m 150 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.3 m 0 eV 150 keV 52.3 um 52.3 um caloLayer_phys eIoni -Track (trackID 2455, parentID 2348) is processed with stopping code 2 + 0 -52.5 cm 1.59 m -1.24 m 261 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.5 cm 1.59 m -1.24 m 0 eV 261 keV 121 um 121 um caloLayer_phys eIoni +Track (trackID 2360, parentID 2209) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2454, Parent ID = 2349 +* G4Track Information: Particle = e-, Track ID = 2359, Parent ID = 2210 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 156 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 156 keV 55.4 um 55.4 um caloLayer_phys eIoni -Track (trackID 2454, parentID 2349) is processed with stopping code 2 + 0 -52.5 cm 1.59 m -1.25 m 148 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.5 cm 1.59 m -1.25 m 0 eV 148 keV 51.2 um 51.2 um caloLayer_phys eIoni +Track (trackID 2359, parentID 2210) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2453, Parent ID = 2349 +* G4Track Information: Particle = e-, Track ID = 2358, Parent ID = 2210 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 107 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 107 keV 30.7 um 30.7 um caloLayer_phys eIoni -Track (trackID 2453, parentID 2349) is processed with stopping code 2 + 0 -52.5 cm 1.59 m -1.25 m 2.47 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.5 cm 1.59 m -1.25 m 1.7 MeV 604 keV 625 um 625 um caloLayer_phys eBrem + 2 -52.5 cm 1.59 m -1.25 m 490 keV 1.21 MeV 1.27 mm 1.89 mm caloLayer_phys eIoni + 3 -52.5 cm 1.59 m -1.25 m 0 eV 490 keV 296 um 2.19 mm caloLayer_phys eIoni +Track (trackID 2358, parentID 2210) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2452, Parent ID = 2350 +* G4Track Information: Particle = e-, Track ID = 2357, Parent ID = 2211 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.4 cm 1.69 m -1.34 m 231 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.4 cm 1.69 m -1.34 m 0 eV 231 keV 101 um 101 um caloLayer_phys eIoni -Track (trackID 2452, parentID 2350) is processed with stopping code 2 + 0 -52.3 cm 1.59 m -1.24 m 225 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.3 cm 1.59 m -1.24 m 0 eV 225 keV 97.3 um 97.3 um caloLayer_phys eIoni +Track (trackID 2357, parentID 2211) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2451, Parent ID = 2350 +* G4Track Information: Particle = e-, Track ID = 2356, Parent ID = 2212 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.4 cm 1.69 m -1.34 m 1.04 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.3 cm 1.69 m -1.34 m 0 eV 1.04 MeV 769 um 769 um caloLayer_phys eIoni -Track (trackID 2451, parentID 2350) is processed with stopping code 2 + 0 -52.3 cm 1.58 m -1.24 m 25.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.3 cm 1.58 m -1.24 m 0 eV 25.1 keV 2.92 um 2.92 um caloLayer_phys eIoni +Track (trackID 2356, parentID 2212) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2450, Parent ID = 2350 +* G4Track Information: Particle = e-, Track ID = 2355, Parent ID = 2213 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.4 cm 1.69 m -1.33 m 39 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.4 cm 1.69 m -1.33 m 0 eV 39 keV 5.94 um 5.94 um caloLayer_phys eIoni -Track (trackID 2450, parentID 2350) is processed with stopping code 2 + 0 -50.7 cm 1.54 m -1.2 m 1.65 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -50.7 cm 1.54 m -1.2 m 0 eV 1.65 keV 58.7 nm 58.7 nm caloLayer_phys eIoni +Track (trackID 2355, parentID 2213) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2448, Parent ID = 2351 +* G4Track Information: Particle = e-, Track ID = 2354, Parent ID = 2213 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.5 cm 1.67 m -1.31 m 508 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 508 keV 311 um 311 um caloLayer_phys eIoni -Track (trackID 2448, parentID 2351) is processed with stopping code 2 + 0 -50.7 cm 1.54 m -1.2 m 39.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -50.7 cm 1.54 m -1.2 m 0 eV 39.2 keV 6.01 um 6.01 um caloLayer_phys eIoni +Track (trackID 2354, parentID 2213) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2446, Parent ID = 2352 +* G4Track Information: Particle = e-, Track ID = 2353, Parent ID = 2214 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.8 cm 1.7 m -1.33 m 676 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.8 cm 1.7 m -1.33 m 0 eV 676 keV 452 um 452 um caloLayer_phys eIoni -Track (trackID 2446, parentID 2352) is processed with stopping code 2 + 0 -48.5 cm 1.53 m -1.19 m 174 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.5 cm 1.53 m -1.19 m 0 eV 174 keV 65.9 um 65.9 um caloLayer_phys eIoni +Track (trackID 2353, parentID 2214) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2445, Parent ID = 2352 +* G4Track Information: Particle = e-, Track ID = 2352, Parent ID = 2214 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 154 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 154 keV 54.5 um 54.5 um caloLayer_phys eIoni -Track (trackID 2445, parentID 2352) is processed with stopping code 2 + 0 -48.5 cm 1.53 m -1.19 m 239 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.5 cm 1.53 m -1.19 m 0 eV 239 keV 107 um 107 um caloLayer_phys eIoni +Track (trackID 2352, parentID 2214) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2444, Parent ID = 2353 +* G4Track Information: Particle = e-, Track ID = 2351, Parent ID = 2215 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.2 cm 1.73 m -1.35 m 307 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.2 cm 1.73 m -1.35 m 0 eV 307 keV 154 um 154 um caloLayer_phys eIoni -Track (trackID 2444, parentID 2353) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 88.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 88.4 keV 22.5 um 22.5 um caloLayer_phys eIoni +Track (trackID 2351, parentID 2215) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2443, Parent ID = 2353 +* G4Track Information: Particle = e-, Track ID = 2350, Parent ID = 2216 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.1 cm 1.73 m -1.35 m 2.24 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.1 cm 1.73 m -1.35 m 846 keV 1.3 MeV 1.28 mm 1.28 mm caloLayer_phys eBrem - 2 -53.1 cm 1.73 m -1.35 m 0 eV 846 keV 597 um 1.87 mm caloLayer_phys eIoni -Track (trackID 2443, parentID 2353) is processed with stopping code 2 + 0 -47.2 cm 1.5 m -1.16 m 382 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -47.1 cm 1.5 m -1.16 m 0 eV 382 keV 210 um 210 um caloLayer_phys eIoni +Track (trackID 2350, parentID 2216) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2442, Parent ID = 2353 +* G4Track Information: Particle = e-, Track ID = 2349, Parent ID = 2216 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.3 cm 1.68 m -1.32 m 352 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.3 cm 1.68 m -1.32 m 0 eV 352 keV 187 um 187 um caloLayer_phys eIoni -Track (trackID 2442, parentID 2353) is processed with stopping code 2 + 0 -47.6 cm 1.49 m -1.16 m 24.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -47.6 cm 1.49 m -1.16 m 0 eV 24.4 keV 2.79 um 2.79 um caloLayer_phys eIoni +Track (trackID 2349, parentID 2216) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2441, Parent ID = 2354 +* G4Track Information: Particle = e-, Track ID = 2348, Parent ID = 2216 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 115 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 115 keV 34.3 um 34.3 um caloLayer_phys eIoni -Track (trackID 2441, parentID 2354) is processed with stopping code 2 + 0 -48.2 cm 1.49 m -1.16 m 41.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.2 cm 1.49 m -1.16 m 0 eV 41.8 keV 6.66 um 6.66 um caloLayer_phys eIoni +Track (trackID 2348, parentID 2216) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2440, Parent ID = 2355 +* G4Track Information: Particle = e-, Track ID = 2347, Parent ID = 2218 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.5 cm 1.68 m -1.31 m 174 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.5 cm 1.68 m -1.31 m 0 eV 174 keV 65.5 um 65.5 um caloLayer_phys eIoni -Track (trackID 2440, parentID 2355) is processed with stopping code 2 + 0 -48.7 cm 1.48 m -1.16 m 63.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.7 cm 1.48 m -1.16 m 0 eV 63.4 keV 13.1 um 13.1 um caloLayer_phys eIoni +Track (trackID 2347, parentID 2218) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2439, Parent ID = 2355 +* G4Track Information: Particle = e-, Track ID = 2346, Parent ID = 2219 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 23 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 23 keV 2.53 um 2.53 um caloLayer_phys eIoni -Track (trackID 2439, parentID 2355) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 56.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 56.9 keV 11 um 11 um caloLayer_phys eIoni +Track (trackID 2346, parentID 2219) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2438, Parent ID = 2357 +* G4Track Information: Particle = e-, Track ID = 2345, Parent ID = 2220 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.1 cm 1.67 m -1.32 m 411 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.1 cm 1.67 m -1.32 m 0 eV 411 keV 233 um 233 um caloLayer_phys eIoni -Track (trackID 2438, parentID 2357) is processed with stopping code 2 + 0 -48.5 cm 1.48 m -1.16 m 350 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.5 cm 1.48 m -1.16 m 0 eV 350 keV 186 um 186 um caloLayer_phys eIoni +Track (trackID 2345, parentID 2220) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2437, Parent ID = 2357 +* G4Track Information: Particle = e-, Track ID = 2344, Parent ID = 2221 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 67.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 67.2 keV 14.4 um 14.4 um caloLayer_phys eIoni -Track (trackID 2437, parentID 2357) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 193 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 193 keV 77.4 um 77.4 um caloLayer_phys eIoni +Track (trackID 2344, parentID 2221) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2436, Parent ID = 2358 +* G4Track Information: Particle = e-, Track ID = 2343, Parent ID = 2222 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -51.7 cm 1.59 m -1.37 m 142 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -51.7 cm 1.59 m -1.37 m 0 eV 142 keV 48.1 um 48.1 um caloLayer_phys eIoni -Track (trackID 2436, parentID 2358) is processed with stopping code 2 + 0 -48.8 cm 1.48 m -1.16 m 9.16 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48.8 cm 1.48 m -1.16 m 0 eV 9.16 keV 617 nm 617 nm caloLayer_phys eIoni +Track (trackID 2343, parentID 2222) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2435, Parent ID = 2358 +* G4Track Information: Particle = e-, Track ID = 2342, Parent ID = 2223 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -51.6 cm 1.59 m -1.37 m 81.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -51.6 cm 1.59 m -1.37 m 0 eV 81.4 keV 19.7 um 19.7 um caloLayer_phys eIoni -Track (trackID 2435, parentID 2358) is processed with stopping code 2 + 0 -48 cm 1.45 m -1.14 m 124 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -48 cm 1.45 m -1.14 m 0 eV 124 keV 38.5 um 38.5 um caloLayer_phys eIoni +Track (trackID 2342, parentID 2223) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2434, Parent ID = 2358 +* G4Track Information: Particle = e-, Track ID = 2341, Parent ID = 2224 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -51.7 cm 1.59 m -1.37 m 1.93 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -51.7 cm 1.59 m -1.37 m 103 keV 1.83 MeV 1.38 mm 1.38 mm caloLayer_phys eIoni - 2 -51.7 cm 1.59 m -1.37 m 0 eV 103 keV 28.5 um 1.41 mm caloLayer_phys eIoni -Track (trackID 2434, parentID 2358) is processed with stopping code 2 + 0 -46 cm 1.39 m -1.08 m 203 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -45.9 cm 1.39 m -1.08 m 0 eV 203 keV 83.5 um 83.5 um caloLayer_phys eIoni +Track (trackID 2341, parentID 2224) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2433, Parent ID = 2358 +* G4Track Information: Particle = e-, Track ID = 2340, Parent ID = 2224 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -52.2 cm 1.63 m -1.35 m 264 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -52.2 cm 1.63 m -1.35 m 0 eV 264 keV 124 um 124 um caloLayer_phys eIoni -Track (trackID 2433, parentID 2358) is processed with stopping code 2 + 0 -45.9 cm 1.39 m -1.08 m 39.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -45.9 cm 1.39 m -1.08 m 0 eV 39.5 keV 6.08 um 6.08 um caloLayer_phys eIoni +Track (trackID 2340, parentID 2224) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2432, Parent ID = 2358 +* G4Track Information: Particle = e-, Track ID = 2339, Parent ID = 2225 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -52.5 cm 1.64 m -1.34 m 683 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -52.5 cm 1.64 m -1.34 m 0 eV 683 keV 457 um 457 um caloLayer_phys eIoni -Track (trackID 2432, parentID 2358) is processed with stopping code 2 + 0 -44.7 cm 1.35 m -1.06 m 43.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.7 cm 1.35 m -1.06 m 0 eV 43.7 keV 7.16 um 7.16 um caloLayer_phys eIoni +Track (trackID 2339, parentID 2225) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2431, Parent ID = 2359 +* G4Track Information: Particle = e-, Track ID = 2338, Parent ID = 2226 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.5 cm 1.67 m -1.31 m 296 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.5 cm 1.67 m -1.31 m 0 eV 296 keV 146 um 146 um caloLayer_phys eIoni -Track (trackID 2431, parentID 2359) is processed with stopping code 2 + 0 -44.5 cm 1.34 m -1.05 m 44.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.5 cm 1.34 m -1.05 m 0 eV 44.6 keV 7.39 um 7.39 um caloLayer_phys eIoni +Track (trackID 2338, parentID 2226) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2429, Parent ID = 2360 +* G4Track Information: Particle = e-, Track ID = 2337, Parent ID = 2227 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.4 cm 1.67 m -1.31 m 651 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.4 cm 1.67 m -1.31 m 0 eV 651 keV 430 um 430 um caloLayer_phys eIoni -Track (trackID 2429, parentID 2360) is processed with stopping code 2 + 0 -44.4 cm 1.34 m -1.05 m 269 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -44.4 cm 1.34 m -1.05 m 0 eV 269 keV 127 um 127 um caloLayer_phys eIoni +Track (trackID 2337, parentID 2227) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2428, Parent ID = 2361 +* G4Track Information: Particle = e-, Track ID = 2336, Parent ID = 2228 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 34 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 34 keV 4.78 um 4.78 um caloLayer_phys eIoni -Track (trackID 2428, parentID 2361) is processed with stopping code 2 + 0 -43 cm 1.34 m -1.04 m 209 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43 cm 1.34 m -1.04 m 0 eV 209 keV 87.1 um 87.1 um caloLayer_phys eIoni +Track (trackID 2336, parentID 2228) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2427, Parent ID = 2362 +* G4Track Information: Particle = e-, Track ID = 2335, Parent ID = 2229 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 cm 1.67 m -1.31 m 21.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.6 cm 1.67 m -1.31 m 0 eV 21.3 keV 2.25 um 2.25 um caloLayer_phys eIoni -Track (trackID 2427, parentID 2362) is processed with stopping code 2 + 0 -43.3 cm 1.3 m -1.03 m 442 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.3 cm 1.3 m -1.03 m 0 eV 442 keV 258 um 258 um caloLayer_phys eIoni +Track (trackID 2335, parentID 2229) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2425, Parent ID = 2363 +* G4Track Information: Particle = e-, Track ID = 2334, Parent ID = 2229 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 13.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 11.7 MeV 285 keV 235 um 235 um caloLayer_phys eBrem - 2 -54.7 cm 1.67 m -1.31 m 9.03 MeV 240 keV 83.8 um 318 um caloLayer_phys eIoni - 3 -54.7 cm 1.67 m -1.31 m 8.45 MeV 447 keV 462 um 781 um caloLayer_phys eBrem - 4 -54.7 cm 1.67 m -1.31 m 7.42 MeV 857 keV 804 um 1.58 mm caloLayer_phys eBrem - 5 -54.8 cm 1.67 m -1.31 m 6.55 MeV 868 keV 836 um 2.42 mm caloLayer_phys msc - 6 -54.8 cm 1.66 m -1.31 m 5.74 MeV 813 keV 836 um 3.26 mm caloLayer_phys msc - 7 -54.9 cm 1.66 m -1.31 m 654 keV 840 keV 646 um 3.9 mm caloLayer_phys eBrem - 8 -54.9 cm 1.66 m -1.31 m 0 eV 654 keV 433 um 4.34 mm caloLayer_phys eIoni -Track (trackID 2425, parentID 2363) is processed with stopping code 2 + 0 -43.3 cm 1.31 m -1.03 m 727 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.3 cm 1.31 m -1.03 m 0 eV 727 keV 495 um 495 um caloLayer_phys eIoni +Track (trackID 2334, parentID 2229) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2536, Parent ID = 2425 +* G4Track Information: Particle = e-, Track ID = 2333, Parent ID = 2230 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 2.42 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 1.83 MeV 297 keV 249 um 249 um caloLayer_phys eBrem - 2 -54.7 cm 1.67 m -1.31 m 195 keV 1.37 MeV 1.32 mm 1.57 mm caloLayer_phys eBrem - 3 -54.7 cm 1.67 m -1.31 m 0 eV 195 keV 78.1 um 1.65 mm caloLayer_phys eIoni -Track (trackID 2536, parentID 2425) is processed with stopping code 2 + 0 -43.4 cm 1.31 m -1.03 m 288 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -43.4 cm 1.31 m -1.03 m 0 eV 288 keV 141 um 141 um caloLayer_phys eIoni +Track (trackID 2333, parentID 2230) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2424, Parent ID = 2364 +* G4Track Information: Particle = e-, Track ID = 2332, Parent ID = 2231 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54 cm 1.64 m -1.29 m 271 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 0 eV 271 keV 128 um 128 um caloLayer_phys eIoni -Track (trackID 2424, parentID 2364) is processed with stopping code 2 + 0 -42.2 cm 1.29 m -1.02 m 185 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -42.2 cm 1.29 m -1.02 m 0 eV 185 keV 72.4 um 72.4 um caloLayer_phys eIoni +Track (trackID 2332, parentID 2231) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2423, Parent ID = 2365 +* G4Track Information: Particle = e-, Track ID = 2331, Parent ID = 2231 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.8 cm 1.63 m -1.31 m 138 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.8 cm 1.63 m -1.31 m 0 eV 138 keV 45.8 um 45.8 um caloLayer_phys eIoni -Track (trackID 2423, parentID 2365) is processed with stopping code 2 + 0 -42.3 cm 1.29 m -1.02 m 131 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -42.3 cm 1.29 m -1.02 m 0 eV 131 keV 42 um 42 um caloLayer_phys eIoni +Track (trackID 2331, parentID 2231) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2422, Parent ID = 2365 +* G4Track Information: Particle = e-, Track ID = 2330, Parent ID = 2232 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.6 cm 1.65 m -1.32 m 720 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -57.8 cm 1.65 m -1.32 m 207 keV 513 keV 1.88 mm 1.88 mm caloM_P eIoni - 2 -57.8 cm 1.65 m -1.32 m 0 eV 207 keV 463 um 2.35 mm caloM_P eIoni -Track (trackID 2422, parentID 2365) is processed with stopping code 2 + 0 -42.9 cm 1.29 m -1.01 m 231 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -42.9 cm 1.29 m -1.01 m 0 eV 231 keV 101 um 101 um caloLayer_phys eIoni +Track (trackID 2330, parentID 2232) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2421, Parent ID = 2365 +* G4Track Information: Particle = e-, Track ID = 2329, Parent ID = 2233 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.2 cm 1.65 m -1.29 m 3.08 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -54.4 cm 1.65 m -1.29 m 2.25 MeV 830 keV 4.8 mm 4.8 mm caloM_P eIoni - 2 -54.4 cm 1.66 m -1.3 m 1.4 MeV 845 keV 3.82 mm 8.62 mm caloM_P eIoni - 3 -54.5 cm 1.66 m -1.3 m 948 keV 455 keV 2.8 mm 1.14 cm caloM_P eIoni - 4 -54.6 cm 1.66 m -1.29 m 533 keV 415 keV 2.21 mm 1.36 cm caloM_P eIoni - 5 -54.7 cm 1.66 m -1.3 m 208 keV 325 keV 1.55 mm 1.52 cm caloM_P eIoni - 6 -54.7 cm 1.66 m -1.29 m 0 eV 208 keV 467 um 1.57 cm caloM_P eIoni -Track (trackID 2421, parentID 2365) is processed with stopping code 2 + 0 -41.4 cm 1.25 m -98.1 cm 17.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -41.4 cm 1.25 m -98.1 cm 0 eV 17.9 keV 1.71 um 1.71 um caloLayer_phys eIoni +Track (trackID 2329, parentID 2233) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2420, Parent ID = 2366 +* G4Track Information: Particle = e-, Track ID = 2328, Parent ID = 2235 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54 cm 1.64 m -1.29 m 109 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54 cm 1.64 m -1.29 m 0 eV 109 keV 31.4 um 31.4 um caloLayer_phys eIoni -Track (trackID 2420, parentID 2366) is processed with stopping code 2 + 0 -36.9 cm 1.12 m -88.3 cm 291 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.9 cm 1.12 m -88.3 cm 0 eV 291 keV 142 um 142 um caloLayer_phys eIoni +Track (trackID 2328, parentID 2235) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2419, Parent ID = 2367 +* G4Track Information: Particle = e-, Track ID = 2327, Parent ID = 2235 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.4 cm 1.67 m -1.32 m 3.19 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.4 cm 1.67 m -1.32 m 2.07 MeV 1.12 MeV 939 um 939 um caloLayer_phys eBrem - 2 -55.4 cm 1.67 m -1.32 m 522 keV 1.55 MeV 1.44 mm 2.38 mm caloLayer_phys eIoni - 3 -55.4 cm 1.67 m -1.32 m 0 eV 522 keV 323 um 2.7 mm caloLayer_phys eIoni -Track (trackID 2419, parentID 2367) is processed with stopping code 2 + 0 -36.9 cm 1.12 m -88.3 cm 5.33 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.12 m -88.4 cm 5.2 MeV 130 keV 106 um 106 um caloLayer_phys msc + 2 -36.8 cm 1.12 m -88.4 cm 5.14 MeV 64.5 keV 424 um 530 um caloM_P msc + 3 -36.8 cm 1.12 m -88.4 cm 5.12 MeV 19.8 keV 175 um 705 um caloM_P msc + 4 -36.8 cm 1.12 m -88.4 cm 5.1 MeV 21.7 keV 175 um 879 um caloM_P msc + 5 -36.8 cm 1.12 m -88.4 cm 5.07 MeV 28.5 keV 175 um 1.05 mm caloM_P msc + 6 -36.7 cm 1.12 m -88.4 cm 5.05 MeV 21.8 keV 175 um 1.23 mm caloM_P msc + 7 -36.7 cm 1.12 m -88.4 cm 5.02 MeV 23.7 keV 175 um 1.4 mm caloM_P msc + 8 -36.7 cm 1.12 m -88.5 cm 5 MeV 28.1 keV 175 um 1.58 mm caloM_P msc + 9 -36.7 cm 1.12 m -88.5 cm 4.97 MeV 22.7 keV 175 um 1.75 mm caloM_P msc + 10 -36.7 cm 1.12 m -88.5 cm 4.86 MeV 114 keV 175 um 1.93 mm caloM_P msc + 11 -36.7 cm 1.12 m -88.5 cm 4.84 MeV 22.5 keV 177 um 2.1 mm caloM_P msc + 12 -36.7 cm 1.12 m -88.5 cm 4.81 MeV 29.4 keV 199 um 2.3 mm caloM_P msc + 13 -36.7 cm 1.12 m -88.5 cm 4.78 MeV 31.2 keV 212 um 2.52 mm caloM_P msc + 14 -36.7 cm 1.12 m -88.5 cm 4.74 MeV 38.3 keV 232 um 2.75 mm caloM_P msc + 15 -36.6 cm 1.12 m -88.5 cm 4.71 MeV 32.1 keV 256 um 3 mm caloM_P msc + 16 -36.6 cm 1.12 m -88.5 cm 4.67 MeV 34.8 keV 282 um 3.29 mm caloM_P msc + 17 -36.6 cm 1.12 m -88.6 cm 4.64 MeV 34.2 keV 310 um 3.6 mm caloM_P msc + 18 -36.6 cm 1.12 m -88.6 cm 4.58 MeV 53.1 keV 348 um 3.94 mm caloM_P msc + 19 -36.6 cm 1.12 m -88.6 cm 4.53 MeV 48.3 keV 383 um 4.33 mm caloM_P msc + 20 -36.6 cm 1.12 m -88.6 cm 4.48 MeV 59.5 keV 426 um 4.75 mm caloM_P msc + 21 -36.5 cm 1.12 m -88.6 cm 4.41 MeV 61.5 keV 476 um 5.23 mm caloM_P msc + 22 -36.5 cm 1.13 m -88.7 cm 4.34 MeV 75.9 keV 539 um 5.77 mm caloM_P msc + 23 -36.5 cm 1.13 m -88.7 cm 4.26 MeV 82.9 keV 612 um 6.38 mm caloM_P msc + 24 -36.5 cm 1.13 m -88.7 cm 4.17 MeV 83.9 keV 676 um 7.06 mm caloM_P msc + 25 -36.4 cm 1.13 m -88.7 cm 4.06 MeV 110 keV 749 um 7.81 mm caloM_P msc + 26 -36.4 cm 1.13 m -88.8 cm 3.89 MeV 174 keV 863 um 8.67 mm caloM_P msc + 27 -36.4 cm 1.13 m -88.8 cm 3.74 MeV 152 keV 971 um 9.64 mm caloM_P msc + 28 -36.3 cm 1.13 m -88.9 cm 3.54 MeV 200 keV 1.1 mm 1.07 cm caloM_P msc + 29 -36.3 cm 1.13 m -89 cm 3.32 MeV 214 keV 1.25 mm 1.2 cm caloM_P msc + 30 -36.2 cm 1.13 m -89.1 cm 3.03 MeV 294 keV 1.35 mm 1.33 cm caloM_P msc + 31 -36.2 cm 1.13 m -89.1 cm 2.74 MeV 292 keV 1.5 mm 1.48 cm caloM_P msc + 32 -36.2 cm 1.13 m -89.2 cm 2.47 MeV 262 keV 1.74 mm 1.66 cm caloM_P msc + 33 -36.1 cm 1.13 m -89.4 cm 2.11 MeV 362 keV 1.98 mm 1.86 cm caloM_P msc + 34 -36.1 cm 1.14 m -89.6 cm 1.59 MeV 517 keV 2.2 mm 2.08 cm caloM_P msc + 35 -36 cm 1.14 m -89.7 cm 1.23 MeV 361 keV 2.05 mm 2.28 cm caloM_P msc + 36 -35.9 cm 1.13 m -89.7 cm 820 keV 413 keV 2.58 mm 2.54 cm caloM_P eIoni + 37 -35.8 cm 1.13 m -89.7 cm 425 keV 395 keV 2.03 mm 2.74 cm caloM_P eIoni + 38 -35.9 cm 1.13 m -89.7 cm 99.9 keV 325 keV 1.29 mm 2.87 cm caloM_P eIoni + 39 -35.9 cm 1.13 m -89.7 cm 0 eV 99.9 keV 139 um 2.89 cm caloM_P eIoni +Track (trackID 2327, parentID 2235) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2418, Parent ID = 2368 +* G4Track Information: Particle = e-, Track ID = 2326, Parent ID = 2236 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.3 cm 1.67 m -1.32 m 128 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.3 cm 1.67 m -1.32 m 0 eV 128 keV 40.7 um 40.7 um caloLayer_phys eIoni -Track (trackID 2418, parentID 2368) is processed with stopping code 2 + 0 -37.2 cm 1.12 m -87.7 cm 58.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.2 cm 1.12 m -87.7 cm 0 eV 58.1 keV 11.4 um 11.4 um caloLayer_phys eIoni +Track (trackID 2326, parentID 2236) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2417, Parent ID = 2368 +* G4Track Information: Particle = e-, Track ID = 2325, Parent ID = 2237 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.6 cm 1.67 m -1.32 m 540 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.6 cm 1.67 m -1.32 m 0 eV 540 keV 338 um 338 um caloLayer_phys eIoni -Track (trackID 2417, parentID 2368) is processed with stopping code 2 + 0 -36.9 cm 1.12 m -87.9 cm 409 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.9 cm 1.12 m -87.9 cm 0 eV 409 keV 232 um 232 um caloLayer_phys eIoni +Track (trackID 2325, parentID 2237) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2416, Parent ID = 2370 +* G4Track Information: Particle = e-, Track ID = 2324, Parent ID = 2237 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.31 m 2.12 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.31 m 1.65 MeV 466 keV 364 um 364 um caloLayer_phys msc - 2 -55.9 cm 1.66 m -1.31 m 305 keV 1.35 MeV 1.24 mm 1.6 mm caloLayer_phys eIoni - 3 -55.9 cm 1.66 m -1.31 m 0 eV 305 keV 152 um 1.76 mm caloLayer_phys eIoni -Track (trackID 2416, parentID 2370) is processed with stopping code 2 + 0 -37 cm 1.12 m -87.9 cm 67.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37 cm 1.12 m -87.9 cm 0 eV 67.3 keV 14.5 um 14.5 um caloLayer_phys eIoni +Track (trackID 2324, parentID 2237) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2415, Parent ID = 2371 +* G4Track Information: Particle = e-, Track ID = 2323, Parent ID = 2239 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 1.17 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 132 keV 1.03 MeV 737 um 737 um caloLayer_phys eBrem - 2 -55.9 cm 1.66 m -1.32 m 0 eV 132 keV 42.8 um 780 um caloLayer_phys eIoni -Track (trackID 2415, parentID 2371) is processed with stopping code 2 + 0 -37.1 cm 1.12 m -87.7 cm 712 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.1 cm 1.12 m -87.7 cm 0 eV 712 keV 483 um 483 um caloLayer_phys eIoni +Track (trackID 2323, parentID 2239) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2413, Parent ID = 2372 +* G4Track Information: Particle = e-, Track ID = 2322, Parent ID = 2240 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56 cm 1.66 m -1.32 m 432 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56 cm 1.66 m -1.32 m 0 eV 432 keV 249 um 249 um caloLayer_phys eIoni -Track (trackID 2413, parentID 2372) is processed with stopping code 2 + 0 -37 cm 1.12 m -87.8 cm 89.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37 cm 1.12 m -87.8 cm 0 eV 89.1 keV 22.8 um 22.8 um caloLayer_phys eIoni +Track (trackID 2322, parentID 2240) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2412, Parent ID = 2373 +* G4Track Information: Particle = e-, Track ID = 2321, Parent ID = 2241 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 53.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 53.1 keV 9.83 um 9.83 um caloLayer_phys eIoni -Track (trackID 2412, parentID 2373) is processed with stopping code 2 + 0 -37.1 cm 1.12 m -87.8 cm 106 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.1 cm 1.12 m -87.7 cm 0 eV 106 keV 30 um 30 um caloLayer_phys eIoni +Track (trackID 2321, parentID 2241) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2411, Parent ID = 2373 +* G4Track Information: Particle = e-, Track ID = 2320, Parent ID = 2242 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 172 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 172 keV 64.8 um 64.8 um caloLayer_phys eIoni -Track (trackID 2411, parentID 2373) is processed with stopping code 2 + 0 -36.8 cm 1.11 m -86.9 cm 148 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.11 m -86.9 cm 0 eV 148 keV 51.1 um 51.1 um caloLayer_phys eIoni +Track (trackID 2320, parentID 2242) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2410, Parent ID = 2374 +* G4Track Information: Particle = e-, Track ID = 2319, Parent ID = 2242 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 492 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 492 keV 298 um 298 um caloLayer_phys eIoni -Track (trackID 2410, parentID 2374) is processed with stopping code 2 + 0 -36.8 cm 1.11 m -87 cm 62.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.11 m -87 cm 0 eV 62.9 keV 13 um 13 um caloLayer_phys eIoni +Track (trackID 2319, parentID 2242) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2408, Parent ID = 2375 +* G4Track Information: Particle = e-, Track ID = 2318, Parent ID = 2243 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.8 cm 1.67 m -1.32 m 1.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.67 m -1.32 m 541 keV 1.36 MeV 1.37 mm 1.37 mm caloLayer_phys eIoni - 2 -55.9 cm 1.67 m -1.32 m 0 eV 541 keV 338 um 1.71 mm caloLayer_phys eIoni -Track (trackID 2408, parentID 2375) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.4 cm 133 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.4 cm 0 eV 133 keV 43.1 um 43.1 um caloLayer_phys eIoni +Track (trackID 2318, parentID 2243) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2407, Parent ID = 2376 +* G4Track Information: Particle = e-, Track ID = 2317, Parent ID = 2243 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.6 cm 1.68 m -1.33 m 467 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.6 cm 1.68 m -1.33 m 0 eV 467 keV 278 um 278 um caloLayer_phys eIoni -Track (trackID 2407, parentID 2376) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.4 cm 215 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.4 cm 0 eV 215 keV 91.1 um 91.1 um caloLayer_phys eIoni +Track (trackID 2317, parentID 2243) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2406, Parent ID = 2376 +* G4Track Information: Particle = e-, Track ID = 2316, Parent ID = 2244 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.6 cm 1.68 m -1.33 m 1.24 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.6 cm 1.68 m -1.33 m 0 eV 1.24 MeV 940 um 940 um caloLayer_phys eIoni -Track (trackID 2406, parentID 2376) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.5 cm 202 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.5 cm 0 eV 202 keV 83 um 83 um caloLayer_phys eIoni +Track (trackID 2316, parentID 2244) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2404, Parent ID = 2377 +* G4Track Information: Particle = e-, Track ID = 2315, Parent ID = 2245 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 202 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 202 keV 82.5 um 82.5 um caloLayer_phys eIoni -Track (trackID 2404, parentID 2377) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.6 cm 102 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.6 cm 0 eV 102 keV 28.4 um 28.4 um caloLayer_phys eIoni +Track (trackID 2315, parentID 2245) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2403, Parent ID = 2378 +* G4Track Information: Particle = e-, Track ID = 2313, Parent ID = 2246 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.3 cm 1.68 m -1.31 m 238 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.3 cm 1.68 m -1.31 m 0 eV 238 keV 106 um 106 um caloLayer_phys eIoni -Track (trackID 2403, parentID 2378) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.8 cm 6.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.8 cm 1.52 MeV 12.1 keV 11.4 um 11.4 um caloLayer_phys eBrem + 2 -36.6 cm 1.1 m -86.8 cm 219 keV 1.3 MeV 1.16 mm 1.17 mm caloLayer_phys eIoni + 3 -36.6 cm 1.1 m -86.8 cm 0 eV 219 keV 93.6 um 1.26 mm caloLayer_phys eIoni +Track (trackID 2313, parentID 2246) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2402, Parent ID = 2378 +* G4Track Information: Particle = e-, Track ID = 2312, Parent ID = 2247 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.2 cm 1.68 m -1.31 m 885 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.3 cm 1.68 m -1.31 m 0 eV 885 keV 631 um 631 um caloLayer_phys eIoni -Track (trackID 2402, parentID 2378) is processed with stopping code 2 + 0 -36.8 cm 1.1 m -86.5 cm 133 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.1 m -86.5 cm 0 eV 133 keV 43.3 um 43.3 um caloLayer_phys eIoni +Track (trackID 2312, parentID 2247) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2401, Parent ID = 2378 +* G4Track Information: Particle = e-, Track ID = 2311, Parent ID = 2248 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56 cm 1.67 m -1.32 m 220 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56 cm 1.67 m -1.32 m 0 eV 220 keV 94.3 um 94.3 um caloLayer_phys eIoni -Track (trackID 2401, parentID 2378) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.3 cm 14.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.3 cm 0 eV 14.5 keV 1.23 um 1.23 um caloLayer_phys eIoni +Track (trackID 2311, parentID 2248) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2400, Parent ID = 2378 +* G4Track Information: Particle = e-, Track ID = 2310, Parent ID = 2249 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56 cm 1.67 m -1.32 m 850 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.67 m -1.32 m 345 keV 505 keV 462 um 462 um caloLayer_phys eBrem - 2 -55.9 cm 1.67 m -1.32 m 0 eV 345 keV 182 um 644 um caloLayer_phys eIoni -Track (trackID 2400, parentID 2378) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.3 cm 74.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.3 cm 0 eV 74.1 keV 16.9 um 16.9 um caloLayer_phys eIoni +Track (trackID 2310, parentID 2249) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2399, Parent ID = 2379 +* G4Track Information: Particle = e-, Track ID = 2309, Parent ID = 2249 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.2 cm 1.73 m -1.32 m 252 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.2 cm 1.73 m -1.32 m 0 eV 252 keV 115 um 115 um caloLayer_phys eIoni -Track (trackID 2399, parentID 2379) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.4 cm 171 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.4 cm 0 eV 171 keV 64.1 um 64.1 um caloLayer_phys eIoni +Track (trackID 2309, parentID 2249) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2398, Parent ID = 2379 +* G4Track Information: Particle = e-, Track ID = 2308, Parent ID = 2249 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.1 cm 1.73 m -1.32 m 233 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.2 cm 1.73 m -1.32 m 0 eV 233 keV 103 um 103 um caloLayer_phys eIoni -Track (trackID 2398, parentID 2379) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.4 cm 5.19 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.4 cm 0 eV 5.19 keV 275 nm 275 nm caloLayer_phys eIoni +Track (trackID 2308, parentID 2249) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2397, Parent ID = 2379 +* G4Track Information: Particle = e-, Track ID = 2307, Parent ID = 2250 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.8 cm 1.73 m -1.32 m 1.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.9 cm 1.73 m -1.32 m 59.3 keV 894 keV 786 um 786 um caloLayer_phys eBrem - 2 -54.9 cm 1.73 m -1.32 m 0 eV 59.3 keV 11.8 um 798 um caloLayer_phys eIoni -Track (trackID 2397, parentID 2379) is processed with stopping code 2 + 0 -36.1 cm 1.1 m -87.7 cm 82.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.1 cm 1.1 m -87.7 cm 0 eV 82.8 keV 20.2 um 20.2 um caloLayer_phys eIoni +Track (trackID 2307, parentID 2250) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2396, Parent ID = 2379 +* G4Track Information: Particle = e-, Track ID = 2306, Parent ID = 2250 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 254 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.66 m -1.32 m 0 eV 254 keV 117 um 117 um caloLayer_phys eIoni -Track (trackID 2396, parentID 2379) is processed with stopping code 2 + 0 -36 cm 1.1 m -87.7 cm 335 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36 cm 1.1 m -87.7 cm 0 eV 335 keV 175 um 175 um caloLayer_phys eIoni +Track (trackID 2306, parentID 2250) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2395, Parent ID = 2380 +* G4Track Information: Particle = e-, Track ID = 2305, Parent ID = 2250 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.66 m -1.32 m 119 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56 cm 1.66 m -1.32 m 0 eV 119 keV 36.1 um 36.1 um caloLayer_phys eIoni -Track (trackID 2395, parentID 2380) is processed with stopping code 2 + 0 -36.4 cm 1.1 m -87.6 cm 470 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.5 cm 1.1 m -87.6 cm 0 eV 470 keV 280 um 280 um caloLayer_phys eIoni +Track (trackID 2305, parentID 2250) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2394, Parent ID = 2381 +* G4Track Information: Particle = e-, Track ID = 2304, Parent ID = 2250 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.9 cm 1.68 m -1.31 m 1.74 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.9 cm 1.68 m -1.31 m 447 keV 1.29 MeV 1.29 mm 1.29 mm caloLayer_phys eIoni - 2 -55.9 cm 1.68 m -1.31 m 0 eV 447 keV 261 um 1.55 mm caloLayer_phys eIoni -Track (trackID 2394, parentID 2381) is processed with stopping code 2 + 0 -36.6 cm 1.11 m -87.2 cm 1.68 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.11 m -87.3 cm 0 eV 1.68 MeV 1.25 mm 1.25 mm caloLayer_phys eIoni +Track (trackID 2304, parentID 2250) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2393, Parent ID = 2382 +* G4Track Information: Particle = e-, Track ID = 2303, Parent ID = 2251 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.1 cm 1.66 m -1.31 m 25.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.1 cm 1.66 m -1.31 m 0 eV 25.3 keV 2.96 um 2.96 um caloLayer_phys eIoni -Track (trackID 2393, parentID 2382) is processed with stopping code 2 + 0 -36.8 cm 1.1 m -86.8 cm 166 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.1 m -86.8 cm 0 eV 166 keV 61 um 61 um caloLayer_phys eIoni +Track (trackID 2303, parentID 2251) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2392, Parent ID = 2383 +* G4Track Information: Particle = e-, Track ID = 2302, Parent ID = 2251 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.1 cm 1.66 m -1.31 m 53 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.1 cm 1.66 m -1.31 m 0 eV 53 keV 9.82 um 9.82 um caloLayer_phys eIoni -Track (trackID 2392, parentID 2383) is processed with stopping code 2 + 0 -36.8 cm 1.1 m -86.8 cm 1.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.1 m -86.9 cm 796 keV 664 keV 477 um 477 um caloLayer_phys eBrem + 2 -36.8 cm 1.1 m -86.9 cm 193 keV 6.01 keV 6.6 um 484 um caloLayer_phys eBrem + 3 -36.8 cm 1.1 m -86.9 cm 0 eV 193 keV 77.1 um 561 um caloLayer_phys eIoni +Track (trackID 2302, parentID 2251) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2391, Parent ID = 2383 +* G4Track Information: Particle = e-, Track ID = 2301, Parent ID = 2252 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -56.1 cm 1.66 m -1.31 m 133 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -56.1 cm 1.66 m -1.31 m 0 eV 133 keV 43.1 um 43.1 um caloLayer_phys eIoni -Track (trackID 2391, parentID 2383) is processed with stopping code 2 + 0 -36.6 cm 1.11 m -88 cm 390 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.11 m -88 cm 0 eV 390 keV 217 um 217 um caloLayer_phys eIoni +Track (trackID 2301, parentID 2252) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2390, Parent ID = 2384 +* G4Track Information: Particle = e-, Track ID = 2300, Parent ID = 2252 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.4 cm 1.62 m -1.27 m 161 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.4 cm 1.62 m -1.27 m 0 eV 161 keV 58.3 um 58.3 um caloLayer_phys eIoni -Track (trackID 2390, parentID 2384) is processed with stopping code 2 + 0 -36.7 cm 1.11 m -87.9 cm 141 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.11 m -87.9 cm 0 eV 141 keV 47.1 um 47.1 um caloLayer_phys eIoni +Track (trackID 2300, parentID 2252) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2389, Parent ID = 2385 +* G4Track Information: Particle = e-, Track ID = 2299, Parent ID = 2253 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47.6 cm 1.44 m -1.13 m 58.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -47.6 cm 1.44 m -1.13 m 0 eV 58.6 keV 11.5 um 11.5 um caloLayer_phys eIoni -Track (trackID 2389, parentID 2385) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.7 cm 282 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.8 cm 0 eV 282 keV 136 um 136 um caloLayer_phys eIoni +Track (trackID 2299, parentID 2253) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2388, Parent ID = 2386 +* G4Track Information: Particle = e-, Track ID = 2298, Parent ID = 2255 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47.6 cm 1.44 m -1.13 m 172 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -47.6 cm 1.44 m -1.13 m 0 eV 172 keV 64.5 um 64.5 um caloLayer_phys eIoni -Track (trackID 2388, parentID 2386) is processed with stopping code 2 + 0 -36.6 cm 1.1 m -86.6 cm 55.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.6 cm 1.1 m -86.6 cm 0 eV 55.3 keV 10.5 um 10.5 um caloLayer_phys eIoni +Track (trackID 2298, parentID 2255) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2387, Parent ID = 2386 +* G4Track Information: Particle = e-, Track ID = 2297, Parent ID = 2256 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47.2 cm 1.44 m -1.13 m 1.29 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -47.1 cm 1.44 m -1.12 m 0 eV 1.29 MeV 979 um 979 um caloLayer_phys eIoni -Track (trackID 2387, parentID 2386) is processed with stopping code 2 + 0 -34.3 cm 1.11 m -87 cm 877 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -34.2 cm 1.11 m -87 cm 0 eV 877 keV 624 um 624 um caloLayer_phys eIoni +Track (trackID 2297, parentID 2256) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2296, Parent ID = 2256 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -46.3 cm 1.4 m -1.1 m 1.44 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -46.3 cm 1.4 m -1.1 m 0 eV 1.44 MeV 1.1 mm 1.1 mm caloLayer_phys eIoni -Track (trackID 211, parentID 3) is processed with stopping code 2 + 0 -36.2 cm 1.11 m -86.6 cm 876 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.2 cm 1.11 m -86.6 cm 0 eV 876 keV 623 um 623 um caloLayer_phys eIoni +Track (trackID 2296, parentID 2256) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2295, Parent ID = 2256 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -45.9 cm 1.39 m -1.09 m 1.88 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -46 cm 1.39 m -1.09 m 211 keV 1.67 MeV 1.36 mm 1.36 mm caloLayer_phys eIoni - 2 -46 cm 1.39 m -1.09 m 0 eV 211 keV 88.2 um 1.45 mm caloLayer_phys eIoni -Track (trackID 210, parentID 3) is processed with stopping code 2 + 0 -36.6 cm 1.11 m -86.6 cm 1.44 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.11 m -86.7 cm 0 eV 1.44 MeV 1.1 mm 1.1 mm caloLayer_phys eIoni +Track (trackID 2295, parentID 2256) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2294, Parent ID = 2257 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -45 cm 1.36 m -1.07 m 607 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -45 cm 1.36 m -1.07 m 294 keV 313 keV 1.7 mm 1.7 mm caloM_P eIoni - 2 -45 cm 1.36 m -1.07 m 0 eV 294 keV 797 um 2.49 mm caloM_P eIoni -Track (trackID 209, parentID 3) is processed with stopping code 2 + 0 -36.5 cm 1.09 m -85.8 cm 55.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.5 cm 1.09 m -85.8 cm 0 eV 55.9 keV 10.7 um 10.7 um caloLayer_phys eIoni +Track (trackID 2294, parentID 2257) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2293, Parent ID = 2258 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.8 cm 1.35 m -1.06 m 1.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.9 cm 1.35 m -1.06 m 0 eV 1.08 MeV 801 um 801 um caloLayer_phys eIoni -Track (trackID 208, parentID 3) is processed with stopping code 2 + 0 -36.2 cm 1.11 m -86.8 cm 409 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.2 cm 1.11 m -86.8 cm 0 eV 409 keV 232 um 232 um caloLayer_phys eIoni +Track (trackID 2293, parentID 2258) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2292, Parent ID = 2258 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.6 cm 1.35 m -1.06 m 3.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.6 cm 1.35 m -1.05 m 1.51 MeV 2.07 MeV 1.76 mm 1.76 mm caloLayer_phys eBrem - 2 -44.6 cm 1.35 m -1.05 m 5.06 keV 840 keV 708 um 2.47 mm caloLayer_phys eBrem - 3 -44.6 cm 1.35 m -1.05 m 0 eV 5.06 keV 265 nm 2.47 mm caloLayer_phys eIoni -Track (trackID 207, parentID 3) is processed with stopping code 2 + 0 -36.3 cm 1.11 m -86.7 cm 172 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.3 cm 1.11 m -86.7 cm 0 eV 172 keV 64.6 um 64.6 um caloLayer_phys eIoni +Track (trackID 2292, parentID 2258) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 206, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2291, Parent ID = 2259 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.3 cm 1.34 m -1.05 m 2.98 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.4 cm 1.34 m -1.05 m 2.39 MeV 461 keV 346 um 346 um caloLayer_phys eBrem - 2 -44.3 cm 1.34 m -1.05 m 1.19 MeV 1.1 MeV 1.06 mm 1.41 mm caloLayer_phys eBrem - 3 -44.3 cm 1.34 m -1.05 m 517 keV 516 keV 394 um 1.8 mm caloLayer_phys eBrem - 4 -44.3 cm 1.34 m -1.05 m 0 eV 517 keV 318 um 2.12 mm caloLayer_phys eIoni -Track (trackID 206, parentID 3) is processed with stopping code 2 + 0 -35.6 cm 1.15 m -90.2 cm 49.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.6 cm 1.15 m -90.2 cm 0 eV 49.2 keV 8.68 um 8.68 um caloLayer_phys eIoni +Track (trackID 2291, parentID 2259) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2290, Parent ID = 2259 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.1 cm 1.33 m -1.04 m 1.68 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.1 cm 1.33 m -1.04 m 625 keV 773 keV 791 um 791 um caloLayer_phys eBrem - 2 -44.1 cm 1.33 m -1.04 m 0 eV 625 keV 409 um 1.2 mm caloLayer_phys eIoni -Track (trackID 205, parentID 3) is processed with stopping code 2 + 0 -35.6 cm 1.15 m -90.2 cm 129 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.6 cm 1.15 m -90.2 cm 0 eV 129 keV 41.3 um 41.3 um caloLayer_phys eIoni +Track (trackID 2290, parentID 2259) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2289, Parent ID = 2259 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -43.5 cm 1.31 m -1.03 m 421 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -43.7 cm 1.31 m -1.03 m 103 keV 300 keV 1.16 mm 1.16 mm caloM_P eBrem - 2 -43.7 cm 1.31 m -1.03 m 0 eV 103 keV 148 um 1.31 mm caloM_P eIoni -Track (trackID 204, parentID 3) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.6 cm 2.49 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.7 cm 1.59 MeV 800 keV 510 um 510 um caloLayer_phys eBrem + 2 -35.9 cm 1.15 m -90.6 cm 920 keV 537 keV 466 um 976 um caloLayer_phys eBrem + 3 -35.9 cm 1.15 m -90.7 cm 475 keV 348 keV 309 um 1.28 mm caloLayer_phys eBrem + 4 -35.9 cm 1.15 m -90.7 cm 0 eV 475 keV 284 um 1.57 mm caloLayer_phys eIoni +Track (trackID 2289, parentID 2259) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2288, Parent ID = 2259 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -43.1 cm 1.3 m -1.02 m 1.13 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -43.1 cm 1.3 m -1.02 m 0 eV 1.13 MeV 845 um 845 um caloLayer_phys eIoni -Track (trackID 203, parentID 3) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.1 cm 1.35 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.1 cm 1.26 MeV 91 keV 64.9 um 64.9 um caloLayer_phys msc + 2 -35.9 cm 1.15 m -90.1 cm 992 keV 269 keV 222 um 287 um caloLayer_phys msc + 3 -35.9 cm 1.15 m -90.1 cm 932 keV 60.6 keV 85.6 um 373 um caloLayer_phys msc + 4 -35.9 cm 1.15 m -90.1 cm 931 keV 767 eV 920 nm 374 um caloLayer_phys eBrem + 5 -35.9 cm 1.15 m -90.1 cm 767 keV 164 keV 146 um 520 um caloLayer_phys msc + 6 -35.9 cm 1.15 m -90.1 cm 543 keV 225 keV 95.1 um 615 um caloLayer_phys msc + 7 -35.9 cm 1.15 m -90.1 cm 455 keV 88.1 keV 77.8 um 693 um caloLayer_phys msc + 8 -35.9 cm 1.15 m -90.1 cm 0 eV 455 keV 268 um 960 um caloLayer_phys eIoni +Track (trackID 2288, parentID 2259) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2287, Parent ID = 2260 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.9 cm 1.3 m -1.02 m 1.12 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -42.9 cm 1.3 m -1.02 m 783 keV 62.8 keV 90.8 um 90.8 um caloLayer_phys eBrem - 2 -42.9 cm 1.3 m -1.02 m 586 keV 39.4 keV 63 um 154 um caloLayer_phys eBrem - 3 -42.9 cm 1.3 m -1.02 m 0 eV 586 keV 376 um 529 um caloLayer_phys eIoni -Track (trackID 202, parentID 3) is processed with stopping code 2 + 0 -36.1 cm 1.1 m -85.8 cm 151 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.1 cm 1.1 m -85.8 cm 0 eV 151 keV 52.7 um 52.7 um caloLayer_phys eIoni +Track (trackID 2287, parentID 2260) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2286, Parent ID = 2260 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.5 cm 1.28 m -1.01 m 1.81 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -42.5 cm 1.28 m -1.01 m 1.56 MeV 245 keV 218 um 218 um caloLayer_phys msc - 2 -42.5 cm 1.28 m -1.01 m 241 keV 1.32 MeV 1.18 mm 1.4 mm caloLayer_phys eIoni - 3 -42.5 cm 1.28 m -1.01 m 0 eV 241 keV 108 um 1.51 mm caloLayer_phys eIoni -Track (trackID 201, parentID 3) is processed with stopping code 2 + 0 -36.1 cm 1.1 m -85.7 cm 187 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.1 cm 1.1 m -85.7 cm 0 eV 187 keV 73.5 um 73.5 um caloLayer_phys eIoni +Track (trackID 2286, parentID 2260) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2285, Parent ID = 2261 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -41.7 cm 1.26 m -98.7 cm 1.68 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -41.7 cm 1.26 m -98.8 cm 394 keV 1.28 MeV 1.25 mm 1.25 mm caloLayer_phys eIoni - 2 -41.7 cm 1.26 m -98.8 cm 0 eV 394 keV 220 um 1.47 mm caloLayer_phys eIoni -Track (trackID 200, parentID 3) is processed with stopping code 2 + 0 -36.5 cm 1.09 m -85.8 cm 7.71 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.5 cm 1.09 m -85.8 cm 0 eV 7.71 keV 480 nm 480 nm caloLayer_phys eIoni +Track (trackID 2285, parentID 2261) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2284, Parent ID = 2262 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -41.4 cm 1.25 m -98 cm 1.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -41.4 cm 1.25 m -98 cm 928 keV 770 keV 791 um 791 um caloLayer_phys eBrem - 2 -41.4 cm 1.25 m -98 cm 75.1 keV 707 keV 598 um 1.39 mm caloLayer_phys eBrem - 3 -41.4 cm 1.25 m -98 cm 0 eV 75.1 keV 17.3 um 1.41 mm caloLayer_phys eIoni -Track (trackID 199, parentID 3) is processed with stopping code 2 + 0 -35.3 cm 1.06 m -83.3 cm 928 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.3 cm 1.06 m -83.3 cm 53.3 keV 293 keV 276 um 276 um caloLayer_phys eBrem + 2 -35.3 cm 1.06 m -83.3 cm 0 eV 53.3 keV 9.9 um 286 um caloLayer_phys eIoni +Track (trackID 2284, parentID 2262) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 198, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2283, Parent ID = 2263 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -41.1 cm 1.24 m -97.2 cm 1.66 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -41.1 cm 1.24 m -97.2 cm 266 keV 1.39 MeV 1.24 mm 1.24 mm caloLayer_phys eIoni - 2 -41.1 cm 1.24 m -97.2 cm 0 eV 266 keV 125 um 1.37 mm caloLayer_phys eIoni -Track (trackID 198, parentID 3) is processed with stopping code 2 + 0 -38 cm 1.05 m -85.5 cm 142 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.9 cm 1.05 m -85.5 cm 0 eV 142 keV 47.6 um 47.6 um caloLayer_phys eIoni +Track (trackID 2283, parentID 2263) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2282, Parent ID = 2263 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -40.9 cm 1.23 m -96.8 cm 2.71 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -41 cm 1.23 m -96.9 cm 2.24 MeV 471 keV 61.6 um 61.6 um caloLayer_phys msc - 2 -41 cm 1.24 m -97 cm 646 keV 1.6 MeV 1.51 mm 1.57 mm caloLayer_phys eIoni - 3 -41 cm 1.24 m -97 cm 0 eV 646 keV 426 um 2 mm caloLayer_phys eIoni -Track (trackID 197, parentID 3) is processed with stopping code 2 + 0 -38 cm 1.05 m -85.5 cm 765 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -38.1 cm 1.05 m -85.6 cm 0 eV 765 keV 528 um 528 um caloLayer_phys eIoni +Track (trackID 2282, parentID 2263) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2281, Parent ID = 2263 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -40.9 cm 1.23 m -96.8 cm 290 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -40.9 cm 1.23 m -96.9 cm 281 keV 8.82 keV 32.2 um 32.2 um caloM_P msc - 2 -40.9 cm 1.23 m -96.9 cm 0 eV 281 keV 744 um 776 um caloM_P eIoni -Track (trackID 196, parentID 3) is processed with stopping code 2 + 0 -37.4 cm 1.05 m -84.4 cm 946 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.4 cm 1.05 m -84.4 cm 0 eV 946 keV 684 um 684 um caloLayer_phys eIoni +Track (trackID 2281, parentID 2263) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2280, Parent ID = 2264 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -40.4 cm 1.22 m -95.5 cm 541 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -40.3 cm 1.22 m -95.7 cm 211 keV 331 keV 1.57 mm 1.57 mm caloM_P eIoni - 2 -40.3 cm 1.22 m -95.6 cm 0 eV 211 keV 476 um 2.05 mm caloM_P eIoni -Track (trackID 195, parentID 3) is processed with stopping code 2 + 0 -35.4 cm 1.06 m -83.2 cm 54.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.4 cm 1.06 m -83.2 cm 0 eV 54.7 keV 10.3 um 10.3 um caloLayer_phys eIoni +Track (trackID 2280, parentID 2264) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2279, Parent ID = 2265 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -40.2 cm 1.21 m -95.1 cm 1.46 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -40.2 cm 1.21 m -95.1 cm 201 keV 967 keV 702 um 702 um caloLayer_phys eBrem - 2 -40.2 cm 1.21 m -95.1 cm 0 eV 201 keV 82.1 um 784 um caloLayer_phys eIoni -Track (trackID 194, parentID 3) is processed with stopping code 2 + 0 -35.6 cm 1.06 m -83.3 cm 53.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.6 cm 1.06 m -83.3 cm 0 eV 53.9 keV 10.1 um 10.1 um caloLayer_phys eIoni +Track (trackID 2279, parentID 2265) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2278, Parent ID = 2267 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.2 cm 1.12 m -87.7 cm 20.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.2 cm 1.12 m -87.7 cm 19 MeV 1.08 MeV 944 um 944 um caloLayer_phys eBrem - 2 -37.2 cm 1.12 m -87.8 cm 14 MeV 1.34 MeV 1.02 mm 1.97 mm caloLayer_phys eBrem - 3 -37.3 cm 1.12 m -87.9 cm 10.5 MeV 757 keV 703 um 2.67 mm caloLayer_phys eBrem - 4 -37.3 cm 1.12 m -87.9 cm 3.02 MeV 586 keV 440 um 3.11 mm caloLayer_phys eBrem - 5 -37.3 cm 1.12 m -87.9 cm 1.41 MeV 1.3 MeV 633 um 3.74 mm caloLayer_phys eBrem - 6 -37.4 cm 1.12 m -87.8 cm 242 keV 1.17 MeV 1.08 mm 4.82 mm caloLayer_phys eIoni - 7 -37.4 cm 1.12 m -87.8 cm 0 eV 242 keV 108 um 4.93 mm caloLayer_phys eIoni -Track (trackID 192, parentID 3) is processed with stopping code 2 + 0 -35.1 cm 1.06 m -82.9 cm 77.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.1 cm 1.06 m -82.9 cm 0 eV 77.2 keV 18.1 um 18.1 um caloLayer_phys eIoni +Track (trackID 2278, parentID 2267) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2277, Parent ID = 2268 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.9 cm 1.11 m -86.9 cm 5.15 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.9 cm 1.11 m -87 cm 4.35 MeV 480 keV 307 um 307 um caloLayer_phys eBrem - 2 -36.9 cm 1.11 m -87 cm 2.92 MeV 1.07 MeV 931 um 1.24 mm caloLayer_phys eBrem - 3 -36.8 cm 1.11 m -87 cm 1.41 MeV 189 keV 184 um 1.42 mm caloLayer_phys eBrem - 4 -36.8 cm 1.11 m -87 cm 0 eV 1.41 MeV 1.08 mm 2.51 mm caloLayer_phys eIoni -Track (trackID 190, parentID 3) is processed with stopping code 2 + 0 -34.8 cm 1.05 m -82.3 cm 217 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -34.8 cm 1.05 m -82.3 cm 0 eV 217 keV 92.2 um 92.2 um caloLayer_phys eIoni +Track (trackID 2277, parentID 2268) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2276, Parent ID = 2269 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.5 cm 11.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.7 cm 1.1 m -86.5 cm 8.54 MeV 120 keV 135 um 135 um caloLayer_phys eBrem - 2 -36.7 cm 1.1 m -86.5 cm 8.31 MeV 135 keV 183 um 318 um caloLayer_phys eBrem - 3 -36.7 cm 1.1 m -86.5 cm 5.94 MeV 697 keV 513 um 832 um caloLayer_phys eBrem - 4 -36.7 cm 1.1 m -86.5 cm 5.16 MeV 611 keV 512 um 1.34 mm caloLayer_phys eBrem - 5 -36.7 cm 1.1 m -86.5 cm 2.95 MeV 2.07 MeV 1.6 mm 2.95 mm caloLayer_phys eBrem - 6 -36.8 cm 1.1 m -86.5 cm 1.2 MeV 1.76 MeV 1.26 mm 4.21 mm caloLayer_phys eBrem - 7 -36.8 cm 1.1 m -86.5 cm 519 keV 680 keV 579 um 4.79 mm caloLayer_phys eBrem - 8 -36.8 cm 1.1 m -86.5 cm 0 eV 519 keV 320 um 5.11 mm caloLayer_phys eIoni -Track (trackID 189, parentID 3) is processed with stopping code 2 + 0 -35 cm 1.06 m -82.8 cm 852 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35 cm 1.06 m -82.8 cm 0 eV 852 keV 603 um 603 um caloLayer_phys eIoni +Track (trackID 2276, parentID 2269) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2275, Parent ID = 2270 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.1 m -86.2 cm 23.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.6 cm 1.1 m -86.2 cm 22.4 MeV 254 keV 211 um 211 um caloLayer_phys eBrem - 2 -36.6 cm 1.1 m -86.2 cm 19.8 MeV 202 keV 222 um 433 um caloLayer_phys eBrem - 3 -36.6 cm 1.1 m -86.3 cm 16.4 MeV 1.01 MeV 642 um 1.08 mm caloLayer_phys eBrem - 4 -36.6 cm 1.1 m -86.3 cm 2.48 MeV 668 keV 475 um 1.55 mm caloLayer_phys eBrem - 5 -36.6 cm 1.1 m -86.3 cm 1.58 MeV 799 keV 506 um 2.06 mm caloLayer_phys eBrem - 6 -36.5 cm 1.1 m -86.4 cm 125 keV 1.46 MeV 1.2 mm 3.25 mm caloLayer_phys eIoni - 7 -36.5 cm 1.1 m -86.4 cm 0 eV 125 keV 39.1 um 3.29 mm caloLayer_phys eIoni -Track (trackID 187, parentID 3) is processed with stopping code 2 + 0 -33.3 cm 1.05 m -84.7 cm 81 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -33.3 cm 1.05 m -84.7 cm 0 eV 81 keV 19.5 um 19.5 um caloLayer_phys eIoni +Track (trackID 2275, parentID 2270) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2274, Parent ID = 2270 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.4 cm 1.09 m -85.8 cm 13.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.4 cm 1.09 m -85.8 cm 12.7 MeV 287 keV 245 um 245 um caloLayer_phys eBrem - 2 -36.4 cm 1.09 m -85.8 cm 9.91 MeV 193 keV 185 um 429 um caloLayer_phys eBrem - 3 -36.5 cm 1.09 m -85.8 cm 9.05 MeV 861 keV 819 um 1.25 mm caloLayer_phys msc - 4 -36.5 cm 1.09 m -85.8 cm 6.78 MeV 156 keV 126 um 1.37 mm caloLayer_phys eIoni - 5 -36.5 cm 1.09 m -85.9 cm 5.94 MeV 836 keV 819 um 2.19 mm caloLayer_phys msc - 6 -36.5 cm 1.09 m -85.9 cm 4.82 MeV 1.12 MeV 819 um 3.01 mm caloLayer_phys msc - 7 -36.5 cm 1.09 m -85.9 cm 4.52 MeV 170 keV 146 um 3.16 mm caloLayer_phys eBrem - 8 -36.5 cm 1.09 m -85.9 cm 3.25 MeV 515 keV 541 um 3.7 mm caloLayer_phys eBrem - 9 -36.5 cm 1.09 m -85.9 cm 2.58 MeV 563 keV 482 um 4.18 mm caloLayer_phys eBrem - 10 -36.5 cm 1.09 m -86 cm 1.79 MeV 795 keV 819 um 5 mm caloLayer_phys msc - 11 -36.5 cm 1.09 m -86 cm 1.31 MeV 264 keV 224 um 5.22 mm caloLayer_phys eBrem - 12 -36.4 cm 1.09 m -86 cm 446 keV 861 keV 819 um 6.04 mm caloLayer_phys msc - 13 -36.4 cm 1.09 m -86 cm 0 eV 446 keV 261 um 6.3 mm caloLayer_phys eIoni -Track (trackID 186, parentID 3) is processed with stopping code 2 + 0 -33.4 cm 1.05 m -84.7 cm 111 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -33.4 cm 1.05 m -84.7 cm 0 eV 111 keV 32.2 um 32.2 um caloLayer_phys eIoni +Track (trackID 2274, parentID 2270) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2574, Parent ID = 186 +* G4Track Information: Particle = e-, Track ID = 2273, Parent ID = 2270 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -85.8 cm 2.12 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.6 cm 1.09 m -85.9 cm 1.7 MeV 414 keV 462 um 462 um caloLayer_phys msc - 2 -36.6 cm 1.09 m -85.9 cm 1.43 MeV 271 keV 292 um 753 um caloLayer_phys msc - 3 -36.6 cm 1.09 m -85.9 cm 787 keV 642 keV 691 um 1.44 mm caloLayer_phys eBrem - 4 -36.6 cm 1.09 m -85.9 cm 117 keV 173 keV 180 um 1.62 mm caloLayer_phys eBrem - 5 -36.6 cm 1.09 m -85.9 cm 0 eV 117 keV 35.2 um 1.66 mm caloLayer_phys eIoni -Track (trackID 2574, parentID 186) is processed with stopping code 2 + 0 -33.4 cm 1.05 m -84.7 cm 577 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -33.4 cm 1.05 m -84.7 cm 0 eV 577 keV 369 um 369 um caloLayer_phys eIoni +Track (trackID 2273, parentID 2270) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2272, Parent ID = 2271 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.2 cm 1.09 m -85.3 cm 926 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -36 cm 1.09 m -85.4 cm 582 keV 345 keV 2.18 mm 2.18 mm caloM_P eIoni - 2 -35.9 cm 1.09 m -85.5 cm 241 keV 341 keV 1.65 mm 3.83 mm caloM_P eIoni - 3 -35.9 cm 1.09 m -85.5 cm 0 eV 241 keV 586 um 4.42 mm caloM_P eIoni -Track (trackID 185, parentID 3) is processed with stopping code 2 + 0 -33.9 cm 1.01 m -79.6 cm 39.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -33.9 cm 1.01 m -79.6 cm 0 eV 39.9 keV 6.18 um 6.18 um caloLayer_phys eIoni +Track (trackID 2272, parentID 2271) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.2 cm 1.06 m -83 cm 14 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.3 cm 1.06 m -83.1 cm 9.47 MeV 4.25 MeV 3.44 mm 3.44 mm caloLayer_phys eBrem - 2 -35.3 cm 1.06 m -83 cm 7.66 MeV 1.47 MeV 1.18 mm 4.61 mm caloLayer_phys eBrem - 3 -35.2 cm 1.06 m -82.9 cm 4.14 MeV 3.52 MeV 2.73 mm 7.34 mm caloLayer_phys eIoni - 4 -35 cm 1.06 m -82.9 cm 1.35 MeV 2.79 MeV 2.04 mm 9.38 mm caloLayer_phys eIoni - 5 -34.9 cm 1.06 m -82.8 cm 77.9 keV 1.27 MeV 1.03 mm 1.04 cm caloLayer_phys eIoni - 6 -34.9 cm 1.06 m -82.8 cm 0 eV 77.9 keV 18.3 um 1.04 cm caloLayer_phys eIoni -Track (trackID 184, parentID 3) is processed with stopping code 2 + 0 -31.5 cm 94.3 cm -74.1 cm 307 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -31.5 cm 94.4 cm -74.1 cm 0 eV 307 keV 852 um 852 um caloM_P eIoni +Track (trackID 177, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2581, Parent ID = 184 +* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.3 cm 1.06 m -83 cm 340 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35 cm 1.06 m -82.9 cm 0 eV 88 keV 2.56 mm 2.56 mm caloLayer_phys phot -Track (trackID 2581, parentID 184) is processed with stopping code 2 + 0 -31.1 cm 93.1 cm -73.2 cm 366 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -31.2 cm 93.1 cm -73.3 cm 68.8 keV 298 keV 1.1 mm 1.1 mm caloM_P eIoni + 2 -31.2 cm 93.1 cm -73.3 cm 0 eV 68.8 keV 73.2 um 1.17 mm caloM_P eIoni +Track (trackID 176, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2580, Parent ID = 184 +* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.3 cm 1.06 m -83.1 cm 239 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.3 cm 1.06 m -82.9 cm 0 eV 88 keV 1.5 mm 1.5 mm caloLayer_phys phot -Track (trackID 2580, parentID 184) is processed with stopping code 2 + 0 -30.9 cm 92.5 cm -72.7 cm 33.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.9 cm 92.6 cm -72.8 cm 31.3 MeV 346 keV 344 um 344 um caloLayer_phys eBrem + 2 -30.9 cm 92.6 cm -72.8 cm 24.8 MeV 568 keV 457 um 801 um caloLayer_phys eBrem + 3 -31 cm 92.7 cm -72.8 cm 12.9 MeV 1.27 MeV 1.14 mm 1.94 mm caloLayer_phys eBrem + 4 -31 cm 92.7 cm -72.8 cm 12.7 MeV 10.2 keV 26.1 um 1.97 mm caloLayer_phys eBrem + 5 -30.9 cm 92.9 cm -72.8 cm 9.75 MeV 2.37 MeV 2.12 mm 4.09 mm caloLayer_phys eBrem + 6 -30.9 cm 92.8 cm -72.8 cm 9.02 MeV 500 keV 369 um 4.46 mm caloLayer_phys eBrem + 7 -30.9 cm 92.8 cm -72.8 cm 4.6 MeV 906 keV 911 um 5.37 mm caloLayer_phys eBrem + 8 -30.9 cm 92.7 cm -72.9 cm 2.28 MeV 1.29 MeV 619 um 5.99 mm caloLayer_phys eBrem + 9 -30.9 cm 92.7 cm -72.9 cm 0 eV 2.28 MeV 1.53 mm 7.51 mm caloLayer_phys eIoni +Track (trackID 175, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2579, Parent ID = 2574 +* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.09 m -85.9 cm 498 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.7 cm 1.09 m -85.8 cm 498 keV 0 eV 2.29 mm 2.29 mm caloLayer_phys CoupledTransportation - 2 -37.1 cm 1.08 m -85.6 cm 357 keV 0 eV 7.91 mm 1.02 cm caloM_P compt - 3 -36.8 cm 1.07 m -86.1 cm 357 keV 0 eV 1.59 cm 2.61 cm caloM_P CoupledTransportation - 4 -36.7 cm 1.07 m -86.2 cm 0 eV 88 keV 1.95 mm 2.8 cm caloLayer_phys phot -Track (trackID 2579, parentID 2574) is processed with stopping code 2 + 0 -29.2 cm 87.3 cm -68.6 cm 2.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.3 cm 87.3 cm -68.7 cm 575 keV 1.51 MeV 1.45 mm 1.45 mm caloLayer_phys eIoni + 2 -29.3 cm 87.3 cm -68.7 cm 0 eV 575 keV 366 um 1.82 mm caloLayer_phys eIoni +Track (trackID 173, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2578, Parent ID = 186 +* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -86 cm 218 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.4 cm 1.09 m -85.9 cm 0 eV 88 keV 1.6 mm 1.6 mm caloLayer_phys phot -Track (trackID 2578, parentID 186) is processed with stopping code 2 + 0 -27.9 cm 83.3 cm -65.5 cm 1.92 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -27.9 cm 83.3 cm -65.6 cm 1.36 MeV 456 keV 506 um 506 um caloLayer_phys eBrem + 2 -27.9 cm 83.3 cm -65.5 cm 439 keV 919 keV 911 um 1.42 mm caloLayer_phys eBrem + 3 -27.9 cm 83.3 cm -65.5 cm 0 eV 439 keV 256 um 1.67 mm caloLayer_phys eIoni +Track (trackID 172, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2577, Parent ID = 186 +* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -85.9 cm 101 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.09 m -85.9 cm 0 eV 88 keV 32.2 um 32.2 um caloLayer_phys phot -Track (trackID 2577, parentID 186) is processed with stopping code 2 + 0 -27.6 cm 82.4 cm -64.8 cm 1.59 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -27.6 cm 82.4 cm -64.8 cm 1.21 MeV 286 keV 253 um 253 um caloLayer_phys eBrem + 2 -27.6 cm 82.4 cm -64.8 cm 0 eV 1.21 MeV 912 um 1.16 mm caloLayer_phys eIoni +Track (trackID 171, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2576, Parent ID = 186 +* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -85.9 cm 760 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.1 m -86 cm 245 keV 0 eV 8.33 mm 8.33 mm caloLayer_phys compt - 2 -36.5 cm 1.1 m -86 cm 0 eV 88 keV 582 um 8.91 mm caloLayer_phys phot -Track (trackID 2576, parentID 186) is processed with stopping code 2 + 0 -27.1 cm 80.8 cm -63.5 cm 1.95 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -27.1 cm 80.8 cm -63.7 cm 247 keV 1.71 MeV 1.39 mm 1.39 mm caloLayer_phys eIoni + 2 -27.1 cm 80.8 cm -63.7 cm 0 eV 247 keV 112 um 1.5 mm caloLayer_phys eIoni +Track (trackID 170, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2575, Parent ID = 186 +* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -85.9 cm 127 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.09 m -85.9 cm 0 eV 88 keV 202 um 202 um caloLayer_phys phot -Track (trackID 2575, parentID 186) is processed with stopping code 2 + 0 -26.4 cm 78.7 cm -61.9 cm 1.99 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -26.4 cm 78.7 cm -61.9 cm 1.95 MeV 43 keV 44.9 um 44.9 um caloLayer_phys msc + 2 -26.4 cm 78.7 cm -61.9 cm 1.94 MeV 6.7 keV 63.3 um 108 um caloM_P msc + 3 -26.4 cm 78.7 cm -61.9 cm 1.94 MeV 8.27 keV 63.3 um 171 um caloM_P msc + 4 -26.4 cm 78.7 cm -61.9 cm 1.93 MeV 8.36 keV 63.3 um 235 um caloM_P msc + 5 -26.4 cm 78.7 cm -61.9 cm 1.92 MeV 9.74 keV 63.3 um 298 um caloM_P msc + 6 -26.4 cm 78.7 cm -61.9 cm 1.91 MeV 10.6 keV 63.3 um 361 um caloM_P msc + 7 -26.4 cm 78.7 cm -61.9 cm 1.88 MeV 30.5 keV 63.3 um 424 um caloM_P msc + 8 -26.4 cm 78.7 cm -61.9 cm 1.87 MeV 7.48 keV 63.3 um 488 um caloM_P msc + 9 -26.4 cm 78.7 cm -62 cm 1.86 MeV 6.35 keV 63.3 um 551 um caloM_P msc + 10 -26.4 cm 78.7 cm -62 cm 1.86 MeV 7.56 keV 63.3 um 614 um caloM_P msc + 11 -26.4 cm 78.7 cm -62 cm 1.85 MeV 6.75 keV 63.3 um 678 um caloM_P msc + 12 -26.4 cm 78.7 cm -62 cm 1.84 MeV 6.15 keV 63.3 um 741 um caloM_P msc + 13 -26.4 cm 78.7 cm -62 cm 1.84 MeV 6.4 keV 63.3 um 804 um caloM_P msc + 14 -26.4 cm 78.7 cm -62 cm 1.83 MeV 8.02 keV 67.8 um 872 um caloM_P msc + 15 -26.4 cm 78.7 cm -62 cm 1.82 MeV 11.4 keV 72.9 um 945 um caloM_P msc + 16 -26.5 cm 78.7 cm -62 cm 1.81 MeV 9.41 keV 77.5 um 1.02 mm caloM_P msc + 17 -26.5 cm 78.7 cm -62 cm 1.79 MeV 13.6 keV 81.2 um 1.1 mm caloM_P msc + 18 -26.5 cm 78.7 cm -62 cm 1.78 MeV 11.4 keV 84.3 um 1.19 mm caloM_P msc + 19 -26.5 cm 78.7 cm -62 cm 1.77 MeV 13.9 keV 86.1 um 1.27 mm caloM_P msc + 20 -26.5 cm 78.7 cm -62 cm 1.76 MeV 11.9 keV 90.2 um 1.36 mm caloM_P msc + 21 -26.5 cm 78.7 cm -62 cm 1.72 MeV 32.6 keV 90.6 um 1.45 mm caloM_P msc + 22 -26.5 cm 78.7 cm -62 cm 1.71 MeV 10.1 keV 91.5 um 1.55 mm caloM_P msc + 23 -26.5 cm 78.7 cm -62 cm 1.7 MeV 11.8 keV 94.7 um 1.64 mm caloM_P msc + 24 -26.5 cm 78.7 cm -62 cm 1.69 MeV 15.5 keV 97 um 1.74 mm caloM_P msc + 25 -26.5 cm 78.7 cm -62 cm 1.67 MeV 11.9 keV 98.1 um 1.84 mm caloM_P msc + 26 -26.5 cm 78.7 cm -62 cm 1.66 MeV 17.3 keV 97.9 um 1.93 mm caloM_P msc + 27 -26.5 cm 78.7 cm -62.1 cm 1.63 MeV 23 keV 101 um 2.03 mm caloM_P msc + 28 -26.5 cm 78.7 cm -62.1 cm 1.62 MeV 13.8 keV 98.6 um 2.13 mm caloM_P msc + 29 -26.5 cm 78.7 cm -62.1 cm 1.6 MeV 20.9 keV 96.1 um 2.23 mm caloM_P msc + 30 -26.5 cm 78.7 cm -62.1 cm 1.58 MeV 15.6 keV 97 um 2.33 mm caloM_P msc + 31 -26.5 cm 78.7 cm -62.1 cm 1.56 MeV 26.3 keV 97.7 um 2.42 mm caloM_P msc + 32 -26.6 cm 78.7 cm -62.1 cm 1.54 MeV 17.6 keV 99.3 um 2.52 mm caloM_P msc + 33 -26.6 cm 78.7 cm -62.1 cm 1.53 MeV 10.8 keV 98.9 um 2.62 mm caloM_P msc + 34 -26.6 cm 78.7 cm -62.1 cm 1.51 MeV 14.8 keV 101 um 2.72 mm caloM_P msc + 35 -26.6 cm 78.7 cm -62.1 cm 1.5 MeV 12.3 keV 103 um 2.83 mm caloM_P msc + 36 -26.6 cm 78.7 cm -62.1 cm 1.49 MeV 12.3 keV 105 um 2.93 mm caloM_P msc + 37 -26.6 cm 78.7 cm -62.1 cm 1.48 MeV 12.1 keV 111 um 3.04 mm caloM_P msc + 38 -26.6 cm 78.7 cm -62.1 cm 1.46 MeV 14.2 keV 117 um 3.16 mm caloM_P msc + 39 -26.6 cm 78.7 cm -62.2 cm 1.45 MeV 11.5 keV 122 um 3.28 mm caloM_P msc + 40 -26.6 cm 78.7 cm -62.2 cm 1.43 MeV 22.1 keV 128 um 3.41 mm caloM_P msc + 41 -26.6 cm 78.7 cm -62.2 cm 1.42 MeV 14.7 keV 127 um 3.53 mm caloM_P msc + 42 -26.6 cm 78.7 cm -62.2 cm 1.39 MeV 25.8 keV 135 um 3.67 mm caloM_P msc + 43 -26.6 cm 78.7 cm -62.2 cm 1.37 MeV 18.7 keV 142 um 3.81 mm caloM_P msc + 44 -26.6 cm 78.7 cm -62.2 cm 1.35 MeV 17.2 keV 141 um 3.95 mm caloM_P msc + 45 -26.7 cm 78.7 cm -62.2 cm 1.32 MeV 28.6 keV 140 um 4.09 mm caloM_P msc + 46 -26.7 cm 78.7 cm -62.2 cm 1.31 MeV 14.7 keV 138 um 4.23 mm caloM_P msc + 47 -26.7 cm 78.7 cm -62.2 cm 1.29 MeV 19.1 keV 143 um 4.37 mm caloM_P msc + 48 -26.7 cm 78.7 cm -62.2 cm 1.27 MeV 18.5 keV 147 um 4.52 mm caloM_P msc + 49 -26.7 cm 78.7 cm -62.3 cm 1.25 MeV 18.9 keV 157 um 4.68 mm caloM_P msc + 50 -26.7 cm 78.7 cm -62.3 cm 1.22 MeV 35.3 keV 166 um 4.85 mm caloM_P msc + 51 -26.7 cm 78.7 cm -62.3 cm 1.2 MeV 21.6 keV 172 um 5.02 mm caloM_P msc + 52 -26.7 cm 78.6 cm -62.3 cm 1.18 MeV 18.9 keV 165 um 5.18 mm caloM_P msc + 53 -26.7 cm 78.6 cm -62.3 cm 1.14 MeV 37.8 keV 143 um 5.33 mm caloM_P msc + 54 -26.7 cm 78.6 cm -62.3 cm 1.08 MeV 4.71 keV 41.9 um 5.37 mm caloM_P eBrem + 55 -26.7 cm 78.6 cm -62.3 cm 1.05 MeV 24.8 keV 152 um 5.52 mm caloM_P msc + 56 -26.7 cm 78.6 cm -62.3 cm 1.04 MeV 18.5 keV 114 um 5.63 mm caloM_P msc + 57 -26.7 cm 78.6 cm -62.3 cm 1.02 MeV 13.4 keV 106 um 5.74 mm caloM_P msc + 58 -26.7 cm 78.6 cm -62.3 cm 1.01 MeV 13 keV 94.1 um 5.83 mm caloM_P msc + 59 -26.7 cm 78.6 cm -62.3 cm 995 keV 14.3 keV 83.6 um 5.92 mm caloM_P msc + 60 -26.7 cm 78.6 cm -62.4 cm 987 keV 7.75 keV 74.6 um 5.99 mm caloM_P msc + 61 -26.7 cm 78.6 cm -62.4 cm 976 keV 11.5 keV 67 um 6.06 mm caloM_P msc + 62 -26.7 cm 78.6 cm -62.4 cm 969 keV 7.22 keV 63.3 um 6.12 mm caloM_P msc + 63 -26.7 cm 78.6 cm -62.4 cm 961 keV 8.12 keV 63.3 um 6.18 mm caloM_P msc + 64 -26.7 cm 78.6 cm -62.4 cm 952 keV 8.39 keV 63.3 um 6.25 mm caloM_P msc + 65 -26.7 cm 78.6 cm -62.4 cm 942 keV 10.3 keV 63.3 um 6.31 mm caloM_P msc + 66 -26.7 cm 78.6 cm -62.4 cm 935 keV 7.11 keV 63.3 um 6.37 mm caloM_P msc + 67 -26.7 cm 78.6 cm -62.4 cm 928 keV 6.65 keV 63.3 um 6.44 mm caloM_P msc + 68 -26.8 cm 78.6 cm -62.4 cm 921 keV 7.34 keV 63.3 um 6.5 mm caloM_P msc + 69 -26.8 cm 78.6 cm -62.4 cm 911 keV 9.89 keV 63.3 um 6.56 mm caloM_P msc + 70 -26.8 cm 78.6 cm -62.4 cm 901 keV 10.1 keV 63.3 um 6.63 mm caloM_P msc + 71 -26.8 cm 78.6 cm -62.4 cm 894 keV 6.43 keV 63.3 um 6.69 mm caloM_P msc + 72 -26.8 cm 78.6 cm -62.4 cm 877 keV 2.42 keV 17.4 um 6.71 mm caloM_P eBrem + 73 -26.8 cm 78.6 cm -62.4 cm 872 keV 5.08 keV 63.3 um 6.77 mm caloM_P msc + 74 -26.8 cm 78.6 cm -62.4 cm 865 keV 7.24 keV 63.3 um 6.84 mm caloM_P msc + 75 -26.8 cm 78.6 cm -62.4 cm 854 keV 10.8 keV 63.3 um 6.9 mm caloM_P msc + 76 -26.8 cm 78.6 cm -62.4 cm 845 keV 9.49 keV 63.3 um 6.96 mm caloM_P msc + 77 -26.8 cm 78.6 cm -62.4 cm 836 keV 8.86 keV 63.3 um 7.02 mm caloM_P msc + 78 -26.8 cm 78.6 cm -62.4 cm 825 keV 10.6 keV 63.3 um 7.09 mm caloM_P msc + 79 -26.8 cm 78.6 cm -62.5 cm 814 keV 10.7 keV 63.3 um 7.15 mm caloM_P msc + 80 -26.8 cm 78.6 cm -62.5 cm 804 keV 10.6 keV 63.3 um 7.21 mm caloM_P msc + 81 -26.8 cm 78.6 cm -62.5 cm 791 keV 12.9 keV 63.3 um 7.28 mm caloM_P msc + 82 -26.8 cm 78.6 cm -62.5 cm 783 keV 7.92 keV 63.3 um 7.34 mm caloM_P msc + 83 -26.8 cm 78.6 cm -62.5 cm 777 keV 6.39 keV 63.3 um 7.4 mm caloM_P msc + 84 -26.8 cm 78.6 cm -62.5 cm 767 keV 9.89 keV 67.8 um 7.47 mm caloM_P msc + 85 -26.8 cm 78.6 cm -62.5 cm 754 keV 12.5 keV 74.3 um 7.55 mm caloM_P msc + 86 -26.8 cm 78.6 cm -62.5 cm 740 keV 14 keV 81.4 um 7.63 mm caloM_P msc + 87 -26.8 cm 78.6 cm -62.5 cm 727 keV 13.7 keV 88.1 um 7.72 mm caloM_P msc + 88 -26.8 cm 78.6 cm -62.5 cm 714 keV 12.9 keV 94 um 7.81 mm caloM_P msc + 89 -26.8 cm 78.6 cm -62.5 cm 700 keV 14.2 keV 103 um 7.91 mm caloM_P msc + 90 -26.8 cm 78.6 cm -62.5 cm 685 keV 14.3 keV 106 um 8.02 mm caloM_P msc + 91 -26.8 cm 78.6 cm -62.5 cm 667 keV 18.2 keV 113 um 8.13 mm caloM_P msc + 92 -26.8 cm 78.6 cm -62.5 cm 648 keV 19.5 keV 118 um 8.25 mm caloM_P msc + 93 -26.8 cm 78.6 cm -62.6 cm 631 keV 16.4 keV 124 um 8.37 mm caloM_P msc + 94 -26.9 cm 78.6 cm -62.6 cm 613 keV 18.6 keV 130 um 8.5 mm caloM_P msc + 95 -26.9 cm 78.6 cm -62.6 cm 597 keV 15.2 keV 130 um 8.63 mm caloM_P msc + 96 -26.9 cm 78.6 cm -62.6 cm 583 keV 14.3 keV 112 um 8.75 mm caloM_P msc + 97 -26.9 cm 78.6 cm -62.6 cm 570 keV 13.4 keV 90.5 um 8.84 mm caloM_P msc + 98 -26.9 cm 78.6 cm -62.6 cm 547 keV 22.4 keV 80.4 um 8.92 mm caloM_P msc + 99 -26.9 cm 78.6 cm -62.6 cm 538 keV 9.1 keV 73.2 um 8.99 mm caloM_P msc + 100 -26.9 cm 78.5 cm -62.6 cm 528 keV 10.1 keV 64.1 um 9.05 mm caloM_P msc + 101 -26.9 cm 78.5 cm -62.6 cm 519 keV 8.81 keV 63.3 um 9.12 mm caloM_P msc + 102 -26.9 cm 78.5 cm -62.6 cm 509 keV 10.4 keV 63.3 um 9.18 mm caloM_P msc + 103 -26.9 cm 78.5 cm -62.6 cm 502 keV 7.23 keV 63.3 um 9.24 mm caloM_P msc + 104 -26.9 cm 78.5 cm -62.6 cm 494 keV 7.6 keV 63.3 um 9.31 mm caloM_P msc + 105 -26.9 cm 78.5 cm -62.6 cm 485 keV 9.46 keV 63.3 um 9.37 mm caloM_P msc + 106 -26.9 cm 78.5 cm -62.6 cm 475 keV 9.26 keV 63.3 um 9.43 mm caloM_P msc + 107 -26.9 cm 78.5 cm -62.5 cm 467 keV 7.96 keV 63.3 um 9.5 mm caloM_P msc + 108 -26.9 cm 78.5 cm -62.5 cm 446 keV 21.6 keV 63.3 um 9.56 mm caloM_P msc + 109 -26.9 cm 78.5 cm -62.5 cm 433 keV 12.5 keV 63.3 um 9.62 mm caloM_P msc + 110 -26.9 cm 78.5 cm -62.5 cm 269 keV 165 keV 63.3 um 9.69 mm caloM_P msc + 111 -26.9 cm 78.5 cm -62.5 cm 234 keV 34.6 keV 63.3 um 9.75 mm caloM_P msc + 112 -26.9 cm 78.5 cm -62.5 cm 216 keV 18 keV 63.3 um 9.81 mm caloM_P msc + 113 -26.9 cm 78.5 cm -62.5 cm 204 keV 12.1 keV 63.3 um 9.88 mm caloM_P msc + 114 -26.9 cm 78.5 cm -62.5 cm 192 keV 11.4 keV 63.3 um 9.94 mm caloM_P msc + 115 -26.9 cm 78.5 cm -62.5 cm 173 keV 19.1 keV 63.3 um 1 cm caloM_P msc + 116 -26.9 cm 78.5 cm -62.5 cm 168 keV 4.87 keV 10.4 um 1 cm caloM_P CoupledTransportation + 117 -26.9 cm 78.5 cm -62.5 cm 166 keV 2.92 keV 2.7 um 1 cm caloLayer_phys msc + 118 -26.9 cm 78.5 cm -62.5 cm 161 keV 4.49 keV 2.5 um 1 cm caloLayer_phys msc + 119 -26.9 cm 78.5 cm -62.5 cm 158 keV 3.5 keV 2.5 um 1 cm caloLayer_phys msc + 120 -26.9 cm 78.5 cm -62.5 cm 147 keV 10.8 keV 2.5 um 1 cm caloLayer_phys msc + 121 -26.9 cm 78.5 cm -62.5 cm 141 keV 6 keV 2.5 um 1 cm caloLayer_phys msc + 122 -26.9 cm 78.5 cm -62.5 cm 138 keV 2.53 keV 2.5 um 1 cm caloLayer_phys msc + 123 -26.9 cm 78.5 cm -62.5 cm 133 keV 5.19 keV 2.5 um 1 cm caloLayer_phys msc + 124 -26.9 cm 78.5 cm -62.5 cm 129 keV 3.75 keV 2.5 um 1 cm caloLayer_phys msc + 125 -26.9 cm 78.5 cm -62.5 cm 124 keV 5.2 keV 2.5 um 1 cm caloLayer_phys msc + 126 -26.9 cm 78.5 cm -62.5 cm 121 keV 3.31 keV 2.5 um 1 cm caloLayer_phys msc + 127 -26.9 cm 78.5 cm -62.5 cm 117 keV 3.72 keV 2.5 um 1 cm caloLayer_phys msc + 128 -26.9 cm 78.5 cm -62.5 cm 113 keV 4.32 keV 2.5 um 1 cm caloLayer_phys msc + 129 -26.9 cm 78.5 cm -62.5 cm 106 keV 6.88 keV 2.5 um 1 cm caloLayer_phys msc + 130 -26.9 cm 78.5 cm -62.5 cm 104 keV 1.68 keV 2.5 um 1 cm caloLayer_phys msc + 131 -26.9 cm 78.5 cm -62.5 cm 99.2 keV 4.86 keV 2.5 um 1.01 cm caloLayer_phys msc + 132 -26.9 cm 78.5 cm -62.5 cm 92.3 keV 6.95 keV 2.5 um 1.01 cm caloLayer_phys msc + 133 -26.9 cm 78.5 cm -62.5 cm 89.4 keV 2.84 keV 2.5 um 1.01 cm caloLayer_phys msc + 134 -26.9 cm 78.5 cm -62.5 cm 82.4 keV 7.09 keV 2.5 um 1.01 cm caloLayer_phys msc + 135 -26.9 cm 78.5 cm -62.5 cm 75.4 keV 7 keV 2.5 um 1.01 cm caloLayer_phys msc + 136 -26.9 cm 78.5 cm -62.5 cm 71.8 keV 3.53 keV 2.5 um 1.01 cm caloLayer_phys msc + 137 -26.9 cm 78.5 cm -62.5 cm 69.3 keV 2.55 keV 2.5 um 1.01 cm caloLayer_phys msc + 138 -26.9 cm 78.5 cm -62.5 cm 66.2 keV 3.11 keV 2.5 um 1.01 cm caloLayer_phys msc + 139 -26.9 cm 78.5 cm -62.5 cm 62.8 keV 3.38 keV 2.5 um 1.01 cm caloLayer_phys msc + 140 -26.9 cm 78.5 cm -62.5 cm 58.3 keV 4.51 keV 2.5 um 1.01 cm caloLayer_phys msc + 141 -26.9 cm 78.5 cm -62.5 cm 51.3 keV 7 keV 2.5 um 1.01 cm caloLayer_phys msc + 142 -26.9 cm 78.5 cm -62.5 cm 43.4 keV 7.9 keV 2.5 um 1.01 cm caloLayer_phys msc + 143 -26.9 cm 78.5 cm -62.5 cm 28.1 keV 15.3 keV 2.5 um 1.01 cm caloLayer_phys msc + 144 -26.9 cm 78.5 cm -62.5 cm 22.7 keV 5.37 keV 2.5 um 1.01 cm caloLayer_phys msc + 145 -26.9 cm 78.5 cm -62.5 cm 0 eV 22.7 keV 2.49 um 1.01 cm caloLayer_phys eIoni +Track (trackID 169, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2573, Parent ID = 186 +* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.4 cm 1.09 m -85.8 cm 2.55 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.2 cm 1.1 m -86.3 cm 293 keV 0 eV 1.05 cm 1.05 cm caloLayer_phys compt - 2 -37.1 cm 1.1 m -86.3 cm 0 eV 88 keV 1.1 mm 1.16 cm caloLayer_phys phot -Track (trackID 2573, parentID 186) is processed with stopping code 2 + 0 -26.3 cm 78.5 cm -61.7 cm 1.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -26.3 cm 78.5 cm -61.8 cm 0 eV 1.21 MeV 911 um 911 um caloLayer_phys eIoni +Track (trackID 168, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2572, Parent ID = 186 +* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.4 cm 1.09 m -85.8 cm 266 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.09 m -85.9 cm 0 eV 88 keV 1.86 mm 1.86 mm caloLayer_phys phot -Track (trackID 2572, parentID 186) is processed with stopping code 2 + 0 -26.3 cm 78.3 cm -61.6 cm 1.68 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -26.2 cm 78.3 cm -61.6 cm 1.61 MeV 63.3 keV 74 um 74 um caloLayer_phys eBrem + 2 -26.2 cm 78.3 cm -61.6 cm 0 eV 1.61 MeV 1.22 mm 1.29 mm caloLayer_phys eIoni +Track (trackID 167, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2571, Parent ID = 187 +* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.1 m -86.3 cm 104 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.6 cm 1.1 m -86.3 cm 0 eV 88 keV 30.6 um 30.6 um caloLayer_phys phot -Track (trackID 2571, parentID 187) is processed with stopping code 2 + 0 -25.5 cm 76 cm -59.8 cm 1.29 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -25.5 cm 76 cm -59.8 cm 95.1 keV 497 keV 523 um 523 um caloLayer_phys eBrem + 2 -25.5 cm 76 cm -59.8 cm 0 eV 95.1 keV 25.3 um 548 um caloLayer_phys eIoni +Track (trackID 166, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2570, Parent ID = 187 +* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.1 m -86.3 cm 13.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.1 cm 1.1 m -86.7 cm 0 eV 0 eV 7.96 mm 7.96 mm caloLayer_phys conv -Track (trackID 2570, parentID 187) is processed with stopping code 2 + 0 -24.7 cm 73.6 cm -57.9 cm 1.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -24.7 cm 73.6 cm -58 cm 0 eV 1.02 MeV 745 um 745 um caloLayer_phys eIoni +Track (trackID 165, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2569, Parent ID = 187 +* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.1 m -86.3 cm 2.36 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.4 cm 1.12 m -87 cm 2.36 MeV 0 eV 2.3 cm 2.3 cm caloLayer_phys CoupledTransportation - 2 -38.1 cm 1.14 m -87.6 cm 2.36 MeV 0 eV 2.1 cm 4.4 cm caloM_P CoupledTransportation - 3 -38.9 cm 1.16 m -88.4 cm 733 keV 0 eV 2.47 cm 6.87 cm caloLayer_phys compt - 4 -38.4 cm 1.17 m -88.5 cm 0 eV 88 keV 8.05 mm 7.68 cm caloLayer_phys phot -Track (trackID 2569, parentID 187) is processed with stopping code 2 + 0 -24.3 cm 72.3 cm -56.9 cm 1.88 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -24.4 cm 72.4 cm -56.9 cm 341 keV 1.54 MeV 1.36 mm 1.36 mm caloLayer_phys eIoni + 2 -24.4 cm 72.4 cm -56.9 cm 0 eV 341 keV 179 um 1.54 mm caloLayer_phys eIoni +Track (trackID 164, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2568, Parent ID = 187 +* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.1 m -86.2 cm 2.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.9 cm 1.1 m -86.7 cm 784 keV 0 eV 7.74 mm 7.74 mm caloLayer_phys compt - 2 -36.9 cm 1.1 m -86.7 cm 0 eV 88 keV 227 um 7.96 mm caloLayer_phys phot -Track (trackID 2568, parentID 187) is processed with stopping code 2 + 0 -24.2 cm 72 cm -56.7 cm 4.19 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -24.2 cm 72 cm -56.7 cm 3.48 MeV 493 keV 256 um 256 um caloLayer_phys eBrem + 2 -24.2 cm 72 cm -56.7 cm 1.93 MeV 165 keV 135 um 391 um caloLayer_phys eBrem + 3 -24.1 cm 72 cm -56.8 cm 305 keV 1.63 MeV 1.38 mm 1.77 mm caloLayer_phys eIoni + 4 -24.1 cm 72 cm -56.8 cm 0 eV 305 keV 153 um 1.93 mm caloLayer_phys eIoni +Track (trackID 163, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2567, Parent ID = 187 +* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.1 m -86.2 cm 1.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37 cm 1.12 m -87.7 cm 1.08 MeV 0 eV 2.73 cm 2.73 cm caloLayer_phys CoupledTransportation - 2 -37.4 cm 1.14 m -89.1 cm 1.08 MeV 0 eV 2.42 cm 5.15 cm caloM_P CoupledTransportation - 3 -38 cm 1.17 m -91 cm 338 keV 0 eV 3.49 cm 8.63 cm caloLayer_phys compt - 4 -38 cm 1.17 m -91 cm 175 keV 0 eV 107 um 8.64 cm caloLayer_phys compt - 5 -38 cm 1.17 m -91.1 cm 0 eV 88 keV 988 um 8.74 cm caloLayer_phys phot -Track (trackID 2567, parentID 187) is processed with stopping code 2 + 0 -24.1 cm 71.7 cm -56.4 cm 2.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -24.1 cm 71.8 cm -56.3 cm 498 keV 1.61 MeV 1.46 mm 1.46 mm caloLayer_phys eIoni + 2 -24.1 cm 71.8 cm -56.3 cm 0 eV 498 keV 303 um 1.76 mm caloLayer_phys eIoni +Track (trackID 162, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2566, Parent ID = 189 +* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.5 cm 134 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.8 cm 1.1 m -86.5 cm 0 eV 88 keV 150 um 150 um caloLayer_phys phot -Track (trackID 2566, parentID 189) is processed with stopping code 2 + 0 -23.1 cm 68.8 cm -54.2 cm 1.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.2 cm 68.8 cm -54.2 cm 0 eV 1.21 MeV 910 um 910 um caloLayer_phys eIoni +Track (trackID 161, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2565, Parent ID = 189 +* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.5 cm 176 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.7 cm 1.1 m -86.6 cm 0 eV 88 keV 1.07 mm 1.07 mm caloLayer_phys phot -Track (trackID 2565, parentID 189) is processed with stopping code 2 + 0 -23.1 cm 68.7 cm -54.1 cm 10.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.1 cm 68.9 cm -54.2 cm 1.22 MeV 2.73 MeV 2.29 mm 2.29 mm caloLayer_phys eBrem + 2 -23.1 cm 69 cm -54.2 cm 357 keV 641 keV 458 um 2.75 mm caloLayer_phys eBrem + 3 -23.1 cm 68.9 cm -54.2 cm 0 eV 357 keV 191 um 2.94 mm caloLayer_phys eIoni +Track (trackID 160, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2564, Parent ID = 189 +* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.5 cm 1.67 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.1 cm 1.11 m -87.4 cm 0 eV 88 keV 1.07 cm 1.07 cm caloLayer_phys phot -Track (trackID 2564, parentID 189) is processed with stopping code 2 + 0 -23.1 cm 68.7 cm -54 cm 1.77 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23 cm 68.8 cm -53.9 cm 308 keV 1.46 MeV 1.3 mm 1.3 mm caloLayer_phys eIoni + 2 -23 cm 68.8 cm -53.9 cm 0 eV 308 keV 155 um 1.46 mm caloLayer_phys eIoni +Track (trackID 159, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2563, Parent ID = 189 +* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.5 cm 97.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.7 cm 1.1 m -86.5 cm 0 eV 88 keV 65.5 um 65.5 um caloLayer_phys phot -Track (trackID 2563, parentID 189) is processed with stopping code 2 + 0 -22.4 cm 66.7 cm -52.5 cm 1.16 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22.4 cm 66.7 cm -52.6 cm 0 eV 1.16 MeV 867 um 867 um caloLayer_phys eIoni +Track (trackID 158, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2562, Parent ID = 189 +* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.5 cm 2.81 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.5 cm 1.11 m -86.9 cm 2.2 MeV 0 eV 1.26 cm 1.26 cm caloLayer_phys compt - 2 -37.5 cm 1.11 m -86.9 cm 860 keV 0 eV 441 um 1.3 cm caloLayer_phys compt - 3 -37.2 cm 1.12 m -87 cm 0 eV 88 keV 6.14 mm 1.91 cm caloLayer_phys phot -Track (trackID 2562, parentID 189) is processed with stopping code 2 + 0 -22.1 cm 65.7 cm -51.7 cm 409 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -22.2 cm 65.8 cm -51.6 cm 0 eV 409 keV 1.24 mm 1.24 mm caloM_P eIoni +Track (trackID 157, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2561, Parent ID = 190 +* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.8 cm 1.11 m -87 cm 1.31 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.4 cm 1.11 m -87.1 cm 1.04 MeV 0 eV 4.55 mm 4.55 mm caloLayer_phys compt - 2 -36.2 cm 1.11 m -87.3 cm 0 eV 88 keV 3 mm 7.54 mm caloLayer_phys phot -Track (trackID 2561, parentID 190) is processed with stopping code 2 + 0 -21.8 cm 64.9 cm -51.1 cm 376 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -22 cm 64.9 cm -51.1 cm 18.8 keV 357 keV 1.13 mm 1.13 mm caloM_P eIoni + 2 -22 cm 64.9 cm -51.1 cm 0 eV 18.8 keV 7.39 um 1.14 mm caloM_P eIoni +Track (trackID 156, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2560, Parent ID = 190 +* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.9 cm 1.11 m -87 cm 359 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.8 cm 1.11 m -87 cm 217 keV 0 eV 622 um 622 um caloLayer_phys compt - 2 -36.8 cm 1.11 m -87.1 cm 0 eV 88 keV 819 um 1.44 mm caloLayer_phys phot -Track (trackID 2560, parentID 190) is processed with stopping code 2 + 0 -21.8 cm 64.6 cm -50.9 cm 2.95 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -22.1 cm 65 cm -50.8 cm 2.17 MeV 781 keV 4.66 mm 4.66 mm caloM_P eIoni + 2 -22.1 cm 65.2 cm -50.8 cm 983 keV 322 keV 2.18 mm 6.84 mm caloM_P eBrem + 3 -22 cm 65.3 cm -50.6 cm 534 keV 449 keV 2.26 mm 9.1 mm caloM_P eIoni + 4 -22 cm 65.2 cm -50.5 cm 212 keV 322 keV 1.56 mm 1.07 cm caloM_P eIoni + 5 -22 cm 65.2 cm -50.5 cm 0 eV 212 keV 481 um 1.11 cm caloM_P eIoni +Track (trackID 155, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2559, Parent ID = 190 +* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.9 cm 1.11 m -87 cm 319 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.9 cm 1.11 m -87 cm 0 eV 88 keV 236 um 236 um caloLayer_phys phot -Track (trackID 2559, parentID 190) is processed with stopping code 2 + 0 -21.5 cm 63.9 cm -50.3 cm 11.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 64 cm -50.3 cm 10.7 MeV 485 keV 479 um 479 um caloLayer_phys eBrem + 2 -21.5 cm 64 cm -50.4 cm 9.56 MeV 976 keV 839 um 1.32 mm caloLayer_phys eBrem + 3 -21.5 cm 64.1 cm -50.5 cm 8.19 MeV 995 keV 737 um 2.06 mm caloLayer_phys eBrem + 4 -21.5 cm 64.1 cm -50.5 cm 6.03 MeV 821 keV 766 um 2.82 mm caloLayer_phys eBrem + 5 -21.5 cm 64.1 cm -50.6 cm 4.75 MeV 798 keV 699 um 3.52 mm caloLayer_phys eBrem + 6 -21.4 cm 64 cm -50.6 cm 3.59 MeV 1.16 MeV 1.07 mm 4.59 mm caloLayer_phys msc + 7 -21.4 cm 63.9 cm -50.7 cm 1.18 MeV 2.41 MeV 1.91 mm 6.51 mm caloLayer_phys eIoni + 8 -21.4 cm 63.9 cm -50.7 cm 184 keV 679 keV 692 um 7.2 mm caloLayer_phys eBrem + 9 -21.4 cm 63.9 cm -50.7 cm 0 eV 184 keV 71.8 um 7.27 mm caloLayer_phys eIoni +Track (trackID 154, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2558, Parent ID = 192 +* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.3 cm 1.12 m -87.9 cm 314 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.4 cm 1.11 m -87.8 cm 0 eV 88 keV 3.11 mm 3.11 mm caloLayer_phys phot -Track (trackID 2558, parentID 192) is processed with stopping code 2 + 0 -21.5 cm 63.8 cm -50.2 cm 1.87 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 63.9 cm -50.1 cm 699 keV 1.04 MeV 948 um 948 um caloLayer_phys eBrem + 2 -21.5 cm 63.9 cm -50.1 cm 0 eV 699 keV 471 um 1.42 mm caloLayer_phys eIoni +Track (trackID 153, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2557, Parent ID = 192 +* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.3 cm 1.12 m -87.9 cm 6.87 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.5 cm 1.11 m -88.5 cm 416 keV 0 eV 8.58 mm 8.58 mm caloLayer_phys compt - 2 -37.5 cm 1.11 m -88.5 cm 0 eV 88 keV 351 um 8.93 mm caloLayer_phys phot -Track (trackID 2557, parentID 192) is processed with stopping code 2 + 0 -21.5 cm 63.7 cm -50.1 cm 1.55 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.4 cm 63.7 cm -50.2 cm 1.18 MeV 232 keV 276 um 276 um caloLayer_phys eBrem + 2 -21.4 cm 63.7 cm -50.1 cm 230 keV 765 keV 302 um 577 um caloLayer_phys eBrem + 3 -21.4 cm 63.7 cm -50.1 cm 0 eV 230 keV 101 um 678 um caloLayer_phys eIoni +Track (trackID 152, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2556, Parent ID = 192 +* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.3 cm 1.12 m -87.9 cm 2.82 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.7 cm 1.11 m -89.5 cm 243 keV 0 eV 1.85 cm 1.85 cm caloLayer_phys compt - 2 -37.7 cm 1.11 m -89.5 cm 147 keV 0 eV 312 um 1.89 cm caloLayer_phys compt - 3 -37.7 cm 1.11 m -89.5 cm 0 eV 88 keV 256 um 1.91 cm caloLayer_phys phot -Track (trackID 2556, parentID 192) is processed with stopping code 2 + 0 -20.2 cm 59.9 cm -47.1 cm 431 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -20.1 cm 60 cm -47.1 cm 35.9 keV 395 keV 1.31 mm 1.31 mm caloM_P eIoni + 2 -20.1 cm 60 cm -47.1 cm 0 eV 35.9 keV 23.3 um 1.33 mm caloM_P eIoni +Track (trackID 151, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2555, Parent ID = 192 +* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.2 cm 1.12 m -87.8 cm 3.63 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.8 cm 1.12 m -88.2 cm 0 eV 0 eV 6.62 mm 6.62 mm caloLayer_phys conv -Track (trackID 2555, parentID 192) is processed with stopping code 2 + 0 -20.1 cm 59.4 cm -46.8 cm 1.12 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -20.1 cm 59.5 cm -46.7 cm 0 eV 1.12 MeV 837 um 837 um caloLayer_phys eIoni +Track (trackID 150, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2554, Parent ID = 192 +* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.2 cm 1.12 m -87.7 cm 97.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.2 cm 1.12 m -87.7 cm 0 eV 88 keV 24 um 24 um caloLayer_phys phot -Track (trackID 2554, parentID 192) is processed with stopping code 2 + 0 -19.9 cm 59 cm -46.5 cm 1.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.8 cm 59.1 cm -46.4 cm 110 keV 1.26 MeV 1.05 mm 1.05 mm caloLayer_phys eIoni + 2 -19.8 cm 59.1 cm -46.4 cm 0 eV 110 keV 31.9 um 1.08 mm caloLayer_phys eIoni +Track (trackID 149, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2553, Parent ID = 194 +* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -40.2 cm 1.21 m -95.1 cm 296 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -40.2 cm 1.21 m -95.1 cm 0 eV 88 keV 1.02 mm 1.02 mm caloLayer_phys phot -Track (trackID 2553, parentID 194) is processed with stopping code 2 + 0 -19.8 cm 58.6 cm -46.1 cm 1.47 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.8 cm 58.6 cm -46.1 cm 661 keV 203 keV 197 um 197 um caloLayer_phys eBrem + 2 -19.8 cm 58.6 cm -46.1 cm 0 eV 661 keV 439 um 637 um caloLayer_phys eIoni +Track (trackID 148, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2552, Parent ID = 199 +* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -41.4 cm 1.25 m -98 cm 146 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -41.4 cm 1.25 m -98.1 cm 0 eV 88 keV 532 um 532 um caloLayer_phys phot -Track (trackID 2552, parentID 199) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.9 cm 1.78 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.3 cm 57 cm -44.9 cm 1.48 MeV 180 keV 92 um 92 um caloLayer_phys eBrem + 2 -19.3 cm 57 cm -44.9 cm 0 eV 1.48 MeV 1.13 mm 1.22 mm caloLayer_phys eIoni +Track (trackID 147, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2551, Parent ID = 202 +* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.9 cm 1.3 m -1.02 m 157 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -42.9 cm 1.29 m -1.01 m 0 eV 88 keV 654 um 654 um caloLayer_phys phot -Track (trackID 2551, parentID 202) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.8 cm 2.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.3 cm 57 cm -44.8 cm 1.95 MeV 36.6 keV 39.5 um 39.5 um caloLayer_phys eBrem + 2 -19.3 cm 57 cm -44.9 cm 1.45 MeV 507 keV 412 um 451 um caloLayer_phys msc + 3 -19.3 cm 57 cm -44.9 cm 0 eV 1.45 MeV 1.11 mm 1.56 mm caloLayer_phys eIoni +Track (trackID 146, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2550, Parent ID = 202 +* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.9 cm 1.3 m -1.02 m 276 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -42.9 cm 1.3 m -1.02 m 0 eV 88 keV 690 um 690 um caloLayer_phys phot -Track (trackID 2550, parentID 202) is processed with stopping code 2 + 0 -19.2 cm 56.9 cm -44.8 cm 2.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.3 cm 57 cm -44.8 cm 1.74 MeV 273 keV 220 um 220 um caloLayer_phys msc + 2 -19.3 cm 57 cm -44.8 cm 1.24 MeV 186 keV 180 um 400 um caloLayer_phys eBrem + 3 -19.3 cm 57 cm -44.9 cm 536 keV 438 keV 442 um 842 um caloLayer_phys eBrem + 4 -19.3 cm 57 cm -44.9 cm 0 eV 536 keV 334 um 1.18 mm caloLayer_phys eIoni +Track (trackID 145, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2549, Parent ID = 204 +* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -43.7 cm 1.31 m -1.03 m 17.3 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -43.7 cm 1.31 m -1.03 m 0 eV 288 eV 1.79 mm 1.79 mm caloM_P phot -Track (trackID 2549, parentID 204) is processed with stopping code 2 + 0 -19.1 cm 56.6 cm -44.5 cm 838 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -19.3 cm 56.7 cm -44.5 cm 707 keV 131 keV 803 um 803 um caloM_P msc + 2 -19.3 cm 56.7 cm -44.5 cm 617 keV 89.2 keV 549 um 1.35 mm caloM_P msc + 3 -19.3 cm 56.8 cm -44.5 cm 530 keV 87.6 keV 534 um 1.89 mm caloM_P msc + 4 -19.3 cm 56.8 cm -44.5 cm 505 keV 25.2 keV 137 um 2.02 mm caloM_P CoupledTransportation + 5 -19.3 cm 56.8 cm -44.5 cm 487 keV 17.6 keV 12.4 um 2.03 mm caloLayer_phys msc + 6 -19.3 cm 56.8 cm -44.5 cm 476 keV 11.1 keV 12.3 um 2.05 mm caloLayer_phys msc + 7 -19.3 cm 56.8 cm -44.5 cm 461 keV 15.2 keV 12.3 um 2.06 mm caloLayer_phys msc + 8 -19.3 cm 56.8 cm -44.5 cm 448 keV 13 keV 12.3 um 2.07 mm caloLayer_phys msc + 9 -19.3 cm 56.8 cm -44.5 cm 432 keV 15.5 keV 12.3 um 2.08 mm caloLayer_phys msc + 10 -19.3 cm 56.8 cm -44.5 cm 424 keV 8.31 keV 12.3 um 2.1 mm caloLayer_phys msc + 11 -19.3 cm 56.8 cm -44.5 cm 415 keV 9.22 keV 12.3 um 2.11 mm caloLayer_phys msc + 12 -19.3 cm 56.8 cm -44.5 cm 405 keV 9.24 keV 12.3 um 2.12 mm caloLayer_phys msc + 13 -19.3 cm 56.8 cm -44.5 cm 396 keV 9.52 keV 12.3 um 2.13 mm caloLayer_phys msc + 14 -19.3 cm 56.8 cm -44.5 cm 378 keV 17.5 keV 12.3 um 2.15 mm caloLayer_phys msc + 15 -19.3 cm 56.8 cm -44.5 cm 364 keV 14.4 keV 8.7 um 2.15 mm caloLayer_phys CoupledTransportation + 16 -19.3 cm 56.8 cm -44.5 cm 329 keV 4.98 keV 33.6 um 2.19 mm caloM_P eBrem + 17 -19.3 cm 56.8 cm -44.5 cm 306 keV 23 keV 76.2 um 2.26 mm caloM_P msc + 18 -19.3 cm 56.8 cm -44.5 cm 289 keV 16.3 keV 76.2 um 2.34 mm caloM_P msc + 19 -19.3 cm 56.8 cm -44.5 cm 259 keV 29.9 keV 76.2 um 2.42 mm caloM_P msc + 20 -19.3 cm 56.8 cm -44.5 cm 204 keV 55.6 keV 76.2 um 2.49 mm caloM_P msc + 21 -19.3 cm 56.8 cm -44.5 cm 183 keV 21.3 keV 76.2 um 2.57 mm caloM_P msc + 22 -19.3 cm 56.8 cm -44.5 cm 164 keV 19 keV 76.2 um 2.65 mm caloM_P msc + 23 -19.3 cm 56.8 cm -44.5 cm 145 keV 18.9 keV 76.2 um 2.72 mm caloM_P msc + 24 -19.3 cm 56.8 cm -44.5 cm 115 keV 29.2 keV 76.2 um 2.8 mm caloM_P msc + 25 -19.3 cm 56.8 cm -44.5 cm 80.9 keV 34.6 keV 76.2 um 2.87 mm caloM_P msc + 26 -19.3 cm 56.8 cm -44.5 cm 25.5 keV 55.4 keV 76.2 um 2.95 mm caloM_P msc + 27 -19.3 cm 56.8 cm -44.5 cm 0 eV 25.5 keV 12.7 um 2.96 mm caloM_P eIoni +Track (trackID 144, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2548, Parent ID = 205 +* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.1 cm 1.33 m -1.04 m 278 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.1 cm 1.33 m -1.04 m 0 eV 88 keV 1.49 mm 1.49 mm caloLayer_phys phot -Track (trackID 2548, parentID 205) is processed with stopping code 2 + 0 -18.2 cm 53.9 cm -42.4 cm 1.27 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -18.2 cm 54 cm -42.5 cm 0 eV 1.27 MeV 968 um 968 um caloLayer_phys eIoni +Track (trackID 143, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2547, Parent ID = 206 +* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.3 cm 1.34 m -1.05 m 160 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.3 cm 1.34 m -1.05 m 0 eV 88 keV 232 um 232 um caloLayer_phys phot -Track (trackID 2547, parentID 206) is processed with stopping code 2 + 0 -18 cm 53.1 cm -41.8 cm 1.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.9 cm 53.2 cm -41.8 cm 0 eV 1.26 MeV 955 um 955 um caloLayer_phys eIoni +Track (trackID 142, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2546, Parent ID = 206 +* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.3 cm 1.34 m -1.05 m 97.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.3 cm 1.34 m -1.05 m 0 eV 88 keV 125 um 125 um caloLayer_phys phot -Track (trackID 2546, parentID 206) is processed with stopping code 2 + 0 -17.6 cm 51.9 cm -40.9 cm 5.6 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -17.6 cm 52.1 cm -41 cm 5.3 MeV 291 keV 1.97 mm 1.97 mm caloM_P CoupledTransportation + 2 -17.6 cm 52.1 cm -41 cm 5.14 MeV 167 keV 134 um 2.1 mm caloLayer_phys msc + 3 -17.6 cm 52.1 cm -41 cm 4.81 MeV 329 keV 174 um 2.28 mm caloLayer_phys msc + 4 -17.6 cm 52.2 cm -41 cm 4.58 MeV 229 keV 174 um 2.45 mm caloLayer_phys msc + 5 -17.6 cm 52.2 cm -41 cm 4.39 MeV 194 keV 174 um 2.62 mm caloLayer_phys msc + 6 -17.6 cm 52.2 cm -41 cm 4.23 MeV 158 keV 174 um 2.8 mm caloLayer_phys msc + 7 -17.6 cm 52.2 cm -41 cm 4.07 MeV 157 keV 174 um 2.97 mm caloLayer_phys msc + 8 -17.6 cm 52.2 cm -41.1 cm 3.84 MeV 227 keV 174 um 3.15 mm caloLayer_phys msc + 9 -17.6 cm 52.2 cm -41.1 cm 3.61 MeV 232 keV 174 um 3.32 mm caloLayer_phys msc + 10 -17.6 cm 52.2 cm -41.1 cm 3.4 MeV 215 keV 174 um 3.49 mm caloLayer_phys msc + 11 -17.6 cm 52.2 cm -41.1 cm 3.09 MeV 307 keV 174 um 3.67 mm caloLayer_phys msc + 12 -17.6 cm 52.2 cm -41.1 cm 2.81 MeV 279 keV 174 um 3.84 mm caloLayer_phys msc + 13 -17.6 cm 52.2 cm -41.1 cm 2.61 MeV 196 keV 174 um 4.01 mm caloLayer_phys msc + 14 -17.6 cm 52.2 cm -41.1 cm 2.44 MeV 179 keV 175 um 4.19 mm caloLayer_phys msc + 15 -17.6 cm 52.2 cm -41.1 cm 2.3 MeV 138 keV 174 um 4.36 mm caloLayer_phys msc + 16 -17.6 cm 52.2 cm -41.1 cm 2.14 MeV 160 keV 174 um 4.54 mm caloLayer_phys msc + 17 -17.6 cm 52.2 cm -41.1 cm 1.98 MeV 154 keV 174 um 4.71 mm caloLayer_phys msc + 18 -17.6 cm 52.2 cm -41.1 cm 1.79 MeV 195 keV 174 um 4.88 mm caloLayer_phys msc + 19 -17.6 cm 52.2 cm -41.1 cm 1.64 MeV 151 keV 174 um 5.06 mm caloLayer_phys msc + 20 -17.6 cm 52.2 cm -41.1 cm 1.41 MeV 225 keV 174 um 5.23 mm caloLayer_phys msc + 21 -17.6 cm 52.2 cm -41.1 cm 1.25 MeV 158 keV 174 um 5.41 mm caloLayer_phys msc + 22 -17.6 cm 52.2 cm -41.1 cm 1.07 MeV 189 keV 187 um 5.59 mm caloLayer_phys msc + 23 -17.6 cm 52.2 cm -41.1 cm 877 keV 189 keV 221 um 5.81 mm caloLayer_phys msc + 24 -17.6 cm 52.2 cm -41.2 cm 576 keV 171 keV 133 um 5.95 mm caloLayer_phys eBrem + 25 -17.6 cm 52.2 cm -41.2 cm 0 eV 576 keV 367 um 6.31 mm caloLayer_phys eIoni +Track (trackID 141, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2545, Parent ID = 206 +* G4Track Information: Particle = gamma, Track ID = 2439, Parent ID = 141 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.4 cm 1.34 m -1.05 m 125 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.4 cm 1.34 m -1.05 m 0 eV 88 keV 125 um 125 um caloLayer_phys phot -Track (trackID 2545, parentID 206) is processed with stopping code 2 + 0 -17.6 cm 52.2 cm -41.2 cm 129 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.6 cm 52.2 cm -41.1 cm 0 eV 88 keV 168 um 168 um caloLayer_phys phot +Track (trackID 2439, parentID 141) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2544, Parent ID = 207 +* G4Track Information: Particle = gamma, Track ID = 2438, Parent ID = 144 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.6 cm 1.35 m -1.05 m 661 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.7 cm 1.35 m -1.04 m 0 eV 88 keV 1.52 cm 1.52 cm caloLayer_phys phot -Track (trackID 2544, parentID 207) is processed with stopping code 2 + 0 -19.3 cm 56.8 cm -44.5 cm 30.3 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -15.9 cm 55.8 cm -42.3 cm 30.3 keV 0 eV 4.2 cm 4.2 cm caloM_P CoupledTransportation + 2 -15.9 cm 55.8 cm -42.3 cm 0 eV 15.9 keV 335 nm 4.2 cm caloLayer_phys phot +Track (trackID 2438, parentID 144) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2543, Parent ID = 207 +* G4Track Information: Particle = gamma, Track ID = 2437, Parent ID = 145 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.6 cm 1.35 m -1.05 m 129 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.7 cm 1.35 m -1.06 m 0 eV 88 keV 633 um 633 um caloLayer_phys phot -Track (trackID 2543, parentID 207) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.9 cm 264 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.6 cm 57.1 cm -44.8 cm 0 eV 88 keV 3.23 mm 3.23 mm caloLayer_phys phot +Track (trackID 2437, parentID 145) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2542, Parent ID = 2397 +* G4Track Information: Particle = gamma, Track ID = 2436, Parent ID = 145 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.9 cm 1.73 m -1.32 m 123 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.9 cm 1.73 m -1.32 m 0 eV 88 keV 102 um 102 um caloLayer_phys phot -Track (trackID 2542, parentID 2397) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.8 cm 320 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19 cm 57.6 cm -45.5 cm 0 eV 88 keV 9.17 mm 9.17 mm caloLayer_phys phot +Track (trackID 2436, parentID 145) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2541, Parent ID = 2536 +* G4Track Information: Particle = gamma, Track ID = 2435, Parent ID = 146 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 264 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.66 m -1.31 m 0 eV 88 keV 985 um 985 um caloLayer_phys phot -Track (trackID 2541, parentID 2536) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.8 cm 107 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.3 cm 57 cm -44.8 cm 0 eV 88 keV 69.1 um 69.1 um caloLayer_phys phot +Track (trackID 2435, parentID 146) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2540, Parent ID = 2536 +* G4Track Information: Particle = gamma, Track ID = 2434, Parent ID = 147 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 301 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 88 keV 384 um 384 um caloLayer_phys phot -Track (trackID 2540, parentID 2536) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.9 cm 118 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.3 cm 57 cm -44.9 cm 0 eV 88 keV 16.1 um 16.1 um caloLayer_phys phot +Track (trackID 2434, parentID 147) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2539, Parent ID = 2425 +* G4Track Information: Particle = gamma, Track ID = 2433, Parent ID = 148 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.9 cm 1.66 m -1.31 m 4.24 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -55.2 cm 1.66 m -1.32 m 4.24 MeV 0 eV 7.6 mm 7.6 mm caloLayer_phys CoupledTransportation - 2 -58.1 cm 1.63 m -1.35 m 4.24 MeV 0 eV 5.67 cm 6.43 cm caloM_P CoupledTransportation - 3 -59 cm 1.62 m -1.37 m 0 eV 0 eV 1.82 cm 8.26 cm caloLayer_phys conv -Track (trackID 2539, parentID 2425) is processed with stopping code 2 + 0 -19.8 cm 58.6 cm -46.1 cm 610 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -20.2 cm 58.5 cm -46.4 cm 0 eV 88 keV 4.66 mm 4.66 mm caloLayer_phys phot +Track (trackID 2433, parentID 148) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2538, Parent ID = 2425 +* G4Track Information: Particle = gamma, Track ID = 2432, Parent ID = 152 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 175 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 0 eV 88 keV 444 um 444 um caloLayer_phys phot -Track (trackID 2538, parentID 2425) is processed with stopping code 2 + 0 -21.4 cm 63.7 cm -50.1 cm 181 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 63.7 cm -50.1 cm 0 eV 88 keV 147 um 147 um caloLayer_phys phot +Track (trackID 2432, parentID 152) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2537, Parent ID = 2425 +* G4Track Information: Particle = gamma, Track ID = 2431, Parent ID = 152 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 136 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 0 eV 88 keV 716 um 716 um caloLayer_phys phot -Track (trackID 2537, parentID 2425) is processed with stopping code 2 + 0 -21.4 cm 63.7 cm -50.2 cm 137 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.4 cm 63.7 cm -50.1 cm 0 eV 88 keV 104 um 104 um caloLayer_phys phot +Track (trackID 2431, parentID 152) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2535, Parent ID = 2425 +* G4Track Information: Particle = gamma, Track ID = 2430, Parent ID = 153 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 1.35 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 1.22 MeV 0 eV 2.74 mm 2.74 mm caloLayer_phys compt - 2 -54.7 cm 1.67 m -1.31 m 701 keV 0 eV 966 um 3.7 mm caloLayer_phys compt - 3 -54.8 cm 1.67 m -1.32 m 584 keV 0 eV 3.82 mm 7.53 mm caloLayer_phys compt - 4 -54.7 cm 1.67 m -1.32 m 190 keV 0 eV 7.4 mm 1.49 cm caloLayer_phys compt - 5 -54.7 cm 1.67 m -1.32 m 0 eV 88 keV 22.9 um 1.49 cm caloLayer_phys phot -Track (trackID 2535, parentID 2425) is processed with stopping code 2 + 0 -21.5 cm 63.9 cm -50.1 cm 139 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 63.9 cm -50.1 cm 0 eV 88 keV 82.3 um 82.3 um caloLayer_phys phot +Track (trackID 2430, parentID 153) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2534, Parent ID = 2443 +* G4Track Information: Particle = gamma, Track ID = 2429, Parent ID = 154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.1 cm 1.73 m -1.35 m 99.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.1 cm 1.73 m -1.35 m 0 eV 88 keV 174 um 174 um caloLayer_phys phot -Track (trackID 2534, parentID 2443) is processed with stopping code 2 + 0 -21.4 cm 63.9 cm -50.7 cm 320 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.1 cm 63.8 cm -50.8 cm 0 eV 88 keV 3.32 mm 3.32 mm caloLayer_phys phot +Track (trackID 2429, parentID 154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2533, Parent ID = 2461 +* G4Track Information: Particle = gamma, Track ID = 2428, Parent ID = 154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.5 cm 1.73 m -1.32 m 162 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.5 cm 1.73 m -1.32 m 0 eV 88 keV 338 um 338 um caloLayer_phys phot -Track (trackID 2533, parentID 2461) is processed with stopping code 2 + 0 -21.5 cm 64.1 cm -50.6 cm 478 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.4 cm 63.9 cm -50.4 cm 301 keV 0 eV 1.79 mm 1.79 mm caloLayer_phys compt + 2 -21.1 cm 63.8 cm -50.5 cm 0 eV 88 keV 3.39 mm 5.18 mm caloLayer_phys phot +Track (trackID 2428, parentID 154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2532, Parent ID = 2485 +* G4Track Information: Particle = gamma, Track ID = 2427, Parent ID = 154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.8 cm 1.91 m -1.46 m 193 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.8 cm 1.91 m -1.46 m 0 eV 88 keV 237 um 237 um caloLayer_phys phot -Track (trackID 2532, parentID 2485) is processed with stopping code 2 + 0 -21.5 cm 64.1 cm -50.5 cm 1.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -20.8 cm 64.3 cm -54.7 cm 341 keV 0 eV 4.2 cm 4.2 cm caloLayer_phys compt + 2 -20.9 cm 64.4 cm -54.6 cm 300 keV 0 eV 905 um 4.29 cm caloLayer_phys compt + 3 -21.1 cm 64.5 cm -54.7 cm 175 keV 0 eV 2.58 mm 4.55 cm caloLayer_phys compt + 4 -21.1 cm 64.5 cm -54.7 cm 0 eV 88 keV 54 um 4.56 cm caloLayer_phys phot +Track (trackID 2427, parentID 154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2531, Parent ID = 2496 +* G4Track Information: Particle = gamma, Track ID = 2426, Parent ID = 154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 589 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.3 cm 1.86 m -1.44 m 0 eV 88 keV 3.48 mm 3.48 mm caloLayer_phys phot -Track (trackID 2531, parentID 2496) is processed with stopping code 2 + 0 -21.5 cm 64.1 cm -50.5 cm 367 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 64 cm -50.7 cm 0 eV 88 keV 2.77 mm 2.77 mm caloLayer_phys phot +Track (trackID 2426, parentID 154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2530, Parent ID = 2496 +* G4Track Information: Particle = gamma, Track ID = 2425, Parent ID = 154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 978 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.87 m -1.44 m 406 keV 0 eV 1.58 cm 1.58 cm caloLayer_phys compt - 2 -61.2 cm 1.87 m -1.44 m 392 keV 0 eV 836 um 1.66 cm caloLayer_phys compt - 3 -61.3 cm 1.88 m -1.44 m 377 keV 0 eV 2.14 mm 1.88 cm caloLayer_phys compt - 4 -61.7 cm 1.88 m -1.44 m 0 eV 88 keV 6.7 mm 2.55 cm caloLayer_phys phot -Track (trackID 2530, parentID 2496) is processed with stopping code 2 + 0 -21.5 cm 64 cm -50.4 cm 130 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 64.1 cm -50.4 cm 0 eV 88 keV 269 um 269 um caloLayer_phys phot +Track (trackID 2425, parentID 154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2529, Parent ID = 2498 +* G4Track Information: Particle = gamma, Track ID = 2424, Parent ID = 154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.4 cm 1.86 m -1.45 m 3.83 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.7 cm 1.86 m -1.45 m 0 eV 0 eV 4.13 mm 4.13 mm caloLayer_phys conv -Track (trackID 2529, parentID 2498) is processed with stopping code 2 + 0 -21.5 cm 64 cm -50.3 cm 554 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 64 cm -50.4 cm 495 keV 0 eV 808 um 808 um caloLayer_phys compt + 2 -21.6 cm 64.2 cm -50.6 cm 0 eV 88 keV 2.19 mm 3 mm caloLayer_phys phot +Track (trackID 2424, parentID 154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2528, Parent ID = 2498 +* G4Track Information: Particle = gamma, Track ID = 2423, Parent ID = 155 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.4 cm 1.86 m -1.45 m 112 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.4 cm 1.86 m -1.45 m 0 eV 88 keV 84.2 um 84.2 um caloLayer_phys phot -Track (trackID 2528, parentID 2498) is processed with stopping code 2 + 0 -22.1 cm 65.2 cm -50.8 cm 868 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -22.5 cm 66.3 cm -49.8 cm 868 keV 0 eV 1.53 cm 1.53 cm caloM_P CoupledTransportation + 2 -23 cm 67.3 cm -48.8 cm 833 keV 0 eV 1.52 cm 3.04 cm caloLayer_phys compt + 3 -23.3 cm 68.5 cm -48.1 cm 196 keV 0 eV 1.37 cm 4.41 cm caloLayer_phys compt + 4 -23.3 cm 68.5 cm -48.1 cm 0 eV 88 keV 10.8 um 4.41 cm caloLayer_phys phot +Track (trackID 2423, parentID 155) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2527, Parent ID = 2498 +* G4Track Information: Particle = gamma, Track ID = 2422, Parent ID = 160 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.3 cm 1.86 m -1.44 m 1.14 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.5 cm 1.86 m -1.45 m 672 keV 0 eV 5.81 mm 5.81 mm caloLayer_phys compt - 2 -61.3 cm 1.87 m -1.45 m 272 keV 0 eV 6.23 mm 1.2 cm caloLayer_phys compt - 3 -61.2 cm 1.87 m -1.45 m 0 eV 88 keV 1.91 mm 1.4 cm caloLayer_phys phot -Track (trackID 2527, parentID 2498) is processed with stopping code 2 + 0 -23.1 cm 69 cm -54.2 cm 219 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.2 cm 68.8 cm -54 cm 0 eV 88 keV 2.15 mm 2.15 mm caloLayer_phys phot +Track (trackID 2422, parentID 160) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2526, Parent ID = 2498 +* G4Track Information: Particle = gamma, Track ID = 2421, Parent ID = 160 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.86 m -1.44 m 945 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.86 m -1.44 m 209 keV 0 eV 2.71 mm 2.71 mm caloLayer_phys compt - 2 -61.1 cm 1.86 m -1.44 m 0 eV 88 keV 1.35 mm 4.06 mm caloLayer_phys phot -Track (trackID 2526, parentID 2498) is processed with stopping code 2 + 0 -23.1 cm 68.9 cm -54.2 cm 6.92 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23 cm 69.3 cm -54.4 cm 6.92 MeV 0 eV 4.25 mm 4.25 mm caloLayer_phys CoupledTransportation + 2 -22.2 cm 71.7 cm -56.2 cm 6.92 MeV 0 eV 3.06 cm 3.48 cm caloM_P CoupledTransportation + 3 -22 cm 72.1 cm -56.5 cm 0 eV 0 eV 5.3 mm 4.01 cm caloLayer_phys conv +Track (trackID 2421, parentID 160) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2525, Parent ID = 2499 +* G4Track Information: Particle = gamma, Track ID = 2420, Parent ID = 163 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.5 cm 1.87 m -1.44 m 192 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.5 cm 1.87 m -1.44 m 0 eV 88 keV 190 um 190 um caloLayer_phys phot -Track (trackID 2525, parentID 2499) is processed with stopping code 2 + 0 -24.2 cm 72 cm -56.7 cm 1.38 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.7 cm 72.2 cm -56.5 cm 399 keV 0 eV 4.87 mm 4.87 mm caloLayer_phys compt + 2 -23.6 cm 71.8 cm -56.4 cm 252 keV 0 eV 4.01 mm 8.88 mm caloLayer_phys compt + 3 -23.6 cm 71.8 cm -56.4 cm 0 eV 88 keV 269 um 9.15 mm caloLayer_phys phot +Track (trackID 2420, parentID 163) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2302, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2419, Parent ID = 163 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 4.76 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 4.76 MeV 0 eV 6.87 mm 6.87 mm caloLayer_phys CoupledTransportation - 2 -60.9 cm 1.85 m -1.45 m 4.76 MeV 0 eV 2.43 cm 3.12 cm caloM_P CoupledTransportation - 3 -62.1 cm 1.88 m -1.47 m 4.76 MeV 0 eV 3.65 cm 6.77 cm caloLayer_phys CoupledTransportation - 4 -62.9 cm 1.9 m -1.49 m 4.76 MeV 0 eV 2.43 cm 9.21 cm caloM_P CoupledTransportation - 5 -64.1 cm 1.93 m -1.51 m 4.76 MeV 0 eV 3.65 cm 12.9 cm caloLayer_phys CoupledTransportation - 6 -64.9 cm 1.94 m -1.52 m 4.76 MeV 0 eV 2.43 cm 15.3 cm caloM_P CoupledTransportation - 7 -66.1 cm 1.97 m -1.54 m 4.76 MeV 0 eV 3.65 cm 18.9 cm caloLayer_phys CoupledTransportation - 8 -66.9 cm 1.99 m -1.55 m 4.76 MeV 0 eV 2.43 cm 21.4 cm caloM_P CoupledTransportation - 9 -68.1 cm 2.02 m -1.57 m 4.76 MeV 0 eV 3.65 cm 25 cm caloLayer_phys CoupledTransportation - 10 -68.9 cm 2.04 m -1.59 m 4.76 MeV 0 eV 2.43 cm 27.5 cm caloM_P CoupledTransportation - 11 -69.4 cm 2.05 m -1.6 m 2.94 MeV 0 eV 1.62 cm 29.1 cm caloLayer_phys compt - 12 -69.5 cm 2.05 m -1.6 m 0 eV 0 eV 940 um 29.2 cm caloLayer_phys conv -Track (trackID 2302, parentID 234) is processed with stopping code 2 + 0 -24.2 cm 72 cm -56.7 cm 217 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -24.1 cm 72.1 cm -56.6 cm 0 eV 88 keV 1.72 mm 1.72 mm caloLayer_phys phot +Track (trackID 2419, parentID 163) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2301, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2418, Parent ID = 166 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 22.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 22.1 MeV 0 eV 6.8 mm 6.8 mm caloLayer_phys CoupledTransportation - 2 -60.8 cm 1.85 m -1.45 m 1.05 MeV 0 eV 2.19 cm 2.87 cm caloM_P compt - 3 -59.5 cm 1.86 m -1.49 m 1.05 MeV 0 eV 4.24 cm 7.11 cm caloM_P CoupledTransportation - 4 -58.1 cm 1.86 m -1.53 m 305 keV 0 eV 4.7 cm 11.8 cm caloLayer_phys compt - 5 -58 cm 1.87 m -1.53 m 0 eV 88 keV 1.96 mm 12 cm caloLayer_phys phot -Track (trackID 2301, parentID 234) is processed with stopping code 2 + 0 -25.5 cm 76 cm -59.8 cm 700 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -25.6 cm 76 cm -59.8 cm 0 eV 88 keV 127 um 127 um caloLayer_phys phot +Track (trackID 2418, parentID 166) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2300, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2417, Parent ID = 169 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 433 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 339 keV 0 eV 852 um 852 um caloLayer_phys compt - 2 -59.8 cm 1.83 m -1.44 m 0 eV 88 keV 4.05 mm 4.9 mm caloLayer_phys phot -Track (trackID 2300, parentID 234) is processed with stopping code 2 + 0 -26.8 cm 78.6 cm -62.4 cm 14.7 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -26.8 cm 78.6 cm -62.4 cm 14.7 keV 0 eV 368 um 368 um caloM_P CoupledTransportation + 2 -26.8 cm 78.6 cm -62.4 cm 0 eV 13.1 keV 1.25 um 370 um caloLayer_phys phot +Track (trackID 2417, parentID 169) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2299, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2416, Parent ID = 169 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.8 cm 1.83 m -1.43 m 6.16 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.1 cm 1.83 m -1.44 m 6.16 MeV 0 eV 8.01 mm 8.01 mm caloLayer_phys CoupledTransportation - 2 -60.8 cm 1.85 m -1.46 m 6.16 MeV 0 eV 2.62 cm 3.42 cm caloM_P CoupledTransportation - 3 -60.9 cm 1.86 m -1.46 m 567 keV 0 eV 4.46 mm 3.86 cm caloLayer_phys compt - 4 -60.8 cm 1.86 m -1.46 m 0 eV 88 keV 931 um 3.96 cm caloLayer_phys phot -Track (trackID 2299, parentID 234) is processed with stopping code 2 + 0 -26.7 cm 78.6 cm -62.3 cm 56.1 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -26.7 cm 78.6 cm -62.4 cm 56.1 keV 0 eV 1.14 mm 1.14 mm caloM_P CoupledTransportation + 2 -26.7 cm 78.5 cm -62.4 cm 0 eV 15.9 keV 483 um 1.62 mm caloLayer_phys phot +Track (trackID 2416, parentID 169) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2298, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 2415, Parent ID = 171 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.8 cm 1.83 m -1.43 m 7.69 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 0 eV 0 eV 2.65 mm 2.65 mm caloLayer_phys conv -Track (trackID 2298, parentID 234) is processed with stopping code 2 + 0 -27.6 cm 82.4 cm -64.8 cm 95 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -27.6 cm 82.4 cm -64.8 cm 0 eV 88 keV 70.9 um 70.9 um caloLayer_phys phot +Track (trackID 2415, parentID 171) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2297, Parent ID = 239 +* G4Track Information: Particle = gamma, Track ID = 2414, Parent ID = 172 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.87 m -1.46 m 433 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.87 m -1.47 m 0 eV 88 keV 7.27 mm 7.27 mm caloLayer_phys phot -Track (trackID 2297, parentID 239) is processed with stopping code 2 + 0 -27.9 cm 83.3 cm -65.6 cm 109 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -27.9 cm 83.4 cm -65.6 cm 0 eV 88 keV 201 um 201 um caloLayer_phys phot +Track (trackID 2414, parentID 172) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2296, Parent ID = 241 +* G4Track Information: Particle = gamma, Track ID = 2413, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.5 cm 1.91 m -1.5 m 192 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.5 cm 1.91 m -1.5 m 0 eV 88 keV 53.1 um 53.1 um caloLayer_phys phot -Track (trackID 2296, parentID 241) is processed with stopping code 2 + 0 -30.9 cm 92.7 cm -72.9 cm 1.03 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31 cm 93 cm -72.9 cm 1.03 MeV 0 eV 2.68 mm 2.68 mm caloLayer_phys CoupledTransportation + 2 -32.2 cm 94.7 cm -73.1 cm 1.03 MeV 0 eV 2.08 cm 2.35 cm caloM_P CoupledTransportation + 3 -32.5 cm 95.2 cm -73.1 cm 565 keV 0 eV 6.1 mm 2.96 cm caloLayer_phys compt + 4 -32.8 cm 95.4 cm -72.7 cm 302 keV 0 eV 5.27 mm 3.48 cm caloLayer_phys compt + 5 -32.8 cm 95.4 cm -72.7 cm 0 eV 88 keV 383 um 3.52 cm caloLayer_phys phot +Track (trackID 2413, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2294, Parent ID = 244 +* G4Track Information: Particle = gamma, Track ID = 2412, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 483 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 0 eV 88 keV 164 um 164 um caloLayer_phys phot -Track (trackID 2294, parentID 244) is processed with stopping code 2 + 0 -30.9 cm 92.8 cm -72.8 cm 3.52 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.9 cm 92.4 cm -73 cm 1.62 MeV 0 eV 4.09 mm 4.09 mm caloLayer_phys compt + 2 -30.7 cm 92.2 cm -73.2 cm 570 keV 0 eV 3.21 mm 7.3 mm caloLayer_phys compt + 3 -30.7 cm 92.1 cm -73.2 cm 218 keV 0 eV 552 um 7.85 mm caloLayer_phys compt + 4 -31.1 cm 92.3 cm -73.1 cm 0 eV 88 keV 4.21 mm 1.21 cm caloLayer_phys phot +Track (trackID 2412, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2293, Parent ID = 244 +* G4Track Information: Particle = gamma, Track ID = 2411, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 345 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 0 eV 88 keV 74.7 um 74.7 um caloLayer_phys phot -Track (trackID 2293, parentID 244) is processed with stopping code 2 + 0 -30.9 cm 92.8 cm -72.8 cm 230 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.8 cm 92.8 cm -72.8 cm 0 eV 88 keV 928 um 928 um caloLayer_phys phot +Track (trackID 2411, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2292, Parent ID = 244 +* G4Track Information: Particle = gamma, Track ID = 2410, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 487 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 487 keV 0 eV 1.7 mm 1.7 mm caloLayer_phys CoupledTransportation - 2 -62.7 cm 1.94 m -1.5 m 477 keV 0 eV 1.52 cm 1.69 cm caloM_P compt - 3 -62.6 cm 1.95 m -1.49 m 419 keV 0 eV 1.17 cm 2.86 cm caloM_P compt - 4 -62.2 cm 1.95 m -1.49 m 322 keV 0 eV 9.5 mm 3.81 cm caloM_P compt - 5 -62.2 cm 1.95 m -1.49 m 322 keV 0 eV 196 um 3.83 cm caloM_P CoupledTransportation - 6 -62.2 cm 1.95 m -1.48 m 0 eV 88 keV 996 um 3.93 cm caloLayer_phys phot -Track (trackID 2292, parentID 244) is processed with stopping code 2 + 0 -30.9 cm 92.9 cm -72.8 cm 541 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.8 cm 92.5 cm -72.6 cm 0 eV 88 keV 4.63 mm 4.63 mm caloLayer_phys phot +Track (trackID 2410, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2291, Parent ID = 244 +* G4Track Information: Particle = gamma, Track ID = 2409, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 650 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 650 keV 0 eV 1.24 mm 1.24 mm caloLayer_phys CoupledTransportation - 2 -63.3 cm 1.95 m -1.5 m 650 keV 0 eV 2.16 cm 2.28 cm caloM_P CoupledTransportation - 3 -63.8 cm 1.98 m -1.49 m 186 keV 0 eV 2.83 cm 5.11 cm caloLayer_phys compt - 4 -63.7 cm 1.98 m -1.49 m 0 eV 88 keV 655 um 5.18 cm caloLayer_phys phot -Track (trackID 2291, parentID 244) is processed with stopping code 2 + 0 -31 cm 92.7 cm -72.8 cm 179 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.9 cm 92.8 cm -72.9 cm 0 eV 88 keV 927 um 927 um caloLayer_phys phot +Track (trackID 2409, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2290, Parent ID = 244 +* G4Track Information: Particle = gamma, Track ID = 2408, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 538 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 0 eV 88 keV 1.14 mm 1.14 mm caloLayer_phys phot -Track (trackID 2290, parentID 244) is processed with stopping code 2 + 0 -31 cm 92.7 cm -72.8 cm 10.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.8 cm 93 cm -73 cm 10.6 MeV 0 eV 4.01 mm 4.01 mm caloLayer_phys CoupledTransportation + 2 -29.7 cm 95.5 cm -74.5 cm 10.6 MeV 0 eV 3.07 cm 3.48 cm caloM_P CoupledTransportation + 3 -29.3 cm 96.3 cm -75 cm 0 eV 0 eV 1.06 cm 4.54 cm caloLayer_phys conv +Track (trackID 2408, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2289, Parent ID = 245 +* G4Track Information: Particle = gamma, Track ID = 2407, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.3 cm 1.94 m -1.52 m 10.3 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -64.1 cm 1.94 m -1.52 m 0 eV 288 eV 1.23 cm 1.23 cm caloM_P phot -Track (trackID 2289, parentID 245) is processed with stopping code 2 + 0 -30.9 cm 92.6 cm -72.8 cm 5.93 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31 cm 93 cm -73 cm 5.93 MeV 0 eV 4.09 mm 4.09 mm caloLayer_phys CoupledTransportation + 2 -31.5 cm 94.9 cm -74 cm 5.93 MeV 0 eV 2.27 cm 2.68 cm caloM_P CoupledTransportation + 3 -32 cm 96.8 cm -75.1 cm 0 eV 0 eV 2.21 cm 4.9 cm caloLayer_phys conv +Track (trackID 2407, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2288, Parent ID = 247 +* G4Track Information: Particle = gamma, Track ID = 2406, Parent ID = 175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.7 cm 1.95 m -1.53 m 285 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.7 cm 1.95 m -1.53 m 0 eV 88 keV 1.28 mm 1.28 mm caloLayer_phys phot -Track (trackID 2288, parentID 247) is processed with stopping code 2 + 0 -30.9 cm 92.6 cm -72.8 cm 1.83 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.1 cm 92.9 cm -72.9 cm 1.83 MeV 0 eV 4.23 mm 4.23 mm caloLayer_phys CoupledTransportation + 2 -31.7 cm 94.8 cm -73.6 cm 1.83 MeV 0 eV 2.12 cm 2.54 cm caloM_P CoupledTransportation + 3 -32.3 cm 96.4 cm -74.1 cm 1.45 MeV 0 eV 1.74 cm 4.28 cm caloLayer_phys compt + 4 -32.4 cm 97.1 cm -74.2 cm 263 keV 0 eV 6.91 mm 4.97 cm caloLayer_phys compt + 5 -32.4 cm 97.1 cm -74.1 cm 0 eV 88 keV 235 um 4.99 cm caloLayer_phys phot +Track (trackID 2406, parentID 175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2287, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2405, Parent ID = 2284 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 136 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.97 m -1.54 m 0 eV 88 keV 44.9 um 44.9 um caloLayer_phys phot -Track (trackID 2287, parentID 249) is processed with stopping code 2 + 0 -35.3 cm 1.06 m -83.3 cm 582 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.5 cm 1.06 m -83.2 cm 0 eV 88 keV 4.21 mm 4.21 mm caloLayer_phys phot +Track (trackID 2405, parentID 2284) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2286, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2404, Parent ID = 2289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 293 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.97 m -1.54 m 211 keV 0 eV 848 um 848 um caloLayer_phys compt - 2 -64.1 cm 1.97 m -1.54 m 0 eV 88 keV 374 um 1.22 mm caloLayer_phys phot -Track (trackID 2286, parentID 249) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.7 cm 97 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.7 cm 0 eV 88 keV 563 um 563 um caloLayer_phys phot +Track (trackID 2404, parentID 2289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2285, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2403, Parent ID = 2289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 14.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.5 cm 1.97 m -1.55 m 7.22 MeV 0 eV 1.38 cm 1.38 cm caloLayer_phys compt - 2 -64.6 cm 1.98 m -1.56 m 7.22 MeV 0 eV 1 cm 2.39 cm caloLayer_phys CoupledTransportation - 3 -65 cm 1.99 m -1.6 m 7.22 MeV 0 eV 4.16 cm 6.55 cm caloM_P ReadoutWorld - 4 -65.1 cm 2 m -1.61 m 7.22 MeV 0 eV 7.52 mm 7.3 cm caloM_P CoupledTransportation - 5 -65.1 cm 2 m -1.61 m 0 eV 0 eV 1.51 mm 7.45 cm caloLayer_phys conv -Track (trackID 2285, parentID 249) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.6 cm 133 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.6 cm 0 eV 88 keV 3.33 um 3.33 um caloLayer_phys phot +Track (trackID 2403, parentID 2289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2284, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2402, Parent ID = 2289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.96 m -1.54 m 1.46 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.97 m -1.54 m 1.03 MeV 0 eV 6.37 mm 6.37 mm caloLayer_phys compt - 2 -64.4 cm 1.97 m -1.55 m 1.02 MeV 0 eV 6.13 mm 1.25 cm caloLayer_phys compt - 3 -64.6 cm 1.98 m -1.55 m 1.02 MeV 0 eV 3.7 mm 1.62 cm caloLayer_phys CoupledTransportation - 4 -65.3 cm 1.99 m -1.56 m 687 keV 0 eV 1.28 cm 2.9 cm caloM_P compt - 5 -66.2 cm 1.99 m -1.55 m 687 keV 0 eV 1.23 cm 4.13 cm caloM_P CoupledTransportation - 6 -66.4 cm 1.99 m -1.55 m 685 keV 0 eV 1.5 mm 4.28 cm caloLayer_phys compt - 7 -68.9 cm 2.02 m -1.55 m 685 keV 0 eV 3.34 cm 7.62 cm caloLayer_phys CoupledTransportation - 8 -70.6 cm 2.03 m -1.55 m 685 keV 0 eV 2.31 cm 9.93 cm caloM_P CoupledTransportation - 9 -70.9 cm 2.03 m -1.55 m 388 keV 0 eV 4.53 mm 10.4 cm caloLayer_phys compt - 10 -71.2 cm 2.03 m -1.55 m 0 eV 88 keV 4.21 mm 10.8 cm caloLayer_phys phot -Track (trackID 2284, parentID 249) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.7 cm 101 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.7 cm 0 eV 88 keV 57.8 um 57.8 um caloLayer_phys phot +Track (trackID 2402, parentID 2289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2283, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2401, Parent ID = 2302 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.96 m -1.54 m 3.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.9 cm 1.98 m -1.55 m 3.28 MeV 0 eV 1.71 cm 1.71 cm caloLayer_phys CoupledTransportation - 2 -63.9 cm 1.98 m -1.55 m 570 keV 0 eV 4.41 mm 2.15 cm caloM_P compt - 3 -63.3 cm 1.98 m -1.56 m 570 keV 0 eV 1.22 cm 3.37 cm caloM_P CoupledTransportation - 4 -62.8 cm 1.98 m -1.57 m 0 eV 88 keV 8.79 mm 4.25 cm caloLayer_phys phot -Track (trackID 2283, parentID 249) is processed with stopping code 2 + 0 -36.8 cm 1.1 m -86.9 cm 597 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37 cm 1.1 m -86.4 cm 395 keV 0 eV 5.94 mm 5.94 mm caloLayer_phys compt + 2 -37 cm 1.1 m -86.3 cm 0 eV 88 keV 280 um 6.22 mm caloLayer_phys phot +Track (trackID 2401, parentID 2302) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2282, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2400, Parent ID = 2302 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.96 m -1.54 m 143 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.96 m -1.54 m 0 eV 88 keV 69.1 um 69.1 um caloLayer_phys phot -Track (trackID 2282, parentID 249) is processed with stopping code 2 + 0 -36.8 cm 1.1 m -86.9 cm 239 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.1 m -86.9 cm 236 keV 0 eV 845 um 845 um caloLayer_phys compt + 2 -37.1 cm 1.1 m -87.1 cm 0 eV 88 keV 2.97 mm 3.81 mm caloLayer_phys phot +Track (trackID 2400, parentID 2302) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2281, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2399, Parent ID = 2313 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64 cm 1.96 m -1.54 m 10.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.2 cm 1.97 m -1.54 m 0 eV 0 eV 6.25 mm 6.25 mm caloLayer_phys conv -Track (trackID 2281, parentID 249) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.8 cm 4.68 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.4 cm 1.12 m -88 cm 3.66 MeV 0 eV 1.75 cm 1.75 cm caloLayer_phys compt + 2 -36.4 cm 1.12 m -88.1 cm 1.18 MeV 0 eV 604 um 1.81 cm caloLayer_phys compt + 3 -35.5 cm 1.12 m -88.4 cm 276 keV 0 eV 9.93 mm 2.8 cm caloLayer_phys compt + 4 -35.5 cm 1.12 m -88.4 cm 0 eV 88 keV 94.3 um 2.81 cm caloLayer_phys phot +Track (trackID 2399, parentID 2313) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2280, Parent ID = 249 +* G4Track Information: Particle = gamma, Track ID = 2398, Parent ID = 2358 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64 cm 1.96 m -1.54 m 31.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.96 m -1.54 m 0 eV 0 eV 2.08 mm 2.08 mm caloLayer_phys conv -Track (trackID 2280, parentID 249) is processed with stopping code 2 + 0 -52.5 cm 1.59 m -1.25 m 157 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.6 cm 1.59 m -1.25 m 0 eV 88 keV 440 um 440 um caloLayer_phys phot +Track (trackID 2398, parentID 2358) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2279, Parent ID = 250 +* G4Track Information: Particle = gamma, Track ID = 2180, Parent ID = 251 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.2 cm 1.97 m -1.54 m 105 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.2 cm 1.97 m -1.54 m 0 eV 88 keV 683 um 683 um caloLayer_phys phot -Track (trackID 2279, parentID 250) is processed with stopping code 2 + 0 -63 cm 1.92 m -1.5 m 173 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63 cm 1.92 m -1.5 m 0 eV 88 keV 141 um 141 um caloLayer_phys phot +Track (trackID 2180, parentID 251) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2278, Parent ID = 252 +* G4Track Information: Particle = gamma, Track ID = 2179, Parent ID = 251 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.2 cm 2 m -1.57 m 163 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.2 cm 2 m -1.57 m 0 eV 88 keV 446 um 446 um caloLayer_phys phot -Track (trackID 2278, parentID 252) is processed with stopping code 2 + 0 -63.1 cm 1.92 m -1.5 m 375 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62.8 cm 1.93 m -1.5 m 375 keV 0 eV 9.59 mm 9.59 mm caloLayer_phys CoupledTransportation + 2 -62.2 cm 1.95 m -1.5 m 375 keV 0 eV 2.39 cm 3.35 cm caloM_P CoupledTransportation + 3 -62 cm 1.96 m -1.5 m 340 keV 0 eV 7.9 mm 4.14 cm caloLayer_phys compt + 4 -61.5 cm 1.97 m -1.5 m 0 eV 88 keV 6.71 mm 4.81 cm caloLayer_phys phot +Track (trackID 2179, parentID 251) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2277, Parent ID = 253 +* G4Track Information: Particle = gamma, Track ID = 2178, Parent ID = 253 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.6 cm 2.01 m -1.58 m 109 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.6 cm 2.01 m -1.58 m 0 eV 88 keV 345 um 345 um caloLayer_phys phot -Track (trackID 2277, parentID 253) is processed with stopping code 2 + 0 -64 cm 1.95 m -1.52 m 179 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -64 cm 1.95 m -1.52 m 0 eV 88 keV 45.9 um 45.9 um caloLayer_phys phot +Track (trackID 2178, parentID 253) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2276, Parent ID = 253 +* G4Track Information: Particle = gamma, Track ID = 2177, Parent ID = 255 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.7 cm 2.01 m -1.58 m 136 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.7 cm 2.01 m -1.58 m 0 eV 88 keV 468 um 468 um caloLayer_phys phot -Track (trackID 2276, parentID 253) is processed with stopping code 2 + 0 -64.8 cm 1.97 m -1.54 m 200 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -64.8 cm 1.97 m -1.54 m 0 eV 88 keV 437 um 437 um caloLayer_phys phot +Track (trackID 2177, parentID 255) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2275, Parent ID = 253 +* G4Track Information: Particle = gamma, Track ID = 2176, Parent ID = 259 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.7 cm 2.01 m -1.58 m 989 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.7 cm 2.01 m -1.58 m 278 keV 0 eV 730 um 730 um caloLayer_phys compt - 2 -65.8 cm 2.01 m -1.58 m 0 eV 88 keV 604 um 1.33 mm caloLayer_phys phot -Track (trackID 2275, parentID 253) is processed with stopping code 2 + 0 -67.6 cm 2.06 m -1.6 m 961 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.4 cm 2.06 m -1.6 m 894 keV 0 eV 2.05 mm 2.05 mm caloLayer_phys compt + 2 -67.4 cm 2.06 m -1.6 m 342 keV 0 eV 657 um 2.71 mm caloLayer_phys compt + 3 -67.3 cm 2.06 m -1.6 m 0 eV 88 keV 1.26 mm 3.96 mm caloLayer_phys phot +Track (trackID 2176, parentID 259) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2714, Parent ID = 2275 +* G4Track Information: Particle = gamma, Track ID = 2175, Parent ID = 259 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.8 cm 2.01 m -1.58 m 190 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.8 cm 2.01 m -1.58 m 0 eV 190 keV 75.2 um 75.2 um caloLayer_phys eIoni -Track (trackID 2714, parentID 2275) is processed with stopping code 2 + 0 -67.7 cm 2.06 m -1.6 m 139 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.7 cm 2.06 m -1.6 m 0 eV 88 keV 305 um 305 um caloLayer_phys phot +Track (trackID 2175, parentID 259) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2713, Parent ID = 2275 +* G4Track Information: Particle = gamma, Track ID = 2174, Parent ID = 261 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.7 cm 2.01 m -1.58 m 711 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.8 cm 2.01 m -1.58 m 0 eV 711 keV 482 um 482 um caloLayer_phys eIoni -Track (trackID 2713, parentID 2275) is processed with stopping code 2 + 0 -68.7 cm 2.1 m -1.63 m 734 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -68.7 cm 2.1 m -1.63 m 543 keV 0 eV 883 um 883 um caloLayer_phys compt + 2 -68.6 cm 2.1 m -1.63 m 0 eV 88 keV 1.71 mm 2.59 mm caloLayer_phys phot +Track (trackID 2174, parentID 261) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2712, Parent ID = 2276 +* G4Track Information: Particle = gamma, Track ID = 2173, Parent ID = 263 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.7 cm 2.01 m -1.58 m 47.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.7 cm 2.01 m -1.58 m 0 eV 47.8 keV 8.28 um 8.28 um caloLayer_phys eIoni -Track (trackID 2712, parentID 2276) is processed with stopping code 2 + 0 -70.2 cm 2.14 m -1.66 m 268 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.2 cm 2.14 m -1.66 m 0 eV 88 keV 696 um 696 um caloLayer_phys phot +Track (trackID 2173, parentID 263) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2711, Parent ID = 2277 +* G4Track Information: Particle = gamma, Track ID = 2172, Parent ID = 265 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.6 cm 2.01 m -1.58 m 21.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.6 cm 2.01 m -1.58 m 0 eV 21.3 keV 2.26 um 2.26 um caloLayer_phys eIoni -Track (trackID 2711, parentID 2277) is processed with stopping code 2 + 0 -70.3 cm 2.14 m -1.66 m 534 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.5 cm 2.16 m -1.66 m 0 eV 88 keV 1.36 cm 1.36 cm caloLayer_phys phot +Track (trackID 2172, parentID 265) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2710, Parent ID = 2278 +* G4Track Information: Particle = gamma, Track ID = 2171, Parent ID = 265 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.2 cm 2 m -1.57 m 74.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.2 cm 2 m -1.57 m 0 eV 74.8 keV 17.2 um 17.2 um caloLayer_phys eIoni -Track (trackID 2710, parentID 2278) is processed with stopping code 2 + 0 -70.2 cm 2.14 m -1.66 m 481 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.4 cm 2.15 m -1.67 m 0 eV 88 keV 8.96 mm 8.96 mm caloLayer_phys phot +Track (trackID 2171, parentID 265) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2709, Parent ID = 2279 +* G4Track Information: Particle = gamma, Track ID = 2170, Parent ID = 268 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.2 cm 1.97 m -1.54 m 17.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.2 cm 1.97 m -1.54 m 0 eV 17.5 keV 1.64 um 1.64 um caloLayer_phys eIoni -Track (trackID 2709, parentID 2279) is processed with stopping code 2 + 0 -70.8 cm 2.16 m -1.68 m 265 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -69.7 cm 2.16 m -1.68 m 0 eV 88 keV 1.05 cm 1.05 cm caloLayer_phys phot +Track (trackID 2170, parentID 268) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2707, Parent ID = 2280 +* G4Track Information: Particle = gamma, Track ID = 2169, Parent ID = 269 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.96 m -1.54 m 12.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.96 m -1.54 m 12.3 MeV 99 keV 111 um 111 um caloLayer_phys eBrem - 2 -64.1 cm 1.96 m -1.54 m 11 MeV 19.6 keV 20.7 um 131 um caloLayer_phys eBrem - 3 -64.2 cm 1.96 m -1.54 m 9.31 MeV 1.73 MeV 1.46 mm 1.59 mm caloLayer_phys eBrem - 4 -64.3 cm 1.96 m -1.54 m 4.82 MeV 983 keV 891 um 2.48 mm caloLayer_phys eBrem - 5 -64.3 cm 1.96 m -1.54 m 2.78 MeV 1.5 MeV 1.04 mm 3.52 mm caloLayer_phys eBrem - 6 -64.4 cm 1.97 m -1.54 m 1.06 MeV 1.71 MeV 938 um 4.46 mm caloLayer_phys eBrem - 7 -64.4 cm 1.97 m -1.54 m 0 eV 1.06 MeV 785 um 5.25 mm caloLayer_phys eIoni -Track (trackID 2707, parentID 2280) is processed with stopping code 2 + 0 -72.3 cm 2.21 m -1.71 m 102 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -72.2 cm 2.21 m -1.71 m 0 eV 88 keV 126 um 126 um caloLayer_phys phot +Track (trackID 2169, parentID 269) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2705, Parent ID = 2281 +* G4Track Information: Particle = gamma, Track ID = 2168, Parent ID = 273 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.2 cm 1.97 m -1.54 m 2.97 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.2 cm 1.97 m -1.54 m 912 keV 1.59 MeV 1.26 mm 1.26 mm caloLayer_phys eBrem - 2 -64.2 cm 1.97 m -1.54 m 168 keV 102 keV 94.2 um 1.35 mm caloLayer_phys eBrem - 3 -64.2 cm 1.97 m -1.54 m 0 eV 168 keV 62.4 um 1.42 mm caloLayer_phys eIoni -Track (trackID 2705, parentID 2281) is processed with stopping code 2 + 0 -74.9 cm 2.29 m -1.77 m 109 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74.9 cm 2.29 m -1.77 m 0 eV 88 keV 126 um 126 um caloLayer_phys phot +Track (trackID 2168, parentID 273) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2704, Parent ID = 2282 +* G4Track Information: Particle = gamma, Track ID = 2167, Parent ID = 273 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.96 m -1.54 m 55.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.96 m -1.54 m 0 eV 55.2 keV 10.5 um 10.5 um caloLayer_phys eIoni -Track (trackID 2704, parentID 2282) is processed with stopping code 2 + 0 -74.9 cm 2.29 m -1.77 m 140 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74.9 cm 2.29 m -1.77 m 0 eV 88 keV 162 um 162 um caloLayer_phys phot +Track (trackID 2167, parentID 273) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2703, Parent ID = 2283 +* G4Track Information: Particle = gamma, Track ID = 2166, Parent ID = 274 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.8 cm 1.98 m -1.57 m 482 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.8 cm 1.98 m -1.57 m 0 eV 482 keV 290 um 290 um caloLayer_phys eIoni -Track (trackID 2703, parentID 2283) is processed with stopping code 2 + 0 -75.1 cm 2.3 m -1.78 m 140 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -75.1 cm 2.3 m -1.78 m 0 eV 88 keV 322 um 322 um caloLayer_phys phot +Track (trackID 2166, parentID 274) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2702, Parent ID = 2283 +* G4Track Information: Particle = gamma, Track ID = 2165, Parent ID = 274 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.9 cm 1.98 m -1.55 m 2.71 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -63.8 cm 1.99 m -1.55 m 1.81 MeV 897 keV 4.37 mm 4.37 mm caloM_P eIoni - 2 -63.7 cm 1.99 m -1.55 m 1.24 MeV 569 keV 3.3 mm 7.67 mm caloM_P eIoni - 3 -63.8 cm 1.99 m -1.55 m 255 keV 989 keV 2.6 mm 1.03 cm caloM_P eIoni - 4 -63.8 cm 1.99 m -1.55 m 0 eV 255 keV 643 um 1.09 cm caloM_P eIoni -Track (trackID 2702, parentID 2283) is processed with stopping code 2 + 0 -75.1 cm 2.3 m -1.78 m 948 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74 cm 2.29 m -1.78 m 649 keV 0 eV 1.41 cm 1.41 cm caloLayer_phys compt + 2 -73.8 cm 2.29 m -1.78 m 0 eV 88 keV 1.94 mm 1.61 cm caloLayer_phys phot +Track (trackID 2165, parentID 274) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2701, Parent ID = 2284 +* G4Track Information: Particle = gamma, Track ID = 2164, Parent ID = 274 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -71.2 cm 2.03 m -1.55 m 300 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -71.2 cm 2.03 m -1.55 m 0 eV 300 keV 149 um 149 um caloLayer_phys eIoni -Track (trackID 2701, parentID 2284) is processed with stopping code 2 + 0 -75.1 cm 2.3 m -1.78 m 429 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -75.2 cm 2.31 m -1.78 m 0 eV 88 keV 6.31 mm 6.31 mm caloLayer_phys phot +Track (trackID 2164, parentID 274) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2700, Parent ID = 2284 +* G4Track Information: Particle = gamma, Track ID = 2163, Parent ID = 278 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -70.9 cm 2.03 m -1.55 m 297 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -71 cm 2.03 m -1.55 m 0 eV 297 keV 147 um 147 um caloLayer_phys eIoni -Track (trackID 2700, parentID 2284) is processed with stopping code 2 + 0 -76.1 cm 2.34 m -1.81 m 119 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -76.1 cm 2.34 m -1.81 m 0 eV 88 keV 28.6 um 28.6 um caloLayer_phys phot +Track (trackID 2163, parentID 278) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2699, Parent ID = 2284 +* G4Track Information: Particle = gamma, Track ID = 2162, Parent ID = 281 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -66.4 cm 1.99 m -1.55 m 1.66 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -66.4 cm 1.99 m -1.55 m 0 eV 1.66 keV 59.1 nm 59.1 nm caloLayer_phys eIoni -Track (trackID 2699, parentID 2284) is processed with stopping code 2 + 0 -76.7 cm 2.35 m -1.82 m 112 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -76.7 cm 2.35 m -1.82 m 0 eV 88 keV 49.1 um 49.1 um caloLayer_phys phot +Track (trackID 2162, parentID 281) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2698, Parent ID = 2284 +* G4Track Information: Particle = gamma, Track ID = 2161, Parent ID = 283 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.3 cm 1.99 m -1.56 m 332 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -65.3 cm 1.99 m -1.56 m 0 eV 332 keV 956 um 956 um caloM_P eIoni -Track (trackID 2698, parentID 2284) is processed with stopping code 2 + 0 -78.2 cm 2.39 m -1.85 m 298 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -78.3 cm 2.39 m -1.85 m 0 eV 88 keV 1.32 mm 1.32 mm caloLayer_phys phot +Track (trackID 2161, parentID 283) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2697, Parent ID = 2284 +* G4Track Information: Particle = gamma, Track ID = 2160, Parent ID = 287 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.4 cm 1.97 m -1.55 m 10.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.4 cm 1.97 m -1.55 m 0 eV 10.9 keV 799 nm 799 nm caloLayer_phys eIoni -Track (trackID 2697, parentID 2284) is processed with stopping code 2 + 0 -79.3 cm 2.43 m -1.88 m 137 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.3 cm 2.43 m -1.88 m 0 eV 88 keV 146 um 146 um caloLayer_phys phot +Track (trackID 2160, parentID 287) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2696, Parent ID = 2284 +* G4Track Information: Particle = gamma, Track ID = 2159, Parent ID = 287 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 426 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.97 m -1.54 m 0 eV 426 keV 245 um 245 um caloLayer_phys eIoni -Track (trackID 2696, parentID 2284) is processed with stopping code 2 + 0 -79.3 cm 2.43 m -1.88 m 10.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.7 cm 2.45 m -1.91 m 10.5 MeV 0 eV 3.51 cm 3.51 cm caloLayer_phys CoupledTransportation + 2 -80.1 cm 2.47 m -1.93 m 10.5 MeV 0 eV 3.24 cm 6.75 cm caloM_P CoupledTransportation + 3 -80.7 cm 2.5 m -1.97 m 10.5 MeV 0 eV 4.86 cm 11.6 cm caloLayer_phys CoupledTransportation + 4 -81 cm 2.52 m -1.99 m 10.5 MeV 0 eV 3.24 cm 14.9 cm caloM_P CoupledTransportation + 5 -81.1 cm 2.53 m -2 m 10.5 MeV 0 eV 6.55 mm 15.5 cm caloLayer_phys CoupledTransportation + 6 -98.9 cm 3.49 m -3.23 m 10.5 MeV 0 eV 1.57 m 1.73 m expHall_P CoupledTransportation + 7 -99.2 cm 3.51 m -3.26 m 10.5 MeV 0 eV 3.27 cm 1.76 m muoncounter_P CoupledTransportation + 8 -1.39 m 5.65 m -6 m 10.5 MeV 0 eV 3.5 m 5.26 m OutOfWorld CoupledTransportation +Track (trackID 2159, parentID 287) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2694, Parent ID = 2285 +* G4Track Information: Particle = gamma, Track ID = 2158, Parent ID = 288 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65.1 cm 2 m -1.61 m 108 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -65.1 cm 2 m -1.61 m 0 eV 108 keV 31 um 31 um caloLayer_phys eIoni -Track (trackID 2694, parentID 2285) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 106 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 0 eV 88 keV 40.3 um 40.3 um caloLayer_phys phot +Track (trackID 2158, parentID 288) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2693, Parent ID = 2285 +* G4Track Information: Particle = gamma, Track ID = 2157, Parent ID = 288 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.5 cm 1.97 m -1.55 m 7.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.5 cm 1.97 m -1.55 m 6.99 MeV 222 keV 220 um 220 um caloLayer_phys eBrem - 2 -64.6 cm 1.97 m -1.55 m 3 MeV 1.11 MeV 952 um 1.17 mm caloLayer_phys eBrem - 3 -64.5 cm 1.97 m -1.55 m 2.33 MeV 669 keV 714 um 1.89 mm caloLayer_phys eBrem - 4 -64.4 cm 1.97 m -1.55 m 471 keV 1.86 MeV 1.54 mm 3.43 mm caloLayer_phys eIoni - 5 -64.4 cm 1.97 m -1.55 m 0 eV 471 keV 281 um 3.71 mm caloLayer_phys eIoni -Track (trackID 2693, parentID 2285) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 150 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 0 eV 88 keV 425 um 425 um caloLayer_phys phot +Track (trackID 2157, parentID 288) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2692, Parent ID = 2286 +* G4Track Information: Particle = gamma, Track ID = 2156, Parent ID = 288 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 123 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.97 m -1.54 m 0 eV 123 keV 38.1 um 38.1 um caloLayer_phys eIoni -Track (trackID 2692, parentID 2286) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 975 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.2 cm 2.45 m -1.89 m 0 eV 88 keV 2.61 mm 2.61 mm caloLayer_phys phot +Track (trackID 2156, parentID 288) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2691, Parent ID = 2286 +* G4Track Information: Particle = gamma, Track ID = 2155, Parent ID = 288 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 82.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.97 m -1.54 m 0 eV 82.4 keV 20.1 um 20.1 um caloLayer_phys eIoni -Track (trackID 2691, parentID 2286) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 759 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.3 cm 2.45 m -1.89 m 759 keV 0 eV 4.68 mm 4.68 mm caloLayer_phys CoupledTransportation + 2 -83 cm 2.46 m -1.87 m 759 keV 0 eV 3.48 cm 3.95 cm caloM_P CoupledTransportation + 3 -85.3 cm 2.47 m -1.85 m 401 keV 0 eV 2.99 cm 6.94 cm caloLayer_phys compt + 4 -85.3 cm 2.47 m -1.85 m 0 eV 88 keV 598 um 7 cm caloLayer_phys phot +Track (trackID 2155, parentID 288) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2690, Parent ID = 2287 +* G4Track Information: Particle = gamma, Track ID = 2154, Parent ID = 288 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.97 m -1.54 m 48.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -64.1 cm 1.97 m -1.54 m 0 eV 48.4 keV 8.47 um 8.47 um caloLayer_phys eIoni -Track (trackID 2690, parentID 2287) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 1.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.2 cm 2.45 m -1.89 m 1.9 MeV 0 eV 3.85 mm 3.85 mm caloLayer_phys CoupledTransportation + 2 -81.9 cm 2.47 m -1.9 m 1.9 MeV 0 eV 2.55 cm 2.94 cm caloM_P CoupledTransportation + 3 -83.4 cm 2.48 m -1.92 m 1.47 MeV 0 eV 2.32 cm 5.26 cm caloLayer_phys compt + 4 -83.7 cm 2.49 m -1.92 m 294 keV 0 eV 5.36 mm 5.8 cm caloLayer_phys compt + 5 -83.7 cm 2.49 m -1.92 m 279 keV 0 eV 557 um 5.85 cm caloLayer_phys compt + 6 -83.7 cm 2.48 m -1.91 m 0 eV 88 keV 5.58 mm 6.41 cm caloLayer_phys phot +Track (trackID 2154, parentID 288) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2689, Parent ID = 2288 +* G4Track Information: Particle = gamma, Track ID = 2153, Parent ID = 288 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.7 cm 1.95 m -1.53 m 197 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.7 cm 1.95 m -1.53 m 0 eV 197 keV 79.8 um 79.8 um caloLayer_phys eIoni -Track (trackID 2689, parentID 2288) is processed with stopping code 2 + 0 -79.9 cm 2.45 m -1.89 m 983 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 0 eV 88 keV 3.32 mm 3.32 mm caloLayer_phys phot +Track (trackID 2153, parentID 288) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2688, Parent ID = 2289 +* G4Track Information: Particle = gamma, Track ID = 2152, Parent ID = 2149 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.1 cm 1.94 m -1.52 m 9.97 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -64.1 cm 1.94 m -1.52 m 0 eV 9.97 keV 2.42 um 2.42 um caloM_P eIoni -Track (trackID 2688, parentID 2289) is processed with stopping code 2 + 0 -79.3 cm 2.47 m -1.91 m 7.98 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -79.3 cm 2.47 m -1.91 m 0 eV 288 eV 398 um 398 um caloM_P phot +Track (trackID 2152, parentID 2149) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2687, Parent ID = 2290 +* G4Track Information: Particle = gamma, Track ID = 2151, Parent ID = 289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 450 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 0 eV 450 keV 264 um 264 um caloLayer_phys eIoni -Track (trackID 2687, parentID 2290) is processed with stopping code 2 + 0 -79.1 cm 2.48 m -1.91 m 2.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.1 cm 2.48 m -1.91 m 2.2 MeV 0 eV 1.73 mm 1.73 mm caloLayer_phys CoupledTransportation + 2 -79.6 cm 2.45 m -1.89 m 2.2 MeV 0 eV 3.52 cm 3.69 cm caloM_P CoupledTransportation + 3 -80.1 cm 2.43 m -1.86 m 0 eV 88 keV 3.32 cm 7.01 cm caloLayer_phys phot +Track (trackID 2151, parentID 289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2686, Parent ID = 2291 +* G4Track Information: Particle = gamma, Track ID = 2150, Parent ID = 289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.7 cm 1.98 m -1.49 m 97.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.7 cm 1.98 m -1.49 m 0 eV 97.9 keV 26.5 um 26.5 um caloLayer_phys eIoni -Track (trackID 2686, parentID 2291) is processed with stopping code 2 + 0 -79 cm 2.48 m -1.91 m 274 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79 cm 2.48 m -1.91 m 140 keV 0 eV 815 um 815 um caloLayer_phys compt + 2 -79 cm 2.48 m -1.91 m 0 eV 88 keV 348 um 1.16 mm caloLayer_phys phot +Track (trackID 2150, parentID 289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2685, Parent ID = 2291 +* G4Track Information: Particle = gamma, Track ID = 2147, Parent ID = 289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.8 cm 1.98 m -1.49 m 464 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63.8 cm 1.98 m -1.49 m 0 eV 464 keV 275 um 275 um caloLayer_phys eIoni -Track (trackID 2685, parentID 2291) is processed with stopping code 2 + 0 -79.6 cm 2.47 m -1.91 m 131 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -79.1 cm 2.48 m -1.91 m 131 keV 0 eV 1.31 cm 1.31 cm caloM_P CoupledTransportation + 2 -79.1 cm 2.48 m -1.91 m 0 eV 88 keV 181 um 1.33 cm caloLayer_phys phot +Track (trackID 2147, parentID 289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2684, Parent ID = 2292 +* G4Track Information: Particle = gamma, Track ID = 2146, Parent ID = 289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.2 cm 1.95 m -1.48 m 234 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.2 cm 1.95 m -1.48 m 0 eV 234 keV 103 um 103 um caloLayer_phys eIoni -Track (trackID 2684, parentID 2292) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 538 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 538 keV 0 eV 557 um 557 um caloLayer_phys CoupledTransportation + 2 -80.4 cm 2.47 m -1.92 m 378 keV 0 eV 2.85 cm 2.91 cm caloM_P compt + 3 -79.8 cm 2.47 m -1.92 m 378 keV 0 eV 8.27 mm 3.74 cm caloM_P CoupledTransportation + 4 -79.6 cm 2.48 m -1.92 m 186 keV 0 eV 3.97 mm 4.13 cm caloLayer_phys compt + 5 -79.6 cm 2.48 m -1.92 m 0 eV 88 keV 374 um 4.17 cm caloLayer_phys phot +Track (trackID 2146, parentID 289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2683, Parent ID = 2292 +* G4Track Information: Particle = gamma, Track ID = 2145, Parent ID = 289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.2 cm 1.95 m -1.49 m 97.6 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -62.2 cm 1.95 m -1.48 m 0 eV 97.6 keV 133 um 133 um caloM_P eIoni -Track (trackID 2683, parentID 2292) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 6.04 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.9 cm 2.45 m -1.9 m 0 eV 0 eV 5.42 mm 5.42 mm caloLayer_phys conv +Track (trackID 2145, parentID 289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2682, Parent ID = 2292 +* G4Track Information: Particle = gamma, Track ID = 2144, Parent ID = 289 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.6 cm 1.95 m -1.49 m 58.2 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -62.6 cm 1.95 m -1.49 m 0 eV 58.2 keV 54.7 um 54.7 um caloM_P eIoni -Track (trackID 2682, parentID 2292) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 664 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.9 cm 2.45 m -1.9 m 664 keV 0 eV 7.32 mm 7.32 mm caloLayer_phys CoupledTransportation + 2 -79.1 cm 2.46 m -1.95 m 389 keV 0 eV 4.75 cm 5.48 cm caloM_P compt + 3 -79 cm 2.46 m -1.95 m 389 keV 0 eV 3.1 mm 5.79 cm caloM_P CoupledTransportation + 4 -79 cm 2.46 m -1.95 m 173 keV 0 eV 658 um 5.85 cm caloLayer_phys compt + 5 -79 cm 2.46 m -1.95 m 173 keV 0 eV 596 um 5.91 cm caloLayer_phys CoupledTransportation + 6 -79.4 cm 2.48 m -1.96 m 173 keV 0 eV 2.12 cm 8.03 cm caloM_P CoupledTransportation + 7 -79.5 cm 2.48 m -1.96 m 0 eV 88 keV 796 um 8.11 cm caloLayer_phys phot +Track (trackID 2144, parentID 289) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2681, Parent ID = 2292 +* G4Track Information: Particle = gamma, Track ID = 2143, Parent ID = 295 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.7 cm 1.94 m -1.5 m 10.1 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -62.7 cm 1.94 m -1.5 m 0 eV 10.1 keV 2.46 um 2.46 um caloM_P eIoni -Track (trackID 2681, parentID 2292) is processed with stopping code 2 + 0 -80.6 cm 2.47 m -1.91 m 500 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.3 cm 2.48 m -1.89 m 382 keV 0 eV 1.82 cm 1.82 cm caloLayer_phys compt + 2 -80.7 cm 2.48 m -1.89 m 335 keV 0 eV 5.65 mm 2.38 cm caloLayer_phys compt + 3 -80.7 cm 2.48 m -1.89 m 332 keV 0 eV 812 um 2.46 cm caloLayer_phys compt + 4 -80.7 cm 2.48 m -1.89 m 321 keV 0 eV 750 um 2.54 cm caloLayer_phys compt + 5 -80.9 cm 2.48 m -1.88 m 0 eV 88 keV 3.71 mm 2.91 cm caloLayer_phys phot +Track (trackID 2143, parentID 295) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2680, Parent ID = 2293 +* G4Track Information: Particle = gamma, Track ID = 2142, Parent ID = 295 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 257 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 0 eV 257 keV 119 um 119 um caloLayer_phys eIoni -Track (trackID 2680, parentID 2293) is processed with stopping code 2 + 0 -80.6 cm 2.47 m -1.91 m 161 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.6 cm 2.47 m -1.91 m 0 eV 88 keV 139 um 139 um caloLayer_phys phot +Track (trackID 2142, parentID 295) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2679, Parent ID = 2294 +* G4Track Information: Particle = gamma, Track ID = 2141, Parent ID = 295 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63 cm 1.93 m -1.51 m 395 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -63 cm 1.93 m -1.51 m 0 eV 395 keV 221 um 221 um caloLayer_phys eIoni -Track (trackID 2679, parentID 2294) is processed with stopping code 2 + 0 -80.6 cm 2.47 m -1.91 m 2.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.6 cm 2.47 m -1.91 m 2.8 MeV 0 eV 3.89 mm 3.89 mm caloLayer_phys CoupledTransportation + 2 -80.5 cm 2.45 m -1.93 m 2.8 MeV 0 eV 2.66 cm 3.05 cm caloM_P CoupledTransportation + 3 -80.5 cm 2.45 m -1.93 m 268 keV 0 eV 3.75 mm 3.43 cm caloLayer_phys compt + 4 -80.5 cm 2.45 m -1.93 m 142 keV 0 eV 291 um 3.46 cm caloLayer_phys compt + 5 -80.5 cm 2.45 m -1.93 m 0 eV 88 keV 182 um 3.47 cm caloLayer_phys phot +Track (trackID 2141, parentID 295) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2678, Parent ID = 2296 +* G4Track Information: Particle = gamma, Track ID = 2140, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.5 cm 1.91 m -1.5 m 104 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -62.5 cm 1.91 m -1.5 m 0 eV 104 keV 29.1 um 29.1 um caloLayer_phys eIoni -Track (trackID 2678, parentID 2296) is processed with stopping code 2 + 0 -81.6 cm 2.48 m -1.92 m 356 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.7 cm 2.48 m -1.91 m 0 eV 88 keV 1.36 mm 1.36 mm caloLayer_phys phot +Track (trackID 2140, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2677, Parent ID = 2297 +* G4Track Information: Particle = e-, Track ID = 2564, Parent ID = 2140 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.87 m -1.47 m 345 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.87 m -1.47 m 0 eV 345 keV 182 um 182 um caloLayer_phys eIoni -Track (trackID 2677, parentID 2297) is processed with stopping code 2 + 0 -81.7 cm 2.48 m -1.91 m 268 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.7 cm 2.48 m -1.91 m 0 eV 268 keV 126 um 126 um caloLayer_phys eIoni +Track (trackID 2564, parentID 2140) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2675, Parent ID = 2298 +* G4Track Information: Particle = e-, Track ID = 2563, Parent ID = 2141 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 2.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.44 m 462 keV 2.14 MeV 1.64 mm 1.64 mm caloLayer_phys eIoni - 2 -59.9 cm 1.83 m -1.44 m 0 eV 462 keV 274 um 1.91 mm caloLayer_phys eIoni -Track (trackID 2675, parentID 2298) is processed with stopping code 2 + 0 -80.5 cm 2.45 m -1.93 m 53.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.5 cm 2.45 m -1.93 m 0 eV 53.7 keV 10 um 10 um caloLayer_phys eIoni +Track (trackID 2563, parentID 2141) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2674, Parent ID = 2299 +* G4Track Information: Particle = e-, Track ID = 2562, Parent ID = 2141 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.8 cm 1.86 m -1.46 m 479 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.8 cm 1.86 m -1.46 m 0 eV 479 keV 287 um 287 um caloLayer_phys eIoni -Track (trackID 2674, parentID 2299) is processed with stopping code 2 + 0 -80.5 cm 2.45 m -1.93 m 126 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.5 cm 2.45 m -1.93 m 0 eV 126 keV 39.8 um 39.8 um caloLayer_phys eIoni +Track (trackID 2562, parentID 2141) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2673, Parent ID = 2299 +* G4Track Information: Particle = e-, Track ID = 2561, Parent ID = 2141 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.9 cm 1.86 m -1.46 m 5.59 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.9 cm 1.86 m -1.46 m 4.25 MeV 1.34 MeV 855 um 855 um caloLayer_phys msc - 2 -61 cm 1.86 m -1.46 m 3.56 MeV 406 keV 379 um 1.23 mm caloLayer_phys eBrem - 3 -60.9 cm 1.86 m -1.46 m 1.2 MeV 1.75 MeV 863 um 2.1 mm caloLayer_phys eBrem - 4 -60.9 cm 1.86 m -1.46 m 0 eV 1.2 MeV 908 um 3.01 mm caloLayer_phys eIoni -Track (trackID 2673, parentID 2299) is processed with stopping code 2 + 0 -80.5 cm 2.45 m -1.93 m 2.53 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.6 cm 2.45 m -1.93 m 1.1 MeV 1.43 MeV 1.39 mm 1.39 mm caloLayer_phys eBrem + 2 -80.6 cm 2.45 m -1.93 m 172 keV 923 keV 525 um 1.92 mm caloLayer_phys eBrem + 3 -80.6 cm 2.45 m -1.93 m 0 eV 172 keV 64.6 um 1.98 mm caloLayer_phys eIoni +Track (trackID 2561, parentID 2141) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2672, Parent ID = 2300 +* G4Track Information: Particle = e-, Track ID = 2560, Parent ID = 2142 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.8 cm 1.83 m -1.44 m 251 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.8 cm 1.83 m -1.44 m 165 keV 86.3 keV 41.7 um 41.7 um caloLayer_phys eBrem - 2 -59.8 cm 1.83 m -1.44 m 0 eV 165 keV 60.5 um 102 um caloLayer_phys eIoni -Track (trackID 2672, parentID 2300) is processed with stopping code 2 + 0 -80.6 cm 2.47 m -1.91 m 73.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.6 cm 2.47 m -1.91 m 0 eV 73.2 keV 16.6 um 16.6 um caloLayer_phys eIoni +Track (trackID 2560, parentID 2142) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2671, Parent ID = 2300 +* G4Track Information: Particle = e-, Track ID = 2559, Parent ID = 2143 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.9 cm 1.83 m -1.43 m 93.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.9 cm 1.83 m -1.43 m 0 eV 93.7 keV 24.7 um 24.7 um caloLayer_phys eIoni -Track (trackID 2671, parentID 2300) is processed with stopping code 2 + 0 -80.9 cm 2.48 m -1.88 m 233 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.9 cm 2.48 m -1.88 m 0 eV 233 keV 103 um 103 um caloLayer_phys eIoni +Track (trackID 2559, parentID 2143) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2670, Parent ID = 2301 +* G4Track Information: Particle = e-, Track ID = 2558, Parent ID = 2143 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58 cm 1.87 m -1.53 m 217 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58 cm 1.87 m -1.53 m 0 eV 217 keV 92.3 um 92.3 um caloLayer_phys eIoni -Track (trackID 2670, parentID 2301) is processed with stopping code 2 + 0 -80.7 cm 2.48 m -1.89 m 10.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.7 cm 2.48 m -1.89 m 0 eV 10.6 keV 771 nm 771 nm caloLayer_phys eIoni +Track (trackID 2558, parentID 2143) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2669, Parent ID = 2301 +* G4Track Information: Particle = e-, Track ID = 2557, Parent ID = 2143 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.1 cm 1.86 m -1.53 m 747 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.1 cm 1.86 m -1.53 m 345 keV 254 keV 267 um 267 um caloLayer_phys eBrem - 2 -58.1 cm 1.86 m -1.53 m 0 eV 345 keV 182 um 449 um caloLayer_phys eIoni -Track (trackID 2669, parentID 2301) is processed with stopping code 2 + 0 -80.7 cm 2.48 m -1.89 m 2.53 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.7 cm 2.48 m -1.89 m 0 eV 2.53 keV 104 nm 104 nm caloLayer_phys eIoni +Track (trackID 2557, parentID 2143) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2668, Parent ID = 2301 +* G4Track Information: Particle = e-, Track ID = 2556, Parent ID = 2143 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.8 cm 1.85 m -1.45 m 21 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -60.8 cm 1.85 m -1.45 m 20.7 MeV 351 keV 2.14 mm 2.14 mm caloM_P CoupledTransportation - 2 -60.9 cm 1.85 m -1.45 m 20.1 MeV 534 keV 418 um 2.56 mm caloLayer_phys eBrem - 3 -60.9 cm 1.85 m -1.45 m 19.4 MeV 246 keV 248 um 2.81 mm caloLayer_phys eBrem - 4 -60.8 cm 1.85 m -1.45 m 17.5 MeV 1.34 MeV 876 um 3.68 mm caloLayer_phys eBrem - 5 -60.8 cm 1.85 m -1.45 m 9.46 MeV 970 keV 886 um 4.57 mm caloLayer_phys eIoni - 6 -60.8 cm 1.85 m -1.45 m 8.81 MeV 526 keV 393 um 4.96 mm caloLayer_phys eBrem - 7 -60.8 cm 1.86 m -1.45 m 7.69 MeV 1.02 MeV 874 um 5.84 mm caloLayer_phys eBrem - 8 -60.8 cm 1.86 m -1.45 m 3.38 MeV 844 keV 719 um 6.56 mm caloLayer_phys eBrem - 9 -60.8 cm 1.86 m -1.45 m 1.47 MeV 1.91 MeV 1.86 mm 8.42 mm caloLayer_phys eIoni - 10 -60.8 cm 1.86 m -1.45 m 260 keV 1.21 MeV 1.13 mm 9.54 mm caloLayer_phys eIoni - 11 -60.8 cm 1.86 m -1.45 m 0 eV 260 keV 121 um 9.66 mm caloLayer_phys eIoni -Track (trackID 2668, parentID 2301) is processed with stopping code 2 + 0 -80.7 cm 2.48 m -1.89 m 47.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.7 cm 2.48 m -1.89 m 0 eV 47.1 keV 8.1 um 8.1 um caloLayer_phys eIoni +Track (trackID 2556, parentID 2143) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2728, Parent ID = 2668 +* G4Track Information: Particle = e-, Track ID = 2555, Parent ID = 2143 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.8 cm 1.85 m -1.45 m 7.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.8 cm 1.86 m -1.45 m 6.55 MeV 565 keV 424 um 424 um caloLayer_phys msc - 2 -60.6 cm 1.86 m -1.45 m 4.09 MeV 2.34 MeV 1.9 mm 2.32 mm caloLayer_phys eBrem - 3 -60.8 cm 1.86 m -1.45 m 1.71 MeV 2.26 MeV 2 mm 4.32 mm caloLayer_phys eBrem - 4 -60.8 cm 1.86 m -1.45 m 0 eV 1.71 MeV 1.27 mm 5.59 mm caloLayer_phys eIoni -Track (trackID 2728, parentID 2668) is processed with stopping code 2 + 0 -80.3 cm 2.48 m -1.89 m 119 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.3 cm 2.48 m -1.89 m 0 eV 119 keV 36 um 36 um caloLayer_phys eIoni +Track (trackID 2555, parentID 2143) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2666, Parent ID = 2302 +* G4Track Information: Particle = e-, Track ID = 2554, Parent ID = 2144 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.5 cm 2.05 m -1.6 m 807 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -69.5 cm 2.05 m -1.6 m 0 eV 807 keV 564 um 564 um caloLayer_phys eIoni -Track (trackID 2666, parentID 2302) is processed with stopping code 2 + 0 -79.5 cm 2.48 m -1.96 m 84.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.5 cm 2.48 m -1.96 m 0 eV 84.6 keV 20.9 um 20.9 um caloLayer_phys eIoni +Track (trackID 2554, parentID 2144) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2665, Parent ID = 2302 +* G4Track Information: Particle = e-, Track ID = 2553, Parent ID = 2144 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.4 cm 2.05 m -1.6 m 1.82 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -69.4 cm 2.05 m -1.6 m 1.36 MeV 64.4 keV 62.3 um 62.3 um caloLayer_phys eBrem - 2 -69.4 cm 2.05 m -1.6 m 132 keV 1.23 MeV 1.04 mm 1.11 mm caloLayer_phys eIoni - 3 -69.4 cm 2.05 m -1.6 m 0 eV 132 keV 42.7 um 1.15 mm caloLayer_phys eIoni -Track (trackID 2665, parentID 2302) is processed with stopping code 2 + 0 -79 cm 2.46 m -1.95 m 217 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79 cm 2.46 m -1.95 m 0 eV 217 keV 91.9 um 91.9 um caloLayer_phys eIoni +Track (trackID 2553, parentID 2144) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2664, Parent ID = 2525 +* G4Track Information: Particle = e-, Track ID = 2552, Parent ID = 2144 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.5 cm 1.87 m -1.44 m 104 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.5 cm 1.87 m -1.44 m 0 eV 104 keV 29.4 um 29.4 um caloLayer_phys eIoni -Track (trackID 2664, parentID 2525) is processed with stopping code 2 + 0 -79.1 cm 2.46 m -1.95 m 275 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -79.1 cm 2.46 m -1.95 m 0 eV 275 keV 719 um 719 um caloM_P eIoni +Track (trackID 2552, parentID 2144) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2663, Parent ID = 2526 +* G4Track Information: Particle = e-, Track ID = 2550, Parent ID = 2145 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.86 m -1.44 m 121 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.86 m -1.44 m 0 eV 121 keV 37.1 um 37.1 um caloLayer_phys eIoni -Track (trackID 2663, parentID 2526) is processed with stopping code 2 + 0 -79.9 cm 2.45 m -1.9 m 3.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.9 cm 2.45 m -1.9 m 3.04 MeV 233 keV 178 um 178 um caloLayer_phys msc + 2 -79.9 cm 2.45 m -1.9 m 2.92 MeV 120 keV 123 um 301 um caloLayer_phys msc + 3 -79.9 cm 2.45 m -1.9 m 2.28 MeV 55.2 keV 76.4 um 378 um caloLayer_phys eBrem + 4 -79.9 cm 2.45 m -1.9 m 2.13 MeV 152 keV 161 um 539 um caloLayer_phys msc + 5 -79.9 cm 2.45 m -1.9 m 2.02 MeV 112 keV 122 um 661 um caloLayer_phys msc + 6 -79.9 cm 2.45 m -1.9 m 1.91 MeV 102 keV 106 um 767 um caloLayer_phys msc + 7 -79.9 cm 2.45 m -1.9 m 1.81 MeV 105 keV 106 um 874 um caloLayer_phys msc + 8 -79.9 cm 2.45 m -1.9 m 1.73 MeV 82.4 keV 106 um 980 um caloLayer_phys msc + 9 -79.9 cm 2.45 m -1.9 m 1.64 MeV 82.2 keV 106 um 1.09 mm caloLayer_phys msc + 10 -79.9 cm 2.45 m -1.9 m 1.49 MeV 156 keV 106 um 1.19 mm caloLayer_phys msc + 11 -79.9 cm 2.45 m -1.9 m 1.41 MeV 80 keV 106 um 1.3 mm caloLayer_phys msc + 12 -79.9 cm 2.45 m -1.9 m 1.31 MeV 101 keV 106 um 1.41 mm caloLayer_phys msc + 13 -79.9 cm 2.45 m -1.9 m 1.18 MeV 125 keV 106 um 1.51 mm caloLayer_phys msc + 14 -79.9 cm 2.45 m -1.9 m 1.08 MeV 97.9 keV 106 um 1.62 mm caloLayer_phys msc + 15 -79.9 cm 2.45 m -1.9 m 986 keV 98.5 keV 115 um 1.73 mm caloLayer_phys msc + 16 -79.9 cm 2.45 m -1.9 m 917 keV 69.1 keV 106 um 1.84 mm caloLayer_phys msc + 17 -79.9 cm 2.45 m -1.9 m 812 keV 104 keV 106 um 1.95 mm caloLayer_phys msc + 18 -79.9 cm 2.45 m -1.9 m 660 keV 152 keV 106 um 2.05 mm caloLayer_phys msc + 19 -79.9 cm 2.45 m -1.9 m 385 keV 106 keV 90.5 um 2.14 mm caloLayer_phys eBrem + 20 -79.9 cm 2.45 m -1.9 m 0 eV 385 keV 213 um 2.36 mm caloLayer_phys eIoni +Track (trackID 2550, parentID 2145) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2662, Parent ID = 2526 +* G4Track Information: Particle = e-, Track ID = 2549, Parent ID = 2146 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.86 m -1.44 m 736 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.3 cm 1.86 m -1.44 m 0 eV 736 keV 503 um 503 um caloLayer_phys eIoni -Track (trackID 2662, parentID 2526) is processed with stopping code 2 + 0 -79.6 cm 2.48 m -1.92 m 98.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.6 cm 2.48 m -1.92 m 0 eV 98.3 keV 26.7 um 26.7 um caloLayer_phys eIoni +Track (trackID 2549, parentID 2146) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2661, Parent ID = 2527 +* G4Track Information: Particle = e-, Track ID = 2548, Parent ID = 2146 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.87 m -1.45 m 184 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.87 m -1.45 m 0 eV 184 keV 71.8 um 71.8 um caloLayer_phys eIoni -Track (trackID 2661, parentID 2527) is processed with stopping code 2 + 0 -79.6 cm 2.48 m -1.92 m 192 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.6 cm 2.48 m -1.92 m 0 eV 192 keV 76.5 um 76.5 um caloLayer_phys eIoni +Track (trackID 2548, parentID 2146) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2660, Parent ID = 2527 +* G4Track Information: Particle = e-, Track ID = 2547, Parent ID = 2146 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.3 cm 1.87 m -1.45 m 400 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.3 cm 1.87 m -1.45 m 0 eV 400 keV 224 um 224 um caloLayer_phys eIoni -Track (trackID 2660, parentID 2527) is processed with stopping code 2 + 0 -80.4 cm 2.47 m -1.92 m 159 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -80.4 cm 2.47 m -1.92 m 0 eV 159 keV 303 um 303 um caloM_P eIoni +Track (trackID 2547, parentID 2146) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2659, Parent ID = 2527 +* G4Track Information: Particle = e-, Track ID = 2546, Parent ID = 2147 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.5 cm 1.86 m -1.45 m 465 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.5 cm 1.86 m -1.45 m 0 eV 465 keV 276 um 276 um caloLayer_phys eIoni -Track (trackID 2659, parentID 2527) is processed with stopping code 2 + 0 -79.1 cm 2.48 m -1.91 m 42.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.1 cm 2.48 m -1.91 m 0 eV 42.9 keV 6.95 um 6.95 um caloLayer_phys eIoni +Track (trackID 2546, parentID 2147) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2658, Parent ID = 2528 +* G4Track Information: Particle = e-, Track ID = 2545, Parent ID = 2150 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.4 cm 1.86 m -1.45 m 23.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.4 cm 1.86 m -1.45 m 0 eV 23.9 keV 2.7 um 2.7 um caloLayer_phys eIoni -Track (trackID 2658, parentID 2528) is processed with stopping code 2 + 0 -79 cm 2.48 m -1.91 m 52.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79 cm 2.48 m -1.91 m 0 eV 52.5 keV 9.65 um 9.65 um caloLayer_phys eIoni +Track (trackID 2545, parentID 2150) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2656, Parent ID = 2529 +* G4Track Information: Particle = e-, Track ID = 2544, Parent ID = 2150 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.7 cm 1.86 m -1.45 m 662 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.8 cm 1.86 m -1.45 m 144 keV 519 keV 376 um 376 um caloLayer_phys eBrem - 2 -61.8 cm 1.86 m -1.45 m 0 eV 144 keV 48.8 um 425 um caloLayer_phys eIoni -Track (trackID 2656, parentID 2529) is processed with stopping code 2 + 0 -79 cm 2.48 m -1.91 m 133 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79 cm 2.48 m -1.91 m 0 eV 133 keV 43.4 um 43.4 um caloLayer_phys eIoni +Track (trackID 2544, parentID 2150) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2655, Parent ID = 2530 +* G4Track Information: Particle = e-, Track ID = 2543, Parent ID = 2151 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.7 cm 1.88 m -1.44 m 289 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.7 cm 1.88 m -1.44 m 0 eV 289 keV 141 um 141 um caloLayer_phys eIoni -Track (trackID 2655, parentID 2530) is processed with stopping code 2 + 0 -80.1 cm 2.43 m -1.86 m 2.12 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.1 cm 2.43 m -1.86 m 291 keV 1.82 MeV 1.46 mm 1.46 mm caloLayer_phys eIoni + 2 -80.1 cm 2.43 m -1.86 m 0 eV 291 keV 143 um 1.6 mm caloLayer_phys eIoni +Track (trackID 2543, parentID 2151) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2654, Parent ID = 2530 +* G4Track Information: Particle = e-, Track ID = 2542, Parent ID = 2152 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.3 cm 1.88 m -1.44 m 14.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.3 cm 1.88 m -1.44 m 0 eV 14.8 keV 1.28 um 1.28 um caloLayer_phys eIoni -Track (trackID 2654, parentID 2530) is processed with stopping code 2 + 0 -79.3 cm 2.47 m -1.91 m 7.69 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -79.3 cm 2.47 m -1.91 m 0 eV 7.69 keV 1.53 um 1.53 um caloM_P eIoni +Track (trackID 2542, parentID 2152) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2653, Parent ID = 2530 +* G4Track Information: Particle = e-, Track ID = 2541, Parent ID = 2153 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.2 cm 1.87 m -1.44 m 13.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.2 cm 1.87 m -1.44 m 0 eV 13.4 keV 1.1 um 1.1 um caloLayer_phys eIoni -Track (trackID 2653, parentID 2530) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 895 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 0 eV 895 keV 640 um 640 um caloLayer_phys eIoni +Track (trackID 2541, parentID 2153) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2652, Parent ID = 2530 +* G4Track Information: Particle = e-, Track ID = 2540, Parent ID = 2154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.1 cm 1.87 m -1.44 m 572 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.1 cm 1.87 m -1.44 m 0 eV 572 keV 364 um 364 um caloLayer_phys eIoni -Track (trackID 2652, parentID 2530) is processed with stopping code 2 + 0 -83.7 cm 2.48 m -1.91 m 191 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -83.7 cm 2.48 m -1.91 m 0 eV 191 keV 75.7 um 75.7 um caloLayer_phys eIoni +Track (trackID 2540, parentID 2154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2651, Parent ID = 2531 +* G4Track Information: Particle = e-, Track ID = 2539, Parent ID = 2154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.3 cm 1.86 m -1.44 m 501 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.3 cm 1.86 m -1.44 m 116 keV 200 keV 195 um 195 um caloLayer_phys eBrem - 2 -61.3 cm 1.86 m -1.44 m 0 eV 116 keV 34.9 um 230 um caloLayer_phys eIoni -Track (trackID 2651, parentID 2531) is processed with stopping code 2 + 0 -83.7 cm 2.49 m -1.92 m 15.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -83.7 cm 2.49 m -1.92 m 0 eV 15.7 keV 1.39 um 1.39 um caloLayer_phys eIoni +Track (trackID 2539, parentID 2154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2650, Parent ID = 2532 +* G4Track Information: Particle = e-, Track ID = 2538, Parent ID = 2154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.8 cm 1.91 m -1.46 m 105 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.8 cm 1.91 m -1.46 m 0 eV 105 keV 29.5 um 29.5 um caloLayer_phys eIoni -Track (trackID 2650, parentID 2532) is processed with stopping code 2 + 0 -83.7 cm 2.49 m -1.92 m 1.18 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -83.7 cm 2.49 m -1.92 m 0 eV 1.18 MeV 886 um 886 um caloLayer_phys eIoni +Track (trackID 2538, parentID 2154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2649, Parent ID = 2533 +* G4Track Information: Particle = e-, Track ID = 2537, Parent ID = 2154 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.5 cm 1.73 m -1.32 m 73.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.5 cm 1.73 m -1.32 m 0 eV 73.5 keV 16.7 um 16.7 um caloLayer_phys eIoni -Track (trackID 2649, parentID 2533) is processed with stopping code 2 + 0 -83.4 cm 2.48 m -1.92 m 428 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -83.4 cm 2.48 m -1.92 m 0 eV 428 keV 246 um 246 um caloLayer_phys eIoni +Track (trackID 2537, parentID 2154) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2648, Parent ID = 2534 +* G4Track Information: Particle = e-, Track ID = 2536, Parent ID = 2155 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.1 cm 1.73 m -1.35 m 11.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -53.1 cm 1.73 m -1.35 m 0 eV 11.4 keV 855 nm 855 nm caloLayer_phys eIoni -Track (trackID 2648, parentID 2534) is processed with stopping code 2 + 0 -85.3 cm 2.47 m -1.85 m 313 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -85.3 cm 2.47 m -1.85 m 0 eV 313 keV 159 um 159 um caloLayer_phys eIoni +Track (trackID 2536, parentID 2155) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2647, Parent ID = 2535 +* G4Track Information: Particle = e-, Track ID = 2535, Parent ID = 2155 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.32 m 102 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.32 m 0 eV 102 keV 28.1 um 28.1 um caloLayer_phys eIoni -Track (trackID 2647, parentID 2535) is processed with stopping code 2 + 0 -85.3 cm 2.47 m -1.85 m 358 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -85.3 cm 2.47 m -1.85 m 0 eV 358 keV 192 um 192 um caloLayer_phys eIoni +Track (trackID 2535, parentID 2155) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2646, Parent ID = 2535 +* G4Track Information: Particle = e-, Track ID = 2534, Parent ID = 2156 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.32 m 394 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.32 m 0 eV 394 keV 220 um 220 um caloLayer_phys eIoni -Track (trackID 2646, parentID 2535) is processed with stopping code 2 + 0 -80.2 cm 2.45 m -1.89 m 887 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.2 cm 2.45 m -1.89 m 190 keV 305 keV 131 um 131 um caloLayer_phys eBrem + 2 -80.2 cm 2.45 m -1.89 m 0 eV 190 keV 75.1 um 206 um caloLayer_phys eIoni +Track (trackID 2534, parentID 2156) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2645, Parent ID = 2535 +* G4Track Information: Particle = e-, Track ID = 2533, Parent ID = 2157 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.8 cm 1.67 m -1.32 m 117 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.32 m 0 eV 117 keV 35.4 um 35.4 um caloLayer_phys eIoni -Track (trackID 2645, parentID 2535) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 61.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 0 eV 61.7 keV 12.6 um 12.6 um caloLayer_phys eIoni +Track (trackID 2533, parentID 2157) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2644, Parent ID = 2535 +* G4Track Information: Particle = e-, Track ID = 2532, Parent ID = 2158 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 520 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 520 keV 321 um 321 um caloLayer_phys eIoni -Track (trackID 2644, parentID 2535) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 17.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 0 eV 17.7 keV 1.69 um 1.69 um caloLayer_phys eIoni +Track (trackID 2532, parentID 2158) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2643, Parent ID = 2535 +* G4Track Information: Particle = e-, Track ID = 2531, Parent ID = 2160 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 129 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 129 keV 41.3 um 41.3 um caloLayer_phys eIoni -Track (trackID 2643, parentID 2535) is processed with stopping code 2 + 0 -79.3 cm 2.43 m -1.88 m 48.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.3 cm 2.43 m -1.88 m 0 eV 48.9 keV 8.59 um 8.59 um caloLayer_phys eIoni +Track (trackID 2531, parentID 2160) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2642, Parent ID = 2537 +* G4Track Information: Particle = e-, Track ID = 2530, Parent ID = 2161 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.8 cm 1.67 m -1.31 m 48.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 0 eV 48.5 keV 8.47 um 8.47 um caloLayer_phys eIoni -Track (trackID 2642, parentID 2537) is processed with stopping code 2 + 0 -78.3 cm 2.39 m -1.85 m 210 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -78.3 cm 2.39 m -1.85 m 0 eV 210 keV 87.4 um 87.4 um caloLayer_phys eIoni +Track (trackID 2530, parentID 2161) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2641, Parent ID = 2538 +* G4Track Information: Particle = e-, Track ID = 2529, Parent ID = 2162 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.8 cm 1.67 m -1.31 m 86.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.8 cm 1.67 m -1.31 m 0 eV 86.5 keV 21.7 um 21.7 um caloLayer_phys eIoni -Track (trackID 2641, parentID 2538) is processed with stopping code 2 + 0 -76.7 cm 2.35 m -1.82 m 23.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -76.7 cm 2.35 m -1.82 m 0 eV 23.8 keV 2.68 um 2.68 um caloLayer_phys eIoni +Track (trackID 2529, parentID 2162) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2639, Parent ID = 2539 +* G4Track Information: Particle = e-, Track ID = 2528, Parent ID = 2163 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59 cm 1.62 m -1.37 m 2.55 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.1 cm 1.62 m -1.37 m 30.4 keV 2.52 MeV 1.62 mm 1.62 mm caloLayer_phys eIoni - 2 -59.1 cm 1.62 m -1.37 m 0 eV 30.4 keV 3.97 um 1.62 mm caloLayer_phys eIoni -Track (trackID 2639, parentID 2539) is processed with stopping code 2 + 0 -76.1 cm 2.34 m -1.81 m 31.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -76.1 cm 2.34 m -1.81 m 0 eV 31.4 keV 4.19 um 4.19 um caloLayer_phys eIoni +Track (trackID 2528, parentID 2163) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2638, Parent ID = 2540 +* G4Track Information: Particle = e-, Track ID = 2527, Parent ID = 2164 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.67 m -1.31 m 213 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.67 m -1.31 m 0 eV 213 keV 89.4 um 89.4 um caloLayer_phys eIoni -Track (trackID 2638, parentID 2540) is processed with stopping code 2 + 0 -75.2 cm 2.31 m -1.78 m 341 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -75.2 cm 2.31 m -1.78 m 0 eV 341 keV 180 um 180 um caloLayer_phys eIoni +Track (trackID 2527, parentID 2164) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2637, Parent ID = 2541 +* G4Track Information: Particle = e-, Track ID = 2526, Parent ID = 2165 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.7 cm 1.66 m -1.31 m 176 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.7 cm 1.66 m -1.31 m 0 eV 176 keV 67 um 67 um caloLayer_phys eIoni -Track (trackID 2637, parentID 2541) is processed with stopping code 2 + 0 -73.8 cm 2.29 m -1.78 m 561 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -73.8 cm 2.29 m -1.78 m 0 eV 561 keV 355 um 355 um caloLayer_phys eIoni +Track (trackID 2526, parentID 2165) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2636, Parent ID = 2542 +* G4Track Information: Particle = e-, Track ID = 2525, Parent ID = 2165 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.9 cm 1.73 m -1.32 m 35.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -54.9 cm 1.73 m -1.32 m 0 eV 35.4 keV 5.08 um 5.08 um caloLayer_phys eIoni -Track (trackID 2636, parentID 2542) is processed with stopping code 2 + 0 -74 cm 2.29 m -1.78 m 299 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74 cm 2.29 m -1.78 m 58.5 keV 17.1 keV 13.9 um 13.9 um caloLayer_phys eBrem + 2 -74 cm 2.29 m -1.78 m 0 eV 58.5 keV 11.5 um 25.4 um caloLayer_phys eIoni +Track (trackID 2525, parentID 2165) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2635, Parent ID = 2543 +* G4Track Information: Particle = e-, Track ID = 2524, Parent ID = 2166 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.7 cm 1.35 m -1.06 m 40.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.7 cm 1.35 m -1.06 m 0 eV 40.8 keV 6.4 um 6.4 um caloLayer_phys eIoni -Track (trackID 2635, parentID 2543) is processed with stopping code 2 + 0 -75.1 cm 2.3 m -1.78 m 52 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -75.1 cm 2.3 m -1.78 m 0 eV 52 keV 9.5 um 9.5 um caloLayer_phys eIoni +Track (trackID 2524, parentID 2166) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2634, Parent ID = 2544 +* G4Track Information: Particle = e-, Track ID = 2523, Parent ID = 2167 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.7 cm 1.35 m -1.04 m 573 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.7 cm 1.35 m -1.04 m 0 eV 573 keV 365 um 365 um caloLayer_phys eIoni -Track (trackID 2634, parentID 2544) is processed with stopping code 2 + 0 -74.9 cm 2.29 m -1.77 m 51.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74.9 cm 2.29 m -1.77 m 0 eV 51.9 keV 9.47 um 9.47 um caloLayer_phys eIoni +Track (trackID 2523, parentID 2167) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2633, Parent ID = 2545 +* G4Track Information: Particle = e-, Track ID = 2522, Parent ID = 2168 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.4 cm 1.34 m -1.05 m 36.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.4 cm 1.34 m -1.05 m 0 eV 36.8 keV 5.41 um 5.41 um caloLayer_phys eIoni -Track (trackID 2633, parentID 2545) is processed with stopping code 2 + 0 -74.9 cm 2.29 m -1.77 m 20.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74.9 cm 2.29 m -1.77 m 0 eV 20.5 keV 2.13 um 2.13 um caloLayer_phys eIoni +Track (trackID 2522, parentID 2168) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2632, Parent ID = 2546 +* G4Track Information: Particle = e-, Track ID = 2521, Parent ID = 2169 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.3 cm 1.34 m -1.05 m 9.24 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.3 cm 1.34 m -1.05 m 0 eV 9.24 keV 625 nm 625 nm caloLayer_phys eIoni -Track (trackID 2632, parentID 2546) is processed with stopping code 2 + 0 -72.2 cm 2.21 m -1.71 m 14 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -72.2 cm 2.21 m -1.71 m 0 eV 14 keV 1.17 um 1.17 um caloLayer_phys eIoni +Track (trackID 2521, parentID 2169) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2631, Parent ID = 2547 +* G4Track Information: Particle = e-, Track ID = 2520, Parent ID = 2170 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.3 cm 1.34 m -1.05 m 72 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.3 cm 1.34 m -1.05 m 0 eV 72 keV 16.2 um 16.2 um caloLayer_phys eIoni -Track (trackID 2631, parentID 2547) is processed with stopping code 2 + 0 -69.7 cm 2.16 m -1.68 m 177 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -69.7 cm 2.16 m -1.68 m 0 eV 177 keV 67.5 um 67.5 um caloLayer_phys eIoni +Track (trackID 2520, parentID 2170) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2630, Parent ID = 2548 +* G4Track Information: Particle = e-, Track ID = 2519, Parent ID = 2171 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -44.1 cm 1.33 m -1.04 m 190 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -44.1 cm 1.33 m -1.04 m 0 eV 190 keV 75.1 um 75.1 um caloLayer_phys eIoni -Track (trackID 2630, parentID 2548) is processed with stopping code 2 + 0 -70.4 cm 2.15 m -1.67 m 393 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.4 cm 2.15 m -1.67 m 0 eV 393 keV 219 um 219 um caloLayer_phys eIoni +Track (trackID 2519, parentID 2171) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2629, Parent ID = 2549 +* G4Track Information: Particle = e-, Track ID = 2518, Parent ID = 2172 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -43.7 cm 1.31 m -1.03 m 17 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -43.7 cm 1.31 m -1.03 m 0 eV 17 keV 6.23 um 6.23 um caloM_P eIoni -Track (trackID 2629, parentID 2549) is processed with stopping code 2 + 0 -70.5 cm 2.16 m -1.66 m 446 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.5 cm 2.16 m -1.66 m 200 keV 115 keV 72.1 um 72.1 um caloLayer_phys eBrem + 2 -70.5 cm 2.16 m -1.66 m 0 eV 200 keV 81.2 um 153 um caloLayer_phys eIoni +Track (trackID 2518, parentID 2172) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2628, Parent ID = 2550 +* G4Track Information: Particle = e-, Track ID = 2517, Parent ID = 2173 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.9 cm 1.3 m -1.02 m 188 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -43 cm 1.3 m -1.02 m 0 eV 188 keV 73.8 um 73.8 um caloLayer_phys eIoni -Track (trackID 2628, parentID 2550) is processed with stopping code 2 + 0 -70.2 cm 2.14 m -1.66 m 180 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.1 cm 2.14 m -1.66 m 0 eV 180 keV 69.2 um 69.2 um caloLayer_phys eIoni +Track (trackID 2517, parentID 2173) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2627, Parent ID = 2551 +* G4Track Information: Particle = e-, Track ID = 2516, Parent ID = 2174 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.9 cm 1.29 m -1.01 m 69.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -42.9 cm 1.29 m -1.01 m 0 eV 69.3 keV 15.2 um 15.2 um caloLayer_phys eIoni -Track (trackID 2627, parentID 2551) is processed with stopping code 2 + 0 -68.6 cm 2.1 m -1.63 m 455 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -68.6 cm 2.1 m -1.63 m 0 eV 455 keV 268 um 268 um caloLayer_phys eIoni +Track (trackID 2516, parentID 2174) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2626, Parent ID = 2552 +* G4Track Information: Particle = e-, Track ID = 2515, Parent ID = 2174 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -41.4 cm 1.25 m -98.1 cm 58.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -41.4 cm 1.25 m -98.1 cm 0 eV 58.2 keV 11.4 um 11.4 um caloLayer_phys eIoni -Track (trackID 2626, parentID 2552) is processed with stopping code 2 + 0 -68.7 cm 2.1 m -1.63 m 191 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -68.7 cm 2.1 m -1.63 m 0 eV 191 keV 76 um 76 um caloLayer_phys eIoni +Track (trackID 2515, parentID 2174) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2625, Parent ID = 2553 +* G4Track Information: Particle = e-, Track ID = 2514, Parent ID = 2175 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -40.2 cm 1.21 m -95.1 cm 208 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -40.2 cm 1.21 m -95.1 cm 0 eV 208 keV 86.7 um 86.7 um caloLayer_phys eIoni -Track (trackID 2625, parentID 2553) is processed with stopping code 2 + 0 -67.7 cm 2.06 m -1.6 m 50.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.7 cm 2.06 m -1.6 m 0 eV 50.6 keV 9.09 um 9.09 um caloLayer_phys eIoni +Track (trackID 2514, parentID 2175) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2624, Parent ID = 2554 +* G4Track Information: Particle = e-, Track ID = 2513, Parent ID = 2176 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.2 cm 1.12 m -87.7 cm 9.72 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.2 cm 1.12 m -87.7 cm 0 eV 9.72 keV 673 nm 673 nm caloLayer_phys eIoni -Track (trackID 2624, parentID 2554) is processed with stopping code 2 + 0 -67.3 cm 2.06 m -1.6 m 254 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.3 cm 2.06 m -1.6 m 0 eV 254 keV 117 um 117 um caloLayer_phys eIoni +Track (trackID 2513, parentID 2176) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2622, Parent ID = 2555 +* G4Track Information: Particle = e-, Track ID = 2512, Parent ID = 2176 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.8 cm 1.12 m -88.2 cm 1.52 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.9 cm 1.12 m -88.3 cm 1.21 MeV 317 keV 253 um 253 um caloLayer_phys msc - 2 -37.9 cm 1.12 m -88.3 cm 0 eV 1.21 MeV 909 um 1.16 mm caloLayer_phys eIoni -Track (trackID 2622, parentID 2555) is processed with stopping code 2 + 0 -67.4 cm 2.06 m -1.6 m 552 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.3 cm 2.06 m -1.6 m 0 eV 552 keV 348 um 348 um caloLayer_phys eIoni +Track (trackID 2512, parentID 2176) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2621, Parent ID = 2556 +* G4Track Information: Particle = e-, Track ID = 2511, Parent ID = 2176 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.7 cm 1.11 m -89.5 cm 58.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.7 cm 1.11 m -89.5 cm 0 eV 58.6 keV 11.6 um 11.6 um caloLayer_phys eIoni -Track (trackID 2621, parentID 2556) is processed with stopping code 2 + 0 -67.4 cm 2.06 m -1.6 m 66.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -67.4 cm 2.06 m -1.6 m 0 eV 66.8 keV 14.3 um 14.3 um caloLayer_phys eIoni +Track (trackID 2511, parentID 2176) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2620, Parent ID = 2556 +* G4Track Information: Particle = e-, Track ID = 2510, Parent ID = 2177 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.7 cm 1.11 m -89.5 cm 96.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.7 cm 1.11 m -89.5 cm 0 eV 96.5 keV 25.9 um 25.9 um caloLayer_phys eIoni -Track (trackID 2620, parentID 2556) is processed with stopping code 2 + 0 -64.8 cm 1.97 m -1.54 m 112 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -64.8 cm 1.97 m -1.54 m 0 eV 112 keV 32.6 um 32.6 um caloLayer_phys eIoni +Track (trackID 2510, parentID 2177) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2619, Parent ID = 2556 +* G4Track Information: Particle = e-, Track ID = 2509, Parent ID = 2178 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.7 cm 1.11 m -89.5 cm 2.57 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.8 cm 1.11 m -89.6 cm 820 keV 1.75 MeV 1.63 mm 1.63 mm caloLayer_phys eIoni - 2 -37.8 cm 1.11 m -89.6 cm 0 eV 820 keV 575 um 2.2 mm caloLayer_phys eIoni -Track (trackID 2619, parentID 2556) is processed with stopping code 2 + 0 -64 cm 1.95 m -1.52 m 90.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -64 cm 1.95 m -1.52 m 0 eV 90.9 keV 23.5 um 23.5 um caloLayer_phys eIoni +Track (trackID 2509, parentID 2178) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2618, Parent ID = 2557 +* G4Track Information: Particle = e-, Track ID = 2508, Parent ID = 2179 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.5 cm 1.11 m -88.5 cm 328 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.5 cm 1.11 m -88.5 cm 0 eV 328 keV 169 um 169 um caloLayer_phys eIoni -Track (trackID 2618, parentID 2557) is processed with stopping code 2 + 0 -61.5 cm 1.97 m -1.5 m 252 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -61.5 cm 1.97 m -1.5 m 0 eV 252 keV 115 um 115 um caloLayer_phys eIoni +Track (trackID 2508, parentID 2179) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2617, Parent ID = 2557 +* G4Track Information: Particle = e-, Track ID = 2507, Parent ID = 2179 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.5 cm 1.11 m -88.5 cm 6.45 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.5 cm 1.11 m -88.5 cm 5.89 MeV 227 keV 245 um 245 um caloLayer_phys eBrem - 2 -37.5 cm 1.11 m -88.6 cm 5.49 MeV 201 keV 190 um 435 um caloLayer_phys eBrem - 3 -37.6 cm 1.11 m -88.6 cm 3.67 MeV 1.7 MeV 1.19 mm 1.63 mm caloLayer_phys eBrem - 4 -37.7 cm 1.11 m -88.5 cm 3.13 MeV 326 keV 441 um 2.07 mm caloLayer_phys eBrem - 5 -37.8 cm 1.11 m -88.5 cm 1.39 MeV 1.74 MeV 1.79 mm 3.86 mm caloLayer_phys eIoni - 6 -37.8 cm 1.11 m -88.5 cm 248 keV 1.14 MeV 1.06 mm 4.92 mm caloLayer_phys eIoni - 7 -37.9 cm 1.11 m -88.5 cm 0 eV 248 keV 113 um 5.03 mm caloLayer_phys eIoni -Track (trackID 2617, parentID 2557) is processed with stopping code 2 + 0 -62 cm 1.96 m -1.5 m 35.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -62 cm 1.96 m -1.5 m 0 eV 35.5 keV 5.1 um 5.1 um caloLayer_phys eIoni +Track (trackID 2507, parentID 2179) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2616, Parent ID = 2558 +* G4Track Information: Particle = e-, Track ID = 2506, Parent ID = 2180 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.4 cm 1.11 m -87.8 cm 226 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.4 cm 1.11 m -87.8 cm 61.5 keV 55.3 keV 30.1 um 30.1 um caloLayer_phys eBrem - 2 -37.4 cm 1.11 m -87.8 cm 0 eV 61.5 keV 12.5 um 42.6 um caloLayer_phys eIoni -Track (trackID 2616, parentID 2558) is processed with stopping code 2 + 0 -63 cm 1.92 m -1.5 m 85 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -63 cm 1.92 m -1.5 m 0 eV 85 keV 21.1 um 21.1 um caloLayer_phys eIoni +Track (trackID 2506, parentID 2180) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2615, Parent ID = 2559 +* G4Track Information: Particle = e-, Track ID = 2505, Parent ID = 2398 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.9 cm 1.11 m -87 cm 231 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.9 cm 1.11 m -87 cm 0 eV 231 keV 101 um 101 um caloLayer_phys eIoni -Track (trackID 2615, parentID 2559) is processed with stopping code 2 + 0 -52.6 cm 1.59 m -1.25 m 69.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -52.6 cm 1.59 m -1.25 m 0 eV 69.5 keV 15.2 um 15.2 um caloLayer_phys eIoni +Track (trackID 2505, parentID 2398) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2614, Parent ID = 2560 +* G4Track Information: Particle = e-, Track ID = 2504, Parent ID = 2399 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.8 cm 1.11 m -87.1 cm 129 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.8 cm 1.11 m -87 cm 0 eV 129 keV 41.1 um 41.1 um caloLayer_phys eIoni -Track (trackID 2614, parentID 2560) is processed with stopping code 2 + 0 -35.5 cm 1.12 m -88.4 cm 188 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.5 cm 1.12 m -88.5 cm 0 eV 188 keV 73.9 um 73.9 um caloLayer_phys eIoni +Track (trackID 2504, parentID 2399) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2613, Parent ID = 2560 +* G4Track Information: Particle = e-, Track ID = 2503, Parent ID = 2399 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.8 cm 1.11 m -87 cm 143 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.8 cm 1.11 m -87 cm 0 eV 143 keV 48.2 um 48.2 um caloLayer_phys eIoni -Track (trackID 2613, parentID 2560) is processed with stopping code 2 + 0 -35.5 cm 1.12 m -88.4 cm 902 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.4 cm 1.12 m -88.5 cm 0 eV 902 keV 646 um 646 um caloLayer_phys eIoni +Track (trackID 2503, parentID 2399) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2612, Parent ID = 2561 +* G4Track Information: Particle = e-, Track ID = 2502, Parent ID = 2399 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.2 cm 1.11 m -87.3 cm 951 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.1 cm 1.11 m -87.4 cm 0 eV 951 keV 688 um 688 um caloLayer_phys eIoni -Track (trackID 2612, parentID 2561) is processed with stopping code 2 + 0 -36.4 cm 1.12 m -88.1 cm 2.48 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.3 cm 1.12 m -88.1 cm 339 keV 2.14 MeV 1.6 mm 1.6 mm caloLayer_phys eIoni + 2 -36.3 cm 1.12 m -88.1 cm 0 eV 339 keV 178 um 1.77 mm caloLayer_phys eIoni +Track (trackID 2502, parentID 2399) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2611, Parent ID = 2561 +* G4Track Information: Particle = e-, Track ID = 2501, Parent ID = 2399 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.4 cm 1.11 m -87.1 cm 274 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.4 cm 1.11 m -87.1 cm 0 eV 274 keV 131 um 131 um caloLayer_phys eIoni -Track (trackID 2611, parentID 2561) is processed with stopping code 2 + 0 -36.4 cm 1.12 m -88 cm 1.03 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.4 cm 1.12 m -88.1 cm 0 eV 1.03 MeV 755 um 755 um caloLayer_phys eIoni +Track (trackID 2501, parentID 2399) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2610, Parent ID = 2562 +* G4Track Information: Particle = e-, Track ID = 2500, Parent ID = 2400 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.2 cm 1.12 m -87 cm 772 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.2 cm 1.12 m -87 cm 0 eV 772 keV 533 um 533 um caloLayer_phys eIoni -Track (trackID 2610, parentID 2562) is processed with stopping code 2 + 0 -37.1 cm 1.1 m -87.1 cm 148 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.1 cm 1.1 m -87.1 cm 0 eV 148 keV 51.3 um 51.3 um caloLayer_phys eIoni +Track (trackID 2500, parentID 2400) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2609, Parent ID = 2562 +* G4Track Information: Particle = e-, Track ID = 2499, Parent ID = 2400 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.5 cm 1.11 m -86.9 cm 1.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.5 cm 1.11 m -87 cm 81.1 keV 1.26 MeV 1.02 mm 1.02 mm caloLayer_phys eIoni - 2 -37.5 cm 1.11 m -87 cm 0 eV 81.1 keV 19.6 um 1.04 mm caloLayer_phys eIoni -Track (trackID 2609, parentID 2562) is processed with stopping code 2 + 0 -36.8 cm 1.1 m -86.9 cm 2.51 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.8 cm 1.1 m -86.9 cm 0 eV 2.51 keV 103 nm 103 nm caloLayer_phys eIoni +Track (trackID 2499, parentID 2400) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2608, Parent ID = 2562 +* G4Track Information: Particle = e-, Track ID = 2498, Parent ID = 2401 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.5 cm 1.11 m -86.9 cm 614 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.5 cm 1.11 m -86.9 cm 0 eV 614 keV 399 um 399 um caloLayer_phys eIoni -Track (trackID 2608, parentID 2562) is processed with stopping code 2 + 0 -37 cm 1.1 m -86.3 cm 307 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37 cm 1.1 m -86.3 cm 0 eV 307 keV 154 um 154 um caloLayer_phys eIoni +Track (trackID 2498, parentID 2401) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2607, Parent ID = 2563 +* G4Track Information: Particle = e-, Track ID = 2497, Parent ID = 2401 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.5 cm 9.67 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.7 cm 1.1 m -86.5 cm 0 eV 9.67 keV 668 nm 668 nm caloLayer_phys eIoni -Track (trackID 2607, parentID 2563) is processed with stopping code 2 + 0 -37 cm 1.1 m -86.4 cm 202 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37 cm 1.1 m -86.4 cm 0 eV 202 keV 82.7 um 82.7 um caloLayer_phys eIoni +Track (trackID 2497, parentID 2401) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2606, Parent ID = 2564 +* G4Track Information: Particle = e-, Track ID = 2496, Parent ID = 2402 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.1 cm 1.11 m -87.4 cm 1.58 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.1 cm 1.11 m -87.5 cm 0 eV 1.58 MeV 1.2 mm 1.2 mm caloLayer_phys eIoni -Track (trackID 2606, parentID 2564) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.7 cm 13.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.7 cm 0 eV 13.4 keV 1.09 um 1.09 um caloLayer_phys eIoni +Track (trackID 2496, parentID 2402) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2605, Parent ID = 2565 +* G4Track Information: Particle = e-, Track ID = 2495, Parent ID = 2403 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.1 m -86.6 cm 87.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.7 cm 1.1 m -86.6 cm 0 eV 87.7 keV 22.2 um 22.2 um caloLayer_phys eIoni -Track (trackID 2605, parentID 2565) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.6 cm 44.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.6 cm 0 eV 44.7 keV 7.44 um 7.44 um caloLayer_phys eIoni +Track (trackID 2495, parentID 2403) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2604, Parent ID = 2566 +* G4Track Information: Particle = e-, Track ID = 2494, Parent ID = 2404 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.8 cm 1.1 m -86.5 cm 46.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.8 cm 1.1 m -86.5 cm 0 eV 46.1 keV 7.8 um 7.8 um caloLayer_phys eIoni -Track (trackID 2604, parentID 2566) is processed with stopping code 2 + 0 -35.9 cm 1.15 m -90.7 cm 9.03 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.9 cm 1.15 m -90.7 cm 0 eV 9.03 keV 604 nm 604 nm caloLayer_phys eIoni +Track (trackID 2494, parentID 2404) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2603, Parent ID = 2567 +* G4Track Information: Particle = e-, Track ID = 2493, Parent ID = 2405 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -38 cm 1.17 m -91.1 cm 86.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -38 cm 1.17 m -91.1 cm 0 eV 86.6 keV 21.8 um 21.8 um caloLayer_phys eIoni -Track (trackID 2603, parentID 2567) is processed with stopping code 2 + 0 -35.5 cm 1.06 m -83.2 cm 494 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -35.5 cm 1.06 m -83.2 cm 0 eV 494 keV 299 um 299 um caloLayer_phys eIoni +Track (trackID 2493, parentID 2405) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2602, Parent ID = 2567 +* G4Track Information: Particle = e-, Track ID = 2492, Parent ID = 2406 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -38 cm 1.17 m -91 cm 164 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -38 cm 1.17 m -91 cm 0 eV 164 keV 59.8 um 59.8 um caloLayer_phys eIoni -Track (trackID 2602, parentID 2567) is processed with stopping code 2 + 0 -32.4 cm 97.1 cm -74.1 cm 175 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.4 cm 97.1 cm -74.1 cm 0 eV 175 keV 66.4 um 66.4 um caloLayer_phys eIoni +Track (trackID 2492, parentID 2406) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2601, Parent ID = 2567 +* G4Track Information: Particle = e-, Track ID = 2491, Parent ID = 2406 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -38 cm 1.17 m -91 cm 739 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -38 cm 1.17 m -91 cm 0 eV 739 keV 506 um 506 um caloLayer_phys eIoni -Track (trackID 2601, parentID 2567) is processed with stopping code 2 + 0 -32.4 cm 97.1 cm -74.2 cm 1.19 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.4 cm 97.2 cm -74.2 cm 0 eV 1.19 MeV 895 um 895 um caloLayer_phys eIoni +Track (trackID 2491, parentID 2406) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2600, Parent ID = 2568 +* G4Track Information: Particle = e-, Track ID = 2490, Parent ID = 2406 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.9 cm 1.1 m -86.7 cm 696 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.9 cm 1.1 m -86.7 cm 0 eV 696 keV 469 um 469 um caloLayer_phys eIoni -Track (trackID 2600, parentID 2568) is processed with stopping code 2 + 0 -32.3 cm 96.4 cm -74.1 cm 374 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.3 cm 96.4 cm -74.2 cm 0 eV 374 keV 205 um 205 um caloLayer_phys eIoni +Track (trackID 2490, parentID 2406) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2599, Parent ID = 2568 +* G4Track Information: Particle = e-, Track ID = 2488, Parent ID = 2407 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.9 cm 1.1 m -86.7 cm 1.62 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37 cm 1.1 m -86.8 cm 9.36 keV 1.61 MeV 1.22 mm 1.22 mm caloLayer_phys eIoni - 2 -37 cm 1.1 m -86.8 cm 0 eV 9.36 keV 637 nm 1.22 mm caloLayer_phys eIoni -Track (trackID 2599, parentID 2568) is processed with stopping code 2 + 0 -32 cm 96.8 cm -75.1 cm 1.64 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32 cm 96.9 cm -75.1 cm 0 eV 1.64 MeV 1.23 mm 1.23 mm caloLayer_phys eIoni +Track (trackID 2488, parentID 2407) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2598, Parent ID = 2569 +* G4Track Information: Particle = e-, Track ID = 2486, Parent ID = 2408 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -38.4 cm 1.17 m -88.5 cm 645 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -38.4 cm 1.17 m -88.5 cm 0 eV 645 keV 426 um 426 um caloLayer_phys eIoni -Track (trackID 2598, parentID 2569) is processed with stopping code 2 + 0 -29.3 cm 96.3 cm -75 cm 2.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.2 cm 96.4 cm -75 cm 1.21 MeV 1.06 MeV 849 um 849 um caloLayer_phys eBrem + 2 -29.3 cm 96.4 cm -75 cm 508 keV 245 keV 315 um 1.16 mm caloLayer_phys eBrem + 3 -29.3 cm 96.4 cm -75 cm 0 eV 508 keV 311 um 1.48 mm caloLayer_phys eIoni +Track (trackID 2486, parentID 2408) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2597, Parent ID = 2569 +* G4Track Information: Particle = e-, Track ID = 2485, Parent ID = 2409 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -38.9 cm 1.16 m -88.4 cm 1.62 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -38.9 cm 1.16 m -88.5 cm 355 keV 1.07 MeV 1.02 mm 1.02 mm caloLayer_phys eBrem - 2 -38.9 cm 1.16 m -88.5 cm 0 eV 355 keV 190 um 1.21 mm caloLayer_phys eIoni -Track (trackID 2597, parentID 2569) is processed with stopping code 2 + 0 -30.9 cm 92.8 cm -72.9 cm 90.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.9 cm 92.8 cm -72.9 cm 0 eV 90.7 keV 23.4 um 23.4 um caloLayer_phys eIoni +Track (trackID 2485, parentID 2409) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2595, Parent ID = 2570 +* G4Track Information: Particle = e-, Track ID = 2484, Parent ID = 2410 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.1 cm 1.1 m -86.7 cm 9.91 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.1 cm 1.1 m -86.8 cm 9.06 MeV 436 keV 418 um 418 um caloLayer_phys eBrem - 2 -37.2 cm 1.1 m -87 cm 5.03 MeV 4.03 MeV 2.97 mm 3.39 mm caloLayer_phys eIoni - 3 -37.2 cm 1.1 m -86.9 cm 2.25 MeV 2.78 MeV 2.23 mm 5.62 mm caloLayer_phys eIoni - 4 -37.3 cm 1.1 m -86.8 cm 413 keV 1.84 MeV 1.52 mm 7.13 mm caloLayer_phys eIoni - 5 -37.3 cm 1.1 m -86.8 cm 0 eV 413 keV 235 um 7.37 mm caloLayer_phys eIoni -Track (trackID 2595, parentID 2570) is processed with stopping code 2 + 0 -30.8 cm 92.5 cm -72.6 cm 453 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.8 cm 92.5 cm -72.6 cm 0 eV 453 keV 266 um 266 um caloLayer_phys eIoni +Track (trackID 2484, parentID 2410) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2594, Parent ID = 2571 +* G4Track Information: Particle = e-, Track ID = 2483, Parent ID = 2411 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.6 cm 1.1 m -86.3 cm 16.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.6 cm 1.1 m -86.3 cm 0 eV 16.2 keV 1.46 um 1.46 um caloLayer_phys eIoni -Track (trackID 2594, parentID 2571) is processed with stopping code 2 + 0 -30.8 cm 92.8 cm -72.8 cm 142 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.8 cm 92.8 cm -72.8 cm 0 eV 142 keV 47.8 um 47.8 um caloLayer_phys eIoni +Track (trackID 2483, parentID 2411) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2593, Parent ID = 2572 +* G4Track Information: Particle = e-, Track ID = 2482, Parent ID = 2412 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -85.9 cm 178 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.09 m -85.9 cm 0 eV 178 keV 68.3 um 68.3 um caloLayer_phys eIoni -Track (trackID 2593, parentID 2572) is processed with stopping code 2 + 0 -31.1 cm 92.3 cm -73.1 cm 130 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.1 cm 92.3 cm -73.1 cm 0 eV 130 keV 41.4 um 41.4 um caloLayer_phys eIoni +Track (trackID 2482, parentID 2412) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2592, Parent ID = 2573 +* G4Track Information: Particle = e-, Track ID = 2481, Parent ID = 2412 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.1 cm 1.1 m -86.3 cm 205 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.1 cm 1.1 m -86.3 cm 0 eV 205 keV 84.8 um 84.8 um caloLayer_phys eIoni -Track (trackID 2592, parentID 2573) is processed with stopping code 2 + 0 -30.7 cm 92.1 cm -73.2 cm 353 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.7 cm 92.1 cm -73.2 cm 0 eV 353 keV 188 um 188 um caloLayer_phys eIoni +Track (trackID 2481, parentID 2412) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2591, Parent ID = 2573 +* G4Track Information: Particle = e-, Track ID = 2480, Parent ID = 2412 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.2 cm 1.1 m -86.3 cm 2.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.3 cm 1.1 m -86.3 cm 705 keV 898 keV 818 um 818 um caloLayer_phys eBrem - 2 -37.3 cm 1.1 m -86.3 cm 0 eV 705 keV 477 um 1.29 mm caloLayer_phys eIoni -Track (trackID 2591, parentID 2573) is processed with stopping code 2 + 0 -30.7 cm 92.2 cm -73.2 cm 1.05 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.7 cm 92.2 cm -73.3 cm 0 eV 1.05 MeV 770 um 770 um caloLayer_phys eIoni +Track (trackID 2480, parentID 2412) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2590, Parent ID = 2575 +* G4Track Information: Particle = e-, Track ID = 2479, Parent ID = 2412 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -85.9 cm 38.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.09 m -85.9 cm 0 eV 38.7 keV 5.89 um 5.89 um caloLayer_phys eIoni -Track (trackID 2590, parentID 2575) is processed with stopping code 2 + 0 -30.9 cm 92.4 cm -73 cm 1.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31 cm 92.3 cm -73 cm 318 keV 1.58 MeV 1.37 mm 1.37 mm caloLayer_phys eIoni + 2 -31 cm 92.3 cm -73 cm 0 eV 318 keV 162 um 1.53 mm caloLayer_phys eIoni +Track (trackID 2479, parentID 2412) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2589, Parent ID = 2576 +* G4Track Information: Particle = e-, Track ID = 2478, Parent ID = 2413 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.1 m -86 cm 157 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.1 m -86 cm 0 eV 157 keV 55.8 um 55.8 um caloLayer_phys eIoni -Track (trackID 2589, parentID 2576) is processed with stopping code 2 + 0 -32.8 cm 95.4 cm -72.7 cm 214 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.8 cm 95.4 cm -72.7 cm 0 eV 214 keV 90.2 um 90.2 um caloLayer_phys eIoni +Track (trackID 2478, parentID 2413) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2588, Parent ID = 2576 +* G4Track Information: Particle = e-, Track ID = 2477, Parent ID = 2413 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.1 m -86 cm 515 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.1 m -86 cm 335 keV 40.1 keV 30.3 um 30.3 um caloLayer_phys eBrem - 2 -36.5 cm 1.1 m -86 cm 0 eV 335 keV 175 um 205 um caloLayer_phys eIoni -Track (trackID 2588, parentID 2576) is processed with stopping code 2 + 0 -32.8 cm 95.4 cm -72.7 cm 263 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.8 cm 95.4 cm -72.7 cm 0 eV 263 keV 123 um 123 um caloLayer_phys eIoni +Track (trackID 2477, parentID 2413) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2587, Parent ID = 2577 +* G4Track Information: Particle = e-, Track ID = 2476, Parent ID = 2413 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.09 m -85.9 cm 13.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.09 m -85.9 cm 0 eV 13.3 keV 1.08 um 1.08 um caloLayer_phys eIoni -Track (trackID 2587, parentID 2577) is processed with stopping code 2 + 0 -32.5 cm 95.2 cm -73.1 cm 468 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.5 cm 95.2 cm -73.1 cm 0 eV 468 keV 278 um 278 um caloLayer_phys eIoni +Track (trackID 2476, parentID 2413) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2586, Parent ID = 2578 +* G4Track Information: Particle = e-, Track ID = 2475, Parent ID = 2414 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.4 cm 1.09 m -85.9 cm 130 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.4 cm 1.09 m -85.9 cm 0 eV 130 keV 41.8 um 41.8 um caloLayer_phys eIoni -Track (trackID 2586, parentID 2578) is processed with stopping code 2 + 0 -27.9 cm 83.4 cm -65.6 cm 21.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -27.9 cm 83.4 cm -65.6 cm 0 eV 21.3 keV 2.26 um 2.26 um caloLayer_phys eIoni +Track (trackID 2475, parentID 2414) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2585, Parent ID = 2579 +* G4Track Information: Particle = e-, Track ID = 2474, Parent ID = 2415 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.7 cm 1.07 m -86.2 cm 269 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.7 cm 1.07 m -86.2 cm 0 eV 269 keV 127 um 127 um caloLayer_phys eIoni -Track (trackID 2585, parentID 2579) is processed with stopping code 2 + 0 -27.6 cm 82.4 cm -64.8 cm 7.01 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -27.6 cm 82.4 cm -64.8 cm 0 eV 7.01 keV 419 nm 419 nm caloLayer_phys eIoni +Track (trackID 2474, parentID 2415) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2584, Parent ID = 2579 +* G4Track Information: Particle = e-, Track ID = 2473, Parent ID = 2416 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.1 cm 1.08 m -85.6 cm 140 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -37.1 cm 1.08 m -85.5 cm 0 eV 140 keV 246 um 246 um caloM_P eIoni -Track (trackID 2584, parentID 2579) is processed with stopping code 2 + 0 -26.7 cm 78.5 cm -62.4 cm 40.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -26.7 cm 78.5 cm -62.4 cm 0 eV 40.3 keV 6.27 um 6.27 um caloLayer_phys eIoni +Track (trackID 2473, parentID 2416) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2583, Parent ID = 2580 +* G4Track Information: Particle = e-, Track ID = 2472, Parent ID = 2417 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.3 cm 1.06 m -82.9 cm 151 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.3 cm 1.06 m -82.9 cm 0 eV 151 keV 52.8 um 52.8 um caloLayer_phys eIoni -Track (trackID 2583, parentID 2580) is processed with stopping code 2 + 0 -26.8 cm 78.6 cm -62.4 cm 1.65 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -26.8 cm 78.6 cm -62.4 cm 0 eV 1.65 keV 58.6 nm 58.6 nm caloLayer_phys eIoni +Track (trackID 2472, parentID 2417) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2582, Parent ID = 2581 +* G4Track Information: Particle = e-, Track ID = 2471, Parent ID = 2418 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35 cm 1.06 m -82.9 cm 252 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35 cm 1.06 m -82.9 cm 35.2 keV 216 keV 93.4 um 93.4 um caloLayer_phys eBrem - 2 -35 cm 1.06 m -82.9 cm 0 eV 35.2 keV 5.05 um 98.4 um caloLayer_phys eIoni -Track (trackID 2582, parentID 2581) is processed with stopping code 2 + 0 -25.6 cm 76 cm -59.8 cm 612 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -25.6 cm 76 cm -59.9 cm 0 eV 612 keV 397 um 397 um caloLayer_phys eIoni +Track (trackID 2471, parentID 2418) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2470, Parent ID = 2419 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.1 cm 1.05 m -82.8 cm 9.14 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.1 cm 1.05 m -82.8 cm 8.68 MeV 305 keV 308 um 308 um caloLayer_phys eBrem - 2 -35.2 cm 1.05 m -82.8 cm 6.62 MeV 517 keV 477 um 786 um caloLayer_phys eIoni - 3 -35.2 cm 1.06 m -82.9 cm 5.24 MeV 1.09 MeV 937 um 1.72 mm caloLayer_phys eBrem - 4 -35.2 cm 1.06 m -82.9 cm 5.1 MeV 42.8 keV 47.9 um 1.77 mm caloLayer_phys eBrem - 5 -35.2 cm 1.06 m -82.9 cm 4.44 MeV 107 keV 106 um 1.88 mm caloLayer_phys eBrem - 6 -35.4 cm 1.06 m -82.8 cm 1.94 MeV 2.51 MeV 2.1 mm 3.98 mm caloLayer_phys eBrem - 7 -35.3 cm 1.06 m -82.8 cm 471 keV 1.46 MeV 1.34 mm 5.32 mm caloLayer_phys eBrem - 8 -35.3 cm 1.06 m -82.8 cm 0 eV 471 keV 281 um 5.6 mm caloLayer_phys eIoni -Track (trackID 183, parentID 3) is processed with stopping code 2 + 0 -24.1 cm 72.1 cm -56.6 cm 129 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -24.1 cm 72.1 cm -56.6 cm 0 eV 129 keV 41 um 41 um caloLayer_phys eIoni +Track (trackID 2470, parentID 2419) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2746, Parent ID = 183 +* G4Track Information: Particle = e-, Track ID = 2469, Parent ID = 2420 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.2 cm 1.05 m -82.8 cm 1.54 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.2 cm 1.06 m -82.9 cm 0 eV 1.54 MeV 1.17 mm 1.17 mm caloLayer_phys eIoni -Track (trackID 2746, parentID 183) is processed with stopping code 2 + 0 -23.6 cm 71.8 cm -56.4 cm 164 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.6 cm 71.8 cm -56.4 cm 0 eV 164 keV 60.1 um 60.1 um caloLayer_phys eIoni +Track (trackID 2469, parentID 2420) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 182, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2468, Parent ID = 2420 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34.8 cm 1.04 m -81.9 cm 297 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -34.7 cm 1.04 m -81.9 cm 265 keV 31.7 keV 142 um 142 um caloM_P msc - 2 -34.7 cm 1.04 m -81.9 cm 258 keV 6.99 keV 48.3 um 190 um caloM_P CoupledTransportation - 3 -34.7 cm 1.04 m -81.9 cm 247 keV 11 keV 5.71 um 196 um caloLayer_phys msc - 4 -34.7 cm 1.04 m -81.9 cm 244 keV 3.13 keV 4.78 um 201 um caloLayer_phys msc - 5 -34.7 cm 1.04 m -81.9 cm 234 keV 10.1 keV 4.78 um 205 um caloLayer_phys msc - 6 -34.7 cm 1.04 m -81.9 cm 229 keV 4.83 keV 4.78 um 210 um caloLayer_phys msc - 7 -34.7 cm 1.04 m -81.9 cm 223 keV 5.65 keV 4.78 um 215 um caloLayer_phys msc - 8 -34.7 cm 1.04 m -81.9 cm 212 keV 11.5 keV 4.78 um 220 um caloLayer_phys msc - 9 -34.7 cm 1.04 m -81.9 cm 192 keV 20.1 keV 4.78 um 225 um caloLayer_phys msc - 10 -34.7 cm 1.04 m -81.9 cm 187 keV 4.72 keV 5.53 um 230 um caloLayer_phys msc - 11 -34.7 cm 1.04 m -81.9 cm 183 keV 4.11 keV 4.78 um 235 um caloLayer_phys msc - 12 -34.7 cm 1.04 m -81.9 cm 176 keV 7.22 keV 4.78 um 240 um caloLayer_phys msc - 13 -34.7 cm 1.04 m -81.9 cm 173 keV 2.6 keV 4.78 um 244 um caloLayer_phys msc - 14 -34.7 cm 1.04 m -81.9 cm 161 keV 12.1 keV 4.78 um 249 um caloLayer_phys msc - 15 -34.7 cm 1.04 m -81.9 cm 159 keV 2.16 keV 4.78 um 254 um caloLayer_phys msc - 16 -34.7 cm 1.04 m -81.9 cm 153 keV 5.48 keV 4.78 um 259 um caloLayer_phys msc - 17 -34.7 cm 1.04 m -81.9 cm 147 keV 6.07 keV 4.78 um 264 um caloLayer_phys msc - 18 -34.7 cm 1.04 m -81.9 cm 139 keV 8.3 keV 4.78 um 268 um caloLayer_phys msc - 19 -34.7 cm 1.04 m -81.9 cm 130 keV 8.6 keV 4.78 um 273 um caloLayer_phys msc - 20 -34.7 cm 1.04 m -81.9 cm 123 keV 7.6 keV 4.78 um 278 um caloLayer_phys msc - 21 -34.7 cm 1.04 m -81.9 cm 114 keV 8.88 keV 4.78 um 283 um caloLayer_phys msc - 22 -34.7 cm 1.04 m -81.9 cm 104 keV 9.84 keV 4.78 um 287 um caloLayer_phys msc - 23 -34.7 cm 1.04 m -81.9 cm 99 keV 5.07 keV 4.78 um 292 um caloLayer_phys msc - 24 -34.7 cm 1.04 m -81.9 cm 87.4 keV 11.6 keV 4.78 um 297 um caloLayer_phys msc - 25 -34.7 cm 1.04 m -81.9 cm 78.7 keV 8.75 keV 4.78 um 302 um caloLayer_phys msc - 26 -34.7 cm 1.04 m -81.9 cm 66.9 keV 11.8 keV 4.78 um 307 um caloLayer_phys msc - 27 -34.7 cm 1.04 m -81.9 cm 46 keV 20.9 keV 4.78 um 311 um caloLayer_phys msc - 28 -34.7 cm 1.04 m -81.9 cm 28.4 keV 17.6 keV 4.78 um 316 um caloLayer_phys msc - 29 -34.7 cm 1.04 m -81.9 cm 0 eV 28.4 keV 3.56 um 320 um caloLayer_phys eIoni -Track (trackID 182, parentID 3) is processed with stopping code 2 + 0 -23.6 cm 71.8 cm -56.4 cm 146 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.6 cm 71.8 cm -56.4 cm 0 eV 146 keV 50.2 um 50.2 um caloLayer_phys eIoni +Track (trackID 2468, parentID 2420) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2467, Parent ID = 2420 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34.3 cm 1.03 m -80.8 cm 309 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -34.4 cm 1.03 m -80.9 cm 0 eV 309 keV 858 um 858 um caloM_P eIoni -Track (trackID 181, parentID 3) is processed with stopping code 2 + 0 -23.7 cm 72.2 cm -56.5 cm 978 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.7 cm 72.2 cm -56.5 cm 0 eV 978 keV 712 um 712 um caloLayer_phys eIoni +Track (trackID 2467, parentID 2420) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2465, Parent ID = 2421 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34.2 cm 1.02 m -80.5 cm 377 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -34.2 cm 1.02 m -80.6 cm 371 keV 6.09 keV 40.3 um 40.3 um caloM_P msc - 2 -34.3 cm 1.02 m -80.6 cm 68.6 keV 302 keV 1.11 mm 1.15 mm caloM_P eIoni - 3 -34.3 cm 1.02 m -80.6 cm 0 eV 68.6 keV 72.8 um 1.23 mm caloM_P eIoni -Track (trackID 180, parentID 3) is processed with stopping code 2 + 0 -22 cm 72.1 cm -56.5 cm 3.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22 cm 72.1 cm -56.5 cm 1.73 MeV 1.64 MeV 897 um 897 um caloLayer_phys eBrem + 2 -22.1 cm 72.1 cm -56.5 cm 1.44 MeV 293 keV 285 um 1.18 mm caloLayer_phys eBrem + 3 -22.1 cm 72.2 cm -56.6 cm 15.9 keV 1.42 MeV 1.1 mm 2.28 mm caloLayer_phys eIoni + 4 -22.1 cm 72.2 cm -56.6 cm 0 eV 15.9 keV 1.42 um 2.28 mm caloLayer_phys eIoni +Track (trackID 2465, parentID 2421) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2464, Parent ID = 2422 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34 cm 1.02 m -80.1 cm 1.25 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -34 cm 1.02 m -80.2 cm 471 keV 532 keV 561 um 561 um caloLayer_phys eBrem - 2 -34 cm 1.02 m -80.2 cm 0 eV 471 keV 281 um 842 um caloLayer_phys eIoni -Track (trackID 179, parentID 3) is processed with stopping code 2 + 0 -23.2 cm 68.8 cm -54 cm 131 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.1 cm 68.8 cm -54 cm 0 eV 131 keV 42 um 42 um caloLayer_phys eIoni +Track (trackID 2464, parentID 2422) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2463, Parent ID = 2423 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -33.8 cm 1.01 m -79.5 cm 2.18 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -33.9 cm 1.01 m -79.6 cm 438 keV 1.75 MeV 1.49 mm 1.49 mm caloLayer_phys eIoni - 2 -33.9 cm 1.01 m -79.6 cm 0 eV 438 keV 254 um 1.74 mm caloLayer_phys eIoni -Track (trackID 178, parentID 3) is processed with stopping code 2 + 0 -23.3 cm 68.5 cm -48.1 cm 108 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.3 cm 68.5 cm -48.1 cm 0 eV 108 keV 31.2 um 31.2 um caloLayer_phys eIoni +Track (trackID 2463, parentID 2423) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2462, Parent ID = 2423 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.5 cm 94.3 cm -74.1 cm 307 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -31.5 cm 94.4 cm -74.1 cm 0 eV 307 keV 852 um 852 um caloM_P eIoni -Track (trackID 177, parentID 3) is processed with stopping code 2 + 0 -23.3 cm 68.5 cm -48.1 cm 637 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23.3 cm 68.5 cm -48.1 cm 0 eV 637 keV 418 um 418 um caloLayer_phys eIoni +Track (trackID 2462, parentID 2423) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2461, Parent ID = 2423 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.1 cm 93.1 cm -73.2 cm 366 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -31.2 cm 93.1 cm -73.3 cm 59.8 keV 307 keV 1.1 mm 1.1 mm caloM_P eIoni - 2 -31.2 cm 93.1 cm -73.3 cm 0 eV 59.8 keV 57.4 um 1.16 mm caloM_P eIoni -Track (trackID 176, parentID 3) is processed with stopping code 2 + 0 -23 cm 67.3 cm -48.8 cm 35.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -23 cm 67.3 cm -48.8 cm 0 eV 35.4 keV 5.09 um 5.09 um caloLayer_phys eIoni +Track (trackID 2461, parentID 2423) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2460, Parent ID = 2424 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30.9 cm 92.5 cm -72.7 cm 33.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -30.9 cm 92.7 cm -72.8 cm 28.4 MeV 1.88 MeV 1.51 mm 1.51 mm caloLayer_phys eBrem - 2 -30.9 cm 92.7 cm -72.8 cm 27.7 MeV 546 keV 457 um 1.97 mm caloLayer_phys eBrem - 3 -31 cm 93 cm -73 cm 23 MeV 4.68 MeV 3.47 mm 5.44 mm caloLayer_phys CoupledTransportation - 4 -31 cm 93.2 cm -73.4 cm 21.8 MeV 755 keV 4.86 mm 1.03 cm caloM_P eIoni - 5 -31.1 cm 93.9 cm -74.6 cm 19.2 MeV 2.36 MeV 1.39 cm 2.42 cm caloM_P eBrem - 6 -31.2 cm 95 cm -76.4 cm 16 MeV 3.28 MeV 2.12 cm 4.55 cm caloM_P CoupledTransportation - 7 -31.2 cm 95.1 cm -76.5 cm 14.1 MeV 1.58 MeV 696 um 4.62 cm caloLayer_phys eBrem - 8 -31.2 cm 95.1 cm -76.5 cm 11.1 MeV 876 keV 799 um 4.7 cm caloLayer_phys eBrem - 9 -31.3 cm 95.1 cm -76.6 cm 8.81 MeV 2.11 MeV 1.01 mm 4.8 cm caloLayer_phys eBrem - 10 -31.3 cm 95.2 cm -76.7 cm 6.82 MeV 1.99 MeV 1.26 mm 4.93 cm caloLayer_phys msc - 11 -31.3 cm 95.2 cm -76.7 cm 6.59 MeV 109 keV 97.7 um 4.94 cm caloLayer_phys eBrem - 12 -31.3 cm 95.1 cm -76.7 cm 1.98 MeV 1.01 MeV 840 um 5.02 cm caloLayer_phys eBrem - 13 -31.2 cm 95.1 cm -76.8 cm 765 keV 886 keV 941 um 5.11 cm caloLayer_phys eBrem - 14 -31.2 cm 95.1 cm -76.8 cm 0 eV 765 keV 527 um 5.17 cm caloLayer_phys eIoni -Track (trackID 175, parentID 3) is processed with stopping code 2 + 0 -21.6 cm 64.2 cm -50.6 cm 407 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.6 cm 64.2 cm -50.6 cm 0 eV 407 keV 230 um 230 um caloLayer_phys eIoni +Track (trackID 2460, parentID 2424) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2753, Parent ID = 175 +* G4Track Information: Particle = e-, Track ID = 2459, Parent ID = 2424 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31 cm 93.2 cm -73.4 cm 468 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -31.1 cm 93.1 cm -73.6 cm 120 keV 348 keV 1.41 mm 1.41 mm caloM_P eIoni - 2 -31.1 cm 93.2 cm -73.6 cm 0 eV 120 keV 188 um 1.59 mm caloM_P eIoni -Track (trackID 2753, parentID 175) is processed with stopping code 2 + 0 -21.5 cm 64 cm -50.4 cm 59.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 64 cm -50.4 cm 0 eV 59.3 keV 11.8 um 11.8 um caloLayer_phys eIoni +Track (trackID 2459, parentID 2424) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2458, Parent ID = 2425 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.2 cm 87.3 cm -68.6 cm 2.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -29.2 cm 87.3 cm -68.6 cm 951 keV 836 keV 614 um 614 um caloLayer_phys eBrem - 2 -29.2 cm 87.3 cm -68.6 cm 0 eV 951 keV 688 um 1.3 mm caloLayer_phys eIoni -Track (trackID 173, parentID 3) is processed with stopping code 2 + 0 -21.5 cm 64.1 cm -50.4 cm 41.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 64.1 cm -50.4 cm 0 eV 41.6 keV 6.62 um 6.62 um caloLayer_phys eIoni +Track (trackID 2458, parentID 2425) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2457, Parent ID = 2426 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -27.9 cm 83.3 cm -65.5 cm 1.92 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -27.9 cm 83.4 cm -65.5 cm 355 keV 1.57 MeV 1.38 mm 1.38 mm caloLayer_phys eIoni - 2 -27.9 cm 83.4 cm -65.5 cm 0 eV 355 keV 190 um 1.57 mm caloLayer_phys eIoni -Track (trackID 172, parentID 3) is processed with stopping code 2 + 0 -21.5 cm 64 cm -50.7 cm 279 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 64 cm -50.7 cm 0 eV 279 keV 134 um 134 um caloLayer_phys eIoni +Track (trackID 2457, parentID 2426) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2456, Parent ID = 2427 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -27.6 cm 82.4 cm -64.8 cm 1.59 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -27.7 cm 82.4 cm -64.9 cm 32.3 keV 1.56 MeV 1.17 mm 1.17 mm caloLayer_phys eBrem - 2 -27.7 cm 82.4 cm -64.9 cm 0 eV 32.3 keV 4.38 um 1.18 mm caloLayer_phys eIoni -Track (trackID 171, parentID 3) is processed with stopping code 2 + 0 -21.1 cm 64.5 cm -54.7 cm 86.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.1 cm 64.5 cm -54.7 cm 0 eV 86.6 keV 21.8 um 21.8 um caloLayer_phys eIoni +Track (trackID 2456, parentID 2427) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2455, Parent ID = 2427 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -27.1 cm 80.8 cm -63.5 cm 1.95 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -27 cm 80.8 cm -63.7 cm 599 keV 1.35 MeV 1.39 mm 1.39 mm caloLayer_phys eIoni - 2 -27 cm 80.8 cm -63.7 cm 0 eV 599 keV 387 um 1.78 mm caloLayer_phys eIoni -Track (trackID 170, parentID 3) is processed with stopping code 2 + 0 -21.1 cm 64.5 cm -54.7 cm 126 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.1 cm 64.5 cm -54.7 cm 0 eV 126 keV 39.6 um 39.6 um caloLayer_phys eIoni +Track (trackID 2455, parentID 2427) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2454, Parent ID = 2427 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.4 cm 78.7 cm -61.9 cm 1.99 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -26.4 cm 78.7 cm -61.9 cm 1.94 MeV 55.6 keV 43.4 um 43.4 um caloLayer_phys msc - 2 -26.4 cm 78.7 cm -61.9 cm 1.93 MeV 11.2 keV 63.3 um 107 um caloM_P msc - 3 -26.4 cm 78.7 cm -61.9 cm 1.92 MeV 7.76 keV 63.3 um 170 um caloM_P msc - 4 -26.4 cm 78.7 cm -61.9 cm 1.91 MeV 6.8 keV 63.3 um 233 um caloM_P msc - 5 -26.4 cm 78.7 cm -61.9 cm 1.9 MeV 9.74 keV 63.3 um 297 um caloM_P msc - 6 -26.4 cm 78.7 cm -61.9 cm 1.9 MeV 6.77 keV 63.3 um 360 um caloM_P msc - 7 -26.4 cm 78.7 cm -61.9 cm 1.89 MeV 7.66 keV 63.3 um 423 um caloM_P msc - 8 -26.4 cm 78.7 cm -61.9 cm 1.88 MeV 8.42 keV 63.3 um 486 um caloM_P msc - 9 -26.4 cm 78.7 cm -61.9 cm 1.87 MeV 9.77 keV 63.3 um 550 um caloM_P msc - 10 -26.4 cm 78.7 cm -61.9 cm 1.86 MeV 6.77 keV 63.3 um 613 um caloM_P msc - 11 -26.4 cm 78.7 cm -61.9 cm 1.86 MeV 7.29 keV 63.3 um 676 um caloM_P msc - 12 -26.4 cm 78.7 cm -61.9 cm 1.85 MeV 9.1 keV 65 um 741 um caloM_P msc - 13 -26.5 cm 78.7 cm -61.9 cm 1.79 MeV 56.4 keV 73.7 um 815 um caloM_P msc - 14 -26.5 cm 78.7 cm -61.9 cm 1.78 MeV 15.1 keV 79 um 894 um caloM_P msc - 15 -26.5 cm 78.7 cm -61.9 cm 1.75 MeV 28.8 keV 85.8 um 980 um caloM_P msc - 16 -26.5 cm 78.7 cm -61.9 cm 1.73 MeV 11.8 keV 92.1 um 1.07 mm caloM_P msc - 17 -26.5 cm 78.7 cm -62 cm 1.72 MeV 12.3 keV 100 um 1.17 mm caloM_P msc - 18 -26.5 cm 78.7 cm -62 cm 1.71 MeV 15.6 keV 104 um 1.28 mm caloM_P msc - 19 -26.5 cm 78.7 cm -62 cm 1.7 MeV 9.84 keV 114 um 1.39 mm caloM_P msc - 20 -26.5 cm 78.7 cm -62 cm 1.68 MeV 20.6 keV 124 um 1.51 mm caloM_P msc - 21 -26.5 cm 78.7 cm -62 cm 1.66 MeV 14.3 keV 132 um 1.65 mm caloM_P msc - 22 -26.5 cm 78.7 cm -62 cm 1.64 MeV 24.2 keV 144 um 1.79 mm caloM_P msc - 23 -26.6 cm 78.7 cm -62 cm 1.61 MeV 31.4 keV 156 um 1.95 mm caloM_P msc - 24 -26.6 cm 78.7 cm -62 cm 1.58 MeV 23.2 keV 164 um 2.11 mm caloM_P msc - 25 -26.6 cm 78.7 cm -62 cm 1.56 MeV 20.9 keV 173 um 2.28 mm caloM_P msc - 26 -26.6 cm 78.7 cm -62 cm 1.53 MeV 37.2 keV 186 um 2.47 mm caloM_P msc - 27 -26.6 cm 78.7 cm -62 cm 1.49 MeV 37.5 keV 211 um 2.68 mm caloM_P msc - 28 -26.6 cm 78.7 cm -62 cm 1.45 MeV 33.9 keV 231 um 2.91 mm caloM_P msc - 29 -26.7 cm 78.7 cm -62 cm 1.41 MeV 45.7 keV 264 um 3.17 mm caloM_P msc - 30 -26.7 cm 78.8 cm -62 cm 1.38 MeV 30.7 keV 290 um 3.46 mm caloM_P msc - 31 -26.7 cm 78.8 cm -62 cm 1.31 MeV 62.8 keV 332 um 3.8 mm caloM_P msc - 32 -26.8 cm 78.8 cm -62.1 cm 1.27 MeV 44.9 keV 358 um 4.15 mm caloM_P msc - 33 -26.8 cm 78.8 cm -62.1 cm 1.14 MeV 126 keV 402 um 4.56 mm caloM_P msc - 34 -26.8 cm 78.8 cm -62.1 cm 1.08 MeV 62.9 keV 457 um 5.01 mm caloM_P msc - 35 -26.9 cm 78.8 cm -62.1 cm 882 keV 199 keV 497 um 5.51 mm caloM_P msc - 36 -26.9 cm 78.7 cm -62.1 cm 798 keV 83.8 keV 508 um 6.02 mm caloM_P msc - 37 -26.9 cm 78.7 cm -62.2 cm 658 keV 140 keV 510 um 6.53 mm caloM_P msc - 38 -26.9 cm 78.7 cm -62.2 cm 588 keV 69.6 keV 469 um 7 mm caloM_P msc - 39 -26.9 cm 78.7 cm -62.3 cm 487 keV 102 keV 446 um 7.45 mm caloM_P msc - 40 -26.9 cm 78.7 cm -62.3 cm 418 keV 68.4 keV 425 um 7.87 mm caloM_P msc - 41 -26.9 cm 78.7 cm -62.4 cm 117 keV 301 keV 1.27 mm 9.14 mm caloM_P eIoni - 42 -26.9 cm 78.7 cm -62.4 cm 0 eV 117 keV 182 um 9.32 mm caloM_P eIoni -Track (trackID 169, parentID 3) is processed with stopping code 2 + 0 -20.9 cm 64.4 cm -54.6 cm 40.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -20.9 cm 64.4 cm -54.6 cm 0 eV 40.1 keV 6.23 um 6.23 um caloLayer_phys eIoni +Track (trackID 2454, parentID 2427) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2453, Parent ID = 2427 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.3 cm 78.5 cm -61.7 cm 1.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -26.3 cm 78.5 cm -61.8 cm 0 eV 1.21 MeV 911 um 911 um caloLayer_phys eIoni -Track (trackID 168, parentID 3) is processed with stopping code 2 + 0 -20.8 cm 64.3 cm -54.7 cm 1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -20.8 cm 64.3 cm -54.7 cm 0 eV 1 MeV 734 um 734 um caloLayer_phys eIoni +Track (trackID 2453, parentID 2427) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2452, Parent ID = 2428 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.2 cm 78.3 cm -61.6 cm 1.68 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -26.2 cm 78.5 cm -61.7 cm 352 keV 1.32 MeV 1.25 mm 1.25 mm caloLayer_phys eIoni - 2 -26.2 cm 78.5 cm -61.7 cm 0 eV 352 keV 188 um 1.44 mm caloLayer_phys eIoni -Track (trackID 167, parentID 3) is processed with stopping code 2 + 0 -21.1 cm 63.8 cm -50.5 cm 213 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.1 cm 63.8 cm -50.5 cm 0 eV 213 keV 89.4 um 89.4 um caloLayer_phys eIoni +Track (trackID 2452, parentID 2428) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2451, Parent ID = 2428 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -25.5 cm 76 cm -59.8 cm 1.29 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -25.5 cm 76 cm -59.8 cm 936 keV 240 keV 281 um 281 um caloLayer_phys eBrem - 2 -25.5 cm 76 cm -59.8 cm 0 eV 936 keV 676 um 957 um caloLayer_phys eIoni -Track (trackID 166, parentID 3) is processed with stopping code 2 + 0 -21.4 cm 63.9 cm -50.4 cm 177 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.4 cm 63.9 cm -50.4 cm 0 eV 177 keV 67.8 um 67.8 um caloLayer_phys eIoni +Track (trackID 2451, parentID 2428) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2450, Parent ID = 2429 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.7 cm 73.6 cm -57.9 cm 1.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.7 cm 73.6 cm -58 cm 0 eV 1.02 MeV 745 um 745 um caloLayer_phys eIoni -Track (trackID 165, parentID 3) is processed with stopping code 2 + 0 -21.1 cm 63.8 cm -50.8 cm 232 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.1 cm 63.8 cm -50.8 cm 0 eV 232 keV 102 um 102 um caloLayer_phys eIoni +Track (trackID 2450, parentID 2429) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2449, Parent ID = 2430 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.3 cm 72.3 cm -56.9 cm 1.88 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.4 cm 72.3 cm -57 cm 178 keV 1.71 MeV 1.36 mm 1.36 mm caloLayer_phys eIoni - 2 -24.4 cm 72.3 cm -57 cm 0 eV 178 keV 67.9 um 1.43 mm caloLayer_phys eIoni -Track (trackID 164, parentID 3) is processed with stopping code 2 + 0 -21.5 cm 63.9 cm -50.1 cm 51.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 63.9 cm -50.1 cm 0 eV 51.4 keV 9.32 um 9.32 um caloLayer_phys eIoni +Track (trackID 2449, parentID 2430) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2448, Parent ID = 2431 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.2 cm 72 cm -56.7 cm 4.19 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.2 cm 72.2 cm -56.8 cm 1.47 MeV 2.61 MeV 1.96 mm 1.96 mm caloLayer_phys eBrem - 2 -24.2 cm 72.1 cm -56.8 cm 242 keV 1.22 MeV 1.12 mm 3.08 mm caloLayer_phys eIoni - 3 -24.2 cm 72.1 cm -56.8 cm 0 eV 242 keV 108 um 3.19 mm caloLayer_phys eIoni -Track (trackID 163, parentID 3) is processed with stopping code 2 + 0 -21.4 cm 63.7 cm -50.1 cm 48.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.4 cm 63.7 cm -50.1 cm 0 eV 48.8 keV 8.58 um 8.58 um caloLayer_phys eIoni +Track (trackID 2448, parentID 2431) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2447, Parent ID = 2432 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.1 cm 71.7 cm -56.4 cm 2.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.1 cm 71.7 cm -56.4 cm 1.52 MeV 368 keV 404 um 404 um caloLayer_phys eBrem - 2 -24.2 cm 71.7 cm -56.4 cm 177 keV 1.14 MeV 956 um 1.36 mm caloLayer_phys eBrem - 3 -24.2 cm 71.7 cm -56.4 cm 0 eV 177 keV 67.5 um 1.43 mm caloLayer_phys eIoni -Track (trackID 162, parentID 3) is processed with stopping code 2 + 0 -21.5 cm 63.7 cm -50.1 cm 93.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -21.5 cm 63.7 cm -50.1 cm 0 eV 93.3 keV 24.5 um 24.5 um caloLayer_phys eIoni +Track (trackID 2447, parentID 2432) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2446, Parent ID = 2433 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.8 cm -54.2 cm 1.21 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.2 cm 68.8 cm -54.2 cm 0 eV 1.21 MeV 910 um 910 um caloLayer_phys eIoni -Track (trackID 161, parentID 3) is processed with stopping code 2 + 0 -20.2 cm 58.5 cm -46.4 cm 522 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -20.2 cm 58.5 cm -46.4 cm 0 eV 522 keV 323 um 323 um caloLayer_phys eIoni +Track (trackID 2446, parentID 2433) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2445, Parent ID = 2434 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.7 cm -54.1 cm 10.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.7 cm -54.1 cm 10.1 MeV 181 keV 168 um 168 um caloLayer_phys eBrem - 2 -23.1 cm 68.8 cm -54.1 cm 8.89 MeV 322 keV 165 um 333 um caloLayer_phys eBrem - 3 -23.1 cm 68.8 cm -54.1 cm 8.34 MeV 215 keV 210 um 543 um caloLayer_phys eBrem - 4 -23.1 cm 68.9 cm -54.1 cm 6.96 MeV 1.38 MeV 1.32 mm 1.86 mm caloLayer_phys msc - 5 -23.1 cm 69 cm -54.1 cm 6 MeV 957 keV 815 um 2.68 mm caloLayer_phys msc - 6 -23.1 cm 69 cm -54 cm 5.17 MeV 831 keV 671 um 3.35 mm caloLayer_phys msc - 7 -23.1 cm 69 cm -54 cm 4.1 MeV 274 keV 138 um 3.49 mm caloLayer_phys eBrem - 8 -23.1 cm 68.9 cm -54 cm 3.44 MeV 664 keV 673 um 4.16 mm caloLayer_phys msc - 9 -23.2 cm 68.9 cm -53.9 cm 2.83 MeV 612 keV 543 um 4.7 mm caloLayer_phys msc - 10 -23.1 cm 68.9 cm -53.9 cm 2.46 MeV 176 keV 207 um 4.91 mm caloLayer_phys eBrem - 11 -23.1 cm 68.9 cm -53.9 cm 2.08 MeV 9.1 keV 10.6 um 4.92 mm caloLayer_phys eBrem - 12 -23.1 cm 68.9 cm -53.9 cm 1.62 MeV 111 keV 134 um 5.05 mm caloLayer_phys eBrem - 13 -23.1 cm 68.9 cm -53.9 cm 0 eV 1.62 MeV 1.22 mm 6.27 mm caloLayer_phys eIoni -Track (trackID 160, parentID 3) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.9 cm 30.1 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.3 cm 57 cm -44.9 cm 0 eV 30.1 keV 3.92 um 3.92 um caloLayer_phys eIoni +Track (trackID 2445, parentID 2434) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2444, Parent ID = 2435 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.7 cm -54 cm 1.77 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.8 cm -54.1 cm 0 eV 1.77 MeV 1.3 mm 1.3 mm caloLayer_phys eIoni -Track (trackID 159, parentID 3) is processed with stopping code 2 + 0 -19.3 cm 57 cm -44.8 cm 18.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.2 cm 57 cm -44.8 cm 0 eV 18.6 keV 1.81 um 1.81 um caloLayer_phys eIoni +Track (trackID 2444, parentID 2435) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2443, Parent ID = 2436 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -22.4 cm 66.7 cm -52.5 cm 1.16 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -22.4 cm 66.7 cm -52.6 cm 0 eV 1.16 MeV 867 um 867 um caloLayer_phys eIoni -Track (trackID 158, parentID 3) is processed with stopping code 2 + 0 -19 cm 57.6 cm -45.5 cm 232 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19 cm 57.6 cm -45.5 cm 0 eV 232 keV 102 um 102 um caloLayer_phys eIoni +Track (trackID 2443, parentID 2436) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2442, Parent ID = 2437 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -22.1 cm 65.7 cm -51.7 cm 409 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -22.2 cm 65.8 cm -51.7 cm 105 keV 304 keV 1.24 mm 1.24 mm caloM_P eIoni - 2 -22.2 cm 65.8 cm -51.7 cm 0 eV 105 keV 150 um 1.39 mm caloM_P eIoni -Track (trackID 157, parentID 3) is processed with stopping code 2 + 0 -19.6 cm 57.1 cm -44.8 cm 176 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -19.6 cm 57.1 cm -44.8 cm 0 eV 176 keV 66.8 um 66.8 um caloLayer_phys eIoni +Track (trackID 2442, parentID 2437) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2441, Parent ID = 2438 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.8 cm 64.9 cm -51.1 cm 376 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -22 cm 64.9 cm -51 cm 41.1 keV 335 keV 1.13 mm 1.13 mm caloM_P eIoni - 2 -22 cm 64.9 cm -51 cm 0 eV 41.1 keV 29.6 um 1.16 mm caloM_P eIoni -Track (trackID 156, parentID 3) is processed with stopping code 2 + 0 -15.9 cm 55.8 cm -42.3 cm 14.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -15.9 cm 55.8 cm -42.3 cm 13.6 keV 853 eV 61.3 nm 61.3 nm caloLayer_phys msc + 2 -15.9 cm 55.8 cm -42.3 cm 0 eV 13.6 keV 1.11 um 1.17 um caloLayer_phys eIoni +Track (trackID 2441, parentID 2438) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2440, Parent ID = 2439 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.8 cm 64.6 cm -50.9 cm 2.95 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -22 cm 65.1 cm -50.9 cm 1.97 MeV 987 keV 4.66 mm 4.66 mm caloM_P eIoni - 2 -22 cm 65.1 cm -50.8 cm 1.47 MeV 65.3 keV 504 um 5.16 mm caloM_P eIoni - 3 -21.9 cm 65.1 cm -50.6 cm 1 MeV 471 keV 2.88 mm 8.05 mm caloM_P eIoni - 4 -22 cm 65.1 cm -50.4 cm 579 keV 423 keV 2.29 mm 1.03 cm caloM_P eIoni - 5 -22.1 cm 65.1 cm -50.3 cm 153 keV 426 keV 1.64 mm 1.2 cm caloM_P eIoni - 6 -22.1 cm 65.1 cm -50.3 cm 0 eV 153 keV 284 um 1.23 cm caloM_P eIoni -Track (trackID 155, parentID 3) is processed with stopping code 2 + 0 -17.6 cm 52.2 cm -41.1 cm 41.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.6 cm 52.2 cm -41.1 cm 0 eV 41.2 keV 6.51 um 6.51 um caloLayer_phys eIoni +Track (trackID 2440, parentID 2439) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2773, Parent ID = 155 +* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -22 cm 65.1 cm -50.8 cm 429 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -22 cm 65.2 cm -50.7 cm 125 keV 304 keV 1.3 mm 1.3 mm caloM_P eIoni - 2 -22 cm 65.2 cm -50.7 cm 0 eV 125 keV 204 um 1.51 mm caloM_P eIoni -Track (trackID 2773, parentID 155) is processed with stopping code 2 + 0 -17.5 cm 51.8 cm -40.7 cm 1.76 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -17.6 cm 52.1 cm -40.7 cm 1.38 MeV 383 keV 2.39 mm 2.39 mm caloM_P msc + 2 -17.6 cm 52.1 cm -40.7 cm 1.35 MeV 35.5 keV 257 um 2.65 mm caloM_P CoupledTransportation + 3 -17.6 cm 52.1 cm -40.7 cm 1.3 MeV 44.3 keV 35.4 um 2.69 mm caloLayer_phys msc + 4 -17.6 cm 52.1 cm -40.7 cm 1.28 MeV 23.9 keV 41.2 um 2.73 mm caloLayer_phys msc + 5 -17.6 cm 52.1 cm -40.7 cm 1.25 MeV 30.3 keV 41.2 um 2.77 mm caloLayer_phys msc + 6 -17.6 cm 52.1 cm -40.7 cm 1.22 MeV 28.7 keV 41.2 um 2.81 mm caloLayer_phys msc + 7 -17.6 cm 52.1 cm -40.7 cm 1.18 MeV 42.1 keV 41.2 um 2.85 mm caloLayer_phys msc + 8 -17.6 cm 52.1 cm -40.7 cm 1.13 MeV 50.9 keV 41.2 um 2.89 mm caloLayer_phys msc + 9 -17.6 cm 52.1 cm -40.7 cm 966 keV 16.5 keV 15.4 um 2.91 mm caloLayer_phys eBrem + 10 -17.6 cm 52.1 cm -40.7 cm 935 keV 30.8 keV 41.2 um 2.95 mm caloLayer_phys msc + 11 -17.6 cm 52.1 cm -40.7 cm 483 keV 16.8 keV 27.4 um 2.98 mm caloLayer_phys eBrem + 12 -17.6 cm 52.1 cm -40.7 cm 422 keV 60.8 keV 45.2 um 3.02 mm caloLayer_phys msc + 13 -17.6 cm 52.1 cm -40.7 cm 382 keV 40.1 keV 46.4 um 3.07 mm caloLayer_phys msc + 14 -17.6 cm 52.1 cm -40.7 cm 302 keV 80 keV 54.7 um 3.12 mm caloLayer_phys msc + 15 -17.6 cm 52.1 cm -40.7 cm 0 eV 302 keV 151 um 3.27 mm caloLayer_phys eIoni +Track (trackID 140, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 154, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.5 cm 63.9 cm -50.3 cm 11.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -21.6 cm 64.2 cm -50.4 cm 9.42 MeV 2.28 MeV 1.91 mm 1.91 mm caloLayer_phys msc - 2 -21.7 cm 64.2 cm -50.4 cm 8.76 MeV 655 keV 638 um 2.55 mm caloLayer_phys eBrem - 3 -21.7 cm 64.3 cm -50.4 cm 7.88 MeV 743 keV 513 um 3.06 mm caloLayer_phys eBrem - 4 -21.7 cm 64.3 cm -50.4 cm 7.11 MeV 769 keV 630 um 3.69 mm caloLayer_phys msc - 5 -21.7 cm 64.3 cm -50.5 cm 6.14 MeV 966 keV 630 um 4.32 mm caloLayer_phys msc - 6 -21.7 cm 64.3 cm -50.5 cm 5.72 MeV 156 keV 183 um 4.51 mm caloLayer_phys eBrem - 7 -21.8 cm 64.3 cm -50.5 cm 5.06 MeV 660 keV 630 um 5.14 mm caloLayer_phys msc - 8 -21.8 cm 64.4 cm -50.6 cm 4.27 MeV 791 keV 630 um 5.77 mm caloLayer_phys msc - 9 -21.8 cm 64.4 cm -50.6 cm 3.55 MeV 717 keV 630 um 6.4 mm caloLayer_phys msc - 10 -21.8 cm 64.4 cm -50.6 cm 2.83 MeV 723 keV 630 um 7.03 mm caloLayer_phys msc - 11 -21.8 cm 64.4 cm -50.6 cm 2.53 MeV 294 keV 224 um 7.25 mm caloLayer_phys CoupledTransportation - 12 -21.8 cm 64.4 cm -50.6 cm 2.53 MeV 0 eV 0 fm 7.25 mm caloM_P CoupledTransportation - 13 -21.8 cm 64.4 cm -50.6 cm 2.42 MeV 118 keV 122 um 7.38 mm caloLayer_phys msc - 14 -21.8 cm 64.4 cm -50.6 cm 2.29 MeV 131 keV 81.5 um 7.46 mm caloLayer_phys msc - 15 -21.8 cm 64.4 cm -50.6 cm 2.16 MeV 128 keV 81.5 um 7.54 mm caloLayer_phys msc - 16 -21.8 cm 64.4 cm -50.6 cm 2.08 MeV 77 keV 81.5 um 7.62 mm caloLayer_phys msc - 17 -21.8 cm 64.4 cm -50.7 cm 2.03 MeV 56.6 keV 81.5 um 7.7 mm caloLayer_phys msc - 18 -21.8 cm 64.4 cm -50.7 cm 1.92 MeV 107 keV 81.5 um 7.78 mm caloLayer_phys msc - 19 -21.8 cm 64.4 cm -50.7 cm 1.83 MeV 92.4 keV 81.5 um 7.86 mm caloLayer_phys msc - 20 -21.8 cm 64.4 cm -50.7 cm 1.75 MeV 78.3 keV 81.5 um 7.95 mm caloLayer_phys msc - 21 -21.8 cm 64.4 cm -50.7 cm 1.64 MeV 109 keV 81.5 um 8.03 mm caloLayer_phys msc - 22 -21.7 cm 64.4 cm -50.7 cm 1.55 MeV 89.4 keV 81.5 um 8.11 mm caloLayer_phys msc - 23 -21.7 cm 64.4 cm -50.7 cm 1.38 MeV 166 keV 81.5 um 8.19 mm caloLayer_phys msc - 24 -21.7 cm 64.4 cm -50.7 cm 1.28 MeV 102 keV 81.5 um 8.27 mm caloLayer_phys msc - 25 -21.7 cm 64.4 cm -50.7 cm 1.19 MeV 87.7 keV 81.5 um 8.35 mm caloLayer_phys msc - 26 -21.7 cm 64.4 cm -50.7 cm 1.14 MeV 56.9 keV 81.5 um 8.43 mm caloLayer_phys msc - 27 -21.7 cm 64.4 cm -50.7 cm 1.02 MeV 119 keV 81.5 um 8.52 mm caloLayer_phys msc - 28 -21.7 cm 64.4 cm -50.7 cm 1.02 MeV 838 eV 2.42 um 8.52 mm caloLayer_phys CoupledTransportation - 29 -21.8 cm 64.5 cm -50.7 cm 855 keV 162 keV 668 um 9.19 mm caloM_P msc - 30 -21.8 cm 64.5 cm -50.6 cm 711 keV 145 keV 882 um 1.01 cm caloM_P msc - 31 -21.8 cm 64.5 cm -50.5 cm 544 keV 166 keV 882 um 1.1 cm caloM_P msc - 32 -21.8 cm 64.5 cm -50.4 cm 392 keV 152 keV 882 um 1.18 cm caloM_P msc - 33 -21.8 cm 64.5 cm -50.4 cm 228 keV 164 keV 882 um 1.27 cm caloM_P msc - 34 -21.8 cm 64.5 cm -50.3 cm 0 eV 228 keV 538 um 1.33 cm caloM_P eIoni -Track (trackID 154, parentID 3) is processed with stopping code 2 + 0 -17.4 cm 51.4 cm -40.4 cm 316 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -17.4 cm 51.5 cm -40.4 cm 0 eV 316 keV 887 um 887 um caloM_P eIoni +Track (trackID 139, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2775, Parent ID = 154 +* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.7 cm 64.3 cm -50.5 cm 267 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -21.7 cm 64.3 cm -50.6 cm 0 eV 88 keV 1.08 mm 1.08 mm caloLayer_phys phot -Track (trackID 2775, parentID 154) is processed with stopping code 2 + 0 -17.4 cm 51.3 cm -40.4 cm 1.26 MeV 0 eV 0 fm 0 fm caloM_P initStep + 1 -17.4 cm 51.4 cm -40.6 cm 634 keV 629 keV 1.32 mm 1.32 mm caloM_P msc + 2 -17.5 cm 51.4 cm -40.8 cm 129 keV 506 keV 1.59 mm 2.9 mm caloM_P msc + 3 -17.5 cm 51.4 cm -40.8 cm 0 eV 129 keV 213 um 3.12 mm caloM_P eIoni +Track (trackID 138, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2776, Parent ID = 2775 +* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.7 cm 64.3 cm -50.6 cm 179 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -21.7 cm 64.3 cm -50.6 cm 0 eV 179 keV 68.4 um 68.4 um caloLayer_phys eIoni -Track (trackID 2776, parentID 2775) is processed with stopping code 2 + 0 -16.7 cm 49.1 cm -38.7 cm 7.77 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 49.1 cm -38.7 cm 6.51 MeV 1.14 MeV 1.12 mm 1.12 mm caloLayer_phys eBrem + 2 -16.7 cm 49.1 cm -38.8 cm 5.81 MeV 106 keV 108 um 1.22 mm caloLayer_phys eBrem + 3 -16.9 cm 49 cm -38.8 cm 3.03 MeV 2.46 MeV 1.99 mm 3.22 mm caloLayer_phys eBrem + 4 -16.8 cm 49 cm -38.7 cm 2.03 MeV 1 MeV 995 um 4.21 mm caloLayer_phys eIoni + 5 -16.8 cm 49.1 cm -38.7 cm 31.4 keV 1.99 MeV 1.42 mm 5.63 mm caloLayer_phys eIoni + 6 -16.8 cm 49.1 cm -38.7 cm 0 eV 31.4 keV 4.19 um 5.64 mm caloLayer_phys eIoni +Track (trackID 137, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 153, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.5 cm 63.8 cm -50.2 cm 1.87 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -21.6 cm 63.9 cm -50.3 cm 412 keV 1.46 MeV 1.36 mm 1.36 mm caloLayer_phys eIoni - 2 -21.6 cm 63.9 cm -50.3 cm 0 eV 412 keV 234 um 1.59 mm caloLayer_phys eIoni -Track (trackID 153, parentID 3) is processed with stopping code 2 + 0 -16.6 cm 49 cm -38.6 cm 2.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 49 cm -38.6 cm 2.16 MeV 740 keV 557 um 557 um caloLayer_phys eBrem + 2 -16.7 cm 49 cm -38.6 cm 915 keV 119 keV 157 um 714 um caloLayer_phys eBrem + 3 -16.7 cm 49 cm -38.6 cm 0 eV 915 keV 657 um 1.37 mm caloLayer_phys eIoni +Track (trackID 135, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 152, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.5 cm 63.7 cm -50.1 cm 1.55 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -21.4 cm 63.7 cm -50.2 cm 262 keV 1.28 MeV 1.17 mm 1.17 mm caloLayer_phys eIoni - 2 -21.4 cm 63.7 cm -50.2 cm 0 eV 262 keV 122 um 1.3 mm caloLayer_phys eIoni -Track (trackID 152, parentID 3) is processed with stopping code 2 + 0 -16.6 cm 48.9 cm -38.5 cm 1.78 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49 cm -38.5 cm 1.03 MeV 617 keV 546 um 546 um caloLayer_phys eBrem + 2 -16.6 cm 49 cm -38.5 cm 616 keV 102 keV 111 um 657 um caloLayer_phys eBrem + 3 -16.6 cm 49 cm -38.5 cm 0 eV 616 keV 401 um 1.06 mm caloLayer_phys eIoni +Track (trackID 134, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 151, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -20.2 cm 59.9 cm -47.2 cm 431 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -20.2 cm 60 cm -47.1 cm 142 keV 289 keV 1.31 mm 1.31 mm caloM_P eIoni - 2 -20.2 cm 60 cm -47.1 cm 0 eV 142 keV 250 um 1.56 mm caloM_P eIoni -Track (trackID 151, parentID 3) is processed with stopping code 2 + 0 -16.4 cm 48.3 cm -38 cm 3.07 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.5 cm 48.4 cm -38 cm 1.16 MeV 1.13 MeV 1.01 mm 1.01 mm caloLayer_phys eBrem + 2 -16.5 cm 48.4 cm -38 cm 412 keV 463 keV 309 um 1.32 mm caloLayer_phys eBrem + 3 -16.5 cm 48.4 cm -38 cm 216 keV 48.7 keV 66.5 um 1.38 mm caloLayer_phys eBrem + 4 -16.5 cm 48.4 cm -38 cm 0 eV 216 keV 91.3 um 1.48 mm caloLayer_phys eIoni +Track (trackID 133, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -20.1 cm 59.4 cm -46.8 cm 1.12 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -20.1 cm 59.5 cm -46.7 cm 0 eV 1.12 MeV 837 um 837 um caloLayer_phys eIoni -Track (trackID 150, parentID 3) is processed with stopping code 2 + 0 -15.1 cm 44.5 cm -35.1 cm 2.4 keV 0 eV 0 fm 0 fm tracker_phys initStep + 1 -15.1 cm 44.5 cm -35 cm 0 eV 2.4 keV 225 um 225 um tracker_phys eIoni +Track (trackID 132, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.9 cm 59 cm -46.5 cm 1.37 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -19.9 cm 59.1 cm -46.5 cm 233 keV 1.13 MeV 1.05 mm 1.05 mm caloLayer_phys eIoni - 2 -19.9 cm 59.1 cm -46.5 cm 0 eV 233 keV 102 um 1.15 mm caloLayer_phys eIoni -Track (trackID 149, parentID 3) is processed with stopping code 2 + 0 -14.7 cm 43.2 cm -34 cm 8.75 keV 0 eV 0 fm 0 fm tracker_phys initStep + 1 -14.7 cm 43.2 cm -34.1 cm 8.09 keV 669 eV 310 um 310 um tracker_phys msc + 2 -14.7 cm 43.2 cm -34.1 cm 7.29 keV 796 eV 168 um 478 um tracker_phys msc + 3 -14.7 cm 43.2 cm -34 cm 5.87 keV 1.42 keV 271 um 749 um tracker_phys msc + 4 -14.7 cm 43.2 cm -34 cm 5.31 keV 556 eV 241 um 990 um tracker_phys msc + 5 -14.7 cm 43.2 cm -34 cm 0 eV 5.31 keV 830 um 1.82 mm tracker_phys eIoni +Track (trackID 131, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.8 cm 58.6 cm -46.1 cm 1.47 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -19.8 cm 58.6 cm -46.1 cm 289 keV 270 keV 223 um 223 um caloLayer_phys eBrem - 2 -19.8 cm 58.6 cm -46.1 cm 0 eV 289 keV 141 um 364 um caloLayer_phys eIoni -Track (trackID 148, parentID 3) is processed with stopping code 2 + 0 -14.6 cm 42.8 cm -33.7 cm 620 keV 0 eV 0 fm 0 fm trackerLayer_phys initStep + 1 -14.6 cm 42.8 cm -33.8 cm 66 keV 554 keV 1.22 mm 1.22 mm trackerLayer_phys eIoni + 2 -14.6 cm 42.8 cm -33.8 cm 0 eV 66 keV 38.7 um 1.26 mm trackerLayer_phys eIoni +Track (trackID 130, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2777, Parent ID = 148 +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.8 cm 58.6 cm -46.1 cm 915 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -20.1 cm 58.2 cm -46.8 cm 322 keV 0 eV 7.78 mm 7.78 mm caloLayer_phys compt - 2 -20 cm 58 cm -46.6 cm 0 eV 88 keV 2.93 mm 1.07 cm caloLayer_phys phot -Track (trackID 2777, parentID 148) is processed with stopping code 2 + 0 -13.7 cm 40.1 cm -31.6 cm 1.47 keV 0 eV 0 fm 0 fm tracker_phys initStep + 1 -13.7 cm 40.1 cm -31.6 cm 0 eV 1.47 keV 110 um 110 um tracker_phys eIoni +Track (trackID 129, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2779, Parent ID = 2777 +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -20 cm 58 cm -46.6 cm 234 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -20 cm 58 cm -46.6 cm 0 eV 234 keV 103 um 103 um caloLayer_phys eIoni -Track (trackID 2779, parentID 2777) is processed with stopping code 2 + 0 -11.4 cm 33.5 cm -26.4 cm 1.57 MeV 0 eV 0 fm 0 fm trackerLayer_phys initStep + 1 -11.5 cm 33.5 cm -26.5 cm 1.35 MeV 225 keV 742 um 742 um trackerLayer_phys msc + 2 -11.5 cm 33.5 cm -26.5 cm 1.27 MeV 79.8 keV 242 um 983 um trackerLayer_phys msc + 3 -11.5 cm 33.5 cm -26.5 cm 1.21 MeV 50.3 keV 206 um 1.19 mm trackerLayer_phys eBrem + 4 -11.5 cm 33.5 cm -26.5 cm 1.13 MeV 79.2 keV 245 um 1.43 mm trackerLayer_phys msc + 5 -11.5 cm 33.5 cm -26.5 cm 1.05 MeV 82.7 keV 242 um 1.68 mm trackerLayer_phys msc + 6 -11.5 cm 33.5 cm -26.5 cm 962 keV 86.5 keV 242 um 1.92 mm trackerLayer_phys msc + 7 -11.5 cm 33.5 cm -26.5 cm 880 keV 82 keV 242 um 2.16 mm trackerLayer_phys msc + 8 -11.6 cm 33.5 cm -26.5 cm 808 keV 71.4 keV 242 um 2.4 mm trackerLayer_phys msc + 9 -11.6 cm 33.5 cm -26.5 cm 652 keV 156 keV 242 um 2.64 mm trackerLayer_phys msc + 10 -11.6 cm 33.5 cm -26.5 cm 562 keV 89.9 keV 242 um 2.88 mm trackerLayer_phys msc + 11 -11.6 cm 33.5 cm -26.4 cm 479 keV 83.6 keV 242 um 3.13 mm trackerLayer_phys msc + 12 -11.6 cm 33.5 cm -26.4 cm 400 keV 78.7 keV 242 um 3.37 mm trackerLayer_phys msc + 13 -11.6 cm 33.5 cm -26.4 cm 317 keV 82.9 keV 242 um 3.61 mm trackerLayer_phys msc + 14 -11.6 cm 33.5 cm -26.4 cm 228 keV 89.4 keV 242 um 3.85 mm trackerLayer_phys msc + 15 -11.6 cm 33.5 cm -26.4 cm 84.1 keV 143 keV 242 um 4.09 mm trackerLayer_phys msc + 16 -11.6 cm 33.5 cm -26.4 cm 0 eV 84.1 keV 58.5 um 4.15 mm trackerLayer_phys eIoni +Track (trackID 128, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2778, Parent ID = 2777 +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -20.1 cm 58.2 cm -46.8 cm 594 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -20.1 cm 58.2 cm -46.8 cm 0 eV 594 keV 382 um 382 um caloLayer_phys eIoni -Track (trackID 2778, parentID 2777) is processed with stopping code 2 + 0 -11.3 cm 33.1 cm -26.1 cm 1.19 MeV 0 eV 0 fm 0 fm trackerLayer_phys initStep + 1 -11.4 cm 33.1 cm -26.3 cm 1.16 MeV 35.2 keV 125 um 125 um trackerLayer_phys msc + 2 -11.4 cm 33.1 cm -26.3 cm 965 keV 192 keV 632 um 757 um trackerLayer_phys msc + 3 -11.4 cm 33.1 cm -26.3 cm 932 keV 32.5 keV 144 um 901 um trackerLayer_phys msc + 4 -11.3 cm 33.1 cm -26.4 cm 855 keV 77.5 keV 144 um 1.04 mm trackerLayer_phys msc + 5 -11.3 cm 33.1 cm -26.4 cm 815 keV 39.7 keV 144 um 1.19 mm trackerLayer_phys msc + 6 -11.3 cm 33.1 cm -26.4 cm 739 keV 76.2 keV 144 um 1.33 mm trackerLayer_phys msc + 7 -11.3 cm 33.1 cm -26.4 cm 732 keV 6.75 keV 20 um 1.35 mm trackerLayer_phys CoupledTransportation + 8 -11.2 cm 33.2 cm -26.6 cm 732 keV 161 eV 3.34 mm 4.69 mm tracker_phys CoupledTransportation + 9 -11.2 cm 33.2 cm -26.7 cm 702 keV 30.4 keV 70.6 um 4.76 mm trackerLayer_phys msc + 10 -11.2 cm 33.2 cm -26.7 cm 686 keV 15.3 keV 63.1 um 4.83 mm trackerLayer_phys msc + 11 -11.2 cm 33.2 cm -26.7 cm 669 keV 17.6 keV 63.1 um 4.89 mm trackerLayer_phys msc + 12 -11.2 cm 33.2 cm -26.7 cm 649 keV 19.4 keV 63.1 um 4.95 mm trackerLayer_phys msc + 13 -11.2 cm 33.2 cm -26.7 cm 510 keV 140 keV 63.1 um 5.01 mm trackerLayer_phys msc + 14 -11.2 cm 33.2 cm -26.7 cm 496 keV 13.8 keV 63.1 um 5.08 mm trackerLayer_phys msc + 15 -11.2 cm 33.2 cm -26.7 cm 480 keV 16 keV 63.1 um 5.14 mm trackerLayer_phys msc + 16 -11.2 cm 33.2 cm -26.7 cm 457 keV 23.3 keV 63.1 um 5.2 mm trackerLayer_phys msc + 17 -11.2 cm 33.2 cm -26.7 cm 422 keV 34.6 keV 72.6 um 5.28 mm trackerLayer_phys msc + 18 -11.2 cm 33.2 cm -26.7 cm 396 keV 26.2 keV 79.9 um 5.36 mm trackerLayer_phys msc + 19 -11.2 cm 33.2 cm -26.7 cm 366 keV 29.5 keV 86.1 um 5.44 mm trackerLayer_phys msc + 20 -11.2 cm 33.2 cm -26.7 cm 332 keV 34.5 keV 101 um 5.54 mm trackerLayer_phys msc + 21 -11.2 cm 33.2 cm -26.7 cm 284 keV 48.3 keV 109 um 5.65 mm trackerLayer_phys msc + 22 -11.2 cm 33.2 cm -26.7 cm 0 eV 284 keV 417 um 6.07 mm trackerLayer_phys eIoni +Track (trackID 127, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.3 cm 57 cm -44.9 cm 1.78 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -19.3 cm 57.1 cm -44.9 cm 1.1 MeV 382 keV 321 um 321 um caloLayer_phys eBrem - 2 -19.3 cm 57.1 cm -44.9 cm 0 eV 1.1 MeV 813 um 1.13 mm caloLayer_phys eIoni -Track (trackID 147, parentID 3) is processed with stopping code 2 + 0 -11.3 cm 33 cm -26 cm 1.1 keV 0 eV 0 fm 0 fm tracker_phys initStep + 1 -11.3 cm 33 cm -26 cm 0 eV 1.1 keV 73.4 um 73.4 um tracker_phys eIoni +Track (trackID 126, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2780, Parent ID = 147 +* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.3 cm 57.1 cm -44.9 cm 299 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -19.4 cm 57.1 cm -44.6 cm 0 eV 88 keV 2.96 mm 2.96 mm caloLayer_phys phot -Track (trackID 2780, parentID 147) is processed with stopping code 2 + 0 -10.9 cm 31.8 cm -25.1 cm 1.93 keV 0 eV 0 fm 0 fm tracker_phys initStep + 1 -10.9 cm 31.8 cm -25.1 cm 0 eV 1.93 keV 162 um 162 um tracker_phys eIoni +Track (trackID 125, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2781, Parent ID = 2780 +* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.4 cm 57.1 cm -44.6 cm 211 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -19.4 cm 57.1 cm -44.6 cm 0 eV 211 keV 88.3 um 88.3 um caloLayer_phys eIoni -Track (trackID 2781, parentID 2780) is processed with stopping code 2 + 0 -8.71 cm 25.4 cm -20 cm 1.92 keV 0 eV 0 fm 0 fm tracker_phys initStep + 1 -8.71 cm 25.4 cm -20 cm 0 eV 1.92 keV 161 um 161 um tracker_phys eIoni +Track (trackID 124, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.3 cm 57 cm -44.8 cm 2.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -19.3 cm 57.1 cm -44.9 cm 1.36 MeV 737 keV 485 um 485 um caloLayer_phys msc - 2 -19.3 cm 57.1 cm -44.9 cm 0 eV 1.36 MeV 1.04 mm 1.52 mm caloLayer_phys eIoni -Track (trackID 146, parentID 3) is processed with stopping code 2 + 0 -5.81 cm 16.9 cm -13.3 cm 1.03 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -5.8 cm 16.9 cm -13.3 cm 0 eV 1.03 keV 55.6 um 55.6 um expHall_P eIoni +Track (trackID 123, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.2 cm 56.9 cm -44.8 cm 2.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -19.3 cm 57 cm -44.8 cm 1.87 MeV 150 keV 83.8 um 83.8 um caloLayer_phys msc - 2 -19.3 cm 57.1 cm -44.8 cm 0 eV 1.87 MeV 1.35 mm 1.44 mm caloLayer_phys eIoni -Track (trackID 145, parentID 3) is processed with stopping code 2 + 0 -4.43 cm 12.9 cm -10.1 cm 1.35 keV 0 eV 0 fm 0 fm expHall_P initStep + 1 -4.43 cm 12.9 cm -10.1 cm 0 eV 1.35 keV 82.7 um 82.7 um expHall_P eIoni +Track (trackID 122, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2583, Parent ID = 128 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.1 cm 56.6 cm -44.5 cm 838 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -19.3 cm 56.7 cm -44.5 cm 691 keV 146 keV 676 um 676 um caloM_P msc - 2 -19.3 cm 56.7 cm -44.5 cm 534 keV 157 keV 620 um 1.3 mm caloM_P msc - 3 -19.3 cm 56.8 cm -44.4 cm 403 keV 132 keV 534 um 1.83 mm caloM_P msc - 4 -19.3 cm 56.8 cm -44.4 cm 311 keV 91.9 keV 534 um 2.36 mm caloM_P msc - 5 -19.3 cm 56.8 cm -44.4 cm 281 keV 30 keV 182 um 2.55 mm caloM_P CoupledTransportation - 6 -19.3 cm 56.8 cm -44.4 cm 279 keV 1.83 keV 3.13 um 2.55 mm caloLayer_phys msc - 7 -19.3 cm 56.8 cm -44.4 cm 274 keV 4.86 keV 5.41 um 2.55 mm caloLayer_phys msc - 8 -19.3 cm 56.8 cm -44.4 cm 269 keV 5.27 keV 5.41 um 2.56 mm caloLayer_phys msc - 9 -19.3 cm 56.8 cm -44.4 cm 262 keV 6.58 keV 5.41 um 2.57 mm caloLayer_phys msc - 10 -19.3 cm 56.8 cm -44.4 cm 257 keV 5.48 keV 5.41 um 2.57 mm caloLayer_phys msc - 11 -19.3 cm 56.8 cm -44.4 cm 248 keV 8.57 keV 5.41 um 2.58 mm caloLayer_phys msc - 12 -19.3 cm 56.8 cm -44.4 cm 242 keV 5.7 keV 5.41 um 2.58 mm caloLayer_phys msc - 13 -19.3 cm 56.8 cm -44.4 cm 236 keV 6.47 keV 5.41 um 2.59 mm caloLayer_phys msc - 14 -19.3 cm 56.8 cm -44.4 cm 229 keV 7.35 keV 5.41 um 2.59 mm caloLayer_phys msc - 15 -19.3 cm 56.8 cm -44.4 cm 215 keV 13.2 keV 5.41 um 2.6 mm caloLayer_phys msc - 16 -19.3 cm 56.8 cm -44.4 cm 206 keV 9.58 keV 5.41 um 2.6 mm caloLayer_phys msc - 17 -19.3 cm 56.8 cm -44.4 cm 195 keV 10.6 keV 5.41 um 2.61 mm caloLayer_phys msc - 18 -19.3 cm 56.8 cm -44.4 cm 184 keV 11.4 keV 5.41 um 2.61 mm caloLayer_phys msc - 19 -19.3 cm 56.8 cm -44.4 cm 171 keV 12.4 keV 5.41 um 2.62 mm caloLayer_phys msc - 20 -19.3 cm 56.8 cm -44.4 cm 164 keV 6.96 keV 5.41 um 2.62 mm caloLayer_phys msc - 21 -19.3 cm 56.8 cm -44.4 cm 158 keV 6.52 keV 5.41 um 2.63 mm caloLayer_phys msc - 22 -19.3 cm 56.8 cm -44.4 cm 151 keV 6.69 keV 5.41 um 2.64 mm caloLayer_phys msc - 23 -19.3 cm 56.8 cm -44.4 cm 146 keV 4.8 keV 5.41 um 2.64 mm caloLayer_phys msc - 24 -19.3 cm 56.8 cm -44.4 cm 141 keV 5.67 keV 5.41 um 2.65 mm caloLayer_phys msc - 25 -19.3 cm 56.8 cm -44.4 cm 138 keV 2.86 keV 1.69 um 2.65 mm caloLayer_phys CoupledTransportation - 26 -19.3 cm 56.8 cm -44.4 cm 134 keV 3.99 keV 13.6 um 2.66 mm caloM_P msc - 27 -19.3 cm 56.8 cm -44.4 cm 130 keV 3.5 keV 13.3 um 2.67 mm caloM_P msc - 28 -19.3 cm 56.8 cm -44.4 cm 126 keV 4.61 keV 13.3 um 2.69 mm caloM_P msc - 29 -19.3 cm 56.8 cm -44.4 cm 122 keV 3.39 keV 13.3 um 2.7 mm caloM_P msc - 30 -19.3 cm 56.8 cm -44.4 cm 120 keV 2.23 keV 13.3 um 2.72 mm caloM_P msc - 31 -19.3 cm 56.8 cm -44.4 cm 115 keV 5.06 keV 13.3 um 2.73 mm caloM_P msc - 32 -19.3 cm 56.8 cm -44.4 cm 111 keV 4.46 keV 13.3 um 2.74 mm caloM_P msc - 33 -19.3 cm 56.8 cm -44.4 cm 106 keV 4.22 keV 13.3 um 2.76 mm caloM_P msc - 34 -19.3 cm 56.8 cm -44.4 cm 102 keV 4.22 keV 13.3 um 2.77 mm caloM_P msc - 35 -19.3 cm 56.8 cm -44.4 cm 95.7 keV 6.48 keV 13.3 um 2.78 mm caloM_P msc - 36 -19.3 cm 56.8 cm -44.4 cm 90.7 keV 5.01 keV 13.3 um 2.8 mm caloM_P msc - 37 -19.3 cm 56.8 cm -44.4 cm 87.5 keV 3.15 keV 13.3 um 2.81 mm caloM_P msc - 38 -19.3 cm 56.8 cm -44.4 cm 83.5 keV 4.04 keV 13.3 um 2.82 mm caloM_P msc - 39 -19.3 cm 56.8 cm -44.4 cm 76.7 keV 6.78 keV 13.3 um 2.84 mm caloM_P msc - 40 -19.3 cm 56.8 cm -44.4 cm 72 keV 4.72 keV 13.3 um 2.85 mm caloM_P msc - 41 -19.3 cm 56.8 cm -44.4 cm 68.7 keV 3.26 keV 13.3 um 2.86 mm caloM_P msc - 42 -19.3 cm 56.8 cm -44.4 cm 53.2 keV 15.5 keV 13.3 um 2.88 mm caloM_P msc - 43 -19.3 cm 56.8 cm -44.4 cm 45.6 keV 7.62 keV 13.3 um 2.89 mm caloM_P msc - 44 -19.3 cm 56.8 cm -44.4 cm 0 eV 45.6 keV 35.6 um 2.92 mm caloM_P eIoni -Track (trackID 144, parentID 3) is processed with stopping code 2 + 0 -11.5 cm 33.5 cm -26.5 cm 9.08 keV 0 eV 0 fm 0 fm trackerLayer_phys initStep + 1 -11.5 cm 33.5 cm -26.5 cm 0 eV 1.84 keV 42.2 um 42.2 um trackerLayer_phys phot +Track (trackID 2583, parentID 128) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2582, Parent ID = 133 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18.2 cm 53.9 cm -42.4 cm 1.27 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -18.2 cm 54 cm -42.5 cm 0 eV 1.27 MeV 968 um 968 um caloLayer_phys eIoni -Track (trackID 143, parentID 3) is processed with stopping code 2 + 0 -16.5 cm 48.4 cm -38 cm 147 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.5 cm 48.4 cm -38 cm 0 eV 88 keV 130 um 130 um caloLayer_phys phot +Track (trackID 2582, parentID 133) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2581, Parent ID = 133 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18 cm 53.1 cm -41.8 cm 1.26 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -18 cm 53.1 cm -41.8 cm 640 keV 524 keV 503 um 503 um caloLayer_phys eBrem - 2 -18 cm 53.1 cm -41.8 cm 0 eV 640 keV 421 um 924 um caloLayer_phys eIoni -Track (trackID 142, parentID 3) is processed with stopping code 2 + 0 -16.5 cm 48.4 cm -38 cm 282 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.2 cm 48.6 cm -37.8 cm 0 eV 88 keV 3.91 mm 3.91 mm caloLayer_phys phot +Track (trackID 2581, parentID 133) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2782, Parent ID = 142 +* G4Track Information: Particle = gamma, Track ID = 2580, Parent ID = 133 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18 cm 53.1 cm -41.8 cm 94.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.9 cm 53.2 cm -41.9 cm 0 eV 88 keV 221 um 221 um caloLayer_phys phot -Track (trackID 2782, parentID 142) is processed with stopping code 2 + 0 -16.5 cm 48.4 cm -38 cm 790 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.4 cm 48.2 cm -37.9 cm 646 keV 0 eV 2.52 mm 2.52 mm caloLayer_phys compt + 2 -16.5 cm 48.1 cm -38 cm 0 eV 88 keV 1.18 mm 3.7 mm caloLayer_phys phot +Track (trackID 2580, parentID 133) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2783, Parent ID = 2782 +* G4Track Information: Particle = gamma, Track ID = 2579, Parent ID = 134 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.9 cm 53.2 cm -41.9 cm 6.73 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.9 cm 53.2 cm -41.9 cm 0 eV 6.73 keV 396 nm 396 nm caloLayer_phys eIoni -Track (trackID 2783, parentID 2782) is processed with stopping code 2 + 0 -16.6 cm 49 cm -38.5 cm 310 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49 cm -38.6 cm 0 eV 88 keV 260 um 260 um caloLayer_phys phot +Track (trackID 2579, parentID 134) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2578, Parent ID = 134 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.6 cm 51.9 cm -40.9 cm 5.6 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -17.6 cm 52.1 cm -41 cm 5.21 MeV 384 keV 1.97 mm 1.97 mm caloM_P CoupledTransportation - 2 -17.6 cm 52.1 cm -41 cm 4.99 MeV 217 keV 199 um 2.17 mm caloLayer_phys msc - 3 -17.6 cm 52.1 cm -41 cm 4.8 MeV 193 keV 171 um 2.34 mm caloLayer_phys msc - 4 -17.6 cm 52.2 cm -41 cm 4.57 MeV 227 keV 171 um 2.51 mm caloLayer_phys msc - 5 -17.5 cm 52.2 cm -41 cm 4.07 MeV 505 keV 171 um 2.68 mm caloLayer_phys msc - 6 -17.5 cm 52.2 cm -41 cm 3.9 MeV 166 keV 171 um 2.85 mm caloLayer_phys msc - 7 -17.5 cm 52.2 cm -41 cm 3.69 MeV 215 keV 171 um 3.02 mm caloLayer_phys msc - 8 -17.5 cm 52.2 cm -41 cm 3.43 MeV 262 keV 171 um 3.19 mm caloLayer_phys msc - 9 -17.6 cm 52.2 cm -41 cm 3.25 MeV 170 keV 171 um 3.36 mm caloLayer_phys msc - 10 -17.6 cm 52.2 cm -41 cm 3.04 MeV 212 keV 171 um 3.53 mm caloLayer_phys msc - 11 -17.6 cm 52.2 cm -41 cm 2.89 MeV 148 keV 171 um 3.7 mm caloLayer_phys msc - 12 -17.6 cm 52.2 cm -41 cm 2.75 MeV 142 keV 171 um 3.87 mm caloLayer_phys msc - 13 -17.6 cm 52.2 cm -41 cm 2.56 MeV 193 keV 185 um 4.06 mm caloLayer_phys msc - 14 -17.5 cm 52.2 cm -41 cm 2.36 MeV 199 keV 204 um 4.26 mm caloLayer_phys msc - 15 -17.5 cm 52.2 cm -41 cm 2 MeV 358 keV 203 um 4.47 mm caloLayer_phys msc - 16 -17.5 cm 52.2 cm -41 cm 1.69 MeV 310 keV 174 um 4.64 mm caloLayer_phys msc - 17 -17.5 cm 52.2 cm -41 cm 1.51 MeV 178 keV 171 um 4.81 mm caloLayer_phys msc - 18 -17.5 cm 52.2 cm -41 cm 1.29 MeV 107 keV 109 um 4.92 mm caloLayer_phys eBrem - 19 -17.5 cm 52.2 cm -41 cm 1.05 MeV 238 keV 192 um 5.11 mm caloLayer_phys msc - 20 -17.5 cm 52.2 cm -41 cm 893 keV 160 keV 171 um 5.28 mm caloLayer_phys msc - 21 -17.5 cm 52.2 cm -41 cm 784 keV 8.93 keV 7.48 um 5.29 mm caloLayer_phys eBrem - 22 -17.5 cm 52.2 cm -41 cm 0 eV 784 keV 544 um 5.83 mm caloLayer_phys eIoni -Track (trackID 141, parentID 3) is processed with stopping code 2 + 0 -16.6 cm 49 cm -38.5 cm 139 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 48.9 cm -38.6 cm 0 eV 88 keV 1.3 mm 1.3 mm caloLayer_phys phot +Track (trackID 2578, parentID 134) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2785, Parent ID = 141 +* G4Track Information: Particle = gamma, Track ID = 2577, Parent ID = 135 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.5 cm 52.2 cm -41 cm 101 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.5 cm 52.2 cm -41 cm 0 eV 88 keV 155 um 155 um caloLayer_phys phot -Track (trackID 2785, parentID 141) is processed with stopping code 2 + 0 -16.7 cm 49 cm -38.6 cm 1.13 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -15.9 cm 47.4 cm -38.6 cm 1.13 MeV 0 eV 1.81 cm 1.81 cm caloLayer_phys CoupledTransportation + 2 -13.9 cm 43.3 cm -38.7 cm 1.13 MeV 0 eV 4.54 cm 6.35 cm tracker_phys CoupledTransportation + 3 -13.7 cm 42.9 cm -38.7 cm 1.13 MeV 0 eV 5.05 mm 6.86 cm trackerLayer_phys CoupledTransportation + 4 -11.7 cm 38.8 cm -38.8 cm 1.13 MeV 0 eV 4.55 cm 11.4 cm tracker_phys CoupledTransportation + 5 -11.4 cm 38.3 cm -38.8 cm 1.13 MeV 0 eV 5.07 mm 11.9 cm trackerLayer_phys CoupledTransportation + 6 -2.42 cm 19.9 cm -39.2 cm 1.13 MeV 0 eV 20.6 cm 32.5 cm tracker_phys CoupledTransportation + 7 14.2 cm -14.1 cm -39.9 cm 1.13 MeV 0 eV 37.8 cm 70.3 cm expHall_P CoupledTransportation + 8 25.4 cm -37.1 cm -40.4 cm 1.13 MeV 0 eV 25.6 cm 95.9 cm tracker_phys CoupledTransportation + 9 25.6 cm -37.6 cm -40.4 cm 1.13 MeV 0 eV 5.05 mm 96.4 cm trackerLayer_phys CoupledTransportation + 10 27.6 cm -41.7 cm -40.5 cm 1.13 MeV 0 eV 4.54 cm 1.01 m tracker_phys CoupledTransportation + 11 28.2 cm -42.9 cm -40.5 cm 700 keV 0 eV 1.34 cm 1.02 m caloLayer_phys compt + 12 28.3 cm -42.9 cm -40.4 cm 689 keV 0 eV 1.35 mm 1.02 m caloLayer_phys compt + 13 29 cm -43.3 cm -40 cm 689 keV 0 eV 8.98 mm 1.03 m caloLayer_phys ReadoutWorld + 14 29.2 cm -43.4 cm -39.9 cm 574 keV 0 eV 2.3 mm 1.04 m caloLayer_phys compt + 15 29.4 cm -43.5 cm -39.9 cm 0 eV 88 keV 2 mm 1.04 m caloLayer_phys phot +Track (trackID 2577, parentID 135) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2786, Parent ID = 2785 +* G4Track Information: Particle = gamma, Track ID = 2576, Parent ID = 137 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.5 cm 52.2 cm -41 cm 12.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.5 cm 52.2 cm -41 cm 0 eV 12.9 keV 1.03 um 1.03 um caloLayer_phys eIoni -Track (trackID 2786, parentID 2785) is processed with stopping code 2 + 0 -16.9 cm 49 cm -38.8 cm 319 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.9 cm 49.6 cm -38.3 cm 213 keV 0 eV 7.22 mm 7.22 mm caloLayer_phys compt + 2 -17 cm 49.6 cm -38.3 cm 0 eV 88 keV 1.64 mm 8.86 mm caloLayer_phys phot +Track (trackID 2576, parentID 137) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2575, Parent ID = 137 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.5 cm 51.8 cm -40.7 cm 1.76 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -17.6 cm 52.1 cm -40.7 cm 1.08 MeV 686 keV 3.24 mm 3.24 mm caloM_P eIoni - 2 -17.6 cm 52.1 cm -40.7 cm 1.02 MeV 55.6 keV 367 um 3.61 mm caloM_P CoupledTransportation - 3 -17.6 cm 52.1 cm -40.7 cm 1 MeV 22.2 keV 19.7 um 3.63 mm caloLayer_phys msc - 4 -17.6 cm 52.1 cm -40.7 cm 970 keV 30.9 keV 30 um 3.66 mm caloLayer_phys msc - 5 -17.6 cm 52.1 cm -40.7 cm 949 keV 21.2 keV 30 um 3.69 mm caloLayer_phys msc - 6 -17.6 cm 52.1 cm -40.7 cm 934 keV 14.8 keV 30 um 3.72 mm caloLayer_phys msc - 7 -17.6 cm 52.1 cm -40.7 cm 897 keV 36.4 keV 30 um 3.75 mm caloLayer_phys msc - 8 -17.6 cm 52.1 cm -40.7 cm 870 keV 27.5 keV 30 um 3.78 mm caloLayer_phys msc - 9 -17.6 cm 52.1 cm -40.7 cm 835 keV 35.4 keV 30 um 3.81 mm caloLayer_phys msc - 10 -17.6 cm 52.1 cm -40.7 cm 784 keV 50.8 keV 30 um 3.84 mm caloLayer_phys msc - 11 -17.6 cm 52.1 cm -40.7 cm 754 keV 29.6 keV 30 um 3.87 mm caloLayer_phys msc - 12 -17.6 cm 52.1 cm -40.7 cm 713 keV 41.4 keV 30 um 3.9 mm caloLayer_phys msc - 13 -17.6 cm 52.1 cm -40.7 cm 680 keV 33.2 keV 30 um 3.93 mm caloLayer_phys msc - 14 -17.6 cm 52.1 cm -40.7 cm 633 keV 46.3 keV 30 um 3.96 mm caloLayer_phys msc - 15 -17.6 cm 52.1 cm -40.7 cm 599 keV 33.9 keV 30 um 3.99 mm caloLayer_phys msc - 16 -17.6 cm 52.1 cm -40.7 cm 562 keV 37.2 keV 30 um 4.02 mm caloLayer_phys msc - 17 -17.6 cm 52.1 cm -40.7 cm 521 keV 40.7 keV 30 um 4.05 mm caloLayer_phys msc - 18 -17.6 cm 52.1 cm -40.7 cm 482 keV 39.1 keV 30 um 4.08 mm caloLayer_phys msc - 19 -17.6 cm 52.1 cm -40.7 cm 460 keV 22.1 keV 30 um 4.11 mm caloLayer_phys msc - 20 -17.6 cm 52.1 cm -40.7 cm 420 keV 40.7 keV 30 um 4.14 mm caloLayer_phys msc - 21 -17.6 cm 52.1 cm -40.7 cm 374 keV 45.5 keV 30 um 4.17 mm caloLayer_phys msc - 22 -17.6 cm 52.1 cm -40.7 cm 341 keV 32.8 keV 30 um 4.2 mm caloLayer_phys msc - 23 -17.6 cm 52.1 cm -40.7 cm 242 keV 1.39 keV 2.97 um 4.2 mm caloLayer_phys eBrem - 24 -17.6 cm 52.1 cm -40.7 cm 203 keV 39 keV 30.5 um 4.23 mm caloLayer_phys msc - 25 -17.6 cm 52.1 cm -40.7 cm 150 keV 52.2 keV 30 um 4.26 mm caloLayer_phys msc - 26 -17.6 cm 52.1 cm -40.7 cm 0 eV 150 keV 52.4 um 4.31 mm caloLayer_phys eIoni -Track (trackID 140, parentID 3) is processed with stopping code 2 + 0 -16.7 cm 49.1 cm -38.8 cm 597 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.1 cm -38.8 cm 553 keV 0 eV 590 um 590 um caloLayer_phys compt + 2 -16.8 cm 49.1 cm -39 cm 504 keV 0 eV 1.5 mm 2.09 mm caloLayer_phys compt + 3 -16.8 cm 49.3 cm -39.7 cm 0 eV 88 keV 7.82 mm 9.91 mm caloLayer_phys phot +Track (trackID 2575, parentID 137) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2787, Parent ID = 140 +* G4Track Information: Particle = gamma, Track ID = 2574, Parent ID = 137 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.6 cm 52.1 cm -40.7 cm 98.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.6 cm 52.1 cm -40.7 cm 0 eV 88 keV 93.9 um 93.9 um caloLayer_phys phot -Track (trackID 2787, parentID 140) is processed with stopping code 2 + 0 -16.7 cm 49.1 cm -38.7 cm 120 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.1 cm -38.8 cm 0 eV 88 keV 574 um 574 um caloLayer_phys phot +Track (trackID 2574, parentID 137) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2788, Parent ID = 2787 +* G4Track Information: Particle = gamma, Track ID = 2573, Parent ID = 140 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.6 cm 52.1 cm -40.7 cm 10.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.6 cm 52.1 cm -40.7 cm 0 eV 10.3 keV 736 nm 736 nm caloLayer_phys eIoni -Track (trackID 2788, parentID 2787) is processed with stopping code 2 + 0 -17.6 cm 52.1 cm -40.7 cm 435 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.6 cm 52.1 cm -40.8 cm 0 eV 88 keV 764 um 764 um caloLayer_phys phot +Track (trackID 2573, parentID 140) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2572, Parent ID = 140 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.4 cm 51.4 cm -40.4 cm 316 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -17.4 cm 51.5 cm -40.4 cm 0 eV 316 keV 887 um 887 um caloM_P eIoni -Track (trackID 139, parentID 3) is processed with stopping code 2 + 0 -17.6 cm 52.1 cm -40.7 cm 144 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.6 cm 52.1 cm -40.7 cm 0 eV 88 keV 122 um 122 um caloLayer_phys phot +Track (trackID 2572, parentID 140) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2571, Parent ID = 2486 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.4 cm 51.3 cm -40.4 cm 1.26 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -17.4 cm 51.3 cm -40.6 cm 1.02 MeV 246 keV 1.56 mm 1.56 mm caloM_P msc - 2 -17.4 cm 51.3 cm -40.8 cm 742 keV 275 keV 1.59 mm 3.15 mm caloM_P msc - 3 -17.4 cm 51.4 cm -40.9 cm 459 keV 284 keV 1.59 mm 4.73 mm caloM_P msc - 4 -17.3 cm 51.3 cm -41 cm 137 keV 321 keV 1.38 mm 6.12 mm caloM_P eIoni - 5 -17.4 cm 51.3 cm -41 cm 0 eV 137 keV 237 um 6.35 mm caloM_P eIoni -Track (trackID 138, parentID 3) is processed with stopping code 2 + 0 -29.3 cm 96.4 cm -75 cm 458 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29 cm 96.7 cm -74.5 cm 250 keV 0 eV 5.72 mm 5.72 mm caloLayer_phys compt + 2 -28.9 cm 96.7 cm -74.6 cm 177 keV 0 eV 1.22 mm 6.94 mm caloLayer_phys compt + 3 -28.9 cm 96.7 cm -74.6 cm 0 eV 88 keV 1.28 mm 8.22 mm caloLayer_phys phot +Track (trackID 2571, parentID 2486) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2570, Parent ID = 2486 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.7 cm 49.1 cm -38.7 cm 7.77 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.7 cm 49.2 cm -38.7 cm 4.05 MeV 1.63 MeV 1.43 mm 1.43 mm caloLayer_phys eBrem - 2 -16.7 cm 49.3 cm -38.7 cm 2.16 MeV 1 MeV 974 um 2.4 mm caloLayer_phys eBrem - 3 -16.8 cm 49.3 cm -38.5 cm 474 keV 1.68 MeV 1.48 mm 3.88 mm caloLayer_phys eIoni - 4 -16.8 cm 49.3 cm -38.5 cm 324 keV 23.6 keV 23 um 3.9 mm caloLayer_phys eBrem - 5 -16.8 cm 49.3 cm -38.5 cm 0 eV 324 keV 167 um 4.07 mm caloLayer_phys eIoni -Track (trackID 137, parentID 3) is processed with stopping code 2 + 0 -29.2 cm 96.4 cm -75 cm 107 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.3 cm 96.5 cm -75 cm 0 eV 88 keV 833 um 833 um caloLayer_phys phot +Track (trackID 2570, parentID 2486) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2791, Parent ID = 137 +* G4Track Information: Particle = gamma, Track ID = 2569, Parent ID = 2518 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.8 cm 49.3 cm -38.5 cm 126 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.8 cm 49.3 cm -38.5 cm 0 eV 88 keV 202 um 202 um caloLayer_phys phot -Track (trackID 2791, parentID 137) is processed with stopping code 2 + 0 -70.5 cm 2.16 m -1.66 m 131 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -70.5 cm 2.16 m -1.66 m 0 eV 88 keV 941 um 941 um caloLayer_phys phot +Track (trackID 2569, parentID 2518) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2792, Parent ID = 2791 +* G4Track Information: Particle = gamma, Track ID = 2568, Parent ID = 2525 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.8 cm 49.3 cm -38.5 cm 38 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.8 cm 49.3 cm -38.5 cm 0 eV 38 keV 5.7 um 5.7 um caloLayer_phys eIoni -Track (trackID 2792, parentID 2791) is processed with stopping code 2 + 0 -74 cm 2.29 m -1.78 m 223 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -74 cm 2.29 m -1.78 m 0 eV 88 keV 201 um 201 um caloLayer_phys phot +Track (trackID 2568, parentID 2525) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2567, Parent ID = 2534 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.6 cm 49 cm -38.6 cm 2.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.6 cm 49.1 cm -38.6 cm 1.49 MeV 998 keV 825 um 825 um caloLayer_phys eBrem - 2 -16.7 cm 49.1 cm -38.6 cm 151 keV 1.34 MeV 1.13 mm 1.96 mm caloLayer_phys eIoni - 3 -16.7 cm 49.1 cm -38.6 cm 0 eV 151 keV 52.4 um 2.01 mm caloLayer_phys eIoni -Track (trackID 135, parentID 3) is processed with stopping code 2 + 0 -80.2 cm 2.45 m -1.89 m 392 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.2 cm 2.45 m -1.89 m 331 keV 0 eV 3.21 mm 3.21 mm caloLayer_phys compt + 2 -80.3 cm 2.45 m -1.88 m 0 eV 88 keV 3.49 mm 6.7 mm caloLayer_phys phot +Track (trackID 2567, parentID 2534) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2793, Parent ID = 135 +* G4Track Information: Particle = gamma, Track ID = 2566, Parent ID = 2550 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.6 cm 49.1 cm -38.6 cm 415 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.7 cm 49.4 cm -38.7 cm 0 eV 88 keV 2.84 mm 2.84 mm caloLayer_phys phot -Track (trackID 2793, parentID 135) is processed with stopping code 2 + 0 -79.9 cm 2.45 m -1.9 m 169 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.8 cm 2.45 m -1.9 m 161 keV 0 eV 528 um 528 um caloLayer_phys compt + 2 -79.8 cm 2.45 m -1.9 m 0 eV 88 keV 183 um 711 um caloLayer_phys phot +Track (trackID 2566, parentID 2550) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2794, Parent ID = 2793 +* G4Track Information: Particle = gamma, Track ID = 2565, Parent ID = 2550 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.7 cm 49.4 cm -38.7 cm 327 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.7 cm 49.4 cm -38.7 cm 0 eV 327 keV 169 um 169 um caloLayer_phys eIoni -Track (trackID 2794, parentID 2793) is processed with stopping code 2 + 0 -79.9 cm 2.45 m -1.9 m 587 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.9 cm 2.45 m -1.9 m 587 keV 0 eV 968 um 968 um caloLayer_phys CoupledTransportation + 2 -80.4 cm 2.47 m -1.93 m 587 keV 0 eV 3.21 cm 3.31 cm caloM_P CoupledTransportation + 3 -80.4 cm 2.48 m -1.93 m 0 eV 88 keV 4.11 mm 3.72 cm caloLayer_phys phot +Track (trackID 2565, parentID 2550) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2139, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.6 cm 48.9 cm -38.5 cm 1.78 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.6 cm 48.9 cm -38.5 cm 1.54 MeV 109 keV 154 um 154 um caloLayer_phys eBrem - 2 -16.6 cm 48.9 cm -38.6 cm 319 keV 1.22 MeV 1.17 mm 1.32 mm caloLayer_phys eIoni - 3 -16.6 cm 48.9 cm -38.6 cm 0 eV 319 keV 163 um 1.48 mm caloLayer_phys eIoni -Track (trackID 134, parentID 3) is processed with stopping code 2 + 0 -81.3 cm 2.48 m -1.92 m 394 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.47 m -1.9 m 0 eV 88 keV 1.37 cm 1.37 cm caloLayer_phys phot +Track (trackID 2139, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2795, Parent ID = 134 +* G4Track Information: Particle = gamma, Track ID = 2138, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.6 cm 48.9 cm -38.5 cm 140 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.6 cm 48.9 cm -38.5 cm 0 eV 88 keV 447 um 447 um caloLayer_phys phot -Track (trackID 2795, parentID 134) is processed with stopping code 2 + 0 -81.3 cm 2.48 m -1.92 m 495 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.6 cm 2.48 m -1.92 m 0 eV 88 keV 5.45 mm 5.45 mm caloLayer_phys phot +Track (trackID 2138, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2796, Parent ID = 2795 +* G4Track Information: Particle = gamma, Track ID = 2137, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.6 cm 48.9 cm -38.5 cm 52 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.6 cm 48.9 cm -38.5 cm 0 eV 52 keV 9.52 um 9.52 um caloLayer_phys eIoni -Track (trackID 2796, parentID 2795) is processed with stopping code 2 + 0 -81.3 cm 2.48 m -1.92 m 564 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.48 m -1.92 m 0 eV 88 keV 5.88 mm 5.88 mm caloLayer_phys phot +Track (trackID 2137, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2136, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.4 cm 48.3 cm -38 cm 3.07 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.5 cm 48.4 cm -38 cm 689 keV 1.54 MeV 1.38 mm 1.38 mm caloLayer_phys eBrem - 2 -16.5 cm 48.4 cm -38 cm 0 eV 689 keV 463 um 1.84 mm caloLayer_phys eIoni -Track (trackID 133, parentID 3) is processed with stopping code 2 + 0 -81.2 cm 2.48 m -1.92 m 450 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.7 cm 2.48 m -1.92 m 0 eV 88 keV 6.76 mm 6.76 mm caloLayer_phys phot +Track (trackID 2136, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2797, Parent ID = 133 +* G4Track Information: Particle = gamma, Track ID = 2135, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.5 cm 48.4 cm -38 cm 838 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.5 cm 48.2 cm -38.1 cm 516 keV 0 eV 2.43 mm 2.43 mm caloLayer_phys compt - 2 -16.4 cm 47.8 cm -37.9 cm 275 keV 0 eV 4.26 mm 6.69 mm caloLayer_phys compt - 3 -16.3 cm 47.9 cm -37.9 cm 0 eV 88 keV 418 um 7.11 mm caloLayer_phys phot -Track (trackID 2797, parentID 133) is processed with stopping code 2 + 0 -81.2 cm 2.48 m -1.92 m 286 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.5 cm 2.48 m -1.92 m 178 keV 0 eV 3.32 mm 3.32 mm caloLayer_phys compt + 2 -81.5 cm 2.48 m -1.92 m 0 eV 88 keV 385 um 3.71 mm caloLayer_phys phot +Track (trackID 2135, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2800, Parent ID = 2797 +* G4Track Information: Particle = gamma, Track ID = 2134, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.3 cm 47.9 cm -37.9 cm 187 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.4 cm 47.9 cm -37.9 cm 0 eV 187 keV 73.5 um 73.5 um caloLayer_phys eIoni -Track (trackID 2800, parentID 2797) is processed with stopping code 2 + 0 -81.1 cm 2.48 m -1.92 m 193 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.3 cm 2.48 m -1.92 m 0 eV 88 keV 1.15 mm 1.15 mm caloLayer_phys phot +Track (trackID 2134, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2799, Parent ID = 2797 +* G4Track Information: Particle = gamma, Track ID = 2133, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.4 cm 47.8 cm -37.9 cm 241 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.4 cm 47.8 cm -37.9 cm 0 eV 241 keV 108 um 108 um caloLayer_phys eIoni -Track (trackID 2799, parentID 2797) is processed with stopping code 2 + 0 -81.1 cm 2.48 m -1.91 m 282 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.2 cm 2.48 m -1.92 m 0 eV 88 keV 2.06 mm 2.06 mm caloLayer_phys phot +Track (trackID 2133, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2798, Parent ID = 2797 +* G4Track Information: Particle = gamma, Track ID = 2132, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.5 cm 48.2 cm -38.1 cm 323 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.5 cm 48.2 cm -38.1 cm 0 eV 323 keV 166 um 166 um caloLayer_phys eIoni -Track (trackID 2798, parentID 2797) is processed with stopping code 2 + 0 -81 cm 2.48 m -1.91 m 1.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.6 cm 2.48 m -1.92 m 1.1 MeV 0 eV 7.31 mm 7.31 mm caloLayer_phys compt + 2 -84.1 cm 2.48 m -1.93 m 0 eV 88 keV 2.89 cm 3.62 cm caloLayer_phys phot +Track (trackID 2132, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 132, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2131, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -15.1 cm 44.5 cm -35.1 cm 2.4 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -15.1 cm 44.5 cm -35 cm 0 eV 2.4 keV 225 um 225 um tracker_phys eIoni -Track (trackID 132, parentID 3) is processed with stopping code 2 + 0 -80.9 cm 2.48 m -1.91 m 489 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -82.6 cm 2.48 m -1.93 m 442 keV 0 eV 2.12 cm 2.12 cm caloLayer_phys compt + 2 -82.7 cm 2.48 m -1.93 m 0 eV 88 keV 2.38 mm 2.36 cm caloLayer_phys phot +Track (trackID 2131, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 131, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2130, Parent ID = 298 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.7 cm 43.2 cm -34 cm 8.75 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -14.7 cm 43.2 cm -34.1 cm 7.88 keV 873 eV 181 um 181 um tracker_phys msc - 2 -14.7 cm 43.2 cm -34.1 cm 6.91 keV 971 eV 218 um 398 um tracker_phys msc - 3 -14.7 cm 43.2 cm -34.1 cm 6.19 keV 722 eV 239 um 638 um tracker_phys msc - 4 -14.7 cm 43.2 cm -34.1 cm 5.5 keV 689 eV 217 um 855 um tracker_phys msc - 5 -14.7 cm 43.2 cm -34.1 cm 0 eV 5.5 keV 881 um 1.74 mm tracker_phys eIoni -Track (trackID 131, parentID 3) is processed with stopping code 2 + 0 -80.8 cm 2.48 m -1.91 m 290 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.48 m -1.92 m 0 eV 88 keV 6.78 mm 6.78 mm caloLayer_phys phot +Track (trackID 2130, parentID 298) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 130, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2129, Parent ID = 299 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.6 cm 42.8 cm -33.7 cm 620 keV 0 eV 0 fm 0 fm trackerLayer_phys initStep - 1 -14.7 cm 42.8 cm -33.7 cm 47 keV 573 keV 1.22 mm 1.22 mm trackerLayer_phys eIoni - 2 -14.7 cm 42.8 cm -33.7 cm 0 eV 47 keV 21.6 um 1.24 mm trackerLayer_phys eIoni -Track (trackID 130, parentID 3) is processed with stopping code 2 + 0 -81 cm 2.48 m -1.92 m 126 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81 cm 2.48 m -1.92 m 0 eV 88 keV 154 um 154 um caloLayer_phys phot +Track (trackID 2129, parentID 299) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2128, Parent ID = 299 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -13.7 cm 40.1 cm -31.6 cm 1.47 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -13.7 cm 40.1 cm -31.6 cm 0 eV 1.47 keV 110 um 110 um tracker_phys eIoni -Track (trackID 129, parentID 3) is processed with stopping code 2 + 0 -80.9 cm 2.48 m -1.92 m 187 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80.9 cm 2.48 m -1.92 m 0 eV 88 keV 1.05 mm 1.05 mm caloLayer_phys phot +Track (trackID 2128, parentID 299) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2127, Parent ID = 300 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -11.4 cm 33.5 cm -26.4 cm 1.57 MeV 0 eV 0 fm 0 fm trackerLayer_phys initStep - 1 -11.5 cm 33.5 cm -26.4 cm 1.04 MeV 150 keV 270 um 270 um trackerLayer_phys eBrem - 2 -11.4 cm 33.5 cm -26.4 cm 948 keV 94.7 keV 291 um 561 um trackerLayer_phys msc - 3 -11.4 cm 33.5 cm -26.4 cm 872 keV 75.9 keV 269 um 830 um trackerLayer_phys msc - 4 -11.4 cm 33.5 cm -26.5 cm 766 keV 106 keV 277 um 1.11 mm trackerLayer_phys msc - 5 -11.4 cm 33.5 cm -26.4 cm 659 keV 107 keV 258 um 1.37 mm trackerLayer_phys msc - 6 -11.4 cm 33.5 cm -26.4 cm 575 keV 84.7 keV 287 um 1.65 mm trackerLayer_phys msc - 7 -11.3 cm 33.5 cm -26.5 cm 464 keV 111 keV 299 um 1.95 mm trackerLayer_phys msc - 8 -11.4 cm 33.5 cm -26.5 cm 0 eV 464 keV 855 um 2.81 mm trackerLayer_phys eIoni -Track (trackID 128, parentID 3) is processed with stopping code 2 + 0 -81.4 cm 2.49 m -1.92 m 164 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.3 cm 2.49 m -1.92 m 0 eV 88 keV 737 um 737 um caloLayer_phys phot +Track (trackID 2127, parentID 300) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2801, Parent ID = 128 +* G4Track Information: Particle = gamma, Track ID = 2126, Parent ID = 303 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -11.5 cm 33.5 cm -26.4 cm 382 keV 0 eV 0 fm 0 fm trackerLayer_phys initStep - 1 -11.4 cm 33.6 cm -28.3 cm 382 keV 0 eV 1.88 cm 1.88 cm trackerLayer_phys CoupledTransportation - 2 -8.62 cm 39.7 cm -1 m 382 keV 0 eV 72 cm 73.9 cm tracker_phys CoupledTransportation - 3 10.6 cm 82.2 cm -6 m 382 keV 0 eV 5.02 m 5.76 m OutOfWorld CoupledTransportation -Track (trackID 2801, parentID 128) is processed with stopping code 2 + 0 -82.6 cm 2.53 m -1.95 m 410 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -82.6 cm 2.53 m -1.96 m 0 eV 88 keV 919 um 919 um caloLayer_phys phot +Track (trackID 2126, parentID 303) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2790, Parent ID = 137 +* G4Track Information: Particle = gamma, Track ID = 2125, Parent ID = 304 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.7 cm 49.3 cm -38.7 cm 894 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.7 cm 49.7 cm -38.6 cm 741 keV 0 eV 4.03 mm 4.03 mm caloLayer_phys compt - 2 -16.5 cm 50.4 cm -38.8 cm 741 keV 0 eV 7.12 mm 1.12 cm caloLayer_phys CoupledTransportation - 3 -16.1 cm 51.9 cm -39.2 cm 471 keV 0 eV 1.71 cm 2.82 cm caloM_P compt - 4 -16.4 cm 52.5 cm -39.1 cm 471 keV 0 eV 6.52 mm 3.48 cm caloM_P CoupledTransportation - 5 -16.8 cm 53.1 cm -39 cm 0 eV 88 keV 7.83 mm 4.26 cm caloLayer_phys phot -Track (trackID 2790, parentID 137) is processed with stopping code 2 + 0 -83.8 cm 2.57 m -1.98 m 512 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -83.6 cm 2.57 m -1.98 m 0 eV 88 keV 2.54 mm 2.54 mm caloLayer_phys phot +Track (trackID 2125, parentID 304) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2804, Parent ID = 2790 +* G4Track Information: Particle = gamma, Track ID = 2124, Parent ID = 308 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.8 cm 53.1 cm -39 cm 383 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.9 cm 53.2 cm -39 cm 0 eV 383 keV 211 um 211 um caloLayer_phys eIoni -Track (trackID 2804, parentID 2790) is processed with stopping code 2 + 0 -84.4 cm 2.59 m -2 m 283 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -84.4 cm 2.59 m -2 m 0 eV 88 keV 414 um 414 um caloLayer_phys phot +Track (trackID 2124, parentID 308) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2803, Parent ID = 2790 +* G4Track Information: Particle = gamma, Track ID = 2123, Parent ID = 308 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.1 cm 51.9 cm -39.2 cm 270 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -16 cm 52 cm -39.3 cm 0 eV 270 keV 701 um 701 um caloM_P eIoni -Track (trackID 2803, parentID 2790) is processed with stopping code 2 + 0 -84.4 cm 2.59 m -2 m 158 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -84.4 cm 2.59 m -2 m 0 eV 88 keV 957 um 957 um caloLayer_phys phot +Track (trackID 2123, parentID 308) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2802, Parent ID = 2790 +* G4Track Information: Particle = gamma, Track ID = 2122, Parent ID = 308 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.7 cm 49.7 cm -38.6 cm 152 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16.7 cm 49.7 cm -38.6 cm 0 eV 152 keV 53.5 um 53.5 um caloLayer_phys eIoni -Track (trackID 2802, parentID 2790) is processed with stopping code 2 + 0 -84.4 cm 2.59 m -2 m 166 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -84.4 cm 2.59 m -2 m 0 eV 88 keV 208 um 208 um caloLayer_phys phot +Track (trackID 2122, parentID 308) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2118, Parent ID = 324 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -11.3 cm 33.1 cm -26.1 cm 1.19 MeV 0 eV 0 fm 0 fm trackerLayer_phys initStep - 1 -11.4 cm 33.1 cm -26.3 cm 1.01 MeV 185 keV 182 um 182 um trackerLayer_phys msc - 2 -11.3 cm 33.1 cm -26.3 cm 721 keV 286 keV 609 um 791 um trackerLayer_phys msc - 3 -11.4 cm 33.1 cm -26.3 cm 702 keV 18.3 keV 86.3 um 877 um trackerLayer_phys CoupledTransportation - 4 -11.2 cm 33.2 cm -26.5 cm 702 keV 518 eV 5.57 mm 6.45 mm tracker_phys CoupledTransportation - 5 -11.2 cm 33.2 cm -26.5 cm 659 keV 42.9 keV 109 um 6.56 mm trackerLayer_phys msc - 6 -11.2 cm 33.2 cm -26.5 cm 640 keV 19 keV 59.7 um 6.62 mm trackerLayer_phys msc - 7 -11.2 cm 33.2 cm -26.5 cm 624 keV 15.7 keV 59.7 um 6.68 mm trackerLayer_phys msc - 8 -11.2 cm 33.2 cm -26.5 cm 611 keV 13.3 keV 59.7 um 6.74 mm trackerLayer_phys msc - 9 -11.2 cm 33.2 cm -26.5 cm 593 keV 17.6 keV 59.7 um 6.8 mm trackerLayer_phys msc - 10 -11.2 cm 33.2 cm -26.5 cm 580 keV 13.5 keV 59.7 um 6.86 mm trackerLayer_phys msc - 11 -11.2 cm 33.2 cm -26.5 cm 561 keV 18.7 keV 61.1 um 6.92 mm trackerLayer_phys msc - 12 -11.2 cm 33.2 cm -26.5 cm 521 keV 39.5 keV 75.7 um 7 mm trackerLayer_phys msc - 13 -11.2 cm 33.2 cm -26.5 cm 491 keV 30.1 keV 80 um 7.08 mm trackerLayer_phys msc - 14 -11.2 cm 33.2 cm -26.5 cm 460 keV 30.8 keV 87.6 um 7.16 mm trackerLayer_phys msc - 15 -11.2 cm 33.2 cm -26.5 cm 423 keV 37.4 keV 81 um 7.24 mm trackerLayer_phys msc - 16 -11.2 cm 33.2 cm -26.5 cm 393 keV 30.1 keV 84.5 um 7.33 mm trackerLayer_phys msc - 17 -11.2 cm 33.2 cm -26.5 cm 366 keV 26.9 keV 83.2 um 7.41 mm trackerLayer_phys msc - 18 -11.2 cm 33.2 cm -26.5 cm 348 keV 18.3 keV 74.4 um 7.49 mm trackerLayer_phys msc - 19 -11.2 cm 33.2 cm -26.5 cm 311 keV 37 keV 84.9 um 7.57 mm trackerLayer_phys msc - 20 -11.3 cm 33.2 cm -26.5 cm 286 keV 24.7 keV 76.6 um 7.65 mm trackerLayer_phys msc - 21 -11.3 cm 33.2 cm -26.5 cm 261 keV 25.3 keV 69.6 um 7.72 mm trackerLayer_phys msc - 22 -11.3 cm 33.2 cm -26.5 cm 233 keV 27.8 keV 65.2 um 7.78 mm trackerLayer_phys msc - 23 -11.3 cm 33.2 cm -26.5 cm 208 keV 25.1 keV 59.7 um 7.84 mm trackerLayer_phys msc - 24 -11.3 cm 33.2 cm -26.5 cm 182 keV 25.9 keV 59.7 um 7.9 mm trackerLayer_phys msc - 25 -11.3 cm 33.2 cm -26.5 cm 148 keV 33.9 keV 59.7 um 7.96 mm trackerLayer_phys msc - 26 -11.3 cm 33.2 cm -26.5 cm 101 keV 47.2 keV 59.7 um 8.02 mm trackerLayer_phys msc - 27 -11.3 cm 33.2 cm -26.5 cm 0 eV 101 keV 79.4 um 8.1 mm trackerLayer_phys eIoni -Track (trackID 127, parentID 3) is processed with stopping code 2 + 0 -1.13 m 3.5 m -2.67 m 247 keV 0 eV 0 fm 0 fm muoncounter_P initStep + 1 -1.08 m 3.51 m -2.67 m 247 keV 0 eV 5.74 cm 5.74 cm muoncounter_P CoupledTransportation + 2 6 m 5.06 m -2.71 m 247 keV 0 eV 7.25 m 7.3 m OutOfWorld CoupledTransportation +Track (trackID 2118, parentID 324) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2096, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -11.3 cm 33 cm -26 cm 1.1 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -11.3 cm 33 cm -26 cm 0 eV 1.1 keV 73.4 um 73.4 um tracker_phys eIoni -Track (trackID 126, parentID 3) is processed with stopping code 2 + 0 -16.8 cm 49.8 cm -39.5 cm 101 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.8 cm -39.5 cm 0 eV 88 keV 50 um 50 um caloLayer_phys phot +Track (trackID 2096, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2095, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -10.9 cm 31.8 cm -25.1 cm 1.93 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -10.9 cm 31.8 cm -25.1 cm 0 eV 1.93 keV 162 um 162 um tracker_phys eIoni -Track (trackID 125, parentID 3) is processed with stopping code 2 + 0 -16.8 cm 49.8 cm -39.5 cm 6.49 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.2 cm 50.1 cm -39.4 cm 6.49 MeV 0 eV 5.29 mm 5.29 mm caloLayer_phys CoupledTransportation + 2 -18.7 cm 51.7 cm -39.1 cm 6.49 MeV 0 eV 2.24 cm 2.77 cm caloM_P CoupledTransportation + 3 -19.1 cm 52.1 cm -39 cm 993 keV 0 eV 5.68 mm 3.33 cm caloLayer_phys compt + 4 -19.4 cm 52.3 cm -38.5 cm 289 keV 0 eV 6.43 mm 3.98 cm caloLayer_phys compt + 5 -19.5 cm 52.2 cm -38.5 cm 0 eV 88 keV 1.16 mm 4.09 cm caloLayer_phys phot +Track (trackID 2095, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2094, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.71 cm 25.4 cm -20 cm 1.92 keV 0 eV 0 fm 0 fm tracker_phys initStep - 1 -8.71 cm 25.4 cm -20 cm 0 eV 1.92 keV 161 um 161 um tracker_phys eIoni -Track (trackID 124, parentID 3) is processed with stopping code 2 + 0 -16.7 cm 49.7 cm -39.5 cm 2.03 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17 cm 50.2 cm -39.7 cm 2.03 MeV 0 eV 5.92 mm 5.92 mm caloLayer_phys CoupledTransportation + 2 -17.3 cm 50.7 cm -40 cm 2.03 MeV 0 eV 6.79 mm 1.27 cm caloM_P ReadoutWorld + 3 -18.1 cm 51.9 cm -40.6 cm 2.03 MeV 0 eV 1.57 cm 2.84 cm caloM_P CoupledTransportation + 4 -18.2 cm 52.1 cm -40.8 cm 1.8 MeV 0 eV 2.72 mm 3.12 cm caloLayer_phys compt + 5 -18.9 cm 53.2 cm -41 cm 1.33 MeV 0 eV 1.24 cm 4.35 cm caloLayer_phys compt + 6 -19 cm 53.4 cm -41.1 cm 767 keV 0 eV 3.21 mm 4.67 cm caloLayer_phys compt + 7 -19.3 cm 54.7 cm -40.5 cm 767 keV 0 eV 1.41 cm 6.08 cm caloLayer_phys CoupledTransportation + 8 -19.7 cm 55.8 cm -40 cm 767 keV 0 eV 1.28 cm 7.36 cm caloM_P ReadoutWorld + 9 -19.9 cm 56.6 cm -39.6 cm 767 keV 0 eV 9.05 mm 8.27 cm caloM_P CoupledTransportation + 10 -20.4 cm 58.3 cm -38.8 cm 572 keV 0 eV 1.96 cm 10.2 cm caloLayer_phys compt + 11 -21.8 cm 59.1 cm -37.5 cm 572 keV 0 eV 2.06 cm 12.3 cm caloLayer_phys CoupledTransportation + 12 -24 cm 60.4 cm -35.3 cm 572 keV 0 eV 3.36 cm 15.6 cm caloM_P CoupledTransportation + 13 -24.1 cm 60.4 cm -35.3 cm 542 keV 0 eV 778 um 15.7 cm caloLayer_phys compt + 14 -24.2 cm 60.5 cm -35 cm 0 eV 88 keV 3.54 mm 16.1 cm caloLayer_phys phot +Track (trackID 2094, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 123, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2093, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.81 cm 16.9 cm -13.3 cm 1.03 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -5.8 cm 16.9 cm -13.3 cm 0 eV 1.03 keV 55.6 um 55.6 um expHall_P eIoni -Track (trackID 123, parentID 3) is processed with stopping code 2 + 0 -16.7 cm 49.7 cm -39.4 cm 4.05 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 50 cm -40 cm 4.05 MeV 0 eV 6.27 mm 6.27 mm caloLayer_phys ReadoutWorld + 2 -16.8 cm 50.3 cm -40.6 cm 4.05 MeV 0 eV 6.55 mm 1.28 cm caloLayer_phys CoupledTransportation + 3 -17.2 cm 52.2 cm -44.7 cm 4.05 MeV 0 eV 4.62 cm 5.9 cm caloM_P CoupledTransportation + 4 -17.2 cm 52.3 cm -44.8 cm 1.44 MeV 0 eV 231 um 5.93 cm caloLayer_phys compt + 5 -17.6 cm 54 cm -45.6 cm 0 eV 88 keV 1.99 cm 7.91 cm caloLayer_phys phot +Track (trackID 2093, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 122, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 2092, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.43 cm 12.9 cm -10.1 cm 1.35 keV 0 eV 0 fm 0 fm expHall_P initStep - 1 -4.43 cm 12.9 cm -10.1 cm 0 eV 1.35 keV 82.7 um 82.7 um expHall_P eIoni -Track (trackID 122, parentID 3) is processed with stopping code 2 + 0 -16.7 cm 49.7 cm -39.4 cm 105 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 49.7 cm -39.5 cm 0 eV 88 keV 214 um 214 um caloLayer_phys phot +Track (trackID 2092, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2789, Parent ID = 137 +* G4Track Information: Particle = gamma, Track ID = 2091, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.7 cm 49.2 cm -38.7 cm 2.09 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -16 cm 50.5 cm -38.5 cm 2.09 MeV 0 eV 1.48 cm 1.48 cm caloLayer_phys CoupledTransportation - 2 -14.8 cm 52.8 cm -38 cm 279 keV 0 eV 2.62 cm 4.1 cm caloM_P compt - 3 -14.5 cm 51 cm -36.9 cm 279 keV 0 eV 2.13 cm 6.23 cm caloM_P CoupledTransportation - 4 -14.5 cm 50.4 cm -36.6 cm 197 keV 0 eV 6.38 mm 6.87 cm caloLayer_phys compt - 5 -14.3 cm 50 cm -37 cm 181 keV 0 eV 5.89 mm 7.46 cm caloLayer_phys compt - 6 -14.3 cm 50 cm -37 cm 0 eV 88 keV 405 um 7.5 cm caloLayer_phys phot -Track (trackID 2789, parentID 137) is processed with stopping code 2 + 0 -16.7 cm 49.7 cm -39.4 cm 163 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 49.7 cm -39.4 cm 0 eV 88 keV 91.4 um 91.4 um caloLayer_phys phot +Track (trackID 2091, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2808, Parent ID = 2789 +* G4Track Information: Particle = gamma, Track ID = 2090, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.3 cm 50 cm -37 cm 92.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -14.3 cm 50 cm -37 cm 0 eV 92.6 keV 24.3 um 24.3 um caloLayer_phys eIoni -Track (trackID 2808, parentID 2789) is processed with stopping code 2 + 0 -16.7 cm 49.7 cm -39.4 cm 108 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 50 cm -39.7 cm 0 eV 0 eV 4.55 mm 4.55 mm caloLayer_phys conv +Track (trackID 2090, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2807, Parent ID = 2789 +* G4Track Information: Particle = gamma, Track ID = 2089, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.3 cm 50 cm -37 cm 16.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -14.3 cm 50 cm -37 cm 0 eV 16.7 keV 1.54 um 1.54 um caloLayer_phys eIoni -Track (trackID 2807, parentID 2789) is processed with stopping code 2 + 0 -16.7 cm 49.6 cm -39.4 cm 217 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 49.7 cm -39.4 cm 0 eV 88 keV 645 um 645 um caloLayer_phys phot +Track (trackID 2089, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2806, Parent ID = 2789 +* G4Track Information: Particle = gamma, Track ID = 2088, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.5 cm 50.4 cm -36.6 cm 81.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -14.5 cm 50.4 cm -36.6 cm 0 eV 81.7 keV 19.8 um 19.8 um caloLayer_phys eIoni -Track (trackID 2806, parentID 2789) is processed with stopping code 2 + 0 -16.7 cm 49.6 cm -39.4 cm 4.97 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.9 cm -39.5 cm 0 eV 0 eV 3.15 mm 3.15 mm caloLayer_phys conv +Track (trackID 2088, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2805, Parent ID = 2789 +* G4Track Information: Particle = gamma, Track ID = 2087, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.8 cm 52.8 cm -38 cm 1.81 MeV 0 eV 0 fm 0 fm caloM_P initStep - 1 -14.7 cm 53 cm -38 cm 1.3 MeV 512 keV 2.64 mm 2.64 mm caloM_P CoupledTransportation - 2 -14.7 cm 53 cm -38 cm 1.14 MeV 161 keV 44.8 um 2.69 mm caloLayer_phys msc - 3 -14.7 cm 53 cm -38 cm 839 keV 302 keV 39.7 um 2.73 mm caloLayer_phys msc - 4 -14.7 cm 53 cm -38 cm 804 keV 35.4 keV 39.7 um 2.77 mm caloLayer_phys msc - 5 -14.7 cm 53 cm -38 cm 753 keV 50.6 keV 39.7 um 2.81 mm caloLayer_phys msc - 6 -14.7 cm 53 cm -38 cm 714 keV 38.8 keV 39.7 um 2.85 mm caloLayer_phys msc - 7 -14.7 cm 53 cm -38 cm 680 keV 34.8 keV 39.7 um 2.89 mm caloLayer_phys msc - 8 -14.7 cm 53 cm -38 cm 645 keV 35.1 keV 39.7 um 2.93 mm caloLayer_phys msc - 9 -14.7 cm 53 cm -38 cm 620 keV 24.7 keV 39.7 um 2.97 mm caloLayer_phys msc - 10 -14.7 cm 53 cm -38 cm 576 keV 43.9 keV 39.7 um 3.01 mm caloLayer_phys msc - 11 -14.7 cm 53 cm -38 cm 520 keV 56.2 keV 42.9 um 3.05 mm caloLayer_phys msc - 12 -14.7 cm 53 cm -38 cm 485 keV 35.1 keV 43.1 um 3.09 mm caloLayer_phys msc - 13 -14.7 cm 53 cm -38 cm 448 keV 36.5 keV 39.7 um 3.13 mm caloLayer_phys msc - 14 -14.7 cm 53 cm -38 cm 405 keV 43.1 keV 39.7 um 3.17 mm caloLayer_phys msc - 15 -14.7 cm 53 cm -38 cm 358 keV 47 keV 43.3 um 3.21 mm caloLayer_phys msc - 16 -14.7 cm 53 cm -38 cm 323 keV 35.1 keV 39.7 um 3.25 mm caloLayer_phys msc - 17 -14.7 cm 53 cm -38 cm 254 keV 69.2 keV 39.7 um 3.29 mm caloLayer_phys msc - 18 -14.7 cm 53 cm -38 cm 195 keV 59.2 keV 39.7 um 3.33 mm caloLayer_phys msc - 19 -14.7 cm 53 cm -38 cm 0 eV 195 keV 78.2 um 3.41 mm caloLayer_phys eIoni -Track (trackID 2805, parentID 2789) is processed with stopping code 2 + 0 -16.7 cm 49.6 cm -39.3 cm 70.9 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.9 cm -39.5 cm 0 eV 0 eV 3.2 mm 3.2 mm caloLayer_phys conv +Track (trackID 2087, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2784, Parent ID = 141 +* G4Track Information: Particle = gamma, Track ID = 2086, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.5 cm 52.2 cm -41 cm 117 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.5 cm 52.2 cm -41 cm 0 eV 88 keV 20.6 um 20.6 um caloLayer_phys phot -Track (trackID 2784, parentID 141) is processed with stopping code 2 + 0 -16.7 cm 49.5 cm -39.3 cm 3.08 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.9 cm 50.2 cm -39.8 cm 3.08 MeV 0 eV 9.15 mm 9.15 mm caloLayer_phys CoupledTransportation + 2 -17 cm 50.5 cm -40 cm 3.08 MeV 0 eV 3.22 mm 1.24 cm caloM_P ReadoutWorld + 3 -17.5 cm 52.1 cm -41.2 cm 3.08 MeV 0 eV 2.12 cm 3.36 cm caloM_P CoupledTransportation + 4 -18.5 cm 55 cm -43.3 cm 3.08 MeV 0 eV 3.67 cm 7.03 cm caloLayer_phys CoupledTransportation + 5 -19.1 cm 56.9 cm -44.7 cm 3.08 MeV 0 eV 2.45 cm 9.48 cm caloM_P CoupledTransportation + 6 -19.7 cm 58.7 cm -46.1 cm 1.06 MeV 0 eV 2.35 cm 11.8 cm caloLayer_phys compt + 7 -19.9 cm 58.7 cm -46.3 cm 528 keV 0 eV 2.42 mm 12.1 cm caloLayer_phys compt + 8 -20 cm 58.6 cm -46.3 cm 0 eV 88 keV 1.58 mm 12.2 cm caloLayer_phys phot +Track (trackID 2086, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2809, Parent ID = 2784 +* G4Track Information: Particle = gamma, Track ID = 2085, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.5 cm 52.2 cm -41 cm 28.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -17.5 cm 52.2 cm -41 cm 0 eV 28.6 keV 3.59 um 3.59 um caloLayer_phys eIoni -Track (trackID 2809, parentID 2784) is processed with stopping code 2 + 0 -16.6 cm 49.4 cm -39.2 cm 1.49 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 50.3 cm -39.8 cm 1.49 MeV 0 eV 1.04 cm 1.04 cm caloLayer_phys CoupledTransportation + 2 -16.9 cm 50.5 cm -40 cm 1.49 MeV 0 eV 2.79 mm 1.31 cm caloM_P ReadoutWorld + 3 -17.3 cm 52.2 cm -41.3 cm 1.49 MeV 0 eV 2.2 cm 3.52 cm caloM_P CoupledTransportation + 4 -17.4 cm 52.5 cm -41.5 cm 0 eV 88 keV 4.2 mm 3.94 cm caloLayer_phys phot +Track (trackID 2085, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2774, Parent ID = 154 +* G4Track Information: Particle = gamma, Track ID = 2084, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.7 cm 64.3 cm -50.4 cm 143 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -21.7 cm 64.3 cm -50.4 cm 0 eV 88 keV 26.3 um 26.3 um caloLayer_phys phot -Track (trackID 2774, parentID 154) is processed with stopping code 2 + 0 -16.6 cm 49.2 cm -39.1 cm 21.8 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 49.7 cm -39.5 cm 0 eV 0 eV 6.29 mm 6.29 mm caloLayer_phys conv +Track (trackID 2084, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2810, Parent ID = 2774 +* G4Track Information: Particle = gamma, Track ID = 2083, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.7 cm 64.3 cm -50.4 cm 54.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -21.7 cm 64.3 cm -50.4 cm 0 eV 54.7 keV 10.3 um 10.3 um caloLayer_phys eIoni -Track (trackID 2810, parentID 2774) is processed with stopping code 2 + 0 -16.6 cm 49.2 cm -39.1 cm 45 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.3 cm -39.1 cm 0 eV 0 eV 144 um 144 um caloLayer_phys conv +Track (trackID 2083, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2772, Parent ID = 160 +* G4Track Information: Particle = gamma, Track ID = 2082, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.9 cm -53.9 cm 351 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -54 cm 0 eV 88 keV 1.15 mm 1.15 mm caloLayer_phys phot -Track (trackID 2772, parentID 160) is processed with stopping code 2 + 0 -16.5 cm 49.1 cm -39 cm 143 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.2 cm -39 cm 0 eV 88 keV 470 um 470 um caloLayer_phys phot +Track (trackID 2082, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2811, Parent ID = 2772 +* G4Track Information: Particle = gamma, Track ID = 2081, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.9 cm -54 cm 263 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -54 cm 0 eV 263 keV 123 um 123 um caloLayer_phys eIoni -Track (trackID 2811, parentID 2772) is processed with stopping code 2 + 0 -16.5 cm 49.1 cm -39 cm 6.39 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.3 cm -39.1 cm 0 eV 0 eV 2.26 mm 2.26 mm caloLayer_phys conv +Track (trackID 2081, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2771, Parent ID = 160 +* G4Track Information: Particle = gamma, Track ID = 2080, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.9 cm -53.9 cm 367 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23 cm 68.6 cm -53.9 cm 244 keV 0 eV 3.96 mm 3.96 mm caloLayer_phys compt - 2 -22.9 cm 68.6 cm -53.9 cm 0 eV 88 keV 425 um 4.39 mm caloLayer_phys phot -Track (trackID 2771, parentID 160) is processed with stopping code 2 + 0 -16.5 cm 49.1 cm -38.9 cm 12.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.2 cm -39 cm 4.12 MeV 0 eV 1.62 mm 1.62 mm caloLayer_phys compt + 2 -16.7 cm 50.3 cm -39.4 cm 4.12 MeV 0 eV 1.18 cm 1.34 cm caloLayer_phys CoupledTransportation + 3 -16.9 cm 52.3 cm -40 cm 4.12 MeV 0 eV 2.1 cm 3.44 cm caloM_P ReadoutWorld + 4 -16.9 cm 52.3 cm -40 cm 4.12 MeV 0 eV 435 um 3.48 cm caloM_P CoupledTransportation + 5 -16.9 cm 52.5 cm -40.1 cm 0 eV 0 eV 2.16 mm 3.7 cm caloLayer_phys conv +Track (trackID 2080, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2813, Parent ID = 2771 +* G4Track Information: Particle = gamma, Track ID = 2079, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -22.9 cm 68.6 cm -53.9 cm 156 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -22.9 cm 68.6 cm -53.9 cm 0 eV 156 keV 55.4 um 55.4 um caloLayer_phys eIoni -Track (trackID 2813, parentID 2771) is processed with stopping code 2 + 0 -16.5 cm 49 cm -38.9 cm 35.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.3 cm -39.1 cm 0 eV 0 eV 3.84 mm 3.84 mm caloLayer_phys conv +Track (trackID 2079, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2812, Parent ID = 2771 +* G4Track Information: Particle = gamma, Track ID = 2078, Parent ID = 2076 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23 cm 68.6 cm -53.9 cm 123 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23 cm 68.6 cm -53.9 cm 0 eV 123 keV 38.1 um 38.1 um caloLayer_phys eIoni -Track (trackID 2812, parentID 2771) is processed with stopping code 2 + 0 -16.5 cm 49 cm -38.9 cm 17.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.9 cm 50.2 cm -39.9 cm 17.1 MeV 0 eV 1.63 cm 1.63 cm caloLayer_phys CoupledTransportation + 2 -17 cm 50.4 cm -40 cm 17.1 MeV 0 eV 2.21 mm 1.85 cm caloM_P ReadoutWorld + 3 -17.6 cm 52.1 cm -41.4 cm 17.1 MeV 0 eV 2.29 cm 4.15 cm caloM_P CoupledTransportation + 4 -18.1 cm 53.6 cm -42.6 cm 0 eV 0 eV 1.93 cm 6.08 cm caloLayer_phys conv +Track (trackID 2078, parentID 2076) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2770, Parent ID = 160 +* G4Track Information: Particle = e+, Track ID = 2673, Parent ID = 2078 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.9 cm -53.9 cm 194 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -53.9 cm 193 keV 0 eV 1.03 mm 1.03 mm caloLayer_phys compt - 2 -22.9 cm 68.8 cm -53.7 cm 0 eV 88 keV 2.09 mm 3.12 mm caloLayer_phys phot -Track (trackID 2770, parentID 160) is processed with stopping code 2 + 0 -18.1 cm 53.6 cm -42.6 cm 6.32 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -18 cm 53.6 cm -42.6 cm 4.91 MeV 815 keV 660 um 660 um caloLayer_phys eBrem + 2 -18 cm 53.7 cm -42.7 cm 2.92 MeV 1.9 MeV 2.03 mm 2.69 mm caloLayer_phys eBrem + 3 -18.1 cm 53.8 cm -42.7 cm 2.33 MeV 451 keV 477 um 3.16 mm caloLayer_phys eBrem + 4 -18.1 cm 53.8 cm -42.7 cm 952 keV 1.38 MeV 311 um 3.48 mm caloLayer_phys eIoni + 5 -18.1 cm 53.8 cm -42.7 cm 0 eV 952 keV 696 um 4.17 mm caloLayer_phys eIoni + 6 -18.1 cm 53.8 cm -42.7 cm 0 eV 0 eV 0 fm 4.17 mm caloLayer_phys ReadoutWorld +Track (trackID 2673, parentID 2078) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2815, Parent ID = 2770 +* G4Track Information: Particle = e+, Track ID = 2671, Parent ID = 2079 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -22.9 cm 68.8 cm -53.7 cm 105 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -22.9 cm 68.8 cm -53.8 cm 0 eV 105 keV 29.8 um 29.8 um caloLayer_phys eIoni -Track (trackID 2815, parentID 2770) is processed with stopping code 2 + 0 -16.6 cm 49.3 cm -39.1 cm 33.2 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.4 cm -39.2 cm 29.3 MeV 1.24 MeV 1.17 mm 1.17 mm caloLayer_phys eBrem + 2 -16.8 cm 49.6 cm -39.3 cm 24.4 MeV 4.71 MeV 2.85 mm 4.02 mm caloLayer_phys eBrem + 3 -17 cm 49.7 cm -39.4 cm 20.8 MeV 2.72 MeV 1.8 mm 5.82 mm caloLayer_phys eBrem + 4 -17 cm 49.7 cm -39.4 cm 12.4 MeV 9.35 keV 12.9 um 5.83 mm caloLayer_phys eBrem + 5 -17 cm 49.7 cm -39.4 cm 11 MeV 1.15 MeV 858 um 6.69 mm caloLayer_phys eBrem + 6 -17 cm 49.7 cm -39.4 cm 9.14 MeV 132 keV 102 um 6.79 mm caloLayer_phys eBrem + 7 -17.2 cm 49.6 cm -39.3 cm 3.16 MeV 3.18 MeV 1.91 mm 8.7 mm caloLayer_phys eBrem + 8 -17.3 cm 49.6 cm -39.3 cm 2.4 MeV 485 keV 492 um 9.19 mm caloLayer_phys eBrem + 9 -17.3 cm 49.7 cm -39.3 cm 458 keV 1.94 MeV 1.59 mm 1.08 cm caloLayer_phys eIoni + 10 -17.3 cm 49.7 cm -39.3 cm 0 eV 458 keV 268 um 1.11 cm caloLayer_phys eIoni + 11 -17.3 cm 49.7 cm -39.3 cm 0 eV 0 eV 0 fm 1.11 cm caloLayer_phys ReadoutWorld +Track (trackID 2671, parentID 2079) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2814, Parent ID = 2770 +* G4Track Information: Particle = e+, Track ID = 2669, Parent ID = 2080 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.9 cm -53.9 cm 679 eV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -53.9 cm 0 eV 679 eV 20.7 nm 20.7 nm caloLayer_phys eIoni -Track (trackID 2814, parentID 2770) is processed with stopping code 2 + 0 -16.9 cm 52.5 cm -40.1 cm 506 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.9 cm 52.6 cm -40.1 cm 0 eV 506 keV 307 um 307 um caloLayer_phys eIoni + 2 -16.9 cm 52.6 cm -40.1 cm 0 eV 0 eV 0 fm 307 um caloLayer_phys ReadoutWorld +Track (trackID 2669, parentID 2080) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2769, Parent ID = 160 +* G4Track Information: Particle = e+, Track ID = 2666, Parent ID = 2081 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 69 cm -54 cm 796 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.5 cm 67.3 cm -54.1 cm 269 keV 0 eV 1.69 cm 1.69 cm caloLayer_phys compt - 2 -23.5 cm 67.3 cm -54.1 cm 0 eV 88 keV 102 um 1.7 cm caloLayer_phys phot -Track (trackID 2769, parentID 160) is processed with stopping code 2 + 0 -16.6 cm 49.3 cm -39.1 cm 1.89 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.4 cm -39.3 cm 563 keV 1.32 MeV 1.38 mm 1.38 mm caloLayer_phys eIoni + 2 -16.6 cm 49.4 cm -39.3 cm 0 eV 45 keV 34.3 um 1.42 mm caloLayer_phys annihil +Track (trackID 2666, parentID 2081) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2817, Parent ID = 2769 +* G4Track Information: Particle = e+, Track ID = 2663, Parent ID = 2083 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.5 cm 67.3 cm -54.1 cm 181 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.5 cm 67.3 cm -54.1 cm 0 eV 181 keV 70 um 70 um caloLayer_phys eIoni -Track (trackID 2817, parentID 2769) is processed with stopping code 2 + 0 -16.6 cm 49.3 cm -39.1 cm 19.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.3 cm -39.1 cm 19.3 MeV 169 keV 162 um 162 um caloLayer_phys eBrem + 2 -16.6 cm 49.3 cm -39.1 cm 18.2 MeV 728 keV 653 um 815 um caloLayer_phys eBrem + 3 -16.6 cm 49.4 cm -39.2 cm 17.5 MeV 600 keV 596 um 1.41 mm caloLayer_phys eBrem + 4 -16.6 cm 49.4 cm -39.2 cm 16.4 MeV 244 keV 231 um 1.64 mm caloLayer_phys eBrem + 5 -16.6 cm 49.4 cm -39.2 cm 15.7 MeV 462 keV 366 um 2.01 mm caloLayer_phys eBrem + 6 -16.5 cm 49.4 cm -39.2 cm 13.5 MeV 1.56 MeV 798 um 2.81 mm caloLayer_phys eBrem + 7 -16.5 cm 49.4 cm -39.2 cm 12.9 MeV 289 keV 299 um 3.1 mm caloLayer_phys eBrem + 8 -16.4 cm 49.5 cm -39.3 cm 12.1 MeV 727 keV 652 um 3.76 mm caloLayer_phys eBrem + 9 -16.4 cm 49.5 cm -39.3 cm 11.4 MeV 648 keV 577 um 4.33 mm caloLayer_phys eBrem + 10 -16.3 cm 49.5 cm -39.3 cm 6.47 MeV 1.77 MeV 955 um 5.29 mm caloLayer_phys eBrem + 11 -16.2 cm 49.6 cm -39.4 cm 4.68 MeV 1.65 MeV 1.7 mm 6.99 mm caloLayer_phys eBrem + 12 -16.1 cm 49.5 cm -39.4 cm 2.7 MeV 528 keV 211 um 7.2 mm caloLayer_phys eBrem + 13 -16.2 cm 49.5 cm -39.3 cm 1.69 MeV 386 keV 447 um 7.64 mm caloLayer_phys eBrem + 14 -16.2 cm 49.5 cm -39.3 cm 0 eV 247 keV 210 um 7.85 mm caloLayer_phys annihil +Track (trackID 2663, parentID 2083) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2816, Parent ID = 2769 +* G4Track Information: Particle = e+, Track ID = 2661, Parent ID = 2084 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.5 cm 67.3 cm -54.1 cm 527 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.5 cm 67.3 cm -54.1 cm 0 eV 527 keV 327 um 327 um caloLayer_phys eIoni -Track (trackID 2816, parentID 2769) is processed with stopping code 2 + 0 -16.7 cm 49.7 cm -39.5 cm 17.7 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.8 cm -39.6 cm 15.6 MeV 2.15 MeV 1.83 mm 1.83 mm caloLayer_phys eBrem + 2 -16.9 cm 49.9 cm -39.7 cm 13 MeV 2.42 MeV 1.4 mm 3.22 mm caloLayer_phys eBrem + 3 -16.9 cm 49.9 cm -39.7 cm 12.5 MeV 170 keV 185 um 3.41 mm caloLayer_phys eBrem + 4 -16.9 cm 49.9 cm -39.7 cm 12.2 MeV 121 keV 65.7 um 3.47 mm caloLayer_phys eBrem + 5 -16.9 cm 49.9 cm -39.7 cm 7.91 MeV 137 keV 124 um 3.6 mm caloLayer_phys eBrem + 6 -17 cm 50 cm -39.7 cm 4.74 MeV 1.62 MeV 1.37 mm 4.97 mm caloLayer_phys eIoni + 7 -17.2 cm 50 cm -39.5 cm 3.14 MeV 1.6 MeV 1.67 mm 6.64 mm caloLayer_phys msc + 8 -17.2 cm 50 cm -39.5 cm 2.61 MeV 337 keV 272 um 6.91 mm caloLayer_phys eBrem + 9 -17.2 cm 50 cm -39.5 cm 2.35 MeV 111 keV 53.6 um 6.96 mm caloLayer_phys eBrem + 10 -17.3 cm 50 cm -39.6 cm 550 keV 1.8 MeV 1.57 mm 8.54 mm caloLayer_phys eIoni + 11 -17.3 cm 50 cm -39.6 cm 0 eV 550 keV 344 um 8.88 mm caloLayer_phys eIoni + 12 -17.3 cm 50 cm -39.6 cm 0 eV 0 eV 0 fm 8.88 mm caloLayer_phys ReadoutWorld +Track (trackID 2661, parentID 2084) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2768, Parent ID = 160 +* G4Track Information: Particle = e+, Track ID = 2655, Parent ID = 2087 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.8 cm -54.1 cm 342 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -54.2 cm 0 eV 88 keV 1.38 mm 1.38 mm caloLayer_phys phot -Track (trackID 2768, parentID 160) is processed with stopping code 2 + 0 -16.8 cm 49.9 cm -39.5 cm 31.4 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.9 cm -39.5 cm 26.9 MeV 163 keV 168 um 168 um caloLayer_phys eBrem + 2 -16.8 cm 49.9 cm -39.5 cm 0 eV 348 keV 160 um 328 um caloLayer_phys annihil +Track (trackID 2655, parentID 2087) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2818, Parent ID = 2768 +* G4Track Information: Particle = e+, Track ID = 2653, Parent ID = 2088 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.9 cm -54.2 cm 254 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -54.2 cm 251 keV 2.69 keV 2.82 um 2.82 um caloLayer_phys eBrem - 2 -23.1 cm 68.9 cm -54.2 cm 0 eV 251 keV 115 um 117 um caloLayer_phys eIoni -Track (trackID 2818, parentID 2768) is processed with stopping code 2 + 0 -16.8 cm 49.9 cm -39.5 cm 503 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 49.9 cm -39.5 cm 0 eV 503 keV 305 um 305 um caloLayer_phys eIoni + 2 -16.8 cm 49.9 cm -39.5 cm 0 eV 0 eV 0 fm 305 um caloLayer_phys ReadoutWorld +Track (trackID 2653, parentID 2088) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2767, Parent ID = 160 +* G4Track Information: Particle = e+, Track ID = 2650, Parent ID = 2090 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.8 cm -54.1 cm 929 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -54.2 cm 0 eV 88 keV 1.34 mm 1.34 mm caloLayer_phys phot -Track (trackID 2767, parentID 160) is processed with stopping code 2 + 0 -16.8 cm 50 cm -39.7 cm 82.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.8 cm 50.1 cm -39.7 cm 80.1 MeV 1.4 MeV 911 um 911 um caloLayer_phys eBrem + 2 -16.8 cm 50.1 cm -39.7 cm 68.5 MeV 525 keV 397 um 1.31 mm caloLayer_phys eBrem + 3 -16.9 cm 50.2 cm -39.8 cm 61.4 MeV 911 keV 866 um 2.17 mm caloLayer_phys eBrem + 4 -16.9 cm 50.2 cm -39.8 cm 60.9 MeV 543 keV 491 um 2.66 mm caloLayer_phys CoupledTransportation + 5 -17 cm 50.5 cm -40 cm 60.3 MeV 573 keV 3.66 mm 6.33 mm caloM_P ReadoutWorld + 6 -17.5 cm 52.1 cm -41.1 cm 56.8 MeV 3.52 MeV 1.99 cm 2.63 cm caloM_P CoupledTransportation + 7 -17.6 cm 52.2 cm -41.1 cm 47.4 MeV 525 keV 397 um 2.67 cm caloLayer_phys eBrem + 8 -17.6 cm 52.2 cm -41.1 cm 43 MeV 1.1 MeV 1.04 mm 2.77 cm caloLayer_phys eIoni + 9 -17.6 cm 52.3 cm -41.2 cm 40.9 MeV 1.68 MeV 1.19 mm 2.89 cm caloLayer_phys eBrem + 10 -17.6 cm 52.4 cm -41.2 cm 40.4 MeV 132 keV 123 um 2.9 cm caloLayer_phys eBrem + 11 -17.6 cm 52.6 cm -41.4 cm 36 MeV 4.3 MeV 2.96 mm 3.2 cm caloLayer_phys eBrem + 12 -17.6 cm 52.6 cm -41.4 cm 34.3 MeV 231 keV 226 um 3.22 cm caloLayer_phys eBrem + 13 -17.7 cm 52.7 cm -41.4 cm 32.9 MeV 1.33 MeV 1.16 mm 3.34 cm caloLayer_phys eBrem + 14 -17.7 cm 52.7 cm -41.5 cm 30.8 MeV 632 keV 518 um 3.39 cm caloLayer_phys eBrem + 15 -17.7 cm 52.7 cm -41.5 cm 30.2 MeV 417 keV 303 um 3.42 cm caloLayer_phys eBrem + 16 -17.7 cm 52.7 cm -41.5 cm 28.1 MeV 147 keV 31.8 um 3.42 cm caloLayer_phys eBrem + 17 -17.7 cm 52.8 cm -41.5 cm 27.5 MeV 489 keV 472 um 3.47 cm caloLayer_phys eBrem + 18 -17.9 cm 52.8 cm -41.4 cm 25.5 MeV 1.49 MeV 1.35 mm 3.6 cm caloLayer_phys eBrem + 19 -17.9 cm 52.8 cm -41.4 cm 24.6 MeV 540 keV 471 um 3.65 cm caloLayer_phys eBrem + 20 -17.9 cm 52.9 cm -41.3 cm 22.5 MeV 1.9 MeV 1.66 mm 3.82 cm caloLayer_phys eBrem + 21 -17.9 cm 53 cm -41.2 cm 20.7 MeV 1.5 MeV 976 um 3.91 cm caloLayer_phys eBrem + 22 -17.9 cm 53 cm -41.2 cm 20 MeV 410 keV 347 um 3.95 cm caloLayer_phys eBrem + 23 -17.9 cm 53.1 cm -41.2 cm 19.5 MeV 277 keV 232 um 3.97 cm caloLayer_phys eBrem + 24 -17.9 cm 53.1 cm -41.1 cm 18 MeV 1.06 MeV 877 um 4.06 cm caloLayer_phys eBrem + 25 -17.9 cm 53.1 cm -41.1 cm 17.8 MeV 36.8 keV 57.9 um 4.07 cm caloLayer_phys eBrem + 26 -17.9 cm 53.1 cm -41.1 cm 17.6 MeV 17.4 keV 23.9 um 4.07 cm caloLayer_phys eBrem + 27 -17.8 cm 53.2 cm -41.1 cm 4.09 MeV 2.37 MeV 1.68 mm 4.24 cm caloLayer_phys eBrem + 28 -17.6 cm 53.2 cm -41.2 cm 2.13 MeV 1.96 MeV 2.06 mm 4.44 cm caloLayer_phys eIoni + 29 -17.7 cm 53.2 cm -41.3 cm 731 keV 1.4 MeV 1.49 mm 4.59 cm caloLayer_phys eIoni + 30 -17.7 cm 53.2 cm -41.3 cm 0 eV 731 keV 500 um 4.64 cm caloLayer_phys eIoni + 31 -17.7 cm 53.2 cm -41.3 cm 0 eV 0 eV 0 fm 4.64 cm caloLayer_phys ReadoutWorld +Track (trackID 2650, parentID 2090) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2819, Parent ID = 2767 +* G4Track Information: Particle = e+, Track ID = 2551, Parent ID = 2145 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.9 cm -54.2 cm 841 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.9 cm -54.2 cm 0 eV 841 keV 593 um 593 um caloLayer_phys eIoni -Track (trackID 2819, parentID 2767) is processed with stopping code 2 + 0 -79.9 cm 2.45 m -1.9 m 1.74 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.8 cm 2.45 m -1.9 m 1.62 MeV 129 keV 120 um 120 um caloLayer_phys msc + 2 -79.8 cm 2.45 m -1.9 m 0 eV 1.62 MeV 1.24 mm 1.36 mm caloLayer_phys eIoni + 3 -79.8 cm 2.45 m -1.9 m 0 eV 0 eV 0 fm 1.36 mm caloLayer_phys ReadoutWorld +Track (trackID 2551, parentID 2145) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2766, Parent ID = 160 +* G4Track Information: Particle = e+, Track ID = 2489, Parent ID = 2407 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.7 cm -54.1 cm 545 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.7 cm -54.1 cm 190 keV 0 eV 73.9 um 73.9 um caloLayer_phys compt - 2 -23.2 cm 68.6 cm -54 cm 0 eV 88 keV 1.68 mm 1.75 mm caloLayer_phys phot -Track (trackID 2766, parentID 160) is processed with stopping code 2 + 0 -32 cm 96.8 cm -75.1 cm 3.27 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.9 cm 97 cm -75.1 cm 1.39 MeV 1.87 MeV 1.86 mm 1.86 mm caloLayer_phys eIoni + 2 -31.9 cm 97.1 cm -75.1 cm 0 eV 1.39 MeV 1.08 mm 2.94 mm caloLayer_phys eIoni + 3 -31.9 cm 97.1 cm -75.1 cm 0 eV 0 eV 0 fm 2.94 mm caloLayer_phys ReadoutWorld +Track (trackID 2489, parentID 2407) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2821, Parent ID = 2766 +* G4Track Information: Particle = e+, Track ID = 2487, Parent ID = 2408 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.2 cm 68.6 cm -54 cm 102 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.2 cm 68.6 cm -54 cm 0 eV 102 keV 28.2 um 28.2 um caloLayer_phys eIoni -Track (trackID 2821, parentID 2766) is processed with stopping code 2 + 0 -29.3 cm 96.3 cm -75 cm 7.25 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.3 cm 96.5 cm -75.1 cm 3.95 MeV 1.89 MeV 1.83 mm 1.83 mm caloLayer_phys eBrem + 2 -29.4 cm 96.5 cm -75.1 cm 3.44 MeV 149 keV 181 um 2.01 mm caloLayer_phys eBrem + 3 -29.4 cm 96.5 cm -75 cm 2.81 MeV 503 keV 383 um 2.39 mm caloLayer_phys eBrem + 4 -29.3 cm 96.4 cm -75.1 cm 917 keV 1.89 MeV 1.73 mm 4.12 mm caloLayer_phys eIoni + 5 -29.3 cm 96.4 cm -75.1 cm 0 eV 238 keV 156 um 4.27 mm caloLayer_phys annihil +Track (trackID 2487, parentID 2408) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2820, Parent ID = 2766 +* G4Track Information: Particle = e+, Track ID = 2466, Parent ID = 2421 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.1 cm 68.7 cm -54.1 cm 356 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -23.1 cm 68.8 cm -54.1 cm 0 eV 356 keV 190 um 190 um caloLayer_phys eIoni -Track (trackID 2820, parentID 2766) is processed with stopping code 2 + 0 -22 cm 72.1 cm -56.5 cm 2.53 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22 cm 72.2 cm -56.6 cm 1.3 MeV 1.24 MeV 1.22 mm 1.22 mm caloLayer_phys eIoni + 2 -22.1 cm 72.2 cm -56.6 cm 0 eV 1.3 MeV 1 mm 2.22 mm caloLayer_phys eIoni + 3 -22.1 cm 72.2 cm -56.6 cm 0 eV 0 eV 0 fm 2.22 mm caloLayer_phys ReadoutWorld +Track (trackID 2466, parentID 2421) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2765, Parent ID = 162 +* G4Track Information: Particle = e+, Track ID = 2376, Parent ID = 2196 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.2 cm 71.7 cm -56.4 cm 203 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.2 cm 71.7 cm -56.5 cm 0 eV 88 keV 1.59 mm 1.59 mm caloLayer_phys phot -Track (trackID 2765, parentID 162) is processed with stopping code 2 + 0 -59.3 cm 1.71 m -1.31 m 3.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.4 cm 1.71 m -1.31 m 1.8 MeV 1.05 MeV 624 um 624 um caloLayer_phys eBrem + 2 -59.4 cm 1.71 m -1.31 m 1.06 MeV 635 keV 424 um 1.05 mm caloLayer_phys eBrem + 3 -59.4 cm 1.71 m -1.31 m 0 eV 1.06 MeV 796 um 1.84 mm caloLayer_phys eIoni + 4 -59.4 cm 1.71 m -1.31 m 0 eV 0 eV 0 fm 1.84 mm caloLayer_phys ReadoutWorld +Track (trackID 2376, parentID 2196) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2822, Parent ID = 2765 +* G4Track Information: Particle = e+, Track ID = 2314, Parent ID = 2246 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.2 cm 71.7 cm -56.5 cm 115 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.2 cm 71.7 cm -56.5 cm 0 eV 115 keV 34.4 um 34.4 um caloLayer_phys eIoni -Track (trackID 2822, parentID 2765) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.8 cm 159 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.7 cm 1.1 m -86.8 cm 0 eV 159 keV 54.3 um 54.3 um caloLayer_phys eIoni + 2 -36.7 cm 1.1 m -86.8 cm 0 eV 0 eV 0 fm 54.3 um caloLayer_phys ReadoutWorld +Track (trackID 2314, parentID 2246) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2764, Parent ID = 162 +* G4Track Information: Particle = e+, Track ID = 2077, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.1 cm 71.7 cm -56.4 cm 218 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.1 cm 71.7 cm -56.4 cm 0 eV 88 keV 104 um 104 um caloLayer_phys phot -Track (trackID 2764, parentID 162) is processed with stopping code 2 + 0 -16.5 cm 49 cm -38.9 cm 30 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.5 cm 49 cm -38.9 cm 29.4 MeV 145 keV 118 um 118 um caloLayer_phys eBrem + 2 -16.5 cm 49 cm -38.9 cm 27.9 MeV 717 keV 598 um 717 um caloLayer_phys eBrem + 3 -16.5 cm 49.1 cm -39 cm 22.8 MeV 1.24 MeV 1.07 mm 1.79 mm caloLayer_phys eBrem + 4 -16.5 cm 49.2 cm -39.1 cm 17.2 MeV 2.27 MeV 1.03 mm 2.81 mm caloLayer_phys eBrem + 5 -16.5 cm 49.3 cm -39.1 cm 2.5 MeV 1.48 MeV 970 um 3.78 mm caloLayer_phys eBrem + 6 -16.5 cm 49.3 cm -39.1 cm 511 keV 1.99 MeV 1.63 mm 5.41 mm caloLayer_phys eIoni + 7 -16.5 cm 49.3 cm -39.1 cm 0 eV 511 keV 311 um 5.72 mm caloLayer_phys eIoni + 8 -16.5 cm 49.3 cm -39.1 cm 0 eV 0 eV 0 fm 5.72 mm caloLayer_phys ReadoutWorld +Track (trackID 2077, parentID 4) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2823, Parent ID = 2764 +* G4Track Information: Particle = e+, Track ID = 301, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.1 cm 71.7 cm -56.4 cm 130 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.1 cm 71.7 cm -56.4 cm 0 eV 130 keV 41.4 um 41.4 um caloLayer_phys eIoni -Track (trackID 2823, parentID 2764) is processed with stopping code 2 + 0 -81.3 cm 2.49 m -1.92 m 54.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.3 cm 2.49 m -1.92 m 49 MeV 1.98 MeV 1.42 mm 1.42 mm caloLayer_phys eBrem + 2 -81.4 cm 2.5 m -1.93 m 31.6 MeV 1.82 MeV 1.41 mm 2.84 mm caloLayer_phys eBrem + 3 -81.4 cm 2.5 m -1.93 m 29.9 MeV 231 keV 292 um 3.13 mm caloLayer_phys eBrem + 4 -81.4 cm 2.5 m -1.93 m 28.4 MeV 593 keV 405 um 3.53 mm caloLayer_phys eBrem + 5 -81.4 cm 2.5 m -1.93 m 27.7 MeV 138 keV 91.1 um 3.62 mm caloLayer_phys eBrem + 6 -81.4 cm 2.5 m -1.93 m 15 MeV 426 keV 401 um 4.02 mm caloLayer_phys eBrem + 7 -81.3 cm 2.5 m -1.93 m 12.7 MeV 2.1 MeV 1.87 mm 5.9 mm caloLayer_phys eBrem + 8 -81.3 cm 2.5 m -1.93 m 12.1 MeV 455 keV 478 um 6.37 mm caloLayer_phys eBrem + 9 -81.3 cm 2.5 m -1.93 m 9.39 MeV 379 keV 358 um 6.73 mm caloLayer_phys eBrem + 10 -81.2 cm 2.5 m -1.93 m 6.33 MeV 2.52 MeV 2.19 mm 8.92 mm caloLayer_phys eBrem + 11 -81.1 cm 2.5 m -1.93 m 3.8 MeV 2.54 MeV 2.52 mm 1.14 cm caloLayer_phys eIoni + 12 -81.1 cm 2.5 m -1.93 m 938 keV 1.5 MeV 1.46 mm 1.29 cm caloLayer_phys eBrem + 13 -81.1 cm 2.5 m -1.93 m 0 eV 938 keV 683 um 1.36 cm caloLayer_phys eIoni + 14 -81.1 cm 2.5 m -1.93 m 0 eV 0 eV 0 fm 1.36 cm caloLayer_phys ReadoutWorld +Track (trackID 301, parentID 3) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 290, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -80 cm 2.45 m -1.89 m 15.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 15 MeV 509 keV 454 um 454 um caloLayer_phys eBrem + 2 -80 cm 2.45 m -1.89 m 14.2 MeV 837 keV 668 um 1.12 mm caloLayer_phys CoupledTransportation + 3 -80.2 cm 2.46 m -1.9 m 13.1 MeV 686 keV 4.53 mm 5.65 mm caloM_P eIoni + 4 -80.5 cm 2.46 m -1.9 m 11.7 MeV 1.14 MeV 5.03 mm 1.07 cm caloM_P eBrem + 5 -81.2 cm 2.47 m -1.91 m 9.12 MeV 2.57 MeV 1.49 cm 2.56 cm caloM_P eIoni + 6 -81.2 cm 2.47 m -1.91 m 9.02 MeV 105 keV 741 um 2.63 cm caloM_P CoupledTransportation + 7 -81.2 cm 2.47 m -1.91 m 8.53 MeV 198 keV 218 um 2.65 cm caloLayer_phys eBrem + 8 -81.2 cm 2.47 m -1.91 m 8.11 MeV 426 keV 412 um 2.69 cm caloLayer_phys msc + 9 -81.2 cm 2.47 m -1.91 m 7.49 MeV 616 keV 412 um 2.74 cm caloLayer_phys msc + 10 -81.2 cm 2.47 m -1.91 m 7.27 MeV 217 keV 139 um 2.75 cm caloLayer_phys CoupledTransportation + 11 -81.2 cm 2.47 m -1.91 m 7.27 MeV 0 eV 0 fm 2.75 cm caloM_P CoupledTransportation + 12 -81.2 cm 2.47 m -1.91 m 6.88 MeV 10.9 keV 15.2 um 2.75 cm caloLayer_phys eBrem + 13 -81.3 cm 2.47 m -1.91 m 6.6 MeV 284 keV 315 um 2.78 cm caloLayer_phys msc + 14 -81.3 cm 2.47 m -1.91 m 6.58 MeV 22 keV 49.6 um 2.79 cm caloLayer_phys CoupledTransportation + 15 -81.3 cm 2.47 m -1.91 m 6.36 MeV 59.1 keV 379 um 2.83 cm caloM_P eBrem + 16 -81.8 cm 2.46 m -1.91 m 4.88 MeV 1.19 MeV 7.34 mm 3.56 cm caloM_P eIoni + 17 -81.8 cm 2.46 m -1.91 m 3.89 MeV 440 keV 2.72 mm 3.83 cm caloM_P eIoni + 18 -82.1 cm 2.46 m -1.9 m 2.8 MeV 1.09 MeV 5.81 mm 4.41 cm caloM_P eIoni + 19 -82.4 cm 2.45 m -1.91 m 2.11 MeV 689 keV 4.51 mm 4.86 cm caloM_P eIoni + 20 -82.5 cm 2.45 m -1.91 m 1.42 MeV 689 keV 3.68 mm 5.23 cm caloM_P eIoni + 21 -82.6 cm 2.45 m -1.91 m 979 keV 443 keV 2.84 mm 5.52 cm caloM_P eIoni + 22 -82.6 cm 2.45 m -1.91 m 618 keV 361 keV 2.27 mm 5.74 cm caloM_P eIoni + 23 -82.5 cm 2.44 m -1.91 m 298 keV 320 keV 1.72 mm 5.91 cm caloM_P eIoni + 24 -82.5 cm 2.45 m -1.91 m 0 eV 298 keV 794 um 5.99 cm caloM_P eIoni + 25 -82.5 cm 2.45 m -1.91 m 0 eV 0 eV 0 fm 5.99 cm caloM_P ReadoutWorld +Track (trackID 290, parentID 3) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2763, Parent ID = 163 +* G4Track Information: Particle = gamma, Track ID = 2793, Parent ID = 290 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.2 cm 72.2 cm -56.8 cm 106 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.2 cm 72.2 cm -56.7 cm 0 eV 88 keV 736 um 736 um caloLayer_phys phot -Track (trackID 2763, parentID 163) is processed with stopping code 2 + 0 -82.5 cm 2.45 m -1.91 m 511 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -82.5 cm 2.44 m -1.91 m 511 keV 0 eV 493 um 493 um caloM_P CoupledTransportation + 2 -82.5 cm 2.44 m -1.91 m 328 keV 0 eV 53.8 um 546 um caloLayer_phys compt + 3 -82.5 cm 2.44 m -1.91 m 0 eV 88 keV 3.11 um 549 um caloLayer_phys phot +Track (trackID 2793, parentID 290) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2824, Parent ID = 2763 +* G4Track Information: Particle = gamma, Track ID = 2792, Parent ID = 290 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.2 cm 72.2 cm -56.7 cm 17.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -24.2 cm 72.2 cm -56.7 cm 0 eV 17.7 keV 1.68 um 1.68 um caloLayer_phys eIoni -Track (trackID 2824, parentID 2763) is processed with stopping code 2 + 0 -82.5 cm 2.45 m -1.91 m 511 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -82.8 cm 2.46 m -1.9 m 511 keV 0 eV 2.01 cm 2.01 cm caloM_P CoupledTransportation + 2 -82.8 cm 2.47 m -1.9 m 0 eV 88 keV 1.58 mm 2.16 cm caloLayer_phys phot +Track (trackID 2792, parentID 290) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2762, Parent ID = 166 +* G4Track Information: Particle = gamma, Track ID = 2789, Parent ID = 290 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -25.5 cm 76 cm -59.8 cm 115 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -25.5 cm 76 cm -59.8 cm 0 eV 88 keV 74.1 um 74.1 um caloLayer_phys phot -Track (trackID 2762, parentID 166) is processed with stopping code 2 + 0 -81.3 cm 2.47 m -1.91 m 161 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -83.3 cm 2.45 m -1.9 m 152 keV 0 eV 2.99 cm 2.99 cm caloM_P compt + 2 -87.2 cm 2.44 m -1.89 m 139 keV 0 eV 4.21 cm 7.2 cm caloM_P compt + 3 -87.8 cm 2.44 m -1.88 m 125 keV 0 eV 1.08 cm 8.27 cm caloM_P compt + 4 -88.4 cm 2.44 m -1.88 m 118 keV 0 eV 5.99 mm 8.87 cm caloM_P compt + 5 -89.1 cm 2.44 m -1.89 m 118 keV 0 eV 7.77 mm 9.65 cm caloM_P CoupledTransportation + 6 -89.1 cm 2.44 m -1.89 m 0 eV 88 keV 94.7 um 9.66 cm caloLayer_phys phot +Track (trackID 2789, parentID 290) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2825, Parent ID = 2762 +* G4Track Information: Particle = gamma, Track ID = 2788, Parent ID = 290 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -25.5 cm 76 cm -59.8 cm 27.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -25.5 cm 76 cm -59.8 cm 0 eV 27.3 keV 3.34 um 3.34 um caloLayer_phys eIoni -Track (trackID 2825, parentID 2762) is processed with stopping code 2 + 0 -81.2 cm 2.47 m -1.91 m 379 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.3 cm 2.47 m -1.91 m 0 eV 88 keV 544 um 544 um caloLayer_phys phot +Track (trackID 2788, parentID 290) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2761, Parent ID = 173 +* G4Track Information: Particle = gamma, Track ID = 2787, Parent ID = 290 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.2 cm 87.3 cm -68.6 cm 297 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -29.1 cm 87.5 cm -68.8 cm 0 eV 88 keV 2.88 mm 2.88 mm caloLayer_phys phot -Track (trackID 2761, parentID 173) is processed with stopping code 2 + 0 -81.2 cm 2.47 m -1.91 m 287 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.47 m -1.91 m 0 eV 88 keV 2.61 mm 2.61 mm caloLayer_phys phot +Track (trackID 2787, parentID 290) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2826, Parent ID = 2761 +* G4Track Information: Particle = gamma, Track ID = 2786, Parent ID = 290 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.1 cm 87.5 cm -68.8 cm 209 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -29.1 cm 87.5 cm -68.8 cm 0 eV 209 keV 87.4 um 87.4 um caloLayer_phys eIoni -Track (trackID 2826, parentID 2761) is processed with stopping code 2 + 0 -80.5 cm 2.46 m -1.9 m 221 keV 0 eV 0 fm 0 fm caloM_P initStep + 1 -81.2 cm 2.47 m -1.91 m 221 keV 0 eV 1.52 cm 1.52 cm caloM_P CoupledTransportation + 2 -81.3 cm 2.47 m -1.91 m 172 keV 0 eV 911 um 1.61 cm caloLayer_phys compt + 3 -81.3 cm 2.47 m -1.91 m 0 eV 88 keV 441 um 1.65 cm caloLayer_phys phot +Track (trackID 2786, parentID 290) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2760, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2784, Parent ID = 290 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.2 cm 95.1 cm -76.8 cm 330 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.1 cm 95.1 cm -76.9 cm 0 eV 88 keV 1.85 mm 1.85 mm caloLayer_phys phot -Track (trackID 2760, parentID 175) is processed with stopping code 2 + 0 -80 cm 2.45 m -1.89 m 95.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -80 cm 2.45 m -1.89 m 0 eV 88 keV 50.2 um 50.2 um caloLayer_phys phot +Track (trackID 2784, parentID 290) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2827, Parent ID = 2760 +* G4Track Information: Particle = gamma, Track ID = 2783, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.1 cm 95.1 cm -76.9 cm 242 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.1 cm 95.1 cm -76.9 cm 0 eV 242 keV 109 um 109 um caloLayer_phys eIoni -Track (trackID 2827, parentID 2760) is processed with stopping code 2 + 0 -81.1 cm 2.5 m -1.93 m 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81 cm 2.5 m -1.93 m 256 keV 0 eV 1.46 mm 1.46 mm caloLayer_phys compt + 2 -81.1 cm 2.5 m -1.93 m 256 keV 0 eV 233 um 1.69 mm caloLayer_phys CoupledTransportation + 3 -81.7 cm 2.51 m -1.92 m 210 keV 0 eV 1.65 cm 1.82 cm caloM_P compt + 4 -86.6 cm 2.5 m -1.89 m 210 keV 0 eV 5.48 cm 7.3 cm caloM_P CoupledTransportation + 5 -86.6 cm 2.5 m -1.89 m 0 eV 88 keV 15.7 um 7.3 cm caloLayer_phys phot +Track (trackID 2783, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2759, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2782, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.3 cm 95.1 cm -76.7 cm 3.6 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.2 cm 95 cm -76.6 cm 3.6 MeV 0 eV 1.51 mm 1.51 mm caloLayer_phys CoupledTransportation - 2 -30.3 cm 93.2 cm -75.7 cm 3.6 MeV 0 eV 2.21 cm 2.36 cm caloM_P CoupledTransportation - 3 -29.9 cm 92.2 cm -75.2 cm 780 keV 0 eV 1.14 cm 3.5 cm caloLayer_phys compt - 4 -29.9 cm 92.2 cm -75.2 cm 0 eV 88 keV 43.1 um 3.51 cm caloLayer_phys phot -Track (trackID 2759, parentID 175) is processed with stopping code 2 + 0 -81.1 cm 2.5 m -1.93 m 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.3 cm 2.5 m -1.93 m 193 keV 0 eV 4.13 mm 4.13 mm caloLayer_phys compt + 2 -81.3 cm 2.5 m -1.93 m 0 eV 88 keV 905 um 5.03 mm caloLayer_phys phot +Track (trackID 2782, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2829, Parent ID = 2759 +* G4Track Information: Particle = gamma, Track ID = 2781, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.9 cm 92.2 cm -75.2 cm 692 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -29.9 cm 92.3 cm -75.3 cm 0 eV 692 keV 465 um 465 um caloLayer_phys eIoni -Track (trackID 2829, parentID 2759) is processed with stopping code 2 + 0 -81.1 cm 2.5 m -1.93 m 1.36 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.1 cm 2.5 m -1.93 m 1.36 MeV 0 eV 2.77 mm 2.77 mm caloLayer_phys CoupledTransportation + 2 -81.5 cm 2.52 m -1.97 m 1.36 MeV 0 eV 4.84 cm 5.12 cm caloM_P CoupledTransportation + 3 -81.5 cm 2.53 m -1.98 m 373 keV 0 eV 9.31 mm 6.05 cm caloLayer_phys compt + 4 -81.8 cm 2.53 m -1.98 m 0 eV 88 keV 3.35 mm 6.38 cm caloLayer_phys phot +Track (trackID 2781, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2828, Parent ID = 2759 +* G4Track Information: Particle = gamma, Track ID = 2780, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.9 cm 92.2 cm -75.2 cm 2.82 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -29.9 cm 92.2 cm -75.2 cm 1.54 MeV 732 keV 735 um 735 um caloLayer_phys eBrem - 2 -29.9 cm 92.1 cm -75.2 cm 110 keV 1.43 MeV 1.17 mm 1.9 mm caloLayer_phys eIoni - 3 -29.9 cm 92.1 cm -75.2 cm 0 eV 110 keV 32.2 um 1.94 mm caloLayer_phys eIoni -Track (trackID 2828, parentID 2759) is processed with stopping code 2 + 0 -81.2 cm 2.5 m -1.93 m 535 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.2 cm 2.5 m -1.93 m 535 keV 0 eV 1.53 mm 1.53 mm caloLayer_phys CoupledTransportation + 2 -80.6 cm 2.52 m -1.92 m 535 keV 0 eV 2.36 cm 2.51 cm caloM_P CoupledTransportation + 3 -80.3 cm 2.54 m -1.92 m 348 keV 0 eV 1.56 cm 4.07 cm caloLayer_phys compt + 4 -80.3 cm 2.54 m -1.92 m 283 keV 0 eV 601 um 4.13 cm caloLayer_phys compt + 5 -80.3 cm 2.54 m -1.92 m 0 eV 88 keV 1.63 mm 4.29 cm caloLayer_phys phot +Track (trackID 2780, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2830, Parent ID = 2828 +* G4Track Information: Particle = gamma, Track ID = 2779, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.9 cm 92.2 cm -75.2 cm 553 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -30 cm 92 cm -74.3 cm 0 eV 88 keV 9.12 mm 9.12 mm caloLayer_phys phot -Track (trackID 2830, parentID 2828) is processed with stopping code 2 + 0 -81.3 cm 2.5 m -1.93 m 2.31 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81 cm 2.5 m -1.93 m 2.31 MeV 0 eV 4.67 mm 4.67 mm caloLayer_phys CoupledTransportation + 2 -78.7 cm 2.53 m -1.94 m 2.31 MeV 0 eV 3.84 cm 4.31 cm caloM_P CoupledTransportation + 3 -77.2 cm 2.55 m -1.95 m 2.1 MeV 0 eV 2.4 cm 6.71 cm caloLayer_phys compt + 4 -76.7 cm 2.55 m -1.95 m 1.15 MeV 0 eV 8.36 mm 7.54 cm caloLayer_phys compt + 5 -76.5 cm 2.56 m -1.95 m 1.14 MeV 0 eV 1.04 cm 8.58 cm caloLayer_phys compt + 6 -76.5 cm 2.57 m -1.95 m 621 keV 0 eV 4.2 mm 9 cm caloLayer_phys compt + 7 -76.2 cm 2.57 m -1.95 m 621 keV 0 eV 3.06 mm 9.31 cm caloLayer_phys CoupledTransportation + 8 -69.8 cm 2.61 m -1.92 m 621 keV 0 eV 7.83 cm 17.1 cm caloM_P ReadoutWorld + 9 -69.3 cm 2.61 m -1.92 m 621 keV 0 eV 6.5 mm 17.8 cm caloM_P CoupledTransportation + 10 -68 cm 2.62 m -1.92 m 0 eV 88 keV 1.58 cm 19.4 cm caloLayer_phys phot +Track (trackID 2779, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2831, Parent ID = 2830 +* G4Track Information: Particle = gamma, Track ID = 2778, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30 cm 92 cm -74.3 cm 465 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -30 cm 92 cm -74.3 cm 0 eV 465 keV 276 um 276 um caloLayer_phys eIoni -Track (trackID 2831, parentID 2830) is processed with stopping code 2 + 0 -81.3 cm 2.5 m -1.93 m 184 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.3 cm 2.5 m -1.93 m 0 eV 88 keV 633 um 633 um caloLayer_phys phot +Track (trackID 2778, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2758, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2777, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.3 cm 95.2 cm -76.7 cm 121 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.3 cm 95.2 cm -76.7 cm 0 eV 88 keV 50.2 um 50.2 um caloLayer_phys phot -Track (trackID 2758, parentID 175) is processed with stopping code 2 + 0 -81.3 cm 2.5 m -1.93 m 142 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.3 cm 2.5 m -1.93 m 0 eV 88 keV 22.3 um 22.3 um caloLayer_phys phot +Track (trackID 2777, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2832, Parent ID = 2758 +* G4Track Information: Particle = gamma, Track ID = 2776, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.3 cm 95.2 cm -76.7 cm 33 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.3 cm 95.2 cm -76.7 cm 0 eV 33 keV 4.55 um 4.55 um caloLayer_phys eIoni -Track (trackID 2832, parentID 2758) is processed with stopping code 2 + 0 -81.4 cm 2.5 m -1.93 m 12.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.5 m -1.93 m 12.3 MeV 0 eV 4.74 mm 4.74 mm caloLayer_phys CoupledTransportation + 2 -81.7 cm 2.52 m -1.94 m 12.3 MeV 0 eV 2.42 cm 2.89 cm caloM_P CoupledTransportation + 3 -81.8 cm 2.53 m -1.95 m 4.05 MeV 0 eV 6.26 mm 3.52 cm caloLayer_phys compt + 4 -80.9 cm 2.56 m -1.96 m 4.05 MeV 0 eV 3.29 cm 6.81 cm caloLayer_phys CoupledTransportation + 5 -80.8 cm 2.56 m -1.96 m 0 eV 0 eV 1.84 mm 6.99 cm caloM_P conv +Track (trackID 2776, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2757, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2775, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.3 cm 95.1 cm -76.6 cm 171 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.3 cm 95.1 cm -76.6 cm 0 eV 88 keV 15.7 um 15.7 um caloLayer_phys phot -Track (trackID 2757, parentID 175) is processed with stopping code 2 + 0 -81.4 cm 2.5 m -1.93 m 591 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.5 m -1.93 m 591 keV 0 eV 5.45 mm 5.45 mm caloLayer_phys CoupledTransportation + 2 -81.6 cm 2.52 m -1.94 m 591 keV 0 eV 2.56 cm 3.11 cm caloM_P CoupledTransportation + 3 -81.7 cm 2.53 m -1.95 m 0 eV 88 keV 1.6 cm 4.71 cm caloLayer_phys phot +Track (trackID 2775, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2833, Parent ID = 2757 +* G4Track Information: Particle = gamma, Track ID = 2774, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.3 cm 95.1 cm -76.6 cm 82.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.3 cm 95.1 cm -76.6 cm 0 eV 82.6 keV 20.2 um 20.2 um caloLayer_phys eIoni -Track (trackID 2833, parentID 2757) is processed with stopping code 2 + 0 -81.4 cm 2.5 m -1.93 m 975 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.5 m -1.93 m 975 keV 0 eV 5.72 mm 5.72 mm caloLayer_phys CoupledTransportation + 2 -81.8 cm 2.52 m -1.95 m 975 keV 0 eV 2.65 cm 3.22 cm caloM_P CoupledTransportation + 3 -81.8 cm 2.52 m -1.95 m 227 keV 0 eV 675 um 3.29 cm caloLayer_phys compt + 4 -81.8 cm 2.52 m -1.95 m 0 eV 88 keV 368 um 3.32 cm caloLayer_phys phot +Track (trackID 2774, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2756, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2773, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.2 cm 95.1 cm -76.5 cm 2.09 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.8 cm 95.4 cm -77.6 cm 567 keV 0 eV 1.21 cm 1.21 cm caloLayer_phys compt - 2 -31.9 cm 95.4 cm -77.6 cm 0 eV 88 keV 1.18 mm 1.33 cm caloLayer_phys phot -Track (trackID 2756, parentID 175) is processed with stopping code 2 + 0 -81.4 cm 2.5 m -1.93 m 1.45 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.5 m -1.93 m 1.45 MeV 0 eV 6.62 mm 6.62 mm caloLayer_phys CoupledTransportation + 2 -81.6 cm 2.51 m -1.94 m 876 keV 0 eV 1.39 cm 2.05 cm caloM_P compt + 3 -81 cm 2.52 m -1.99 m 812 keV 0 eV 4.84 cm 6.89 cm caloM_P compt + 4 -80.4 cm 2.52 m -2 m 812 keV 0 eV 1.3 cm 8.19 cm caloM_P CoupledTransportation + 5 88.2 cm 2.34 m -6 m 812 keV 0 eV 4.34 m 4.43 m OutOfWorld CoupledTransportation +Track (trackID 2773, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2835, Parent ID = 2756 +* G4Track Information: Particle = gamma, Track ID = 2772, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.9 cm 95.4 cm -77.6 cm 479 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.9 cm 95.3 cm -77.6 cm 0 eV 479 keV 287 um 287 um caloLayer_phys eIoni -Track (trackID 2835, parentID 2756) is processed with stopping code 2 + 0 -81.4 cm 2.5 m -1.93 m 15.5 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.4 cm 2.5 m -1.93 m 15.5 MeV 0 eV 6.4 mm 6.4 mm caloLayer_phys CoupledTransportation + 2 -81.5 cm 2.52 m -1.95 m 15.5 MeV 0 eV 2.68 cm 3.32 cm caloM_P CoupledTransportation + 3 -81.6 cm 2.54 m -1.96 m 0 eV 0 eV 2.67 cm 5.99 cm caloLayer_phys conv +Track (trackID 2772, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2834, Parent ID = 2756 +* G4Track Information: Particle = gamma, Track ID = 2771, Parent ID = 301 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.8 cm 95.4 cm -77.6 cm 1.52 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.8 cm 95.4 cm -77.6 cm 1.19 MeV 329 keV 322 um 322 um caloLayer_phys eBrem - 2 -31.8 cm 95.4 cm -77.6 cm 0 eV 1.19 MeV 896 um 1.22 mm caloLayer_phys eIoni -Track (trackID 2834, parentID 2756) is processed with stopping code 2 + 0 -81.3 cm 2.49 m -1.92 m 3.34 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -81.5 cm 2.5 m -1.93 m 3.34 MeV 0 eV 6.79 mm 6.79 mm caloLayer_phys CoupledTransportation + 2 -82.1 cm 2.52 m -1.94 m 3.34 MeV 0 eV 2.26 cm 2.94 cm caloM_P CoupledTransportation + 3 -82.9 cm 2.55 m -1.95 m 3.34 MeV 0 eV 3.39 cm 6.33 cm caloLayer_phys CoupledTransportation + 4 -83.4 cm 2.57 m -1.96 m 3.34 MeV 0 eV 2.26 cm 8.6 cm caloM_P CoupledTransportation + 5 -84.2 cm 2.6 m -1.98 m 3.34 MeV 0 eV 3.39 cm 12 cm caloLayer_phys CoupledTransportation + 6 -84.8 cm 2.62 m -1.99 m 3.34 MeV 0 eV 2.26 cm 14.3 cm caloM_P CoupledTransportation + 7 -85.3 cm 2.63 m -2 m 3.34 MeV 0 eV 1.87 cm 16.1 cm caloLayer_phys CoupledTransportation + 8 -1.1 m 3.49 m -2.47 m 3.34 MeV 0 eV 1.01 m 1.17 m expHall_P CoupledTransportation + 9 -1.1 m 3.51 m -2.48 m 3.34 MeV 0 eV 2.35 cm 1.19 m muoncounter_P CoupledTransportation + 10 -1.81 m 6 m -3.85 m 3.34 MeV 0 eV 2.93 m 4.12 m OutOfWorld CoupledTransportation +Track (trackID 2771, parentID 301) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2755, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2770, Parent ID = 2077 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.2 cm 95.1 cm -76.5 cm 316 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.3 cm 95.2 cm -76.5 cm 0 eV 88 keV 2.15 mm 2.15 mm caloLayer_phys phot -Track (trackID 2755, parentID 175) is processed with stopping code 2 + 0 -16.5 cm 49.3 cm -39.1 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.1 cm 50 cm -38.5 cm 241 keV 0 eV 1.1 cm 1.1 cm caloLayer_phys compt + 2 -16.9 cm 50 cm -38.3 cm 0 eV 88 keV 2.55 mm 1.36 cm caloLayer_phys phot +Track (trackID 2770, parentID 2077) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2836, Parent ID = 2755 +* G4Track Information: Particle = gamma, Track ID = 2769, Parent ID = 2077 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.3 cm 95.2 cm -76.5 cm 228 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.3 cm 95.2 cm -76.5 cm 0 eV 228 keV 99.3 um 99.3 um caloLayer_phys eIoni -Track (trackID 2836, parentID 2755) is processed with stopping code 2 + 0 -16.5 cm 49.3 cm -39.1 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -15.8 cm 48.5 cm -39.9 cm 511 keV 0 eV 1.31 cm 1.31 cm caloLayer_phys compt + 2 -15.7 cm 48.3 cm -40 cm 511 keV 0 eV 2.28 mm 1.54 cm caloLayer_phys ReadoutWorld + 3 -15.5 cm 48.2 cm -40.1 cm 422 keV 0 eV 2 mm 1.74 cm caloLayer_phys compt + 4 -15.4 cm 48.1 cm -40.1 cm 277 keV 0 eV 1.76 mm 1.92 cm caloLayer_phys compt + 5 -15.5 cm 47.7 cm -40.3 cm 0 eV 88 keV 4.22 mm 2.34 cm caloLayer_phys phot +Track (trackID 2769, parentID 2077) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2754, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2768, Parent ID = 2077 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.1 cm 93.9 cm -74.6 cm 203 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -31.1 cm 95 cm -76.6 cm 203 keV 0 eV 2.22 cm 2.22 cm caloM_P CoupledTransportation - 2 -31.1 cm 95 cm -76.6 cm 0 eV 88 keV 85.7 um 2.23 cm caloLayer_phys phot -Track (trackID 2754, parentID 175) is processed with stopping code 2 + 0 -16.5 cm 49.3 cm -39.1 cm 13.3 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.5 cm 50.4 cm -39.3 cm 13.3 MeV 0 eV 1.14 cm 1.14 cm caloLayer_phys CoupledTransportation + 2 -16.4 cm 52.5 cm -39.7 cm 13.3 MeV 0 eV 2.17 cm 3.31 cm caloM_P CoupledTransportation + 3 -16.4 cm 52.6 cm -39.7 cm 424 keV 0 eV 778 um 3.38 cm caloLayer_phys compt + 4 -16.5 cm 52.6 cm -39.7 cm 0 eV 88 keV 1.85 mm 3.57 cm caloLayer_phys phot +Track (trackID 2768, parentID 2077) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2837, Parent ID = 2754 +* G4Track Information: Particle = gamma, Track ID = 2767, Parent ID = 2077 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.1 cm 95 cm -76.6 cm 115 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31.1 cm 95 cm -76.6 cm 0 eV 115 keV 34.2 um 34.2 um caloLayer_phys eIoni -Track (trackID 2837, parentID 2754) is processed with stopping code 2 + 0 -16.5 cm 49.2 cm -39.1 cm 3.27 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.4 cm 49.9 cm -39.8 cm 0 eV 0 eV 1.03 cm 1.03 cm caloLayer_phys conv +Track (trackID 2767, parentID 2077) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2752, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2766, Parent ID = 2077 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30.9 cm 92.7 cm -72.8 cm 195 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -30.9 cm 92.7 cm -72.8 cm 0 eV 88 keV 119 um 119 um caloLayer_phys phot -Track (trackID 2752, parentID 175) is processed with stopping code 2 + 0 -16.5 cm 49.1 cm -39 cm 3.87 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 49.9 cm -39.9 cm 2.45 MeV 0 eV 1.24 cm 1.24 cm caloLayer_phys compt + 2 -16.7 cm 50.1 cm -40 cm 2.45 MeV 0 eV 2.1 mm 1.45 cm caloLayer_phys ReadoutWorld + 3 -16.6 cm 50.3 cm -40.2 cm 2.45 MeV 0 eV 2.68 mm 1.71 cm caloLayer_phys CoupledTransportation + 4 -16.1 cm 52.6 cm -41.9 cm 2.45 MeV 0 eV 2.91 cm 4.62 cm caloM_P CoupledTransportation + 5 -15.3 cm 56 cm -44.4 cm 2.45 MeV 0 eV 4.29 cm 8.92 cm caloLayer_phys CoupledTransportation + 6 -15.1 cm 56.5 cm -44.8 cm 2.45 MeV 0 eV 6.75 mm 9.59 cm caloM_P ReadoutWorld + 7 -14.7 cm 58.2 cm -46.1 cm 2.45 MeV 0 eV 2.15 cm 11.7 cm caloM_P CoupledTransportation + 8 -14.5 cm 58.9 cm -46.7 cm 886 keV 0 eV 1 cm 12.7 cm caloLayer_phys compt + 9 -14.8 cm 59.2 cm -46.9 cm 0 eV 88 keV 3.54 mm 13.1 cm caloLayer_phys phot +Track (trackID 2766, parentID 2077) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2838, Parent ID = 2752 +* G4Track Information: Particle = gamma, Track ID = 2765, Parent ID = 2077 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30.9 cm 92.7 cm -72.8 cm 107 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -30.9 cm 92.7 cm -72.8 cm 0 eV 107 keV 30.5 um 30.5 um caloLayer_phys eIoni -Track (trackID 2838, parentID 2752) is processed with stopping code 2 + 0 -16.5 cm 49 cm -38.9 cm 793 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.9 cm 50.2 cm -39.8 cm 793 keV 0 eV 1.55 cm 1.55 cm caloLayer_phys CoupledTransportation + 2 -17 cm 50.5 cm -40 cm 793 keV 0 eV 3.16 mm 1.86 cm caloM_P ReadoutWorld + 3 -17.2 cm 51.3 cm -40.6 cm 297 keV 0 eV 1.08 cm 2.94 cm caloM_P compt + 4 -18.3 cm 49.7 cm -42 cm 297 keV 0 eV 2.35 cm 5.29 cm caloM_P CoupledTransportation + 5 -18.3 cm 49.7 cm -42 cm 0 eV 88 keV 598 um 5.35 cm caloLayer_phys phot +Track (trackID 2765, parentID 2077) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2751, Parent ID = 175 +* G4Track Information: Particle = gamma, Track ID = 2764, Parent ID = 2077 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30.9 cm 92.7 cm -72.8 cm 3.11 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -31 cm 93 cm -73.1 cm 3.11 MeV 0 eV 4.02 mm 4.02 mm caloLayer_phys CoupledTransportation - 2 -31.3 cm 95 cm -74.8 cm 3.11 MeV 0 eV 2.68 cm 3.08 cm caloM_P CoupledTransportation - 3 -31.8 cm 98 cm -77.5 cm 3.11 MeV 0 eV 4.02 cm 7.1 cm caloLayer_phys CoupledTransportation - 4 -32.2 cm 99.9 cm -79.2 cm 3.11 MeV 0 eV 2.68 cm 9.77 cm caloM_P CoupledTransportation - 5 -32.3 cm 1.01 m -79.9 cm 0 eV 88 keV 9.79 mm 10.8 cm caloLayer_phys phot -Track (trackID 2751, parentID 175) is processed with stopping code 2 + 0 -16.5 cm 49 cm -38.9 cm 512 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.6 cm 49.4 cm -39.2 cm 0 eV 88 keV 4.95 mm 4.95 mm caloLayer_phys phot +Track (trackID 2764, parentID 2077) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2839, Parent ID = 2751 +* G4Track Information: Particle = gamma, Track ID = 2763, Parent ID = 2314 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -32.3 cm 1.01 m -79.9 cm 3.02 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -32.3 cm 1.01 m -80 cm 2.37 MeV 652 keV 479 um 479 um caloLayer_phys msc - 2 -32.3 cm 1.01 m -79.9 cm 2.26 MeV 112 keV 98 um 577 um caloLayer_phys msc - 3 -32.1 cm 1.01 m -79.9 cm 1.94 MeV 317 keV 264 um 841 um caloLayer_phys msc - 4 -32 cm 1.01 m -79.9 cm 1.57 MeV 372 keV 320 um 1.16 mm caloLayer_phys msc - 5 -32 cm 1.01 m -80 cm 1.15 MeV 421 keV 352 um 1.51 mm caloLayer_phys msc - 6 -31.9 cm 1.01 m -80 cm 991 keV 160 keV 98 um 1.61 mm caloLayer_phys msc - 7 -31.9 cm 1.01 m -80.1 cm 908 keV 82.7 keV 98 um 1.71 mm caloLayer_phys msc - 8 -31.9 cm 1.01 m -80.1 cm 547 keV 361 keV 178 um 1.89 mm caloLayer_phys msc - 9 -31.9 cm 1.01 m -80.1 cm 0 eV 547 keV 344 um 2.23 mm caloLayer_phys eIoni -Track (trackID 2839, parentID 2751) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.8 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.4 cm 1.1 m -86.9 cm 178 keV 0 eV 3.13 mm 3.13 mm caloLayer_phys compt + 2 -36.5 cm 1.1 m -86.9 cm 0 eV 88 keV 1.05 mm 4.18 mm caloLayer_phys phot +Track (trackID 2763, parentID 2314) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2750, Parent ID = 179 +* G4Track Information: Particle = gamma, Track ID = 2762, Parent ID = 2314 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34 cm 1.02 m -80.2 cm 250 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -34 cm 1.02 m -80.2 cm 0 eV 88 keV 1.56 mm 1.56 mm caloLayer_phys phot -Track (trackID 2750, parentID 179) is processed with stopping code 2 + 0 -36.7 cm 1.1 m -86.8 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -36.9 cm 1.11 m -86.8 cm 0 eV 88 keV 3.77 mm 3.77 mm caloLayer_phys phot +Track (trackID 2762, parentID 2314) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2840, Parent ID = 2750 +* G4Track Information: Particle = gamma, Track ID = 2761, Parent ID = 2376 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34 cm 1.02 m -80.2 cm 162 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -34 cm 1.02 m -80.2 cm 0 eV 162 keV 58.6 um 58.6 um caloLayer_phys eIoni -Track (trackID 2840, parentID 2750) is processed with stopping code 2 + 0 -59.4 cm 1.71 m -1.31 m 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.4 cm 1.71 m -1.31 m 0 eV 88 keV 801 um 801 um caloLayer_phys phot +Track (trackID 2761, parentID 2376) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2749, Parent ID = 183 +* G4Track Information: Particle = gamma, Track ID = 2760, Parent ID = 2376 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.2 cm 1.06 m -82.9 cm 550 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.3 cm 1.05 m -83.3 cm 215 keV 0 eV 1.21 cm 1.21 cm caloLayer_phys compt - 2 -36.3 cm 1.05 m -83.1 cm 0 eV 88 keV 1.77 mm 1.39 cm caloLayer_phys phot -Track (trackID 2749, parentID 183) is processed with stopping code 2 + 0 -59.4 cm 1.71 m -1.31 m 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.6 cm 1.71 m -1.31 m 435 keV 0 eV 8.37 mm 8.37 mm caloLayer_phys compt + 2 -58.5 cm 1.71 m -1.31 m 0 eV 88 keV 1.36 mm 9.73 mm caloLayer_phys phot +Track (trackID 2760, parentID 2376) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2842, Parent ID = 2749 +* G4Track Information: Particle = gamma, Track ID = 2759, Parent ID = 2376 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.3 cm 1.05 m -83.1 cm 127 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.3 cm 1.05 m -83.1 cm 0 eV 127 keV 40.1 um 40.1 um caloLayer_phys eIoni -Track (trackID 2842, parentID 2749) is processed with stopping code 2 + 0 -59.4 cm 1.71 m -1.31 m 99 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.4 cm 1.71 m -1.31 m 0 eV 88 keV 244 um 244 um caloLayer_phys phot +Track (trackID 2759, parentID 2376) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2841, Parent ID = 2749 +* G4Track Information: Particle = gamma, Track ID = 2758, Parent ID = 2376 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.3 cm 1.05 m -83.3 cm 335 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.3 cm 1.05 m -83.3 cm 0 eV 335 keV 174 um 174 um caloLayer_phys eIoni -Track (trackID 2841, parentID 2749) is processed with stopping code 2 + 0 -59.4 cm 1.71 m -1.31 m 489 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.4 cm 1.71 m -1.31 m 0 eV 88 keV 1.05 mm 1.05 mm caloLayer_phys phot +Track (trackID 2758, parentID 2376) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2748, Parent ID = 183 +* G4Track Information: Particle = gamma, Track ID = 2757, Parent ID = 2466 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.2 cm 1.06 m -82.9 cm 105 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.2 cm 1.06 m -82.9 cm 0 eV 88 keV 75.3 um 75.3 um caloLayer_phys phot -Track (trackID 2748, parentID 183) is processed with stopping code 2 + 0 -22.1 cm 72.2 cm -56.6 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22.7 cm 73.2 cm -56.1 cm 442 keV 0 eV 1.3 cm 1.3 cm caloLayer_phys compt + 2 -22.6 cm 73.8 cm -55.6 cm 304 keV 0 eV 8.03 mm 2.1 cm caloLayer_phys compt + 3 -22.5 cm 73.8 cm -55.2 cm 0 eV 88 keV 4.27 mm 2.53 cm caloLayer_phys phot +Track (trackID 2757, parentID 2466) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2843, Parent ID = 2748 +* G4Track Information: Particle = gamma, Track ID = 2756, Parent ID = 2466 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.2 cm 1.06 m -82.9 cm 16.7 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.2 cm 1.06 m -82.9 cm 0 eV 16.7 keV 1.53 um 1.53 um caloLayer_phys eIoni -Track (trackID 2843, parentID 2748) is processed with stopping code 2 + 0 -22.1 cm 72.2 cm -56.6 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22 cm 72.1 cm -56.7 cm 249 keV 0 eV 680 um 680 um caloLayer_phys compt + 2 -22 cm 72.1 cm -56.6 cm 0 eV 88 keV 640 um 1.32 mm caloLayer_phys phot +Track (trackID 2756, parentID 2466) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2747, Parent ID = 183 +* G4Track Information: Particle = gamma, Track ID = 2755, Parent ID = 2487 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.2 cm 1.06 m -82.9 cm 282 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.3 cm 1.06 m -82.9 cm 161 keV 0 eV 258 um 258 um caloLayer_phys compt - 2 -35.2 cm 1.06 m -82.9 cm 0 eV 88 keV 980 um 1.24 mm caloLayer_phys phot -Track (trackID 2747, parentID 183) is processed with stopping code 2 + 0 -29.3 cm 96.4 cm -75.1 cm 1.28 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.7 cm 95.4 cm -75.1 cm 813 keV 0 eV 8.43 cm 8.43 cm caloLayer_phys compt + 2 -37.8 cm 95.4 cm -75.2 cm 764 keV 0 eV 980 um 8.53 cm caloLayer_phys compt + 3 -37.8 cm 95.4 cm -75.2 cm 436 keV 0 eV 184 um 8.55 cm caloLayer_phys compt + 4 -37.7 cm 95.5 cm -75.4 cm 371 keV 0 eV 2.3 mm 8.78 cm caloLayer_phys compt + 5 -37.8 cm 95.2 cm -76 cm 0 eV 88 keV 6.43 mm 9.42 cm caloLayer_phys phot +Track (trackID 2755, parentID 2487) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2845, Parent ID = 2747 +* G4Track Information: Particle = gamma, Track ID = 2754, Parent ID = 2487 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.2 cm 1.06 m -82.9 cm 72.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.2 cm 1.06 m -82.9 cm 0 eV 72.9 keV 16.5 um 16.5 um caloLayer_phys eIoni -Track (trackID 2845, parentID 2747) is processed with stopping code 2 + 0 -29.3 cm 96.4 cm -75.1 cm 426 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.1 cm 96.7 cm -75 cm 0 eV 88 keV 3.84 mm 3.84 mm caloLayer_phys phot +Track (trackID 2754, parentID 2487) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2844, Parent ID = 2747 +* G4Track Information: Particle = gamma, Track ID = 2753, Parent ID = 2487 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.3 cm 1.06 m -82.9 cm 121 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.3 cm 1.06 m -82.9 cm 0 eV 121 keV 37.1 um 37.1 um caloLayer_phys eIoni -Track (trackID 2844, parentID 2747) is processed with stopping code 2 + 0 -29.4 cm 96.5 cm -75 cm 127 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.4 cm 96.5 cm -75 cm 0 eV 88 keV 19.3 um 19.3 um caloLayer_phys phot +Track (trackID 2753, parentID 2487) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2745, Parent ID = 183 +* G4Track Information: Particle = gamma, Track ID = 2752, Parent ID = 2487 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.1 cm 1.05 m -82.8 cm 152 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.1 cm 1.05 m -82.8 cm 0 eV 88 keV 82 um 82 um caloLayer_phys phot -Track (trackID 2745, parentID 183) is processed with stopping code 2 + 0 -29.4 cm 96.5 cm -75.1 cm 365 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.4 cm 96.5 cm -75 cm 0 eV 88 keV 363 um 363 um caloLayer_phys phot +Track (trackID 2752, parentID 2487) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2846, Parent ID = 2745 +* G4Track Information: Particle = gamma, Track ID = 2751, Parent ID = 2487 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.1 cm 1.05 m -82.8 cm 63.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.1 cm 1.05 m -82.8 cm 0 eV 63.6 keV 13.2 um 13.2 um caloLayer_phys eIoni -Track (trackID 2846, parentID 2745) is processed with stopping code 2 + 0 -29.3 cm 96.5 cm -75.1 cm 1.41 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.1 cm 98.5 cm -73.3 cm 1.41 MeV 0 eV 2.79 cm 2.79 cm caloLayer_phys CoupledTransportation + 2 -30.8 cm 1 m -71.5 cm 1.41 MeV 0 eV 2.64 cm 5.44 cm caloM_P CoupledTransportation + 3 -30.9 cm 1.01 m -71.2 cm 1.28 MeV 0 eV 5.63 mm 6 cm caloLayer_phys compt + 4 -31.1 cm 1.03 m -69.5 cm 1.24 MeV 0 eV 3.06 cm 9.06 cm caloLayer_phys compt + 5 -31.1 cm 1.03 m -69.4 cm 1.24 MeV 0 eV 954 um 9.16 cm caloLayer_phys CoupledTransportation + 6 -31.5 cm 1.05 m -67.9 cm 1.24 MeV 0 eV 2.54 cm 11.7 cm caloM_P CoupledTransportation + 7 -31.6 cm 1.06 m -67.3 cm 682 keV 0 eV 9.27 mm 12.6 cm caloLayer_phys compt + 8 -31.5 cm 1.06 m -67.3 cm 0 eV 88 keV 2.01 mm 12.8 cm caloLayer_phys phot +Track (trackID 2751, parentID 2487) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2744, Parent ID = 2588 +* G4Track Information: Particle = gamma, Track ID = 2750, Parent ID = 2489 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.1 m -86 cm 140 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.1 m -86.1 cm 0 eV 88 keV 143 um 143 um caloLayer_phys phot -Track (trackID 2744, parentID 2588) is processed with stopping code 2 + 0 -31.9 cm 97.1 cm -75.1 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.3 cm 96.2 cm -75.2 cm 175 keV 0 eV 9.19 mm 9.19 mm caloLayer_phys compt + 2 -32.3 cm 96.3 cm -75.2 cm 0 eV 88 keV 483 um 9.67 mm caloLayer_phys phot +Track (trackID 2750, parentID 2489) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2847, Parent ID = 2744 +* G4Track Information: Particle = gamma, Track ID = 2749, Parent ID = 2489 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.5 cm 1.1 m -86.1 cm 51.8 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.5 cm 1.1 m -86.1 cm 0 eV 51.8 keV 9.43 um 9.43 um caloLayer_phys eIoni -Track (trackID 2847, parentID 2744) is processed with stopping code 2 + 0 -31.9 cm 97.1 cm -75.1 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.6 cm 97.7 cm -75 cm 0 eV 88 keV 7.53 mm 7.53 mm caloLayer_phys phot +Track (trackID 2749, parentID 2489) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2743, Parent ID = 2591 +* G4Track Information: Particle = gamma, Track ID = 2748, Parent ID = 2551 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.3 cm 1.1 m -86.3 cm 652 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -36.3 cm 1.09 m -85.6 cm 652 keV 0 eV 1.3 cm 1.3 cm caloLayer_phys CoupledTransportation - 2 -35.6 cm 1.09 m -85.1 cm 290 keV 0 eV 8.96 mm 2.2 cm caloM_P compt - 3 -35.6 cm 1.09 m -84.8 cm 290 keV 0 eV 6.67 mm 2.87 cm caloM_P CoupledTransportation - 4 -35.6 cm 1.1 m -84.7 cm 0 eV 88 keV 2.22 mm 3.09 cm caloLayer_phys phot -Track (trackID 2743, parentID 2591) is processed with stopping code 2 + 0 -79.8 cm 2.45 m -1.9 m 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.8 cm 2.45 m -1.9 m 0 eV 88 keV 2.24 mm 2.24 mm caloLayer_phys phot +Track (trackID 2748, parentID 2551) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2849, Parent ID = 2743 +* G4Track Information: Particle = gamma, Track ID = 2747, Parent ID = 2551 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.6 cm 1.1 m -84.7 cm 202 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -35.6 cm 1.1 m -84.7 cm 0 eV 202 keV 82.8 um 82.8 um caloLayer_phys eIoni -Track (trackID 2849, parentID 2743) is processed with stopping code 2 + 0 -79.8 cm 2.45 m -1.9 m 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.8 cm 2.45 m -1.9 m 511 keV 0 eV 1.71 mm 1.71 mm caloLayer_phys CoupledTransportation + 2 -79.8 cm 2.47 m -1.93 m 511 keV 0 eV 3.63 cm 3.8 cm caloM_P CoupledTransportation + 3 -79.8 cm 2.48 m -1.94 m 270 keV 0 eV 1.17 cm 4.97 cm caloLayer_phys compt + 4 -79.9 cm 2.48 m -1.94 m 0 eV 88 keV 1.85 mm 5.16 cm caloLayer_phys phot +Track (trackID 2747, parentID 2551) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2848, Parent ID = 2743 +* G4Track Information: Particle = gamma, Track ID = 2746, Parent ID = 2650 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -35.6 cm 1.09 m -85.1 cm 362 keV 0 eV 0 fm 0 fm caloM_P initStep - 1 -35.6 cm 1.09 m -85.1 cm 66.4 keV 295 keV 1.08 mm 1.08 mm caloM_P eIoni - 2 -35.6 cm 1.09 m -85.1 cm 0 eV 66.4 keV 68.7 um 1.15 mm caloM_P eIoni -Track (trackID 2848, parentID 2743) is processed with stopping code 2 + 0 -17.7 cm 53.2 cm -41.3 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.7 cm 53.2 cm -41.2 cm 0 eV 88 keV 848 um 848 um caloLayer_phys phot +Track (trackID 2746, parentID 2650) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2742, Parent ID = 2595 +* G4Track Information: Particle = gamma, Track ID = 2745, Parent ID = 2650 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.1 cm 1.1 m -86.8 cm 415 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.1 cm 1.1 m -86.8 cm 0 eV 88 keV 147 um 147 um caloLayer_phys phot -Track (trackID 2742, parentID 2595) is processed with stopping code 2 + 0 -17.7 cm 53.2 cm -41.3 cm 511 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.6 cm 53.2 cm -41.5 cm 0 eV 88 keV 2.28 mm 2.28 mm caloLayer_phys phot +Track (trackID 2745, parentID 2650) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2850, Parent ID = 2742 +* G4Track Information: Particle = gamma, Track ID = 2744, Parent ID = 2650 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.1 cm 1.1 m -86.8 cm 327 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.1 cm 1.1 m -86.8 cm 0 eV 327 keV 169 um 169 um caloLayer_phys eIoni -Track (trackID 2850, parentID 2742) is processed with stopping code 2 + 0 -17.8 cm 53.2 cm -41.1 cm 11.1 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -16.7 cm 55.5 cm -42 cm 11.1 MeV 0 eV 2.68 cm 2.68 cm caloLayer_phys CoupledTransportation + 2 -15.7 cm 57.9 cm -42.9 cm 11.1 MeV 0 eV 2.75 cm 5.43 cm caloM_P CoupledTransportation + 3 -15.6 cm 58.2 cm -43 cm 11.1 MeV 0 eV 3 mm 5.73 cm caloLayer_phys ReadoutWorld + 4 -14.7 cm 60.3 cm -43.8 cm 0 eV 0 eV 2.45 cm 8.18 cm caloLayer_phys conv +Track (trackID 2744, parentID 2650) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2741, Parent ID = 2597 +* G4Track Information: Particle = e-, Track ID = 2883, Parent ID = 2744 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -38.9 cm 1.16 m -88.5 cm 200 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -38.9 cm 1.16 m -88.5 cm 0 eV 88 keV 111 um 111 um caloLayer_phys phot -Track (trackID 2741, parentID 2597) is processed with stopping code 2 + 0 -14.7 cm 60.3 cm -43.8 cm 1.66 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -14.7 cm 60.3 cm -43.8 cm 1.43 MeV 106 keV 60 um 60 um caloLayer_phys eBrem + 2 -14.6 cm 60.3 cm -43.8 cm 0 eV 1.43 MeV 1.09 mm 1.15 mm caloLayer_phys eIoni +Track (trackID 2883, parentID 2744) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2851, Parent ID = 2741 +* G4Track Information: Particle = e-, Track ID = 2882, Parent ID = 2745 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -38.9 cm 1.16 m -88.5 cm 112 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -38.9 cm 1.16 m -88.5 cm 0 eV 112 keV 32.9 um 32.9 um caloLayer_phys eIoni -Track (trackID 2851, parentID 2741) is processed with stopping code 2 + 0 -17.6 cm 53.2 cm -41.5 cm 423 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.6 cm 53.2 cm -41.5 cm 0 eV 423 keV 243 um 243 um caloLayer_phys eIoni +Track (trackID 2882, parentID 2745) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2740, Parent ID = 2616 +* G4Track Information: Particle = e-, Track ID = 2881, Parent ID = 2746 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.4 cm 1.11 m -87.8 cm 110 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.4 cm 1.11 m -87.8 cm 91.8 keV 0 eV 22.5 um 22.5 um caloLayer_phys compt - 2 -37.4 cm 1.11 m -87.8 cm 0 eV 88 keV 267 um 289 um caloLayer_phys phot -Track (trackID 2740, parentID 2616) is processed with stopping code 2 + 0 -17.7 cm 53.2 cm -41.2 cm 423 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -17.7 cm 53.2 cm -41.2 cm 0 eV 423 keV 243 um 243 um caloLayer_phys eIoni +Track (trackID 2881, parentID 2746) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2853, Parent ID = 2740 +* G4Track Information: Particle = e-, Track ID = 2880, Parent ID = 2747 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.4 cm 1.11 m -87.8 cm 3.78 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.4 cm 1.11 m -87.8 cm 0 eV 3.78 keV 179 nm 179 nm caloLayer_phys eIoni -Track (trackID 2853, parentID 2740) is processed with stopping code 2 + 0 -79.9 cm 2.48 m -1.94 m 182 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.9 cm 2.48 m -1.94 m 0 eV 182 keV 70.6 um 70.6 um caloLayer_phys eIoni +Track (trackID 2880, parentID 2747) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2852, Parent ID = 2740 +* G4Track Information: Particle = e-, Track ID = 2879, Parent ID = 2747 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.4 cm 1.11 m -87.8 cm 17.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.4 cm 1.11 m -87.8 cm 0 eV 17.9 keV 1.71 um 1.71 um caloLayer_phys eIoni -Track (trackID 2852, parentID 2740) is processed with stopping code 2 + 0 -79.8 cm 2.48 m -1.94 m 241 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.8 cm 2.48 m -1.94 m 0 eV 241 keV 108 um 108 um caloLayer_phys eIoni +Track (trackID 2879, parentID 2747) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2739, Parent ID = 2617 +* G4Track Information: Particle = e-, Track ID = 2878, Parent ID = 2748 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.7 cm 1.11 m -88.5 cm 219 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.7 cm 1.11 m -88.6 cm 0 eV 88 keV 915 um 915 um caloLayer_phys phot -Track (trackID 2739, parentID 2617) is processed with stopping code 2 + 0 -79.8 cm 2.45 m -1.9 m 423 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -79.8 cm 2.45 m -1.9 m 0 eV 423 keV 243 um 243 um caloLayer_phys eIoni +Track (trackID 2878, parentID 2748) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2854, Parent ID = 2739 +* G4Track Information: Particle = e-, Track ID = 2877, Parent ID = 2749 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.7 cm 1.11 m -88.6 cm 131 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.7 cm 1.11 m -88.6 cm 0 eV 131 keV 42.3 um 42.3 um caloLayer_phys eIoni -Track (trackID 2854, parentID 2739) is processed with stopping code 2 + 0 -31.6 cm 97.7 cm -75 cm 423 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.6 cm 97.8 cm -75 cm 0 eV 423 keV 243 um 243 um caloLayer_phys eIoni +Track (trackID 2877, parentID 2749) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2738, Parent ID = 2617 +* G4Track Information: Particle = e-, Track ID = 2876, Parent ID = 2750 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.6 cm 1.11 m -88.6 cm 112 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.6 cm 1.11 m -88.5 cm 0 eV 88 keV 206 um 206 um caloLayer_phys phot -Track (trackID 2738, parentID 2617) is processed with stopping code 2 + 0 -32.3 cm 96.3 cm -75.2 cm 87.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.3 cm 96.3 cm -75.2 cm 0 eV 87.3 keV 22.1 um 22.1 um caloLayer_phys eIoni +Track (trackID 2876, parentID 2750) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2855, Parent ID = 2738 +* G4Track Information: Particle = e-, Track ID = 2875, Parent ID = 2750 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.6 cm 1.11 m -88.5 cm 23.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.6 cm 1.11 m -88.5 cm 0 eV 23.6 keV 2.65 um 2.65 um caloLayer_phys eIoni -Track (trackID 2855, parentID 2738) is processed with stopping code 2 + 0 -32.3 cm 96.2 cm -75.2 cm 336 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -32.3 cm 96.2 cm -75.2 cm 0 eV 336 keV 175 um 175 um caloLayer_phys eIoni +Track (trackID 2875, parentID 2750) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2737, Parent ID = 2617 +* G4Track Information: Particle = e-, Track ID = 2874, Parent ID = 2751 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.5 cm 1.11 m -88.6 cm 198 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.6 cm 1.11 m -88.6 cm 0 eV 88 keV 146 um 146 um caloLayer_phys phot -Track (trackID 2737, parentID 2617) is processed with stopping code 2 + 0 -31.5 cm 1.06 m -67.3 cm 594 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.5 cm 1.06 m -67.3 cm 0 eV 594 keV 382 um 382 um caloLayer_phys eIoni +Track (trackID 2874, parentID 2751) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2856, Parent ID = 2737 +* G4Track Information: Particle = e-, Track ID = 2873, Parent ID = 2751 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.6 cm 1.11 m -88.6 cm 110 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.6 cm 1.11 m -88.6 cm 0 eV 110 keV 31.7 um 31.7 um caloLayer_phys eIoni -Track (trackID 2856, parentID 2737) is processed with stopping code 2 + 0 -31.6 cm 1.06 m -67.3 cm 561 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.6 cm 1.06 m -67.3 cm 8.98 keV 410 keV 339 um 339 um caloLayer_phys eBrem + 2 -31.6 cm 1.06 m -67.3 cm 0 eV 8.98 keV 599 nm 339 um caloLayer_phys eIoni +Track (trackID 2873, parentID 2751) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2736, Parent ID = 2617 +* G4Track Information: Particle = e-, Track ID = 2872, Parent ID = 2751 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.5 cm 1.11 m -88.5 cm 337 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.6 cm 1.11 m -88.8 cm 0 eV 88 keV 2.74 mm 2.74 mm caloLayer_phys phot -Track (trackID 2736, parentID 2617) is processed with stopping code 2 + 0 -31.1 cm 1.03 m -69.5 cm 32.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -31.1 cm 1.03 m -69.5 cm 0 eV 32.4 keV 4.4 um 4.4 um caloLayer_phys eIoni +Track (trackID 2872, parentID 2751) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2857, Parent ID = 2736 +* G4Track Information: Particle = e-, Track ID = 2871, Parent ID = 2751 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.6 cm 1.11 m -88.8 cm 249 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -37.6 cm 1.11 m -88.8 cm 0 eV 249 keV 113 um 113 um caloLayer_phys eIoni -Track (trackID 2857, parentID 2736) is processed with stopping code 2 + 0 -30.9 cm 1.01 m -71.2 cm 132 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -30.9 cm 1.01 m -71.2 cm 0 eV 132 keV 42.8 um 42.8 um caloLayer_phys eIoni +Track (trackID 2871, parentID 2751) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2735, Parent ID = 2651 +* G4Track Information: Particle = e-, Track ID = 2870, Parent ID = 2752 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.3 cm 1.86 m -1.44 m 185 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.4 cm 1.86 m -1.44 m 0 eV 88 keV 1.47 mm 1.47 mm caloLayer_phys phot -Track (trackID 2735, parentID 2651) is processed with stopping code 2 + 0 -29.4 cm 96.5 cm -75 cm 277 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.4 cm 96.5 cm -75 cm 0 eV 277 keV 132 um 132 um caloLayer_phys eIoni +Track (trackID 2870, parentID 2752) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2858, Parent ID = 2735 +* G4Track Information: Particle = e-, Track ID = 2869, Parent ID = 2753 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.4 cm 1.86 m -1.44 m 97.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -61.4 cm 1.86 m -1.44 m 0 eV 97.2 keV 26.2 um 26.2 um caloLayer_phys eIoni -Track (trackID 2858, parentID 2735) is processed with stopping code 2 + 0 -29.4 cm 96.5 cm -75 cm 39.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.4 cm 96.5 cm -75 cm 0 eV 39.3 keV 6.03 um 6.03 um caloLayer_phys eIoni +Track (trackID 2869, parentID 2753) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2734, Parent ID = 2665 +* G4Track Information: Particle = e-, Track ID = 2868, Parent ID = 2754 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.4 cm 2.05 m -1.6 m 394 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -69.7 cm 2.05 m -1.6 m 309 keV 0 eV 2.68 mm 2.68 mm caloLayer_phys compt - 2 -69.7 cm 2.05 m -1.59 m 239 keV 0 eV 1.56 mm 4.23 mm caloLayer_phys compt - 3 -69.6 cm 2.05 m -1.59 m 0 eV 88 keV 3.66 mm 7.89 mm caloLayer_phys phot -Track (trackID 2734, parentID 2665) is processed with stopping code 2 + 0 -29.1 cm 96.7 cm -75 cm 338 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -29.1 cm 96.7 cm -75 cm 0 eV 338 keV 177 um 177 um caloLayer_phys eIoni +Track (trackID 2868, parentID 2754) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2861, Parent ID = 2734 +* G4Track Information: Particle = e-, Track ID = 2867, Parent ID = 2755 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.6 cm 2.05 m -1.59 m 151 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -69.6 cm 2.05 m -1.59 m 0 eV 151 keV 52.5 um 52.5 um caloLayer_phys eIoni -Track (trackID 2861, parentID 2734) is processed with stopping code 2 + 0 -37.8 cm 95.2 cm -76 cm 283 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.8 cm 95.2 cm -76 cm 0 eV 283 keV 137 um 137 um caloLayer_phys eIoni +Track (trackID 2867, parentID 2755) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2860, Parent ID = 2734 +* G4Track Information: Particle = e-, Track ID = 2866, Parent ID = 2755 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.7 cm 2.05 m -1.59 m 70 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -69.7 cm 2.05 m -1.59 m 0 eV 70 keV 15.4 um 15.4 um caloLayer_phys eIoni -Track (trackID 2860, parentID 2734) is processed with stopping code 2 + 0 -37.7 cm 95.5 cm -75.4 cm 64.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.7 cm 95.5 cm -75.4 cm 0 eV 64.5 keV 13.5 um 13.5 um caloLayer_phys eIoni +Track (trackID 2866, parentID 2755) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2859, Parent ID = 2734 +* G4Track Information: Particle = e-, Track ID = 2865, Parent ID = 2755 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.7 cm 2.05 m -1.6 m 85.5 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -69.7 cm 2.05 m -1.6 m 0 eV 85.5 keV 21.3 um 21.3 um caloLayer_phys eIoni -Track (trackID 2859, parentID 2734) is processed with stopping code 2 + 0 -37.8 cm 95.4 cm -75.2 cm 328 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.8 cm 95.4 cm -75.2 cm 0 eV 328 keV 170 um 170 um caloLayer_phys eIoni +Track (trackID 2865, parentID 2755) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2733, Parent ID = 2728 +* G4Track Information: Particle = e-, Track ID = 2864, Parent ID = 2755 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.8 cm 1.86 m -1.45 m 119 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.8 cm 1.86 m -1.45 m 0 eV 88 keV 187 um 187 um caloLayer_phys phot -Track (trackID 2733, parentID 2728) is processed with stopping code 2 + 0 -37.8 cm 95.4 cm -75.2 cm 48.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.8 cm 95.4 cm -75.2 cm 0 eV 48.9 keV 8.61 um 8.61 um caloLayer_phys eIoni +Track (trackID 2864, parentID 2755) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2862, Parent ID = 2733 +* G4Track Information: Particle = e-, Track ID = 2863, Parent ID = 2755 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.8 cm 1.86 m -1.45 m 31.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.8 cm 1.86 m -1.45 m 0 eV 31.4 keV 4.2 um 4.2 um caloLayer_phys eIoni -Track (trackID 2862, parentID 2733) is processed with stopping code 2 + 0 -37.7 cm 95.4 cm -75.1 cm 462 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -37.7 cm 95.4 cm -75.1 cm 0 eV 462 keV 274 um 274 um caloLayer_phys eIoni +Track (trackID 2863, parentID 2755) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2732, Parent ID = 2728 +* G4Track Information: Particle = e-, Track ID = 2862, Parent ID = 2756 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.6 cm 1.86 m -1.45 m 113 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.6 cm 1.86 m -1.45 m 0 eV 88 keV 470 um 470 um caloLayer_phys phot -Track (trackID 2732, parentID 2728) is processed with stopping code 2 + 0 -22 cm 72.1 cm -56.6 cm 161 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22 cm 72.1 cm -56.6 cm 0 eV 161 keV 58.2 um 58.2 um caloLayer_phys eIoni +Track (trackID 2862, parentID 2756) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2863, Parent ID = 2732 +* G4Track Information: Particle = e-, Track ID = 2861, Parent ID = 2756 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.6 cm 1.86 m -1.45 m 25.4 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -60.6 cm 1.86 m -1.45 m 0 eV 25.4 keV 2.98 um 2.98 um caloLayer_phys eIoni -Track (trackID 2863, parentID 2732) is processed with stopping code 2 + 0 -22 cm 72.1 cm -56.7 cm 262 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22 cm 72.1 cm -56.7 cm 0 eV 262 keV 122 um 122 um caloLayer_phys eIoni +Track (trackID 2861, parentID 2756) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2731, Parent ID = 2668 +* G4Track Information: Particle = e-, Track ID = 2860, Parent ID = 2757 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -60.8 cm 1.86 m -1.45 m 3.46 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.1 cm 1.87 m -1.5 m 1.68 MeV 0 eV 4.97 cm 4.97 cm caloLayer_phys compt - 2 -58.6 cm 1.87 m -1.5 m 315 keV 0 eV 6.42 mm 5.61 cm caloLayer_phys compt - 3 -58.7 cm 1.87 m -1.5 m 272 keV 0 eV 1.05 mm 5.72 cm caloLayer_phys compt - 4 -58.9 cm 1.87 m -1.5 m 189 keV 0 eV 2.75 mm 6 cm caloLayer_phys compt - 5 -58.8 cm 1.87 m -1.5 m 0 eV 88 keV 1.07 mm 6.1 cm caloLayer_phys phot -Track (trackID 2731, parentID 2668) is processed with stopping code 2 + 0 -22.5 cm 73.8 cm -55.2 cm 216 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22.5 cm 73.8 cm -55.2 cm 0 eV 216 keV 91.8 um 91.8 um caloLayer_phys eIoni +Track (trackID 2860, parentID 2757) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2868, Parent ID = 2731 +* G4Track Information: Particle = e-, Track ID = 2859, Parent ID = 2757 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.8 cm 1.87 m -1.5 m 101 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.8 cm 1.87 m -1.5 m 0 eV 101 keV 28.1 um 28.1 um caloLayer_phys eIoni -Track (trackID 2868, parentID 2731) is processed with stopping code 2 + 0 -22.6 cm 73.8 cm -55.6 cm 138 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22.6 cm 73.8 cm -55.6 cm 0 eV 138 keV 45.8 um 45.8 um caloLayer_phys eIoni +Track (trackID 2859, parentID 2757) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2867, Parent ID = 2731 +* G4Track Information: Particle = e-, Track ID = 2858, Parent ID = 2757 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.9 cm 1.87 m -1.5 m 82.2 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.9 cm 1.87 m -1.5 m 0 eV 82.2 keV 20 um 20 um caloLayer_phys eIoni -Track (trackID 2867, parentID 2731) is processed with stopping code 2 + 0 -22.7 cm 73.2 cm -56.1 cm 68.6 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -22.7 cm 73.2 cm -56.1 cm 0 eV 68.6 keV 14.9 um 14.9 um caloLayer_phys eIoni +Track (trackID 2858, parentID 2757) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2866, Parent ID = 2731 +* G4Track Information: Particle = e-, Track ID = 2857, Parent ID = 2758 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.7 cm 1.87 m -1.5 m 43.3 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.7 cm 1.87 m -1.5 m 0 eV 43.3 keV 7.04 um 7.04 um caloLayer_phys eIoni -Track (trackID 2866, parentID 2731) is processed with stopping code 2 + 0 -59.4 cm 1.71 m -1.31 m 401 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.5 cm 1.71 m -1.31 m 0 eV 401 keV 225 um 225 um caloLayer_phys eIoni +Track (trackID 2857, parentID 2758) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2865, Parent ID = 2731 +* G4Track Information: Particle = e-, Track ID = 2856, Parent ID = 2759 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.6 cm 1.87 m -1.5 m 1.36 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.6 cm 1.87 m -1.5 m 199 keV 935 keV 911 um 911 um caloLayer_phys eBrem - 2 -58.6 cm 1.87 m -1.5 m 0 eV 199 keV 80.9 um 992 um caloLayer_phys eIoni -Track (trackID 2865, parentID 2731) is processed with stopping code 2 + 0 -59.4 cm 1.71 m -1.31 m 11 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.4 cm 1.71 m -1.31 m 0 eV 11 keV 808 nm 808 nm caloLayer_phys eIoni +Track (trackID 2856, parentID 2759) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2864, Parent ID = 2731 +* G4Track Information: Particle = e-, Track ID = 2855, Parent ID = 2760 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.1 cm 1.87 m -1.5 m 1.78 MeV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -59.1 cm 1.88 m -1.5 m 347 keV 1.44 MeV 1.31 mm 1.31 mm caloLayer_phys eIoni - 2 -59.1 cm 1.88 m -1.5 m 0 eV 347 keV 184 um 1.49 mm caloLayer_phys eIoni -Track (trackID 2864, parentID 2731) is processed with stopping code 2 + 0 -58.5 cm 1.71 m -1.31 m 347 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.5 cm 1.71 m -1.31 m 0 eV 347 keV 184 um 184 um caloLayer_phys eIoni +Track (trackID 2855, parentID 2760) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2869, Parent ID = 2865 +* G4Track Information: Particle = e-, Track ID = 2854, Parent ID = 2760 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.6 cm 1.87 m -1.5 m 227 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.6 cm 1.87 m -1.5 m 0 eV 88 keV 345 um 345 um caloLayer_phys phot -Track (trackID 2869, parentID 2865) is processed with stopping code 2 + 0 -58.6 cm 1.71 m -1.31 m 75.9 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -58.6 cm 1.71 m -1.31 m 0 eV 75.9 keV 17.6 um 17.6 um caloLayer_phys eIoni +Track (trackID 2854, parentID 2760) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2870, Parent ID = 2869 +* G4Track Information: Particle = e-, Track ID = 2853, Parent ID = 2761 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.6 cm 1.87 m -1.5 m 139 keV 0 eV 0 fm 0 fm caloLayer_phys initStep - 1 -58.5 cm 1.87 m -1.5 m 0 eV 139 keV 46.5 um 46.5 um caloLayer_phys eIoni -Track (trackID 2870, parentID 2869) is processed with stopping code 2 + 0 -59.4 cm 1.71 m -1.31 m 423 keV 0 eV 0 fm 0 fm caloLayer_phys initStep + 1 -59.5 cm 1.71 m -1.31 m 0 eV 423 keV 243 um 243 um caloLayer_phys eIoni +Track (trackID 2853, parentID 2761) is processed with stopping code 2 ********************************************************************************************************* -* G4Track Information: +* G4Track Information: Particle = e-, Track ID = 2852, Parent ID = 2762 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -36.9 cm 1.11 m ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ Number of events processed : 100 - User=66.93s Real=139.62s Sys=9.99s + User=45.45s Real=125.88s Sys=6.12s ###/run/beamOn 40 # G4 kernel has come to Quit state. @@ -12955,13 +12961,13 @@ UserPrimaryGenerator deleted. RunManager is deleting RunManagerKernel. G4SDManager deleted. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Maximum number of tracks in the urgent stack : 4551 + Maximum number of tracks in the urgent stack : 4538 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EventManager deleted. Units table cleared. ================== Deleting memory pools =================== Number of memory pools allocated: 21 of which, static: 0 -Dynamic pools deleted: 21 / Total memory freed: 3.7 Mb +Dynamic pools deleted: 21 / Total memory freed: 3.4 Mb ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index 626e07dda33..65f6a4bc7d2 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************* - Geant4 version Name: geant4-10-00-patch-01 (28-February-2014) + Geant4 version Name: geant4-10-00-patch-02 (13-June-2014) Copyright : Geant4 Collaboration Reference : NIM A 506 (2003), 250-303 WWW : http://cern.ch/geant4 @@ -250,7 +250,7 @@ Region -- -- appears in world volume /run/beamOn 10 conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -499,7 +499,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=2.72s Real=6.09s Sys=0.23s + User=3.54s Real=10.06s Sys=0.31s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -507,40 +507,40 @@ Region : Calor-A Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 3.56422 GeV Gap 429.3 MeV + Absorber 2.37782 GeV Gap 309.225 MeV Number of secondaries in an event : - gamma in Absorber 1213.4 in Gap 74.1 - e- in Absorber 2005.6 in Gap 212.7 - e+ in Absorber 134 in Gap 3.6 + gamma in Absorber 523.2 in Gap 32.9 + e- in Absorber 900.2 in Gap 106.3 + e+ in Absorber 52.7 in Gap 1.7 Minimum kinetic energy of generated secondaries : - gamma in Absorber 101.846 keV in Gap 6.32566 keV - e- in Absorber 9.87103 eV in Gap 19.2709 eV - e+ in Absorber 10.1948 keV in Gap 124.572 keV + gamma in Absorber 101.898 keV in Gap 6.3611 keV + e- in Absorber 22.801 eV in Gap 193.151 eV + e+ in Absorber 4.79325 keV in Gap 443.317 keV Total track length of e+/e- in an event : - Absorber 1.55593 m Gap 1.13797 m + Absorber 73.056 cm Gap 55.0679 cm Total number of steps of e+/e- in an event : - Absorber 5467.9 Gap 892.6 + Absorber 2441.6 Gap 464.1 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3649.64 1164.7 1651.6 113.6 2329.85 4906.2 - 1 196.457 71 303.4 12.8 212.957 787.8 - 2 73.6358 29.5 122.8 5.9 72.9359 340.3 - 3 31.5902 8.2 59.9 1.8 34.503 128.3 - 4 19.9135 7.8 35.8 1.8 15.9371 87.9 - 5 6.68998 2.1 15.2 0.5 5.60118 32.6 - 6 4.53881 1.3 9.1 0.3 4.62753 25.6 - 7 4.08377 1.3 7.4 0.4 3.17229 16.7 - 8 1.56794 0.3 3.5 0.1 2.05309 10.9 - 9 1.37359 0.3 3.4 0.1 1.25187 5.3 - 10 1.00627 0 1.8 0 2.72946 5.9 - 11 1.65549 0.3 1.7 0.2 4.06653 3.9 - 12 1.12185 0.7 1.5 0.1 3.73084 5.1 - 13 0.0510999 0 0.3 0 0.0432968 0.4 - 14 0.0223055 0 0.4 0 0.0087798 0.5 - 15 0.126757 0 0.2 0 0.365007 1.6 - 16 0.0184925 0 0.1 0 0.00253284 1.3 - 17 0.0220711 0 0.1 0 0.0531655 0.1 + 0 2553 512.7 777.6 47.3 1156.38 2341.5 + 1 84.5672 26.8 129.4 4.1 84.5199 323.5 + 2 30.7637 11.5 58.6 2.3 25.5613 136.4 + 3 10.7824 3.4 22.6 0.5 8.59346 55.2 + 4 3.98361 0.8 9 0.1 2.48247 20.9 + 5 1.52614 0.4 3.6 0.1 1.49605 7.3 + 6 0.593283 0.2 1.4 0 0.351761 4.3 + 7 0.472926 0.1 1.3 0 0.47264 5.6 + 8 0.235828 0 0.5 0 0.178901 2.2 + 9 0.704098 0.2 1.5 0 0.626938 6.3 + 10 0.219092 0 0.7 0 0.118761 1 + 11 0.120254 0 0.2 0 0.0659342 1.2 + 12 0.0820468 0 0.1 0 0.392114 0.3 + 13 0 0 0 0 0 0 + 14 0 0 0 0 0 0 + 15 0 0 0 0 0 0 + 16 0 0 0 0 0 0 + 17 0 0 0 0 0 0 18 0 0 0 0 0 0 19 0 0 0 0 0 0 ############################################################ @@ -548,75 +548,75 @@ Region : Calor-B Production thresholds : gamma 1 cm e- 1 cm e+ 1 cm Energy deposition in an event : - Absorber 2.48333 GeV Gap 318.418 MeV + Absorber 4.54944 GeV Gap 490.278 MeV Number of secondaries in an event : - gamma in Absorber 368.4 in Gap 28.4 - e- in Absorber 678.1 in Gap 65.6 - e+ in Absorber 55.3 in Gap 2.1 + gamma in Absorber 1197.3 in Gap 74.7 + e- in Absorber 2156.5 in Gap 207.6 + e+ in Absorber 185.4 in Gap 6.8 Minimum kinetic energy of generated secondaries : - gamma in Absorber 284.591 keV in Gap 19.3088 keV - e- in Absorber 377.891 eV in Gap 180.79 eV - e+ in Absorber 44.5267 keV in Gap 87.5149 keV + gamma in Absorber 274.271 keV in Gap 19.1785 keV + e- in Absorber 7.7138 eV in Gap 35.6031 eV + e+ in Absorber 1.21792 keV in Gap 287.801 keV Total track length of e+/e- in an event : - Absorber 64.7519 cm Gap 49.4508 cm + Absorber 2.04974 m Gap 1.28214 m Total number of steps of e+/e- in an event : - Absorber 1949.6 Gap 314.9 + Absorber 6154.2 Gap 931.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2636.28 354.1 509.2 46.5 958.021 1563.7 - 1 94.6903 23.2 127.5 6.2 100.26 377.1 - 2 37.7042 11 52.4 2.5 45.0956 160 - 3 15.3853 3.8 24.5 0.9 15.122 73.6 - 4 7.14155 1.8 13.1 0.4 6.86205 30.4 - 5 3.94707 1 6 0.4 5.49768 20.2 - 6 1.54318 0.4 3.2 0.1 2.18992 10.9 - 7 0.646028 0.2 1.3 0.1 0.3953 2.2 - 8 0.735016 0.2 1.6 0.1 0.601026 2.6 - 9 0.474122 0 1.4 0 0.750372 7.2 - 10 0.969928 0.1 1 0 1.54543 4.4 - 11 1.48331 0.6 1.3 0.1 5.18714 6.8 - 12 0.0501201 0 0.2 0 0.022613 0.3 - 13 0.0134079 0 0.1 0 0.000790377 0.2 - 14 0 0 0 0 0 0 - 15 0.0448257 0 0.1 0 0.0177108 0.5 - 16 0 0 0 0 0 0 - 17 0.0510999 0 0.1 0 0.0240701 0.2 + 0 4548.03 1156.7 1643 160.8 2800.9 5132.6 + 1 295.511 71.5 395.5 18.6 337.582 1119.4 + 2 104.543 23.8 163.8 6.6 101.272 413.9 + 3 44.6956 9.9 74.3 3.2 41.4563 188.7 + 4 24.4979 5.8 40.3 1.6 25.1665 112.2 + 5 9.9262 2.4 18.1 0.8 8.94659 48.6 + 6 5.35794 0.9 10.1 0.3 7.79414 28.1 + 7 2.28567 0.5 6.3 0.2 2.01604 13.7 + 8 2.20808 0.3 5.8 0.1 3.12559 11.2 + 9 1.26196 0.2 2.9 0 2.38212 7.7 + 10 0.674199 0 1.7 0 0.493265 2.6 + 11 0.209378 0 0.7 0 0.105647 3.2 + 12 0.107143 0 0.4 0 0.097863 0.7 + 13 0.0631047 0 0.2 0 0.0491473 0.3 + 14 0.0367474 0 0.2 0 0.0191769 0.3 + 15 0.15254 0 0.3 0 0.265913 1.5 + 16 0.00656252 0 0.1 0 0.00721649 0.1 + 17 0.0369213 0 0.1 0 0.0139269 0.2 18 0 0 0 0 0 0 - 19 0.460086 0.4 0.4 0.1 0.375403 3.7 + 19 0 0 0 0 0 0 ############################################################ Region : Calor-C Production thresholds : gamma 10 cm e- 10 cm e+ 10 cm Energy deposition in an event : - Absorber 2.56202 GeV Gap 271.409 MeV + Absorber 3.71494 GeV Gap 386.697 MeV Number of secondaries in an event : - gamma in Absorber 82 in Gap 7.8 - e- in Absorber 133.6 in Gap 12.1 - e+ in Absorber 22.8 in Gap 0.8 + gamma in Absorber 312.7 in Gap 30.8 + e- in Absorber 561.8 in Gap 50.1 + e+ in Absorber 88.1 in Gap 3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 292.138 keV in Gap 58.7361 keV - e- in Absorber 623.314 eV in Gap 1.09719 keV - e+ in Absorber 26.6615 keV in Gap 1.64916 MeV + gamma in Absorber 283.719 keV in Gap 57.6374 keV + e- in Absorber 77.3283 eV in Gap 50.3649 eV + e+ in Absorber 3.25047 keV in Gap 144.293 keV Total track length of e+/e- in an event : - Absorber 23.4142 cm Gap 13.6282 cm + Absorber 91.3453 cm Gap 60.4572 cm Total number of steps of e+/e- in an event : - Absorber 459.6 Gap 56.8 + Absorber 1944.8 Gap 277.3 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2793.42 81.6 105.2 20.8 327.224 396.1 - 1 25.8708 5.5 20 1.5 29.8523 67.4 - 2 8.24393 1.3 11 0.6 8.35059 31 - 3 1.84748 0.4 3.5 0.2 1.22071 7.5 - 4 1.43544 0.4 1.9 0.2 1.59718 6.9 - 5 1.10727 0.2 1 0.1 0.869748 2.9 - 6 0.803053 0.4 1.2 0.2 0.65807 2 - 7 0.0851429 0 0.4 0 0.0418184 0.6 - 8 0.34028 0 0.7 0 0.437494 1 - 9 0.27387 0 0.8 0 0.17193 1 - 10 0 0 0 0 0 0 - 11 0 0 0 0 0 0 + 0 3914.42 311 422.4 77.7 1319.38 1597.2 + 1 112.21 19.7 96.9 7.7 126.551 352.9 + 2 38.5251 7 42.3 3 38.649 114.4 + 3 18.4489 2.9 22.1 1.3 14.9204 71.2 + 4 6.4869 1.5 10.1 0.7 7.25284 30.9 + 5 4.89081 0.6 7.8 0.3 3.51508 20.6 + 6 3.14655 0.6 5.6 0.3 4.3804 22.3 + 7 1.59324 0 2.7 0 1.87429 7.2 + 8 0.28841 0 0.7 0 0.172819 1.3 + 9 0.0874103 0 0.3 0 0.0371046 0.4 + 10 1.11277 0.2 0.7 0.1 1.01429 3.1 + 11 0.431107 0 0.3 0 0.280665 0.6 12 0 0 0 0 0 0 13 0 0 0 0 0 0 14 0 0 0 0 0 0 @@ -726,7 +726,7 @@ Region -- -- appears in world volume /run/beamOn 10 conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -975,7 +975,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=4.48s Real=9.72s Sys=0.38s + User=5.07s Real=14.48s Sys=0.42s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -983,124 +983,124 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 3.80423 GeV Gap 443.576 MeV + Absorber 3.61455 GeV Gap 426.827 MeV Number of secondaries in an event : - gamma in Absorber 1721.8 in Gap 89.9 - e- in Absorber 2883.6 in Gap 345.7 - e+ in Absorber 142 in Gap 4.4 + gamma in Absorber 1596.9 in Gap 87.4 + e- in Absorber 2671.6 in Gap 330.2 + e+ in Absorber 129.1 in Gap 4.6 Minimum kinetic energy of generated secondaries : - gamma in Absorber 47.2008 keV in Gap 2.81409 keV - e- in Absorber 9.4329 eV in Gap 31.8057 eV - e+ in Absorber 5.42045 keV in Gap 323.93 keV + gamma in Absorber 47.1875 keV in Gap 2.83033 keV + e- in Absorber 5.07634 eV in Gap 61.006 eV + e+ in Absorber 1.98218 keV in Gap 878.187 eV Total track length of e+/e- in an event : - Absorber 1.85555 m Gap 1.24864 m + Absorber 1.71924 m Gap 1.15946 m Total number of steps of e+/e- in an event : - Absorber 7403 Gap 1224 + Absorber 6752.8 Gap 1200.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3886.42 1638.9 2565.8 124.9 2726.99 6918.8 - 1 216.019 104.6 367.2 12.7 236.997 971.3 - 2 76.5586 36.4 149.6 4.8 76.0904 393.3 - 3 29.2108 14 61.2 1.7 22.8208 143.5 - 4 20.7475 9.9 39.6 1.2 22.1904 97.6 - 5 6.87039 2 17.9 0.4 6.84124 38.3 - 6 4.38011 2.2 10.3 0.3 3.54478 21.3 - 7 2.79726 1.4 6.4 0.2 2.18895 14.6 - 8 2.2745 1.4 4.1 0.1 3.46277 12.2 - 9 0.51186 0.3 1.5 0 0.281824 3.4 - 10 0.693348 0.2 1.6 0 1.04624 2.8 - 11 0.530152 0.3 1.4 0.1 0.359274 1.9 - 12 0.189083 0 0.7 0 0.21749 5 - 13 0.40407 0 1.1 0 1.02863 1.7 - 14 0.189664 0 0.7 0 0.085273 0.9 - 15 0.0175623 0.1 0.2 0 0.0399388 0.4 - 16 0 0 0 0 0 0 - 17 0 0 0 0 0 0 + 0 3691.03 1511.4 2376.6 111.6 2476.83 6319.8 + 1 211.374 106.9 352.2 13.8 239.209 920.3 + 2 64.7451 33.1 129.1 4.4 69.576 325.4 + 3 33.2934 16.1 63.5 1.8 35.2512 161.7 + 4 20.135 8.8 36.7 1.3 25.8386 93.2 + 5 9.1967 3.2 18 0.2 13.4429 49.5 + 6 4.09044 1.2 8.8 0.1 8.59738 29.2 + 7 3.116 1.7 7.2 0.2 2.31055 18.7 + 8 1.73596 1.4 3.4 0.2 3.24658 11.5 + 9 0.975084 0.1 2.4 0 1.49581 11.7 + 10 0.523506 0 1.5 0 0.919122 4 + 11 0.0597266 0 0.2 0 0.0408576 0.3 + 12 0.623041 0.3 1 0.1 0.768351 2.3 + 13 0 0 0 0 0 0 + 14 0.127961 0 0.1 0 0.60651 1 + 15 0.0181845 0 0.2 0 0.00236633 0.2 + 16 0.203363 0.1 0.3 0 0.140575 3.4 + 17 0.023235 0 0.2 0 0.0423532 0.2 18 0 0 0 0 0 0 - 19 0 0 0 0 0 0 + 19 0.00991888 0 0.2 0 0.00024903 0.3 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 2.85296 GeV Gap 360.543 MeV + Absorber 3.81092 GeV Gap 436.589 MeV Number of secondaries in an event : - gamma in Absorber 739.8 in Gap 50.6 - e- in Absorber 1249.6 in Gap 133.9 - e+ in Absorber 82.7 in Gap 2.9 + gamma in Absorber 1245.4 in Gap 72.6 + e- in Absorber 2066.8 in Gap 200.9 + e+ in Absorber 145 in Gap 4.8 Minimum kinetic energy of generated secondaries : - gamma in Absorber 120.883 keV in Gap 8.77214 keV - e- in Absorber 78.2603 eV in Gap 114.14 eV - e+ in Absorber 4.89204 keV in Gap 48.3656 keV + gamma in Absorber 120.88 keV in Gap 8.83279 keV + e- in Absorber 9.57235 eV in Gap 30.1516 eV + e+ in Absorber 27.0014 keV in Gap 31.0371 keV Total track length of e+/e- in an event : - Absorber 1.01555 m Gap 77.8319 cm + Absorber 1.69018 m Gap 1.13394 m Total number of steps of e+/e- in an event : - Absorber 3506.2 Gap 592.2 + Absorber 5756.1 Gap 888.2 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3000.51 721.2 1023.9 72.9 1590.74 3194 - 1 126.484 43.6 196.8 8.1 123.508 517.7 - 2 45.7891 14.8 84.9 2.8 40.978 210.1 - 3 22.4116 7.3 40.4 1.4 20.124 94.5 - 4 10.1853 2.2 18 0.3 11.6186 39.1 - 5 2.93559 0.4 6.2 0 2.10072 12.2 - 6 1.56569 0.2 4 0 1.07344 7.2 - 7 0.981449 0.4 2.7 0.1 1.02348 7 - 8 0.760723 0.2 1.3 0 0.52685 2.7 - 9 0.708029 0.1 2 0 0.52862 3.7 - 10 0.304001 0 0.7 0 0.413476 1.1 - 11 0.0845648 0 0.3 0 0.106114 2.2 - 12 0 0 0 0 0 0 - 13 0.0680482 0 0.6 0 0.0440955 0.6 - 14 0.0466179 0 0.2 0 0.0148882 0.3 - 15 0.0481865 0 0.3 0 0.132634 0.4 - 16 0.0382639 0 0.2 0 0.0495922 0.7 - 17 0.357701 0 0.6 0 0.616442 1.4 - 18 0.231703 0 0.4 0 0.27012 3.5 - 19 0 0 0 0 0 0 + 0 3843.83 1175.2 1644 122.8 2396.27 4954.1 + 1 238.779 90.4 341.1 15.9 245.066 949.5 + 2 87.3082 28.1 137.3 5.8 101.467 361.1 + 3 39.1005 12.5 67.6 2.6 42.7603 179.7 + 4 19.4729 6.9 37.6 1.4 18.8453 89.5 + 5 6.71148 1.5 15.9 0.5 6.53825 38.8 + 6 3.65159 1.1 9.5 0.2 3.45585 26 + 7 2.08435 0.3 4.2 0 3.6355 18.3 + 8 2.34401 0.6 3.6 0.2 2.28112 8.5 + 9 0.977616 0.4 1.9 0.1 0.644415 5.8 + 10 0.262292 0.2 0.8 0.1 0.140148 1.2 + 11 0.138094 0 0.4 0 0.444136 0.7 + 12 0.373823 0 0.8 0 0.267759 3.4 + 13 1.49644 0.5 1.1 0.1 1.017 2.6 + 14 0.0247313 0 0.2 0 0.0070399 0.3 + 15 0.00428042 0 0.1 0 0.00346432 0.1 + 16 0.118118 0 0.3 0 0.0694503 0.4 + 17 0.0169945 0 0.1 0 0.035166 0.1 + 18 0.237969 0 0.4 0 0.806973 1.2 + 19 0.51642 0.3 0.7 0.1 0.34033 2.8 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 3.03668 GeV Gap 362.514 MeV + Absorber 2.66435 GeV Gap 326.553 MeV Number of secondaries in an event : - gamma in Absorber 491.1 in Gap 37.9 - e- in Absorber 923.5 in Gap 97.2 - e+ in Absorber 85.8 in Gap 3.6 + gamma in Absorber 373.4 in Gap 27.1 + e- in Absorber 701.2 in Gap 73.5 + e+ in Absorber 65.6 in Gap 2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 309.735 keV in Gap 27.4887 keV - e- in Absorber 39.1072 eV in Gap 28.2859 eV - e+ in Absorber 12.3858 keV in Gap 142.82 keV + gamma in Absorber 286.648 keV in Gap 27.4346 keV + e- in Absorber 128.996 eV in Gap 38.2284 eV + e+ in Absorber 9.47096 keV in Gap 463.377 keV Total track length of e+/e- in an event : - Absorber 95.2161 cm Gap 63.9595 cm + Absorber 71.3681 cm Gap 50.9525 cm Total number of steps of e+/e- in an event : - Absorber 2702.3 Gap 446.8 + Absorber 2018.7 Gap 372.9 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3160.49 479.3 691.1 75.6 1337.74 2227.8 - 1 138.366 31 169.2 8.5 140.568 476.9 - 2 55.0242 10.9 74.1 3 65.793 214.2 - 3 21.4927 4.1 34.1 1.3 22.5543 91.7 - 4 8.58125 1.2 18.1 0.4 8.32905 50.2 - 5 4.32259 1 11.3 0.2 6.44628 22.6 - 6 4.23081 0.4 8.3 0.1 3.49198 26.7 - 7 2.08348 0.4 4.6 0.1 1.6345 13.6 - 8 1.58021 0.3 3.6 0 2.22462 9.8 - 9 1.87871 0.4 4 0.2 1.57199 11.6 - 10 0.0433146 0 0.4 0 0.0423319 0.4 - 11 0.779132 0 1 0 1.17253 2.3 - 12 0.256861 0 0.6 0 0.131151 0.9 - 13 0.0526132 0 0.2 0 0.0178102 0.3 + 0 2818.7 363 524.4 57.4 1045.7 1674.5 + 1 102.557 23.3 136.6 5.9 115.88 387.1 + 2 37.3686 7.4 59.2 2.2 33.9013 168.7 + 3 16.3919 4.2 24.1 1.3 12.9689 72.9 + 4 6.70806 1.5 12.9 0.5 6.14437 32 + 5 2.6351 0.3 7 0.1 1.79731 13.5 + 6 3.05266 0.4 4.8 0.1 2.28198 21.5 + 7 1.24402 0 1.9 0 2.16976 7.2 + 8 1.46244 0.3 1.6 0.1 1.67288 8.3 + 9 0.064852 0 0.3 0 0.0663096 1.4 + 10 0.0953649 0.1 0.3 0 0.0524739 0.5 + 11 0.349615 0 0.5 0 0.240801 0.7 + 12 0 0 0 0 0 0 + 13 0.00569804 0 0.1 0 0.00566492 0.1 14 0 0 0 0 0 0 - 15 0 0 0 0 0 0 - 16 0 0 0 0 0 0 - 17 0.0188091 0 0.1 0 0.0413081 0.1 - 18 0 0 0 0 0 0 - 19 0 0 0 0 0 0 + 15 0.00392264 0 0.1 0 0.00297785 0.1 + 16 0.0218142 0 0.1 0 0.0521523 0.1 + 17 0.0965983 0 0.2 0 0.128918 0.3 + 18 0.048406 0 0.2 0 0.0986334 2.2 + 19 0.0970617 0 0.4 0 0.0398988 0.5 ############################################################ /run/dumpCouples @@ -1203,7 +1203,7 @@ Region -- -- appears in world volume /run/beamOn 10 conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -1482,7 +1482,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=1.27s Real=1.9s Sys=0.12s + User=2.27s Real=5.09s Sys=0.18s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1490,124 +1490,124 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 849.221 MeV Gap 371.448 MeV + Absorber 1.13977 GeV Gap 494.16 MeV Number of secondaries in an event : - gamma in Absorber 124.5 in Gap 37.5 - e- in Absorber 735.6 in Gap 326.6 - e+ in Absorber 7.3 in Gap 1.6 + gamma in Absorber 211.1 in Gap 63.7 + e- in Absorber 1232.2 in Gap 552.6 + e+ in Absorber 12.6 in Gap 3.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 3.26477 keV in Gap 1.53801 keV - e- in Absorber 3.84861 eV in Gap 35.5212 eV - e+ in Absorber 192.848 keV in Gap 1.73149 MeV + gamma in Absorber 3.25526 keV in Gap 1.49205 keV + e- in Absorber 3.30424 eV in Gap 12.4101 eV + e+ in Absorber 109.235 keV in Gap 778.617 keV Total track length of e+/e- in an event : - Absorber 1.10937 m Gap 1.06988 m + Absorber 1.8124 m Gap 1.72655 m Total number of steps of e+/e- in an event : - Absorber 1533.1 Gap 742.8 + Absorber 2572.7 Gap 1245.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 1056.59 122 442.1 5.6 1684.75 1219 - 1 79.0724 19.8 137.8 1.4 256.675 318.8 - 2 27.7463 7.2 100.4 0.4 89.2174 181.3 - 3 25.3979 6.9 87.1 1 76.793 148.7 - 4 11.65 2 63.1 0.1 31.8994 102.4 - 5 6.71485 2 56.2 0.3 15.4749 81 - 6 2.79608 0.4 40.9 0 4.83255 52.2 - 7 2.64325 0.5 30.3 0.1 4.81125 37.6 - 8 2.73001 0.5 25.9 0 5.73627 35.4 - 9 1.4237 0 20.1 0 2.30782 24.1 - 10 0.885463 0.1 14.6 0 1.24583 17.9 - 11 0.977755 0.1 13.5 0 1.71692 17.8 - 12 0.396273 0 7.6 0 0.622482 9.5 - 13 0.266107 0.1 5.8 0 0.21731 6.9 - 14 0.12515 0 3.1 0 0.107232 3.4 - 15 0.347788 0.1 4.5 0 0.613983 6.5 - 16 0.136204 0 2 0 0.252779 4.4 - 17 0.264264 0 0.8 0 0.55183 1 - 18 0.225163 0.1 2.7 0 0.673571 3.4 - 19 0.189875 0.1 1.8 0 0.670374 2.4 + 0 1312.37 198.3 626.6 10.5 2544.43 1827.7 + 1 175.928 46.9 261.3 3.1 593.169 661.1 + 2 68.1635 17 208.1 1.2 218.546 361.8 + 3 21.5701 4.5 145.9 0.3 54.1192 217.4 + 4 19.7422 2.7 123 0.3 52.1969 189.9 + 5 8.95176 1.6 95.2 0.2 19.296 126.2 + 6 4.92975 0.5 74.3 0 8.25272 96.7 + 7 4.39279 0.3 58.4 0 8.77453 83.6 + 8 3.97633 1 41.9 0.2 9.23637 53 + 9 2.46091 0.1 35.2 0 4.82238 42.7 + 10 2.26709 0.5 31 0.1 5.08705 40.7 + 11 1.93139 0.1 22.9 0 4.52667 30.5 + 12 1.15604 0.1 15.2 0 1.48397 22.9 + 13 1.6675 0.6 11.5 0.1 3.32826 15.1 + 14 0.744156 0.1 9.2 0 1.29831 12.5 + 15 1.4736 0.3 6.2 0 3.99155 11.9 + 16 1.38847 0.2 5.9 0 4.57892 9 + 17 0.291782 0 4.7 0 0.543736 6.1 + 18 0.0958824 0 3.4 0 0.0807534 3.7 + 19 0.0610745 0 1.9 0 0.0258263 2.3 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 682.183 MeV Gap 292.238 MeV + Absorber 659.227 MeV Gap 283.326 MeV Number of secondaries in an event : - gamma in Absorber 62.4 in Gap 17.8 - e- in Absorber 342.6 in Gap 136 - e+ in Absorber 3.3 in Gap 0.5 + gamma in Absorber 55.8 in Gap 12.9 + e- in Absorber 283.8 in Gap 122.8 + e+ in Absorber 3.4 in Gap 0.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 9.65863 keV in Gap 3.9287 keV - e- in Absorber 2.26961 eV in Gap 39.2001 eV - e+ in Absorber 125.655 keV in Gap 3.29024 MeV + gamma in Absorber 9.61304 keV in Gap 4.0474 keV + e- in Absorber 24.2374 eV in Gap 70.9841 eV + e+ in Absorber 908.355 keV in Gap 4.18636 MeV Total track length of e+/e- in an event : - Absorber 62.0756 cm Gap 59.2841 cm + Absorber 57.6802 cm Gap 53.5978 cm Total number of steps of e+/e- in an event : - Absorber 725 Gap 326.1 + Absorber 671.3 Gap 304.3 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 899.187 66.3 141.7 2.7 997.858 541.8 - 1 45.8914 10.2 78.6 0.7 149.437 166.1 - 2 11.058 1 52.9 0 30.0554 82.3 - 3 5.48431 1.2 45.2 0.2 11.1531 61 - 4 3.34354 0.7 34.3 0.1 7.09793 42.4 - 5 1.97446 0 25.7 0 3.42487 35.9 - 6 0.907382 0 21.9 0 0.841483 24.4 - 7 1.41098 0.2 15.5 0 2.33207 19.7 - 8 0.825322 0 16.6 0 1.13346 18.9 - 9 0.730324 0 11.2 0 1.52682 13.1 - 10 0.388909 0 8.3 0 0.433486 11.6 - 11 0.21157 0 6.5 0 0.189629 8.2 - 12 0.11516 0 2.8 0 0.159153 3.4 - 13 0.0841884 0 2.3 0 0.072951 2.5 - 14 0.506944 0.1 3.6 0 1.05383 4.6 - 15 0.633586 0.2 2.3 0.1 1.45496 2.7 - 16 1.31699 0.2 2.9 0 4.94953 4.7 - 17 0.158968 0 2.9 0 0.216188 3.4 - 18 0.0579248 0.1 2 0 0.035894 2.4 - 19 0.0260132 0 0.9 0 0.0143641 1 + 0 856.827 54.2 119.5 3 860.408 513.7 + 1 44.1772 9.1 59.1 0.3 139.043 135 + 2 9.84499 1.5 46.1 0.1 27.5755 68.3 + 3 16.4996 2.6 40.4 0.3 50.2159 74.1 + 4 4.78237 0.4 31.9 0 15.354 42.6 + 5 3.43624 0.3 24.6 0 7.37634 33.2 + 6 0.82094 0.1 18.5 0 0.942566 21.7 + 7 0.788545 0 14.7 0 0.935061 16 + 8 0.743082 0 11.7 0 1.0572 14 + 9 0.287683 0 7.1 0 0.269912 9.1 + 10 0.436777 0 8.6 0.1 0.722197 14.3 + 11 1.36864 0.2 5.9 0 2.81396 8.4 + 12 0.128931 0 4.6 0 0.0937644 7.2 + 13 0.0902817 0 2.3 0 0.0679092 2.4 + 14 1.74301 0.3 1.9 0 5.3045 3.7 + 15 0.144792 0 2.2 0 0.174848 2.7 + 16 0.101786 0 1.1 0 0.141546 1.4 + 17 0.0872802 0 1.6 0 0.0873371 1.9 + 18 0.086056 0 1.9 0 0.0577548 2.1 + 19 0.0731775 0 1.3 0 0.0739727 1.9 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 570.637 MeV Gap 244.763 MeV + Absorber 902.459 MeV Gap 387.181 MeV Number of secondaries in an event : - gamma in Absorber 22.9 in Gap 5.9 - e- in Absorber 133.7 in Gap 54.2 - e+ in Absorber 1.3 in Gap 0.4 + gamma in Absorber 96.5 in Gap 31.6 + e- in Absorber 457.9 in Gap 177.2 + e+ in Absorber 7.7 in Gap 2.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 30.3825 keV in Gap 10.9521 keV - e- in Absorber 0.39325 eV in Gap 6.17158 eV - e+ in Absorber 648.554 keV in Gap 4.06571 MeV + gamma in Absorber 28.1719 keV in Gap 10.4062 keV + e- in Absorber 0.29844 eV in Gap 20.0747 eV + e+ in Absorber 358.895 keV in Gap 1.39853 MeV Total track length of e+/e- in an event : - Absorber 24.9342 cm Gap 24.9862 cm + Absorber 96.0014 cm Gap 95.6451 cm Total number of steps of e+/e- in an event : - Absorber 247.2 Gap 102.1 + Absorber 892.2 Gap 376.5 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 770.292 21.9 33.4 0.7 370.729 115.5 - 1 24.9863 4.5 32.2 0.5 80.7744 63.5 - 2 8.30311 1 24.4 0.3 22.2871 42.1 - 3 3.53298 0.7 22.1 0.1 11.5678 33.5 - 4 3.53636 0.7 13.8 0.1 6.98884 19.7 - 5 1.88172 0 15.4 0 3.24766 18.1 - 6 1.0748 0 13.1 0 1.51808 18.1 - 7 0.363748 0 7.4 0 0.374546 9.3 - 8 0.437238 0 4.5 0 0.640023 5.3 - 9 0.186524 0 3.8 0 0.148673 4.4 - 10 0.117004 0 4.5 0 0.126109 4.8 - 11 0.0971701 0 3.6 0 0.0535114 4 - 12 0.26725 0 2.7 0 0.394288 2.9 - 13 0.138714 0 2 0 0.189568 2.1 - 14 0.0168079 0 0.7 0 0.00653625 0.9 - 15 0.0595293 0 1.6 0 0.0331603 1.9 - 16 0.0201696 0 0.8 0 0.0081998 1 - 17 0.0268835 0 0.7 0 0.0174799 0.8 - 18 0.0458213 0 0.5 0 0.0931727 0.5 - 19 0.0100866 0 0.5 0 0.00315443 0.6 + 0 1158.66 106.5 149 8.1 1552.07 512.8 + 1 81.269 16.2 105.1 1.3 249.007 237.6 + 2 21.2787 2.8 86.9 0 56.3491 130.7 + 3 11.1676 1.2 71 0.3 25.8751 99.8 + 4 6.98642 1.1 51.4 0.3 15.8458 71 + 5 2.66786 0.2 38.8 0 5.16941 47.7 + 6 1.83996 0 32.1 0 3.38233 40.5 + 7 1.13056 0 23.8 0 1.68789 26.6 + 8 1.25776 0 24.3 0 1.79356 31.6 + 9 0.885087 0 15 0 1.28075 18 + 10 0.502886 0 10.1 0 0.570715 12.1 + 11 0.268192 0 6.9 0 0.21508 7.8 + 12 0.595051 0 4.9 0 1.13027 7.8 + 13 0.174246 0 5.3 0 0.112955 8.2 + 14 0.357849 0 3.3 0 0.531961 5.3 + 15 0.0594244 0 1.8 0 0.0325789 2.1 + 16 0.0671798 0 1.9 0 0.0397651 2.4 + 17 0.181582 0 0.5 0 0.869952 0.9 + 18 0.119529 0.1 0.9 0 0.220846 1.1 + 19 0.114317 0 1 0 0.228159 3 ############################################################ /run/dumpCouples @@ -1739,7 +1739,7 @@ Region -- -- appears in world volume /run/beamOn 10 conv: for gamma SubType= 14 - Lambda table from 1.022 MeV to 10 TeV in 49 bins, spline: 1 + Lambda table from 1.022 MeV to 10 TeV in 140 bins, spline: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheHeitler : Emin= 0 eV Emax= 80 GeV BetheHeitlerLPM : Emin= 80 GeV Emax= 10 TeV @@ -2018,7 +2018,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=1.94s Real=3.67s Sys=0.19s + User=1.48s Real=3.65s Sys=0.15s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2026,124 +2026,124 @@ Region : Calor-A Production thresholds : gamma 10 um e- 10 um e+ 10 um Energy deposition in an event : - Absorber 559.164 MeV Gap 243.958 MeV + Absorber 520.817 MeV Gap 226.561 MeV Number of secondaries in an event : - gamma in Absorber 56.5 in Gap 11.9 - e- in Absorber 994.8 in Gap 933.9 - e+ in Absorber 1.7 in Gap 0.6 + gamma in Absorber 40.4 in Gap 8 + e- in Absorber 900.4 in Gap 858.3 + e+ in Absorber 0.3 in Gap 0.1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 1.00547 keV in Gap 1.00746 keV - e- in Absorber 27.6363 eV in Gap 1.79789 eV - e+ in Absorber 607.292 keV in Gap 737.123 keV + gamma in Absorber 998.992 eV in Gap 1.0805 keV + e- in Absorber 17.9448 eV in Gap 1.09898 eV + e+ in Absorber 2.56756 MeV in Gap 13.8596 MeV Total track length of e+/e- in an event : - Absorber 43.8296 cm Gap 40.1896 cm + Absorber 34.2005 cm Gap 30.4344 cm Total number of steps of e+/e- in an event : - Absorber 1584.6 Gap 1378 + Absorber 1368.1 Gap 1194.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 762.402 55.8 1690.4 1.3 720.727 2546.1 - 1 17.2524 4.5 71.7 0.3 54.6845 146.1 - 2 11.0161 4.6 53.9 0.4 32.4596 102.6 - 3 6.69278 2.1 36.2 0.1 22.1974 66.7 - 4 1.86304 0.2 22.2 0 4.00212 29.8 - 5 0.776542 0.1 17 0 0.910004 22 - 6 0.42078 0.1 8.2 0 0.420807 9.3 - 7 0.266436 0 5.8 0 0.259036 8.3 - 8 0.753609 0.4 7.1 0.1 1.39716 10.3 - 9 0.271752 0.1 3.2 0 0.408277 3.9 - 10 0.174662 0.1 3.4 0 0.150701 4.1 - 11 0.0355341 0 0.7 0 0.0344002 0.8 - 12 0.0352903 0 1.2 0 0.0162814 1.4 - 13 0.103475 0 1.3 0 0.123838 2.3 - 14 0.0638816 0 1.4 0 0.0632034 1.6 - 15 0.0249424 0 1.1 0 0.011785 1.1 - 16 0.0407687 0 0.5 0 0.0450554 0.7 - 17 0.86512 0.4 1.9 0.1 2.23956 3.9 - 18 0.038453 0 0.9 0 0.0285481 0.9 - 19 0.00818019 0 0.4 0 0.00231533 0.5 + 0 731.494 44.5 1623.3 0.3 604.992 2352.5 + 1 8.84849 2.2 38.9 0.1 25.3584 72.4 + 2 1.31018 0.4 21.7 0 2.68939 32.3 + 3 0.838778 0.1 16.3 0 1.16324 21.1 + 4 0.902742 0.2 13.4 0 1.43995 20.1 + 5 0.829086 0.2 13.5 0 1.94877 17.1 + 6 0.500866 0.1 9.5 0 0.982518 14 + 7 0.115415 0 3.5 0 0.110479 4.1 + 8 0.413731 0.3 4.2 0 0.958461 7 + 9 0.190474 0 1.5 0 0.36366 1.9 + 10 0.204811 0.3 2.2 0 0.852793 3.5 + 11 0.562441 0.1 3.9 0 2.86842 6.6 + 12 0.0600188 0 1.6 0 0.0724553 1.7 + 13 0.103282 0 1.2 0 0.0820324 1.5 + 14 0.00770336 0 0.7 0 0.00195892 0.7 + 15 0.896964 0 2.1 0 2.22664 4.3 + 16 0.0317646 0 0.4 0 0.0328414 0.5 + 17 0.00803849 0 0.3 0 0.00262358 0.4 + 18 0 0 0 0 0 0 + 19 0 0 0 0 0 0 ############################################################ Region : Calor-B Production thresholds : gamma 100 um e- 100 um e+ 100 um Energy deposition in an event : - Absorber 751.191 MeV Gap 327.789 MeV + Absorber 538.277 MeV Gap 240.86 MeV Number of secondaries in an event : - gamma in Absorber 103.2 in Gap 27.1 - e- in Absorber 687.4 in Gap 334.2 - e+ in Absorber 4.6 in Gap 1.1 + gamma in Absorber 40.5 in Gap 10 + e- in Absorber 341.2 in Gap 184.8 + e+ in Absorber 1.3 in Gap 0.2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 2.3578 keV in Gap 1.11064 keV - e- in Absorber 3.68546 eV in Gap 18.1633 eV - e+ in Absorber 113.203 keV in Gap 437.685 keV + gamma in Absorber 2.39297 keV in Gap 1.16545 keV + e- in Absorber 22.041 eV in Gap 23.5202 eV + e+ in Absorber 563.709 keV in Gap 2.98291 MeV Total track length of e+/e- in an event : - Absorber 88.6657 cm Gap 83.7442 cm + Absorber 36.6037 cm Gap 36.6475 cm Total number of steps of e+/e- in an event : - Absorber 1427.6 Gap 707.9 + Absorber 686.8 Gap 407.7 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 938.288 93.3 521.8 3.2 1293.91 1263.9 - 1 80.8142 20.9 125.7 1.2 269.147 304.1 - 2 21.245 7.3 86.4 0.7 61.0969 144.4 - 3 16.5014 3.7 69.6 0.2 50.9023 125.1 - 4 7.54079 2.6 51.4 0.2 18.2115 73.4 - 5 4.71061 1 41.3 0.1 11.5927 56.3 - 6 2.23879 0.1 30.5 0 3.97331 40.1 - 7 1.80476 0.2 18.6 0 4.31944 29.4 - 8 1.59306 0.1 18.5 0 3.61235 27.1 - 9 0.742553 0.2 11.6 0 0.860519 14.9 - 10 0.591099 0.4 8.8 0.1 0.636033 11.3 - 11 0.668131 0.1 8 0 1.15581 9.6 - 12 0.342153 0.1 6.4 0 0.576469 7.9 - 13 0.261088 0 3.2 0 0.367003 4 - 14 0.19579 0 4.7 0 0.14785 5.5 - 15 0.312046 0.1 6.2 0 0.461463 7 - 16 0.415803 0.1 3.4 0 1.52841 4.6 - 17 0.0657208 0 1.2 0 0.10954 1.2 - 18 0.461886 0.1 1.1 0 1.18097 1.9 - 19 0.118368 0 0.9 0 0.264802 1 + 0 738.802 40.3 354.6 0.9 605.144 797.7 + 1 24.1924 6.9 41.6 0.3 82.6836 104.5 + 2 5.89526 1.4 28.8 0.1 18.143 49.2 + 3 2.37157 0 17.9 0 7.23095 24.1 + 4 0.859785 0 17.4 0 0.88451 25.3 + 5 0.96184 0 13.4 0 1.98442 18.1 + 6 0.710574 0 10.3 0 2.02448 12.3 + 7 0.625167 0 6.9 0 1.74038 9.4 + 8 2.02661 0.8 8.7 0.1 5.06258 14.1 + 9 0.322642 0 6.1 0 0.731323 7.3 + 10 0.181941 0 3.8 0 0.14795 4.3 + 11 0.158583 0 3 0 0.136474 3.6 + 12 0.0953523 0 2.2 0 0.0840956 2.4 + 13 0.170294 0.1 2 0 0.37219 2.7 + 14 0.0590014 0 3.1 0 0.0266557 3.3 + 15 0.0186695 0 1.5 0 0.00491006 1.6 + 16 0.0280617 0 0.9 0 0.0138984 1.1 + 17 0.132367 0 0.6 0 0.266307 0.7 + 18 0.0132913 0 0.5 0 0.00523569 0.7 + 19 0.264058 0 0.3 0 0.694053 0.6 ############################################################ Region : Calor-C Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 670.517 MeV Gap 294.075 MeV + Absorber 561.679 MeV Gap 246.293 MeV Number of secondaries in an event : - gamma in Absorber 60.6 in Gap 17.9 - e- in Absorber 337.1 in Gap 144.3 - e+ in Absorber 3.4 in Gap 0.5 + gamma in Absorber 30.5 in Gap 10.6 + e- in Absorber 166.1 in Gap 77.9 + e+ in Absorber 1.5 in Gap 0.2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 6.97597 keV in Gap 3.08992 keV - e- in Absorber 7.30371 eV in Gap 4.29877 eV - e+ in Absorber 770.862 keV in Gap 7.08804 MeV + gamma in Absorber 6.96066 keV in Gap 3.32214 keV + e- in Absorber 1.28964 eV in Gap 6.11328 eV + e+ in Absorber 504.164 keV in Gap 1.60712 MeV Total track length of e+/e- in an event : - Absorber 63.4226 cm Gap 61.931 cm + Absorber 37.7108 cm Gap 36.6245 cm Total number of steps of e+/e- in an event : - Absorber 740.3 Gap 366.2 + Absorber 449.9 Gap 231.3 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 841.694 52.1 142.1 1.7 873.027 524.4 - 1 65.3397 15.3 75.8 0.7 211.944 169.7 - 2 24.8739 5.5 55.2 0.7 78.5561 98.6 - 3 8.44179 1.3 45.2 0.2 25.8797 69 - 4 10.6388 2.2 38.9 0.2 30.8341 69.6 - 5 3.57853 0.4 27.1 0.1 8.75097 41 - 6 1.86758 0.2 16.9 0.1 4.97884 21.2 - 7 1.93598 0.6 13.7 0.1 3.96838 20.7 - 8 1.13292 0.2 9.9 0.1 3.74158 13.6 - 9 1.2069 0.1 11 0 4.07026 15.3 - 10 1.17381 0.2 9 0 3.2071 14.8 - 11 0.859395 0.1 8.1 0 1.738 10.3 - 12 0.244901 0.1 5.9 0 0.210281 6.9 - 13 0.366268 0.1 5.9 0 0.505574 7.3 - 14 0.0949315 0 2.7 0 0.0614568 5 - 15 0.158351 0 3.7 0 0.16902 4.1 - 16 0.132807 0 2.6 0 0.123871 4.4 - 17 0.0584911 0 1.9 0 0.0306827 2.1 - 18 0.0374027 0 1.3 0 0.0220278 1.4 - 19 0.0659136 0 2.1 0 0.0550742 2.2 + 0 775.293 34.6 114.9 1 648.681 479.2 + 1 19.7477 4.1 30.3 0.2 61.1584 67.3 + 2 5.18047 0.9 19.9 0.1 16.1259 33.2 + 3 3.4916 1.2 13.7 0.3 10.794 22.9 + 4 1.29255 0.2 14.3 0.1 2.48347 20.6 + 5 0.522268 0 10.8 0 0.981545 12.3 + 6 0.440084 0 9.2 0 0.516266 10 + 7 0.327387 0 6.5 0 0.297611 7 + 8 0.270156 0 5.3 0 0.308802 6 + 9 0.374348 0.1 4.6 0 0.681795 5.9 + 10 0.292401 0 3.6 0 0.369319 4.3 + 11 0.114091 0 1.9 0 0.146997 2.1 + 12 0.0353307 0 1.3 0 0.0153189 1.3 + 13 0.0288419 0 1.3 0 0.0099609 1.4 + 14 0.0249309 0 1.2 0 0.012248 1.2 + 15 0.0594284 0 0.8 0 0.053621 1.8 + 16 0.0791991 0 1.3 0 0.0641081 1.4 + 17 0.0309966 0 0.9 0 0.0201232 0.9 + 18 0.14187 0 0.6 0 0.211775 0.7 + 19 0.119428 0 1 0 0.174898 1 ############################################################ /run/dumpCouples @@ -2235,6 +2235,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.89 Mb +Dynamic pools deleted: 12 / Total memory freed: 0.92 Mb ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/source/GNUmakefile b/source/GNUmakefile index 6de9a9018fd..d6463248468 100644 --- a/source/GNUmakefile +++ b/source/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile 79110 2014-02-17 09:57:44Z gcosmo $ +# $Id: GNUmakefile 82139 2014-06-11 10:58:09Z gcosmo $ # ----------------------------------------------------------------- # "gmake" makes default libraries for each subdomain. # "gmake global" makes global libraries for each subdomain. @@ -168,7 +168,7 @@ endif banner: @$(ECHO) "*************************************************************" - @$(ECHO) " Installation Geant4 version geant4-10-00-patch-01 " + @$(ECHO) " Installation Geant4 version geant4-10-00-patch-02 " @$(ECHO) " Copyright (C) 1994-2014 Geant4 Collaboration " @$(ECHO) "*************************************************************" diff --git a/source/analysis/History b/source/analysis/History index 554b5f29d15..5ca017da0a4 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -1,4 +1,4 @@ -$Id: History 79122 2014-02-18 14:54:09Z gcosmo $ +$Id: History 81633 2014-06-04 09:00:33Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,30 @@ committal in the SVN repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +June 03, 2014 I. Hrivnacova (analysis-V09-06-31) +- Do not remove Root base file if ntuples are in use + (this addresses problem report #1633) + +April 25, 2014 I. Hrivnacova (analysis-V09-06-30) +- Fixed implementation of compound commands in G4H[1,2,n]Messenger classes + using new G4AnalysisUtilities::Tokenize() function. + This allows to pass multi-word strings within "" and fixes problem report + #1616. +- Fixed G4H2ToolsManager::SetH2YAxisTitle: set title to y-axis and not x-axis. + This addresses problem report #1620. + +April 16, 2014 I. Hrivnacova (analysis-V09-06-29) +- Do not allow creating objects with empty names + (this addresses problem report #1579) + +March 12, 2014 I. Hrivnacova (analysis-V09-06-28) +- Fixed H1, H2 functions to access xmin, xmax and width + (do not apply function and unit to return values) + +March 10, 2014 I. Hrivnacova (analysis-V09-06-27) +- Fixed bug in /analysis/h1/setAscii command + (introduced with refactoring messenger classes in analysis-V09-06-19) + January 21, 2014 I. Hrivnacova (analysis-V09-06-26) - Updated to g4tools 1.7.1 (by G. Barrand): Fixed performance observed for an ntuple with large numbers of columns diff --git a/source/analysis/csv/src/G4CsvNtupleManager.cc b/source/analysis/csv/src/G4CsvNtupleManager.cc index cdbf62f3fdc..26dee89a599 100644 --- a/source/analysis/csv/src/G4CsvNtupleManager.cc +++ b/source/analysis/csv/src/G4CsvNtupleManager.cc @@ -73,7 +73,7 @@ G4CsvNtupleManager::GetNtupleIColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleIColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4CsvNtupleManager::GetNtupleIColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -100,7 +100,7 @@ G4CsvNtupleManager::GetNtupleFColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleFColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4CsvNtupleManager::GetNtupleFColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -128,7 +128,7 @@ G4CsvNtupleManager::GetNtupleDColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleDColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4CsvNtupleManager::GetNtupleDColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -341,6 +341,8 @@ G4int G4CsvNtupleManager::CreateNtupleIColumn(G4int ntupleId, const G4String& na G4CsvNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleIColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -390,6 +392,8 @@ G4int G4CsvNtupleManager::CreateNtupleFColumn(G4int ntupleId, const G4String& na G4CsvNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleFColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -439,6 +443,8 @@ G4int G4CsvNtupleManager::CreateNtupleDColumn(G4int ntupleId, const G4String& na G4CsvNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleDColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -514,7 +520,7 @@ G4bool G4CsvNtupleManager::FillNtupleIColumn(G4int ntupleId, G4int columnId, if ( ! column ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4CsvNtupleManager::FillNtupleIColumn()", "Analysis_W009", JustWarning, description); return false; @@ -540,7 +546,7 @@ G4bool G4CsvNtupleManager::FillNtupleFColumn(G4int ntupleId, G4int columnId, if ( ! column ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4CsvNtupleManager::FillNtupleFColumn()", "Analysis_W009", JustWarning, description); return false; @@ -567,7 +573,7 @@ G4bool G4CsvNtupleManager::FillNtupleDColumn(G4int ntupleId, G4int columnId, if ( ! column ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4CsvNtupleManager::FillNtupleDColumn()", "Analysis_W009", JustWarning, description); return false; @@ -598,8 +604,9 @@ G4bool G4CsvNtupleManager::AddNtupleRow(G4int ntupleId) G4CsvNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "AddNtupleRow"); + if ( ! ntupleDescription ) return false; - if ( ! ntupleDescription || ! ntupleDescription->fNtuple ) { + if ( ! ntupleDescription->fNtuple ) { G4ExceptionDescription description; description << " " << "ntuple does not exist. "; G4Exception("G4CsvNtupleManager::AddNtupleRow()", diff --git a/source/analysis/hntools/src/G4H1ToolsManager.cc b/source/analysis/hntools/src/G4H1ToolsManager.cc index 710c075a1af..718d4fdf40d 100644 --- a/source/analysis/hntools/src/G4H1ToolsManager.cc +++ b/source/analysis/hntools/src/G4H1ToolsManager.cc @@ -425,8 +425,7 @@ G4double G4H1ToolsManager::GetH1Xmin(G4int id) const tools::histo::h1d* h1d = GetH1InFunction(id, "GetH1Xmin"); if ( ! h1d ) return 0; - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH1Xmin"); - return info->fXFcn(h1d->axis().lower_edge()*info->fXUnit); + return h1d->axis().lower_edge(); } //_____________________________________________________________________________ @@ -435,8 +434,7 @@ G4double G4H1ToolsManager::GetH1Xmax(G4int id) const tools::histo::h1d* h1d = GetH1InFunction(id, "GetH1Xmax"); if ( ! h1d ) return 0; - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH1Xmax"); - return info->fXFcn(h1d->axis().upper_edge()*info->fXUnit); + return h1d->axis().upper_edge(); } //_____________________________________________________________________________ @@ -454,9 +452,7 @@ G4double G4H1ToolsManager::GetH1Width(G4int id) const return 0; } - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH1XWidth"); - return ( info->fXFcn(h1d->axis().upper_edge()) - - info->fXFcn(h1d->axis().lower_edge()))*info->fXUnit/nbins; + return ( h1d->axis().upper_edge() - h1d->axis().lower_edge())/nbins; } //_____________________________________________________________________________ diff --git a/source/analysis/hntools/src/G4H2ToolsManager.cc b/source/analysis/hntools/src/G4H2ToolsManager.cc index 8d556320f81..1cd5cf71028 100644 --- a/source/analysis/hntools/src/G4H2ToolsManager.cc +++ b/source/analysis/hntools/src/G4H2ToolsManager.cc @@ -499,8 +499,7 @@ G4double G4H2ToolsManager::GetH2Xmin(G4int id) const tools::histo::h2d* h2d = GetH2InFunction(id, "GetH2Xmin"); if ( ! h2d ) return 0; - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH2Xmin"); - return info->fXFcn(h2d->axis_x().lower_edge()*info->fXUnit); + return h2d->axis_x().lower_edge(); } //_____________________________________________________________________________ @@ -509,8 +508,7 @@ G4double G4H2ToolsManager::GetH2Xmax(G4int id) const tools::histo::h2d* h2d = GetH2InFunction(id, "GetH2Xmax"); if ( ! h2d ) return 0; - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH2Xmax"); - return info->fXFcn(h2d->axis_x().upper_edge()*info->fXUnit); + return h2d->axis_x().upper_edge(); } //_____________________________________________________________________________ @@ -528,9 +526,7 @@ G4double G4H2ToolsManager::GetH2XWidth(G4int id) const return 0; } - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH2XWidth"); - return ( info->fXFcn(h2d->axis_x().upper_edge()) - - info->fXFcn(h2d->axis_x().lower_edge()))*info->fXUnit/nbins; + return ( h2d->axis_x().upper_edge() - h2d->axis_x().lower_edge())/nbins; } //_____________________________________________________________________________ @@ -550,8 +546,7 @@ G4double G4H2ToolsManager::GetH2Ymin(G4int id) const tools::histo::h2d* h2d = GetH2InFunction(id, "GetH2Ymin"); if ( ! h2d ) return 0; - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH2Ymin"); - return info->fYFcn(h2d->axis_y().lower_edge()*info->fYUnit); + return h2d->axis_y().lower_edge(); } //_____________________________________________________________________________ @@ -560,8 +555,7 @@ G4double G4H2ToolsManager::GetH2Ymax(G4int id) const tools::histo::h2d* h2d = GetH2InFunction(id, "GetH2Ymax"); if ( ! h2d ) return 0; - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH2Ymax"); - return info->fYFcn(h2d->axis_y().upper_edge()*info->fYUnit); + return h2d->axis_y().upper_edge(); } //_____________________________________________________________________________ @@ -579,9 +573,7 @@ G4double G4H2ToolsManager::GetH2YWidth(G4int id) const return 0; } - G4HnInformation* info = fHnManager->GetHnInformation(id, "GetH2YWidth"); - return ( info->fYFcn(h2d->axis_y().upper_edge()) - - info->fYFcn(h2d->axis_y().lower_edge()))*info->fYUnit/nbins; + return ( h2d->axis_y().upper_edge() - h2d->axis_y().lower_edge())/nbins; } //_____________________________________________________________________________ @@ -609,7 +601,7 @@ G4bool G4H2ToolsManager::SetH2YAxisTitle(G4int id, const G4String& title) tools::histo::h2d* h2d = GetH2InFunction(id, "SetH2YAxisTitle"); if ( ! h2d ) return false; - h2d->add_annotation(tools::histo::key_axis_x_title(), title); + h2d->add_annotation(tools::histo::key_axis_y_title(), title); return true; } @@ -697,7 +689,7 @@ G4bool G4H2ToolsManager::WriteOnAscii(std::ofstream& /*output*/) // extended examples. // Not yet available for H2 - return false; + return ! fHnManager->IsAscii(); } // diff --git a/source/analysis/management/include/G4AnalysisUtilities.hh b/source/analysis/management/include/G4AnalysisUtilities.hh index b364dc5c86c..390b3bd6c46 100644 --- a/source/analysis/management/include/G4AnalysisUtilities.hh +++ b/source/analysis/management/include/G4AnalysisUtilities.hh @@ -44,13 +44,17 @@ const G4int kInvalidId = -1; G4bool CheckNbins(G4int nbins); G4bool CheckMinMax(G4double xmin, G4double xmax, const G4String& binSchemeName); G4bool CheckEdges(const std::vector& edges); +G4bool CheckName(const G4String& name, const G4String& objectType); -// Get unit value with added handling of b"none" +// Get unit value with added handling of "none" G4double GetUnitValue(const G4String& unit); // Add unit & fcn to the title void UpdateTitle(G4String& title, const G4String& unitName, const G4String& fcnName); + +// Tokenizer with taking into account composed strings within "" +void Tokenize(const G4String& line, std::vector& tokens); } diff --git a/source/analysis/management/src/G4AnalysisUtilities.cc b/source/analysis/management/src/G4AnalysisUtilities.cc index d8f904f8543..c83ae236005 100644 --- a/source/analysis/management/src/G4AnalysisUtilities.cc +++ b/source/analysis/management/src/G4AnalysisUtilities.cc @@ -30,6 +30,30 @@ #include "G4AnalysisUtilities.hh" #include "G4BinScheme.hh" #include "G4UnitsTable.hh" +#include "G4String.hh" + +namespace { + +//_____________________________________________________________________________ +G4bool GetToken(const G4String& line, G4String& token, + std::string::size_type begIdx, std::string::size_type& endIdx) +{ + while ( line[begIdx] == ' ') ++begIdx; + if ( line[begIdx] == '"' ) { + endIdx = line.find('"', begIdx+1); + if ( endIdx == std::string::npos ) endIdx = line.length(); + token = line.substr(begIdx+1, (endIdx-1)-begIdx); + ++endIdx; + } + else { + endIdx = line.find(' ', begIdx); + if ( endIdx == std::string::npos ) endIdx = line.length(); + token = line.substr(begIdx, endIdx-begIdx); + } + return ( token.length() > 0 ); +} + +} namespace G4Analysis { @@ -94,6 +118,22 @@ G4bool CheckEdges(const std::vector& edges) } +//_____________________________________________________________________________ +G4bool CheckName(const G4String& name, const G4String& objectType) +{ + if ( ! name.size() ) { + G4ExceptionDescription description; + description + << " Empty " << objectType << " name is not allowed." << G4endl + << " " << objectType << " was not created." << G4endl; + G4Exception("G4VAnalysisManager::CheckName", + "Analysis_W013", JustWarning, description); + return false; + } + else + return true; +} + //_____________________________________________________________________________ G4double GetUnitValue(const G4String& unit) { @@ -115,4 +155,23 @@ void UpdateTitle(G4String& title, if ( fcnName != "none" ) { title += ")"; } } +//_____________________________________________________________________________ +void Tokenize(const G4String& line, std::vector& tokens) +{ + // Define start values + std::string::size_type begIdx = 0; + std::string::size_type endIdx = 0; + G4String token; + + do { + if ( GetToken(line, token, begIdx, endIdx) ) { + //G4cout << "got token: '" << token << "'" << G4endl; + //G4cout << "beg, end: " << begIdx << ", " << endIdx << G4endl; + tokens.push_back(token); + } + begIdx = endIdx + 1; + } + while ( endIdx != line.length() ); +} + } diff --git a/source/analysis/management/src/G4H1Messenger.cc b/source/analysis/management/src/G4H1Messenger.cc index 9eb50c8b218..c956f5cf87a 100644 --- a/source/analysis/management/src/G4H1Messenger.cc +++ b/source/analysis/management/src/G4H1Messenger.cc @@ -33,12 +33,31 @@ #include "G4H1Messenger.hh" #include "G4VAnalysisManager.hh" +#include "G4AnalysisUtilities.hh" #include "G4UIdirectory.hh" #include "G4UIcommand.hh" #include "G4UIparameter.hh" +#include "G4Tokenizer.hh" #include +#include + +namespace { + +void Exception(G4UIcommand* command, G4int nofParameters) +{ + G4ExceptionDescription description; + description + << "Got wrong number of \"" << command->GetCommandName() + << "\" parameters: " << nofParameters + << " instead of " << command->GetParameterEntries() + << " expected" << G4endl; + G4Exception("G4H1Messenger::SetNewValue", + "Analysis_W013", JustWarning, description); +} + +} //_____________________________________________________________________________ G4H1Messenger::G4H1Messenger(G4VAnalysisManager* manager) @@ -246,50 +265,55 @@ void G4H1Messenger::SetH1YAxisCmd() //_____________________________________________________________________________ void G4H1Messenger::SetNewValue(G4UIcommand* command, G4String newValues) { + // tokenize parameters in a vector + std::vector parameters; + G4Analysis::Tokenize(newValues, parameters); + // check consistency + if ( G4int(parameters.size()) != command->GetParameterEntries() ) { + // Should never happen but let's check anyway for consistency + Exception(command, parameters.size()); + return; + } + if ( command == fCreateH1Cmd ) { - G4String name, title; - G4int nbins; - G4double vmin,vmax; - G4String sunit; - G4String sfcn; - G4String sbinScheme; - std::istringstream is(newValues.data()); - is >> name >> title >> nbins >> vmin >> vmax >> sunit >> sfcn >> sbinScheme; - fManager->CreateH1(name, title, nbins, vmin, vmax, sunit, sfcn, sbinScheme); + G4int counter = 0; + G4String name = parameters[counter++]; + G4String title = parameters[counter++]; + G4int nbins = G4UIcommand::ConvertToInt(parameters[counter++]); + G4double vmin = G4UIcommand::ConvertToDouble(parameters[counter++]); + G4double vmax = G4UIcommand::ConvertToDouble(parameters[counter++]); ; + G4String sunit = parameters[counter++]; + G4String sfcn = parameters[counter++]; + G4String sbinScheme = parameters[counter++]; + fManager->CreateH1(name, title, nbins, vmin, vmax, sunit, sfcn, sbinScheme); } else if ( command == fSetH1Cmd ) { - G4int id; - G4int nbins; - G4double vmin, vmax; - G4String sunit; - G4String sfcn; - G4String sbinScheme; - std::istringstream is(newValues.data()); - is >> id >> nbins >> vmin >> vmax >> sunit >> sfcn >> sbinScheme; - fManager->SetH1(id, nbins, vmin, vmax, sunit, sfcn, sbinScheme); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4int nbins = G4UIcommand::ConvertToInt(parameters[counter++]); + G4double vmin = G4UIcommand::ConvertToDouble(parameters[counter++]); + G4double vmax = G4UIcommand::ConvertToDouble(parameters[counter++]); + G4String sunit = parameters[counter++]; + G4String sfcn = parameters[counter++]; + G4String sbinScheme = parameters[counter++]; + fManager->SetH1(id, nbins, vmin, vmax, sunit, sfcn, sbinScheme); } else if ( command == fSetH1TitleCmd ) { - G4int id; - G4String title; - std::istringstream is(newValues.data()); - is >> id; - getline(is, title); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4String title = parameters[counter++]; fManager->SetH1Title(id, title); } else if ( command == fSetH1XAxisCmd ) { - G4int id; - G4String xaxis; - std::istringstream is(newValues.data()); - is >> id; - getline(is, xaxis); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4String xaxis = parameters[counter++]; fManager->SetH1XAxisTitle(id, xaxis); } else if ( command == fSetH1YAxisCmd ) { - G4int id; - G4String yaxis; - std::istringstream is(newValues.data()); - is >> id; - getline(is, yaxis); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4String yaxis = parameters[counter++]; fManager->SetH1YAxisTitle(id, yaxis); } } diff --git a/source/analysis/management/src/G4H2Messenger.cc b/source/analysis/management/src/G4H2Messenger.cc index 5463632433c..d34e7b1e7ae 100644 --- a/source/analysis/management/src/G4H2Messenger.cc +++ b/source/analysis/management/src/G4H2Messenger.cc @@ -29,6 +29,7 @@ #include "G4H2Messenger.hh" #include "G4VAnalysisManager.hh" +#include "G4AnalysisUtilities.hh" #include "G4UIdirectory.hh" #include "G4UIcommand.hh" @@ -36,6 +37,23 @@ #include +namespace { + +void Exception(G4UIcommand* command, G4int nofParameters) +{ + G4ExceptionDescription description; + description + << "Got wrong number of \"" << command->GetCommandName() + << "\" parameters: " << nofParameters + << " instead of " << command->GetParameterEntries() + << " expected" << G4endl; + G4Exception("G4H2Messenger::SetNewValue", + "Analysis_W013", JustWarning, description); +} + +} + + //_____________________________________________________________________________ G4H2Messenger::G4H2Messenger(G4VAnalysisManager* manager) : G4UImessenger(), @@ -301,62 +319,75 @@ void G4H2Messenger::SetH2ZAxisCmd() //_____________________________________________________________________________ void G4H2Messenger::SetNewValue(G4UIcommand* command, G4String newValues) { + // tokenize parameters in a vector + std::vector parameters; + G4Analysis::Tokenize(newValues, parameters); + // check consistency + if ( G4int(parameters.size()) != command->GetParameterEntries() ) { + // Should never happen but let's check anyway for consistency + Exception(command, parameters.size()); + return; + } + if ( command == fCreateH2Cmd ) { - G4String name, title; - G4int xnbins, ynbins; - G4double xvmin, xvmax, yvmin, yvmax; - G4String xsunit,xsfcn, ysunit, ysfcn; - std::istringstream is(newValues.data()); - is >> name >> title - >> xnbins >> xvmin >> xvmax >> xsunit >> xsfcn - >> ynbins >> yvmin >> yvmax >> ysunit >> ysfcn; + G4int counter = 0; + G4String name = parameters[counter++]; + G4String title = parameters[counter++]; + G4int xnbins = G4UIcommand::ConvertToInt(parameters[counter++]); + G4int ynbins = G4UIcommand::ConvertToInt(parameters[counter++]); + G4double xvmin = G4UIcommand::ConvertToDouble(parameters[counter++]); + G4double xvmax = G4UIcommand::ConvertToDouble(parameters[counter++]); ; + G4double yvmin = G4UIcommand::ConvertToDouble(parameters[counter++]); + G4double yvmax = G4UIcommand::ConvertToDouble(parameters[counter++]); ; + G4String xsunit = parameters[counter++]; + G4String ysunit = parameters[counter++]; + G4String xsfcn = parameters[counter++]; + G4String ysfcn = parameters[counter++]; + G4String xsbinScheme = parameters[counter++]; + G4String ysbinScheme = parameters[counter++]; fManager->CreateH2(name, title, xnbins, xvmin, xvmax, ynbins, yvmin, yvmax, ysunit, ysfcn, ysunit, ysfcn); } else if ( command == fSetH2Cmd ) { - G4int id; - G4int xnbins, ynbins; - G4double xvmin, xvmax, yvmin, yvmax; - G4String xsunit,xsfcn, ysunit, ysfcn; - std::istringstream is(newValues.data()); - is >> id - >> xnbins >> xvmin >> xvmax >> xsunit >> xsfcn - >> ynbins >> yvmin >> yvmax >> ysunit >> ysfcn; + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4int xnbins = G4UIcommand::ConvertToInt(parameters[counter++]); + G4int ynbins = G4UIcommand::ConvertToInt(parameters[counter++]); + G4double xvmin = G4UIcommand::ConvertToDouble(parameters[counter++]); + G4double xvmax = G4UIcommand::ConvertToDouble(parameters[counter++]); ; + G4double yvmin = G4UIcommand::ConvertToDouble(parameters[counter++]); + G4double yvmax = G4UIcommand::ConvertToDouble(parameters[counter++]); ; + G4String xsunit = parameters[counter++]; + G4String ysunit = parameters[counter++]; + G4String xsfcn = parameters[counter++]; + G4String ysfcn = parameters[counter++]; fManager->SetH2(id, xnbins, xvmin, xvmax, ynbins, yvmin, yvmax, ysunit, ysfcn, ysunit, ysfcn); } else if ( command == fSetH2TitleCmd ) { - G4int id; - G4String title; - std::istringstream is(newValues.data()); - is >> id; - getline(is, title); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4String title = parameters[counter++]; fManager->SetH2Title(id, title); } else if ( command == fSetH2XAxisCmd ) { - G4int id; - G4String xaxis; - std::istringstream is(newValues.data()); - is >> id; - getline(is, xaxis); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4String xaxis = parameters[counter++]; fManager->SetH2XAxisTitle(id, xaxis); } else if ( command == fSetH2YAxisCmd ) { - G4int id; - G4String yaxis; - std::istringstream is(newValues.data()); - is >> id; - getline(is, yaxis); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4String yaxis = parameters[counter++]; fManager->SetH2YAxisTitle(id, yaxis); } else if ( command == fSetH2ZAxisCmd ) { - G4int id; - G4String zaxis; - std::istringstream is(newValues.data()); - is >> id; - getline(is, zaxis); + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4String zaxis = parameters[counter++]; fManager->SetH2ZAxisTitle(id, zaxis); } } diff --git a/source/analysis/management/src/G4HnMessenger.cc b/source/analysis/management/src/G4HnMessenger.cc index 0a6fe4b7276..88668bd3a23 100644 --- a/source/analysis/management/src/G4HnMessenger.cc +++ b/source/analysis/management/src/G4HnMessenger.cc @@ -29,6 +29,7 @@ #include "G4HnMessenger.hh" #include "G4HnManager.hh" +#include "G4AnalysisUtilities.hh" #include "G4UIcommand.hh" #include "G4UIparameter.hh" @@ -37,6 +38,22 @@ #include +namespace { + +void Exception(G4UIcommand* command, G4int nofParameters) +{ + G4ExceptionDescription description; + description + << "Got wrong number of \"" << command->GetCommandName() + << "\" parameters: " << nofParameters + << " instead of " << command->GetParameterEntries() + << " expected" << G4endl; + G4Exception("G4HnMessenger::SetNewValue", + "Analysis_W013", JustWarning, description); +} + +} + //_____________________________________________________________________________ G4HnMessenger::G4HnMessenger(G4HnManager* manager) : G4UImessenger(), @@ -102,22 +119,6 @@ void G4HnMessenger::SetHnAsciiCmd() //_____________________________________________________________________________ void G4HnMessenger::SetHnActivationCmd() -{ - G4String name = GetCmdDirectoryName(); - name.append("setActivationToAll"); - fSetHnAsciiCmd = new G4UIcmdWithAnInteger(name, this); - - G4String guidance("Set activation to all "); - guidance.append(GetHnDescription()); - guidance.append(" histograms."); - - fSetHnActivationAllCmd = new G4UIcmdWithABool(name, this); - fSetHnActivationAllCmd->SetGuidance(guidance); - fSetHnActivationAllCmd->SetParameterName("Activation",false); -} - -//_____________________________________________________________________________ -void G4HnMessenger::SetHnActivationToAllCmd() { G4UIparameter* hnId = new G4UIparameter("idActivation", 'i', false); hnId->SetGuidance("Histogram id"); @@ -141,6 +142,21 @@ void G4HnMessenger::SetHnActivationToAllCmd() fSetHnActivationCmd->AvailableForStates(G4State_PreInit, G4State_Idle); } +//_____________________________________________________________________________ +void G4HnMessenger::SetHnActivationToAllCmd() +{ + G4String name = GetCmdDirectoryName(); + name.append("setActivationToAll"); + fSetHnActivationAllCmd = new G4UIcmdWithABool(name, this); + + G4String guidance("Set activation to all "); + guidance.append(GetHnDescription()); + guidance.append(" histograms."); + + fSetHnActivationAllCmd->SetGuidance(guidance); + fSetHnActivationAllCmd->SetParameterName("Activation",false); +} + // // public methods // @@ -153,12 +169,20 @@ void G4HnMessenger::SetNewValue(G4UIcommand* command, G4String newValues) fManager->SetAscii(id, true); } else if ( command == fSetHnActivationCmd ) { - G4int id; - G4String sactivation; - std::istringstream is(newValues.data()); - is >> id >> sactivation; - G4bool activation = G4UIcommand::ConvertToBool(sactivation); - fManager->SetActivation(id, activation); + // tokenize parameters in a vector + std::vector parameters; + G4Analysis::Tokenize(newValues, parameters); + // check consistency + if ( G4int(parameters.size()) == command->GetParameterEntries() ) { + G4int counter = 0; + G4int id = G4UIcommand::ConvertToInt(parameters[counter++]); + G4bool activation = G4UIcommand::ConvertToBool(parameters[counter++]); + fManager->SetActivation(id, activation); + } + else { + // Should never happen but let's check anyway for consistency + Exception(command, parameters.size()); + } } else if ( command == fSetHnActivationAllCmd ) { G4bool activation = fSetHnActivationAllCmd->GetNewBoolValue(newValues); diff --git a/source/analysis/management/src/G4VAnalysisManager.cc b/source/analysis/management/src/G4VAnalysisManager.cc index ae598fe21f6..c31f2b104f8 100644 --- a/source/analysis/management/src/G4VAnalysisManager.cc +++ b/source/analysis/management/src/G4VAnalysisManager.cc @@ -217,6 +217,7 @@ G4int G4VAnalysisManager::CreateH1(const G4String& name, const G4String& title, const G4String& unitName, const G4String& fcnName, const G4String& binSchemeName) { + if ( ! CheckName(name, "H1") ) return kInvalidId; if ( ! CheckNbins(nbins) ) return kInvalidId; if ( ! CheckMinMax(xmin, xmax, binSchemeName) ) return kInvalidId; @@ -229,6 +230,7 @@ G4int G4VAnalysisManager::CreateH1(const G4String& name, const G4String& title, const std::vector& edges, const G4String& unitName, const G4String& fcnName) { + if ( ! CheckName(name, "H1") ) return kInvalidId; if ( ! CheckEdges(edges) ) return kInvalidId; return fVH1Manager->CreateH1(name, title, edges, unitName, fcnName); @@ -244,6 +246,8 @@ G4int G4VAnalysisManager::CreateH2(const G4String& name, const G4String& title, const G4String& ybinSchemeName) { + if ( ! CheckName(name, "H2") ) return kInvalidId; + if ( ! CheckNbins(nxbins) ) return kInvalidId; if ( ! CheckMinMax(xmin, xmax, xbinSchemeName) ) return kInvalidId; @@ -264,6 +268,8 @@ G4int G4VAnalysisManager::CreateH2(const G4String& name, const G4String& title, const G4String& xfcnName, const G4String& yfcnName) { + if ( ! CheckName(name, "H2") ) return kInvalidId; + if ( ! CheckEdges(xedges) ) return kInvalidId; if ( ! CheckEdges(yedges) ) return kInvalidId; @@ -344,24 +350,32 @@ G4bool G4VAnalysisManager::ScaleH2(G4int id, G4double factor) G4int G4VAnalysisManager::CreateNtuple(const G4String& name, const G4String& title) { + if ( ! CheckName(name, "Ntuple") ) return kInvalidId; + return fVNtupleManager->CreateNtuple(name, title); } //_____________________________________________________________________________ G4int G4VAnalysisManager::CreateNtupleIColumn(const G4String& name) { + if ( ! CheckName(name, "NtupleIColumn") ) return kInvalidId; + return fVNtupleManager->CreateNtupleIColumn(name); } //_____________________________________________________________________________ G4int G4VAnalysisManager::CreateNtupleFColumn(const G4String& name) { + if ( ! CheckName(name, "NtupleFColumn") ) return kInvalidId; + return fVNtupleManager->CreateNtupleFColumn(name); } //_____________________________________________________________________________ G4int G4VAnalysisManager::CreateNtupleDColumn(const G4String& name) { + if ( ! CheckName(name, "NtupleDColumn") ) return kInvalidId; + return fVNtupleManager->CreateNtupleDColumn(name); } @@ -375,12 +389,16 @@ void G4VAnalysisManager::FinishNtuple() G4int G4VAnalysisManager::CreateNtupleIColumn(G4int ntupleId, const G4String& name) { + if ( ! CheckName(name, "NtupleIColumn") ) return kInvalidId; + return fVNtupleManager->CreateNtupleIColumn(ntupleId, name); } //_____________________________________________________________________________ G4int G4VAnalysisManager::CreateNtupleFColumn(G4int ntupleId, const G4String& name) { + if ( ! CheckName(name, "NtupleFColumn") ) return kInvalidId; + return fVNtupleManager->CreateNtupleFColumn(ntupleId, name); } @@ -388,6 +406,8 @@ G4int G4VAnalysisManager::CreateNtupleFColumn(G4int ntupleId, const G4String& na //_____________________________________________________________________________ G4int G4VAnalysisManager::CreateNtupleDColumn(G4int ntupleId, const G4String& name) { + if ( ! CheckName(name, "NtupleDColumn") ) return kInvalidId; + return fVNtupleManager->CreateNtupleDColumn(ntupleId, name); } diff --git a/source/analysis/root/src/G4RootAnalysisManager.cc b/source/analysis/root/src/G4RootAnalysisManager.cc index ecaa9977c8b..763eb14a20c 100644 --- a/source/analysis/root/src/G4RootAnalysisManager.cc +++ b/source/analysis/root/src/G4RootAnalysisManager.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4RootAnalysisManager.cc 74257 2013-10-02 14:24:55Z gcosmo $ +// $Id: G4RootAnalysisManager.cc 81633 2014-06-04 09:00:33Z gcosmo $ // Author: Ivana Hrivnacova, 18/06/2013 (ivana@ipno.in2p3.fr) @@ -316,7 +316,17 @@ G4bool G4RootAnalysisManager::CloseFileImpl() fFileManager->CloseFile(); // No files clean-up in sequential mode - if ( ! fState.IsMT() ) return result; + // or if ntuples are in use + // (to avoid removing non-empty files if a sequential application + // is built against MT Geant4 installation_ + if ( ! fState.IsMT() || ! fNtupleManager->IsEmpty() ) { + #ifdef G4VERBOSE + if ( fState.GetVerboseL1() ) + fState.GetVerboseL1() + ->Message("close", "file", fFileManager->GetFullFileName()); +#endif + return result; + } // Delete files if empty in MT mode if ( ( fState.GetIsMaster() && diff --git a/source/analysis/root/src/G4RootNtupleManager.cc b/source/analysis/root/src/G4RootNtupleManager.cc index fe4ba29f7c2..5ba1fc371ce 100644 --- a/source/analysis/root/src/G4RootNtupleManager.cc +++ b/source/analysis/root/src/G4RootNtupleManager.cc @@ -70,7 +70,7 @@ G4RootNtupleManager::GetNtupleIColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleIColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4RootNtupleManager::GetNtupleIColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -95,7 +95,7 @@ G4RootNtupleManager::GetNtupleFColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleFColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4RootNtupleManager::GetNtupleFColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -121,7 +121,7 @@ G4RootNtupleManager::GetNtupleDColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleDColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4RootNtupleManager::GetNtupleDColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -330,9 +330,10 @@ G4int G4RootNtupleManager::CreateNtupleIColumn(G4int ntupleId, G4RootNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleIColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking - = ntupleDescription->fNtupleBooking; - + = ntupleDescription->fNtupleBooking; if ( ! ntupleBooking ) { G4ExceptionDescription description; description << " " @@ -379,6 +380,8 @@ G4int G4RootNtupleManager::CreateNtupleFColumn(G4int ntupleId, const G4String& n G4RootNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleFColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -429,6 +432,8 @@ G4int G4RootNtupleManager::CreateNtupleDColumn(G4int ntupleId, const G4String& n G4RootNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleDColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -504,7 +509,7 @@ G4bool G4RootNtupleManager::FillNtupleIColumn(G4int ntupleId, G4int columnId, if ( ! column ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4RootNtupleManager::FillNtupleIColumn()", "Analysis_W009", JustWarning, description); return false; @@ -530,7 +535,7 @@ G4bool G4RootNtupleManager::FillNtupleFColumn(G4int ntupleId, G4int columnId, if ( ! column ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4RootNtupleManager::FillNtupleFColumn()", "Analysis_W009", JustWarning, description); return false; @@ -556,7 +561,7 @@ G4bool G4RootNtupleManager::FillNtupleDColumn(G4int ntupleId, G4int columnId, if ( ! column ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4RootNtupleManager::FillNtupleDColumn()", "Analysis_W009", JustWarning, description); return false; @@ -587,8 +592,9 @@ G4bool G4RootNtupleManager::AddNtupleRow(G4int ntupleId) G4RootNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "AddNtupleRow"); + if ( ! ntupleDescription ) return false; - if ( ! ntupleDescription || ! ntupleDescription->fNtuple ) { + if ( ! ntupleDescription->fNtuple ) { G4ExceptionDescription description; description << " " << " ntupleId " << ntupleId << " does not exist. "; diff --git a/source/analysis/xml/src/G4XmlNtupleManager.cc b/source/analysis/xml/src/G4XmlNtupleManager.cc index ff130957c31..14598e9e2db 100644 --- a/source/analysis/xml/src/G4XmlNtupleManager.cc +++ b/source/analysis/xml/src/G4XmlNtupleManager.cc @@ -74,7 +74,7 @@ G4XmlNtupleManager::GetNtupleIColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleIColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4XmlNtupleManager::GetNtupleIColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -98,7 +98,7 @@ G4XmlNtupleManager::GetNtupleFColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleFColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4XmlNtupleManager::GetNtupleFColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -122,7 +122,7 @@ G4XmlNtupleManager::GetNtupleDColumn(G4int ntupleId, G4int columnId) const if ( it == ntupleDColumnMap.end() ) { G4ExceptionDescription description; description << " " << "ntupleId " << ntupleId - << "column " << columnId << " does not exist."; + << " columnId " << columnId << " does not exist."; G4Exception("G4XmlNtupleManager::GetNtupleFColumn()", "Analysis_W009", JustWarning, description); return 0; @@ -339,6 +339,8 @@ G4int G4XmlNtupleManager::CreateNtupleIColumn(G4int ntupleId, const G4String& na G4XmlNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleIColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -388,6 +390,8 @@ G4int G4XmlNtupleManager::CreateNtupleFColumn(G4int ntupleId, const G4String& na G4XmlNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleFColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -437,6 +441,8 @@ G4int G4XmlNtupleManager::CreateNtupleDColumn(G4int ntupleId, const G4String& na G4XmlNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "CreateNtupleDColumn"); + if ( ! ntupleDescription ) return -1; + tools::ntuple_booking* ntupleBooking = ntupleDescription->fNtupleBooking; @@ -543,7 +549,7 @@ G4bool G4XmlNtupleManager::FillNtupleIColumn(G4int ntupleId, G4int columnId, = GetNtupleIColumn(ntupleId, columnId); if ( ! column ) { G4ExceptionDescription description; - description << " " << "column " << columnId << " does not exist."; + description << " " << " columnId " << columnId << " does not exist."; G4Exception("G4XmlNtupleManager::FillNtupleIColumn()", "Analysis_W009", JustWarning, description); return false; @@ -568,7 +574,7 @@ G4bool G4XmlNtupleManager::FillNtupleFColumn(G4int ntupleId, G4int columnId, = GetNtupleFColumn(ntupleId, columnId); if ( ! column ) { G4ExceptionDescription description; - description << " " << "column " << columnId << " does not exist."; + description << " " << " columnId " << columnId << " does not exist."; G4Exception("G4XmlNtupleManager::FillNtupleFColumn()", "Analysis_W009", JustWarning, description); return false; @@ -594,7 +600,7 @@ G4bool G4XmlNtupleManager::FillNtupleDColumn(G4int ntupleId, G4int columnId, = GetNtupleDColumn(ntupleId, columnId); if ( ! column ) { G4ExceptionDescription description; - description << " " << "column " << columnId << " does not exist."; + description << " " << " columnId " << columnId << " does not exist."; G4Exception("G4XmlNtupleManager::FillNtupleDColumn()", "Analysis_W009", JustWarning, description); return false; @@ -631,8 +637,9 @@ G4bool G4XmlNtupleManager::AddNtupleRow(G4int ntupleId) G4XmlNtupleDescription* ntupleDescription = GetNtupleInFunction(ntupleId, "AddNtupleRow"); + if ( ! ntupleDescription ) return false; - if ( ! ntupleDescription || ! ntupleDescription->fNtuple ) { + if ( ! ntupleDescription->fNtuple ) { G4ExceptionDescription description; description << " " << "ntuple does not exist. "; G4Exception("G4XmlNtupleManager::AddNtupleRow()", diff --git a/source/digits_hits/History b/source/digits_hits/History index 99e6ee9d517..aa973439876 100644 --- a/source/digits_hits/History +++ b/source/digits_hits/History @@ -1,4 +1,4 @@ -$Id: History 78057 2013-12-03 08:31:15Z gcosmo $ +$Id: History 81447 2014-05-28 15:13:56Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,22 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 26, 2014, M.Asai (digits_hits-V09-06-15) +- G4ScoringMessenger.cc : fix broadcast parameters of the commands + that should be used only by the master threads. Addressing to + bug report #1554. + +Apr 27, 2014, M.Asai +- G4PSCylinderSurfaceCurrent.cc : remove unnecessary cout. + Addressing to Bug Report #1610. + +Mar 5, 2014, G.Cosmo +- Added missing dependency to graphics_reps in scorer module. + +Mar 2, 2014, T.Aso, M.Asai +- Fix the angle factor in G4PSSphereSurfaceFlux to keep it always + positive. Addressing to Bug Report #1479. + Dec 2, 2013, M.Asai (digits_hits-V09-06-13) - Remove uninitialized and unused datamember from G4ScoringMessenger. diff --git a/source/digits_hits/scorer/GNUmakefile b/source/digits_hits/scorer/GNUmakefile index ec58d46baf4..6dc05a32853 100644 --- a/source/digits_hits/scorer/GNUmakefile +++ b/source/digits_hits/scorer/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile 66892 2013-01-17 10:57:59Z gunter $ +# $Id: GNUmakefile 81447 2014-05-28 15:13:56Z gcosmo $ # -------------------------------------------------------------- # GNUmakefile for digits+hits library. Makoto Asai, 1/11/96. # -------------------------------------------------------------- @@ -27,6 +27,7 @@ CPPFLAGS += \ -I$(G4BASE)/digits_hits/detector/include \ -I$(G4BASE)/digits_hits/digits/include \ -I$(G4BASE)/intercoms/include \ + -I$(G4BASE)/graphics_reps/include include $(G4INSTALL)/config/common.gmk diff --git a/source/digits_hits/scorer/sources.cmake b/source/digits_hits/scorer/sources.cmake index b97d31758c0..f3be8c5cae5 100644 --- a/source/digits_hits/scorer/sources.cmake +++ b/source/digits_hits/scorer/sources.cmake @@ -11,7 +11,7 @@ # # Generated on : 24/9/2010 # -# $Id: sources.cmake 66892 2013-01-17 10:57:59Z gunter $ +# $Id: sources.cmake 81447 2014-05-28 15:13:56Z gcosmo $ # #------------------------------------------------------------------------------ @@ -29,6 +29,7 @@ include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) +include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include) include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) diff --git a/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc b/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc index c7baf4d29c5..169c1e67616 100644 --- a/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc +++ b/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4PSCylinderSurfaceCurrent.cc 67992 2013-03-13 10:59:57Z gcosmo $ +// $Id: G4PSCylinderSurfaceCurrent.cc 81447 2014-05-28 15:13:56Z gcosmo $ // // G4PSCylinderSurfaceCurrent #include "G4PSCylinderSurfaceCurrent.hh" @@ -56,7 +56,7 @@ G4PSCylinderSurfaceCurrent::G4PSCylinderSurfaceCurrent(G4String name, G4int direction, G4int depth) - :G4VPrimitiveScorer(name,depth),HCID(-1),fDirection(direction), + :G4VPrimitiveScorer(name,depth),HCID(-1),fDirection(direction),EvtMap(0), weighted(true),divideByArea(true) { DefineUnitAndCategory(); @@ -67,7 +67,7 @@ G4PSCylinderSurfaceCurrent::G4PSCylinderSurfaceCurrent(G4String name, G4int direction, const G4String& unit, G4int depth) - :G4VPrimitiveScorer(name,depth),HCID(-1),fDirection(direction), + :G4VPrimitiveScorer(name,depth),HCID(-1),fDirection(direction),EvtMap(0), weighted(true),divideByArea(true) { DefineUnitAndCategory(); @@ -98,7 +98,7 @@ G4bool G4PSCylinderSurfaceCurrent::ProcessHits(G4Step* aStep,G4TouchableHistory* G4Tubs* tubsSolid = (G4Tubs*)(solid); G4int dirFlag =IsSelectedSurface(aStep,tubsSolid); - G4cout << " pos " << preStep->GetPosition() <<" dirFlag " << G4endl; + // G4cout << " pos " << preStep->GetPosition() <<" dirFlag " << G4endl; if ( dirFlag > 0 ) { if ( fDirection == fCurrent_InOut || fDirection == dirFlag ){ G4TouchableHandle theTouchable = preStep->GetTouchableHandle(); diff --git a/source/digits_hits/scorer/src/G4PSSphereSurfaceFlux.cc b/source/digits_hits/scorer/src/G4PSSphereSurfaceFlux.cc index cf5bd023427..cd012a9341a 100644 --- a/source/digits_hits/scorer/src/G4PSSphereSurfaceFlux.cc +++ b/source/digits_hits/scorer/src/G4PSSphereSurfaceFlux.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4PSSphereSurfaceFlux.cc 76272 2013-11-08 11:53:00Z gcosmo $ +// $Id: G4PSSphereSurfaceFlux.cc 81447 2014-05-28 15:13:56Z gcosmo $ // // G4PSSphereSurfaceFlux #include "G4PSSphereSurfaceFlux.hh" @@ -54,23 +54,24 @@ // 2010-07-22 Add weighted and divideByAre options // 2011-02-21 Get correct momentum direction in Flux_Out. // 2011-09-09 Modify comment in PrintAll(). +// 2014-03-03 T.Aso, To use always positive value for anglefactor. /////////////////////////////////////////////////////////////////////////////// G4PSSphereSurfaceFlux::G4PSSphereSurfaceFlux(G4String name, - G4int direction, G4int depth) + G4int direction, G4int depth) : G4VPrimitiveScorer(name,depth),HCID(-1),fDirection(direction), - weighted(true),divideByArea(true) + EvtMap(0),weighted(true),divideByArea(true) { DefineUnitAndCategory(); SetUnit("percm2"); } G4PSSphereSurfaceFlux::G4PSSphereSurfaceFlux(G4String name, - G4int direction, - const G4String& unit, - G4int depth) + G4int direction, + const G4String& unit, + G4int depth) : G4VPrimitiveScorer(name,depth),HCID(-1),fDirection(direction), - weighted(true),divideByArea(true) + EvtMap(0),weighted(true),divideByArea(true) { DefineUnitAndCategory(); SetUnit(unit); @@ -106,30 +107,31 @@ G4bool G4PSSphereSurfaceFlux::ProcessHits(G4Step* aStep,G4TouchableHistory*) G4StepPoint* thisStep=0; if ( dirFlag == fFlux_In ){ - thisStep = preStep; + thisStep = preStep; }else if ( dirFlag == fFlux_Out ){ - thisStep = aStep->GetPostStepPoint(); + thisStep = aStep->GetPostStepPoint(); }else{ - return FALSE; + return FALSE; } G4TouchableHandle theTouchable = thisStep->GetTouchableHandle(); G4ThreeVector pdirection = thisStep->GetMomentumDirection(); G4ThreeVector localdir = - theTouchable->GetHistory()->GetTopTransform().TransformAxis(pdirection); + theTouchable->GetHistory()->GetTopTransform().TransformAxis(pdirection); G4double localdirL2 = localdir.x()*localdir.x() - +localdir.y()*localdir.y() - +localdir.z()*localdir.z(); + +localdir.y()*localdir.y() + +localdir.z()*localdir.z(); G4ThreeVector stppos1= aStep->GetPreStepPoint()->GetPosition(); G4ThreeVector localpos1 = - theTouchable->GetHistory()->GetTopTransform().TransformPoint(stppos1); + theTouchable->GetHistory()->GetTopTransform().TransformPoint(stppos1); G4double localR2 = localpos1.x()*localpos1.x() - +localpos1.y()*localpos1.y() - +localpos1.z()*localpos1.z(); + +localpos1.y()*localpos1.y() + +localpos1.z()*localpos1.z(); G4double anglefactor = (localdir.x()*localpos1.x() - +localdir.y()*localpos1.y() - +localdir.z()*localpos1.z()) - /std::sqrt(localdirL2)/std::sqrt(localR2); + +localdir.y()*localpos1.y() + +localdir.z()*localpos1.z()) + /std::sqrt(localdirL2)/std::sqrt(localR2); + if ( anglefactor < 0.0 ) anglefactor *= -1.0; G4double radi = sphereSolid->GetInnerRadius(); G4double dph = sphereSolid->GetDeltaPhiAngle()/radian; @@ -170,7 +172,7 @@ G4int G4PSSphereSurfaceFlux::IsSelectedSurface(G4Step* aStep, G4Sphere* sphereSo //if(std::fabs( localR2 - InsideRadius2 ) < kCarTolerance ){ G4double InsideRadius = sphereSolid->GetInnerRadius(); if ( localR2 > (InsideRadius-kCarTolerance)*(InsideRadius-kCarTolerance) - &&localR2 < (InsideRadius+kCarTolerance)*(InsideRadius+kCarTolerance)){ + &&localR2 < (InsideRadius+kCarTolerance)*(InsideRadius+kCarTolerance)){ return fFlux_In; } } @@ -188,7 +190,7 @@ G4int G4PSSphereSurfaceFlux::IsSelectedSurface(G4Step* aStep, G4Sphere* sphereSo //if(std::facb(localR2 - InsideRadius2) ) < kCarTolerance ){ G4double InsideRadius = sphereSolid->GetInnerRadius(); if ( localR2 > (InsideRadius-kCarTolerance)*(InsideRadius-kCarTolerance) - &&localR2 < (InsideRadius+kCarTolerance)*(InsideRadius+kCarTolerance)){ + &&localR2 < (InsideRadius+kCarTolerance)*(InsideRadius+kCarTolerance)){ return fFlux_Out; } } @@ -221,24 +223,24 @@ void G4PSSphereSurfaceFlux::PrintAll() std::map::iterator itr = EvtMap->GetMap()->begin(); for(; itr != EvtMap->GetMap()->end(); itr++) { G4cout << " copy no.: " << itr->first - << " Flux : " << *(itr->second)/GetUnitValue() - << " ["<second)/GetUnitValue() + << " ["<SetDefaultValue(111); drawCmd->SetParameter(param); + drawCmd->SetToBeBroadcasted(false); // Draw column drawColumnCmd = new G4UIcommand("/score/drawColumn",this); @@ -213,17 +214,20 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) param = new G4UIparameter("colorMapName",'s',true); param->SetDefaultValue("defaultLinearColorMap"); drawColumnCmd->SetParameter(param); + drawColumnCmd->SetToBeBroadcasted(false); colorMapDir = new G4UIdirectory("/score/colorMap/"); colorMapDir->SetGuidance("Color map commands."); listColorMapCmd = new G4UIcmdWithoutParameter("/score/colorMap/listScoreColorMaps",this); listColorMapCmd->SetGuidance("List registered score color maps."); + listColorMapCmd->SetToBeBroadcasted(false); floatMinMaxCmd = new G4UIcmdWithAString("/score/colorMap/floatMinMax",this); floatMinMaxCmd->SetGuidance("Min/Max of the color map is calculated accorging to the actual scores."); floatMinMaxCmd->SetParameterName("colorMapName",true,false); floatMinMaxCmd->SetDefaultValue("defaultLinearColorMap"); + floatMinMaxCmd->SetToBeBroadcasted(false); colorMapMinMaxCmd = new G4UIcommand("/score/colorMap/setMinMax",this); colorMapMinMaxCmd->SetGuidance("Define min/max value of the color map."); @@ -234,6 +238,7 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) colorMapMinMaxCmd->SetParameter(param); param = new G4UIparameter("maxValue",'d',false); colorMapMinMaxCmd->SetParameter(param); + colorMapMinMaxCmd->SetToBeBroadcasted(false); /* chartCmd = new G4UIcommand("/score/drawChart",this); @@ -266,6 +271,7 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) dumpQtyToFileCmd->SetParameter(param); param = new G4UIparameter("option", 's', true); dumpQtyToFileCmd->SetParameter(param); + dumpQtyToFileCmd->SetToBeBroadcasted(false); // Dump all scored quantities dumpAllQtsToFileCmd = new G4UIcommand("/score/dumpAllQuantitiesToFile", this); @@ -276,6 +282,7 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) dumpAllQtsToFileCmd->SetParameter(param); param = new G4UIparameter("option", 's', true); dumpAllQtsToFileCmd->SetParameter(param); + dumpAllQtsToFileCmd->SetToBeBroadcasted(false); } @@ -389,7 +396,7 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) } else if(command==meshCylinderCreateCmd) { G4VScoringMesh* currentmesh = fSMan->GetCurrentMesh(); if ( currentmesh ){ - G4cerr << "ERROR[" << meshBoxCreateCmd->GetCommandPath() + G4cerr << "ERROR[" << meshCylinderCreateCmd->GetCommandPath() << "] : Mesh <" << currentmesh->GetWorldName() << "> is still open. Close it first. Command ignored." << G4endl; } else { diff --git a/source/externals/History b/source/externals/History index 17c68b3b3a9..b7054786df1 100644 --- a/source/externals/History +++ b/source/externals/History @@ -17,6 +17,16 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +10 April 2014 Gabriele Cosmo (externals-V09-06-08) +- Get rid of deprecated 'register' storage class specifier in zlib module. + +18 March 2014 Gabriele Cosmo +- Fixed compilation warnings from clang-3.4 for unused variables in + zlib module. + +24-February-2014: G.Cosmo +- Removed deprecated 'register' qualifiers in implementation of CLHEP classes. + 14-November-2013: G.Cosmo (externals-V09-06-07, externals-V09-06-06) - Updated CLHEP module to version 2.1.4.1. diff --git a/source/externals/clhep/History b/source/externals/clhep/History index 0b5b9784f73..3cd12345acb 100644 --- a/source/externals/clhep/History +++ b/source/externals/clhep/History @@ -17,6 +17,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +24 February 2014 - G.Cosmo +- Removed deprecated 'register' qualifier in implementation. + 14 November 2013 - G.Cosmo - Updated to CLHEP-2.1.4.1: * Random (L.Garren ): diff --git a/source/externals/clhep/include/CLHEP/Vector/Boost.icc b/source/externals/clhep/include/CLHEP/Vector/Boost.icc index 3c83195151a..1c1d08ebad4 100644 --- a/source/externals/clhep/include/CLHEP/Vector/Boost.icc +++ b/source/externals/clhep/include/CLHEP/Vector/Boost.icc @@ -235,10 +235,10 @@ inline bool HepBoost::isNear(const HepBoost & b, double epsilon) const{ // - Protected method: inline HepLorentzVector HepBoost::vectorMultiplication(const HepLorentzVector & p) const { - register double x = p.x(); - register double y = p.y(); - register double z = p.z(); - register double t = p.t(); + double x = p.x(); + double y = p.y(); + double z = p.z(); + double t = p.t(); return HepLorentzVector( rep_.xx_*x + rep_.xy_*y + rep_.xz_*z + rep_.xt_*t, rep_.xy_*x + rep_.yy_*y + rep_.yz_*z + rep_.yt_*t, rep_.xz_*x + rep_.yz_*y + rep_.zz_*z + rep_.zt_*t, diff --git a/source/externals/clhep/include/CLHEP/Vector/BoostX.icc b/source/externals/clhep/include/CLHEP/Vector/BoostX.icc index e09008d2016..0c69353dccc 100644 --- a/source/externals/clhep/include/CLHEP/Vector/BoostX.icc +++ b/source/externals/clhep/include/CLHEP/Vector/BoostX.icc @@ -153,7 +153,7 @@ inline bool HepBoostX::isNear(const HepBoost & b, // ---------- Properties: inline double HepBoostX::norm2() const { - register double bg = beta_*gamma_; + double bg = beta_*gamma_; return bg*bg; } diff --git a/source/externals/clhep/include/CLHEP/Vector/BoostY.icc b/source/externals/clhep/include/CLHEP/Vector/BoostY.icc index 9dc031216bf..cecee31ce4e 100644 --- a/source/externals/clhep/include/CLHEP/Vector/BoostY.icc +++ b/source/externals/clhep/include/CLHEP/Vector/BoostY.icc @@ -153,7 +153,7 @@ inline bool HepBoostY::isNear(const HepBoost & b, // ---------- Properties: double HepBoostY::norm2() const { - register double bg = beta_*gamma_; + double bg = beta_*gamma_; return bg*bg; } diff --git a/source/externals/clhep/include/CLHEP/Vector/BoostZ.icc b/source/externals/clhep/include/CLHEP/Vector/BoostZ.icc index b99f8e535f5..0f9c994589b 100644 --- a/source/externals/clhep/include/CLHEP/Vector/BoostZ.icc +++ b/source/externals/clhep/include/CLHEP/Vector/BoostZ.icc @@ -153,7 +153,7 @@ inline bool HepBoostZ::isNear(const HepBoost & b, // ---------- Properties: double HepBoostZ::norm2() const { - register double bg = beta_*gamma_; + double bg = beta_*gamma_; return bg*bg; } diff --git a/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.icc b/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.icc index d475884d9a2..70b5dac4801 100644 --- a/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.icc +++ b/source/externals/clhep/include/CLHEP/Vector/LorentzRotation.icc @@ -264,10 +264,10 @@ inline bool HepLorentzRotation::isIdentity() const { inline HepLorentzVector HepLorentzRotation::vectorMultiplication(const HepLorentzVector & p) const { - register double x(p.x()); - register double y(p.y()); - register double z(p.z()); - register double t(p.t()); + double x(p.x()); + double y(p.y()); + double z(p.z()); + double t(p.t()); return HepLorentzVector(mxx*x + mxy*y + mxz*z + mxt*t, myx*x + myy*y + myz*z + myt*t, mzx*x + mzy*y + mzz*z + mzt*t, diff --git a/source/externals/clhep/include/CLHEP/Vector/Rotation.icc b/source/externals/clhep/include/CLHEP/Vector/Rotation.icc index 1c0a5295079..8b0c88c1ab9 100644 --- a/source/externals/clhep/include/CLHEP/Vector/Rotation.icc +++ b/source/externals/clhep/include/CLHEP/Vector/Rotation.icc @@ -189,9 +189,9 @@ inline Hep3Vector HepRotation::operator * (const Hep3Vector & p) const { } inline Hep3Vector HepRotation::operator () (const Hep3Vector & p) const { - register double x = p.x(); - register double y = p.y(); - register double z = p.z(); + double x = p.x(); + double y = p.y(); + double z = p.z(); return Hep3Vector(rxx*x + rxy*y + rxz*z, ryx*x + ryy*y + ryz*z, rzx*x + rzy*y + rzz*z); diff --git a/source/externals/clhep/include/CLHEP/Vector/RotationX.icc b/source/externals/clhep/include/CLHEP/Vector/RotationX.icc index d5ba9c64ca0..6bd60ca7156 100644 --- a/source/externals/clhep/include/CLHEP/Vector/RotationX.icc +++ b/source/externals/clhep/include/CLHEP/Vector/RotationX.icc @@ -175,7 +175,7 @@ inline double HepRotationX::proper( double ddelta ) { if ( std::fabs(ddelta) < CLHEP::pi ) { return ddelta; } else { - register double x = ddelta / (CLHEP::twopi); + double x = ddelta / (CLHEP::twopi); return (CLHEP::twopi) * ( x + std::floor(.5-x) ); } } // proper() diff --git a/source/externals/clhep/include/CLHEP/Vector/RotationY.icc b/source/externals/clhep/include/CLHEP/Vector/RotationY.icc index c145c6c3caa..150c0d40a5e 100644 --- a/source/externals/clhep/include/CLHEP/Vector/RotationY.icc +++ b/source/externals/clhep/include/CLHEP/Vector/RotationY.icc @@ -145,7 +145,7 @@ inline double HepRotationY::proper( double ddelta ) { if ( std::fabs(ddelta) < CLHEP::pi ) { return ddelta; } else { - register double x = ddelta / (CLHEP::twopi); + double x = ddelta / (CLHEP::twopi); return (CLHEP::twopi) * ( x + std::floor(.5-x) ); } } // proper() diff --git a/source/externals/clhep/include/CLHEP/Vector/RotationZ.icc b/source/externals/clhep/include/CLHEP/Vector/RotationZ.icc index 149a425e33f..ca44cd548b5 100644 --- a/source/externals/clhep/include/CLHEP/Vector/RotationZ.icc +++ b/source/externals/clhep/include/CLHEP/Vector/RotationZ.icc @@ -144,7 +144,7 @@ inline double HepRotationZ::proper( double ddelta ) { if ( std::fabs(ddelta) < CLHEP::pi ) { return ddelta; } else { - register double x = ddelta / (CLHEP::twopi); + double x = ddelta / (CLHEP::twopi); return (CLHEP::twopi) * ( x + std::floor(.5-x) ); } } // proper() diff --git a/source/externals/clhep/src/AxisAngle.cc b/source/externals/clhep/src/AxisAngle.cc index f0b2b76946c..56da77b9f87 100644 --- a/source/externals/clhep/src/AxisAngle.cc +++ b/source/externals/clhep/src/AxisAngle.cc @@ -19,13 +19,13 @@ double HepAxisAngle::tolerance = Hep3Vector::ToleranceTicks * 1.0e-08; static void ZMpvAxisAngleRep( const HepAxisAngle & aa, double array[] ) { - register double sinDelta = std::sin( aa.delta() ); - register double cosDelta = std::cos( aa.delta() ); - register double oneMinusCosDelta = 1.0 - cosDelta; + double sinDelta = std::sin( aa.delta() ); + double cosDelta = std::cos( aa.delta() ); + double oneMinusCosDelta = 1.0 - cosDelta; - register double uX = aa.getAxis().getX(); - register double uY = aa.getAxis().getY(); - register double uZ = aa.getAxis().getZ(); + double uX = aa.getAxis().getX(); + double uY = aa.getAxis().getY(); + double uZ = aa.getAxis().getZ(); array[0] = oneMinusCosDelta * uX * uX + cosDelta; array[1] = oneMinusCosDelta * uX * uY - sinDelta * uZ; diff --git a/source/externals/clhep/src/Boost.cc b/source/externals/clhep/src/Boost.cc index d4aa44b3302..61b9ab1b4f8 100644 --- a/source/externals/clhep/src/Boost.cc +++ b/source/externals/clhep/src/Boost.cc @@ -136,9 +136,9 @@ bool HepBoost::isNear (const HepLorentzRotation & lt, // ---------- Properties: double HepBoost::norm2() const { - register double bgx = rep_.xt_; - register double bgy = rep_.yt_; - register double bgz = rep_.zt_; + double bgx = rep_.xt_; + double bgy = rep_.yt_; + double bgz = rep_.zt_; return bgx*bgx+bgy*bgy+bgz*bgz; } diff --git a/source/externals/clhep/src/EulerAngles.cc b/source/externals/clhep/src/EulerAngles.cc index a9d2e59fa9d..41db92b7196 100644 --- a/source/externals/clhep/src/EulerAngles.cc +++ b/source/externals/clhep/src/EulerAngles.cc @@ -42,9 +42,9 @@ double HepEulerAngles::tolerance = Hep3Vector::ToleranceTicks * 1.0e-8; static void ZMpvEulerAnglesRep ( const HepEulerAngles & ex, double array[] ) { - register double sinPhi = std::sin( ex.phi() ) , cosPhi = std::cos( ex.phi() ); - register double sinTheta = std::sin( ex.theta() ), cosTheta = std::cos( ex.theta() ); - register double sinPsi = std::sin( ex.psi() ) , cosPsi = std::cos( ex.psi() ); + double sinPhi = std::sin( ex.phi() ) , cosPhi = std::cos( ex.phi() ); + double sinTheta = std::sin( ex.theta() ), cosTheta = std::cos( ex.theta() ); + double sinPsi = std::sin( ex.psi() ) , cosPsi = std::cos( ex.psi() ); array[0] = cosPsi * cosPhi - sinPsi * cosTheta * sinPhi; array[1] = cosPsi * sinPhi + sinPsi * cosTheta * cosPhi; diff --git a/source/externals/clhep/src/LorentzRotationC.cc b/source/externals/clhep/src/LorentzRotationC.cc index aff98cadbde..44975921618 100644 --- a/source/externals/clhep/src/LorentzRotationC.cc +++ b/source/externals/clhep/src/LorentzRotationC.cc @@ -185,7 +185,7 @@ HepLorentzRotation & HepLorentzRotation::setRows // Set based on using those rows as columns: set (rrow1, rrow2, rrow3, rrow4); // Now transpose in place: - register double q1, q2, q3; + double q1, q2, q3; q1 = mxy; q2 = mxz; q3 = mxt; mxy = myx; mxz = mzx; mxt = mtx; myx = q1; mzx = q2; mtx = q3; diff --git a/source/externals/clhep/src/LorentzVector.cc b/source/externals/clhep/src/LorentzVector.cc index 8ee2aae7abd..bcc6f437c66 100644 --- a/source/externals/clhep/src/LorentzVector.cc +++ b/source/externals/clhep/src/LorentzVector.cc @@ -58,9 +58,9 @@ double & HepLorentzVector::operator () (int i) { HepLorentzVector & HepLorentzVector::boost (double bx, double by, double bz){ double b2 = bx*bx + by*by + bz*bz; - register double ggamma = 1.0 / std::sqrt(1.0 - b2); - register double bp = bx*x() + by*y() + bz*z(); - register double gamma2 = b2 > 0 ? (ggamma - 1.0)/b2 : 0.0; + double ggamma = 1.0 / std::sqrt(1.0 - b2); + double bp = bx*x() + by*y() + bz*z(); + double gamma2 = b2 > 0 ? (ggamma - 1.0)/b2 : 0.0; setX(x() + gamma2*bp*bx + ggamma*bx*t()); setY(y() + gamma2*bp*by + ggamma*by*t()); @@ -195,14 +195,14 @@ Hep3Vector HepLorentzVector::boostVector() const { HepLorentzVector & HepLorentzVector::boostX (double bbeta){ - register double b2 = bbeta*bbeta; + double b2 = bbeta*bbeta; if (b2 >= 1) { std::cerr << "HepLorentzVector::boostX() - " << "boost along X with beta >= 1 (speed of light) -- \n" << "no boost done" << std::endl; } else { - register double ggamma = std::sqrt(1./(1-b2)); - register double tt = ee; + double ggamma = std::sqrt(1./(1-b2)); + double tt = ee; ee = ggamma*(ee + bbeta*pp.getX()); pp.setX(ggamma*(pp.getX() + bbeta*tt)); } @@ -210,14 +210,14 @@ HepLorentzVector & HepLorentzVector::boostX (double bbeta){ } /* boostX */ HepLorentzVector & HepLorentzVector::boostY (double bbeta){ - register double b2 = bbeta*bbeta; + double b2 = bbeta*bbeta; if (b2 >= 1) { std::cerr << "HepLorentzVector::boostY() - " << "boost along Y with beta >= 1 (speed of light) -- \n" << "no boost done" << std::endl; } else { - register double ggamma = std::sqrt(1./(1-b2)); - register double tt = ee; + double ggamma = std::sqrt(1./(1-b2)); + double tt = ee; ee = ggamma*(ee + bbeta*pp.getY()); pp.setY(ggamma*(pp.getY() + bbeta*tt)); } @@ -225,14 +225,14 @@ HepLorentzVector & HepLorentzVector::boostY (double bbeta){ } /* boostY */ HepLorentzVector & HepLorentzVector::boostZ (double bbeta){ - register double b2 = bbeta*bbeta; + double b2 = bbeta*bbeta; if (b2 >= 1) { std::cerr << "HepLorentzVector::boostZ() - " << "boost along Z with beta >= 1 (speed of light) -- \n" << "no boost done" << std::endl; } else { - register double ggamma = std::sqrt(1./(1-b2)); - register double tt = ee; + double ggamma = std::sqrt(1./(1-b2)); + double tt = ee; ee = ggamma*(ee + bbeta*pp.getZ()); pp.setZ(ggamma*(pp.getZ() + bbeta*tt)); } diff --git a/source/externals/clhep/src/LorentzVectorB.cc b/source/externals/clhep/src/LorentzVectorB.cc index e97da2720e3..b50bb25ce60 100644 --- a/source/externals/clhep/src/LorentzVectorB.cc +++ b/source/externals/clhep/src/LorentzVectorB.cc @@ -65,9 +65,9 @@ HepLorentzVector & HepLorentzVector::boost << "no boost done" << std::endl; } else { Hep3Vector u = aaxis.unit(); - register double ggamma = std::sqrt(1./(1.-b2)); - register double betaDotV = u.dot(pp)*bbeta; - register double tt = ee; + double ggamma = std::sqrt(1./(1.-b2)); + double betaDotV = u.dot(pp)*bbeta; + double tt = ee; ee = ggamma * (tt + betaDotV); pp += ( ((ggamma-1)/b2)*betaDotV*bbeta + ggamma*bbeta*tt ) * u; diff --git a/source/externals/clhep/src/LorentzVectorC.cc b/source/externals/clhep/src/LorentzVectorC.cc index dead02952ad..76453a8db4f 100644 --- a/source/externals/clhep/src/LorentzVectorC.cc +++ b/source/externals/clhep/src/LorentzVectorC.cc @@ -115,14 +115,14 @@ bool HepLorentzVector::isNearCM double b2 = vTotal2*tRecip*tRecip; - register double ggamma = std::sqrt(1./(1.-b2)); - register double boostDotV1 = bboost.dot(pp); - register double gm1_b2 = (ggamma-1)/b2; + double ggamma = std::sqrt(1./(1.-b2)); + double boostDotV1 = bboost.dot(pp); + double gm1_b2 = (ggamma-1)/b2; HepLorentzVector w1 ( pp + ((gm1_b2)*boostDotV1+ggamma*ee) * bboost, ggamma * (ee + boostDotV1) ); - register double boostDotV2 = bboost.dot(w.pp); + double boostDotV2 = bboost.dot(w.pp); HepLorentzVector w2 ( w.pp + ((gm1_b2)*boostDotV2+ggamma*w.ee) * bboost, ggamma * (w.ee + boostDotV2) ); @@ -170,14 +170,14 @@ double HepLorentzVector::howNearCM(const HepLorentzVector & w) const { // std::cerr << "HepLorentzVector::howNearCM() - " // << "boost vector in howNearCM appears to be tachyonic" << std::endl; // } - register double ggamma = std::sqrt(1./(1.-b2)); - register double boostDotV1 = bboost.dot(pp); - register double gm1_b2 = (ggamma-1)/b2; + double ggamma = std::sqrt(1./(1.-b2)); + double boostDotV1 = bboost.dot(pp); + double gm1_b2 = (ggamma-1)/b2; HepLorentzVector w1 ( pp + ((gm1_b2)*boostDotV1+ggamma*ee) * bboost, ggamma * (ee + boostDotV1) ); - register double boostDotV2 = bboost.dot(w.pp); + double boostDotV2 = bboost.dot(w.pp); HepLorentzVector w2 ( w.pp + ((gm1_b2)*boostDotV2+ggamma*w.ee) * bboost, ggamma * (w.ee + boostDotV2) ); diff --git a/source/externals/clhep/src/LorentzVectorK.cc b/source/externals/clhep/src/LorentzVectorK.cc index 8442d5dfde7..32c516466c4 100644 --- a/source/externals/clhep/src/LorentzVectorK.cc +++ b/source/externals/clhep/src/LorentzVectorK.cc @@ -126,7 +126,7 @@ double HepLorentzVector::gamma() const { //-*************** double HepLorentzVector::rapidity() const { - register double z1 = pp.getZ(); + double z1 = pp.getZ(); // if (std::fabs(ee) == std::fabs(z1)) { // std::cerr << "HepLorentzVector::rapidity() - " // << "rapidity for 4-vector with |E| = |Pz| -- infinite result" @@ -145,14 +145,14 @@ double HepLorentzVector::rapidity() const { } /* rapidity */ double HepLorentzVector::rapidity(const Hep3Vector & ref) const { - register double r = ref.mag2(); + double r = ref.mag2(); if (r == 0) { std::cerr << "HepLorentzVector::rapidity() - " << "A zero vector used as reference to LorentzVector rapidity" << std::endl; return 0; } - register double vdotu = pp.dot(ref)/std::sqrt(r); + double vdotu = pp.dot(ref)/std::sqrt(r); // if (std::fabs(ee) == std::fabs(vdotu)) { // std::cerr << "HepLorentzVector::rapidity() - " // << "rapidity for 4-vector with |E| = |Pu| -- infinite result" @@ -169,7 +169,7 @@ double HepLorentzVector::rapidity(const Hep3Vector & ref) const { } /* rapidity(ref) */ double HepLorentzVector::coLinearRapidity() const { - register double v1 = pp.mag(); + double v1 = pp.mag(); // if (std::fabs(ee) == std::fabs(v1)) { // std::cerr << "HepLorentzVector::coLinearRapidity() - " // << "co-Linear rapidity for 4-vector with |E| = |P| -- infinite result" diff --git a/source/externals/clhep/src/MTwistEngine.cc b/source/externals/clhep/src/MTwistEngine.cc index 3142a6c574c..37271653cc6 100644 --- a/source/externals/clhep/src/MTwistEngine.cc +++ b/source/externals/clhep/src/MTwistEngine.cc @@ -107,7 +107,7 @@ double MTwistEngine::flat() { unsigned int y; if( count624 >= N ) { - register int i; + int i; for( i=0; i < NminusM; ++i ) { y = (mt[i] & 0x80000000) | (mt[i+1] & 0x7fffffff); @@ -222,7 +222,7 @@ MTwistEngine::operator float() { unsigned int y; if( count624 >= N ) { - register int i; + int i; for( i=0; i < NminusM; ++i ) { y = (mt[i] & 0x80000000) | (mt[i+1] & 0x7fffffff); @@ -253,7 +253,7 @@ MTwistEngine::operator unsigned int() { unsigned int y; if( count624 >= N ) { - register int i; + int i; for( i=0; i < NminusM; ++i ) { y = (mt[i] & 0x80000000) | (mt[i+1] & 0x7fffffff); diff --git a/source/externals/clhep/src/RandGaussQ.cc b/source/externals/clhep/src/RandGaussQ.cc index 821cff94b42..5a72cc04637 100644 --- a/source/externals/clhep/src/RandGaussQ.cc +++ b/source/externals/clhep/src/RandGaussQ.cc @@ -98,7 +98,7 @@ double RandGaussQ::transformQuick (double r) { sign = -1.0; } - register int index; + int index; double dx; if ( r >= Table1step ) { diff --git a/source/externals/clhep/src/RandGeneral.cc b/source/externals/clhep/src/RandGeneral.cc index 750771f6c94..f004177a8d3 100644 --- a/source/externals/clhep/src/RandGeneral.cc +++ b/source/externals/clhep/src/RandGeneral.cc @@ -109,8 +109,8 @@ void RandGeneral::prepareTable(const double* aProbFunc) { theIntegralPdf.resize(nBins+1); theIntegralPdf[0] = 0; - register int ptn; - register double weight; + int ptn; + double weight; for ( ptn = 0; ptn= Table4step ) { diff --git a/source/externals/zlib/History b/source/externals/zlib/History index 648bb7d0b96..b5e66f05ae1 100644 --- a/source/externals/zlib/History +++ b/source/externals/zlib/History @@ -19,13 +19,23 @@ committal in the CVS repository ! History file for G4 zlib package -------------------------------- + +10 April 2014 Gabriele Cosmo (zlib-V09-06-04) +- Get rid of deprecated 'register' storage class specifier in source files + crc32.cc, deflate.cc and trees.cc. + +18 March 2014 Gabriele Cosmo +- Fixed compilation warnings from clang-3.4 for unused variables in + deflate.cc and inftrees.cc + 7 May 2013 Gunter Folger (zlib-V09-06-03) - Fixes for Windows: - Add few more explicit typecasts, in #ifdef protected code - in inflate.h,.cc an enum used OS, this clashes with a #define, rename OS to OS_ZLIB - sources.cmake: add -DZLIB_DLL, to export symbols, don't rename debug - version of G4zlib to G4zlibd + version of G4zlib to G4zlibd. + 6 May 2013 Gunter Folger (zlib-V09-06-02) - Adapt full zlib to G4 cmake: - copied portions of zlib CMakeLists.tzt to sources.cmake, @@ -38,8 +48,7 @@ History file for G4 zlib package - include complete zlib, not only writer. 20 March 2013 Gabriele Cosmo (zlib-V09-06-00) -- Moved from visualization/externals module +- Moved from visualization/externals module 25 May 2005 Mark Donszelmann -- zlib version 1.2.2 - +- zlib version 1.2.2 diff --git a/source/externals/zlib/src/crc32.cc b/source/externals/zlib/src/crc32.cc index 163074aae42..942779c0fa2 100644 --- a/source/externals/zlib/src/crc32.cc +++ b/source/externals/zlib/src/crc32.cc @@ -241,8 +241,8 @@ unsigned long ZEXPORT crc32(unsigned long crc, const unsigned char FAR *buf, uIn /* ========================================================================= */ local unsigned long crc32_little(unsigned long crc, const unsigned char FAR *buf, unsigned len) { - register z_crc_t c; - register const z_crc_t FAR *buf4; + z_crc_t c; + const z_crc_t FAR *buf4; c = (z_crc_t)crc; c = ~c; @@ -278,8 +278,8 @@ local unsigned long crc32_little(unsigned long crc, const unsigned char FAR *buf /* ========================================================================= */ local unsigned long crc32_big(unsigned long crc, const unsigned char FAR *buf, unsigned len) { - register z_crc_t c; - register const z_crc_t FAR *buf4; + z_crc_t c; + const z_crc_t FAR *buf4; c = ZSWAP32((z_crc_t)crc); c = ~c; diff --git a/source/externals/zlib/src/deflate.cc b/source/externals/zlib/src/deflate.cc index a353e63262c..c452df58842 100644 --- a/source/externals/zlib/src/deflate.cc +++ b/source/externals/zlib/src/deflate.cc @@ -51,8 +51,8 @@ #include "deflate.h" -const char deflate_copyright[] = - " deflate 1.2.7 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; +// const char deflate_copyright[] = +// " deflate 1.2.7 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot @@ -1099,9 +1099,9 @@ local void lm_init (deflate_state *s) local uInt longest_match(deflate_state *s, IPos cur_match) { unsigned chain_length = s->max_chain_length;/* max hash chain length */ - register Bytef *scan = s->window + s->strstart; /* current string */ - register Bytef *match; /* matched string */ - register int len; /* length of current match */ + Bytef *scan = s->window + s->strstart; /* current string */ + Bytef *match; /* matched string */ + int len; /* length of current match */ int best_len = s->prev_length; /* best match length so far */ int nice_match = s->nice_match; /* stop if match long enough */ IPos limit = s->strstart > (IPos)MAX_DIST(s) ? @@ -1116,13 +1116,13 @@ local uInt longest_match(deflate_state *s, IPos cur_match) /* Compare two bytes at a time. Note: this is not always beneficial. * Try with and without -DUNALIGNED_OK to check. */ - register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; - register ush scan_start = *(ushf*)scan; - register ush scan_end = *(ushf*)(scan+best_len-1); + Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; + ush scan_start = *(ushf*)scan; + ush scan_end = *(ushf*)(scan+best_len-1); #else - register Bytef *strend = s->window + s->strstart + MAX_MATCH; - register Byte scan_end1 = scan[best_len-1]; - register Byte scan_end = scan[best_len]; + Bytef *strend = s->window + s->strstart + MAX_MATCH; + Byte scan_end1 = scan[best_len-1]; + Byte scan_end = scan[best_len]; #endif /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16. @@ -1245,10 +1245,10 @@ local uInt longest_match(deflate_state *s, IPos cur_match) */ local uInt longest_match(deflate_state *s, IPos cur_match) { - register Bytef *scan = s->window + s->strstart; /* current string */ - register Bytef *match; /* matched string */ - register int len; /* length of current match */ - register Bytef *strend = s->window + s->strstart + MAX_MATCH; + Bytef *scan = s->window + s->strstart; /* current string */ + Bytef *match; /* matched string */ + int len; /* length of current match */ + Bytef *strend = s->window + s->strstart + MAX_MATCH; /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16. * It is easy to get rid of this optimization if necessary. @@ -1333,8 +1333,8 @@ local void check_match(deflate_state *s, IPos start, IPos match, int length) */ local void fill_window(deflate_state *s) { - register unsigned n, m; - register Posf *p; + unsigned n, m; + Posf *p; unsigned more; /* Amount of free space at the end of the window. */ uInt wsize = s->w_size; diff --git a/source/externals/zlib/src/inftrees.cc b/source/externals/zlib/src/inftrees.cc index bb66a867898..22159bfdaf2 100644 --- a/source/externals/zlib/src/inftrees.cc +++ b/source/externals/zlib/src/inftrees.cc @@ -8,8 +8,8 @@ #define MAXBITS 15 -const char inflate_copyright[] = - " inflate 1.2.7 Copyright 1995-2012 Mark Adler "; +// const char inflate_copyright[] = +// " inflate 1.2.7 Copyright 1995-2012 Mark Adler "; /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot diff --git a/source/externals/zlib/src/trees.cc b/source/externals/zlib/src/trees.cc index c751c4e1b61..dc6c725c7d4 100644 --- a/source/externals/zlib/src/trees.cc +++ b/source/externals/zlib/src/trees.cc @@ -1110,7 +1110,7 @@ local int detect_data_type(deflate_state *s) */ local unsigned bi_reverse(unsigned code, int len) { - register unsigned res = 0; + unsigned res = 0; do { res |= code & 1; code >>= 1, res <<= 1; diff --git a/source/g3tog4/History b/source/g3tog4/History index 9cb12144252..f05064ae9ef 100644 --- a/source/g3tog4/History +++ b/source/g3tog4/History @@ -1,8 +1,12 @@ -$Id: History 79126 2014-02-18 15:37:58Z gcosmo $ +$Id: History 81583 2014-06-03 10:44:39Z gcosmo $ -------------------------------------------------------------------- G3toG4 Modification History (reverse chronological order, please !) -------------------------------------------------------------------- +g3tog4-V09-06-02 29-Jan-2014 G.Cosmo +- Remove inline specification for G4VolTableEntry::operator==() + in sorce file. + g3tog4-V09-06-01 29-Jan-2014 G.Folger - remove BREPS/include from sources.cmake diff --git a/source/g3tog4/src/G3VolTableEntry.cc b/source/g3tog4/src/G3VolTableEntry.cc index 1bba714609f..d5455cb00a6 100644 --- a/source/g3tog4/src/G3VolTableEntry.cc +++ b/source/g3tog4/src/G3VolTableEntry.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G3VolTableEntry.cc 67982 2013-03-13 10:36:03Z gcosmo $ +// $Id: G3VolTableEntry.cc 81583 2014-06-03 10:44:39Z gcosmo $ // // modified by I.Hrivnacova, 13.10.99 @@ -56,7 +56,7 @@ G3VolTableEntry::~G3VolTableEntry(){ delete fDivision; } -inline G4bool +G4bool G3VolTableEntry::operator == ( const G3VolTableEntry& lv) const { return (this==&lv) ? true : false; } diff --git a/source/geometry/divisions/GNUmakefile b/source/geometry/divisions/GNUmakefile index bcb5d6f274d..593376fc524 100644 --- a/source/geometry/divisions/GNUmakefile +++ b/source/geometry/divisions/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile 66356 2012-12-18 09:02:32Z gcosmo $ +# $Id: GNUmakefile 81590 2014-06-03 13:37:07Z gcosmo $ # ---------------------------------------------------------------------- # GNUmakefile for geometry/divisions library. Gabriele Cosmo, 16/06/03. # ---------------------------------------------------------------------- @@ -15,6 +15,7 @@ CPPFLAGS += -DG4GEOM_ALLOC_EXPORT CPPFLAGS += \ -I$(G4BASE)/global/management/include \ -I$(G4BASE)/global/HEPGeometry/include \ + -I$(G4BASE)/graphics_reps/include \ -I$(G4BASE)/geometry/solids/CSG/include \ -I$(G4BASE)/geometry/solids/specific/include \ -I$(G4BASE)/geometry/management/include diff --git a/source/geometry/divisions/History b/source/geometry/divisions/History index 7432f354370..551ed5661f5 100644 --- a/source/geometry/divisions/History +++ b/source/geometry/divisions/History @@ -1,4 +1,4 @@ -$Id: History 75219 2013-10-29 16:12:13Z gcosmo $ +$Id: History 81590 2014-06-03 13:37:07Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 5th, 2014 G.Cosmo (geomdiv-V09-00-05) +- Added missing dependency to graphics_reps. + October 29th, 2013 T.Nikitina (geomdiv-V09-06-04) - Split G4Polycone into G4GenericPolycone and optimised. Coworks with tag "geom-specific-V09-06-22". diff --git a/source/geometry/divisions/sources.cmake b/source/geometry/divisions/sources.cmake index dff04aa5cbe..a12edf1b93b 100644 --- a/source/geometry/divisions/sources.cmake +++ b/source/geometry/divisions/sources.cmake @@ -11,7 +11,7 @@ # # Generated on : 24/9/2010 # -# $Id: sources.cmake 66356 2012-12-18 09:02:32Z gcosmo $ +# $Id: sources.cmake 81590 2014-06-03 13:37:07Z gcosmo $ # #------------------------------------------------------------------------------ @@ -24,6 +24,7 @@ include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include) include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/specific/include) include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) +include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include) # # Define the Geant4 Module. diff --git a/source/geometry/magneticfield/History b/source/geometry/magneticfield/History index 57870cb15f6..b9a76507fe3 100644 --- a/source/geometry/magneticfield/History +++ b/source/geometry/magneticfield/History @@ -1,4 +1,4 @@ -$Id: History 79128 2014-02-18 15:44:42Z gcosmo $ +$Id: History 81686 2014-06-04 14:44:57Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,14 +17,49 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 21, 2014 J.Apostolakis - field-V09-06-16 +-------------------------- + G4FieldTrack + * Fixed SetChargeAndMoments to use the new method G4ChargeState::SetChargesAndMoments + ( it was changing spin - because of erroneous change in + G4ChargeState::SetChargesAndMoments - that method is now renamed + SetChargeSpinMoments to show what it does. ) + * Added pdg-spin as argument to constructors (needed to track polarization) + * Renamed 'spin' to 'Polarization' in method, arguments, data member (avoid confusion) + * Revised constructors to add pdg-spin as last argument (with default -1) + + G4ChargeState + - Addressed Coverity issue 56281 'Arguments in wrong order' + G4ChargeState::SetChargeMoments when used in G4FieldTrack::SetChargeMoments + from addition of spin to arguments ( without revising name of method to reflect it. + - Constructor: changed order of arguments, making spin 3rd argument (was 2nd) + and making all arguments mandatory. + - Renamed SetChargeAndMoments method with 5 arguments including spin (2nd) + to SetChargeSpinMoments + - Added new methods including SetChargesAndMoments, SetChargeMdm, SetChargeDipoleMoments (no spin), + and also SetChargeSpin, SetChargeMdmSpin (which include spin) to provide most/all potential + combinations. + + G4MagIntegratorDriver::OneGoodStep + * Trial changes to address valgrind issue, about value used before being set + +Apr 01, 2014 J.Apostolakis - field-V09-06-15 +-------------------------- +- Moved G4FieldTrack::LoadFromArray() to .cc and removed non-necessary + thread-local static data local to the function. + +Mar 14, 2014 J.Apostolakis +-------------------------- +- Fix assignment operator for G4FieldTrack. (Copied Rest Mass) +- Improve printing of G4FieldTrack + Jan 17, 2014 P.Gumplinger - field-V09-06-14 ------------------------- - add G4Mag_EqRhs::SetChargeMomentumMass( particleCharge, MomentumXc, mass) to G4Mag_SpinEqRhs::SetChargeMomentumMass, see bug reported at: http://hypernews.slac.stanford.edu/HyperNews/geant4/get/emfields/210.html - field-V09-06-13 - same as -Nov 18, 2013 P.Gumplinger - field-V09-06-12 +Nov 18, 2013 P.Gumplinger - field-V09-06-13/12 ------------------------- - fix Coverity warning in G4RepleteEofM diff --git a/source/geometry/magneticfield/include/G4ChargeState.hh b/source/geometry/magneticfield/include/G4ChargeState.hh index 32c8a186454..04a37d880cd 100644 --- a/source/geometry/magneticfield/include/G4ChargeState.hh +++ b/source/geometry/magneticfield/include/G4ChargeState.hh @@ -46,39 +46,68 @@ class G4ChargeState // Charge & moments public: // without description G4ChargeState(G4double charge, - G4double spin = 0, - G4double magnetic_dipole_moment = 0.0, + G4double magnetic_dipole_moment, + G4double pdgSpin, G4double electric_dipole_moment = 0.0, G4double magnetic_charge = 0.0); G4ChargeState( const G4ChargeState& right ); G4ChargeState& operator = ( const G4ChargeState& right ); - // Revise the charge (in units of the positron charge) - // do not change moments - - void SetChargeAndMoments(G4double charge, - G4double spin, - G4double magnetic_dipole_moment = DBL_MAX, - G4double electric_dipole_moment = DBL_MAX, - G4double magnetic_charge = DBL_MAX ); - // Revise the charge, spin and all moments + void SetChargeSpinMoments(G4double charge, + G4double pdgSpin, + G4double magnetic_dipole_moment= DBL_MAX, + G4double electric_dipole_moment= DBL_MAX, + G4double magnetic_charge= DBL_MAX ); + // Revise the charge, pdgSpin, and optionally both moments and magnetic charge void SetCharge(G4double charge){ fCharge = charge; } G4double GetCharge() const { return fCharge; } + // Revise the charge (in units of the positron charge) - void SetSpin(G4double spin){ fSpin = spin; } - G4double GetSpin() const { return fSpin; } - void SetMagneticDipoleMoment(G4double moment){ fMagn_dipole = moment; } + // Basic Get / Set methods + void SetPDGSpin(G4double spin){ fSpin = spin; } + G4double GetPDGSpin() const { return fSpin; } + + void SetMagneticDipoleMoment(G4double moment){ fMagn_dipole = moment; } G4double GetMagneticDipoleMoment() const { return fMagn_dipole; } - void SetElectricDipoleMoment(G4double moment){ fElec_dipole = moment; } + void SetElectricDipoleMoment(G4double moment){ fElec_dipole = moment; } G4double ElectricDipoleMoment() const { return fElec_dipole; } - void SetMagneticCharge(G4double charge){ fMagneticCharge=charge; } + void SetMagneticCharge(G4double charge){ fMagneticCharge=charge; } G4double MagneticCharge() const { return fMagneticCharge; } + // Auxiliary methods to set several properties at once + + inline void SetChargeMdm(G4double charge, G4double mag_dipole_moment); + // SetCharge and Magnetic Dipole Moment + + inline void SetChargeMdmSpin(G4double charge, + G4double magnetic_dipole_moment, + G4double pdgSpin); + + inline void SetChargeSpin(G4double charge, + G4double pdgSpin); + + // Revise the charge, spin and all both moments + inline void SetChargeDipoleMoments(G4double charge, + G4double magnetic_dipole_moment, + G4double electric_dipole_moment); + + inline void SetChargesAndMoments(G4double charge, + G4double magnetic_dipole_moment, + G4double electric_dipole_moment, + G4double magnetic_charge ); + + + + + public: // Obsolete + inline void SetSpin(G4double spin){ SetPDGSpin( spin); } + inline G4double GetSpin() const { return GetPDGSpin(); } + private: G4double fCharge; @@ -87,4 +116,44 @@ class G4ChargeState // Charge & moments G4double fElec_dipole; G4double fMagneticCharge; // for magnetic monopole }; + +inline void G4ChargeState::SetChargeMdm(G4double charge, G4double mag_dipole_moment) +{ + SetCharge( charge ); + SetMagneticDipoleMoment( mag_dipole_moment); +} + +inline void G4ChargeState::SetChargeMdmSpin(G4double charge, + G4double magDipoleMoment, + G4double pdgSpin) +{ + SetChargeMdm( charge, magDipoleMoment ); + SetPDGSpin( pdgSpin ); +} + +inline void G4ChargeState::SetChargeSpin(G4double charge, + G4double pdgSpin) +{ + SetCharge( charge ); + SetPDGSpin( pdgSpin ); +} + +inline void +G4ChargeState::SetChargeDipoleMoments(G4double charge, + G4double magneticDM, + G4double electricDM) +{ + SetChargeMdm( charge, magneticDM ); + SetElectricDipoleMoment( electricDM ); +} + +inline void +G4ChargeState::SetChargesAndMoments(G4double charge, + G4double magneticDM, + G4double electricDM, + G4double magnetic_charge ) +{ + SetChargeDipoleMoments( charge, magneticDM, electricDM); + SetMagneticCharge( magnetic_charge ); +} #endif /* End of ifndef G4ChargeState_HH */ diff --git a/source/geometry/magneticfield/include/G4FieldTrack.hh b/source/geometry/magneticfield/include/G4FieldTrack.hh index d01e305f373..28502c12dd0 100644 --- a/source/geometry/magneticfield/include/G4FieldTrack.hh +++ b/source/geometry/magneticfield/include/G4FieldTrack.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4FieldTrack.hh 69699 2013-05-13 08:50:30Z gcosmo $ +// $Id: G4FieldTrack.hh 81686 2014-06-04 14:44:57Z gcosmo $ // // // class G4FieldTrack @@ -61,10 +61,11 @@ class G4FieldTrack G4double kineticEnergy, G4double restMass_c2, G4double charge, - const G4ThreeVector& pSpin, + const G4ThreeVector& polarization, G4double magnetic_dipole_moment= 0.0, - G4double curve_length= 0.0 - ); + G4double curve_length= 0.0, + G4double PDGspin = -1.0 ); + G4FieldTrack( const G4FieldTrack& pFieldTrack ); G4FieldTrack( char ); // Almost default constructor @@ -87,7 +88,10 @@ class G4FieldTrack G4double magnetic_dipole_moment= DBL_MAX, G4double electric_dipole_moment= DBL_MAX, G4double magnetic_charge=DBL_MAX ); - // Sets all charges and moments + // Sets the charges and moments that are not given as DBL_MAX + + inline void SetPDGSpin(G4double pdgSpin){ fChargeState.SetPDGSpin(pdgSpin); } + inline G4double GetPDGSpin(){ return fChargeState.GetPDGSpin(); } G4FieldTrack( const G4ThreeVector& pPosition, const G4ThreeVector& pMomentumDirection, @@ -97,7 +101,8 @@ class G4FieldTrack G4double velocity, G4double LaboratoryTimeOfFlight=0.0, G4double ProperTimeOfFlight=0.0, - const G4ThreeVector* pSpin=0); + const G4ThreeVector* pPolarization=0, + G4double PDGspin = -1.0 ); // Older constructor // ---> Misses charge !!! @@ -111,7 +116,9 @@ class G4FieldTrack inline G4double GetCurveLength() const; // Distance along curve of point. - inline G4ThreeVector GetSpin() const; + inline G4ThreeVector GetPolarization() const; + inline void SetPolarization( const G4ThreeVector& vecPol ); + inline G4double GetLabTimeOfFlight() const; inline G4double GetProperTimeOfFlight() const; inline G4double GetKineticEnergy() const; @@ -132,24 +139,27 @@ class G4FieldTrack inline void SetKineticEnergy(G4double nEnergy); // Does not modify momentum. - inline void SetSpin(G4ThreeVector nSpin); - inline void SetLabTimeOfFlight(G4double nTOF); - inline void SetProperTimeOfFlight(G4double nTOF); + inline void SetLabTimeOfFlight(G4double tofLab); + inline void SetProperTimeOfFlight(G4double tofProper); // Modifiers public: // without description - inline void InitialiseSpin( const G4ThreeVector& Spin ); - // Used to update / initialise the state enum { ncompSVEC = 12 }; // Needed and should be used only for RK integration driver inline void DumpToArray(G4double valArr[ncompSVEC]) const; - inline void LoadFromArray(const G4double valArr[ncompSVEC], - G4int noVarsIntegrated); + void LoadFromArray(const G4double valArr[ncompSVEC], + G4int noVarsIntegrated); friend std::ostream& operator<<( std::ostream& os, const G4FieldTrack& SixVec); + public: // Obsolete methods -- due to potential confusion with PDG spin + inline void InitialiseSpin( const G4ThreeVector& vecPolarization ) + { SetPolarization( vecPolarization ); } + inline G4ThreeVector GetSpin() const { return GetPolarization(); } + inline void SetSpin(G4ThreeVector vSpin){ SetPolarization(vSpin); } + private: // Implementation method -- Obsolete inline G4FieldTrack& SetCurvePnt(const G4ThreeVector& pPosition, const G4ThreeVector& pMomentum, @@ -162,7 +172,7 @@ class G4FieldTrack G4double fRestMass_c2; G4double fLabTimeOfFlight; G4double fProperTimeOfFlight; - G4ThreeVector fSpin; + G4ThreeVector fPolarization; G4ThreeVector fMomentumDir; // G4double fInitialMomentumMag; // At 'track' creation. // G4double fLastMomentumMag; // From last Update (for checking.) diff --git a/source/geometry/magneticfield/include/G4FieldTrack.icc b/source/geometry/magneticfield/include/G4FieldTrack.icc index a2cb03b67f3..6805b204443 100644 --- a/source/geometry/magneticfield/include/G4FieldTrack.icc +++ b/source/geometry/magneticfield/include/G4FieldTrack.icc @@ -24,20 +24,10 @@ // ******************************************************************** // // -// $Id: G4FieldTrack.icc 69699 2013-05-13 08:50:30Z gcosmo $ +// $Id: G4FieldTrack.icc 81686 2014-06-04 14:44:57Z gcosmo $ // // ------------------------------------------------------------------- -inline void -G4FieldTrack::InitialiseSpin( const G4ThreeVector& Spin ) -{ - // static G4ThreeVector ZeroVec(0.0, 0.0, 0.0); - - fSpin = Spin; - // New Member ?? G4bool fHasSpin; - // fHasSpin = (fSpin != ZeroVec); -} - inline G4FieldTrack::G4FieldTrack( const G4FieldTrack& rStVec ) : fDistanceAlongCurve( rStVec.fDistanceAlongCurve), @@ -46,7 +36,7 @@ G4FieldTrack::G4FieldTrack( const G4FieldTrack& rStVec ) fLabTimeOfFlight( rStVec.fLabTimeOfFlight ), fProperTimeOfFlight( rStVec.fProperTimeOfFlight ), // fMomentumModulus( rStVec.fMomentumModulus ), - fSpin( rStVec.fSpin ), + fPolarization( rStVec.fPolarization ), fMomentumDir( rStVec.fMomentumDir ), fChargeState( rStVec.fChargeState ) { @@ -142,15 +132,15 @@ void G4FieldTrack::SetKineticEnergy(G4double newKinEnergy) } inline -G4ThreeVector G4FieldTrack::GetSpin() const +G4ThreeVector G4FieldTrack::GetPolarization() const { - return fSpin; + return fPolarization; } inline -void G4FieldTrack::SetSpin(G4ThreeVector nSpin) +void G4FieldTrack::SetPolarization(const G4ThreeVector& vecPlz) { - fSpin=nSpin; + fPolarization= vecPlz; } inline @@ -231,61 +221,15 @@ void G4FieldTrack::DumpToArray(G4double valArr[ncompSVEC] ) const // valArr[6]=fEnergy; // When it is integrated over, do this ... valArr[7]=fLabTimeOfFlight; valArr[8]=fProperTimeOfFlight; - valArr[9]=fSpin.x(); - valArr[10]=fSpin.y(); - valArr[11]=fSpin.z(); + valArr[9]=fPolarization.x(); + valArr[10]=fPolarization.y(); + valArr[11]=fPolarization.z(); // valArr[13]=fMomentumDir.x(); // valArr[14]=fMomentumDir.y(); // valArr[15]=fMomentumDir.z(); // valArr[]=fDistanceAlongCurve; } -// Load values from array -// -// note that momentum direction must-be/is normalised - -inline -void G4FieldTrack::LoadFromArray(const G4double valArrIn[ncompSVEC], G4int noVarsIntegrated) -{ - G4int i; - - // Fill the variables not integrated with zero -- so it's clear !! - static G4ThreadLocal G4double valArr[ncompSVEC]; - for( i=0; iSetChargeAndMoments( charge, magnetic_dipole_moment, - // electric_dipole_moment, magnetic_charge ); + // NOTE: Leaves Spin unchanged ! + // + // G4double pdgSpin= fChargeState.GetSpin(); // New Property of ChargeState (not well documented! ) - // TO-DO: Improve the implementation using handles + // IDEA: Improve the implementation using handles // -- and handle to the old one (which can be shared by other copies) and // must not be left to hang loose // // fpChargeState= new G4ChargeState( charge, magnetic_dipole_moment, // electric_dipole_moment, magnetic_charge ); } + +// Load values from array +// +// note that momentum direction must-be/is normalised + +void G4FieldTrack::LoadFromArray(const G4double valArrIn[ncompSVEC], + G4int noVarsIntegrated) +{ + G4int i; + + // Fill the variables not integrated with zero -- so it's clear !! + G4double valArr[ncompSVEC]; + for( i=0; i 0.0); + G4double spin_mag2 =Spin.mag2() ; + G4bool hasSpin= (spin_mag2 > 0.0); for (iter=0; iter 0.0 ) { + errvel_sq = sumerr_sq / magvel_sq; + }else{ + G4cerr << "** G4MagIntegrationDriver: found case of zero momentum." + << " iteration= " << iter << " h= " << h << G4endl; + errvel_sq = sumerr_sq; + } errvel_sq *= inv_eps_vel_sq; errmax_sq = std::max( errpos_sq, errvel_sq ); // Square of maximum error @@ -578,10 +586,10 @@ G4MagInt_Driver::OneGoodStep( G4double y[], // InOut { // Accuracy for spin errspin_sq = ( sqr(yerr[9]) + sqr(yerr[10]) + sqr(yerr[11]) ) - / ( sqr(y[9]) + sqr(y[10]) + sqr(y[11]) ); + / spin_mag2; // ( sqr(y[9]) + sqr(y[10]) + sqr(y[11]) ); errspin_sq *= inv_eps_vel_sq; errmax_sq = std::max( errmax_sq, errspin_sq ); - } + } if ( errmax_sq <= 1.0 ) { break; } // Step succeeded. diff --git a/source/geometry/management/History b/source/geometry/management/History index b3ed7851f56..ef87e7ef38f 100644 --- a/source/geometry/management/History +++ b/source/geometry/management/History @@ -1,4 +1,4 @@ -$Id: History 78050 2013-12-03 08:17:33Z gcosmo $ +$Id: History 81594 2014-06-03 14:05:18Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,24 +17,30 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +April 10, 2014 G.Cosmo geommng-V09-06-18 +- Get rid of deprecated 'register' storage class specifier in source files. + +March 31, 2014 G.Cosmo +- Fixed operator=() signature in G4LogicalSurface. + December 2, 2013 A.Dotti geommng-V09-06-17 - Correctly initialize shadow pointers in G4PhysicalVolume. -December 2, 2013 M.Asai geommng-V09-06-16 +December 2, 2013 M.Asai geommng-V09-06-16 - Correctly initialize shadow pointers in G4LogicalVolume. -November 30, 2013 M.Asai geommng-V09-06-15 +November 30, 2013 M.Asai geommng-V09-06-15 - Explicitely initialize data members of G4LVData. -November 27, 2013 J.Apostolakis geommng-V09-06-14 +November 27, 2013 J.Apostolakis geommng-V09-06-14 - Fix in G4GeomSplitter::FreeSlave(): use free() to delete memory which was allocated with malloc(). -October 18, 2013, A. Dotti geommng-V09-06-13 +October 18, 2013, A. Dotti geommng-V09-06-13 - Bug fixing in G4GeomSplitter::UseWorkspace method check if offset pointer is assigned AND different from new value -October 3, 2013 J.Apostolakis geommng-V09-06-12 +October 3, 2013 J.Apostolakis geommng-V09-06-12 - Cleanup of G4LogicalVolume, G4VPhysicalVolume Moved long description of helper classes to end of headers. Moved macros to icc file. @@ -45,10 +51,10 @@ October 3, 2013 J.Apostolakis geommng-V09-06-12 * Get/Set Solid( G4LVData, .) for potential performance improvement * bool fChangedState. -August 27, 2013 G.Cosmo geommng-V09-06-11 +August 27, 2013 G.Cosmo geommng-V09-06-11 - Added G4Ellipsoid among solids enabled for parameterisation. -August 22, 2013 G.Cosmo geommng-V09-06-10 +August 22, 2013 G.Cosmo geommng-V09-06-10 - Added parameter to specify maximum number of overlap errors to report in G4VPhysicalVolume::CheckOverlaps(). diff --git a/source/geometry/management/include/G4LogicalSurface.hh b/source/geometry/management/include/G4LogicalSurface.hh index d3763ecad4f..30ef832a02c 100644 --- a/source/geometry/management/include/G4LogicalSurface.hh +++ b/source/geometry/management/include/G4LogicalSurface.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4LogicalSurface.hh 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4LogicalSurface.hh 81594 2014-06-03 14:05:18Z gcosmo $ // //////////////////////////////////////////////////////////////////////// // Class G4LogicalSurface @@ -107,7 +107,7 @@ class G4LogicalSurface private: // Copying restricted G4LogicalSurface(const G4LogicalSurface &right); - inline const G4LogicalSurface& operator=(const G4LogicalSurface& right); + inline G4LogicalSurface& operator=(const G4LogicalSurface& right); private: diff --git a/source/geometry/management/include/G4LogicalSurface.icc b/source/geometry/management/include/G4LogicalSurface.icc index e6cf7e0fc32..f7fd5ff4797 100644 --- a/source/geometry/management/include/G4LogicalSurface.icc +++ b/source/geometry/management/include/G4LogicalSurface.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4LogicalSurface.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4LogicalSurface.icc 81594 2014-06-03 14:05:18Z gcosmo $ // //////////////////////////////////////////////////////////////////////// // Surface Class Inline Methods @@ -78,7 +78,7 @@ G4LogicalSurface::SetTransitionRadiationSurface(G4TransitionRadiationSurface* // Operators ////////////// -inline const G4LogicalSurface & +inline G4LogicalSurface & G4LogicalSurface::operator=(const G4LogicalSurface &right) { if (&right == this) { return *this; } diff --git a/source/geometry/management/src/G4Region.cc b/source/geometry/management/src/G4Region.cc index e4ac4985e24..fcec371d273 100644 --- a/source/geometry/management/src/G4Region.cc +++ b/source/geometry/management/src/G4Region.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Region.cc 67975 2013-03-13 10:19:44Z gcosmo $ +// $Id: G4Region.cc 81594 2014-06-03 14:05:18Z gcosmo $ // // // class G4Region Implementation @@ -179,7 +179,7 @@ void G4Region::ScanVolumeTree(G4LogicalVolume* lv, G4bool region) if (pParam->GetMaterialScanner()) { size_t matNo = pParam->GetMaterialScanner()->GetNumberOfMaterials(); - for (register size_t mat=0; matGetMaterialScanner()->GetMaterial(mat); if(!volMat && fInMassGeometry) @@ -204,7 +204,7 @@ void G4Region::ScanVolumeTree(G4LogicalVolume* lv, G4bool region) else { size_t repNo = daughterPVol->GetMultiplicity(); - for (register size_t rep=0; repComputeMaterial(rep, daughterPVol); if(!volMat && fInMassGeometry) @@ -231,7 +231,7 @@ void G4Region::ScanVolumeTree(G4LogicalVolume* lv, G4bool region) } else { - for (register size_t i=0; iGetDaughter(i)->GetLogicalVolume(); if (!daughterLVol->IsRootRegion()) diff --git a/source/geometry/navigation/History b/source/geometry/navigation/History index 60d3d54ad11..d02b9416c13 100644 --- a/source/geometry/navigation/History +++ b/source/geometry/navigation/History @@ -1,4 +1,4 @@ -$Id: History 79140 2014-02-19 13:29:40Z gcosmo $ +$Id: History 81755 2014-06-05 07:59:56Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,28 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 27, 2014 - J.Apostolakis (geomnav-V09-06-22) +---------------------------- +- G4Navigator: corrected saving/restoring of 'navigator state': + - Added bool sWasLimitedByGeometry to G4SaveNavigatorState struct + ( fixes side effect of call to ComputeSafety. ) + - Corrected RestoreState() to reset the Safety Origin and Value + - ComputeSafety: If at endpoint of step, answer safety=0.0 quickly. + Do not save/restore state. + +April 10, 2014 - G.Cosmo (geomnav-V09-06-21) +------------------------ +- Get rid of deprecated 'register' storage class specifier in source files. + +March 14, 2014 - J.Apostolakis +------------------------------ +- G4PathFinder: Added method for end of track - needed to signal + G4 Transportation Manager to use 'ordinary' Navigator. +- Revised G4Navigator::SetupHierarchy, to reduce extra cost due to + handling the case of Nested Parameterisation. +- PropagatorInField: When setting up a new Intersection Locator + pass pointer to current Navigator. + December 11th, 2013 - G.Cosmo (geomnav-V09-06-20) ----------------------------- - Fixed implementation of G4TransportationManager::SetNavigatorForTracking() diff --git a/source/geometry/navigation/include/G4Navigator.hh b/source/geometry/navigation/include/G4Navigator.hh index d85c55138a3..7191aad48d8 100644 --- a/source/geometry/navigation/include/G4Navigator.hh +++ b/source/geometry/navigation/include/G4Navigator.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Navigator.hh 70647 2013-06-03 15:12:33Z gcosmo $ +// $Id: G4Navigator.hh 81755 2014-06-05 07:59:56Z gcosmo $ // // // class G4Navigator @@ -456,6 +456,7 @@ class G4Navigator G4VPhysicalVolume* spBlockedPhysicalVolume; G4int sBlockedReplicaNo; G4int sLastStepWasZero; + G4bool sWasLimitedByGeometry; // Potentially relevant // diff --git a/source/geometry/navigation/include/G4NormalNavigation.icc b/source/geometry/navigation/include/G4NormalNavigation.icc index fe0b671a5f5..f36fc2118df 100644 --- a/source/geometry/navigation/include/G4NormalNavigation.icc +++ b/source/geometry/navigation/include/G4NormalNavigation.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4NormalNavigation.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4NormalNavigation.icc 81596 2014-06-03 14:08:49Z gcosmo $ // // // G4NormalNavigation Inline Implementation @@ -62,7 +62,7 @@ G4NormalNavigation::LevelLocate( G4NavigationHistory& history, // // Search daughters in volume // - for ( register int sampleNo=targetNoDaughters-1; sampleNo>=0; sampleNo-- ) + for ( G4int sampleNo=targetNoDaughters-1; sampleNo>=0; sampleNo-- ) { samplePhysical = targetLogical->GetDaughter(sampleNo); if ( samplePhysical!=blockedVol ) diff --git a/source/geometry/navigation/include/G4PathFinder.hh b/source/geometry/navigation/include/G4PathFinder.hh index 832229acafb..29b08c7c59b 100644 --- a/source/geometry/navigation/include/G4PathFinder.hh +++ b/source/geometry/navigation/include/G4PathFinder.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4PathFinder.hh 69058 2013-04-17 09:08:25Z gcosmo $ +// $Id: G4PathFinder.hh 81596 2014-06-03 14:08:49Z gcosmo $ // // class G4PathFinder // @@ -99,6 +99,11 @@ class G4PathFinder // // Check and cache set of active navigators. + void EndTrack(); + // Signal end of tracking of current track. + // Reset internal state + // Inform TransportationManager to use 'ordinary' Navigator + G4TouchableHandle CreateTouchableHandle( G4int navId ) const; inline G4VPhysicalVolume* GetLocatedVolume( G4int navId ) const; diff --git a/source/geometry/navigation/include/G4PropagatorInField.icc b/source/geometry/navigation/include/G4PropagatorInField.icc index e0c5a70431c..fe04d9bec6e 100644 --- a/source/geometry/navigation/include/G4PropagatorInField.icc +++ b/source/geometry/navigation/include/G4PropagatorInField.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4PropagatorInField.icc 69711 2013-05-13 09:22:17Z gcosmo $ +// $Id: G4PropagatorInField.icc 81596 2014-06-03 14:08:49Z gcosmo $ // // // ------------------------------------------------------------------------ @@ -250,7 +250,12 @@ inline void G4PropagatorInField:: SetIntersectionLocator( G4VIntersectionLocator *pIntLoc ) { - if(pIntLoc) { fIntersectionLocator= pIntLoc; } + if(pIntLoc) { + fIntersectionLocator= pIntLoc; + + // Ensure that the Intersection Locator uses the correct Navigator + pIntLoc->SetNavigatorFor( fNavigator ); + } } inline diff --git a/source/geometry/navigation/include/G4VoxelNavigation.icc b/source/geometry/navigation/include/G4VoxelNavigation.icc index 2f7dbadb9a3..62a6463dd81 100644 --- a/source/geometry/navigation/include/G4VoxelNavigation.icc +++ b/source/geometry/navigation/include/G4VoxelNavigation.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VoxelNavigation.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4VoxelNavigation.icc 81596 2014-06-03 14:08:49Z gcosmo $ // // // class G4VoxelNavigation Inline implementation @@ -128,7 +128,7 @@ G4VoxelNavigation::LevelLocate( G4NavigationHistory& history, // Search daughters in volume // - for ( register int sampleNo=targetNoDaughters-1; sampleNo>=0; sampleNo-- ) + for ( G4int sampleNo=targetNoDaughters-1; sampleNo>=0; sampleNo-- ) { samplePhysical = targetLogical-> GetDaughter(targetVoxelNode->GetVolume(sampleNo)); diff --git a/source/geometry/navigation/src/G4MultiNavigator.cc b/source/geometry/navigation/src/G4MultiNavigator.cc index 4f2ead7c8a5..3ab821a6376 100644 --- a/source/geometry/navigation/src/G4MultiNavigator.cc +++ b/source/geometry/navigation/src/G4MultiNavigator.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4MultiNavigator.cc 70934 2013-06-07 13:29:05Z gcosmo $ +// $Id: G4MultiNavigator.cc 81596 2014-06-03 14:08:49Z gcosmo $ // GEANT4 tag $ Name: $ // // class G4PathFinder Implementation @@ -61,7 +61,7 @@ G4MultiNavigator::G4MultiNavigator() fMinSafety= -kInfinity; fTrueMinStep= fMinStep= -kInfinity; - for(register int num=0; num< fMaxNav; ++num ) + for(G4int num=0; num< fMaxNav; ++num ) { fpNavigator[num] = 0; fLimitTruth[num] = false; @@ -119,7 +119,7 @@ G4double G4MultiNavigator::ComputeStep(const G4ThreeVector &pGlobalPoint, G4ThreeVector initialPosition = pGlobalPoint; G4ThreeVector initialDirection= pDirection; - for( register int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) + for( G4int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) { safety= kInfinity; @@ -279,7 +279,7 @@ void G4MultiNavigator::PrepareNavigators() } pNavigatorIter= pTransportManager-> GetActiveNavigatorsIterator(); - for( register int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) + for( G4int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) { fpNavigator[num] = *pNavigatorIter; fLimitTruth[num] = false; @@ -342,7 +342,7 @@ G4MultiNavigator::LocateGlobalPointAndSetup(const G4ThreeVector& position, } #endif - for ( register int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) + for ( G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) { if( fWasLimitedByGeometry && fLimitTruth[num] ) { @@ -407,7 +407,7 @@ G4MultiNavigator::LocateGlobalPointWithinVolume(const G4ThreeVector& position) } #endif - for ( register int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) + for ( G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) { // ... none limited the step @@ -437,7 +437,7 @@ G4double G4MultiNavigator::ComputeSafety( const G4ThreeVector& position, std::vector::iterator pNavigatorIter; pNavigatorIter= pTransportManager-> GetActiveNavigatorsIterator(); - for( register int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) + for( G4int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) { safety = (*pNavigatorIter)->ComputeSafety( position, maxDistance, state); if( safety < minSafety ) { minSafety = safety; } @@ -506,7 +506,7 @@ void G4MultiNavigator::WhichLimited() shared= kSharedTransport; } - for ( register int num= 0; num < fNoActiveNavigators; num++ ) + for ( G4int num= 0; num < fNoActiveNavigators; num++ ) { G4bool limitedStep; @@ -564,7 +564,7 @@ G4MultiNavigator::PrintLimited() } #endif - for ( register int num= 0; num < fNoActiveNavigators; num++ ) + for ( G4int num= 0; num < fNoActiveNavigators; num++ ) { G4double rawStep = fCurrentStepSize[num]; G4double stepLen = fCurrentStepSize[num]; @@ -619,7 +619,7 @@ void G4MultiNavigator::ResetState() std::vector::iterator pNavigatorIter; pNavigatorIter= pTransportManager-> GetActiveNavigatorsIterator(); - for( register int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) + for( G4int num=0; num< fNoActiveNavigators; ++pNavigatorIter,++num ) { // (*pNavigatorIter)->ResetState(); // KEEP THIS comment !!! } @@ -676,7 +676,7 @@ G4MultiNavigator::ResetHierarchyAndLocate(const G4ThreeVector &point, std::vector::iterator pNavIter= pTransportManager->GetActiveNavigatorsIterator(); - for ( register int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) + for ( G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) { G4bool relativeSearch, ignoreDirection; @@ -713,7 +713,7 @@ G4MultiNavigator::GetGlobalExitNormal(const G4ThreeVector &argPoint, std::vector::iterator pNavIter= pTransportManager->GetActiveNavigatorsIterator(); - for ( register int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) + for ( G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) { G4ThreeVector oneNormal; if( fLimitTruth[ num ] ) // Did this geometry limit the step ? diff --git a/source/geometry/navigation/src/G4Navigator.cc b/source/geometry/navigation/src/G4Navigator.cc index 8e14b2944a3..213da268e04 100644 --- a/source/geometry/navigation/src/G4Navigator.cc +++ b/source/geometry/navigation/src/G4Navigator.cc @@ -616,6 +616,9 @@ G4Navigator::LocateGlobalPointWithinVolume(const G4ThreeVector& pGlobalpoint) // Save the state, in case this is a parasitic call // Save fValidExitNormal, fExitNormal, fExiting, fEntering, // fBlockedPhysicalVolume, fBlockedReplicaNo, fLastStepWasZero; +// Note: the state of dependent objects is not currently saved. +// This means that the full state is changed by calls between +// SetSavedState() and RestoreSavedState(); // ******************************************************************** // void G4Navigator::SetSavedState() @@ -634,6 +637,7 @@ void G4Navigator::SetSavedState() fSaveState.sLastLocatedPointLocal= fLastLocatedPointLocal; fSaveState.sEnteredDaughter= fEnteredDaughter; fSaveState.sExitedMother= fExitedMother; + fSaveState.sWasLimitedByGeometry= fWasLimitedByGeometry; // Even the safety sphere - if you want to change it do it explicitly! // @@ -663,8 +667,10 @@ void G4Navigator::RestoreSavedState() fLastLocatedPointLocal= fSaveState.sLastLocatedPointLocal; fEnteredDaughter= fSaveState.sEnteredDaughter; fExitedMother= fSaveState.sExitedMother; - fSaveState.sPreviousSftOrigin= fPreviousSftOrigin; - fSaveState.sPreviousSafety= fPreviousSafety; + fWasLimitedByGeometry= fSaveState.sWasLimitedByGeometry; + + fPreviousSftOrigin= fSaveState.sPreviousSftOrigin; + fPreviousSafety= fSaveState.sPreviousSafety; } // ******************************************************************** @@ -1102,7 +1108,6 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, fExitNormalGlobalFrame= G4ThreeVector( 0., 0., 0.); } } - fStepEndPoint= pGlobalpoint+Step*pDirection; if( (Step == pCurrentProposedStepLength) && (!fExiting) && (!fEntering) ) { @@ -1156,9 +1161,13 @@ G4double G4Navigator::CheckNextStep( const G4ThreeVector& pGlobalpoint, pCurrentProposedStepLength, pNewSafety ); - // If a parasitic call, then attempt to restore the key parts of the state + // It is a parasitic call, so attempt to restore the key parts of the state // RestoreSavedState(); + // NOTE: the state of the current subnavigator is NOT restored. + // ***> TODO: restore subnavigator state + // if( last_located) Need Position of last location + // if( last_computed step) Need Endposition of last step return step; } @@ -1237,15 +1246,21 @@ void G4Navigator::SetupHierarchy() pSolid->ComputeDimensions(pParam, replicaNo, current); pParam->ComputeTransformation(replicaNo, current); - G4TouchableHistory touchable( fHistory ); - touchable.MoveUpHistory(); // move up to the parent level - + G4TouchableHistory *pTouchable= 0; + if( pParam->IsNested() ) { + pTouchable= new G4TouchableHistory( fHistory ); + pTouchable->MoveUpHistory(); // move up to the parent level + // Adequate only if Nested at the Branch level (last) + // To extend to other cases: + // pTouchable->MoveUpHistory(cdepth-i-1); // move to the parent level of *Current* level // Could replace this line and constructor with a revised c-tor for History( levels to drop) + } // Set up the correct solid and material in Logical Volume // G4LogicalVolume *pLogical = current->GetLogicalVolume(); pLogical->SetSolid( pSolid ); pLogical->UpdateMaterial( pParam -> - ComputeMaterial(replicaNo, current, &touchable) ); + ComputeMaterial(replicaNo, current, pTouchable) ); + delete pTouchable; break; } } @@ -1718,13 +1733,18 @@ G4double G4Navigator::ComputeSafety( const G4ThreeVector &pGlobalpoint, newSafety = 0.0; } + if (keepState) + { + RestoreSavedState(); + // This now overwrites the values of the Safety 'sphere' (correction) + } + // Remember last safety origin & value // + // We overwrite the Safety 'sphere' - keeping old behaviour fPreviousSftOrigin = pGlobalpoint; fPreviousSafety = newSafety; - if (keepState) { RestoreSavedState(); } - #ifdef G4DEBUG_NAVIGATION if( fVerbose > 1 ) { diff --git a/source/geometry/navigation/src/G4ParameterisedNavigation.cc b/source/geometry/navigation/src/G4ParameterisedNavigation.cc index 2bb3059db0b..1a5d0face19 100644 --- a/source/geometry/navigation/src/G4ParameterisedNavigation.cc +++ b/source/geometry/navigation/src/G4ParameterisedNavigation.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ParameterisedNavigation.cc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4ParameterisedNavigation.cc 81596 2014-06-03 14:08:49Z gcosmo $ // // // class G4ParameterisedNavigation Implementation @@ -604,7 +604,7 @@ G4ParameterisedNavigation::LevelLocate( G4NavigationHistory& history, // Search replicated daughter volume // - for ( register int sampleNo=voxelNoDaughters-1; sampleNo>=0; sampleNo-- ) + for ( G4int sampleNo=voxelNoDaughters-1; sampleNo>=0; sampleNo-- ) { replicaNo = motherVoxelNode->GetVolume(sampleNo); if ( (replicaNo!=blockedNum) || (pPhysical!=blockedVol) ) diff --git a/source/geometry/navigation/src/G4PathFinder.cc b/source/geometry/navigation/src/G4PathFinder.cc index 05db1c1d0dc..6ec5fd6b34e 100644 --- a/source/geometry/navigation/src/G4PathFinder.cc +++ b/source/geometry/navigation/src/G4PathFinder.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4PathFinder.cc 73734 2013-09-09 15:01:46Z gcosmo $ +// $Id: G4PathFinder.cc 81596 2014-06-03 14:08:49Z gcosmo $ // GEANT4 tag $ Name: $ // // class G4PathFinder Implementation @@ -96,7 +96,7 @@ G4PathFinder::G4PathFinder() fNewTrack= false; fNoGeometriesLimiting= 0; - for( register int num=0; num< fMaxNav; ++num ) + for( G4int num=0; num< fMaxNav; ++num ) { fpNavigator[num] = 0; fLimitTruth[num] = false; @@ -433,6 +433,15 @@ G4PathFinder::PrepareNewTrack( const G4ThreeVector& position, fRelocatedPoint= false; } + +void G4PathFinder::EndTrack() + // Signal end of tracking of current track. + // Reset TransportationManager to use 'ordinary' Navigator + // Reset internal state, if needed +{ + EnableParallelNavigation(false); // Else it will be continue to be used +} + void G4PathFinder::ReportMove( const G4ThreeVector& OldVector, const G4ThreeVector& NewVector, const G4String& Quantity ) const @@ -496,7 +505,7 @@ G4PathFinder::Locate( const G4ThreeVector& position, } #endif - for ( register G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) + for ( G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) { // ... who limited the step .... @@ -702,7 +711,7 @@ void G4PathFinder::ReLocate( const G4ThreeVector& position ) } #endif // G4DEBUG_PATHFINDER - for ( register G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) + for ( G4int num=0; num< fNoActiveNavigators ; ++pNavIter,++num ) { // ... none limited the step @@ -738,7 +747,7 @@ G4double G4PathFinder::ComputeSafety( const G4ThreeVector& position ) std::vector::iterator pNavigatorIter; pNavigatorIter= fpTransportManager->GetActiveNavigatorsIterator(); - for( register G4int num=0; numComputeSafety( position,true ); if( safety < minSafety ) { minSafety = safety; } @@ -806,7 +815,7 @@ G4PathFinder::DoNextLinearStep( const G4FieldTrack &initialState, G4double minSafety= kInfinity, minStep; const G4int IdTransport= 0; // Id of Mass Navigator !! - register G4int num=0; + G4int num=0; #ifdef G4DEBUG_PATHFINDER if( fVerboseLevel > 2 ) @@ -1367,7 +1376,7 @@ void G4PathFinder::PushPostSafetyToPreSafety() { fPreSafetyLocation= fSafetyLocation; fPreSafetyMinValue= fMinSafety_atSafLocation; - for( register G4int nav=0; nav < fNoActiveNavigators; ++nav ) + for( G4int nav=0; nav < fNoActiveNavigators; ++nav ) { fPreSafetyValues[nav]= fNewSafetyComputed[nav]; } diff --git a/source/geometry/solids/CSG/History b/source/geometry/solids/CSG/History index e7922e6dbae..83a130bb453 100644 --- a/source/geometry/solids/CSG/History +++ b/source/geometry/solids/CSG/History @@ -1,4 +1,4 @@ -$Id: History 79144 2014-02-19 13:39:28Z gcosmo $ +$Id: History 81636 2014-06-04 09:06:08Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 5, 2014 G.Cosmo geom-csg-V09-06-11 +- Fixed proper handling of polyhedron pointer in solids, to avoid memory + leak for visualization of parameterised volumes. + February 12, 2014 G.Cosmo geom-csg-V09-06-10 - Simply reset polyhedron pointer to zero for modifiers of G4U* wrappers in parameterisation. Resolves crash in MT visualization when using USolids. diff --git a/source/geometry/solids/CSG/include/G4Box.hh b/source/geometry/solids/CSG/include/G4Box.hh index 418675fa442..a9cbea4bf3c 100644 --- a/source/geometry/solids/CSG/include/G4Box.hh +++ b/source/geometry/solids/CSG/include/G4Box.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Box.hh 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Box.hh 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 class header file @@ -59,6 +59,7 @@ #else #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4Box : public G4CSGSolid { diff --git a/source/geometry/solids/CSG/include/G4Cons.hh b/source/geometry/solids/CSG/include/G4Cons.hh index e27c991ca58..359e29e57a7 100644 --- a/source/geometry/solids/CSG/include/G4Cons.hh +++ b/source/geometry/solids/CSG/include/G4Cons.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Cons.hh 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Cons.hh 81636 2014-06-04 09:06:08Z gcosmo $ // // // -------------------------------------------------------------------- @@ -78,6 +78,7 @@ #include #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4Cons : public G4CSGSolid { diff --git a/source/geometry/solids/CSG/include/G4Cons.icc b/source/geometry/solids/CSG/include/G4Cons.icc index 719a5cf9e18..972818312fa 100644 --- a/source/geometry/solids/CSG/include/G4Cons.icc +++ b/source/geometry/solids/CSG/include/G4Cons.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Cons.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Cons.icc 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -81,7 +81,7 @@ void G4Cons::Initialize() { fCubicVolume = 0.; fSurfaceArea = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/CSG/include/G4OTubs.hh b/source/geometry/solids/CSG/include/G4OTubs.hh index 2bd07cc5868..f4aa56dcc5a 100644 --- a/source/geometry/solids/CSG/include/G4OTubs.hh +++ b/source/geometry/solids/CSG/include/G4OTubs.hh @@ -44,6 +44,7 @@ #include #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4OTubs : public G4CSGSolid { diff --git a/source/geometry/solids/CSG/include/G4OTubs.icc b/source/geometry/solids/CSG/include/G4OTubs.icc index 1a1e53316c3..650226ce542 100644 --- a/source/geometry/solids/CSG/include/G4OTubs.icc +++ b/source/geometry/solids/CSG/include/G4OTubs.icc @@ -69,7 +69,7 @@ void G4OTubs::Initialize() { fCubicVolume = 0.; fSurfaceArea = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/CSG/include/G4Orb.hh b/source/geometry/solids/CSG/include/G4Orb.hh index c5854526613..ca24c8eede3 100644 --- a/source/geometry/solids/CSG/include/G4Orb.hh +++ b/source/geometry/solids/CSG/include/G4Orb.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Orb.hh 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Orb.hh 81636 2014-06-04 09:06:08Z gcosmo $ // // // -------------------------------------------------------------------- @@ -56,6 +56,7 @@ #include #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4Orb : public G4CSGSolid { diff --git a/source/geometry/solids/CSG/include/G4Orb.icc b/source/geometry/solids/CSG/include/G4Orb.icc index e5ab4156424..2dfe59e25b0 100644 --- a/source/geometry/solids/CSG/include/G4Orb.icc +++ b/source/geometry/solids/CSG/include/G4Orb.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Orb.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Orb.icc 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -46,7 +46,7 @@ void G4Orb::SetRadius(G4double newRmax) fRmax=newRmax; fCubicVolume= 0.; fSurfaceArea = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/CSG/include/G4Para.hh b/source/geometry/solids/CSG/include/G4Para.hh index 153870d888c..e04eba70210 100644 --- a/source/geometry/solids/CSG/include/G4Para.hh +++ b/source/geometry/solids/CSG/include/G4Para.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Para.hh 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Para.hh 81636 2014-06-04 09:06:08Z gcosmo $ // // // -------------------------------------------------------------------- @@ -72,6 +72,7 @@ #define G4Para_HH #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4Para : public G4CSGSolid { diff --git a/source/geometry/solids/CSG/include/G4Para.icc b/source/geometry/solids/CSG/include/G4Para.icc index f94906d5daf..7c397df49af 100644 --- a/source/geometry/solids/CSG/include/G4Para.icc +++ b/source/geometry/solids/CSG/include/G4Para.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Para.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Para.icc 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -75,7 +75,7 @@ void G4Para::SetXHalfLength(G4double val) fDx= val; fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -84,7 +84,7 @@ void G4Para::SetYHalfLength(G4double val) fDy= val; fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -93,7 +93,7 @@ void G4Para::SetZHalfLength(G4double val) fDz= val; fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -102,7 +102,7 @@ void G4Para::SetAlpha(G4double alpha) fTalpha= std::tan(alpha); fSurfaceArea= 0.; fCubicVolume= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -111,7 +111,7 @@ void G4Para::SetTanAlpha(G4double val) fTalpha= val; fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -121,7 +121,7 @@ void G4Para::SetThetaAndPhi(double pTheta, double pPhi) fTthetaSphi=std::tan(pTheta)*std::sin(pPhi); fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/CSG/include/G4Sphere.hh b/source/geometry/solids/CSG/include/G4Sphere.hh index ecc806516d7..af6ec605c0d 100644 --- a/source/geometry/solids/CSG/include/G4Sphere.hh +++ b/source/geometry/solids/CSG/include/G4Sphere.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Sphere.hh 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Sphere.hh 81636 2014-06-04 09:06:08Z gcosmo $ // // // -------------------------------------------------------------------- @@ -80,6 +80,7 @@ #include #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4VisExtent; diff --git a/source/geometry/solids/CSG/include/G4Sphere.icc b/source/geometry/solids/CSG/include/G4Sphere.icc index e865c1bb056..a63f66a1a2e 100644 --- a/source/geometry/solids/CSG/include/G4Sphere.icc +++ b/source/geometry/solids/CSG/include/G4Sphere.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Sphere.icc 74258 2013-10-02 14:27:36Z gcosmo $ +// $Id: G4Sphere.icc 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -80,7 +80,7 @@ void G4Sphere::Initialize() { fCubicVolume = 0.; fSurfaceArea = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/CSG/include/G4Trd.hh b/source/geometry/solids/CSG/include/G4Trd.hh index 2ce217aeb8d..f2cbb5df745 100644 --- a/source/geometry/solids/CSG/include/G4Trd.hh +++ b/source/geometry/solids/CSG/include/G4Trd.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Trd.hh 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Trd.hh 81636 2014-06-04 09:06:08Z gcosmo $ // // // -------------------------------------------------------------------- @@ -67,6 +67,7 @@ #else #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4Trd : public G4CSGSolid { diff --git a/source/geometry/solids/CSG/include/G4Trd.icc b/source/geometry/solids/CSG/include/G4Trd.icc index b65403f2ca1..4244c2a3d02 100644 --- a/source/geometry/solids/CSG/include/G4Trd.icc +++ b/source/geometry/solids/CSG/include/G4Trd.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Trd.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Trd.icc 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -70,7 +70,7 @@ void G4Trd::SetXHalfLength1(G4double val) fDx1= val; fCubicVolume= 0.; fSurfaceArea=0; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -79,7 +79,7 @@ void G4Trd::SetXHalfLength2(G4double val) fDx2= val; fCubicVolume= 0.; fSurfaceArea=0; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -88,7 +88,7 @@ void G4Trd::SetYHalfLength1(G4double val) fDy1= val; fCubicVolume= 0.; fSurfaceArea=0; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -97,7 +97,7 @@ void G4Trd::SetYHalfLength2(G4double val) fDy2= val; fCubicVolume= 0.; fSurfaceArea=0; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -106,7 +106,7 @@ void G4Trd::SetZHalfLength(G4double val) fDz= val; fCubicVolume= 0.; fSurfaceArea=0; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/CSG/include/G4Tubs.hh b/source/geometry/solids/CSG/include/G4Tubs.hh index 99f8ccce235..67d1f827b29 100644 --- a/source/geometry/solids/CSG/include/G4Tubs.hh +++ b/source/geometry/solids/CSG/include/G4Tubs.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Tubs.hh 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Tubs.hh 81636 2014-06-04 09:06:08Z gcosmo $ // // // -------------------------------------------------------------------- @@ -80,6 +80,7 @@ #include #include "G4CSGSolid.hh" +#include "G4Polyhedron.hh" class G4Tubs : public G4CSGSolid { diff --git a/source/geometry/solids/CSG/include/G4Tubs.icc b/source/geometry/solids/CSG/include/G4Tubs.icc index bc4eebf732c..49ef256bde0 100644 --- a/source/geometry/solids/CSG/include/G4Tubs.icc +++ b/source/geometry/solids/CSG/include/G4Tubs.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Tubs.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Tubs.icc 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -69,7 +69,7 @@ void G4Tubs::Initialize() { fCubicVolume = 0.; fSurfaceArea = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/CSG/include/G4UBox.hh b/source/geometry/solids/CSG/include/G4UBox.hh index 8e0701915f9..b444ddd8f38 100644 --- a/source/geometry/solids/CSG/include/G4UBox.hh +++ b/source/geometry/solids/CSG/include/G4UBox.hh @@ -44,6 +44,7 @@ #include "G4USolid.hh" #include "UBox.hh" +#include "G4Polyhedron.hh" class G4UBox : public G4USolid { @@ -107,17 +108,17 @@ inline G4double G4UBox::GetZHalfLength() const inline void G4UBox::SetXHalfLength(G4double dx) { GetShape()->SetXHalfLength(dx); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UBox::SetYHalfLength(G4double dy) { GetShape()->SetYHalfLength(dy); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UBox::SetZHalfLength(G4double dz) { GetShape()->SetZHalfLength(dz); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } #endif diff --git a/source/geometry/solids/CSG/include/G4UCons.hh b/source/geometry/solids/CSG/include/G4UCons.hh index b82c3802179..318f0e80f81 100644 --- a/source/geometry/solids/CSG/include/G4UCons.hh +++ b/source/geometry/solids/CSG/include/G4UCons.hh @@ -45,6 +45,7 @@ #include "G4USolid.hh" #include "UCons.hh" +#include "G4Polyhedron.hh" class G4UCons : public G4USolid { @@ -136,37 +137,37 @@ inline G4double G4UCons::GetDeltaPhiAngle() const inline void G4UCons::SetInnerRadiusMinusZ(G4double Rmin1) { GetShape()->SetInnerRadiusMinusZ(Rmin1); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UCons::SetOuterRadiusMinusZ(G4double Rmax1) { GetShape()->SetOuterRadiusMinusZ(Rmax1); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UCons::SetInnerRadiusPlusZ(G4double Rmin2) { GetShape()->SetInnerRadiusPlusZ(Rmin2); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UCons::SetOuterRadiusPlusZ(G4double Rmax2) { GetShape()->SetOuterRadiusPlusZ(Rmax2); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UCons::SetZHalfLength(G4double newDz) { GetShape()->SetZHalfLength(newDz); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UCons::SetStartPhiAngle(G4double newSPhi, G4bool trig) { GetShape()->SetStartPhiAngle(newSPhi, trig); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UCons::SetDeltaPhiAngle(G4double newDPhi) { GetShape()->SetDeltaPhiAngle(newDPhi); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } #endif diff --git a/source/geometry/solids/CSG/include/G4UOrb.hh b/source/geometry/solids/CSG/include/G4UOrb.hh index 9286d728486..11423768e3f 100644 --- a/source/geometry/solids/CSG/include/G4UOrb.hh +++ b/source/geometry/solids/CSG/include/G4UOrb.hh @@ -44,6 +44,7 @@ #include "G4USolid.hh" #include "UOrb.hh" +#include "G4Polyhedron.hh" class G4UOrb : public G4USolid { @@ -93,7 +94,7 @@ inline G4double G4UOrb::GetRadius() const inline void G4UOrb::SetRadius(G4double newRmax) { GetShape()->SetRadius(newRmax); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } #endif diff --git a/source/geometry/solids/CSG/include/G4USphere.hh b/source/geometry/solids/CSG/include/G4USphere.hh index bcd895cef31..cd2dfc9c957 100644 --- a/source/geometry/solids/CSG/include/G4USphere.hh +++ b/source/geometry/solids/CSG/include/G4USphere.hh @@ -44,6 +44,7 @@ #include "G4USolid.hh" #include "USphere.hh" +#include "G4Polyhedron.hh" class G4USphere : public G4USolid { @@ -130,31 +131,32 @@ inline G4double G4USphere::GetDeltaThetaAngle() const inline void G4USphere::SetInnerRadius(G4double newRMin) { GetShape()->SetInnerRadius(newRMin); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4USphere::SetOuterRadius(G4double newRmax) { GetShape()->SetOuterRadius(newRmax); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4USphere::SetStartPhiAngle(G4double newSphi, G4bool trig) { GetShape()->SetStartPhiAngle(newSphi, trig); + delete fPolyhedron; fPolyhedron = 0; } inline void G4USphere::SetDeltaPhiAngle(G4double newDphi) { GetShape()->SetDeltaPhiAngle(newDphi); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4USphere::SetStartThetaAngle(G4double newSTheta) { GetShape()->SetStartThetaAngle(newSTheta); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4USphere::SetDeltaThetaAngle(G4double newDTheta) { GetShape()->SetDeltaThetaAngle(newDTheta); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } #endif diff --git a/source/geometry/solids/CSG/include/G4UTrd.hh b/source/geometry/solids/CSG/include/G4UTrd.hh index b3fc9f7c3de..6bf62c25723 100644 --- a/source/geometry/solids/CSG/include/G4UTrd.hh +++ b/source/geometry/solids/CSG/include/G4UTrd.hh @@ -44,6 +44,7 @@ #include "G4USolid.hh" #include "UTrd.hh" +#include "G4Polyhedron.hh" class G4UTrd : public G4USolid { @@ -126,34 +127,34 @@ inline G4double G4UTrd::GetZHalfLength() const inline void G4UTrd::SetXHalfLength1(G4double val) { GetShape()->SetXHalfLength1(val); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTrd::SetXHalfLength2(G4double val) { GetShape()->SetXHalfLength2(val); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTrd::SetYHalfLength1(G4double val) { GetShape()->SetYHalfLength1(val); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTrd::SetYHalfLength2(G4double val) { GetShape()->SetYHalfLength2(val); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTrd::SetZHalfLength(G4double val) { GetShape()->SetZHalfLength(val); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTrd::SetAllParameters(G4double pdx1, G4double pdx2, G4double pdy1, G4double pdy2, G4double pdz) { GetShape()->SetAllParameters(pdx1, pdx2, pdy1, pdy2, pdz); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } #endif diff --git a/source/geometry/solids/CSG/include/G4UTubs.hh b/source/geometry/solids/CSG/include/G4UTubs.hh index e606bb66009..10e3be10d7a 100644 --- a/source/geometry/solids/CSG/include/G4UTubs.hh +++ b/source/geometry/solids/CSG/include/G4UTubs.hh @@ -46,6 +46,7 @@ #include "G4USolid.hh" #include "UTubs.hh" +#include "G4Polyhedron.hh" class G4UTubs : public G4USolid { @@ -127,27 +128,27 @@ inline G4double G4UTubs::GetDeltaPhiAngle() const inline void G4UTubs::SetInnerRadius(G4double newRMin) { GetShape()->SetInnerRadius(newRMin); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTubs::SetOuterRadius(G4double newRMax) { GetShape()->SetOuterRadius(newRMax); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTubs::SetZHalfLength(G4double newDz) { GetShape()->SetZHalfLength(newDz); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTubs::SetStartPhiAngle(G4double newSPhi, G4bool trig) { GetShape()->SetStartPhiAngle(newSPhi, trig); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline void G4UTubs::SetDeltaPhiAngle(G4double newDPhi) { GetShape()->SetDeltaPhiAngle(newDPhi); - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } #endif diff --git a/source/geometry/solids/CSG/src/G4Box.cc b/source/geometry/solids/CSG/src/G4Box.cc index 743ea068d51..230cf2842e1 100644 --- a/source/geometry/solids/CSG/src/G4Box.cc +++ b/source/geometry/solids/CSG/src/G4Box.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Box.cc 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Box.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // // @@ -51,7 +51,6 @@ #include "G4VPVParameterisation.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" #include "G4VisExtent.hh" //////////////////////////////////////////////////////////////////////// @@ -101,6 +100,7 @@ G4Box::~G4Box() G4Box::G4Box(const G4Box& rhs) : G4CSGSolid(rhs), fDx(rhs.fDx), fDy(rhs.fDy), fDz(rhs.fDz), delta(rhs.delta) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -123,6 +123,7 @@ G4Box& G4Box::operator = (const G4Box& rhs) fDy = rhs.fDy; fDz = rhs.fDz; delta = rhs.delta; + fpPolyhedron = GetPolyhedron(); return *this; } @@ -146,7 +147,7 @@ void G4Box::SetXHalfLength(G4double dx) } fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } void G4Box::SetYHalfLength(G4double dy) @@ -166,7 +167,7 @@ void G4Box::SetYHalfLength(G4double dy) } fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } void G4Box::SetZHalfLength(G4double dz) @@ -186,7 +187,7 @@ void G4Box::SetZHalfLength(G4double dz) } fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } //////////////////////////////////////////////////////////////////////// diff --git a/source/geometry/solids/CSG/src/G4CSGSolid.cc b/source/geometry/solids/CSG/src/G4CSGSolid.cc index 3947876cad3..d3e29cb23ed 100644 --- a/source/geometry/solids/CSG/src/G4CSGSolid.cc +++ b/source/geometry/solids/CSG/src/G4CSGSolid.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4CSGSolid.cc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4CSGSolid.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // -------------------------------------------------------------------- @@ -93,7 +93,7 @@ G4CSGSolid& G4CSGSolid::operator = (const G4CSGSolid& rhs) // fCubicVolume = rhs.fCubicVolume; fSurfaceArea = rhs.fSurfaceArea; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; return *this; } diff --git a/source/geometry/solids/CSG/src/G4Cons.cc b/source/geometry/solids/CSG/src/G4Cons.cc index b7f0fb1e020..c1ad3b268f6 100644 --- a/source/geometry/solids/CSG/src/G4Cons.cc +++ b/source/geometry/solids/CSG/src/G4Cons.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Cons.cc 76732 2013-11-14 14:36:57Z gcosmo $ +// $Id: G4Cons.cc 81636 2014-06-04 09:06:08Z gcosmo $ // GEANT4 tag $Name: $ // // @@ -57,7 +57,6 @@ #include "Randomize.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" using namespace CLHEP; @@ -161,6 +160,7 @@ G4Cons::G4Cons(const G4Cons& rhs) halfRadTolerance(rhs.halfRadTolerance), halfAngTolerance(rhs.halfAngTolerance) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -192,6 +192,7 @@ G4Cons& G4Cons::operator = (const G4Cons& rhs) halfCarTolerance = rhs.halfCarTolerance; halfRadTolerance = rhs.halfRadTolerance; halfAngTolerance = rhs.halfAngTolerance; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/CSG/src/G4CutTubs.cc b/source/geometry/solids/CSG/src/G4CutTubs.cc index 7f221adaf3c..3148a6a485b 100644 --- a/source/geometry/solids/CSG/src/G4CutTubs.cc +++ b/source/geometry/solids/CSG/src/G4CutTubs.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4CutTubs.cc 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4CutTubs.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // // class G4CutTubs @@ -164,6 +164,7 @@ G4CutTubs::G4CutTubs(const G4CutTubs& rhs) halfRadTolerance(rhs.halfRadTolerance), halfAngTolerance(rhs.halfAngTolerance) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -188,6 +189,8 @@ G4CutTubs& G4CutTubs::operator = (const G4CutTubs& rhs) halfRadTolerance = rhs.halfRadTolerance; halfAngTolerance = rhs.halfAngTolerance; + fpPolyhedron = GetPolyhedron(); + return *this; } diff --git a/source/geometry/solids/CSG/src/G4OTubs.cc b/source/geometry/solids/CSG/src/G4OTubs.cc index 7d42d77fc81..ffa0053c3d4 100644 --- a/source/geometry/solids/CSG/src/G4OTubs.cc +++ b/source/geometry/solids/CSG/src/G4OTubs.cc @@ -48,7 +48,6 @@ #include "meshdefs.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" using namespace CLHEP; @@ -132,6 +131,7 @@ G4OTubs::G4OTubs(const G4OTubs& rhs) halfRadTolerance(rhs.halfRadTolerance), halfAngTolerance(rhs.halfAngTolerance) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -161,6 +161,7 @@ G4OTubs& G4OTubs::operator = (const G4OTubs& rhs) halfCarTolerance = rhs.halfCarTolerance; halfRadTolerance = rhs.halfRadTolerance; halfAngTolerance = rhs.halfAngTolerance; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/CSG/src/G4Orb.cc b/source/geometry/solids/CSG/src/G4Orb.cc index c67ffe51e3c..46bede1d542 100644 --- a/source/geometry/solids/CSG/src/G4Orb.cc +++ b/source/geometry/solids/CSG/src/G4Orb.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4Orb.cc 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Orb.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // class G4Orb // @@ -52,7 +52,6 @@ #include "meshdefs.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" using namespace CLHEP; @@ -115,6 +114,7 @@ G4Orb::~G4Orb() G4Orb::G4Orb(const G4Orb& rhs) : G4CSGSolid(rhs), fRmax(rhs.fRmax), fRmaxTolerance(rhs.fRmaxTolerance) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -135,6 +135,7 @@ G4Orb& G4Orb::operator = (const G4Orb& rhs) // fRmax = rhs.fRmax; fRmaxTolerance = rhs.fRmaxTolerance; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/CSG/src/G4Para.cc b/source/geometry/solids/CSG/src/G4Para.cc index 248089bad87..4359dba0b35 100644 --- a/source/geometry/solids/CSG/src/G4Para.cc +++ b/source/geometry/solids/CSG/src/G4Para.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Para.cc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Para.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // class G4Para // @@ -52,7 +52,6 @@ #include "G4VPVParameterisation.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" using namespace CLHEP; @@ -176,6 +175,7 @@ G4Para::G4Para(const G4Para& rhs) fTalpha(rhs.fTalpha), fTthetaCphi(rhs.fTthetaCphi), fTthetaSphi(rhs.fTthetaSphi) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -197,6 +197,7 @@ G4Para& G4Para::operator = (const G4Para& rhs) fDx = rhs.fDx; fDy = rhs.fDy; fDz = rhs.fDz; fTalpha = rhs.fTalpha; fTthetaCphi = rhs.fTthetaCphi; fTthetaSphi = rhs.fTthetaSphi; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/CSG/src/G4Sphere.cc b/source/geometry/solids/CSG/src/G4Sphere.cc index 7602dad035e..89313c71068 100644 --- a/source/geometry/solids/CSG/src/G4Sphere.cc +++ b/source/geometry/solids/CSG/src/G4Sphere.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Sphere.cc 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Sphere.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // class G4Sphere // @@ -70,7 +70,6 @@ #include "G4VGraphicsScene.hh" #include "G4VisExtent.hh" -#include "G4Polyhedron.hh" using namespace CLHEP; @@ -170,6 +169,7 @@ G4Sphere::G4Sphere(const G4Sphere& rhs) halfCarTolerance(rhs.halfCarTolerance), halfAngTolerance(rhs.halfAngTolerance) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -205,6 +205,7 @@ G4Sphere& G4Sphere::operator = (const G4Sphere& rhs) fFullThetaSphere = rhs.fFullThetaSphere; fFullSphere = rhs.fFullSphere; halfCarTolerance = rhs.halfCarTolerance; halfAngTolerance = rhs.halfAngTolerance; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/CSG/src/G4Torus.cc b/source/geometry/solids/CSG/src/G4Torus.cc index 88dab6323d1..10e1864f9d8 100644 --- a/source/geometry/solids/CSG/src/G4Torus.cc +++ b/source/geometry/solids/CSG/src/G4Torus.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Torus.cc 72938 2013-08-14 13:24:12Z gcosmo $ +// $Id: G4Torus.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // // class G4Torus @@ -103,7 +103,7 @@ G4Torus::SetAllParameters( G4double pRmin, fCubicVolume = 0.; fSurfaceArea = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; kRadTolerance = G4GeometryTolerance::GetInstance()->GetRadialTolerance(); kAngTolerance = G4GeometryTolerance::GetInstance()->GetAngularTolerance(); @@ -205,6 +205,7 @@ G4Torus::G4Torus(const G4Torus& rhs) halfCarTolerance(rhs.halfCarTolerance), halfAngTolerance(rhs.halfAngTolerance) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -229,6 +230,7 @@ G4Torus& G4Torus::operator = (const G4Torus& rhs) kRadTolerance = rhs.kRadTolerance; kAngTolerance = rhs.kAngTolerance; halfCarTolerance = rhs.halfCarTolerance; halfAngTolerance = rhs.halfAngTolerance; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/CSG/src/G4Trap.cc b/source/geometry/solids/CSG/src/G4Trap.cc index f774b47c879..8c922504d59 100644 --- a/source/geometry/solids/CSG/src/G4Trap.cc +++ b/source/geometry/solids/CSG/src/G4Trap.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Trap.cc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Trap.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // class G4Trap // @@ -560,6 +560,7 @@ G4Trap::G4Trap(const G4Trap& rhs) fPlanes[i].c = rhs.fPlanes[i].c; fPlanes[i].d = rhs.fPlanes[i].d; } + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -589,6 +590,7 @@ G4Trap& G4Trap::operator = (const G4Trap& rhs) fPlanes[i].c = rhs.fPlanes[i].c; fPlanes[i].d = rhs.fPlanes[i].d; } + fpPolyhedron = GetPolyhedron(); return *this; } @@ -623,7 +625,7 @@ void G4Trap::SetAllParameters ( G4double pDz, } fCubicVolume= 0.; fSurfaceArea= 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; fDz=pDz; fTthetaCphi=std::tan(pTheta)*std::cos(pPhi); fTthetaSphi=std::tan(pTheta)*std::sin(pPhi); diff --git a/source/geometry/solids/CSG/src/G4Trd.cc b/source/geometry/solids/CSG/src/G4Trd.cc index fce3a66a23b..d2140425c97 100644 --- a/source/geometry/solids/CSG/src/G4Trd.cc +++ b/source/geometry/solids/CSG/src/G4Trd.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Trd.cc 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Trd.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // // Implementation for G4Trd class @@ -49,7 +49,6 @@ #include "Randomize.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" using namespace CLHEP; @@ -137,6 +136,7 @@ G4Trd::G4Trd(const G4Trd& rhs) : G4CSGSolid(rhs), fDx1(rhs.fDx1), fDx2(rhs.fDx2), fDy1(rhs.fDy1), fDy2(rhs.fDy2), fDz(rhs.fDz) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -158,6 +158,7 @@ G4Trd& G4Trd::operator = (const G4Trd& rhs) fDx1 = rhs.fDx1; fDx2 = rhs.fDx2; fDy1 = rhs.fDy1; fDy2 = rhs.fDy2; fDz = rhs.fDz; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/CSG/src/G4Tubs.cc b/source/geometry/solids/CSG/src/G4Tubs.cc index 7a47043c601..eea330e9da0 100644 --- a/source/geometry/solids/CSG/src/G4Tubs.cc +++ b/source/geometry/solids/CSG/src/G4Tubs.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Tubs.cc 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Tubs.cc 81636 2014-06-04 09:06:08Z gcosmo $ // // // class G4Tubs @@ -74,7 +74,6 @@ #include "meshdefs.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" using namespace CLHEP; @@ -158,6 +157,7 @@ G4Tubs::G4Tubs(const G4Tubs& rhs) halfRadTolerance(rhs.halfRadTolerance), halfAngTolerance(rhs.halfAngTolerance) { + fpPolyhedron = GetPolyhedron(); } ////////////////////////////////////////////////////////////////////////// @@ -187,6 +187,7 @@ G4Tubs& G4Tubs::operator = (const G4Tubs& rhs) halfCarTolerance = rhs.halfCarTolerance; halfRadTolerance = rhs.halfRadTolerance; halfAngTolerance = rhs.halfAngTolerance; + fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/History b/source/geometry/solids/specific/History index 9de57859fc4..cdc5ba6a526 100644 --- a/source/geometry/solids/specific/History +++ b/source/geometry/solids/specific/History @@ -1,4 +1,4 @@ -$Id: History 79142 2014-02-19 13:35:45Z gcosmo $ +$Id: History 81689 2014-06-04 15:09:00Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,24 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +22-May-2014 G.Cosmo (geom-specific-V09-06-39) +- Added protection in generic constructor of G4Polyhedra for the case when + improper number of sides is given as input. + +10-Apr-2014 G.Cosmo (geom-specific-V09-06-38) +- Get rid of deprecated 'register' storage class specifier in source files. + +31-Mar-2014 G.Cosmo +- Fixed signature of assignment operator to G4VCSGfaceted. + +31-Mar-2014 G.Cosmo +- Fixed signature of assignment operator to G4Polycone, G4Polyhedra and + and G4GenericPolycone. + +05-Mar-2014 G.Cosmo +- Fixed proper handling of polyhedron pointer in solids, to avoid memory + leak for visualization of parameterised volumes. + 12-Feb-2014 G.Cosmo (geom-specific-V09-06-37) - Simply reset polyhedron pointer to zero for modifiers of G4U* wrappers in parameterisation. Resolves crash in MT visualization when using USolids. diff --git a/source/geometry/solids/specific/include/G4Ellipsoid.hh b/source/geometry/solids/specific/include/G4Ellipsoid.hh index e54d3970ecd..934e0487cbf 100644 --- a/source/geometry/solids/specific/include/G4Ellipsoid.hh +++ b/source/geometry/solids/specific/include/G4Ellipsoid.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Ellipsoid.hh 73430 2013-08-27 11:04:49Z gcosmo $ +// $Id: G4Ellipsoid.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -55,6 +55,7 @@ #include #include "G4VSolid.hh" +#include "G4Polyhedron.hh" class G4Ellipsoid : public G4VSolid { diff --git a/source/geometry/solids/specific/include/G4Ellipsoid.icc b/source/geometry/solids/specific/include/G4Ellipsoid.icc index 62e80c76252..03fe9e17980 100644 --- a/source/geometry/solids/specific/include/G4Ellipsoid.icc +++ b/source/geometry/solids/specific/include/G4Ellipsoid.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Ellipsoid.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Ellipsoid.icc 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -65,6 +65,7 @@ void G4Ellipsoid::SetSemiAxis (G4double newxSemiAxis, if (zSemiAxis > semiAxisMax) { semiAxisMax= zSemiAxis; } if (zBottomCut < -zSemiAxis) { zBottomCut = -zSemiAxis; } if (zTopCut > +zSemiAxis) { zTopCut = +zSemiAxis; } + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -79,6 +80,7 @@ void G4Ellipsoid::SetZCuts (G4double newzBottomCut, G4double newzTopCut) { zTopCut = +zSemiAxis; } else { zTopCut = newzTopCut; } + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/specific/include/G4EllipticalCone.hh b/source/geometry/solids/specific/include/G4EllipticalCone.hh index 674c68c8451..31129995feb 100644 --- a/source/geometry/solids/specific/include/G4EllipticalCone.hh +++ b/source/geometry/solids/specific/include/G4EllipticalCone.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4EllipticalCone.hh 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4EllipticalCone.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -80,6 +80,7 @@ #include #include "G4VSolid.hh" +#include "G4Polyhedron.hh" class G4EllipticalCone : public G4VSolid { diff --git a/source/geometry/solids/specific/include/G4EllipticalCone.icc b/source/geometry/solids/specific/include/G4EllipticalCone.icc index 584c506f89e..a50a6f57061 100644 --- a/source/geometry/solids/specific/include/G4EllipticalCone.icc +++ b/source/geometry/solids/specific/include/G4EllipticalCone.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4EllipticalCone.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4EllipticalCone.icc 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -77,6 +77,7 @@ void G4EllipticalCone::SetSemiAxis (G4double newxSemiAxis, zheight = newzMax; semiAxisMax = xSemiAxis > ySemiAxis ? xSemiAxis : ySemiAxis; if (zTopCut > +zheight) { zTopCut = +zheight; } + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -86,6 +87,7 @@ void G4EllipticalCone::SetZCut (G4double newzTopCut) { zTopCut = +zheight; } else { zTopCut = newzTopCut; } + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/specific/include/G4EllipticalTube.hh b/source/geometry/solids/specific/include/G4EllipticalTube.hh index b5e2611ce5e..4833466e0c6 100644 --- a/source/geometry/solids/specific/include/G4EllipticalTube.hh +++ b/source/geometry/solids/specific/include/G4EllipticalTube.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4EllipticalTube.hh 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4EllipticalTube.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 class header file @@ -51,6 +51,7 @@ #define G4EllipticalTube_hh #include "G4VSolid.hh" +#include "G4Polyhedron.hh" class G4EllipticalTube : public G4VSolid { diff --git a/source/geometry/solids/specific/include/G4EllipticalTube.icc b/source/geometry/solids/specific/include/G4EllipticalTube.icc index 610167a9186..adcaec09546 100644 --- a/source/geometry/solids/specific/include/G4EllipticalTube.icc +++ b/source/geometry/solids/specific/include/G4EllipticalTube.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4EllipticalTube.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4EllipticalTube.icc 81641 2014-06-04 09:11:38Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -57,7 +57,7 @@ void G4EllipticalTube::SetDx( const G4double newDx ) { dx = newDx; fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -65,7 +65,7 @@ void G4EllipticalTube::SetDy( const G4double newDy ) { dy = newDy; fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -73,7 +73,7 @@ void G4EllipticalTube::SetDz( const G4double newDz ) { dz = newDz; fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/specific/include/G4GenericPolycone.hh b/source/geometry/solids/specific/include/G4GenericPolycone.hh index 057511fee8f..2417a9b517c 100644 --- a/source/geometry/solids/specific/include/G4GenericPolycone.hh +++ b/source/geometry/solids/specific/include/G4GenericPolycone.hh @@ -115,7 +115,7 @@ class G4GenericPolycone : public G4VCSGfaceted // persistifiable objects. G4GenericPolycone( const G4GenericPolycone &source ); - const G4GenericPolycone &operator=( const G4GenericPolycone &source ); + G4GenericPolycone &operator=( const G4GenericPolycone &source ); // Copy constructor and assignment operator. protected: // without description diff --git a/source/geometry/solids/specific/include/G4Hype.hh b/source/geometry/solids/specific/include/G4Hype.hh index 161c0d277af..4329a5b01df 100644 --- a/source/geometry/solids/specific/include/G4Hype.hh +++ b/source/geometry/solids/specific/include/G4Hype.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Hype.hh 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4Hype.hh 81641 2014-06-04 09:11:38Z gcosmo $ // $Original: G4Hype.hh,v 1.0 1998/06/09 16:57:50 safai Exp $ // // @@ -59,6 +59,7 @@ #include "G4VSolid.hh" #include "G4ThreeVector.hh" +#include "G4Polyhedron.hh" class G4SolidExtentList; class G4ClippablePolygon; diff --git a/source/geometry/solids/specific/include/G4Hype.icc b/source/geometry/solids/specific/include/G4Hype.icc index ed0cf32de46..f64a326d3a5 100644 --- a/source/geometry/solids/specific/include/G4Hype.icc +++ b/source/geometry/solids/specific/include/G4Hype.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Hype.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Hype.icc 81641 2014-06-04 09:11:38Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -72,7 +72,7 @@ void G4Hype::SetInnerRadius (G4double newIRad) endInnerRadius2=HypeInnerRadius2(halfLenZ); endInnerRadius=std::sqrt(endInnerRadius2); fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -83,7 +83,7 @@ void G4Hype::SetOuterRadius (G4double newORad) endOuterRadius2=HypeOuterRadius2(halfLenZ); endOuterRadius=std::sqrt(endOuterRadius2); fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -91,7 +91,7 @@ void G4Hype::SetZHalfLength (G4double newHLZ) { halfLenZ = newHLZ ; fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -103,7 +103,7 @@ void G4Hype::SetInnerStereo (G4double newISte) endInnerRadius2=HypeInnerRadius2(halfLenZ); endInnerRadius=std::sqrt(endInnerRadius2); fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline @@ -115,7 +115,7 @@ void G4Hype::SetOuterStereo (G4double newOSte) endOuterRadius2=HypeOuterRadius2(halfLenZ); endOuterRadius=std::sqrt(endOuterRadius2); fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } inline diff --git a/source/geometry/solids/specific/include/G4Paraboloid.hh b/source/geometry/solids/specific/include/G4Paraboloid.hh index 7d4d71afe10..fa6bc5455ea 100644 --- a/source/geometry/solids/specific/include/G4Paraboloid.hh +++ b/source/geometry/solids/specific/include/G4Paraboloid.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Paraboloid.hh 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Paraboloid.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -60,6 +60,7 @@ #include #include "G4VSolid.hh" +#include "G4Polyhedron.hh" class G4Paraboloid : public G4VSolid { diff --git a/source/geometry/solids/specific/include/G4Paraboloid.icc b/source/geometry/solids/specific/include/G4Paraboloid.icc index 10123e7600b..1844069c288 100644 --- a/source/geometry/solids/specific/include/G4Paraboloid.icc +++ b/source/geometry/solids/specific/include/G4Paraboloid.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Paraboloid.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Paraboloid.icc 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -72,6 +72,7 @@ void G4Paraboloid::SetZHalfLength(G4double pDz) // fSurfaceArea = 0.; fCubicVolume = 0.; + delete fpPolyhedron; fpPolyhedron = 0; } } @@ -94,6 +95,7 @@ void G4Paraboloid::SetRadiusPlusZ(G4double pR2) // fSurfaceArea = 0.; fCubicVolume = 0.; + delete fpPolyhedron; fpPolyhedron = 0; } } @@ -116,6 +118,7 @@ void G4Paraboloid::SetRadiusMinusZ(G4double pR1) // fSurfaceArea = 0.; fCubicVolume = 0.; + delete fpPolyhedron; fpPolyhedron = 0; } } diff --git a/source/geometry/solids/specific/include/G4Polycone.hh b/source/geometry/solids/specific/include/G4Polycone.hh index 2463e2d969d..e96e2efb51c 100644 --- a/source/geometry/solids/specific/include/G4Polycone.hh +++ b/source/geometry/solids/specific/include/G4Polycone.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Polycone.hh 76510 2013-11-12 10:28:06Z gcosmo $ +// $Id: G4Polycone.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -73,6 +73,7 @@ #include "G4VCSGfaceted.hh" #include "G4PolyconeSide.hh" #include "G4PolyconeHistorical.hh" +#include "G4Polyhedron.hh" class G4EnclosingCylinder; class G4ReduciblePolygon; @@ -140,7 +141,7 @@ class G4Polycone : public G4VCSGfaceted // persistifiable objects. G4Polycone( const G4Polycone &source ); - const G4Polycone &operator=( const G4Polycone &source ); + G4Polycone &operator=( const G4Polycone &source ); // Copy constructor and assignment operator. protected: // without description diff --git a/source/geometry/solids/specific/include/G4Polycone.icc b/source/geometry/solids/specific/include/G4Polycone.icc index 755a5c97280..767c1cb04d0 100644 --- a/source/geometry/solids/specific/include/G4Polycone.icc +++ b/source/geometry/solids/specific/include/G4Polycone.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Polycone.icc 75218 2013-10-29 16:11:15Z gcosmo $ +// $Id: G4Polycone.icc 81641 2014-06-04 09:11:38Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -78,6 +78,6 @@ void G4Polycone::SetOriginalParameters(G4PolyconeHistorical* pars) FatalException, "NULL pointer to parameters!"); *original_parameters = *pars; fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } diff --git a/source/geometry/solids/specific/include/G4Polyhedra.hh b/source/geometry/solids/specific/include/G4Polyhedra.hh index ccddb7843f6..ef19d8bb7db 100644 --- a/source/geometry/solids/specific/include/G4Polyhedra.hh +++ b/source/geometry/solids/specific/include/G4Polyhedra.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Polyhedra.hh 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Polyhedra.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -73,6 +73,7 @@ #include "G4VCSGfaceted.hh" #include "G4PolyhedraSide.hh" #include "G4PolyhedraHistorical.hh" +#include "G4Polyhedron.hh" class G4EnclosingCylinder; class G4ReduciblePolygon; @@ -148,7 +149,7 @@ class G4Polyhedra : public G4VCSGfaceted // persistifiable objects. G4Polyhedra( const G4Polyhedra &source ); - const G4Polyhedra &operator=( const G4Polyhedra &source ); + G4Polyhedra &operator=( const G4Polyhedra &source ); // Copy constructor and assignment operator. protected: // without description diff --git a/source/geometry/solids/specific/include/G4Polyhedra.icc b/source/geometry/solids/specific/include/G4Polyhedra.icc index 8e46e7b3993..e850247ec5b 100644 --- a/source/geometry/solids/specific/include/G4Polyhedra.icc +++ b/source/geometry/solids/specific/include/G4Polyhedra.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Polyhedra.icc 75218 2013-10-29 16:11:15Z gcosmo $ +// $Id: G4Polyhedra.icc 81641 2014-06-04 09:11:38Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file @@ -92,5 +92,5 @@ void G4Polyhedra::SetOriginalParameters(G4PolyhedraHistorical* pars) } *original_parameters = *pars; fCubicVolume = 0.; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; } diff --git a/source/geometry/solids/specific/include/G4UPolycone.hh b/source/geometry/solids/specific/include/G4UPolycone.hh index 36ed7f20d6d..b54218bef23 100644 --- a/source/geometry/solids/specific/include/G4UPolycone.hh +++ b/source/geometry/solids/specific/include/G4UPolycone.hh @@ -47,6 +47,7 @@ #include "UPolycone.hh" #include "G4PolyconeSide.hh" #include "G4PolyconeHistorical.hh" +#include "G4Polyhedron.hh" class G4UPolycone : public G4USolid { @@ -160,7 +161,7 @@ inline void G4UPolycone::SetOriginalParameters(G4PolyconeHistorical* pars) pdata->Rmin[i] = pars->Rmin[i]; pdata->Rmax[i] = pars->Rmax[i]; } - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline G4bool G4UPolycone::Reset() { diff --git a/source/geometry/solids/specific/include/G4UPolyhedra.hh b/source/geometry/solids/specific/include/G4UPolyhedra.hh index 98b3a794d35..5ca0a5920fb 100644 --- a/source/geometry/solids/specific/include/G4UPolyhedra.hh +++ b/source/geometry/solids/specific/include/G4UPolyhedra.hh @@ -47,6 +47,7 @@ #include "UPolyhedra.hh" #include "G4PolyhedraSide.hh" #include "G4PolyhedraHistorical.hh" +#include "G4Polyhedron.hh" class G4EnclosingCylinder; class G4ReduciblePolygon; @@ -175,7 +176,7 @@ inline void G4UPolyhedra::SetOriginalParameters(G4PolyhedraHistorical* pars) pdata->Rmin[i] = pars->Rmin[i]; pdata->Rmax[i] = pars->Rmax[i]; } - fPolyhedron = 0; + delete fPolyhedron; fPolyhedron = 0; } inline G4bool G4UPolyhedra::Reset() { diff --git a/source/geometry/solids/specific/include/G4VCSGfaceted.hh b/source/geometry/solids/specific/include/G4VCSGfaceted.hh index 82c4e27ebc7..bdb599c44b3 100644 --- a/source/geometry/solids/specific/include/G4VCSGfaceted.hh +++ b/source/geometry/solids/specific/include/G4VCSGfaceted.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VCSGfaceted.hh 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4VCSGfaceted.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -58,7 +58,7 @@ class G4VCSGfaceted : public G4VSolid virtual ~G4VCSGfaceted(); G4VCSGfaceted( const G4VCSGfaceted &source ); - const G4VCSGfaceted &operator=( const G4VCSGfaceted &source ); + G4VCSGfaceted &operator=( const G4VCSGfaceted &source ); virtual G4bool CalculateExtent( const EAxis pAxis, const G4VoxelLimits& pVoxelLimit, diff --git a/source/geometry/solids/specific/include/G4VTwistedFaceted.hh b/source/geometry/solids/specific/include/G4VTwistedFaceted.hh index d6202c2d58b..4078ca46bd4 100644 --- a/source/geometry/solids/specific/include/G4VTwistedFaceted.hh +++ b/source/geometry/solids/specific/include/G4VTwistedFaceted.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VTwistedFaceted.hh 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4VTwistedFaceted.hh 81641 2014-06-04 09:11:38Z gcosmo $ // // -------------------------------------------------------------------- // GEANT 4 class header file @@ -157,6 +157,8 @@ class G4VTwistedFaceted: public G4VSolid // Create the List of transformed vertices in the format required // for G4VSolid:: ClipCrossSection and ClipBetweenSections. + mutable G4Polyhedron* fpPolyhedron; // pointer to polyhedron for vis + private: void CreateSurfaces(); @@ -198,8 +200,6 @@ class G4VTwistedFaceted: public G4VSolid G4double fCubicVolume ; // volume of the solid G4double fSurfaceArea ; // area of the solid - mutable G4Polyhedron* fpPolyhedron; // pointer to polyhedron for vis - class LastState // last Inside result { public: diff --git a/source/geometry/solids/specific/src/G4Ellipsoid.cc b/source/geometry/solids/specific/src/G4Ellipsoid.cc index 062712e0f31..90212e931cc 100644 --- a/source/geometry/solids/specific/src/G4Ellipsoid.cc +++ b/source/geometry/solids/specific/src/G4Ellipsoid.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4Ellipsoid.cc 73430 2013-08-27 11:04:49Z gcosmo $ +// $Id: G4Ellipsoid.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // class G4Ellipsoid // @@ -50,7 +50,6 @@ #include "G4VPVParameterisation.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" #include "G4VisExtent.hh" using namespace CLHEP; @@ -140,6 +139,7 @@ G4Ellipsoid::G4Ellipsoid(const G4Ellipsoid& rhs) zSemiAxis(rhs.zSemiAxis), semiAxisMax(rhs.semiAxisMax), zBottomCut(rhs.zBottomCut), zTopCut(rhs.zTopCut) { + fpPolyhedron = GetPolyhedron(); } /////////////////////////////////////////////////////////////////////////////// @@ -158,13 +158,14 @@ G4Ellipsoid& G4Ellipsoid::operator = (const G4Ellipsoid& rhs) // Copy data // - fpPolyhedron = 0; kRadTolerance = rhs.kRadTolerance; + kRadTolerance = rhs.kRadTolerance; halfCarTolerance = rhs.halfCarTolerance; halfRadTolerance = rhs.halfRadTolerance; fCubicVolume = rhs.fCubicVolume; fSurfaceArea = rhs.fSurfaceArea; xSemiAxis = rhs.xSemiAxis; ySemiAxis = rhs.ySemiAxis; zSemiAxis = rhs.zSemiAxis; semiAxisMax = rhs.semiAxisMax; zBottomCut = rhs.zBottomCut; zTopCut = rhs.zTopCut; + delete fpPolyhedron; fpPolyhedron = 0; fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/src/G4EllipticalCone.cc b/source/geometry/solids/specific/src/G4EllipticalCone.cc index 09b4133405d..a4d67b7fd41 100644 --- a/source/geometry/solids/specific/src/G4EllipticalCone.cc +++ b/source/geometry/solids/specific/src/G4EllipticalCone.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4EllipticalCone.cc 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4EllipticalCone.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // Implementation of G4EllipticalCone class // @@ -52,7 +52,6 @@ #include "Randomize.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" #include "G4VisExtent.hh" //#define G4SPECSDEBUG 1 @@ -131,6 +130,7 @@ G4EllipticalCone::G4EllipticalCone(const G4EllipticalCone& rhs) xSemiAxis(rhs.xSemiAxis), ySemiAxis(rhs.ySemiAxis), zheight(rhs.zheight), semiAxisMax(rhs.semiAxisMax), zTopCut(rhs.zTopCut) { + fpPolyhedron = GetPolyhedron(); } /////////////////////////////////////////////////////////////////////////////// @@ -149,11 +149,12 @@ G4EllipticalCone& G4EllipticalCone::operator = (const G4EllipticalCone& rhs) // Copy data // - fpPolyhedron = 0; kRadTolerance = rhs.kRadTolerance; + kRadTolerance = rhs.kRadTolerance; halfRadTol = rhs.halfRadTol; halfCarTol = rhs.halfCarTol; fCubicVolume = rhs.fCubicVolume; fSurfaceArea = rhs.fSurfaceArea; xSemiAxis = rhs.xSemiAxis; ySemiAxis = rhs.ySemiAxis; zheight = rhs.zheight; semiAxisMax = rhs.semiAxisMax; zTopCut = rhs.zTopCut; + delete fpPolyhedron; fpPolyhedron = 0; fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/src/G4EllipticalTube.cc b/source/geometry/solids/specific/src/G4EllipticalTube.cc index cc1386f7aec..0c814381cfd 100644 --- a/source/geometry/solids/specific/src/G4EllipticalTube.cc +++ b/source/geometry/solids/specific/src/G4EllipticalTube.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4EllipticalTube.cc 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4EllipticalTube.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -49,7 +49,6 @@ #include "Randomize.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" #include "G4VisExtent.hh" using namespace CLHEP; @@ -99,6 +98,7 @@ G4EllipticalTube::G4EllipticalTube(const G4EllipticalTube& rhs) fCubicVolume(rhs.fCubicVolume), fSurfaceArea(rhs.fSurfaceArea), fpPolyhedron(0) { + fpPolyhedron = GetPolyhedron(); } @@ -120,7 +120,7 @@ G4EllipticalTube& G4EllipticalTube::operator = (const G4EllipticalTube& rhs) dx = rhs.dx; dy = rhs.dy; dz = rhs.dz; halfTol = rhs.halfTol; fCubicVolume = rhs.fCubicVolume; fSurfaceArea = rhs.fSurfaceArea; - fpPolyhedron = 0; + delete fpPolyhedron; fpPolyhedron = 0; fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/src/G4GenericPolycone.cc b/source/geometry/solids/specific/src/G4GenericPolycone.cc index fbfd44fd163..d30fa74c1fa 100644 --- a/source/geometry/solids/specific/src/G4GenericPolycone.cc +++ b/source/geometry/solids/specific/src/G4GenericPolycone.cc @@ -279,7 +279,7 @@ G4GenericPolycone::G4GenericPolycone( const G4GenericPolycone &source ) // // Assignment operator // -const G4GenericPolycone &G4GenericPolycone::operator=( const G4GenericPolycone &source ) +G4GenericPolycone &G4GenericPolycone::operator=( const G4GenericPolycone &source ) { if (this == &source) return *this; @@ -325,6 +325,8 @@ void G4GenericPolycone::CopyStuff( const G4GenericPolycone &source ) // Enclosing cylinder // enclosingCylinder = new G4EnclosingCylinder( *source.enclosingCylinder ); + + fpPolyhedron = GetPolyhedron(); } diff --git a/source/geometry/solids/specific/src/G4GenericTrap.cc b/source/geometry/solids/specific/src/G4GenericTrap.cc index a101634f090..dca6b934b6b 100644 --- a/source/geometry/solids/specific/src/G4GenericTrap.cc +++ b/source/geometry/solids/specific/src/G4GenericTrap.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4GenericTrap.cc 79142 2014-02-19 13:35:45Z gcosmo $ +// $Id: G4GenericTrap.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -200,6 +200,7 @@ G4GenericTrap::G4GenericTrap(const G4GenericTrap& rhs) if (rhs.fTessellatedSolid && !fIsTwisted ) { fTessellatedSolid = CreateTessellatedSolid(); } #endif + fpPolyhedron = GetPolyhedron(); } // -------------------------------------------------------------------- @@ -216,7 +217,7 @@ G4GenericTrap& G4GenericTrap::operator = (const G4GenericTrap& rhs) // Copy data // - fpPolyhedron = 0; halfCarTolerance = rhs.halfCarTolerance; + halfCarTolerance = rhs.halfCarTolerance; fDz = rhs.fDz; fVertices = rhs.fVertices; fIsTwisted = rhs.fIsTwisted; fTessellatedSolid = 0; fMinBBoxVector = rhs.fMinBBoxVector; fMaxBBoxVector = rhs.fMaxBBoxVector; @@ -228,6 +229,7 @@ G4GenericTrap& G4GenericTrap::operator = (const G4GenericTrap& rhs) if (rhs.fTessellatedSolid && !fIsTwisted ) { delete fTessellatedSolid; fTessellatedSolid = CreateTessellatedSolid(); } #endif + delete fpPolyhedron; fpPolyhedron = 0; fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/src/G4Hype.cc b/source/geometry/solids/specific/src/G4Hype.cc index dc672b70c83..9f106777fce 100644 --- a/source/geometry/solids/specific/src/G4Hype.cc +++ b/source/geometry/solids/specific/src/G4Hype.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Hype.cc 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4Hype.cc 81641 2014-06-04 09:11:38Z gcosmo $ // $Original: G4Hype.cc,v 1.0 1998/06/09 16:57:50 safai Exp $ // // @@ -59,7 +59,6 @@ #include "Randomize.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" #include "G4VisExtent.hh" using namespace CLHEP; @@ -162,6 +161,7 @@ G4Hype::G4Hype(const G4Hype& rhs) fCubicVolume(rhs.fCubicVolume), fSurfaceArea(rhs.fSurfaceArea), fHalfTol(rhs.fHalfTol), fpPolyhedron(0) { + fpPolyhedron = GetPolyhedron(); } @@ -189,7 +189,8 @@ G4Hype& G4Hype::operator = (const G4Hype& rhs) endInnerRadius2 = rhs.endInnerRadius2; endOuterRadius2 = rhs.endOuterRadius2; endInnerRadius = rhs.endInnerRadius; endOuterRadius = rhs.endOuterRadius; fCubicVolume = rhs.fCubicVolume; fSurfaceArea = rhs.fSurfaceArea; - fHalfTol = rhs.fHalfTol; fpPolyhedron = 0; + fHalfTol = rhs.fHalfTol; + delete fpPolyhedron; fpPolyhedron = 0; fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/src/G4Paraboloid.cc b/source/geometry/solids/specific/src/G4Paraboloid.cc index 336b3881d57..be786b9b542 100644 --- a/source/geometry/solids/specific/src/G4Paraboloid.cc +++ b/source/geometry/solids/specific/src/G4Paraboloid.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4Paraboloid.cc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4Paraboloid.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // class G4Paraboloid // @@ -45,7 +45,6 @@ #include "Randomize.hh" #include "G4VGraphicsScene.hh" -#include "G4Polyhedron.hh" #include "G4VisExtent.hh" using namespace CLHEP; @@ -112,6 +111,7 @@ G4Paraboloid::G4Paraboloid(const G4Paraboloid& rhs) fSurfaceArea(rhs.fSurfaceArea), fCubicVolume(rhs.fCubicVolume), dz(rhs.dz), r1(rhs.r1), r2(rhs.r2), k1(rhs.k1), k2(rhs.k2) { + fpPolyhedron = GetPolyhedron(); } @@ -131,9 +131,9 @@ G4Paraboloid& G4Paraboloid::operator = (const G4Paraboloid& rhs) // Copy data // - fpPolyhedron = 0; fSurfaceArea = rhs.fSurfaceArea; fCubicVolume = rhs.fCubicVolume; dz = rhs.dz; r1 = rhs.r1; r2 = rhs.r2; k1 = rhs.k1; k2 = rhs.k2; + delete fpPolyhedron; fpPolyhedron = 0; fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/src/G4Polycone.cc b/source/geometry/solids/specific/src/G4Polycone.cc index fe31f5e3a47..dc79034d43e 100644 --- a/source/geometry/solids/specific/src/G4Polycone.cc +++ b/source/geometry/solids/specific/src/G4Polycone.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Polycone.cc 79142 2014-02-19 13:35:45Z gcosmo $ +// $Id: G4Polycone.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -46,7 +46,6 @@ #include "Randomize.hh" -#include "G4Polyhedron.hh" #include "G4EnclosingCylinder.hh" #include "G4ReduciblePolygon.hh" #include "G4VPVParameterisation.hh" @@ -373,7 +372,7 @@ G4Polycone::G4Polycone( const G4Polycone &source ) // // Assignment operator // -const G4Polycone &G4Polycone::operator=( const G4Polycone &source ) +G4Polycone &G4Polycone::operator=( const G4Polycone &source ) { if (this == &source) return *this; @@ -428,6 +427,8 @@ void G4Polycone::CopyStuff( const G4Polycone &source ) // Enclosing cylinder // enclosingCylinder = new G4EnclosingCylinder( *source.enclosingCylinder ); + + fpPolyhedron = GetPolyhedron(); } diff --git a/source/geometry/solids/specific/src/G4Polyhedra.cc b/source/geometry/solids/specific/src/G4Polyhedra.cc index 0902b12c202..6e3f0ae1d0b 100644 --- a/source/geometry/solids/specific/src/G4Polyhedra.cc +++ b/source/geometry/solids/specific/src/G4Polyhedra.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Polyhedra.cc 78188 2013-12-04 16:32:00Z gcosmo $ +// $Id: G4Polyhedra.cc 81689 2014-06-04 15:09:00Z gcosmo $ // // // -------------------------------------------------------------------- @@ -63,7 +63,6 @@ #include "Randomize.hh" -#include "G4Polyhedron.hh" #include "G4EnclosingCylinder.hh" #include "G4ReduciblePolygon.hh" #include "G4VPVParameterisation.hh" @@ -172,6 +171,15 @@ G4Polyhedra::G4Polyhedra( const G4String& name, const G4double z[] ) : G4VCSGfaceted( name ), genericPgon(true) { + if (theNumSide <= 0) + { + std::ostringstream message; + message << "Solid must have at least one side - " << GetName() << G4endl + << " No sides specified !"; + G4Exception("G4Polyhedra::G4Polyhedra()", "GeomSolids0002", + FatalErrorInArgument, message); + } + G4ReduciblePolygon *rz = new G4ReduciblePolygon( r, z, numRZ ); Create( phiStart, phiTotal, theNumSide, rz ); @@ -398,7 +406,7 @@ G4Polyhedra::G4Polyhedra( const G4Polyhedra &source ) // // Assignment operator // -const G4Polyhedra &G4Polyhedra::operator=( const G4Polyhedra &source ) +G4Polyhedra &G4Polyhedra::operator=( const G4Polyhedra &source ) { if (this == &source) return *this; @@ -455,6 +463,8 @@ void G4Polyhedra::CopyStuff( const G4Polyhedra &source ) // Enclosing cylinder // enclosingCylinder = new G4EnclosingCylinder( *source.enclosingCylinder ); + + fpPolyhedron = GetPolyhedron(); } diff --git a/source/geometry/solids/specific/src/G4TessellatedSolid.cc b/source/geometry/solids/specific/src/G4TessellatedSolid.cc index db82dabab01..89b14075cf5 100644 --- a/source/geometry/solids/specific/src/G4TessellatedSolid.cc +++ b/source/geometry/solids/specific/src/G4TessellatedSolid.cc @@ -24,7 +24,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4TessellatedSolid.cc 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4TessellatedSolid.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% // @@ -190,6 +190,7 @@ void G4TessellatedSolid::DeleteObjects () G4int size = fFacets.size(); for (G4int i = 0; i < size; ++i) { delete fFacets[i]; } fFacets.clear(); + delete fpPolyhedron; fpPolyhedron = 0; } /////////////////////////////////////////////////////////////////////////////// @@ -210,6 +211,7 @@ void G4TessellatedSolid::CopyObjects (const G4TessellatedSolid &ts) AddFacet(facetClone); } if (ts.GetSolidClosed()) SetSolidClosed(true); + fpPolyhedron = GetPolyhedron(); } /////////////////////////////////////////////////////////////////////////////// diff --git a/source/geometry/solids/specific/src/G4Tet.cc b/source/geometry/solids/specific/src/G4Tet.cc index fa980ee2bca..02a40e8d721 100644 --- a/source/geometry/solids/specific/src/G4Tet.cc +++ b/source/geometry/solids/specific/src/G4Tet.cc @@ -27,7 +27,7 @@ // * * // ******************************************************************** // -// $Id: G4Tet.cc 76263 2013-11-08 11:41:52Z gcosmo $ +// $Id: G4Tet.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // class G4Tet // @@ -58,7 +58,7 @@ #if !defined(G4GEOM_USE_UTET) -const char G4Tet::CVSVers[]="$Id: G4Tet.cc 76263 2013-11-08 11:41:52Z gcosmo $"; +const char G4Tet::CVSVers[]="$Id: G4Tet.cc 81641 2014-06-04 09:11:38Z gcosmo $"; #include "G4VoxelLimits.hh" #include "G4AffineTransform.hh" @@ -224,6 +224,7 @@ G4Tet::G4Tet(const G4Tet& rhs) fDx(rhs.fDx), fDy(rhs.fDy), fDz(rhs.fDz), fTol(rhs.fTol), fMaxSize(rhs.fMaxSize) { + fpPolyhedron = GetPolyhedron(); } @@ -244,7 +245,7 @@ G4Tet& G4Tet::operator = (const G4Tet& rhs) // Copy data // fCubicVolume = rhs.fCubicVolume; fSurfaceArea = rhs.fSurfaceArea; - fpPolyhedron = 0; fAnchor = rhs.fAnchor; + fAnchor = rhs.fAnchor; fP2 = rhs.fP2; fP3 = rhs.fP3; fP4 = rhs.fP4; fMiddle = rhs.fMiddle; fNormal123 = rhs.fNormal123; fNormal142 = rhs.fNormal142; fNormal134 = rhs.fNormal134; fNormal234 = rhs.fNormal234; @@ -254,6 +255,7 @@ G4Tet& G4Tet::operator = (const G4Tet& rhs) fYMin = rhs.fYMin; fYMax = rhs.fYMax; fZMin = rhs.fZMin; fZMax = rhs.fZMax; fDx = rhs.fDx; fDy = rhs.fDy; fDz = rhs.fDz; fTol = rhs.fTol; fMaxSize = rhs.fMaxSize; + delete fpPolyhedron; fpPolyhedron = 0; fpPolyhedron = GetPolyhedron(); return *this; } diff --git a/source/geometry/solids/specific/src/G4TwistTrapAlphaSide.cc b/source/geometry/solids/specific/src/G4TwistTrapAlphaSide.cc index 218808ed21d..8375c95cd49 100644 --- a/source/geometry/solids/specific/src/G4TwistTrapAlphaSide.cc +++ b/source/geometry/solids/specific/src/G4TwistTrapAlphaSide.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4TwistTrapAlphaSide.cc 72937 2013-08-14 13:20:38Z gcosmo $ +// $Id: G4TwistTrapAlphaSide.cc 81641 2014-06-04 09:11:38Z gcosmo $ // // // -------------------------------------------------------------------- @@ -217,7 +217,7 @@ G4TwistTrapAlphaSide::DistanceToSurface(const G4ThreeVector &gp, if (fCurStatWithV.IsDone()) { - for (register int i=0; i fDz + halfCarTolerance) - { - return in = eOutside; - } - else if (std::fabs(p.z) >= fDz - halfCarTolerance) - { - in = eSurface; - } - else - { - in = eInside; - } - - r2 = p.x * p.x + p.y * p.y; - rl = 0.5 * (fRmin2 * (p.z + fDz) + fRmin1 * (fDz - p.z)) / fDz; - rh = 0.5 * (fRmax2 * (p.z + fDz) + fRmax1 * (fDz - p.z)) / fDz; - - // rh2 = rh*rh; - - tolRMin = rl - halfRadTolerance; - if (tolRMin < 0) - { - tolRMin = 0; - } - tolRMax = rh + halfRadTolerance; - - if ((r2 < tolRMin * tolRMin) || (r2 > tolRMax * tolRMax)) - { - return in = eOutside; - } - - if (rl) - { - tolRMin = rl + halfRadTolerance; - } - else - { - tolRMin = 0.0; - } - tolRMax = rh - halfRadTolerance; - - if (in == eInside) // else it's eSurface already - { - if ((r2 < tolRMin * tolRMin) || (r2 >= tolRMax * tolRMax)) - { - in = eSurface; - } - } - if (!fPhiFullCone && ((p.x != 0.0) || (p.y != 0.0))) - { - pPhi = std::atan2(p.y, p.x); - - if (pPhi < fSPhi - halfAngTolerance) - { - pPhi += 2 * UUtils::kPi; - } - else if (pPhi > fSPhi + fDPhi + halfAngTolerance) - { - pPhi -= 2 * UUtils::kPi; - } - - if ((pPhi < fSPhi - halfAngTolerance) || - (pPhi > fSPhi + fDPhi + halfAngTolerance)) - { - return in = eOutside; - } - - else if (in == eInside) // else it's eSurface anyway already - { - if ((pPhi < fSPhi + halfAngTolerance) || - (pPhi > fSPhi + fDPhi - halfAngTolerance)) - { - in = eSurface; - } - } - } - else if (!fPhiFullCone) - { - in = eSurface; - } - - return in; - } + // Safety used for UPolycone + inline double SafetyToPhi(const UVector3& p, + const double rho, bool& outside) const; + inline double SafetyFromInsideR(const UVector3& p, + const double rho,bool) const; + inline double SafetyFromOutsideR(const UVector3& p, + const double rho,bool) const; + + inline VUSolid::EnumInside Inside(const UVector3& p) const; + public: // without description UCons(); @@ -288,13 +204,10 @@ class UCons : public VUSolid // Cached trigonometric values bool fPhiFullCone; - - double secRMin, tanRMin, tanRMax, secRMax; - -// double fSinPhi; - // // Flag for identification of section or full cone + + double secRMin, tanRMin, tanRMax, secRMax; }; #include "UCons.icc" diff --git a/source/geometry/solids/usolids/include/UCons.icc b/source/geometry/solids/usolids/include/UCons.icc index 22f380e1d90..a92b58fd9ef 100644 --- a/source/geometry/solids/usolids/include/UCons.icc +++ b/source/geometry/solids/usolids/include/UCons.icc @@ -292,3 +292,218 @@ double UCons::SurfaceArea() } return fSurfaceArea; } + +inline +double UCons::SafetyToPhi(const UVector3& p, + const double rho, bool& outside) const +{ + double cosPsi, safePhi = 0.0; + outside = false; + + cosPsi = (p.x * cosCPhi + p.y * sinCPhi) / rho; + + if (cosPsi < std::cos(fDPhi * 0.5)) // Point lies outside phi range + { + outside = true; + if ((p.y * cosCPhi - p.x * sinCPhi) <= 0.0) + { + safePhi = std::fabs(p.x * std::sin(fSPhi) - p.y * std::cos(fSPhi)); + } + else + { + safePhi = std::fabs(p.x * sinEPhi - p.y * cosEPhi); + } + } + return safePhi; +} + +inline +double UCons::SafetyFromInsideR(const UVector3& p, + const double rho, bool) const +{ + double safe = 0.0, safeR1, safeR2, safePhi; + double pRMin; + double pRMax; + + if (fRmin1 || fRmin2) + { + pRMin = tanRMin * p.z + (fRmin1 + fRmin2) * 0.5; + safeR1 = (rho - pRMin) / secRMin; + } + else + { + safeR1 = UUtils::kInfinity; + } + + pRMax = tanRMax * p.z + (fRmax1 + fRmax2) * 0.5; + safeR2 = (pRMax - rho) / secRMax; + + if (safeR1 < safeR2) + { + safe = safeR1; + } + else + { + safe = safeR2; + } + + // Check if phi divided, Calc distances closest phi plane + // + if (!fPhiFullCone) + { + // Above/below central phi of UCons? + + if ((p.y * cosCPhi - p.x * sinCPhi) <= 0) + { + safePhi = -(p.x * sinSPhi - p.y * cosSPhi); + } + else + { + safePhi = (p.x * sinEPhi - p.y * cosEPhi); + } + if (safePhi < safe) + { + safe = safePhi; + } + } + + if (safe < 0) + { + safe = 0; + } + + return safe; +} + +inline +double UCons::SafetyFromOutsideR(const UVector3& p, + const double rho, bool) const +{ + double safe = 0.0, safeR1, safeR2; + double safePhi; + double pRMin, pRMax; + bool outside; + if (fRmin1 || fRmin2) + { + pRMin = tanRMin * p.z + (fRmin1 + fRmin2) * 0.5; + safeR1 = (rho-pRMin ) / secRMin; + + pRMax = tanRMax * p.z + (fRmax1 + fRmax2) * 0.5; + safeR2 = (rho - pRMax) / secRMax; + + if (safeR1 > safeR2) + { + safe = safeR1; + } + else + { + safe = safeR2; + } + } + else + { + pRMax = tanRMax * p.z + (fRmax1 + fRmax2) * 0.5; + safe = (rho - pRMax) / secRMax; + } + if (!fPhiFullCone) + { + safePhi=SafetyToPhi(p,rho,outside); + if ((outside) && (safePhi > safe)) + { + safe = safePhi; + } + } + + if (safe < 0.0) + { + safe = 0.0; + } + return safe; // not accurate safety +} + +inline +VUSolid::EnumInside UCons::Inside(const UVector3& p) const +{ + double r2, rl, rh, pPhi, tolRMin, tolRMax; // rh2, rl2; + VUSolid::EnumInside in; + static const double halfCarTolerance = VUSolid::Tolerance() * 0.5; + static const double halfRadTolerance = kRadTolerance * 0.5; + static const double halfAngTolerance = kAngTolerance * 0.5; + + if (std::fabs(p.z) > fDz + halfCarTolerance) + { + return in = eOutside; + } + else if (std::fabs(p.z) >= fDz - halfCarTolerance) + { + in = eSurface; + } + else + { + in = eInside; + } + r2 = p.x * p.x + p.y * p.y; + rl = 0.5 * (fRmin2 * (p.z + fDz) + fRmin1 * (fDz - p.z)) / fDz; + rh = 0.5 * (fRmax2 * (p.z + fDz) + fRmax1 * (fDz - p.z)) / fDz; + + tolRMin = rl - halfRadTolerance; + if (tolRMin < 0) + { + tolRMin = 0; + } + tolRMax = rh + halfRadTolerance; + + if ((r2 < tolRMin * tolRMin) || (r2 > tolRMax * tolRMax)) + { + return in = eOutside; + } + if (rl) + { + tolRMin = rl + halfRadTolerance; + } + else + { + tolRMin = 0.0; + } + + tolRMax = rh - halfRadTolerance; + if (in == eInside) // else it's eSurface already + { + if ((r2 < tolRMin * tolRMin) || (r2 >= tolRMax * tolRMax)) + { + in = eSurface; + } + } + if (!fPhiFullCone && ((p.x != 0.0) || (p.y != 0.0))) + { + pPhi = std::atan2(p.y, p.x); + if (pPhi < fSPhi - halfAngTolerance) + { + pPhi += 2 * UUtils::kPi; + } + else if (pPhi > fSPhi + fDPhi + halfAngTolerance) + { + pPhi -= 2 * UUtils::kPi; + } + + if ((pPhi < fSPhi - halfAngTolerance) || + (pPhi > fSPhi + fDPhi + halfAngTolerance)) + { + return in = eOutside; + } + else if (in == eInside) // else it's eSurface anyway already + { + if ((pPhi < fSPhi + halfAngTolerance) || + (pPhi > fSPhi + fDPhi - halfAngTolerance)) + { + in = eSurface; + } + } + } + else if (!fPhiFullCone) + { + in = eSurface; + } + + return in; +} diff --git a/source/geometry/solids/usolids/include/UPolycone.hh b/source/geometry/solids/usolids/include/UPolycone.hh index 303b4d7acbd..2a01d05990f 100644 --- a/source/geometry/solids/usolids/include/UPolycone.hh +++ b/source/geometry/solids/usolids/include/UPolycone.hh @@ -262,19 +262,57 @@ class UPolycone : public VUSolid inline VUSolid::EnumInside InsideSection(int index, const UVector3& p) const; - inline double SafetyFromInsideSection(int index, const UVector3& p) const + inline double SafetyFromInsideSection(int index, const double rho, + const UVector3& p) const { const UPolyconeSection& section = fSections[index]; UVector3 ps(p.x, p.y, p.z - section.shift); - double res = section.solid->SafetyFromInside(ps, true); + double res=0; + if (section.tubular) + { + UTubs* tubs = (UTubs*) section.solid; + res = tubs->SafetyFromInsideR(ps,rho, true); + } + else + { + UCons* cons = (UCons*) section.solid; + res = cons->SafetyFromInsideR(ps,rho, true); + } + return res; + } + + // Auxiliary method used in SafetyFromInside for finding safety + // from section in R and Phi + // + inline double SafetyFromOutsideSection(int index, const double rho, + const UVector3& p) const + { + const UPolyconeSection& section = fSections[index]; + UVector3 ps(p.x, p.y, p.z); + double res=0; + if (section.tubular) + { + UTubs* tubs = (UTubs*) section.solid; + res = tubs->SafetyFromOutsideR(ps,rho, true); + } + else + { + UCons* cons = (UCons*) section.solid; + res = cons->SafetyFromOutsideR(ps,rho, true); + } return res; } + // Auxiliary method used in SafetyFromOutside for finding safety + // from section + // inline double SafetyFromOutsideSection(int index, const UVector3& p) const { const UPolyconeSection& section = fSections[index]; - UVector3 ps(p.x, p.y, p.z - section.shift); - double res = section.solid->SafetyFromOutside(ps, true); + UVector3 ps(p.x, p.y,p.z - section.shift); + double res=0; + + res = section.solid->SafetyFromOutside(ps, true); return res; } diff --git a/source/geometry/solids/usolids/include/UTrd.hh b/source/geometry/solids/usolids/include/UTrd.hh index 007ec2e93be..fd2ec2f85ee 100644 --- a/source/geometry/solids/usolids/include/UTrd.hh +++ b/source/geometry/solids/usolids/include/UTrd.hh @@ -58,11 +58,11 @@ class UTrd : public VUSolid virtual double SafetyFromInside(const UVector3& aPoint, bool aAccurate = false) const; - inline double SafetyFromInsideAccurate(const UVector3& aPoint) const; + double SafetyFromInsideAccurate(const UVector3& aPoint) const; virtual double SafetyFromOutside(const UVector3& aPoint, bool aAccurate = false) const; - inline double SafetyFromOutsideAccurate(const UVector3& aPoint) const; + double SafetyFromOutsideAccurate(const UVector3& aPoint) const; virtual double DistanceToIn(const UVector3& aPoint, const UVector3& aDirection, @@ -102,7 +102,7 @@ class UTrd : public VUSolid UVector3 GetPointOnSurface() const; private: - inline UVector3 ApproxSurfaceNormal(const UVector3& p) const; + UVector3 ApproxSurfaceNormal(const UVector3& p) const; inline double amin(int n, const double* a) const; inline double amax(int n, const double* a)const; double fDx1, fDx2, fDy1, fDy2, fDz; diff --git a/source/geometry/solids/usolids/include/UTubs.hh b/source/geometry/solids/usolids/include/UTubs.hh index 8ed527d6df9..3775d46f147 100644 --- a/source/geometry/solids/usolids/include/UTubs.hh +++ b/source/geometry/solids/usolids/include/UTubs.hh @@ -86,11 +86,17 @@ class UTubs : public VUSolid bool Normal(const UVector3& p, UVector3& normal) const; - double DistanceToIn(const UVector3& p, const UVector3& v, double aPstep = UUtils::kInfinity) const; + double DistanceToIn(const UVector3& p, const UVector3& v, + double aPstep = UUtils::kInfinity) const; double SafetyFromInside(const UVector3& p, bool precise = false) const; - double DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, bool& validNorm, double aPstep = UUtils::kInfinity) const; - double SafetyFromOutside(const UVector3& p, bool precise = false) const; - + double DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, + bool& validNorm, double aPstep=UUtils::kInfinity) const; + double SafetyFromOutside(const UVector3& p, bool precise = false ) const; + + inline double SafetyFromInsideR(const UVector3& p, const double rho, + bool precise = false) const; + inline double SafetyFromOutsideR(const UVector3& p, const double rho, + bool precise = false) const; UGeometryType GetEntityType() const; UVector3 GetPointOnSurface() const; @@ -99,7 +105,6 @@ class UTubs : public VUSolid std::ostream& StreamInfo(std::ostream& os) const; -// void Extent (EAxisType aAxis, double &aMin, double &aMax) const; void Extent(UVector3& aMin, UVector3& aMax) const; virtual void GetParametersList(int /*aNumber*/, double* /*aArray*/) const; @@ -152,6 +157,7 @@ class UTubs : public VUSolid // Algorithm for SurfaceNormal() following the original // specification for points not on the surface + inline double SafetyToPhi(const UVector3& p, const double rho, bool& outside) const; protected: double fCubicVolume, fSurfaceArea; diff --git a/source/geometry/solids/usolids/include/UTubs.icc b/source/geometry/solids/usolids/include/UTubs.icc index e015fbde9cb..1bc99397707 100644 --- a/source/geometry/solids/usolids/include/UTubs.icc +++ b/source/geometry/solids/usolids/include/UTubs.icc @@ -265,3 +265,112 @@ double UTubs::SurfaceArea() } return fSurfaceArea; } + +inline +double UTubs::SafetyFromInsideR(const UVector3& p, + const double rho, bool) const +{ + // Safety From Inside R, used for UPolycone Section + + double safe = 0.0, safeR1, safeR2, safePhi; + + if (fRMin) + { + safeR1 = rho - fRMin; + safeR2 = fRMax - rho; + + if (safeR1 < safeR2) + { + safe = safeR1; + } + else + { + safe = safeR2; + } + } + else + { + safe = fRMax - rho; + } + + // Check if phi divided, Calc distances closest phi plane + // + if (!fPhiFullTube) + { + if (p.y * fCosCPhi - p.x * fSinCPhi <= 0) + { + safePhi = -(p.x * fSinSPhi - p.y * fCosSPhi); + } + else + { + safePhi = (p.x * fSinEPhi - p.y * fCosEPhi); + } + if (safePhi < safe) + { + safe = safePhi; + } + } + + return safe; +} + +inline +double UTubs::SafetyFromOutsideR(const UVector3& p, + const double rho, bool) const +{ + // Safety for R ,used in UPolycone for sections + + double safe = 0.0, safe1, safe2; + double safePhi; + bool outside; + safe1 = rho-fRMin; //fRMin - rho; + safe2 = fRMax - rho; + + if (safe1 < safe2) + { + safe = safe1; + } + else + { + safe = safe2; + } + + if ((!fPhiFullTube) && (rho)) + { + safePhi = SafetyToPhi(p,rho,outside); + if ((outside) && (safePhi > safe)) + { + safe = safePhi; + } + } + + return safe; // not accurate safety +} + +inline +double UTubs::SafetyToPhi(const UVector3& p, + const double rho, bool& outside) const +{ + double cosPsi, safePhi = 0.0; + + // Psi=angle from central phi to point + // + cosPsi = (p.x * fCosCPhi + p.y * fSinCPhi) / rho; + outside = false; + if (cosPsi < std::cos(fDPhi * 0.5)) + { + // Point lies outside phi range + // + outside=true; + if ((p.y * fCosCPhi - p.x * fSinCPhi) <= 0) + { + safePhi = std::fabs(p.x * fSinSPhi - p.y * fCosSPhi); + } + else + { + safePhi = std::fabs(p.x * fSinEPhi - p.y * fCosEPhi); + } + } + + return safePhi; +} diff --git a/source/geometry/solids/usolids/include/UUtils.hh b/source/geometry/solids/usolids/include/UUtils.hh index 0adf732ced4..54f505a84df 100644 --- a/source/geometry/solids/usolids/include/UUtils.hh +++ b/source/geometry/solids/usolids/include/UUtils.hh @@ -28,8 +28,7 @@ #include #include -#include "UVector3.hh" - +struct UVector3; class UTransform3D; enum ExceptionSeverity @@ -125,10 +124,6 @@ namespace UUtils T fData; }; - int SaveVectorToExternalFile(const std::vector& vector, const std::string& filename); - int SaveVectorToExternalFile(const std::vector& vector, const std::string& filename); - int SaveVectorToExternalFile(const std::vector& vector, const std::string& filename); - std::string ToString(int number); std::string ToString(double number); diff --git a/source/geometry/solids/usolids/include/UVoxelizer.hh b/source/geometry/solids/usolids/include/UVoxelizer.hh index 5e36968563a..1fa32f275a4 100644 --- a/source/geometry/solids/usolids/include/UVoxelizer.hh +++ b/source/geometry/solids/usolids/include/UVoxelizer.hh @@ -52,9 +52,8 @@ class UVoxelizer public: - template - // Binary search + template static inline int BinarySearch(const std::vector& vec, T value) { // Binary search in an array of doubles. If match is found, function returns @@ -64,7 +63,6 @@ class UVoxelizer int res = std::upper_bound(begin, end, value) - begin - 1; return res; } -// int BinarySearch(int n, const T *array, T value); #ifdef USOLIDSONLY void Voxelize(std::vector& solids, std::vector& transforms); @@ -196,28 +194,6 @@ class UVoxelizer return sx * sy * sz; } - /* - inline int GetCandidates(std::vector &curVoxel, std::vector *&candidates, std::vector &space) const - { - int voxelsIndex; - int emptys = fEmpty.GetNbits(); - if (!emptys || ((voxelsIndex = GetVoxelsIndex(curVoxel)) >= 0) && !fEmpty[voxelsIndex]) - { - if (emptys) - { - candidates = &fCandidates[voxelsIndex]; - } - else - { - GetCandidatesVoxelArray(curVoxel, space, NULL); - candidates = &space; - } - return candidates->size(); - } - return 0; - } - */ - inline const std::vector& GetCandidates(std::vector& curVoxel) const { int voxelsIndex = GetVoxelsIndex(curVoxel); @@ -258,6 +234,8 @@ class UVoxelizer void BuildBoundingBox(UVector3& amin, UVector3& amax, double tolerance = 0); + static void FindComponentsFastest(unsigned int mask, + std::vector &list, int i); private: static int fDefaultVoxelsCount; @@ -300,7 +278,7 @@ class UVoxelizer int fNPerSlice; - std::vector fBoxes; // Array of box limits on the 3 cartesian axis + std::vector fBoxes; // Array of box limits on the 3 cartesian axis std::vector fBoundaries[3]; // Sorted and if need skimmed fBoundaries along X,Y,Z axis @@ -323,26 +301,4 @@ class UVoxelizer UBits fEmpty; }; - -#ifdef USOLIDSONLY - -/* -class UVoxelCandidatesIterator -{ -private: - unsigned int mask; - int curInt, curBit, carNodes, n, sliceX, sliceY, sliceZ; - unsigned int *maskX, *maskY, *maskZ; - unsigned int *maskXLeft, *maskYLeft, *maskZLeft; - bool nextAvailable; - -public: - UVoxelCandidatesIterator(const UVoxelizer &f, const UVector3 &point); - - int Next(); -}; -*/ - -#endif // USOLIDSONLY - #endif diff --git a/source/geometry/solids/usolids/src/G4USolid.cc b/source/geometry/solids/usolids/src/G4USolid.cc index 07d4d8aa581..3e77016a06e 100644 --- a/source/geometry/solids/usolids/src/G4USolid.cc +++ b/source/geometry/solids/usolids/src/G4USolid.cc @@ -53,6 +53,7 @@ G4USolid::G4USolid(__void__& a) G4USolid::~G4USolid() { + delete fPolyhedron; } G4bool G4USolid::operator==(const G4USolid& s) const @@ -362,9 +363,10 @@ std::ostream& G4USolid::StreamInfo(std::ostream& os) const } G4USolid::G4USolid(const G4USolid& rhs) - : G4VSolid(rhs), fPolyhedron(rhs.fPolyhedron) + : G4VSolid(rhs), fPolyhedron(0) { fShape = rhs.fShape->Clone(); + fPolyhedron = GetPolyhedron(); } G4USolid& G4USolid::operator=(const G4USolid& rhs) @@ -383,6 +385,7 @@ G4USolid& G4USolid::operator=(const G4USolid& rhs) // Copy data // fShape = rhs.fShape->Clone(); + delete fPolyhedron; fPolyhedron = 0; fPolyhedron = GetPolyhedron(); return *this; } @@ -547,7 +550,13 @@ G4Polyhedron* G4USolid::CreatePolyhedron() const G4Polyhedron* G4USolid::GetPolyhedron() const { - if (!fPolyhedron) fPolyhedron = CreatePolyhedron(); + if (!fPolyhedron || + fPolyhedron->GetNumberOfRotationStepsAtTimeOfCreation() != + fPolyhedron->GetNumberOfRotationSteps()) + { + delete fPolyhedron; + fPolyhedron = CreatePolyhedron(); + } return fPolyhedron; } diff --git a/source/geometry/solids/usolids/src/UBox.cc b/source/geometry/solids/usolids/src/UBox.cc index 8e993108a79..8065d9a48d5 100644 --- a/source/geometry/solids/usolids/src/UBox.cc +++ b/source/geometry/solids/usolids/src/UBox.cc @@ -142,18 +142,15 @@ double UBox::DistanceToIn(const UVector3& aPoint, // If point close to this surface, check against the normal if (safx > -delta) { - // aNormal.x = UUtils::Sign(1.0, aPoint.x); - return (aPoint.x * aDirection.x > 0) ? UUtils::kInfinity : 0.0; + if (aPoint.x * aDirection.x > 0) return UUtils::kInfinity ; } if (safy > -delta) { - // aNormal.y = UUtils::Sign(1.0, aPoint.y); - return (aPoint.y * aDirection.y > 0) ? UUtils::kInfinity : 0.0; + if (aPoint.y * aDirection.y > 0) return UUtils::kInfinity ; } if (safz > -delta) { - // aNormal.z = UUtils::Sign(1.0, aPoint.z); - return (aPoint.z * aDirection.z > 0) ? UUtils::kInfinity : 0.0; + if (aPoint.z * aDirection.z > 0) return UUtils::kInfinity ; } // Point actually "deep" inside, return zero distance, normal un-defined return 0.0; diff --git a/source/geometry/solids/usolids/src/UCons.cc b/source/geometry/solids/usolids/src/UCons.cc index 4cfd74e43fd..5ae10282f8e 100644 --- a/source/geometry/solids/usolids/src/UCons.cc +++ b/source/geometry/solids/usolids/src/UCons.cc @@ -53,9 +53,8 @@ UCons::UCons(const std::string& pName, { std::ostringstream message; message << "Invalid Z half-length for Solid: " << GetName() << std::endl - << " hZ = " << pDz; + << " hZ = " << pDz; UUtils::Exception("UCons::UCons()", "UGeomSolids", FatalErrorInArguments, 1, message.str().c_str()); - } // Check radii @@ -64,7 +63,7 @@ UCons::UCons(const std::string& pName, { std::ostringstream message; message << "Invalid values of radii for Solid: " << GetName() << std::endl - << " pRmin1 = " << pRmin1 << ", pRmin2 = " << pRmin2 + << " pRmin1 = " << pRmin1 << ", pRmin2 = " << pRmin2 << ", pRmax1 = " << pRmax1 << ", pRmax2 = " << pRmax2; UUtils::Exception("UCons::UCons()", "UGeomSolids", FatalErrorInArguments, 1, message.str().c_str()); @@ -1259,8 +1258,9 @@ double UCons::DistanceToIn(const UVector3& p, double UCons::SafetyFromOutside(const UVector3& p, bool aAccurate) const { - double safe = 0.0, rho, safeR1, safeR2, safeZ, safePhi, cosPsi; + double safe = 0.0, rho, safeR1, safeR2, safeZ, safePhi; double pRMin, pRMax; + bool outside; rho = std::sqrt(p.x * p.x + p.y * p.y); safeZ = std::fabs(p.z) - fDz; @@ -1296,23 +1296,11 @@ double UCons::SafetyFromOutside(const UVector3& p, bool aAccurate) const if (!fPhiFullCone && rho) { // Psi=angle from central phi to point - - cosPsi = (p.x * cosCPhi + p.y * sinCPhi) / rho; - - if (cosPsi < std::cos(fDPhi * 0.5)) // Point lies outside phi range + // + safePhi = SafetyToPhi(p,rho,outside); + if ((outside) && (safePhi > safe)) { - if ((p.y * cosCPhi - p.x * sinCPhi) <= 0.0) - { - safePhi = std::fabs(p.x * std::sin(fSPhi) - p.y * std::cos(fSPhi)); - } - else - { - safePhi = std::fabs(p.x * sinEPhi - p.y * cosEPhi); - } - if (safePhi > safe) - { - safe = safePhi; - } + safe = safePhi; } } if (safe < 0.0) @@ -1632,6 +1620,8 @@ double UCons::DistanceToOut(const UVector3& p, if (nt2 < 0.0) { aConvex = false; + risec = std::sqrt(p.x * p.x + p.y * p.y) * secRMin; + aNormalVector = UVector3(-p.x / risec, -p.y / risec, tanRMin / secRMin); return snxt = 0.0; } } @@ -1924,6 +1914,10 @@ double UCons::DistanceToOut(const UVector3& p, aConvex = true; break; case kRMin: + xi = p.x + snxt * v.x; + yi = p.y + snxt * v.y; + risec = std::sqrt(xi * xi + yi * yi) * secRMin; + aNormalVector = UVector3(-xi / risec, -yi / risec, tanRMin / secRMin); aConvex = false; // Rmin is inconvex break; case kSPhi: @@ -1934,6 +1928,7 @@ double UCons::DistanceToOut(const UVector3& p, } else { + aNormalVector = UVector3(sinSPhi, -cosSPhi, 0); aConvex = false; } break; @@ -1945,6 +1940,7 @@ double UCons::DistanceToOut(const UVector3& p, } else { + aNormalVector = UVector3(-sinEPhi, cosEPhi, 0); aConvex = false; } break; @@ -1998,10 +1994,8 @@ double UCons::DistanceToOut(const UVector3& p, double UCons::SafetyFromInside(const UVector3& p, bool) const { - double safe = 0.0, rho, safeR1, safeR2, safeZ, safePhi; - double pRMin; - double pRMax; - + double safe = 0.0, rho, safeZ; + #ifdef UCSGDEBUG if (Inside(p) == eOutside) { @@ -2024,55 +2018,16 @@ double UCons::SafetyFromInside(const UVector3& p, bool) const } #endif - + rho = std::sqrt(p.x * p.x + p.y * p.y); - safeZ = fDz - std::fabs(p.z); - if (fRmin1 || fRmin2) - { - pRMin = tanRMin * p.z + (fRmin1 + fRmin2) * 0.5; - safeR1 = (rho - pRMin) / secRMin; - } - else - { - safeR1 = UUtils::kInfinity; - } - - pRMax = tanRMax * p.z + (fRmax1 + fRmax2) * 0.5; - safeR2 = (pRMax - rho) / secRMax; + safe = SafetyFromInsideR(p, rho, false); + safeZ = fDz - std::fabs(p.z); - if (safeR1 < safeR2) - { - safe = safeR1; - } - else - { - safe = safeR2; - } if (safeZ < safe) { safe = safeZ; } - - // Check if phi divided, Calc distances closest phi plane - - if (!fPhiFullCone) - { - // Above/below central phi of UCons? - - if ((p.y * cosCPhi - p.x * sinCPhi) <= 0) - { - safePhi = -(p.x * sinSPhi - p.y * cosSPhi); - } - else - { - safePhi = (p.x * sinEPhi - p.y * cosEPhi); - } - if (safePhi < safe) - { - safe = safePhi; - } - } if (safe < 0) { safe = 0; @@ -2109,17 +2064,17 @@ std::ostream& UCons::StreamInfo(std::ostream& os) const { int oldprc = os.precision(16); os << "-----------------------------------------------------------\n" - << " *** Dump for solid - " << GetName() << " ***\n" - << " ===================================================\n" + << " *** Dump for solid - " << GetName() << " ***\n" + << " ===================================================\n" << " Solid type: UCons\n" << " Parameters: \n" - << " inside -fDz radius: " << fRmin1 << " mm \n" - << " outside -fDz radius: " << fRmax1 << " mm \n" - << " inside +fDz radius: " << fRmin2 << " mm \n" - << " outside +fDz radius: " << fRmax2 << " mm \n" - << " half length in Z : " << fDz << " mm \n" - << " starting angle of segment: " << fSPhi / (UUtils::kPi / 180.0) << " degrees \n" - << " delta angle of segment : " << fDPhi / (UUtils::kPi / 180.0) << " degrees \n" + << " inside -fDz radius : " << fRmin1 << " mm \n" + << " outside -fDz radius: " << fRmax1 << " mm \n" + << " inside +fDz radius : " << fRmin2 << " mm \n" + << " outside +fDz radius: " << fRmax2 << " mm \n" + << " half length in Z : " << fDz << " mm \n" + << " starting angle of segment: " << fSPhi / (UUtils::kPi / 180.0) << " degrees \n" + << " delta angle of segment : " << fDPhi / (UUtils::kPi / 180.0) << " degrees \n" << "-----------------------------------------------------------\n"; os.precision(oldprc); diff --git a/source/geometry/solids/usolids/src/UPolycone.cc b/source/geometry/solids/usolids/src/UPolycone.cc index 9e6c66a7b84..9059ee2f693 100644 --- a/source/geometry/solids/usolids/src/UPolycone.cc +++ b/source/geometry/solids/usolids/src/UPolycone.cc @@ -174,10 +174,10 @@ void UPolycone::Init(double phiStart, std::ostringstream message; message << "Cannot create a Polycone with no contiguous segments." << std::endl - << " Segments are not contiguous !" << std::endl - << " rMin[" << i << "] = " << rInner[i] + << "Segments are not contiguous !" << std::endl + << " rMin[" << i << "] = " << rInner[i] << " -- rMax[" << i + 1 << "] = " << rOuter[i + 1] << std::endl - << " rMin[" << i + 1 << "] = " << rInner[i + 1] + << " rMin[" << i + 1 << "] = " << rInner[i + 1] << " -- rMax[" << i << "] = " << rOuter[i]; UUtils::Exception("UPolycone::UPolycone()", "GeomSolids0002", FatalErrorInArguments, 1, message.str().c_str()); @@ -199,10 +199,10 @@ void UPolycone::Init(double phiStart, std::ostringstream message; message << "Cannot create a Polycone with different Z directions.Use GenericPolycone." << std::endl - << " ZPlane is changing direction !" << std::endl - << " zPlane[0] = " << zPlane[0] + << "ZPlane is changing direction !" << std::endl + << " zPlane[0] = " << zPlane[0] << " -- zPlane[1] = " << zPlane[1] << std::endl - << " zPlane[" << i - 1 << "] = " << zPlane[i - 1] + << " zPlane[" << i - 1 << "] = " << zPlane[i - 1] << " -- rPlane[" << i << "] = " << zPlane[i]; UUtils::Exception("UPolycone::UPolycone()", "GeomSolids0002", FatalErrorInArguments, 1, message.str().c_str()); @@ -251,7 +251,7 @@ void UPolycone::Init(double phiStart, { section.convex = false;} else { section.convex = true;} - } + } fSections.push_back(section); } else @@ -290,7 +290,7 @@ void UPolycone::Init(double phiStart, message << "Illegal input parameters - " << GetName() << std::endl << " All R values must be >= 0 !"; UUtils::Exception("UPolycone::Init()", "GeomSolids0002", - FatalErrorInArguments,1, message.str().c_str()); + FatalErrorInArguments,1, message.str().c_str()); } @@ -362,31 +362,31 @@ std::ostream& UPolycone::StreamInfo(std::ostream& os) const { int oldprc = os.precision(16); os << "-----------------------------------------------------------\n" - << " *** Dump for solid - " << GetName() << " ***\n" - << " ===================================================\n" + << " *** Dump for solid - " << GetName() << " ***\n" + << " ===================================================\n" << " Solid type: UPolycone3\n" << " Parameters: \n" - << " starting phi angle : " << startPhi / (UUtils::kPi / 180.0) << " degrees \n" - << " ending phi angle : " << endPhi / (UUtils::kPi / 180.0) << " degrees \n"; + << " starting phi angle : " << startPhi / (UUtils::kPi / 180.0) << " degrees \n" + << " ending phi angle : " << endPhi / (UUtils::kPi / 180.0) << " degrees \n"; int i = 0; int numPlanes = fOriginalParameters->fNumZPlanes; - os << " number of Z planes: " << numPlanes << "\n" - << " Z values: \n"; + os << " number of Z planes: " << numPlanes << "\n" + << " Z values: \n"; for (i = 0; i < numPlanes; i++) { - os << " Z plane " << i << ": " + os << " Z plane " << i << ": " << fOriginalParameters->fZValues[i] << "\n"; } - os << " Tangent distances to inner surface (Rmin): \n"; + os << " Tangent distances to inner surface (Rmin): \n"; for (i = 0; i < numPlanes; i++) { - os << " Z plane " << i << ": " + os << " Z plane " << i << ": " << fOriginalParameters->Rmin[i] << "\n"; } - os << " Tangent distances to outer surface (Rmax): \n"; + os << " Tangent distances to outer surface (Rmax): \n"; for (i = 0; i < numPlanes; i++) { - os << " Z plane " << i << ": " + os << " Z plane " << i << ": " << fOriginalParameters->Rmax[i] << "\n"; } os << "-----------------------------------------------------------\n"; @@ -564,25 +564,41 @@ double UPolycone::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, bool& convex, double /*aPstep*/) const { UVector3 pn(p); + if (fOriginalParameters->fNumZPlanes == 2) { const UPolyconeSection& section = fSections[0]; pn.z -= section.shift; return section.solid->DistanceToOut(pn, v, n, convex); } - int index = GetSection(p.z); + + int indexLow = GetSection(p.z-fgTolerance); + int indexHigh = GetSection(p.z+fgTolerance); + int index = 0; + + if ( indexLow != indexHigh ) + { //we are close to Surface, section has to be identified + const UPolyconeSection& section = fSections[indexLow]; + pn.z -= section.shift; + if(section.solid->Inside(pn) == eOutside){index=indexHigh;} + else{index=indexLow;} + pn.z=p.z; + } + else{index=indexLow;} double totalDistance = 0; int increment = (v.z > 0) ? 1 : -1; bool convexloc=true; - + + UVector3 section_norm; + section_norm.Set(0); do - { + { const UPolyconeSection& section = fSections[index]; + if (totalDistance != 0) { - pn = p + (totalDistance /*+ 0 * 1e-8*/) * v; // point must be shifted, - // so it could eventually - pn.z -= section.shift; // get into another solid + pn = p + (totalDistance /*+ 0 * 1e-8*/) * v; // point must be shifted, so it could eventually get into another solid + pn.z -= section.shift; if (section.solid->Inside(pn) == eOutside) { break; @@ -590,28 +606,56 @@ double UPolycone::DistanceToOut(const UVector3& p, const UVector3& v, } else pn.z -= section.shift; - double distance = section.solid->DistanceToOut(pn, v, n, convex); - if ((convexloc) && (section.convex)) { convexloc = true; } - else { convexloc = false; } - + double distance = section.solid-> DistanceToOut(pn, v, n, convexloc); //section.solid->DistanceToOut(pn, v, n, convexloc); + //Section Surface case + if(std::fabs(distance) < 0.5*fgTolerance) + { int index1 = index; + if(( index > 0) && ( index < fMaxSection )){index1 += increment;} + else{ + if((index == 0) && ( increment > 0 ))index1 += increment; + if((index == fMaxSection) && (increment<0 ))index1 += increment; + } + UVector3 pte = p+(totalDistance+distance)*v; + const UPolyconeSection& section1 = fSections[index1]; + pte.z -= section1.shift; + if (section1.solid->Inside(pte) == eOutside) + { + break; + } + } + //Convexity + if((index < fMaxSection) && (index > 0 )){ + if((convexloc) && (section.convex)) {convexloc=true;} + else{convexloc=false;} + } + totalDistance += distance; + index += increment; + } while (index >= 0 && index <= fMaxSection); - + convex=convexloc; - if (convex) - { - // Check final convexity for dz - // + if(convex){ + //Check final convexity for dz pn = p + (totalDistance) * v; - double dz1 = std::fabs(pn.z-fZs[index]); - double dz2 = std::fabs(pn.z-fZs[index+1]); - double halfTolerance=0.5*fgTolerance; - if((dz1 < halfTolerance) && (index>0)) convex = false; - if((dz2 < halfTolerance) && (index 0 )) + { + double dz1 = std::fabs(pn.z-fZs[index]); + double dz2 = std::fabs(pn.z-fZs[index+1]); + if(dz1 < halfTolerance)convex=false; + if(dz2 < halfTolerance)convex=false; + + }else{ + if(index>=fMaxSection){ + if(std::fabs(pn.z-fZs[fMaxSection]) < halfTolerance)convex=false; + }else{ + if(index<=0){if(std::fabs(pn.z-fZs[1]) < halfTolerance)convex=false;} + } + } } - return totalDistance; } @@ -619,35 +663,51 @@ double UPolycone::SafetyFromInside(const UVector3& p, bool) const { int index = UVoxelizer::BinarySearch(fZs, p.z); if (index < 0 || index > fMaxSection) return 0; - - double minSafety = SafetyFromInsideSection(index, p); + + double rho=std::sqrt(p.x*p.x+p.y*p.y); + double safeR = SafetyFromInsideSection(index,rho, p); + double safeDown = p.z-fZs[index]; + double safeUp = fZs[index+1]-p.z; + + double minSafety =safeR; + if (minSafety == UUtils::kInfinity) return 0; if (minSafety < 1e-6) return 0; - - double zbase = fZs[index + 1]; + for (int i = index + 1; i <= fMaxSection; ++i) { - double dz = fZs[i] - zbase; - if (dz >= minSafety) break; - double safety = SafetyFromOutsideSection(i, p); // safety from Inside cannot be called in this context, because point is not inside, we have to call SafetyFromOutside for given section - if (safety < minSafety) minSafety = safety; + double dz1 = fZs[i] - p.z; + double dz2 = fZs[i+1] - p.z; + safeR = SafetyFromOutsideSection(i,rho, p); + if (safeR < 0.) { safeUp=dz1; break; } + if (dz1 < dz2) { safeR = std::sqrt(safeR*safeR+dz1*dz1); } + else {safeR = std::sqrt(safeR*safeR+dz1*dz1); } + if (safeR < dz1) { safeUp = safeR; break; } + if (safeR < dz2) { safeUp = safeR; break; } + safeUp=dz2; } if (index > 0) { - zbase = fZs[index - 1]; for (int i = index - 1; i >= 0; --i) { - double dz = zbase - fZs[i]; - if (dz >= minSafety) break; - double safety = SafetyFromOutsideSection(i, p); - if (safety < minSafety) minSafety = safety; + double dz1 = p.z-fZs[i+1]; + double dz2 = p.z-fZs[i]; + safeR = SafetyFromOutsideSection(i,rho, p); + if (safeR < 0.) { safeDown=dz1; break; } + if(dz1 < dz2) { safeR = std::sqrt(safeR*safeR+dz1*dz1); } + else { safeR = std::sqrt(safeR*safeR+dz1*dz1); } + if (safeR < dz1) { safeDown = safeR; break; } + if (safeR < dz2) { safeDown = safeR; break; } + safeDown=dz2; } } + if (safeUp < minSafety) minSafety=safeUp; + if (safeDown < minSafety) minSafety=safeDown; + return minSafety; } - double UPolycone::SafetyFromOutside(const UVector3& p, bool aAccurate) const { if (!aAccurate) @@ -1528,5 +1588,4 @@ void UPolycone::Reset() delete [] R1; delete [] Z; delete [] R2; - } diff --git a/source/geometry/solids/usolids/src/USphere.cc b/source/geometry/solids/usolids/src/USphere.cc index dc215fe73f1..52eaffde196 100644 --- a/source/geometry/solids/usolids/src/USphere.cc +++ b/source/geometry/solids/usolids/src/USphere.cc @@ -48,7 +48,7 @@ USphere::USphere(const std::string& pName, { std::ostringstream message; message << "Invalid radii for Solid: " << GetName() << std::endl - << " pRmin = " << pRmin << ", pRmax = " << pRmax; + << "pRmin = " << pRmin << ", pRmax = " << pRmax; UUtils::Exception("USphere::USphere()", "GeomSolids0002", FatalErrorInArguments, 1, message.str().c_str()); } @@ -1748,6 +1748,7 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, && (d2 >= fRminTolerance * fRmin) && (pDotV3d < 0)) { validNorm = false; // Rmin surface is concave + n = UVector3(-p.x / fRmin, -p.y / fRmin, -p.z / fRmin); return snxt = 0; } else @@ -1827,6 +1828,18 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, if ((fSTheta < UUtils::kPi / 2) && (p.z > 0.)) { validNorm = false; + if (rho2) + { + rhoSecTheta = std::sqrt(rho2 * (1 + tanSTheta2)); + + n = UVector3(p.x / rhoSecTheta, + p.y / rhoSecTheta, + -std::sin(fSTheta)); + } + else + { + n = UVector3(0., 0., 1.); + } return snxt = 0.; } else if ((fSTheta > UUtils::kPi / 2) && (p.z <= 0)) @@ -1872,6 +1885,19 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, else if ((fSTheta < UUtils::kPi / 2) && (t2 < 0.) && (p.z >= 0.)) // leave { validNorm = false; + if (rho2) + { + rhoSecTheta = std::sqrt(rho2 * (1 + tanSTheta2)); + + n = UVector3(p.x / rhoSecTheta, + p.y / rhoSecTheta, + -std::sin(fSTheta)); + } + else + { + n = UVector3(0., 0., 1.); + } + return snxt = 0.; } } @@ -1956,6 +1982,17 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, if ((eTheta > UUtils::kPi / 2) && (p.z < 0.)) { validNorm = false; + if (rho2) + { + rhoSecTheta = std::sqrt(rho2 * (1 + tanETheta2)); + n = UVector3(p.x / rhoSecTheta, + p.y / rhoSecTheta, + sinETheta); + } + else + { + n = UVector3(0., 0., -1.); + } return snxt = 0.; } else if ((eTheta < UUtils::kPi / 2) && (p.z >= 0)) @@ -2005,6 +2042,15 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, && (t2 < 0.) && (p.z <= 0.)) // leave { validNorm = false; + if (rho2) + { + rhoSecTheta = std::sqrt(rho2 * (1 + tanETheta2)); + n = -UVector3(p.x / rhoSecTheta, + p.y / rhoSecTheta, + sinETheta); + } + else n = UVector3(0., 0., -1.); + return snxt = 0.; } } @@ -2416,6 +2462,10 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, break; case kRMin: + xi = p.x + snxt * v.x; + yi = p.y + snxt * v.y; + zi = p.z + snxt * v.z; + n = UVector3(-xi / fRmin, -yi / fRmin, -zi / fRmin); validNorm = false; // Rmin is concave break; @@ -2427,6 +2477,7 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, } else { + n = UVector3(sinSPhi, -cosSPhi, 0); validNorm = false; } break; @@ -2439,6 +2490,7 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, } else { + n = UVector3(-sinEPhi, cosEPhi, 0); validNorm = false; } break; @@ -2468,6 +2520,20 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, } else { + xi = p.x + snxt * v.x; + yi = p.y + snxt * v.y; + rho2 = xi * xi + yi * yi; + if (rho2) + { + rhoSecTheta = std::sqrt(rho2 * (1 + tanSTheta2)); + n = UVector3(xi / rhoSecTheta, yi / rhoSecTheta, + -tanSTheta / std::sqrt(1 + tanSTheta2)); + } + else + { + n = UVector3(0., 0., 1.); + } + validNorm = false; // Concave STheta cone } break; @@ -2497,6 +2563,19 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, } else { + xi = p.x + snxt * v.x; + yi = p.y + snxt * v.y; + rho2 = xi * xi + yi * yi; + if (rho2) + { + rhoSecTheta = std::sqrt(rho2 * (1 + tanETheta2)); + n = -UVector3(xi / rhoSecTheta, yi / rhoSecTheta, + -tanETheta / std::sqrt(1 + tanETheta2)); + } + else + { + n = UVector3(0., 0., -1.); + } validNorm = false; // Concave ETheta cone } break; @@ -2529,7 +2608,7 @@ double USphere::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, std::ostringstream message; int oldprc = message.precision(16); - message << "Logic error: snxt = UUtils::Infinity() ???" << std::endl + message << "Logic error: snxt = UUtils::Infinity() ???" << std::endl << "Position:" << std::endl << std::endl << "p.x = " << p.x << " mm" << std::endl << "p.y = " << p.y << " mm" << std::endl @@ -2815,16 +2894,16 @@ std::ostream& USphere::StreamInfo(std::ostream& os) const { int oldprc = os.precision(16); os << "-----------------------------------------------------------\n" - << " *** Dump for solid - " << GetName() << " ***\n" - << " ===================================================\n" + << " *** Dump for solid - " << GetName() << " ***\n" + << " ===================================================\n" << " Solid type: USphere\n" << " Parameters: \n" - << " inner radius: " << fRmin << " mm \n" - << " outer radius: " << fRmax << " mm \n" - << " starting phi of segment : " << fSPhi / (UUtils::kPi / 180.0) << " degrees \n" - << " delta phi of segment : " << fDPhi / (UUtils::kPi / 180.0) << " degrees \n" - << " starting theta of segment: " << fSTheta / (UUtils::kPi / 180.0) << " degrees \n" - << " delta theta of segment : " << fDTheta / (UUtils::kPi / 180.0) << " degrees \n" + << " inner radius: " << fRmin << " mm \n" + << " outer radius: " << fRmax << " mm \n" + << " starting phi of segment : " << fSPhi / (UUtils::kPi / 180.0) << " degrees \n" + << " delta phi of segment : " << fDPhi / (UUtils::kPi / 180.0) << " degrees \n" + << " starting theta of segment: " << fSTheta / (UUtils::kPi / 180.0) << " degrees \n" + << " delta theta of segment : " << fDTheta / (UUtils::kPi / 180.0) << " degrees \n" << "-----------------------------------------------------------\n"; os.precision(oldprc); diff --git a/source/geometry/solids/usolids/src/UTrd.cc b/source/geometry/solids/usolids/src/UTrd.cc index 25767e47bfb..ce23607c6e7 100644 --- a/source/geometry/solids/usolids/src/UTrd.cc +++ b/source/geometry/solids/usolids/src/UTrd.cc @@ -129,7 +129,7 @@ double UTrd::SafetyFromInside(const UVector3& p, bool aAccurate) const -inline double UTrd::SafetyFromInsideAccurate(const UVector3& p) const +double UTrd::SafetyFromInsideAccurate(const UVector3& p) const { // computes the closest distance from given point to this shape, according // to option. The matching point on the shape is stored in spoint. @@ -206,7 +206,7 @@ double UTrd::SafetyFromOutside(const UVector3& p, bool aAccurate) const return safe; } -inline double UTrd::SafetyFromOutsideAccurate(const UVector3& p) const +double UTrd::SafetyFromOutsideAccurate(const UVector3& p) const { // computes the closest distance from given point to this shape, according // to option. The matching point on the shape is stored in spoint. @@ -552,8 +552,8 @@ double UTrd::DistanceToIn(const UVector3& p, */ -inline double UTrd::DistanceToOut(const UVector3& p, const UVector3& v, - UVector3& n, bool& aConvex, double /*aPstep*/) const +double UTrd::DistanceToOut(const UVector3& p, const UVector3& v, + UVector3& n, bool& aConvex, double /*aPstep*/) const { ESide side = kUndefined, snside = kUndefined; aConvex = true; @@ -1044,7 +1044,7 @@ bool UTrd::Normal(const UVector3& p, UVector3& norm) const // Algorithm for SurfaceNormal() following the original specification // for points not on the surface -inline UVector3 UTrd::ApproxSurfaceNormal(const UVector3& p) const +UVector3 UTrd::ApproxSurfaceNormal(const UVector3& p) const { UVector3 norm; double z, tanx, secx, newpx, widx; diff --git a/source/geometry/solids/usolids/src/UTubs.cc b/source/geometry/solids/usolids/src/UTubs.cc index 88666559b34..569a40eb881 100644 --- a/source/geometry/solids/usolids/src/UTubs.cc +++ b/source/geometry/solids/usolids/src/UTubs.cc @@ -49,7 +49,7 @@ UTubs::UTubs(const std::string& pName, std::ostringstream message; message << "Invalid values for radii in solid: " << GetName() << std::endl - << " pRMin = " << pRMin << ", pRMax = " << pRMax; + << "pRMin = " << pRMin << ", pRMax = " << pRMax; UUtils::Exception("UTubs::UTubs()", "GeomSolids0002", FatalErrorInArguments, 1, message.str().c_str()); } @@ -1030,7 +1030,8 @@ double UTubs::DistanceToIn(const UVector3& p, const UVector3& v, double) const double UTubs::SafetyFromOutside(const UVector3& p, bool aAccurate) const { double safe = 0.0, rho, safe1, safe2, safe3; - double safePhi, cosPsi; + double safePhi; + bool outside; rho = std::sqrt(p.x * p.x + p.y * p.y); safe1 = fRMin - rho; @@ -1052,28 +1053,13 @@ double UTubs::SafetyFromOutside(const UVector3& p, bool aAccurate) const if ((!fPhiFullTube) && (rho)) { - // Psi=angle from central phi to point - // - cosPsi = (p.x * fCosCPhi + p.y * fSinCPhi) / rho; - - if (cosPsi < std::cos(fDPhi * 0.5)) + safePhi = SafetyToPhi(p,rho,outside); + if ((outside) && (safePhi > safe)) { - // Point lies outside phi range - - if ((p.y * fCosCPhi - p.x * fSinCPhi) <= 0) - { - safePhi = std::fabs(p.x * fSinSPhi - p.y * fCosSPhi); - } - else - { - safePhi = std::fabs(p.x * fSinEPhi - p.y * fCosEPhi); - } - if (safePhi > safe) - { - safe = safePhi; - } + safe = safePhi; } } + if (safe < 0) { safe = 0; return safe; // point is Inside; @@ -1131,11 +1117,8 @@ double UTubs::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, b } else { - // if (calcNorm) - { - n = UVector3(0, 0, 1); - validNorm = true; - } + n = UVector3(0, 0, 1); + validNorm = true; return snxt = 0; } } @@ -1150,11 +1133,8 @@ double UTubs::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, b } else { - // if (calcNorm) - { - n = UVector3(0, 0, -1); - validNorm = true; - } + n = UVector3(0, 0, -1); + validNorm = true; return snxt = 0.0; } } @@ -1220,13 +1200,9 @@ double UTubs::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, b { // On tolerant boundary & heading outwards (or perpendicular to) // outer radial surface -> leaving immediately - - // if ( calcNorm ) - { - n = UVector3(p.x / fRMax, p.y / fRMax, 0); + n = UVector3(p.x / fRMax, p.y / fRMax, 0); validNorm = true; - } - return snxt = 0; // Leaving by rmax immediately + return snxt = 0; // Leaving by rmax immediately } } else if (t2 < 0.) // i.e. t2 < 0; Possible rmin intersection @@ -1252,10 +1228,8 @@ double UTubs::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, b } else { - //if ( calcNorm ) - { - validNorm = false; // Concave side - } + validNorm = false; // Concave side + n = UVector3(-p.x / fRMin, -p.y / fRMin, 0); return snxt = 0.0; } } @@ -1272,11 +1246,8 @@ double UTubs::DistanceToOut(const UVector3& p, const UVector3& v, UVector3& n, b else // Case: On the border+t2& vector, const string& filename) -{ - ofstream file(filename.c_str()); - - // NEW: set precision, use exponential, precision 4 digits - if (file.is_open()) - { - int size = vector.size(); - file.precision(16); - for (int i = 0; i < size; i++) - { - double value = vector[i]; - file << value << "\n"; - } - return 0; - } - return 1; -} - - -int UUtils::SaveVectorToExternalFile(const vector& vector, const string& filename) -{ - ofstream file(filename.c_str()); - - if (file.is_open()) - { - int size = vector.size(); - for (int i = 0; i < size; i++) - { - int value = vector[i]; - file << value << "\n"; - } - return 0; - } - return 1; -} - -int UUtils::SaveVectorToExternalFile(const vector& vector, const string& filename) -{ - ofstream file(filename.c_str()); - - if (file.is_open()) - { - int size = vector.size(); - file.precision(16); - for (int i = 0; i < size; i++) - { - const UVector3& vec = vector[i]; - file << vec.x << "\t" << vec.y << "\t" << vec.z << "\n"; - } - return 0; - } - return 1; -} - string UUtils::ToString(int number) { std::stringstream ss; diff --git a/source/geometry/solids/usolids/src/UVCSGfaceted.cc b/source/geometry/solids/usolids/src/UVCSGfaceted.cc index 697d6e1098b..72a76aed78c 100644 --- a/source/geometry/solids/usolids/src/UVCSGfaceted.cc +++ b/source/geometry/solids/usolids/src/UVCSGfaceted.cc @@ -176,7 +176,7 @@ VUSolid::EnumInside UVCSGfaceted::Inside( const UVector3 &p ) const // test or whatnot) and to call this version only if // the simplier test fails. // -inline VUSolid::EnumInside UVCSGfaceted::InsideNoVoxels(const UVector3& p) const +VUSolid::EnumInside UVCSGfaceted::InsideNoVoxels(const UVector3& p) const { VUSolid::EnumInside answer = eOutside; UVCSGface** face = faces; @@ -269,7 +269,7 @@ bool UVCSGfaceted::Normal(const UVector3& p, UVector3& n) const // DistanceToIn(p,v) // -inline double UVCSGfaceted::DistanceToInNoVoxels(const UVector3& p, + double UVCSGfaceted::DistanceToInNoVoxels(const UVector3& p, const UVector3& v) const { double distance = UUtils::kInfinity; @@ -322,7 +322,7 @@ inline double UVCSGfaceted::DistanceToInNoVoxels(const UVector3& p, // DistanceToOut(p,v) // -inline double UVCSGfaceted::DistanceToOutNoVoxels(const UVector3& p, const UVector3& v, UVector3& n, bool& aConvex) const +double UVCSGfaceted::DistanceToOutNoVoxels(const UVector3& p, const UVector3& v, UVector3& n, bool& aConvex) const { bool allBehind = true; double distance = UUtils::kInfinity; @@ -383,6 +383,7 @@ inline double UVCSGfaceted::DistanceToOutNoVoxels(const UVector3& p, const UVect distance = 0; } aConvex = false; + n = normal; } return distance; @@ -426,11 +427,11 @@ UGeometryType UVCSGfaceted::GetEntityType() const std::ostream& UVCSGfaceted::StreamInfo(std::ostream& os) const { os << "-----------------------------------------------------------\n" - << " *** Dump for solid - " << GetName() << " ***\n" - << " ===================================================\n" + << " *** Dump for solid - " << GetName() << " ***\n" + << " ===================================================\n" << " Solid type: UVCSGfaceted\n" << " Parameters: \n" - << " number of faces: " << numFace << "\n" + << " number of faces: " << numFace << "\n" << "-----------------------------------------------------------\n"; return os; diff --git a/source/geometry/solids/usolids/src/UVoxelizer.cc b/source/geometry/solids/usolids/src/UVoxelizer.cc index e0c656421c8..ffc0ec458ff 100644 --- a/source/geometry/solids/usolids/src/UVoxelizer.cc +++ b/source/geometry/solids/usolids/src/UVoxelizer.cc @@ -844,7 +844,7 @@ inline void findComponents3(unsigned int mask, vector& list, int i) #endif // USOLIDSONLY -inline void findComponentsFastest(unsigned int mask, vector& list, int i) +void UVoxelizer::FindComponentsFastest(unsigned int mask, vector& list, int i) { for (int byte = 0; byte < (int)(sizeof(unsigned int)); byte++) { @@ -902,7 +902,7 @@ int UVoxelizer::GetCandidatesVoxelArray(const UVector3& point, vector& list } if (crossed && (!(mask &= ~((unsigned int*)crossed->fAllBits)[0]))) return 0; - findComponentsFastest(mask, list, 0); + FindComponentsFastest(mask, list, 0); } else { @@ -924,7 +924,7 @@ int UVoxelizer::GetCandidatesVoxelArray(const UVector3& point, vector& list if (!(mask &= masks[2][i])) continue; if (maskCrossed && !(mask &= ~maskCrossed[i])) continue; - findComponentsFastest(mask, list, i); + FindComponentsFastest(mask, list, i); } } } @@ -957,7 +957,7 @@ int UVoxelizer::GetCandidatesVoxelArray(const vector& voxels, const UBits b )) return 0; if (crossed && (!(mask &= ~((unsigned int*)crossed->fAllBits)[0]))) return 0; - findComponentsFastest(mask, list, 0); + FindComponentsFastest(mask, list, 0); } else { @@ -976,7 +976,7 @@ int UVoxelizer::GetCandidatesVoxelArray(const vector& voxels, const UBits b if (!(mask &= masks[2][i])) continue; if (maskCrossed && !(mask &= ~maskCrossed[i])) continue; - findComponentsFastest(mask, list, i); + FindComponentsFastest(mask, list, i); } } } diff --git a/source/geometry/volumes/History b/source/geometry/volumes/History index f5488d5e05f..7eb412afce4 100644 --- a/source/geometry/volumes/History +++ b/source/geometry/volumes/History @@ -1,4 +1,4 @@ -$Id: History 77024 2013-11-20 16:08:38Z gcosmo $ +$Id: History 81646 2014-06-04 09:28:37Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,17 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +April 10th, 2014 G.Cosmo - geomvol-V09-06-21 +- Get rid of deprecated 'register' storage class specifier in source files + +March 31st, 2014 G.Cosmo +- Corrected signature of operator=() for G4LogicalBorder/SkinSurface. + +February 14th, 2014 G.Cosmo +- Minor cleanup and optimisation to G4EnhancedAllocator. +- Code cleanup in G4GeometryWorkspace and G4GeometryWorkspacePool. + November 19th, 2013 J.Apostolakis - geomvol-V09-06-20 - Fix(es) for issues identified by Coverity: G4GeometryWorkspace: initialisation of data member. diff --git a/source/geometry/volumes/include/G4EnhancedVecAllocator.hh b/source/geometry/volumes/include/G4EnhancedVecAllocator.hh index 1b5f4a3d191..77df37a8589 100644 --- a/source/geometry/volumes/include/G4EnhancedVecAllocator.hh +++ b/source/geometry/volumes/include/G4EnhancedVecAllocator.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4EnhancedVecAllocator.hh 66872 2013-01-15 01:25:57Z japost $ +// $Id: G4EnhancedVecAllocator.hh 81646 2014-06-04 09:28:37Z gcosmo $ // // // ------------------------------------------------------------ @@ -117,24 +117,27 @@ template void G4EnhancedVecAllocator<_Tp>::deallocate(_Tp* _Ptr, size_t _Count) { G4int found = -1; - for (register int j = 0 ; j < G4AllocStats::numCat ; j++) + if (G4AllocStats::allocStat != 0) { - if ( (G4AllocStats::allocStat != 0) - && (G4AllocStats::allocStat[j].size == (_Count * sizeof(_Tp)))) + for (G4int j = 0 ; j < G4AllocStats::numCat ; j++) { - found = j; - break; + if (G4AllocStats::allocStat[j].size == (_Count * sizeof(_Tp))) + { + found = j; + break; + } } } // assert(found != -1); - for (register int k = 0; k < G4AllocStats::allocStat[found].totalspace; k++) + G4ChunkIndexType& chunk = G4AllocStats::allocStat[found]; + + for (G4int k = 0; k < chunk.totalspace; k++) { - if ( ((G4AllocStats::allocStat[found]).preAllocated[k]).address - == ((char *) _Ptr)) + if ( (chunk.preAllocated[k]).address == ((char *) _Ptr)) { - // assert(((G4AllocStats::allocStat[found]).preAllocated[k]).isAllocated==1); - ((G4AllocStats::allocStat[found]).preAllocated[k]).isAllocated = 0; + // assert((chunk.preAllocated[k]).isAllocated==1); + (chunk.preAllocated[k]).isAllocated = 0; return; } } @@ -155,14 +158,16 @@ _Tp* G4EnhancedVecAllocator<_Tp>::allocate(size_t _Count) size_t totalsize = _Count * sizeof(_Tp); G4int found = -1; - for (register int j = 0 ; j < G4AllocStats::numCat ; j++) + if (G4AllocStats::allocStat != 0) { - if ( (G4AllocStats::allocStat != 0) - && (G4AllocStats::allocStat[j].size == totalsize) ) + for (G4int j = 0 ; j < G4AllocStats::numCat ; j++) { - found = j; - break; - } + if (G4AllocStats::allocStat[j].size == totalsize) + { + found = j; + break; + } + } } if (found == -1) // Find the new size @@ -186,74 +191,69 @@ _Tp* G4EnhancedVecAllocator<_Tp>::allocate(size_t _Count) G4AllocStats::allocStat[G4AllocStats::numCat-1].preAllocated = 0; found = G4AllocStats::numCat - 1; + G4ChunkIndexType& chunk = G4AllocStats::allocStat[found]; - G4AllocStats::allocStat[found].totalspace = 512; + chunk.totalspace = 512; // heuristic for the number of STL vector instances - G4AllocStats::allocStat[found].preAllocated = - (G4ChunkType *) realloc(G4AllocStats::allocStat[found].preAllocated, - sizeof(G4ChunkType) * G4AllocStats::allocStat[found].totalspace); + chunk.preAllocated = (G4ChunkType *) realloc(chunk.preAllocated, + sizeof(G4ChunkType) * chunk.totalspace); // This value must be different than zero; otherwise means // failure in allocating extra space for pointers ! - // assert(G4AllocStats::allocStat[found].preAllocated != 0); + // assert(chunk.preAllocated != 0); char *newSpace1 = (char *) malloc(totalsize * 512); // This pointer must be different than zero; otherwise means // failure in allocating extra space for instances ! // assert(newSpace1 != 0); - for (register int k = 0; k < 512 ; k++) + for (G4int k = 0; k < 512 ; k++) { - ((G4AllocStats::allocStat[found]).preAllocated[k]).isAllocated = 0; - ((G4AllocStats::allocStat[found]).preAllocated[k]).address = - newSpace1+totalsize*k; + (chunk.preAllocated[k]).isAllocated = 0; + (chunk.preAllocated[k]).address = newSpace1+totalsize*k; } - ((G4AllocStats::allocStat[found]).preAllocated[0]).isAllocated = 1; - return (_Tp*)(((G4AllocStats::allocStat[found]).preAllocated[0]).address); + (chunk.preAllocated[0]).isAllocated = 1; + return (_Tp*)((chunk.preAllocated[0]).address); } - // assert(G4AllocStats::allocStat[found].size == totalsize); + G4ChunkIndexType& chunk = G4AllocStats::allocStat[found]; + + // assert(chunk.size == totalsize); - for (register int k = 0; k < G4AllocStats::allocStat[found].totalspace; k++) + for (G4int k = 0; k < chunk.totalspace; k++) { - if (((G4AllocStats::allocStat[found]).preAllocated[k]).isAllocated == 0) + if ((chunk.preAllocated[k]).isAllocated == 0) { - ((G4AllocStats::allocStat[found]).preAllocated[k]).isAllocated = 1; - return (_Tp*)(((G4AllocStats::allocStat[found]).preAllocated[k]).address); + (chunk.preAllocated[k]).isAllocated = 1; + return (_Tp*)((chunk.preAllocated[k]).address); } } - G4int originalchunknumber = G4AllocStats::allocStat[found].totalspace; + G4int originalchunknumber = chunk.totalspace; - G4AllocStats::allocStat[found].totalspace = // heuristic for the number - G4AllocStats::allocStat[found].totalspace+512; // of STL vector instances + chunk.totalspace += 512; // heuristic for the number of STL vector instances - G4AllocStats::allocStat[found].preAllocated = - (G4ChunkType *) realloc(G4AllocStats::allocStat[found].preAllocated, - sizeof(G4ChunkType) * G4AllocStats::allocStat[found].totalspace); + chunk.preAllocated = (G4ChunkType *) realloc(chunk.preAllocated, + sizeof(G4ChunkType) * chunk.totalspace); // This value must be different than zero; otherwise means // failure in allocating extra space for pointers ! - // assert(G4AllocStats::allocStat[found].preAllocated != 0); + // assert(chunk.preAllocated != 0); char *newSpace = (char *) malloc(totalsize * 512); // This pointer must be different than zero; otherwise means // failure in allocating extra space for instances ! // assert(newSpace != 0); - for (register int k = 0; k < 512 ; k++) + for (G4int k = 0; k < 512 ; k++) { - ((G4AllocStats::allocStat[found]). - preAllocated[originalchunknumber + k]).isAllocated= 0; - ((G4AllocStats::allocStat[found]). - preAllocated[originalchunknumber + k]).address= newSpace+totalsize*k; + (chunk.preAllocated[originalchunknumber+k]).isAllocated = 0; + (chunk.preAllocated[originalchunknumber+k]).address = newSpace+totalsize*k; } - ((G4AllocStats::allocStat[found]).preAllocated[originalchunknumber]) - .isAllocated = 1; + (chunk.preAllocated[originalchunknumber]).isAllocated = 1; - return (_Tp*)(((G4AllocStats::allocStat[found]). - preAllocated[originalchunknumber]).address); + return (_Tp*)((chunk.preAllocated[originalchunknumber]).address); } // ************************************************************ diff --git a/source/geometry/volumes/include/G4GeometryWorkspace.hh b/source/geometry/volumes/include/G4GeometryWorkspace.hh index 30ff9b60c4c..631ed4f71d2 100644 --- a/source/geometry/volumes/include/G4GeometryWorkspace.hh +++ b/source/geometry/volumes/include/G4GeometryWorkspace.hh @@ -23,24 +23,29 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// Description: -// Manage the per-thread state of the geometry, spanning those -// which have a per-thread state and their dependents. -// In particular it +// +// $Id: G4GeometryWorkspace.hh 81646 2014-06-04 09:28:37Z gcosmo $ +// +// +// ------------------------------------------------------------ +// GEANT 4 class header file +// +// Class Description: +// +// Class managing the per-thread state of the geometry, spanning those +// which have a per-thread state and their dependents. +// In particular it: // - owns the arrays that implement 'split' classes -// - classes/objects which are owned by the split classes. -// Background: the classes/objects affected are +// - owns classes/objects which are owned by the split classes. +// The classes/objects affected are: // - 'split' classes part of its state is per-thread, // - per-thread objects, in particular those which are owned // by the split classes. // Goal: Take ownership and control of per-thread state of -// classes to work with multi-threading. -// -// Designed / created by John Apostolakis -// Interface design - review with Andrea Dotti (July 2013) -// -// First version: 7th July 2013 -// Working version: 4th October 2013 +// classes to work with multi-threading. + +// Authors: John Apostolakis (CERN), Andrea Dotti (SLAC), July 2013 +// ------------------------------------------------------------ #ifndef G4GEOMETRYWORKSPACE_HH #define G4GEOMETRYWORKSPACE_HH @@ -56,41 +61,44 @@ class G4GeometryWorkspace { - public: - G4GeometryWorkspace(); - ~G4GeometryWorkspace(); + public: + + G4GeometryWorkspace(); + ~G4GeometryWorkspace(); - void UseWorkspace(); //Take ownership - void ReleaseWorkspace(); //Release ownership - void DestroyWorkspace(); //Release ownership and destroy + void UseWorkspace(); // Take ownership + void ReleaseWorkspace(); // Release ownership + void DestroyWorkspace(); // Release ownership and destroy - void InitialiseWorkspace(); + void InitialiseWorkspace(); // To be called at start of each run (especially 2nd and further runs) - void SetVerbose(G4bool v) { fVerbose=v; } - G4bool GetVerbose() { return fVerbose; } + inline void SetVerbose(G4bool v) { fVerbose=v; } + inline G4bool GetVerbose() { return fVerbose; } - protected: // Implementation methods - void InitialisePhysicalVolumes(); - G4bool CloneParameterisedSolids( G4PVParameterised *paramVol ); - G4bool CloneReplicaSolid( G4PVReplica *); + protected: // Implementation methods + + void InitialisePhysicalVolumes(); + G4bool CloneParameterisedSolids( G4PVParameterised *paramVol ); + G4bool CloneReplicaSolid( G4PVReplica *); - private: // Helper pointers - can be per instance or shared + private: // Helper pointers - can be per instance or shared + G4LVManager *fpLogicalVolumeSIM; G4PVManager *fpPhysicalVolumeSIM; G4PVRManager *fpReplicaSIM; G4RegionManager *fpRegionSIM; - // Per Instance variables - // NOTE: the ownership of the Data Arrays is IN this object - private: - // Store SubInstanceManager object pointers (SIM pointers) - G4LVData *fLogicalVolumeOffset; // (G4LogicalVolume::GetSubInstanceManager()) - G4PVData *fPhysicalVolumeOffset; - G4ReplicaData *fReplicaOffset; - G4RegionData *fRegionOffset; + // Per Instance variables + // NOTE: the ownership of the Data Arrays is IN this object + // Store SubInstanceManager object pointers (SIM pointers) + + G4LVData *fLogicalVolumeOffset; // (G4LVolume::GetSubInstanceManager()) + G4PVData *fPhysicalVolumeOffset; + G4ReplicaData *fReplicaOffset; + G4RegionData *fRegionOffset; - G4bool fVerbose; + G4bool fVerbose; }; -#endif //G4GEOMETRYWORKSPACE_HH +#endif diff --git a/source/geometry/volumes/include/G4GeometryWorkspacePool.hh b/source/geometry/volumes/include/G4GeometryWorkspacePool.hh index fbbdc6403bd..dd30603274c 100644 --- a/source/geometry/volumes/include/G4GeometryWorkspacePool.hh +++ b/source/geometry/volumes/include/G4GeometryWorkspacePool.hh @@ -23,65 +23,84 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// +// $Id: G4GeometryWorkspacePool.hh 81646 2014-06-04 09:28:37Z gcosmo $ +// +// +// ------------------------------------------------------------ +// GEANT 4 class header file +// +// Class Description: +// +// Create and recycle Workspaces +// Only one object of this type exists; true Singleton (not per thread). -// Create, recycle and Workspaces -// Only one object of this type exists - it is a true Singleton (not per thread). +// Author: John Apostolakis (CERN), December 2013 +// ------------------------------------------------------------ #ifndef G4GEOMETRYWORKSPACEPOOL_HH #define G4GEOMETRYWORKSPACEPOOL_HH +#include "G4Types.hh" + class G4GeometryWorkspace; -// #include "G4GeometryWorkspace.hh" -//Note: Investigate potential to make it a template - on the workspace type +// Note: Investigate potential to make it a template - on the workspace type class G4GeometryWorkspacePool { public: - static G4GeometryWorkspacePool* GetInstance(); - // For use with simple MT mode - each thread gets a workspace and uses it until end - G4GeometryWorkspace* CreateWorkspace(); + static G4GeometryWorkspacePool* GetInstance(); + + G4GeometryWorkspace* CreateWorkspace(); + // For use with simple MT mode + // Each thread gets a workspace and uses it until end - void CreateAndUseWorkspace(); // Create it (as above) and use it + void CreateAndUseWorkspace(); + // Create it (as above) and use it - // For use with 'dynamic' model of threading - workspaces can be recycled - G4GeometryWorkspace* FindOrCreateWorkspace(); - // Reuse an existing workspace - or create a new one if needed. + G4GeometryWorkspace* FindOrCreateWorkspace(); + // For use with 'dynamic' model of threading. Workspaces can be recycled. + // Reuse an existing workspace or create a new one if needed. // This will never fail, except if system is out of resources - inline G4GeometryWorkspace* GetWorkspace() { return fMyWorkspace; } + inline G4GeometryWorkspace* GetWorkspace() { return fMyWorkspace; } // Give back the existing, active workspace for my thread / task - void Recycle( G4GeometryWorkspace * ); - // Keep the unused Workspace - for recycling + void Recycle( G4GeometryWorkspace * ); + // Keep the unused Workspace for recycling - void CleanUpAndDestroyAllWorkspaces(); - // To be called once at the end of the job + void CleanUpAndDestroyAllWorkspaces(); + // To be called once at the end of the job - protected: - void ReleaseAndDestroyWorkspace(G4GeometryWorkspace*); - // Destroy workspace - after releasing it + protected: + + void ReleaseAndDestroyWorkspace(G4GeometryWorkspace*); + // Destroy workspace after releasing it - // void RegisterWarehouse( G4GeometryWarehouse *) ; + // void RegisterWarehouse( G4GeometryWarehouse *); // The (optional) warehouse keeps a list of free workspaces - private: - G4GeometryWorkspacePool(); - ~G4GeometryWorkspacePool(); + private: + + G4GeometryWorkspacePool(); + ~G4GeometryWorkspacePool(); + + private: - private: - static G4GeometryWorkspacePool* thePool; + static G4GeometryWorkspacePool* thePool; - //void* fWarehouse; - // G4GeometryWarehouse* fWarehouse; - // This is "void" to hide the actual container type for workspaces - // Implementations: a simple STL contaier for MT or something better for tbb - // Further development: template parameter with portable default + // void* fWarehouse; + // G4GeometryWarehouse* fWarehouse; + // This is "void" to hide the actual container type for workspaces + // Implementations: a simple STL contaier for MT or something better + // for tbb. + // Further development: template parameter with portable default - static G4ThreadLocal G4GeometryWorkspace* fMyWorkspace; - // The thread's workspace - if assigned. - // --> Can we do without this ? It is dirty!! + static G4ThreadLocal G4GeometryWorkspace* fMyWorkspace; + // The thread's workspace - if assigned. + // --> Can we do without this ? It is dirty!! }; -#endif //G4GEOMETRYWORKSPACEPOOL_HH +#endif diff --git a/source/geometry/volumes/include/G4LogicalBorderSurface.hh b/source/geometry/volumes/include/G4LogicalBorderSurface.hh index c7770bbc8a9..61c3ffc2e31 100644 --- a/source/geometry/volumes/include/G4LogicalBorderSurface.hh +++ b/source/geometry/volumes/include/G4LogicalBorderSurface.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4LogicalBorderSurface.hh 73926 2013-09-17 07:59:06Z gcosmo $ +// $Id: G4LogicalBorderSurface.hh 81646 2014-06-04 09:28:37Z gcosmo $ // // class G4LogicalBorderSurface // @@ -89,7 +89,7 @@ class G4LogicalBorderSurface : public G4LogicalSurface private: G4LogicalBorderSurface(const G4LogicalBorderSurface &right); - const G4LogicalBorderSurface& operator=(const G4LogicalBorderSurface &right); + G4LogicalBorderSurface& operator=(const G4LogicalBorderSurface &right); private: diff --git a/source/geometry/volumes/include/G4LogicalSkinSurface.hh b/source/geometry/volumes/include/G4LogicalSkinSurface.hh index 42deacfc111..b2e25f7cca7 100644 --- a/source/geometry/volumes/include/G4LogicalSkinSurface.hh +++ b/source/geometry/volumes/include/G4LogicalSkinSurface.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4LogicalSkinSurface.hh 73926 2013-09-17 07:59:06Z gcosmo $ +// $Id: G4LogicalSkinSurface.hh 81646 2014-06-04 09:28:37Z gcosmo $ // // class G4LogicalSkinSurface // @@ -80,7 +80,7 @@ class G4LogicalSkinSurface : public G4LogicalSurface private: G4LogicalSkinSurface(const G4LogicalSkinSurface &right); - const G4LogicalSkinSurface& operator=(const G4LogicalSkinSurface &right); + G4LogicalSkinSurface& operator=(const G4LogicalSkinSurface &right); // Assignment and copying must be denied. private: diff --git a/source/geometry/volumes/include/G4NavigationHistory.icc b/source/geometry/volumes/include/G4NavigationHistory.icc index 0d234b6b18d..6a966f3cccb 100644 --- a/source/geometry/volumes/include/G4NavigationHistory.icc +++ b/source/geometry/volumes/include/G4NavigationHistory.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4NavigationHistory.icc 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4NavigationHistory.icc 81646 2014-06-04 09:28:37Z gcosmo $ // // // class G4NavigationHistory Inline implementation @@ -43,7 +43,7 @@ G4NavigationHistory::operator=(const G4NavigationHistory &h) { fNavHistory.resize( h.fStackDepth ); } - for ( register G4int ilev=h.fStackDepth; ilev>=0; ilev-- ) + for ( G4int ilev=h.fStackDepth; ilev>=0; ilev-- ) { fNavHistory[ilev] = h.fNavHistory[ilev]; } @@ -65,7 +65,7 @@ void G4NavigationHistory::Clear() G4NavigationLevel tmpNavLevel = G4NavigationLevel(0, origin, kNormal, -1) ; Reset(); - for (register G4int ilev=fNavHistory.size()-1; ilev>=0; ilev--) + for (G4int ilev=fNavHistory.size()-1; ilev>=0; ilev--) { fNavHistory[ilev] = tmpNavLevel; } diff --git a/source/geometry/volumes/include/G4PVReplica.hh b/source/geometry/volumes/include/G4PVReplica.hh index f749b138aa8..5b28fdd4249 100644 --- a/source/geometry/volumes/include/G4PVReplica.hh +++ b/source/geometry/volumes/include/G4PVReplica.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4PVReplica.hh 67974 2013-03-13 10:17:37Z gcosmo $ +// $Id: G4PVReplica.hh 81646 2014-06-04 09:28:37Z gcosmo $ // // // class G4PVReplica @@ -198,7 +198,7 @@ class G4PVReplica : public G4VPhysicalVolume void CheckAndSetParameters(const EAxis pAxis, const G4int nReplicas, const G4double width, const G4double offset); G4PVReplica(const G4PVReplica&); - const G4PVReplica& operator=(const G4PVReplica&); + G4PVReplica& operator=(const G4PVReplica&); private: diff --git a/source/geometry/volumes/src/G4GeometryWorkspace.cc b/source/geometry/volumes/src/G4GeometryWorkspace.cc index 8a287e17ec5..df3f1373e6b 100644 --- a/source/geometry/volumes/src/G4GeometryWorkspace.cc +++ b/source/geometry/volumes/src/G4GeometryWorkspace.cc @@ -23,6 +23,13 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// +// $Id: G4GeometryWorkspace.cc 81646 2014-06-04 09:28:37Z gcosmo $ +// +// +// Class G4GeometryWorkspace - implementation +// +// ---------------------------------------------------------------------- #include "G4GeometryWorkspace.hh" @@ -39,7 +46,13 @@ #include "G4AutoLock.hh" +namespace +{ + G4Mutex solidclone = G4MUTEX_INITIALIZER; +} +// ---------------------------------------------------------------------- +// G4GeometryWorkspace::G4GeometryWorkspace() : fVerbose(false) { @@ -52,7 +65,8 @@ G4GeometryWorkspace::G4GeometryWorkspace() fpRegionSIM= &const_cast(G4Region::GetSubInstanceManager()); - // Create a work area for Logical Volumes in this thread - then capture its address + // Create a work area for Logical Volumes in this thread + // then capture its address InitialiseWorkspace(); fLogicalVolumeOffset= fpLogicalVolumeSIM->GetOffset(); @@ -64,25 +78,28 @@ G4GeometryWorkspace::G4GeometryWorkspace() fRegionOffset= fpRegionSIM->GetOffset(); } +// ---------------------------------------------------------------------- +// G4GeometryWorkspace::~G4GeometryWorkspace() -{ - +{ } -// Static methods -// For with current (original) G4WorkerThread -- which uses static methods - +// ---------------------------------------------------------------------- +// void G4GeometryWorkspace::UseWorkspace() { if( fVerbose ) - G4cout << "G4GeometryWorkspace::UseWorkspace: Start " << G4endl; + { + G4cout << "G4GeometryWorkspace::UseWorkspace: Start " << G4endl; + } - // Implementation copied from G4WorkerThread::BuildGeometryAndPhysicsVector() - // and improved for G4PVParamaterised - // John Apostolakis, May 30, 2013 + // Implementation originally in: + // G4WorkerThread::BuildGeometryAndPhysicsVector() + // and improved for G4PVParamaterised - //Geometry related, split classes mechanism: instantiate sub-instance for this thread + // Geometry related, split classes mechanism: instantiate sub-instance + // for this thread fpLogicalVolumeSIM->UseWorkArea(fLogicalVolumeOffset); fpPhysicalVolumeSIM->UseWorkArea(fPhysicalVolumeOffset); @@ -94,13 +111,15 @@ G4GeometryWorkspace::UseWorkspace() // - so it must NOT Initialise anything! // Do not call InitialisePhysicalVolumes(); - if( fVerbose ) + if( fVerbose ) + { G4cout << "G4GeometryWorkspace::UseWorkspace: End " << G4endl; + } } - +// ---------------------------------------------------------------------- +// void G4GeometryWorkspace::ReleaseWorkspace() -// The opposite of Use Workspace - let go of it. { fpLogicalVolumeSIM->UseWorkArea(0); fpPhysicalVolumeSIM->UseWorkArea(0); @@ -109,62 +128,65 @@ void G4GeometryWorkspace::ReleaseWorkspace() fpRegionSIM->UseWorkArea(0); } -namespace { - G4Mutex solidclone= G4MUTEX_INITIALIZER; -} +// ---------------------------------------------------------------------- +// void G4GeometryWorkspace::InitialisePhysicalVolumes() +{ + G4PhysicalVolumeStore* physVolStore = G4PhysicalVolumeStore::GetInstance(); + for (size_t ip=0; ipsize(); ip++) { - G4PhysicalVolumeStore* physVolStore = G4PhysicalVolumeStore::GetInstance(); - for (size_t ip=0; ipsize(); ip++) + G4VPhysicalVolume* physVol = (*physVolStore)[ip]; + G4LogicalVolume *logicalVol = physVol->GetLogicalVolume(); + + // Use shadow pointer + // + G4VSolid *solid = logicalVol->GetMasterSolid(); + G4PVReplica *g4PVReplica = 0; + g4PVReplica = dynamic_cast(physVol); + if (!g4PVReplica) { - G4VPhysicalVolume* physVol = (*physVolStore)[ip]; - G4LogicalVolume *logicalVol = physVol->GetLogicalVolume(); - //use shadow pointer - G4VSolid *solid = logicalVol->GetMasterSolid(); - G4PVReplica *g4PVReplica = 0; - g4PVReplica = dynamic_cast(physVol); - if (!g4PVReplica) + // Placement volume + logicalVol->InitialiseWorker(logicalVol,solid,0); + } + else + { + g4PVReplica->InitialiseWorker(g4PVReplica); + if( ! g4PVReplica->IsParameterised() ) + { + logicalVol->InitialiseWorker(logicalVol,solid,0); + + // If the replica's solid (in LV) is changed during navigation, + // it must be thread-private + // + CloneReplicaSolid( g4PVReplica ); + } + else + { + G4PVParameterised *paramVol = dynamic_cast(physVol); + if (!paramVol) { - // Placement volume - logicalVol->InitialiseWorker(logicalVol,solid,0); - } - else - { - //g4PVReplica->SlaveG4PVReplica(g4PVReplica); - g4PVReplica->InitialiseWorker(g4PVReplica); - if( ! g4PVReplica->IsParameterised() ) - { - logicalVol->InitialiseWorker(logicalVol,solid,0); - // If the replica's solid (in LV) is changed during navigation, it must be thread-private - CloneReplicaSolid( g4PVReplica ); - } - else - { - G4PVParameterised *paramVol - = dynamic_cast(physVol); - if (!paramVol) - { - G4Exception("G4GeometryWorkspace::CreateAndUseWorkspace", "Runtime Error PV01", - FatalException, - "Cannot find Parameterisation for G4PVParameterised object."); - } - CloneParameterisedSolids( paramVol ); - } + G4Exception("G4GeometryWorkspace::CreateAndUseWorkspace()", + "GeomVol0003", FatalException, + "Cannot find Parameterisation for parameterised volume."); } + CloneParameterisedSolids( paramVol ); + } } - if( fVerbose ) - G4cout << "G4GeometryWorkspace::InitialisePhysicalVolumes: " - << "Copying geometry - Done!" << G4endl; + } + if( fVerbose ) + { + G4cout << "G4GeometryWorkspace::InitialisePhysicalVolumes: " + << "Copying geometry - Done!" << G4endl; + } } - +// ---------------------------------------------------------------------- +// Create a clone of the solid for this replica in this thread +// G4bool G4GeometryWorkspace::CloneReplicaSolid( G4PVReplica *replicaPV ) { - // Create a clone of the solid for this replica in this thread - - // Check that it is not a parameterisation ? - - // The solid Ptr is in the Logical Volume + // The solid Ptr is in the Logical Volume + // G4LogicalVolume *logicalV= replicaPV ->GetLogicalVolume(); G4VSolid *solid= logicalV->GetSolid(); @@ -175,39 +197,44 @@ G4bool G4GeometryWorkspace::CloneReplicaSolid( G4PVReplica *replicaPV ) if( workerSolid ) { logicalV->InitialiseWorker(logicalV,workerSolid,0); - }else{ + } + else + { // In the case that not all solids support(ed) the Clone() // method, we do similar thing here to dynamically cast // and then get the clone method. + // G4ExceptionDescription ed; - ed << " ERROR: Unable to initialise geometry for worker node." << G4endl; - ed << " A solid lacks the Clone() method - or Clone() failed." << G4endl; - ed << " Type of solid: " << solid->GetEntityType() << G4endl; - ed << " Parameters: " << *solid << G4endl; - G4Exception(" G4GeometryWorkspace::CloneParameterisedVolume", "MT-BuildGeometry001", - FatalException, ed); + ed << "ERROR - Unable to initialise geometry for worker node." << "\n" + << "A solid lacks the Clone() method - or Clone() failed." << "\n" + << " Type of solid: " << solid->GetEntityType() << "\n" + << " Parameters: " << *solid; + G4Exception("G4GeometryWorkspace::CloneParameterisedVolume()", + "GeomVol0003", FatalException, ed); return false; } return true; // It Worked } -G4bool G4GeometryWorkspace::CloneParameterisedSolids( G4PVParameterised *paramVol ) +// ---------------------------------------------------------------------- +// Each G4PVParameterised instance, has associated with it at least one +// solid for each worker thread. +// *Simple* Parameterisations have a single type of solid, and the +// pointer points to the same instance of a solid during the simulation. +// For this case, it is possible to adapt automatically to +// multi-threading, simply by cloning the solid - so long +// as all solids support the Clone() method. +// +G4bool G4GeometryWorkspace:: +CloneParameterisedSolids( G4PVParameterised *paramVol ) { - // Each G4PVParameterised instance, has associated with it at least one - // solid for each worker thread. - // *Simple* Parameterisations have a single type of solid, and the - // pointer points to the same instance of a solid during the simulation. - // For this case, it is possible to adapt automatically to - // multi-threading, simply by cloning the solid - so long - // as all solids support the Clone() method. - // Check whether it is a simple parameterisation or not + // G4VPVParameterisation *param= paramVol->GetParameterisation(); unsigned int numCopies= paramVol->GetMultiplicity(); unsigned int numDifferent= 0; G4LogicalVolume *logicalV= paramVol->GetLogicalVolume(); - // assert( logicalV != 0); G4VSolid *solid= logicalV->GetSolid(); for( unsigned int i=0; i< numCopies; i++) @@ -221,53 +248,59 @@ G4bool G4GeometryWorkspace::CloneParameterisedSolids( G4PVParameterised *paramVo if( numDifferent>0 ) { G4ExceptionDescription ed; - - ed << " Parameterisation is implemented using several instances of Solids " - << " - potentially to support different types of solids. " << G4endl; - ed << " The current implementation of Geant4-MT does not support " - << " this type of Parameterisation" << G4endl; - G4Exception("G4GeometryWorkspace::CloneParameterisedVolume", "GeometryNotSupportedInMT-01", - FatalException, ed); + ed << "ERROR - Parameterisation using several instances of Solids \n" + << "potentially to support different types of solids. \n" + << "Geant4-MT currently does not support this type of \n" + << "parameterisation, sorry !"; + G4Exception("G4GeometryWorkspace::CloneParameterisedVolume()", + "GeomVol0001", FatalException, ed); } - // Threads may attempt to clone a solids simultaneously. Those cloned solids will be - // registered into a shared solid store (C++ container). Need a lock to - // guarantee thread safety + // Threads may attempt to clone a solids simultaneously. + // Those cloned solids will be registered into a shared solid + // store (C++ container). Need a lock to guarantee thread safety + // G4AutoLock aLock(&solidclone); G4VSolid *workerSolid = solid->Clone(); aLock.unlock(); if( workerSolid ) { logicalV->InitialiseWorker(logicalV,workerSolid,0); - }else{ + } + else + { // In the case that not all solids support(ed) the Clone() // method, we do similar thing here to dynamically cast - // and then get the clone method. + // and then get the clone method + // G4ExceptionDescription ed; - ed << " ERROR: Unable to initialise geometry for worker node." << G4endl; - ed << " A solid lacks the Clone() method - or Clone() failed." << G4endl; - ed << " Type of solid: " << solid->GetEntityType() << G4endl; - ed << " Parameters: " << *solid << G4endl; - G4Exception(" G4GeometryWorkspace::CloneParameterisedVolume", "MT-BuildGeometry001", - FatalException, ed); + ed << "ERROR - Unable to initialise geometry for worker node. \n" + << "A solid lacks the Clone() method - or Clone() failed. \n" + << " Type of solid: " << solid->GetEntityType() << "\n" + << " Parameters: " << *solid; + G4Exception("G4GeometryWorkspace::CloneParameterisedVolume()", + "GeomVol0003", FatalException, ed); } return true; // It Worked } - -void -G4GeometryWorkspace::InitialiseWorkspace() +// ---------------------------------------------------------------------- +// +void G4GeometryWorkspace::InitialiseWorkspace() { - if( fVerbose ) - G4cout << "G4GeometryWorkspace::InitialiseWorkspace: Copying geometry - Start " << G4endl; + if( fVerbose ) + { + G4cout << "G4GeometryWorkspace::InitialiseWorkspace():" + << " Copying geometry - Start " << G4endl; + } - // Implementation copied from G4WorkerThread::BuildGeometryAndPhysicsVector() - // and improved for G4PVParamaterised - // John Apostolakis, May 30, 2013 + // Implementation originally in: + // G4WorkerThread::BuildGeometryAndPhysicsVector() + // and improved for G4PVParamaterised - //Geometry related, split classes mechanism: - // Do *NOT* instantiate sub-instance for this thread, - // just copy the contents !! + // Geometry related, split classes mechanism: + // Do *NOT* instantiate sub-instance for this thread, just copy the contents! + // fpLogicalVolumeSIM->SlaveCopySubInstanceArray(); fpPhysicalVolumeSIM->SlaveCopySubInstanceArray(); fpReplicaSIM->SlaveCopySubInstanceArray(); @@ -275,11 +308,15 @@ G4GeometryWorkspace::InitialiseWorkspace() InitialisePhysicalVolumes(); - if( fVerbose ) - G4cout << "G4GeometryWorkspace::InitialiseWorkspace: " - << "Copying geometry - Done!" << G4endl; + if( fVerbose ) + { + G4cout << "G4GeometryWorkspace::InitialiseWorkspace: " + << "Copying geometry - Done!" << G4endl; + } } +// ---------------------------------------------------------------------- +// void G4GeometryWorkspace::DestroyWorkspace() { G4PhysicalVolumeStore* physVolStore = G4PhysicalVolumeStore::GetInstance(); @@ -310,7 +347,6 @@ void G4GeometryWorkspace::DestroyWorkspace() logicalVol->TerminateWorker(logicalVol); } } - fpLogicalVolumeSIM->FreeSlave(); fpPhysicalVolumeSIM->FreeSlave(); fpReplicaSIM->FreeSlave(); diff --git a/source/geometry/volumes/src/G4GeometryWorkspacePool.cc b/source/geometry/volumes/src/G4GeometryWorkspacePool.cc index d4c8b14fee1..505447a53f0 100644 --- a/source/geometry/volumes/src/G4GeometryWorkspacePool.cc +++ b/source/geometry/volumes/src/G4GeometryWorkspacePool.cc @@ -23,42 +23,60 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // - -#include "G4Types.hh" +// +// $Id: G4GeometryWorkspacePool.cc 81646 2014-06-04 09:28:37Z gcosmo $ +// +// +// Class G4GeometryWorkspacePool - implementation +// +// ---------------------------------------------------------------------- #include "G4GeometryWorkspacePool.hh" #include "G4GeometryWorkspace.hh" #include "G4AutoLock.hh" -namespace { - G4Mutex singletonM = G4MUTEX_INITIALIZER; + +namespace +{ + G4Mutex singletonM = G4MUTEX_INITIALIZER; } + G4ThreadLocal G4GeometryWorkspace* G4GeometryWorkspacePool::fMyWorkspace=0; G4GeometryWorkspacePool* G4GeometryWorkspacePool::thePool=0; +// ---------------------------------------------------------------------- +// G4GeometryWorkspacePool* G4GeometryWorkspacePool::GetInstance() { - G4AutoLock l(&singletonM); - if( !thePool ) thePool= new G4GeometryWorkspacePool(); - return thePool; + G4AutoLock l(&singletonM); + if ( !thePool ) { thePool= new G4GeometryWorkspacePool(); } + return thePool; } +// ---------------------------------------------------------------------- // For use with MT and current G4WorkerThread -- which uses static methods +// G4GeometryWorkspace* G4GeometryWorkspacePool::CreateWorkspace() { G4GeometryWorkspace* geometryWrk=0; - if( !fMyWorkspace ){ + if( !fMyWorkspace ) + { geometryWrk= new G4GeometryWorkspace(); - if( !geometryWrk ) { - G4Exception("GeometryWorspacePool::CreateWorkspace", "Geom-003", + if( !geometryWrk ) + { + G4Exception("GeometryWorspacePool::CreateWorkspace", "GeomVol003", FatalException, "Failed to create workspace."); - }else{ - fMyWorkspace= geometryWrk; } - }else{ - G4Exception("GeometryWorspacePool::CreateWorkspace", "Geom-003", + else + { + fMyWorkspace= geometryWrk; + } + } + else + { + G4Exception("GeometryWorspacePool::CreateWorkspace", "GeomVol003", FatalException, "Cannot create workspace twice for the same thread."); geometryWrk= fMyWorkspace; @@ -67,62 +85,56 @@ G4GeometryWorkspace* G4GeometryWorkspacePool::CreateWorkspace() return geometryWrk; } - -void G4GeometryWorkspacePool::CreateAndUseWorkspace() // Create it (as above) and use it +// ---------------------------------------------------------------------- +// Create it (as above) and use it +// +void G4GeometryWorkspacePool::CreateAndUseWorkspace() { (this->CreateWorkspace())->UseWorkspace(); } +// ---------------------------------------------------------------------- // Reuse an existing workspace - or create a new one if needed. // G4GeometryWorkspace* G4GeometryWorkspacePool::FindOrCreateWorkspace() { - G4GeometryWorkspace* geometryWrk= fMyWorkspace; - if( !geometryWrk ){ - geometryWrk= this->CreateWorkspace(); - } - geometryWrk->UseWorkspace(); + G4GeometryWorkspace* geometryWrk= fMyWorkspace; + if( !geometryWrk ) + { + geometryWrk= this->CreateWorkspace(); + } + geometryWrk->UseWorkspace(); - fMyWorkspace= geometryWrk; // assign it for use by this thread. - return geometryWrk; -} - -#if 0 -void G4GeometryWorkspacePool::ReleaseAndDestroyMyWorkspace() -{ - ReleaseAndDestroyWorkspace(fMyWorkspace); - fMyWorkspace=0; -} - -void G4GeometryWorkspacePool::ReleaseAndDestroyWorkspace(G4GeometryWorkspace *geometryWrk) -{ - geometryWrk->ReleaseWorkspace(); - delete geometryWrk; + fMyWorkspace= geometryWrk; // assign it for use by this thread. + return geometryWrk; } -#endif +// ---------------------------------------------------------------------- +// void G4GeometryWorkspacePool::Recycle( G4GeometryWorkspace *geometryWrk ) { - geometryWrk->ReleaseWorkspace(); - //if( fWarehouse ){ - //} else { - delete geometryWrk; - //} + geometryWrk->ReleaseWorkspace(); + // if( fWarehouse ){ + // } else { + delete geometryWrk; + // } } +// ---------------------------------------------------------------------- +// void G4GeometryWorkspacePool::CleanUpAndDestroyAllWorkspaces() { } - +// ---------------------------------------------------------------------- +// G4GeometryWorkspacePool::G4GeometryWorkspacePool() { - // fWarehouse=0; + // fWarehouse=0; } +// ---------------------------------------------------------------------- +// G4GeometryWorkspacePool::~G4GeometryWorkspacePool() { } - - - diff --git a/source/geometry/volumes/src/G4LogicalBorderSurface.cc b/source/geometry/volumes/src/G4LogicalBorderSurface.cc index 2dc4095526f..ed0a73caf8f 100644 --- a/source/geometry/volumes/src/G4LogicalBorderSurface.cc +++ b/source/geometry/volumes/src/G4LogicalBorderSurface.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4LogicalBorderSurface.cc 73926 2013-09-17 07:59:06Z gcosmo $ +// $Id: G4LogicalBorderSurface.cc 81646 2014-06-04 09:28:37Z gcosmo $ // // -------------------------------------------------------------------- // G4LogicalBorderSurface Implementation @@ -88,7 +88,7 @@ G4LogicalBorderSurface::~G4LogicalBorderSurface() // Operators // -const G4LogicalBorderSurface& +G4LogicalBorderSurface& G4LogicalBorderSurface::operator=(const G4LogicalBorderSurface &right) { if (&right == this) return *this; diff --git a/source/geometry/volumes/src/G4LogicalSkinSurface.cc b/source/geometry/volumes/src/G4LogicalSkinSurface.cc index 116b15748bb..5da8eea49d2 100644 --- a/source/geometry/volumes/src/G4LogicalSkinSurface.cc +++ b/source/geometry/volumes/src/G4LogicalSkinSurface.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4LogicalSkinSurface.cc 73926 2013-09-17 07:59:06Z gcosmo $ +// $Id: G4LogicalSkinSurface.cc 81646 2014-06-04 09:28:37Z gcosmo $ // // -------------------------------------------------------------------- // G4LogicalSkinSurface Implementation @@ -83,7 +83,7 @@ G4LogicalSkinSurface::~G4LogicalSkinSurface() // Operators // -const G4LogicalSkinSurface& +G4LogicalSkinSurface& G4LogicalSkinSurface::operator=(const G4LogicalSkinSurface& right) { if (&right == this) return *this; diff --git a/source/global/HEPNumerics/include/G4Integrator.icc b/source/global/HEPNumerics/include/G4Integrator.icc index 455c9649ecb..8c5ae468242 100644 --- a/source/global/HEPNumerics/include/G4Integrator.icc +++ b/source/global/HEPNumerics/include/G4Integrator.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Integrator.icc 69546 2013-05-08 09:50:34Z gcosmo $ +// $Id: G4Integrator.icc 81649 2014-06-04 09:56:53Z gcosmo $ // // Implementation of G4Integrator methods. // @@ -1018,7 +1018,7 @@ G4double G4Integrator::GammaLogarithm(G4double xx) static const G4double cof[6] = { 76.18009172947146, -86.50532032941677, 24.01409824083091, -1.231739572450155, 0.1208650973866179e-2, -0.5395239384953e-5 }; - register G4int j; + G4int j; G4double x = xx - 1.0 ; G4double tmp = x + 5.5 ; tmp -= (x + 0.5) * std::log(tmp) ; diff --git a/source/global/HEPNumerics/include/G4SimplexDownhill.hh b/source/global/HEPNumerics/include/G4SimplexDownhill.hh index c0cba3ca766..38ce2de6c9f 100644 --- a/source/global/HEPNumerics/include/G4SimplexDownhill.hh +++ b/source/global/HEPNumerics/include/G4SimplexDownhill.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4SimplexDownhill.hh 67970 2013-03-13 10:10:06Z gcosmo $ +// $Id: G4SimplexDownhill.hh 81649 2014-06-04 09:56:53Z gcosmo $ // // Class description: // @@ -37,8 +37,8 @@ // Author: Tatsumi Koi (SLAC/SCCS), 2007 // -------------------------------------------------------------------------- -#ifndef G4SimplexDownhill -#define G4SimplexDownhill_h +#ifndef G4SimplexDownhill_hh +#define G4SimplexDownhill_hh #include "globals.hh" diff --git a/source/global/HEPRandom/include/G4Poisson.hh b/source/global/HEPRandom/include/G4Poisson.hh index d7b22f5dc09..2f6c23af0be 100644 --- a/source/global/HEPRandom/include/G4Poisson.hh +++ b/source/global/HEPRandom/include/G4Poisson.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Poisson.hh 76334 2013-11-08 14:37:37Z gcosmo $ +// $Id: G4Poisson.hh 81649 2014-06-04 09:56:53Z gcosmo $ // // // ------------------------------------------------------------ @@ -52,7 +52,7 @@ inline G4long G4Poisson(G4double mean) { G4long number = 0; const G4int border = 16; - G4double limit = 2e9; + const G4double limit = 2e9; if(mean <= border) { @@ -62,21 +62,18 @@ inline G4long G4Poisson(G4double mean) while(poissonSum <= position) { - number++ ; + ++number; poissonValue *= mean/number; poissonSum += poissonValue; } return number; } // the case of mean <= 16 - G4double value, t, y; - t = std::sqrt(-2*std::log(G4UniformRand())); - y = CLHEP::twopi*G4UniformRand(); - t *= std::cos(y); - value = mean + t*std::sqrt(mean) + 0.5; - if(value <= 0) {return 0;} - if(value >= limit) { return G4long(limit);} - return G4long(value); + G4double t = std::sqrt(-2.*std::log(G4UniformRand()))* + std::cos(2.*CLHEP::pi*G4UniformRand()); + G4double value = mean + t*std::sqrt(mean) + 0.5; + if(value < 0.) {return 0;} + return (value >= limit) ? G4long(limit) : G4long(value); } #endif /* G4POISSON_HH */ diff --git a/source/global/HEPRandom/src/G4MTRandGaussQ.cc b/source/global/HEPRandom/src/G4MTRandGaussQ.cc index aa237e71a1d..f424592a4c8 100644 --- a/source/global/HEPRandom/src/G4MTRandGaussQ.cc +++ b/source/global/HEPRandom/src/G4MTRandGaussQ.cc @@ -118,7 +118,7 @@ G4double G4MTRandGaussQ::transformQuick (G4double r) sign = -1.0; } - register G4int index; + G4int index; G4double dx; if ( r >= Table1step ) { diff --git a/source/global/HEPRandom/src/G4MTRandGeneral.cc b/source/global/HEPRandom/src/G4MTRandGeneral.cc index 58c7be1af93..7bc4eee5834 100644 --- a/source/global/HEPRandom/src/G4MTRandGeneral.cc +++ b/source/global/HEPRandom/src/G4MTRandGeneral.cc @@ -83,8 +83,8 @@ void G4MTRandGeneral::prepareTable(const G4double* aProbFunc) theIntegralPdf.resize(nBins+1); theIntegralPdf[0] = 0; - register G4int ptn; - register G4double weight; + G4int ptn; + G4double weight; for ( ptn = 0; ptn patch number #ifndef G4VERSION_NUMBER -#define G4VERSION_NUMBER 1001 +#define G4VERSION_NUMBER 1002 #endif #ifndef G4VERSION_TAG -#define G4VERSION_TAG "$Name: geant4-10-00-patch-01 $" +#define G4VERSION_TAG "$Name: geant4-10-00-patch-02 $" #endif // as variables @@ -58,10 +58,10 @@ #include "G4String.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4-10-00-patch-01 [MT]$"; +static const G4String G4Version = "$Name: geant4-10-00-patch-02 [MT]$"; #else -static const G4String G4Version = "$Name: geant4-10-00-patch-01 $"; +static const G4String G4Version = "$Name: geant4-10-00-patch-02 $"; #endif -static const G4String G4Date = "(28-February-2014)"; +static const G4String G4Date = "(13-June-2014)"; #endif diff --git a/source/intercoms/History b/source/intercoms/History index c83f5e6e01f..67f9a1975b3 100644 --- a/source/intercoms/History +++ b/source/intercoms/History @@ -1,4 +1,4 @@ -$Id: History 77651 2013-11-27 08:47:55Z gcosmo $ +$Id: History 81671 2014-06-04 12:15:25Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,22 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +4 May, 2014 M. Asai (intercoms-V09-06-18) +- G4GenericMessenger.cc : Fix core dump when GetCurrentValue() + method is invoked for a command defined by DeclareMethod(). + +3 May, 2014 M. Asai +- Fix the treatment of double-quotes in G4UImanager::ForeachS(). + Addressing bug report #1614. + +16 April, 2014 G. Cosmo +- Corrected inclusion protection flag in G4GenericMessenger.hh. + Addressing old problem report #1527. + +04 March, 2014 M. Asai (intercoms-V09-06-17) +- G4GenericMessenger : introducing three additional methods to make + it Geant4-v10.0-compliant. Addressing to bug report #1580. + 26 November, 2013 M. Asai (intercoms-V09-06-16) - G4GenericMessenger : introducing two methods for declaring a method that has a unit. This solves the issue of G4GenericMessenger in diff --git a/source/intercoms/include/G4GenericMessenger.hh b/source/intercoms/include/G4GenericMessenger.hh index 113dc1a065d..84d1778a54f 100644 --- a/source/intercoms/include/G4GenericMessenger.hh +++ b/source/intercoms/include/G4GenericMessenger.hh @@ -28,7 +28,7 @@ // #ifndef G4GenericMessenger_h -#define G4GenericMmessenger_h 1 +#define G4GenericMessenger_h 1 #include "G4UImessenger.hh" #include "G4UIcommand.hh" @@ -74,6 +74,9 @@ public: Command& SetParameterName(const G4String&, G4bool, G4bool =false); Command& SetDefaultValue(const G4String&); Command& SetCandidates(const G4String&); + Command& SetToBeBroadcasted(G4bool s) { command->SetToBeBroadcasted(s); return *this; } + Command& SetToBeFlushed(G4bool s) { command->SetToBeFlushed(s); return *this; } + Command& SetWorkerThreadOnly(G4bool s) { command->SetWorkerThreadOnly(s); return *this; } G4UIcommand* command; const std::type_info* type; diff --git a/source/intercoms/src/G4GenericMessenger.cc b/source/intercoms/src/G4GenericMessenger.cc index 409043985f6..9f0880e6440 100644 --- a/source/intercoms/src/G4GenericMessenger.cc +++ b/source/intercoms/src/G4GenericMessenger.cc @@ -142,6 +142,10 @@ G4String G4GenericMessenger::GetCurrentValue(G4UIcommand* command) { Property& p = properties[command->GetCommandName()]; return p.variable.ToString(); } + else if ( methods.find(command->GetCommandName()) != methods.end()) { + G4cout<<" GetCurrentValue() is not available for a command defined by G4GenericMessenger::DeclareMethod()."<SetIgnoreCout(tid); } - diff --git a/source/interfaces/History b/source/interfaces/History index e7f879198ae..ca45d203233 100644 --- a/source/interfaces/History +++ b/source/interfaces/History @@ -1,4 +1,4 @@ -$Id: History 79182 2014-02-20 09:06:39Z gcosmo $ +$Id: History 81837 2014-06-06 08:34:45Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 25th 2014 Koichi Murakami (interfaces-V09-06-20) +- basic/src/G4UIterminal.cc, fixed the problem that some commands cannot be + processed, because of a bug in G4SubString== operator like nC(0,3)="xxx". + Use substr() instead of () operator for the comparison of substr. + 22nd Janvier 2014 Laurent Garnier (interfaces-V09-06-19) - G4Qt : BUGFIX : bugzilla 1487 : Explicitly set the LC_NUMBERIC locale to "C" diff --git a/source/interfaces/basic/src/G4UIterminal.cc b/source/interfaces/basic/src/G4UIterminal.cc index 68e20d066ec..6a1f08bad3e 100644 --- a/source/interfaces/basic/src/G4UIterminal.cc +++ b/source/interfaces/basic/src/G4UIterminal.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UIterminal.cc 66892 2013-01-17 10:57:59Z gunter $ +// $Id: G4UIterminal.cc 81837 2014-06-06 08:34:45Z gcosmo $ // // ==================================================================== // G4UIterminal.cc @@ -225,11 +225,11 @@ G4String G4UIterminal::GetCommand(const char* msg) G4cout << nC << G4endl; newCommand= nullString; - } else if(nC=="ls" || nC(0,3)=="ls " ) { // list commands + } else if(nC=="ls" || nC.substr(0,3)=="ls " ) { // list commands ListDirectory(nC); newCommand= nullString; - } else if(nC=="lc" || nC(0,3)=="lc " ) { // ... by shell + } else if(nC=="lc" || nC.substr(0,3)=="lc " ) { // ... by shell shell-> ListCommand(nC.remove(0,2)); newCommand= nullString; @@ -242,12 +242,12 @@ G4String G4UIterminal::GetCommand(const char* msg) shell-> ShowCurrentDirectory(); newCommand= nullString; - } else if(nC == "cd" || nC(0,3) == "cd ") { // "cd" + } else if(nC == "cd" || nC.substr(0,3) == "cd ") { // "cd" ChangeDirectoryCommand(nC); shell-> SetCurrentDirectory(GetCurrentWorkingDirectory()); newCommand= nullString; - } else if(nC == "help" || nC(0,5) == "help ") { // "help" + } else if(nC == "help" || nC.substr(0,5) == "help ") { // "help" TerminalHelp(nC); newCommand= nullString; diff --git a/source/materials/History b/source/materials/History index 1a39c0d05ba..4d2a69d1451 100644 --- a/source/materials/History +++ b/source/materials/History @@ -1,4 +1,4 @@ -$Id: History 76883 2013-11-18 12:50:08Z gcosmo $ +$Id: History 81839 2014-06-06 08:47:44Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,24 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +28-04-14 M.Asai (materials-V09-06-35) +- G4MaterialPropertyTable: fix race condition problem. Addressing to + bug report #1590. + +22-04-14 G.Cosmo +- G4Material: corrected initialisation of pointers in fake default constructor + per use of persistency. + +15-04-14 G.Cosmo +- G4Material: corrected typo in printout for duplicate materials in + function InitializePointers(). + +09-04-14 V.Ivanchenko +- G4Material, G4Element - defined defaulut names and symbols for elements + and isotopes if they are not explicitly defined by users - this fixing + names for gdml IO which has problem to work with names starting from a + decimal number + 16-11-13 M.Kelsey (materials-V09-06-34) - G4LatticePhysical: Drop use of G4Transform3D and related objects in favor of simple G4RotationMatrix operating directly on G4ThreeVector. This diff --git a/source/materials/src/G4Element.cc b/source/materials/src/G4Element.cc index 7be192d28ca..d52ca2b874b 100644 --- a/source/materials/src/G4Element.cc +++ b/source/materials/src/G4Element.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Element.cc 69704 2013-05-13 09:06:12Z gcosmo $ +// $Id: G4Element.cc 81839 2014-06-06 08:47:44Z gcosmo $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -334,6 +334,14 @@ void G4Element::AddNaturalIsotopes() G4NistManager* nist = G4NistManager::Instance(); G4int n = nist->GetNumberOfNistIsotopes(Z); G4int N0 = nist->GetNistFirstIsotopeN(Z); + + if("" == fSymbol) { + const std::vector elmnames = + G4NistManager::Instance()->GetNistElementNames(); + if(Z < (G4int)elmnames.size()) { fSymbol = elmnames[Z]; } + else { fSymbol = fName; } + } + fNumberOfIsotopes = 0; for(G4int i=0; iGetIsotopeAbundance(Z, N0+i) > 0.0) { ++fNumberOfIsotopes; } @@ -348,7 +356,7 @@ void G4Element::AddNaturalIsotopes() if(x > 0.0) { std::ostringstream strm; strm << fSymbol << N; - (*theIsotopeVector)[idx] = new G4Isotope(strm.str(),Z, N, 0.0, 0); + (*theIsotopeVector)[idx] = new G4Isotope(strm.str(), Z, N, 0.0, 0); fRelativeAbundanceVector[idx] = x; xsum += x; ++idx; diff --git a/source/materials/src/G4Material.cc b/source/materials/src/G4Material.cc index ee337765f55..ef6d85a00f1 100644 --- a/source/materials/src/G4Material.cc +++ b/source/materials/src/G4Material.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4Material.cc 70847 2013-06-06 11:56:34Z gcosmo $ +// $Id: G4Material.cc 81839 2014-06-06 08:47:44Z gcosmo $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // @@ -74,6 +74,7 @@ #include #include "G4Material.hh" +#include "G4NistManager.hh" #include "G4UnitsTable.hh" #include "G4PhysicalConstants.hh" #include "G4SystemOfUnits.hh" @@ -112,7 +113,20 @@ G4Material::G4Material(const G4String& name, G4double z, fArrayLength = maxNbComponents; fImplicitElement = true; theElementVector = new G4ElementVector(); - theElementVector->push_back( new G4Element(name, " ", z, a)); + + const std::vector elmnames = + G4NistManager::Instance()->GetNistElementNames(); + G4String enam, snam; + G4int iz = G4lrint(z); + if(iz < (G4int)elmnames.size()) { + snam = elmnames[iz]; + enam = snam; + } else { + enam = "ELM_" + name; + snam = name; + } + theElementVector->push_back(new G4Element(enam, snam, z, a)); + fMassFractionVector = new G4double[1]; fMassFractionVector[0] = 1. ; fMassOfMolecule = a/Avogadro; @@ -211,12 +225,14 @@ G4Material::G4Material(const G4String& name, G4double density, // for usage restricted to object persistency G4Material::G4Material(__void__&) - : fNumberOfComponents(0), fNumberOfElements(0), theElementVector(0), - fImplicitElement(false), fMassFractionVector(0), fAtomsVector(0), - fMaterialPropertiesTable(0), fIndexInTable(0), - VecNbOfAtomsPerVolume(0) + : fChemicalFormula(""), fDensity(0.0), fState(kStateUndefined), fTemp(0.0), + fPressure(0.0), maxNbComponents(0), fArrayLength(0), fNumberOfComponents(0), + fNumberOfElements(0), theElementVector(0), fImplicitElement(false), + fMassFractionVector(0), fAtomsVector(0), fMaterialPropertiesTable(0), + fIndexInTable(0), VecNbOfAtomsPerVolume(0), TotNbOfAtomsPerVolume(0), + TotNbOfElectPerVolume(0), fRadlen(0.0), fNuclInterLen(0.0), + fIonisation(0), fSandiaTable(0), fBaseMaterial(0), fMassOfMolecule(0.0) { - InitializePointers(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -273,7 +289,7 @@ void G4Material::InitializePointers() fIndexInTable = theMaterialTable.size(); for(size_t i=0; iGetName() == fName) { - G4cout << "G4Material WARNING: doublicate name of the new material " + G4cout << "G4Material WARNING: duplicate name of material " << fName << G4endl; break; } @@ -319,8 +335,10 @@ void G4Material::CopyPointersOfBaseMaterial() TotNbOfAtomsPerVolume = factor*fBaseMaterial->GetTotNbOfAtomsPerVolume(); TotNbOfElectPerVolume = factor*fBaseMaterial->GetTotNbOfElectPerVolume(); - theElementVector = const_cast(fBaseMaterial->GetElementVector()); - fMassFractionVector = const_cast(fBaseMaterial->GetFractionVector()); + theElementVector = + const_cast(fBaseMaterial->GetElementVector()); + fMassFractionVector = + const_cast(fBaseMaterial->GetFractionVector()); fAtomsVector = const_cast(fBaseMaterial->GetAtomsVector()); const G4double* v = fBaseMaterial->GetVecNbOfAtomsPerVolume(); @@ -453,7 +471,7 @@ void G4Material::AddMaterial(G4Material* material, G4double fraction) G4cout << "G4Material::AddMaterial ERROR for " << fName << " and " << material->GetName() << " mass fraction= " << fraction << " is wrong "; - G4Exception ("G4Material::AddMaterial()", "mat034", FatalException, + G4Exception ("G4Material::AddMaterial()", "mat034", FatalException, "Attempt to add material with wrong mass fraction"); } // initialization @@ -525,7 +543,7 @@ void G4Material::AddMaterial(G4Material* material, G4double fraction) << wtSum << " is not 1 - results may be wrong" << G4endl; } - for (i=0;iGetA()); } @@ -549,11 +567,16 @@ void G4Material::ComputeRadiationLength() void G4Material::ComputeNuclearInterLength() { - static const G4double lambda0 = 35*g/cm2; + static const G4double lambda0 = 35*CLHEP::g/CLHEP::cm2; G4double NILinv = 0.0; for (size_t i=0; iGetN(),0.6666666667); + G4int Z = G4lrint( (*theElementVector)[i]->GetZ()); + G4double A = (*theElementVector)[i]->GetN(); + if(1 == Z) { + NILinv += VecNbOfAtomsPerVolume[i]*A; + } else { + NILinv += VecNbOfAtomsPerVolume[i]*std::pow(A, 0.6666666667); + } } NILinv *= amu/lambda0; fNuclInterLen = (NILinv <= 0.0 ? DBL_MAX : 1./NILinv); @@ -575,7 +598,8 @@ size_t G4Material::GetNumberOfMaterials() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4Material* G4Material::GetMaterial(const G4String& materialName, G4bool warning) +G4Material* +G4Material::GetMaterial(const G4String& materialName, G4bool warning) { // search the material by its name for (size_t J=0 ; J 1) { - G4cout << "G4Material ERROR in GetA. The material: " << fName - << " is a mixture."; - G4Exception ("G4Material::GetA()", "mat037", FatalException, - "the Atomic mass is not well defined." ); + G4cout << "G4Material ERROR in GetA. The material: " << fName + << " is a mixture."; + G4Exception ("G4Material::GetA()", "mat037", FatalException, + "the Atomic mass is not well defined." ); } return (*theElementVector)[0]->GetA(); } @@ -728,7 +753,8 @@ std::ostream& operator<<(std::ostream& flux, G4Material* material) << std::setw(6)<< std::setprecision(2) << (material->fMassFractionVector[i])/perCent << " %" << " ElmAbundance " << std::setw(6)<< std::setprecision(2) - << 100*(material->VecNbOfAtomsPerVolume[i])/(material->TotNbOfAtomsPerVolume) + << 100*(material->VecNbOfAtomsPerVolume[i]) + /(material->TotNbOfAtomsPerVolume) << " % \n"; } flux.precision(prec); diff --git a/source/materials/src/G4MaterialPropertiesTable.cc b/source/materials/src/G4MaterialPropertiesTable.cc index e558dc22c37..af08038247d 100644 --- a/source/materials/src/G4MaterialPropertiesTable.cc +++ b/source/materials/src/G4MaterialPropertiesTable.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4MaterialPropertiesTable.cc 66811 2013-01-12 16:04:23Z gcosmo $ +// $Id: G4MaterialPropertiesTable.cc 81839 2014-06-06 08:47:44Z gcosmo $ // // //////////////////////////////////////////////////////////////////////// @@ -109,8 +109,24 @@ void G4MaterialPropertiesTable::DumpTable() } } +#ifdef G4MULTITHREADED +#include "G4AutoLock.hh" +namespace { + G4Mutex materialPropertyTableMutex = G4MUTEX_INITIALIZER; +} +#endif + G4MaterialPropertyVector* G4MaterialPropertiesTable::SetGROUPVEL() { +#ifdef G4MULTITHREADED + G4AutoLock mptm(&materialPropertyTableMutex); +#endif + + // check if "GROUPVEL" already exists + MPTiterator itr; + itr = MPT.find("GROUPVEL"); + if(itr != MPT.end()) return itr->second; + // fetch RINDEX data, give up if unavailable // G4MaterialPropertyVector *rindex = this->GetProperty("RINDEX"); @@ -124,8 +140,6 @@ G4MaterialPropertyVector* G4MaterialPropertiesTable::SetGROUPVEL() // G4MaterialPropertyVector* groupvel = new G4MaterialPropertyVector(); - this->AddProperty( "GROUPVEL", groupvel ); - // fill GROUPVEL vector using RINDEX values // rindex built-in "iterator" was advanced to first entry above // @@ -204,5 +218,7 @@ G4MaterialPropertyVector* G4MaterialPropertiesTable::SetGROUPVEL() groupvel->InsertValues( E0, c_light/n0 ); } + this->AddProperty( "GROUPVEL", groupvel ); + return groupvel; } diff --git a/source/persistency/ascii/History b/source/persistency/ascii/History index 967b3da5db2..03aaa372bd9 100644 --- a/source/persistency/ascii/History +++ b/source/persistency/ascii/History @@ -1,4 +1,4 @@ -$Id: History 77356 2013-11-22 17:10:29Z gcosmo $ +$Id: History 81841 2014-06-06 09:07:26Z gcosmo $ ------------------------------------------------------------------- ========================================================= Geant4 - an Object-Oriented Toolkit for Simulation in HEP @@ -16,6 +16,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +11 April 2014 - P.Arce (ascii-V09-06-10) +- G4tgbGeometryDumper: G4Para use G4ThreeVector methods for SymAxis + 22 November 2013 - G.Cosmo (ascii-V09-06-09, ascii-V09-06-08) - Corrected compilation warning on previous tag... diff --git a/source/persistency/ascii/src/G4tgbGeometryDumper.cc b/source/persistency/ascii/src/G4tgbGeometryDumper.cc index 3ebb606b592..0f6a9698f74 100644 --- a/source/persistency/ascii/src/G4tgbGeometryDumper.cc +++ b/source/persistency/ascii/src/G4tgbGeometryDumper.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4tgbGeometryDumper.cc 77346 2013-11-22 16:01:16Z gcosmo $ +// $Id: G4tgbGeometryDumper.cc 81841 2014-06-06 09:07:26Z gcosmo $ // GEANT4 tag $Name: $ // // @@ -787,11 +787,9 @@ std::vector G4tgbGeometryDumper::GetSolidParams( const G4VSolid * so) const G4Trap * trp = dynamic_cast < const G4Trap * > (so); if (trp) { G4ThreeVector symAxis(trp->GetSymAxis()); - G4double theta = symAxis.theta()/deg; - G4double phi = symAxis.phi()/deg; params.push_back( trp->GetZHalfLength() ); - params.push_back( theta ); - params.push_back( phi); + params.push_back( symAxis.theta()/deg); + params.push_back( symAxis.phi()/deg); params.push_back( trp->GetYHalfLength1() ); params.push_back( trp->GetXHalfLength1() ); params.push_back( trp->GetXHalfLength2() ); @@ -813,15 +811,13 @@ std::vector G4tgbGeometryDumper::GetSolidParams( const G4VSolid * so) } else if (solidType == "PARA") { const G4Para * para = dynamic_cast < const G4Para * > (so); if (para) { - G4double phi = 0.; - if(para->GetSymAxis().z()!=1.0) - { phi = std::atan(para->GetSymAxis().y()/para->GetSymAxis().x()); } + G4ThreeVector symAxis(para->GetSymAxis()); params.push_back( para->GetXHalfLength()); params.push_back( para->GetYHalfLength()); params.push_back( para->GetZHalfLength()); params.push_back( std::atan(para->GetTanAlpha())/deg); - params.push_back( std::acos(para->GetSymAxis().z())/deg); - params.push_back( phi/deg); + params.push_back( symAxis.theta()/deg); + params.push_back( symAxis.phi()/deg); } } else if (solidType == "CONS") { const G4Cons * cn = dynamic_cast < const G4Cons * > (so); diff --git a/source/persistency/gdml/History b/source/persistency/gdml/History index 33b8de98aa8..81260cd1f69 100644 --- a/source/persistency/gdml/History +++ b/source/persistency/gdml/History @@ -1,4 +1,4 @@ -$Id: History 77913 2013-11-29 10:59:07Z gcosmo $ +$Id: History 81843 2014-06-06 09:11:11Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,32 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +21 May 2014 Gabriele Cosmo (gdml-V09-06-10) +- Added better description to fatal exception in case document content + imported happens to be empty in G4GDMLRead::Read(). + +20 May 2014 Gabriele Cosmo +- Correction to G4GDMLRead::Read() for the case when schema validation + is turned off, to disable initialisation of validation machinery in the + parser and allow for standalone parsing off-network. + +15 May 2014 Gabriele Cosmo +- Corrected minor Coverity defect in G4GDMLParser for uninitialised + 'strip' flag in constructors. +- Corrected potential memory leak in G4GDMLReadSolids. + +11 April 2014 Gabriele Cosmo +- Corrected dump of 'phi' and 'theta' for G4Trap and G4Para in writer. + Addressing problem report #1602. + +10 April 2014 Gabriele Cosmo +- Get rid of deprecated 'register' storage class specifier in source files. + +13 March 2014 Gabriele Cosmo +- Added comparison operator for 3-vector key in 'vertexMap' in + G4GDMLWriteSolids for export of tessellated solid. + Addressing problem report #1573. + 29 November 2013 Tatiana Nikitina (gdml-V09-06-09) - Fixed GDML schema for spurious validation errors on last changes introduced for parameterisation of polycone and polyhedra and multi-union. diff --git a/source/persistency/gdml/include/G4GDMLWriteSolids.hh b/source/persistency/gdml/include/G4GDMLWriteSolids.hh index 3f60c2bcdd1..e1a21c994a9 100644 --- a/source/persistency/gdml/include/G4GDMLWriteSolids.hh +++ b/source/persistency/gdml/include/G4GDMLWriteSolids.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4GDMLWriteSolids.hh 76271 2013-11-08 11:51:39Z gcosmo $ +// $Id: G4GDMLWriteSolids.hh 81843 2014-06-06 09:11:11Z gcosmo $ // // // class G4GDMLWriteSolids @@ -76,6 +76,25 @@ class G4OpticalSurface; class G4GDMLWriteSolids : public G4GDMLWriteMaterials { + class G4ThreeVectorCompare + { + public: + + G4bool operator()(const G4ThreeVector& t1, const G4ThreeVector& t2 ) const + { + if(t1.x() < t2.x()) + return true; + + if(t1.y() < t2.y()) + return true; + + if(t1.z() < t2.z()) + return true; + + return false; + } + }; + public: virtual void AddSolid(const G4VSolid* const); diff --git a/source/persistency/gdml/src/G4GDMLParser.cc b/source/persistency/gdml/src/G4GDMLParser.cc index 6655c2758dd..eb6c1274b0b 100644 --- a/source/persistency/gdml/src/G4GDMLParser.cc +++ b/source/persistency/gdml/src/G4GDMLParser.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4GDMLParser.cc 68053 2013-03-13 14:39:51Z gcosmo $ +// $Id: G4GDMLParser.cc 81843 2014-06-06 09:11:11Z gcosmo $ // // // class G4GDMLParser Implementation @@ -44,7 +44,7 @@ G4GDMLParser::G4GDMLParser() } G4GDMLParser::G4GDMLParser(G4GDMLReadStructure* extr) - : urcode(true), uwcode(false) + : urcode(true), uwcode(false), strip(true) { reader = extr; writer = new G4GDMLWriteStructure; @@ -55,7 +55,7 @@ G4GDMLParser::G4GDMLParser(G4GDMLReadStructure* extr) G4GDMLParser::G4GDMLParser(G4GDMLReadStructure* extr, G4GDMLWriteStructure* extw) - : urcode(true), uwcode(true) + : urcode(true), uwcode(true), strip(true) { reader = extr; writer = extw; diff --git a/source/persistency/gdml/src/G4GDMLRead.cc b/source/persistency/gdml/src/G4GDMLRead.cc index ff11c16dad9..14af37c832b 100644 --- a/source/persistency/gdml/src/G4GDMLRead.cc +++ b/source/persistency/gdml/src/G4GDMLRead.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4GDMLRead.cc 68053 2013-03-13 14:39:51Z gcosmo $ +// $Id: G4GDMLRead.cc 81843 2014-06-06 09:11:11Z gcosmo $ // // class G4GDMLRead Implementation // @@ -123,7 +123,7 @@ void G4GDMLRead::StripNames() const << G4endl; G4String sname; - register size_t i; + size_t i; // Solids... // @@ -288,13 +288,16 @@ void G4GDMLRead::Read(const G4String& fileName, xercesc::ErrorHandler* handler = new G4GDMLErrorHandler(!validate); xercesc::XercesDOMParser* parser = new xercesc::XercesDOMParser; - parser->setValidationScheme(xercesc::XercesDOMParser::Val_Always); - parser->setValidationSchemaFullChecking(true); + if (validate) + { + parser->setValidationScheme(xercesc::XercesDOMParser::Val_Always); + } + parser->setValidationSchemaFullChecking(validate); parser->setCreateEntityReferenceNodes(false); // Entities will be automatically resolved by Xerces parser->setDoNamespaces(true); - parser->setDoSchema(true); + parser->setDoSchema(validate); parser->setErrorHandler(handler); try { parser->parse(fileName.c_str()); } @@ -316,8 +319,14 @@ void G4GDMLRead::Read(const G4String& fileName, if (!element) { - G4Exception("G4GDMLRead::Read()", "InvalidRead", - FatalException, "Empty document!"); + std::ostringstream message; + message << "ERROR - Empty document!" << G4endl + << " Check Internet connection is ON in case of schema" + << G4endl + << " validation enabled and location defined as URL in" + << G4endl + << " the GDML file - " << fileName << " - being imported!"; + G4Exception("G4GDMLRead::Read()", "InvalidRead", FatalException, message); return; } diff --git a/source/persistency/gdml/src/G4GDMLReadSolids.cc b/source/persistency/gdml/src/G4GDMLReadSolids.cc index 0a80a8b8e5c..6be4fc2d015 100644 --- a/source/persistency/gdml/src/G4GDMLReadSolids.cc +++ b/source/persistency/gdml/src/G4GDMLReadSolids.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4GDMLReadSolids.cc 77528 2013-11-25 13:06:36Z gcosmo $ +// $Id: G4GDMLReadSolids.cc 81843 2014-06-06 09:11:11Z gcosmo $ // // class G4GDMLReadSolids Implementation // @@ -760,6 +760,10 @@ PolyconeRead(const xercesc::DOMElement* const polyconeElement) new G4Polycone(name,startphi,deltaphi,numZPlanes, z_array,rmin_array,rmax_array); + + delete [] rmin_array; + delete [] rmax_array; + delete [] z_array; } void G4GDMLReadSolids:: @@ -827,7 +831,7 @@ GenericPolyconeRead(const xercesc::DOMElement* const polyconeElement) G4int numRZPoints = rzPointList.size(); G4double* r_array = new G4double[numRZPoints]; - G4double* z_array = new G4double[numRZPoints]; + G4double* z_array = new G4double[numRZPoints]; for (G4int i=0; iGetSymAxis(); const G4double alpha = std::atan(para->GetTanAlpha()); - const G4double theta = std::acos(simaxis.z()); - const G4double phi = (simaxis.z() != 1.0) - ? (std::atan(simaxis.y()/simaxis.x())) : (0.0); + const G4double phi = simaxis.phi(); + const G4double theta = simaxis.theta(); xercesc::DOMElement* paraElement = NewElement("para"); paraElement->setAttributeNode(NewAttribute("name",name)); @@ -559,7 +558,7 @@ TessellatedWrite(xercesc::DOMElement* solElement, tessellatedElement->setAttributeNode(NewAttribute("lunit","mm")); solElement->appendChild(tessellatedElement); - std::map vertexMap; + std::map vertexMap; const size_t NumFacets = tessellated->GetNumberOfFacets(); size_t NumVertex = 0; @@ -699,9 +698,8 @@ TrapWrite(xercesc::DOMElement* solElement, const G4Trap* const trap) const G4String& name = GenerateName(trap->GetName(),trap); const G4ThreeVector& simaxis = trap->GetSymAxis(); - const G4double phi = (simaxis.z() != 1.0) - ? (std::atan(simaxis.y()/simaxis.x())) : (0.0); - const G4double theta = std::acos(simaxis.z()); + const G4double phi = simaxis.phi(); + const G4double theta = simaxis.theta(); const G4double alpha1 = std::atan(trap->GetTanAlpha1()); const G4double alpha2 = std::atan(trap->GetTanAlpha2()); diff --git a/source/physics_lists/builders/History b/source/physics_lists/builders/History index 9720cfcbb97..7ee3e469ac4 100644 --- a/source/physics_lists/builders/History +++ b/source/physics_lists/builders/History @@ -14,6 +14,13 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +09-May-2014, Vladimir Ivanchenko (phys-builders-V09-06-14) +- OrderingParameterTable - processes "AnnihToMuMu" and "AnnihToHad" + should not be active AtRest - fixed problem report #1598 + +06-Mar-2014, Alberto Ribon +- Fixed memory leak in G4FTFBuilder.cc. + 07-Nov-2013, Alberto Ribon (phys-builders-V09-06-13) - Removed low_energy and high_energy from sources.cmake and GNUmakefile. diff --git a/source/physics_lists/builders/OrderingParameterTable b/source/physics_lists/builders/OrderingParameterTable index 63159baf084..c9052a58422 100644 --- a/source/physics_lists/builders/OrderingParameterTable +++ b/source/physics_lists/builders/OrderingParameterTable @@ -5,10 +5,10 @@ Ionisation 2 2 -1 2 2 0 Brems 2 3 -1 -1 3 0 PairProdCharged 2 4 -1 -1 4 0 Annih 2 5 5 -1 5 0 -AnnihToMuMu 2 6 6 -1 6 0 -AnnihToHad 2 7 7 -1 7 0 -NuclearStopp 2 8 -1 8 -1 0 -Msc 2 10 -1 1 1 0 +AnnihToMuMu 2 6 -1 -1 6 0 +AnnihToHad 2 7 -1 -1 7 0 +NuclearStopp 2 8 -1 8 -1 0 +Msc 2 10 -1 1 1 0 Rayleigh 2 11 -1 -1 1000 0 PhotoElectric 2 12 -1 -1 1000 0 Compton 2 13 -1 -1 1000 0 diff --git a/source/physics_lists/builders/src/G4FTFBuilder.cc b/source/physics_lists/builders/src/G4FTFBuilder.cc index 7f50238024d..56b229af54e 100644 --- a/source/physics_lists/builders/src/G4FTFBuilder.cc +++ b/source/physics_lists/builders/src/G4FTFBuilder.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4FTFBuilder.cc 66892 2013-01-17 10:57:59Z gunter $ +// $Id: G4FTFBuilder.cc 81845 2014-06-06 09:30:30Z gcosmo $ // //--------------------------------------------------------------------------- // @@ -55,6 +55,7 @@ G4FTFBuilder::G4FTFBuilder(const G4String& aName, G4PreCompoundModel* p) G4FTFBuilder::~G4FTFBuilder() { delete fStringDecay; + delete fStringModel; //delete fPrecoInterface; delete fLund; } diff --git a/source/physics_lists/lists/History b/source/physics_lists/lists/History index 837ca351d3c..28cacd6c74d 100644 --- a/source/physics_lists/lists/History +++ b/source/physics_lists/lists/History @@ -1,4 +1,4 @@ -$Id: History 79173 2014-02-19 16:05:09Z gcosmo $ +$Id: History 82135 2014-06-11 10:48:08Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -14,6 +14,14 @@ introduced in the code and keeptrack of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +10-Jun-2014, V.Ivanchenko (phys-lists-V09-06-22) +- INCLXXPhysicsListHelper - for the case of HP set cut on proton to + zero to simulate all recoils from elastic scattering + +05-Jun-2014, V.Ivanchenko +- FTFP_BERT_HP, QGSP_BIC_HP, QGSP_BERT_HP - set cut on proton to + zero to simulate all recoils from elastic scattering + 03-Feb-2014, Luciano Pandola (phys-lists-V09-06-21) - Registered model in LBE.icc to handle neutron capture above 20 MeV (Bug Report 1562) diff --git a/source/physics_lists/lists/include/FTFP_BERT_HP.icc b/source/physics_lists/lists/include/FTFP_BERT_HP.icc index c106017248f..e79a273017a 100644 --- a/source/physics_lists/lists/include/FTFP_BERT_HP.icc +++ b/source/physics_lists/lists/include/FTFP_BERT_HP.icc @@ -98,6 +98,9 @@ template void TFTFP_BERT_HP::SetCuts() // the default cut value for all particle types this->SetCutsWithDefault(); + + //Set proton cut value to 0 for producing low energy recoil nucleus + this->SetCutValue(0, "proton"); // if (this->verboseLevel > 0) // G4VUserPhysicsList::DumpCutValuesTable(); diff --git a/source/physics_lists/lists/include/INCLXXPhysicsListHelper.icc b/source/physics_lists/lists/include/INCLXXPhysicsListHelper.icc index 8e25b8b9867..e2887a784bf 100644 --- a/source/physics_lists/lists/include/INCLXXPhysicsListHelper.icc +++ b/source/physics_lists/lists/include/INCLXXPhysicsListHelper.icc @@ -124,6 +124,9 @@ template void TINCLXXPhysicsListHelp this->SetCutsWithDefault(); + //Set proton cut value to 0 for producing low energy recoil nucleus + if(withNeutronHP) { this->SetCutValue(0, "proton"); } + // if (this->verboseLevel >0) // G4VUserPhysicsList::DumpCutValuesTable(); } diff --git a/source/physics_lists/lists/include/QGSP_BERT_HP.icc b/source/physics_lists/lists/include/QGSP_BERT_HP.icc index 36e3ff60120..d5ef6eaa945 100644 --- a/source/physics_lists/lists/include/QGSP_BERT_HP.icc +++ b/source/physics_lists/lists/include/QGSP_BERT_HP.icc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: QGSP_BERT_HP.icc 67969 2013-03-13 09:44:42Z gcosmo $ +// $Id: QGSP_BERT_HP.icc 82135 2014-06-11 10:48:08Z gcosmo $ // //--------------------------------------------------------------------------- // @@ -113,6 +113,9 @@ template void TQGSP_BERT_HP::SetCuts() // the default cut value for all particle types this->SetCutsWithDefault(); + + //Set proton cut value to 0 for producing low energy recoil nucleus + this->SetCutValue(0, "proton"); // if (this->verboseLevel >0) // G4VUserPhysicsList::DumpCutValuesTable(); diff --git a/source/physics_lists/lists/include/QGSP_BIC_HP.icc b/source/physics_lists/lists/include/QGSP_BIC_HP.icc index dc3ccf0dfc7..2d03d9d7ecd 100644 --- a/source/physics_lists/lists/include/QGSP_BIC_HP.icc +++ b/source/physics_lists/lists/include/QGSP_BIC_HP.icc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: QGSP_BIC_HP.icc 67969 2013-03-13 09:44:42Z gcosmo $ +// $Id: QGSP_BIC_HP.icc 82135 2014-06-11 10:48:08Z gcosmo $ // //--------------------------------------------------------------------------- // @@ -113,6 +113,9 @@ template void TQGSP_BIC_HP::SetCuts() this->SetCutsWithDefault(); + //Set proton cut value to 0 for producing low energy recoil nucleus + this->SetCutValue(0, "proton"); + // if (this->verboseLevel >0) // G4VUserPhysicsList::DumpCutValuesTable(); diff --git a/source/processes/cuts/History b/source/processes/cuts/History index 7b11dd8f4ed..ad4e09957bf 100644 --- a/source/processes/cuts/History +++ b/source/processes/cuts/History @@ -1,4 +1,4 @@ -$Id: History 79177 2014-02-19 16:10:41Z gcosmo $ +$Id: History 81850 2014-06-06 09:53:57Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,12 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May. 25th, 2014 - H.Kurashige (procuts-V09-06-11) +- Fix Coverity defects in G4VRangeToEnergyConverter + +Apr. 27th, 2014 - H.Kurashige +- Fix Coverity defects in G4VRangeToEnergyConverter + Jan. 23rd, 2014 - H.Kurashige (procuts-V09-06-10) - Fix compiler warning in G4ProcessCutsTable.cc diff --git a/source/processes/cuts/src/G4VRangeToEnergyConverter.cc b/source/processes/cuts/src/G4VRangeToEnergyConverter.cc index 0164f75ca42..a047e1524f4 100644 --- a/source/processes/cuts/src/G4VRangeToEnergyConverter.cc +++ b/source/processes/cuts/src/G4VRangeToEnergyConverter.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VRangeToEnergyConverter.cc 79177 2014-02-19 16:10:41Z gcosmo $ +// $Id: G4VRangeToEnergyConverter.cc 81850 2014-06-06 09:53:57Z gcosmo $ // // // -------------------------------------------------------------- @@ -72,9 +72,6 @@ G4VRangeToEnergyConverter & G4VRangeToEnergyConverter::operator=(const G4VRangeT theLossTable=0; } - LowestEnergy = right.LowestEnergy; - HighestEnergy = right.HighestEnergy; - MaxEnergyCut = right.MaxEnergyCut; fMaxEnergyCut = right.fMaxEnergyCut; NumberOfElements = right.NumberOfElements; theParticle = right.theParticle; @@ -353,8 +350,11 @@ void G4VRangeToEnergyConverter::BuildRangeVector(const G4Material* aMaterial, } // Integrate with Simpson formula with logarithmic binning - G4double ltt = std::log(MaxEnergyCut/LowestEnergy); - G4double dltau = ltt/TotBin; + G4double dltau = 1.0; + if (LowestEnergy>0.) { + G4double ltt =std::log(MaxEnergyCut/LowestEnergy); + dltau = ltt/TotBin; + } G4double s0 = 0.; G4double Value; diff --git a/source/processes/electromagnetic/adjoint/History b/source/processes/electromagnetic/adjoint/History index 7645ef535d0..a53234942fc 100644 --- a/source/processes/electromagnetic/adjoint/History +++ b/source/processes/electromagnetic/adjoint/History @@ -1,4 +1,4 @@ -$Id: History 75591 2013-11-04 12:33:11Z gcosmo $ +$Id: History 81856 2014-06-06 10:06:15Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * --------------------------------------------------------- +10 Apr 2014: V.Ivanchenko (emadjoint-V09-06-10) +- G4VAdjointReverseReaction - added protection against infinite + loop in ReverseMC01 example: if cross section correction + exceed 100 the total cross section is set to zero + 31 Oct 2013: L.Desorgher (emadjoint-V09-06-09) - Modifications for limitation of convergence peak - G4AdjointBremsstrahlungModel - biased the gamma->e.- reverse brem CS by factor 100 diff --git a/source/processes/electromagnetic/adjoint/include/G4VAdjointReverseReaction.hh b/source/processes/electromagnetic/adjoint/include/G4VAdjointReverseReaction.hh index 3a070493610..ae1b6820f02 100644 --- a/source/processes/electromagnetic/adjoint/include/G4VAdjointReverseReaction.hh +++ b/source/processes/electromagnetic/adjoint/include/G4VAdjointReverseReaction.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VAdjointReverseReaction.hh 68044 2013-03-13 14:29:07Z gcosmo $ +// $Id: G4VAdjointReverseReaction.hh 81856 2014-06-06 10:06:15Z gcosmo $ // ///////////////////////////////////////////////////////////////////////////////// // Module: G4VAdjointReverseReaction @@ -112,7 +112,8 @@ private: G4bool IsIntegralModeUsed; - + G4int trackid; + G4int nstep; diff --git a/source/processes/electromagnetic/adjoint/src/G4VAdjointReverseReaction.cc b/source/processes/electromagnetic/adjoint/src/G4VAdjointReverseReaction.cc index 52e4423d18c..f9045683e47 100644 --- a/source/processes/electromagnetic/adjoint/src/G4VAdjointReverseReaction.cc +++ b/source/processes/electromagnetic/adjoint/src/G4VAdjointReverseReaction.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VAdjointReverseReaction.cc 68044 2013-03-13 14:29:07Z gcosmo $ +// $Id: G4VAdjointReverseReaction.cc 81856 2014-06-06 10:06:15Z gcosmo $ // #include "G4VAdjointReverseReaction.hh" #include "G4SystemOfUnits.hh" @@ -50,6 +50,7 @@ G4VAdjointReverseReaction:: IsFwdCSUsed=false; IsIntegralModeUsed=false; lastCS=0.; + trackid = nstep = 0; } ////////////////////////////////////////////////////////////////////////////// // @@ -76,8 +77,6 @@ void G4VAdjointReverseReaction::BuildPhysicsTable(const G4ParticleDefinition&) G4VParticleChange* G4VAdjointReverseReaction::PostStepDoIt(const G4Track& track, const G4Step& ) { - - fParticleChange->Initialize(track); /* if (IsFwdCSUsed && IsIntegralModeUsed){ //INtegral mode still unstable @@ -109,14 +108,29 @@ G4double G4VAdjointReverseReaction::GetMeanFreePath(const G4Track& track, G4ForceCondition* condition) { *condition = NotForced; G4double preStepKinEnergy = track.GetKineticEnergy(); + + if(track.GetTrackID() != trackid) { + trackid = track.GetTrackID(); + nstep = 0; + } + ++nstep; + + /*G4double Sigma = theAdjointEMModel->AdjointCrossSection(track.GetMaterialCutsCouple(),preStepKinEnergy,IsScatProjToProjCase);*/ G4double Sigma = theAdjointEMModel->GetAdjointCrossSection(track.GetMaterialCutsCouple(),preStepKinEnergy,IsScatProjToProjCase); + + //G4double sig = Sigma; + G4double fwd_TotCS; - Sigma *= theAdjointCSManager->GetCrossSectionCorrection(track.GetDefinition(),preStepKinEnergy,track.GetMaterialCutsCouple(),IsFwdCSUsed, fwd_TotCS); + G4double corr = theAdjointCSManager->GetCrossSectionCorrection(track.GetDefinition(),preStepKinEnergy,track.GetMaterialCutsCouple(),IsFwdCSUsed, fwd_TotCS); + + if(fabs(corr) > 100.) { Sigma = 0.0; } + else { Sigma *= corr; } + //G4cout<0) mean_free_path = 1./Sigma; lastCS=Sigma; + /* + if(nstep > 100) { + G4cout << "#* " << track.GetDefinition()->GetParticleName() + << " " << GetProcessName() + << " Nstep " << nstep + << " E(MeV)= " << preStepKinEnergy << " Sig0= " << sig + << " sig1= " << Sigma << " mfp= " << mean_free_path << G4endl; + + } + if (nstep > 20000) { + exit(1); + } + */ /*G4cout<<"Sigma "< -#include "G4StepStatus.hh" -#include "G4ThreeVector.hh" -#include "G4TouchableHandle.hh" - -class G4ITStepProcessor; - -typedef std::vector - G4SelectedAtRestDoItVector; -typedef std::vector - G4SelectedAlongStepDoItVector; -typedef std::vector - G4SelectedPostStepDoItVector; -typedef std::vector - G4SelectedPostStepAtTimeDoItVector; - -class G4Trajectory_Lock; -class G4Track; -struct G4ProcessState_Lock; -class G4TrackingInformation; -class G4SaveNavigatorState_Lock; -struct G4ITNavigatorState_Lock; - -class G4ITStepProcessorState_Lock{ - friend class G4TrackingInformation; -protected : - inline virtual ~G4ITStepProcessorState_Lock(){;} -}; - - -/** The class G4TrackingInformation (hold by G4IT) - * emcompasses processes informations computed - * at the PS/AS/AtRest/InteractionLength stage, - * and also, the selection of processes for the - * given step. - */ -class G4TrackingInformation -{ -public: - G4TrackingInformation(); - ~G4TrackingInformation(); - - //________________________________________________ - /** If the track is the one having the minimum step time, - * then it "leads" the step. It will interact will all the - * other tracks will be transported. - */ - inline bool IsLeadingStep(){return fStepLeader;} - inline void SetLeadingStep(bool value ){fStepLeader = value;} - - //________________________________________________ - /** Every process should store the information - * computed at the InteractionLegth stage in the track. - */ - - G4ProcessState_Lock* GetProcessState(size_t index); - - inline void RecordProcessState(G4ProcessState_Lock*, - size_t index); - - void SetStepProcessorState(G4ITStepProcessorState_Lock*); - G4ITStepProcessorState_Lock* GetStepProcessorState(); - - inline G4Trajectory_Lock* GetTrajectory_Lock() - { - return fpTrajectory_Lock ; - } - - inline void SetTrajectory_Lock(G4Trajectory_Lock* trajLock) - { - fpTrajectory_Lock = trajLock; - } - - void RecordCurrentPositionNTime(G4Track*); - inline const G4ThreeVector& GetPreStepPosition() const; - inline G4double GetPreStepLocalTime() const; - inline G4double GetPreStepGlobalTime() const; - - inline void SetNavigatorState(G4ITNavigatorState_Lock *); - inline G4ITNavigatorState_Lock* GetNavigatorState() const; - - //------------- -protected: - //------------- - friend class G4ITStepProcessor; - //_______________________________________________________ - G4bool fStepLeader ; - //_______________________________________________________ - G4Trajectory_Lock* fpTrajectory_Lock; - - //_______________________________________________________ - G4ThreeVector fRecordedTrackPosition; - G4double fRecordedTrackLocalTime; - G4double fRecordedTrackGlobalTime; - - //_______________________________________________________ - G4ITNavigatorState_Lock* fNavigatorState; -// G4SaveNavigatorState_Lock* fNavigatorState; - - //_______________________________________________________ - /** Holds the information related to processes - * Indexed on GetPhysIntVector - * (cf. G4ITStepProcessor header) - */ - std::vector fProcessState; - - //_______________________________________________________ - G4ITStepProcessorState_Lock* fpStepProcessorState; - - //_______________________________________________________ - /** Copy constructor - * \param other Object to copy from - */ - G4TrackingInformation(const G4TrackingInformation& other); - - /** Assignment operator - * \param other Object to assign from - * \return A reference to this - */ - G4TrackingInformation& operator=(const G4TrackingInformation& other); -}; - -inline void G4TrackingInformation::SetStepProcessorState(G4ITStepProcessorState_Lock* state) -{ - fpStepProcessorState = state; -} - -inline G4ITStepProcessorState_Lock* G4TrackingInformation::GetStepProcessorState() -{ - return fpStepProcessorState; -} - -inline void G4TrackingInformation::RecordProcessState(G4ProcessState_Lock* state, - size_t index) -{ - fProcessState[index] = state; -} - - -inline G4double G4TrackingInformation::GetPreStepGlobalTime() const -{ - return fRecordedTrackGlobalTime; -} - -inline G4double G4TrackingInformation::GetPreStepLocalTime() const -{ - return fRecordedTrackLocalTime; -} - -inline const G4ThreeVector& G4TrackingInformation::GetPreStepPosition() const -{ - return fRecordedTrackPosition; -} - - -inline void G4TrackingInformation::SetNavigatorState(G4ITNavigatorState_Lock* state) -{ - fNavigatorState = state; -} - -inline G4ITNavigatorState_Lock* G4TrackingInformation::GetNavigatorState() const -{ - return fNavigatorState; -} - - -#endif // G4TRACKINGINFORMATION_HH +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// $Id: G4TrackingInformation.hh 82326 2014-06-16 09:19:18Z gcosmo $ +// +// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) +// +// WARNING : This class is released as a prototype. +// It might strongly evolve or even disapear in the next releases. +// +// History: +// ----------- +// 10 Oct 2011 M.Karamitros created +// +// ------------------------------------------------------------------- + +#ifndef G4TRACKINGINFORMATION_HH +#define G4TRACKINGINFORMATION_HH + +#include "globals.hh" +#include +#include "G4StepStatus.hh" +#include "G4ThreeVector.hh" +#include "G4TouchableHandle.hh" +#include "G4shared_ptr.hh" + +class G4ITStepProcessor; + +typedef std::vector + G4SelectedAtRestDoItVector; +typedef std::vector + G4SelectedAlongStepDoItVector; +typedef std::vector + G4SelectedPostStepDoItVector; +typedef std::vector + G4SelectedPostStepAtTimeDoItVector; + +class G4Trajectory_Lock; +class G4Track; +struct G4ProcessState_Lock; +class G4TrackingInformation; +class G4SaveNavigatorState_Lock; +struct G4ITNavigatorState_Lock; + +class G4ITStepProcessorState_Lock{ + friend class G4TrackingInformation; +protected : + inline virtual ~G4ITStepProcessorState_Lock(){;} +}; + + +/** The class G4TrackingInformation (hold by G4IT) + * emcompasses processes informations computed + * at the PS/AS/AtRest/InteractionLength stage, + * and also, the selection of processes for the + * given step. + */ +class G4TrackingInformation +{ +public: + G4TrackingInformation(); + ~G4TrackingInformation(); + + //________________________________________________ + /** If the track is the one having the minimum step time, + * then it "leads" the step. It will interact will all the + * other tracks will be transported. + */ + inline bool IsLeadingStep(){return fStepLeader;} + inline void SetLeadingStep(bool value ){fStepLeader = value;} + + //________________________________________________ + /** Every process should store the information + * computed at the InteractionLegth stage in the track. + */ + + G4::shared_ptr GetProcessState(size_t index); + + inline void RecordProcessState(G4::shared_ptr, + size_t index); + + void SetStepProcessorState(G4ITStepProcessorState_Lock*); + G4ITStepProcessorState_Lock* GetStepProcessorState(); + + inline G4Trajectory_Lock* GetTrajectory_Lock() + { + return fpTrajectory_Lock ; + } + + inline void SetTrajectory_Lock(G4Trajectory_Lock* trajLock) + { + fpTrajectory_Lock = trajLock; + } + + void RecordCurrentPositionNTime(G4Track*); + inline const G4ThreeVector& GetPreStepPosition() const; + inline G4double GetPreStepLocalTime() const; + inline G4double GetPreStepGlobalTime() const; + + inline void SetNavigatorState(G4ITNavigatorState_Lock *); + inline G4ITNavigatorState_Lock* GetNavigatorState() const; + + //------------- +protected: + //------------- + friend class G4ITStepProcessor; + //_______________________________________________________ + G4bool fStepLeader ; + //_______________________________________________________ + G4Trajectory_Lock* fpTrajectory_Lock; + + //_______________________________________________________ + G4ThreeVector fRecordedTrackPosition; + G4double fRecordedTrackLocalTime; + G4double fRecordedTrackGlobalTime; + + //_______________________________________________________ + G4ITNavigatorState_Lock* fNavigatorState; +// G4SaveNavigatorState_Lock* fNavigatorState; + + //_______________________________________________________ + /** Holds the information related to processes + * Indexed on GetPhysIntVector + * (cf. G4ITStepProcessor header) + */ + std::vector > fProcessState; + + //_______________________________________________________ + G4ITStepProcessorState_Lock* fpStepProcessorState; + + //_______________________________________________________ + /** Copy constructor + * \param other Object to copy from + */ + G4TrackingInformation(const G4TrackingInformation& other); + + /** Assignment operator + * \param other Object to assign from + * \return A reference to this + */ + G4TrackingInformation& operator=(const G4TrackingInformation& other); +}; + +inline void G4TrackingInformation::SetStepProcessorState(G4ITStepProcessorState_Lock* state) +{ + fpStepProcessorState = state; +} + +inline G4ITStepProcessorState_Lock* G4TrackingInformation::GetStepProcessorState() +{ + return fpStepProcessorState; +} + +inline void G4TrackingInformation::RecordProcessState(G4::shared_ptr state, + size_t index) +{ + fProcessState[index] = state; +} + + +inline G4double G4TrackingInformation::GetPreStepGlobalTime() const +{ + return fRecordedTrackGlobalTime; +} + +inline G4double G4TrackingInformation::GetPreStepLocalTime() const +{ + return fRecordedTrackLocalTime; +} + +inline const G4ThreeVector& G4TrackingInformation::GetPreStepPosition() const +{ + return fRecordedTrackPosition; +} + + +inline void G4TrackingInformation::SetNavigatorState(G4ITNavigatorState_Lock* state) +{ + fNavigatorState = state; +} + +inline G4ITNavigatorState_Lock* G4TrackingInformation::GetNavigatorState() const +{ + return fNavigatorState; +} + + +#endif // G4TRACKINGINFORMATION_HH diff --git a/source/processes/electromagnetic/dna/management/include/G4VITProcess.hh b/source/processes/electromagnetic/dna/management/include/G4VITProcess.hh index 0d1aa454c1a..7e86fb18abe 100644 --- a/source/processes/electromagnetic/dna/management/include/G4VITProcess.hh +++ b/source/processes/electromagnetic/dna/management/include/G4VITProcess.hh @@ -1,207 +1,234 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// $Id: G4VITProcess.hh 74551 2013-10-14 12:59:14Z gcosmo $ -// -// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) -// -// WARNING : This class is released as a prototype. -// It might strongly evolve or even disapear in the next releases. -// -// History: -// ----------- -// 10 Oct 2011 M.Karamitros created -// -// ------------------------------------------------------------------- - -#ifndef G4VITProcess_H -#define G4VITProcess_H - -#include -#include "AddClone_def.hh" -#include "G4ReferenceCast.hh" - -class G4IT ; -class G4TrackingInformation ; - -struct G4ProcessState_Lock{ - inline virtual ~G4ProcessState_Lock(){;} -}; - -#define InitProcessState(destination,source) \ - destination(reference_cast(destination,source)) - -/** - * G4VITProcess inherits from G4VProcess. - * A G4VITProcess is able to save its current state for a given track into G4IT. - * This state may be retrieve latter on to be used by the G4VITProcess. - * Each G4VITProcess is tagged. - */ - -class G4VITProcess : public G4VProcess -{ -public: - //__________________________________ - // Constructors & destructors - G4VITProcess(const G4String& name, G4ProcessType type = fNotDefined); - - virtual ~G4VITProcess(); - G4VITProcess(const G4VITProcess& other); - G4VITProcess& operator=(const G4VITProcess& other); - - // equal opperators - G4int operator==(const G4VITProcess &right) const; - G4int operator!=(const G4VITProcess &right) const; - - G4IT_TO_BE_CLONED(G4VITProcess) - - size_t GetProcessID() const - { - return fProcessID; - } - - G4ProcessState_Lock* GetProcessState() - { - return fpState; - } - - void SetProcessState(G4ProcessState_Lock* aProcInfo) - { - fpState = (G4ProcessState*) aProcInfo; - } - - //__________________________________ - // Initialize and Save process info - - virtual void StartTracking(G4Track*); - - virtual void BuildPhysicsTable(const G4ParticleDefinition&){} - - inline G4double GetInteractionTimeLeft(); - - /** WARNING : Redefine the method of G4VProcess - * reset (determine the value of)NumberOfInteractionLengthLeft - */ - virtual void ResetNumberOfInteractionLengthLeft(); - - inline G4bool ProposesTimeStep() const; - - inline static const size_t& GetMaxProcessIndex(); - -protected: // with description - - void RetrieveProcessInfo(); - void CreateInfo(); - - //__________________________________ - // Process info - // friend class G4TrackingInformation ; - - struct G4ProcessState : public G4ProcessState_Lock - { - public: - G4ProcessState(); - virtual ~G4ProcessState(); - - G4double theNumberOfInteractionLengthLeft; - // The flight length left for the current tracking particle - // in unit of "Interaction length". - - G4double theInteractionTimeLeft; - // Time left before the interaction : for at rest processes - - G4double currentInteractionLength; - // The InteractionLength in the current material - }; - - G4ProcessState* fpState ; - - inline virtual void ClearInteractionTimeLeft(); - - inline virtual void ClearNumberOfInteractionLengthLeft(); - // clear NumberOfInteractionLengthLeft - // !!! This method should be at the end of PostStepDoIt() - // !!! and AtRestDoIt - //_________________________________________________ - - - void SetInstantiateProcessState(G4bool flag) - { fInstantiateProcessState = flag; } - - G4bool InstantiateProcessState() { return fInstantiateProcessState; } - - G4bool fProposesTimeStep; - -private : - - size_t fProcessID; - // During all the simulation will identify a process, so if two identical - // processes are created using a copy constructor they will have the same - // fProcessID. NOTE: due to MT, this cannot be "const". - - static /*G4ThreadLocal*/ size_t *fNbProcess; - - G4bool fInstantiateProcessState; - //_________________________________________________ - // Redefine needed members and method of G4VProcess - G4double* theNumberOfInteractionLengthLeft; - G4double* currentInteractionLength; - G4double* theInteractionTimeLeft; -}; - -inline void G4VITProcess::ClearInteractionTimeLeft() -{ - fpState->theInteractionTimeLeft = -1.0; -} - -inline void G4VITProcess::ClearNumberOfInteractionLengthLeft() -{ - fpState->theNumberOfInteractionLengthLeft = -1.0; -} - -inline void G4VITProcess::ResetNumberOfInteractionLengthLeft() -{ - fpState->theNumberOfInteractionLengthLeft = -std::log( G4UniformRand() ); -} - -inline G4double G4VITProcess::GetInteractionTimeLeft() -{ - if(fpState) - return fpState->theInteractionTimeLeft ; - - return -1 ; -} - -inline G4bool G4VITProcess::ProposesTimeStep() const -{ - return fProposesTimeStep; -} - -inline const size_t& G4VITProcess::GetMaxProcessIndex() -{ - if (!fNbProcess) fNbProcess = new size_t ( 0); - return *fNbProcess ; -} -#endif // G4VITProcess_H +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// $Id: G4VITProcess.hh 82326 2014-06-16 09:19:18Z gcosmo $ +// +// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) +// +// WARNING : This class is released as a prototype. +// It might strongly evolve or even disapear in the next releases. +// +// History: +// ----------- +// 10 Oct 2011 M.Karamitros created +// +// ------------------------------------------------------------------- + +#ifndef G4VITProcess_H +#define G4VITProcess_H + +#include +#include "AddClone_def.hh" +#include "G4ReferenceCast.hh" +#include "G4shared_ptr.hh" + +class G4IT ; +class G4TrackingInformation ; + +struct G4ProcessState_Lock{ + inline virtual ~G4ProcessState_Lock(){;} +}; + +#define DowncastProcessState(destinationType) \ + G4::dynamic_pointer_cast(G4VITProcess::fpState) + +#define UpcastProcessState(destinationType) \ + G4::dynamic_pointer_cast(G4VITProcess::fpState) + +#define DowncastState(destinationType,source) \ + G4::dynamic_pointer_cast(source) + +#define UpcastState(destinationType,source) \ + G4::dynamic_pointer_cast(source) + + +/** + * G4VITProcess inherits from G4VProcess. + * A G4VITProcess is able to save its current state for a given track into G4IT. + * This state may be retrieve latter on to be used by the G4VITProcess. + * Each G4VITProcess is tagged. + */ + +class G4VITProcess : public G4VProcess +{ +public: + //__________________________________ + // Constructors & destructors + G4VITProcess(const G4String& name, G4ProcessType type = fNotDefined); + + virtual ~G4VITProcess(); + G4VITProcess(const G4VITProcess& other); + G4VITProcess& operator=(const G4VITProcess& other); + + // equal opperators + G4int operator==(const G4VITProcess &right) const; + G4int operator!=(const G4VITProcess &right) const; + + G4IT_TO_BE_CLONED(G4VITProcess) + + size_t GetProcessID() const + { + return fProcessID; + } + + G4::shared_ptr GetProcessState() + { + return UpcastProcessState(G4ProcessState_Lock); + } + + void SetProcessState(G4::shared_ptr aProcInfo) + { + fpState = DowncastState(G4ProcessState,aProcInfo); + } + + void ResetProcessState() + { + fpState.reset(); + } + + + //__________________________________ + // Initialize and Save process info + + virtual void StartTracking(G4Track*); + + virtual void BuildPhysicsTable(const G4ParticleDefinition&){} + + inline G4double GetInteractionTimeLeft(); + + /** WARNING : Redefine the method of G4VProcess + * reset (determine the value of)NumberOfInteractionLengthLeft + */ + virtual void ResetNumberOfInteractionLengthLeft(); + + inline G4bool ProposesTimeStep() const; + + inline static const size_t& GetMaxProcessIndex(); + +protected: // with description + + void RetrieveProcessInfo(); + void CreateInfo(); + + //__________________________________ + // Process info + // friend class G4TrackingInformation ; + + struct G4ProcessState : public G4ProcessState_Lock + { + public: + G4ProcessState(); + virtual ~G4ProcessState(); + + G4double theNumberOfInteractionLengthLeft; + // The flight length left for the current tracking particle + // in unit of "Interaction length". + + G4double theInteractionTimeLeft; + // Time left before the interaction : for at rest processes + + G4double currentInteractionLength; + // The InteractionLength in the current material + + template T* GetState() + { + return dynamic_cast(this); + } + }; + + G4::shared_ptr fpState; + + template T* GetState() + { + return fpState->GetState(); + } + + inline virtual void ClearInteractionTimeLeft(); + + inline virtual void ClearNumberOfInteractionLengthLeft(); + // clear NumberOfInteractionLengthLeft + // !!! This method should be at the end of PostStepDoIt() + // !!! and AtRestDoIt + //_________________________________________________ + + + void SetInstantiateProcessState(G4bool flag) + { fInstantiateProcessState = flag; } + + G4bool InstantiateProcessState() { return fInstantiateProcessState; } + + G4bool fProposesTimeStep; + + private : + + size_t fProcessID; + // During all the simulation will identify a process, so if two identical + // processes are created using a copy constructor they will have the same + // fProcessID. NOTE: due to MT, this cannot be "const". + + static /*G4ThreadLocal*/ size_t *fNbProcess; + + G4bool fInstantiateProcessState; + //_________________________________________________ + // Redefine needed members and method of G4VProcess + G4double* theNumberOfInteractionLengthLeft; + G4double* currentInteractionLength; + G4double* theInteractionTimeLeft; +}; + +inline void G4VITProcess::ClearInteractionTimeLeft() +{ + fpState->theInteractionTimeLeft = -1.0; +} + +inline void G4VITProcess::ClearNumberOfInteractionLengthLeft() +{ + fpState->theNumberOfInteractionLengthLeft = -1.0; +} + +inline void G4VITProcess::ResetNumberOfInteractionLengthLeft() +{ + fpState->theNumberOfInteractionLengthLeft = -std::log( G4UniformRand() ); +} + +inline G4double G4VITProcess::GetInteractionTimeLeft() +{ + if(fpState) + return fpState->theInteractionTimeLeft ; + + return -1 ; +} + +inline G4bool G4VITProcess::ProposesTimeStep() const +{ + return fProposesTimeStep; +} + +inline const size_t& G4VITProcess::GetMaxProcessIndex() +{ + if (!fNbProcess) fNbProcess = new size_t ( 0); + return *fNbProcess ; +} +#endif // G4VITProcess_H diff --git a/source/processes/electromagnetic/dna/management/include/G4shared_ptr.hh b/source/processes/electromagnetic/dna/management/include/G4shared_ptr.hh new file mode 100644 index 00000000000..c7b87de0096 --- /dev/null +++ b/source/processes/electromagnetic/dna/management/include/G4shared_ptr.hh @@ -0,0 +1,50 @@ +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// $Id: $ +// +// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) +// +// ------------------------------------------------------------------- + +#ifndef G4SHARED_PTR_HH_ +#define G4SHARED_PTR_HH_ + +#include "CLHEP/Utility/memory.h" + +namespace G4 +{ + using CLHEP::shared_ptr; + using CLHEP::weak_ptr; + using CLHEP::enable_shared_from_this; + using CLHEP::static_pointer_cast; + using CLHEP::const_pointer_cast; + using CLHEP::dynamic_pointer_cast; + //using CLHEP::polymorphic_cast_tag; +} + +#define G4shared_ptr G4::shared_ptr + +#endif /* G4SHARED_PTR_HH_ */ diff --git a/source/processes/electromagnetic/dna/management/sources.cmake b/source/processes/electromagnetic/dna/management/sources.cmake index 3e85fea143c..290793c206f 100644 --- a/source/processes/electromagnetic/dna/management/sources.cmake +++ b/source/processes/electromagnetic/dna/management/sources.cmake @@ -11,7 +11,7 @@ # # Generated on : 24/9/2010 # -# $Id: sources.cmake 75583 2013-11-04 12:16:46Z gcosmo $ +# $Id: sources.cmake 82326 2014-06-16 09:19:18Z gcosmo $ # #------------------------------------------------------------------------------ @@ -67,6 +67,7 @@ GEANT4_DEFINE_MODULE(NAME G4emdna-man G4KDTree.hh G4KDTreeResult.hh G4ReferenceCast.hh + G4shared_ptr.hh G4TrackingInformation.hh G4TrackList.hh G4UserTimeStepAction.hh diff --git a/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor.cc b/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor.cc index eacb22c77ea..830e7550160 100644 --- a/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor.cc +++ b/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4ITStepProcessor.cc 74551 2013-10-14 12:59:14Z gcosmo $ +// $Id: G4ITStepProcessor.cc 82326 2014-06-16 09:19:18Z gcosmo $ // // Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) // @@ -481,7 +481,8 @@ void G4ITStepProcessor::GetAtRestIL() fCondition=NotForced; fpCurrentProcess->SetProcessState(fpTrackingInfo->GetProcessState(fpCurrentProcess->GetProcessID())); lifeTime = fpCurrentProcess->AtRestGPIL( *fpTrack, &fCondition ); - fpCurrentProcess->SetProcessState(0); + //fpCurrentProcess->SetProcessState(0); + fpCurrentProcess->ResetProcessState(); if(fCondition==Forced) { @@ -756,7 +757,8 @@ void G4ITStepProcessor::DoDefinePhysicalStepLength() PostStepGPIL( *fpTrack, fpState->fPreviousStepSize, &fCondition ); - fpCurrentProcess->SetProcessState(0); + //fpCurrentProcess->SetProcessState(0); + fpCurrentProcess->ResetProcessState(); switch (fCondition) { @@ -926,7 +928,8 @@ void G4ITStepProcessor::DoDefinePhysicalStepLength() } } - fpCurrentProcess->SetProcessState(0); + //fpCurrentProcess->SetProcessState(0); + fpCurrentProcess->ResetProcessState(); // Make sure to check the safety, even if Step is not limited // by this process. J. Apostolakis, June 20, 1998 diff --git a/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor2.cc b/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor2.cc index 44bbe605c4e..2ce35bb3373 100644 --- a/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor2.cc +++ b/source/processes/electromagnetic/dna/management/src/G4ITStepProcessor2.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4ITStepProcessor2.cc 77292 2013-11-22 10:58:39Z gcosmo $ +// $Id: G4ITStepProcessor2.cc 82326 2014-06-16 09:19:18Z gcosmo $ // // Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) // @@ -293,7 +293,9 @@ void G4ITStepProcessor::InvokeAtRestDoItProcs() fpTrackingInfo->GetProcessState(fpCurrentProcess->GetProcessID())); fpParticleChange = fpCurrentProcess->AtRestDoIt( *fpTrack, *fpStep); - fpCurrentProcess->SetProcessState(0); + //fpCurrentProcess->SetProcessState(0); + fpCurrentProcess->ResetProcessState(); + // Set the current process as a process which defined this Step length fpStep->GetPostStepPoint() @@ -341,7 +343,8 @@ void G4ITStepProcessor::InvokeAlongStepDoItProcs() fpCurrentProcess->SetProcessState(fpTrackingInfo->GetProcessState(fpCurrentProcess->GetProcessID())); fpParticleChange = fpCurrentProcess->AlongStepDoIt( *fpTrack, *fpStep ); - fpCurrentProcess->SetProcessState(0); + //fpCurrentProcess->SetProcessState(0); + fpCurrentProcess->ResetProcessState(); // Update the PostStepPoint of Step according to ParticleChange fpParticleChange->UpdateStepForAlongStep(fpStep); @@ -433,7 +436,8 @@ void G4ITStepProcessor::InvokePSDIP(size_t np) fpCurrentProcess->SetProcessState(fpTrackingInfo->GetProcessState(fpCurrentProcess->GetProcessID())); fpParticleChange = fpCurrentProcess->PostStepDoIt( *fpTrack, *fpStep); - fpCurrentProcess->SetProcessState(0); + //fpCurrentProcess->SetProcessState(0); + fpCurrentProcess->ResetProcessState(); // Update PostStepPoint of Step according to ParticleChange fpParticleChange->UpdateStepForPostStep(fpStep); @@ -500,7 +504,8 @@ void G4ITStepProcessor::FindTransportationStep() { fpTransportation->SetProcessState(fpTrackingInfo->GetProcessState(fpTransportation->GetProcessID())); fpTransportation->ComputeStep(*fpTrack, *fpStep, fTimeStep, physicalStep) ; - fpTransportation->SetProcessState(0); + //fpCurrentProcess->SetProcessState(0); + fpCurrentProcess->ResetProcessState(); } if(physicalStep >= DBL_MAX) diff --git a/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc b/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc index 05cb46b2221..7c887a8843f 100644 --- a/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc +++ b/source/processes/electromagnetic/dna/management/src/G4ITTransportation.cc @@ -1,980 +1,981 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// $Id: G4ITTransportation.cc 71125 2013-06-11 15:39:09Z gcosmo $ -// -/// \brief This class is a slightly modified version of G4Transportation -/// initially written by John Apostolakis and colleagues -/// But it should use the exact same algorithm -// -// Contact : Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) -// -// History : -// ----------- -// ======================================================================= -// Modified: -// 28 Oct 2011, P.Gumpl./J.Ap: Detect gravity field, use magnetic moment -// 20 Nov 2008, J.Apostolakis: Push safety to helper - after ComputeSafety -// 9 Nov 2007, J.Apostolakis: Flag for short steps, push safety to helper -// 19 Jan 2006, P.MoraDeFreitas: Fix for suspended tracks (StartTracking) -// 11 Aug 2004, M.Asai: Add G4VSensitiveDetector* for updating stepPoint. -// 21 June 2003, J.Apostolakis: Calling field manager with -// track, to enable it to configure its accuracy -// 13 May 2003, J.Apostolakis: Zero field areas now taken into -// account correclty in all cases (thanks to W Pokorski). -// 29 June 2001, J.Apostolakis, D.Cote-Ahern, P.Gumplinger: -// correction for spin tracking -// 20 Febr 2001, J.Apostolakis: update for new FieldTrack -// 22 Sept 2000, V.Grichine: update of Kinetic Energy -// --------------------------------------------------- -// 10 Oct 2011, M.Karamitros: G4ITTransportation created -// Created: 19 March 1997, J. Apostolakis -// ======================================================================= -// -// ------------------------------------------------------------------- - -#include "G4ITTransportation.hh" -#include "G4SystemOfUnits.hh" -#include "G4TransportationManager.hh" -#include "G4ITTransportationManager.hh" -#include "G4ProductionCutsTable.hh" -#include "G4ParticleTable.hh" -#include "G4ITNavigator.hh" -#include "G4PropagatorInField.hh" -#include "G4FieldManager.hh" -#include "G4ChordFinder.hh" -#include "G4SafetyHelper.hh" -#include "G4FieldManagerStore.hh" - -#include "G4UnitsTable.hh" - -class G4VSensitiveDetector; - -#ifndef State -#define State(theXInfo) (fTransportationState->theXInfo) -#endif - -//#define G4DEBUG_TRANSPORT 1 - -G4ITTransportation::G4ITTransportation(const G4String& aName, int verbose) : - G4VITProcess(aName, fTransportation), - InitProcessState(fTransportationState, fpState), - fThreshold_Warning_Energy( 100 * MeV ), - fThreshold_Important_Energy( 250 * MeV ), - fThresholdTrials( 10 ), - fUnimportant_Energy( 1 * MeV ), // Not used - fSumEnergyKilled( 0.0 ), fMaxEnergyKilled( 0.0 ), - fShortStepOptimisation(false), // Old default: true (=fast short steps) - fVerboseLevel( verbose ) -{ - pParticleChange = &fParticleChange; - G4TransportationManager* transportMgr ; - transportMgr = G4TransportationManager::GetTransportationManager() ; - G4ITTransportationManager* ITtransportMgr ; - ITtransportMgr = G4ITTransportationManager::GetTransportationManager() ; - fLinearNavigator = ITtransportMgr->GetNavigatorForTracking() ; - fFieldPropagator = transportMgr->GetPropagatorInField() ; - fpSafetyHelper = 0; // transportMgr->GetSafetyHelper(); // New - - // Cannot determine whether a field exists here, as it would - // depend on the relative order of creating the detector's - // field and this process. That order is not guaranted. - // Instead later the method DoesGlobalFieldExist() is called - - enableAtRestDoIt = false; - enableAlongStepDoIt = true; - enablePostStepDoIt = true; - SetProcessSubType(60); - SetInstantiateProcessState(true); - G4VITProcess::SetInstantiateProcessState(false); - fInstantiateProcessState = true; -} - - -G4ITTransportation::G4ITTransportation(const G4ITTransportation& right) : - G4VITProcess(right), - InitProcessState(fTransportationState, fpState) -{ - // Copy attributes - fVerboseLevel = right.fVerboseLevel ; - fThreshold_Warning_Energy = right.fThreshold_Warning_Energy; - fThreshold_Important_Energy = right.fThreshold_Important_Energy; - fThresholdTrials = right.fThresholdTrials; - fUnimportant_Energy = right.fUnimportant_Energy; - fSumEnergyKilled = right.fSumEnergyKilled; - fMaxEnergyKilled = right.fMaxEnergyKilled; - fShortStepOptimisation = right.fShortStepOptimisation; - - // Setup Navigators - G4TransportationManager* transportMgr ; - transportMgr = G4TransportationManager::GetTransportationManager() ; - G4ITTransportationManager* ITtransportMgr ; - ITtransportMgr = G4ITTransportationManager::GetTransportationManager() ; - fLinearNavigator = ITtransportMgr->GetNavigatorForTracking() ; - fFieldPropagator = transportMgr->GetPropagatorInField() ; - fpSafetyHelper = 0; //transportMgr->GetSafetyHelper(); // New - - // Cannot determine whether a field exists here, as it would - // depend on the relative order of creating the detector's - // field and this process. That order is not guaranted. - // Instead later the method DoesGlobalFieldExist() is called - - enableAtRestDoIt = false; - enableAlongStepDoIt = true; - enablePostStepDoIt = true; - - pParticleChange = &fParticleChange; - SetInstantiateProcessState(true); - G4VITProcess::SetInstantiateProcessState(false); - fInstantiateProcessState = right.fInstantiateProcessState; -} - -G4ITTransportation& G4ITTransportation::operator=(const G4ITTransportation& right) -{ - if(this == &right) return *this; - return *this; -} - -////////////////////////////////////////////////////////////////////////////// -/// Process State -////////////////////////////////////////////////////////////////////////////// -G4ITTransportation::G4ITTransportationState::G4ITTransportationState() : G4ProcessState(), - fCurrentTouchableHandle(0) -{ - fTransportEndPosition = G4ThreeVector(0,0,0); - fTransportEndMomentumDir = G4ThreeVector(0,0,0); - fTransportEndKineticEnergy = -1; - fTransportEndSpin = G4ThreeVector(0,0,0); - fMomentumChanged = false; - fEnergyChanged = false; - fEndGlobalTimeComputed = false; - fCandidateEndGlobalTime = -1; - fParticleIsLooping = false; - static G4ThreadLocal G4TouchableHandle *nullTouchableHandle = 0; - if (!nullTouchableHandle) nullTouchableHandle = new G4TouchableHandle; // Points to (G4VTouchable*) 0 - fCurrentTouchableHandle = *nullTouchableHandle; - fGeometryLimitedStep = false; - fPreviousSftOrigin = G4ThreeVector(0,0,0); - fPreviousSafety = 0.0; - fNoLooperTrials = false; - endpointDistance= -1; -} - -G4ITTransportation::G4ITTransportationState::~G4ITTransportationState() -{ - ; -} - -G4ITTransportation::~G4ITTransportation() -{ -#ifdef G4VERBOSE - if( (fVerboseLevel > 0) && (fSumEnergyKilled > 0.0 ) ) - { - G4cout << " G4ITTransportation: Statistics for looping particles " << G4endl; - G4cout << " Sum of energy of loopers killed: " << fSumEnergyKilled << G4endl; - G4cout << " Max energy of loopers killed: " << fMaxEnergyKilled << G4endl; - } -#endif -} - -G4bool G4ITTransportation::DoesGlobalFieldExist() -{ - G4TransportationManager* transportMgr; - transportMgr= G4TransportationManager::GetTransportationManager(); - - // fFieldExists= transportMgr->GetFieldManager()->DoesFieldExist(); - // return fFieldExists; - return transportMgr->GetFieldManager()->DoesFieldExist(); -} - - -////////////////////////////////////////////////////////////////////////// -// -// Responsibilities: -// Find whether the geometry limits the Step, and to what length -// Calculate the new value of the safety and return it. -// Store the final time, position and momentum. -G4double G4ITTransportation::AlongStepGetPhysicalInteractionLength( - const G4Track& track, - G4double , - G4double currentMinimumStep, - G4double& currentSafety, - G4GPILSelection* selection) -{ - G4double geometryStepLength(-1.0), newSafety(-1.0) ; - - State(fParticleIsLooping) = false ; - State(fEndGlobalTimeComputed) = false ; - State(fGeometryLimitedStep) = false ; - - // Initial actions moved to StartTrack() - // -------------------------------------- - // Note: in case another process changes touchable handle - // it will be necessary to add here (for all steps) - State(fCurrentTouchableHandle) = track.GetTouchableHandle(); - - // GPILSelection is set to defaule value of CandidateForSelection - // It is a return value - // - *selection = CandidateForSelection ; - - // Get initial Energy/Momentum of the track - // - const G4DynamicParticle* pParticle = track.GetDynamicParticle() ; -// const G4ParticleDefinition* pParticleDef = pParticle->GetDefinition() ; - G4ThreeVector startMomentumDir = pParticle->GetMomentumDirection() ; - G4ThreeVector startPosition = track.GetPosition() ; - - // G4double theTime = track.GetGlobalTime() ; - - // The Step Point safety can be limited by other geometries and/or the - // assumptions of any process - it's not always the geometrical safety. - // We calculate the starting point's isotropic safety here. - // - G4ThreeVector OriginShift = startPosition - State(fPreviousSftOrigin) ; - G4double MagSqShift = OriginShift.mag2() ; - if( MagSqShift >= sqr(State(fPreviousSafety)) ) - { - currentSafety = 0.0 ; - } - else - { - currentSafety = State(fPreviousSafety) - std::sqrt(MagSqShift) ; - } - - // Is the particle charged ? - // - G4double particleCharge = pParticle->GetCharge() ; - - - // There is no need to locate the current volume. It is Done elsewhere: - // On track construction - // By the tracking, after all AlongStepDoIts, in "Relocation" - - // Check whether the particle have an (EM) field force exerting upon it - // - G4FieldManager* fieldMgr=0; - G4bool fieldExertsForce = false ; - if( (particleCharge != 0.0) ) - { - fieldMgr= fFieldPropagator->FindAndSetFieldManager( track.GetVolume() ); - if (fieldMgr != 0) - { - // Message the field Manager, to configure it for this track - fieldMgr->ConfigureForTrack( &track ); - // Moved here, in order to allow a transition - // from a zero-field status (with fieldMgr->(field)0 - // to a finite field status - - // If the field manager has no field, there is no field ! - fieldExertsForce = (fieldMgr->GetDetectorField() != 0); - } - } - - // G4cout << " G4Transport: field exerts force= " << fieldExertsForce - // << " fieldMgr= " << fieldMgr << G4endl; - - // Choose the calculation of the transportation: Field or not - // - if( !fieldExertsForce ) - { - G4double linearStepLength ; - if( fShortStepOptimisation && (currentMinimumStep <= currentSafety) ) - { - // The Step is guaranteed to be taken - // - geometryStepLength = currentMinimumStep ; - State(fGeometryLimitedStep) = false ; - } - else - { - // Find whether the straight path intersects a volume - // - linearStepLength = fLinearNavigator->ComputeStep( startPosition, - startMomentumDir, - currentMinimumStep, - newSafety) ; - // Remember last safety origin & value. - // - State(fPreviousSftOrigin) = startPosition ; - State(fPreviousSafety) = newSafety ; - // fpSafetyHelper->SetCurrentSafety( newSafety, startPosition); - - // The safety at the initial point has been re-calculated: - // - currentSafety = newSafety ; - - State(fGeometryLimitedStep)= (linearStepLength <= currentMinimumStep); - if( State(fGeometryLimitedStep) ) - { - // The geometry limits the Step size (an intersection was found.) - geometryStepLength = linearStepLength ; - } - else - { - // The full Step is taken. - geometryStepLength = currentMinimumStep ; - } - } - State(endpointDistance) = geometryStepLength ; - - // Calculate final position - // - State(fTransportEndPosition) = startPosition+geometryStepLength*startMomentumDir ; - - // Momentum direction, energy and polarisation are unchanged by transport - // - State(fTransportEndMomentumDir) = startMomentumDir ; - State(fTransportEndKineticEnergy) = track.GetKineticEnergy() ; - State(fTransportEndSpin) = track.GetPolarization(); - State(fParticleIsLooping) = false ; - State(fMomentumChanged) = false ; - State(fEndGlobalTimeComputed) = true ; - State(theInteractionTimeLeft) = State(endpointDistance)/track.GetVelocity(); - State(fCandidateEndGlobalTime) = State(theInteractionTimeLeft)+track.GetGlobalTime(); - - // G4cout << "track.GetVelocity() : " << track.GetVelocity() << G4endl; - // G4cout << "State(endpointDistance) : " << G4BestUnit(State(endpointDistance),"Length") << G4endl; - // G4cout << "State(theInteractionTimeLeft) : " << G4BestUnit(State(theInteractionTimeLeft),"Time") << G4endl; - // G4cout << "track.GetGlobalTime() : " << G4BestUnit(track.GetGlobalTime(),"Time") << G4endl; - - } - else // A field exerts force - { - - G4ExceptionDescription exceptionDescription; - exceptionDescription << "ITTransportation does not support external fields."; - exceptionDescription << " If you are dealing with a tradiational MC simulation, "; - exceptionDescription << "please use G4Transportation."; - - G4Exception("G4ITTransportation::AlongStepGetPhysicalInteractionLength","NoExternalFieldSupport", - FatalException,exceptionDescription); - /* - G4double momentumMagnitude = pParticle->GetTotalMomentum() ; - // G4ThreeVector EndUnitMomentum ; - G4double lengthAlongCurve ; - G4double restMass = pParticleDef->GetPDGMass() ; - - fFieldPropagator->SetChargeMomentumMass( particleCharge, // in e+ units - momentumMagnitude, // in Mev/c - restMass ) ; - - G4ThreeVector spin = track.GetPolarization() ; - G4FieldTrack aFieldTrack = G4FieldTrack( startPosition, - track.GetMomentumDirection(), - 0.0, - track.GetKineticEnergy(), - restMass, - track.GetVelocity(), - track.GetGlobalTime(), // Lab. - track.GetProperTime(), // Part. - &spin ) ; - if( currentMinimumStep > 0 ) - { - // Do the Transport in the field (non recti-linear) - // - lengthAlongCurve = fFieldPropagator->ComputeStep( aFieldTrack, - currentMinimumStep, - currentSafety, - track.GetVolume() ) ; - State(fGeometryLimitedStep)= lengthAlongCurve < currentMinimumStep; - if( State(fGeometryLimitedStep) ) - { - geometryStepLength = lengthAlongCurve ; - } - else - { - geometryStepLength = currentMinimumStep ; - } - - // Remember last safety origin & value. - // - State(fPreviousSftOrigin) = startPosition ; - State(fPreviousSafety) = currentSafety ; - fpSafetyHelper->SetCurrentSafety( newSafety, startPosition); - } - else - { - geometryStepLength = lengthAlongCurve= 0.0 ; - State(fGeometryLimitedStep) = false ; - } - - // Get the End-Position and End-Momentum (Dir-ection) - // - State(fTransportEndPosition) = aFieldTrack.GetPosition() ; - - // Momentum: Magnitude and direction can be changed too now ... - // - State(fMomentumChanged) = true ; - State(fTransportEndMomentumDir) = aFieldTrack.GetMomentumDir() ; - - State(fTransportEndKineticEnergy) = aFieldTrack.GetKineticEnergy() ; - - if( fFieldPropagator->GetCurrentFieldManager()->DoesFieldChangeEnergy() ) - { - // If the field can change energy, then the time must be integrated - // - so this should have been updated - // - State(fCandidateEndGlobalTime) = aFieldTrack.GetLabTimeOfFlight(); - State(fEndGlobalTimeComputed) = true; - - State(theInteractionTimeLeft) = State(fCandidateEndGlobalTime) - track.GetGlobalTime() ; - - // was ( State(fCandidateEndGlobalTime) != track.GetGlobalTime() ); - // a cleaner way is to have FieldTrack knowing whether time is updated. - } - else - { - // The energy should be unchanged by field transport, - // - so the time changed will be calculated elsewhere - // - State(fEndGlobalTimeComputed) = false; - - // Check that the integration preserved the energy - // - and if not correct this! - G4double startEnergy= track.GetKineticEnergy(); - G4double endEnergy= State(fTransportEndKineticEnergy); - - static G4int no_inexact_steps=0, no_large_ediff; - G4double absEdiff = std::fabs(startEnergy- endEnergy); - if( absEdiff > perMillion * endEnergy ) - { - no_inexact_steps++; - // Possible statistics keeping here ... - } -#ifdef G4VERBOSE - if( fVerboseLevel > 1 ) - { - if( std::fabs(startEnergy- endEnergy) > perThousand * endEnergy ) - { - static G4int no_warnings= 0, warnModulo=1, moduloFactor= 10; - no_large_ediff ++; - if( (no_large_ediff% warnModulo) == 0 ) - { - no_warnings++; - G4cout << "WARNING - G4Transportation::AlongStepGetPIL() " - << " Energy change in Step is above 1^-3 relative value. " << G4endl - << " Relative change in 'tracking' step = " - << std::setw(15) << (endEnergy-startEnergy)/startEnergy << G4endl - << " Starting E= " << std::setw(12) << startEnergy / MeV << " MeV " << G4endl - << " Ending E= " << std::setw(12) << endEnergy / MeV << " MeV " << G4endl; - G4cout << " Energy has been corrected -- however, review" - << " field propagation parameters for accuracy." << G4endl; - if( (fVerboseLevel > 2 ) || (no_warnings<4) || (no_large_ediff == warnModulo * moduloFactor) ) - { - G4cout << " These include EpsilonStepMax(/Min) in G4FieldManager " - << " which determine fractional error per step for integrated quantities. " << G4endl - << " Note also the influence of the permitted number of integration steps." - << G4endl; - } - G4cerr << "ERROR - G4Transportation::AlongStepGetPIL()" << G4endl - << " Bad 'endpoint'. Energy change detected" - << " and corrected. " - << " Has occurred already " - << no_large_ediff << " times." << G4endl; - if( no_large_ediff == warnModulo * moduloFactor ) - { - warnModulo *= moduloFactor; - } - } - } - } // end of if (fVerboseLevel) -#endif - // Correct the energy for fields that conserve it - // This - hides the integration error - // - but gives a better physical answer - State(fTransportEndKineticEnergy)= track.GetKineticEnergy(); - } - - State(fTransportEndSpin) = aFieldTrack.GetSpin(); - State(fParticleIsLooping) = fFieldPropagator->IsParticleLooping() ; - State(endpointDistance) = (State(fTransportEndPosition) - startPosition).mag() ; - // State(theInteractionTimeLeft) = track.GetVelocity()/State(endpointDistance) ; -*/ - } - - // If we are asked to go a step length of 0, and we are on a boundary - // then a boundary will also limit the step -> we must flag this. - // - if( currentMinimumStep == 0.0 ) - { - if( currentSafety == 0.0 ) - { - State(fGeometryLimitedStep) = true ; -// G4cout << "!!!! Safety is NULL, on the Boundary !!!!!" << G4endl; -// G4cout << " Track position : " << track.GetPosition() /nanometer << G4endl; - } - } - - // Update the safety starting from the end-point, - // if it will become negative at the end-point. - // - if( currentSafety < State(endpointDistance) ) - { - // if( particleCharge == 0.0 ) - // G4cout << " Avoiding call to ComputeSafety : charge = 0.0 " << G4endl; - - if( particleCharge != 0.0 ) - { - - G4double endSafety = - fLinearNavigator->ComputeSafety( State(fTransportEndPosition)) ; - currentSafety = endSafety ; - State(fPreviousSftOrigin) = State(fTransportEndPosition) ; - State(fPreviousSafety) = currentSafety ; - fpSafetyHelper->SetCurrentSafety( currentSafety, State(fTransportEndPosition)); - - // Because the Stepping Manager assumes it is from the start point, - // add the StepLength - // - currentSafety += State(endpointDistance) ; - -#ifdef G4DEBUG_TRANSPORT - G4cout.precision(12) ; - G4cout << "***G4Transportation::AlongStepGPIL ** " << G4endl ; - G4cout << " Called Navigator->ComputeSafety at " << State(fTransportEndPosition) - << " and it returned safety= " << endSafety << G4endl ; - G4cout << " Adding endpoint distance " << State(endpointDistance) - << " to obtain pseudo-safety= " << currentSafety << G4endl ; -#endif - } - } - - // fParticleChange.ProposeTrueStepLength(geometryStepLength) ; - - return geometryStepLength ; -} - - -void G4ITTransportation::ComputeStep(const G4Track& track, - const G4Step& /*step*/, - const double timeStep, - double& oPhysicalStep) -{ - const G4DynamicParticle* pParticle = track.GetDynamicParticle() ; - G4ThreeVector startMomentumDir = pParticle->GetMomentumDirection() ; - G4ThreeVector startPosition = track.GetPosition() ; - - track.CalculateVelocity(); - G4double initialVelocity = track.GetVelocity() ; - - State(fGeometryLimitedStep) = false; - - ///////////////////////// - // !!! CASE NO FIELD !!! - ///////////////////////// - State(fCandidateEndGlobalTime) = timeStep + track.GetGlobalTime(); - State(fEndGlobalTimeComputed) = true ; - - // Choose the calculation of the transportation: Field or not - // - if( !State(fMomentumChanged) ) - { - // G4cout << "Momentum has not changed" << G4endl; - fParticleChange.ProposeVelocity(initialVelocity); - oPhysicalStep = initialVelocity*timeStep ; - - // Calculate final position - // - State(fTransportEndPosition) = startPosition + oPhysicalStep*startMomentumDir ; - } -} - - -////////////////////////////////////////////////////////////////////////// -// -// Initialize ParticleChange (by setting all its members equal -// to corresponding members in G4Track) -#include "G4ParticleTable.hh" -G4VParticleChange* G4ITTransportation::AlongStepDoIt( const G4Track& track, - const G4Step& stepData ) -{ - - // G4cout << "G4ITTransportation::AlongStepDoIt" << G4endl; - // set pdefOpticalPhoton - //Andrea Dotti: the following statement should be in a single line: - // G4-MT transformation tools get confused if statement spans two lines - // If needed contact: adotti@slac.stanford.edu - static G4ThreadLocal G4ParticleDefinition* pdefOpticalPhoton = 0 ; if (!pdefOpticalPhoton) pdefOpticalPhoton= G4ParticleTable::GetParticleTable()->FindParticle("opticalphoton"); - - static G4ThreadLocal G4int noCalls=0; - noCalls++; - - fParticleChange.Initialize(track) ; - - // Code for specific process - // - fParticleChange.ProposePosition(State(fTransportEndPosition)) ; - fParticleChange.ProposeMomentumDirection(State(fTransportEndMomentumDir)) ; - fParticleChange.ProposeEnergy(State(fTransportEndKineticEnergy)) ; - fParticleChange.SetMomentumChanged(State(fMomentumChanged)) ; - - fParticleChange.ProposePolarization(State(fTransportEndSpin)); - - G4double deltaTime = 0.0 ; - - // Calculate Lab Time of Flight (ONLY if field Equations used it!) - // G4double endTime = State(fCandidateEndGlobalTime); - // G4double delta_time = endTime - startTime; - - G4double startTime = track.GetGlobalTime() ; - ///___________________________________________________________________________ - /// !!!!!!! - /// A REVOIR !!!! - if (State(fEndGlobalTimeComputed) == false) - { - // The time was not integrated .. make the best estimate possible - // - G4double initialVelocity = stepData.GetPreStepPoint()->GetVelocity() ; - G4double stepLength = track.GetStepLength() ; - - deltaTime= 0.0; // in case initialVelocity = 0 - if (track.GetParticleDefinition() == pdefOpticalPhoton) - { - // For only Optical Photon, final velocity is used - double finalVelocity = track.CalculateVelocityForOpticalPhoton(); - fParticleChange.ProposeVelocity(finalVelocity); - deltaTime = stepLength/finalVelocity ; - } - else if( initialVelocity > 0.0 ) - { - deltaTime = stepLength/initialVelocity ; - } - - State(fCandidateEndGlobalTime) = startTime + deltaTime ; - } - else - { - deltaTime = State(fCandidateEndGlobalTime) - startTime ; - } - - fParticleChange.ProposeGlobalTime( State(fCandidateEndGlobalTime) ) ; - fParticleChange.ProposeLocalTime( track.GetLocalTime() + deltaTime) ; - /* - // Now Correct by Lorentz factor to get delta "proper" Time - - G4double restMass = track.GetDynamicParticle()->GetMass() ; - G4double deltaProperTime = deltaTime*( restMass/track.GetTotalEnergy() ) ; - - fParticleChange.ProposeProperTime(track.GetProperTime() + deltaProperTime) ; -*/ - - fParticleChange. ProposeTrueStepLength( track.GetStepLength() ) ; - - ///___________________________________________________________________________ - /// - - // If the particle is caught looping or is stuck (in very difficult - // boundaries) in a magnetic field (doing many steps) - // THEN this kills it ... - // - if ( State(fParticleIsLooping) ) - { - G4double endEnergy= State(fTransportEndKineticEnergy); - - if( (endEnergy < fThreshold_Important_Energy) - || (State(fNoLooperTrials) >= fThresholdTrials ) ) - { - // Kill the looping particle - // - // G4cout << "G4ITTransportation will killed the molecule"<< G4endl; - fParticleChange.ProposeTrackStatus( fStopAndKill ) ; - - // 'Bare' statistics - fSumEnergyKilled += endEnergy; - if( endEnergy > fMaxEnergyKilled) - { - fMaxEnergyKilled= endEnergy; - } - -#ifdef G4VERBOSE - if( (fVerboseLevel > 1) || - ( endEnergy > fThreshold_Warning_Energy ) ) - { - G4cout << " G4ITTransportation is killing track that is looping or stuck " - << G4endl - << " This track has " << track.GetKineticEnergy() / MeV - << " MeV energy." << G4endl; - G4cout << " Number of trials = " << State(fNoLooperTrials) - << " No of calls to AlongStepDoIt = " << noCalls - << G4endl; - } -#endif - State(fNoLooperTrials)=0; - } - else - { - State(fNoLooperTrials) ++; -#ifdef G4VERBOSE - if( (fVerboseLevel > 2) ) - { - G4cout << " G4ITTransportation::AlongStepDoIt(): Particle looping - " - << " Number of trials = " << State(fNoLooperTrials) - << " No of calls to = " << noCalls - << G4endl; - } -#endif - } - } - else - { - State(fNoLooperTrials)=0; - } - - // Another (sometimes better way) is to use a user-limit maximum Step size - // to alleviate this problem .. - - // Introduce smooth curved trajectories to particle-change - // - fParticleChange.SetPointerToVectorOfAuxiliaryPoints - (fFieldPropagator->GimmeTrajectoryVectorAndForgetIt() ); - - return &fParticleChange ; -} - -////////////////////////////////////////////////////////////////////////// -// -// This ensures that the PostStep action is always called, -// so that it can do the relocation if it is needed. -// - -G4double G4ITTransportation:: -PostStepGetPhysicalInteractionLength( - const G4Track& , // track - G4double , // previousStepSize - G4ForceCondition* pForceCond - ) -{ - *pForceCond = Forced ; - return DBL_MAX ; // was kInfinity ; but convention now is DBL_MAX -} - -///////////////////////////////////////////////////////////////////////////// -// - -G4VParticleChange* G4ITTransportation::PostStepDoIt( const G4Track& track, - const G4Step& ) -{ - // G4cout << "G4ITTransportation::PostStepDoIt" << G4endl; - G4TouchableHandle retCurrentTouchable ; // The one to return - G4bool isLastStep= false; - - // Initialize ParticleChange (by setting all its members equal - // to corresponding members in G4Track) - fParticleChange.Initialize(track) ; // To initialise TouchableChange - - fParticleChange.ProposeTrackStatus(track.GetTrackStatus()) ; - - // If the Step was determined by the volume boundary, - // logically relocate the particle - - if(State(fGeometryLimitedStep)) - { - - // G4cout << "Step is limited by geometry " << "track ID : " << track.GetTrackID() << G4endl; - - // fCurrentTouchable will now become the previous touchable, - // and what was the previous will be freed. - // (Needed because the preStepPoint can point to the previous touchable) - - if( State(fCurrentTouchableHandle)->GetVolume() == 0 ) - { - G4ExceptionDescription exceptionDescription ; - exceptionDescription << "No current touchable found " ; - G4Exception(" G4ITTransportation::PostStepDoIt","G4ITTransportation001", - FatalErrorInArgument,exceptionDescription); - } - - fLinearNavigator->SetGeometricallyLimitedStep() ; - fLinearNavigator-> - LocateGlobalPointAndUpdateTouchableHandle( track.GetPosition(), - track.GetMomentumDirection(), - State(fCurrentTouchableHandle), - true ) ; - // Check whether the particle is out of the world volume - // If so it has exited and must be killed. - // - if( State(fCurrentTouchableHandle)->GetVolume() == 0 ) - { -#ifdef G4VERBOSE - if(fVerboseLevel > 0) - { - G4cout << "Track position : " << track.GetPosition() / nanometer << " [nm]" - << " Track ID : " << track.GetTrackID()<< G4endl; - G4cout << "G4ITTransportation will killed the track because State(fCurrentTouchableHandle)->GetVolume() == 0"<< G4endl; - } -#endif - fParticleChange.ProposeTrackStatus( fStopAndKill ) ; - } - - retCurrentTouchable = State(fCurrentTouchableHandle) ; - -// G4cout << "Current volume : " << track.GetVolume()->GetName() -// << " Next volume : " -// << (State(fCurrentTouchableHandle)->GetVolume() ? State(fCurrentTouchableHandle)->GetVolume()->GetName():"OutWorld") -// << " Position : " << track.GetPosition() / nanometer -// << " track ID : " << track.GetTrackID() -// << G4endl; - - fParticleChange.SetTouchableHandle( State(fCurrentTouchableHandle) ) ; - - // Update the Step flag which identifies the Last Step in a volume - isLastStep = fLinearNavigator->ExitedMotherVolume() - | fLinearNavigator->EnteredDaughterVolume() ; - -#ifdef G4DEBUG_TRANSPORT - // Checking first implementation of flagging Last Step in Volume - G4bool exiting = fLinearNavigator->ExitedMotherVolume(); - G4bool entering = fLinearNavigator->EnteredDaughterVolume(); - - if( ! (exiting || entering) ) - { - G4cout << " Transport> : Proposed isLastStep= " << isLastStep - << " Exiting " << fLinearNavigator->ExitedMotherVolume() - << " Entering " << fLinearNavigator->EnteredDaughterVolume() - << " Track position : " << track.GetPosition() /nanometer << " [nm]" - << G4endl; - G4cout << " Track position : " << track.GetPosition() /nanometer << G4endl; - } -#endif - } - else // fGeometryLimitedStep is false - { - // This serves only to move the Navigator's location - // - fLinearNavigator->LocateGlobalPointWithinVolume( track.GetPosition() ) ; - - // The value of the track's current Touchable is retained. - // (and it must be correct because we must use it below to - // overwrite the (unset) one in particle change) - // It must be fCurrentTouchable too ?? - // - fParticleChange.SetTouchableHandle( track.GetTouchableHandle() ) ; - retCurrentTouchable = track.GetTouchableHandle() ; - - isLastStep= false; -#ifdef G4DEBUG_TRANSPORT - // Checking first implementation of flagging Last Step in Volume - G4cout << " Transport> Proposed isLastStep= " << isLastStep - << " Geometry did not limit step. Position : " - << track.GetPosition()/ nanometer << G4endl; -#endif - } // endif ( fGeometryLimitedStep ) - - fParticleChange.ProposeLastStepInVolume(isLastStep); - - const G4VPhysicalVolume* pNewVol = retCurrentTouchable->GetVolume() ; - const G4Material* pNewMaterial = 0 ; - const G4VSensitiveDetector* pNewSensitiveDetector = 0 ; - - if( pNewVol != 0 ) - { - pNewMaterial= pNewVol->GetLogicalVolume()->GetMaterial(); - pNewSensitiveDetector= pNewVol->GetLogicalVolume()->GetSensitiveDetector(); - } - - // ( pNewMaterial ) ; - // ( pNewSensitiveDetector) ; - - fParticleChange.SetMaterialInTouchable( (G4Material *) pNewMaterial ) ; - fParticleChange.SetSensitiveDetectorInTouchable( (G4VSensitiveDetector *) pNewSensitiveDetector ) ; - - const G4MaterialCutsCouple* pNewMaterialCutsCouple = 0; - if( pNewVol != 0 ) - { - pNewMaterialCutsCouple=pNewVol->GetLogicalVolume()->GetMaterialCutsCouple(); - } - - if( pNewVol!=0 && pNewMaterialCutsCouple!=0 && pNewMaterialCutsCouple->GetMaterial()!=pNewMaterial ) - { - // for parametrized volume - // - pNewMaterialCutsCouple = - G4ProductionCutsTable::GetProductionCutsTable() - ->GetMaterialCutsCouple(pNewMaterial, - pNewMaterialCutsCouple->GetProductionCuts()); - } - fParticleChange.SetMaterialCutsCoupleInTouchable( pNewMaterialCutsCouple ); - - // temporarily until Get/Set Material of ParticleChange, - // and StepPoint can be made const. - // Set the touchable in ParticleChange - // this must always be done because the particle change always - // uses this value to overwrite the current touchable pointer. - // - fParticleChange.SetTouchableHandle(retCurrentTouchable) ; - - return &fParticleChange ; -} - -// New method takes over the responsibility to reset the state of G4Transportation -// object at the start of a new track or the resumption of a suspended track. - -void -G4ITTransportation::StartTracking(G4Track* track) -{ - G4VProcess::StartTracking(track); - if(fInstantiateProcessState) - G4VITProcess::fpState = new G4ITTransportationState(); - // Will set in the same time fTransportationState - - // The actions here are those that were taken in AlongStepGPIL - // when track.GetCurrentStepNumber()==1 - - // reset safety value and center - // - // State(fPreviousSafety) = 0.0 ; - // State(fPreviousSftOrigin) = G4ThreeVector(0.,0.,0.) ; - - // reset looping counter -- for motion in field - // State(fNoLooperTrials)= 0; - // Must clear this state .. else it depends on last track's value - // --> a better solution would set this from state of suspended track TODO ? - // Was if( aTrack->GetCurrentStepNumber()==1 ) { .. } - - // ChordFinder reset internal state - // - if( DoesGlobalFieldExist() ) - { - fFieldPropagator->ClearPropagatorState(); - // Resets all state of field propagator class (ONLY) - // including safety values (in case of overlaps and to wipe for first track). - - // G4ChordFinder* chordF= fFieldPropagator->GetChordFinder(); - // if( chordF ) chordF->ResetStepEstimate(); - } - - // Make sure to clear the chord finders of all fields (ie managers) - static G4ThreadLocal G4FieldManagerStore* fieldMgrStore = 0 ; if (!fieldMgrStore) fieldMgrStore= G4FieldManagerStore::GetInstance(); - fieldMgrStore->ClearAllChordFindersState(); - - // Update the current touchable handle (from the track's) - // - State(fCurrentTouchableHandle) = track->GetTouchableHandle(); - - G4VITProcess::StartTracking(track); -} - -#undef State +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// $Id: G4ITTransportation.cc 82326 2014-06-16 09:19:18Z gcosmo $ +// +/// \brief This class is a slightly modified version of G4Transportation +/// initially written by John Apostolakis and colleagues +/// But it should use the exact same algorithm +// +// Contact : Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) +// +// History : +// ----------- +// ======================================================================= +// Modified: +// 28 Oct 2011, P.Gumpl./J.Ap: Detect gravity field, use magnetic moment +// 20 Nov 2008, J.Apostolakis: Push safety to helper - after ComputeSafety +// 9 Nov 2007, J.Apostolakis: Flag for short steps, push safety to helper +// 19 Jan 2006, P.MoraDeFreitas: Fix for suspended tracks (StartTracking) +// 11 Aug 2004, M.Asai: Add G4VSensitiveDetector* for updating stepPoint. +// 21 June 2003, J.Apostolakis: Calling field manager with +// track, to enable it to configure its accuracy +// 13 May 2003, J.Apostolakis: Zero field areas now taken into +// account correclty in all cases (thanks to W Pokorski). +// 29 June 2001, J.Apostolakis, D.Cote-Ahern, P.Gumplinger: +// correction for spin tracking +// 20 Febr 2001, J.Apostolakis: update for new FieldTrack +// 22 Sept 2000, V.Grichine: update of Kinetic Energy +// --------------------------------------------------- +// 10 Oct 2011, M.Karamitros: G4ITTransportation created +// Created: 19 March 1997, J. Apostolakis +// ======================================================================= +// +// ------------------------------------------------------------------- + +#include "G4ITTransportation.hh" +#include "G4SystemOfUnits.hh" +#include "G4TransportationManager.hh" +#include "G4ITTransportationManager.hh" +#include "G4ProductionCutsTable.hh" +#include "G4ParticleTable.hh" +#include "G4ITNavigator.hh" +#include "G4PropagatorInField.hh" +#include "G4FieldManager.hh" +#include "G4ChordFinder.hh" +#include "G4SafetyHelper.hh" +#include "G4FieldManagerStore.hh" + +#include "G4UnitsTable.hh" + +class G4VSensitiveDetector; + +#ifndef State +#define State(theXInfo) (GetState()->theXInfo) +#endif + +//#define G4DEBUG_TRANSPORT 1 + +G4ITTransportation::G4ITTransportation(const G4String& aName, int verbose) : + G4VITProcess(aName, fTransportation), + fThreshold_Warning_Energy( 100 * MeV ), + fThreshold_Important_Energy( 250 * MeV ), + fThresholdTrials( 10 ), + fUnimportant_Energy( 1 * MeV ), // Not used + fSumEnergyKilled( 0.0 ), fMaxEnergyKilled( 0.0 ), + fShortStepOptimisation(false), // Old default: true (=fast short steps) + fVerboseLevel( verbose ) +{ + pParticleChange = &fParticleChange; + G4TransportationManager* transportMgr ; + transportMgr = G4TransportationManager::GetTransportationManager() ; + G4ITTransportationManager* ITtransportMgr ; + ITtransportMgr = G4ITTransportationManager::GetTransportationManager() ; + fLinearNavigator = ITtransportMgr->GetNavigatorForTracking() ; + fFieldPropagator = transportMgr->GetPropagatorInField() ; + fpSafetyHelper = 0; // transportMgr->GetSafetyHelper(); // New + + // Cannot determine whether a field exists here, as it would + // depend on the relative order of creating the detector's + // field and this process. That order is not guaranted. + // Instead later the method DoesGlobalFieldExist() is called + + enableAtRestDoIt = false; + enableAlongStepDoIt = true; + enablePostStepDoIt = true; + SetProcessSubType(60); + SetInstantiateProcessState(true); + G4VITProcess::SetInstantiateProcessState(false); + fInstantiateProcessState = true; + + G4VITProcess::fpState.reset(new G4ITTransportationState()); +} + + +G4ITTransportation::G4ITTransportation(const G4ITTransportation& right) : + G4VITProcess(right) + { + // Copy attributes + fVerboseLevel = right.fVerboseLevel ; + fThreshold_Warning_Energy = right.fThreshold_Warning_Energy; + fThreshold_Important_Energy = right.fThreshold_Important_Energy; + fThresholdTrials = right.fThresholdTrials; + fUnimportant_Energy = right.fUnimportant_Energy; + fSumEnergyKilled = right.fSumEnergyKilled; + fMaxEnergyKilled = right.fMaxEnergyKilled; + fShortStepOptimisation = right.fShortStepOptimisation; + + // Setup Navigators + G4TransportationManager* transportMgr ; + transportMgr = G4TransportationManager::GetTransportationManager() ; + G4ITTransportationManager* ITtransportMgr ; + ITtransportMgr = G4ITTransportationManager::GetTransportationManager() ; + fLinearNavigator = ITtransportMgr->GetNavigatorForTracking() ; + fFieldPropagator = transportMgr->GetPropagatorInField() ; + fpSafetyHelper = 0; //transportMgr->GetSafetyHelper(); // New + + // Cannot determine whether a field exists here, as it would + // depend on the relative order of creating the detector's + // field and this process. That order is not guaranted. + // Instead later the method DoesGlobalFieldExist() is called + + enableAtRestDoIt = false; + enableAlongStepDoIt = true; + enablePostStepDoIt = true; + + pParticleChange = &fParticleChange; + SetInstantiateProcessState(true); + G4VITProcess::SetInstantiateProcessState(false); + fInstantiateProcessState = right.fInstantiateProcessState; +} + +G4ITTransportation& G4ITTransportation::operator=(const G4ITTransportation& right) +{ + if(this == &right) return *this; + return *this; +} + +////////////////////////////////////////////////////////////////////////////// +/// Process State +////////////////////////////////////////////////////////////////////////////// +G4ITTransportation::G4ITTransportationState::G4ITTransportationState() : G4ProcessState(), + fCurrentTouchableHandle(0) +{ + fTransportEndPosition = G4ThreeVector(0,0,0); + fTransportEndMomentumDir = G4ThreeVector(0,0,0); + fTransportEndKineticEnergy = -1; + fTransportEndSpin = G4ThreeVector(0,0,0); + fMomentumChanged = false; + fEnergyChanged = false; + fEndGlobalTimeComputed = false; + fCandidateEndGlobalTime = -1; + fParticleIsLooping = false; + static G4ThreadLocal G4TouchableHandle *nullTouchableHandle = 0; + if (!nullTouchableHandle) nullTouchableHandle = new G4TouchableHandle; // Points to (G4VTouchable*) 0 + fCurrentTouchableHandle = *nullTouchableHandle; + fGeometryLimitedStep = false; + fPreviousSftOrigin = G4ThreeVector(0,0,0); + fPreviousSafety = 0.0; + fNoLooperTrials = false; + endpointDistance= -1; +} + +G4ITTransportation::G4ITTransportationState::~G4ITTransportationState() +{ + ; +} + +G4ITTransportation::~G4ITTransportation() +{ +#ifdef G4VERBOSE + if( (fVerboseLevel > 0) && (fSumEnergyKilled > 0.0 ) ) + { + G4cout << " G4ITTransportation: Statistics for looping particles " << G4endl; + G4cout << " Sum of energy of loopers killed: " << fSumEnergyKilled << G4endl; + G4cout << " Max energy of loopers killed: " << fMaxEnergyKilled << G4endl; + } +#endif +} + +G4bool G4ITTransportation::DoesGlobalFieldExist() +{ + G4TransportationManager* transportMgr; + transportMgr= G4TransportationManager::GetTransportationManager(); + + // fFieldExists= transportMgr->GetFieldManager()->DoesFieldExist(); + // return fFieldExists; + return transportMgr->GetFieldManager()->DoesFieldExist(); +} + + +////////////////////////////////////////////////////////////////////////// +// +// Responsibilities: +// Find whether the geometry limits the Step, and to what length +// Calculate the new value of the safety and return it. +// Store the final time, position and momentum. +G4double G4ITTransportation::AlongStepGetPhysicalInteractionLength( + const G4Track& track, + G4double , + G4double currentMinimumStep, + G4double& currentSafety, + G4GPILSelection* selection) +{ + G4double geometryStepLength(-1.0), newSafety(-1.0) ; + + State(fParticleIsLooping) = false ; + State(fEndGlobalTimeComputed) = false ; + State(fGeometryLimitedStep) = false ; + + // Initial actions moved to StartTrack() + // -------------------------------------- + // Note: in case another process changes touchable handle + // it will be necessary to add here (for all steps) + State(fCurrentTouchableHandle) = track.GetTouchableHandle(); + + // GPILSelection is set to defaule value of CandidateForSelection + // It is a return value + // + *selection = CandidateForSelection ; + + // Get initial Energy/Momentum of the track + // + const G4DynamicParticle* pParticle = track.GetDynamicParticle() ; +// const G4ParticleDefinition* pParticleDef = pParticle->GetDefinition() ; + G4ThreeVector startMomentumDir = pParticle->GetMomentumDirection() ; + G4ThreeVector startPosition = track.GetPosition() ; + + // G4double theTime = track.GetGlobalTime() ; + + // The Step Point safety can be limited by other geometries and/or the + // assumptions of any process - it's not always the geometrical safety. + // We calculate the starting point's isotropic safety here. + // + G4ThreeVector OriginShift = startPosition - State(fPreviousSftOrigin) ; + G4double MagSqShift = OriginShift.mag2() ; + if( MagSqShift >= sqr(State(fPreviousSafety)) ) + { + currentSafety = 0.0 ; + } + else + { + currentSafety = State(fPreviousSafety) - std::sqrt(MagSqShift) ; + } + + // Is the particle charged ? + // + G4double particleCharge = pParticle->GetCharge() ; + + + // There is no need to locate the current volume. It is Done elsewhere: + // On track construction + // By the tracking, after all AlongStepDoIts, in "Relocation" + + // Check whether the particle have an (EM) field force exerting upon it + // + G4FieldManager* fieldMgr=0; + G4bool fieldExertsForce = false ; + if( (particleCharge != 0.0) ) + { + fieldMgr= fFieldPropagator->FindAndSetFieldManager( track.GetVolume() ); + if (fieldMgr != 0) + { + // Message the field Manager, to configure it for this track + fieldMgr->ConfigureForTrack( &track ); + // Moved here, in order to allow a transition + // from a zero-field status (with fieldMgr->(field)0 + // to a finite field status + + // If the field manager has no field, there is no field ! + fieldExertsForce = (fieldMgr->GetDetectorField() != 0); + } + } + + // G4cout << " G4Transport: field exerts force= " << fieldExertsForce + // << " fieldMgr= " << fieldMgr << G4endl; + + // Choose the calculation of the transportation: Field or not + // + if( !fieldExertsForce ) + { + G4double linearStepLength ; + if( fShortStepOptimisation && (currentMinimumStep <= currentSafety) ) + { + // The Step is guaranteed to be taken + // + geometryStepLength = currentMinimumStep ; + State(fGeometryLimitedStep) = false ; + } + else + { + // Find whether the straight path intersects a volume + // + linearStepLength = fLinearNavigator->ComputeStep( startPosition, + startMomentumDir, + currentMinimumStep, + newSafety) ; + // Remember last safety origin & value. + // + State(fPreviousSftOrigin) = startPosition ; + State(fPreviousSafety) = newSafety ; + // fpSafetyHelper->SetCurrentSafety( newSafety, startPosition); + + // The safety at the initial point has been re-calculated: + // + currentSafety = newSafety ; + + State(fGeometryLimitedStep)= (linearStepLength <= currentMinimumStep); + if( State(fGeometryLimitedStep) ) + { + // The geometry limits the Step size (an intersection was found.) + geometryStepLength = linearStepLength ; + } + else + { + // The full Step is taken. + geometryStepLength = currentMinimumStep ; + } + } + State(endpointDistance) = geometryStepLength ; + + // Calculate final position + // + State(fTransportEndPosition) = startPosition+geometryStepLength*startMomentumDir ; + + // Momentum direction, energy and polarisation are unchanged by transport + // + State(fTransportEndMomentumDir) = startMomentumDir ; + State(fTransportEndKineticEnergy) = track.GetKineticEnergy() ; + State(fTransportEndSpin) = track.GetPolarization(); + State(fParticleIsLooping) = false ; + State(fMomentumChanged) = false ; + State(fEndGlobalTimeComputed) = true ; + State(theInteractionTimeLeft) = State(endpointDistance)/track.GetVelocity(); + State(fCandidateEndGlobalTime) = State(theInteractionTimeLeft)+track.GetGlobalTime(); + + // G4cout << "track.GetVelocity() : " << track.GetVelocity() << G4endl; + // G4cout << "State(endpointDistance) : " << G4BestUnit(State(endpointDistance),"Length") << G4endl; + // G4cout << "State(theInteractionTimeLeft) : " << G4BestUnit(State(theInteractionTimeLeft),"Time") << G4endl; + // G4cout << "track.GetGlobalTime() : " << G4BestUnit(track.GetGlobalTime(),"Time") << G4endl; + + } + else // A field exerts force + { + + G4ExceptionDescription exceptionDescription; + exceptionDescription << "ITTransportation does not support external fields."; + exceptionDescription << " If you are dealing with a tradiational MC simulation, "; + exceptionDescription << "please use G4Transportation."; + + G4Exception("G4ITTransportation::AlongStepGetPhysicalInteractionLength","NoExternalFieldSupport", + FatalException,exceptionDescription); + /* + G4double momentumMagnitude = pParticle->GetTotalMomentum() ; + // G4ThreeVector EndUnitMomentum ; + G4double lengthAlongCurve ; + G4double restMass = pParticleDef->GetPDGMass() ; + + fFieldPropagator->SetChargeMomentumMass( particleCharge, // in e+ units + momentumMagnitude, // in Mev/c + restMass ) ; + + G4ThreeVector spin = track.GetPolarization() ; + G4FieldTrack aFieldTrack = G4FieldTrack( startPosition, + track.GetMomentumDirection(), + 0.0, + track.GetKineticEnergy(), + restMass, + track.GetVelocity(), + track.GetGlobalTime(), // Lab. + track.GetProperTime(), // Part. + &spin ) ; + if( currentMinimumStep > 0 ) + { + // Do the Transport in the field (non recti-linear) + // + lengthAlongCurve = fFieldPropagator->ComputeStep( aFieldTrack, + currentMinimumStep, + currentSafety, + track.GetVolume() ) ; + State(fGeometryLimitedStep)= lengthAlongCurve < currentMinimumStep; + if( State(fGeometryLimitedStep) ) + { + geometryStepLength = lengthAlongCurve ; + } + else + { + geometryStepLength = currentMinimumStep ; + } + + // Remember last safety origin & value. + // + State(fPreviousSftOrigin) = startPosition ; + State(fPreviousSafety) = currentSafety ; + fpSafetyHelper->SetCurrentSafety( newSafety, startPosition); + } + else + { + geometryStepLength = lengthAlongCurve= 0.0 ; + State(fGeometryLimitedStep) = false ; + } + + // Get the End-Position and End-Momentum (Dir-ection) + // + State(fTransportEndPosition) = aFieldTrack.GetPosition() ; + + // Momentum: Magnitude and direction can be changed too now ... + // + State(fMomentumChanged) = true ; + State(fTransportEndMomentumDir) = aFieldTrack.GetMomentumDir() ; + + State(fTransportEndKineticEnergy) = aFieldTrack.GetKineticEnergy() ; + + if( fFieldPropagator->GetCurrentFieldManager()->DoesFieldChangeEnergy() ) + { + // If the field can change energy, then the time must be integrated + // - so this should have been updated + // + State(fCandidateEndGlobalTime) = aFieldTrack.GetLabTimeOfFlight(); + State(fEndGlobalTimeComputed) = true; + + State(theInteractionTimeLeft) = State(fCandidateEndGlobalTime) - track.GetGlobalTime() ; + + // was ( State(fCandidateEndGlobalTime) != track.GetGlobalTime() ); + // a cleaner way is to have FieldTrack knowing whether time is updated. + } + else + { + // The energy should be unchanged by field transport, + // - so the time changed will be calculated elsewhere + // + State(fEndGlobalTimeComputed) = false; + + // Check that the integration preserved the energy + // - and if not correct this! + G4double startEnergy= track.GetKineticEnergy(); + G4double endEnergy= State(fTransportEndKineticEnergy); + + static G4int no_inexact_steps=0, no_large_ediff; + G4double absEdiff = std::fabs(startEnergy- endEnergy); + if( absEdiff > perMillion * endEnergy ) + { + no_inexact_steps++; + // Possible statistics keeping here ... + } +#ifdef G4VERBOSE + if( fVerboseLevel > 1 ) + { + if( std::fabs(startEnergy- endEnergy) > perThousand * endEnergy ) + { + static G4int no_warnings= 0, warnModulo=1, moduloFactor= 10; + no_large_ediff ++; + if( (no_large_ediff% warnModulo) == 0 ) + { + no_warnings++; + G4cout << "WARNING - G4Transportation::AlongStepGetPIL() " + << " Energy change in Step is above 1^-3 relative value. " << G4endl + << " Relative change in 'tracking' step = " + << std::setw(15) << (endEnergy-startEnergy)/startEnergy << G4endl + << " Starting E= " << std::setw(12) << startEnergy / MeV << " MeV " << G4endl + << " Ending E= " << std::setw(12) << endEnergy / MeV << " MeV " << G4endl; + G4cout << " Energy has been corrected -- however, review" + << " field propagation parameters for accuracy." << G4endl; + if( (fVerboseLevel > 2 ) || (no_warnings<4) || (no_large_ediff == warnModulo * moduloFactor) ) + { + G4cout << " These include EpsilonStepMax(/Min) in G4FieldManager " + << " which determine fractional error per step for integrated quantities. " << G4endl + << " Note also the influence of the permitted number of integration steps." + << G4endl; + } + G4cerr << "ERROR - G4Transportation::AlongStepGetPIL()" << G4endl + << " Bad 'endpoint'. Energy change detected" + << " and corrected. " + << " Has occurred already " + << no_large_ediff << " times." << G4endl; + if( no_large_ediff == warnModulo * moduloFactor ) + { + warnModulo *= moduloFactor; + } + } + } + } // end of if (fVerboseLevel) +#endif + // Correct the energy for fields that conserve it + // This - hides the integration error + // - but gives a better physical answer + State(fTransportEndKineticEnergy)= track.GetKineticEnergy(); + } + + State(fTransportEndSpin) = aFieldTrack.GetSpin(); + State(fParticleIsLooping) = fFieldPropagator->IsParticleLooping() ; + State(endpointDistance) = (State(fTransportEndPosition) - startPosition).mag() ; + // State(theInteractionTimeLeft) = track.GetVelocity()/State(endpointDistance) ; +*/ + } + + // If we are asked to go a step length of 0, and we are on a boundary + // then a boundary will also limit the step -> we must flag this. + // + if( currentMinimumStep == 0.0 ) + { + if( currentSafety == 0.0 ) + { + State(fGeometryLimitedStep) = true ; +// G4cout << "!!!! Safety is NULL, on the Boundary !!!!!" << G4endl; +// G4cout << " Track position : " << track.GetPosition() /nanometer << G4endl; + } + } + + // Update the safety starting from the end-point, + // if it will become negative at the end-point. + // + if( currentSafety < State(endpointDistance) ) + { + // if( particleCharge == 0.0 ) + // G4cout << " Avoiding call to ComputeSafety : charge = 0.0 " << G4endl; + + if( particleCharge != 0.0 ) + { + + G4double endSafety = + fLinearNavigator->ComputeSafety( State(fTransportEndPosition)) ; + currentSafety = endSafety ; + State(fPreviousSftOrigin) = State(fTransportEndPosition) ; + State(fPreviousSafety) = currentSafety ; + fpSafetyHelper->SetCurrentSafety( currentSafety, State(fTransportEndPosition)); + + // Because the Stepping Manager assumes it is from the start point, + // add the StepLength + // + currentSafety += State(endpointDistance) ; + +#ifdef G4DEBUG_TRANSPORT + G4cout.precision(12) ; + G4cout << "***G4Transportation::AlongStepGPIL ** " << G4endl ; + G4cout << " Called Navigator->ComputeSafety at " << State(fTransportEndPosition) + << " and it returned safety= " << endSafety << G4endl ; + G4cout << " Adding endpoint distance " << State(endpointDistance) + << " to obtain pseudo-safety= " << currentSafety << G4endl ; +#endif + } + } + + // fParticleChange.ProposeTrueStepLength(geometryStepLength) ; + + return geometryStepLength ; +} + + +void G4ITTransportation::ComputeStep(const G4Track& track, + const G4Step& /*step*/, + const double timeStep, + double& oPhysicalStep) +{ + const G4DynamicParticle* pParticle = track.GetDynamicParticle() ; + G4ThreeVector startMomentumDir = pParticle->GetMomentumDirection() ; + G4ThreeVector startPosition = track.GetPosition() ; + + track.CalculateVelocity(); + G4double initialVelocity = track.GetVelocity() ; + + State(fGeometryLimitedStep) = false; + + ///////////////////////// + // !!! CASE NO FIELD !!! + ///////////////////////// + State(fCandidateEndGlobalTime) = timeStep + track.GetGlobalTime(); + State(fEndGlobalTimeComputed) = true ; + + // Choose the calculation of the transportation: Field or not + // + if( !State(fMomentumChanged) ) + { + // G4cout << "Momentum has not changed" << G4endl; + fParticleChange.ProposeVelocity(initialVelocity); + oPhysicalStep = initialVelocity*timeStep ; + + // Calculate final position + // + State(fTransportEndPosition) = startPosition + oPhysicalStep*startMomentumDir ; + } +} + + +////////////////////////////////////////////////////////////////////////// +// +// Initialize ParticleChange (by setting all its members equal +// to corresponding members in G4Track) +#include "G4ParticleTable.hh" +G4VParticleChange* G4ITTransportation::AlongStepDoIt( const G4Track& track, + const G4Step& stepData ) +{ + + // G4cout << "G4ITTransportation::AlongStepDoIt" << G4endl; + // set pdefOpticalPhoton + //Andrea Dotti: the following statement should be in a single line: + // G4-MT transformation tools get confused if statement spans two lines + // If needed contact: adotti@slac.stanford.edu + static G4ThreadLocal G4ParticleDefinition* pdefOpticalPhoton = 0 ; if (!pdefOpticalPhoton) pdefOpticalPhoton= G4ParticleTable::GetParticleTable()->FindParticle("opticalphoton"); + + static G4ThreadLocal G4int noCalls=0; + noCalls++; + + fParticleChange.Initialize(track) ; + + // Code for specific process + // + fParticleChange.ProposePosition(State(fTransportEndPosition)) ; + fParticleChange.ProposeMomentumDirection(State(fTransportEndMomentumDir)) ; + fParticleChange.ProposeEnergy(State(fTransportEndKineticEnergy)) ; + fParticleChange.SetMomentumChanged(State(fMomentumChanged)) ; + + fParticleChange.ProposePolarization(State(fTransportEndSpin)); + + G4double deltaTime = 0.0 ; + + // Calculate Lab Time of Flight (ONLY if field Equations used it!) + // G4double endTime = State(fCandidateEndGlobalTime); + // G4double delta_time = endTime - startTime; + + G4double startTime = track.GetGlobalTime() ; + ///___________________________________________________________________________ + /// !!!!!!! + /// A REVOIR !!!! + if (State(fEndGlobalTimeComputed) == false) + { + // The time was not integrated .. make the best estimate possible + // + G4double initialVelocity = stepData.GetPreStepPoint()->GetVelocity() ; + G4double stepLength = track.GetStepLength() ; + + deltaTime= 0.0; // in case initialVelocity = 0 + if (track.GetParticleDefinition() == pdefOpticalPhoton) + { + // For only Optical Photon, final velocity is used + double finalVelocity = track.CalculateVelocityForOpticalPhoton(); + fParticleChange.ProposeVelocity(finalVelocity); + deltaTime = stepLength/finalVelocity ; + } + else if( initialVelocity > 0.0 ) + { + deltaTime = stepLength/initialVelocity ; + } + + State(fCandidateEndGlobalTime) = startTime + deltaTime ; + } + else + { + deltaTime = State(fCandidateEndGlobalTime) - startTime ; + } + + fParticleChange.ProposeGlobalTime( State(fCandidateEndGlobalTime) ) ; + fParticleChange.ProposeLocalTime( track.GetLocalTime() + deltaTime) ; + /* + // Now Correct by Lorentz factor to get delta "proper" Time + + G4double restMass = track.GetDynamicParticle()->GetMass() ; + G4double deltaProperTime = deltaTime*( restMass/track.GetTotalEnergy() ) ; + + fParticleChange.ProposeProperTime(track.GetProperTime() + deltaProperTime) ; +*/ + + fParticleChange. ProposeTrueStepLength( track.GetStepLength() ) ; + + ///___________________________________________________________________________ + /// + + // If the particle is caught looping or is stuck (in very difficult + // boundaries) in a magnetic field (doing many steps) + // THEN this kills it ... + // + if ( State(fParticleIsLooping) ) + { + G4double endEnergy= State(fTransportEndKineticEnergy); + + if( (endEnergy < fThreshold_Important_Energy) + || (State(fNoLooperTrials) >= fThresholdTrials ) ) + { + // Kill the looping particle + // + // G4cout << "G4ITTransportation will killed the molecule"<< G4endl; + fParticleChange.ProposeTrackStatus( fStopAndKill ) ; + + // 'Bare' statistics + fSumEnergyKilled += endEnergy; + if( endEnergy > fMaxEnergyKilled) + { + fMaxEnergyKilled= endEnergy; + } + +#ifdef G4VERBOSE + if( (fVerboseLevel > 1) || + ( endEnergy > fThreshold_Warning_Energy ) ) + { + G4cout << " G4ITTransportation is killing track that is looping or stuck " + << G4endl + << " This track has " << track.GetKineticEnergy() / MeV + << " MeV energy." << G4endl; + G4cout << " Number of trials = " << State(fNoLooperTrials) + << " No of calls to AlongStepDoIt = " << noCalls + << G4endl; + } +#endif + State(fNoLooperTrials)=0; + } + else + { + State(fNoLooperTrials) ++; +#ifdef G4VERBOSE + if( (fVerboseLevel > 2) ) + { + G4cout << " G4ITTransportation::AlongStepDoIt(): Particle looping - " + << " Number of trials = " << State(fNoLooperTrials) + << " No of calls to = " << noCalls + << G4endl; + } +#endif + } + } + else + { + State(fNoLooperTrials)=0; + } + + // Another (sometimes better way) is to use a user-limit maximum Step size + // to alleviate this problem .. + + // Introduce smooth curved trajectories to particle-change + // + fParticleChange.SetPointerToVectorOfAuxiliaryPoints + (fFieldPropagator->GimmeTrajectoryVectorAndForgetIt() ); + + return &fParticleChange ; +} + +////////////////////////////////////////////////////////////////////////// +// +// This ensures that the PostStep action is always called, +// so that it can do the relocation if it is needed. +// + +G4double G4ITTransportation:: +PostStepGetPhysicalInteractionLength( + const G4Track& , // track + G4double , // previousStepSize + G4ForceCondition* pForceCond + ) +{ + *pForceCond = Forced ; + return DBL_MAX ; // was kInfinity ; but convention now is DBL_MAX +} + +///////////////////////////////////////////////////////////////////////////// +// + +G4VParticleChange* G4ITTransportation::PostStepDoIt( const G4Track& track, + const G4Step& ) +{ + // G4cout << "G4ITTransportation::PostStepDoIt" << G4endl; + G4TouchableHandle retCurrentTouchable ; // The one to return + G4bool isLastStep= false; + + // Initialize ParticleChange (by setting all its members equal + // to corresponding members in G4Track) + fParticleChange.Initialize(track) ; // To initialise TouchableChange + + fParticleChange.ProposeTrackStatus(track.GetTrackStatus()) ; + + // If the Step was determined by the volume boundary, + // logically relocate the particle + + if(State(fGeometryLimitedStep)) + { + + // G4cout << "Step is limited by geometry " << "track ID : " << track.GetTrackID() << G4endl; + + // fCurrentTouchable will now become the previous touchable, + // and what was the previous will be freed. + // (Needed because the preStepPoint can point to the previous touchable) + + if( State(fCurrentTouchableHandle)->GetVolume() == 0 ) + { + G4ExceptionDescription exceptionDescription ; + exceptionDescription << "No current touchable found " ; + G4Exception(" G4ITTransportation::PostStepDoIt","G4ITTransportation001", + FatalErrorInArgument,exceptionDescription); + } + + fLinearNavigator->SetGeometricallyLimitedStep() ; + fLinearNavigator-> + LocateGlobalPointAndUpdateTouchableHandle( track.GetPosition(), + track.GetMomentumDirection(), + State(fCurrentTouchableHandle), + true ) ; + // Check whether the particle is out of the world volume + // If so it has exited and must be killed. + // + if( State(fCurrentTouchableHandle)->GetVolume() == 0 ) + { +#ifdef G4VERBOSE + if(fVerboseLevel > 0) + { + G4cout << "Track position : " << track.GetPosition() / nanometer << " [nm]" + << " Track ID : " << track.GetTrackID()<< G4endl; + G4cout << "G4ITTransportation will killed the track because State(fCurrentTouchableHandle)->GetVolume() == 0"<< G4endl; + } +#endif + fParticleChange.ProposeTrackStatus( fStopAndKill ) ; + } + + retCurrentTouchable = State(fCurrentTouchableHandle) ; + +// G4cout << "Current volume : " << track.GetVolume()->GetName() +// << " Next volume : " +// << (State(fCurrentTouchableHandle)->GetVolume() ? State(fCurrentTouchableHandle)->GetVolume()->GetName():"OutWorld") +// << " Position : " << track.GetPosition() / nanometer +// << " track ID : " << track.GetTrackID() +// << G4endl; + + fParticleChange.SetTouchableHandle( State(fCurrentTouchableHandle) ) ; + + // Update the Step flag which identifies the Last Step in a volume + isLastStep = fLinearNavigator->ExitedMotherVolume() + | fLinearNavigator->EnteredDaughterVolume() ; + +#ifdef G4DEBUG_TRANSPORT + // Checking first implementation of flagging Last Step in Volume + G4bool exiting = fLinearNavigator->ExitedMotherVolume(); + G4bool entering = fLinearNavigator->EnteredDaughterVolume(); + + if( ! (exiting || entering) ) + { + G4cout << " Transport> : Proposed isLastStep= " << isLastStep + << " Exiting " << fLinearNavigator->ExitedMotherVolume() + << " Entering " << fLinearNavigator->EnteredDaughterVolume() + << " Track position : " << track.GetPosition() /nanometer << " [nm]" + << G4endl; + G4cout << " Track position : " << track.GetPosition() /nanometer << G4endl; + } +#endif + } + else // fGeometryLimitedStep is false + { + // This serves only to move the Navigator's location + // + fLinearNavigator->LocateGlobalPointWithinVolume( track.GetPosition() ) ; + + // The value of the track's current Touchable is retained. + // (and it must be correct because we must use it below to + // overwrite the (unset) one in particle change) + // It must be fCurrentTouchable too ?? + // + fParticleChange.SetTouchableHandle( track.GetTouchableHandle() ) ; + retCurrentTouchable = track.GetTouchableHandle() ; + + isLastStep= false; +#ifdef G4DEBUG_TRANSPORT + // Checking first implementation of flagging Last Step in Volume + G4cout << " Transport> Proposed isLastStep= " << isLastStep + << " Geometry did not limit step. Position : " + << track.GetPosition()/ nanometer << G4endl; +#endif + } // endif ( fGeometryLimitedStep ) + + fParticleChange.ProposeLastStepInVolume(isLastStep); + + const G4VPhysicalVolume* pNewVol = retCurrentTouchable->GetVolume() ; + const G4Material* pNewMaterial = 0 ; + const G4VSensitiveDetector* pNewSensitiveDetector = 0 ; + + if( pNewVol != 0 ) + { + pNewMaterial= pNewVol->GetLogicalVolume()->GetMaterial(); + pNewSensitiveDetector= pNewVol->GetLogicalVolume()->GetSensitiveDetector(); + } + + // ( pNewMaterial ) ; + // ( pNewSensitiveDetector) ; + + fParticleChange.SetMaterialInTouchable( (G4Material *) pNewMaterial ) ; + fParticleChange.SetSensitiveDetectorInTouchable( (G4VSensitiveDetector *) pNewSensitiveDetector ) ; + + const G4MaterialCutsCouple* pNewMaterialCutsCouple = 0; + if( pNewVol != 0 ) + { + pNewMaterialCutsCouple=pNewVol->GetLogicalVolume()->GetMaterialCutsCouple(); + } + + if( pNewVol!=0 && pNewMaterialCutsCouple!=0 && pNewMaterialCutsCouple->GetMaterial()!=pNewMaterial ) + { + // for parametrized volume + // + pNewMaterialCutsCouple = + G4ProductionCutsTable::GetProductionCutsTable() + ->GetMaterialCutsCouple(pNewMaterial, + pNewMaterialCutsCouple->GetProductionCuts()); + } + fParticleChange.SetMaterialCutsCoupleInTouchable( pNewMaterialCutsCouple ); + + // temporarily until Get/Set Material of ParticleChange, + // and StepPoint can be made const. + // Set the touchable in ParticleChange + // this must always be done because the particle change always + // uses this value to overwrite the current touchable pointer. + // + fParticleChange.SetTouchableHandle(retCurrentTouchable) ; + + return &fParticleChange ; +} + +// New method takes over the responsibility to reset the state of G4Transportation +// object at the start of a new track or the resumption of a suspended track. + +void +G4ITTransportation::StartTracking(G4Track* track) +{ + G4VProcess::StartTracking(track); + if(fInstantiateProcessState) + { + G4VITProcess::fpState.reset(new G4ITTransportationState()); + // Will set in the same time fTransportationState + } + // The actions here are those that were taken in AlongStepGPIL + // when track.GetCurrentStepNumber()==1 + + // reset safety value and center + // + // State(fPreviousSafety) = 0.0 ; + // State(fPreviousSftOrigin) = G4ThreeVector(0.,0.,0.) ; + + // reset looping counter -- for motion in field + // State(fNoLooperTrials)= 0; + // Must clear this state .. else it depends on last track's value + // --> a better solution would set this from state of suspended track TODO ? + // Was if( aTrack->GetCurrentStepNumber()==1 ) { .. } + + // ChordFinder reset internal state + // + if( DoesGlobalFieldExist() ) + { + fFieldPropagator->ClearPropagatorState(); + // Resets all state of field propagator class (ONLY) + // including safety values (in case of overlaps and to wipe for first track). + + // G4ChordFinder* chordF= fFieldPropagator->GetChordFinder(); + // if( chordF ) chordF->ResetStepEstimate(); + } + + // Make sure to clear the chord finders of all fields (ie managers) + static G4ThreadLocal G4FieldManagerStore* fieldMgrStore = 0 ; if (!fieldMgrStore) fieldMgrStore= G4FieldManagerStore::GetInstance(); + fieldMgrStore->ClearAllChordFindersState(); + + // Update the current touchable handle (from the track's) + // + State(fCurrentTouchableHandle) = track->GetTouchableHandle(); + + G4VITProcess::StartTracking(track); +} + +#undef State diff --git a/source/processes/electromagnetic/dna/management/src/G4TrackingInformation.cc b/source/processes/electromagnetic/dna/management/src/G4TrackingInformation.cc index 42a6721c887..80281a5bfe4 100644 --- a/source/processes/electromagnetic/dna/management/src/G4TrackingInformation.cc +++ b/source/processes/electromagnetic/dna/management/src/G4TrackingInformation.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4TrackingInformation.cc 64057 2012-10-30 15:04:49Z gcosmo $ +// $Id: G4TrackingInformation.cc 82326 2014-06-16 09:19:18Z gcosmo $ // // Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) // @@ -40,7 +40,7 @@ G4TrackingInformation::G4TrackingInformation() : fStepLeader (false), - fProcessState ((size_t)G4VITProcess::GetMaxProcessIndex(),0) + fProcessState ((size_t)G4VITProcess::GetMaxProcessIndex()) //,0) { //ctor fpTrajectory_Lock = 0; @@ -53,14 +53,6 @@ G4TrackingInformation::G4TrackingInformation() : G4TrackingInformation::~G4TrackingInformation() { //dtor - for(int i = 0 ; i < (int) fProcessState.size() - 1 ; i++) - { - if(fProcessState[i]) - { - delete fProcessState[i]; - fProcessState[i] = 0; - } - } fProcessState.clear(); if(fpStepProcessorState) delete fpStepProcessorState; fpStepProcessorState = 0; @@ -88,7 +80,7 @@ G4TrackingInformation& G4TrackingInformation::operator=(const G4TrackingInformat return *this; } -G4ProcessState_Lock* G4TrackingInformation::GetProcessState(size_t index) +G4::shared_ptr G4TrackingInformation::GetProcessState(size_t index) { if(index> G4VITProcess::GetMaxProcessIndex()) { diff --git a/source/processes/electromagnetic/dna/management/src/G4VITProcess.cc b/source/processes/electromagnetic/dna/management/src/G4VITProcess.cc index 74bbea829fb..f0504904219 100644 --- a/source/processes/electromagnetic/dna/management/src/G4VITProcess.cc +++ b/source/processes/electromagnetic/dna/management/src/G4VITProcess.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VITProcess.cc 74551 2013-10-14 12:59:14Z gcosmo $ +// $Id: G4VITProcess.cc 82326 2014-06-16 09:19:18Z gcosmo $ // #include "G4VITProcess.hh" #include "G4SystemOfUnits.hh" @@ -32,8 +32,7 @@ /*G4ThreadLocal*/ size_t *G4VITProcess::fNbProcess = 0; G4VITProcess::G4VITProcess(const G4String& name, G4ProcessType type) : - G4VProcess( name, type ), - fpState (0)//, + G4VProcess( name, type )//, //fProcessID(fNbProcess) { if (!fNbProcess) fNbProcess = new size_t (0); @@ -65,7 +64,6 @@ G4VITProcess::~G4VITProcess() G4VITProcess::G4VITProcess(const G4VITProcess& other) : G4VProcess(other), fProcessID(other.fProcessID) { //copy ctor - fpState = 0 ; currentInteractionLength = 0; theInteractionTimeLeft = 0; theNumberOfInteractionLengthLeft = 0; @@ -85,13 +83,13 @@ void G4VITProcess::StartTracking(G4Track* track) G4TrackingInformation* trackingInfo = GetIT(track)->GetTrackingInfo(); if(InstantiateProcessState()) { - fpState = new G4ProcessState(); + fpState.reset(new G4ProcessState()); } theNumberOfInteractionLengthLeft = &(fpState->theNumberOfInteractionLengthLeft ); theInteractionTimeLeft = &(fpState->theInteractionTimeLeft ); currentInteractionLength = &(fpState->currentInteractionLength ); trackingInfo->RecordProcessState(fpState,fProcessID); - fpState = 0; + fpState.reset(); } diff --git a/source/processes/electromagnetic/dna/molecules/management/include/G4MolecularConfiguration.hh b/source/processes/electromagnetic/dna/molecules/management/include/G4MolecularConfiguration.hh index 7df403eea76..7b4235e7b83 100644 --- a/source/processes/electromagnetic/dna/molecules/management/include/G4MolecularConfiguration.hh +++ b/source/processes/electromagnetic/dna/molecules/management/include/G4MolecularConfiguration.hh @@ -1,297 +1,296 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// -// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) -// -// WARNING : This class is released as a prototype. -// It might strongly evolve or even disapear in the next releases. -// -// History: -// ----------- -// 10 Oct 2011 M.Karamitros created -// -// ------------------------------------------------------------------- - - -#ifndef G4MolecularConfiguration_ -#define G4MolecularConfiguration_ 1 -#include -#include -#include -#include - -struct comparator; - -class G4MolecularConfiguration; -class G4MoleculeDefinition; -class G4ElectronOccupancy; -class G4MolecularDecayChannel; - -/** The pointer G4MolecularConfiguration will be shared by all the -* molecules having the same molecule definition and the same -* electron occupancy -* BE CAREFUlL !!! : If you change the mass for instance of a OH^-, -* this will affect all the OH^- molecule diffusing around -*/ -class G4MolecularConfiguration -{ -public : - - ///////////////// - // Static methods - - // Get for a given moleculeDefinition and a given electronic configuration, the mol conf - static G4MolecularConfiguration* GetMolecularConfiguration(const G4MoleculeDefinition*, - const G4ElectronOccupancy& electronOccupancy); - - // Get ground state electronic configuration - static G4MolecularConfiguration* GetMolecularConfiguration(const G4MoleculeDefinition*); - - // Release memory of the mol conf manager - static void DeleteManager(); - /////////////// - - // Methods - const G4MoleculeDefinition* GetDefinition() const; - - /** Returns the name of the molecule - */ - const G4String& GetName() const; - - /** Returns the nomber of atoms compouning the molecule - */ - G4int GetAtomsNumber() const; - - /** Method used in Geant4-DNA to excite water molecules - */ - G4MolecularConfiguration* ExciteMolecule(G4int); - - /** Method used in Geant4-DNA to ionize water molecules - */ - G4MolecularConfiguration* IonizeMolecule(G4int); - - /** Add n electrons to a given orbit. - * Note : You can add as many electrons to a given orbit, the result - * may be unrealist. - */ - G4MolecularConfiguration* AddElectron(G4int orbit, G4int n =1); - - /** Remove n electrons to a given orbit. - */ - G4MolecularConfiguration* RemoveElectron(G4int,G4int number=1); - - /** Move one electron from an orbit to another. - */ - G4MolecularConfiguration* MoveOneElectron(G4int /*orbit*/,G4int /*orbit*/); - - /** Returns the number of electron. - */ - G4double GetNbElectrons() const; - - /** Display the electronic state of the molecule. - */ - void PrintState() const; - - const std::vector * GetDecayChannel() const; - - G4int GetMoleculeID() const; - - /** Sets the diffusion coefficient D of the molecule used in diffusion - * processes to calculate the mean square jump distance between two - * changes of direction. In three dimension : = 6 D t where t is - * the mean jump time between two changes of direction. - * - * Note : Diffusion Coefficient in one medium only - * For the time being, we will consider only one diffusion - * coefficient for the all simulation => diffusion in one medium only - * If the user needs to use the diffusion in different materials, - * she/he should contact the developpers/mainteners of this package - */ - inline void SetDiffusionCoefficient(G4double); - - /** Returns the diffusion coefficient D. - */ - inline G4double GetDiffusionCoefficient() const; - - /** Set the decay time of the molecule. - */ - inline void SetDecayTime(G4double); - - /** Returns the decay time of the molecule. - */ - inline G4double GetDecayTime() const; - - /** The Van Der Valls Radius of the molecule - */ - inline void SetVanDerVaalsRadius(G4double); - inline G4double GetVanDerVaalsRadius() const ; - - /** Returns the object ElectronOccupancy describing the electronic - * configuration of the molecule. - */ - inline const G4ElectronOccupancy* GetElectronOccupancy() const; - - /** Returns the charge of molecule. - */ - inline G4int GetCharge() const; - - /** Set the total mass of the molecule. - */ - inline void SetMass(G4double); - - /** Returns the total mass of the molecule. - */ - inline G4double GetMass() const; - -protected : - G4MolecularConfiguration(const G4MoleculeDefinition*, const G4ElectronOccupancy&); - G4MolecularConfiguration(const G4MolecularConfiguration&); - G4MolecularConfiguration & operator=(G4MolecularConfiguration &right); - ~G4MolecularConfiguration(); - G4MolecularConfiguration* ChangeConfiguration(const G4ElectronOccupancy& newElectronOccupancy); - - const G4MoleculeDefinition* fMoleculeDefinition; - const G4ElectronOccupancy* fElectronOccupancy; - -public: - struct G4MolecularConfigurationManager - { - G4MolecularConfigurationManager(){;} - ~G4MolecularConfigurationManager(); - - typedef std::map > MolecularConfigurationTable; - MolecularConfigurationTable fTable; - }; - -protected: - static G4ThreadLocal G4MolecularConfigurationManager* fgManager; - - static G4MolecularConfigurationManager* GetManager(); - - G4double fDynDiffusionCoefficient; - G4double fDynVanDerVaalsRadius; - G4double fDynDecayTime; - G4double fDynMass; - G4int fDynCharge; - mutable G4String fName; // mutable allowed this member to be changed in const methods -}; - -struct comparator -{ - bool operator() (const G4ElectronOccupancy& occ1, const G4ElectronOccupancy& occ2) const - { - // Since this method is called a lot of time, - // we retrieve only once the totOcc - G4int totalOcc1 = occ1.GetTotalOccupancy() ; - G4int totalOcc2 = occ2.GetTotalOccupancy() ; - if ( totalOcc1!= totalOcc2) - { - return totalOcc1= sizeOrbit) return false; - } - } - } - return false; - } -}; - - -inline const G4MoleculeDefinition* G4MolecularConfiguration::GetDefinition() const -{ - return fMoleculeDefinition; -} - -inline const G4ElectronOccupancy* G4MolecularConfiguration::GetElectronOccupancy() const -{ - return fElectronOccupancy ; -} - -inline void G4MolecularConfiguration::SetDiffusionCoefficient(G4double dynDiffusionCoefficient) -{ - fDynDiffusionCoefficient = dynDiffusionCoefficient ; -} - -inline G4double G4MolecularConfiguration::GetDiffusionCoefficient() const -{ - return fDynDiffusionCoefficient; -} - -inline void G4MolecularConfiguration::SetDecayTime(G4double dynDecayTime) -{ - fDynDecayTime = dynDecayTime; -} - -inline G4double G4MolecularConfiguration::GetDecayTime() const -{ - return fDynDecayTime; -} - -inline void G4MolecularConfiguration::SetVanDerVaalsRadius(G4double dynVanDerVaalsRadius) -{ - fDynVanDerVaalsRadius = dynVanDerVaalsRadius ; -} - -inline G4double G4MolecularConfiguration::GetVanDerVaalsRadius() const -{ - return fDynVanDerVaalsRadius; -} - -inline G4int G4MolecularConfiguration::GetCharge() const -{ - return fDynCharge ; -} - -inline void G4MolecularConfiguration::SetMass(G4double aMass) -{ - fDynMass = aMass ; -} - -inline G4double G4MolecularConfiguration::GetMass() const -{ - return fDynMass; -} -#endif +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// +// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) +// +// WARNING : This class is released as a prototype. +// It might strongly evolve or even disapear in the next releases. +// +// History: +// ----------- +// 10 Oct 2011 M.Karamitros created +// +// ------------------------------------------------------------------- + + +#ifndef G4MolecularConfiguration_ +#define G4MolecularConfiguration_ 1 +#include +#include +#include +#include + +struct comparator; + +class G4MolecularConfiguration; +class G4MoleculeDefinition; +class G4ElectronOccupancy; +class G4MolecularDecayChannel; + +struct comparator +{ + bool operator() (const G4ElectronOccupancy& occ1, const G4ElectronOccupancy& occ2) const + { + // Since this method is called a lot of time, + // we retrieve only once the totOcc + G4int totalOcc1 = occ1.GetTotalOccupancy() ; + G4int totalOcc2 = occ2.GetTotalOccupancy() ; + if ( totalOcc1!= totalOcc2) + { + return totalOcc1= sizeOrbit) return false; + } + } + } + return false; + } +}; + +/** The pointer G4MolecularConfiguration will be shared by all the +* molecules having the same molecule definition and the same +* electron occupancy +* BE CAREFUlL !!! : If you change the mass for instance of a OH^-, +* this will affect all the OH^- molecule diffusing around +*/ +class G4MolecularConfiguration +{ +public : + + ///////////////// + // Static methods + + // Get for a given moleculeDefinition and a given electronic configuration, the mol conf + static G4MolecularConfiguration* GetMolecularConfiguration(const G4MoleculeDefinition*, + const G4ElectronOccupancy& electronOccupancy); + + // Get ground state electronic configuration + static G4MolecularConfiguration* GetMolecularConfiguration(const G4MoleculeDefinition*); + + // Release memory of the mol conf manager + static void DeleteManager(); + /////////////// + + // Methods + const G4MoleculeDefinition* GetDefinition() const; + + /** Returns the name of the molecule + */ + const G4String& GetName() const; + + /** Returns the nomber of atoms compouning the molecule + */ + G4int GetAtomsNumber() const; + + /** Method used in Geant4-DNA to excite water molecules + */ + G4MolecularConfiguration* ExciteMolecule(G4int); + + /** Method used in Geant4-DNA to ionize water molecules + */ + G4MolecularConfiguration* IonizeMolecule(G4int); + + /** Add n electrons to a given orbit. + * Note : You can add as many electrons to a given orbit, the result + * may be unrealist. + */ + G4MolecularConfiguration* AddElectron(G4int orbit, G4int n =1); + + /** Remove n electrons to a given orbit. + */ + G4MolecularConfiguration* RemoveElectron(G4int,G4int number=1); + + /** Move one electron from an orbit to another. + */ + G4MolecularConfiguration* MoveOneElectron(G4int /*orbit*/,G4int /*orbit*/); + + /** Returns the number of electron. + */ + G4double GetNbElectrons() const; + + /** Display the electronic state of the molecule. + */ + void PrintState() const; + + const std::vector * GetDecayChannel() const; + + G4int GetMoleculeID() const; + + /** Sets the diffusion coefficient D of the molecule used in diffusion + * processes to calculate the mean square jump distance between two + * changes of direction. In three dimension : = 6 D t where t is + * the mean jump time between two changes of direction. + * + * Note : Diffusion Coefficient in one medium only + * For the time being, we will consider only one diffusion + * coefficient for the all simulation => diffusion in one medium only + * If the user needs to use the diffusion in different materials, + * she/he should contact the developpers/mainteners of this package + */ + inline void SetDiffusionCoefficient(G4double); + + /** Returns the diffusion coefficient D. + */ + inline G4double GetDiffusionCoefficient() const; + + /** Set the decay time of the molecule. + */ + inline void SetDecayTime(G4double); + + /** Returns the decay time of the molecule. + */ + inline G4double GetDecayTime() const; + + /** The Van Der Valls Radius of the molecule + */ + inline void SetVanDerVaalsRadius(G4double); + inline G4double GetVanDerVaalsRadius() const ; + + /** Returns the object ElectronOccupancy describing the electronic + * configuration of the molecule. + */ + inline const G4ElectronOccupancy* GetElectronOccupancy() const; + + /** Returns the charge of molecule. + */ + inline G4int GetCharge() const; + + /** Set the total mass of the molecule. + */ + inline void SetMass(G4double); + + /** Returns the total mass of the molecule. + */ + inline G4double GetMass() const; + +protected : + G4MolecularConfiguration(const G4MoleculeDefinition*, const G4ElectronOccupancy&); + G4MolecularConfiguration(const G4MolecularConfiguration&); + G4MolecularConfiguration & operator=(G4MolecularConfiguration &right); + ~G4MolecularConfiguration(); + G4MolecularConfiguration* ChangeConfiguration(const G4ElectronOccupancy& newElectronOccupancy); + + const G4MoleculeDefinition* fMoleculeDefinition; + const G4ElectronOccupancy* fElectronOccupancy; + +public: + struct G4MolecularConfigurationManager + { + G4MolecularConfigurationManager(){;} + ~G4MolecularConfigurationManager(); + + typedef std::map > MolecularConfigurationTable; + MolecularConfigurationTable fTable; + }; + +protected: + static G4ThreadLocal G4MolecularConfigurationManager* fgManager; + + static G4MolecularConfigurationManager* GetManager(); + + G4double fDynDiffusionCoefficient; + G4double fDynVanDerVaalsRadius; + G4double fDynDecayTime; + G4double fDynMass; + G4int fDynCharge; + mutable G4String fName; // mutable allowed this member to be changed in const methods +}; + +inline const G4MoleculeDefinition* G4MolecularConfiguration::GetDefinition() const +{ + return fMoleculeDefinition; +} + +inline const G4ElectronOccupancy* G4MolecularConfiguration::GetElectronOccupancy() const +{ + return fElectronOccupancy ; +} + +inline void G4MolecularConfiguration::SetDiffusionCoefficient(G4double dynDiffusionCoefficient) +{ + fDynDiffusionCoefficient = dynDiffusionCoefficient ; +} + +inline G4double G4MolecularConfiguration::GetDiffusionCoefficient() const +{ + return fDynDiffusionCoefficient; +} + +inline void G4MolecularConfiguration::SetDecayTime(G4double dynDecayTime) +{ + fDynDecayTime = dynDecayTime; +} + +inline G4double G4MolecularConfiguration::GetDecayTime() const +{ + return fDynDecayTime; +} + +inline void G4MolecularConfiguration::SetVanDerVaalsRadius(G4double dynVanDerVaalsRadius) +{ + fDynVanDerVaalsRadius = dynVanDerVaalsRadius ; +} + +inline G4double G4MolecularConfiguration::GetVanDerVaalsRadius() const +{ + return fDynVanDerVaalsRadius; +} + +inline G4int G4MolecularConfiguration::GetCharge() const +{ + return fDynCharge ; +} + +inline void G4MolecularConfiguration::SetMass(G4double aMass) +{ + fDynMass = aMass ; +} + +inline G4double G4MolecularConfiguration::GetMass() const +{ + return fDynMass; +} +#endif diff --git a/source/processes/electromagnetic/dna/processes/include/G4DNABrownianTransportation.hh b/source/processes/electromagnetic/dna/processes/include/G4DNABrownianTransportation.hh index cf5ae3e78f1..6cd5e88aa61 100644 --- a/source/processes/electromagnetic/dna/processes/include/G4DNABrownianTransportation.hh +++ b/source/processes/electromagnetic/dna/processes/include/G4DNABrownianTransportation.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4DNABrownianTransportation.hh 74551 2013-10-14 12:59:14Z gcosmo $ +// $Id: G4DNABrownianTransportation.hh 82326 2014-06-16 09:19:18Z gcosmo $ // // Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) // @@ -84,11 +84,13 @@ protected: public : G4ITBrownianState(); virtual ~G4ITBrownianState(){;} + virtual G4String GetType() + { + return "G4ITBrownianState"; + } G4bool fPathLengthWasCorrected; }; - G4ITBrownianState* const & fpBrownianState; - G4bool fUseMaximumTimeBeforeReachingBoundary; G4Material* fNistWater ; diff --git a/source/processes/electromagnetic/dna/processes/include/G4DNASecondOrderReaction.hh b/source/processes/electromagnetic/dna/processes/include/G4DNASecondOrderReaction.hh index 3f6ee659ce8..dce852515d1 100644 --- a/source/processes/electromagnetic/dna/processes/include/G4DNASecondOrderReaction.hh +++ b/source/processes/electromagnetic/dna/processes/include/G4DNASecondOrderReaction.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4DNASecondOrderReaction.hh 64057 2012-10-30 15:04:49Z gcosmo $ +// $Id: G4DNASecondOrderReaction.hh 82326 2014-06-16 09:19:18Z gcosmo $ // // Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) // @@ -117,7 +117,6 @@ protected: G4double fReactionRate; G4double fConcentration; G4double fMolarMassOfMaterial; - SecondOrderReactionState*& fpSecondOrderReactionState; G4ParticleChange fParticleChange; const G4MolecularConfiguration* fpMolecularConfiguration; diff --git a/source/processes/electromagnetic/dna/processes/include/G4DNAWaterDissociationDisplacer.hh b/source/processes/electromagnetic/dna/processes/include/G4DNAWaterDissociationDisplacer.hh index 158b6984bcb..f2efe8eeb19 100755 --- a/source/processes/electromagnetic/dna/processes/include/G4DNAWaterDissociationDisplacer.hh +++ b/source/processes/electromagnetic/dna/processes/include/G4DNAWaterDissociationDisplacer.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4DNAWaterDissociationDisplacer.hh 74551 2013-10-14 12:59:14Z gcosmo $ +// $Id: G4DNAWaterDissociationDisplacer.hh 81860 2014-06-06 10:14:59Z gcosmo $ // // Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) // @@ -63,7 +63,7 @@ public : G4DLLIMPORT static const DisplacementType A1B1_DissociationDecay; G4DLLIMPORT static const DisplacementType B1A1_DissociationDecay; G4DLLIMPORT static const DisplacementType AutoIonisation; - G4DLLEXPORT static const DisplacementType DissociativeAttachment; + G4DLLIMPORT static const DisplacementType DissociativeAttachment; #endif private : diff --git a/source/processes/electromagnetic/dna/processes/src/G4DNABrownianTransportation.cc b/source/processes/electromagnetic/dna/processes/src/G4DNABrownianTransportation.cc index 626505f8370..38296af6b2f 100644 --- a/source/processes/electromagnetic/dna/processes/src/G4DNABrownianTransportation.cc +++ b/source/processes/electromagnetic/dna/processes/src/G4DNABrownianTransportation.cc @@ -1,368 +1,367 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// $Id: G4DNABrownianTransportation.cc 74551 2013-10-14 12:59:14Z gcosmo $ -// -// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) -// -// WARNING : This class is released as a prototype. -// It might strongly evolve or even disapear in the next releases. -// -// History: -// ----------- -// 10 Oct 2011 M.Karamitros created -// -// ------------------------------------------------------------------- - -/// \brief { The transportation method implemented is the one from -/// Ermak-McCammon : J. Chem. Phys. 69, 1352 (1978)} - -#include - -#include "G4DNABrownianTransportation.hh" -#include "G4PhysicalConstants.hh" -#include "G4SystemOfUnits.hh" -#include "Randomize.hh" -#include "G4Molecule.hh" -#include "G4RandomDirection.hh" -#include "G4ParticleTable.hh" -#include "G4SafetyHelper.hh" -#include "G4TransportationManager.hh" -#include "G4UnitsTable.hh" -#include "G4NistManager.hh" -#include "G4DNAMolecularMaterial.hh" - -using namespace std; - -#ifndef State -#define State(theXInfo) (fpBrownianState->theXInfo) -#endif - -//#ifndef State -//#define State(theXInfo) (fTransportationState->theXInfo) -//#endif - -//COLOR FOR DEBUGING -//#define RED_ON_WHITE "\033[0;31m" -//#define GREEN "\033[32;40m" -#define GREEN_ON_BLUE "\033[1;32;44m" -#define RESET "\033[0m" - -static double InvErf(double x) -{ - return CLHEP::HepStat::inverseErf(x); -} - -static double InvErfc(double x) -{ - return CLHEP::HepStat::inverseErf(1.-x); -} - -G4DNABrownianTransportation::G4DNABrownianTransportation(const G4String& aName, G4int verbosity) : - G4ITTransportation(aName, verbosity), - InitProcessState(fpBrownianState, fTransportationState) -{ - //ctor - SetProcessSubType(61); - verboseLevel = 1; - fUseMaximumTimeBeforeReachingBoundary = true; - fNistWater = G4NistManager::Instance()->FindOrBuildMaterial("G4_WATER"); - fpWaterDensity = 0; -} - -G4DNABrownianTransportation::~G4DNABrownianTransportation() -{;} - -G4DNABrownianTransportation::G4DNABrownianTransportation(const G4DNABrownianTransportation& right) : - G4ITTransportation(right), - InitProcessState(fpBrownianState, fTransportationState) -{ - //copy ctor - SetProcessSubType(61); - verboseLevel = right.verboseLevel; - fUseMaximumTimeBeforeReachingBoundary = right.fUseMaximumTimeBeforeReachingBoundary; - fNistWater = right.fNistWater; - fpWaterDensity = right.fpWaterDensity ; -} - -G4DNABrownianTransportation& G4DNABrownianTransportation::operator=(const G4DNABrownianTransportation& rhs) -{ - if (this == &rhs) return *this; // handle self assignment - //assignment operator - return *this; -} - -G4DNABrownianTransportation::G4ITBrownianState::G4ITBrownianState() : G4ITTransportationState() -{ - fPathLengthWasCorrected = false; -} - -void G4DNABrownianTransportation::StartTracking(G4Track* track) -{ - fpState = new G4ITBrownianState(); - SetInstantiateProcessState(false); - G4ITTransportation::StartTracking(track); -} - -void G4DNABrownianTransportation::BuildPhysicsTable(const G4ParticleDefinition& particle) -{ - if(verboseLevel > 0) - { - G4cout << G4endl << GetProcessName() << ": for " - << setw(24) << particle.GetParticleName() - << "\tSubType= " << GetProcessSubType() << G4endl; - } - // Initialize water density pointer - fpWaterDensity = G4DNAMolecularMaterial::Instance()->GetDensityTableFor(G4Material::GetMaterial("G4_WATER")); -} - -void G4DNABrownianTransportation::ComputeStep(const G4Track& track, - const G4Step& step, - const double timeStep, - double& spaceStep) -{ - // G4cout << "G4ITBrownianTransportation::ComputeStep" << G4endl; - - /* If this method is called, this step - * cannot be geometry limited. - * In case the step is limited by the geometry, - * this method should not be called. - * The fTransportEndPosition calculated in - * the method AlongStepIL should be taken - * into account. - * In order to do so, the flag IsLeadingStep - * is on. Meaning : this track has the minimum - * interaction length over all others. - */ - if(GetIT(track)->GetTrackingInfo()->IsLeadingStep()) - { - const G4VITProcess* ITProc = ((const G4VITProcess*) step.GetPostStepPoint()->GetProcessDefinedStep()); - bool makeException = true; - - if(ITProc && ITProc->ProposesTimeStep()) makeException = false; - - if(makeException) - { - - G4ExceptionDescription exceptionDescription ; - exceptionDescription << "ComputeStep is called while the track has the minimum interaction time"; - exceptionDescription << " so it should not recompute a timeStep "; - G4Exception("G4DNABrownianTransportation::ComputeStep","G4DNABrownianTransportation001", - FatalErrorInArgument,exceptionDescription); - } - } - - State(fGeometryLimitedStep) = false; - // TODO : generalize this process to all kind of brownian objects - // G4ITBrownianObject* ITBrown = GetITBrownianObject(track) ; - // G4double diffCoeff = ITBrown->GetDiffusionCoefficient(track.GetMaterial()); - G4Molecule* molecule = GetMolecule(track) ; - G4double diffCoeff = molecule->GetDiffusionCoefficient(); - - if(timeStep > 0) - { - spaceStep = DBL_MAX; - - while(spaceStep > State(endpointDistance)) - // Probably inefficient when the track is close close to boundaries - // it goes with fUserMaximumTimeBeforeReachingBoundary == false - // fUserMaximumTimeBeforeReachingBoundary == true, it should never loop - { - G4double x = G4RandGauss::shoot(0,sqrt(2*diffCoeff*timeStep)); - G4double y = G4RandGauss::shoot(0,sqrt(2*diffCoeff*timeStep)); - G4double z = G4RandGauss::shoot(0,sqrt(2*diffCoeff*timeStep)); - - spaceStep = sqrt(x*x + y*y + z*z); - } - // State(fTransportEndPosition).set(x + track.GetPosition().x(), - // y + track.GetPosition().y(), - // z + track.GetPosition().z()); - - State(fTransportEndPosition)= spaceStep*step.GetPostStepPoint()->GetMomentumDirection() + track.GetPosition(); - } - else - { - spaceStep = 0. ; - State(fTransportEndPosition) = track.GetPosition() ; - } - - State(fCandidateEndGlobalTime) = step.GetPreStepPoint()->GetGlobalTime() + timeStep ; - State(fEndGlobalTimeComputed) = true ; - -#ifdef G4VERBOSE - // DEBUG - if(fVerboseLevel>1) - { - G4cout<< GREEN_ON_BLUE - << "G4ITBrownianTransportation::ComputeStep() : " - << " trackID : " << track.GetTrackID() - << " : Molecule name: " << molecule-> GetName() - << G4endl - << "Diffusion length : " << G4BestUnit(spaceStep, "Length") - << " within time step : " << G4BestUnit(timeStep,"Time") - << RESET - << G4endl<< G4endl; - } -#endif -} - -G4VParticleChange* G4DNABrownianTransportation::PostStepDoIt( const G4Track& track, const G4Step& step) -{ - G4ITTransportation::PostStepDoIt(track,step); - -#ifdef G4VERBOSE - // DEBUG - if(fVerboseLevel>1) - { - G4cout<< GREEN_ON_BLUE - << "G4ITBrownianTransportation::PostStepDoIt() :" - << " trackID : " << track.GetTrackID() - << " Molecule name: " << GetMolecule(track)-> GetName() << G4endl; - G4cout<< "Diffusion length : "<< G4BestUnit(step.GetStepLength(),"Length") <<" within time step : " - << G4BestUnit(step.GetDeltaTime(),"Time") << "\t" - << " Current global time : " << G4BestUnit(track.GetGlobalTime(),"Time") - << RESET - << G4endl<< G4endl; - } -#endif - return &fParticleChange ; -} - -void G4DNABrownianTransportation::Diffusion( - const G4Track& track) -{ - -#ifdef G4VERBOSE - // DEBUG - if (fVerboseLevel>1) - { - G4cout<< GREEN_ON_BLUE - << setw(18)<< "G4DNABrownianTransportation::Diffusion :" - << setw(8) << GetIT(track)->GetName() - << "\t trackID:" << track.GetTrackID() <<"\t" - << " Global Time = " << G4BestUnit(track.GetGlobalTime(),"Time") - << RESET - << G4endl<< G4endl; - } -#endif - - G4Material* material = track.GetMaterial(); -// if (material != fNistWater && material->GetBaseMaterial() != fNistWater) - - G4double waterDensity = (*fpWaterDensity)[material->GetIndex()]; - - if(waterDensity == 0.0) -// if (material == nistwater || material->GetBaseMaterial() == nistwater) - { - G4cout << "A track is outside water material : trackID"<< track.GetTrackID() << " (" << GetMolecule(track)->GetName() <<")" << G4endl; - G4cout << "Local Time : "<< (track.GetLocalTime()) /s<GetDiffusionCoefficient(); - // G4double diffusionCoefficient = GetITBrownianObject(track)->GetDiffusionCoefficient(track.GetMaterial()); - - if(State(fGeometryLimitedStep)) - { - // 99 % of the space step distribution is lower than - // d_99 = 8 * sqrt(D*t) - // where t is the corresponding time step - // so by inversion : - if(fUseMaximumTimeBeforeReachingBoundary) - { - State(theInteractionTimeLeft) = (geometryStepLength*geometryStepLength)/(64 * diffusionCoefficient); - } - else // Will use a random time - { - State(theInteractionTimeLeft) = 1/(4*diffusionCoefficient) * pow(geometryStepLength/InvErfc(G4UniformRand()),2); - } - - State(fCandidateEndGlobalTime) = track.GetGlobalTime() + State(theInteractionTimeLeft); - State(fPathLengthWasCorrected) = false; - } - else - { - geometryStepLength = 2*sqrt(diffusionCoefficient*State(theInteractionTimeLeft) ) *InvErf(G4UniformRand()); - State(fPathLengthWasCorrected) = true; - State(endpointDistance) = geometryStepLength; - } - - return geometryStepLength ; -} - -////////////////////////////////////////////////////////////////////////// -// -// Initialize ParticleChange (by setting all its members equal -// to corresponding members in G4Track) -G4VParticleChange* G4DNABrownianTransportation::AlongStepDoIt( const G4Track& track, - const G4Step& step ) -{ - G4ITTransportation::AlongStepDoIt(track,step); - Diffusion(track); - return &fParticleChange; -} +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// $Id: G4DNABrownianTransportation.cc 82326 2014-06-16 09:19:18Z gcosmo $ +// +// Author: Mathieu Karamitros (kara (AT) cenbg . in2p3 . fr) +// +// WARNING : This class is released as a prototype. +// It might strongly evolve or even disapear in the next releases. +// +// History: +// ----------- +// 10 Oct 2011 M.Karamitros created +// +// ------------------------------------------------------------------- + +/// \brief { The transportation method implemented is the one from +/// Ermak-McCammon : J. Chem. Phys. 69, 1352 (1978)} + +#include + +#include "G4DNABrownianTransportation.hh" +#include "G4PhysicalConstants.hh" +#include "G4SystemOfUnits.hh" +#include "Randomize.hh" +#include "G4Molecule.hh" +#include "G4RandomDirection.hh" +#include "G4ParticleTable.hh" +#include "G4SafetyHelper.hh" +#include "G4TransportationManager.hh" +#include "G4UnitsTable.hh" +#include "G4NistManager.hh" +#include "G4DNAMolecularMaterial.hh" + +using namespace std; + +#ifndef State +#define State(theXInfo) (GetState()->theXInfo) +#endif + +//#ifndef State +//#define State(theXInfo) (fTransportationState->theXInfo) +//#endif + +//COLOR FOR DEBUGING +//#define RED_ON_WHITE "\033[0;31m" +//#define GREEN "\033[32;40m" +#define GREEN_ON_BLUE "\033[1;32;44m" +#define RESET "\033[0m" + +static double InvErf(double x) +{ + return CLHEP::HepStat::inverseErf(x); +} + +static double InvErfc(double x) +{ + return CLHEP::HepStat::inverseErf(1.-x); +} + +G4DNABrownianTransportation::G4DNABrownianTransportation(const G4String& aName, G4int verbosity) : + G4ITTransportation(aName, verbosity) + { + //ctor + fpState.reset(new G4ITBrownianState()); + SetProcessSubType(61); + verboseLevel = 1; + fUseMaximumTimeBeforeReachingBoundary = true; + fNistWater = G4NistManager::Instance()->FindOrBuildMaterial("G4_WATER"); + fpWaterDensity = 0; +} + +G4DNABrownianTransportation::~G4DNABrownianTransportation() +{;} + +G4DNABrownianTransportation::G4DNABrownianTransportation(const G4DNABrownianTransportation& right) : + G4ITTransportation(right) +{ + //copy ctor + SetProcessSubType(61); + verboseLevel = right.verboseLevel; + fUseMaximumTimeBeforeReachingBoundary = right.fUseMaximumTimeBeforeReachingBoundary; + fNistWater = right.fNistWater; + fpWaterDensity = right.fpWaterDensity ; +} + +G4DNABrownianTransportation& G4DNABrownianTransportation::operator=(const G4DNABrownianTransportation& rhs) +{ + if (this == &rhs) return *this; // handle self assignment + //assignment operator + return *this; +} + +G4DNABrownianTransportation::G4ITBrownianState::G4ITBrownianState() : G4ITTransportationState() +{ + fPathLengthWasCorrected = false; +} + +void G4DNABrownianTransportation::StartTracking(G4Track* track) +{ + fpState.reset(new G4ITBrownianState()); + SetInstantiateProcessState(false); + G4ITTransportation::StartTracking(track); +} + +void G4DNABrownianTransportation::BuildPhysicsTable(const G4ParticleDefinition& particle) +{ + if(verboseLevel > 0) + { + G4cout << G4endl << GetProcessName() << ": for " + << setw(24) << particle.GetParticleName() + << "\tSubType= " << GetProcessSubType() << G4endl; + } + // Initialize water density pointer + fpWaterDensity = G4DNAMolecularMaterial::Instance()->GetDensityTableFor(G4Material::GetMaterial("G4_WATER")); +} + +void G4DNABrownianTransportation::ComputeStep(const G4Track& track, + const G4Step& step, + const double timeStep, + double& spaceStep) +{ + // G4cout << "G4ITBrownianTransportation::ComputeStep" << G4endl; + + /* If this method is called, this step + * cannot be geometry limited. + * In case the step is limited by the geometry, + * this method should not be called. + * The fTransportEndPosition calculated in + * the method AlongStepIL should be taken + * into account. + * In order to do so, the flag IsLeadingStep + * is on. Meaning : this track has the minimum + * interaction length over all others. + */ + if(GetIT(track)->GetTrackingInfo()->IsLeadingStep()) + { + const G4VITProcess* ITProc = ((const G4VITProcess*) step.GetPostStepPoint()->GetProcessDefinedStep()); + bool makeException = true; + + if(ITProc && ITProc->ProposesTimeStep()) makeException = false; + + if(makeException) + { + + G4ExceptionDescription exceptionDescription ; + exceptionDescription << "ComputeStep is called while the track has the minimum interaction time"; + exceptionDescription << " so it should not recompute a timeStep "; + G4Exception("G4DNABrownianTransportation::ComputeStep","G4DNABrownianTransportation001", + FatalErrorInArgument,exceptionDescription); + } + } + + State(fGeometryLimitedStep) = false; + // TODO : generalize this process to all kind of brownian objects + // G4ITBrownianObject* ITBrown = GetITBrownianObject(track) ; + // G4double diffCoeff = ITBrown->GetDiffusionCoefficient(track.GetMaterial()); + G4Molecule* molecule = GetMolecule(track) ; + G4double diffCoeff = molecule->GetDiffusionCoefficient(); + + if(timeStep > 0) + { + spaceStep = DBL_MAX; + + while(spaceStep > State(endpointDistance)) + // Probably inefficient when the track is close close to boundaries + // it goes with fUserMaximumTimeBeforeReachingBoundary == false + // fUserMaximumTimeBeforeReachingBoundary == true, it should never loop + { + G4double x = G4RandGauss::shoot(0,sqrt(2*diffCoeff*timeStep)); + G4double y = G4RandGauss::shoot(0,sqrt(2*diffCoeff*timeStep)); + G4double z = G4RandGauss::shoot(0,sqrt(2*diffCoeff*timeStep)); + + spaceStep = sqrt(x*x + y*y + z*z); + } + // State(fTransportEndPosition).set(x + track.GetPosition().x(), + // y + track.GetPosition().y(), + // z + track.GetPosition().z()); + + State(fTransportEndPosition)= spaceStep*step.GetPostStepPoint()->GetMomentumDirection() + track.GetPosition(); + } + else + { + spaceStep = 0. ; + State(fTransportEndPosition) = track.GetPosition() ; + } + + State(fCandidateEndGlobalTime) = step.GetPreStepPoint()->GetGlobalTime() + timeStep ; + State(fEndGlobalTimeComputed) = true ; + +#ifdef G4VERBOSE + // DEBUG + if(fVerboseLevel>1) + { + G4cout<< GREEN_ON_BLUE + << "G4ITBrownianTransportation::ComputeStep() : " + << " trackID : " << track.GetTrackID() + << " : Molecule name: " << molecule-> GetName() + << G4endl + << "Diffusion length : " << G4BestUnit(spaceStep, "Length") + << " within time step : " << G4BestUnit(timeStep,"Time") + << RESET + << G4endl<< G4endl; + } +#endif +} + +G4VParticleChange* G4DNABrownianTransportation::PostStepDoIt( const G4Track& track, const G4Step& step) +{ + G4ITTransportation::PostStepDoIt(track,step); + +#ifdef G4VERBOSE + // DEBUG + if(fVerboseLevel>1) + { + G4cout<< GREEN_ON_BLUE + << "G4ITBrownianTransportation::PostStepDoIt() :" + << " trackID : " << track.GetTrackID() + << " Molecule name: " << GetMolecule(track)-> GetName() << G4endl; + G4cout<< "Diffusion length : "<< G4BestUnit(step.GetStepLength(),"Length") <<" within time step : " + << G4BestUnit(step.GetDeltaTime(),"Time") << "\t" + << " Current global time : " << G4BestUnit(track.GetGlobalTime(),"Time") + << RESET + << G4endl<< G4endl; + } +#endif + return &fParticleChange ; +} + +void G4DNABrownianTransportation::Diffusion( + const G4Track& track) +{ + +#ifdef G4VERBOSE + // DEBUG + if (fVerboseLevel>1) + { + G4cout<< GREEN_ON_BLUE + << setw(18)<< "G4DNABrownianTransportation::Diffusion :" + << setw(8) << GetIT(track)->GetName() + << "\t trackID:" << track.GetTrackID() <<"\t" + << " Global Time = " << G4BestUnit(track.GetGlobalTime(),"Time") + << RESET + << G4endl<< G4endl; + } +#endif + + G4Material* material = track.GetMaterial(); +// if (material != fNistWater && material->GetBaseMaterial() != fNistWater) + + G4double waterDensity = (*fpWaterDensity)[material->GetIndex()]; + + if(waterDensity == 0.0) +// if (material == nistwater || material->GetBaseMaterial() == nistwater) + { + G4cout << "A track is outside water material : trackID"<< track.GetTrackID() << " (" << GetMolecule(track)->GetName() <<")" << G4endl; + G4cout << "Local Time : "<< (track.GetLocalTime()) /s<GetDiffusionCoefficient(); + // G4double diffusionCoefficient = GetITBrownianObject(track)->GetDiffusionCoefficient(track.GetMaterial()); + + if(State(fGeometryLimitedStep)) + { + // 99 % of the space step distribution is lower than + // d_99 = 8 * sqrt(D*t) + // where t is the corresponding time step + // so by inversion : + if(fUseMaximumTimeBeforeReachingBoundary) + { + State(theInteractionTimeLeft) = (geometryStepLength*geometryStepLength)/(64 * diffusionCoefficient); + } + else // Will use a random time + { + State(theInteractionTimeLeft) = 1/(4*diffusionCoefficient) * pow(geometryStepLength/InvErfc(G4UniformRand()),2); + } + + State(fCandidateEndGlobalTime) = track.GetGlobalTime() + State(theInteractionTimeLeft); + State(fPathLengthWasCorrected) = false; + } + else + { + geometryStepLength = 2*sqrt(diffusionCoefficient*State(theInteractionTimeLeft) ) *InvErf(G4UniformRand()); + State(fPathLengthWasCorrected) = true; + State(endpointDistance) = geometryStepLength; + } + + return geometryStepLength ; +} + +////////////////////////////////////////////////////////////////////////// +// +// Initialize ParticleChange (by setting all its members equal +// to corresponding members in G4Track) +G4VParticleChange* G4DNABrownianTransportation::AlongStepDoIt( const G4Track& track, + const G4Step& step ) +{ + G4ITTransportation::AlongStepDoIt(track,step); + Diffusion(track); + return &fParticleChange; +} diff --git a/source/processes/electromagnetic/dna/processes/src/G4DNASecondOrderReaction.cc b/source/processes/electromagnetic/dna/processes/src/G4DNASecondOrderReaction.cc index 4297018bab4..ea82d89163a 100644 --- a/source/processes/electromagnetic/dna/processes/src/G4DNASecondOrderReaction.cc +++ b/source/processes/electromagnetic/dna/processes/src/G4DNASecondOrderReaction.cc @@ -1,247 +1,249 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// $Id: G4DNASecondOrderReaction.cc 65695 2012-11-27 11:39:12Z gunter $ -// -#include "G4DNASecondOrderReaction.hh" -#include "G4SystemOfUnits.hh" -#include "G4Molecule.hh" -#include "G4DNAMolecularMaterial.hh" -#include "G4MolecularConfiguration.hh" -#include "G4DNADamages.hh" -#include "G4UnitsTable.hh" -#include "G4ITTrackHolder.hh" - -void G4DNASecondOrderReaction::Create() -{ - pParticleChange = &fParticleChange; - enableAtRestDoIt = false; - enableAlongStepDoIt = false; - enablePostStepDoIt = true; - - SetProcessSubType(60); - - G4VITProcess::SetInstantiateProcessState(false); - // meaning G4DNASecondOrderReaction contains a class inheriting from G4ProcessState - - fIsInitialized = false; - fpMolecularConfiguration = 0; - fpMaterial = 0; - fReactionRate = -1.; - fConcentration = -1.; - fMolarMassOfMaterial = -1.; - fProposesTimeStep = true; - fReturnedValue = DBL_MAX; - fpMoleculeDensity = 0; - - verboseLevel = 0; -} - -G4DNASecondOrderReaction::G4DNASecondOrderReaction(const G4String &aName, G4ProcessType type) : - G4VITProcess(aName,type), - InitProcessState(fpSecondOrderReactionState, fpState) -{ - Create(); -} - -G4DNASecondOrderReaction::G4DNASecondOrderReaction(const G4DNASecondOrderReaction& rhs): - G4VITProcess(rhs), - InitProcessState(fpSecondOrderReactionState, fpState) -{ - Create(); -} - -G4DNASecondOrderReaction::~G4DNASecondOrderReaction() -{ - ; -} -G4DNASecondOrderReaction& G4DNASecondOrderReaction::operator=(const G4DNASecondOrderReaction& rhs) -{ - if (this == &rhs) return *this; // handle self assignment - - //assignment operator - return *this; -} - -G4DNASecondOrderReaction::SecondOrderReactionState::SecondOrderReactionState() : G4ProcessState() -{ - fPreviousTimeAtPreStepPoint = -1; - fIsInGoodMaterial = false; -} - -void G4DNASecondOrderReaction::BuildPhysicsTable(const G4ParticleDefinition&) -{ - fpMoleculeDensity = G4DNAMolecularMaterial::Instance()->GetNumMolPerVolTableFor(fpMaterial); - fMolarMassOfMaterial = fpMaterial->GetMassOfMolecule()*CLHEP::Avogadro*1e3; - fIsInitialized = true; -} - -void -G4DNASecondOrderReaction::StartTracking(G4Track* track) -{ - G4VProcess::StartTracking(track); - G4VITProcess::fpState = new SecondOrderReactionState(); - G4VITProcess::StartTracking(track); -} - -void -G4DNASecondOrderReaction::SetReaction(const G4MolecularConfiguration* molConf, - const G4Material* mat, double reactionRate) -{ - if(fIsInitialized) - { - G4ExceptionDescription exceptionDescription ; - exceptionDescription << "G4DNASecondOrderReaction was already initialised. "; - exceptionDescription << "You cannot set a reaction after initialisation."; - G4Exception("G4DNASecondOrderReaction::SetReaction","G4DNASecondOrderReaction001", - FatalErrorInArgument,exceptionDescription); - } - fpMolecularConfiguration = molConf; - fpMaterial = mat; - fReactionRate = reactionRate; -} - -G4double G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(const G4Track& track, - G4double /*previousStepSize*/, - G4ForceCondition* pForceCond) -{ -// G4cout << "G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength" << G4endl; -// G4cout << "For reaction : " << fpMaterial->GetName() << " + " << fpMolecularConfiguration->GetName() << G4endl; - - //_______________________________________________________________________ - // Check whether the track is in the good material (maybe composite material) - const G4Material* material = track.GetMaterial(); - - G4Molecule* mol = GetMolecule(track); - if(!mol) return DBL_MAX; - if(mol->GetMolecularConfiguration() != fpMolecularConfiguration) - { -// G4cout <<"mol->GetMolecularConfiguration() != fpMolecularConfiguration" << G4endl; - return DBL_MAX; - } - - G4double molDensity = (*fpMoleculeDensity)[material->GetIndex()]; - - if(molDensity == 0.0) // ie : not found - { - if(fpSecondOrderReactionState->fIsInGoodMaterial) - { - ResetNumberOfInteractionLengthLeft(); - fpSecondOrderReactionState->fIsInGoodMaterial = false; - } - -// G4cout << " Material " << fpMaterial->GetName() << " not found " -// <<" | name of current material : " << material->GetName() -// << G4endl; - - return DBL_MAX; // Becareful return here !! - } - -// G4cout << " Va calculer le temps d'interaction " << G4endl; - - fpSecondOrderReactionState->fIsInGoodMaterial = true; - -// fConcentration = molDensity/fMolarMassOfMaterial; - fConcentration = molDensity/CLHEP::Avogadro; - -// G4cout << "Concentration : " << fConcentration / (g/mole)<< G4endl; - - //_______________________________________________________________________ - // Either initialize the lapse of time left - // meaning => the track enters for the first time in the material - // or substract the previous time step to the previously calculated lapse of time left - // meaning => the track has not left this material since the previous call - - G4double previousTimeStep(-1.); - - if(track.GetCurrentStepNumber() > 0) - previousTimeStep = track.GetGlobalTime() - fpSecondOrderReactionState->fPreviousTimeAtPreStepPoint ; - - fpSecondOrderReactionState->fPreviousTimeAtPreStepPoint = track.GetGlobalTime(); - - if ( (previousTimeStep < 0.0) || (fpState->theNumberOfInteractionLengthLeft<=0.0)) { - // beggining of tracking (or just after DoIt of this process) - ResetNumberOfInteractionLengthLeft(); - } else if ( previousTimeStep > 0.0) { - // subtract NumberOfInteractionLengthLeft - SubtractNumberOfInteractionLengthLeft(previousTimeStep ); - } else { - // zero step - // DO NOTHING - } - - // condition is set to "Not Forced" - *pForceCond = NotForced; - - // get mean free path - fpState->currentInteractionLength = 1/(fReactionRate*fConcentration); - - G4double value; - if (fpState->currentInteractionLength theNumberOfInteractionLengthLeft * (fpState->currentInteractionLength); - } else { - value = DBL_MAX; - } -#ifdef G4VERBOSE - if (verboseLevel>2){ - G4cout << "G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength "; - G4cout << "[ " << GetProcessName() << "]" <DumpInfo(); - G4cout << " in Material " << track.GetMaterial()->GetName() <currentInteractionLength << G4endl; -// G4cout << "Returned time : " << G4BestUnit(value,"Time") << G4endl; - - if(value < fReturnedValue) - fReturnedValue = value; - - return value*-1; - // multiple by -1 to indicate to the tracking system that we are returning a time -} - -G4VParticleChange* G4DNASecondOrderReaction::PostStepDoIt(const G4Track& track,const G4Step& /*step*/) -{ - G4Molecule* molecule = GetMolecule(track); -#ifdef G4VERBOSE - if(verboseLevel > 1) - { - G4cout << "___________" << G4endl; - G4cout << ">>> Beginning of G4DNASecondOrderReaction verbose" << G4endl; - G4cout << ">>> Returned value : " << G4BestUnit(fReturnedValue,"Time") << G4endl; - G4cout << ">>> Time Step : " << G4BestUnit(G4ITTrackHolder::Instance()->GetTimeStep(),"Time") << G4endl; - G4cout << ">>> Reaction : " << molecule->GetName() << " + " << fpMaterial->GetName() << G4endl; - G4cout << ">>> End of G4DNASecondOrderReaction verbose <<<" << G4endl; - } -#endif - fReturnedValue = DBL_MAX; - fParticleChange.Initialize(track); - fParticleChange.ProposeTrackStatus(fStopAndKill); - G4DNADamages::Instance()->AddIndirectDamage(fpMaterial->GetName(),molecule,track.GetPosition(),track.GetGlobalTime()); - return &fParticleChange; -} - +// +// ******************************************************************** +// * License and Disclaimer * +// * * +// * The Geant4 software is copyright of the Copyright Holders of * +// * the Geant4 Collaboration. It is provided under the terms and * +// * conditions of the Geant4 Software License, included in the file * +// * LICENSE and available at http://cern.ch/geant4/license . These * +// * include a list of copyright holders. * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. Please see the license in the file LICENSE and URL above * +// * for the full disclaimer and the limitation of liability. * +// * * +// * This code implementation is the result of the scientific and * +// * technical work of the GEANT4 collaboration. * +// * By using, copying, modifying or distributing the software (or * +// * any work based on the software) you agree to acknowledge its * +// * use in resulting scientific publications, and indicate your * +// * acceptance of all terms of the Geant4 Software license. * +// ******************************************************************** +// +// $Id: G4DNASecondOrderReaction.cc 82326 2014-06-16 09:19:18Z gcosmo $ +// +#include "G4DNASecondOrderReaction.hh" +#include "G4SystemOfUnits.hh" +#include "G4Molecule.hh" +#include "G4DNAMolecularMaterial.hh" +#include "G4MolecularConfiguration.hh" +#include "G4DNADamages.hh" +#include "G4UnitsTable.hh" +#include "G4ITTrackHolder.hh" + +#ifndef State +#define State(theXInfo) (GetState()->theXInfo) +#endif + +void G4DNASecondOrderReaction::Create() +{ + pParticleChange = &fParticleChange; + enableAtRestDoIt = false; + enableAlongStepDoIt = false; + enablePostStepDoIt = true; + + SetProcessSubType(60); + + G4VITProcess::SetInstantiateProcessState(false); + // meaning G4DNASecondOrderReaction contains a class inheriting from G4ProcessState + + fIsInitialized = false; + fpMolecularConfiguration = 0; + fpMaterial = 0; + fReactionRate = -1.; + fConcentration = -1.; + fMolarMassOfMaterial = -1.; + fProposesTimeStep = true; + fReturnedValue = DBL_MAX; + fpMoleculeDensity = 0; + + verboseLevel = 0; +} + +G4DNASecondOrderReaction::G4DNASecondOrderReaction(const G4String &aName, G4ProcessType type) : + G4VITProcess(aName,type) +{ + Create(); +} + +G4DNASecondOrderReaction::G4DNASecondOrderReaction(const G4DNASecondOrderReaction& rhs): + G4VITProcess(rhs) +{ + Create(); +} + +G4DNASecondOrderReaction::~G4DNASecondOrderReaction() +{ + ; +} +G4DNASecondOrderReaction& G4DNASecondOrderReaction::operator=(const G4DNASecondOrderReaction& rhs) +{ + if (this == &rhs) return *this; // handle self assignment + + //assignment operator + return *this; +} + +G4DNASecondOrderReaction::SecondOrderReactionState::SecondOrderReactionState() : G4ProcessState() +{ + fPreviousTimeAtPreStepPoint = -1; + fIsInGoodMaterial = false; +} + +void G4DNASecondOrderReaction::BuildPhysicsTable(const G4ParticleDefinition&) +{ + fpMoleculeDensity = G4DNAMolecularMaterial::Instance()->GetNumMolPerVolTableFor(fpMaterial); + fMolarMassOfMaterial = fpMaterial->GetMassOfMolecule()*CLHEP::Avogadro*1e3; + fIsInitialized = true; +} + +void +G4DNASecondOrderReaction::StartTracking(G4Track* track) +{ + G4VProcess::StartTracking(track); + G4VITProcess::fpState.reset(new SecondOrderReactionState()); + G4VITProcess::StartTracking(track); +} + +void +G4DNASecondOrderReaction::SetReaction(const G4MolecularConfiguration* molConf, + const G4Material* mat, double reactionRate) +{ + if(fIsInitialized) + { + G4ExceptionDescription exceptionDescription ; + exceptionDescription << "G4DNASecondOrderReaction was already initialised. "; + exceptionDescription << "You cannot set a reaction after initialisation."; + G4Exception("G4DNASecondOrderReaction::SetReaction","G4DNASecondOrderReaction001", + FatalErrorInArgument,exceptionDescription); + } + fpMolecularConfiguration = molConf; + fpMaterial = mat; + fReactionRate = reactionRate; +} + +G4double G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(const G4Track& track, + G4double /*previousStepSize*/, + G4ForceCondition* pForceCond) +{ +// G4cout << "G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength" << G4endl; +// G4cout << "For reaction : " << fpMaterial->GetName() << " + " << fpMolecularConfiguration->GetName() << G4endl; + + //_______________________________________________________________________ + // Check whether the track is in the good material (maybe composite material) + const G4Material* material = track.GetMaterial(); + + G4Molecule* mol = GetMolecule(track); + if(!mol) return DBL_MAX; + if(mol->GetMolecularConfiguration() != fpMolecularConfiguration) + { +// G4cout <<"mol->GetMolecularConfiguration() != fpMolecularConfiguration" << G4endl; + return DBL_MAX; + } + + G4double molDensity = (*fpMoleculeDensity)[material->GetIndex()]; + + if(molDensity == 0.0) // ie : not found + { + if(State(fIsInGoodMaterial)) + { + ResetNumberOfInteractionLengthLeft(); + State(fIsInGoodMaterial) = false; + } + +// G4cout << " Material " << fpMaterial->GetName() << " not found " +// <<" | name of current material : " << material->GetName() +// << G4endl; + + return DBL_MAX; // Becareful return here !! + } + +// G4cout << " Va calculer le temps d'interaction " << G4endl; + + State(fIsInGoodMaterial) = true; + +// fConcentration = molDensity/fMolarMassOfMaterial; + fConcentration = molDensity/CLHEP::Avogadro; + +// G4cout << "Concentration : " << fConcentration / (g/mole)<< G4endl; + + //_______________________________________________________________________ + // Either initialize the lapse of time left + // meaning => the track enters for the first time in the material + // or substract the previous time step to the previously calculated lapse of time left + // meaning => the track has not left this material since the previous call + + G4double previousTimeStep(-1.); + + if(track.GetCurrentStepNumber() > 0) + previousTimeStep = track.GetGlobalTime() - State(fPreviousTimeAtPreStepPoint); + + State(fPreviousTimeAtPreStepPoint) = track.GetGlobalTime(); + + if ( (previousTimeStep < 0.0) || (fpState->theNumberOfInteractionLengthLeft<=0.0)) { + // beggining of tracking (or just after DoIt of this process) + ResetNumberOfInteractionLengthLeft(); + } else if ( previousTimeStep > 0.0) { + // subtract NumberOfInteractionLengthLeft + SubtractNumberOfInteractionLengthLeft(previousTimeStep ); + } else { + // zero step + // DO NOTHING + } + + // condition is set to "Not Forced" + *pForceCond = NotForced; + + // get mean free path + fpState->currentInteractionLength = 1/(fReactionRate*fConcentration); + + G4double value; + if (fpState->currentInteractionLength theNumberOfInteractionLengthLeft * (fpState->currentInteractionLength); + } else { + value = DBL_MAX; + } +#ifdef G4VERBOSE + if (verboseLevel>2){ + G4cout << "G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength "; + G4cout << "[ " << GetProcessName() << "]" <DumpInfo(); + G4cout << " in Material " << track.GetMaterial()->GetName() <currentInteractionLength << G4endl; +// G4cout << "Returned time : " << G4BestUnit(value,"Time") << G4endl; + + if(value < fReturnedValue) + fReturnedValue = value; + + return value*-1; + // multiple by -1 to indicate to the tracking system that we are returning a time +} + +G4VParticleChange* G4DNASecondOrderReaction::PostStepDoIt(const G4Track& track,const G4Step& /*step*/) +{ + G4Molecule* molecule = GetMolecule(track); +#ifdef G4VERBOSE + if(verboseLevel > 1) + { + G4cout << "___________" << G4endl; + G4cout << ">>> Beginning of G4DNASecondOrderReaction verbose" << G4endl; + G4cout << ">>> Returned value : " << G4BestUnit(fReturnedValue,"Time") << G4endl; + G4cout << ">>> Time Step : " << G4BestUnit(G4ITTrackHolder::Instance()->GetTimeStep(),"Time") << G4endl; + G4cout << ">>> Reaction : " << molecule->GetName() << " + " << fpMaterial->GetName() << G4endl; + G4cout << ">>> End of G4DNASecondOrderReaction verbose <<<" << G4endl; + } +#endif + fReturnedValue = DBL_MAX; + fParticleChange.Initialize(track); + fParticleChange.ProposeTrackStatus(fStopAndKill); + G4DNADamages::Instance()->AddIndirectDamage(fpMaterial->GetName(),molecule,track.GetPosition(),track.GetGlobalTime()); + return &fParticleChange; +} + diff --git a/source/processes/electromagnetic/lowenergy/History b/source/processes/electromagnetic/lowenergy/History index ca56dcd4abc..b1bff7b70d4 100644 --- a/source/processes/electromagnetic/lowenergy/History +++ b/source/processes/electromagnetic/lowenergy/History @@ -1,4 +1,4 @@ -$Id: History 79186 2014-02-20 09:20:02Z gcosmo $ +$Id: History 81862 2014-06-06 10:19:30Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +19.05.2014 V. Ivanchenko/L. Pandola, tag emlowen-V09-06-51 + Bug fix in G4PenelopePhotoElectric effect (no fluorescence in + MT mode). + 24.01.2014 V. Ivanchenko, tag emlowen-V09-06-50 G4LivermorePhotoElectricModel - fixed Coverity report diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectricModel.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectricModel.cc index dc98c7c5f21..223589a3d4f 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectricModel.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectricModel.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4PenelopePhotoElectricModel.cc 79186 2014-02-20 09:20:02Z gcosmo $ +// $Id: G4PenelopePhotoElectricModel.cc 81862 2014-06-06 10:19:30Z gcosmo $ // // Author: Luciano Pandola // @@ -118,6 +118,17 @@ void G4PenelopePhotoElectricModel::Initialise(const G4ParticleDefinition* partic if (verboseLevel > 3) G4cout << "Calling G4PenelopePhotoElectricModel::Initialise()" << G4endl; + fAtomDeexcitation = G4LossTableManager::Instance()->AtomDeexcitation(); + //Issue warning if the AtomicDeexcitation has not been declared + if (!fAtomDeexcitation) + { + G4cout << G4endl; + G4cout << "WARNING from G4PenelopePhotoElectricModel " << G4endl; + G4cout << "Atomic de-excitation module is not instantiated, so there will not be "; + G4cout << "any fluorescence/Auger emission." << G4endl; + G4cout << "Please make sure this is intended" << G4endl; + } + SetParticle(particle); //Only the master model creates/fills/destroys the tables @@ -147,18 +158,7 @@ void G4PenelopePhotoElectricModel::Initialise(const G4ParticleDefinition* partic } - InitialiseElementSelectors(particle,cuts); - - fAtomDeexcitation = G4LossTableManager::Instance()->AtomDeexcitation(); - //Issue warning if the AtomicDeexcitation has not been declared - if (!fAtomDeexcitation) - { - G4cout << G4endl; - G4cout << "WARNING from G4PenelopePhotoElectricModel " << G4endl; - G4cout << "Atomic de-excitation module is not instantiated, so there will not be "; - G4cout << "any fluorescence/Auger emission." << G4endl; - G4cout << "Please make sure this is intended" << G4endl; - } + InitialiseElementSelectors(particle,cuts); if (verboseLevel > 0) { G4cout << "Penelope Photo-Electric model v2008 is initialized " << G4endl @@ -193,7 +193,7 @@ void G4PenelopePhotoElectricModel::InitialiseLocal(const G4ParticleDefinition* p static_cast (masterModel); logAtomicShellXS = theModel->logAtomicShellXS; - + //Same verbosity for all workers, as the master verboseLevel = theModel->verboseLevel; } diff --git a/source/processes/electromagnetic/polarisation/History b/source/processes/electromagnetic/polarisation/History index 5cf1253930e..d4464d811e2 100644 --- a/source/processes/electromagnetic/polarisation/History +++ b/source/processes/electromagnetic/polarisation/History @@ -1,4 +1,4 @@ -$Id: History 77295 2013-11-22 11:02:41Z gcosmo $ +$Id: History 81863 2014-06-06 10:23:31Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +26 May 13: V.Ivanchenko (empolar-V09-06-09) +- G4PolarizationMessenger - fixed coverity report on non-initialized members + 21 November 13: V.Ivanchenko (empolar-V09-06-08) - G4PolarizedPairProductionCrossSection, G4PolarizedBremsstrahlungCrossSection removed G4ThreadLocal diff --git a/source/processes/electromagnetic/polarisation/src/G4PolarizationMessenger.cc b/source/processes/electromagnetic/polarisation/src/G4PolarizationMessenger.cc index 2bf18d22023..36f2371d083 100644 --- a/source/processes/electromagnetic/polarisation/src/G4PolarizationMessenger.cc +++ b/source/processes/electromagnetic/polarisation/src/G4PolarizationMessenger.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4PolarizationMessenger.cc 68046 2013-03-13 14:31:38Z gcosmo $ +// $Id: G4PolarizationMessenger.cc 81863 2014-06-06 10:23:31Z gcosmo $ // // // GEANT4 Class file @@ -76,7 +76,6 @@ G4PolarizationMessenger::G4PolarizationMessenger(G4PolarizationManager * polMgr) optActivateCmd->SetParameterName("flag",true); optActivateCmd->SetDefaultValue(true); - volumeDirectory = new G4UIdirectory("/polarization/volume/"); volumeDirectory->SetGuidance("Status control commands of registered polarized logical volumes."); @@ -111,13 +110,23 @@ G4PolarizationMessenger::G4PolarizationMessenger(G4PolarizationManager * polMgr) testPolarizationTransformationCmd->SetGuidance("checks definition of particle reference frame and corresponding translation routines"); testPolarizationTransformationCmd->AvailableForStates(G4State_PreInit,G4State_Idle,G4State_GeomClosed); - - + testInteractionFrameCmd = new G4UIcmdWithoutParameter("/polarization/test/interactionFrame",this); + testInteractionFrameCmd->SetGuidance("checks definition of interaction frame"); + testInteractionFrameCmd->AvailableForStates(G4State_PreInit,G4State_Idle,G4State_GeomClosed); } G4PolarizationMessenger::~G4PolarizationMessenger() { delete verboseCmd; + delete testInteractionFrameCmd; + delete testPolarizationTransformationCmd; + delete testDirectory; + delete setPolarizationCmd; + delete printVolumeListCmd; + delete volumeDirectory; + delete optActivateCmd; + delete managerDirectory; + delete polarizationDirectory; } void G4PolarizationMessenger::SetNewValue(G4UIcommand * command,G4String newValue) diff --git a/source/processes/electromagnetic/standard/History b/source/processes/electromagnetic/standard/History index 06b5154057a..fb8001bb45a 100644 --- a/source/processes/electromagnetic/standard/History +++ b/source/processes/electromagnetic/standard/History @@ -1,4 +1,4 @@ -$Id: History 79188 2014-02-20 09:22:48Z gcosmo $ +$Id: History 82133 2014-06-11 10:37:00Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -18,6 +18,32 @@ committal in the CVS repository ! ---------------------------------------------------------- +27 May 14: V.Ivanchenko (emstand-V09-06-82) +- G4IonCoulombCrossSection - tunned computation of the screen + factor + +05 May 14: V.Ivanchenko +- G4IonCoulombCrossSection - fixed screen factor for projectile + and target Z=1 + +03 April 14: V.Ivanchenko +- G4WentzelVIModel - optimized transition between multiple and single + scattering modes; changed order of displacement and angular + deflection (second order effect) + +01 April 14: V.Ivanchenko +- G4IonCoulombScatteringModel - fixed final state generation +- G4GammaConversion - switch default number of bins from 220 to 140 +- G4WentzelOKandVIxSection - fixed mass of recoil for Hydrogen target + +31 March 14: V.Ivanchenko +- G4GammaConversion - switch default number of bins from 77 to 220 + +28 March 14: V.Ivanchenko +- G4CoulombScattering - use G4IonCoulombScatteringModel for ions + by default +- G4IonCoulombScatteringModel - fixed warning from G4ParticleTable + 10 February 14: V.Ivanchenko (emstand-V09-06-80) - G4UrbanMscModel - (L.Urban) methods ComputeTheta0,SimpleScattering, SampleDisplacement,LatCorrelation have been inlined in order diff --git a/source/processes/electromagnetic/standard/include/G4IonCoulombCrossSection.hh b/source/processes/electromagnetic/standard/include/G4IonCoulombCrossSection.hh index b2da3a64cfd..e4d3a69bd9f 100644 --- a/source/processes/electromagnetic/standard/include/G4IonCoulombCrossSection.hh +++ b/source/processes/electromagnetic/standard/include/G4IonCoulombCrossSection.hh @@ -61,121 +61,104 @@ #include #include "globals.hh" -#include "G4Material.hh" -#include "G4Element.hh" -#include "G4ElementVector.hh" #include "G4NistManager.hh" -#include "G4ThreeVector.hh" -#include "G4Pow.hh" -#include "G4LossTableManager.hh" - -class G4ParticleDefinition; +#include "G4ParticleDefinition.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... class G4IonCoulombCrossSection { - public: - G4IonCoulombCrossSection(); + G4IonCoulombCrossSection(); - virtual ~G4IonCoulombCrossSection(); + virtual ~G4IonCoulombCrossSection(); - void Initialise(const G4ParticleDefinition*, G4double cosThetaLim); + void Initialise(const G4ParticleDefinition*, G4double cosThetaLim); - G4double NuclearCrossSection(); + G4double NuclearCrossSection(); - G4double SampleCosineTheta(); + G4double SampleCosineTheta(); - inline void SetupParticle(const G4ParticleDefinition*); + void SetupKinematic(G4double kinEnergy, G4double cut, G4double tmass); - void SetupKinematic(G4double kinEnergy, G4double cut,G4int iz); + void SetupTarget(G4double Z, G4double kinEnergy, G4int heavycorr); - void SetupTarget(G4double Z, G4double kinEnergy,G4int heavycorr); + inline void SetupParticle(const G4ParticleDefinition*); - inline G4double GetMomentum2(); + inline G4double GetMomentum2(); private: - void SetScreenRSquare(G4int iz); - - - G4IonCoulombCrossSection & operator=(const G4IonCoulombCrossSection &right); - G4IonCoulombCrossSection(const G4IonCoulombCrossSection&); - - - const G4ParticleDefinition* theProton; + void SetScreenRSquare(G4int iz); - G4NistManager* fNistManager; + G4IonCoulombCrossSection & operator=(const G4IonCoulombCrossSection &right); + G4IonCoulombCrossSection(const G4IonCoulombCrossSection&); -protected: - G4double coeff; + const G4ParticleDefinition* theProton; - //cost - min - max - G4double cosThetaMin;// def 1.0 - G4double cosThetaMax;// def -1.0 + G4NistManager* fNistManager; - //SetupTarget - G4double cosTetMinNuc;// -->cosThetaMin - G4double cosTetMaxNuc;// -->cosThetaMax + G4double coeff; + //cost - min - max + G4double cosThetaMin;// def 1.0 + G4double cosThetaMax;// def -1.0 + //SetupTarget + G4double cosTetMinNuc;// -->cosThetaMin + G4double cosTetMaxNuc;// -->cosThetaMax - //cross section - G4double nucXSection; + //cross section + G4double nucXSection; - //energy cut - G4double ecut; - G4double etag; + //energy cut + G4double ecut; + G4double etag; - // projectile........................ - const G4ParticleDefinition* particle; + // projectile........................ + const G4ParticleDefinition* particle; - G4double chargeSquare; - G4double spin; - G4double mass; + G4double chargeSquare; + G4double spin; + G4double mass; - //lab of incedent particle - G4double tkinLab; - G4double momLab2; - G4double invbetaLab2; + //lab of incedent particle + G4double tkinLab; + G4double momLab2; + G4double invbetaLab2; - //relative system with nucleus - G4double tkin; - G4double mom2; - G4double invbeta2; - - // target nucleus - G4double targetZ; - G4double targetMass; - G4double screenZ; - - -private: - - G4double alpha2; - G4double ScreenRSquare; + //relative system with nucleus + G4double tkin; + G4double mom2; + G4double invbeta2; + // target nucleus + G4double targetZ; + G4double targetMass; + G4double screenZ; + G4double alpha2; + G4double ScreenRSquare; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline void G4IonCoulombCrossSection::SetupParticle(const G4ParticleDefinition* p) +inline +void G4IonCoulombCrossSection::SetupParticle(const G4ParticleDefinition* p) { - particle = p; - mass = particle->GetPDGMass(); - spin = particle->GetPDGSpin(); - if(0.0 != spin) { spin = 0.5; } - G4double q = std::fabs(particle->GetPDGCharge()/CLHEP::eplus); - chargeSquare = q*q; - tkin = 0.0; + particle = p; + mass = particle->GetPDGMass(); + spin = particle->GetPDGSpin(); + if(0.0 != spin) { spin = 0.5; } + G4double q = std::fabs(particle->GetPDGCharge()/CLHEP::eplus); + chargeSquare = q*q; + tkin = 0.0; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -inline G4double G4IonCoulombCrossSection::GetMomentum2(){ - return mom2; +inline G4double G4IonCoulombCrossSection::GetMomentum2() +{ + return mom2; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/standard/include/G4IonCoulombScatteringModel.hh b/source/processes/electromagnetic/standard/include/G4IonCoulombScatteringModel.hh index 4789deed63b..77e37c69c12 100644 --- a/source/processes/electromagnetic/standard/include/G4IonCoulombScatteringModel.hh +++ b/source/processes/electromagnetic/standard/include/G4IonCoulombScatteringModel.hh @@ -67,19 +67,19 @@ using namespace std; class G4ParticleChangeForGamma; class G4ParticleDefinition; +class G4IonTable; class G4IonCoulombScatteringModel : public G4VEmModel { - public: - G4IonCoulombScatteringModel(const G4String& nam = "IonCoulombScattering"); + G4IonCoulombScatteringModel(const G4String& nam = "IonCoulombScattering"); - virtual ~G4IonCoulombScatteringModel(); + virtual ~G4IonCoulombScatteringModel(); - virtual void Initialise(const G4ParticleDefinition*, const G4DataVector&); + virtual void Initialise(const G4ParticleDefinition*, const G4DataVector&); - virtual G4double ComputeCrossSectionPerAtom( + virtual G4double ComputeCrossSectionPerAtom( const G4ParticleDefinition*, G4double kinEnergy, G4double Z, @@ -87,7 +87,7 @@ public: G4double cut, G4double emax); - virtual void SampleSecondaries(std::vector*, + virtual void SampleSecondaries(std::vector*, const G4MaterialCutsCouple*, const G4DynamicParticle*, G4double tmin, @@ -95,73 +95,62 @@ public: - inline void SetRecoilThreshold(G4double eth); - void SetHeavyIonCorr(G4int b) {heavycorr=b; }; - G4int GetHeavyIonCorr() {return heavycorr; }; - + inline void SetRecoilThreshold(G4double eth); + inline void SetHeavyIonCorr(G4int b); + inline G4int GetHeavyIonCorr(); -protected: - + //protected: - inline void DefineMaterial(const G4MaterialCutsCouple*); - - inline void SetupParticle(const G4ParticleDefinition*); - - - private: + inline void DefineMaterial(const G4MaterialCutsCouple*); + + inline void SetupParticle(const G4ParticleDefinition*); - // hide assignment operator + // hide assignment operator G4IonCoulombScatteringModel & operator=(const G4IonCoulombScatteringModel &right); G4IonCoulombScatteringModel(const G4IonCoulombScatteringModel&); + //protected: -protected: + G4IonTable* theIonTable; + G4ParticleChangeForGamma* fParticleChange; + G4NistManager* fNistManager; + G4IonCoulombCrossSection* ioncross; + const std::vector* pCuts; + const G4MaterialCutsCouple* currentCouple; + const G4Material* currentMaterial; + const G4Element* currentElement; + G4int currentMaterialIndex; + + G4int heavycorr; - G4ParticleTable* theParticleTable; - G4ParticleChangeForGamma* fParticleChange; - G4NistManager* fNistManager; - G4IonCoulombCrossSection* ioncross; - - const std::vector* pCuts; - const G4MaterialCutsCouple* currentCouple; - const G4Material* currentMaterial; - const G4Element* currentElement; - G4int currentMaterialIndex; - - - G4int heavycorr; - - G4double cosThetaMin; - G4double recoilThreshold; + G4double cosThetaMin; + G4double recoilThreshold; - - // projectile - const G4ParticleDefinition* particle; - const G4ParticleDefinition* theProton; - G4double mass; - G4double lowEnergyLimit; - - -private: - - G4bool isInitialised; + // projectile + const G4ParticleDefinition* particle; + const G4ParticleDefinition* theProton; + G4double mass; + G4double lowEnergyLimit; + //private: + G4bool isInitialised; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void G4IonCoulombScatteringModel::DefineMaterial(const G4MaterialCutsCouple* cup) -{ - if(cup != currentCouple) { - currentCouple = cup; - currentMaterial = cup->GetMaterial(); - currentMaterialIndex = currentCouple->GetIndex(); - } +inline void +G4IonCoulombScatteringModel::DefineMaterial(const G4MaterialCutsCouple* cup) +{ + if(cup != currentCouple) { + currentCouple = cup; + currentMaterial = cup->GetMaterial(); + currentMaterialIndex = currentCouple->GetIndex(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -169,17 +158,32 @@ void G4IonCoulombScatteringModel::DefineMaterial(const G4MaterialCutsCouple* cup inline void G4IonCoulombScatteringModel::SetupParticle(const G4ParticleDefinition* p) { - if(p != particle) { - particle = p; - mass = particle->GetPDGMass(); - ioncross->SetupParticle(p); - } + if(p != particle) { + particle = p; + mass = particle->GetPDGMass(); + ioncross->SetupParticle(p); + } } + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline void G4IonCoulombScatteringModel::SetRecoilThreshold(G4double eth) { - recoilThreshold = eth; + recoilThreshold = eth; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline void G4IonCoulombScatteringModel::SetHeavyIonCorr(G4int b) +{ + heavycorr=b; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline G4int G4IonCoulombScatteringModel::GetHeavyIonCorr() +{ + return heavycorr; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/standard/src/G4CoulombScattering.cc b/source/processes/electromagnetic/standard/src/G4CoulombScattering.cc index 5b395703823..aea9a04ea8a 100644 --- a/source/processes/electromagnetic/standard/src/G4CoulombScattering.cc +++ b/source/processes/electromagnetic/standard/src/G4CoulombScattering.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4CoulombScattering.cc 66241 2012-12-13 18:34:42Z gunter $ +// $Id: G4CoulombScattering.cc 81865 2014-06-06 11:32:58Z gcosmo $ // // ------------------------------------------------------------------- // @@ -50,6 +50,7 @@ #include "G4CoulombScattering.hh" #include "G4SystemOfUnits.hh" #include "G4eCoulombScatteringModel.hh" +#include "G4IonCoulombScatteringModel.hh" #include "G4Proton.hh" #include "G4LossTableManager.hh" @@ -125,8 +126,10 @@ void G4CoulombScattering::InitialiseProcess(const G4ParticleDefinition* p) G4String name = p->GetParticleName(); //G4cout << name << " type: " << p->GetParticleType() //<< " mass= " << mass << G4endl; + yes = true; if (mass > GeV || p->GetParticleType() == "nucleus") { SetBuildTableFlag(false); + yes = false; if(name != "GenericIon") { SetVerboseLevel(0); } } else { if(name != "e-" && name != "e+" && @@ -134,7 +137,10 @@ void G4CoulombScattering::InitialiseProcess(const G4ParticleDefinition* p) name != "kaon+" && name != "proton" ) { SetVerboseLevel(0); } } - if(!EmModel(1)) { SetEmModel(new G4eCoulombScatteringModel(), 1); } + if(!EmModel(1)) { + if(yes) { SetEmModel(new G4eCoulombScatteringModel(), 1); } + else { SetEmModel(new G4IonCoulombScatteringModel(), 1); } + } G4VEmModel* model = EmModel(1); G4double emin = std::max(MinKinEnergy(),model->LowEnergyLimit()); G4double emax = std::min(MaxKinEnergy(),model->HighEnergyLimit()); diff --git a/source/processes/electromagnetic/standard/src/G4GammaConversion.cc b/source/processes/electromagnetic/standard/src/G4GammaConversion.cc index ba5e1dbb33a..34ef039a7f3 100644 --- a/source/processes/electromagnetic/standard/src/G4GammaConversion.cc +++ b/source/processes/electromagnetic/standard/src/G4GammaConversion.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4GammaConversion.cc 66241 2012-12-13 18:34:42Z gunter $ +// $Id: G4GammaConversion.cc 81865 2014-06-06 11:32:58Z gcosmo $ // // //------------------ G4GammaConversion physics process ------------------------- @@ -85,6 +85,7 @@ G4GammaConversion::G4GammaConversion(const G4String& processName, SetStartFromNullFlag(true); SetBuildTableFlag(true); SetSecondaryParticle(G4Electron::Electron()); + SetLambdaBinning(140); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/standard/src/G4IonCoulombCrossSection.cc b/source/processes/electromagnetic/standard/src/G4IonCoulombCrossSection.cc index f9bdab99ba6..966bfa6a347 100644 --- a/source/processes/electromagnetic/standard/src/G4IonCoulombCrossSection.cc +++ b/source/processes/electromagnetic/standard/src/G4IonCoulombCrossSection.cc @@ -53,70 +53,65 @@ // ------------------------------------------------------------------- // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + #include "G4IonCoulombCrossSection.hh" #include "G4PhysicalConstants.hh" #include "Randomize.hh" #include "G4Proton.hh" -#include "G4LossTableManager.hh" +#include "G4Exp.hh" +#include "G4Log.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - using namespace std; +const G4double a0 = CLHEP::electron_mass_c2/0.88534; + G4IonCoulombCrossSection::G4IonCoulombCrossSection(): cosThetaMin(1.0), cosThetaMax(-1.0), alpha2(fine_structure_const*fine_structure_const) { - fNistManager = G4NistManager::Instance(); - theProton = G4Proton::Proton(); - particle=0; - - G4double p0 = electron_mass_c2*classic_electr_radius; - coeff = twopi*p0*p0; + fNistManager = G4NistManager::Instance(); + theProton = G4Proton::Proton(); + particle=0; - cosTetMinNuc=0; - cosTetMaxNuc=0; - nucXSection =0; + G4double p0 = electron_mass_c2*classic_electr_radius; + coeff = twopi*p0*p0; + cosTetMinNuc=0; + cosTetMaxNuc=0; + nucXSection =0; - chargeSquare = spin = mass =0; - tkinLab = momLab2 = invbetaLab2=0; - tkin = mom2 = invbeta2=0; - - targetZ = targetMass = screenZ =0; - ScreenRSquare=0.; - - etag = ecut = 0.0; + chargeSquare = spin = mass = 0.0; + tkinLab = momLab2 = invbetaLab2 = tkin = mom2 = invbeta2 = 0.0; + targetZ = targetMass = screenZ = ScreenRSquare = etag = ecut = 0.0; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4IonCoulombCrossSection::~G4IonCoulombCrossSection() {} + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... void G4IonCoulombCrossSection::Initialise(const G4ParticleDefinition* p, G4double CosThetaLim) { - - SetupParticle(p); - nucXSection = 0.0; - tkin = targetZ = mom2 = DBL_MIN; - ecut = etag = DBL_MAX; - particle = p; - - - cosThetaMin = CosThetaLim; - + SetupParticle(p); + nucXSection = 0.0; + tkin = targetZ = mom2 = DBL_MIN; + ecut = etag = DBL_MAX; + particle = p; + cosThetaMin = CosThetaLim; } + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... void G4IonCoulombCrossSection::SetupKinematic(G4double ekin, - G4double cut,G4int iz ) + G4double cut, G4double tmass) { - if(ekin != tkinLab || ecut != cut) { + if(ekin != tkinLab || ecut != cut || tmass != targetMass) { // lab tkinLab = ekin; @@ -127,8 +122,7 @@ void G4IonCoulombCrossSection::SetupKinematic(G4double ekin, G4double ptot = sqrt(momLab2); G4double m12 = mass*mass; - targetMass=fNistManager->GetAtomicMassAmu(iz)*amu_c2; - + targetMass = tmass; // relativistic reduced mass from publucation // A.P. Martynenko, R.N. Faustov, Teoret. mat. Fiz. 64 (1985) 179 @@ -140,93 +134,78 @@ void G4IonCoulombCrossSection::SetupKinematic(G4double ekin, mom2 = momCM*momCM; invbeta2 = 1.0 + mu_rel*mu_rel/mom2; tkin = momCM*sqrt(invbeta2) - mu_rel;//Ekin of mu_rel - //......................................................... cosTetMinNuc = cosThetaMin; cosTetMaxNuc = cosThetaMax; - } - } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -void G4IonCoulombCrossSection::SetupTarget(G4double Z, G4double e, G4int heavycorr) +void G4IonCoulombCrossSection::SetupTarget(G4double Z, G4double e, + G4int heavycorr) { - if(Z != targetZ || e != etag) { - etag = e; - targetZ = Z; - G4int iz= G4int(Z); - - SetScreenRSquare(iz); - screenZ =0; - screenZ = ScreenRSquare/mom2; - - // G4cout<< "heavycorr "<GetZ13(iz); - } - ScreenRSquare = alpha2*x*x; - +void G4IonCoulombCrossSection::SetScreenRSquare(G4int iz) +{ + //for proton Thomas-Fermi screening length + G4int Z1 = G4lrint(std::sqrt(chargeSquare)); + G4double Z1023 = G4Exp(fNistManager->GetLOGZ(Z1)*0.23); + G4double Z2023 = G4Exp(fNistManager->GetLOGZ(iz)*0.23); + + // Universal screening length + G4double x = a0*(Z1023+Z2023); + + ScreenRSquare = alpha2*x*x; } + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4double G4IonCoulombCrossSection::NuclearCrossSection() { - // This method needs initialisation before be called + // This method needs initialisation before be called + // scattering with target nucleus + G4double fac = coeff*targetZ*(targetZ + 1)*chargeSquare*invbeta2/mom2; - // scattering with target nucleus - G4double fac = coeff*targetZ*targetZ*chargeSquare*invbeta2/mom2; + nucXSection = 0.0; - nucXSection = 0.0; + G4double x = 1.0 - cosTetMinNuc; + G4double x1 = x + screenZ; - G4double x = 1.0 - cosTetMinNuc; - G4double x1 = x + screenZ; - - // scattering with nucleus - if(cosTetMaxNuc < cosTetMinNuc) { - - nucXSection =fac*(cosTetMinNuc - cosTetMaxNuc)/ - (x1*(1.0 - cosTetMaxNuc + screenZ)); - - } + // scattering with nucleus + if(cosTetMaxNuc < cosTetMinNuc) { + nucXSection = fac*(cosTetMinNuc - cosTetMaxNuc)/ + (x1*(1.0 - cosTetMaxNuc + screenZ)); + } return nucXSection; } @@ -234,17 +213,15 @@ G4double G4IonCoulombCrossSection::NuclearCrossSection() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4double G4IonCoulombCrossSection::SampleCosineTheta() -{ - - if(cosTetMaxNuc >= cosTetMinNuc) return 0.0; - - G4double x1 = 1. - cosTetMinNuc + screenZ; - G4double x2 = 1. - cosTetMaxNuc + screenZ; - G4double dx = cosTetMinNuc - cosTetMaxNuc; - G4double /*grej,*/ z1; - - z1 = x1*x2/(x1 + G4UniformRand()*dx) - screenZ; - //grej = 1.0/(1.0 + z1); +{ + G4double z1 = 0.0; + if(cosTetMaxNuc < cosTetMinNuc) { + + G4double x1 = 1. - cosTetMinNuc + screenZ; + G4double x2 = 1. - cosTetMaxNuc + screenZ; + G4double dx = cosTetMinNuc - cosTetMaxNuc; + z1 = x1*x2/(x1 + G4UniformRand()*dx) - screenZ; + } return z1; } diff --git a/source/processes/electromagnetic/standard/src/G4IonCoulombScatteringModel.cc b/source/processes/electromagnetic/standard/src/G4IonCoulombScatteringModel.cc index f2c1b00e924..cd37cdabbdc 100644 --- a/source/processes/electromagnetic/standard/src/G4IonCoulombScatteringModel.cc +++ b/source/processes/electromagnetic/standard/src/G4IonCoulombScatteringModel.cc @@ -63,6 +63,8 @@ #include "G4Proton.hh" #include "G4ProductionCutsTable.hh" #include "G4NucleiProperties.hh" +#include "G4ParticleTable.hh" +#include "G4IonTable.hh" #include "G4UnitsTable.hh" @@ -72,54 +74,52 @@ using namespace std; G4IonCoulombScatteringModel::G4IonCoulombScatteringModel(const G4String& nam) : G4VEmModel(nam), - cosThetaMin(1.0), isInitialised(false) { - fNistManager = G4NistManager::Instance(); - theParticleTable = G4ParticleTable::GetParticleTable(); - theProton = G4Proton::Proton(); - - pCuts=0; - currentMaterial = 0; - currentElement = 0; - currentCouple = 0; - - lowEnergyLimit = 100*eV; - recoilThreshold = 0.*eV; - heavycorr =0; - particle = 0; - mass=0; - currentMaterialIndex = -1; - - ioncross = new G4IonCoulombCrossSection(); - + fNistManager = G4NistManager::Instance(); + theIonTable = G4ParticleTable::GetParticleTable()->GetIonTable(); + theProton = G4Proton::Proton(); + + pCuts=0; + currentMaterial = 0; + currentElement = 0; + currentCouple = 0; + + lowEnergyLimit = 100*eV; + recoilThreshold = 0.*eV; + heavycorr =0; + particle = 0; + mass=0; + currentMaterialIndex = -1; + + ioncross = new G4IonCoulombCrossSection(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4IonCoulombScatteringModel::~G4IonCoulombScatteringModel() -{ delete ioncross;} +{ + delete ioncross; +} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... void G4IonCoulombScatteringModel::Initialise(const G4ParticleDefinition* p, - const G4DataVector& ) + const G4DataVector& cuts) { - SetupParticle(p); - currentCouple = 0; - currentMaterialIndex = -1; - cosThetaMin = cos(PolarAngleLimit()); - ioncross->Initialise(p,cosThetaMin); + SetupParticle(p); + currentCouple = 0; + currentMaterialIndex = -1; + ioncross->Initialise(p,cosThetaMin); - pCuts = G4ProductionCutsTable::GetProductionCutsTable()->GetEnergyCutsVector(3); - - - if(!isInitialised) { - isInitialised = true; - fParticleChange = GetParticleChangeForGamma(); - } + pCuts = &cuts; + // G4ProductionCutsTable::GetProductionCutsTable()->GetEnergyCutsVector(3); + if(!isInitialised) { + isInitialised = true; + fParticleChange = GetParticleChangeForGamma(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -132,25 +132,27 @@ G4double G4IonCoulombScatteringModel::ComputeCrossSectionPerAtom( G4double cutEnergy, G4double) { - - SetupParticle(p); + SetupParticle(p); - G4double cross =0.0; - if(kinEnergy < lowEnergyLimit) return cross; - - DefineMaterial(CurrentCouple()); + G4double cross = 0.0; + if(kinEnergy > lowEnergyLimit) { - G4int iz = G4int(Z); + DefineMaterial(CurrentCouple()); - //from lab to pCM & mu_rel of effective particle - ioncross->SetupKinematic(kinEnergy, cutEnergy,iz); + G4int iz = G4int(Z); + //from lab to pCM & mu_rel of effective particle + G4double tmass = proton_mass_c2; + if(1 < iz) { + tmass = fNistManager->GetAtomicMassAmu(iz)*amu_c2; + } + ioncross->SetupKinematic(kinEnergy, cutEnergy, tmass); - ioncross->SetupTarget(Z, kinEnergy, heavycorr); - - cross = ioncross->NuclearCrossSection(); - -//cout<< "..........cross "<SetupTarget(Z, kinEnergy, heavycorr); + + cross = ioncross->NuclearCrossSection(); + } + //cout<< "..........cross "<GetKineticEnergy(); + G4double kinEnergy = dp->GetKineticEnergy(); - if(kinEnergy < lowEnergyLimit) return; + if(kinEnergy <= lowEnergyLimit) return; - DefineMaterial(couple); + DefineMaterial(couple); - SetupParticle(dp->GetDefinition()); + SetupParticle(dp->GetDefinition()); - // Choose nucleus - currentElement = SelectRandomAtom(couple,particle, + // Choose nucleus + currentElement = SelectRandomAtom(couple,particle, kinEnergy,cutEnergy,kinEnergy); - G4double Z = currentElement->GetZ(); - G4int iz = G4int(Z); - G4int ia = SelectIsotopeNumber(currentElement); - G4double mass2 = G4NucleiProperties::GetNuclearMass(ia, iz); - + G4double Z = currentElement->GetZ(); + G4int iz = G4int(Z); + G4int ia = SelectIsotopeNumber(currentElement); + G4double mass2 = G4NucleiProperties::GetNuclearMass(ia, iz); + ioncross->SetupKinematic(kinEnergy, cutEnergy, mass2); - G4double cross= ComputeCrossSectionPerAtom(particle,kinEnergy, Z, - kinEnergy, cutEnergy, kinEnergy) ; - if(cross == 0.0) { return; } + ioncross->SetupTarget(Z, kinEnergy, heavycorr); - //scattering angle, z1 == (1-cost) - G4double z1 = ioncross->SampleCosineTheta(); - if(z1 > 2.0) { z1 = 2.0; } - else if(z1 < 0.0) { z1 = 0.0; } - - G4double cost = 1.0 - z1; - G4double sint = sqrt(z1*(1.0 + cost)); - G4double phi = twopi * G4UniformRand(); - - - // kinematics in the Lab system - G4double etot = kinEnergy + mass; - G4double mom2= kinEnergy*(kinEnergy+2.0*mass); - G4double ptot = sqrt(mom2); - - //CM particle 1 - G4double bet = ptot/(etot + mass2); - G4double gam = 1.0/sqrt((1.0 - bet)*(1.0 + bet)); - - //CM - G4double momCM2= ioncross->GetMomentum2(); - G4double momCM =std::sqrt(momCM2); - //energy & momentum after scattering of incident particle - G4double pxCM = momCM*sint*cos(phi); - G4double pyCM = momCM*sint*sin(phi); - G4double pzCM = momCM*cost; - G4double eCM = sqrt(momCM2 + mass*mass); - - //CM--->Lab - G4ThreeVector v1(pxCM , pyCM, gam*(pzCM + bet*eCM)); - G4ThreeVector dir = dp->GetMomentumDirection(); - - G4ThreeVector newDirection = v1.unit(); - newDirection.rotateUz(dir); - - fParticleChange->ProposeMomentumDirection(newDirection); - - // V.Ivanchenko fix of final energies after scattering - // recoil....................................... - //G4double trec =(1.0 - cost)* mass2*(etot*etot - mass*mass )/ - // (mass*mass + mass2*mass2+ 2.*mass2*etot); - //G4double finalT = kinEnergy - trec; + //scattering angle, z1 == (1-cost) + G4double z1 = ioncross->SampleCosineTheta(); + if(z1 > 2.0) { z1 = 2.0; } + else if(z1 < 0.0) { z1 = 0.0; } + + G4double cost = 1.0 - z1; + G4double sint = sqrt(z1*(1.0 + cost)); + G4double phi = twopi * G4UniformRand(); - // new computation - G4double finalT = gam*(eCM + bet*pzCM) - mass; - if(finalT < 0.0) { finalT = 0.0; } - G4double trec = kinEnergy - finalT; + G4LorentzVector v0 = dp->Get4Momentum(); + // kinematics in the Lab system + G4double etot = v0.e(); + G4double ptot = v0.mag(); + + //CM particle 1 + G4double bet = ptot/(etot + mass2); + G4double gam = 1.0/sqrt((1.0 - bet)*(1.0 + bet)); + + //CM + G4double momCM = gam*(ptot - bet*etot); + G4double eCM = gam*(etot - bet*ptot); + //energy & momentum after scattering of incident particle + G4double pxCM = momCM*sint*cos(phi); + G4double pyCM = momCM*sint*sin(phi); + G4double pzCM = momCM*cost; + + //CM--->Lab + G4LorentzVector v1(pxCM , pyCM, gam*(pzCM + bet*eCM), gam*(eCM + bet*pzCM)); + + G4ThreeVector dir = dp->GetMomentumDirection(); + G4ThreeVector newDirection = v1.vect().unit(); + newDirection.rotateUz(dir); + + fParticleChange->ProposeMomentumDirection(newDirection); + + // recoil + v0 -= v1; + G4double trec = v0.e() - mass2; G4double edep = 0.0; G4double tcut = recoilThreshold; @@ -243,10 +234,8 @@ void G4IonCoulombScatteringModel::SampleSecondaries( } if(trec > tcut) { - G4ParticleDefinition* ion = theParticleTable->GetIon(iz, ia, 0.0); - G4double plab = sqrt(finalT*(finalT + 2.0*mass)); - G4ThreeVector p2 = (ptot*dir - plab*newDirection).unit(); - G4DynamicParticle* newdp = new G4DynamicParticle(ion, p2, trec); + G4ParticleDefinition* ion = theIonTable->GetIon(iz, ia, 0); + G4DynamicParticle* newdp = new G4DynamicParticle(ion, v0); fvect->push_back(newdp); } else if(trec > 0.0) { edep = trec; @@ -254,9 +243,11 @@ void G4IonCoulombScatteringModel::SampleSecondaries( } // finelize primary energy and energy balance + G4double finalT = v1.e() - mass; if(finalT <= lowEnergyLimit) { - edep += finalT; + edep += finalT; finalT = 0.0; + if(edep < 0.0) { edep = 0.0; } } fParticleChange->SetProposedKineticEnergy(finalT); fParticleChange->ProposeLocalEnergyDeposit(edep); diff --git a/source/processes/electromagnetic/standard/src/G4WentzelOKandVIxSection.cc b/source/processes/electromagnetic/standard/src/G4WentzelOKandVIxSection.cc index 3fad7245527..e77c8cced24 100644 --- a/source/processes/electromagnetic/standard/src/G4WentzelOKandVIxSection.cc +++ b/source/processes/electromagnetic/standard/src/G4WentzelOKandVIxSection.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4WentzelOKandVIxSection.cc 74309 2013-10-03 06:42:30Z gcosmo $ +// $Id: G4WentzelOKandVIxSection.cc 81865 2014-06-06 11:32:58Z gcosmo $ // // ------------------------------------------------------------------- // @@ -166,7 +166,11 @@ G4WentzelOKandVIxSection::SetupTarget(G4int Z, G4double cut) etag = tkin; targetZ = Z; if(targetZ > 99) { targetZ = 99; } - SetTargetMass(fNistManager->GetAtomicMassAmu(targetZ)*CLHEP::amu_c2); + G4double massT = proton_mass_c2; + if(targetZ > 1) { + massT = fNistManager->GetAtomicMassAmu(targetZ)*CLHEP::amu_c2; + } + SetTargetMass(massT); //G4double tmass2 = targetMass*targetMass; //G4double etot = tkin + mass; //G4double invmass2 = mass*mass + tmass2 + 2*etot*targetMass; diff --git a/source/processes/electromagnetic/standard/src/G4WentzelVIModel.cc b/source/processes/electromagnetic/standard/src/G4WentzelVIModel.cc index 7d98107a7ac..4684a007f27 100644 --- a/source/processes/electromagnetic/standard/src/G4WentzelVIModel.cc +++ b/source/processes/electromagnetic/standard/src/G4WentzelVIModel.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4WentzelVIModel.cc 74543 2013-10-14 12:38:02Z gcosmo $ +// $Id: G4WentzelVIModel.cc 81865 2014-06-06 11:32:58Z gcosmo $ // // ------------------------------------------------------------------- // @@ -536,11 +536,6 @@ G4WentzelVIModel::SampleScattering(const G4ThreeVector& oldDirection, G4double vx1 = sint*cos(phi); G4double vy1 = sint*sin(phi); - // change direction - temp.set(vx1,vy1,cost); - temp.rotateUz(dir); - dir = temp; - // lateral displacement if (latDisplasment && safety > tlimitminfix) { G4double rms = invsqrt12*sqrt(2*z0); @@ -558,6 +553,10 @@ G4WentzelVIModel::SampleScattering(const G4ThreeVector& oldDirection, fDisplacement += temp; } } + // change direction + temp.set(vx1,vy1,cost); + temp.rotateUz(dir); + dir = temp; } } while (0 < nMscSteps); diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History index f22fbd2e92b..ba9b40a67ea 100644 --- a/source/processes/electromagnetic/utils/History +++ b/source/processes/electromagnetic/utils/History @@ -1,4 +1,4 @@ -$Id: History 79268 2014-02-20 16:46:31Z gcosmo $ +$Id: History 82134 2014-06-11 10:42:08Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,27 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +2 June 14: V.Ivant (emutils-V09-06-70) +- G4EmModelManager - fixed cuts for single scattering models (use + "cut for protons") + +09 May 14: V.Ivant +- G4VEnergyLossProcess, G4VEmProcess, G4VMultipleScattering - fixed + bug report #1594 (crash G4WrapperProcess in sequential mode) + +28 April 14: V.Ivant +- G4EnergyLossMessenger - enable RunManager flag "/run/physicsModified" + for all deexcitation UI commands + +08 April 14: V.Ivant +- G4VMultipleScattering - fixed old problem of displacement handling; + set geomMin = 0.05 nm (Bohr radius) + +26 February 14: V.Ivant +- G4LossTableManager - minor change of ionisation for charm and bottom mesons; + do not recompute x-section if a process is shared between particle and + anti-particles; + 14 February 14: V.Ivant (emutils-V09-06-68) - G4LossTableMananger, G4EmProcessOptions - define default verbosity=0 for worket thread, so summary on EM processes diff --git a/source/processes/electromagnetic/utils/src/G4EmModelManager.cc b/source/processes/electromagnetic/utils/src/G4EmModelManager.cc index 4d6c1a4bcd9..4f313eca6b4 100644 --- a/source/processes/electromagnetic/utils/src/G4EmModelManager.cc +++ b/source/processes/electromagnetic/utils/src/G4EmModelManager.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4EmModelManager.cc 76957 2013-11-19 15:07:20Z gcosmo $ +// $Id: G4EmModelManager.cc 81864 2014-06-06 11:30:54Z gcosmo $ // // ------------------------------------------------------------------- // @@ -109,12 +109,11 @@ G4RegionModels::~G4RegionModels() #include "G4Step.hh" #include "G4ParticleDefinition.hh" #include "G4PhysicsVector.hh" -#include "G4Gamma.hh" -#include "G4Positron.hh" #include "G4MaterialCutsCouple.hh" #include "G4ProductionCutsTable.hh" #include "G4RegionStore.hh" #include "G4Gamma.hh" +#include "G4Electron.hh" #include "G4Positron.hh" #include "G4UnitsTable.hh" #include "G4DataVector.hh" @@ -447,7 +446,9 @@ G4EmModelManager::Initialise(const G4ParticleDefinition* p, size_t idx = 1; if(secondaryParticle) { if( secondaryParticle == G4Gamma::Gamma() ) { idx = 0; } + else if( secondaryParticle == G4Electron::Electron()) { idx = 1; } else if( secondaryParticle == G4Positron::Positron()) { idx = 2; } + else { idx = 3; } } theCuts = diff --git a/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc b/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc index ad312a47ad1..096944b32ab 100644 --- a/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc +++ b/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4EnergyLossMessenger.cc 74376 2013-10-04 08:25:47Z gcosmo $ +// $Id: G4EnergyLossMessenger.cc 81864 2014-06-06 11:30:54Z gcosmo $ // // ------------------------------------------------------------------- // @@ -446,12 +446,16 @@ void G4EnergyLossMessenger::SetNewValue(G4UIcommand* command,G4String newValue) if(s3 == "true") { b3 = true; } if(s4 == "true") { b4 = true; } opt->SetDeexcitationActiveRegion(s1,b2,b3,b4); + G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); } else if (command == deCmd) { opt->SetFluo(deCmd->GetNewBoolValue(newValue)); + G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); } else if (command == auCmd) { opt->SetAuger(auCmd->GetNewBoolValue(newValue)); + G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); } else if (command == pixeCmd) { opt->SetPIXE(pixeCmd->GetNewBoolValue(newValue)); + G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); } else if (command == pixeXsCmd) { G4String name; if (newValue == "ecpssr_analytical") @@ -461,8 +465,10 @@ void G4EnergyLossMessenger::SetNewValue(G4UIcommand* command,G4String newValue) else {name = newValue;} opt->SetPIXECrossSectionModel(name); + G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); } else if (command == pixeeXsCmd) { opt->SetPIXEElectronCrossSectionModel(newValue); + G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); } else if (command == mscCmd) { if(newValue == "Minimal") opt->SetMscStepLimitation(fMinimal); @@ -511,6 +517,7 @@ void G4EnergyLossMessenger::SetNewValue(G4UIcommand* command,G4String newValue) opt->SetLinearLossLimit(lllCmd->GetNewDoubleValue(newValue)); } else if (command == labCmd) { opt->SetLambdaFactor(labCmd->GetNewDoubleValue(newValue)); + G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); } else if (command == skinCmd) { opt->SetSkin(skinCmd->GetNewDoubleValue(newValue)); G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); diff --git a/source/processes/electromagnetic/utils/src/G4LossTableManager.cc b/source/processes/electromagnetic/utils/src/G4LossTableManager.cc index a8fa5a34504..d3304d31e94 100644 --- a/source/processes/electromagnetic/utils/src/G4LossTableManager.cc +++ b/source/processes/electromagnetic/utils/src/G4LossTableManager.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4LossTableManager.cc 79268 2014-02-20 16:46:31Z gcosmo $ +// $Id: G4LossTableManager.cc 81864 2014-06-06 11:30:54Z gcosmo $ // // ------------------------------------------------------------------- // @@ -515,7 +515,7 @@ void G4LossTableManager::LocalPhysicsTables( G4VEnergyLossProcess* p) { if(1 < verbose) { - G4cout << "### G4LossTableManager::SlavePhysicsTable() for " + G4cout << "### G4LossTableManager::LocalPhysicsTable() for " << aParticle->GetParticleName() << " and process " << p->GetProcessName() << G4endl; @@ -530,7 +530,7 @@ void G4LossTableManager::LocalPhysicsTables( ++run; SetVerbose(verbose); if(1 < verbose) { - G4cout << "===== G4LossTableManager::SlavePhysicsTable() for run " + G4cout << "===== G4LossTableManager::LocalPhysicsTable() for run " << run << " =====" << G4endl; } if(atomDeexcitation) { @@ -587,7 +587,7 @@ void G4LossTableManager::LocalPhysicsTables( SetParameters(aParticle, p); if(1 < verbose) { - G4cout << "### G4LossTableManager::SlavePhysicsTable end" + G4cout << "### G4LossTableManager::LocalPhysicsTable end" << G4endl; } if(all_tables_are_built) { @@ -722,7 +722,7 @@ void G4LossTableManager::CopyTables(const G4ParticleDefinition* part, if (!tables_are_built[j] && part == base_part_vector[j]) { tables_are_built[j] = true; - proc->SetDEDXTable(base_proc->DEDXTable(),fRestricted); + proc->SetDEDXTable(base_proc->IonisationTable(),fRestricted); proc->SetDEDXTable(base_proc->DEDXTableForSubsec(),fSubRestricted); proc->SetDEDXTable(base_proc->DEDXunRestrictedTable(),fTotal); proc->SetCSDARangeTable(base_proc->CSDARangeTable()); @@ -763,7 +763,7 @@ G4VEnergyLossProcess* G4LossTableManager::BuildTables( std::vector t_list; std::vector loss_list; - loss_list.clear(); + std::vector build_flags; G4VEnergyLossProcess* em = 0; G4VEnergyLossProcess* p = 0; G4int iem = 0; @@ -797,7 +797,9 @@ G4VEnergyLossProcess* G4LossTableManager::BuildTables( iem= i; } // tables may be shared between particle/anti-particle + G4bool val = false; if (!tables_are_built[i]) { + val = true; dedx = p->BuildDEDXTable(fRestricted); //G4cout << "Build DEDX table for " << p->GetProcessName() // << " idx= " << i << dedx << " " << dedx->length() << G4endl; @@ -808,6 +810,7 @@ G4VEnergyLossProcess* G4LossTableManager::BuildTables( } t_list.push_back(dedx); loss_list.push_back(p); + build_flags.push_back(val); } } } @@ -831,9 +834,9 @@ G4VEnergyLossProcess* G4LossTableManager::BuildTables( dedx = em->DEDXTable(); em->SetIonisation(true); + em->SetDEDXTable(dedx, fIsIonisation); if (1 < n_dedx) { - em->SetDEDXTable(dedx, fIsIonisation); dedx = 0; dedx = G4PhysicsTableHelper::PreparePhysicsTable(dedx); tableBuilder->BuildDEDXTable(dedx, t_list); @@ -874,13 +877,17 @@ G4VEnergyLossProcess* G4LossTableManager::BuildTables( for (i=0; iSetIonisation(false); } - p->SetLambdaTable(p->BuildLambdaTable(fRestricted)); + if(build_flags[i]) { + p->SetLambdaTable(p->BuildLambdaTable(fRestricted)); + } if (0 < nSubRegions) { dedx = p->BuildDEDXTable(fSubRestricted); p->SetDEDXTable(dedx,fSubRestricted); listSub.push_back(dedx); - p->SetSubLambdaTable(p->BuildLambdaTable(fSubRestricted)); - if(p != em) { em->AddCollaborativeProcess(p); } + if(build_flags[i]) { + p->SetSubLambdaTable(p->BuildLambdaTable(fSubRestricted)); + if(p != em) { em->AddCollaborativeProcess(p); } + } } if(buildCSDARange) { dedx = p->BuildDEDXTable(fTotal); @@ -1313,7 +1320,10 @@ G4LossTableBuilder* G4LossTableManager::GetTableBuilder() void G4LossTableManager::SetAtomDeexcitation(G4VAtomDeexcitation* p) { - atomDeexcitation = p; + if(atomDeexcitation != p) { + delete atomDeexcitation; + atomDeexcitation = p; + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc index 522f8fe6ad4..7861f35a446 100644 --- a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VEmProcess.cc 79268 2014-02-20 16:46:31Z gcosmo $ +// $Id: G4VEmProcess.cc 81864 2014-06-06 11:30:54Z gcosmo $ // // ------------------------------------------------------------------- // @@ -118,21 +118,25 @@ G4VEmProcess::G4VEmProcess(const G4String& name, G4ProcessType type): // default limit on polar angle polarAngleLimit = 0.0; - biasFactor = 1.0; + biasFactor = fFactor = 1.0; // particle types theGamma = G4Gamma::Gamma(); theElectron = G4Electron::Electron(); thePositron = G4Positron::Positron(); + theCuts = theCutsGamma = theCutsElectron = theCutsPositron = 0; + pParticleChange = &fParticleChange; fParticleChange.SetSecondaryWeightByProcess(true); secParticles.reserve(5); + baseMaterial = currentMaterial = 0; + preStepLambda = 0.0; mfpKinEnergy = DBL_MAX; - idxLambda = idxLambdaPrim = 0; + idxLambda = idxLambdaPrim = currentCoupleIndex = 0; modelManager = new G4EmModelManager(); biasManager = 0; @@ -230,8 +234,11 @@ G4VEmModel* G4VEmProcess::GetModelByIndex(G4int idx, G4bool ver) const void G4VEmProcess::PreparePhysicsTable(const G4ParticleDefinition& part) { - G4bool isMaster = false; - if(GetMasterProcess() == this) { isMaster = true; } + G4bool isMaster = true; + const G4VEmProcess* masterProcess = + static_cast(GetMasterProcess()); + if(masterProcess && masterProcess != this) { isMaster = false; } + if(!particle) { SetParticle(&part); } if(part.GetParticleType() == "nucleus" && @@ -324,10 +331,10 @@ void G4VEmProcess::PreparePhysicsTable(const G4ParticleDefinition& part) void G4VEmProcess::BuildPhysicsTable(const G4ParticleDefinition& part) { - const G4VEmProcess* masterProc = 0; - if(GetMasterProcess() != this) { - masterProc = static_cast(GetMasterProcess()); - } + G4bool isMaster = true; + const G4VEmProcess* masterProc = + static_cast(GetMasterProcess()); + if(masterProc && masterProc != this) { isMaster = false; } G4String num = part.GetParticleName(); if(1 < verboseLevel) { @@ -343,7 +350,7 @@ void G4VEmProcess::BuildPhysicsTable(const G4ParticleDefinition& part) G4LossTableBuilder* bld = lManager->GetTableBuilder(); // worker initialisation - if(masterProc) { + if(!isMaster) { theLambdaTable = masterProc->LambdaTable(); theLambdaTablePrim = masterProc->LambdaTablePrim(); @@ -1125,8 +1132,8 @@ G4VEmProcess::ActivateSecondaryBiasing(const G4String& region, void G4VEmProcess::SetMinKinEnergy(G4double e) { - nLambdaBins = G4lrint(nLambdaBins*std::log(maxKinEnergy/e) - /std::log(maxKinEnergy/minKinEnergy)); + nLambdaBins = G4lrint(nLambdaBins*G4Log(maxKinEnergy/e) + /G4Log(maxKinEnergy/minKinEnergy)); minKinEnergy = e; } @@ -1134,8 +1141,8 @@ void G4VEmProcess::SetMinKinEnergy(G4double e) void G4VEmProcess::SetMaxKinEnergy(G4double e) { - nLambdaBins = G4lrint(nLambdaBins*std::log(e/minKinEnergy) - /std::log(maxKinEnergy/minKinEnergy)); + nLambdaBins = G4lrint(nLambdaBins*G4Log(e/minKinEnergy) + /G4Log(maxKinEnergy/minKinEnergy)); maxKinEnergy = e; } diff --git a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc index 459e5e2a485..bf70b54d061 100644 --- a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VEnergyLossProcess.cc 79268 2014-02-20 16:46:31Z gcosmo $ +// $Id: G4VEnergyLossProcess.cc 81864 2014-06-06 11:30:54Z gcosmo $ // // ------------------------------------------------------------------- // @@ -242,6 +242,7 @@ G4VEnergyLossProcess::G4VEnergyLossProcess(const G4String& name, lManager = G4LossTableManager::Instance(); lManager->Register(this); fluctModel = 0; + currentModel = 0; atomDeexcitation = 0; biasManager = 0; @@ -257,6 +258,12 @@ G4VEnergyLossProcess::G4VEnergyLossProcess(const G4String& name, scTracks.reserve(5); secParticles.reserve(5); + theCuts = theSubCuts = 0; + currentMaterial = 0; + currentCoupleIndex = 0; + massRatio = fFactor = reduceFactor = chargeSqRatio = 1.0; + preStepLambda = preStepScaledEnergy = fRange = 0.0; + secID = biasID = subsecID = -1; } @@ -277,29 +284,49 @@ G4VEnergyLossProcess::~G4VEnergyLossProcess() if(theDEDXTable) { if(theIonisationTable == theDEDXTable) { theIonisationTable = 0; } - delete theDEDXTable; - if(theDEDXSubTable) { - if(theIonisationSubTable == theDEDXSubTable) - { theIonisationSubTable = 0; } - delete theDEDXSubTable; + if(isIonisation) { + delete theDEDXTable; + theDEDXTable = 0; + if(theDEDXSubTable) { + if(theIonisationSubTable == theDEDXSubTable) + { theIonisationSubTable = 0; } + delete theDEDXSubTable; + theDEDXSubTable = 0; + } } } - delete theIonisationTable; - delete theIonisationSubTable; + if(theIonisationTable) { + delete theIonisationTable; + theIonisationTable = 0; + } + if(theIonisationSubTable) { + delete theIonisationSubTable; + theIonisationSubTable = 0; + } if(theDEDXunRestrictedTable && isIonisation) { delete theDEDXunRestrictedTable; + theDEDXunRestrictedTable = 0; } if(theCSDARangeTable && isIonisation) { delete theCSDARangeTable; + theCSDARangeTable = 0; } if(theRangeTableForLoss && isIonisation) { delete theRangeTableForLoss; + theRangeTableForLoss = 0; } if(theInverseRangeTable && isIonisation) { delete theInverseRangeTable; + theInverseRangeTable = 0; + } + if(theLambdaTable) { + delete theLambdaTable; + theLambdaTable = 0; + } + if(theSubLambdaTable) { + delete theSubLambdaTable; + theSubLambdaTable = 0; } - delete theLambdaTable; - delete theSubLambdaTable; } delete modelManager; @@ -400,7 +427,9 @@ G4VEnergyLossProcess::PreparePhysicsTable(const G4ParticleDefinition& part) << " " << this << G4endl; } - if(GetMasterProcess() != this) { isMaster = false; } + const G4VEnergyLossProcess* masterProcess = + static_cast(GetMasterProcess()); + if(masterProcess && masterProcess != this) { isMaster = false; } currentCouple = 0; preStepLambda = 0.0; @@ -617,21 +646,19 @@ void G4VEnergyLossProcess::BuildPhysicsTable(const G4ParticleDefinition& part) << " isIon= " << isIon << " " << this << G4endl; } - G4bool master = true; - const G4VEnergyLossProcess* masterProcess = - static_cast(GetMasterProcess()); - if(masterProcess != this) { master = false; } - if(&part == particle) { G4LossTableBuilder* bld = lManager->GetTableBuilder(); - if(master) { + if(isMaster) { theDensityFactor = bld->GetDensityFactors(); theDensityIdx = bld->GetCoupleIndexes(); lManager->BuildPhysicsTable(particle, this); } else { + const G4VEnergyLossProcess* masterProcess = + static_cast(GetMasterProcess()); + // define density factors for worker thread bld->InitialiseBaseMaterials(masterProcess->DEDXTable()); theDensityFactor = bld->GetDensityFactors(); @@ -990,7 +1017,7 @@ void G4VEnergyLossProcess::StartTracking(G4Track* track) */ // reset parameters for the new track theNumberOfInteractionLengthLeft = -1.0; - mfpKinEnergy = DBL_MAX; + currentInteractionLength = mfpKinEnergy = DBL_MAX; preStepRangeEnergy = 0.0; // reset ion @@ -1482,7 +1509,7 @@ G4VEnergyLossProcess::SampleSubCutSecondaries(std::vector& tracks, G4double fragment = 0.0; do { - G4double del = -std::log(G4UniformRand())/cross; + G4double del = -G4Log(G4UniformRand())/cross; fragment += del/length; if (fragment > 1.0) break; @@ -1525,7 +1552,7 @@ G4VParticleChange* G4VEnergyLossProcess::PostStepDoIt(const G4Track& track, { // In all cases clear number of interaction lengths theNumberOfInteractionLengthLeft = -1.0; - mfpKinEnergy = DBL_MAX; + mfpKinEnergy = currentInteractionLength = DBL_MAX; fParticleChange.InitializeForPostStep(track); G4double finalT = track.GetKineticEnergy(); @@ -1565,9 +1592,7 @@ G4VParticleChange* G4VEnergyLossProcess::PostStepDoIt(const G4Track& track, ++nWarnings; } */ - if(lx <= 0.0) { - return &fParticleChange; - } else if(preStepLambda*G4UniformRand() > lx) { + if(lx <= 0.0 || preStepLambda*G4UniformRand() > lx) { return &fParticleChange; } } diff --git a/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc b/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc index bb1cc60ec00..2ee46093e78 100644 --- a/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc +++ b/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VMultipleScattering.cc 78171 2013-12-04 13:22:18Z gunter $ +// $Id: G4VMultipleScattering.cc 81864 2014-06-06 11:30:54Z gcosmo $ // // ------------------------------------------------------------------- // @@ -104,7 +104,7 @@ G4VMultipleScattering::G4VMultipleScattering(const G4String& name, SetProcessSubType(fMultipleScattering); if("ionmsc" == name) { firstParticle = G4GenericIon::GenericIon(); } - geomMin = 0.01*CLHEP::nm; + geomMin = 0.05*CLHEP::nm; lowestKinEnergy = 10*eV; // default limit on polar angle @@ -118,6 +118,7 @@ G4VMultipleScattering::G4VMultipleScattering(const G4String& name, fPositionChanged = false; isActive = false; + currentModel = 0; modelManager = new G4EmModelManager(); emManager = G4LossTableManager::Instance(); emManager->Register(this); @@ -180,8 +181,10 @@ G4VMultipleScattering::GetModelByIndex(G4int idx, G4bool ver) const void G4VMultipleScattering::PreparePhysicsTable(const G4ParticleDefinition& part) { - G4bool master = true; - if(GetMasterProcess() != this) { master = false; } + G4bool master = true; + const G4VMultipleScattering* masterProc = + static_cast(GetMasterProcess()); + if(masterProc && masterProc != this) { master = false; } if(!firstParticle) { firstParticle = ∂ } if(part.GetParticleType() == "nucleus") { @@ -278,7 +281,7 @@ void G4VMultipleScattering::BuildPhysicsTable(const G4ParticleDefinition& part) G4bool master = true; const G4VMultipleScattering* masterProcess = static_cast(GetMasterProcess()); - if(masterProcess != this) { master = false; } + if(masterProcess && masterProcess != this) { master = false; } if(firstParticle == &part) { /* diff --git a/source/processes/hadronic/models/binary_cascade/History b/source/processes/hadronic/models/binary_cascade/History index 8a0eddeb041..1db5cd45d1c 100644 --- a/source/processes/hadronic/models/binary_cascade/History +++ b/source/processes/hadronic/models/binary_cascade/History @@ -13,6 +13,12 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +30 May 2014 Gunter Folger had-binary-V09-06-10 +- G4BinaryCasacde: Improve calculation of mass, and of correction for outgoing + particles by always using GetIon() method. IN GetIonMass() return 0 when A==0 + (Addresses crash for p+d seen in d+H in BLIC) +- G4{Proton,Neutron}Field.cc: protect against negative index into buffer. + 31 Jan 2014 Gunter Folger had-binary-V09-06-09 - G4BinaryLightIoncascade::FuseNucleiAndPrompound(): protect at low energy: available energy is not sufficient to create a diff --git a/source/processes/hadronic/models/binary_cascade/src/G4BinaryCascade.cc b/source/processes/hadronic/models/binary_cascade/src/G4BinaryCascade.cc index adc23dc8734..740f0cdca4a 100644 --- a/source/processes/hadronic/models/binary_cascade/src/G4BinaryCascade.cc +++ b/source/processes/hadronic/models/binary_cascade/src/G4BinaryCascade.cc @@ -92,6 +92,7 @@ #if defined(debug_G4BinaryCascade) #define _CheckChargeAndBaryonNumber_(val) CheckChargeAndBaryonNumber(val) + //#define debugCheckChargeAndBaryonNumberverbose 1 #else #define _CheckChargeAndBaryonNumber_(val) #endif @@ -630,7 +631,7 @@ G4double G4BinaryCascade::GetExcitationEnergy() G4double nucleusMass(0); if(currentZ>.5) { - nucleusMass = G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(currentZ,currentA); + nucleusMass = GetIonMass(currentZ,currentA); } else if (currentZ==0 ) // Uzhi && currentA==1 ) // Uzhi { // Uzhi @@ -685,8 +686,7 @@ G4double G4BinaryCascade::GetExcitationEnergy() G4double initialExc(0); if(Z>.5) { - initialExc = theInitial4Mom.mag()- - G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(Z, A); + initialExc = theInitial4Mom.mag()- GetIonMass(Z, A); G4cout << "GetExcitationEnergy: Initial nucleus A Z " << A << " " << Z << " " << initialExc << G4endl; } } @@ -724,7 +724,7 @@ void G4BinaryCascade::BuildTargetList() // if there are nucleon hit by higher energy models, then SUM(momenta) != 0 initialZ=the3DNucleus->GetCharge(); initialA=the3DNucleus->GetMassNumber(); - initial_nuclear_mass=G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(initialZ,initialA); + initial_nuclear_mass=GetIonMass(initialZ,initialA); theInitial4Mom = G4LorentzVector(0,0,0,initial_nuclear_mass); currentA=0; currentZ=0; @@ -755,7 +755,7 @@ void G4BinaryCascade::BuildTargetList() massInNucleus = 0; if(currentZ>.5) { - massInNucleus = G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(currentZ,currentA); + massInNucleus = GetIonMass(currentZ,currentA); } else if (currentZ==0 && currentA>=1 ) { massInNucleus = currentA * G4Neutron::Neutron()->GetPDGMass(); @@ -1017,8 +1017,8 @@ G4ReactionProductVector * G4BinaryCascade::ProductsAddFinalState(G4ReactionProdu #ifdef debug_BIC_Propagate_finals G4cout <GetDefinition()->GetParticleName(); G4cout << " Particle Ekin " << aNew->GetKineticEnergy(); - G4cout << "final is " << kt->GetDefinition()->GetPDGStable() ? "stable" : - ( kt->GetDefinition()->IsShortLived() ? "short lived " : "non stable") << G4endl;; + // G4cout << "final is " << kt->GetDefinition()->GetPDGStable() ? "stable" : + // ( kt->GetDefinition()->IsShortLived() ? "short lived " : "non stable") << G4endl; #endif } @@ -2222,7 +2222,6 @@ G4KineticTrackVector* G4BinaryCascade::CorrectBarionsOnBoundary( << G4endl; PrintKTVector(in,std::string("in be4 correction")); #endif - for ( iter = in->begin(); iter != in->end(); ++iter) { if ((*iter)->GetTrackingMomentum().e()+correction > (*iter)->GetActualMass()) @@ -2244,8 +2243,8 @@ G4KineticTrackVector* G4BinaryCascade::CorrectBarionsOnBoundary( } #ifdef debug_BIC_CorrectBarionsOnBoundary - G4cout << " CorrectBarionsOnBoundary, aft, A, Z, sec-Z,A,m,m_in_nucleus " - << currentA << " " << currentZ << " " + G4cout << " CorrectBarionsOnBoundary, aft, Z, A, sec-Z,A,m,m_in_nucleus " + << currentZ << " " << currentA << " " << secondaryCharge_in << " " << secondaryBarions_in << " " << secondaryMass_in << " " << G4endl; @@ -2282,7 +2281,7 @@ G4KineticTrackVector* G4BinaryCascade::CorrectBarionsOnBoundary( currentA -=secondaryBarions_out; currentZ -=secondaryCharge_out; - // G4cout << "CorrectBarionsOnBoundary,secondaryCharge_out, secondaryBarions_out" + // G4cout << "CorrectBarionsOnBoundary,secondaryCharge_out, secondaryBarions_out " // << secondaryCharge_out << " "<< secondaryBarions_out << G4endl; // a delta minus will do currentZ < 0 in light nuclei @@ -2299,6 +2298,7 @@ G4KineticTrackVector* G4BinaryCascade::CorrectBarionsOnBoundary( } G4double mass_final=GetIonMass(currentZ,currentA); G4double correction= mass_initial - mass_final - secondaryMass_out; + // G4cout << "G4BinaryCascade::CorrectBarionsOnBoundary() total out correction: " << correction << G4endl; if (secondaries_out>1) correction /= secondaries_out; #ifdef debug_BIC_CorrectBarionsOnBoundary @@ -2357,8 +2357,8 @@ G4KineticTrackVector* G4BinaryCascade::CorrectBarionsOnBoundary( << secondaryCharge_out << " "<< secondaryBarions_out << " "<< secondaryMass_out << " " << massInNucleus << " " - << G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(currentZ,currentA) - << " " << massInNucleus -G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(currentZ,currentA) + << GetIonMass(currentZ,currentA) + << " " << massInNucleus - GetIonMass(currentZ,currentA) << G4endl; #endif } @@ -2418,10 +2418,10 @@ G4Fragment * G4BinaryCascade::FindFragments() //debug /* * G4cout << " Fragment mass table / real " - * << G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(z, a) + * << GetIonMass(z, a) * << " / " << GetFinal4Momentum().mag() * << " difference " - * << GetFinal4Momentum().mag() - G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(z, a) + * << GetFinal4Momentum().mag() - GetIonMass(z, a) * << G4endl; */ // @@ -2752,7 +2752,7 @@ G4double G4BinaryCascade::GetIonMass(G4int Z, G4int A) // all neutral, or empty nucleus mass = A * G4Neutron::Neutron()->GetPDGMass(); - } else if ( A == 0 && std::abs(Z)<2 ) + } else if ( A == 0 /*&& std::abs(Z)<2 */ ) { // empty nucleus, except maybe pions mass = 0; @@ -2764,6 +2764,7 @@ G4double G4BinaryCascade::GetIonMass(G4int Z, G4int A) throw G4HadronicException(__FILE__, __LINE__, "G4BinaryCascade::GetIonMass() - giving up"); } + // G4cout << "G4BinaryCascade::GetIonMass() Z, A, mass " << Z << " " << A << " " << mass << G4endl; return mass; } G4ReactionProductVector * G4BinaryCascade::FillVoidNucleusProducts(G4ReactionProductVector * products) @@ -2976,6 +2977,11 @@ G4bool G4BinaryCascade::CheckChargeAndBaryonNumber(G4String where) G4int deltaA= iStateA - secsA - fStateA -currentA - lateA; G4int deltaZ= iStateZ - secsZ - fStateZ -currentZ - lateZ; +#ifdef debugCheckChargeAndBaryonNumberverbose + G4cout << where <<" A: iState= "<< iStateA<<", secs= "<< secsA<< ", fState= "<< fStateA<< ", current= "<GetIonTable()->GetIonMass(currentZ,currentA) - - (G4ParticleTable::GetParticleTable()->GetIonTable()->GetIonMass(finalZ,finalA) - + mass_out); + G4double delta = GetIonMass(currentZ,currentA) - (GetIonMass(finalZ,finalA) + mass_out); G4cout << " current/final a,z " << currentA << " " << currentZ << " "<< finalA<< " "<< finalZ << " delta-mass " << delta<GetIonTable()->GetIonMass(finalZ,finalA); + mass_out = GetIonMass(finalZ,finalA); G4cout << " initE/ E_out/ Mfinal/ Excit " << currentInitialEnergy << " " << final << " " << mass_out<<" " diff --git a/source/processes/hadronic/models/binary_cascade/src/G4NeutronField.cc b/source/processes/hadronic/models/binary_cascade/src/G4NeutronField.cc index 44853878e75..8259a1258a8 100644 --- a/source/processes/hadronic/models/binary_cascade/src/G4NeutronField.cc +++ b/source/processes/hadronic/models/binary_cascade/src/G4NeutronField.cc @@ -81,7 +81,7 @@ G4double G4NeutronField::GetField(const G4ThreeVector & aPosition) { G4double x = aPosition.mag(); G4int index = static_cast(x/(0.3*fermi) ); - if(index+2> static_cast(theFermiMomBuffer.size())) return theFermiMomBuffer.back(); + if(index+2> static_cast(theFermiMomBuffer.size()) || index<0) return theFermiMomBuffer.back(); G4double y1 = theFermiMomBuffer[index]; G4double y2 = theFermiMomBuffer[index+1]; G4double x1 = (0.3*fermi)*index; diff --git a/source/processes/hadronic/models/binary_cascade/src/G4ProtonField.cc b/source/processes/hadronic/models/binary_cascade/src/G4ProtonField.cc index ff664652908..8203ea4ed65 100644 --- a/source/processes/hadronic/models/binary_cascade/src/G4ProtonField.cc +++ b/source/processes/hadronic/models/binary_cascade/src/G4ProtonField.cc @@ -85,7 +85,7 @@ G4double G4ProtonField::GetField(const G4ThreeVector & aPosition) //G4cout << " Fermi Potential " << (fermiMom*fermiMom)/(2*proton_mass_c2) <(x/(0.3*fermi) ); - if(index+2>static_cast(theFermiMomBuffer.size())) return theFermiMomBuffer.back(); + if(index+2>static_cast(theFermiMomBuffer.size()) || index<0) return theFermiMomBuffer.back(); G4double y1 = theFermiMomBuffer[index]; G4double y2 = theFermiMomBuffer[index+1]; G4double x1 = (0.3*fermi)*index; diff --git a/source/processes/hadronic/models/cascade/History b/source/processes/hadronic/models/cascade/History index bc30898accf..50dfc718ae6 100644 --- a/source/processes/hadronic/models/cascade/History +++ b/source/processes/hadronic/models/cascade/History @@ -15,6 +15,25 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +23 May 2014 M. Kelsey (hadr-casc-V09-06-55) +-------------------------------------------- +- G4InuclNuclei.cc: Avoid FPE in setExcitationEnergy() for zero Ekin. + +10 March 2014 M. Kelsey +------------------------ +- G4IntraNucleiCascader.cc: Fix bug #1584, memory leak in secondaries. + +29 January 2014 G.Folger not tagged +------------------------------------- +- Removed cascade/utils from cascade/sources.cmake + +6 January 2014 M.Kelsey (hadr-casc-V09-06-53) +---------------------------------------------- +- G4CascadeParameters.cc: Improve singleton initialization by moving static + instance to pointer in file scope (anon namespace), check for null pointer + in Instance() call. Drop use of messenger (temporarily) since it's not + thread safe. This change is backported to 10.0. + 2 October 2013 V.Ivanchenko (hadr-casc-V09-06-52) ---------------------------------------------------- - G4NonEquilibriumEvaporator.hh - added forward declaration of G4Pow, diff --git a/source/processes/hadronic/models/cascade/cascade/sources.cmake b/source/processes/hadronic/models/cascade/cascade/sources.cmake index c279dcf81e7..7dfc80812bf 100644 --- a/source/processes/hadronic/models/cascade/cascade/sources.cmake +++ b/source/processes/hadronic/models/cascade/cascade/sources.cmake @@ -57,7 +57,6 @@ include_directories(${CMAKE_SOURCE_DIR}/source/particles/shortlived/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/cascade/cascade/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/cascade/utils/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/evaporation/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/fermi_breakup/include) include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/handler/include) diff --git a/source/processes/hadronic/models/cascade/cascade/src/G4CascadeParameters.cc b/source/processes/hadronic/models/cascade/cascade/src/G4CascadeParameters.cc index 1bf8e08447e..e0c0dea5a2d 100644 --- a/source/processes/hadronic/models/cascade/cascade/src/G4CascadeParameters.cc +++ b/source/processes/hadronic/models/cascade/cascade/src/G4CascadeParameters.cc @@ -31,6 +31,8 @@ // 20130308 M. Kelsey -- Add flag to use separate 3-body momentum generators // 20130421 M. Kelsey -- Add flag for CHECK_ECONS, replacing #ifdef's // 20130702 M. Kelsey -- Add flag to use N-body phase-space generator +// 20140101 M. Kelsey -- Fix bug #1557: Static instance must be pointer +// *** Drop use of Messenger until thread safety is addressed #include "G4CascadeParameters.hh" #include "G4CascadeParamMessenger.hh" @@ -41,9 +43,13 @@ using std::endl; // Singleton accessor +namespace { + static const G4CascadeParameters* theInstance = 0; +} + const G4CascadeParameters* G4CascadeParameters::Instance() { - static const G4CascadeParameters theInstance; - return &theInstance; + if (0 == theInstance) theInstance = new G4CascadeParameters; + return theInstance; } @@ -73,7 +79,10 @@ G4CascadeParameters::G4CascadeParameters() DPMAX_3CLUSTER(getenv("DPMAX_3CLUSTER")), DPMAX_4CLUSTER(getenv("DPMAX_4CLUSTER")), messenger(0) { + /*** FIXME: Messenger should not be accessing non-const shared pointer messenger = new G4CascadeParamMessenger(this); + ***/ + Initialize(); } diff --git a/source/processes/hadronic/models/cascade/cascade/src/G4IntraNucleiCascader.cc b/source/processes/hadronic/models/cascade/cascade/src/G4IntraNucleiCascader.cc index 9b8feba9f85..266972d525f 100644 --- a/source/processes/hadronic/models/cascade/cascade/src/G4IntraNucleiCascader.cc +++ b/source/processes/hadronic/models/cascade/cascade/src/G4IntraNucleiCascader.cc @@ -900,4 +900,6 @@ decayTrappedParticle(const G4CascadParticle& trapped) { output.addOutgoingParticle(idaugEP); } } + + delete daughters; // Clean up memory created by DecayIt() } diff --git a/source/processes/hadronic/models/cascade/cascade/src/G4InuclNuclei.cc b/source/processes/hadronic/models/cascade/cascade/src/G4InuclNuclei.cc index 9d061605804..d3e5e933cc0 100644 --- a/source/processes/hadronic/models/cascade/cascade/src/G4InuclNuclei.cc +++ b/source/processes/hadronic/models/cascade/cascade/src/G4InuclNuclei.cc @@ -52,6 +52,7 @@ // 20130314 M. Kelsey -- Use G4IonList typedef for fragment map, encapsulate // it in a static function with mutexes. // 20130620 M. Kelsey -- Address Coverity #37503, check self in op=() +// 20140523 M. Kelsey -- Avoid FPE in setExcitationEnergy() for zero Ekin #include "G4InuclNuclei.hh" #include "G4AutoLock.hh" @@ -184,8 +185,9 @@ void G4InuclNuclei::setExitationEnergy(G4double e) { G4double emass = getNucleiMass() + e*MeV/GeV; // From Bertini to G4 units - // Directly compute new kinetic energy from old - G4double ekin_new = std::sqrt(emass*emass + ekin*(2.*getMass()+ekin)) - emass; + // Safety check -- if zero energy, don't do computation + G4double ekin_new = (ekin == 0.) ? 0. + : std::sqrt(emass*emass + ekin*(2.*getMass()+ekin)) - emass; setMass(emass); // Momentum is computed from mass and Ekin setKineticEnergy(ekin_new); diff --git a/source/processes/hadronic/models/coherent_elastic/History b/source/processes/hadronic/models/coherent_elastic/History index 0e506dee59e..98801600e7b 100644 --- a/source/processes/hadronic/models/coherent_elastic/History +++ b/source/processes/hadronic/models/coherent_elastic/History @@ -14,6 +14,10 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +10 April 2014 - G.Cosmo (hadr-cohe-V09-06-04) +----------------------------------------------------------------- +- Get rid of deprecated 'register' storage class specifier in source files. + 04 June 2013 - A.Ribon (hadr-cohe-V09-06-03) ------------------------------------------------------ - Fix access to ions via the IonTable class and GetIon method diff --git a/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc b/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc index 8480e1d079b..8f6f7aa2bdb 100644 --- a/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc +++ b/source/processes/hadronic/models/coherent_elastic/src/G4NuclNuclDiffuseElastic.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4NuclNuclDiffuseElastic.cc 71874 2013-06-27 13:39:59Z gunter $ +// $Id: G4NuclNuclDiffuseElastic.cc 81874 2014-06-06 12:04:10Z gcosmo $ // // // Physics model class G4NuclNuclDiffuseElastic @@ -1960,7 +1960,7 @@ G4complex G4NuclNuclDiffuseElastic::GammaLogarithm(G4complex zz) const G4double cof[6] = { 76.18009172947146, -86.50532032941677, 24.01409824083091, -1.231739572450155, 0.1208650973866179e-2, -0.5395239384953e-5 } ; - register G4int j; + G4int j; G4complex z = zz - 1.0; G4complex tmp = z + 5.5; tmp -= (z + 0.5) * std::log(tmp); diff --git a/source/processes/hadronic/models/inclxx/History b/source/processes/hadronic/models/inclxx/History index bde67dd508b..5f3470f2483 100644 --- a/source/processes/hadronic/models/inclxx/History +++ b/source/processes/hadronic/models/inclxx/History @@ -3,7 +3,7 @@ ========================================================== Geant4 - an Object-Oriented Toolkit for Physics Simulation ========================================================== -$Id: History 79202 2014-02-20 11:25:02Z gcosmo $ +$Id: History 81876 2014-06-06 12:12:46Z gcosmo $ --------------------------------------------------------------------- History file for the Liege cascade INCL Model @@ -16,6 +16,11 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +13 March 2014 - Gabriele Cosmo (hadr-inclxx-V09-06-50) +--------------------------------------------------------------- +- Fixed use of inline keyword for method getPhaseSpace() defined in + ClusteringModelIntercomparison.cc. + 9 January 2014 - Davide Mancusi (hadr-inclxx-V09-06-49) --------------------------------------------------------------- - Fix: occasionally produced an excited nucleon as a pre-fragment. diff --git a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusteringModelIntercomparison.cc b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusteringModelIntercomparison.cc index 0c3a01b477c..b929dcbd415 100644 --- a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusteringModelIntercomparison.cc +++ b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusteringModelIntercomparison.cc @@ -210,7 +210,7 @@ namespace G4INCL { return chosenCluster; } - inline G4double ClusteringModelIntercomparison::getPhaseSpace(const G4int oldA, ConsideredPartner const &p) { + G4double ClusteringModelIntercomparison::getPhaseSpace(const G4int oldA, ConsideredPartner const &p) { const G4double psSpace = (p.position - runningPositions[oldA]).mag2(); const G4double psMomentum = (p.momentum*oldA - runningMomenta[oldA]).mag2(); return psSpace * psMomentum * clusterPosFact2[oldA + 1]; diff --git a/source/processes/hadronic/models/lend/History b/source/processes/hadronic/models/lend/History index 09e4481941b..ac10f8b1e0c 100644 --- a/source/processes/hadronic/models/lend/History +++ b/source/processes/hadronic/models/lend/History @@ -1,4 +1,4 @@ -# $Id: History 79204 2014-02-20 11:31:10Z gcosmo $ +# $Id: History 81878 2014-06-06 12:19:54Z gcosmo $ # ----------------------------------------------------------- ================================================== @@ -15,6 +15,29 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +1 June 2014 Tatsumi Koi (hadr-lend-V09-06-04) +----------------------------------------------- +-Fix wrong usage of IonTable + src/G4LENDManager.cc +-Relax Fatal Energy CheckLevel + include/G4LENDFission.hh + src/G4LENDFission.cc + +28 March 2014 Tatsumi Koi (hadr-lend-V09-06-03) +----------------------------------------------- +-Bug fix +LEND used G4ParticleTable::GetParticleTable()->GetIon(,,) which obsolete in v10.00 + src/G4LENDCapture.cc + src/G4LENDModel.cc + src/G4LENDFission.cc + src/G4LENDInelastic.cc + src/G4LENDElastic.cc + +14 March 2014 Tatsumi Koi +------------------------- +Fix compilation warnings detected by clang compiler on MacOS-10.9. + src/tpia_product.cc + 29 Jan 2014 Gunter Folger (hadr-lend-V09-06-02) - Removed low_energy from sources.cmake diff --git a/source/processes/hadronic/models/lend/include/G4LENDFission.hh b/source/processes/hadronic/models/lend/include/G4LENDFission.hh index ead6b87e1c3..ca6af246807 100644 --- a/source/processes/hadronic/models/lend/include/G4LENDFission.hh +++ b/source/processes/hadronic/models/lend/include/G4LENDFission.hh @@ -59,7 +59,7 @@ class G4LENDFission : public G4LENDModel }; ~G4LENDFission(){;}; - + virtual const std::pair GetFatalEnergyCheckLevels() const; G4HadFinalState* ApplyYourself( const G4HadProjectile& aTrack, G4Nucleus& aTargetNucleus ); }; diff --git a/source/processes/hadronic/models/lend/src/G4LENDCapture.cc b/source/processes/hadronic/models/lend/src/G4LENDCapture.cc index 656237681e1..73add904760 100644 --- a/source/processes/hadronic/models/lend/src/G4LENDCapture.cc +++ b/source/processes/hadronic/models/lend/src/G4LENDCapture.cc @@ -28,6 +28,7 @@ #include "G4SystemOfUnits.hh" #include "G4Nucleus.hh" #include "G4ParticleTable.hh" +#include "G4IonTable.hh" G4HadFinalState * G4LENDCapture::ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTarg ) { @@ -90,12 +91,12 @@ G4HadFinalState * G4LENDCapture::ApplyYourself(const G4HadProjectile& aTrack, G4 { if ( jA != 0 ) { - theSec->SetDefinition( G4ParticleTable::GetParticleTable()->FindIon( jZ , jA , 0 , 0 ) ); + theSec->SetDefinition( G4IonTable::GetIonTable()->FindIon( jZ , jA , iM ) ); totN += jA; } else { - theSec->SetDefinition( G4ParticleTable::GetParticleTable()->FindIon( jZ , iA+1-totN , 0 , 0 ) ); + theSec->SetDefinition( G4IonTable::GetIonTable()->FindIon( jZ , iA+1-totN , iM ) ); } } else diff --git a/source/processes/hadronic/models/lend/src/G4LENDElastic.cc b/source/processes/hadronic/models/lend/src/G4LENDElastic.cc index 5e5997b5605..96306eeac75 100644 --- a/source/processes/hadronic/models/lend/src/G4LENDElastic.cc +++ b/source/processes/hadronic/models/lend/src/G4LENDElastic.cc @@ -28,7 +28,7 @@ #include "G4PhysicalConstants.hh" #include "G4SystemOfUnits.hh" #include "G4Nucleus.hh" -#include "G4ParticleTable.hh" +#include "G4IonTable.hh" G4HadFinalState * G4LENDElastic::ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTarg ) { @@ -64,9 +64,9 @@ G4HadFinalState * G4LENDElastic::ApplyYourself(const G4HadProjectile& aTrack, G4 //G4cout << "iZ " << iZ << " iA " << iA << G4endl; - G4ReactionProduct theTarget( G4ParticleTable::GetParticleTable()->FindIon( iZ , iA , 0 , iZ ) ); + G4ReactionProduct theTarget( G4IonTable::GetIonTable()->FindIon( iZ , iA , iM ) ); - G4double mass = G4ParticleTable::GetParticleTable()->FindIon( iZ , iA , 0 , iZ )->GetPDGMass(); + G4double mass = G4IonTable::GetIonTable()->FindIon( iZ , iA , iM )->GetPDGMass(); // add Thermal motion G4double kT = k_Boltzmann*temp; @@ -133,7 +133,7 @@ G4HadFinalState * G4LENDElastic::ApplyYourself(const G4HadProjectile& aTrack, G4 G4DynamicParticle* theRecoil = new G4DynamicParticle; // theRecoil->SetDefinition( ionTable->GetIon( iZ , iA ) ); - theRecoil->SetDefinition( G4ParticleTable::GetParticleTable()->FindIon( iZ, iA , 0, iZ )); + theRecoil->SetDefinition( G4IonTable::GetIonTable()->FindIon( iZ, iA , iM )); theRecoil->SetMomentum( theTarget.GetMomentum() ); theResult->AddSecondary( theRecoil ); diff --git a/source/processes/hadronic/models/lend/src/G4LENDFission.cc b/source/processes/hadronic/models/lend/src/G4LENDFission.cc index 868da22453e..861c20d6b57 100644 --- a/source/processes/hadronic/models/lend/src/G4LENDFission.cc +++ b/source/processes/hadronic/models/lend/src/G4LENDFission.cc @@ -26,7 +26,7 @@ #include "G4LENDFission.hh" #include "G4SystemOfUnits.hh" #include "G4Nucleus.hh" -#include "G4ParticleTable.hh" +#include "G4IonTable.hh" G4HadFinalState * G4LENDFission::ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTarg ) { @@ -55,6 +55,7 @@ G4HadFinalState * G4LENDFission::ApplyYourself(const G4HadProjectile& aTrack, G4 { G4int jZ = (*products)[j].Z; G4int jA = (*products)[j].A; + G4int jM = (*products)[j].m; //G4cout << "Z = " << (*products)[j].Z // << ", A = " << (*products)[j].A @@ -68,8 +69,7 @@ G4HadFinalState * G4LENDFission::ApplyYourself(const G4HadProjectile& aTrack, G4 if ( jZ > 0 ) { - //Ex j? - theSec->SetDefinition( G4ParticleTable::GetParticleTable()->FindIon( jZ, jA , 0, 0 ) ); + theSec->SetDefinition( G4IonTable::GetIonTable()->GetIon( jZ, jA , jM ) ); } else if ( jA == 1 && jZ == 0 ) { @@ -92,3 +92,9 @@ G4HadFinalState * G4LENDFission::ApplyYourself(const G4HadProjectile& aTrack, G4 return theResult; } +const std::pair G4LENDFission::GetFatalEnergyCheckLevels() const +{ + // max energy non-conservation is mass of heavy nucleus + //return std::pair(5*perCent,250*GeV); + return std::pair(5*perCent,DBL_MAX); +} diff --git a/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc b/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc index 11a318b2ca4..e5a592144aa 100644 --- a/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc +++ b/source/processes/hadronic/models/lend/src/G4LENDInelastic.cc @@ -26,7 +26,7 @@ #include "G4LENDInelastic.hh" #include "G4SystemOfUnits.hh" #include "G4Nucleus.hh" -#include "G4ParticleTable.hh" +#include "G4IonTable.hh" G4HadFinalState * G4LENDInelastic::ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTarg ) { @@ -66,6 +66,11 @@ G4HadFinalState * G4LENDInelastic::ApplyYourself(const G4HadProjectile& aTrack, G4int jZ = (*products)[j].Z; G4int jA = (*products)[j].A; + G4int jm = (*products)[j].m; + //TK + //We need coordination LEND *products)[j].m and G4IonTable(Z,A,m) + //Excitation energy of isomer level is might (probably) different each other. + // //G4cout << "ZA = " << 1000 * (*products)[j].Z + (*products)[j].A << " EK = " // << (*products)[j].kineticEnergy @@ -90,12 +95,12 @@ G4HadFinalState * G4LENDInelastic::ApplyYourself(const G4HadProjectile& aTrack, { if ( jA != 0 ) { - theSec->SetDefinition( G4ParticleTable::GetParticleTable()->FindIon( jZ , jA , 0 , 0 ) ); + theSec->SetDefinition( G4IonTable::GetIonTable()->FindIon( jZ , jA , jm ) ); totN += jA; } else { - theSec->SetDefinition( G4ParticleTable::GetParticleTable()->FindIon( jZ , iA+1-totN , 0 , 0 ) ); + theSec->SetDefinition( G4IonTable::GetIonTable()->FindIon( jZ , iA+1-totN , jm ) ); } } else diff --git a/source/processes/hadronic/models/lend/src/G4LENDManager.cc b/source/processes/hadronic/models/lend/src/G4LENDManager.cc index baf46a2cc9d..7e3b993d173 100644 --- a/source/processes/hadronic/models/lend/src/G4LENDManager.cc +++ b/source/processes/hadronic/models/lend/src/G4LENDManager.cc @@ -71,7 +71,7 @@ G4LENDManager::G4LENDManager() v_lend_target.clear(); - ionTable = new G4IonTable(); + ionTable = G4IonTable::GetIonTable(); nistElementBuilder = new G4NistElementBuilder( 0 ); } @@ -95,7 +95,7 @@ G4LENDManager::~G4LENDManager() delete it->second; } - delete ionTable; + //delete ionTable; delete nistElementBuilder; } diff --git a/source/processes/hadronic/models/lend/src/G4LENDModel.cc b/source/processes/hadronic/models/lend/src/G4LENDModel.cc index ee54cf0b41d..92ae3fceca8 100644 --- a/source/processes/hadronic/models/lend/src/G4LENDModel.cc +++ b/source/processes/hadronic/models/lend/src/G4LENDModel.cc @@ -167,7 +167,7 @@ void G4LENDModel::create_used_target_map() -#include "G4ParticleTable.hh" +#include "G4IonTable.hh" G4HadFinalState * G4LENDModel::ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTarg ) { @@ -200,9 +200,9 @@ G4HadFinalState * G4LENDModel::ApplyYourself(const G4HadProjectile& aTrack, G4Nu theNeutron.SetMomentum( aTrack.Get4Momentum().vect() ); theNeutron.SetKineticEnergy( ke ); - G4ReactionProduct theTarget( G4ParticleTable::GetParticleTable()->FindIon( iZ , iA , 0 , iZ ) ); + G4ReactionProduct theTarget( G4IonTable::GetIonTable()->FindIon( iZ , iA , iM ) ); - G4double mass = G4ParticleTable::GetParticleTable()->FindIon( iZ , iA , 0 , iZ )->GetPDGMass(); + G4double mass = G4IonTable::GetIonTable()->FindIon( iZ , iA , iM )->GetPDGMass(); // add Thermal motion G4double kT = k_Boltzmann*temp; @@ -254,7 +254,7 @@ G4HadFinalState * G4LENDModel::ApplyYourself(const G4HadProjectile& aTrack, G4Nu theResult->SetMomentumChange(theNeutron.GetMomentum().unit()); G4DynamicParticle* theRecoil = new G4DynamicParticle; - theRecoil->SetDefinition( G4ParticleTable::GetParticleTable()->FindIon( iZ, iA , 0, iZ ) ); + theRecoil->SetDefinition( G4IonTable::GetIonTable()->FindIon( iZ , iA , iM , iZ ) ); theRecoil->SetMomentum( theTarget.GetMomentum() ); theResult->AddSecondary( theRecoil ); diff --git a/source/processes/hadronic/models/lend/src/tpia_product.cc b/source/processes/hadronic/models/lend/src/tpia_product.cc index 3f66bf42476..8baf0baca8d 100644 --- a/source/processes/hadronic/models/lend/src/tpia_product.cc +++ b/source/processes/hadronic/models/lend/src/tpia_product.cc @@ -45,7 +45,8 @@ namespace GIDI { using namespace GIDI; #endif -static const int tpia_b_unknown = 0, +//static const int tpia_b_unknown = 0, +static const int /*tpia_b_unknown = 0,*/ tpia_b_twoBody_angular = tpia_m_angular, tpia_b_twoBody_formFactor = 0, /* ??? */ tpia_b_NBody_Legendre = tpia_m_Legendre, diff --git a/source/processes/hadronic/models/neutron_hp/History b/source/processes/hadronic/models/neutron_hp/History index 73000d639af..eac7f587f4d 100644 --- a/source/processes/hadronic/models/neutron_hp/History +++ b/source/processes/hadronic/models/neutron_hp/History @@ -14,9 +14,67 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +21 May 2014 Andrea Dotti (hadr-hpn-V09-06-26) +- Change deleting of maps in G4NeutronHPFFFissionFS destructor. + +21 May 2014 Andrea Dotti +- Do not call G4PhysicsTable::clearAndDestroy() in destructors of + G4NeutronHPCaptureData, G4NeutronHPElasticData, G4NeutronHPFissionData + G4NeutronHPInelasticData. Because G4PhysicsTable content are manged by + allocators + +20 May 2014 Tatsumi Koi +-Fix bug in kinematics of residual nucleus + src/G4NeutronHPCaptureFS.cc + + +19 May 2014 Tatsumi Koi +-Defeating warning message from clang3.4 compiler + include/G4NeutronHPThermalScattering.hh + + +19 May 2014 Tatsumi Koi +-Defeating warning message from gcc4.9.0 compiler + include/G4NeutronHPThermalScattering.hh + + +14 May 2014 Tatsumi Koi for Federico Carminati +-Fix memory leaks and simplify function for better stability + include/G4NeutronHPHash.hh + include/G4NeutronHPFFFissionFS.hh + src/G4NeutronHPFinalState.cc + src/G4NeutronHPVector.cc + src/G4NeutronHPFFFissionFS.cc + src/G4NeutronHPInterpolator.cc + + +12 May 2014 Tatsumi Koi +-Defeating warning message from gcc4.9.0 compiler + src/G4NeutronHPThermalScattering.cc + + +4 May 2014 Tatsumi Koi +-Fix problem on single temperature data file + src/G4NeutronHPThermalScattering.cc + + +23 April 2014 Tatsumi Koi +-Reset isotope pointer to the target G4Nucleus object of reaction + src/G4NeutronHPCapture.cc + src/G4NeutronHPElastic.cc + src/G4NeutronHPFission.cc + src/G4NeutronHPInelastic.cc + + +14 March 2014 Tatsumi Koi +Fix compilation warnings detected by clang compiler on MacOS-10.9. + src/G4NeutronHPInelasticCompFS.cc + + 29 Jan 2014 Gunter Folger (hadr-hpn-V09-06-25) Removed low_energy from sources.cmake + 16 December 2013 Tatsumi Koi Fix problem reading zlibed data files src/G4NeutronHPThermalScatteringData.cc diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFFFissionFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFFFissionFS.hh index fad7c939ca0..29c4f209a86 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFFFissionFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFFFissionFS.hh @@ -24,6 +24,7 @@ // ******************************************************************** // // +// $Id$ // #ifndef G4NeutronHPFFFissionFS_h #define G4NeutronHPFFFissionFS_h 1 @@ -38,7 +39,7 @@ class G4NeutronHPFFFissionFS : public G4NeutronHPFissionBaseFS public: G4NeutronHPFFFissionFS(){ hasXsec = false; } - ~G4NeutronHPFFFissionFS(){} + ~G4NeutronHPFFFissionFS(); void Init (G4double A, G4double Z, G4int M, G4String & dirName, G4String & aFSType); diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHash.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHash.hh index 27f25a91d52..d0eadc6fc71 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHash.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHash.hh @@ -79,6 +79,7 @@ public: { if(theUpper) { + theUpper->Clear(); delete theUpper; theUpper = 0; } diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh index 9861eb2cadf..8ba004154c5 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh @@ -54,7 +54,7 @@ public: { // prepare neutron G4double eKinetic = aP.GetKineticEnergy(); - G4ReactionProduct theNeutron( const_cast(aP.GetDefinition()) ); + G4ReactionProduct theNeutron( const_cast( aP.GetDefinition() ) ); theNeutron.SetMomentum( aP.Get4Momentum().vect() ); theNeutron.SetKineticEnergy( eKinetic ); G4ThreeVector neuVelo = (1./aP.GetDefinition()->GetPDGMass())*theNeutron.GetMomentum(); diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalScattering.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalScattering.hh index 42893d7d40e..6be68a12829 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalScattering.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalScattering.hh @@ -50,6 +50,10 @@ struct E_isoAng G4double energy; G4int n; std::vector < G4double > isoAngle; + E_isoAng() { + energy=0.0; + n=0; + }; }; struct E_P_E_isoAng @@ -59,6 +63,11 @@ struct E_P_E_isoAng std::vector < G4double > prob; std::vector < E_isoAng* > vE_isoAngle; G4double sum_of_probXdEs; // should be close to 1 + E_P_E_isoAng() { + energy=0.0; + n=0; + sum_of_probXdEs=0.0; + }; }; class G4NeutronHPThermalScattering : public G4HadronicInteraction diff --git a/source/processes/hadronic/models/neutron_hp/sources.cmake b/source/processes/hadronic/models/neutron_hp/sources.cmake index 5bfb75a51cb..59cc2ab46c8 100644 --- a/source/processes/hadronic/models/neutron_hp/sources.cmake +++ b/source/processes/hadronic/models/neutron_hp/sources.cmake @@ -11,7 +11,7 @@ # # Generated on : 24/9/2010 # -# $Id: sources.cmake 79206 2014-02-20 11:34:10Z gcosmo $ +# $Id: sources.cmake 81879 2014-06-06 12:32:01Z gcosmo $ # #----------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCapture.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCapture.cc index e72d08aee6b..5d56bcffb68 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCapture.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCapture.cc @@ -129,7 +129,21 @@ //return theCapture[index].ApplyYourself(aTrack); //G4HadFinalState* result = theCapture[index].ApplyYourself(aTrack); G4HadFinalState* result = (*theCapture[index]).ApplyYourself(aTrack); + + //Overwrite target parameters aNucleus.SetParameters(G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA(),G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargZ()); + const G4Element* target_element = (*G4Element::GetElementTable())[index]; + const G4Isotope* target_isotope=NULL; + G4int iele = target_element->GetNumberOfIsotopes(); + for ( G4int j = 0 ; j != iele ; j++ ) { + target_isotope=target_element->GetIsotope( j ); + if ( target_isotope->GetN() == G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA() ) break; + } + //G4cout << "Target Material of this reaction is " << theMaterial->GetName() << G4endl; + //G4cout << "Target Element of this reaction is " << target_element->GetName() << G4endl; + //G4cout << "Target Isotope of this reaction is " << target_isotope->GetName() << G4endl; + aNucleus.SetIsotope( target_isotope ); + G4NeutronHPManager::GetInstance()->CloseReactionWhiteBoard(); return result; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc index ec578250b60..67baf236e6d 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc @@ -62,7 +62,9 @@ G4NeutronHPCaptureData::G4NeutronHPCaptureData() G4NeutronHPCaptureData::~G4NeutronHPCaptureData() { - if ( theCrossSections != 0 ) theCrossSections->clearAndDestroy(); + //This should be now avoided since contained object + //are managed by allocator + //if ( theCrossSections != 0 ) theCrossSections->clearAndDestroy(); delete theCrossSections; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc index 0d01b86efd5..d8ae6d0bb45 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc @@ -53,7 +53,7 @@ // prepare neutron G4double eKinetic = theTrack.GetKineticEnergy(); const G4HadProjectile *incidentParticle = &theTrack; - G4ReactionProduct theNeutron( const_cast(incidentParticle->GetDefinition()) ); + G4ReactionProduct theNeutron( const_cast( incidentParticle->GetDefinition() ) ); theNeutron.SetMomentum( incidentParticle->Get4Momentum().vect() ); theNeutron.SetKineticEnergy( eKinetic ); @@ -77,7 +77,7 @@ G4ReactionProductVector * thePhotons = 0; if ( HasFSData() && !getenv ( "G4NEUTRONHP_USE_ONLY_PHOTONEVAPORATION" ) ) { - //TK110430 + //NDL has final state data if ( hasExactMF6 ) { theMF6FinalState.SetTarget(theTarget); @@ -89,6 +89,7 @@ } else { + //NDL does not have final state data or forced to use PhotoEvaporation model G4ThreeVector aCMSMomentum = theNeutron.GetMomentum()+theTarget.GetMomentum(); G4LorentzVector p4(aCMSMomentum, theTarget.GetTotalEnergy() + theNeutron.GetTotalEnergy()); G4Fragment nucleus(static_cast(theBaseA+1), static_cast(theBaseZ) ,p4); @@ -110,7 +111,6 @@ // T. K. comment out below line //theOne->SetDefinition( G4Gamma::Gamma() ); G4IonTable* theTable = G4IonTable::GetIonTable(); - //if( (*it)->GetMomentum().mag() > 10*MeV ) theOne->SetDefinition( theTable->FindIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0, static_cast(theBaseZ)) ); if( (*it)->GetMomentum().mag() > 10*MeV ) theOne->SetDefinition( theTable->GetIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0 ) ); //if ( (*i)->GetExcitationEnergy() > 0 ) @@ -160,8 +160,6 @@ { G4ThreeVector direction = thePhotons->operator[](0)->GetMomentum().unit(); - //G4double Q = G4ParticleTable::GetParticleTable()->FindIon(static_cast(theBaseZ), static_cast(theBaseA), 0, static_cast(theBaseZ))->GetPDGMass() + G4Neutron::Neutron()->GetPDGMass() - // - G4ParticleTable::GetParticleTable()->FindIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0, static_cast(theBaseZ))->GetPDGMass(); G4double Q = G4IonTable::GetIonTable()->GetIonMass(static_cast(theBaseZ), static_cast(theBaseA), 0) + G4Neutron::Neutron()->GetPDGMass() - G4IonTable::GetIonTable()->GetIonMass(static_cast(theBaseZ), static_cast(theBaseA+1), 0); @@ -181,8 +179,6 @@ if ( nPhotons == 1 && thePhotons->operator[](0)->GetDefinition()->GetBaryonNumber() == 0 ) { G4DynamicParticle * theOne = new G4DynamicParticle; - //G4ParticleDefinition * aRecoil = G4ParticleTable::GetParticleTable() - // ->FindIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0, static_cast(theBaseZ)); G4ParticleDefinition * aRecoil = G4IonTable::GetIonTable() ->GetIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0); theOne->SetDefinition(aRecoil); @@ -192,14 +188,17 @@ +theTarget.GetMomentum() -thePhotons->operator[](0)->GetMomentum(); - G4ThreeVector theMomUnit = aMomentum.unit(); - G4double aKinEnergy = theTrack.GetKineticEnergy() - +theTarget.GetKineticEnergy(); // gammas come from Q-value - G4double theResMass = aRecoil->GetPDGMass(); - G4double theResE = aRecoil->GetPDGMass()+aKinEnergy; - G4double theAbsMom = std::sqrt(theResE*theResE - theResMass*theResMass); - G4ThreeVector theMomentum = theAbsMom*theMomUnit; - theOne->SetMomentum(theMomentum); + //TKDB 140520 + //G4ThreeVector theMomUnit = aMomentum.unit(); + //G4double aKinEnergy = theTrack.GetKineticEnergy() + // +theTarget.GetKineticEnergy(); // gammas come from Q-value + //G4double theResMass = aRecoil->GetPDGMass(); + //G4double theResE = aRecoil->GetPDGMass()+aKinEnergy; + //G4double theAbsMom = std::sqrt(theResE*theResE - theResMass*theResMass); + //G4ThreeVector theMomentum = theAbsMom*theMomUnit; + //theOne->SetMomentum(theMomentum); + + theOne->SetMomentum(aMomentum); theResult.AddSecondary(theOne); } @@ -217,8 +216,6 @@ //101203TK G4bool residual = false; - //G4ParticleDefinition * aRecoil = G4ParticleTable::GetParticleTable() - // ->FindIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0, static_cast(theBaseZ)); G4ParticleDefinition * aRecoil = G4IonTable::GetIonTable() ->GetIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0); for ( G4int j = 0 ; j != theResult.GetNumberOfSecondaries() ; j++ ) @@ -228,8 +225,6 @@ if ( residual == false ) { - //G4ParticleDefinition * aRecoil = G4ParticleTable::GetParticleTable() - // ->FindIon(static_cast(theBaseZ), static_cast(theBaseA+1), 0, static_cast(theBaseZ)); G4int nNonZero = 0; G4LorentzVector p_photons(0,0,0,0); for ( G4int j = 0 ; j != theResult.GetNumberOfSecondaries() ; j++ ) diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElastic.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElastic.cc index 05a2fb761d9..e6f6bfbc861 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElastic.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElastic.cc @@ -120,7 +120,21 @@ //G4HadFinalState* finalState = theElastic[index].ApplyYourself(aTrack); G4HadFinalState* finalState = (*theElastic[index]).ApplyYourself(aTrack); if (overrideSuspension) finalState->SetStatusChange(isAlive); + + //Overwrite target parameters aNucleus.SetParameters(G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA(),G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargZ()); + const G4Element* target_element = (*G4Element::GetElementTable())[index]; + const G4Isotope* target_isotope=NULL; + G4int iele = target_element->GetNumberOfIsotopes(); + for ( G4int j = 0 ; j != iele ; j++ ) { + target_isotope=target_element->GetIsotope( j ); + if ( target_isotope->GetN() == G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA() ) break; + } + //G4cout << "Target Material of this reaction is " << theMaterial->GetName() << G4endl; + //G4cout << "Target Element of this reaction is " << target_element->GetName() << G4endl; + //G4cout << "Target Isotope of this reaction is " << target_isotope->GetName() << G4endl; + aNucleus.SetIsotope( target_isotope ); + G4NeutronHPManager::GetInstance()->CloseReactionWhiteBoard(); return finalState; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc index 0aee674f086..c644493a4bd 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc @@ -61,7 +61,9 @@ G4NeutronHPElasticData::G4NeutronHPElasticData() G4NeutronHPElasticData::~G4NeutronHPElasticData() { - if ( theCrossSections != 0 ) theCrossSections->clearAndDestroy(); + //This should be now avoided in destructor because these are + //handled by allocators + //if ( theCrossSections != 0 ) theCrossSections->clearAndDestroy(); delete theCrossSections; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticFS.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticFS.cc index 8946275b90a..12add892486 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticFS.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticFS.cc @@ -193,7 +193,7 @@ theResult.Clear(); G4double eKinetic = theTrack.GetKineticEnergy(); const G4HadProjectile *incidentParticle = &theTrack; - G4ReactionProduct theNeutron( const_cast(incidentParticle->GetDefinition()) ); + G4ReactionProduct theNeutron( const_cast( incidentParticle->GetDefinition() ) ); theNeutron.SetMomentum( incidentParticle->Get4Momentum().vect() ); theNeutron.SetKineticEnergy( eKinetic ); // G4cout << "G4NeutronHPElasticFS::ApplyYourself++"<* >* >::iterator it = FissionProductYieldData.begin(); + while ( it != FissionProductYieldData.end() ) { + std::map* >* firstLevel = it->second; + if ( firstLevel ) { + std::map*>::iterator it2 = firstLevel->begin(); + while ( it2 != firstLevel->end() ) { + delete it2->second; + it2->second = 0; + firstLevel->erase(it2); + it2=firstLevel->begin(); + } + } + delete firstLevel; + it->second = 0; + FissionProductYieldData.erase(it); + it = FissionProductYieldData.begin(); + } + + std::map< G4int , std::map< G4double , G4int >* >::iterator ii = mMTInterpolation.begin(); + while ( ii != mMTInterpolation.end() ) { + delete ii->second; + mMTInterpolation.erase(ii); + ii = mMTInterpolation.begin(); + } +} + void G4NeutronHPFFFissionFS::Init (G4double A, G4double Z, G4int M, G4String & dirName, G4String & ) { //G4cout << "G4NeutronHPFFFissionFS::Init" << G4endl; diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFinalState.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFinalState.cc index 84ba8fae709..26b0c8bc08e 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFinalState.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFinalState.cc @@ -201,7 +201,13 @@ void G4NeutronHPFinalState::adjust_final_state ( G4LorentzVector init_4p_lab ) dif_4p = init_4p_lab - ( secs_4p_lab + p4 ); } - if ( needOneMoreSec ) + if ( needOneMoreSec && oneMoreSec_pd) + // + // fca: this is not a fix, this is a crash avoidance... + // fca: the baryon number is still wrong, most probably because it + // fca: should have been decreased, but since we could not create a particle + // fca: we just do not add it + // { nSecondaries += 1; G4DynamicParticle* one = new G4DynamicParticle ( oneMoreSec_pd , dif_4p.v() ); diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFission.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFission.cc index 182093880a7..9c035f89c3a 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFission.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFission.cc @@ -121,7 +121,21 @@ } //return theFission[index].ApplyYourself(aTrack); //-2:Marker for Fission G4HadFinalState* result = (*theFission[index]).ApplyYourself(aTrack,-2); + + //Overwrite target parameters aNucleus.SetParameters(G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA(),G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargZ()); + const G4Element* target_element = (*G4Element::GetElementTable())[index]; + const G4Isotope* target_isotope=NULL; + G4int iele = target_element->GetNumberOfIsotopes(); + for ( G4int j = 0 ; j != iele ; j++ ) { + target_isotope=target_element->GetIsotope( j ); + if ( target_isotope->GetN() == G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA() ) break; + } + //G4cout << "Target Material of this reaction is " << theMaterial->GetName() << G4endl; + //G4cout << "Target Element of this reaction is " << target_element->GetName() << G4endl; + //G4cout << "Target Isotope of this reaction is " << target_isotope->GetName() << G4endl; + aNucleus.SetIsotope( target_isotope ); + G4NeutronHPManager::GetInstance()->CloseReactionWhiteBoard(); return result; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc index bb14a3df002..7788139baf1 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc @@ -58,7 +58,9 @@ G4NeutronHPFissionData::G4NeutronHPFissionData() G4NeutronHPFissionData::~G4NeutronHPFissionData() { - if ( theCrossSections != NULL ) theCrossSections->clearAndDestroy(); + //This should be now avoided in destructor because these are + //handled by allocators + //if ( theCrossSections != NULL ) theCrossSections->clearAndDestroy(); delete theCrossSections; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionFS.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionFS.cc index 6b5eacc9d3b..ba6fe07c600 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionFS.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionFS.cc @@ -66,7 +66,7 @@ theResult.Clear(); G4double eKinetic = theTrack.GetKineticEnergy(); const G4HadProjectile *incidentParticle = &theTrack; - G4ReactionProduct theNeutron( const_cast(incidentParticle->GetDefinition()) ); + G4ReactionProduct theNeutron( const_cast( incidentParticle->GetDefinition() ) ); theNeutron.SetMomentum( incidentParticle->Get4Momentum().vect() ); theNeutron.SetKineticEnergy( eKinetic ); diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc index 4a45537cbf7..4c4d2767b48 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc @@ -247,8 +247,21 @@ //return theInelastic[index].ApplyYourself(theMaterial->GetElement(it), aTrack); G4HadFinalState* result = (*theInelastic[index]).ApplyYourself(theMaterial->GetElement(it), aTrack); - // + + //Overwrite target parameters aNucleus.SetParameters(G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA(),G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargZ()); + const G4Element* target_element = (*G4Element::GetElementTable())[index]; + const G4Isotope* target_isotope=NULL; + G4int iele = target_element->GetNumberOfIsotopes(); + for ( G4int j = 0 ; j != iele ; j++ ) { + target_isotope=target_element->GetIsotope( j ); + if ( target_isotope->GetN() == G4NeutronHPManager::GetInstance()->GetReactionWhiteBoard()->GetTargA() ) break; + } + //G4cout << "Target Material of this reaction is " << theMaterial->GetName() << G4endl; + //G4cout << "Target Element of this reaction is " << target_element->GetName() << G4endl; + //G4cout << "Target Isotope of this reaction is " << target_isotope->GetName() << G4endl; + aNucleus.SetIsotope( target_isotope ); + G4NeutronHPManager::GetInstance()->CloseReactionWhiteBoard(); return result; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc index 6dc9fd06a35..5ecafb09263 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc @@ -179,7 +179,7 @@ void G4NeutronHPInelasticBaseFS::BaseApply(const G4HadProjectile & theTrack, theResult.Clear(); G4double eKinetic = theTrack.GetKineticEnergy(); const G4HadProjectile *incidentParticle = &theTrack; - G4ReactionProduct theNeutron( const_cast(incidentParticle->GetDefinition()) ); + G4ReactionProduct theNeutron( const_cast( incidentParticle->GetDefinition() ) ); theNeutron.SetMomentum( incidentParticle->Get4Momentum().vect() ); theNeutron.SetKineticEnergy( eKinetic ); diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticCompFS.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticCompFS.cc index 5dd9dca1c56..343df8ed256 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticCompFS.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticCompFS.cc @@ -223,7 +223,7 @@ void G4NeutronHPInelasticCompFS::CompositeApply(const G4HadProjectile & theTrack theResult.Clear(); G4double eKinetic = theTrack.GetKineticEnergy(); const G4HadProjectile *incidentParticle = &theTrack; - G4ReactionProduct theNeutron( const_cast(incidentParticle->GetDefinition()) ); + G4ReactionProduct theNeutron( const_cast( incidentParticle->GetDefinition() ) ); theNeutron.SetMomentum( incidentParticle->Get4Momentum().vect() ); theNeutron.SetKineticEnergy( eKinetic ); @@ -362,7 +362,7 @@ void G4NeutronHPInelasticCompFS::CompositeApply(const G4HadProjectile & theTrack iLevel = 0; G4bool find = false; G4int imaxEx = 0; - while( !theGammas.GetLevel(iLevel+1) == 0 ) + while ( theGammas.GetLevel(iLevel+1) != 0 ) { G4double maxEx = 0.0; if ( maxEx < theGammas.GetLevel(iLevel)->GetLevelEnergy() ) diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc index 3ed567c1e76..2526891d114 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc @@ -62,7 +62,9 @@ G4NeutronHPInelasticData::G4NeutronHPInelasticData() G4NeutronHPInelasticData::~G4NeutronHPInelasticData() { - if ( theCrossSections != 0 ) theCrossSections->clearAndDestroy(); + //This should now be avoided in destructors because content of + //theCrossSections is managed by allocators + //if ( theCrossSections != 0 ) theCrossSections->clearAndDestroy(); delete theCrossSections; } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInterpolator.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInterpolator.cc index 079652c8ab4..70dd18d7103 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInterpolator.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInterpolator.cc @@ -55,20 +55,19 @@ } else if(aScheme==LOGLIN||aScheme==CLOGLIN||aScheme==ULOGLIN) { - if(y1==0||y2==0) result =0; - else - { - G4double b = (std::log(y2)-std::log(y1))/(x2-x1); - G4double a = std::log(y1) - b*x1; + if ( y1==0||y2==0 ) { + result =0; + } else { + // G4double b = (std::log(y2)-std::log(y1))/(x2-x1); + // G4double a = std::log(y1) - b*x1; //*************************************************************** //EMendoza: //result = (std::exp(a)/b)*(std::exp(b*x2)-std::exp(b*x1)); //*************************************************************** - if(b!=0){ - result = (std::exp(a)/b)*(std::exp(b*x2)-std::exp(b*x1)); - } - else{ - result=y2*(x2-x1); + if ( y1!=y2 ) { + result = (x2-x1)*(y2-y1)/std::log(y2/y1); + } else { + result = y2*(x2-x1); } //*************************************************************** } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPThermalScattering.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPThermalScattering.cc index 6f123403185..6b4bf2464f4 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPThermalScattering.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPThermalScattering.cc @@ -354,7 +354,7 @@ G4HadFinalState* G4NeutronHPThermalScattering::ApplyYourself(const G4HadProjecti // Select Reaction (Inelastic, coherent, incoherent) - G4ParticleDefinition* pd = const_cast< G4ParticleDefinition* >( aTrack.GetDefinition() ); + const G4ParticleDefinition* pd = aTrack.GetDefinition(); G4DynamicParticle* dp = new G4DynamicParticle ( pd , aTrack.Get4Momentum() ); G4double total = theXSection->GetCrossSection( dp , theElement , theMaterial ); G4double inelastic = theXSection->GetInelasticCrossSection( dp , theElement , theMaterial ); @@ -566,20 +566,18 @@ G4HadFinalState* G4NeutronHPThermalScattering::ApplyYourself(const G4HadProjecti E_isoAng anEPM_TL_E; E_isoAng anEPM_TH_E; - if ( tempLH.first != 0.0 && tempLH.second != 0.0 ) - { + if ( tempLH.first != 0.0 && tempLH.second != 0.0 ) { + //Interpolate TL and TH anEPM_TL_E = create_E_isoAng_from_energy ( aTrack.GetKineticEnergy() , incoherentFSs.find( ielement )->second->find ( tempLH.first/kelvin )->second ); anEPM_TH_E = create_E_isoAng_from_energy ( aTrack.GetKineticEnergy() , incoherentFSs.find( ielement )->second->find ( tempLH.second/kelvin )->second ); - } - else if ( tempLH.first == 0.0 ) - { + } else if ( tempLH.first == 0.0 ) { + //Extrapolate T0 and T1 anEPM_TL_E = create_E_isoAng_from_energy ( aTrack.GetKineticEnergy() , incoherentFSs.find( ielement )->second->find ( v_temp[ 0 ] )->second ); anEPM_TH_E = create_E_isoAng_from_energy ( aTrack.GetKineticEnergy() , incoherentFSs.find( ielement )->second->find ( v_temp[ 1 ] )->second ); tempLH.first = tempLH.second; tempLH.second = v_temp[ 1 ]; - } - else if ( tempLH.second == 0.0 ) - { + } else if ( tempLH.second == 0.0 ) { + //Extrapolate Tmax-1 and Tmax anEPM_TH_E = create_E_isoAng_from_energy ( aTrack.GetKineticEnergy() , incoherentFSs.find( ielement )->second->find ( v_temp.back() )->second ); std::vector< G4double >::iterator itv; itv = v_temp.end(); @@ -672,26 +670,33 @@ std::pair < G4double , G4double > G4NeutronHPThermalScattering::find_LH ( G4dou { G4double L = 0.0; G4double H = 0.0; - std::vector< G4double >::iterator it; - for ( it = aVector->begin() ; it != aVector->end() ; it++ ) - { - if ( x <= *it ) - { - H = *it; - if ( it != aVector->begin() ) - { - it--; - L = *it; + + // v->size() == 1 --> L=H=v(0) + if ( aVector->size() == 1 ) { + L = aVector->front(); + H = aVector->front(); + } else { + // 1) temp < v(0) -> L=0.0 H=v(0) + // 2) v(i-1) < temp <= v(i) -> L=v(i-1) H=v(i) + // 3) v(imax) < temp -> L=v(imax) H=0.0 + for ( std::vector< G4double >::iterator + it = aVector->begin() ; it != aVector->end() ; it++ ) { + if ( x <= *it ) { + H = *it; + if ( it != aVector->begin() ) { + // 2) + it--; + L = *it; + } else { + // 1) + L = 0.0; + } + break; } - else - { - L = 0.0; - } - break; } - } - if ( H == 0.0 ) - L = aVector->back(); + // 3) + if ( H == 0.0 ) L = aVector->back(); + } return std::pair < G4double , G4double > ( L , H ); } @@ -701,10 +706,15 @@ std::pair < G4double , G4double > G4NeutronHPThermalScattering::find_LH ( G4dou G4double G4NeutronHPThermalScattering::get_linear_interpolated ( G4double x , std::pair< G4double , G4double > Low , std::pair< G4double , G4double > High ) { G4double y=0.0; - if ( High.first - Low.first != 0 ) + if ( High.first - Low.first != 0 ) { y = ( High.second - Low.second ) / ( High.first - Low.first ) * ( x - Low.first ) + Low.second; - else - G4cout << "G4NeutronHPThermalScattering liner interpolation err!!" << G4endl; + } else { + if ( High.second == Low.second ) { + y = High.second; + } else { + G4cout << "G4NeutronHPThermalScattering liner interpolation err!!" << G4endl; + } + } return y; } @@ -824,7 +834,7 @@ G4double G4NeutronHPThermalScattering::get_secondary_energy_from_E_P_E_isoAng ( std::pair< G4double , E_isoAng > G4NeutronHPThermalScattering::create_sE_and_EPM_from_pE_and_vE_P_E_isoAng ( G4double rand_for_sE , G4double pE , std::vector < E_P_E_isoAng* >* vNEP_EPM ) { - + std::map< G4double , G4int > map_energy; map_energy.clear(); std::vector< G4double > v_energy; @@ -878,6 +888,9 @@ std::pair< G4double , E_isoAng > G4NeutronHPThermalScattering::create_sE_and_EPM E_isoAng E_isoAng_H = create_E_isoAng_from_energy ( sE , &(pE_P_E_isoAng_EH->vE_isoAngle) ); E_isoAng anE_isoAng; + //For defeating warning message from compiler + anE_isoAng.n = 1; + anE_isoAng.energy = sE; //never used if ( E_isoAng_L.n == E_isoAng_H.n ) { anE_isoAng.n = E_isoAng_L.n; @@ -890,7 +903,8 @@ std::pair< G4double , E_isoAng > G4NeutronHPThermalScattering::create_sE_and_EPM } else { - G4cout << "Do not Suuport yet." << G4endl; + //G4cout << "Do not Suuport yet." << G4endl; + throw G4HadronicException(__FILE__, __LINE__, "Unexpected values!"); } diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc index d64e9d79a78..89b030c336a 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc @@ -114,6 +114,7 @@ // if(Verbose==1)G4cout <<"Vector: delete theData"<=" with ">" in three if statements, which caused crashes in the + case of anti_sigma+ capture at rest on hydrogen. + 14-Nov-2013, A.Ribon (had-hadronization-V09-06-02) - Fixed two mistakes in the index manipulation of the BaryonWeight 4-dimensional vector in G4LundStringFragmentation.cc . diff --git a/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc b/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc index bbd5e1ef716..d093d194281 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc +++ b/source/processes/hadronic/models/parton_string/hadronization/src/G4LundStringFragmentation.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4LundStringFragmentation.cc 76744 2013-11-14 15:50:20Z gcosmo $ +// $Id: G4LundStringFragmentation.cc 81884 2014-06-06 13:03:02Z gcosmo $ // GEANT4 tag $Name: $ 1.8 // // ----------------------------------------------------------------------------- @@ -1039,8 +1039,19 @@ Diquark_AntiDiquark_aboveThreshold_lastSplitting(G4FragmentingString * & string, //G4cout<<"StringMass LeftHadronMass RightHadronMass "<= LeftHadronMass + RightHadronMass) + //M. Novak: = was removed. + // 1. it can cause numerical problems + // 2. weight of the corresponding FS is zero (in theory) + if(StringMass > LeftHadronMass + RightHadronMass) { + if ( NumberOf_FS > 34 ) { + G4ExceptionDescription ed; + ed << " NumberOf_FS exceeds its limit: NumberOf_FS=" << NumberOf_FS << G4endl; + G4Exception( "G4LundStringFragmentation::Diquark_AntiDiquark_aboveThreshold_lastSplitting ", + "HAD_LUND_001", JustWarning, ed ); + NumberOf_FS = 34; + } + G4double FS_Psqr=lambda(StringMassSqr,sqr(LeftHadronMass), sqr(RightHadronMass)); //FS_Psqr=1.; @@ -1055,9 +1066,6 @@ Diquark_AntiDiquark_aboveThreshold_lastSplitting(G4FragmentingString * & string, //G4cout<<"State "< 34) - {G4int Uzhi; G4cout<<"QQ_QQbar string #_FS "<>Uzhi;} } // End of if(StringMass >= LeftHadronMass + RightHadronMass) StateDiQ++; @@ -1149,8 +1157,19 @@ Quark_Diquark_lastSplitting(G4FragmentingString * & string, //G4cout<<"StringMass LeftHadronMass RightHadronMass "<= LeftHadronMass + RightHadronMass) + //M. Novak: = was removed. + // 1. it can cause numerical problems + // 2. weight of the corresponding FS is zero (in theory) + if(StringMass > LeftHadronMass + RightHadronMass) { + if ( NumberOf_FS > 34 ) { + G4ExceptionDescription ed; + ed << " NumberOf_FS exceeds its limit: NumberOf_FS=" << NumberOf_FS << G4endl; + G4Exception( "G4LundStringFragmentation::Quark_Diquark_lastSplitting ", + "HAD_LUND_002", JustWarning, ed ); + NumberOf_FS = 34; + } + G4double FS_Psqr=lambda(StringMassSqr,sqr(LeftHadronMass), sqr(RightHadronMass)); FS_Weight[NumberOf_FS]=std::sqrt(FS_Psqr)* @@ -1164,9 +1183,6 @@ Quark_Diquark_lastSplitting(G4FragmentingString * & string, //G4cout<<"State "< 34) - {G4int Uzhi; G4cout<<"QQbar string #_FS "<>Uzhi;} } // End of if(StringMass >= LeftHadronMass + RightHadronMass) StateDiQ++; @@ -1240,9 +1256,20 @@ Quark_AntiQuark_lastSplitting(G4FragmentingString * & string, G4double RightHadronMass=RightHadron->GetPDGMass(); StateAQ++; - if(StringMass >= LeftHadronMass + RightHadronMass) + //M. Novak: = was removed. + // 1. it can cause numerical problems + // 2. weight of the corresponding FS is zero (in theory) + if(StringMass > LeftHadronMass + RightHadronMass) { - G4double FS_Psqr=lambda(StringMassSqr,sqr(LeftHadronMass), + if ( NumberOf_FS > 34 ) { + G4ExceptionDescription ed; + ed << " NumberOf_FS exceeds its limit: NumberOf_FS=" << NumberOf_FS << G4endl; + G4Exception( "G4LundStringFragmentation::Quark_AntiQuark_lastSplitting ", + "HAD_LUND_003", JustWarning, ed ); + NumberOf_FS = 34; + } + + G4double FS_Psqr=lambda(StringMassSqr,sqr(LeftHadronMass), sqr(RightHadronMass)); //FS_Psqr=1.; FS_Weight[NumberOf_FS]=std::sqrt(FS_Psqr)* @@ -1262,9 +1289,6 @@ Quark_AntiQuark_lastSplitting(G4FragmentingString * & string, NumberOf_FS++; //G4cout<GetParticleName()<<" "<GetParticleName()<<" "; //G4cout<<"Masses "< 34) - {G4int Uzhi; G4cout<<"QQbar string #_FS "<>Uzhi;} } // End of if(StringMass >= LeftHadronMass + RightHadronMass) } while(Meson[AbsIDanti_quark-1][ProdQ-1][StateAQ]!=0); } while(Meson[AbsIDquark-1][ProdQ-1][StateQ]!=0); @@ -1276,6 +1300,13 @@ Quark_AntiQuark_lastSplitting(G4FragmentingString * & string, //---------------------------------------------------------------------------------------------------------- G4int G4LundStringFragmentation::SampleState(void) { + if ( NumberOf_FS > 34 ) { + G4ExceptionDescription ed; + ed << " NumberOf_FS exceeds its limit: NumberOf_FS=" << NumberOf_FS << G4endl; + G4Exception( "G4LundStringFragmentation::SampleState ", "HAD_LUND_004", JustWarning, ed ); + NumberOf_FS = 34; + } + G4double SumWeights=0.; for(G4int i=0; iInit(theA, theZ); @@ -62,13 +62,13 @@ inline void G4VParticipants::Init(G4int theA, G4int theZ) } -inline void G4VParticipants::SetNucleus(G4V3DNucleus * aNucleus) +void G4VParticipants::SetNucleus(G4V3DNucleus * aNucleus) { if (theNucleus != NULL) delete theNucleus; theNucleus = aNucleus; } -inline void G4VParticipants::InitProjectileNucleus(G4int theA, G4int theZ) // Uzhi Nov. 2012 +void G4VParticipants::InitProjectileNucleus(G4int theA, G4int theZ) // Uzhi Nov. 2012 { if ( theProjectileNucleus == NULL ) theProjectileNucleus = new G4Fancy3DNucleus(); theProjectileNucleus->Init(theA, theZ); @@ -76,7 +76,7 @@ inline void G4VParticipants::InitProjectileNucleus(G4int theA, G4int theZ) // Uz } -inline void G4VParticipants::SetProjectileNucleus(G4V3DNucleus * aNucleus) +void G4VParticipants::SetProjectileNucleus(G4V3DNucleus * aNucleus) { if (theProjectileNucleus != NULL) delete theProjectileNucleus; theProjectileNucleus = aNucleus; diff --git a/source/processes/hadronic/stopping/History b/source/processes/hadronic/stopping/History index 4c3b6bba3e5..f1717b77634 100644 --- a/source/processes/hadronic/stopping/History +++ b/source/processes/hadronic/stopping/History @@ -14,6 +14,19 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +27 May 2014 V. Ivantchenko (hadr-stopping-V09-06-13) +-------------------------------------------------------------------- +- G4MuonMinusCaptureAtRest, G4AntiNeutronAnnihilationAtRest - + fixed Coverity defects + +14 May 2014 V. Ivantchenko +-------------------------- +- G4MuMinusCapturePrecompound - added simplified model for capture + in deuterium and in He4; reduced number of trials to find neutrino + 4-momentum from 1000 to 100; added protection 1 keV for negative + excitation energy, substitute FatalException by JustWarning. + All this addressing the recent ATLAS report + 31 January 2014 V. Ivantchenko (hadr-stopping-V09-06-12) -------------------------------------------------------------------- - G4MuMinusCapturePrecompound - fix infonite loop (bug #1536) by diff --git a/source/processes/hadronic/stopping/include/G4MuMinusCapturePrecompound.hh b/source/processes/hadronic/stopping/include/G4MuMinusCapturePrecompound.hh index 9be793ede67..8c3bb0b3063 100644 --- a/source/processes/hadronic/stopping/include/G4MuMinusCapturePrecompound.hh +++ b/source/processes/hadronic/stopping/include/G4MuMinusCapturePrecompound.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MuMinusCapturePrecompound.hh 66367 2012-12-18 09:18:08Z gcosmo $ +// $Id: G4MuMinusCapturePrecompound.hh 81888 2014-06-06 13:17:25Z gcosmo $ // //----------------------------------------------------------------------------- // @@ -77,7 +77,7 @@ public: private: - inline void AddNewParticle(G4ParticleDefinition* aParticle, + inline void AddNewParticle(const G4ParticleDefinition* aParticle, G4ThreeVector& direction, G4double kinEnergy); @@ -87,8 +87,8 @@ private: G4HadFinalState result; G4Fancy3DNucleus fNucleus; - G4ParticleDefinition* fProton; - G4ParticleDefinition* fNeutron; + const G4ParticleDefinition* fProton; + const G4ParticleDefinition* fNeutron; G4VPreCompoundModel* fPreCompound; G4double fMuMass; G4double fThreshold; @@ -98,10 +98,10 @@ private: //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline void -G4MuMinusCapturePrecompound::AddNewParticle(G4ParticleDefinition* aParticle, - G4ThreeVector& direction, - G4double kinEnergy) +inline void G4MuMinusCapturePrecompound::AddNewParticle( + const G4ParticleDefinition* aParticle, + G4ThreeVector& direction, + G4double kinEnergy) { G4DynamicParticle* dp = new G4DynamicParticle(aParticle, direction, diff --git a/source/processes/hadronic/stopping/src/G4AntiNeutronAnnihilationAtRest.cc b/source/processes/hadronic/stopping/src/G4AntiNeutronAnnihilationAtRest.cc index 26c8e6fa638..3802ad1aec5 100644 --- a/source/processes/hadronic/stopping/src/G4AntiNeutronAnnihilationAtRest.cc +++ b/source/processes/hadronic/stopping/src/G4AntiNeutronAnnihilationAtRest.cc @@ -23,14 +23,14 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4AntiNeutronAnnihilationAtRest.cc 66872 2013-01-15 01:25:57Z japost $ +// $Id: G4AntiNeutronAnnihilationAtRest.cc 81888 2014-06-06 13:17:25Z gcosmo $ // G4AntiNeutronAnnihilationAtRest physics process // Larry Felawka (TRIUMF), April 1998 //--------------------------------------------------------------------- -#include -#include -#include +//#include +//#include +//#include #include "G4AntiNeutronAnnihilationAtRest.hh" #include "G4SystemOfUnits.hh" @@ -74,6 +74,9 @@ G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(const G4String& gkin = new G4GHEKinematicsVector [MAX_SECONDARIES]; G4HadronicProcessStore::Instance()->RegisterExtraProcess(this); + globalTime = targetAtomicMass = targetCharge = evapEnergy1 + = evapEnergy3 = 0.0; + ngkine = ntot = 0; } // destructor diff --git a/source/processes/hadronic/stopping/src/G4MuMinusCapturePrecompound.cc b/source/processes/hadronic/stopping/src/G4MuMinusCapturePrecompound.cc index 1d641f31932..5da4bf6a092 100644 --- a/source/processes/hadronic/stopping/src/G4MuMinusCapturePrecompound.cc +++ b/source/processes/hadronic/stopping/src/G4MuMinusCapturePrecompound.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MuMinusCapturePrecompound.cc 79215 2014-02-20 14:46:56Z gcosmo $ +// $Id: G4MuMinusCapturePrecompound.cc 81888 2014-06-06 13:17:25Z gcosmo $ // //----------------------------------------------------------------------------- // @@ -110,18 +110,20 @@ G4MuMinusCapturePrecompound::ApplyYourself(const G4HadProjectile& projectile, */ // Energy on K-shell G4double muEnergy = fMuMass + muBindingEnergy; - G4double muMom = std::sqrt(muBindingEnergy*(muBindingEnergy + 2.0*fMuMass)); + G4double muMom =std::sqrt(muBindingEnergy*(muBindingEnergy + 2.0*fMuMass)); G4double availableEnergy = massA + fMuMass - muBindingEnergy; G4double residualMass = G4NucleiProperties::GetNuclearMass(A, Z - 1); G4ThreeVector vmu = muMom*G4RandomDirection(); G4LorentzVector aMuMom(vmu, muEnergy); + const G4double nenergy = keV; + // p or 3He as a target // two body reaction mu- + A(Z,A) -> nuMu + A(Z-1,A) if((1 == Z && 1 == A) || (2 == Z && 3 == A)) { - G4ParticleDefinition* pd = 0; + const G4ParticleDefinition* pd = 0; if(1 == Z) { pd = fNeutron; } else { pd = G4Triton::Triton(); } @@ -136,6 +138,32 @@ G4MuMinusCapturePrecompound::ApplyYourself(const G4HadProjectile& projectile, nudir *= -1.0; AddNewParticle(pd, nudir, availableEnergy - e - residualMass); + // d or 4He as a target + // three body reaction mu- + A(Z,A) -> nuMu + n + A(Z-1,A) + // extra neutron produced at rest + } else if((1 == Z && 2 == A) || (2 == Z && 4 == A)) { + + const G4ParticleDefinition* pd = 0; + if(1 == Z) { pd = fNeutron; } + else { pd = G4Triton::Triton(); } + + availableEnergy -= neutron_mass_c2 - nenergy; + residualMass = pd->GetPDGMass(); + + // + // Computation in assumption of CM reaction + // + G4double e = 0.5*(availableEnergy - + residualMass*residualMass/availableEnergy); + + G4ThreeVector nudir = G4RandomDirection(); + AddNewParticle(G4NeutrinoMu::NeutrinoMu(), nudir, e); + nudir *= -1.0; + AddNewParticle(pd, nudir, availableEnergy - e - residualMass); + + // extra low-energy neutron + nudir = G4RandomDirection(); + AddNewParticle(fNeutron, nudir, nenergy); } else { // sample mu- + p -> nuMu + n reaction in CM of muonic atom @@ -148,7 +176,7 @@ G4MuMinusCapturePrecompound::ApplyYourself(const G4HadProjectile& projectile, G4double eEx; fNucleus.Init(A, Z); const std::vector& nucleons= fNucleus.GetNucleons(); - G4ParticleDefinition* pDef; + const G4ParticleDefinition* pDef; G4int reentryCount = 0; @@ -177,15 +205,20 @@ G4MuMinusCapturePrecompound::ApplyYourself(const G4HadProjectile& projectile, momNu.boost(bst); momResidual = momInitial - momNu; eEx = momResidual.mag() - residualMass; + if(eEx < 0.0 && eEx + nenergy >= 0.0) { + momResidual.set(0.0, 0.0, 0.0, residualMass); + } } - if(reentryCount > 1000) { + if(reentryCount > 100 && eEx < 0.0) { G4ExceptionDescription ed; ed << "Call for " << GetModelName() << G4endl; ed << "Target Z= " << Z << " A= " << A << " Eex(MeV)= " << eEx/MeV << G4endl; - ed << " ApplyYourself does not completed after 1000 attempts"; + ed << " ApplyYourself does not completed after 100 attempts -" + << " excitation energy is set to zero"; G4Exception("G4MuMinusCapturePrecompound::ApplyYourself", "had006", - FatalException, ed); + JustWarning, ed); + momResidual.set(0.0, 0.0, 0.0, residualMass); } } while(eEx <= 0.0); diff --git a/source/processes/hadronic/stopping/src/G4MuonMinusCaptureAtRest.cc b/source/processes/hadronic/stopping/src/G4MuonMinusCaptureAtRest.cc index a5b0b9d541f..5fd040b91a8 100644 --- a/source/processes/hadronic/stopping/src/G4MuonMinusCaptureAtRest.cc +++ b/source/processes/hadronic/stopping/src/G4MuonMinusCaptureAtRest.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4MuonMinusCaptureAtRest.cc 70681 2013-06-04 07:54:04Z gcosmo $ +// $Id: G4MuonMinusCaptureAtRest.cc 81888 2014-06-06 13:17:25Z gcosmo $ // // G4MuonMinusCaptureAtRest physics process // Larry Felawka (TRIUMF) and Art Olin (TRIUMF) @@ -70,6 +70,7 @@ G4MuonMinusCaptureAtRest::G4MuonMinusCaptureAtRest(const G4String& processName, theN = new G4Fancy3DNucleus(); theHandler = new G4ExcitationHandler(); G4HadronicProcessStore::Instance()->RegisterExtraProcess(this); + targetMass = 0.0; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/management/History b/source/processes/management/History index e610cfd9634..6f02f44231c 100644 --- a/source/processes/management/History +++ b/source/processes/management/History @@ -1,4 +1,4 @@ -$Id: History 79219 2014-02-20 14:56:17Z gcosmo $ +$Id: History 81889 2014-06-06 13:22:52Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +- May 12th, 2014 A.Dotti (procman-V09-06-09) +- Fixing bug #1625: G4WrapperProcess not correctly + forwards call to SetMasterProcess to wrapped process. + Needed for MT. + - Jan. 23rd, 2014 H.Kurashige (procman-V09-06-08) - Fix compiler warning in G4ProcessTable.cc diff --git a/source/processes/management/include/G4WrapperProcess.hh b/source/processes/management/include/G4WrapperProcess.hh index 0cc4114764b..bab3e84686b 100644 --- a/source/processes/management/include/G4WrapperProcess.hh +++ b/source/processes/management/include/G4WrapperProcess.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4WrapperProcess.hh 71231 2013-06-12 13:06:28Z gcosmo $ +// $Id: G4WrapperProcess.hh 81889 2014-06-06 13:22:52Z gcosmo $ // // // ------------------------------------------------------------ @@ -178,7 +178,8 @@ class G4WrapperProcess : public G4VProcess public: virtual void ResetNumberOfInteractionLengthLeft(); // reset (determine the value of)NumberOfInteractionLengthLeft - + virtual void SetMasterProcess(G4VProcess* masterP); + // Needed for MT, forward call to underlying process }; inline diff --git a/source/processes/management/src/G4WrapperProcess.cc b/source/processes/management/src/G4WrapperProcess.cc index 9de060f65e7..c12c1758a75 100644 --- a/source/processes/management/src/G4WrapperProcess.cc +++ b/source/processes/management/src/G4WrapperProcess.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4WrapperProcess.cc 71231 2013-06-12 13:06:28Z gcosmo $ +// $Id: G4WrapperProcess.cc 81889 2014-06-06 13:22:52Z gcosmo $ // // // ------------------------------------------------------------ @@ -169,3 +169,10 @@ const G4VProcess* G4WrapperProcess::GetRegisteredProcess() const { return pRegProcess; } + +void G4WrapperProcess::SetMasterProcess(G4VProcess* masterP) { + G4WrapperProcess* master = static_cast(masterP); + //Cannot use getter because it returns "const" and we do not want + //to cast away constness explicitly (even if this is the same) + pRegProcess->SetMasterProcess(master->pRegProcess); +} diff --git a/source/processes/phonon/History b/source/processes/phonon/History index 5afacae6350..a9a6a260f38 100644 --- a/source/processes/phonon/History +++ b/source/processes/phonon/History @@ -1,4 +1,4 @@ -$Id: History 76885 2013-11-18 12:55:15Z gcosmo $ +$Id: History 81891 2014-06-06 13:26:40Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the SVN repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +13 March 2014 Gabriele Cosmo (prophonon-V09-06-08) +--------------------------------------------------- +- Removed inline keywords in methods in G4PhononDownconversion.cc + and make coherent use of G4 types. + 15 November 2013 Michael Kelsey (prophonon-V09-06-07) ------------------------------------------------------ - G4PhononDownconversion.cc: Address Coverity #53462, initialize data diff --git a/source/processes/phonon/include/G4PhononDownconversion.hh b/source/processes/phonon/include/G4PhononDownconversion.hh index ca5d1a02718..20eb524fc17 100644 --- a/source/processes/phonon/include/G4PhononDownconversion.hh +++ b/source/processes/phonon/include/G4PhononDownconversion.hh @@ -26,7 +26,7 @@ /// \file processes/phonon/include/G4PhononDownconversion.hh /// \brief Definition of the G4PhononDownconversion class // -// $Id: G4PhononDownconversion.hh 75725 2013-11-05 16:52:30Z mkelsey $ +// $Id: G4PhononDownconversion.hh 81891 2014-06-06 13:26:40Z gcosmo $ // #ifndef G4PhononDownconversion_h #define G4PhononDownconversion_h 1 @@ -47,17 +47,17 @@ protected: private: // relative probability that anharmonic decay occurs L->L'+T' - inline double GetLTDecayProb(G4double, G4double) const; - inline double GetTTDecayProb(G4double, G4double) const; - inline double MakeLDeviation(G4double, G4double) const; - inline double MakeTTDeviation(G4double, G4double) const; - inline double MakeTDeviation(G4double, G4double) const; + G4double GetLTDecayProb(G4double, G4double) const; + G4double GetTTDecayProb(G4double, G4double) const; + G4double MakeLDeviation(G4double, G4double) const; + G4double MakeTTDeviation(G4double, G4double) const; + G4double MakeTDeviation(G4double, G4double) const; void MakeTTSecondaries(const G4Track&); void MakeLTSecondaries(const G4Track&); private: - double fBeta, fGamma, fLambda, fMu; // Local buffers for calculations + G4double fBeta, fGamma, fLambda, fMu; // Local buffers for calculations // hide assignment operator as private G4PhononDownconversion(G4PhononDownconversion&); @@ -65,13 +65,3 @@ private: }; #endif - - - - - - - - - - diff --git a/source/processes/phonon/src/G4PhononDownconversion.cc b/source/processes/phonon/src/G4PhononDownconversion.cc index 6c52440610b..757b408193f 100644 --- a/source/processes/phonon/src/G4PhononDownconversion.cc +++ b/source/processes/phonon/src/G4PhononDownconversion.cc @@ -26,7 +26,7 @@ /// \file processes/phonon/src/G4PhononDownconversion.cc /// \brief Implementation of the G4PhononDownconversion class // -// $Id: G4PhononDownconversion.cc 76885 2013-11-18 12:55:15Z gcosmo $ +// $Id: G4PhononDownconversion.cc 81891 2014-06-06 13:26:40Z gcosmo $ // // 20131111 Add verbose output for MFP calculation // 20131115 Initialize data buffers in ctor @@ -108,7 +108,7 @@ G4bool G4PhononDownconversion::IsApplicable(const G4ParticleDefinition& aPD) { //probability density of energy distribution of L'-phonon in L->L'+T process -inline double G4PhononDownconversion::GetLTDecayProb(double d, double x) const { +G4double G4PhononDownconversion::GetLTDecayProb(G4double d, G4double x) const { //d=delta= ratio of group velocities vl/vt and x is the fraction of energy in the longitudinal mode, i.e. x=EL'/EL return (1/(x*x))*(1-x*x)*(1-x*x)*((1+x)*(1+x)-d*d*((1-x)*(1-x)))*(1+x*x-d*d*(1-x)*(1-x))*(1+x*x-d*d*(1-x)*(1-x)); } @@ -116,8 +116,7 @@ inline double G4PhononDownconversion::GetLTDecayProb(double d, double x) const { //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... //probability density of energy distribution of T-phonon in L->T+T process - -inline double G4PhononDownconversion::GetTTDecayProb(double d, double x) const { +G4double G4PhononDownconversion::GetTTDecayProb(G4double d, G4double x) const { //dynamic constants from Tamura, PRL31, 1985 G4double A = 0.5*(1-d*d)*(fBeta+fLambda+(1+d*d)*(fGamma+fMu)); G4double B = fBeta+fLambda+2*d*d*(fGamma+fMu); @@ -130,7 +129,7 @@ inline double G4PhononDownconversion::GetTTDecayProb(double d, double x) const { //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline double G4PhononDownconversion::MakeLDeviation(double d, double x) const { +G4double G4PhononDownconversion::MakeLDeviation(G4double d, G4double x) const { //change in L'-phonon propagation direction after decay return std::acos((1+(x*x)-((d*d)*(1-x)*(1-x)))/(2*x)); @@ -139,7 +138,7 @@ inline double G4PhononDownconversion::MakeLDeviation(double d, double x) const { //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline double G4PhononDownconversion::MakeTDeviation(double d, double x) const { +G4double G4PhononDownconversion::MakeTDeviation(G4double d, G4double x) const { //change in T-phonon propagation direction after decay (L->L+T process) return std::acos((1-x*x+d*d*(1-x)*(1-x))/(2*d*(1-x))); @@ -148,7 +147,7 @@ inline double G4PhononDownconversion::MakeTDeviation(double d, double x) const { //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline double G4PhononDownconversion::MakeTTDeviation(double d, double x) const { +G4double G4PhononDownconversion::MakeTTDeviation(G4double d, G4double x) const { //change in T-phonon propagation direction after decay (L->T+T process) return std::acos((1-d*d*(1-x)*(1-x)+d*d*x*x)/(2*d*x)); @@ -247,7 +246,7 @@ void G4PhononDownconversion::MakeLTSecondaries(const G4Track& aTrack) { G4double Esec1 = x*E, Esec2 = E-Esec1; // First secondary is longitudnal - int polarization1 = G4PhononPolarization::Long; + G4int polarization1 = G4PhononPolarization::Long; // Make FT or ST phonon (0. means no longitudinal) G4int polarization2 = ChoosePolarization(0., theLattice->GetSTDOS(), diff --git a/source/processes/transportation/History b/source/processes/transportation/History index 303b685f233..bde551f6417 100644 --- a/source/processes/transportation/History +++ b/source/processes/transportation/History @@ -1,4 +1,4 @@ -$Id: History 74729 2013-10-21 08:51:35Z gcosmo $ +$Id: History 81893 2014-06-06 13:30:07Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,34 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 27st 2014, V.Ivanchenko transport-V09-06-08 +------------------------------ +- G4UserSpecialCuts - fixed trivial Coverity report + +May 21st 2014, J.Apostolakis +------------------------------ +- Revised AlongStepDoIt methods of G4Transportation and + G4CoupledTransportation: + * Adapted to revised signature for G4FieldTrack constructors, + which now take PDG spin. + * Changed to use different constructor for G4FieldTrack (no Velocity) + * Adapted to revised signature of G4ChargeState constructor (PDG spin is + now 3rd argument and mandatory. ) + +NOTE: Requires tag field-V10-00-03 of geometry/magneticfield + + +March 14th 2014, J.Apostolakis +------------------------------ +- Fix time in case of zero step, in G4CoupledTransportation. + This caused a 'going back in time' error, when a zero step occurred + in particular at the boundary of a parallel world volume when scoring. + + > Corrects Issue 1017 in the Geant4 Problem reporting System + http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1017 + + NOTE: Requires tag geomnav-V10-00-01 + October 18th 2013, J.Apostolakis transport-V09-06-07 -------------------------------- - Initialize missing data members in G4CoupledTransportation constructor diff --git a/source/processes/transportation/src/G4CoupledTransportation.cc b/source/processes/transportation/src/G4CoupledTransportation.cc index e4e5fbb4476..d1d3aea54bf 100644 --- a/source/processes/transportation/src/G4CoupledTransportation.cc +++ b/source/processes/transportation/src/G4CoupledTransportation.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4CoupledTransportation.cc 74729 2013-10-21 08:51:35Z gcosmo $ +// $Id: G4CoupledTransportation.cc 81893 2014-06-06 13:30:07Z gcosmo $ // // ------------------------------------------------------------ // GEANT 4 class implementation @@ -53,6 +53,7 @@ #include "G4ParticleTable.hh" #include "G4ChordFinder.hh" #include "G4Field.hh" +#include "G4FieldTrack.hh" #include "G4FieldManagerStore.hh" class G4VSensitiveDetector; @@ -260,6 +261,7 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, // ->GetEquationOfMotion(); // Consolidate into auxiliary method G4EquationOfMotion* GetEquationOfMotion() + // equationOfMotion= fFieldPropagator->GetCurrentEquationOfMotion(); G4MagIntegratorStepper* pStepper= 0; G4ChordFinder* pChordFinder= fFieldPropagator->GetChordFinder(); @@ -277,12 +279,14 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, equationOfMotion= pStepper->GetEquationOfMotion(); } } + // End of proto GetEquationOfMotion() G4ChargeState chargeState(particleCharge, // The charge can change (dynamic) - pParticleDef->GetPDGSpin(), - magneticMoment); + magneticMoment, + pParticleDef->GetPDGSpin() ); + // For insurance, could set it again + // chargeState.SetPDGSpin( pParticleDef->GetPDGSpin() ); // Newly/provisionally in same object - // End of proto GetEquationOfMotion() if( equationOfMotion ) { equationOfMotion->SetChargeMomentumMass( chargeState, @@ -290,17 +294,20 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, restMass ); } } - G4ThreeVector spin = track.GetPolarization() ; - G4FieldTrack theFieldTrack = G4FieldTrack( startPosition, + + G4ThreeVector polarizationVec = track.GetPolarization() ; + G4FieldTrack aFieldTrack = G4FieldTrack( startPosition, + track.GetGlobalTime(), // Lab. + // track.GetProperTime(), // Particle rest frame track.GetMomentumDirection(), - 0.0, track.GetKineticEnergy(), restMass, - 0.0, // UNUSED: track.GetVelocity(), - track.GetGlobalTime(), // Lab. - track.GetProperTime(), // Part. - &spin ) ; - + particleCharge, + polarizationVec, + pParticleDef->GetPDGMagneticMoment(), + 0.0, // Length along track + pParticleDef->GetPDGSpin() + ) ; G4int stepNo= track.GetCurrentStepNumber(); ELimited limitedStep; @@ -314,7 +321,7 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, // Do the Transport in the field (non recti-linear) // - lengthAlongCurve = fPathFinder->ComputeStep( theFieldTrack, + lengthAlongCurve = fPathFinder->ComputeStep( aFieldTrack, currentMinimumStep, fNavigatorId, stepNo, @@ -395,6 +402,9 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, fTransportEndKineticEnergy = track.GetKineticEnergy(); fTransportEndPosition = startPosition; + + endTrackState= aFieldTrack; // Ensures that time is updated + // If the step length requested is 0, and we are on a boundary // then a boundary will also limit the step. if( startMassSafety == 0.0 ) @@ -943,6 +953,7 @@ void G4CoupledTransportation::EndTracking() { G4TransportationManager::GetTransportationManager()->InactivateAll(); + fPathFinder->EndTrack(); // Resets TransportationManager to use ordinary Navigator } void diff --git a/source/processes/transportation/src/G4Transportation.cc b/source/processes/transportation/src/G4Transportation.cc index c94bf708746..8d35a0c37c6 100644 --- a/source/processes/transportation/src/G4Transportation.cc +++ b/source/processes/transportation/src/G4Transportation.cc @@ -101,6 +101,7 @@ G4Transportation::G4Transportation( G4int verbosity ) { // set Process Sub Type SetProcessSubType(static_cast(TRANSPORTATION)); + pParticleChange= &fParticleChange; // Required to conform to G4VProcess G4TransportationManager* transportMgr ; @@ -305,8 +306,10 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, G4double lengthAlongCurve ; G4ChargeState chargeState(particleCharge, // The charge can change (dynamic) - pParticleDef->GetPDGSpin(), - magneticMoment); + magneticMoment, + pParticleDef->GetPDGSpin() ); + // For insurance, could set it again + // chargeState.SetPDGSpin(pParticleDef->GetPDGSpin() ); // Provisionally in same object G4EquationOfMotion* equationOfMotion = (fFieldPropagator->GetChordFinder()->GetIntegrationDriver()->GetStepper()) @@ -317,16 +320,19 @@ AlongStepGetPhysicalInteractionLength( const G4Track& track, momentumMagnitude, restMass); - G4ThreeVector spin = track.GetPolarization() ; G4FieldTrack aFieldTrack = G4FieldTrack( startPosition, + track.GetGlobalTime(), // Lab. + // track.GetProperTime(), // Particle rest frame track.GetMomentumDirection(), - 0.0, track.GetKineticEnergy(), restMass, - track.GetVelocity(), - track.GetGlobalTime(), // Lab. - track.GetProperTime(), // Part. - &spin ) ; + particleCharge, + track.GetPolarization(), + pParticleDef->GetPDGMagneticMoment(), + 0.0, // Length along track + pParticleDef->GetPDGSpin() + ) ; + if( currentMinimumStep > 0 ) { // Do the Transport in the field (non recti-linear) diff --git a/source/processes/transportation/src/G4UserSpecialCuts.cc b/source/processes/transportation/src/G4UserSpecialCuts.cc index c6e5bf72d0d..e1fb3cec98e 100644 --- a/source/processes/transportation/src/G4UserSpecialCuts.cc +++ b/source/processes/transportation/src/G4UserSpecialCuts.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UserSpecialCuts.cc 68048 2013-03-13 14:34:07Z gcosmo $ +// $Id: G4UserSpecialCuts.cc 81893 2014-06-06 13:30:07Z gcosmo $ // // -------------------------------------------------------------- // History @@ -74,6 +74,7 @@ G4UserSpecialCuts::~G4UserSpecialCuts() G4UserSpecialCuts::G4UserSpecialCuts(G4UserSpecialCuts& right) : G4VProcess(right) { + theLossTableManager = G4LossTableManager::Instance(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/readout/History b/source/readout/History index efe8a4a2840..a2fba004a56 100644 --- a/source/readout/History +++ b/source/readout/History @@ -1,4 +1,4 @@ -$Id: History 66892 2013-01-17 10:57:59Z gunter $ +$Id: History 81895 2014-06-06 13:39:01Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 16, 2014, A.Dotti (readout-V06-00-01) +- Coverity fixes + Mar 15, 2004, M.Asai (readout-V06-00-00) - Add some methods in G4DCtable to enhance a verbosity diff --git a/source/readout/include/G4DigiManager.hh b/source/readout/include/G4DigiManager.hh index 0f0ef16f13c..ba5c1d49652 100644 --- a/source/readout/include/G4DigiManager.hh +++ b/source/readout/include/G4DigiManager.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id$ +// $Id: G4DigiManager.hh 81895 2014-06-06 13:39:01Z gcosmo $ // #ifndef G4DigiManager_h @@ -124,7 +124,10 @@ class G4DigiManager if(DCtable) delete DCtable; DCtable = dc; } - + private: + //Disable copy constructor and assignement operator + G4DigiManager(const G4DigiManager&); + G4DigiManager& operator=(const G4DigiManager&); }; diff --git a/source/track/History b/source/track/History index 8fc2b61de66..e284019e9cb 100644 --- a/source/track/History +++ b/source/track/History @@ -1,4 +1,4 @@ -$Id: History 79225 2014-02-20 15:03:24Z gcosmo $ +$Id: History 81898 2014-06-06 13:43:20Z gcosmo $ ------------------------------------------------------------------- @@ -18,6 +18,15 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +- May 21, 2014 J.Apostolakis (track-V09-06-06) +- Fix G4FieldTrackUpdator to energy/momentum passed to field integration: + first set rest mass, then update kinetic energy. Problem affects + propagation in multiple geometries. + +- Mar. 07, 2014 H.Kurashige +- Fix memory leak in G4Step::SetPre/PostStepPoint + (Bug # 1583) + - Jan. 04, 2014 H.Kurashige (track-V09-06-05) - modify message from CheckIt for G4VParticleChange and G4ParticleChangeForDecay diff --git a/source/track/include/G4Step.icc b/source/track/include/G4Step.icc index 8c75f1d910c..5af62fd973a 100644 --- a/source/track/include/G4Step.icc +++ b/source/track/include/G4Step.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Step.icc 68795 2013-04-05 13:24:46Z gcosmo $ +// $Id: G4Step.icc 81898 2014-06-06 13:43:20Z gcosmo $ // // //--------------------------------------------------------------- @@ -43,6 +43,7 @@ inline inline void G4Step::SetPreStepPoint(G4StepPoint* value) { + delete fpPreStepPoint; fpPreStepPoint = value; } @@ -55,7 +56,8 @@ inline inline void G4Step::SetPostStepPoint(G4StepPoint* value) { - fpPostStepPoint = value; + delete fpPostStepPoint; + fpPostStepPoint = value; } inline diff --git a/source/track/src/G4FieldTrackUpdator.cc b/source/track/src/G4FieldTrackUpdator.cc index 464e77b1def..776a968d84f 100644 --- a/source/track/src/G4FieldTrackUpdator.cc +++ b/source/track/src/G4FieldTrackUpdator.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4FieldTrackUpdator.cc 68795 2013-04-05 13:24:46Z gcosmo $ +// $Id: G4FieldTrackUpdator.cc 81898 2014-06-06 13:43:20Z gcosmo $ // // M. Asai - first implementation Apr/28/2006 // @@ -59,20 +59,32 @@ G4FieldTrack* G4FieldTrackUpdator::CreateFieldTrack(const G4Track* trk) void G4FieldTrackUpdator::Update(G4FieldTrack* ftrk,const G4Track* trk) { + const G4DynamicParticle* ptDynamicParticle= trk->GetDynamicParticle(); + + // The following properties must be updated ONCE for each new track (at least) + ftrk->SetRestMass(ptDynamicParticle->GetMass()); + ftrk->UpdateState( trk->GetPosition(), trk->GetGlobalTime(), trk->GetMomentumDirection(), trk->GetKineticEnergy() ); - const G4DynamicParticle* ptDynamicParticle= trk->GetDynamicParticle(); + +#ifdef G4CHECK + if( ( trk->GetMomentum() - ftrk->GetMomentum()).mag2() > 1.e-16 * trk->GetMomentum().mag2() ){ + G4cerr << "ERROR> G4FieldTrackUpdator sees *Disagreement* in momentum " << G4endl; + G4cout << " FTupdator: Tracking Momentum= " << trk->GetMomentum() << G4endl; + G4cout << " FTupdator: FldTrack Momentum= " << ftrk->GetMomentum() << G4endl; + G4cout << " FTupdator: FldTrack-Tracking= " << ftrk->GetMomentum() - trk->GetMomentum() << G4endl; + } +#endif + + ftrk->SetProperTimeOfFlight(trk->GetProperTime()); ftrk->SetChargeAndMoments( ptDynamicParticle->GetCharge() ); // The charge can change during tracking ftrk->SetSpin( ptDynamicParticle->GetPolarization() ); - - // The following properties must be updated ONCE for each new track (at least) - ftrk->SetRestMass(ptDynamicParticle->GetMass()); } diff --git a/source/visualization/FukuiRenderer/History b/source/visualization/FukuiRenderer/History index 12125a036f6..5f8b5775fd3 100644 --- a/source/visualization/FukuiRenderer/History +++ b/source/visualization/FukuiRenderer/History @@ -1,4 +1,4 @@ -$Id: History 77479 2013-11-25 10:01:22Z gcosmo $ +$Id: History 81905 2014-06-06 13:57:45Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -20,6 +20,10 @@ committal in the CVS repository ! History file for visualization/FukuiRenderer sub-category --------------------------------------------------------- +14th March 2014 Laurent Garnier (DAWN-V09-06-07) +- G4FRClientServer.cc: Remove MAX_BINDING_TRIAL and BINDING_TRIAL_INTERVAL due to + compilation warnings on clang (mac os 10.9) + 15th November 2013 John Allison (DAWN-V09-06-06) - Some changes as suggested by PVS. diff --git a/source/visualization/FukuiRenderer/src/G4FRClientServer.cc b/source/visualization/FukuiRenderer/src/G4FRClientServer.cc index 5cf66192034..8939620f96f 100644 --- a/source/visualization/FukuiRenderer/src/G4FRClientServer.cc +++ b/source/visualization/FukuiRenderer/src/G4FRClientServer.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4FRClientServer.cc 66870 2013-01-14 23:38:59Z adotti $ +// $Id: G4FRClientServer.cc 81905 2014-06-06 13:57:45Z gcosmo $ // // Satoshi TANAKA, Wed Jul 3 14:14:29 JST 1996 //////////////////////////////// @@ -47,8 +47,6 @@ const char DEFAULT_SUN_PATH[] = "FR_TMP3" ; const int DEFAULT_PORT_NUMBER = 40701 ; //const char FR_ENV_SERVER_HOST_NAME[] = "G4DAWN_HOST_NAME" ; // moved to .hh -const int MAX_BINDING_TRIAL = 10 ; -const int BINDING_TRIAL_INTERVAL = 5 ; const int MAX_CONNECT_TRIAL = 10 ; const char FR_DEFAULT_HOST_NAME[] = "localhost" ; diff --git a/source/visualization/OpenGL/History b/source/visualization/OpenGL/History index c2ddfd12026..7b01b3652e5 100644 --- a/source/visualization/OpenGL/History +++ b/source/visualization/OpenGL/History @@ -1,4 +1,4 @@ -$Id: History 77557 2013-11-26 08:57:39Z gcosmo $ +$Id: History 81907 2014-06-06 14:03:24Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +23th April 2014 Laurent Garnier (opengl-V09-06-13) +- G4OpenGL.hh: Fix bugzilla #1618 : for a Linux user, compiling Geant4 with only + Qt driver will failed because of missing glu.h. + 20th November 2013 Laurent Garnier (opengl-V09-06-12) - G4OpenGLQtViewer : Fix a bug with endsWith that I have introduce in last revision diff --git a/source/visualization/OpenGL/include/G4OpenGL.hh b/source/visualization/OpenGL/include/G4OpenGL.hh index 24524870f37..8853c899027 100644 --- a/source/visualization/OpenGL/include/G4OpenGL.hh +++ b/source/visualization/OpenGL/include/G4OpenGL.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4OpenGL.hh 75567 2013-11-04 11:35:11Z gcosmo $ +// $Id: G4OpenGL.hh 81907 2014-06-06 14:03:24Z gcosmo $ // // G.Barrand. @@ -68,6 +68,9 @@ //# define G4OPENGL_VERSION_2 1 #include #include + #else + #include + #include #endif #include #endif diff --git a/source/visualization/externals/gl2ps/History b/source/visualization/externals/gl2ps/History index 5d5d96fe0d5..31982d170f9 100644 --- a/source/visualization/externals/gl2ps/History +++ b/source/visualization/externals/gl2ps/History @@ -1,4 +1,4 @@ -$Id: History 75567 2013-11-04 11:35:11Z gcosmo $ +$Id: History 81901 2014-06-06 13:49:07Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,10 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +8 April 2014 Laurent Garnier (visexternal-V09-06-05) +- Fix a bad text in G4OpenGL2PSAction + 20 Sept 2013 Laurent Garnier - add #ifdef statement in in gl2ps.h to prevent having gl2ps AND Wt driver diff --git a/source/visualization/externals/gl2ps/src/G4OpenGL2PSAction.cc b/source/visualization/externals/gl2ps/src/G4OpenGL2PSAction.cc index c757f4154d4..bae1843bbe5 100644 --- a/source/visualization/externals/gl2ps/src/G4OpenGL2PSAction.cc +++ b/source/visualization/externals/gl2ps/src/G4OpenGL2PSAction.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4OpenGL2PSAction.cc 70646 2013-06-03 15:07:58Z gcosmo $ +// $Id: G4OpenGL2PSAction.cc 81900 2014-06-06 13:48:16Z gcosmo $ // // @@ -179,7 +179,7 @@ bool G4OpenGL2PSAction::G4gl2psBegin( glGetIntegerv(GL_VIEWPORT,fViewport); - GLint res = gl2psBeginPage("title","HEPVis::G4OpenGL2PSAction", + GLint res = gl2psBeginPage("Geant4 output","Geant4", fViewport, GL2PS_EPS, sort, diff --git a/source/visualization/management/History b/source/visualization/management/History index 1dfb827e798..253a65b9d15 100644 --- a/source/visualization/management/History +++ b/source/visualization/management/History @@ -1,4 +1,4 @@ -$Id: History 77479 2013-11-25 10:01:22Z gcosmo $ +$Id: History 81903 2014-06-06 13:52:37Z gcosmo $ ------------------------------------------------------------------- @@ -26,6 +26,9 @@ committal in the CVS repository ! History file for visualization management sub-category ------------------------------------------------------ +10th April 2014 Gabriele Cosmo (visman-V09-06-28) +- Get rid of deprecated 'register' storage class specifier in source files. + 22nd November 2013 John Allison (visman-V09-06-27) - G4VisManager.cc: Fix for end-of-run action "accumulate". - G4VisCommandsSceneAdd.cc: Tidied. diff --git a/source/visualization/management/src/G4ViewParameters.cc b/source/visualization/management/src/G4ViewParameters.cc index 9f59afbc012..c8243d6d4ee 100644 --- a/source/visualization/management/src/G4ViewParameters.cc +++ b/source/visualization/management/src/G4ViewParameters.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ViewParameters.cc 71534 2013-06-17 16:07:53Z gcosmo $ +// $Id: G4ViewParameters.cc 81903 2014-06-06 13:52:37Z gcosmo $ // // // John Allison 19th July 1996 @@ -1001,7 +1001,7 @@ int G4ViewParameters::ParseGeometry ( { G4int mask = fNoValue; - register char *strind; + char *strind; unsigned int tempWidth = 0; unsigned int tempHeight = 0; G4int tempX = 0; @@ -1087,7 +1087,7 @@ int G4ViewParameters::ParseGeometry ( */ G4int G4ViewParameters::ReadInteger(char *string, char **NextString) { - register G4int Result = 0; + G4int Result = 0; G4int Sign = 1; if (*string == '+')